sim: depend on gnulib
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
9cc11ab5
MF
12021-05-18 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.def: Add configure-sim dependency on all-gnulib.
4 * Makefile.in: Regenerated.
5
a8d6316b
NC
62021-05-04 Nick Clifton <nickc@redhat.com>
7
8 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
9 * configure: Regenerate.
10
755ba58e
NA
112021-03-18 Nick Alcock <nick.alcock@oracle.com>
12
13 PR libctf/27482
14 * Makefile.def: Add install-bfd dependencies for install-libctf and
15 install-ld, and install-strip-bfd dependencies for
16 install-strip-libctf and install-strip-ld; move the install-ld
17 dependency on install-libctf to join it.
18 * Makefile.in: Regenerated.
19
367c5eb7
MF
202021-03-12 Mike Frysinger <vapier@gentoo.org>
21
22 * Makefile.def: Remove all-sim dependency on configure-gdb.
23 * Makefile.in: Regenerated.
24
1dbde357
L
252021-02-28 H.J. Lu <hongjiu.lu@intel.com>
26
27 PR binutils/26766
28 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
29 PGO_BUILD_TRAINING=yes.
30 (PGO_BUILD_TRAINING_MFLAGS): New.
31 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
32
a57d1773
AM
332021-02-09 Alan Modra <amodra@gmail.com>
34
35 * configure.ac: Delete arm*-*-symbianelf* entry.
36 * configure: Regenerate.
37
f04ce15e
NA
382021-01-26 Nick Alcock <nick.alcock@oracle.com>
39
40 * Makefile.def: Add install-libctf dependency to install-ld.
41 * Makefile.in: Regenerated.
42
3034143d
MF
432021-01-12 Mike Frysinger <vapier@gentoo.org>
44
45 * src-release.sh (do_proto_toplev): Rewrite indentation.
46
44124a46
L
472021-01-11 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR binutils/26766
50 * configure.ac:
51 * configure: Regenerated.
52
03c02f31
L
532021-01-11 H.J. Lu <hongjiu.lu@intel.com>
54
55 PR ld/27173
56 * configure: Regenerated.
57 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
58 --plugin and rc before enabling --plugin.
59
af019bfd
L
602021-01-09 H.J. Lu <hongjiu.lu@intel.com>
61
62 PR binutils/26766
63 * Makefile.tpl (BUILD_CFLAGS): New.
64 (CFLAGS): Append $(BUILD_CFLAGS).
65 (CXXFLAGS): Likewise.
66 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
67 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
68 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
69 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
70 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
71 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
72 (PGO-TRAINING-TARGETS): Likewise.
73 (PGO_BUILD_TRAINING): Likewise.
74 (all): Add '+' to the command line for recursive make. Support
75 the PGO build.
76 * configure.ac: Add --enable-pgo-build[=lto].
77 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
78 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
79 * Makefile.in: Regenerated.
80 * configure: Likewise.
81
50ad1254
L
822021-01-09 H.J. Lu <hongjiu.lu@intel.com>
83
84 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
85 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
86 * configure.ac: Include config/gcc-plugin.m4.
87 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
88 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
89 RANLIB if possible.
90 * Makefile.in: Regenerated.
91 * configure: Likewise.
92
055bc77a
NC
932021-01-09 Nick Clifton <nickc@redhat.com>
94
95 * 2.36 release branch crated.
96
f4782128
ST
972021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
98
99 * libtool.m4: Match gnu* along with other GNU systems.
100
16062162
AM
1012021-01-07 Alan Modra <amodra@gmail.com>
102
103 * config.sub: Accept OS of eabi* and gnueabi*.
104
c59e30ed
NA
1052021-01-05 Nick Alcock <nick.alcock@oracle.com>
106
107 * Makefile.def (libctf): No longer no_check. Checking depends on
108 all-ld.
109 * Makefile.in: Regenerated.
110
d750c713
NC
1112021-01-05 Nick Clifton <nickc@redhat.com>
112
113 * libiberty: Sync with gcc. Bring in:
114 2021-01-04 Martin Liska <mliska@suse.cz>
115
116 * strverscmp.c: Convert to utf8 from iso8859.
117
118 2020-12-22 Jason Merrill <jason@redhat.com>
119
120 PR c++/67343
121 * cp-demangle.h (struct d_info): Add unresolved_name_state.
122 * cp-demangle.c (d_prefix): Add subst parm.
123 (d_nested_name): Pass it.
124 (d_unresolved_name): Split out from...
125 (d_expression_1): ...here.
126 (d_demangle_callback): Maybe retry with old sr mangling.
127 * testsuite/demangle-expected: Add test.
128
129 2020-12-21 Jason Merrill <jason@redhat.com>
130
131 * cp-demangle.c (d_expression_1): Recognize qualified-id
132 on RHS of dt/pt.
133 * testsuite/demangle-expected: Add test.
134
135 2020-12-21 Jason Merrill <jason@redhat.com>
136
137 * cp-demangle.c (d_unqualified_name): Clear is_expression.
138 * testsuite/demangle-expected: Add tests.
139
140 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
141
142 * configure: Regenerate.
143 * configure.ac: Avoid using sanitizer.
144
145 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
146
147 * rust-demangle.c (struct rust_demangler): Add
148 skipping_printing and bound_lifetime_depth fields.
149 (eat): Add (v0-only).
150 (parse_integer_62): Add (v0-only).
151 (parse_opt_integer_62): Add (v0-only).
152 (parse_disambiguator): Add (v0-only).
153 (struct rust_mangled_ident): Add punycode{,_len} fields.
154 (parse_ident): Support v0 identifiers.
155 (print_str): Respect skipping_printing.
156 (print_uint64): Add (v0-only).
157 (print_uint64_hex): Add (v0-only).
158 (print_ident): Respect skipping_printing,
159 Support v0 identifiers.
160 (print_lifetime_from_index): Add (v0-only).
161 (demangle_binder): Add (v0-only).
162 (demangle_path): Add (v0-only).
163 (demangle_generic_arg): Add (v0-only).
164 (demangle_type): Add (v0-only).
165 (demangle_path_maybe_open_generics): Add (v0-only).
166 (demangle_dyn_trait): Add (v0-only).
167 (demangle_const): Add (v0-only).
168 (demangle_const_uint): Add (v0-only).
169 (basic_type): Add (v0-only).
170 (rust_demangle_callback): Support v0 symbols.
171 * testsuite/rust-demangle-expected: Add v0 testcases.
172
173 2020-11-13 Seija Kijin <doremylover456@gmail.com>
174
175 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
176
177 2020-11-11 Patrick Palka <ppalka@redhat.com>
178
179 PR c++/88115
180 * cp-demangle.c (d_print_comp_inner)
181 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
182 "operator " prefix for __alignof__.
183 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
184 operand of __alignof__.
185 * testsuite/demangle-expected: Test demangling for __alignof__.
186
187 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
188
189 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
190
191 2020-10-06 Martin Liska <mliska@suse.cz>
192
193 PR lto/97290
194 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
195 Use sh_link of a .symtab_shndx section.
196
5f8c2a15
AM
1972021-01-05 Alan Modra <amodra@gmail.com>
198
199 * config.guess: Import from upstream.
200 * config.sub: Likewise.
201
d6f26c9d
ML
2022020-12-16 Martin Liska <mliska@suse.cz>
203 Tom de Vries <tdevries@suse.de>
204
205 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
206 field. Add meter field.
207 (progressfn): Print progress using meter.
208
7ddfb1a8
EL
2092020-12-02 Enze Li <lienze2010@hotmail.com>
210
211 * .gitignore: Add gnu global outputs.
212
12bf6525
SM
2132020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
214
215 * .gitignore: Sync with gcc.
216
ce04ca31
AR
2172020-10-26 Andreas Rammhold <andreas@rammhold.de>
218
219 * src-release.sh: Use sha256sum instead of md5sum.
220
ba4d88ad
AB
2212020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * Makefile.in: Rebuild.
224 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
225 distclean-gdbserver.
226
f6720b1c
AM
2272020-07-24 Aaron Merey <amerey@redhat.com>
228
f6720b1c
AM
229 * configure: Rebuild.
230 * configure.ac: Remove AC_DEBUGINFOD.
231
b115b9fd
NC
2322020-07-04 Nick Clifton <nickc@redhat.com>
233
234 Binutils 2.35 branch created.
235
11104e42
SC
2362020-04-21 Stephen Casner <casner@acm.org>
237
238 PR 25830
239 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
240 * configure: Rebuild.
241
4635ff97
TT
2422020-03-12 Tom Tromey <tom@tromey.com>
243
244 * Makefile.in: Rebuild.
245 * Makefile.def (gdbserver): Depend on gdbsupport.
246
21329136
TT
2472020-03-12 Tom Tromey <tom@tromey.com>
248
249 * Makefile.in: Rebuild.
250 * Makefile.def (gdbsupport): Don't depend on bfd.
251
9a665d62
TT
2522020-03-12 Tom Tromey <tom@tromey.com>
253
254 * Makefile.in: Rebuild.
255 * Makefile.def (gdbsupport): Depend on intl.
256
b6f9caee
TT
2572020-02-17 Tom Tromey <tom@tromey.com>
258
259 * configure: Rebuild.
260 * configure.ac (configdirs): Add gnulib and gdbsupport when building
261 gdbserver.
262
1a627e7e
TT
2632020-02-14 Tom Tromey <tom@tromey.com>
264
265 * Makefile.in: Rebuild.
266 * Makefile.def: Make gdbserver require gnulib and libiberty.
267
919adfe8
TT
2682020-02-07 Tom Tromey <tom@tromey.com>
269 Pedro Alves <palves@redhat.com>
270
271 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
272 * gdbserver: New directory, moved from gdb/gdbserver.
273 * configure.ac (host_tools): Add gdbserver.
274 Only build gdbserver on certain systems.
275 * Makefile.in, configure: Rebuild.
276 * Makefile.def (host_modules, dependencies): Add gdbserver.
277 * MAINTAINERS: Add gdbserver.
278
fc1ca146
SDJ
2792020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
280
281 * src-release.sh (getver): Look for gdbsupport's
282 create-version.sh script at the current directory if tool is
283 "gdb".
284
cf1d9e09
SM
2852020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
286
287 * remote-sim.c (gdbsim_target::wait): Return
288 sim_data->remote_sim_ptid instead of inferior_ptid.
289
ae774686
NC
2902020-01-18 Nick Clifton <nickc@redhat.com>
291
292 Binutils 2.34 branch created.
293
4fb3a8da
NC
2942020-01-18 Nick Clifton <nickc@redhat.com>
295
296 Synchronize top level configure files with master version:
297
298 2020-01-01 Ben Elliston <bje@gnu.org>
299
300 * config.guess: Update copyright years.
301 * config.sub: Likewise.
302
303 2019-12-21 Ben Elliston <bje@gnu.org>
304
305 * config.guess (set_cc_for_build): Prevent multiple calls by
306 checking if $tmp is already set. We can't check CC_FOR_BUILD as
307 the user may set it externally. Thanks to Torbjörn Granlund for
308 the bug report.
309
310 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
311
312 * config.guess (alpha:Linux:*:*): Guard against missing
313 /proc/cpuinfo by redirecting standard error to /dev/null.
314
315 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
316
317 * config.guess (*:Twizzler:*:*): New.
318 * config.sub (-twizzler*): New.
319
320 2019-07-24 Ben Elliston <bje@gnu.org>
321
322 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
323
324 2019-06-30 Ben Elliston <bje@gnu.org>
325
326 * config.sub (case $os): Match nsk* and powerunix. Don't later
327 match nsk* and set os=nsk which removes the OS version number.
328
329 2019-06-30 Ben Elliston <bje@gnu.org>
330
331 * config.sub: Recognise os108*.
332
333 2019-06-26 Ben Elliston <bje@gnu.org>
334
335 * config.sub (hp300): Set $os to hpux.
336
337 2019-06-26 Ben Elliston <bje@gnu.org>
338
339 * config.sub (vsta): Move into alphabetical order.
340
341 2019-06-10 Ben Elliston <bje@gnu.org>
342
343 * config.guess (*:OS108:*:*): Recognise new OS.
344
345 2019-05-28 Ben Elliston <bje@gnu.org>
346
347 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
348 system compiler is installed. If not, do not run set_cc_for_build,
349 as the default cc will open a dialog box asking to install
350 Xcode. If no C compiler is available, guess based on uname -p and
351 uname -m.
352
353 2019-05-28 Ben Elliston <bje@gnu.org>
354
355 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
356
c4d3fc14
SM
3572020-01-17 Simon Marchi <simon.marchi@efficios.com>
358
359 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
360 * Makefile.in: Re-generate.
361
01027315
TT
3622020-01-14 Tom Tromey <tom@tromey.com>
363
364 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
365 * MAINTAINERS: Add gdbsupport.
366 * configure: Rebuild.
367 * configure.ac (configdirs): Add gdbsupport.
368 * gdbsupport: New directory, move from gdb/gdbsupport.
369 * Makefile.def (host_modules, dependencies): Add gnulib.
370 * Makefile.in: Rebuild.
371
abb78b78
AM
3722020-01-09 Aaron Merey <amerey@redhat.com>
373
374 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
375 new configure option --with-debuginfod.
376 * configure: Regenerate.
377 * configure.ac: Call AC_DEBUGINFOD.
378
cef2097a
CB
3792019-12-26 Christian Biesinger <cbiesinger@google.com>
380
381 * .gitignore: Add perf.data and perf.data.old.
382
95c746cc
SDJ
3832019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
384
385 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
386
a315e147
AM
3872019-10-17 Alan Modra <amodra@gmail.com>
388
389 PR 29
390 * src-release.sh (getver): Replace "head -1" with "head -n 1".
391
87279e3c
NA
3922019-07-30 Nick Alcock <nick.alcock@oracle.com>
393
394 * Makefile.def (host_modules): libctf is no longer no_install.
395 * Makefile.in: Regenerated.
396
1ff6de03
NA
3972019-07-13 Nick Alcock <nick.alcock@oracle.com>
398
399 * Makefile.def (dependencies): all-ld depends on all-libctf.
400 * Makefile.in: Regenerated.
401
60391a25
PB
4022019-09-09 Phil Blundell <pb@pbcl.net>
403
404 binutils 2.33 branch created
405
c1a5d03a
TT
4062019-08-19 Tom Tromey <tom@tromey.com>
407
408 * configure: Rebuild.
409 * configure.ac: Add --with-static-standard-libraries.
410
f211b8c0
NC
4112019-08-09 Nick Clifton <nickc@redhat.com>
412
413 * libiberty: Sync with gcc. Bring in:
414 2019-08-08 Martin Liska <mliska@suse.cz>
415
416 PR bootstrap/91352
417 * lrealpath.c (is_valid_fd): New function.
418
419 2019-07-24 Martin Liska <mliska@suse.cz>
420
421 PR lto/91228
422 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
423 Find first '\0' starting from gnu_lto + 1.
424
425 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
426
427 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
428 This fixes a Bug 90924.
429
430 2019-07-22 Martin Liska <mliska@suse.cz>
431
432 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
433 Do not search for gnu_lto_v1, but search for first '\0'.
434
435 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
436
437 * cplus-dem.c: Include rust-demangle.h.
438 * rust-demangle.c: Include rust-demangle.h.
439 * rust-demangle.h: New file.
440
441 2019-05-31 Michael Forney <mforney@mforney.org>
442
443 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
444 is non-zero.
445
446 2019-04-30 Ben L <bobsayshilol@live.co.uk>
447
448 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
449 * testsuite/d-demangle-expected: Add testcase.
450
451 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
452 * testsuite/d-demangle-expected: Add testcase.
453
454 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
455 * testsuite/d-demangle-expected: Add testcase.
456
457 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
458 * testsuite/d-demangle-expected: Add testcase.
459
460 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
461 * testsuite/d-demangle-expected: Add testcase.
462
463 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
464 * testsuite/demangle-expected: Add testcase.
465
466 * cp-demangle.c (d_encoding): Guard against NULL return values from
467 d_right (dc).
468 * testsuite/demangle-expected: Add testcase.
469
470 2019-04-29 Ben L <bobsayshilol@live.co.uk>
471
472 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
473 char is valid.
474 * testsuite/demangle-expected: Add testcase.
475
476 2019-04-10 Nick Clifton <nickc@redhat.com>
477
478 PR 89394
479 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
480 lengths.
481 (d_count_templates_scopes): Replace num_templates and num_scopes
482 parameters with a struct d_print_info pointer parameter. Adjust
483 body of the function accordingly. Add recursion counter and check
484 that the recursion limit is not reached.
485 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
486 Reset recursion counter afterwards, unless the recursion limit was
487 reached.
488
48b550c2
JB
4892019-07-13 Joel Brobecker <brobecker@adacore.com>
490
491 * src-release (getver): If $tool/gdbsupport/create-version.sh
492 exists, use that to determine the version number.
493
be74b5b7
AS
4942019-06-21 Andreas Schwab <schwab@linux-m68k.org>
495
496 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
497
73cc7272
TT
4982019-06-14 Tom Tromey <tom@tromey.com>
499
500 * MAINTAINERS: Add gnulib.
501 * gnulib: New directory, move from gdb/gnulib.
502 * configure.ac (host_libs): Add gnulib.
503 * configure: Rebuild.
504 * Makefile.def (host_modules, dependencies): Add gnulib.
505 * Makefile.in: Rebuild.
506
79b377b3
NC
5072019-06-03 Nick Clifton <nickc@redhat.com>
508
509 Revert:
510 2019-05-29 Nick Clifton <nickc@redhat.com>
511
512 * configure.ac (noconfigdirs): Add libctf if the target does not use
513 the ELF file format.
514 * configure: Regenerate.
515
e33f2313
NC
5162019-05-29 Nick Clifton <nickc@redhat.com>
517
518 * src-release.sh (do_proto_toplev): Add libctf to list of
519 directories that can be disabled.
520
90bd5423
NC
5212019-05-29 Nick Clifton <nickc@redhat.com>
522
523 * configure.ac (noconfigdirs): Add libctf if the target does not use
524 the ELF file format.
525 * configure: Regenerate.
526
9698cf9b
NA
5272019-05-28 Nick Alcock <nick.alcock@oracle.com>
528
529 * Makefile.def (dependencies): configure-libctf depends on all-bfd
530 and all its deps.
531 * Makefile.in: Regenerated.
532
88981b15
NA
5332019-05-28 Nick Alcock <nick.alcock@oracle.com>
534
535 * MAINTAINERS: Add libctf.
536
0e65dfba
NA
5372019-05-28 Nick Alcock <nick.alcock@oracle.com>
538
539 * Makefile.def (host_modules): Add libctf.
540 * Makefile.def (dependencies): Likewise.
541 libctf depends on zlib, libiberty, and bfd.
542 * Makefile.in: Regenerated.
543 * configure.ac (host_libs): Add libctf.
544 * configure: Regenerated.
545
2376c370
JM
5462019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
547
548 * config.guess: Synchronize with config project master sources.
549 * config.sub: Likewise.
550 * readline/support/config.guess: Likewise.
551 * readline/support/config.sub: Likewise.
552
c1202057
NC
5532019-04-10 Nick Clifton <nickc@redhat.com>
554
555 * libiberty: Sync with gcc. Bring in:
556 2019-04-10 Nick Clifton <nickc@redhat.com>
557
558 PR 89394
559 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
560 lengths.
561 (d_count_templates_scopes): Replace num_templates and num_scopes
562 parameters with a struct d_print_info pointer parameter. Adjust
563 body of the function accordingly. Add recursion counter and check
564 that the recursion limit is not reached.
565 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
566 Reset recursion counter afterwards, unless the recursion limit was
567 reached.
568
f974f26c
NC
5692018-06-24 Nick Clifton <nickc@redhat.com>
570
571 2.32 branch created.
572
d63f2be2
RO
5732019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
574
575 Merge from GCC:
576 PR target/88535
577 * config.guess: Import upstream version 2019-01-03.
578 * config.sub: Import upstream version 2019-01-01.
579
1910070b
NC
5802019-01-10 Nick Clifton <nickc@redhat.com>
581
582 * libiberty: Sync with gcc. Bring in:
583 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
584
585 PR other/16615
586
587 * cp-demangle.c: Mechanically replace "can not" with "cannot".
588 * floatformat.c: Likewise.
589 * strerror.c: Likewise.
590
591 2018-12-22 Jason Merrill <jason@redhat.com>
592
593 Remove support for demangling GCC 2.x era mangling schemes.
594 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
595 internal_cplus_demangle, and all subroutines.
596 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
597 Lucid, ARM, HP, and EDG demangling styles.
598 (cplus_demangle): Remove 'work' variable. Don't call
599 internal_cplus_demangle.
600
69961a84
ДП
6012019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
602
603 * configure.ac: Don't configure readline if --with-system-readline is
604 used.
605 * configure: Re-generate.
606
b555fb21
JM
6072018-10-31 Joseph Myers <joseph@codesourcery.com>
608
609 Merge from GCC:
610 PR bootstrap/82856
611 * multilib.am: New file. From automake.
612
80ca5f98
SDJ
6132018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
614
615 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
616
0a8288f7
NC
6172018-07-16 Nick Clifton <nickc@redhat.com>
618
619 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
620
26996596
SH
6212018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
622
623 * config.sub: Sync with upstream version 2018-07-03.
624
c5244148
SH
6252018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
626
627 * config.guess: Sync with upstream version 2018-06-26.
628 * config.sub: Sync with upstream version 2018-07-02.
629
4119873a
AO
6302018-06-29 Alexandre Oliva <oliva@adacore.com>
631
632 * configure.ac: Introduce support for @unless/@endunless.
633 * Makefile.tpl (dep-kind): Rewrite with cond; return
634 postbootstrap in some cases.
635 (make-postboot-dep, postboot-targets): New.
636 (dependencies): Do not output postbootstrap dependencies at
637 first. Output non-target ones changed for configure to depend
638 on stage_last @if gcc-bootstrap, and the original deps @unless
639 gcc-bootstrap.
640 * configure.in, Makefile.in: Rebuilt.
641
71300e2c
NC
6422018-06-24 Nick Clifton <nickc@redhat.com>
643
644 * configure: Regenerate.
645
d0ac1c44
SM
6462018-06-19 Simon Marchi <simon.marchi@ericsson.com>
647
648 * libtool.m4: Use AC_LANG_SOURCE.
649 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
650 * README-maintainer-mode: Update version requirements.
651 * ar-lib: New file.
652 * test-driver: New file.
653 * configure: Re-generate.
654
e0541124
EB
6552018-06-18 Eric Botcazou <ebotcazou@adacore.com>
656
657 * Makefile.def (fortran): Add check-target-libgomp-fortran.
658 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
659 * Makefile.in: Regenerate.
660
661 * configure: Regenerate.
662
db67d458
SM
6632018-06-18 Simon Marchi <simon.marchi@ericsson.com>
664
665 * configure.ac: Sync with GCC, remove MPX-related things.
666
b5778783
NC
6672018-05-01 Nick Clifton <nickc@redhat.com>
668
669 * config.guess: Synchronize with config project master sources.
670 * config.sub: Likewise.
671
1063beb5
FT
6722018-05-01 Francois H. Theron <francois.theron@netronome.com>
673
674 * configure.ac: Added "nfp" target.
675 * configure: Regenerate.
676
b29d2641
MR
6772018-02-13 Maciej W. Rozycki <macro@mips.com>
678
679 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
680 * configure: Regenerate.
681
52b2f300
NC
6822018-01-30 Nick Clifton <nickc@redhat.com>
683
684 * src-release.sh (do_proto_toplev): Add patterns for more junk files
685 to delete before creating the tarball.
686
b431b4ea
NC
6872018-01-29 Nick Clifton <nickc@redhat.com>
688
689 * src-release.sh (do_proto_toplev): Strip patch remnant files from
690 the sources before creating the tarball.
691
19e2900b
NC
6922018-01-13 Nick Clifton <nickc@redhat.com>
693
694 * src-release.sh: Update copyright notice. Change reference to devo
695 to be a reference to root.
696
bf41f30d
NC
6972018-01-10 Nick Clifton <nickc@redhat.com>
698
699 * config-ml.in: Sync with gcc sources.
700 * config.guess: Likewise.
701 * config.sub: Likewise.
702 * configure.ac: Likewise.
7ec0cd50 703 * configure: Regenerate.
bf41f30d 704
863f7a5f
NC
7052017-12-14 Nick Clifton <nickc@redhat.com>
706
707 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
708
638d9137
SH
7092017-12-12 Stafford Horne <shorne@gmail.com>
710
711 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
712 * configure: Regenerate.
713
ef87240f
NC
7142017-09-15 Nick Clifton <nickc@redhat.com>
715
716 * src-release.sh (LZIPPROG): New define. Provides the name of the
717 lzip program.
718 (do_lz): New function. Compresses a tarball using the lzip
719 program.
720 (do_compress): Add support for lzip compression.
721 (usage): Mention -l option.
722 (build_release): Support -l option to invoke lzip compression.
723
817b7711
AM
7242017-09-15 Alan Modra <amodra@gmail.com>
725
726 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
727 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
728 and sim depending on $tool and $support_files. Echo configure line.
729
255300f5 7302017-09-14 Matt Rice <ratmice@gmail.com>
731
732 * src-release.sh (do_proto_toplev): Enable gold during release process.
733
8f0dd45f
AJ
7342017-04-13 Andrew Jenner <andrew@codesourcery.com>
735
736 * config.sub: Sync with master version in config project.
737
2f5f29ca
AJ
7382017-04-03 Andrew Jenner <andrew@codesourcery.com>
739
740 * config.sub: Handle ia16 in $basic_machine.
741
742 bfd/
743 * config.bfd: Handle ia16.
744
745 gas/
746 * configure.tgt: Handle ia16.
747
748 ld/
749 * configure.tgt: Handle ia16.
750
11997a83
NC
7512017-03-22 Nick Clifton <nickc@redhat.com>
752
753 * config.sub: Sync with master version in config project.
754 * config.guess: Likewise.
755
05a13254
NC
7562017-01-23 Nick Clifton <nickc@redhat.com>
757
758 * configure.ac: Update year in copyright notice.
759 Sync from FSF GCC mainline, bringing in the following patches.
760 * Makefile.def: Likewise.
761 * Makefile.tpl: Likewise.
762 * configure: Regenerate.
763 * Makefile.in: Regenerate.
764
765 2016-12-21 Jakub Jelinek <jakub@redhat.com>
766
767 * configure.ac: Don't bootstrap libmpx unless --with-build-config
768 includes bootstrap-mpx.
769
770 2016-12-01 Matthias Klose <doko@ubuntu.com>
771
772 * configure.ac: Don't use pkg-config to check for bdw-gc.
773
774 2016-11-30 Matthias Klose <doko@ubuntu.com>
775
776 * Makefile.def: Remove reference to boehm-gc target module.
777 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
778 options and for the bdw-gc pkg-config module.
779
780 2016-11-15 Matthias Klose <doko@ubuntu.com>
781
782 * config-ml.in: Remove references to GCJ.
783 * configure.ac: Likewise.
784
785 2016-09-30 Jakub Jelinek <jakub@redhat.com>
786
787 * configure.ac: Add target-libffi to target_libraries.
788 Readd libgcj target disablings, modified to only target-libffi.
789 Readd target addition of go to unsupported languages.
790
791 2016-09-30 Andrew Haley <aph@redhat.com>
792
793 * Makefile.def: Remove libjava.
794 * Makefile.tpl: Likewise.
795 * configure.ac: Likewise.
796
797 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
798
799 * configure.ac: Disable "sim" directory for arc*-*-*.
800
801 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
802
803 * configure.ac: Check for the minimum in-tree MPFR version
804 handled.
805
3f66c01b
AM
8062016-12-31 Alan Modra <amodra@gmail.com>
807
808 * config.sub: Import from upstream.
809
da17fe9d
AM
8102016-12-08 Alan Modra <amodra@gmail.com>
811
812 * configure: Regenerate.
813
d5451cd4
JC
8142016-12-02 Josh Conner <joshconner@google.com>
815
816 * configure.ac: Add fuchsia to targets that use ELF.
817 * configure: Regenerated.
818
5ada5c6f
DE
8192016-11-07 Doug Evans <dje@google.com>
820
821 * config.sub: Sync with upstream version 2016-11-03.
822 git://git.sv.gnu.org/config.git
823 * config.guess: Sync with upstream version 2016-10-02.
824
07619d52
SM
8252016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
826
827 * .gitignore: Add archives and make stamps.
828
bedbe19c
YTL
8292016-07-20 Yan-Ting Lin <currygt52@gmail.com>
830
831 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
832 * configure: Regenerated.
833
9abdce70
WL
8342016-06-28 Walter Lee <walt@tilera.com>
835
836 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
837 * configure: Regenerate.
838
0597bdc4
AM
8392016-05-28 Alan Modra <amodra@gmail.com>
840
841 * Makefile.tpl (configure): Depend on m4 files included.
842 * Makefile.in: Regenerate.
843
1690f1db
NC
8442016-05-27 Nick Clifton <nickc@redhat.com>
845
846 * config.guess (Alpha OSF1): Fix typo introduced during the most
847 recent synchronization update.
848
b43b8535
NC
8492016-05-23 Nick Clifton <nickc@redhat.com>
850
851 * Import these patches from the gcc mainline:
852
853 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
854
855 * config.guess: Import version 2016-04-02 (newest).
856 * config.sub: Import version 2016-05-10 (newest).
857
bb7dc663
NC
8582016-04-19 Nick Clifton <nickc@redhat.com>
859
860 * Import this patch from the GCC mainline:
861
862 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
863
864 PR bootstrap/70173
865 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
866 and gotools directories. Delete the stage_final file.
867 * Makefile.in: Regenerate.
868
ea016470
CC
8692016-03-17 Cary Coutant <ccoutant@gmail.com>
870
871 * configure.ac: Add mips and s390 to the gold target check.
872 * configure: Regenerate.
873
52cf9762
NC
8742016-02-10 Nick Clifton <nickc@redhat.com>
875
876 Import these patches from the GCC mainline:
877
878 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
879
880 * configure.ac: Enable LTO for DJGPP
881 * configure: Regenerate
882
883 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
884
885 PR bootstrap/69329
886 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
887 * Makefile.in: Regenerate.
888
889 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
890 Sebastian Pop <s.pop@samsung.com>
891
892 * Makefile.in: Regenerate.
893 * Makefile.tpl: Export ISLVER.
894 * configure: Regenerate.
895 * config/isl.m4: Detect isl-0.15.
896
897 2016-01-29 Sebastian Pop <s.pop@samsung.com>
898
899 * config/isl.m4: Add comments about isl-0.16.
900 * configure: Regenerate.
901
1985dc2d
L
9022016-01-12 H.J. Lu <hongjiu.lu@intel.com>
903
904 Sync with GCC
905 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
906
907 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
908 symbols.
909
910 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
911
912 PR bootstrap/69134
913 * Makefile.def (mpfr): Disable assembler.
914 * Makefile.in: Regenerate.
915
4849dfd8
NC
9162016-01-11 Nick Clifton <nickc@redhat.com>
917
918 Import the following changes from the GCC mainline:
919
920 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
921
922 * configure.ac: Enable libmpx by default.
923 * configure: Regenerated.
924
925 2015-11-19 Martin Liska <mliska@suse.cz>
926
927 * .gitignore: Add .clang-format to ignored files.
928 * Makefile.tpl: Add clang-format.
929 * Makefile.in: Regenerate.
930
931 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
932
933 PR libffi/65726
934 * Makefile.def (lang_env_dependencies): Make libffi depend
935 on cxx.
936 * Makefile.in: Regenerate.
937
938 2015-12-02 Ian Lance Taylor <iant@google.com>
939
940 PR go/66147
941 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
942 * Makefile.in: Regenerate.
943
944 2015-12-17 Nathan Sidwell <nathan@acm.org>
945
946 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
947 * configure: Regenerate.
948
949 2015-12-17 Sebastian Pop <s.pop@samsung.com>
950
951 * Makefile.in: Replace ISL with isl.
952 * Makefile.tpl: Same.
953 * config/isl.m4: Same.
954 * configure.ac: Same.
955 * contrib/download_prerequisites: Same.
956 * configure: Regenerate.
957
958 2016-01-01 Ben Elliston <bje@gnu.org>
959
960 * config.guess: Import version 2016-01-01.
961 * config.sub: Likewise.
962
f075eb5e
TG
9632015-11-20 Tristan Gingold <gingold@adacore.com>
964
965 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
966 * configure: Regenerate.
967
6c3bc0f8
NC
9682015-10-21 Nick Clifton <nickc@redhat.com>
969
970 PR gas/19109
971 * configure.ac: Note the 'none' is an acceptable argument to
972 --enable-compressed-debug-sections.
973 * configure: Regenerate.
974
edeefb67
L
9752015-10-20 H.J. Lu <hongjiu.lu@intel.com>
976
977 PR gas/19109
978 * configure.ac: Add
979 --enable-compressed-debug-sections={all,gas,gold,ld}.
980 * configure: Regenerated.
981
68996839
NC
9822015-09-30 Nick Clifton <nickc@redhat.com>
983
984 Import the following patches from the GCC mainline:
985
986 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
987
988 PR libfortran/54572
989 * Makefile.def: Make libgfortran depend on libbacktrace.
990 * Makefile.in: Regenerate.
991
992 2015-08-12 Tom de Vries <tom@codesourcery.com>
993
994 PR other/67092
995 PR other/67098
996 * configure.ac: Remove --with_host_libstdcxx support.
997 * configure: Regenerate.
998
999 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1000 Jakub Jelinek <jakub@redhat.com>
1001
1002 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1003 nvptx*-*-*.
1004 * configure: Regenerate.
1005
5960642a
L
10062015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1007
1008 Sync with GCC
1009 2015-07-28 Ben Elliston <bje@gnu.org>
1010
1011 * config.sub, config.guess: Import from upstream.
1012
016a3251
DD
10132015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1014
1015 * Makefile.def (libiconv): Define bootstrap=true.
1016 Mark pdf/html/info as missing.
1017 (configure-gcc): Depend on all-libiconv.
1018 (all-gcc): Ditto.
1019 (configure-libcpp): Ditto.
1020 (all-libcpp): Ditto.
1021 (configure-intl): Ditto.
1022 (all-intl): Ditto.
1023 * Makefile.in: Regenerate.
1024
136bb21f
L
10252015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 Sync with GCC
1028 2015-07-24 Michael Darling <darlingm@gmail.com>
1029
1030 PR other/66259
1031 * config-ml.in: Reflects renaming of configure.in to configure.ac
1032 * configure: Likewise
1033 * configure.ac: Likewise
1034
22121df0
L
10352015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1036
1037 * Makefile.in: Regenerated.
1038
1039 Sync with GCC
1040 2015-05-21 Jason Merrill <jason@redhat.com>
1041
1042 * Makefile.tpl: Update comments.
1043
1044 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1045
1046 * Makefile.tpl: Remove surplus whitespace throughout.
1047
1048 2015-03-25 Martin Liska <mliska@suse.cz>
1049 Yury Gribov <y.gribov@samsung.com>
1050
1051 * Makefile.tpl: Fix ln source location for vimrc file.
1052
969b1713
L
10532015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1054
1055 Sync with GCC
1056 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1057
1058 * configure.ac: FT32 target added.
1059 * configure: Regenerate.
1060
ce6c656d
L
10612015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1062
1063 Sync with GCC
1064 2015-06-02 Jason Merrill <jason@redhat.com>
1065
1066 PR bootstrap/66319
1067 * configure.ac: Use -std=gnu++98.
1068
1069 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1070
1071 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1072 * configure: Regenerate.
1073
1074 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1075
1076 * configure.ac: Fix typo.
1077 * configure: Regenerate.
1078
1079 2015-05-03 Matthias Klose <doko@ubuntu.com>
1080
1081 * configure.ac: Match $host configured with triplets.
1082 * configure: Regenerate.
1083
1084 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1085
1086 PR bootstrap/62077
1087 * configure.ac (--enable-stage1-checking): Default to
1088 release,misc,gimple,rtlflag,tree,types if --disable-checking
1089 or --enable-checking is not specified and DEV-PHASE is not
1090 experimental.
1091 * configure: Regenerated.
1092
1093 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1094
1095 Install back PR target/47230 fix (Revert the revert).
1096
16beab3d
L
10972015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1098
1099 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1100 target.
1101 * configure: Regenerate.
1102
5569a85f
JDA
11032015-05-13 John David Anglin <dave.anglin@bell.net>
1104
1105 * configure.ac: Disable configuration of GDB for HPUX targets.
1106 * configure: Regenerate.
1107
e81d5d05
L
11082015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1109
1110 PR ld/18355
1111 * Makefile.def: Add extra_configure_flags to host zlib.
1112 * configure.ac (extra_host_zlib_configure_flags): New. Set
1113 to --enable-host-shared When bfd is to be built as shared
1114 library. AC_SUBST.
1115 * Makefile.in: Regenerated.
1116
ec5b9462
HPN
11172015-04-15 Mike Frysinger <vapier@gentoo.org>
1118 Hans-Peter Nilsson <hp@axis.com>
1119
1120 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1121 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1122 use that in the getver call instead of $tool.
1123 (sim_release): Pass gdb as fifth parameter to tar_compress.
1124 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1125
f91ca6bc
IB
11262015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1127
1128 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1129 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1130 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1131 * Makefile.in: Regenerate.
1132
cf39cfc5
L
11332015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1134
1135 * configure.ac: Add --with-system-zlib.
1136 * configure: Regenerated.
1137
6ac1079e
L
11382015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1139
1140 * src-release.sh: Don't configure with --with-target-subdir=.
1141 --disable-multilib.
1142
890ba06f
L
11432015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1144
1145 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1146 src-release.sh.
1147
5675acd9
ES
11482015-03-30 Ed Schouten <ed@nuxi.nl>
1149
1150 * config.sub: Update from upstream, to 2015-03-04 version.
1151 * config.guess: Likewise.
1152
d2d67aea
L
11532015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1156 * Makefile.in: Regenerated.
1157
92c695a1
L
11582015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1159
1160 * src-release.sh (do_proto_toplev): Configure with --target
1161 --with-target-subdir and --disable-multilib.
1162 (BINUTILS_SUPPORT_DIRS): Add zlib.
1163 (GAS_SUPPORT_DIRS): Likewise.
1164 (GDB_SUPPORT_DIRS): Likewise.
1165 (SIM_SUPPORT_DIRS): Likewise.
1166
091021fa
L
11672015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * configure.ac (target_configdirs): Exclude target-zlib if
1170 target-libjava isn't built.
1171 * configure: Regenerated.
1172
5df8a8fc
L
11732015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 Sync with GCC
1176 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1177
1178 * config-ml.in: Robustify ac_configure_args parsing.
1179
1b6c0831
L
11802015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 * Makefile.def: Updated from GCC trunk.
1183 * Makefile.tpl: Likewise.
1184 * configure.ac: Likewise.
1185 * Makefile.in: Regenerated.
1186 * configure: Likewise.
1187
3f8107ab
AM
11882015-01-28 James Bowman <james.bowman@ftdichip.com>
1189
1190 * configure.ac: Add FT32 support.
1191 * configure: Regenerate.
1192
10b8fe5e
AG
11932015-01-12 Anthony Green <green@moxielogic.com>
1194
1195 * configure.ac: Don't disable gprof for moxie.
1196 * configure: Rebuild.
1197
6b91c541
AP
11982015-01-03 Andrew Pinski <apinski@cavium.com>
1199
1200 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1201 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1202 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1203 (OBJCOPY_FOR_TARGET): New variable.
1204 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1205 * Makefile.in: Regenerate.
1206 * configure.ac: Check for already installed target objcopy.
1207 Also GCC_TARGET_TOOL on objcopy.
1208 * configure: Regenerate.
1209
6ba37ab4
HPN
12102015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1211
1212 * config.sub: Update from upstream, to 2015-01-01 version.
1213 * config.guess: Ditto.
1214
bb5f7690
EB
12152014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1216
1217 * config.sub: Update from upstream config repo.
1218
6e733cce
L
12192014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1220
1221 * libtool.m4: Updated from GCC trunk.
1222
8969c424
JBG
12232014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1224
1225 * config.guess: Update from upstream config repo.
1226 * config.sub: Ditto.
1227
37e77caf
JBG
12282014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1229
1230 * move-if-change: Update from upstream gnulib.
1231
e3046511
JBG
12322014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1233
1234 * compile: Sync with upstream Automake.
1235 * depcomp: Ditto.
1236 * install-sh: Ditto.
1237 * missing: Ditto.
1238 * mkinstalldirs: Ditto.
1239 * ylwrap: Ditto.
1240
3e615393
TG
12412014-10-15 Tristan Gingold <gingold@adacore.com>
1242
1243 * src-release.sh (do_proto_toplev): Configure with --target.
1244
6d26190c
JY
12452014-10-03 Jing Yu <jingyu@google.com>
1246
1247 * configure.ac: Add aarch64 to list of targets that support gold.
1248 * configure: Regenerate.
1249
a9d58c06
AB
12502014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1251
1252 * configure.ac: Add mips*-img-elf* target triple.
1253 * configure: Regenerate.
1254
b25b5cef
CJW
12552014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1256 * configure: Disable gdb for nds32*-*-* until supported.
1257 * configure.ac: Disable gdb for nds32*-*-* until supported.
1258
f8797b5a
JB
12592014-09-05 Joel Brobecker <brobecker@adacore.com>
1260
1261 * configure: Regenerate.
1262
2536ee9d
WN
12632014-08-27 Will Newton <will.newton@linaro.org>
1264
1265 * src-release.sh: New file.
1266 * src-release: Remove file.
1267
1f995db6
JS
12682014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1269
1270 GDB not supported for or1k*-*-rtems*
1271 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1272 of the stanzas results in this not being caught by or1k*-*-* later.
1273 * configure. Regenerated.
1274
a843ea33
SB
12752014-07-25 Samuel Bronson <naesten@gmail.com>
1276
1277 * .gitattributes: New file for use with git-merge-changelog.
1278
cfbc1a6c
JS
12792014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1280
1281 Disable gdb for or1k*-*-* until supported
1282 * configure.ac (or1k*-*-*): Disable gdb.
1283 * configure: Regenerated.
1284
d9e042ac
SL
12852014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1286
1287 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1288 * configure: Regenerated.
1289
201f096f 12902014-03-26 Jakub Jelinek <jakub@redhat.com>
1291
1292 PR sanitizer/56781
1293 * Makefile.def: Set bootstrap=true; for host fixincludes.
1294 * configure.ac: Don't bootstrap host fixincludes unless
1295 --with-build-config=bootstrap-{a,ub}san.
1296 * Makefile.in: Regenerated.
1297 * configure: Regenerated.
1298
730af8ee 12992014-03-21 Jakub Jelinek <jakub@redhat.com>
1300
1301 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1302 --enable-vtable-verify option parsing. Don't add
1303 target-libsanitizer to bootstrap_target_libs unless
1304 --with-build-config=bootstrap-asan or
1305 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1306 to bootstrap_target_libs unless --enable-vtable-verify.
1307 * configure: Regenerated.
1308
abca8d87 13092014-03-07 Jakub Jelinek <jakub@redhat.com>
1310
1311 PR bootstrap/58572
1312 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1313 -I for libstdc++-v3 includes if $(LEAN).
1314 * Makefile.in: Regenerated.
1315
68d122bb 13162014-02-24 Walter Lee <walt@tilera.com>
1317
1318 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1319 (tilegx-*-*): Change to tilegx*-*-*.
1320 * configure: Regenerate.
1321
39d1b2ae
RS
13222014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1323
1324 * config.sub, config.guess: Import from upstream.
1325
50f80006
EB
13262014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1327
1328 PR bootstrap/60620
72f4393d 1329 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1330 * Makefile.in: Regenerate.
1331
a6305403
YS
13322014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1333
1334 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1335 for WINDRES_FOR_TARGET in default-manifest.o rule.
1336 * Makefile.in: Regenerate.
1337
62a0f723
RO
13382014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1339
1340 PR target/59788
1341 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1342 *solaris2*.
1343
530e8392
KB
13442013-12-19 Keven Boell <keven.boell@intel.com>
1345
1346 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1347 nested lookups for fortran modules.
1348 * dwarf2read.c (read_module): Add fortran module to
1349 the symbol table.
1350 (add_partial_symbol, add_partial_module): Add fortran
1351 module to the partial symbol table.
1352 (new_symbol_full): Create full symbol for fortran module.
1353 * f-exp.y (yylex): Add new module domain to be parsed.
1354 * symtab.h: New domain for fortran modules.
1355
7f9b20bb
KB
13562013-12-19 Keven Boell <keven.boell@intel.com>
1357
1358 * f-exp.y (yylex): Add domain array to enable lookup
1359 in multiple domains. Loop over lookup domains and try
1360 to find requested symbol. Add STRUCT_DOMAIN to lookup
1361 domains to be able to query for user defined types.
1362
afc0578d 13632013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1364
1365 * configure.ac: Add user-friendly check for native x86_64-linux
1366 multilibs.
1367 * configure: Regenerate.
1368
f3f51a69
AM
13692013-11-23 Alan Modra <amodra@gmail.com>
1370
1371 * config.sub, config.guess: Import from upstream.
1372
2440009d 13732013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1374
2440009d 1375 * Makefile.in: Regenerate.
1376
e78e02e6 1377 * Makefile.tpl: Fix typo.
1378 * Makefile.in: Regenerate partially.
1379
9aaf2a7e 13802013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1381
1382 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1383 supported.
1384 * configure: Regenerated.
1385
880b18d1 13862013-10-30 Jason Merrill <jason@redhat.com>
1387
1388 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1389 --disable-build-format-warnings.
1390
522e3d71 13912013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1392
f3f51a69 1393 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1394 depend on libstdc++ and libgcc.
1395 * configure: Regenerate.
1396 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1397 libcilkrts for POSIX and i*86, and x86_64 architectures.
1398 * Makefile.in: Added libcilkrts related fields to support building it.
1399
cb49a9e1 14002013-10-26 Jeff Law <law@redhat.com>
1401
1402 * Makefile.def (target_modules): Remove libmudflap
1403 (languages): Remove check-target-libmudflap).
1404 * Makefile.in: Rebuilt.
1405 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1406 * configure.ac (target_libraries): Remove target-libmudflap.
1407 Remove checks which disabled libmudflap on some systems.
1408 * configure: Rebuilt.
1409 * libmudflap: Directory removed.
1410
82033c9b
JBG
14112013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1412
1413 * configure.ac: Update from GCC.
1414 * configure: Regenerate.
1415
b50d7605
HPN
14162013-10-15 Hans-Peter Nilsson <hp@axis.com>
1417
1418 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1419 files in SUPPORT_FILES.
1420 (SIM_SUPPORT_DIRS): New variable.
1421 (sim.tar.bz2): New rule.
1422
f4cfb980
JBG
14232013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * configure.ac: Update from GCC.
1426 * configure: Regenerate.
1427
78b1434c
JJ
14282013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1429
1430 * COPYING.NEWLIB: Update with new copyright.
1431
b3fc79f8
JBG
14322013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1433
1434 * configure.ac: Update from GCC.
1435 * configure: Regenerate.
1436
cc9afea3
AM
14372013-09-20 Alan Modra <amodra@gmail.com>
1438
1439 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1440 ppc host match. Support little-endian powerpc linux hosts.
1441
f006cabd
JB
14422013-08-16 Joel Brobecker <brobecker@adacore.com>
1443
1444 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1445 strip the "-cvs" suffix from the version number if present.
1446
95e43135
JBG
14472013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1448
1449 * configure.ac: Sync with GCC repo.
1450 * Makefile.def: Ditto.
1451 * configure: Regenerate.
1452 * Makefile.in: Ditto.
1453
7539e41e
JB
14542013-07-22 Joel Brobecker <brobecker@adacore.com>
1455
1456 * src-release (VER): Use $(TOOL)/common/create-version.sh
1457 if it exists.
1458
e8044f35
RS
14592013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1460
1461 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1462 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1463 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1464 * configure: Regenerate.
1465
7bab7634
DC
14662013-06-01 George Thomas <george.thomas@atmel.com>
1467
95e43135
JBG
1468 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1469 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1470
b5364c9e
JJ
14712013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1472
1473 * COPYING.NEWLIB: Add Altera Corporation copyright.
1474
5dad867c
JBG
14752013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1476
1477 * config.guess: Update from config repo.
1478 * config.sub: Ditto.
1479
b836cb18
JBG
14802013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1481
1482 * Makefile.def: Sync with GCC.
1483 * Makefile.in: Regenerate.
1484
e7d5abf1
JBG
14852013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1486
1487 * configure.ac: Sync with GCC.
b836cb18 1488 * configure: Regenerate.
e7d5abf1 1489
4f778543
MF
14902013-03-22 Mike Frysinger <vapier@gentoo.org>
1491
1492 * src-release (VER): Change bfd/configure.in sed to use the new
1493 `bfd/configure --version` output.
1494
f1dd87fc
YZ
14952013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1496
1497 * configure.ac: Sync with GCC repo.
1498 * configure: Ditto.
1499
a413f71a
ILT
15002013-02-05 Ian Lance Taylor <iant@google.com>
1501
1502 PR go/55969
1503 * configure.ac: Disable libgo on some systems where it does not
1504 work.
1505 * configure: Rebuild.
1506
3a98824c
AM
15072013-02-05 Alan Modra <amodra@gmail.com>
1508
1509 * configure: Regenerate after syncing config/.
1510
3dae1673
JBG
15112013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1512
1513 * configure.ac: Sync with GCC repo.
1514 * configure: Ditto.
1515 * Makefile.def: Ditto.
1516 * Makefile.in: Ditto.
1517
bf51454b
JB
15182013-01-11 Joel Brobecker <brobecker@adacore.com>
1519
1520 Sync with GCC, merge:
1521
1522 2013-01-09 Jason Merrill <jason@redhat.com>
1523
1524 * .gitignore: Import from gdb repository.
1525
c841a2be
JBG
15262013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1527
1528 * config.sub: Update from config repo.
1529
d7b9dae9
EB
15302013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1531
1532 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1533 * Makefile.in: Regenerate.
1534
861ea9c8
L
15352013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1536
1537 * Makefile.def (configure-gcc): Depend on all-gmp.
1538 (all-gcc): Remove dependency on all-gmp.
1539 * Makefile.in: Regenerated.
1540
ce82b126
JBG
15412013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1542
1b4f418d 1543 * config.guess: Update from config repo.
c2e5e6d7 1544 * config.sub: Ditto.
ce82b126 1545
fd62a30d
JJ
15462013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1547
1548 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1549 exists and replace the new bfin license in its location.
1550
0140d685
L
15512013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1552
1553 PR gas/14899
1554 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1555 all-ld and all-gold depend on all-gas.
1556 * Makefile.in: Regenerated.
1557
c3d399e7
L
15582012-12-29 Ben Elliston <bje@gnu.org>
1559
1560 * config.guess: Update to 2012-12-29 version.
1561 * config.sub: Likewise.
1562
9417cd2f
JBG
15632012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1564
1565 * Makefile.def (install-target-libgo): Depend on
1566 install-target-libatomic. Merged from GCC repo.
1567 * Makefile.in: Regenerate.
1568
68dad382
JJ
15692012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1570
1571 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1572
2344b8da
TS
15732012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1574
1575 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1576 * configure: Regenerate.
1577
5eb08693
L
15782012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1579
1580 * Makefile.def (target_modules): Add bootstrap=true and
1581 raw_cxx=true to libsanitizer.
1582 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1583 * Makefile.in: Regenerated.
1584 * configure: Likewise.
1585
53ab32d8
JBG
15862012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1587
1588 * config.sub: Merge from config repo.
1589
d2489204
JBG
15902012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1591
1592 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1593 * Makefile.tpl: Ditto.
1594 * Makefile.in: Ditto.
1595 * configure: Ditto.
d2489204 1596
c23b5043
JBG
15972012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1598
1599 * configure.ac (noconfigdirs): Merge from GCC.
1600 * configure: Regenerate.
1601
1dd1f7f6
JBG
16022012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1603
1604 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1605
2bda3143
L
16062012-11-14 Roland McGrath <mcgrathr@google.com>
1607
1608 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1609 * configure: Regenerate.
1610
5286fdef
L
16112012-11-13 Richard Henderson <rth@redhat.com>
1612
1613 * configure.ac: Move libsanitizer logic to subdirectory.
1614 * configure: Regenerate.
1615
16162012-11-13 Dodji Seketeli <dodji@redhat.com>
1617
1618 * configure.ac: Enable libsanitizer just on x86 linux for now.
1619 * configure: Re-generate.
1620
16212012-11-13 David Edelsohn <dje.gcc@gmail.com>
1622
1623 * configure.ac: Merge libquadmath sections.
1624 * configure: Regenerate.
1625
16262012-11-12 Wei Mi <wmi@google.com>
1627
1628 * configure.ac: Add libsanitizer to target_libraries.
1629 * Makefile.def: Ditto.
1630 * configure: Regenerate.
1631 * Makefile.in: Regenerate.
1632
f66a9a70
L
16332012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1634
1635 * configure: Regenerated.
1636
16372012-11-03 Robert Mason <rbmj@verizon.net>
1638
1639 * configure.ac: add --disable-libstdcxx configure option
1640 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1641
6d94c122
CV
16422012-10-24 Corinna Vinschen <corinna@vinschen.de>
1643
1644 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1645 against Mingw64 w32api.
1646 * configure: Regenerate.
1647
a882be68
EB
16482012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1649
1650 PR bootstrap/54820
1651 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1652 * configure: Regenerate.
1653
b3676d82
EB
16542012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1655
1656 PR bootstrap/54820
1657 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1658 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1659 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1660 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1661 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1662 * Makefile.in: Regenerate.
1663 * configure.ac (have_static_libs): New variable and associated check.
1664 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1665 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1666 * configure: Regenerate.
1667
7b0e8ca5
MF
16682012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1669
1670 * config.guess, config.sub: Include updated version from
1671 config-patches. Adds microblaze little endian support.
1672
8e71395b
L
16732012-09-28 Ian Lance Taylor <iant@google.com>
1674
1675 * Makefile.def: Make all-target-libgo depend on
1676 all-target-libbacktrace.
1677 * Makefile.in: Rebuild.
1678
16792012-09-26 Ian Lance Taylor <iant@google.com>
1680
1681 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1682 * Makefile.in: Rebuild.
1683
16842012-09-06 Diego Novillo <dnovillo@google.com>
1685
1686 * configure.ac: Bump minimum GMP version to 4.2.3.
1687 * configure: Re-generate.
1688
16892012-09-05 Georg-Johann Lay <avr@gjlay.de>
1690
1691 PR target/54461
1692 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1693 target-libgloss if not configured --with-avrlibc=no.
1694 * configure: Regenerate.
1695
16962012-09-04 Jason Merrill <jason@redhat.com>
1697
1698 * configure.ac: Fix --enable-languages=all.
1699
17002012-09-03 Richard Guenther <rguenther@suse.de>
1701
1702 PR bootstrap/54138
1703 * configure.ac: Re-organize ISL / CLOOG checks to allow
1704 disabling with either --without-isl or --without-cloog.
1705 * configure: Regenerated.
1706
17072012-09-03 Georg-Johann Lay <avr@gjlay.de>
1708
1709 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1710 * configure: Regenerate.
1711
d09bbf00
SE
17122012-09-21 Steve Ellcey <sellcey@mips.com>
1713
1714 * configure.ac: Add mips*-mti-elf* target.
1715 * configure: Regenerate.
1716
2bf680c4
ILT
17172012-09-19 Ian Lance Taylor <iant@google.com>
1718
1719 * configure.ac (host_libs): Add libbacktrace.
1720 (target_libraries): Add libbacktrace.
1721 * Makefile.def (host_modules): Add libbacktrace.
1722 (target_modules): Likewise.
1723 * configure, Makefile.in: Rebuild.
1724
5c0b3823
WL
17252012-09-15 Jiong Wang <jiwang@tilera.com>
1726
1727 * configure.ac (ENABLE_GOLD): support tilegx*
1728 * configure: rebuild
1729
1488e230
DE
17302012-09-14 David Edelsohn <dje.gcc@gmail.com>
1731
1732 PR target/38607
1733 Merge upstream change.
1734 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1735
1736 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1737 Add libgomp*.o to compare_exclusions for AIX.
1738 * configure: Regenerate.
1739
df6795ce
L
17402012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1741
1742 PR binutils/4970
1743 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1744 and opcodes.
1745 * Makefile.in: Regenerated.
1746
7ec59b9e
L
17472012-08-14 Diego Novillo <dnovillo@google.com>
1748
1749 Merge from cxx-conversion branch.
1750
1751 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1752 POSTSTAGE1_CONFIGURE_FLAGS.
1753 * Makefile.in: Regenerate.
1754 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1755 Force C++ when bootstrapping.
1756 * configure: Regenerate.
1757
17582012-07-06 Richard Guenther <rguenther@suse.de>
1759
1760 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1761 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1762 --with-gmp=system.
1763 * Makefile.in: Regenerated.
1764 * configure: Likewise.
1765
17662012-07-06 Richard Guenther <rguenther@suse.de>
1767
1768 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1769 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1770 supply V=1 as extra_make_flags.
1771 * configure: Regenerated.
1772 * Makefile.in: Likewise.
1773
17742012-07-03 Richard Guenther <rguenther@suse.de>
1775
1776 * Makfile.def (isl): Remove not necessary extra_exports and
1777 extra_make_flags.
1778 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1779 * Makefile.in: Regenerated.
1780
17812012-07-03 Richard Guenther <rguenther@suse.de>
1782
1783 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1784 * configure.ac: If either the ISL or the CLooG check failed
1785 do not try to build in-tree versions.
1786 * Makefile.in: Regenerated.
1787 * configure: Regenerated.
1788
17892012-07-02 Richard Guenther <rguenther@suse.de>
1790 Michael Matz <matz@suse.de>
1791 Tobias Grosser <tobias@grosser.es>
1792 Sebastian Pop <sebpop@gmail.com>
1793
1794 * Makefile.def: Add ISL host module, remove PPL host module.
1795 Adjust ClooG host module to use the proper ISL.
1796 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1797 * configure.ac: Include config/isl.m4. Add ISL host library,
1798 remove PPL. Remove PPL configury, add ISL configury, adjust
1799 ClooG configury.
1800 * Makefile.in: Regenerated.
1801 * configure: Likewise.
1802
18032012-07-02 Richard Guenther <rguenther@suse.de>
1804
1805 Merge from graphite branch
1806 2011-07-21 Tobias Grosser <tobias@grosser.es>
1807
1808 * configure: Regenerated.
1809 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1810 both cloog.org and legacy versions. The only supported version will
1811 be CLooG with the isl backend.
1812
1813 2011-07-21 Tobias Grosser <tobias@grosser.es>
1814
1815 * configure: Regenerated.
1816 * configure.ac: Require cloog isl 0.17.0
1817
1818 2011-07-21 Tobias Grosser <tobias@grosser.es>
1819
1820 * configure: Regenerated.
1821 * config/cloog.m4: Do not define CLOOG_ORG
1822
18232012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1824
1825 * configure.ac: Skip C if explicitly selected.
1826 * configure: Regenerate.
1827
18282012-06-28 Christophe Lyon <christophe.lyon@st.com>
1829
1830 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1831 they contain -O2.
1832 * configure: Regenerate.
1833
18342012-06-20 Jason Merrill <jason@redhat.com>
1835
1836 * Makefile.tpl (check-target-libgomp-c++): New.
1837 (check-target-libitm-c++): New.
1838 * Makefile.def (c++): Add them.
1839 * Makefile.in: Regenerate.
1840
18412012-05-16 Olivier Hainque <hainque@adacore.com>
1842
1843 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1844 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1845 (install-no-fixedincludes): Adjust accordingly.
1846 * Makefile.in: Regenerate.
1847
18482012-05-09 Nick Clifton <nickc@redhat.com>
1849 Paul Smith <psmith@gnu.org>
1850
1851 PR bootstrap/50461
1852 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1853 allow for the fact that from release v3.1.0 of MPFR the source
1854 files were moved into a src sub-directory.
1855 * configure: Regenerate.
1856
18572012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1858
1859 * configure.ac: Bump minimum MPFR version to 2.4.0.
1860 * configure: Regenerated.
1861
18622012-05-01 Richard Henderson <rth@redhat.com>
1863
1864 * Makefile.def (libatomic): New target_module.
1865 * configure.ac (target_libraries): Add libatomic.
1866 (noconfigdirs): Check if libatomic is supported.
1867 * Makefile.in, configure: Rebuild.
1868
f87f9c61
L
18692012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1870
1871 Merge upstream change
1872 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1873
18742011-11-21 Andreas Tobler <andreast@fgznet.ch>
1875
1876 * libtool.m4: Additional FreeBSD 10 fixes.
1877
68f107fa
AO
18782012-06-28 Christophe Lyon <christophe.lyon@st.com>
1879
1880 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1881 they contain -O2.
1882 * configure: Regenerate.
1883
b9c361e0
JL
18842012-05-14 Catherine Moore <clm@codesourcery.com>
1885
1886 * NEWS: Mention PowerPC VLE port.
1887
9eb322aa
MF
18882012-05-11 Mike Frysinger <vapier@gentoo.org>
1889
1890 * MAINTAINERS (config/): Move to intl/ section.
1891 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1892
58b1dd21
NC
18932012-05-09 Nick Clifton <nickc@redhat.com>
1894 Paul Smith <psmith@gnu.org>
1895
1896 PR bootstrap/50461
1897 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1898 allow for the fact that from release v3.1.0 of MPFR the source
1899 files were moved into a src sub-directory.
1900 * configure: Regenerate.
1901
2e702c99
RM
19022012-05-02 Roland McGrath <mcgrathr@google.com>
1903
1904 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1905 * configure: Regenerate.
1906
d2213593
JB
19072012-04-25 Joel Brobecker <brobecker@adacore.com>
1908
1909 * config.sub: Update to 2012-04-18 version from official repo.
1910
202e2356
NC
19112012-03-19 Tristan Gingold <gingold@adacore.com>
1912
1913 * configure.ac (ia64*-*-*vms*): Add support for ld.
1914 * configure: Regenerate.
1915
2479f722
RO
19162012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1917
1918 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1919 (unsupported_languages): Remove mips-sgi-irix6.*.
1920 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1921 (with_stabs): Remove.
1922 * configure: Regenerate.
1923
4e97d92b
RO
19242012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1925
1926 * configure.ac (enable_libgomp): Remove *-*-osf*.
1927 (with_stabs): Remove alpha*-*-osf*.
1928 * configure: Regenerate.
1929
f9ea6f98
JJ
19302012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1931
1932 * COPYING.NEWLIB: Modify DJ Delorie license to include
1933 modification rights in clause as permitted by DJ Delorie.
1934 * COPYING.LIBGLOSS: Ditto.
1935
48688b3e
JJ
19362012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1937
1938 * COPYING.NEWLIB: Remove two unused licenses.
1939
0945bbee
TG
19402012-03-05 Tristan Gingold <gingold@adacore.com>
1941
1942 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1943 * configure: Regenerate.
1944
516be0c5
JJ
19452012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1946
1947 * COPYING.NEWLIB: Add Adapteva notice.
1948 * COPYING.LIBGLOSS: Add Adapteva notice.
1949
64b986c0
EB
19502011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1951
1952 * configure: Regenerate.
1953
58cddc18
JJ
19542011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1955
1956 * COPYING.LIBGLOSS: Add GPL with exception license.
1957
b121d7d4
DD
19582011-11-09 Roland McGrath <mcgrathr@google.com>
1959
1960 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1961 * configure: Rebuild.
1962 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1963 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1964 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1965 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1966 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1967 Add READELF.
1968 * Makefile.in: Rebuild.
1969
d32e2926
RH
19702011-11-08 Richard Henderson <rth@redhat.com>
1971
1972 * configure.ac: Test for libitm directory present first.
1973
1974 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1975
1976 * configure.ac: Test libitm/configure.tgt to disable libitm.
1977 * configure: Rebuild.
1978
98dd765a
RO
19792011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1980
1981 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1982 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1983 * Makefile.in: Regenerate.
1984
99c513f6
DD
19852011-11-01 DJ Delorie <dj@redhat.com>
1986
1987 * configure.ac (rl78-*-*) New case.
1988 * configure: Regenerate.
1989
ff3ec4ee
DD
19902011-11-01 DJ Delorie <dj@redhat.com>
1991
1992 * config.sub: Update to version 2011-10-29 (added rl78)
1993
c28a9f49
NC
19942011-10-27 Nick Clifton <nickc@redhat.com>
1995
1996 * config.sub: Import these changes from the config project:
1997
a903d6ac 1998 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1999 Ben Elliston <bje@gnu.org>
2000
2001 * config.sub (epiphany): New.
2002
2003 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2004 Ben Elliston <bje@gnu.org>
2005
9eb322aa 2006 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
2007
2008 2011-08-23 Roland McGrath <mcgrathr@google.com>
2009
2010 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2011 64eb to be64.
2012
2013 2011-08-16 Roland McGrath <mcgrathr@google.com>
2014
2015 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2016 (nacl): Grok as alias for 32el-unknown-nacl.
2017
860144e4
JB
20182011-08-19 Joel Brobecker <brobecker@adacore.com>
2019
2020 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2021
40ae9136
YQ
20222011-08-14 Yao Qi <yao@codesourcery.com>
2023
2024 Merge from gcc:
2025
2026 2011-08-14 Yao Qi <yao@codesourcery.com>
2027 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2028 * configure: Regenerate.
2029
ffdd6afc
ILT
20302011-07-26 Ian Lance Taylor <iant@google.com>
2031
2032 Merge from gcc:
2033
2034 2011-07-26 Ian Lance Taylor <iant@google.com>
2035 * configure.ac: Set have_compiler based on whether gcc directory
2036 exists, rather than on whether gcc is in configdirs.
2037 * configure: Rebuild.
2038
2039 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2040 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2041 link directories.
2042 * Makefile.in: Rebuild.
2043
2044 2011-07-20 Ian Lance Taylor <iant@google.com>
2045 PR bootstrap/49787
2046 * configure.ac: Move --enable-bootstrap handling earlier in file.
2047 If --enable-bootstrap and either --enable-build-with-cxx or
2048 --enable-build-poststage1-with-cxx, enable C++ automatically.
2049 * configure: Rebuild.
2050
2051 2011-07-19 Ian Lance Taylor <iant@google.com>
2052 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2053 make C++ a boot_language. Set and substitute
2054 POSTSTAGE1_CONFIGURE_FLAGS.
2055 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2056 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2057 * configure, Makefile.in: Rebuild.
2058
2059 2011-07-16 Jason Merrill <jason@redhat.com>
2060 * Makefile.def (language=c++): Add check-c++0x and
2061 check-target-libmudflap-c++.
2062 * Makefile.tpl (check-target-libmudflap-c++): New.
2063 * Makefile.in: Regenerate.
2064
2065 2011-07-16 Matthias Klose <doko@ubuntu.com>
2066 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2067 * Makefile.def (target_modules/libjava): Pass
2068 $(EXTRA_CONFIGARGS_LIBJAVA).
2069 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2070 if not configured with --enable-static-libjava.
2071 * Makefile.in: Regenerate.
2072 * configure: Likewise.
2073
2074 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2075 PR regression/47836
2076 PR bootstrap/23656
2077 PR other/47733
2078 PR bootstrap/49247
2079 PR c/48825
2080 * configure.ac (target_libraries): Remove target-libiberty.
2081 Remove case-statement setting skipdirs=target-libiberty for
2082 multiple targets. Remove checking target_configdirs and
2083 removing target-libiberty but keeping target-libgcc if
2084 otherwise empty.
2085 * Makefile.def (target_modules): Don't add libiberty.
2086 (dependencies): Remove all traces of target-libiberty.
2087 * configure, Makefile.in: Regenerate.
2088
9ccb86e7
JM
20892011-07-22 Jason Merrill <jason@redhat.com>
2090
2091 * Makefile.def (language=c++): Add check-c++0x and
2092 check-target-libmudflap-c++.
2093 * Makefile.tpl (check-target-libmudflap-c++): New.
2094 * Makefile.in: Regenerate.
2095
090bc50f
RO
20962011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2097
2098 * configure: Regenerate.
2099
cff32a7c
RO
21002011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2101
2102 PR target/39150
2103 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2104 x86_64-*-solaris2.1[0-9]*.
2105 * configure: Regenerate.
2106
eb4b2452
NC
21072011-06-13 Walter Lee <walt@tilera.com>
2108
2109 * configure.ac (tilepro-*-*) New case.
2110 (tilegx-*-*): Likewise.
2111 * configure: Regenerate.
2112
3c0013bf
NC
21132011-06-06 Nick Clifton <nickc@redhat.com>
2114
2115 * config.sub: Sync from upstream.
2116
91c1f14c
DK
21172011-05-08 Doug Kwan <dougkwan@google.com>
2118
2119 Merge from gcc:
2120
2121 2011-05-08 Doug Kwan <dougkwan@google.com>
2122
2123 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2124 * configure: Regenerated.
2125 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2126 value from configure.
2127 * Makefile.in: Regenerated.
2128
c7e4b184
JM
21292011-05-05 Joseph Myers <joseph@codesourcery.com>
2130
2131 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2132 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2133 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2134 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2135 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2136 *-*-vxworks*): Disable newlib and libgloss in separate case
2137 statement.
2138 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2139 to separate case statement.
2140 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2141 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2142 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2143 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2144 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2145 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2146 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2147 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2148 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2149 i[[3456789]]86-*-rdos*, m32r-*-*,
2150 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2151 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2152 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2153 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2154 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2155 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2156 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2157 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2158 and libgloss in main case over targets. Remove most empty cases
2159 in main case over targets.
2160 * configure: Regenerate.
2161
7152a690
JM
21622011-05-04 Joseph Myers <joseph@codesourcery.com>
2163
2164 * configure.ac: Remove code setting special library locations for
2165 hppa*64*-*-hpux11*. Remove code setting compiler for
2166 sparc-sun-solaris2*.
2167 * configure: Regenerate.
2168
ff46fb8f
JM
21692011-05-04 Joseph Myers <joseph@codesourcery.com>
2170
2171 * configure.ac: Separate libgloss_dir settings from general case
2172 over targets.
2173 * configure: Regenerate.
2174
82ae827f
JM
21752011-04-28 Joseph Myers <joseph@codesourcery.com>
2176
2177 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2178 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2179 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2180 cases in libgcj-disabling case statement.
2181 (hppa*64*-*-linux*): Set unsupported_languages instead of
2182 disabling target-zlib.
2183 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2184 to hppa*64*-*-hpux*.
2185 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2186 hppa*-*-hpux*.
2187 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2188 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2189 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2190 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2191 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2192 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2193 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2194 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2195 libgcj-disabling case statement.
2196 * configure: Regenerate.
2197
0827f9a6
JM
21982011-04-28 Joseph Myers <joseph@codesourcery.com>
2199
2200 * configure.ac: Disable Java for targets not supporting libffi.
2201 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2202 Remove cases in Java-disabling statement.
2203 (*arm-wince-pe): Change to arm-wince-pe.
2204 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2205 cases in Java-disabling statement.
2206 (bfin-*-*): Don't disable Java again.
2207 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2208 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2209 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2210 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2211 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2212 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2213 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2214 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2215 Java-disabling statement.
2216 (mmix-*-*): Don't disable Java again.
2217 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2218 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2219 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2220 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2221 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2222 statement.
2223 * configure: Regenerate.
2224
899b04ef
JM
22252011-04-28 Joseph Myers <joseph@codesourcery.com>
2226
2227 Merge from GCC:
2228
2229 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2230
2231 PR lto/48086
2232 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2233 * configure: Regenerate.
2234
9863d716
JM
22352011-04-28 Joseph Myers <joseph@codesourcery.com>
2236
2237 * configure.ac: Separate cases disabling Java and Java libraries
2238 from general case over targets.
2239 * configure: Regenerate.
2240
a90ef4bf
JM
22412011-04-06 Joseph Myers <joseph@codesourcery.com>
2242
2243 * configure.ac (build_tools): Remove build-byacc.
2244 (host_libs): Remove mmalloc.
2245 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2246 autoconf automake libtool diff rcs fileutils shellutils time
2247 textutils wdiff find uudecode hello tar gzip indent recode release
2248 sed perl gawk findutils gettext zip.
2249 (libgcj): Remove target-qthreads.
2250 (target_tools): Remove target-examples target-gperf.
2251 (YACC): Don't handle building byacc.
2252 * configure: Regenerate.
2253 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2254 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2255 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2256 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2257 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2258 handle building components.
2259 * Makefile.in: Regenerate.
2260
05a02268
RW
22612011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2262
2263 * config.sub: Sync from upstream.
2264
c5f5c3c2
JM
22652011-04-01 Joseph Myers <joseph@codesourcery.com>
2266
2267 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2268 (microblaze*): Don't disable libssp.
2269 * configure: Regenerate.
2270
f6c1938b
JM
22712011-04-01 Joseph Myers <joseph@codesourcery.com>
2272
2273 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2274 moveifchange.
2275 * configure: Regenerate.
2276 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2277 * Makefile.in: Regenerate.
2278
1f111696
JM
22792011-04-01 Joseph Myers <joseph@codesourcery.com>
2280
2281 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2282 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2283 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2284 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2285 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2286 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2287 md_exec_prefix cases.
2288 * configure: Regenerate.
2289
065a5627
JM
22902011-04-01 Joseph Myers <joseph@codesourcery.com>
2291
2292 * configure.ac: Separate cases disabling target-libssp,
2293 target-libiberty, target-libstdc++-v3 and Fortran from general
2294 case over targets.
2295 * configure: Regenerate.
2296
b2f14e4a
JM
22972011-04-01 Joseph Myers <joseph@codesourcery.com>
2298
2299 * configure.ac (*-*-chorusos): Don't disable libgcj.
2300 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2301 Remove case.
2302 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2303 (arm-*-coff): Don't disable libgcj.
2304 (arm*-*-linux-gnueabi): Remove useless assignment.
2305 (arm-*-riscix*): Don't disable libgcj.
2306 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2307 configuration.
2308 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2309 (c54x*-*-*): Remove case.
2310 (tic54x-*-*): Don't disable GCC or GCC libraries.
2311 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2312 to *.
2313 (d10v-*-*): Don't disable GCC libraries.
2314 (d30v-*-*): Don't disable libgcj.
2315 (h8500-*-*): Don't disable GCC libraries.
2316 (i960-*-*): Don't disable libgcj.
2317 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2318 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2319 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2320 libgcj.
2321 (m68k-*-coff*): Remove case.
2322 (mmix-*-*): Don't disable libgloss on host.
2323 (mn10200-*-*, mn10300-*-*): Remove cases.
2324 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2325 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2326 Don't disable libgcj.
2327 (romp-*-*): Remove case.
2328 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2329 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2330 case.
2331 (v810-*-*): Don't disable GCC libraries.
2332 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2333 (ip2k-*-*): Don't disable GCC libraries.
2334 * configure: Regenerate.
2335
6a608608
JM
23362011-03-28 Joseph Myers <joseph@codesourcery.com>
2337
2338 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2339 libffi on host.
2340 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2341 on host.
2342 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2343 * configure: Regenerate.
2344
5b806d27
NC
23452011-03-26 John Marino <binutils@marino.st>
2346
2347 * configure.ac: Add support for *-*-dragonfly*
2348 * configure: Regenerate.
2349
0377a422
JM
23502011-03-25 Joseph Myers <joseph@codesourcery.com>
2351
2352 * configure.ac (native_only): Remove.
2353 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2354 send-pr uudecode guile gnuserv on host.
2355 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2356 send-pr rcs guile perl texinfo libtool on host.
2357 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2358 automake send-pr rcs guile perl texinfo libtool on host.
2359 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2360 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2361 (alpha*-dec-osf*): Don't disable fileutils on target.
2362 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2363 texinfo send-pr expect dejagnu on target.
2364 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2365 target-qthreads on target.
2366 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2367 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2368 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2369 x86_64-*-mingw*): Don't disable expect on target.
2370 (*-*-cygwin*): Don't disable target-gperf on target.
2371 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2372 gnuserv on target.
2373 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2374 target.
2375 * configure: Regenerate.
2376
2354b38b
JM
23772011-03-25 Joseph Myers <joseph@codesourcery.com>
2378
2379 * configure.ac (target_tools): Remove target-groff.
2380 (native_only): Remove target-groff.
2381 (hppa*64*-*-*): Don't disable byacc.
2382 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2383 setting.
2384 (*-*-kaos*): Don't skip target-librx and target-groff.
2385 (*-*-netware*): Don't skip target-libmudflap.
2386 (*-*-tpf*): Don't skip target-libmudflap.
2387 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2388 directories on the host.
2389 (ia64*-*-*vms*): Don't skip tix.
2390 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2391 host.
2392 * configure: Regenerate.
2393
28d9b232
PB
23942011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2395
2396 * configure.ac: Remove references to mt-mep, mt-netware,
2397 mt-wince.
2398 * Makefile.def: Add all-utils soft dependencies.
2399 * Makefile.tpl: Remove GDB_NLM_DEPS.
2400 * configure: Regenerate.
2401 * Makefile.in: Regenerate.
2402
dbbe5f95
PB
24032011-03-24 Paolo Bonzini <bonzini@gnu.org>
2404
2405 Sync from GCC:
2406
2407 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2408
2409 * configure.ac: Do not include mh-x86omitfp.
2410 * configure: Regenerate.
2411
2412 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2413
2414 * configure.ac: Remove empty cases.
2415 * configure: Regenerate.
2416
2417 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2418
2419 * Makefile.def: Add dependency from termcap to gdb.
2420 * Makefile.in: Regenerate.
2421
2422 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2423
2424 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2425 * configure: Regenerate.
2426 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2427 * Makefile.tpl: Likewise.
2428 * Makefile.in: Regenerate.
2429
2430 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2431
2432 * configure.ac: Remove all mentions of tentative_cc.
2433 * configure: Regenerate.
2434
2435 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2436
2437 PR lto/48086
2438 * configure.ac: Re-enable LTO on *-apple-darwin9.
2439 * configure: Regenerate.
2440
3516a403
JM
24412011-03-24 Joseph Myers <joseph@codesourcery.com>
2442
2443 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2444 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2445 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2446 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2447 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2448 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2449 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2450 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2451 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2452 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2453 *-*-rhapsody*): Remove host cases.
2454 * configure: Regenerate.
2455
93cc359e
JM
24562011-03-24 Joseph Myers <joseph@codesourcery.com>
2457
2458 * configure.ac (ppc*-*-pe): Remove host case.
2459 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2460 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2461 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2462 cases.
2463 * configure: Regenerate.
2464
29b2c556
JM
24652011-03-24 Joseph Myers <joseph@codesourcery.com>
2466
2467 * config.sub: Update to version 2011-03-23.
2468
f0ff0f90
JM
24692011-03-22 Joseph Myers <joseph@codesourcery.com>
2470
2471 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2472 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2473 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2474 * configure: Regenerate.
2475
782cb41f
JM
24762011-03-22 Joseph Myers <joseph@codesourcery.com>
2477
2478 * config-ml.in: Don't handle arc-*-elf*.
2479 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2480 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2481 handle GCC libraries.
2482 * configure: Regenerate.
2483
0e8ad34f
RO
24842011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2485
2486 PR bootstrap/48120:
2487 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2488 Add -lstdc++ -lm to LIBS.
2489 * configure: Regenerate.
2490
5548b4ce
DE
24912011-03-18 David Edelsohn <dje.gcc@gmail.com>
2492
2493 * config.guess: Update to version 2011-02-02
2494 * config.sub: Update to version 2011-02-24
2e702c99 2495
86ed8cf6
SP
24962011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2497
9eb322aa
MF
2498 * configure.ac: Adjust test of with_ppl.
2499 * configure: Regenerated.
86ed8cf6 2500
b123da99
SP
25012011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2502
2503 * configure.ac: Add -lpwl to ppllibs.
2504 * config/cloog.m4: Add -lisl to clooglibs.
2505 * configure: Regenerated.
2506
822ce8ee
RW
25072011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508
2509 Import from Libtool and gnulib:
2510
2511 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2512
2513 Prepare for supporting FreeBSD 10.
2514 * config.rpath: Remove handling of freebsd1* which soon would
2515 match FreeBSD 10.0.
2516
2517 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2518
2519 Remove support for FreeBSD 1.x.
2520 * libtool.m4 (_LT_LINKER_SHLIBS)
2521 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2522 soon would incorrectly match FreeBSD 10.0.
2523
dcb5e506
RW
25242011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2525
2526 PR binutils/12283
2527 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2528 (move-if-change): Comes from gnulib.
2529 * move-if-change: Import version from gnulib.
2530
8d8eef9a
RW
25312011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2532
2533 Sync from GCC:
2534
2535 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2536
2537 PR lto/47225
2538 * Makefile.def (lto-plugin): Double dash for enable-shared.
2539 (configure-gcc): Depend on all-lto-plugin.
2540 * Makefile.in: Rebuilt.
2541
2542 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2543
2544 * configure.ac: Remove extra bracket.
2545 * configure: Regenerate.
2546
2547 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2548
2549 PR lto/47225
2550 * Makefile.def: Add dependency for install-gcc
2551 on install-lto-plugin.
2552 * Makfile.in: Regenerated
2553
2554 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2555
2556 * configure.ac: If with_ppl is no, move setting with_cloog=no
2557 after CLOOG_REQUESTED check.
2558 * configure: Regenerated.
2559
2560 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2561
2562 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2563 CLooG has been requested.
2564 * configure: Regenerated.
2565
2566 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2567
2568 * configure: Regenerated.
2569 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2570
2571 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2572
2573 * configure: Regenerated.
2574 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2575
2576 2011-01-07 Jan Hubicka <jh@suse.cz>
2577
2578 PR lto/47225
2579 * Makefile.in: Regenerate.
2580 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2581 configure.
2582
65b4571a
AO
25832011-01-31 Alexandre Oliva <aoliva@redhat.com>
2584
2585 PR libgcj/44341
2586 * configure.ac: Discard --with-* flags for host when configuring
2587 target libraries for cross build.
2588 * configure: Rebuilt.
2589
7837304f
AS
25902011-01-21 Andreas Schwab <schwab@redhat.com>
2591
2592 Sync from GCC:
2593
2594 2011-01-21 Andreas Schwab <schwab@redhat.com>
2595
2596 * configure.ac: Use AS_HELP_STRING throughout.
2597 * configure: Regenerate.
2598
2599 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2600
2601 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2602 * configure: Regenerate.
2603
115ef890
RW
26042010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2605
2606 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2607
92c9a463
JB
26082011-01-13 Joel Brobecker <brobecker@adacore.com>
2609
2610 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2611 for ia64-hpux.
2612 * configure: Regenerate.
2613
887ebfb4
RW
26142011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2615
2616 Sync from GCC:
2617 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2618
2619 * configure.ac: (picochip): Disable libiberty.
2620 * configure: Regenerate.
2621
04d2c2b2
JJ
26222010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2623
2624 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2625
33d23ee8
ILT
26262010-12-10 Ian Lance Taylor <iant@google.com>
2627
2628 PR bootstrap/46819
2629 * configure.ac: For --disable-libgcj clear libgcj_saved.
2630 * configure: Rebuild.
2631
89a1e9c3
PB
26322010-12-10 Tobias Burnus <burnus@net-b.de>
2633
2634 PR fortran/46540
2635 * configure.ac: Add --disable-libquadmath and
2636 --disable-libquadmath-support.
2637 * configure: Regenerate.
2638
ac7bcd26
TG
26392010-12-10 Tristan Gingold <gingold@adacore.com>
2640
2641 * src-release (ETC_SUPPORT): add gnu-oids.texi
2642
d357cef7
HPN
26432010-12-03 Hans-Peter Nilsson <hp@axis.com>
2644
2645 PR libffi/46792
2646 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2647 * configure: Regenerate.
2648
4f11b223
ILT
26492010-12-02 Ian Lance Taylor <iant@google.com>
2650
2651 * configure.ac: Always set default for poststage1_ldflags to
2652 -static-libstdc++ -static-libgcc.
2653
989abc33
JJ
26542010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2655
2656 * COPYING.NEWLIB: Add National Semiconductor notice.
2657
950386c6
AS
26582010-11-29 Andreas Schwab <schwab@redhat.com>
2659
2660 * configure.ac: Move comment to remove extra space in last argument
2661 of GCC_TARGET_TOOL.
2662
87cda2cf
AO
26632010-11-26 Alexandre Oliva <aoliva@redhat.com>
2664
7d509c83 2665 PR other/46026
87cda2cf
AO
2666 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2667 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2668 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2669 (BASE_FLAGS_TO_PASS): Use it.
2670 * configure: Rebuilt.
2671 * Makefile.in: Rebuilt.
2672
d3b50760
L
26732010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2674
2675 PR binutils/12258
2676 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2677 Properly check default linker.
2678 * configure: Regnerated.
2679
c7791212
NC
26802010-11-23 Matthias Klose <doko@ubuntu.com>
2681
2682 * configure.ac: For --enable-gold, handle value `default' instead of
2683 `both*'. New configure option --{en,dis}able-ld.
2684 * configure: Regenerate.
2685
9e1a94f4
ILT
26862010-11-20 Ian Lance Taylor <iant@google.com>
2687
2688 * configure.ac: Only disable a language library if no language needs
2689 it. Don't let --disable-libgcj uncondtionally disable libffi.
2690 * configure: Rebuild.
2691
ceca0218
PB
26922010-11-20 Paolo Bonzini <bonzini@gnu.org>
2693
2694 * configure: Regenerate.
2695
9b980aa1
RW
26962010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2697
2698 PR other/46202
2699 * configure.ac: Fix just-built in-tree STRIP name to be
2700 binutils/strip-new.
2701 * configure: Regenerate.
2702 * Makefile.def (install-strip-gcc, install-strip-binutils)
2703 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2704 (install-strip-sid): Mirror dependencies on non-strip variants
2705 of these targets on the respective -strip prerequisites.
2706 * Makefile.tpl (install-strip, install-strip-host)
2707 (install-strip-target): New targets.
2708 (install-strip-[+module+], install-strip-target-[+module+]):
2709 New targets.
2710 * Makefile.in: Regenerate.
2711
e552509b
ILT
27122010-11-19 Ian Lance Taylor <iant@google.com>
2713 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2714
2715 * configure.ac: Add target-libgo to target_libraries. Set
2716 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2717 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2718 (HOST_EXPORTS): Add GOC.
2719 (BASE_TARGET_EXPORTS): Add GOC.
2720 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2721 (GOCFLAGS_FOR_TARGET): New variable.
2722 (EXTRA_HOST_FLAGS): Add GOC.
2723 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2724 * Makefile.def (target_modules): Add libgo.
2725 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2726 (dependencies): Add dependency from configure-target-libgo to
2727 configure-target-libffi and all-target-libstdc++-v3. Add
2728 dependencies from all-target-libgo to all-target-libffi.
2729 (languages): Add go.
2730 * configure: Rebuild.
2731 * Makefile.in: Rebuild.
2732
27332010-11-19 Ian Lance Taylor <iant@google.com>
2734
2735 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2736 compiler/flag environment variables.
2737
27382010-11-18 Ian Lance Taylor <iant@google.com>
2739
2740 * configure.ac: Check for lang_requires_boot_languages in
2741 config-lang.in files.
2742 * configure: Rebuild.
2743
8c21d9c7
MF
27442010-11-17 Mike Frysinger <vapier@gentoo.org>
2745
2746 * .gitignore: New file.
2747
e552509b
ILT
27482010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2749 Tobias Burnus <burnus@net-b.de>
2750
2751 PR fortran/32049
2752 * Makefile.def: Add libquadmath; build it with language=fortran.
2753 * configure.ac: Add libquadmath.
2754 * Makefile.tpl: Handle multiple libs in check-[+language+].
2755 * Makefile.in: Regenerate.
2756 * configure: Regenerate.
2757
27582010-11-15 Andreas Schwab <schwab@redhat.com>
2759
2760 * configure.ac: Fix spelling in option names.
2761 * configure: Regenerated.
2762
27632010-11-13 Georg-Johann Lay <georgjohann@web.de>
2764
2765 PR bootstrap/39622
2766 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2767 * configure: Regenerated.
2768
27692010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2770
2771 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2772 define the cloog backend to use. Furthermore, only pass the ppllibs to
2773 the configure checks, if necessary.
2774 * configure: Regenerate.
2775
27762010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2777
2778 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2779 * configure: regenerate
2780
27812010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2782
2783 * config/cloog.m4: Fix typo. verison -> version.
2784 * configure: Regenerate.
2785
27862010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2787
2788 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2789 * configure: Regenerate.
2790
27912010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2792
2793 * configure.ac: Support official CLooG.org versions.
2794 * configure: Regenerate.
2795 * config/cloog.m4: New.
2796
aa291e2d
ME
27972010-11-05 Michael Eager <eager@eagercon.com>
2798
2799 * COPYING.LIBGLOSS: Correct typo in microblaze.
2800 * COPYING.NEWLIB: Same.
2801
e552509b
ILT
28022010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2803
2804 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2805 * configure: Regenerate.
2806
74cea91b
DK
28072010-11-03 Ian Lance Taylor <iant@google.com>
2808 Dave Korn <dave.korn.cygwin@gmail.com>
2809
2810 PR lto/46273
2811 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2812 and on other supported platforms whenever LTO is enabled.
2813 * configure: Rebuild.
2814
6d0cd39e
AM
28152010-11-02 Alan Modra <amodra@gmail.com>
2816
2817 PR binutils/12110
2818 * configure.ac: Error when source path contains spaces.
2819 * configure: Regenerate.
2820
18a8530e
ILT
28212010-10-20 Ian Lance Taylor <iant@google.com>
2822
2823 * Makefile.def (target_modules): Set lib_path to src/.libs for
2824 libstdc++-v3 module.
2825 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2826 * Makefile.in: Rebuild.
2827
6ed3211e
JJ
28282010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2829 Joseph Myers <joseph@codesourcery.com>
2830
2831 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2832 notices.
2833 * COPYING.NEWLIB: Add Texas Instruments notice.
2834
a8eb3f0a
DK
28352010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2836
2837 * configure.ac (build_lto_plugin): New shell variable.
2838 (--enable-lto): Turn on by default for all non-ELF platforms that
2839 have had LTO support added so far. Set build_lto_plugin appropriately
2840 for both ELF and non-ELF.
2841 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2842 * configure: Regenerate.
2843
4074d5f2
RW
28442010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2845
2846 PR bootstrap/45326
2847 PR bootstrap/45174
2848 * configure.ac: Honor initial values of $build_configargs,
2849 $host_configargs, $target_configargs. Mark the precious, so
2850 environment settings get recorded.
2851 * configure: Regenerate.
2852
29821356
RW
28532010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2854
2855 Sync from GCC:
2856
2857 2010-09-30 Michael Eager <eager@eagercon.com>
2858
2859 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2860 * configure: Regenerate.
2861
2862 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2863
2864 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2865 targets and amend comment.
2866 * configure: Regenerate.
2867
2868 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2869
2870 * configure.ac: Enable LTO by default on Darwin.
2871 * configure: Regenerate.
2872
2873 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2874
2875 PR bootstrap/44455
2876 * configure.ac (extra_mpfr_configure_flags): Copy from
2877 extra_mpc_gmp_configure_flags.
2878 * configure: Re-generated.
2879
57eefe4d
RW
28802010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2881
2882 Sync from GCC:
2883
2884 PR bootstrap/45796
2885 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2886 Depend on all-build-libiberty.
2887 * Makefile.in: Regenerate.
2888
28892010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2890
2891 Sync from GCC:
2892
2893 PR bootstrap/44621
2894 * configure.ac: Fix unportable shell quoting.
2895 * configure: Regenerate.
2896
48bb73dd
RW
28972010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2898
2899 * configure.ac: Support all v850 targets.
2900 * configure: Regenerate.
2901
1d14850f
PB
29022010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2903
2904 PR target/44862
2905 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2906 Provide -B option to allow for link spec %s substitutions for
2907 libstdc++.a on darwin.
2908 * Makefile.in: Regenerate.
2909
7530c480
AO
29102010-06-10 Alexandre Oliva <aoliva@redhat.com>
2911
2912 * Makefile.def (configure-gcc): Depend on all-libelf.
2913 * Makefile.in: Rebuild.
2914
285d560d
RW
29152010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2916
2917 * config.sub, config.guess: Update from upstream sources.
2918
a009f2e7
RW
29192010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2920
2921 Sync from GCC:
2922
2923 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2924 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2925 * configure: Regenerated.
2926
2927 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2928 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2929 * configure: Regenerate.
2930
2931 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2932 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2933 * configure: Regenerate.
2934
2935 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2936 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2937 separately.
2938 * configure: Regenerate.
2939
2940 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2941 * configure: Regenerate after change to elf.m4.
2942
2943 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2944 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2945 * configure: Regenerated.
2946
2947 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2948 * configure.ac: Print "buggy but acceptable" when CLooG
2949 revision is less than 9.
2950 * configure: Regenerated.
2951
e49e5c92
DK
29522010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2953
2954 Merge from gcc:
2955
2956 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2957 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2958 * configure: Regenerate.
2959
2960 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2961 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2962 a platform that supports LTO.
2963 * configure: Regenerate.
2964
2965 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2966 PR lto/42776
2967 * configure.ac (--enable-lto): Refactor handling so libelf tests
2968 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2969 and allow LTO to be explicitly enabled on non-ELF platforms that
2970 are known to support it inside else-clause.
2971 * configure: Regenerate.
2972
e6de499b
NC
29732010-04-27 Roland McGrath <roland@redhat.com>
2974 H.J. Lu <hongjiu.lu@intel.com>
2975
2976 * configure.ac (--enable-gold): Support both, both/gold and
2977 both/bfd to add gold to configdirs without removing ld.
2978 * configure: Regenerated.
2979
2980 * Makefile.def: Add install-gold dependency to install-ld.
2981 * Makefile.in: Regenerated.
2982
d594eacc
TG
29832010-04-14 Tristan Gingold <gingold@adacore.com>
2984
2985 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2986 * configure: Regenerate.
2987
938d2b74
RW
29882010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2989
2990 Merge from gcc:
2991 PR bootstrap/43615
2992 PR bootstrap/43328
2993 Revert:
2994 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2995 * configure.ac: Do not pass --enable-multilib nor
2996 --disable-multilib in baseargs. Accept explicitly passed
2997 --enable_multilib.
2998 * configure: Regenerate.
2999
a9ef41a7
RW
30002010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3001
3002 PR bootstrap/43328
3003 * configure.ac: Do not pass --enable-multilib nor
3004 --disable-multilib in baseargs. Accept explicitly passed
3005 --enable_multilib.
3006 * configure: Regenerate.
3007
619a3713
JM
30082010-03-23 Joseph Myers <joseph@codesourcery.com>
3009
3010 * configure.ac (tic6x-*-*): New case.
3011 * configure: Regenerate.
3012
92f4e989
JM
30132010-03-23 Joseph Myers <joseph@codesourcery.com>
3014
3015 Merge from gcc:
3016 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3017 PR ada/42554
3018 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3019 * configure: Regenerate.
3020
c35a0556
JM
30212010-03-23 Joseph Myers <joseph@codesourcery.com>
3022
3023 * config.sub: Update to version 2010-03-22.
3024 * config.guess: Update to version 2009-12-30.
3025
18fa8f9c
JM
30262010-03-14 Joseph Myers <joseph@codesourcery.com>
3027
3028 Merge from gcc:
3029 2010-01-11 Richard Guenther <rguenther@suse.de>
3030 PR lto/41569
3031 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3032 * Makefile.in: Regenerated.
3033
ba98da75
RO
30342010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3035
3036 PR libstdc++/32499
3037 * configure.ac (RANLIB): Default to true.
3038 (STRIP): Likewise.
3039 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3040 * configure: Regenerate.
3041
3994761f
NC
30422010-02-17 Nick Clifton <nickc@redhat.com>
3043
3044 PR 11238
3045 * Makefile.tpl (local-distclean): Also remove config.cache files in
3046 sub-directories as there may not be Makefiles present in the
3047 sub-directories.
792cdb50
NC
3048 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3049 the config.cache files found by the find command.
3050
3994761f
NC
3051 * Makefile.in: Regenerate.
3052 * configure.ac: Revert previous delta.
3053 * configure: Regenerate.
3054
01a82011
NC
30552010-02-15 Nick Clifton <nickc@redhat.com>
3056
3057 PR 11238
3058 * configure.ac: Delete config.cache files in sub-directories when
3059 deleting Makefiles.
3060 * configure: Regenerate.
3061
143754cd
NC
30622010-02-15 Nick Clifton <nickc@redhat.com>
3063
3064 * configure.ac: Sync from gcc.
3065 * configure: Regenerate.
3066
a6b5846e
KG
30672010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3068
3069 Sync from gcc:
3070 * configure.ac: Add "recommended" version checks for GMP/MPC.
3071 Update recommended GMP/MPFR/MPC versions.
3072 * configure: Regenerate.
3073
2aa2364a
JR
30742010-01-25 Joern Rennecke <amylaar@spamcop.net>
3075
3076 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3077 * configure.ac (bootstrap_target_libs): Make inclusion of
3078 target-libgomp conditional on libgomb being in target_configdirs.
3079 * configure: Regenerate.
3080
d35e937f
JR
30812010-01-23 Joern Rennecke <amylaar@spamcop.net>
3082
3083 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3084 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3085 * configure: Regenerate.
3086
911e63d0
JR
30872010-01-22 Joern Rennecke <amylaar@spamcop.net>
3088
3089 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3090 * configure.ac (target_configdirs): Substitute.
3091 * Makefile.def: Bootstrap target module libgomp.
3092 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3093 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3094 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3095 * configure, Makefile.in: Regenerate.
3096
3725885a
RW
30972009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3098
3099 * libtool.m4: Sync from git Libtool.
3100 * ltmain.sh: Likewise.
3101 * ltoptions.m4: Likewise.
3102 * ltversion.m4: Likewise.
3103 * lt~obsolete.m4: Likewise.
3104
d5f2ee2e 31052010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3106 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3107
3108 PR bootstrap/42424
3109 * configure.ac: Include libtool m4 files.
9eb322aa 3110 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3111 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3112 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3113
d5f2ee2e
KG
3114 * configure: Regenerate.
3115
f2b2dd91
RW
31162010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3117
3118 PR bootstrap/41818
3119 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3120 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3121 * Makefile.in: Regenerate.
3122
06ca7962
BE
31232009-12-18 Ben Elliston <bje@au.ibm.com>
3124
3125 * config.sub, config.guess: Update from upstream sources.
3126
30a16d7b
JJ
31272009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3128
3129 * COPYING.NEWLIB: Update copyright date.
3130 * COPYING.LIBGLOSS: Ditto.
3131
d9b76ff9
KG
31322009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3133
3134 PR middle-end/30447
3135 PR middle-end/30789
3136 PR other/40302
3137
3138 * configure.ac: Require MPC.
3139 * configure: Regenerate.
3140
3141 * configure.ac: Update minimum MPC version to 0.8.
3142 * configure: Regenerate.
3143
e12dec02
PB
31442009-11-20 Paolo Bonzini <bonzini@gnu.org>
3145
3146 * config.guess: Sync with upstream and gcc.
3147 * config.sub: Sync with upstream and gcc.
3148
606a9ca0
AO
31492009-11-16 Alexandre Oliva <aoliva@redhat.com>
3150
3151 * Makefile.def: Restore host and target settings for gmp.
3152 * Makefile.in: Rebuild.
3153
1f53ca9a
AO
31542009-11-16 Alexandre Oliva <aoliva@redhat.com>
3155
3156 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3157 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3158 Fix portability of test of C++ as bootstrap language. Add
3159 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3160 * configure: Rebuild.
3161 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3162 and cloog. Fix in-tree ppl configuration. Introduce libelf
3163 in-tree building.
3164 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3165 (POSTSTAGE1_HOST_EXPORTS): Use it.
3166 (STAGE[+id+]_CXXFLAGS): New.
3167 (BASE_FLAGS_TO_PASS): Pass it down.
3168 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3169 extra_exports.
3170 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3171 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3172 extra_exports.
3173 * Makefile.in: Rebuild.
3174
31752009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3176
3177 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3178 paths for *-w64-mingw* and x86_64-*mingw*.
3179 * configure: Regenerated.
3180
31812009-10-30 Kai Tietz <kai.tietz@onevision.com>
3182
3183 * configure.ac: Disable target-winsup & co for
3184 x86_64-*-mingw* and *-w64-mingw* targets.
3185 * configure: Regenerated.
3186
31872009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3188
3189 * configure.ac (CLooG test): Use = with test.
3190 * configure: Regenerate.
3191
31922009-10-22 Richard Guenther <rguenther@suse.de>
3193
3194 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3195 cloog if the ppl version check failed. Move flags saving
3196 before setting in libelf check.
3197 * configure: Regenerate.
3198
31992009-10-21 Richard Guenther <rguenther@suse.de>
3200
3201 * configure.ac: Adjust the ppl and cloog configure to work as
3202 documented. Disable cloog if ppl was disabled. Omit the version
3203 checks if they were disabled.
3204 * configure: Re-generate.
3205
6811fb56
RW
32062009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3207
3208 * configure.ac: Add 'lto' to enable_languages, not
3209 new_enable_languages, and only if not already present.
3210 * configure: Regenerate.
3211
700d40ca
ILT
32122009-10-06 Ian Lance Taylor <iant@google.com>
3213
3214 * Makefile.def: check-gold depends upon all-gas.
3215 * Makefile.in: Rebuild.
3216
32172009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3218
3219 * Makefile.def: all-lto-plugin depends on all-libiberty.
3220 set bootstrap=true for lto-plugin.
3221 Add lto-plugin.
3222 * Makefile.in: Regenerate.
3223 * configure.ac (host_libs): Add lto-plugin.
3224 * configure: Regenerate.
3225
32262009-10-03 Diego Novillo <dnovillo@google.com>
3227
3228 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3229 (HOST_LIBELFLIBS): Define.
3230 (HOST_LIBELFINC): Define.
3231 * Makefile.in: Regenerate.
3232 * configure.ac: Add --enable-lto.
3233 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3234 If --enable-lto is used, add 'lto' to new_enable_languages.
3235 If --enable-lto is used and gold is enabled, add
3236 lto-plugin to configdirs.
3237 * configure: Regenerate.
3238
32392009-10-03 Simon Baldwin <simonb@google.com>
3240
3241 * configure.ac: If --with-system-zlib, suppress local zlib and
3242 pass --with-system-zlib to subdir configure scripts.
3243 * configure: Regenerate.
3244
32452009-10-01 Loren J. Rittle <ljrittle@acm.org>
3246 Paolo Bonzini <bonzini@gnu.org>
3247
3248 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3249 $(srcdir).
3250 * Makefile.in: Rebuilt.
3251
c8cb1b3e
PB
32522009-09-29 Paolo Bonzini <bonzini@gnu.org>
3253
3254 Sync from gcc:
3255 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3256
3257 * configure.ac: Update minimum MPC version to 0.7.
3258 * configure: Regenerate.
3259
30167e0a
NC
32602009-09-25 Nick Clifton <nickc@redhat.com>
3261
3262 * configure.ac: Pass any --cache-file=/dev/null option on to
3263 subconfigures.
3264 * configure: Regenerate.
3265
707a0b5c
NC
32662009-09-23 Nick Clifton <nickc@redhat.com>
3267
3268 * config.sub, config.guess: Update from upstream sources.
3269
700d40ca
ILT
32702009-09-22 Loren J. Rittle <ljrittle@acm.org>
3271
3272 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3273 * Makefile.in: Rebuilt.
3274
2fd0b40b
RW
32752009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3276
3277 PR bootstrap/32272
3278 * configure.ac: Error out if $srcdir isn't '.' but contains
3279 host-${host_noncanonical}.
3280 * configure: Regenerate.
3281
4385ad3c
RW
32822009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3283
16b1ad29
RW
3284 * configure.ac: If bootstrapping a combined tree with
3285 --enable-gold, require c++ in stage1_languages.
3286 * configure: Regenerate.
3287
f8dc745f
RW
3288 * configure.ac: Also add target_libs of stage1_languages to
3289 bootstrap_target_libs.
3290 * configure: Regenerate.
3291
4385ad3c
RW
3292 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3293 with --enable-languages not containing c++.
3294 * configure: Regenerate.
3295
df51e4e1
JZ
32962009-09-16 Jie Zhang <jie.zhang@analog.com>
3297
3298 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3299 * configure: Regenerate.
3300
06a51eac
RW
33012009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3302
3303 * configure.ac: Do not use $extrasub for replacing @if/@endif
3304 parts in Makefile; instead, use additional arguments to
3305 AC_CONFIG_COMMANDS to do the replacement manually, with several
3306 sed invocations, to avoid HP-UX sed command limits.
3307 * configure: Regenerate.
3308
96655cc4
AO
33092009-09-04 Alexandre Oliva <aoliva@redhat.com>
3310
3311 * configure.ac (with-build-config): Document. Handle without.
3312 Handle missing argument.
3313 * configure: Rebuilt.
3314
33152009-09-03 Alexandre Oliva <aoliva@redhat.com>
3316
3317 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3318 Default to bootstrap-debug only if compare-debug works.
3319 * configure: Rebuilt.
3320 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3321 * Makefile.in: Rebuilt.
3322
33232009-09-01 Alexandre Oliva <aoliva@redhat.com>
3324
3325 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3326 * Makefile.in: Rebuilt.
3327
8e957354
PB
33282009-09-02 Paolo Bonzini <bonzini@gnu.org>
3329
3330 * Makefile.tpl (AWK): Fix typo.
3331 * Makefile.in: Regenerate.
3332
33332009-09-02 Paolo Bonzini <bonzini@gnu.org>
3334
3335 * configure.ac: Detect awk and sed.
3336 * Makefile.def (flags_to_pass): Add AWK and SED.
3337 * Makefile.tpl (AWK, SED): New.
3338 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3339 * configure: Regenerate.
3340 * Makefile.in: Regenerate.
3341
fb792462
TG
33422009-09-01 Tristan Gingold <gingold@adacore.com>
3343
3344 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3345 Remove logical names.
3346
a69e7d0a
DK
33472009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3348
3349 * ltmain.sh (func_normal_abspath): New function.
3350 (func_relative_path): Likewise.
3351 (func_mode_help): Document new -bindir option for link mode.
3352 (func_mode_link): Add new -bindir option, and use it to place
3353 output DLL if specified.
3354
d444d2ba
RW
33552009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3356
3357 * configure.ac (AC_PREREQ): Bump to 2.64.
3358
13b7343a
RW
33592009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3360
af542c2e
RW
3361 * README-maintainer-mode: Point directly to upstream locations
3362 for autoconf, automake, libtool, gettext, instead of copies on
3363 sources.redhat.com. Document required versions.
3364 * configure.ac: Do not substitute datarootdir, htmldir,
3365 pdfdir, docdir. Do not process --with-datarootdir,
3366 --with-htmldir, --with-pdfdir, --with-docdir.
3367 * configure: Regenerate.
3368
81ecdfbb
RW
3369 * configure: Regenerate.
3370
13b7343a
RW
3371 * compile: Sync from Automake 1.11.
3372 * depcomp: Likewise.
3373 * install-sh: Likewise.
3374 * missing: Likewise.
3375 * mkinstalldirs: Likewise.
3376 * ylwrap: Likewise.
3377
c1102ce7
RW
33782009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3379
34a0f3cf
RW
3380 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3381 (baseargs): Add --disable-option-checking.
3382 * configure: Regenerate.
3383
c1102ce7
RW
3384 * Makefile.def (configure-target-libiberty): Depend on
3385 all-binutils and all-ld.
3386 (configure-target-newlib): Likewise.
3387 * Makefile.in: Regenerate.
3388
e8a5fa9c
RW
33892009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3390
3391 Sync with GCC, merge:
3392
3393 2009-07-31 Christian Bruel <christian.bruel@st.com>
3394
3395 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3396 * configure: Regenerate.
3397
3398 2009-07-06 Ian Lance Taylor <iant@google.com>
3399
3400 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3401 * configure: Rebuild.
3402
3403 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3404
3405 PR bootstrap/40338
3406 * configure.ac (comparestring): Create new variable.
3407 * Makefile.tpl (comparestring): Use to skip some comparisions.
3408 * configure: Regenerate.
3409 * Makefile.in: Regenerate.
3410
3411 2009-06-23 Ian Lance Taylor <iant@google.com>
3412
3413 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3414 boot_languages. Only bootstrap target libraries listed in
3415 target_libs for some boot language. Add --with-stage1-ldflags,
3416 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3417 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3418 if not building with C++.
3419 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3420 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3421 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3422 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3423 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3424 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3425 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3426 * configure, Makefile.in: Rebuild.
3427
3428 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3429
3430 * configure.ac: Detect MPC in default directory.
3431 * configure: Regenerate.
3432
3433 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3434
3435 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3436 to noconfdirs.
3437 * configure: Regenerate.
3438
3439 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3440
3441 * Makefile.def: Add MPC support and dependencies.
3442 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3443
3444 * Makefile.in, configure: Regenerate.
3445
3446 2009-05-24 Nicolas Roche <roche@adacore.com>
3447
3448 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3449 * Makefile.in: Regenerate.
3450
3451 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3452
3453 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3454 * configure: Regenerate.
3455
3456 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3457
3458 * configure.ac ($with_ppl): Default to no if not supplied.
3459 ($with_cloog): Likewise.
3460 configure: Regenerate.
3461
3462 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3463
3464 PR bootstrap/39739
3465 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3466 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3467
3468 * configure, Makefile.in: Regenerate.
3469
3470 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3471
3472 * configure.ac: Change copyright header to refer to version
3473 3 of the GNU General Public License and to point readers at the
3474 COPYING3 file and the FSF's license web page.
3475 * Makefile.def: Likewise.
3476 * Makefile.tpl: Likewise.
3477 * Makefile.in: Regenerate.
3478
3479 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3480
3481 * configure.ac: Restore match for darwin9 or later. Use double
3482 brackets since regeneration eats one pair.
3483 * configure: Regenerate.
3484
bf110216
CF
34852009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3486
3487 * MAINTAINERS: Perform some obvious fixups.
3488
2262bbf4
BE
34892009-08-17 Ben Elliston <bje@au.ibm.com>
3490
3491 * config.sub, config.guess: Update from upstream sources.
3492
25a07265
NC
34932009-08-06 Michael Eager <eager@eagercon.com>
3494
3495 * configure.ac: Add Microblaze target.
3496 * configure: Regenerate.
3497
85bd1942
TG
34982009-07-02 Tristan Gingold <gingold@adacore.com>
3499
3500 * configure.ac: Do not exclude gas for i386-*-darwin.
3501 Add a case for x86_64-*-darwin.
3502 * configure: Regenerate.
3503
f9806fa5
DE
35042009-06-26 Doug Evans <dje@sebabeach.org>
3505
3506 * Makefile.def (host_modules): Add cgen.
3507 * Makefile.in: Regenerate.
3508 * configure.ac (host_tools): Add cgen.
3509 * configure: Regenerate.
3510
6bfb4e30
JJ
35112009-06-17 Michael Eager <eager@eagercon.com>
3512
3513 * COPYING.LIBGLOSS: Add Xilinx license.
3514
8bcf2718
NC
35152009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3516
3517 * configure.ac: Define is_elf for QNX Neutrino targets.
3518 * configure: Regenerate.
3519
04ec0acb
RW
35202009-06-03 Jerome Guitton <guitton@adacore.com>
3521 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3522
9eb322aa
MF
3523 * Makefile.tpl (all): Avoid a trailing backslash.
3524 * Makefile.in: Regenerate.
04ec0acb 3525
7ee5dbeb
BE
35262009-06-03 Ben Elliston <bje@au.ibm.com>
3527
3528 * config.sub, config.guess: Update from upstream sources.
3529
fda13ee8
AO
35302009-06-02 Alexandre Oliva <aoliva@redhat.com>
3531
3532 * Makefile.tpl ([+compare-target+]): Compare all stage
3533 directories, rather than just gcc.
3534 * Makefile.in: Rebuilt.
3535
4a657b0d
DK
35362009-05-28 Doug Kwan <dougkwan@google.com>
3537
3538 * configure.ac: Support gold for target arm*-*-*.
3539 * configure: Regenerate.
3540
07fc31c9
AO
35412009-05-27 Alexandre Oliva <aoliva@redhat.com>
3542
3543 * Makefile.tpl (all): Avoid harmless warning in make all when
3544 gcc-bootstrap is enabled but stage_last does not exist.
3545 * Makefile.in: Rebuilt.
3546
8a7a39ab
TG
35472009-05-25 Tristan Gingold <gingold@adacore.com>
3548
3549 * setup.com: Complete the file with configuration and build.
3550
b5233201
AO
35512009-05-18 Alexandre Oliva <aoliva@redhat.com>
3552
3553 PR other/40159
3554 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3555 gcc-no-bootstrap are mutually exclusive.
3556 * Makefile.in: Rebuilt.
3557
7b6175f9
AO
35582009-05-18 Alexandre Oliva <aoliva@redhat.com>
3559
3560 PR other/40159
3561 * Makefile.tpl (all): Don't end with unconditional success.
3562 * Makefile.in: Rebuilt.
3563
1b05fbbd
AO
35642009-05-12 Alexandre Oliva <aoliva@redhat.com>
3565
3566 PR target/37137
3567 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3568 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3569 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3570 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3571 stage_configureflags, stage_cflags and stage_libcflags into
3572 explicit Makefile macros.
3573 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3574 GFORTRAN.
3575 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3576 CC. Set CC_FOR_BUILD from CC.
3577 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3578 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3579 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3580 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3581 and GFORTRAN.
3582 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3583 (_LIBCFLAGS): Renamed to _TFLAGS.
3584 (do-compare-debug, do-compare3-debug): Drop.
3585 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3586 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3587 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3588 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3589 (XGCC_FLAGS_FOR_TARGET): New.
3590 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3591 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3592 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3593 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3594 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3595 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3596 TFLAGS.
3597 (BUILD_CONFIG): Include if requested.
3598 (all): Set TFLAGS on bootstrap.
3599 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3600 (all-stageid-prefixmodule): Likewise.
3601 (do-clean, distclean-stageid): Set TFLAGS.
3602 (restrap): Fix whitespace.
3603 * Makefile.in: Rebuilt.
3604
dc17c78c
EB
36052009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3606
3607 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3608 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3609 * Makefile.in: Regenerate.
3610
14324cd7
EZ
36112009-04-24 Eli Zaretskii <eliz@gnu.org>
3612
3613 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3614 consistency with config.sub. (Update from upstream sources.)
3615
f8d5f06c
JM
36162009-04-21 Joseph Myers <joseph@codesourcery.com>
3617
3618 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3619
0000e2bf
BE
36202009-04-17 Ben Elliston <bje@au.ibm.com>
3621
3622 * config.sub, config.guess: Update from upstream sources.
3623
20135e4c
NC
36242009-04-15 Anthony Green <green@moxielogic.com>
3625
34adf976 3626 * configure.ac: Add moxie support.
20135e4c
NC
3627 * configure: Rebuilt.
3628
ef699244
L
36292009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3630
3631 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3632 * configure: Regenerate.
3633
10ad8ef3
L
36342009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3635
3636 PR gas/10039
3637 * configure.ac: Require texinfo 4.7.
3638 * configure: Regenerated.
3639
c50523ce
L
36402009-04-09 Steve Ellcey <sje@cup.hp.com>
3641
3642 * Makefil.def (languages): New entries.
3643 * Makefile.tpl (check-gcc-*): New generic target.
3644 * Makefile.in: Regenerate.
3645
47afba5f
EZ
36462009-03-27 Eli Zaretskii <eliz@gnu.org>
3647
3648 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3649 Windows builds of Sed.
3650
dc448a7b
TT
36512009-03-18 Tom Tromey <tromey@redhat.com>
3652
3653 * configure: Rebuild.
3654 * configure.ac (host_libs): Add libiconv.
3655 * Makefile.in: Rebuild.
3656 * Makefile.def (host_modules): Add libiconv.
3657 (configure-gdb, all-gdb): Depend on libiconv.
3658
24741ab2
JB
36592009-03-16 Tristan Gingold <gingold@adacore.com>
3660
3661 * configure.ac: Treat gdb as supported on x86_64-darwin.
3662 * configure: Regenerate.
3663
29383458
JM
36642009-03-16 Joseph Myers <joseph@codesourcery.com>
3665
3666 Merge from GCC:
3667
3668 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3669
3670 * configure.ac (--with-host-libstdcxx): New option.
3671 * configure: Regenerate.
3672
3673 2009-01-29 Robert Millan <rmh@aybabtu.com>
3674
3675 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3676 * configure: Regenerate.
3677
3678 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3679
3680 PR tree-optimization/38515
3681 * configure.ac (cloog-polylib): Removed.
3682 (with_ppl, with_cloog): Test for "no".
3683 * configure: Regenerated.
3684
58e24671
RW
36852009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3686
3687 Backport from git Libtool:
3688
3689 2009-01-19 Robert Millan <rmh@aybabtu.com>
3690 Support GNU/kOpenSolaris.
3691 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3692 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3693 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3694 GNU/kOpenSolaris.
3695
314b2e66
AS
36962009-02-05 Andreas Schwab <schwab@suse.de>
3697
3698 * Makefile.tpl (stage_last): Define $r and $s before using
3699 $(RECURSE_FLAGS_TO_PASS).
3700 * Makefile.in: Regenerate
3701
8b700390
JJ
37022009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3703
3704 * COPYING.NEWLIB: Add ARM license.
3705
66775d67
AM
37062009-01-16 Alan Modra <amodra@bigpond.net.au>
3707
3708 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3709 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3710 * Makefile.in: Regenerate.
3711
19e99079
NC
37122009-01-15 Douglas B Rupp <rupp@gnat.com>
3713
3714 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3715 * configure: Regenerate.
3716
22e8c8e0
RW
37172008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3718
3719 Backport link test fix from upstream Libtool:
3720
3721 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3722 Add cache variables to tests that require the linker to work.
3723 For shlibpath_overrides_runpath, this also changes the semantics
3724 to let the result from the C compiler take precedence.
3725 compiler take precedence.
3726
7d6d7764
BE
37272008-12-02 Ben Elliston <bje@au.ibm.com>
3728
3729 * config.sub, config.guess: Update from upstream sources.
3730
ea8af06e
JJ
37312008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3732
3733 * COPYING.NEWLIB: Updated.
3734 * COPYING.LIBGLOSS: Ditto.
3735
af0771d3
PB
37362008-12-16 Paolo Bonzini <bonzini@gnu.org>
3737
3738 Sync with GCC:
3739
3740 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3741
3742 * configure.ac (ppllibs): Add by default the lib flags.
3743 * configure: Regenerate.
3744
3745 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3746
314b2e66
AS
3747 * configure.ac: Add double brackets on darwin[912].
3748 * configure: Regenerate.
af0771d3
PB
3749
3750 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3751
314b2e66
AS
3752 * configure.ac: Expand to darwin10 and later.
3753 * configure: Regenerate.
af0771d3 3754
f7c83eac
AS
37552008-12-02 Andreas Schwab <schwab@suse.de>
3756
3757 * Makefile.def: configure-target-boehm-gc depends on
3758 all-target-libstdc++-v3.
3759 * Makefile.in: Regenerate.
3760
bc67ad83
BE
37612008-12-02 Ben Elliston <bje@au.ibm.com>
3762
3763 * config.sub, config.guess: Update from upstream sources.
3764
e28c595f
JM
37652008-11-27 Joseph Myers <joseph@codesourcery.com>
3766
3767 Merge from GCC:
3768
3769 2007-12-02 Matthias Klose <doko@ubuntu.com>
3770
3771 * config-ml.in: Remove 64bit configure tests.
3772
3773 2008-05-14 Rafael Espindola <espindola@google.com>
3774
3775 * config-ml.in: don't handle --enable-shared and --enable-static.
3776
3777 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3778 Tobias Grosser <grosser@fim.uni-passau.de>
3779 Jan Sjodin <jan.sjodin@amd.com>
3780 Harsha Jagasia <harsha.jagasia@amd.com>
3781 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3782 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3783 Adrien Eliche <aeliche@isty.uvsq.fr>
3784
3785 Merge from graphite branch.
3786 * configure: Regenerate.
3787 * Makefile.in: Regenerate.
3788 * configure.ac (host_libs): Add ppl and cloog.
3789 Add checks for PPL and CLooG.
3790 * Makefile.def (ppl, cloog): Added modules and dependences.
3791 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3792 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3793
3794 2008-09-03 Richard Guenther <rguenther@suse.de>
3795
3796 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3797 cloog test.
3798 * configure: Re-generate.
3799
3800 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3801
3802 * configure.ac (--with-cloog-polylib): New.
3803 (--disable-cloog-version-check): New.
3804 (--disable-ppl-version-check): New.
3805 * configure: Re-generate.
3806
3807 2008-09-05 Richard Guenther <rguenther@suse.de>
3808
3809 * configure.ac: Initialize clooglibs to -lcloog.
3810 * configure: Re-generate.
3811
3812 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3813
3814 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3815 recommended version to 2.3.2.
3816
3817 * configure: Regenerate.
3818
3819 2008-10-31 Ben Elliston <bje@au.ibm.com>
3820
3821 * configure.ac (spu-*-*): Remove special case.
3822 * configure: Regenerate.
3823
3824 Complete comment text from GCC version of:
3825
3826 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3827
3828 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3829 (GCC_SHLIB_SUBDIR): New.
3830 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3831 * configure: Regenerate.
3832 * Makefile.in: Regenerate.
3833
652dec25
TG
38342008-11-27 Tristan Gingold <gingold@adacore.com>
3835
3836 * configure.ac: Build gdb for i?86-*-darwin*
3837 * configure: Regenerated.
3838
7582fb4a
DJ
38392008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3840
3841 PR bootstrap/38014
3842 PR bootstrap/37923
3843
3844 Revert:
3845
3846 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3847
3848 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3849 * Makefile.in: Regenerated.
3850
3851 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3852
3853 PR gdb/921
3854 PR gdb/1646
3855 PR gdb/2175
3856 PR gdb/2176
3857
3858 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3859 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3860 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3861 (HOST_EXPORTS): Pass CPPFLAGS.
3862 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3863 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3864 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3865 * Makefile.in, configure: Regenerated.
3866 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3867 and CPPFLAGS_FOR_BUILD.
3868
faee1be2
UW
38692008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3870
3871 * configure.ac [spu-*-*]: Do not set skipdirs.
3872 * configure: Re-generate.
3873
b7c2dce4
DJ
38742008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3875
3876 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3877 * Makefile.in: Regenerated.
3878
bb52de30
DJ
38792008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 PR gdb/921
3882 PR gdb/1646
3883 PR gdb/2175
3884 PR gdb/2176
3885
3886 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3887 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3888 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3889 (HOST_EXPORTS): Pass CPPFLAGS.
3890 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3891 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3892 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3893 * Makefile.in, configure: Regenerated.
3894 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3895 and CPPFLAGS_FOR_BUILD.
3896
b25062ae
SE
38972008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3898
3899 * libtool.m4: Update to libtool 2.2.6.
3900 * lt~obsolete.m4: Update to libtool 2.2.6.
3901 * ltmain.sh: Update to libtool 2.2.6.
3902 * ltsugar.m4: Update to libtool 2.2.6.
3903 * ltversion.m4: Update to libtool 2.2.6.
3904 * ltoptions.m4: Update to libtool 2.2.6.
3905 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3906
3bbd2f8f
AL
39072008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3908
3909 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3910 (GCC_SHLIB_SUBDIR): New.
3911 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3912 * configure: Regenerate.
3913 * Makefile.in: Regenerate.
3914
b29d32ce
TG
39152008-08-28 Tristan Gingold <gingold@adacore.com>
3916
3917 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3918 Enable bfd, binutils and opcodes.
3919 * configure: Regenerate.
3920
c325a203
DD
39212008-08-16 Nicolas Roche <roche@adacore.com>
3922
3923 * Makefile.tpl: Add BOOT_ADAFLAGS.
3924 * Makefile.in: Regenerate.
3925
e7c8859c
RS
39262008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3927
3928 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3929 * configure: Regenerate.
3930
da888c87
PB
39312008-07-30 Paolo Bonzini <bonzini@gnu.org>
3932
3933 Sync with gcc:
3934 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3935
f7c83eac
AS
3936 * configure.ac: Add makefile fragments for hpux.
3937 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3938 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3939 * configure: Regenerate.
3940 * Makefile.in: Regenerate.
da888c87
PB
3941
3942 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3943
f7c83eac
AS
3944 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3945 * Makefile.in: Regenerate.
3946 * configure: Regenerate.
da888c87 3947
944982cf
ILT
39482008-06-18 Ian Lance Taylor <iant@google.com>
3949
662c6704
ILT
3950 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3951
944982cf
ILT
3952 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3953
7a283e07
RW
39542008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3955
3956 * configure: Regenerate.
3957
5b553f7e
RW
39582008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3959
3960 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3961 "$@" is still intact with both Autoconf 2.59 and 2.62.
3962 * configure: Regenerate.
3963
675492f0
RW
39642008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3965
3966 * Makefile.tpl: Fix comment errors.
3967 * Makefile.in: Regenerate.
3968
b018a5d1
JB
39692008-06-13 Julian Brown <julian@codesourcery.com>
3970
3971 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3972 of libobjc for ARM EABI Linux.
3973 * configure: Regenerate.
3974
310213e8
DE
39752008-06-12 David S. Miller <davem@davemloft.net>
3976 David Edelsohn <edelsohn@gnu.org>
3977
3978 * configure.ac: Add powerpc*-*-* to gold supported targets.
3979 * configure: Regenerate.
3980
6641ce42
JM
39812008-06-08 Joseph Myers <joseph@codesourcery.com>
3982
3983 PR tree-optimization/36218
3984 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3985 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3986 (all prefix="build-"): Pass them to build-system sub-makes.
3987 * Makefile.in: Regenerate.
3988
03c2f9e6
DJ
39892008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3990
3991 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3992 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3993 mkdep, and compile. Update comments.
3994 (ETC_SUPPORT): Add ChangeLog and update comments.
3995
4538db8b
ILT
39962008-05-11 Ian Lance Taylor <iant@google.com>
3997
3998 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3999
266df637
PB
40002008-04-18 Paolo Bonzini <bonzini@gnu.org>
4001
4002 Sync with gcc:
4003 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4004
4005 PR bootstrap/35457
4006 * configure.ac: Include override.m4.
4007 * configure: Regenerate.
4008
4009 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4010
f7c83eac
AS
4011 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4012 * Makefile.in: Regenerate.
266df637
PB
4013
4014 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4015
f7c83eac
AS
4016 * configure.ac: Do not build libssp for the AVR.
4017 * configure: Regenerate.
266df637 4018
a86a761e
NC
40192008-04-18 Nick Clifton <nickc@redhat.com>
4020
4021 * MAINTAINERS: Replace reference to configure.in with reference to
4022 configure.ac.
4023
52310858
NC
40242008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4025
f7c83eac 4026 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 4027 as nonconfigurable directories list.
f7c83eac 4028 * configure: Regenerate.
52310858 4029
f5314dd5
DM
40302008-04-14 David S. Miller <davem@davemloft.net>
4031
4032 * configure.ac: Add sparc*-*-* to gold supported targets.
4033 * configure: Regenerate.
4034
e2208220
BE
40352008-04-14 Ben Elliston <bje@au.ibm.com>
4036
4037 * config.sub, config.guess: Update from upstream sources.
4038
0bb6ea20
HPN
40392008-04-12 Hans-Peter Nilsson <hp@axis.com>
4040
4041 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4042 * Makefile.in: Regenerate.
4043
e5164e97
ILT
40442008-04-07 Ian Lance Taylor <iant@google.com>
4045
4046 * Makefile.def: check-gold depends upon all-binutils.
4047 * Makefile.in: Regenerate.
4048
e33b51a6
NC
40492008-04-04 Nick Clifton <nickc@redhat.com>
4050
4051 PR binutils/4334
4052 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4053 builds.
4054 * configure: Regenerate.
4055
fc5df3ab
NC
40562008-04-04 NightStrike <NightStrike@gmail.com>
4057
4058 PR other/35151
f7c83eac
AS
4059 * configure.ac: Combine rules for mingw32 and mingw64.
4060 * configure: Regenerate.
fc5df3ab 4061
c779bab8
PB
40622008-03-27 Paolo Bonzini <bonzini@gnu.org>
4063
4064 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4065 * Makefile.in: Regenerate.
4066
93f9b408
ILT
40672008-03-20 Ian Lance Taylor <iant@google.com>
4068
4069 * configure.ac: Add support for --enable-gold.
4070 * Makefile.def: Add gold as a directory like ld.
4071 * configure, Makefile.in: Regenerate.
4072
5746fb46
AK
40732008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4074
4075 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4076 (s390_cond_extensions): Reduced extensions to the compare related.
4077 (main): z10 cpu type option added.
4078 (expandConditionalJump): Renamed to ...
4079 (insertExpandedMnemonic): ... this.
4080
4081 * opcodes/s390-opc.c: Re-group the operand format makros.
4082 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4083 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4084 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4085 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4086 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4087 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4088 INSTR_SIL_RDU): New instruction formats added.
4089 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4090 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4091 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4092 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4093 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4094 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4095 masks added.
4096 (s390_opformats): New formats added "ris", "rrs", "sil".
4097 * opcodes/s390-opc.txt: Add the conditional jumps with the
4098 extensions removed from automatic expansion in s390-mkopc.c manually.
4099 (asi - trtre): Add new System z10 EC instructions.
4100 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4101
58c85be7
RW
41022008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4103
4104 * configure.ac: m4_include config/proginstall.m4.
4105 * configure: Regenerate.
4106
78124051
RW
41072008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4108
4109 Backport from upstream Libtool:
f7c83eac 4110
78124051 4111 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4112
78124051
RW
4113 Deal with Autoconf 2.62's semantic change in m4_append.
4114 * ltsugar.m4 (lt_append): Replace broken versions of
4115 m4_append.
4116 (lt_if_append_uniq): Don't require separator to be overquoted,
4117 and avoid broken m4_append.
4118 (lt_dict_add): Fix typo.
4119 * libtool.m4 (_LT_DECL): Don't overquote separator.
4120
018f1bea
DE
41212008-03-13 David Edelsohn <edelsohn@gnu.org>
4122
4123 * config.rpath: Add AIX 6 support.
4124
5c5f596d
PB
41252008-03-13 Paolo Bonzini <bonzini@gnu.org>
4126
4127 * Makefile.def (stageprofile). Remove -fprofile-generate
4128 from stage_libcflags.
4129 * Makefile.in: Regenerate.
4130
a1f93a5e
BE
41312008-03-13 Ben Elliston <bje@au.ibm.com>
4132
4133 * config.sub, config.guess: Update from upstream sources.
4134
98c3d905
AK
41352008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4136
4137 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4138 * s390-opc.txt (cmpsc): Duplicate entry removed.
4139 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4140 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4141 fier, cu42, cu41): Fix operand format.
4142
7f6ef0c0
PB
41432008-02-20 Paolo Bonzini <bonzini@gnu.org>
4144
f7c83eac
AS
4145 PR bootstrap/32009
4146 PR bootstrap/32161
4147
4148 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4149 * configure: Regenerate.
4150
4151 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4152 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4153 STAGE4_LIBCFLAGS): New.
4154 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4155 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4156 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4157 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4158 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4159 for target modules. Don't export LIBCFLAGS.
4160 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4161 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4162 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4163 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4164 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4165 * Makefile.in: Regenerate.
7f6ef0c0 4166
eaf19029
PB
41672008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4168
4169 PR libgcj/33085
4170 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4171 Do not use -DDLL_EXPORT. Backport from upstream.
4172
680c43e9
NC
41732008-02-14 Nick Clifton <nickc@redhat.com>
4174
4175 Import this patch from gcc:
4176 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4177
4178 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4179
c72b1d96
HPN
41802008-02-02 Hans-Peter Nilsson <hp@axis.com>
4181
4182 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4183 * configure: Regenerate.
4184
8b66833e
BW
41852008-01-31 Marc Gauthier <marc@tensilica.com>
4186
4187 * configure.ac (xtensa*-*-*): Recognize processor variants.
4188 * configure: Regenerate.
4189
9cc8ae67
PB
41902008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4191
f7c83eac
AS
4192 PR bootstrap/34922
4193 * configure.ac (PARSE_ARGS): Push suitable setting of
4194 ac_subdirs_all, for `./configure --help=recursive'.
4195 Handle `+' in generic toplevel directory disabling.
4196 * configure: Regenerate.
9cc8ae67 4197
19090595
BE
41982008-01-23 Ben Elliston <bje@au.ibm.com>
4199
4200 * config.sub, config.guess: Update from upstream sources.
4201
9f1e7fd3
BE
42022008-01-08 Ben Elliston <bje@au.ibm.com>
4203
4204 * config.sub, config.guess: Update from upstream sources.
4205
2f959d61
JJ
42062007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4207
4208 * COPYING.LIBGLOSS: Update default copyright.
4209
aa054b85
JJ
42102007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4211
4212 * COPYING.NEWLIB: Update default copyright.
4213
57c53b2b
RS
42142007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4215
4216 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4217 Change recommended MPFR from 2.2.1 > 2.3.0.
4218 * configure: Regenerate.
4219
fee14b60
RS
42202007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4221
4222 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4223 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4224 * Makefile.in: Regenerate.
4225
c9b68031
DD
42262007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4227
4228 * configure.ac: Enable libjava for x86_64-*-darwin9.
4229 * configure: Regenerate.
4230
ad25e7d5
BE
42312007-12-05 Ben Elliston <bje@au.ibm.com>
4232
4233 * config.sub, config.guess: Update from upstream sources.
4234
6ac84f65
PB
42352007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4236
f7c83eac
AS
4237 * config-ml.in: Robustify against white space in absolute file
4238 names.
6ac84f65 4239
f7c83eac
AS
4240 * config-ml.in (multi-clean): Substitute ${Makefile}.
4241 Remove superfluous ${Makefile} in list.
6ac84f65 4242
7b3200f9
DJ
42432007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * Makefile.def (dependencies): Make configure-gdb depend on
4246 all-intl.
4247 * Makefile.in: Regenerated.
4248
2c133ff9
JJ
42492007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4250
4251 * Makefile.def: To avoid problems running with parallel makes,
4252 build newlib before libgloss so that target specific header
4253 files are availble.
4254 * Makefile.in: Regenerate.
4255
5074315a
DJ
42562007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4259 * Makefile.in: Regenerate.
4260
f5bc1778
DJ
42612007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4264 * libdecnumber: New directory, imported from GCC.
4265
c66487f8
NC
42662007-10-08 Mike Frysinger <vapier@gentoo.org>
4267
4268 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4269 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4270 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4271 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4272 * configure: Regenerate.
4273
b5714970
PB
42742007-10-01 Paolo Bonzini <bonzini@gnu.org>
4275
4276 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4277 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4278 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4279 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4280 * configure.ac: Default them to host tools for $host = $build.
4281 Subst them.
4282
4283 * configure: Regenerate.
4284 * Makefile.in: Regenerate.
4285
f3b1e08e
RS
42862007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4287
4288 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4289 * configure: Regenerate.
4290
cff87f51
DD
42912007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4292
4293 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4294 libstdc++.
4295 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4296 * configure: Regenerate.
4297 * Makefile.in: Regenerate.
f7c83eac 4298
625a61cd
AS
42992007-09-17 Andreas Schwab <schwab@suse.de>
4300
4301 * configure.ac: Raise minimum makeinfo version to 4.6.
4302 * configure: Regenerate.
4303
83a3a68b
AM
43042007-09-15 Alan Modra <amodra@bigpond.net.au>
4305
4306 * configure.ac: Correct makeinfo version check.
4307 * configure: Regenerate.
4308
5bd8be13
RS
43092007-09-14 Richard Sandiford <richard@codesourcery.com>
4310
4311 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4312 to $skipdirs and only disable gprof for newlib. Use the normal
4313 mips*-elf* handling in other respects.
4314 * configure: Regnerate.
4315
5566c1fa
DD
43162007-09-12 David Daney <ddaney@avtrex.com>
4317
4318 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4319 enabling libgcj.
4320 * configure: Regenerate.
4321
43222007-09-12 Richard Guenther <rguenther@suse.de>
4323
4324 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4325 nor --disable-checking is provided also turn on yes and types
4326 checking for stage1.
4327 * configure: Re-generate.
4328
a18e2996 43292007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4330
4331 PR target/33281
4332 * configure.ac: Use config/mh-mingw on mingw.
4333 * configure: Regenerate.
84e7906e 4334
691bb5a1
DD
43352007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4336
4337 PR other/32154
4338 * configure.ac: For libgloss targets, point the linker to the linker
4339 script, startup code and simulator library.
4340 * configure: Regenerate.
4341
6d18b86b
AH
43422007-09-09 Andrew Haley <aph@redhat.com>
4343
4344 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4345 target-libjava.
6d18b86b 4346
f00a3165 43472007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4348
f00a3165 4349 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4350
2abc4e65
BE
43512007-08-21 Richard Guenther <rguenther@suse.de>
4352
4353 * configure.ac: Add types checking to stage1 checking flags.
4354 * configure: Regenerate.
4355
8a6ee3ab 43562007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4357 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4358
4359 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4360 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4361 * Makefile.in: Regenerate.
4362 * configure.ac (--with-debug-prefix-map): New.
4363 * configure: Regenerate.
4364
429acdec
RS
43652007-08-17 Richard Sandiford <richard@codesourcery.com>
4366 Nigel Stephens <nigel@mips.com>
4367
429acdec
RS
4368 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4369 as target_makefile_frag.
4370 * configure: Regenerate.
4371
8520c408
AO
43722007-08-16 Alexandre Oliva <aoliva@redhat.com>
4373
4374 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4375 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4376 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4377 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4378 (do-compare, do-compare3, do-compare-debug): New.
4379 ([+compare-target+]): Use them.
4380
43812007-08-16 Alexandre Oliva <aoliva@redhat.com>
4382
4383 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4384 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4385 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4386 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4387 (do-compare, do-compare3, do-compare-debug): New.
4388 ([+compare-target+]): Use them.
4389
2444379b
BE
43902007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4391 Ben Elliston <bje@au.ibm.com>
4392
4393 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4394 --silent if $silent.
4395 * configure: Regenerate.
4396
d6f99447
DJ
43972007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4398
4399 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4400
bd0aa315
NC
44012007-07-17 Nick Clifton <nickc@redhat.com>
4402
4403 * COPYING3: New file. Contains version 3 of the GNU General
4404 Public License.
4405 * COPYING3.LIB: New file. Contains version 3 of the GNU
4406 Lesser General Public License.
4407
0ebe98fb
BS
44082007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4409
4410 * configure.ac: Fix my previous change to really match GCC.
4411 * configure: Regenerate.
4412
521ec477
DD
44132007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4414
4415 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4416 * configure: Regenerate.
4417
44182007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4419
4420 * configure.ac: Add some missing m4 quotation.
4421 * configure: Regenerate.
4422
0c24b341
NC
44232007-07-09 Kai Tietz <kai.tietz@onevision.com>
4424
f7c83eac
AS
4425 * Makefile.def: Add windmc tool to build.
4426 * Makefile.tpl: Likewise.
4427 * configure.ac: Likewise.
4428 * Makefile.in: Regenerate.
4429 * configure: Regenerate.
0c24b341 4430
a09314d0
L
44312007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4432
4433 * lt~obsolete.m4: New. Import from 20070318 libtool.
4434
7c3e1d12
BS
44352007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4436
4437 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4438 uclinux and linux-uclibc targets.
4439 * configure: Regenerate.
4440
a5b3b4dd
DD
44412007-06-28 DJ Delorie <dj@redhat.com>
4442
4443 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4444 not building newlib.
4445 * configure: Regenerated.
f7c83eac 4446
184d813c
DJ
44472007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4448
4449 * src-release (DEVO_SUPPORT): Correct typos.
4450
31d99776
DJ
44512007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4452
4453 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4454 * Makefile.in: Regenerated.
4455
e00a73e3
PB
44562007-06-14 Paolo Bonzini <bonzini@gnu.org>
4457
f7c83eac
AS
4458 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4459 (distclean-stage[+id+]): Possibly delete stage_last.
4460 * Makefile.in: Regenerate.
e00a73e3 4461
98a1bbc5
BE
44622007-06-07 Ben Elliston <bje@au.ibm.com>
4463
4464 * config.sub, config.guess: Update from upstream sources.
4465
973601e1
BE
44662007-06-07 Ben Elliston <bje@au.ibm.com>
4467
4468 * Makefile.tpl: Fix spelling error.
4469 * Makefile.in: Regenerate.
4470
2038f525
PB
44712007-06-04 Paolo Bonzini <bonzini@gnu.org>
4472
4473 Sync with gcc:
4474 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4475
f7c83eac
AS
4476 PR bootstrap/29382
4477 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4478 * configure: Rebuilt.
2038f525 4479
f7c5c4b5
PB
44802007-06-01 Steve Ellcey <sje@cup.hp.com>
4481
12a64d4f
L
4482 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4483 lt_cv_sys_max_cmd_len.
f7c5c4b5 4484
7ad9660b
PB
44852007-05-31 Paolo Bonzini <bonzini@gnu.org>
4486
4487 * ltgcc.m4: Update from GCC.
4488
0e7ef45c
EC
44892007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4490
12a64d4f 4491 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4492
37ad9514
SE
44932007-05-24 Steve Ellcey <sje@cup.hp.com>
4494
4495 * ltmain.sh: Update from GCC.
4496 * libtool.m4: Update from GCC.
4497 * ltsugar.m4: New. Update from GCC.
4498 * ltversion.m4: New. Update from GCC.
4499 * ltoptions.m4: New. Update from GCC.
4500 * ltconfig: Remove.
4501 * ltcf-c.sh: Remove.
4502 * ltcf-cxx.sh: Remove.
4503 * ltcf-gcj.sh: Remove.
4504 * src-release: Update with new libtool file list.
4505
8ee82aff
PB
45062007-05-16 Paolo Bonzini <bonzini@gnu.org>
4507
4508 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4509 stage_cflags.
4510 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4511 Remove CFLAGS/LIBCFLAGS.
4512 (configure-stage[+id+]-[+prefix+][+module+],
4513 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4514 * Makefile.in: Regenerate.
4515
149cb58d
SE
45162007-04-14 Steve Ellcey <sje@cup.hp.com>
4517
4518 * config-ml.in: Update from GCC.
4519
91506736
DJ
45202007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4521
4522 * src-release (do-proto-toplev): Process the support directories before
4523 the tool directory.
4524
ffa8bd48
RS
45252007-03-21 Richard Sandiford <richard@codesourcery.com>
4526
4527 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4528 of glob. Quote arguments with single quotes too.
4529 * configure: Regenerate.
4530
a4fd3374
DD
45312007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4532
4533 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4534 * Makefile.in: Regenerate
4535
b8025f34
AS
45362007-03-07 Andreas Schwab <schwab@suse.de>
4537
4538 * configure: Regenerate.
4539
a3ca38d2
DD
45402007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4541
4542 * configure.ac: Add "--with-pdfdir" configure option,
4543 which defines pdfdir variable.
4544 * Makefile.def (target=fixincludes): Add install-pdf to
4545 missing targets.
4546 (recursive_targets): Add install-pdf target.
4547 (flags_to_pass): Add pdfdir.
4548 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4549 target.
4550 * configure: Regenerate
4551 * Makefile.in: Regenerate
4552
45532007-02-28 Eric Christopher <echristo@apple.com>
4554
4555 Revert:
4556 2006-12-07 Mike Stump <mrs@apple.com>
4557
4558 * Makefile.def (dependencies): Add dependency for
4559 install-target-libssp and install-target-libgomp on
4560 install-gcc.
4561 * Makefile.in: Regenerate.
4562
45632007-02-27 Matt Kraai <kraai@ftbfs.org>
4564
4565 * configure: Regenerate.
4566 * configure.ac: Move statements after variable declarations.
4567
a4708fba
JM
45682007-02-19 Joseph Myers <joseph@codesourcery.com>
4569
4570 * configure.ac: Adjust for loop syntax.
4571 * configure: Regenerate.
4572
9a819804
AO
45732007-02-18 Alexandre Oliva <aoliva@redhat.com>
4574
4575 * configure: Rebuilt.
4576
81ec575a
AO
45772007-02-18 Alexandre Oliva <aoliva@redhat.com>
4578
4579 * configure.ac: Drop multiple occurrences of --enable-languages,
4580 and fix its quoting.
4581 * configure: Rebuilt.
4582
92f01d61 45832007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4584 Nathan Sidwell <nathan@codesourcery.com>
4585 Vladimir Prus <vladimir@codesourcery.com
4586 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4587
4588 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4589 * configure: Regenerate.
4590
b1299c4e
DJ
45912007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4592
4593 * configure.ac (target_libraries): Move libgcc before libiberty.
4594 * configure: Regenerated.
4595
18f6b6ee
PB
45962007-02-13 Paolo Bonzini <bonzini@gnu.org>
4597
4598 * configure: Regenerate again?
4599
9c4e9f27
PB
46002007-02-13 Paolo Bonzini <bonzini@gnu.org>
4601
4602 * configure: Reapply PR30748 fix which was lost in the previous commit.
4603
24ff9987
DJ
46042007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4605 Paolo Bonzini <bonzini@gnu.org>
4606
4607 PR bootstrap/30753
4608 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4609 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4610 * configure: Regenerated.
4611
7df2cd5d
PB
46122007-02-10 Paolo Bonzini <bonzini@gnu.org>
4613
4614 * configure: Regenerate.
4615
b0aaa663
DJ
46162007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4617
4618 PR bootstrap/30748
4619 * configure.ac: Correct syntax for Solaris ksh.
4620 * configure: Regenerated.
4621
a0323144
PB
46222007-02-09 Paolo Bonzini <bonzini@gnu.org>
4623
4624 * Makefile.def: Sync with GCC.
4625 * Makefile.tpl: Sync with GCC.
4626 * Makefile.in: Regenerate.
4627 * configure: Regenerate.
4628
c6b750e1
DJ
46292007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4630
4631 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4632 noncanonical equivalents.
4633 * configure.in: Rename to...
4634 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4635 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4636 target_noncanonical. Use them. Rewrite removal of configure
4637 arguments for autoconf 2.59. Discard variable settings. Force
4638 program_transform_name for native tools.
4639
4640 * Makefile.in: Regenerated.
4641 * configure: Regenerated with autoconf 2.59.
4642
4643 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4644
f3cd89f4
JJ
46452007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4646
4647 * COPYING.LIBGLOSS: Reformat default Red Hat
4648 license to fit within 80 columns.
4649 * COPYING.NEWLIB: Ditto.
4650
4e206d7e
DB
46512007-02-05 Dave Brolley <brolley@redhat.com>
4652
4653 * Contribute the following changes:
4654 2006-11-28 DJ Delorie <dj@redhat.com>
4655
4656 * configure.in: Fix typo for mep's target_makefile_frag.
4657 * configure: Regenerated.
4658
4659 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4660
4661 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4662 * configure: Regenerate.
4663
4664 2001-09-19 DJ Delorie <dj@redhat.com>
4665
4666 * configure.in (target_makefile_frag): use mt-mep
4667
4668 2001-06-12 Don Howard <dhoward@redhat.com>
4669
4670 * configure.in: Remove gdb from MeP skip list.
4671
4672 2001-04-05 DJ Delorie <dj@redhat.com>
4673
4674 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4675
4676 2001-03-20 Ben Elliston <bje@redhat.com>
4677
4678 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4679
4680 2001-03-19 Ben Elliston <bje@redhat.com>
4681
4682 * config.sub (mep, mep-*): Add.
4683
b2edfdd2
AS
46842007-01-31 Andreas Schwab <schwab@suse.de>
4685
4686 * Makefile.tpl (LDFLAGS): Substitute it.
4687 * Makefile.in: Regenerate.
4688
ceb92e78
PB
46892007-01-11 Paolo Bonzini <bonzini@gnu.org>
4690
4691 * configure.in: Change == to = in test command.
f7c83eac 4692 * configure: Regenerate.
ceb92e78 4693
4b900473 46942007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4695 Nick Clifton <nickc@redhat.com>
4696 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4697
4698 * configure.in (build_configargs, host_configargs, target_configargs):
4699 Remove build/host/target parameters.
4700 (host_libs): Add gmp and mpfr.
4701 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4702 * Makefile.def (gmp, mpfr): New.
4703 (gcc): Remove target.
4704 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4705 target_os, target_vendor): New.
4706 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4707 * configure: Regenerate.
4708 * Makefile.in: Regenerate.
4b900473
PB
4709
47102007-01-11 Matt Fago <fago@earthlink.net>
4711
4712 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4713 to improve robustness of configure tests.
4b900473
PB
4714 * configure: Regenerate.
4715
80f6dcbc
NC
47162007-01-08 Kai Tietz <kai.tietz@onevision.com>
4717
4718 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4719 * configure: Regenerate.
80f6dcbc 4720
f86e35b8
NC
47212007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4722
4723 * Makefile.tpl (all-target): Correct @if conditional for target
4724 modules.
4725 * configure.in: Omit libiberty if building only target libgcc.
4726 * configure, Makefile.in: Regenerated.
4727
79fcd0ec
PB
47282007-01-04 Paolo Bonzini <bonzini@gnu.org>
4729
4730 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4731 * configure: Regenerate.
4732
6aa8ef82
DJ
47332007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4734
4735 * Makefile.def (target_modules): Add libgcc.
4736 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4737 * Makefile.tpl (clean-target-libgcc): Delete.
4738 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4739 on gcc even for bootstrapped modules. Rewrite handling of
4740 lang_env_dependencies to loop over target_modules.
4741 * configure.in (target_libraries): Add target-libgcc.
4742 * Makefile.in, configure: Regenerated.
4743
9b134994
PB
47442006-12-29 Paolo Bonzini <bonzini@gnu.org>
4745
4746 Sync with gcc:
4747 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4748
f7c83eac
AS
4749 * configure.in: Reorganize recognition of languages. Add
4750 --enable-stage1-languages. Show supported languages for the chosen
4751 target rather than all recognized languages.
4752 * configure: Regenerate.
9b134994
PB
4753
4754 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4755
f7c83eac
AS
4756 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4757 * Makefile.in: Regenerate.
9b134994
PB
4758
4759 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4760
f7c83eac
AS
4761 * configure.in: Warn that MPFR 2.2.0 is buggy.
4762 * configure: Regenerate.
9b134994 4763
8cf39b1b
ILT
47642006-12-27 Ian Lance Taylor <iant@google.com>
4765
4766 * configure.in: When removing Makefiles to force a reconfigure, also
4767 remove prev-DIR*/Makefile.
4768 * configure: Regenerate.
4769
ebff6cd5
KH
47702006-12-23 Kazu Hirata <kazu@codesourcery.com>
4771
4772 * config.bfd: Recognize fido.
4773
8a0d8a5c
PB
47742006-12-19 Paolo Bonzini <bonzini@gnu.org>
4775
4776 Sync with gcc:
4777
4778 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4781 it only affects bootstrap and could be tested on "$host" as well.
4782 * configure: Regenerate.
4783 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4784
4785 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4786
4787 PR bootstrap/29544
4788 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4789 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4790 move here comment from Makefile.tpl.
4791 * Makefile.tpl: Move some definitions higher in the file.
4792 (STAGE1_CHECKING): New.
4793 * configure.in: Add --enable-stage1-checking.
4794 * configure: Regenerate.
4795 * Makefile.in: Regenerate.
4796
4797 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4798
4799 * configure.in: Update error message for missing GMP/MPFR.
4800
4801 * configure: Regenerate.
4802
4803 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4804
4805 * configure.in: Update MPFR version in error message.
4806
4807 * configure: Regenerate.
4808
4809 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4810
4811 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4812 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4813 --with-gmp-lib): New flags.
4814
4815 * configure: Regenerate.
4816
790c0838
AM
48172006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4818
4819 PR bootstrap/30134
4820 * configure.in: Correct x86 darwin support for libjava to powerpc
4821 and i?86 only.
4822 * configure: Regenerate.
4823
77d7106f
AM
48242006-12-11 Alan Modra <amodra@bigpond.net.au>
4825
4826 * configure.in: Handle spu makefile frag.
77d7106f
AM
4827 * Makefile.tpl (MAINT): Define
4828 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4829 * configure: Regenerate.
4830 * Makefile.in: Regenerate.
4831
0cfa5389
BE
48322006-12-11 Ben Elliston <bje@au.ibm.com>
4833
4834 * config.sub, config.guess: Update from upstream sources.
4835
2839fe5d
BE
48362006-12-11 Ben Elliston <bje@au.ibm.com>
4837
4838 * configure.in: Sync with GCC (spu-*-*).
4839 * configure: Sync with GCC.
4840
b897f5d4
MS
48412006-12-07 Mike Stump <mrs@apple.com>
4842
4843 * Makefile.def (dependencies): Add dependency for
4844 install-target-libssp and install-target-libgomp on
4845 install-gcc.
4846 * Makefile.in: Regenerate.
4847
9daf3993
PB
48482006-11-16 Paolo Bonzini <bonzini@gnu.org>
4849
4850 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4851 (unstage): Test for stage_last presence.
4852
4853 PR bootstrap/29802
4854 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4855 * Makefile.in: Regenerate.
4856
9dbaa842
DD
48572006-11-14 DJ Delorie <dj@redhat.com>
4858
4859 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4860 * Makefile.in: Sync with GCC.
4861 * configure.in: Sync with GCC (mpfr, gmp).
4862 * configure: Sync with GCC.
4863
b0cbce8d
JJ
48642006-11-08 Jie Zhang <jie.zhang@analog.com>
4865
4866 * configure.in: Remove target-libgloss from noconfigdirs for
4867 bfin-*-*.
4868 * configure: Regenerated.
4869
44330a94
JJ
48702006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4871
4872 * COPYING.NEWLIB: Add spu license.
7de05dd5 4873 * COPYING.LIBGLOSS: Ditto.
44330a94 4874
56a8fe78
DD
48752006-10-17 Brooks Moses <bmoses@stanford.edu>
4876
4877 * Makefile.def: Added pdf target handling.
4878 * Makefile.tpl: Added pdf target handling.
4879 * Makefile.in: Regenerated.
4880
fbb00ad0
JJ
48812006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4882
4883 * COPYING.NEWLIB: Updated.
4884 * COPYING.LIBGLOSS: Ditto.
4885
6b89cc21
DB
48862006-09-27 Dave Brolley <brolley@redhat.com>
4887
4888 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4889 $s instead of $r.
4890 * configure: Regenerated.
4891
17bcf627
BE
48922006-09-26 Ben Elliston <bje@au.ibm.com>
4893
4894 * config.sub, config.guess: Update from upstream sources.
4895
f3529cf1
TS
48962006-09-20 Thiemo Seufer <ths@mips.com>
4897
4898 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4899 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4900 * configure: Regenerate.
4901
45055374
CV
49022006-08-30 Corinna Vinschen <corinna@vinschen.de>
4903
4904 * configure.in: Never build newlib for a Mingw host.
4905 Never build newlib as Mingw target library.
4906 Test the existence of winsup/cygwin for building a Cygwin newlib,
4907 rather than just winsup.
4908 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4909 building a Mingw target.
4910 * configure: Regenerate.
4911
4be041b2 49122006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4913 Nigel Stephens <nigel@mips.com>
4914 David Ung <davidu@mips.com>
4be041b2
TS
4915
4916 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4917
1d89b610
PB
49182006-07-25 Paolo Bonzini <bonzini@gnu.org>
4919
4920 Sync from GCC:
4921 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4922
f7c83eac
AS
4923 PR bootstrap/18058
4924 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4925 if the bootstrap compiler is a GCC version that supports it.
4926 * configure: Regenerate.
1d89b610 4927
66a79c16
DJ
49282006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4929
4930 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4931 * configure: Regenerated.
4932
c1cb7e02
PB
49332006-07-18 Paolo Bonzini <bonzini@gnu.org>
4934
f7c83eac
AS
4935 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4936 for stages after the first.
c1cb7e02 4937
7206a0ee
JJ
49382006-07-17 Jakub Jelinek <jakub@redhat.com>
4939
4940 * Makefile.def: Add dependencies for configure-opcodes
4941 on configure-intl and all-opcodes on all-intl.
4942 * Makefile.in: Regenerated.
4943
6816f995
AO
49442006-07-04 Peter O'Gorman <peter@pogma.com>
4945
4946 * ltconfig: chmod 644 before ranlib during install.
4947
3d3adb43
PB
49482006-07-03 Paolo Bonzini <bonzini@gnu.org>
4949
1f3f1bbf 4950 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4951 * configure: Regenerate.
4952
64ce424c
PB
49532006-07-03 Paolo Bonzini <bonzini@gnu.org>
4954
4955 Sync from gcc:
4956
4957 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4958
4959 PR other/27063
4960 * configure.in: Test subdir_requires and give an appropriate
4961 error message.
4962 * configure: Regenerate.
4963
4964 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4965
4966 PR target/27540
4967 * configure.in: Only enable libgomp on IRIX 6.
4968 * configure: Regenerate.
4969
d42c4017
DA
49702006-06-20 David Ayers <d.ayers@inode.at>
4971
4972 PR bootstrap/28072
4973 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4974 whether target-libjava is being configured instead of whether the
4975 java front end is enabled.
4976 * configure: Regenerate.
0e7ef45c 4977
4962c51a
MS
49782006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4979
4980 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4981 to R_ARM_LDC_SB_G{0,1,2} respectively.
4982
caee866a
PB
49832006-06-15 Paolo Bonzini <bonzini@gnu.org>
4984
4985 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4986 too.
4987 * Makefile.in: Regenerate.
4988
363ef840
DA
49892006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4990
4991 Sync from gcc:
4992
4993 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4994 * configure.in: Don't enable libgomp on hpux10.
4995 * configure: Rebuilt.
4996
54d1c879
DA
49972006-06-13 David Ayers <d.ayers@inode.at>
4998
4999 Sync from gcc:
5000
5001 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 5002
54d1c879
DA
5003 PR bootstrap/27963
5004 PR target/19970
0e7ef45c 5005 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
5006 ${libgcj} is specified.
5007 * configure: Regenerate.
0e7ef45c 5008
a4d8b690
JJ
50092006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5010
5011 Sync from gcc:
5012
5013 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 5014 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
5015
5016 PR bootstrap/18033
5017 * config-ml.in: Eval option if surrounded by single quotes.
5018
4f0ef2d8
CD
50192006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5020
5021 Sync from gcc:
0e7ef45c 5022
4f0ef2d8 5023 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 5024
4f0ef2d8
CD
5025 PR libobjc/13946
5026 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5027 * Makefile.in: Regenerate.
5028 * configure.in: Add --enable-objc-gc at toplevel and have it
5029 enable boehm-gc for Objective-C.
5030 Remove target-boehm-gc from libgcj.
5031 Add target-boehm-gc to target_libraries.
5032 Add target-boehm-gc to noconfigdirs where ${libgcj}
5033 is specified.
5034 Assert that boehm-gc is supported when requested for Objective-C.
5035 Only build boehm-gc if needed either for Java or Objective-C.
5036 * configure: Regenerate.
5037
5038 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 5039
4f0ef2d8
CD
5040 PR 27674
5041 * Makefile.tpl (configure-[+prefix+][+module+],
5042 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5043 Remove rule to unstage bootstrapped modules.
5044 (stage_current): New.
5045 * Makefile.in: Regenerate.
5046
5047 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5048 Andreas Tobler <a.tobler@schweiz.ch>
5049
5050 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5051 * configure: Rebuilt.
5052
5053 Revert
5054 2006-01-31 Richard Guenther <rguenther@suse.de>
5055 Paolo Bonzini <bonzini@gnu.org>
5056
5057 * Makefile.def (target_modules): Add libgcc-math target module.
5058 * configure.in (target_libraries): Add libgcc-math target library.
5059 (--enable-libgcc-math): New configure switch.
5060 * Makefile.in: Re-generate.
5061 * configure: Re-generate.
5062
c17b816b
JJ
50632006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5064
5065 * config-ml.in: Alter CCASFLAGS to include special
5066 multilib options the same as is done for CFLAGS.
5067
20e95c23
DJ
50682006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5069
5070 * Makefile.def: Added dependencies from sim and gdb on intl, and
5071 added configure dependencies to everything with an all dependency
5072 on intl.
5073 * gettext.m4: Removed.
5074 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5075 (GDB_SUPPORT_DIRS): Add intl.
5076 * Makefile.in: Regenerated.
5077
4bd8ad80
DJ
50782006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5079
5080 * src-release (DEVO_SUPPORT): Add config.rpath.
5081
c380fdd8
PB
50822006-05-25 Paolo Bonzini <bonzini@gnu.org>
5083
5084 * Makefile.def (bfd, opcodes): Fix lib_path.
5085 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5086 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5087 * Makefile.in: Regenerate.
5088
701628f5
MS
50892006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5090
5091 * configure.in: Enable gprof for cross builds.
5092 * configure: Regenerate.
5093
25aae7f2
DJ
50942006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5095
5096 * src-release (MAKEINFOFLAGS): Define.
5097 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5098
ea3d1626
BE
50992006-05-14 Ben Elliston <bje@au.ibm.com>
5100
5101 * config.sub, config.guess: Update from upstream sources.
5102
49b9e644
BE
51032006-05-12 Ben Elliston <bje@au.ibm.com>
5104
5105 * config.sub, config.guess: Update from upstream sources.
5106
482dd2f6
DJ
51072006-05-04 Steve Ellcey <sje@cup.hp.com>
5108
5109 * blt, iwidgets, mmalloc: Remove directories.
5110
8b01a5c2
DD
51112006-05-01 DJ Delorie <dj@redhat.com>
5112
641a3af4 5113 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5114 * configure: Regenerate.
5115
a481dbb7
DD
51162006-04-18 DJ Delorie <dj@redhat.com>
5117
5118 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5119 reference libgloss so that libssp can be built in a combined
5120 tree.
5121 * configure: Regenerate.
5122
962c9e74
BE
51232006-04-10 Ben Elliston <bje@au.ibm.com>
5124
5125 * contrib: Remove directory.
5126
108a6f8e
CD
51272006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5128
5129 * Makefile.tpl: Add install-html target.
5130 * Makefile.def: Add install-html target.
5131 * Makefile.in: Regenerate.
5132 * configure.in: Add --with-datarootdir, --with-docdir,
5133 and --with-htmldir options.
5134 * configure: Regenerate.
5135
a4ef73e9
BE
51362006-03-31 Ben Elliston <bje@au.ibm.com>
5137
5138 PR binutils/1860
5139 * configure.in: Require makeinfo 4.4 or higher.
5140 * configure: Regenerate.
5141
b37df25a
PB
51422006-03-14 Paolo Bonzini <bonzini@gnu.org>
5143
5144 * Makefile.in: Regenerate.
5145
a6df5a19
PB
51462006-03-14 Paolo Bonzini <bonzini@gnu.org>
5147
5148 Sync with gcc:
5149 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5150
f7c83eac
AS
5151 * configure.in: Handle --disable-<component> generically.
5152 * configure: Regenerate.
a6df5a19
PB
5153
5154 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5155
f7c83eac
AS
5156 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5157 (TARGET_CONFIGDIRS): Remove.
5158 * configure.in: Remove AC_SUBST(target_configdirs).
5159 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5160
5161
65419985
L
51622006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5163
5164 PR libgcj/17311
5165 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5166
c52c6897
PB
51672006-02-20 Paolo Bonzini <bonzini@gnu.org>
5168
5169 PR bootstrap/25670
5170
5171 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5172
5173 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5174 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5175 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5176 BUILD_PREFIX, BUILD_PREFIX_1.
5177 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5178
5179 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5180 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5181
5182 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5183 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5184 of `cat stage_current`. Always provide the `r' and `s' variables.
5185 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5186 a single shell execution.
5187 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5188 bootstrapped modules, make the stage1 module if the build was not
5189 started yet, else build the current stage.
5190 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5191 (all-build, all-host, all-target, [+make_target+]-host,
5192 [+make_target+]-target): Do not use \-continued lines.
5193 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5194 (current_stage, restrap, stage_last): New.
5195
5196 * Makefile.in: Regenerate.
5197 * configure: Regenerate.
5198
b3ded179
PB
51992006-02-14 Paolo Bonzini <bonzini@gnu.org>
5200
5201 Sync from gcc:
5202
5203 2006-01-31 Richard Guenther <rguenther@suse.de>
5204 Paolo Bonzini <bonzini@gnu.org>
5205
f7c83eac
AS
5206 * Makefile.def (target_modules): Add libgcc-math target module.
5207 * configure.in (target_libraries): Add libgcc-math target library.
5208 (--enable-libgcc-math): New configure switch.
5209 * Makefile.in: Re-generate.
5210 * configure: Re-generate.
5211 * libgcc-math: New toplevel directory.
b3ded179
PB
5212
5213 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5214 Jakub Jelinek <jakub@redhat.com>
5215 Diego Novillo <dnovillo@redhat.com>
b3ded179 5216
f7c83eac
AS
5217 * libgomp: New directory.
5218 * Makefile.def: Add target_module libgomp.
5219 * Makefile.in: Regenerate.
5220 * configure.in (target_libraries): Add target-libgomp.
5221 * configure: Regenerate.
b3ded179 5222
3a35eeb3
PB
52232006-02-14 Paolo Bonzini <bonzini@gnu.org>
5224 Andreas Schwab <schwab@suse.de>
0e7ef45c 5225
3a35eeb3
PB
5226 * configure: Regenerate.
5227
2429c060
PB
52282006-01-16 Paolo Bonzini <bonzini@gnu.org>
5229
5230 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5231 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5232 the assembler, linker and binutils.
5233 * configure: Regenerate.
5234
ec49b2b8
NC
52352006-01-16 Nick Clifton <nickc@redhat.com>
5236
49b9e644 5237 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5238
44b2308f
AO
52392006-01-05 Alexandre Oliva <aoliva@redhat.com>
5240
5241 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5242 @ from continuation.
5243 * Makefile.in: Rebuilt.
5244
80911fe1
PB
52452006-01-04 Paolo Bonzini <bonzini@gnu.org>
5246
5247 Sync from gcc:
5248
5249 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5250
f7c83eac 5251 PR bootstrap/24252
80911fe1 5252
f7c83eac
AS
5253 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5254 * Makefile.tpl (OBJDUMP): New.
5255 (EXTRA_HOST_FLAGS): Add it.
5256 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5257
f7c83eac
AS
5258 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5259 to use symbolic links between directories. Avoid race conditions
5260 or make them harmless.
5261 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5262
f7c83eac
AS
5263 * Makefile.def (LEAN): Pass.
5264 * Makefile.tpl (LEAN): Define.
5265 (stage[+id+]-start): Accept that the previous directory does not
5266 exist, if the bootstrap is lean.
5267 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5268 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5269 configure substitution.
5270 ([+compare-target+]): Likewise.
5271 ([+bootstrap-target+]-lean): New.
5272 * configure.in: Remove lean bootstrap support from here.
80911fe1 5273
f7c83eac
AS
5274 * Makefile.in: Regenerate.
5275 * configure: Regenerate.
80911fe1
PB
5276
5277 2006-01-02 Andreas Schwab <schwab@suse.de>
5278
f7c83eac
AS
5279 * configure.in: When reconfiguring remove Makefile in
5280 all stage directories.
5281 * configure: Regenerate.
80911fe1 5282
b59bea8a
NC
52832005-12-27 Leif Ekblad <leif@rdos.net>
5284
5285 * configure.in: Add support for RDOS target.
5286 * configure: Regenerate.
5287
d7730bac
NC
52882005-12-27 Nick Clifton <nickc@redhat.com>
5289
5290 PR binutils/1990
5291 * libtool.m4: Synchronize with version in GCC sources.
5292
c02dabc3
PB
52932005-12-20 Paolo Bonzini <bonzini@gnu.org>
5294
f7c83eac 5295 Revert Ada-related part of the previous change.
c02dabc3 5296
f7c83eac
AS
5297 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5298 Do not pass.
5299 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5300 * Makefile.in: Regenerate.
5301 * configure.in: Do not include mt-ppc-aix target fragment.
5302 * configure: Regenerate.
c02dabc3 5303
f6d183c0
PB
53042005-12-19 Paolo Bonzini <bonzini@gnu.org>
5305
5306 * configure.in: Select appropriate fragments for PowerPC/AIX.
5307 * configure: Regenerate.
5308
5309 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5310 BOOT_CFLAGS, BOOT_LDFLAGS.
5311 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5312 BOOT_CFLAGS, BOOT_LDFLAGS.
5313 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5314 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5315 (stage): Fail if we cannot complete the work.
5316 * Makefile.in: Regenerate.
5317
f29759fc
JJ
53182005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5319
5320 * COPYING.NEWLIB: Update copyright year for default
5321 copyright.
5322
1f054001
PB
53232005-12-15 Paolo Bonzini <bonzini@gnu.org>
5324
5325 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5326 install-host-nogcc): Don't invoke $(stage) at the end.
5327 * Makefile.in: Regenerate.
5328
0aed8855
PB
53292005-12-14 Paolo Bonzini <bonzini@gnu.org>
5330
5331 * configure.in: Flip the top-level bootstrap switch.
5332 * configure: Regenerate.
5333
5334 Merge from gcc:
5335
5336 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5337
f7c83eac
AS
5338 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5339 $(stage) and $(unstage).
5340 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5341 (all): Remove stray semicolon.
5342 (local-distclean): Don't handle multilib.tmp and multilib.out.
5343 (install.all): Set $s for consistency.
5344 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5345 check_multilibs setting. Always make the install directory.
5346 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5347 Correct @if/@endif.
5348 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5349 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5350 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5351 (multilib.out): Remove.
5352 * Makefile.in: Regenerated.
0aed8855
PB
5353
53542005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5355
5356 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5357 * configure.in: Replace ms1 arch with mt.
5358 * configure: Rebuilt.
5359
53602005-12-05 Paolo Bonzini <bonzini@gnu.org>
5361
5362 Sync with gcc:
5363
4970f871
NS
53642005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5365
5366 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5367 * configure.in: Replace ms1 arch with mt.
5368 * configure: Rebuilt.
5369
be01d343
PB
53702005-12-05 Paolo Bonzini <bonzini@gnu.org>
5371
5372 Sync with gcc:
5373
5374 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5375
f7c83eac
AS
5376 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5377 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5378 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5379 Find in-tree tools if available.
5380 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5381 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5382 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5383 (COMPILER_*_FOR_TARGET): New.
5384 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5385 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5386 (CONFIGURED_*, USUAL_*): Remove.
5387 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5388 STRIP): Use autoconf substitutions.
5389 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5390 COMPILER_NM_FOR_TARGET): New.
5391 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5392
5393 (all): Make all-host and all-target in parallel.
5394 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5395 that $$r and $$s are set before invoking a recursive make.
5396 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5397 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5398
5399 2005-11-29 Ben Elliston <bje@au.ibm.com>
5400
f7c83eac
AS
5401 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5402 from the gcc build directory.
5403 * Makefile.in: Regenerate.
be01d343
PB
5404
5405 2005-11-29 Ben Elliston <bje@au.ibm.com>
5406
f7c83eac
AS
5407 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5408 depend on all-libdecnumber.
5409 * configure.in (host_libs): Include libdecnumber.
5410 * Makefile.in: Regenerate.
5411 * configure: Likewise.
be01d343
PB
5412
5413 2005-11-21 Kean Johnston <jkj@sco.com>
5414
f7c83eac 5415 * config.sub, config.guess: Sync from upstream sources.
be01d343 5416
907be67c
DJ
54172005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5418
5419 * Makefile.def: Remove gdb dependencies for gdbtk.
5420 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5421 (configure-gdb, install-gdb): New rules.
5422 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5423 * Makefile.in, configure: Regenerated.
5424
e360f423
PB
54252005-10-22 Paolo Bonzini <bonzini@gnu.org>
5426
5427 PR bootstrap/24297
5428 * Makefile.tpl (do-[+make-target+], do-check, install,
5429 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5430 are set before recursing.
5431 * Makefile.in: Regenerate.
5432
45d5eb0a
EB
54332005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5434
5435 PR bootstrap/18939
5436 * Makefile.def (gcc) <target>: Fix thinko.
5437 * Makefile.in: Regenerate.
5438
3cf3372e
BS
54392005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5440
5441 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5442 * configure: Regenerate.
5443
bd70a46f
KH
54442005-10-09 Kazu Hirata <kazu@codesourcery.com>
5445
5446 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5447 target-libffi, target-qthreads, target-libjava, and
5448 targetlibobjc.
5449 * configure: Regenerate.
5450
5ae72758
DJ
54512005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5452
5453 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5454 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5455 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5456 (USUAL_OBJDUMP_FOR_TARGET): New.
5457 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5458 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5459 * configure, Makefile.in: Regenerated.
5ae72758 5460
cc96343e
PB
54612005-10-05 Paolo Bonzini <bonzini@gnu.org>
5462
5463 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5464 before other host packages.
5465
f70224b5
PB
54662005-10-05 Paolo Bonzini <bonzini@gnu.org>
5467
5468 PR bootstrap/22340
5469
5470 * configure.in (default_target): Remove.
5471 * Makefile.tpl (all): Do not use prerequisites as subroutines
5472 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5473 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5474 use prerequisites as subroutines.
5475 (check-host, check-target): New.
5476 (bootstrap configure & all targets): Do not use stage*-start
5477 if the directory layout is already ok.
5478 (non-bootstrap configure & all targets): Prepend a $(unstage).
5479 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5480 (NOTPARALLEL): Remove.
5481 (unstage, stage variables): New variables.
5482 (unstage, stage targets): Simply expand to those variables.
5483
5484 * configure: Regenerate.
5485 * Makefile.in: Regenerate.
5486
c13c918a
JW
54872005-10-04 James E Wilson <wilson@specifix.com>
5488
5489 * Makefile.def (lang_env_dependencies): Add libmudflap.
5490 * Makefile.in: Regenerate.
5491
376a0e54
CM
54922005-10-03 Catherine Moore <clm@cm00re.com>
5493
5494 * configure.in (bfin-*-*): Support bfin.
5495 * configure: Regenerated.
5496
d320aacb
L
54972005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5498
5499 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5500 * configure: Regenerated.
5501
7e0f7140
GK
55022005-09-28 Geoffrey Keating <geoffk@apple.com>
5503
5504 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5505 (LIPO_FOR_TARGET): New.
5506 (CONFIGURED_LIPO_FOR_TARGET): New.
5507 (USUAL_LIPO_FOR_TARGET): New.
5508 (STRIP_FOR_TARGET): New.
5509 (CONFIGURED_STRIP_FOR_TARGET): New.
5510 (USUAL_STRIP_FOR_TARGET): New.
5511 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5512 STRIP_FOR_TARGET.
5513 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5514 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5515 * Makefile.in: Regenerate.
5516 * configure: Regenerate.
0e7ef45c 5517
096f7d00
DE
55182005-09-19 David Edelsohn <edelsohn@gnu.org>
5519
5520 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5521 (rs6000-*-aix*): Same.
5522 * configure: Regenerate.
5523
55242005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5525
5526 * configure.in: Recognize f95 in the --enable-languages option,
5527 and substitute it for fortran, issuing a warning.
5528 * configure: Regenerate.
5529
2016dfcc
BE
55302005-09-07 Ben Elliston <bje@au.ibm.com>
5531
5532 Import from Autoconf sources:
5533
5534 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5535 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5536 Elliston. Handle weird characters correctly.
5537
6dd2fda9
DD
55382005-08-30 Phil Edwards <phil@codesourcery.com>
5539
5540 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5541 * configure: Regenerated.
5542
e6db70d4
RE
55432005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5544
f7c83eac
AS
5545 * Makefile.def (libssp): Add to lang_env_dependencies.
5546 * Makefile.in: Regenerate.
e6db70d4 5547
e1e3d0f5
CG
55482005-08-17 Christian Groessler <chris@groessler.org>
5549
5550 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5551 * Makefile.in: Regenerate.
5552
05cbd757
PB
55532005-08-12 Paolo Bonzini <bonzini@gnu.org>
5554
5555 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5556 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5557 Look for alternate names of the target cc and c++
5558 * configure: Regenerate.
5559
55db4b87
PB
55602005-08-08 Paolo Bonzini <bonzini@gnu.org>
5561
5562 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5563 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5564 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5565 tools; remove code to manually set them.
5566 (Target tools): Look in the environment for them.
5567 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5568 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5569 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5570 build directory.
5571 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5572 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5573 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5574 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5575 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5576 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5577 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5578 * configure: Regenerate.
5579 * Makefile.in: Regenerate.
5580
414e5532
MM
55812005-07-27 Mark Mitchell <mark@codesourcery.com>
5582
5583 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5584 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5585 * Makefile.in: Regenerated.
5586
a19b6204
MM
55872005-07-26 Mark Mitchell <mark@codesourcery.com>
5588
5589 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5590 (CFLAGS_FOR_TARGET): Use it.
5591 (CXXFLAGS_FOR_TARGET): Likewise.
5592 * Makefile.in: Regenerated.
5593 * configure.in (--with-build-sysroot): New option.
5594 * configure: Regenerated.
5595
b73aa406
PB
55962005-07-24 Paolo Bonzini <bonzini@gnu.org>
5597
5598 * Makefile.tpl: Wrap install between unstage and stage
5599 * Makefile.in: Regenerate.
5600
6e4d0bcb
KC
56012005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5602
5603 * all files: Update FSF address.
5604
49f58d10
JB
56052005-07-14 Jim Blandy <jimb@redhat.com>
5606
5607 * configure.in: Add cases for Renesas m32c.
5608 * configure: Regenerated.
0e7ef45c 5609
1d9c9cd7
KC
56102005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5611
5612 * COPYING, compile, config-ml.in, config.guess,
5613 config.sub, install-sh, missing, mkinstalldirs,
5614 symlink-tree, ylwrap: Sync from upstream sources.
5615
1587117a
EC
56162005-07-13 Eric Christopher <echristo@redhat.com>
5617
5618 * configure.in: Add toplevel noconfigdir support for tpf.
5619 * configure: Regenerate.
5620
bb780410
DD
56212005-07-11 Jakub Jelinek <jakub@redhat.com>
5622
5623 * Makefile.def (target_modules): Add libssp.
5624 * configure.in (target_libraries): Add target-libssp.
5625 * configure: Rebuilt.
5626 * Makefile.in: Rebuilt.
5627
064d0a7c
PB
56282005-07-11 Paolo Bonzini <bonzini@gnu.org>
5629
5630 PR ada/22340
5631
5632 * Makefile.def: Sync with gcc.
5633 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5634 * Makefile.in: Regenerate.
5635
b2edd3b5
AS
56362005-07-07 Andreas Schwab <schwab@suse.de>
5637
5638 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5639 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5640 * Makefile.in: Regenerated.
5641
5f128533
KH
56422005-07-07 Kazu Hirata <kazu@codesourcery.com>
5643
5644 * configure.in: Add --enable-libssp and --disable-libssp.
5645 * configure: Regenerate with autoconf-2.13.
5646
4e3fc8e5
GK
56472005-07-06 Geoffrey Keating <geoffk@apple.com>
5648
5649 * configure.in: Don't build sim or rda when targetting darwin.
5650 * configure: Regenerate.
5651
c7357d6a
BE
56522005-07-04 Ben Elliston <bje@gnu.org>
5653
5654 * src-release (do-proto-toplev): Remove dejagnu bits.
5655 (DEJAGNU_SUPPORT_DIRS): Remove.
5656 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5657 (GDBD_SUPPORT_DIRS): Likewise.
5658 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5659 (INSIGHTD_SUPPORT_DIRS): Likewise.
5660 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5661
56622005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5663
5664 * setup.com (mpw): Remove unused directive.
5665
7d329e61
PB
56662005-06-22 Paolo Bonzini <bonzini@gnu.org>
5667
5668 * Makefile.def (stagefeedback): Come after profile.
5669 Define profiledbootstrap target.
5670 * Makefile.tpl (profiledbootstrap): Remove.
5671 (stageprofile-end): Zap stagefeedback.
5672 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5673 * Makefile.in: Regenerate.
5674
e5fbed21
DD
56752005-06-13 Zack Weinberg <zack@codesourcery.com>
5676
5677 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5678 In 'cpp' stanza, support '#line' as well as '# '.
5679
59f7ec45
HPN
56802005-06-07 Hans-Peter Nilsson <hp@axis.com>
5681
5682 * configure.in (unsupported_languages): New macro.
5683 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5684 non-ported target libraries in noconfigdirs.
5685 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5686 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5687 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5688 unsupported_languages.
5689 * configure: Regenerate.
5690
c10e9ba7
DD
56912005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5692
5693 * configure.in: Fix typo in handling of --with-mpfr-dir.
5694 * configure: Regenerate.
5695
20deb2b8
JB
56962005-06-02 Jim Blandy <jimb@redhat.com>
5697
5698 * config.sub: Add cases for the Renesas m32c. (This patch has been
5699 accepted into the master sources.)
5700
cdb9b172 57012005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5702 Michael Snyder <msnyder@redhat.com>
5703 Stan Cox <scox@redhat.com>
cdb9b172 5704
f7c83eac 5705 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5706
f7c83eac 5707 * configure: Regenerate.
cdb9b172 5708
1dc3053f
PB
57092005-05-25 Paolo Bonzini <bonzini@gnu.org>
5710
5711 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5712 (Dependencies): Consider target modules for bootstrap dependencies.
5713 Make target bootstrap modules depend on each stage's gcc.
5714 * Makefile.in: Regenerate.
5715
c60fe18b
PB
57162005-05-20 Paolo Bonzini <bonzini@gnu.org>
5717
5718 * Makefile.def (configure-gcc): Depend on binutils having been built.
5719 (all-gcc): No need to do it here.
5720 * Makefile.in: Regenerate.
5721
27258dd4
PB
57222005-05-19 Paul Brook <paul@codesourcery.com>
5723
0e7ef45c 5724 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5725 language cannot be built.
5726 * configure: Regenerate.
5727
42ecbf5e
DJ
57282005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5729
5730 * ylwrap: Import from Automake 1.9.5.
5731
ae380b45
MS
57322005-05-04 Mike Stump <mrs@apple.com>
5733
5734 * configure.in: Always pass --target to target configures as
5735 otherwise rebuilds that do --recheck will fail.
811d3af8 5736 * configure: Rebuilt.
ae380b45 5737
d545f33b
PB
57382005-05-04 Paolo Bonzini <bonzini@gnu.org>
5739
5740 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5741 STAGE_HOST_EXPORTS.
5742 (configure, all): Add bootstrap support.
5743 (Host modules, target modules): Pass post-stage1 flags and exports.
5744 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5745 * Makefile.in: Regenerate.
5746
2faa2958
PB
57472005-04-29 Paolo Bonzini <bonzini@gnu.org>
5748
5749 Sync from gcc:
5750
5751 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5752
f7c83eac 5753 * config.sub: Update from master copy.
2faa2958
PB
5754
5755 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5756
f7c83eac
AS
5757 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5758 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5759 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5760 "*-*-elf" and "*-*-linux*".
5761 * configure: Regenerate.
2faa2958 5762
a7254363
PB
57632005-04-06 Paolo Bonzini <bonzini@gnu.org>
5764
f7c83eac 5765 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5766 (TARGET_CONFIGARGS): Include --with-target-subdir.
5767 (configure, all): New macros. Use them throughout.
5768
a8637a7d
PB
57692005-04-05 Paolo Bonzini <bonzini@gnu.org>
5770
5771 * Makefile.tpl: Sync with gcc.
5772 * Makefile.in: Regenerate.
5773
dd387d52
JR
57742005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5775
5776 * config/mh-mingw32: Delete.
5777 * configure.in: Don't use it.
5778 * configure: Regenerate.
5779
e90269c8
PB
57802005-03-31 Paolo Bonzini <bonzini@gnu.org>
5781
5782 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5783 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5784 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5785 (HOST_LIB_PATH): Generate from Makefile.def.
5786 (TARGET_LIB_PATH): Likewise.
5787 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5788 * Makefile.in: Regenerate.
5789 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5790 (RPATH_ENVVAR): Include Darwin case.
5791 * configure: Regenerate.
5792
9a237d9e
PB
57932005-03-25 Paolo Bonzini <bonzini@gnu.org>
5794
5795 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5796 * configure: Regenerate.
5797
479759c8
ZW
57982005-03-21 Zack Weinberg <zack@codesourcery.com>
5799
5800 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5801 gcc_version, and gcc_version_trigger from set of flags to pass.
5802 * Makefile.tpl: Remove definitions of above variables.
5803 (config.status): Remove dependency on $(gcc_version_trigger).
5804 * Makefile.in: Regenerate.
5805 * configure.in: Do not reference config/gcc-version.m4 nor
5806 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5807 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5808 * configure: Regenerate.
5809
4cfaf6d5
DD
58102005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5811 Andrew Pinski <pinskia@physics.uc.edu>
5812
5813 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5814 * Makefile.in: Regenerate.
5815
33a3fb7b
AO
58162005-03-01 Alexandre Oliva <aoliva@redhat.com>
5817
5818 PR libgcj/20160
5819 * ltmain.sh: Avoid creating archives with components that have
5820 duplicate basenames.
5821
2da12f12
PB
58222005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5823
479759c8
ZW
5824 PR bootstrap/20250
5825 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5826 instead of check.
5827 * Makefile.in: Regenerate.
2da12f12 5828
b00612cc
PB
58292005-02-28 Paolo Bonzini <bonzini@gnu.org>
5830
5831 Sync from gcc.
5832
5833 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5834
5835 PR bootstrap/17383
5836 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5837 * Makefile.tpl (HOST_SUBDIR): New substitution.
5838 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5839 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5840 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5841 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5842 (Host modules, Bootstrapped modules): Use it.
5843 (Build modules, Target modules): Do not create symlink trees,
5844 always configure out-of-srcdir.
5845 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5846 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5847 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5848 $(HOST_SUBDIR). Create a symlink for host_subdir.
5849
5850 * Makefile.in: Regenerate.
5851 * configure: Regenerate.
5852
5853 Merged from libada-gnattools-branch:
5854 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5855
5856 * Makefile.def: Add gnattools as a module, depending on target-libada.
5857 * Makefile.in: Regenerate.
5858 * configure.in: Include gnattools in host_tools; disable it if ada
5859 is disabled.
5860 * configure: Regenerate.
5861
c3e65f62
NC
58622005-02-23 Nick Clifton <nickc@redhat.com>
5863
5864 * configure: Regenerate.
5865
e4d180c2
NC
58662005-02-22 Paul Schlie <schlie@comcast.net>
5867
5868 * configure.in: Allow darwin targeted ports to build tk, itcl and
5869 libgui.
5870
e3c770b1
EB
58712005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5872
5873 PR libgcj/10353
5874 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5875 * configure: Regenerate.
5876
9c73618c
AC
58772005-02-08 Andrew Cagney <cagney@gnu.org>
5878
5879 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5880 gdb/ section. Update GDB's URL.
5881
c46f8c51
AC
58822005-01-31 Andrew Cagney <cagney@gnu.org>
5883
5884 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5885
c7e66c6d
HPN
58862005-01-29 Hans-Peter Nilsson <hp@axis.com>
5887
5888 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5889 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5890 target-libgloss when not *-*-elf and *-*-aout.
5891 * configure: Regenerate.
5892
a53bf506
AC
58932005-01-27 Andrew Cagney <cagney@gnu.org>
5894
5895 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5896
45181ed1
AC
58972005-01-24 Andrew Cagney <cagney@gnu.org>
5898
5899 * gettext.m4: Only fall back to ../intl/ when it's present.
5900
a1e0f4e4
KC
59012005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5902
5903 * install-sh, config.sub: Import from upstream.
5904
59052005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5906
5907 PR bootstrap/18222
5908 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5909 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5910 * Makefile.in: Regenerate.
5911
c50382e2
PB
59122005-01-03 Paolo Bonzini <bonzini@gnu.org>
5913
5914 Revert 2004-12-28 Makefile changes, a better fix will be
5915 applied to mainline and src after GCC 4.0 branches.
5916
11d07737
PB
59172004-12-28 Paolo Bonzini <bonzini@gnu.org>
5918
5919 PR bootstrap/17383
5920
5921 * Makefile.def (target_modules): Remove stage parameter,
5922 it is always true now.
5923 * Makefile.tpl (configure-build-[+module+],
5924 configure-target-[+module+]): Always build symlink tree
5925 for the directory and for include. BUILD_SUBDIR and
5926 TARGET_SUBDIR cannot be . anymore.
5927 * Makefile.in: Regenerate.
5928
dadfdbe2
DD
59292004-12-25 David Edelsohn <edelsohn@gnu.org>
5930
5931 Revert 2004-12-08 Makefile changes.
5932
dbf85af7
JR
59332004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5934
5935 * configure.in (sh64-*-*): Reenable gprof.
5936 * configure: Regenerate.
5937
6b8fea99
JB
59382004-12-09 Jim Blandy <jimb@redhat.com>
5939
5940 * MAINTAINERS: List 'depcomp' as part of automake.
5941
7341462c
DE
59422004-12-08 David Edelsohn <edelsohn@gnu.org>
5943
5944 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5945 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5946 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5947 * Makefile.in: Regenerate.
5948
21fde4dc
DD
59492004-12-07 Matt Kraai <kraai@ftbfs.org>
5950
5951 * Makefile.tpl: Generate normal dependencies if the LHS module is
5952 not bootstrapped.
5953 * Makefile.in: Regenerate.
5954
3da796a2
RS
59552004-12-03 Richard Sandiford <rsandifo@redhat.com>
5956
5957 * configure.in: Include config/gxx-include-dir.m4. Use
5958 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5959 * configure: Regenerate.
5960
73fb7068
RS
59612004-12-03 Richard Sandiford <rsandifo@redhat.com>
5962
5963 * config.if: Delete.
5964 * configure.in: Set libstdcxx_incdir directly.
5965 * configure: Regenerate.
5966 * MAINTAINERS: Remove mention of config.if.
5967 * src-release (DEVO_SUPPORT): Remove config.if.
5968
6c8e6ce9
EC
59692004-12-02 Eric Christopher <echristo@redhat.com>
5970
3b6098f8
EC
5971 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5972 of things to remove.
6c8e6ce9 5973 * Makefile.in: Regenerate.
479759c8 5974
b8658a2f
RS
59752004-12-02 Richard Sandiford <rsandifo@redhat.com>
5976
5977 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5978 * configure: Regenerate.
5979
afefada0
RS
59802004-12-02 Richard Sandiford <rsandifo@redhat.com>
5981
5982 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5983 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5984 * configure: Regenerate.
5985
5dcac624
DA
59862004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5987
5988 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5989 (hppa*64*-*-*): Delete incorrect comment.
5990 * configure: Rebuilt.
5991
57d1eb1a
DD
59922004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5993
5994 * install-sh, compile: Import from automake.
5995
59962004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5997
5998 * config.guess, config.sub: Import from savannnah.
5999
6d389afc
MS
60002004-11-12 Mike Stump <mrs@apple.com>
6001
6002 * Makefile.def: Add html support.
6003 * Makefile.tpl: Likewise.
6004 * Makefile.in: Regenerate.
6005
69e57115
GK
60062004-11-11 Geoffrey Keating <geoffk@apple.com>
6007
6008 PR 18423
6009 * configure.in: Remove all instances of build-fixincludes from
6010 noconfigdirs.
6011 (build_configargs): Supply --target to subdirectories.
6012 * configure: Regenerate.
6013
6014 * Makefile.def: Make gcc install depend on fixincludes install.
6015 * Makefile.in: Regenerate.
6016
ba719b26
HPN
60172004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6018
6019 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6020 target-libgfortran.
6021 * configure: Regenerate.
6022
c37653e7
DE
60232004-11-07 David Edelsohn <edelsohn@gnu.org>
6024
6025 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6026 like CC.
6027
1eefd493
PB
60282004-11-05 Paolo Bonzini <bonzini@gnu.org>
6029
6030 * Makefile.def (host fixincludes): Specify missing targets.
6031 * Makefile.in: Regenerate.
6032
02b1af09
L
60332004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6034
6035 PR other/17783
6036 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6037 * configure: Regenerated.
6038
7f266840
DJ
60392004-11-04 Daniel Jacobowitz <dan@debian.org>
6040
6041 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6042 * configure: Regenerated.
6043
47444073
AL
60442004-10-28 Eric B. Weddington <ericw@evcohs.com>
6045
6046 PR target/18151
6047 * configure.in (case ${target}): Do not build fixincludes for avr.
6048 * configure: Regenerated.
6049
caeba88f
AL
60502004-10-26 Paolo Bonzini <bonzini@gnu.org>
6051
6052 * configure.in (case ${target}): Do not build fixincludes
6053 on platforms where it is not used.
6054 * configure: Regenerated.
6055
0fdbe983
DJ
60562004-10-23 Daniel Jacobowitz <dan@debian.org>
6057
6058 * configure.in: Use an absolute path to install-sh.
6059 * configure: Regenerated.
6060
1c0f67c1
AC
60612004-10-19 Andrew Cagney <cagney@gnu.org>
6062
6063 * src-release (do-djunpack, do-md5sum): Install the generated file
6064 directly into the proto-toplev/ directory.
479759c8 6065
a9cfce9c
AC
60662004-10-19 Andrew Cagney <cagney@gnu.org>
6067
6068 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6069
ac0fa625
DD
60702004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6071
6072 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6073 * configure: Regenerate.
6074
d27cc32e
PB
60752004-10-06 Paolo Bonzini <bonzini@gnu.org>
6076
6077 Fix wrong conflict resolution in:
6078
6079 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6080
6081 * Makefile.in: Regenerate.
6082 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6083 in the recursive `make', instead of hardwiring `all'.
6084 (Autogenerated TARGET-* variables): New.
6085
1763908f
UW
60862004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6087
6088 Merged from GCC / libtool upstream:
6089 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6090 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6091 * ltcf-cxx.sh (tpf*): Likewise.
6092 * ltconfig (tpf*): Add TPF OS configuration support.
6093
0490e016
NC
60942004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6095
6096 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6097 * configure: Regenerate.
0490e016 6098
32be62b5
RS
60992004-09-24 Michael Roth <mroth@nessie.de>
6100
6101 * configure.in (--without-headers): Add missing double quotes.
6102 * configure: Regenerate.
6103
6048df60
DD
61042004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6105
6106 * ylwrap: Revert to previous version.
6107
315b3b02
L
61082004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6109
6048df60 6110 PR bootstrap/17369
315b3b02
L
6111 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6112 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6113 SET_GCC_LIB_PATH_CMD.
6114 (BASE_TARGET_EXPORTS): Likewise.
6115 * Makefile.in: Regenerated.
6116
6117 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6118 * configure: Regenerated.
6119
fe69863c
DD
61202004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6121
6122 * config.guess: New upstream version
6123 * compile, depcomp, install-sh, ylwrap: Likewise.
6124
61252004-09-19 Roger Sayle <roger@eyesopen.com>
6126
6127 * config/mh-x86omitfp: New host makefile fragment. Add
6128 -fomit-frame-pointer to the default BOOT_CFLAGS.
6129 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6130 * configure: Regenerate.
6131
61322004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6133
6134 PR target/11572
6135 * configure.in (*-*-darwin*): Renable libobjc.
6136 * configure: Regenerate.
6137
be75bbe1 61382004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6139
be75bbe1
DB
6140 * Makefile.def: Remove libbanshee.
6141 * Makefile.tpl: Ditto.
6142 * configure.in: Ditto.
6143 * Makefile.in: Regen.
6144 * configure: Ditto.
6145
1b882a91
PB
61462004-09-07 Paolo Bonzini <bonzini@gnu.org>
6147
6148 * missing: Import latest version from master repository.
6149
eb1352ed
NC
61502004-09-04 Nick Clifton <nickc@redhat.com>
6151
6152 * config.sub: Import latest version from master repository.
6153 * config.guess: Likewise.
6154 This includes these changes:
479759c8 6155
eb1352ed
NC
6156 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6157
6158 * config.sub: Handle crisv32, alias etraxfs.
6159 * config.guess (crisv32:Linux:*:*): Handle.
6160
6161 2004-08-13 Brad Smith <brad@comstyle.com>
6162
6163 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6164 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6165
6166 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6167
6168 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6169 assume the processor is a powerpc. This is because coreutils
6170 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6171 in this case, due to a MacOS X bug that causes
6172 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6173 to return a negative number.
6174 Problem reported by Petter Reinholdtsen in:
6175 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6176
6177 2004-07-19 Ben Elliston <bje@gnu.org>
6178
6179 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6180
6181 2004-06-24 Ben Elliston <bje@gnu.org>
6182
6183 * config.guess: Update copyright years.
6184 * config.sub: Likewise.
6185
6186 2004-06-22 Robert Millan <robertmh@gnu.org>
6187
6188 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6189 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6190
6191 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6192
6193 * config.guess (*:*VMS:*:*): New entry. Replaces
6194 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6195 manufacturer.
6196
6197 2004-06-22 Ben Elliston <bje@gnu.org>
6198
6199 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6200 * config.sub: Likewise.
6201
6202 2004-06-22 Ben Elliston <bje@gnu.org>
6203
6204 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6205 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6206
6207 2004-06-11 Ben Elliston <bje@gnu.org>
6208
6209 * config.guess (pegasos:OpenBSD:*:*): Remove.
6210
6211 2004-06-11 Ben Elliston <bje@gnu.org>
6212
6213 From Wouter Verhelst <wouter@grep.be>:
6214 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6215
6216 2004-06-11 Ben Elliston <bje@gnu.org>
6217
6218 * config.guess (luna88k:OpenBSD:*:*): New.
6219
6220 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6221
6222 * config.guess (m32r*:Linux:*:*): New case.
6223 * config.sub: Handle m32rle.
6224
6225 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6226
6227 From Jens Petersen <petersen@redhat.com>:
6228 * config.sub: Handle sparcv8.
6229
6230 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6231
6232 From Tom Smith <smith@cag.lkg.hp.com>:
6233 * config.guess: Version suffixes are equally significant on Tru64
6234 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6235 prefix of "P" (patched kernel).
6236
6237 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6238
6239 * config.sub: Add support for National Semiconductor CRX target.
6240
2a3124ca 62412004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6242
2a3124ca
RH
6243 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6244 *-*-netware, but add target-libmudflap.
6245 Consolidate *-*-netware targets (of which really only i?86 exists)
6246 into a single entry.
6247 * configure: Likewise.
6248
0df3d27f
PB
62492004-09-01 Paolo Bonzini <bonzini@gnu.org>
6250
6251 * Makefile.tpl (sorry): Remove.
6252 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6253 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6254 (do-clean): Clean per-stage directories too.
6255 (do-distclean): Run distclean-stage1 too.
6256 (.NOTPARALLEL): Enable during toplevel bootstrap.
6257 (stage[+id+]-bubble): Enable parallel execution during
6258 the recursive invocation.
6259 * Makefile.in: Regenerate.
6260
6261 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6262
6263 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6264
6265 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6266 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6267 * configure: regenerate
479759c8
ZW
6268 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6269 -mdynamic-no-pic
0df3d27f
PB
6270
62712004-08-31 Paolo Bonzini <bonzini@gnu.org>
6272
6273 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6274 include.
6275 * configure.in: Fix indentation.
6276 * configure: Regenerate.
6277
ee025550
PB
62782004-08-31 Paolo Bonzini <bonzini@gnu.org>
6279
6280 * Makefile.def (build_modules): Add fixincludes.
6281 (dependencies): Make gcc depend on fixincludes.
6282 * configure.in (build_tools): Add fixincludes.
6283 (build_configdirs): Always include build_libs.
6284 * Makefile.in: Regenerate.
6285 * configure: Regenerate.
6286
62872004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6288
6289 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6290 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6291 phony targets; do not generate timestamp files.
6292 (distclean-stageN): Remove references to their timestamp files.
6293 (restageN, touch-stageN): Remove.
6294 (stageN-bubble): Rewritten.
6295 (compare): Support lean bootstraps.
6296 * Makefile.in: Regenerate.
6297
6298 * configure.in: Only warn when bootstrapping but
6299 build != host or build != target. Support lean bootstraps.
6300 * configure: Regenerate.
6301
6302 Sync from gcc:
6303 2004-08-26 Phil Edwards <phil@codesourcery.com>
6304
6305 * configure.in: Give a better error message if GMP/MPFR are missing
6306 and a language needing them has been requested.
6307 * configure: Regenerated.
6308
6309 2004-08-25 Phil Edwards <phil@codesourcery.com>
6310
6311 * configure.in: Print a list of available language front-ends if
6312 a requested one is missing. Tidy stray tab characters.
6313 * configure: Regenerated.
6314
72b2455a
PB
63152004-08-17 Paolo Bonzini <bonzini@gnu.org>
6316
6317 * Makefile.in: Regenerate.
6318 * configure: Regenerate.
6319
6320 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6321 stage_*_flags.
6322 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6323 for bootstrapped modules if toplevel bootstrap is going.
6324 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6325 modules. Adjust for changes in Makefile.def. Enable several
6326 rules even in non-bootstrap mode, just to avoid peppering the
6327 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6328 (stage-[+prev+]-bubble): Remove.
6329
6330 * Makefile.def (Dependencies): Depend on all-build-bison,
6331 all-build-flex, all-build-byacc, all-build-texinfo, rather
6332 than the host variations.
6333 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6334 with BUILD_SUBDIR.
6335 (BISON): Update for recent Bisons.
6336 (YACC): Fix typo.
6337 (cross): Depend on all-build.
6338 (all): Do not depend on all-build.
6339 (prebootstrap): Remove.
6340 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6341 (Prebootstrap dependencies): Add them to the per-stage targets
6342 and to all-prebootstrap.
6343 * configure.in (build_configdirs): Always enable build_tools.
6344 (BUILD_DIR_PREFIX): Remove.
6345
6346 * Makefile.def (gcc): Add target variable.
6347 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6348 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6349 in the recursive `make', instead of hardwiring `all'.
6350 (Autogenerated TARGET-* variables): New.
6351
de0b4a87
JW
63522004-08-17 Robert Millan <robertmh@gnu.org>
6353
6354 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6355 (instead of FreeBSD).
6356 * configure: Regenerate.
6357
ad681c85
NN
63582004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6359
675c6968
NN
6360 * Makefile.def, configure.in, src-release: Remove useless, bogus
6361 references to tix.
6362 * Makefile.in, configure: Regenerate.
6363
ad681c85
NN
6364 * src-release: Stop distributing mmalloc with gdb (which doesn't
6365 use it).
6366 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6367 * Makefile.in: Regenerate.
6368
11b04d1f
DD
63692004-08-09 Mark Mitchell <mark@codesourcery.com>
6370
6371 * configure.in (arm*-*-eabi*): New target.
6372 * configure: Regenerate.
6373
f2420bea
NN
63742004-08-01 Robert Millan <robertmh@gnu.org>
6375
6376 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6377 libmudflap for all GNU-based systems (with Glibc).
6378 * configure: Regenerate.
6379
9e6ce191
PB
63802004-08-06 Paolo Bonzini <bonzini@gnu.org>
6381
6382 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6383 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6384 (Dependencies): New section.
6385 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6386 (configure-target-[+module+]): Depend on maybe-all-gcc
6387 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6388 (toplevel profiledbootstrap): Fix dependencies.
6389 * Makefile.in: Regenerate.
6390
df4a6958
MM
63912004-08-03 Mark Mitchell <mark@codesourcery.com>
6392
6393 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6394 target-libiberty to noconfigdirs.
6395
11b04d1f
DD
63962004-08-03 Paul Brook <paul@codesourcery.com>
6397
6398 * configure.in: Check for MPFR as well as GMP.
6399 * configure: Regenerate.
6400
b813574b
PB
64012004-08-03 Paolo Bonzini <bonzini@gnu.org>
6402
6403 * Makefile.def (host-modules): Add gcc.
6404 * Makefile.in: Regenerate.
6405 * Makefile.tpl (sorry): New rule.
6406 (configure-host, all-host, [+make_target+]-host, do-check,
6407 install-host): Do not add gcc as a special case.
6408 (host modules): Add a small special-casing for gcc. Export
6409 extra_make_flags through the environment.
6410 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6411 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6412 other recursive targets for gcc): Remove.
6413
6414 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6415 (stage, unstage): New rules.
6416 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6417 distclean-stage[+id+]): Use stage_current.
6418 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6419 the stage*-start rules.
6420
61edac0c
JW
64212004-07-19 Robert Millan <robertmh@gnu.org>
6422
6423 Synced from gcc:
6424
6425 2004-04-26 Robert Millan <robertmh@gnu.org>
6426
6427 Add patches from libtool CVS.
6428 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6429 * ltconfig: Likewise.
6430 * ltcf-c.sh: Likewise.
6431 * ltcf-cxx.sh: Likewise.
6432 * ltcf-gcj.sh: Likewise.
6433
3e707e94
PB
64342004-07-12 Paolo Bonzini <bonzini@gnu.org>
6435
6436 * configure.in: Add noconfigdirs for crx-*-*.
6437 * configure: Regenerate.
6438
64392004-07-12 Paolo Bonzini <bonzini@gnu.org>
6440
6441 Synced from gcc:
6442
6443 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6444
6445 * configure.in: Build libmudflap by default on FreeBSD.
6446 * configure: Regenerated.
6447
6448 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6449
6450 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6451 systems.
6452 * configure: Regenerated.
6453
6454 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6455
6456 PR target/16344
6457 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6458 feedback based compiler.
6459 * Makefile.in: Rebuilt.
6460
6461 2004-07-05 Phil Edwards <phil@codesourcery.com>
6462
6463 * configure.in: Do not prepend $srcdir to /dev/null in
6464 makefile fragments.
6465 * configure: Regenerate.
6466
a7ee7660
AO
64672004-07-08 Alexandre Oliva <aoliva@redhat.com>
6468
6469 * Makefile.def (host_modules): Set bootstrap=true for flex.
6470 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6471 * Makefile.in: Rebuilt.
6472
6a9cf61e
PB
64732004-07-01 Paolo Bonzini <bonzini@gnu.org>
6474
6475 * Makefile.def (build_modules): Add bison, byacc, flex,
6476 m4, texinfo.
6477 (flags_to_pass): Add FLEX.
6478 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6479 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6480 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6481 DEFAULT_MAKEINFO): Remove.
6482 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6483 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6484 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6485 objdir or else use configured tool.
6486 (all-build): New.
6487 (all): Depend on it.
6488 (Build module dependencies): Add.
6489 * Makefile.in: Regenerate.
6490 * configure.in: Better support for multiple build modules,
6491 matching what is done for host/target modules. Do not look
6492 for "plausible" locations of build tools if Canadian cross.
6493 Use autoconf's AC_PROG_CC to find a C compiler. Define
6494 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6495 * configure: Regenerate.
6496
95b6a1f2
PB
64972004-06-22 Paolo Bonzini <bonzini@gnu.org>
6498
6499 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6500 * Makefile.in: Regenerate.
6501
7ffa0b57
PB
65022004-06-22 Paolo Bonzini <bonzini@gnu.org>
6503
6504 * Makefile.tpl (configure-build-[+module+],
6505 configure-[+module+], configure-target-[+module+]): Pass
6506 [+extra_configure_args+].
6507 (all-build-[+module+], all-[+module+], check-[+module+],
6508 install-[+module+], [+make_target+]-[+module+],
6509 all-target-[+module+], check-target-[+module+],
6510 install-target-[+module+], [+make_target+]-target-[+module+]):
6511 Pass [+extra_make_args+].
6512 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6513 (GCC_HOST_EXPORTS): Remove.
6514 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6515 cross, check-gcc, check-gcc-c++, install-gcc,
6516 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6517 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6518 * Makefile.in: Regenerate.
6519
929ba6e7
CF
65202004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6521
6522 * configure.in: Check for srcdir/winsup rather than build directory
6523 winsup.
6524 * configure: Regenerate.
6525
b76d7de0
CV
65262004-06-17 Corinna Vinschen <vinschen@redhat.com>
6527
6528 * configure.in: Don't build Cygwin native newlib if winsup
6529 directory is missing. Emit warning instead.
6530 * configure: Regenerate.
6531
656fdd47
PB
65322004-06-09 Paolo Bonzini <bonzini@gnu.org>
6533
6534 * Makefile.tpl (touch-stage[+id+]): New.
6535 (restage[+prev+]): Depend on touch-stage[+id+].
6536
6537 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6538 Use it throughout.
6539
6540 * Makefile.def: Add profile and feedback bootstrap stages.
6541 Remove next field from bootstrap stages.
6542 * Makefile.tpl (LN, LN_S): Substitute.
6543 (stageN-start, stageN-end): Use double-colon rules, to
6544 provide a hook for additional setup commands.
6545 (distclean-stageN-gcc, restageN): Create dependencies from
6546 [+prev+], not from [+next+].
6547 (stageN-bubble): Add commands for successive stages from
6548 [+prev+], using double-colon rules.
6549 (all-stageN-gcc): Fix typo.
6550 (stagefeedback-start, profiledbootstrap): New.
6551 * Makefile.in: Regenerate.
6552 * configure.in: Call ACX_PROG_LN.
6553 * configure: Regenerate.
6554
498d4a71
CF
65552004-06-03 Paolo Bonzini <bonzini@gnu.org>
6556
6557 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6558 without gcc.
6559 * configure: Regenerate.
6560
377d8c42
PB
65612004-06-01 Paolo Bonzini <bonzini@gnu.org>
6562
6563 * Makefile.tpl: Fix typo.
6564 * Makefile.in: Regenerate.
6565
f5f8a794
PB
65662004-06-01 Paolo Bonzini <bonzini@gnu.org>
6567
6568 * configure.in: Remove new- prefix from toplevel
6569 bootstrap targets.
6570 * configure: Regenerate.
6571
f7a4c34f
PB
65722004-06-01 Paolo Bonzini <bonzini@gnu.org>
6573
6574 Merge this patch from the gcc tree:
6575
6576 2004-05-30 Andreas Jaeger <aj@suse.de>
6577 Jim Wilson <wilson@specifixinc.com>
6578
6579 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6580 like CC.
6581
319cab08
PB
65822004-06-01 Paolo Bonzini <bonzini@gnu.org>
6583
6584 * Makefile.tpl (all.normal): Rename to all.
6585 (all): Replace with a rule to pick the default
6586 target from configure.
6587 (all-gcc, configure-gcc): Use conditionals to
6588 do nothing when toplevel bootstrap is going on.
6589 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6590 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6591 * configure.in: Support --enable-bootstrap.
6592
6593 * Makefile.def: Remove new- prefix from toplevel
6594 bootstrap targets.
6595 * Makefile.tpl: Likewise.
6596
6597 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6598 target.
6599
6600 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6601 $(RECURSE_FLAGS) to recursive invocation of make.
6602
6603 * Makefile.in: Regenerate.
6604 * configure: Regenerate.
6605
88f64edc
DJ
66062004-05-27 Daniel Jacobowitz <dan@debian.org>
6607
6608 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6609 * configure: Regenerate.
6610
378fce5b
DD
66112004-05-25 Daniel Jacobowitz <drow@false.org>
6612
6613 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6614 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6615 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6616 targets.
6617 * Makefile.in: Regenerate.
6618
dfdffa2c
PB
66192005-05-24 Paolo Bonzini <bonzini@gnu.org>
6620
6621 * configure.in: Test the ability to symlink directories.
6622 * configure: Regenerate.
6623
6624 * Makefile.def (bootstrap-stage): New definitions.
6625 * Makefile.tpl (configure-stage1-gcc,
6626 configure-stage2-gcc, configure-stage3-gcc,
6627 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6628 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6629 new-restage3, compare): Autogenerate, see Makefile.in
6630 entry for behavioral changes.
6631 (distclean-stage1, new-stage1-start, new-stage1-end,
6632 new-stage1-bubble, distclean-stage2, new-stage2-start,
6633 new-stage2-end, new-stage2-bubble, distclean-stage3,
6634 new-stage3-start, new-stage3-end): New autogenerated targets.
6635 (objext, prebootstrap, BOOT_CFLAGS,
6636 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6637 targets.
6638
6639 * Makefile.in: Regenerate.
6640 (distclean-stage1, new-stage1-start, new-stage1-end,
6641 new-stage1-bubble, distclean-stage2, new-stage2-start,
6642 new-stage2-end, new-stage2-bubble, distclean-stage3,
6643 new-stage3-start, new-stage3-end): New targets.
6644 (all-stage1-gcc): Move prebootstrap dependency from here...
6645 (configure-stage1-gcc): ...to here.
6646 (new-bootstrap): Use bubble targets.
6647 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6648 Use per-stage distclean targets.
6649 (configure-stage1-gcc, configure-stage2-gcc,
6650 configure-stage3-gcc, all-stage1-gcc,
6651 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6652 Use new-stageN-start to prepare the tree.
6653
04cf1b77
PB
66542004-05-23 Paolo Bonzini <bonzini@gnu.org>
6655
6656 * Makefile.def (host_modules): add libcpp.
6657 * Makefile.tpl: Add dependencies on and for libcpp.
6658 * Makefile.in: Regenerate.
6659 * configure.in: Add libcpp host module.
6660 * configure: Regenerate.
6661
80b200a1
ZW
66622004-05-17 Zack Weinberg <zack@codesourcery.com>
6663
6664 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6665 of libf2c.
6666 * configure, Makefile.in: Regenerate.
6667
4b1cb4fe
DD
66682004-05-13 Diego Novillo <dnovillo@redhat.com>
6669
6670 Merge from tree-ssa-20020619-branch.
6671
6672 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6673 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6674 (HOST_GMPLIBS): Define.
6675 (HOST_GMPINC): Define.
6676 (TARGET_LIB_PATH): Add libmudflap.
6677 (GFORTRAN_FOR_TARGET): Define.
6678 (configure-build*): Export GFORTRAN.
6679 (configure-gcc): Export GMPLIBS and GMPINC.
6680 (all-gcc): Add maybe-all-libbanshee.
6681 (configure-target-libgfortran): Define.
6682 * Makefile.in: Regenerate.
6683 * configure.in (host_libs): Add libbanshee.
6684 (target_libraries): Add target-libmudflap and target-libgfortran.
6685 Add --with-libbanshee.
6686 Handle --disable-libmudflap.
6687 (*-*-freebsd*): Use with_gmp.
6688 Add $(libgcj) to noconfigdirs.
6689 * configure: Regenerate.
6690 * depcomp: New file.
6691 * MAINTAINERS: Add tree-ssa maintainers.
6692
66932004-04-28 Paolo Bonzini <bonzini@gnu.org>
6694
6695 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6696 * configure: Regenerate.
6697
b8908782
DD
66982004-04-27 Paolo Bonzini <bonzini@gnu.org>
6699
6700 Revert:
6701 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6702
6703 * Makefile.def (flags_to_pass): Remove *dir variables that
6704 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6705 as well as prefix and exec_prefix.
6706 * Makefile.in: Regenerate.
6707
67082004-04-26 Paolo Bonzini <bonzini@gnu.org>
6709
6710 * Makefile.def (host_modules): Mark with the bootstrap
6711 flag packages on which gcc depends.
6712 * Makefile.tpl (all-bootstrap): Use it.
6713 * Makefile.in: Regenerate.
6714
67152004-04-26 Paolo Bonzini <bonzini@gnu.org>
6716
6717 * Makefile.def (flags_to_pass): Remove *dir variables that
6718 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6719 as well as prefix and exec_prefix.
6720 * Makefile.in: Regenerate.
6721
67222004-04-26 Paolo Bonzini <bonzini@gnu.org>
6723
80b200a1
ZW
6724 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6725 * configure: Regenerate.
6726 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6727 * gcc/Makefile.tpl (compare): Use the result of the test.
6728 * gcc/Makefile.in: Regenerate.
b8908782
DD
6729
67302004-04-23 Paolo Bonzini <bonzini@gnu.org>
6731
6732 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6733 Always relocate gcc and prev-gcc to the original names, even
6734 if the build fails.
6735 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6736 New targets.
6737
0f260896
RO
67382004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6739
6740 * configure.in (mips*-*-irix5*): Enable ld.
6741 * configure: Regenerate.
6742
51860f05
JW
67432004-04-15 James E Wilson <wilson@specifixinc.com>
6744
6745 * Makefile.tpl (configure-[+module+], configure-gcc,
6746 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6747 Set and export LDFLAGS.
6748 * Makefile.in: Regenerate.
6749
54752a6b
NN
67502004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6751
6752 PR bootstrap/14871
6753 * Makefile.tpl: If we don't have built-in-tree target tools,
6754 use the ones found by configure rather than hacking around with
6755 program_transform_name.
6756 * configure.in: Give Makefile.tpl the information necessary
6757 to do that.
6758 * Makefile.in: Regenerate.
6759 * configure: Regenerate.
6760
67612004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6762
6763 PR bootstrap/14760
6764 * configure.in: When computing baseargs, strip *all* copies of
6765 offending options. Also, don't match/substitute the trailing space,
6766 so that this actually works when two similar options are separated by
6767 only one space.
6768 * configure: Regenerate.
6769
67702004-04-06 David Edelsohn <edelsohn@gnu.org>
6771
80b200a1
ZW
6772 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6773 (rs6000-*-aix*): Same.
6774 * configure: Regenerate.
54752a6b 6775
5e2b61fb
SS
67762004-03-25 Stan Shebs <shebs@apple.com>
6777
6778 Remove MPW support, no longer used.
6779 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6780 mpw-install: Remove files.
6781 * src-release (DEVO_SUPPORT): Remove names of removed files.
6782 * MAINTAINERS: Likewise.
6783
1a6f2dc7
NN
67842004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6785
a0049f1b
NN
6786 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6787 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6788 * Makefile.in: Regenerate.
6789
1a6f2dc7
NN
6790 * configure.in (top level bootstrap support): Rework --enable-werror
6791 to set @stage2_werror_flag@.
6792 * configure: Regenerate.
6793 * Makefile.tpl (top level bootstrap support): Pass
6794 @stage2_werror_flag@ down to configure in stages 2 and 3.
6795 * Makefile.in: Regenerate.
6796
920e3419
NN
67972004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6798
6799 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6800 for stages 2 and 3 as well as in make. As a consequence, remove
6801 OUTPUT_OPTION (now detected by configure) from the flags passed down
6802 to make.
6803 * Makefile.in: Regenerate.
6804
6805 * Makefile.tpl (new-bootstrap): Fix typo.
6806 * Makefile.in: Regenerate.
6807
4fa63067
NN
68082004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * Makefile.tpl: Rearrange by moving recursive_targets rules
6811 into their proper sections.
6812 * Makefile.tpl (top level bootstrap support): Move disabling
6813 of coverage flags from 'make' to 'configure'; improve comments.
6814 * Makefile.in: Regenerate.
6815
6816 * Makefile.tpl (experimental top level bootstrap) Move stage1
6817 language setting from all- target to configure- target; disable
6818 intermodule optimization in stage 1; prevent gratuitous rebuilds
6819 of stage 1.
6820 * Makefile.in: Regenerate.
6821 * configure.in: Comma-separate stage 1 language list for top
6822 level bootstrap.
6823 * configure: Regenerate.
6824
6825 * Makefile.tpl: Clean up experimental top level bootstrap support:
6826 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6827 prev-gcc in configure- targets as well as all- targets.
6828 * Makefile.in: Regenerate.
6829
fb8a10fd
NN
68302004-03-17 Paolo Bonzini <bonzini@gnu.org>
6831
6832 * configure.in: Remove symbolic link section.
6833 * configure: Regenerate.
6834 * Makefile.tpl (links): Remove.
6835 * Makefile.in: Regenerate.
6836
947f426e 68372004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6838 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6839
6840 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6841 Set with AC_CHECK_PROGS.
947f426e
NN
6842 * configure.in: Fix comment typo from last patch.
6843 * configure: Regenerate.
6844
1d39f329
NN
68452004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6846
6847 * Makefile.tpl: Introduce experimental top level bootstrap support.
6848 * Makefile.in: Regenerate.
6849 * configure.in: Introduce support for top level bootstrap.
6850 * configure: Regenerate.
6851
4b0ac75d 68522004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6853 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6854
6855 PR bootstrap/14522
6856 * configure.in: Cope with shells that do not support unquoted ^
6857 * configure: Regenerate.
6858
2e70b094 68592004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6860 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6861
6862 PR bootstrap/14522
6863 * configure.in: Cope with shell that do not support nesting
6864 quotes inside quoted backquote substitutions.
6865 * configure: Regenerate.
6866
68672004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6868
6869 PR bootstrap/14522
6870 * configure.in: Fix escaping of $.
6871 * configure: Regenerate.
6872
9e07f89d
NN
68732004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 * configure: Regenerate.
6876
68772004-03-08 Paolo Bonzini <bonzini@gnu.org>
6878
6879 PR ada/14131
6880 Move language detection to the top level.
6881 * configure.in: Find default values for the tools as
6882 soon as possible. Disable ada if GNAT is not found.
6883 Emit error message about missing languages. Expand
6884 --enable-languages=all for the gcc subdirectory.
6885
1712ab83
RS
68862004-03-01 Richard Sandiford <rsandifo@redhat.com>
6887
6888 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6889 and disable libgcj.
6890 * configure: Regenerated.
6891
3dee29da
NN
68922004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6893
6894 PR bootstrap/7087
6895 * Makefile.tpl: Guard XFOO sed statements better.
6896 * Makefile.tpl: Add dependency for configure-target-libada.
6897 * Makefile.in: Regenerate (incidentally fixes broken
6898 commit when libada-branch was merged).
6899
0558264b
AC
69002004-02-28 Andrew Cagney <cagney@redhat.com>
6901
6902 * src-release (CVS_NAMES): Define.
6903 (do-tar, do-tar): Prune $(CVS_NAMES).
6904
c38f9803
AC
69052004-02-23 Andrew Cagney <cagney@redhat.com>
6906
6907 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6908 2004-02-19.09.
6909
55636792
NN
69102004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6911
6912 PR bootstrap/11932
6913 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6914
1e600082
AC
69152004-02-19 Andrew Cagney <cagney@redhat.com>
6916
6917 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6918 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6919
3769cd82
DD
69202004-02-11 David Edelsohn <edelsohn@gnu.org>
6921
6922 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6923 (rs6000-*-aix*): Same.
6924 * configure: Regenerate.
6925
a92834c8
DD
69262004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6927
6928 * configure.in (host): Add in missing $noconfigdirs to defines.
6929 * configure: Regenerate.
6930
a2592b1b
DD
69312004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6932 Nathanael Nerode <neroden@gcc.gnu.org>
6933
6934 PR ada/6637, PR ada/5911
80b200a1 6935 Merge with libada-branch:
a2592b1b
DD
6936 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6937 with appropriate dependencies. Add --enable-libada configure switch.
6938 * configure, Makefile.in: Regenerate.
6939
e31d1ea3
DD
69402004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6941
6942 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6943 * configure: Regenerate.
6944
db85f5c0
JJ
69452004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6946
6947 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6948
fc434214
DD
69492004-01-23 DJ Delorie <dj@redhat.com>
6950
6951 * Makefile.def (target_modules) [libiberty]: Don't stage.
6952 * Makefile.in: Rebuilt.
6953
ad445c2c 69542004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6955
ad445c2c
JJ
6956 * COPYING.NEWLIB: Update to include copyrights for new
6957 iconv code.
6958
72bbedde
AC
69592004-01-15 Andrew Cagney <cagney@redhat.com>
6960
6961 * src-release: Update copyright year.
6962 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6963 (NEWLIB_SUPPORT_DIRS): Delete macro.
6964 (newlib.tar.bz2): Delete rule.
6965
a6d6062d
DD
69662004-01-14 Loren J. Rittle <ljrittle@acm.org>
6967
6968 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6969 * Makefile.tpl (configure-target-[+module+]): Support stage.
6970 * Makefile.in: Rebuilt.
6971
f8b73030
MR
69722003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6973
6974 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6975 throughout.
6976
aff0e9df
NN
69772004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6978
bb5dca17
NN
6979 * configure.in: Use ./config.cache, not config.cache.
6980 * configure: Regenerate.
6981 * Makefile.tpl: Special-casing not needed for GCC any more.
6982 * Makefile.in: Regenerate.
6983
82252c06
NN
6984 * configure.in: Don't share a cache file for host dirs.
6985 * configure: Regenerate.
6986
aff0e9df
NN
6987 * config-ml.in: Don't mess with the cache file.
6988
95036d20
NN
69892004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6990
ac7b618e
NN
6991 * Makefile.tpl: Make GCC use a separate config.cache.
6992 * Makefile.in: Regenerate.
6993
95036d20
NN
6994 PR bootstrap/11932, PR bootstrap/11933
6995 (I don't know if it will fix either of them, but it relates
6996 to them.)
6997 * configure.in: Don't use shared config.cache for target
6998 directories.
6999 * configure: Regenerate.
7000
08c1856b
DD
70012003-12-31 Roger Sayle <roger@eyesopen.com>
7002
7003 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7004 * configure: Regenerated.
7005
c1968181 70062003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 7007
9eb322aa
MF
7008 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7009 * configure: Regenerated.
c1968181 7010
10ecffb9
NN
70112003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 Port change over from GCC:
7014 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7015 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7016 (configure-build-[+module+], configure-[+module+]): Likewise.
7017 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7018 * Makefile.in: Regenerate.
7019
f2ab5990
TF
70202003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7021
7022 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7023 * configure: Regenerate.
7024
41a7d11a
JJ
70252003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7026
80b200a1 7027 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
7028 stdlib.
7029
d9441a1f
DD
70302003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7031
7032 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7033 * Makefile.in: Regenerate.
7034
3a48a978
DD
70352003-10-20 Phil Edwards <phil@codesourcery.com>
7036
7037 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7038 * configure: Regenerate.
7039
f0b24077
NN
70402003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7041
7042 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7043 HOST_FLAGS_TO_PASS.
7044 * Makefile.in: Regenerate.
7045
5fbad20a
DD
70462003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7047
7048 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7049 * configure: Rebuilt
7050 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7051 * Makefile.in: Rebuilt
7052
78be4155
L
70532003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7054
7055 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7056
051fcc7a
L
70572003-10-01 Phil Edwards <pme@gcc.gnu.org>
7058
7059 * config-ml.in: Use ac_configure_args directly instead of
7060 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7061 actually seen.
7062
70632003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7064
7065 * config-ml.in: Propagate INSTALL variables.
7066
f27d4f92
DJ
70672003-09-21 Daniel Jacobowitz <drow@mvista.com>
7068
7069 * configure.in: Pass a computed --program-transform-name
7070 to subconfigures.
7071 * configure: Regenerated.
7072
cae4d560
NN
70732003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7074
7075 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7076 * Makefile.in: Regenerate.
7077
7078 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7079 * Makefile.in: Regenerate.
7080
8ff944f6
DJ
70812003-09-17 Daniel Jacobowitz <drow@mvista.com>
7082
7083 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7084 quoting.
7085 * configure: Regenerated.
7086
d9a35680
MC
70872003-09-12 Michael Chastain <mec@shout.net>
7088
7089 Fix PR gdb/857.
7090 * src-release (do-proto-topleve): Remove junk files
7091 intl/config.cache, intl/config.status,
7092 intl/config.h, intl/stamp-h.
7093
710068b9
AC
70942003-09-14 Andrew Cagney <cagney@redhat.com>
7095
7096 * src-release (dejagnu.tar): New target.
7097 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7098 (do-djunpack): Use $(PACKAGE) for the package name.
7099
e1008165
DD
71002003-09-04 DJ Delorie <dj@redhat.com>
7101
7102 * configure: Regenerate.
7103
21998d12
NC
71042003-09-04 Robert Millan <robertmh@gnu.org>
7105
7106 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7107
ccca4bb3
DD
71082003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7109
7110 * configure.in: Ensure arguments to sed are properly spaced.
7111 * configure: Regenerate.
7112
ee949b5e
DJ
71132003-08-28 Daniel Jacobowitz <drow@mvista.com>
7114
7115 Merge from gcc:
7116 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7117 * install-sh: Update to newer upstream versions (associated with
7118 aclocal 1.7).
7119 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7120
75addda2
DJ
71212003-08-27 Daniel Jacobowitz <drow@mvista.com>
7122
7123 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7124 * configure: Regenerated.
7125
8d2877d8
NN
71262003-08-23 Phil Edwards <pme@gcc.gnu.org>
7127
7128 * configure.in: Use newline instead of semicolon when assuming
7129 shell arguments in a for loop.
7130 * configure: Regenerated.
7131
d2cc0e0d
GK
71322003-08-20 Geoffrey Keating <geoffk@apple.com>
7133
7134 PR 8180
7135 * configure.in: When testing with_libs and with_headers, treat
7136 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7137 * configure: Regenerate.
80b200a1 7138
d2cc0e0d
GK
7139 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7140 make, shell, etc.
7141 (baseargs): Likewise.
7142 * configure: Regenerate.
7143
04d1ab34
GK
71442003-08-19 Geoffrey Keating <geoffk@apple.com>
7145
7146 * configure.in: Disable libgcj for darwin not on powerpc.
7147 * configure: Rebuild.
7148
ca506da8
MC
71492003-08-15 Michael Chastain <mec@shout.net>
7150
7151 * src-release (do-proto-toplev): Remove junk files
7152 dejagnu/example/calc/config.status,
7153 dejagnu/example/calc/config.log.
7154
a4aa3f49
DD
71552003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7156
7157 * config-ml.in, symlink-tree: Add license.
7158
ede4fbe4
NN
71592003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7160
7161 Merge from gcc:
7162
7163 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7164 * Makefile.tpl (check, check-c++): Express dependencies using
7165 dependencies rather than commands.
7166 * Makefile.in: Regenerate.
7167
7168 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7169 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7170 * Makefile.in: Update.
7171
970f29af
AC
71722003-08-01 Andrew Cagney <cagney@redhat.com>
7173
7174 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7175 * configure: Ditto.
7176
b2884a0c
DD
71772003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7178
7179 * configure.in: Enable libgcj for darwin.
7180 * configure: Rebuild.
7181
c07f46a4
NN
71822003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7183
7184 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7185
9175bfc0
NN
71862003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7187
7188 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7189 creating target and build subdirs to build all parent dirs as needed.
7190 * Makefile.in: Rebuild.
7191 * configure.in: Don't build dirs explicitly here.
7192 * configure: Rebuild.
7193
b9abda6a
AO
71942003-07-22 Alexandre Oliva <aoliva@redhat.com>
7195
7196 * Makefile.tpl (all-make): Depend on intl.
7197 * Makefile.in: Rebuilt.
7198
eef8ffd4
NN
71992003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7200
7201 * config.if: Remove unused libc_interface determination.
7202
295efaf0
NN
72032003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7204
7205 * Makefile.in: Regenerate, correctly this time.
7206
e5c3f801
NN
72072003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7208
7209 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7210 unused INSTALL_PROGRAM_ARGS.
7211 * configure.in: Use AC_PROG_INSTALL.
7212 * Makefile.in: Regenerate.
7213 * configure: Regenerate.
7214
4a18bd6b
AO
72152003-07-10 Alexandre Oliva <aoliva@redhat.com>
7216
7217 * configure: Rebuilt.
7218 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7219 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7220 newlib nor libgloss.
7221 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7222 * configure.in (am33_2.0-*-linux*): Added.
7223
fbd1054d
BW
72242003-07-09 Bob Wilson <bob.wilson@acm.org>
7225
7226 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7227 * configure: Regenerate.
7228
b40e3958
L
72292003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7230
7231 * config-ml.in: Replace PWD with PWD_COMMAND.
7232 * Makefile.tpl: Likewise.
7233 * Makefile.in: Regenerated.
7234
4a5be7ba
NN
72352003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7236
7237 * configure.in: Clean up config-lang.in handling. Delete
7238 useless assignment to "subdirs".
7239 * configure: Regenerate.
7240
9c14acb8
NN
72412003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7242
7243 * configure.in: Rename 'target_libs' to 'target_libraries'.
7244 Remove useless reference to 'target_libs'.
7245 * configure: Regenerate.
7246
8f32e830
KS
72472003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7248
7249 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7250 * Makefile.in: Regenerate.
7251
12f0bd74
NN
72522003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7253
7254 * Makefile.def: Introduce flags_to_pass.
7255 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7256 * Makefile.in: Regenerate.
7257
b07c2aad
HPN
72582003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7259
7260 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7261 and target-libgloss.
7262 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7263 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7264 * configure: Regenerate.
b07c2aad 7265
56f25033
DD
72662003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7267
7268 * configure.in: Update testsuite_flags to new location.
7269 * configure. Regenerate.
80b200a1 7270
4ec9a3b2
NN
72712003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7272
7273 * Makefile.tpl: Remove BUILD_CC stuff.
7274 * Makefile.in: Regenerate.
7275
059083b1 72762003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7277
059083b1
L
7278 * config.guess: Update to 2003-06-12 version.
7279 * config.sub: Update to 2003-06-13 version.
7280
535b046a
TS
72812003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7282
7283 * MAINTAINERS: Add myself as MIPS co-maintainer.
7284
00c22daa 72852003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7286
00c22daa
L
7287 * config.guess: Update to 2003-06-06 version.
7288 * config.sub: Update to 2003-06-06 version.
7289
1047cb91
DD
72902003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7291
7292 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7293 * configure. Regenerate.
7294
123494c8
NN
72952003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7296
1047cb91
DD
7297 * configure.in: Disable serial configure by default.
7298 * configure: Regenerate.
7299 * Makefile.tpl: Abolish .NOTPARALLEL.
7300 * Makefile.in: Regenerate.
7301
7f121bbf
NN
7302 * Makefile.tpl: Replace {build,host,target}_canonical by
7303 {build,host,target}.
7304 * Makefile.in: Regenerate.
7305
123494c8
NN
7306 * Makefile.tpl: Fix stupid pasto.
7307 * Makefile.in: Regenerate.
7308
ec7e0995
NN
73092003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7310
7311 * Makefile.tpl: Remove bogus conditional.
7312 * Makefile.in: Regenerate.
7313
27b1cc72
NN
73142003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7315
2a4cbe27
NN
7316 * Makefile.tpl: Make 'recursive targets' using autogen rather
7317 than shell loop. Remove duplicate 'clean' targets and false
7318 comments.
7319 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7320 Add systematic method of specifying missing targets in subdirs.
7321 Add copyright boilerplate.
7322 * Makefile.in: Regenerate.
7323 * configure.in: Add 'recursive targets' to maybe list.
7324 * configure: Regenerate.
7325
27b1cc72
NN
7326 * Makefile.tpl: Rename [+target+] to [+make_target+].
7327 * Makefile.def: Rename 'target' to 'make_target'.
7328
01e51bd0
NC
73292003-05-30 Nick Clifton <nickc@redhat.com>
7330
7331 * README-maintainer-mode: Update URL for locating blessed config
7332 tools.
7333
2fd84b42
NC
73342003-05-29 Robert Millan <rmh@debian.org>
7335
7336 * ltconfig: Import this patch and modify for use with current
7337 version of ltconfig:
7338
7339 2003-05-21 Bruno Haible <bruno@clisp.org>
7340
7341 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7342 GNU/FreeBSD.
7343
8945c6bb
DD
73442003-05-28 DJ Delorie <dj@redhat.com>
7345
7346 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7347 * Makefile.in: Regenerate.
7348
2f9632a1
JJ
73492003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7350
80b200a1 7351 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7352
3a12db16 73532003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7354
3a12db16
DD
7355 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7356 newlib or libgloss.
7357 * Makefile.in: Regenerate.
7358
44482353
DD
73592003-05-21 DJ Delorie <dj@redhat.com>
7360
7361 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7362 * Makefile.in: Regenerate.
7363
fec2c52d
MR
73642003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7365
7366 * configure.in: Use curly braces in the definition of tooldir.
7367 * configure: Regenerate.
7368
16ae0395
NN
73692003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7370
7371 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7372 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7373 Factor out common code from autogen IF statements.
7374 * configure: Regenerate.
7375 * Makefile.in: Regenerate.
7376
ec11bdc6
DD
73772003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7378
7379 * configure.in: Accept i[3456789]86 for machine type.
7380 * configure: Regenerate.
7381
dd12c3a8
NN
73822003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7383
7384 * configure.in: Switch more things to use maybe dependencies.
7385 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7386 * configure: Regenerate.
7387 * Makefile.tpl: Switch more things to use maybe dependencies.
7388 * Makefile.in: Regenerate.
7389
cf662e21
AJ
73902003-05-16 Andreas Schwab <schwab@suse.de>
7391
7392 * Makefile.tpl (install-opcodes): Define.
7393 * Makefile.in: Rebuild.
7394
5481b376
AJ
73952003-05-13 Andreas Jaeger <aj@suse.de>
7396
7397 * config.guess: Update to 2003-05-09 version.
7398 * config.sub: Update to 2003-05-09 version.
7399
3959a22a
AJ
74002003-05-13 Michael Eager <eager@mvista.com>
7401
7402 * configure.in: Correct sed script so that options in quotes are not
7403 deleted.
7404 * configure: Rebuild.
7405
564b43e5
CV
74062003-05-12 Corinna Vinschen <corinna@vinschen.de>
7407
7408 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7409 and $$s/newlib/libc/sys/cygwin32 include paths.
7410 * configure: Ditto.
7411
bb947dc9
L
74122003-05-05 H.J. Lu <hjl@gnu.org>
7413
7414 * config-ml.in: Restored from gcc repository.
7415
77f7441a
CD
74162003-05-02 Chris Demetriou <cgd@broadcom.com>
7417
80b200a1
ZW
7418 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7419 * Makefile.in: Regenerate.
77f7441a 7420
a26d7085
DJ
74212003-04-27 Daniel Jacobowitz <drow@mvista.com>
7422
7423 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7424 and Makefile.def.
7425
e4c4d240
DJ
74262003-04-27 Daniel Jacobowitz <drow@mvista.com>
7427
7428 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7429 * Makefile.in: Regenerated.
7430
62a3fc85
DD
74312003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7432
7433 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7434 * Makefile.in: Regenerate.
7435
74362003-04-18 Jakub Jelinek <jakub@redhat.com>
7437
7438 * configure.in (powerpc64*-*-linux*): Remove.
7439 * configure: Rebuilt.
7440
5b474aa8
DD
74412003-04-17 Phil Edwards <pme@gcc.gnu.org>
7442
7443 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7444 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7445 and restrap.
7446 * Makefile.in: Regenerate.
7447
74482003-04-16 Richard Earnshaw <rearnsha@arm.com>
7449
7450 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7451 * configure: Regenerated.
7452
bc295afe
AO
74532003-04-11 Alexandre Oliva <aoliva@redhat.com>
7454
7455 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7456 * */configure: Rebuilt.
7457
3728fade
NN
74582003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7459
7460 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7461 * Makefile.in: Regenerate.
7462
ce5b542e
MC
74632003-03-14 Michael Chastain <mec@shout.net>
7464
7465 * Makefile.in: Regenerate with correct Makefile.def.
7466
3db0a37f
NN
74672003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7468
7469 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7470 Make macro.
7471 * Makefile.in: Regenerate.
7472 * configure.in: Clean up gxx_include_dir logic.
7473 * configure: Regenerate.
7474
34349c6e
DD
74752003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7476
7477 * configure.in (gxx_include_dir): Fix typo.
7478 * configure: Regenerated.
7479
686c28c9
AC
74802003-03-06 Andrew Cagney <cagney@redhat.com>
7481
7482 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7483
bba45b8b 74842003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7485
bba45b8b
NN
7486 * configure.in: Include $(build_tooldir)/sys-include in
7487 FLAGS_FOR_TARGET.
7488 * configure: Regenerated.
7489
2683747f
NN
74902003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7491
bba45b8b
NN
7492 * Makefile.tpl: Reindent.
7493 * Makefile.in: Regenerate.
7494 * configure.in: Reindent. Don't set unused variables.
7495 * configure: Regenerate.
7496
2683747f
NN
7497 * Makefile.tpl: Always pass down RANLIB.
7498 * Makefile.in: Regenerate.
7499
7500 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7501 * Makefile.in: Regenerate.
7502 * configure.in: Remove unused logic relating to --enable-shared
7503 and --enable-threads. Remove bogus comments. Remove redundant
7504 noconfigdirs.
7505 * configure: Regenerate.
7506
7507 * configure.in: Replace ${libstdcxx_version} by its value.
7508 Remove reference to mh-dgux.
7509 * configure: Regenerate.
7510
50212802
NN
75112003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7512
7513 * Makefile.tpl: Rearrange.
7514 * Makefile.in: Regenerate.
7515
a6be7fc6
NC
75162003-02-25 Nick Clifton <nickc@redhat.com>
7517
7518 * configure: Remove site-file supprot - it is obsolete.
7519
f8a495c8
NC
75202003-02-24 Uwe Stieber <uwe@wwws.de>
7521
7522 * configure.in: Add support for kaOS as cross build target system.
7523 * configure: Regenerated.
7524
3decd77d
DD
75252003-02-20 Sean McNeil <sean@blue.mcneil.com>
7526
7527 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7528 configure-target-* as some target builds may require additional
7529 flags for preprocessor tests.
7530 * Makefile.in: Regenerated.
7531
f4ff34a3
AO
75322003-02-19 Alexandre Oliva <aoliva@redhat.com>
7533
7534 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7535 * ltconfig: Handle it.
7536 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7537 auto-detecting it.
7538
b7e4a931
AO
75392003-02-19 Alexandre Oliva <aoliva@redhat.com>
7540
7541 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7542 it is used as argument to $CC.
7543 * ltcf-gcj.sh: Likewise.
7544
6b784d9f
AO
75452003-02-19 Alexandre Oliva <aoliva@redhat.com>
7546
7547 * configure.in: Introduce --enable-maintainer-mode.
7548 * configure: Rebuilt.
7549 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7550 for maintainer mode.
7551 * Makefile.in: Rebuilt.
7552
8bcd8a07
AC
75532003-02-19 Andrew Cagney <ac131313@redhat.com>
7554
7555 * configure: Regenerate using autoconf 2.13.
7556
ee3fd329
AM
75572003-02-19 Alan Modra <amodra@bigpond.net.au>
7558
7559 * config.guess: Import latest version.
7560 * config.sub: Import latest version.
7561
e9e45685
JM
75622003-02-18 Jason Merrill <jason@redhat.com>
7563
7564 * Makefile.tpl (check-c++): Allow parallelism.
7565
859789af
AC
75662003-02-17 Andrew Cagney <ac131313@redhat.com>
7567
7568 * configure: Regenerate using autoconf 000227.
7569
b3f16a9b
GK
75702003-02-15 Geoffrey Keating <geoffk@apple.com>
7571
7572 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7573 don't configure target-libobjc.
7574 * configure: Regenerate.
7575
72e60e02
DD
75762003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7577
7578 * Makefile.tpl (RANLIB): Define.
7579 * Makefile.in: Regenerate.
7580
91f0e695
KS
75812003-02-06 Keith R Seitz <keiths@redhat.com>
7582
7583 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7584 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7585 * Makefile.in: Regenerated.
7586 * configure.in: Remove all traces of snavigator, db, and grep.
7587 * configure: Regenerated.
7588
122bfa92
FCE
75892003-01-31 Frank Ch. Eigler <fche@redhat.com>
7590
7591 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7592 * Makefile.in: Regenerated.
7593
264095c3
AO
75942003-01-30 Alexandre Oliva <aoliva@redhat.com>
7595
7596 * config.if: Copy from GCC.
7597
a84dbcb3
AO
75982003-01-27 Phil Edwards <pme@gcc.gnu.org>
7599
7600 * configure.in: Revert 24Jan change.
7601 * configure: Regenerate.
7602
19618276
NN
76032003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7604
7605 * configure.in: Revert previous change.
7606 * configure: Regenerate.
7607
b7f27a92
NN
76082003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7609
7610 * configure.in: Make rda native-only.
7611 * configure: Regenerate.
7612
83326456
NN
76132003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7614
7615 * configure.in: Add missing \.
7616 * configure: Rebuilt.
7617
5e367fa5
JJ
76182003-01-17 Jakub Jelinek <jakub@redhat.com>
7619
7620 * configure.in (baseargs): Avoid using \| in sed regular
7621 expressions.
7622 * configure: Rebuilt.
7623
e01f337c
JJ
76242003-01-16 Jakub Jelinek <jakub@redhat.com>
7625
7626 * configure.in (baseargs): Remove all supported forms of
7627 --cache-file, --srcdir, --host, --build and --target options
7628 from argument lists.
7629 * configure: Rebuilt.
7630
aa236487
AO
76312003-01-15 Alexandre Oliva <aoliva@redhat.com>
7632
7633 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7634 * configure: Rebuilt.
7635
586c0873
NN
76362003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7637
7638 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7639 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7640 * Makefile.in: Regenerate.
7641 * configure: Regenerate.
7642
497f816e
DD
76432003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7644
7645 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7646 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7647 * Makefile.in: Regenerate.
7648
bfbe5519
AO
76492003-01-09 Alexandre Oliva <aoliva@redhat.com>
7650
7651 * configure.in: Remove Makefile in build, host and target modules
7652 unless configure was run with --no-recursion.
7653 * configure: Rebuilt.
7654
3f234ef5
CD
76552003-01-08 Chris Demetriou <cgd@broadcom.com>
7656
7657 * config.guess: Update to 2003-01-03 version.
7658 * config.sub: Update to 2003-01-03 version.
7659
a3982d48
CF
76602003-01-07 Christopher Faylor <cgf@redhat.com>
7661
7662 * configure: Regenerate with proper autoconf 2.13.
7663
75778ec4
CF
76642003-01-07 Christopher Faylor <cgf@redhat.com>
7665
80b200a1
ZW
7666 * configure.in: Add AC_PREREQ for consistency.
7667 * configure: Regenerate.
75778ec4 7668
c180f501
AC
76692003-01-06 Andrew Cagney <ac131313@redhat.com>
7670
7671 * configure.in (GDB_TK): Add tcl directories conditional on
7672 gdb/gdbtk directory being present.
7673 * configure: Regenerate.
5481b376 7674
46ca2cc2
DA
76752003-01-04 John David Anglin <dave.anglin@nrc.ca>
7676
7677 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7678 by gcc if LD is not defined and we are not doing a Canadian Cross.
7679 * configure: Rebuilt.
7680
53dd8dab
DJ
76812003-01-01 Daniel Jacobowitz <drow@mvista.com>
7682
7683 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7684
50ceb20c
TT
76852002-12-31 Tom Tromey <tromey@redhat.com>
7686
7687 * Makefile.in: Rebuilt.
7688 * Makefile.def (target_modules) [libffi]: Allow installation.
7689
e78b5cfe
AS
76902002-12-31 Andreas Schwab <schwab@suse.de>
7691
7692 * configure.in: Fix use of $program_transform_name.
7693 * configure: Regenerated.
7694
67448102
DJ
76952002-12-30 Daniel Jacobowitz <drow@mvista.com>
7696
7697 * configure.in (baseargs): Don't remove first configure argument.
7698 * configure: Regenerated.
7699
e6bfb94a
AO
77002002-12-29 Alexandre Oliva <aoliva@redhat.com>
7701
7702 * Makefile.tpl (local-distclean): Don't remove...
7703 (multilib.ts): ... this. Moved into...
7704 (multilib.out): ... this. Don't use sub-make.
7705 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7706 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7707 (configure-build-[+module+], configure-[+module+],
7708 configure-target-[+module+], configure-gcc): ... these. Test
7709 for Makefile existence. Drop config.status from dependencies.
7710 * Makefile.in: Rebuilt.
7711 * configure.in: Move gcc-version-trigger to the end of
7712 ac_configure_args. Add comments to maybedep.tmp and
7713 serdep.tmp. Introduce --disable-serial-configure. Remove
7714 nonopt from baseargs, matching and removing corresponding
7715 whitespace while at it.
7716 * configure: Rebuilt.
7717
8f0dfb36
AO
77182002-12-28 Alexandre Oliva <aoliva@redhat.com>
7719
7720 * configure.in (host_configargs): Replace reference to
7721 no-longer-defined buildopts with --build=${build_alias}.
7722 * configure: Rebuilt.
7723
43be203f
AO
77242002-12-28 Alexandre Oliva <aoliva@redhat.com>
7725
7726 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7727 program_transform_name to standard idiom.
7728 (AUTOGEN, AUTOCONF): Define.
7729 (Makefile.in): Use $(AUTOGEN).
7730 (Makefile): Depend on config.status, and use autoconf-style rule to
7731 build it. Move original commands to...
7732 (config.status): ... this new target.
7733 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7734 $(AUTOCONF).
7735 * Makefile.in: Rebuilt.
7736
a0da8069
NN
77372002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7738
d18f1c9f
NN
7739 * Makefile.tpl: Fix dramatic bustage due to change in
7740 program_transform_name.
7741 * Makefile.in: Regenerate.
7742
7743 * configure.in: Remove unnecessary PATH setting.
7744 * configure: Regnerate.
7745
7746 * configure.in: Don't default to unprefixed tools unless
7747 the native tools will work.
7748 * configure: Regenerate.
7749
a0da8069
NN
7750 * configure.in: Convert to autoconf script. Blow away lots
7751 of now-redundant Makefile fragments.
7752 * configure: Generate using Autoconf.
7753 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7754 * Makefile.in: Regenerate.
7755
c567df0a
NN
77562002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7757
5481b376 7758 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7759 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7760
5481b376 7761 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7762 where they belong.
2c7f9a32 7763
2dabcfb4
AS
77642002-12-24 Andreas Schwab <schwab@suse.de>
7765
7766 * Makefile.tpl (multilib.out): Fix missing space.
7767 * Makefile.in: Regenerate.
7768
1086bc09
NN
77692002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7770
7771 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7772 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7773 * Makefile.in: Regenerate.
7774 * configure.in: Remove unnecessary leftovers.
7775
1086bc09
NN
77762002-12-21 Geoffrey Keating <geoffk@apple.com>
7777
7778 * configure.in (extra_ranlibflags_for_target): New variable.
7779 (*-*-darwin): Add -c to ranlib commands.
7780 * configure (tooldir): Handle extra_ranlibflags_for_target.
7781
14e9ca95
JJ
77822002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7783
7784 * COPYING.NEWLIB: Updated.
7785 * COPYING.LIBGLOSS: Ditto.
7786
14c428fb
NN
77872002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7788
7789 * Makefile.tpl: Revert HJL's change.
7790 * Makefile.in: Regenerated.
7791 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7792 always.
7793
313b8244
AS
77942002-12-19 Andreas Schwab <schwab@suse.de>
7795
7796 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7797 * Makefile.in: Regenerate.
7798
efeae3db
L
77992002-12-18 H.J. Lu <hjl@gnu.org>
7800
7801 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7802 * Makefile.in: Regenerated.
7803
7804 * configure.in (build_prefix): New. Substitute.
7805
43d92c63
NN
78062002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7807
59da4fe6
NN
7808 * Makefile.tpl: Don't let real targets depend on phony targets.
7809 * Makefile.in: Regenerate.
7810
43d92c63
NN
7811 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7812 * Makefile.in: Regenerate.
7813
b72e6a2d
JM
78142002-12-16 Jason Merrill <jason@redhat.com>
7815
7816 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7817 previous 'make bootstrap'.
7818 * Makefile.in: Regenerate.
7819
95c72c44
HPN
78202002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7821
7822 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7823
7d695d07
JM
78242002-12-13 Jason Merrill <jason@redhat.com>
7825
7826 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7827 library tests.
7828 (check-c++): Just depend on it and check-target-libstdc++-v3.
7829 * Makefile.in: Regenerate.
7830
54103d1e
NN
78312002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7832
7833 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7834 * Makefile.in: Regenerate.
7835
4024f1e1
JJ
78362002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7837
80b200a1
ZW
7838 * COPYING.NEWLIB: Update list of alternate Regent of California
7839 licenses and discuss official revoking of advertising clause.
7840 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7841
7dda0df6
AO
78422002-12-12 Alexandre Oliva <aoliva@redhat.com>
7843
7844 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7845 * Makefile.in: Rebuilt.
7846
d03be79e 78472002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7848
929293f4
NN
7849 * configure: Fix bug put in by gremlins.
7850
d03be79e
NN
7851 * Makefile.tpl: Substitute more autoconfily.
7852 * configure: Substitute more autoconfily.
7853 * Makefile.in: Regenerate.
7854
78552002-12-08 Andrew Cagney <ac131313@redhat.com>
7856
7857 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7858 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7859
78602002-12-06 DJ Delorie <dj@redhat.com>
7861
7862 * Makefile.tpl: Change configure dependencies to not have real
7863 targets depend on phony targets.
b4a77b47 7864
db1ac78d
NN
78652002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7866
bcaf2395
NN
7867 * configure.in: Revert unintentional change.
7868
b4fa093e
NN
7869 * src-release: Configure host subdirs.
7870
db1ac78d
NN
7871 * Makefile.tpl: Change dependency for */multilib.out so that
7872 it works when gcc isn't in the tree.
7873
7874 * configure.in: Substitute more.
7875 * configure: Run subconfigures from the Makefile.
7876 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7877 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7878
15723a45
NN
78792002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7880
e2b9e2dc
NN
7881 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7882 and corresponding dependencies.
7883 * Makefile.in: Regenerate.
7884
2af579c4
NN
7885 * configure.in (host_tools): Order binutils, gas and ld for
7886 convenience in running the testsuites.
7887
a2cc058a
NN
7888 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7889 * Makefile.in: Regenerate.
7890 * configure.in: Introduce rules to serialize subconfigure runs.
7891
15723a45
NN
7892 * configure.in: Introduce BASE_CC_FOR_TARGET.
7893 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7894 Realize configure-build-* targets. Realize configure-target-* targets.
7895 * Makefile.in: Regenerate.
7896
ae831be5
NN
78972002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7898
7899 * configure: Move gcc_version_trigger stuff from here...
7900 * configure.in: ...to here.
7901
7902 * configure.in: Separate subconfigure options added by this file from
7903 options given by the user. Add machinery to put args for host
7904 subconfigures into the Makefile.
7905
7906 * Makefile.tpl: Remove 'vault' targets.
7907 * Makefile.tpl: Reorder and comment dependencies.
7908 * Makefile.in: Regenerate.
7909
bbf7c8ac
NN
79102002-11-28 Geoffrey Keating <geoffk@apple.com>
7911
7912 * configure.in: Move host-specific darwin noconfigdirs into
7913 the host-specific section.
7914
930314a4
NN
79152002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7916
52d7cdee
NN
7917 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7918 during replay.
7919 * Makefile.in: Regenerate.
7920
930314a4
NN
7921 (finishing slow-motion replay)
7922 * configure: Remove skip-this-dir support.
7923 * Makefile.tpl: Remove skip-this-dir support.
7924
7925 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7926 subdirectories.
7927 * Makefile.in: Regenerate.
7928
7929 * Makefile.tpl: Strip out useless setting of 'dir'.
7930 * Makefile.in: Regenerate.
5481b376 7931
930314a4
NN
79322002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7933
7934 (finishing slow-motion replay)
7935 * configure.in: Fix deeply stupid bug.
7936
7937 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7938 shell code in CXX_FOR_TARGET
7939 * Makefile.def: Introduce raw_cxx.
7940 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7941 RAW_CXX_FOR_TARGET.
7942 * Makefile.in: Regenerate.
7943
79442002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7945
7946 (finishing slow-motion replay)
7947 * Makefile.tpl: Remove unnecessary ifs.
7948 * Makefile.in: Regenerate.
7949
5481b376 7950 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7951 dependencies. Maybe-ize build-libiberty. Create dummy install
7952 targets for 'no_install' modules.
5481b376 7953 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7954 build_modules stuff to configure.in.
5481b376 7955 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7956 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7957 * Makefile.in: Regenerate.
7958
3866be5d
NN
79592002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7960
7961 (continuing slow-motion replay)
7962 * Makefile.tpl: Make all-target, install-target behave similarly
7963 to all, install (only hitting configured targets). Eliminate
7964 unused macro defintions.
7965
7966 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7967 build != host.
7968
7969 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7970
7971 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7972
5481b376 7973 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7974 configuring. Remove references to "dosrel".
7975 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7976 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7977 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7978 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7979 and redundant dependency; rearrange slightly.
7980 * Makefile.def: Add host-side libtermcap, utils.
7981
7982 * Makefile.in: Regenerate.
7983
e393202e
NN
79842002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7985
7986 (Continuing slow-motion replay)
7987 * Makefile.def: Add list of recursive targets to autogenerate.
7988 Add build_modules.
7989 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7990 targets. Autogenerate *-build-* targets.
7991 * Makefile.in: Regenerate.
7992
583d52d7
NN
79932002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7994
7995 (Continuing slow-motion replay)
7996 * configure: More autoconf-style substitutions.
7997 * Makefile.tpl: More autoconf-style substitutions.
7998 * Makefile.in: Regenerate.
7999
80002002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8001
8002 (Continuing slow-motion replay)
8003 * configure: Substitute more variables in a more autoconf-friendly
8004 way. Simplify slightly.
8005 * Makefile.tpl: Make more variables substitutable in an
8006 autoconf-friendly way.
8007 * Makefile.in: Regenerate.
8008
874e38b4
NN
80092002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8010
8011 (Continuing slow-motion replay)
8012 * configure.in (v810*): Remove special setting of tools.
8013
8014 * configure: Add support for extra required flags for ar or nm.
8015 * configure.in (aix4.3+): Use above support for target-specific
8016 issues, rather than using config/mt-aix43.
8017
852e5f18
NN
80182002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8019
8020 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8021 * configure: Remove 'removing', which doesn't work. Replace $subdir
8022 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8023 with $srcdir. Reformat indentation. Substitute some variables
8024 formerly hard-coded in the Makefile for build=host.
8025 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8026 * Makefile.def: Autogenerate more.
8027 * Makefile.in: Regenerate.
8028
c9a0d920
DD
80292002-11-13 Bruce Korb <bkorb@gnu.org>
8030
8031 * Makefile.tpl: syntactic cleanup
8032
dd2768ff
KB
80332002-11-04 Kevin Buettner <kevinb@redhat.com>
8034
8035 * Makefile.def (host_modules): Add rda.
8036 * Makefile.in: Regenerate.
8037 * configure.in (target_tool): Add target-rda to list.
8038
1aa8389d
DD
80392002-10-25 Phil Edwards <pme@gcc.gnu.org>
8040
8041 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8042 and restrap targets to this rule.
8043 * Makefile.in: Regenerate.
8044
28f46298
HPN
80452002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8046
8047 * configure.in (i[3456]86-*-linux*): Add check to disable
8048 ${libgcj} for glibc1.
8049
ff72e302
NC
80502002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8051
8052 * configure.in: Add tic4x target.
8053
8607b6c9
NN
80542002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8055
8056 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8057 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8058 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8059 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8060 * Makefile.in: Regenerate.
8061
f8f61f4a
NN
80622002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8063
c86f794b
NN
8064 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8065 * Makefile.in: Regenerate.
8066
a9590527
NN
8067 * Makefile.def: Remove order dependency comments.
8068 * Makefile.tpl: Add explicit install-install dependencies.
8069 * Makefile.in: Regenerate.
8070
8412ce72
NN
8071 * Makefile.tpl: Remove material now in src-release. (Finally!)
8072 * Makefile.in: Regenerate.
8073
8b9f37f1
NN
8074 * configure: Restore my original patch by syncing with gcc version.
8075
f8f61f4a
NN
8076 * Bring following over from gcc:
8077
80782002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8079
8080 * configure.in (s390*-*-linux*): Enable libgcj.
8081
403d9505
NN
80822002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8083
8084 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8085
95f6f383
AM
80862002-10-02 Alan Modra <amodra@bigpond.net.au>
8087
e4673b0a 8088 * configure: Move stray lines back to where they belong.
95f6f383 8089
748503c8
NN
80902002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8091
a581b5c3
NN
8092 * Makefile.tpl: Insert configure-target target, for src-release.
8093
c084f5b4
NN
8094 * configure: Finish reverting change which Andrew Cagney started
8095 reverting. Should fix bustage.
8096
7aa673ed 8097 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8098 * src-release: New file. Contains material for making net
8099 releases for gdb, binutils, et al., formerly in Makefile.in.
8100
82a9b2d9
NC
81012002-09-30 Nick Clifton <nickc@redhat.com>
8102
8103 * cpu: New top level directory. Intended to hold input files for
8104 CGEN which have FSF copyright assignment.
8105 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8106
c2463a00
AC
81072002-09-29 Andrew Cagney <ac131313@redhat.com>
8108
8109 Revert below (note that src does not contain Makefile.tpl):
8110 * Makefile.tpl: Make subsituted variables more autoconfy.
8111 * Makefile.in: Regenerate.
8112
f03b4789
NN
81132002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8114
c11e16a9
NN
8115 * configure: Revert accidentally applied changes.
8116
f03b4789
NN
8117 * Makefile.tpl: Make more autoconf-friendly.
8118 * Makefile.in: Regenerate.
8119 * configure: Make substitution more autoconf-like.
8120
81212002-09-28 Richard Earnshaw <rearnsha@arm.com>
8122
8123 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8124 single entry to handle all these.
8125 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8126 libjava on arm-*-elf.
8127
c0292023
GK
81282002-09-27 Geoffrey Keating <geoffk@apple.com>
8129
8130 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8131 things that depend on them.
8132
c66d951e
NN
81332002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8134
8135 * Makefile.tpl: Make subsituted variables more autoconfy.
8136 * Makefile.in: Regenerate.
8137 * configure: Make seds more autoconfy.
8138
907a7241 81392002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8140
8141 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8142 * Makefile.in: Regenerate.
8143 * configure.in: Rewrite sed statements to look autoconfy.
8144
907a7241
NN
8145 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8146 all-target-foo on configure-target-foo.
8147 * Makefile.def: Ditto.
8148 * Makefile.in: Rebuild.
8149
405ea7a0
NN
81502002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8151
8152 * Makefile.def: New file.
8153 * Makefile.tpl: New file.
8154 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8155
8156 * configure.in: Minor rearrangement. Simplify tests.
8157
bdc57bfd
JT
81582002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8159
8160 * configure.in (with_headers): Skip copy if value is "yes".
8161 (with_libs): Likewise.
8162
ae03d6e2
NN
81632002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8164
8165 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8166 * configure.in (sh*-*-pe*): Ditto.
8167 * configure.in (mips*-*-pe*): Ditto.
8168 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8169
8170 * configure.in: Rearrange.
8171
707960fe
NC
81722002-09-12 Nick Clifton <nickc@redhat.com>
8173
8174 * Import these changes from the config master repository:
8175
8176 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8177
8178 * config.sub: Add tic4x target.
8179
8180 2002-09-03 Ben Elliston <bje@redhat.com>
8181
8182 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8183 Reported by <Duncan_Stodart@insession.com>.
8184
36ea319f
JJ
81852002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8186
8187 * COPYING.NEWLIB: More updates.
8188
cf57480a
JJ
81892002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8190
8191 * COPYING.NEWLIB: Update.
8192
fd31a171
AC
81932002-08-23 Andrew Cagney <ac131313@redhat.com>
8194
23b632fc
AC
8195 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8196
fd31a171
AC
8197 * config.guess: Import version 2002-08-23.
8198 * config.sub: Import version 2002-08-22.
8199
a08bafb5
AO
82002002-08-20 Alexandre Oliva <aoliva@redhat.com>
8201
8202 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8203 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8204 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8205
17240c1f
NC
82062002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8207
8208 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8209
e70ad0c6
L
82102002-08-04 H.J. Lu (hjl@gnu.org)
8211
8212 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8213
574e6d11
DD
82142002-07-31 Alan Modra <amodra@bigpond.net.au>
8215
8216 * configure.in: Move generic linux case to end. Copy generic
8217 linux noconfigdirs to mips*-*-linux* entry and new
8218 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8219
611e7523
CD
82202002-07-19 Chris Demetriou <cgd@broadcom.com>
8221
8222 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8223 one instance of them which was missed to the list to update.
8224
51759676
CD
82252002-07-16 Chris Demetriou <cgd@broadcom.com>
8226
8227 * config.guess: Update to 2002-07-09 version.
8228 * config.sub: Update to 2002-07-03 version.
8229
7c1f909c
DD
82302002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8231
8232 * configure.in: Remove two redundant tests.
8233
d7cf5d30
DD
82342002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8235
8236 * configure.in (mips*-*-irix6*o32): Enable stabs.
8237
c74222f7
DD
82382002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8239
5b53c336
DD
8240 * configure.in: Don't build grez.
8241 * Makefile.in: Ditto.
8242
c74222f7
DD
8243 * Makefile.in: Remove references to bsp, cygmon, libstub.
8244 * configure.in: Ditto.
8245
8246 * configure.in: Remove leftover reference to gdbtest.
8247
edd1b227
DD
82482002-07-08 Phil Edwards <pme@gcc.gnu.org>
8249
8250 * configure.in (gxx_include_dir): Change to match versioned
8251 C++ headers if --enable-version-specific-runtime-libs is used.
8252
486186e3
AO
82532002-07-04 Steve Ellcey <sje@cup.hp.com>
8254
8255 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8256
ff0a3bf8
DD
82572002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8258
8259 * configure.in: Make --without-x work.
8260
1dfa8174
NC
82612002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8262
8263 * contrib: New directory. Created to contain a copy of the
5481b376 8264 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8265 the FSF GCC sources.
8266
07637366
DD
82672002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8268
b6f83f2a
DD
8269 * configure.in: Rearrange target Makefile fragment collection.
8270
07637366
DD
8271 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8272 cvs[src].
8273 * configure.in: Ditto.
8274
f48556b1
DD
82752002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8276
8277 * Makefile.in: Eliminate 'apache' targets.
8278 * configure.in: Eliminate 'apache' targets.
8279
8280 * configure.in: Eliminate redundant tests. Reorganize.
8281
8282 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8283
8284 * config-ml.in: Eliminate references to Cygnus configure.
8285
8286 * Makefile.in: Eliminate references to building emacs.
8287
82882002-07-01 Denis Chertykov <denisc@overta.ru>
8289
8290 * configure.in: Add support for ip2k.
8291
cdb9e2b8
BE
82922002-06-24 Ben Elliston <bje@redhat.com>
8293
8294 * configure.in (host_tools): Remove cgen.
8295
8296 * Makefile.in (all-cgen): Remove; runs from its source directory.
8297 (check-cgen, install-cgen, clean-cgen): Likewise.
8298 (all-opcodes): No not depend on all-cgen.
8299 (all-sim): Likewise.
8300
3558860c
DD
83012002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8302
8303 * configure.in: Fix AIX configury bug.
8304
e3b0c936
DD
83052002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8306
cdb9e2b8 8307 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8308
cdb9e2b8
BE
8309 * configure.in: Move definition of libstdcxx_flags right above
8310 usage, rather than way earlier.
8ee424c0 8311
c712250a
DD
8312 * configure.in: Pull definition of is_cross_compiler earlier.
8313
9ee1a75c
DD
8314 * configure.in: Rearrange a little.
8315
e3b0c936
DD
8316 * configure.in: Remove references to librx.
8317 * Makefile.in: Remove references to librx.
8318
b2bd228e
DD
83192002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8320
8321 * configure.in: Eliminate ${gasdir} variable.
8322
7cd52483
DB
83232002-06-18 Dave Brolley <brolley@redhat.com>
8324
8325 * configure.in: Add support for frv.
8326 * config.sub: Add support for frv.
8327
6c5e141a
DD
83282002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8329
8330 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8331
0d18b56d
JT
83322002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8333
8334 * configure.in (vax-*-netbsd*): Re-enable gas.
8335
fd8958d5
DD
83362002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8337
27f15fdd
DD
8338 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8339 BUILD_PREFIX_1, to correct nomenclature.
8340 * configure: Likewise.
8341
fd8958d5
DD
8342 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8343 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8344
0c2442b7
DD
83452002-05-31 Olaf Hering <olh@suse.de>
8346
8347 * config-ml.in: Propogate DESTDIR also.
8348
a3602181
JT
83492002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8350
8351 * configure.in (vax-*-netbsd*): Don't build gas for this
8352 platform.
8353
c95f53ae
MM
83542002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8355
8356 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8357 and libgcj for AVR.
8358
1d7c1053
NC
83592002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8360
8361 * config.sub: Add DLX target.
8362
4b37028f
JT
83632002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8364
8365 * config.guess: Update to 2002-05-22 version.
8366 * config.sub: Likewise.
8367
d5de0a84
NC
83682002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8369
8370 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8371 * config-ml.in: Likewise.
8372 * configure: Likewise.
8373 * configure.in: Likewise.
8374
c92a0210
DD
83752002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8376
115a77aa
DD
8377 * configure.in: Simplify makefile fragment collection.
8378
8379 * configure.in: Remove code to build emacs.
e99daf2b 8380
91e060aa
DD
8381 * configure.in : Remove --srcdir argument from targargs and buildargs
8382 (it's always overridden in the Makefile anyway). Rearrange a bit.
8383
8384 * configure: Move some logic to configure.in.
8385 * configure.in: Move some logic from configure.
c92a0210 8386
91217342
JJ
83872002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8388
8389 * COPYING.LIBGLOSS: New file.
8390
d3d8a9ee
NC
83912002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8392
8393 * Makefile.in: Honour DESTDIR.
8394
3a036cdc
AO
83952002-05-05 Alexandre Oliva <aoliva@redhat.com>
8396
8397 * configure.in (noconfigdirs): Don't disable libgcj on
8398 sparc64-*-solaris* and sparcv9-*-solaris*.
8399
6d095fe4
AO
84002002-05-03 Alexandre Oliva <aoliva@redhat.com>
8401
8402 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8403
dac55df9
TF
84042002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8405
8406 * configure.in (FLAGS_FOR_TARGET): Do not add
8407 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8408 on i[3456]86-*-linux*.
8409
a018e15b
TF
84102002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8411
8412 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8413
8414 * configure.in (noconfigdirs): Do not add target-newlib if
8415 target == i[3456]86-*-linux*, and host == target.
8416
5f284831
MM
84172002-04-29 Mark Mitchell <mark@codesourcery.com>
8418
8419 * config.guess: Updated to 2002-04-26's version.
8420 * config.sub: Updated to 2002-04-26's version.
8421
33babf59
DD
84222002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8423
bd5f7da2
DD
8424 * configure.in: delete reference to absent file
8425
a0c4f3a0
DD
8426 * configure.in: replace '[' with 'test'
8427
66f1ba4f
DD
8428 * configure.in: Eliminate references to gash.
8429 * Makefile.in: Eliminate references to gash.
8430
7c3ab50c
DD
8431 * configure.in: remove useless references to 'pic' makefile fragments.
8432
bbc025f5
DD
8433 * configure.in: (*-*-windows*) Finish removing.
8434
33babf59
DD
8435 * configure.in: Eliminate redundant test for libgui.
8436
d5ec694c
DD
84372002-04-26 Joel Sherrill <joel@OARcorp.com>
8438
8439 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8440 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8441
57a5346c
DD
84422002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8443
8444 * configure.in: remove references to dead files
8445
dbf93899
DD
84462002-04-18 Tom Tromey <tromey@redhat.com>
8447
8448 * configure.in: Disallow configuring libgcj when it is already
8449 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8450 Solaris 2.8 by default. For PR libgcj/6158.
8451
26eadf68
DD
84522002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8453
8454 * configure.in: Move default CC setting out of config/mh-* fragments
8455 directly into here.
8456
a0a2c6c6
DD
84572002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8458
8459 * configure.in: don't even try to configure or make a subdirectory
8460 if there's no configure script for it.
8461
9972f812
DD
84622002-04-15 Mark Mitchell <mark@codesourcery.com>
8463
8464 * MAINTAINERS: Remove chill maintainers.
8465 * Makefile.in (CHILLFLAGS): Remove.
8466 (CHILL_LIB): Remove.
8467 (TARGET_CONFIGDIRS): Remove libchill.
8468 (CHILL_FOR_TARGET): Remove.
8469 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8470 CHILL_LIB.
8471 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8472 (CHECK_TARGET_MODULES): Likewise.
8473 (INSTALL_TARGET_MODULES): Likewise.
8474 (CLEAN_TARGET_MODULES): Likewise.
8475 (configure-target-libchill): Remove.
8476 (all-target-libchill): Remove.
8477 * configure.in (target_libs): Remove target-libchill.
8478 Do not compute CHILL_FOR_TARGET.
8479 * libchill: Remove directory.
5481b376 8480
75205f78
DD
84812002-04-15 DJ Delorie <dj@redhat.com>
8482
8483 * Makefile.in, configure.in, configure: Sync with gcc, entries
8484 follow...
8485
84862002-04-08 Tom Tromey <tromey@redhat.com>
8487
8488 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8489 Fixes PR libgcj/6068.
8490
84912002-03-30 Krister Walfridsson <cato@df.lth.se>
8492
8493 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8494
84952002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8496
8497 * configure.in (alpha*-dec-osf*): Enable libgcj.
8498
84992002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8500
8501 Fix for: PR bootstrap/3591, target/5676
8502 * configure.in (mcore-pe): Disable the configuration of
8503 libstdc++-v3 since exceptions are not supported.
8504
85052002-03-20 Anthony Green <green@redhat.com>
8506
8507 * configure.in: Enable libgcj for xscale-elf target.
8508
85092002-02-28 Alexandre Oliva <aoliva@redhat.com>
8510
8511 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8512 libjava.
8513 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8514
85152002-02-22 Alexandre Oliva <aoliva@redhat.com>
8516
8517 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8518 libstdc++-v3 and libjava.
8519
85202002-02-11 Adam Megacz <adam@xwt.org>
8521
8522 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8523 boehm-gc
8524
85252002-02-09 Alexandre Oliva <aoliva@redhat.com>
8526
8527 * config.guess: Updated to 2002-01-30's version.
8528 * config.sub: Updated to 2002-02-01's version.
8529 Contribute sh64-elf.
8530 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8531 * configure.in: Added sh64-*-*.
8532
85332002-01-17 H.J. Lu <hjl@gnu.org>
8534
8535 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8536 (all-target-fastjar): Also depend on all-target-libiberty.
8537
8538Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8539
8540 * configure, configure.in: Use temp file for long sed commands.
8541
85422001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8543
8544 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8545 libf2c.
8546
85472001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8548
8549 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8550
85512001-10-11 Hans-Peter Nilsson <hp@axis.com>
8552
8553 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8554
85552001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8556
8557 * configure: Handle temporary files securely using mkdir.
8558
85592001-09-26 Will Cohen <wcohen@redhat.com>
8560
8561 * configure.in (*-*-linux*): Disable configuration of target-newlib
8562 and target-libgloss.
8563
85642001-09-26 Alexandre Oliva <aoliva@redhat.com>
8565
8566 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8567 RANLIB.
8568
85692001-08-11 Graham Stott <grahams@redhat.com>
8570
8571 * Makefile.in (check-c++): Add missing semicolon.
8572
85732001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8574
8575 * configure.in (sh-*-linux*): New.
8576
85772001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8578
8579 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8580 and libgcj on m68hc11/m68hc12.
8581
85822001-06-27 H.J. Lu (hjl@gnu.org)
8583
8584 * Makefile (CFLAGS_FOR_BUILD): New.
8585 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8586
85872001-06-01 Hans-Peter Nilsson <hp@axis.com>
8588
8589 * configure.in (libstdcxx_flags): Do not try to execute
8590 libstdc++-v3/testsuite_flags until it exists.
8591
85922001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8593
8594 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8595
85962001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8597
8598 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8599
8600Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8601
8602 * configure.in: Move *-chorusos target case to the proper switch.
8603 Disable libgcj.
8604
86052001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8606
8607 * Makefile.in (STAGE1_CFLAGS): Pass down.
8608
86092001-04-13 Alan Modra <amodra@one.net.au>
8610
8611 * config.guess: Add hppa64-linux support. Note for next import that
8612 this is already in the master file.
8613 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8614
86152001-03-22 Colin Howell <chowell@redhat.com>
8616
8617 * Makefile.in (DO_X): Do not backslash single-quotes in
8618 backquotes (two places).
8619
86202001-03-18 Laurynas Biveinis <lauras@softhome.net>
8621
8622 * Makefile.in (DO_X): Quote nested quotes.
8623
86242001-03-15 Laurynas Biveinis <lauras@softhome.net>
8625
8626 * Makefile.in (DO_X): Use double quotes for quoting
8627 "RANLIB=$${RANLIB}".
8628
86292001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8630
8631 * configure.in: Only use `lang_requires' for languages athat are
8632 actually enabled.
8633
86342001-03-07 Tom Tromey <tromey@redhat.com>
8635
8636 * configure.in: Allow config-lang.in to set `lang_requires' to list
8637 of other required languages.
8638
86392001-03-06 Laurynas Biveinis <lauras@softhome.net>
8640
8641 * Makefile.in: Remove RANLIB definition. Use RANLIB
8642 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8643 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8644
86452001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8646 Alexandre Oliva <aoliva@redhat.com>
8647
8648 * Makefile.in (check-c++): Use tabs, not spaces.
8649
86502001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8651
8652 * Makefile.in (check-c++): New rule.
8653
8654 * configure.in (target_libs): Remove libg++.
8655 (noconfigdirs): Remove libg++.
8656 (noconfigdirs): Same.
8657 (noconfigdirs): Same.
8658 (noconfigdirs): Same.
8659
8660 * config-ml.in: Remove libg++ references.
8661
8662 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8663 (ALL_TARGET_MODULES): Same.
8664 (configure-target-libg++): Remove.
8665 (all-target-libg++): Remove.
8666 (configure-target-libio): Remove.
8667 (all-target-libio): Remove.
8668 (check-target-libio): Remove.
8669 (.PHONY): Remove.
8670 (libg++.tar.bz2): Remove.
8671 (all-target-cygmon): Remove libio.
8672 (all-target-libstdc++): Remove.
8673 (configure-target-libstdc++): Remove.
8674 (TARGET_LIB_PATH): Remove libstdc++.
8675 (ALL_GCC_CXX): Remove libstdc++.
8676 (all-target-gperf): Correct.
8677
86782001-02-15 Anthony Green <green@redhat.com>
8679
8680 * configure: Introduce GCJ_FOR_TARGET.
8681 * configure.in: Ditto.
8682 * Makefile.in: Ditto.
8683
86842001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8685
8686 * configure.in: for *-chorusos, don't config target-newlib and
8687 target-libgloss.
8688
86892001-02-04 Mark Mitchell <mark@codesourcery.com>
8690
8691 Remove V2 C++ library.
8692 * configure.in: Remove --enable-libstdcxx_v3 support.
8693
86942001-01-27 Richard Henderson <rth@redhat.com>
8695
8696 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8697
86982001-01-26 Tom Tromey <tromey@redhat.com>
8699
8700 * configure.in: Allow libgcj to be built on Sparc Solaris.
8701
87022001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8703
8704 * configure.in: Enable libgcj on several additional platforms.
8705
87062001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8707
8708 * configure.in: Enable libgcj for linux targets.
8709
87102001-01-09 Mike Stump <mrs@wrs.com>
8711
8712 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8713 failures of subdirectories.
8714
87152001-01-02 Laurynas Biveinis <lauras@softhome.net>
8716
8717 * configure: handle DOS-style absolute paths.
8718
87192001-01-02 Laurynas Biveinis <lauras@softhome.net>
8720
8721 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8722
87232000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8724
8725 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8726 (libstdcxx_incdir): Pass down.
8727 * config.if: Remove expired bits for cxx_interface, add stub.
8728 (libstdcxx_incdir): Add variable for g++ include directory.
8729 * configure.in (gxx_include_dir): Use it.
8730
87312000-12-15 Andreas Jaeger <aj@suse.de>
8732
8733 * configure.in: Handle lang_dirs.
8734
87352000-12-13 Anthony Green <green@redhat.com>
8736
8737 * configure.in: Disable libgcj for any target not specifically
8738 listed. Disable libgcj for x86 and Alpha Linux until compatible
8739 with g++ abi.
8740
87412000-12-13 Mike Stump <mrs@wrs.com>
8742
8743 * Makefile.in (local-distclean): Also remove fastjar.
8744
87452000-12-10 Anthony Green <green@redhat.com>
8746
8747 * configure.in: Define libgcj. Disable libgcj target libraries for
8748 most targets.
8749
87502000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8751
8752 * configure.in (target_libs): Revert 2000-12-08 patch.
8753 (noconfigdirs): Added target-libjava.
8754
87552000-12-09 Laurynas Biveinis <lauras@softhome.net>
8756
8757 * Makefile.in: handle DOS-style absolute paths.
8758
87592000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8760
8761 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8762 libjava.
8763 * configure.in (target_libs): Removed `target-libjava'.
8764
87652000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8766
8767 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8768 (ALL_MODULES): Added fastjar.
8769 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8770 (all-target-libjava): all-fastjar replaces all-zip.
8771 (all-fastjar): Added.
8772 (configure-target-fastjar, all-target-fastjar): Likewise.
8773 * configure.in (host_tools): Added fastjar.
8774
87752000-12-07 Mike Stump <mrs@wrs.com>
8776
8777 * Makefile.in (local-distclean): Remove leftover built files.
8778
87792000-11-16 Fred Fish <fnf@be.com>
8780
8781 * configure.in (enable_libstdcxx_v3): Fix typo,
8782 libstd++ -> libstdc++.
8783
87842000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8785
8786 * configure: Provide the original toplevel configure arguments
8787 (including $0) to subprocesses in the environment rather than
8788 through gcc/configargs.h.
8789
87902000-11-12 Mark Mitchell <mark@codesourcery.com>
8791
8792 * configure: Turn on libstdc++ V3 by default.
8793
87942000-10-16 Michael Meissner <meissner@redhat.com>
8795
8796 * configure (gcc/configargs.h): Only create if there is a build GCC
8797 directory created.
8798
87992000-10-05 Phil Edwards <pme@gcc.gnu.org>
8800
8801 * configure: Save configure arguments to gcc/configargs.h.
8802
88032000-10-04 Andris Pavenis <pavenis@latnet.lv>
8804
8805 * Makefile.in (bootstrap): avoid recursion if subdir missing
8806 (cross): ditto
8807 (do-proto-toplev): ditto
8808
8809Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8810
8811 * configure.in: Do not build byacc for hppa64. Provide paths to the
8812 X11 libraries for hppa64.
8813
88142000-09-02 Anthony Green <green@cygnus.com>
8815
8816 * Makefile.in (all-gcc): Depend on all-zlib.
8817 (CLEAN_MODULES): Add clean-zlib.
8818 (ALL_MODULES): Add all-zlib.
8819 * configure.in (host_libs): Add zlib.
8820
88212000-08-25 Alexandre Oliva <aoliva@redhat.com>
8822
8823 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8824 $targargs to tell whether newlib is going to be built.
8825
8826 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8827 $$r/TARGET_SUBDIR/libio for _G_config.h.
8828
88292000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8830
8831 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8832
8833 * configure: Make enable_threads and enable_shared defaults
8834 explicit. Substitute enable_threads into generated Makefiles.
8835 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8836 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8837
88382000-08-02 Manfred Hollstein <manfredh@redhat.com>
8839
8840 * configure.in: Re-enable all references to libg++ and librx.
8841
ffb97b2f 88422002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8843
ffb97b2f
DD
8844 * configure.in: Add *-*-freebsd* configurations.
8845
bbf6e9e3
AC
88462002-04-07 Andrew Cagney <ac131313@redhat.com>
8847
8848 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8849 (do-tar, do-bz2): New rules.
8850 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8851 (gdb-tar): New rule.
8852 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8853 (insight_dejagnu.tar): New rule.
8854 (insight.tar): New rule.
8855 (gdb+dejagnu.tar): New rule.
8856 (gdb.tar): New rule.
8857
8f1579c0
AC
88582002-04-07 Andrew Cagney <ac131313@redhat.com>
8859
8860 * MAINTAINERS: Update dejagnu/
8861
ba3c59ab
AO
88622002-03-16 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * ltmain.sh (relink_command): Fix typo in previous change.
8865
6243d5dd
AO
88662002-03-15 Alexandre Oliva <aoliva@redhat.com>
8867
8868 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8869 (relink_command): Added --tag flags.
8870 (mode=install): If relinking fails; error out.
8871
80413487
RH
88722002-03-12 Richard Henderson <rth@redhat.com>
8873
8874 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8875 .NOTPARALLEL tag.
8876 (do-check): Rename from check.
8877 (check): Allow parallel check.
8878
3daeddf6
RH
88792002-03-11 Richard Henderson <rth@redhat.com>
8880
8881 * Makefile.in (.NOTPARALLEL): Add fake tag.
8882
fad93c55
L
88832002-03-07 H.J. Lu (hjl@gnu.org)
8884
8885 * configure.in: Enable gprof for mips*-*-linux*.
8886
2e8357fc
AO
88872002-02-28 Alexandre Oliva <aoliva@redhat.com>
8888
8889 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8890 libjava.
8891 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8892
bd48e1a9
AC
88932002-02-24 Andrew Cagney <ac131313@redhat.com>
8894
8895 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8896
39121370
DJ
88972002-02-23 Daniel Jacobowitz <drow@mvista.com>
8898
8899 * config.guess: Import from master sources, rev 1.232.
8900 * config.sub: Import from master sources, rev 1.246.
8901
081ff160
AO
89022002-02-23 Alexandre Oliva <aoliva@redhat.com>
8903
8904 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8905 because its Makefile is there; test for the executable instead.
8906
20a5393b
AO
89072002-02-09 Alexandre Oliva <aoliva@redhat.com>
8908
8909 Contribute sh64-elf.
8910 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8911 * configure.in: Added sh64-*-*.
8912
38135629
JJ
89132002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8914
80413487
RH
8915 * COPYING.NEWLIB: Remove advertising clause from
8916 Berkeley and Red Hat licenses.
38135629 8917
48d19748
MD
89182002-02-01 Mo DeJong <supermo@bayarea.net>
8919
8920 * Makefile.in: Add all-tix to deps for all-snavigator
8921 so that tix is built when building snavigator.
8922
f6e1c110
BE
89232002-02-01 Ben Elliston <bje@redhat.com>
8924
8925 * config.guess: Import from master sources, rev 1.229.
8926 * config.sub: Import from master sources, rev 1.240.
8927
4867be41
DJ
89282002-01-27 Daniel Jacobowitz <drow@mvista.com>
8929
8930 From Steve Ellcey <sje@cup.hp.com>:
8931 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8932 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8933 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8934 IA64.
8935 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8936 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8937 soname_spec, sys_lib_search_path_spec): Ditto.
8938
e82380cc
JT
89392002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8940
8941 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8942 target-libiberty, and target-libgloss. Skip Java-related
8943 libraries if not supported for NetBSD on target CPU.
8944
1319fb9c
NC
89452002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8946
8947 * configure.in: Import StrongARM and XScale target_configdirs from
8948 FSF GCC version.
8949
b020f6ac
L
89502002-01-16 H.J. Lu (hjl@gnu.org)
8951
8952 * config.guess: Import from master sources, rev 1.225.
8953 * config.sub: Import from master sources, rev 1.238.
8954
8955 * MAINTAINERS: Updated notes on config.guess and config.sub.
8956
a0c1c920
NC
89572002-01-11 Steve Ellcey <sje@cup.hp.com>
8958
8959 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8960 ld and gdb are not supported.
8961
a9fa5e1f
JJ
89622002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8963
8964 * Change reference to Cygnus Solutions to be Red Hat.
8965
94077108
JJ
89662002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8967
8968 * COPYING.NEWLIB: Update generic copyright date.
8969
05ecd75c
MS
89702002-01-07 Mark Salter <msalter@redhat.com>
8971
8972 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8973 Allow target-libgloss to be built for arm, strongarm, and xscale.
8974
a106bb62
BE
89752002-01-03 Ben Elliston <bje@redhat.com>
8976
8977 * MAINTAINERS: Update URL for config.* scripts.
8978
0e254642
AM
89792001-12-18 Alan Modra <amodra@bigpond.net.au>
8980
8981 * config.sub: Import latest version.
8982 * config.guess: Likewise.
8983
0a0d0041
TF
89842001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8985
8986 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8987 options for i[3456]86-pc-linux* native builds.
8988
d932cae7
NC
89892001-12-05 Laurent Guerby <guerby@acm.org>
8990
8991 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8992 libiberty.
d932cae7
NC
8993
8994 Import this patch from gcc:
5481b376 8995
d932cae7
NC
8996 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8997
8998 * symlink-tree: handle DOS-style absolute paths.
8999
49b7683b
DD
90002001-11-28 DJ Delorie <dj@redhat.com>
9001 Zack Weinberg <zack@codesourcery.com>
9002
9003 When build != host, create libiberty for the build machine.
9004
9005 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9006 CONFIG_ARGUMENTS.
9007 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9008 New variables.
9009 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9010 and rules.
9011 (all.normal): Depend on ALL_BUILD_MODULES.
9012 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9013 (all-build-libiberty): Depend on configure-build-libiberty.
9014
9015 * configure: Calculate and substitute proper value for
9016 ALL_BUILD_MODULES.
9017 * configure.in: Create the build subdirectory.
9018 Calculate and substitute TARGET_CONFIGARGS (formerly
9019 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9020
26ef82f4
GK
90212001-11-26 Geoffrey Keating <geoffk@redhat.com>
9022
9023 * config.sub: Update to version 1.232 on subversion.
9024
43e64072
NC
90252001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9026
9027 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9028 files from .po files for a distribution.
9029
66f6c0d5
HPN
90302001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9031
9032 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9033
4a02fdb2
JH
90342001-11-13 Jeff Holcomb <jeffh@redhat.com>
9035
9036 Merged from net gcc:
9037 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9038 * ltcf-c.sh: Use $objext, not $ac_objext.
9039 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9040 * ltcf-cxx.sh: Add support for GNU.
9041 2001-07-22 Timothy Wall <twall@redhat.com>
9042 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9043 default settings if using GNU tools with that configuration.
9044 * ltcf-cxx.sh: Ditto.
9045 * ltcf-gcj.sh: Ditto.
9046 2001-07-21 Michael Chastain <chastain@redhat.com>
9047 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9048 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9049 * ltmain.sh: Mark as gcc-local.
9050
227b9953
JH
90512001-11-13 Jeff Holcomb <jeffh@redhat.com>
9052
9053 * Makefile.in (all-bison): Revert 2001-10-24.
9054 Don't depend on texinfo.
9055
cbbab8fb
JJ
90562001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9057
80413487 9058 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9059
922b2485
DD
90602001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9061
9062 * configure.in (--enable-languages): Be more permissive about
9063 syntax. Check for empty lists better. Warn about $LANGUAGES.
9064
f08fa01d
HPN
90652001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9066
9067 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9068
fee3da4e
JH
90692001-10-24 Jeff Holcomb <jeffh@redhat.com>
9070
9071 Makefile.in (all-bison): Don't depend on texinfo.
9072
73fb1ef9
AM
90732001-10-03 Alan Modra <amodra@bigpond.net.au>
9074
9075 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9076
373688ac
AO
90772001-09-29 Alexandre Oliva <aoliva@redhat.com>
9078
9079 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9080
9c07660b
HPN
90812001-09-28 Hans-Peter Nilsson <hp@axis.com>
9082
9083 * config.sub, config.guess: Import latest from subversions.
9084
3f152009
AO
90852001-09-21 Alexandre Oliva <aoliva@redhat.com>
9086
9087 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9088 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9089 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9090 avoid quotes nesting problems.
9091 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9092 (DO_X): Export only variables that are set.
9093
8f6a59e5
BE
90942001-09-19 Ben Elliston <bje@redhat.com>
9095
9096 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9097 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9098 semantics. Use the shell built-in "type" command instead.
9099
a1ec19fa
TS
91002001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9101
9102 * config.sub: Reverted the earlier change, this version is not the
9103 master file.
9104
4008bd9b
TS
91052001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9106
9107 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9108 Add support for mips64.
9109
dd1e52a4
JH
91102001-09-03 Jeff Holcomb <jeffh@redhat.com>
9111
9112 * configure.in: Enable libstdc++-v3 for h8300 targets.
9113
91549d1c
EC
91142001-08-30 Eric Christopher <echristo@redhat.com>
9115 Jason Eckhardt <jle@redhat.com>
9116
9117 * config.sub: Add support for mipsisa32.
9118
cf966cf9
EC
91192001-08-30 Eric Christopher <echristo@redhat.com>
9120
9121 * config.sub, config.guess: Import latest from subversions.
9122
82208dc5
AM
91232001-08-20 Alan Modra <amodra@bigpond.net.au>
9124
9125 * config.sub, config.guess: Import latest from subversions.
9126
4dca8403
DD
91272001-07-26 DJ Delorie <dj@redhat.com>
9128
9129 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9130
1107dce2
AM
91312001-06-19 Alan Modra <amodra@bigpond.net.au>
9132
9133 * Makefile.in: Revert 2001-06-17.
9134 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9135
e09a6604
L
91362001-06-17 H.J. Lu <hjl@gnu.org>
9137
9138 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9139 (gas+binutils.tar.bz2): Likewise.
9140 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9141
31a8b634
AC
9142Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9143
9144 * Makefile.in (VER): When present, extract the version number from
5481b376 9145 the file version.in.
31a8b634 9146
dc70af01
AO
91472001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9148
9149 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9150 gcc/xgcc is built, use -print-prog-name to find out the program
9151 name to use.
9152
839bbd8c
AO
91532001-06-04 Mark Mitchell <mark@codesourcery.com>
9154
9155 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9156 with_gcc]: Use `gcc -shared' to build a shared library.
9157
566e9a30
AO
91582001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9159
9160 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9161 archives.
9162
e877bb69
AO
91632001-05-28 Simon Patarin <simon.patarin@inria.fr>
9164
9165 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9166 libraries when using g++ with native linker.
9167
1605288b
AO
91682001-05-28 Alexandre Oliva <aoliva@redhat.com>
9169
9170 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9171
11a383ba
TR
91722001-05-24 Tom Rix <trix@redhat.com>
9173
9174 * configure.in : enable ld for aix
cf966cf9 9175
18611226
AO
91762001-05-22 Alexandre Oliva <aoliva@redhat.com>
9177
9178 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9179 [aix4*|aix5*]: Prepend blank.
9180
6be7c12c
AO
91812001-05-20 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9184 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9185 of subdir/configure scripts to use the new libtool.m4.
9186
4ed00bba
L
91872001-05-14 H.J. Lu <hjl@gnu.org>
9188
9189 * config.if (libc_interface): Set to -libc6.2- for cross
9190 compiling to Linux/glibc 2.2.
9191
b1af961c
AO
91922001-05-03 Alexandre Oliva <aoliva@redhat.com>
9193
9194 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9195 libgcj.
9196
5ec3e74e
AO
91972001-04-26 Alexandre Oliva <aoliva@redhat.com>
9198
9199 * configure.in (noconfigdirs): Don't reset it from scratch in the
9200 target case; only append to it.
9201
b3ed1d6b
AO
92022001-04-26 Alexandre Oliva <aoliva@redhat.com>
9203
9204 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9205 sparc-*-solaris2.8]: Disable ${libgcj}.
9206
96111c10
AO
92072001-04-25 Alexandre Oliva <aoliva@redhat.com>
9208
9209 * configure.in (libgcj_saved): Copy from $libgcj.
9210 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9211 --disable-libgcj.
9212
b5bf43f2
AO
92132001-04-20 Alexandre Oliva <aoliva@redhat.com>
9214
9215 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9216 1.641.2.228.
9217
8cc32590
AO
92182001-04-12 Alexandre Oliva <aoliva@redhat.com>
9219
9220 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9221 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9222
dec0cb0c
AO
92232001-04-01 Alexandre Oliva <aoliva@redhat.com>
9224
9225 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9226 New macros.
9227 (bootstrap, cross): Use RECURSE_FLAGS.
9228 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9229
6a9c3886
AO
92302001-03-27 Alexandre Oliva <aoliva@redhat.com>
9231
9232 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9233
d4fc7db8
NC
92342001-03-23 Nick Clifton <nickc@redhat.com>
9235
9236 * README-maintainer-mode: Add note about inability to use "make
9237 distclean" in maintainer mode.
9238
7389ff65
AO
92392001-03-22 Alexandre Oliva <aoliva@redhat.com>
9240
9241 Re-installed:
9242 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9243 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9244 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9245 * ltcf-cxx.sh: Likewise.
9246 * ltcf-gcj.sh: Likewise.
9247
b3e0dc8e
PB
92482001-03-22 Philip Blundell <philb@gnu.org>
9249
9250 * config.sub, config.guess: Import latest from subversions.
9251
469b781c
AO
92522001-03-22 Alexandre Oliva <aoliva@redhat.com>
9253
9254 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9255 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9256
b0dad762
MC
92572001-03-20 Michael Chastain <chastain@redhat.com>
9258
9259 * Makefile.in: all-m4 depends on all-texinfo.
9260
c559bb17
AO
92612001-03-08 Alexandre Oliva <aoliva@redhat.com>
9262
9263 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9264
fef4ae2e
JJ
92652001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9266
9267 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9268 longer valid.
9269
8d6dd99d
NC
92702001-02-16 Nick Clifton <nickc@redhat.com>
9271
9272 * configure.in (noconfigdirs): Allow configuration of texinfo
9273 for Cygwin hosts.
9274
a85d7ed0
NC
92752001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9276
9277 * config.guess: Add linux target for S/390.
9278 * config.sub: Likewise.
9279 * configure.in: Likewise.
9280
51221c5e
DD
92812001-02-06 Ben Elliston <bje@redhat.com>
9282
9283 * configure: Output host type to stdout, not stderr.
9284
9dec4c71
MS
92852001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9286
9287 * config.guess: Import from subversions.gnu.org (revision 1.181).
9288 * config.sub: Import from subversions.gnu.org (revision 1.199).
9289
9add9c04
AM
92902001-01-30 Alan Modra <alan@linuxcare.com.au>
9291
9292 * config.guess: Handle hppa64-linux systems.
9293
8679174d
MS
92942001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9295
9296 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9297 Don't unset, it's non-portable and no longer necessary, set to empty
9298 instead.
9299
02d01ed4
MS
93002001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9301
9302 * ltconfig: Shell portability fix for the tagname validity check.
9303
4cc5853d
MS
93042001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9305
9306 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9307
7487e485
AO
93082001-01-27 Alexandre Oliva <aoliva@redhat.com>
9309
9310 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9311 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9312
f332af52
AO
93132001-01-24 Alexandre Oliva <aoliva@redhat.com>
9314
9315 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9316 keep at least one of build_libtool_libs or build_old_libs set to
9317 yes.
9318
ef099754
AO
93192001-01-24 Alexandre Oliva <aoliva@redhat.com>
9320
9321 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9322 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9323
8341f2fc 93242000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9325
8341f2fc
AJ
9326 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9327
93282000-11-03 Philip Blundell <pb@futuretv.com>
9329
9330 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9331 files.
ebf0fa2e 9332
c320a39f
JJ
93332001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9334
9335 * COPYING.NEWLIB: Put into source repository.
9336
8817b92e
BE
93372001-01-15 Ben Elliston <bje@redhat.com>
9338
9339 * configure.in (host_tools): Add sid.
9340 Always configure cgen.
9341 * Makefile.in (all-sid): New target.
9342 (check-sid, clean-sid, install-sid): Likewise.
9343
35590697
AJ
93442001-01-07 Andreas Jaeger <aj@suse.de>
9345
80413487 9346 * config.sub, config.guess: Update from subversions.
35590697 9347
6ee6cea6
AO
93482000-12-12 Alexandre Oliva <aoliva@redhat.com>
9349
9350 * configure.in: Disable language-specific target libraries for
9351 languages that aren't enabled.
9352
077b8428
NC
93532000-11-24 Nick Clifton <nickc@redhat.com>
9354
9355 * configure.in (xscale-elf): Add target.
9356 (xscale-coff): Add target.
9357 (c4x, c5x, tic54x): Move after ARM targets.
9358
9e28a1ed
AO
93592000-11-23 Alexandre Oliva <aoliva@redhat.com>
9360
9361 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9362
be98a80a
ILT
93632000-11-20 Ian Lance Taylor <ian@zembu.com>
9364
9365 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9366
5cec67bf
AO
93672000-11-18 Alexandre Oliva <aoliva@redhat.com>
9368
9369 * Makefile.in: Merge with GCC and libgcj.
9370 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9371 configure-target-<library> when their configure scripts need the C
9372 or C++ library to have already been built to work properly.
9373 (do_proto_toplev): Set them to an empty string.
9374
d932cae7 93752000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9376
9377 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9378 (REALLY_SET_LIB_PATH): Use them.
9379
d932cae7 93802000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9381
9382 * config.sub: Add support for Sun Chorus
9383
8602ff0c
NC
93842000-11-02 Per Lundberg <plundis@chaosdev.org>
9385
9386 * config.sub: Add support for the *-storm-chaos OS.
9387
f9e0997d
NC
93882000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9389
80413487
RH
9390 * configure.in (noconfigdirs): Don't compile some
9391 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9392
d64552c5
AO
93932000-09-30 Alexandre Oliva <aoliva@redhat.com>
9394
9395 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9396 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9397 all affected `configure' scripts.
9398
97f60b31
AO
93992000-09-25 Alexandre Oliva <aoliva@redhat.com>
9400
9401 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9402 ltcf-c.sh.
9403
6e8dd58f
PB
94042000-09-12 Philip Blundell <philb@gnu.org>
9405
9406 * config.sub, config.guess: Update from subversions.
9407
103a2e99
AO
94082000-09-06 Alexandre Oliva <aoliva@redhat.com>
9409
51601921
AO
9410 * Makefile.in (all-zlib): Added dummy target.
9411
103a2e99
AO
9412 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9413 multi-language branch.
9414
2809b4b9
AO
94152000-09-05 Alexandre Oliva <aoliva@redhat.com>
9416
9417 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9418 (bootstrap*): Depend on all-bootstrap.
9419
7450026c
AO
94202000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9421
9422 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9423 crosses, but add gcc/include to the header search path for them.
9424
6cf86f7f
AO
94252000-08-31 Alexandre Oliva <aoliva@redhat.com>
9426
9427 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9428 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9429 * gettext.m4: New file, extracted from aclocal.m4.
9430
ce2ea6e3
AO
94312000-08-22 Alexandre Oliva <aoliva@redhat.com>
9432
9433 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9434 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9435 sub-configures.
9436
9765193e
DE
94372000-08-20 Doug Evans <dje@casey.transmeta.com>
9438
9439 * Makefile.in (ALL_MODULES): Add all-cgen.
9440 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9441 (all-cgen): New target.
9442 (all-opcodes,all-sim): Depend on all-cgen.
9443 * configure.in (host_tools): Add cgen.
9444 Only configure cgen if --enable-cgen-maint.
9445
d7b32520
AO
94462000-08-17 Alexandre Oliva <aoliva@redhat.com>
9447
9448 * config-ml.in (CC, CXX): Don't introduce a leading space.
9449
e52ef561
AO
94502000-08-16 Alexandre Oliva <aoliva@redhat.com>
9451
9452 * configure.in (libstdcxx_flags): Use
9453 libstdc++-v3/src/libstdc++.INC.
9454
88f9c2a0
AO
94552000-08-15 Alexandre Oliva <aoliva@redhat.com>
9456
9457 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9458
98fbe43f
JM
94592000-08-11 Jason Merrill <jason@redhat.com>
9460
9461 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9462 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9463 (FLAGS_FOR_TARGET): Not here.
9464 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9465
279ddab4
DD
94662000-08-07 DJ Delorie <dj@redhat.com>
9467
9468 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9469 "if we're also building gcc, and it's a gcc that will run on the
9470 build machine, we want to use its includes instead of the system's
9471 default includes".
9472
60523a83
AO
94732000-08-03 Alexandre Oliva <aoliva@redhat.com>
9474
24ffec7a
AO
9475 * configure.in (libstdcxx_flags): Don't use `"'.
9476
60523a83
AO
9477 * config-ml.in: Adjust multilib search paths to the
9478 appropriate multilib tree.
9479
daf644b5
AO
94802000-08-02 Alexandre Oliva <aoliva@redhat.com>
9481
9482 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9483 commas in $LANGUAGES.
9484
63266560
DD
94852000-08-01 Alexandre Oliva <aoliva@redhat.com>
9486
9487 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9488
94892000-07-31 Alexandre Oliva <aoliva@redhat.com>
9490
9491 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9492 CXX_FOR_TARGET for sed.
9493
94942000-07-30 Alexandre Oliva <aoliva@redhat.com>
9495
9496 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9497 Do not override if already set in the environment or in configure.
9498 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9499 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9500
9e449d3e
AO
95012000-07-27 Alexandre Oliva <aoliva@redhat.com>
9502
9503 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9504 (GCC_FOR_TARGET): Use it.
9505 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9506 * configure.in: ... here.
9507 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9508 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9509
8bbd92e0
AO
95102000-07-24 Alexandre Oliva <aoliva@redhat.com>
9511
fd1f87b2
AO
9512 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9513 (configure-target-libchill, configure-target-libobjc): Likewise.
9514
8bbd92e0
AO
9515 * configure.in: Use the same cache file for all target libs.
9516 * config-ml.in: But different cache files per multilib variant.
9517
25c6c112
JL
95182000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9519
9520 * configure (topsrcdir): Don't use dirname.
9521
ba73c63f
JM
95222000-07-20 Jason Merrill <jason@redhat.com>
9523
9524 * configure.in: Remove all references to libg++ and librx.
9525
9526 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9527
1af08294
HPN
95282000-07-20 Hans-Peter Nilsson <hp@axis.com>
9529
9530 * config.sub: Update to subversions version 2000-07-06.
9531
ba73c63f
JM
95322000-07-12 Andrew Haley <aph@cygnus.com>
9533
9534 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9535 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9536
95372000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9538
9539 * symlink-tree: Check number of arguments.
9540
d932cae7 95412000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9542
9543 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9544
ba73c63f
JM
95452000-07-05 Jim Wilson <wilson@cygnus.com>
9546
9547 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9548 search path for a g++ extracted from the build tree. This
9549 will allow link tests run by configure scripts in
9550 subdirectories to succeed.
9551
92ee2f86
UC
95522000-07-01 Koundinya K <kk@ddeorg.soft.net>
9553
80413487 9554 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9555
23f2f29f
CV
95562000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9557
9558 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9559 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9560
f04f5a67
TW
95612000-06-19 Timothy Wall <twall@cygnus.com>
9562
9563 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9564 * config.sub: Add tic54x target.
9565
11da68be
NC
95662000-06-07 Phillip Thomas <pthomas@suse.de>
9567
9568 * README-maintainer-mode: New file: Contains notes on using
9569 --enable-maintainer-mode with binutils.
9570
d932cae7 95712000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9572
9573 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9574
d932cae7 95752000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9576
9577 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9578 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9579
9442cea3
L
958020000-05-21 H.J. Lu (hjl@gnu.org)
9581
80413487
RH
9582 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9583 directory are used if they exist. Make sure
9584 $(build_tooldir)/include is searched for header files,
9585 $(build_tooldir)/lib/ for library files.
9442cea3 9586 (GCC_FOR_TARGET): Likewise.
80413487 9587 (CXX_FOR_TARGET): Likewise.
9442cea3 9588
d932cae7 95892000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9590
9591 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9592
d932cae7 95932000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9594
9595 * Makefile.in (configure-target-libiberty): Depend on
9596 configure-target-newlib.
9597
ba73c63f
JM
95982000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9599
9600 * configure.in, Makefile.in: Merge all libffi-related
9601 configury stuff from the libgcj tree.
9602
d932cae7 96032000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9604
9605 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9606 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9607
d932cae7 96082000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9609
9610 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9611 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9612 current version information. Add to proto-toplev directory.
b5a23627
AC
9613 (gdb-taz): Build do-djunpack.
9614
ba73c63f
JM
96152000-05-15 David Edelsohn <edelsohn@gnu.org>
9616
9617 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9618
7c86ed39
L
96192000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9620
9621 * ltmain.sh: Preserve in relink_command any environment
9622 variables that may affect the linker behavior.
9623
d932cae7 96242000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9625
9626 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9627
d932cae7 96282000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9629
9630 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9631
ed0a91a5
EZ
96322000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9633
9634 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9635 with the version name.
ed0a91a5 9636
ba73c63f 96372000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9638
ba73c63f 9639 * config.if: Tweak.
6cafa39f 9640
ba73c63f 96412000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9642
ba73c63f 9643 * djunpack.bat: New file.
66156876 9644
d932cae7 96452000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9646
9647 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9648 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9649 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9650 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9651
ba73c63f
JM
96522000-04-16 Dave Pitts <dpitts@cozx.com>
9653
80413487
RH
9654 * config.sub (case $basic_machine): Change default for "ibm-*"
9655 to "openedition".
ba73c63f 9656
d932cae7 96572000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9658
9659 * Makefile.in (gdb-taz): New target. GDB specific archive.
9660 (do-md5sum): New target.
9661 (MD5PROG): Define.
9662 (PACKAGE): Default to TOOL.
9663 (VER): Default to a shell script.
9664 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9665 md5 checksum generation.
b35ece4e
AC
9666 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9667 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9668 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9669 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9670
d932cae7 96712000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9672
9673 * configure (warn_cflags): Delete.
9674
ba73c63f 96752000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9676 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9677
80413487
RH
9678 * configure.in (enable_libstdcxx_v3): Add.
9679 (target_libs): Add bits here to switch between libstdc++-v2 and
9680 libstdc++-v3.
9681 * config.if: And this file too.
9682 * Makefile.in: Add libstdc++-v3 targets.
35590697 9683
ba73c63f
JM
96842000-04-05 Michael Meissner <meissner@redhat.com>
9685
9686 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9687
d332c5ac
JM
96882000-03-29 Jason Merrill <jason@casey.cygnus.com>
9689
9690 * configure.in: -linux-gnu*, not -linux-gnu.
9691
d932cae7 96922000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9693
9694 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9695 (do-tar-bz2): Replace TOOL with PACKAGE.
9696 (gdb.tar.bz2): Remove GDBTK from GDB package.
9697 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9698 dejagnu.tar.bz2): New packages.
6dcbc97b 9699
96ce09a7
ILT
97002000-02-27 Andreas Jaeger <aj@suse.de>
9701
9702 * configure.in: Add entry for mips*-*-linux*, move catch all
9703 *-*-*linux* entry below this one.
9704
2031769e
ILT
97052000-02-27 Ian Lance Taylor <ian@zembu.com>
9706
9707 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9708
4bab746c
NC
97092000-02-24 Nick Clifton <nickc@cygnus.com>
9710
9711 * config.sub: Support an OS of "wince".
9712
d932cae7 97132000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9714
9715 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9716 version.
ada59422 9717
5b93d8bb
AM
97182000-02-23 Linas Vepstas <linas@linas.org>
9719
9720 * config.sub: Add support for Linux/IBM 370.
9721 * configure.in: Likewise.
9722
2fb651f6
NC
97232000-02-22 Nick Clifton <nickc@cygnus.com>
9724
9725 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9726
b8441c25
CF
97272000-02-20 Christopher Faylor <cgf@cygnus.com>
9728
9729 * config.guess: Guess "cygwin" rather than "cygwin32".
9730
d332c5ac
JM
97312000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9732
9733 * configure (gcc_version): When setting, narrow search to
9734 lines containing `version_string'.
9735
ba73c63f
JM
97362000-02-15 Denis Chertykov <denisc@overta.ru>
9737
9738 * config.sub: Add support for avr target.
9739
d932cae7 97402000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9741
9742 * config.sub: Add mmix-knuth-mmixware.
9743
97442000-01-27 Christopher Faylor <cgf@redhat.com>
9745
9746 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9747 structure stuff to -L library search.
9748 (CXX_FOR_TARGET): Ditto.
9749 (CROSS_CHECK_MODULES): Fix spelling mistake.
9750
97512000-01-24 Mark Mitchell <mark@codesourcery.com>
9752
9753 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9754 the C++ compiler.
9755
97562000-01-12 Richard Henderson <rth@cygnus.com>
9757
9758 * configure.in: Don't build some bits for beos.
9759
97602000-01-12 Joel Sherrill (joel@OARcorp.com)
9761
9762 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9763 as include files.
9764
91b2c84d
GK
97652000-01-06 Geoff Keating <geoffk@cygnus.com>
9766
9767 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9768 not mh-aix43.
9769
ba73c63f
JM
97701999-12-14 Richard Henderson <rth@cygnus.com>
9771
9772 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9773 * config.sub: Accept alphaev[78], alphaev8.
9774
97751999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9776
9777 * config.guess, config.sub: Update from autoconf.
9778
9779Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9780
9781 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9782 necessary libraries are missing.
9783
97841999-10-25 Andreas Schwab <schwab@suse.de>
9785
9786 * configure: Fix quoting inside arguments of eval.
9787
97881999-10-21 Nick Clifton <nickc@cygnus.com>
9789
9790 * config-ml.in: Allow suppression of some ARM multilibs.
9791
9792Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9793
9794 * config.guess: Add OS/390 match pattern.
9795 * config.sub: Add mvs, openedition targets.
9796 * configure.in (i370-ibm-opened*): New.
9797
ef14edc4
ILT
97981999-09-04 Steve Chamberlain <sac@pobox.com>
9799
9800 * config.sub: Add support for configuring for pj.
9801
afb478e8
NC
98021999-08-31 Nick Clifton <nickc@cygnus.com>
9803
fd6848f6 9804 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9805
ba73c63f 98061999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9807
9808 * configure.in: Do not configure or build ld for AIX
9809 platforms. ld is known to be broken on these platforms.
9810
ba73c63f
JM
9811Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9812
9813 * config-ml.in: Pass compiler flag corresponding to multidirs to
9814 subdir configures.
9815
c363de44
ILT
98161999-08-09 Ian Lance Taylor <ian@zembu.com>
9817
9818 * Makefile.in (LDFLAGS): Define.
9819
dc8bc5a6
ILT
98201999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9821
9822 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9823 noconfigdirs.
9824 (*-*-cygwin*): Likewise.
9825
6ca3858e
ILT
98261999-08-08 Ian Lance Taylor <ian@zembu.com>
9827
71141bb6
ILT
9828 * mkdep: New file.
9829 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9830 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9831
6ca3858e
ILT
9832 From Eli Zaretskii <eliz@is.elta.co.il>:
9833 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9834 long file name when using DJGPP on MS-DOS.
9835
ba73c63f
JM
9836Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9837
9838 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9839
2735a327
AM
98401999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9841
9842 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9843 dependency as this causes "make check" to globally "make all"
9844
ba73c63f
JM
9845Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9846
9847 * configure.in (target_libs): Added target-zlib.
9848 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9849 (CONFIGURE_TARGET_MODULES): Likewise.
9850 (CHECK_TARGET_MODULES): Likewise.
9851 (INSTALL_TARGET_MODULES): Likewise.
9852 (CLEAN_TARGET_MODULES): Likewise.
9853 (configure-target-zlib): New target.
9854 (all-target-zlib): Likewise.
9855 (all-target-libjava): Depend on all-target-zlib.
9856 (configure-target-libjava): Depend on configure-target-zlib.
9857
9858 * Makefile.in (configure-target-libjava): Depend on
9859 configure-target-newlib.
9860 (configure-target-boehm-gc): New target.
9861 (configure-target-qthreads): New target.
9862
80413487
RH
9863 * configure.in (target_libs): Added target-qthreads.
9864 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9865 (CONFIGURE_TARGET_MODULES): Likewise.
9866 (CHECK_TARGET_MODULES): Likewise.
9867 (INSTALL_TARGET_MODULES): Likewise.
9868 (CLEAN_TARGET_MODULES): Likewise.
9869 (all-target-qthreads): New target.
9870 (configure-target-libjava): Depend on configure-target-qthreads.
9871 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9872
9873 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9874 (CONFIGURE_TARGET_MODULES): Likewise.
9875 (CHECK_TARGET_MODULES): Likewise.
9876 (INSTALL_TARGET_MODULES): Likewise.
9877 (CLEAN_TARGET_MODULES): Likewise.
9878 (all-target-libjava): New target.
9879 (all-target-boehm-gc): Likewise.
9880 * configure.in (target_libs): Added libjava, boehm-gc.
9881
08d836d6
ILT
98821999-07-22 Ian Lance Taylor <ian@zembu.com>
9883
9884 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9885 configure.bat in SUPPORT_FILES.
9886 (gas+binutils.tar.bz2): Likewise.
9887
9888 * makeall.bat: Remove; obsolete.
9889
8f36e47c
ILT
98901999-07-21 Ian Lance Taylor <ian@zembu.com>
9891
9892 From Mark Elbrecht:
9893 * configure.bat: Remove; obsolete.
9894
56e82f25
ILT
98951999-07-11 Ian Lance Taylor <ian@zembu.com>
9896
9897 * configure: Add -W -Wall to the default CFLAGS when compiling with
9898 gcc.
9899
1001d816
JL
9900Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9901
9902 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9903
106117aa
MM
99041999-06-30 Mark Mitchell <mark@codesourcery.com>
9905
9906 * configure.in: Build ld on IRIX6.
9907
c376f4ed
ILT
99081999-06-12 Ian Lance Taylor <ian@zembu.com>
9909
9910 * Makefile.in: Change distribution targets to use bzip2 instead of
9911 gzip.
9912 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9913 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9914
306b7445
NC
99151999-06-04 Nick Clifton <nickc@cygnus.com>
9916
9917 * config.sub: Add mcore target.
9918
d932cae7 99191999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9920
9921 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9922
d932cae7 99231999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9924
9925 * config.guess (dummy): Changed to $dummy.
9926
6c3175b0
NC
99271999-05-24 Nick Clifton <nickc@cygnus.com>
9928
ba73c63f
JM
9929 * config.sub: Tidied up case statements.
9930
99311999-05-22 Ben Elliston <bje@cygnus.com>
9932
9933 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9934 <jiro@din.or.jp>.
9935
9936 * config.guess: Merge with FSF version. Future changes will be
9937 more accurately recorded in this ChangeLog.
9938 * config.sub: Likewise.
9939
d932cae7 99401999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9941
9942 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9943
252b5132
RH
99441999-04-30 Tom Tromey <tromey@cygnus.com>
9945
9946 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9947
99481999-04-23 Tom Tromey <tromey@cygnus.com>
9949
9950 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9951
99521999-04-20 Drew Moseley <dmoseley@cygnus.com>
9953
9954 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9955 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9956 Bad merge removed these two changes.
9957
ba73c63f 9958Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9959 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9960
9961 * config.guess (interix Alpha): Add.
9962
252b5132
RH
99631999-04-11 Richard Henderson <rth@cygnus.com>
9964
9965 * configure.in (i?86-*-beos*): Do config gperf; don't config
9966 gdb, newlib, or libgloss.
9967
d932cae7 99681999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9969
ba73c63f
JM
9970 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9971 link a trivial program with -mabi=64. If it fails, remove mabi=64
9972 from multidirs.
9973
d932cae7 99741999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9975
9976 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9977
252b5132
RH
99781999-04-08 Nick Clifton <nickc@cygnus.com>
9979
9980 * config.sub: Add support for mcore targets.
9981
99821999-04-07 Michael Meissner <meissner@cygnus.com>
9983
9984 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9985 not mt-ospace, in order to shut up assembler warning about using
9986 symbols that are named the same as registers.
9987
99881999-04-07 Drew Moseley <dmoseley@cygnus.com>
9989
9990 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9991 dependency list for all-target-cygmon.
9992
99931999-04-05 Doug Evans <devans@casey.cygnus.com>
9994
9995 * config-ml.in: Check $host, not $target, for selective multilibs.
9996 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9997 thumb interworking, and underscore prefix multilibs.
9998
99991999-04-04 Ian Lance Taylor <ian@zembu.com>
10000
10001 * missing: Update to version from current automake.
10002
10003Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10004
10005 * configure (gxx_include_dir): Removed.
10006
10007 * configure.in (gxx_include_dir): Handle it.
10008 * Makefile.in: Likewise.
10009
100101999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10011
10012 * config.sub (mips64vr4111,mips64vr4111el) Add.
10013
100141999-03-21 Ben Elliston <bje@cygnus.com>
10015
80413487 10016 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
10017
10018Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10019
252b5132
RH
10020 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10021 config/mh-djgpp.
10022
10023Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10024
10025 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10026 all-target-newlib to dependency list for all-target-bsp.
10027
10028Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10029
10030 * config.sub: Add i386-uwin support.
10031 * config.guess: Likewise.
10032
10033Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10034
10035 * configure.in: cleanup, add mh-*pic handling for arm, special
10036 case powerpc*-*-aix*
10037
10038Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10039
10040 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10041 can be built.
10042
10043Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10044
10045 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 10046 targets.
252b5132
RH
10047
100481999-03-02 Nick Clifton <nickc@cygnus.com>
10049
10050 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10051
d932cae7 100521999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10053
10054 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10055
100561999-02-24 Nick Clifton <nickc@cygnus.com>
10057
10058 * config.sub: Fix typo in arm recognition.
10059
d932cae7 100601999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10061
10062 * configure.in (noconfigdirs): Changed target_configdirs to
10063 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10064 rather than m68k-*-* since it is not known to work on
10065 m68k-aout. Ditto for arm-*-*oabi.
10066
d932cae7 100671999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10068
10069 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10070
100711999-02-19 Ben Elliston <bje@cygnus.com>
10072
10073 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10074 Smart and improved by Andrew Cagney.
10075
d932cae7 100761999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10077
10078 * config.guess: Recognize openbsd-*-hppa.
10079
d932cae7 100801999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10081
10082 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10083 only if it is not empty.
10084
100851999-02-17 Nick Clifton <nickc@cygnus.com>
10086
10087 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10088
fd6848f6 10089 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10090
10091 * config.sub: Modified to recognize uname's armv* syntax.
10092
100931999-02-17 Mark Salter <msalter@cygnus.com>
10094
10095 * configure.in: Added target-bsp for sparclite.
10096
d932cae7 100971999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10098
10099 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10100
101011999-02-08 Nick Clifton <nickc@cygnus.com>
10102
10103 * configure.in: Add support for strongarm port.
10104 * config.sub: Add support for strongarm target.
10105
d932cae7 101061999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10107
252b5132
RH
10108 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10109 the old name config/mh-cygwin32.
10110 Enable texinfo.
10111
d932cae7 101121999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10113
10114 * configure.in: Do build ld for ix86 Solaris.
10115
d932cae7 101161999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10117
10118 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10119 $AR_FOR_TARGET. Likewise for RANLIB.
10120
d932cae7 101211999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10122
80413487
RH
10123 * config.sub (oabi): Recognize.
10124 * configure.in (arm-*-oabi): Handle.
252b5132 10125
d932cae7 101261999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10127
10128 * config.guess: Improve detection of i686 on UnixWare 7.
10129
d932cae7 101301999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10131
10132 * config.guess: Add support for i386-pc-interix.
10133 * config.sub: Likewise.
10134 * configure.in: Likewise.
252b5132 10135
d932cae7 101361999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10137
10138 * Makefile.in: Remove unneeded all-target-libio from
10139 from all-target-winsup target since it is now unneeded.
10140 Add all-target-libtermcap in its place since it is now
10141 needed.
10142
d932cae7 101431998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10144
10145 * configure.in: makefile stub for cygwin target is probably
10146 unnecessary. Remove it for now.
252b5132 10147
d932cae7 101481998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10149
10150 * configure.in: libtermcap.a should be built when cygwin is the
10151 target as well as the host.
10152 * config.guess: Allow mixed case in cygwin uname output.
10153 * Makefile.in: Add libtermcap target.
252b5132 10154
d932cae7 101551998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10156
10157 * config.sub: Clean up handling of hppa2.0.
10158
d932cae7 101591998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10160
10161 * config.guess: Use C code to identify more HP machines.
10162
10163Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10164
10165 * config.sub: Handle hppa2.0.
10166
ba73c63f
JM
10167Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10168
10169 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10170 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10171
101721998-12-15 Mark Salter <msalter@cygnus.com>
10173
10174 * configure.in: Added target-bsp for several target architectures.
10175
10176 * Makefile.in: Added rules for bsp.
10177
252b5132
RH
10178Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10179
10180 * config.guess: Improve detection of hppa2.0 processors.
10181
10182Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10183
10184 * config.guess: Recognize FreeBSD using ELF automatically.
10185
101861998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10187
10188 * configure (skip-this-dir): Add handling for new shell script, which
10189 might be created by a sub-directory's configure to indicate, this particular
10190 directory is "unwanted".
10191 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10192
252b5132
RH
10193Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10194
10195 * ltconfig: import from libtool, after changing libtool to
10196 account for the cygwin name change.
10197
10198Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10199
10200 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10201 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10202
10203Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10204
10205 * configure.in: Add libtermcap to list of cygwin dependencies.
10206
d932cae7 102071998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10208
80413487
RH
10209 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10210 they include winsup/include when it's a cygwin target.
252b5132
RH
10211
102121998-11-12 Tom Tromey <tromey@cygnus.com>
10213
10214 * configure.in (host_tools): Added zip.
10215 * Makefile.in (all-target-libjava): Depend on all-zip.
10216 (all-zip): New target.
10217 (ALL_MODULES): Added all-zip.
10218 (NATIVE_CHECK_MODULES): Added check-zip.
10219 (INSTALL_MODULES): Added install-zip.
10220 (CLEAN_MODULES): Added clean-zip.
10221
d932cae7 102221998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10223
10224 * Makefile.in: lose "32" from comment about cygwin.
10225
d932cae7 102261998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10227
10228 * configure.in: Use -Os to build target libraries for the fr30.
10229
d932cae7 102301998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10231
10232 * config.sub: Add fr30.
10233
d932cae7 102341998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10235
80413487 10236 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10237 cygwin* instead of cygwin32*.
10238 * config.sub: Check cygwin* instead of cygwin32*.
10239
d932cae7 102401998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10241
10242 * config.guess: Match any version of Unixware7.
10243
252b5132
RH
102441998-10-20 Syd Polk <spolk@cygnus.com>
10245
10246 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10247 if desired.
10248
d932cae7 102491998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10250
10251 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10252 these if the appropriate directories and files to not exist.
10253
d932cae7 102541998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10255
10256 * Makefile.in (DEVO_SUPPORT): Add config.if.
10257
d932cae7 102581998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10259
10260 * configure: Add pattern to replace "build_tooldir"'s
10261 definition in the generated Makefile with "tooldir"'s
10262 actual value.
10263
252b5132
RH
10264Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10265
10266 * config.sub: Bring back lost sparcv9.
10267
ba73c63f
JM
10268 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10269
10270Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10271
10272 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10273 CC_FOR_TARGET and friends.
10274
10275Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10276
ba73c63f
JM
10277 * Makefile.in (build_tooldir): New variable, same as tooldir.
10278 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10279 -B$(build_tooldir)/bin/.
10280 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10281
252b5132
RH
10282Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10283
10284 * config.sub: Add support for i[34567]86-pc-udk.
10285 * configure.in: Likewise.
10286
10287Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10288
10289 * Makefile.in: add bzip2 package building bits for user
10290 tools module
10291 * configure.in: ditto
10292
ba73c63f
JM
10293Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10294
10295 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10296 (ALL_TARGET_MODULES): Add all-target-libobjc.
10297 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10298 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10299 (all-target-libchill): Add dependencies.
10300 * configure.in (target_libs): Add libchill.
35590697 10301
252b5132
RH
103021998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10303
ba73c63f 10304 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10305
10306Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10307
10308 * Makefile.in (all-automake): fix dependencies.
10309
10310Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10311
10312 * configure.in: Minor cleanups for building in the $(target_alias)
10313 subdir.
10314
103151998-09-22 Jim Wilson <wilson@cygnus.com>
10316
10317 * Makefile.in (bootstrap): Set r and s before make all. Use
10318 BASE_FLAGS_TO_PASS in make all.
10319 (cross): Likewise.
10320
103211998-09-20 Mark Mitchell <mark@markmitchell.com>
10322
10323 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10324
252b5132
RH
10325Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10326
10327 * config.sub: Fix typo in last change.
10328
103291998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10330
10331 * config.sub: Add support for C4x target.
10332 * configure.in: Likewise.
10333
103341998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10335
10336 * config.sub: Recognize sparcv9 just like sparc64.
10337
10338Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10339
10340 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10341
10342Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10343
10344 * config.guess: Correctly identify Pentium II sco boxes.
10345
10346 * config.guess: Fix "tr" code. From Weiwen Liu.
10347
10348Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10349
10350 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10351 stabs.
10352
10353Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10354
10355 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10356 (ALL_TARGET_MODULES): Add all-target-libchill.
10357 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10358 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10359 (all-target-libchill): Add dependencies.
10360 * configure.in (target_libs): Add libchill.
10361
10362Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10363
10364 * config.guess: Avoid assumptions about "tr" behaves when
10365 LANG is set to something other than English.
10366
10367Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10368
10369 * configure (gxx_include_dir): Changed to
10370 '${prefix}/include/g++'-${libstdcxx_interface}.
10371
10372 * config.if: New to determine the interfaces.
10373
10374Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10375
10376 * config.guess: Detect and handle MPE/IX.
10377 * config.sub: Deal with MPE/IX.
10378
10379Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10380
10381 * configure.in: Use mh-aix43.
10382
103831998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10384
10385 * configure: Fix --without/--disable cases for gxx-include-dir.
10386
10387Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10388
10389 * mdata-sh: Imported. Needed for automake support.
10390
10391Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10392
ba73c63f 10393 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10394 "chmod og=u `find . -print`".
10395
10396Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10397
ba73c63f 10398 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10399
10400Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10401
10402 * Makefile.in: Undo previous patch.
10403
10404Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10405
10406 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10407 to here ...
10408 (install-no-fixedincludes): and here
10409 (INSTALL_MODULES): ... from here.
10410
10411Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10412
10413 * config.sub: Merge with FSF.
10414
10415 * config.guess: Merge with FSF.
10416
10417Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10418
10419 * configure (extraconfigdirs): New variable.
10420 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10421 * Makefile.in (all): Move higher in file.
10422 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10423 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10424 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10425 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10426 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10427
104281998-07-23 Brendan Kehoe <brendan@cygnus.com>
10429
10430 * Makefile.in (all-target-libjava): Depend on all-gcc and
10431 all-target-newlib.
10432 (configure-target-libjava): Depend on $(ALL_GCC).
10433
10434Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10435
10436 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10437 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10438
10439Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10440
10441 * ylwrap: Change absolute path checks to check for DOS style path
10442 names.
10443
10444 * ylwrap: Don't use a full path name if the source file is in the
10445 same directory. From hjl@lucon.org (H.J. Lu).
10446
10447 * config-ml.in: Default to being verbose, to match Feb 18 change to
10448 configure.
10449
10450Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10451
10452 Brought over from egcs:
10453
10454 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10455
10456 * configure.in (target_subdir): Set to ${target_alias} instead
10457 of "libraries".
10458
10459 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10460
10461 * configure.in (target_subdir): Set to libraries if enable_multilib.
10462
10463Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10464
10465 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10466 multilibs, force reconfiguration the first time we create
10467 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10468
10469Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10472 avoid confusion with --no-recursion.
10473
10474Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10475
10476 * configure.in: Win32 hosts shouldn't use install -x
10477 * install-sh: remove -x option, and special .exe-handling
10478 hack.
10479
10480Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10481
10482 * config.guess: Recognize i586-pc-beos.
10483 * configure.in: Don't build some bits for beos.
10484
10485Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10488 CFLAGS default to -O2.
10489
10490 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10491 when using GNU ld.
10492
10493Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10494
10495 * ltmain.sh: Correct install when using a different shell.
10496
10497Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10498
10499 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10500
10501Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10502
10503 * makefile.vms: Update to build binutils/makefile.vms. Add install
10504 target.
10505
10506Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10507
10508 * ltconfig: Update to correct AIX handling.
10509
10510Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10511
10512 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10513
10514 * configure.in (target_subdir): Set to ${target_alias} instead
10515 of "libraries".
10516
105171998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10518
10519 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10520 (Makefile): Depend on $(gcc_version_trigger).
10521
10522 * configure (gcc_version): Change default initializer to empty
10523 string.
10524 (gcc_version_trigger): New variable; pass this variable down
10525 to subdir configures to enable them checking gcc's version
10526 themselves. Emit make macros for both gcc_version vars.
10527 (topsrcdir): Initialize reliably.
10528 (recursion line): Remove --with-gcc-version=${gcc_version}.
10529
105301998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10531
10532 * configure (enable_version_specific_runtime_libs): Implement new flag
10533 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10534 in $(libsubdir); emit definition in each generated Makefile.
10535 (gxx_include_dir): Initialize depending on
10536 $enable_version_specific_runtime_libs.
10537
105381998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10539
10540 * configure (gcc_version): Initialize properly depending on
10541 how and where configure is started.
10542 (recursion line): Pass a --with-gcc-version=${gcc_version}
10543 to configures in subdirs.
10544
10545Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10546
10547 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10548 cygmon
252b5132
RH
10549
10550Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10551
10552 * configure.in: Add cygmon and libstub support for mn10200.
10553
105541998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10555
10556 * configure (gcc_version): Add new variable describing the
10557 particular gcc version we're building.
10558 * Makefile.in (libsubdir): Add new macro for the directory
10559 in which the compiler finds executables, libraries, etc.
10560 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10561 and libsubdir.
10562
10563Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10564
ba73c63f
JM
10565 * Makefile.in (local-clean): Remove *.log.
10566 (warning.log): Built with warn_summary from build.log.
10567 (mail-report.log): Run test_summary.
10568 (mail-report-with-warnings.log): Run test_summary including
10569 warning.log in the report.
252b5132
RH
10570
10571Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10572
10573 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10574
10575Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10576
10577 * Makefile.in (grep): Grep no longer depends on libiberty.
10578
10579Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10580
10581 * Makefile.in: all-snavigator needs all-libgui.
10582
10583Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10584
10585 * configure.in: Add cygmon and libstub support for mn10300.
10586
10587Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10588
10589 * missing: Update to version from automake 1.3.
10590
10591 * ltmain.sh: On installation, don't get confused if the same name
10592 appears more than once in the list of library names.
10593
10594Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * config.sub: Accept m68060 and m5200 as CPU names.
10597
10598Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10599
10600 * configure: Use && rather than using -a in test, because odd
10601 strings can confuse test.
10602 * configure.in: Likewise.
10603
10604Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10607
10608Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10609
10610 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10611 bootstrap4-lean): New targets.
10612
10613Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10614
10615 * mpw-* Delete. Not used.
252b5132
RH
10616
10617Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10618
10619 * COPYING.LIB: Update FSF address.
10620
10621Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10622
10623 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10624
10625 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10626 GAS_SUPPORT_DIRS.
10627
10628Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10629
10630 * ltconfig, ltmain.sh: Avoid producing a version number if
10631 -version-info was not used.
10632
10633Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10634
10635 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10636 building with newlib.
10637
106381998-04-30 Paul Eggert <eggert@twinsun.com>
10639
ba73c63f 10640 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10641 Solaris `make' causes it to continue to next definition.
252b5132 10642
afb8d725
JM
10643Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10644
10645 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10646 the right GUI libraries and files are installed along with GDB.
10647
252b5132
RH
10648Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10649
10650 * configure.in: Change alpha to alpha* in several places.
10651
10652Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10653
10654 * config.sub: Recognize sparc86x.
10655
10656Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10657
252b5132
RH
10658 * configure.in (--enable-target-optspace): Remove debug echo.
10659
10660Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10661
10662 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10663
10664Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10665
10666 * ltconfig: Update cygwin32 support.
10667
10668 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10669 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10670 (GDB_SUPPORT_DIRS): Likewise.
10671
10672Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10673
10674 * configure.in (target_makefile_frag): If --enable-target-optspace,
10675 use -Os to compile target libraries rather than -O2. Default to
10676 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10677 not used.
10678 * configure.in (target_cflags): Ditto for d30v.
10679
10680Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10681
10682 * Makefile.in (all-bfd): Depend on all-intl.
10683 (all-binutils): Likewise.
10684 (all-gas): Likewise.
10685 (all-gprof): Likewise.
10686 (all-ld): Likewise.
10687
252b5132
RH
106881998-04-19 Brendan Kehoe <brendan@cygnus.com>
10689
10690 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10691
10692Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10693
10694 * Makefile.in (all-bfd): Depend upon all-libiberty.
10695
10696 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10697
10698Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10699
10700 * Makefile.in: Add libstub.
10701
10702 * configure.in: Ditto. Build libstub for targets that have cygmon
10703 support.
10704
10705Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10706
10707 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10708
10709Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10710
10711 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10712 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10713
10714Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10715
10716 * configure: Define DEFAULT_M4 by searching PATH.
10717 * Makfile.in: Use DEFAULT_M4.
10718
10719Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10720
10721 * ltconfig: Add cygwin32 support.
10722
10723 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10724 to configure and build.
10725
10726Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10727
10728 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10729
10730Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10731
10732 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10733
10734Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10735
10736 * Makefile.in: add ash make rules
10737 * configure.in: add ash to native_only and host_tools lists
10738
10739Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10740
10741 * Makefile.in (all-gettext, all-intl): New targets.
10742 (ALL_MODULES): Added all-gettext, all-intl.
10743 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10744 (INSTALL_MODULES): Added install-gettext, install-intl.
10745 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10746
10747 * configure.in (host_tools): Added gettext.
10748 (native_only): Likewise.
10749 (noconfigdirs) [various cases]: Likewise.
10750 (host_libs): Added intl.
10751
afb8d725
JM
10752Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10753
10754 * configure: Do not disable building gdbtk for cygwin32 hosts.
10755
ba73c63f
JM
10756Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10757
10758 * configure.in: Add thumb-coff target.
10759 * config.sub: Add thumb-coff target.
10760
252b5132
RH
10761Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10762
10763 * Makefile.in: Revert yesterday's change.
10764 (all-target-winsup): all-target-librx stays out of here.
10765
10766Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10767
ba73c63f
JM
10768 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10769 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10770 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10771 Remove references to librx and libg++.
10772
10773Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10774
10775 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10776 recursive makes
10777
10778Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10779
10780 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10781 for newlib directory.
10782 (CXX_FOR_TARGET): Likewise.
10783
10784Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10785
10786 * ltconfig: Update after libtool/ltconfig.in change for
10787 hpux11.
10788
10789Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10790
10791 * ltconfig, ltmain.sh: Update to libtool 1.2.
10792
10793Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10794
10795 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10796 (install-gcc-cross): Instead, override LANGUAGES here.
10797
107981998-03-18 Dave Love <d.love@dl.ac.uk>
10799
10800 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10801 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10802
10803Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10804
10805 * configure.in: Add Thumb-pe target.
10806
10807Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10808
252b5132
RH
10809 * Makefile.in - changed sn targets to snavigator
10810 * configure.in - changed sn targets to snavigator
10811
10812Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10813
10814 * config-ml.in: After building symlink tree call make distclean
10815 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10816 to be the case for libiberty.
10817
10818Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10819
10820 * configure: When making link, also check the current
10821 directory. The configure scripts may create one.
10822
10823Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10824
10825 * config.sub: Accept alphapca56 and alphaev6 properly.
10826
10827Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10828
10829 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10830
252b5132
RH
10831Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10832
80413487 10833 * config.sub (sco5): Fix typo.
252b5132
RH
10834
10835Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10836
10837 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10838 install-itcl.
10839 (install-itcl): Remove dependency on install-tcl.
10840
10841Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10842
10843 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10844
252b5132
RH
10845Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10846
10847 * configure.in: Don't build libgui for a cygwin32 target when not on
10848 a cygwin32 host.
10849
10850Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10851
10852 * configure (redirect): Set to null, so default behavior of
10853 configure is now --verbose.
10854
108551998-02-16 Dave Love <d.love@dl.ac.uk>
10856
10857 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10858 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10859
10860Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10861
10862 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10863 this change to sync Makefile.in with its ChangeLog entries.
10864
10865Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10866
10867 * ltmain.sh (mkdir): Check that the directory doesn't exist
10868 before we exit with error, so that we don't get races during
10869 parallel builds.
10870
10871Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10872
10873 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10874
10875Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10876
10877 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10878 PICFLAG_FOR_TARGET.
10879 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10880
10881 * configure: Emit a definition for the new macro enable_shared
10882 into each Makefile.
10883
252b5132
RH
10884Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10885
10886 * configure.in (host_tools, native_only): Add libtool.
10887
10888Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10889
10890 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10891 Fix typo in ming config comment.
10892
10893Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10894
10895 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10896
10897Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10898
10899 * config.sub: Add tic30 cases, and map c30 to tic30.
10900
ba73c63f
JM
10901Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10902
10903 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10904 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10905 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10906 (CLEAN_TARGET_MODULES): Similarly
10907 (all-target-libf2c): Add dependences.
35590697 10908 * configure.in (target_libs): Add libf2c.
ba73c63f 10909
252b5132
RH
10910Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10911
ba73c63f
JM
10912 * configure.in: Remove expect from noconfigdirs when target
10913 is cygwin32. OK to build expect and dejagnu with Canadian
10914 Cross.
252b5132
RH
10915
10916Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10917
10918 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10919 host.
10920
10921 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10922 and mingw32.
10923
10924Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10925
10926 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10927 here as it is not defined in the toplevel Makefile.
10928
10929Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10930
10931 * configure (package_makefile_rules_frag): New variable, which names
10932 a file with generic rules, ...
10933 Change comment to mention we now have FIVE parts.
10934 * configure: Undo last change.
10935
10936Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10937
10938 * config.guess: More accurate determination of HP processor types.
10939 * config.sub: More accurate determination of HP processor types.
10940
10941Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10942
10943 * configure (package_makefile_frag): Move inserting the
10944 ${package_makefile_frag} to where it should be according
10945 to the comment.
10946
ba73c63f 10947Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10948
10949 * config.guess: Add support for Linux/ARM.
10950
10951Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10952
10953 * .cvsignore: Remove *-info and *-install since they match
10954 release-info and mpw-install, which we don't want to just ignore.
10955
10956Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10957
10958 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10959
10960Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10961
10962 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10963 local_prefix to sub-make invocations.
10964
10965Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10966
10967 * configure.in: Check makefile fragments in the source
10968 directory.
10969
10970Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10971
ba73c63f
JM
10972 * configure.in: Check whether host and target makefile
10973 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10974
10975Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10976
10977 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10978
252b5132
RH
10979Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10980
10981 * configure.in: Make sure we only replace RPATH_ENVVAR on
10982 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10983 regexp to sed.
10984
10985 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10986 to sub-makes.
10987
109881998-01-13 Lee Iverson (leei@ai.sri.com)
10989
10990 * config-ml.in (multi-do): LDFLAGS must include multilib
10991 designator.
10992
10993Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10994
10995 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10996
10997Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10998
10999 * config.sub: Add mingw32 support.
11000 * configure.in: Likewise.
252b5132
RH
11001
11002Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11003
11004 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11005
11006Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11007
11008 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11009 * configure (gxx_include_dir): Provide a definition for subdirs
11010 which do not use autoconf.
11011
11012Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11013
11014 * config.guess: Sync with egcs. Picks up new alpha support,
11015 BeOS & some additional linux support.
11016
ba73c63f 11017Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
11018
11019 * config.guess: HP 9000/803 is a PA1.1 machine.
11020
ba73c63f
JM
11021Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11022
11023 * configure.in: It's alpha*-...
252b5132
RH
11024
11025Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11026
ba73c63f
JM
11027 * configure.in (host_makefile_frag, target_makefile_frag):
11028 Handle multiple config files.
11029 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11030 alpha-*-*.
252b5132
RH
11031
11032Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11033
11034 * mkdep: New file.
11035
11036Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11037
11038 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11039
11040Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11041
11042 * Makefile.in: Add libgui directory.
11043 (GDB_TK): Add all-libgui.
11044 * configure.in: Add libgui directory.
11045 * configure: Add all-libgui to GDB_TK.
11046
11047Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11048
11049 * config-ml.in (multidirs): Add m32r to multilib list.
11050
11051Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11052
11053 * Makefile.in (all-target-gperf): Change dependency to
11054 all-target-libstdc++.
11055
11056Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11057
11058 * config.guess: Add BeOS support.
11059
11060Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11061
11062 Source directory cvs renamed to cvssrc:
11063 * configure.in (host_tools): Change cvs to cvssrc.
11064 (native_only): Likewise.
11065 (noconfigdirs) [various cases]: Likewise.
11066 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11067 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11068 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11069 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11070 (all-cvssrc): Rename target from all-cvs.
11071
11072Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11073
11074 * configure (gxx_include_dir): Fix thinko.
11075
11076Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11077
11078 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11079 (install-cross, install-gcc-cross): New targets.
11080
11081Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11082
11083 * configure.in (noconfigdirs): Add support for Thumb target.
11084
11085 * config.sub (maybe_os): Add support for Thumb target.
11086
11087Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11088
11089 * Makefile.in: Add rules for cygmon.
11090
11091 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11092
11093Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11094
11095 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11096 * configure (gxx_include_dir): Provide a definition for subdirs
11097 which do not use autoconf.
11098
11099Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11100
11101 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11102 11/18/97 build
252b5132
RH
11103
11104Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11105
11106 * From Franz Sirl.
11107 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11108 found on RedHat Linux systems.
11109
11110Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11111
11112 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11113 guesses.
11114
11115Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11116
11117 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11118
11119Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11120
11121 * ltmain.sh: If mkdir fails, check whether the directory was created
11122 anyhow by some other process.
11123
11124Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11125
11126 * configure.in (d30v-*-*): Configure all directories.
11127
11128Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11129
11130 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11131 for the D30V.
11132
11133Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11134
11135 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11136
11137Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11138
80413487
RH
11139 * include/libiberty.h: Add extern "C" { so it can be used with C++
11140 progrms.
11141 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11142 programs.
252b5132
RH
11143
11144Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11145
11146 * configure.in (d30v-*-*): Configure GCC now.
11147
11148Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11149
11150 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11151 is no longer needed.
11152
11153Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11154
11155 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11156
11157Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11158
11159 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11160 targets using "$@" to provide support for similar but not identical
11161 targets without having to duplicate code.
11162
11163Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11164
11165 * makefile.vms: Fix to work with DEC C.
11166
11167Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11168
11169 * config.sub: Add mips-tx39-elf to marketing names.
11170
11171Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * ltmain.sh: Handle symlinks in generated script.
11174
11175Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11176
11177 * configure: Handle autoconf style directory options: --bindir,
11178 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11179 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11180 --sysconfdir.
11181 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11182 (sharedstatedir, localstatedir, oldincludedir): New variables.
11183 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11184 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11185 sbindir, sharedstatedir, and sysconfdir.
11186
11187Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11188
11189 * Makefile.in (bootstrap-lean): New target.
11190
11191Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11192
11193 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11194 sn, and gnuserv from noconfigdirs.
252b5132
RH
11195
11196Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11197
11198 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11199
11200Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11201
ba73c63f 11202 * Makefile.in (cross): New target.
252b5132
RH
11203
11204Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11205 Jeff Law <law@cygnus.com>
252b5132
RH
11206
11207 * Makefile.in (bootstrap2, bootstrap3): New targets.
11208 (all-bootstrap): Remove outdated and confusing target.
11209 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11210
afb8d725
JM
11211Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11212
11213 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11214 windows. Consistent with gdb/configure.
afb8d725 11215
252b5132
RH
112161997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11217
252b5132
RH
11218 * configure.in: Name Linux target fragment.
11219
11220 * configure: Rewrite so that project Makefile fragment is inserted
11221 first and appears last in the resulting Makefile.
11222
11223Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11224
11225 * Makefile.in (install-itcl): Install tcl first.
11226
252b5132 11227Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11228
252b5132
RH
11229 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11230
11231Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11232
11233 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11234
11235 * configure.in (skipdirs): Add target-librx for Linux.
11236 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11237
11238Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11239
11240 * Makefile.in (bootstrap): New target.
11241
11242Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11243
11244 * config.sub: Accept 'amigados' for backward compatability.
11245
11246Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11247
11248 * config.guess: Merge with FSF.
11249
ba73c63f
JM
11250Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11251
11252 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11253
252b5132
RH
11254Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11255
11256 * config.sub: Add "marketing-names" patch.
11257
11258Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11259
80413487 11260 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11261
11262Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11263
11264 * config.sub: Handle v850-elf.
11265
ba73c63f
JM
11266Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11267
11268 * .cvsignore (*-install): Remove.
11269
252b5132
RH
11270Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11271
11272 * ltconfig: Set CONFIG_SHELL in libtool.
11273 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11274
11275Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11276
11277 * configure.in (target_subdir): Set to libraries if enable_multilib.
11278
11279Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11280
11281 * config.guess: Update from gcc directory.
11282
11283Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11284
11285 * Makefile.in (all-sim): Depends on all-readline.
11286
11287Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11288
11289 * Makefile.in (BISON, YACC): Use $$s.
11290 (all-bison): Depend on all-texinfo.
11291
11292Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11293
11294 * Makefile.in (BISON): Add -L flag.
11295 (YACC): Likewise.
11296
11297Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11298
35590697
AJ
11299 * configure.in (noconfigdirs): Add support for v850e target.
11300
252b5132
RH
11301 * config.sub (maybe_os): Add support for v850e target.
11302
11303Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11304
35590697
AJ
11305 * configure.in (noconfigdirs): Add support for v850ea target.
11306
252b5132
RH
11307 * config.sub (maybe_os): Add support for v850ea target.
11308
11309Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11310
11311 * config.sub: Add mipstx39. Delete r3900.
11312
11313Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11314
11315 * Makefile.in (all-autoconf): Depends on all-texinfo.
11316
11317Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11318
11319 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11320 eabi targets.
11321
11322Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11323
11324 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11325
11326 * configure: When handling a Canadian Cross, handle YACC as well as
11327 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11328 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11329
11330Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11331
11332 * Makefile.in (BISON): bison, not byacc or bison -y.
11333 (YACC): bison -y or byacc or yacc.
11334 (various): Add *-bison as appropriate.
11335 (taz): No need to mess with BISON anymore.
11336
11337Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11338
11339 * configure: If OSTYPE matches *win32*, try to find a good value for
11340 CONFIG_SHELL.
11341
11342Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11343
11344 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11345 configure.in if it is present.
11346
11347Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11348
11349 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11350
11351Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11352
11353 * config.sub: Recognize `arc' cpu.
11354 * configure.in: Likewise.
11355 * config-ml.in: Likewise.
11356
11357Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11358
11359 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11360
11361Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11362
11363 * configure: Changed sed delimiter from ':' to '|' when
11364 attempting to substitute ${config_shell} for SHELL. On
11365 NT ${config_shell} may contain a ':' in it.
11366
11367Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11368
11369 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11370
11371Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11372
11373 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11374
11375Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11376
11377 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11378
11379 * ylwrap: If the program is a relative path, force it to be
11380 absolute.
11381
11382Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11383
11384 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11385
11386Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11387
11388 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11389 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11390 for libraries.
252b5132
RH
11391
11392Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11393
11394 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11395 separated by spaces.
252b5132
RH
11396
11397Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11398
11399 * ylwrap: New file.
11400 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11401
11402 * ltmain.sh: Handle /bin/sh at start of install program.
11403
11404 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11405
11406 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11407 * missing: New file, from automake 1.2.
11408
11409Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11410
11411 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11412 check-tk to CHECK_X11_MODULES.
11413
11414Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11415
11416 * config.sub: Merge with FSF.
11417
11418Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11419
11420 * config.guess: Merge with FSF.
11421
11422Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11423
11424 * configure: Treat msdosdjgpp like go32.
11425 * configure.in: Likewise. Don't remove gprof for go32.
11426
11427 * configure: Change Makefile.tem2 to Makefile.tm2.
11428
11429Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11430
11431 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11432
11433Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11434
11435 * install-sh (chmodcmd): Set to null if the DST directory already
11436 exists. Same as Nov 11th change.
11437
11438Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11439
35590697 11440 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11441
11442Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11443
11444 * config.guess: Update from FSF.
11445
11446Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11447
11448 * Makefile.in (GDB_TK): Depend on itcl and tix.
11449
11450Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11451
11452 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11453 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11454 (INSTALL_SCRIPT): New variable.
11455 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11456 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11457 to -x.
11458 * install-sh: Add support for -x option.
11459
11460Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11461
11462 * configure.in, Makefile.in: Treat tix like itcl.
11463
11464Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11465
11466 * Makefile.in (WINDRES): New variable.
11467 (WINDRES_FOR_TARGET): New variable.
11468 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11469 (EXTRA_HOST_FLAGS): Add WINDRES.
11470 (EXTRA_TARGET_FLAGS): Add WINDRES.
11471 (EXTRA_GCC_FLAGS): Add WINDRES.
11472 ($(DO_X)): Pass down WINDRES.
11473 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11474 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11475 DLLTOOL_FOR_TARGET.
11476
11477Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11478
11479 * configure.in: configure sim before gdb for win32-x-ppc
11480
11481Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11482
11483 Move gperf into the toplevel, from libg++.
11484 * configure.in (target_tools): Add target-gperf.
11485 (native_only): Add target-gperf.
11486 * Makefile.in (all-target-gperf): New target, depend on
11487 all-target-libg++.
11488 (configure-target-gperf): Empty rule.
11489 (ALL_TARGET_MODULES): Add all-target-gperf.
11490 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11491 (CHECK_TARGET_MODULES): Add check-target-gperf.
11492 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11493 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11494
11495Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11496
252b5132
RH
11497 * config.sub (mn10200): Recognize new basic machine.
11498
11499Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11500
11501 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11502 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11503
11504Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11505
11506 * configure.in: If we're building mips-sgi-irix6* native, turn on
11507 ENABLE_MULTILIB and set TARGET_SUBDIR.
11508
11509Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11510
11511 * Makefile.in (all-sn): Depend on all-grep.
11512
11513Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11514
11515 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11516
11517 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11518 Makefile. From Jeff Makey <jeff@cts.com>.
11519 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11520
11521 * Makefile.in (DISTBISONFILES): Remove.
11522 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11523 $(DEFAULT_YACC).
11524
11525 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11526 cygwin32.
252b5132
RH
11527
11528 * Makefile.in (LD): New variable.
11529 (EXTRA_HOST_FLAGS): Pass down LD.
11530 ($(DO_X)): Likewise.
11531
11532Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11533
11534 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11535
11536Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11537
11538 * configure.in (targargs): Strip out any supplied --build argument
35590697 11539 before adding our own. Always add --build.
252b5132
RH
11540
11541Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11542
11543 * configure.in (targargs): Pass --build if we're doing
11544 a cross-compile.
11545
11546Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11547
ba73c63f 11548 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11549 sed. Otherwise sed chokes on NT path names with drive
11550 designators. Also look for "?:*" as the leading characters in an
11551 absolute pathname.
11552
11553Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11554
11555 * config.sub: Support for r3900.
11556
11557Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11558
11559 * configure.in: Use install-sh, not install.sh.
11560
11561Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11562
11563 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11564 apply it twice.
11565
11566Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11567
11568 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11569 install-binutils.
11570
11571Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11572
11573 * Makefile.in: Add automake targets.
11574 * configure.in (host_tools): Add automake.
11575
11576Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11577
11578 * configure: Default CXX to c++, not gcc.
11579 * Makefile.in (CXX): Set to c++, not gcc.
11580 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11581
11582Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11583
11584 * install-sh: try appending a .exe if source file doesn't
11585 exist
11586
11587Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11588
11589 * configure.in: Turn on multilib by default.
11590 (cross_only): Remove target-libiberty.
11591
11592 * Makefile.in (all-gcc): Don't depend on libiberty.
11593
11594Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11595
11596 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11597
11598Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11599
11600 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11601 (DISTBISONFILES): Add ld/Makefile.in
11602
11603Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11604
11605 * configure.in: if target is cygwin32 but host isn't cygwin32,
11606 don't configure gdb tcl tk expect, not just gdb.
11607
11608Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11609
11610 * configure.in: Added gnuserv everywhere sn appears.
11611
11612 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11613 (CROSS_CHECK_MODULES): Added check-gnuserv.
11614 (INSTALL_MODULES): Added install-gnuserv.
11615 (CLEAN_MODULES): Added clean-gnuserv.
11616 (all-gnuserv): New target.
11617
11618Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11619
11620 * config.guess: Fixes for MIPS OpenBSD systems.
11621
11622Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11623
11624 * Makefile.in (INSTALL_XFORM): Remove.
11625 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11626
11627 * mkinstalldirs: New file, copied from automake.
11628 * Makefile.in (installdirs): Rename from install-dirs. Use
11629 mkinstalldirs. Change all users.
11630 (DEVO_SUPPORT): Add mkinstalldirs.
11631
11632Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11633
11634 * install-sh: Rename from install.sh.
11635 * Makefile.in (INSTALL): Change install.sh to install-sh.
11636 (DEVO_SUPPORT): Likewise.
11637
11638 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11639 Graichen <graichen@rzpd.de>.
11640
11641Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11642
11643 * config.guess: Recognize OpenBSD systems correctly.
11644
11645Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11646
11647 * README, Makefile.in (ETC_SUPPORT): Remove references to
11648 cfg-paper*, configure.{texi,man,info*}._
11649
11650Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11651
11652 * Makefile.in (all.normal): Ensure that gcc is built after all
11653 the x11 - ie gdb - targets.
11654
11655Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11656
11657 * makefile.vms: Don't run conf-a-gas.
11658
11659Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11660
80413487 11661 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11662
11663Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11664
11665 * configure.in: Remove noconfigdirs case since gdb also
11666 configures and builds for tic80-coff.
11667
11668Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11669
11670 * configure: Set cache_file to config.cache.
11671 * Makefile.in (local-distclean): Remove config.cache.
11672
11673Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11674
11675 * COPYING: Update FSF address.
11676
11677Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11678
11679 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11680 noconfigdirs.
11681
11682Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11685 MAKEDIRS, is empty.
11686
11687Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11688
11689 * config.sub: Tweak mn10300 entry.
11690
11691Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11692
11693 * configure.in (host_tools): Put sim before gdb, so gdb's
11694 configure.tgt can determine if the simulator was configured.
11695
11696Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11697
11698 * config.sub: Move BeOS $os case to be with other Cygnus
11699 local cases.
11700
11701Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11702
11703 * config.sub: Remove misplaced comment that broke Linux.
11704
11705Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11706
11707 * config.sub: Add BeOS support.
11708
11709Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11710
11711 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11712
11713Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11714
11715 * configure.in (noconfigdirs): Remove tcl and tk from
11716 noconfigdirs for cygwin32 builds.
11717
11718Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11719
11720 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11721
11722Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11723
11724 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11725 make-all.com, use makefile.vms instead.
11726
11727Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11728
11729 * config.sub: Accept -lnews*.
11730
11731Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11732
11733 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11734 target-examples and target-libiberty for d30v.
252b5132
RH
11735
11736Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11737
11738 * configure.in (noconfigdirs): Enable ld for d30v.
11739
11740Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11741
11742 * configure.in (tic80-*-*): Build compiler.
11743
11744Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11745
11746 * configure.in (d30v-*): Remove sim directory from list of
35590697 11747 unsupported d30v directories
252b5132
RH
11748
11749Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11750
35590697
AJ
11751 * config.sub, configure.in: Add d30v target cpu.
11752
252b5132
RH
11753Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11754
11755 * makefile.vms: New file.
11756 * make-all.com: Remove.
11757
11758Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11759
11760 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11761
11762Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11763
11764 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11765
11766Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11767
11768 * Makefile.in (ALL_MODULES): Added all-db.
11769 (CROSS_CHECK_MODULES): Addec check-db.
11770 (INSTALL_MODULES): Added install-db.
11771 (CLEAN_MODULES): Added clean-db.
11772
11773Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11774
11775 * config.guess: Merge with latest FSF sources.
11776
11777Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11778
11779 * Makefile.in (ALL_MODULES): Added all-itcl.
11780 (CROSS_CHECK_MODULES): Added check-itcl.
11781 (INSTALL_MODULES): Added install-itcl.
11782 (CLEAN_MODULES): Added clean-itcl.
11783
11784Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11785
11786 * configure.in: build gdb for mn10200
11787
11788Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11789
11790 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11791
11792Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11793
11794 * configure.in (tic80-*-*): Turn off most targets right now.
11795
11796Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11797
11798 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11799 rather than the makeinfo program.
11800 (do-info): Depend upon all-texinfo.
11801
11802Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11803
11804 * configure.in: Remove uses of config/mh-linux.
11805
11806 * config.sub, config.guess: Merge with latest FSF sources.
11807
11808Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11809
11810 * config.sub (case $basic_machine): Add tic80 entries.
11811
11812Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11813
11814 * config.sub, config.guess: Merge with latest FSF sources.
11815
11816Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11819 * mpw-config.in: Test for NewFolderRecursive.
11820 * mpw-install: Use symbolic name for startup filename.
11821 * mpw-README: Add various additional details.
11822
11823Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11824
11825 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11826
11827Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11828
11829 * configure.in: Do build gcc and the target libraries for
11830 the mn10200.
11831
11832Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11833
11834 * configure.in: don't avoid building gdb for mn10300 any more
11835 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11836 instead of single-quoting it.
11837
11838Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11839
11840 * configure.in: Don't use --with-stabs on IRIX 6.
11841
11842Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11843
11844 * configure.in (m32r): Build gdb, libg++ now.
11845
11846Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11847
11848 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11849 directories from noconfigdirs.
11850
11851Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11852
11853 * config.sub (basic_machine): added mips16 configuration
11854
11855Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11856
11857 * config.sub: Handle d10v-unknown.
11858
11859Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11860
11861 * config.sub: Handle v850-unknown.
11862
11863Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11864
11865 * Makefile.in: add findutils
11866 * configure.in: add findutils to list of host_tools
11867
11868Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11869
11870 * config.sub: Handle mn10200 and mn10300.
11871
11872Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11873
11874 * configure.in (d10v-*): Do not build librx.
11875
11876Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11877
11878 * configure.in (mn10300): Build everything except gdb & libgloss.
11879
11880Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11881
11882 * config.guess: Patch for Dansk Data Elektronik servers,
11883 from Niels Skou Olsen <nso@dde.dk>.
11884
11885 For ncr, use /bin/uname rather than uname, since GNU uname does not
11886 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11887
11888 Patch for MIPS R4000 running System V,
11889 from Eric S. Raymond <esr@snark.thyrsus.com>.
11890
11891 Fix thinko for nextstep.
11892
11893 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11894
11895 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11896 * config.guess: Guess mips-dec-mach_bsd4.3.
11897
11898 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11899 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11900 release numbers.
11901 * config.guess (mips-mips-riscos*): Emit just enough of the
11902 release number.
11903
11904 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11905 * config.guess (sparc-auspex-sunos*): Added.
11906 (f300-fujitsu-*): Added.
11907
11908 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11909 * config.guess: Recognize a Tadpole as a sparc.
11910
11911Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11912
11913 * config.guess: Don't assume that NextStep version is either 2 or
11914 3. NextStep 4 (aka OpenStep 4) has come out now.
11915
11916Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11917
11918 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11919 From Rik Faith <faith@cs.unc.edu>.
11920
11921Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11922
11923 * config.sub: Contributions from bug-gnu-utils to:
11924 Support plain "hppa" (no version given) architecture, reported by
11925 OpenStep.
11926 OpenBSD like NetBSD.
11927 LynxOs is not a hardware supplier.
11928
11929 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11930 OpenBSD like NetBSD.
252b5132
RH
11931 Stratus systems.
11932 More Pyramid systems.
11933 i[n>4]86 Intel chips.
11934 M680[n>4]0 Motorola chips.
11935 Use unknown instead of lynx for hardware manufacturer.
11936
11937Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11938
11939 * install.sh (chmodcmd): Set to null if the DST directory already
11940 exists.
11941
11942Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11943
11944 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11945 not use mt-ppc target Makefile fragment any more.
11946
11947Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11948
11949 * configure.in (*-*-windows): Exclude everything but those dirs
11950 needed to build windows.
11951
11952Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11953
11954 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11955
11956Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11957
11958 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11959
11960Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11961
11962 * Undo my previous change.
11963
11964Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11965
11966 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11967 unconditionally.
11968 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11969
11970Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11971
11972 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11973 host to add it's own flags.
252b5132
RH
11974
11975Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11976
11977 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11978
11979Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11980
11981 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11982 (CXX_FOR_TARGET): Likewise.
11983 (GCC_FOR_TARGET): Define.
11984 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11985 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11986 CC_FOR_TARGET was specified on the command line.
11987 (MAKEOVERRIDES): Don't define.
11988
11989Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11990
11991 * configure.in (m32r): Fix spelling of libg++ libs.
11992
11993Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11994
11995 * config.sub (-apple*): Remove, now redundant.
11996
11997Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11998
11999 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12000
12001 * configure: Rework yesterday's sed script patch.
12002
12003 * config.sub: Merge with FSF.
12004
12005Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12006
12007 * config.guess: Merge from FSF.
12008
12009 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
12010 * config.guess: Use pc instead of unknown, for pc clone systems.
12011 Change linux to linux-gnu.
252b5132
RH
12012
12013 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 12014 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
12015
12016Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12017
12018 * test-build.mk (HOLES): Add "xargs" for gdb.
12019
12020 * configure: Avoid hpux10.20 sed bug.
12021
12022Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12023
4bddf3ad 12024 * configure.in: Add support for windows host
252b5132
RH
12025 (that is a build done under the Microsoft build environment).
12026
12027Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12028
12029 * Makefile.in: Replace all uses of srcroot with s, to shrink
12030 command line lengths.
12031
12032 Patches from Geoffrey Noer <noer@cygnus.com>:
12033 * configure.in: If configuring for newlib, pass --with-newlib to
12034 subdirectories.
12035 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12036 -Bnewlib/ and -Lwinsup to gcc.
12037 (CXX_FOR_TARGET): Likewise.
12038
12039Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12040
12041 * Makefile.in (ETC_SUPPORT): Add configure.
12042
12043Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12044
35590697 12045 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
12046 host configuration file.
12047
12048Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12049
12050 * configure.in: Break mn10x00 support into separate
12051 mn10200 and mn10300 configurations.
12052 * config.sub: Likewise.
12053
12054Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12055
12056 * configure.in: Add lots of stuff to noconfigdirs for
12057 the mn10x00 targets.
12058
12059 * config.sub, configure.in: Add mn10x00 support.
12060
12061Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12062
12063 * make-all.com: Call conf-a-gas, not config-a-gas.
12064
12065Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12066
12067 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12068 targets.
252b5132
RH
12069
12070Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12071
12072 * mpw-README: Add much more detail for native PowerMac.
12073 * mpw-install: New file.
12074 * mpw-configure: Add --norecursion and --help options.
12075 * mpw-config.in: Translate readme and install files when
12076 copying to objdir.
12077 * mpw-build.in: Don't always depend on byacc and flex.
12078 (install-only-top): New action.
12079
12080Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12081
12082 * configure.in: You can now configure GDB for the v850.
12083
12084Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12085
12086 * configure.in (noconfigdirs): Don't configure any C++ dirs
12087 if targeting D10V.
12088
12089Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12090
12091 * config.sub: Recognize mips64vr5000.
12092
12093Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12094
12095 * configure.in: Use a single line for host_tools and native_only.
12096
12097Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12098
12099 * config.sub, configure.in: Add entries for m32r.
12100
12101Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12102
12103 * Makefile.in (inet-install): Don't run install-gzip.
12104
12105Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12106
12107 * configure.in: Don't config lots of things for *-*-windows*.
12108
12109Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12110
12111 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12112 (host_libs, host_tools): Copy from configure.in.
12113 * mpw-configure: Don't complain about directories not found.
12114
12115Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12116
12117 * configure.in (i[345]86): Recognize i686 for pentium pro.
12118 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12119 file.
12120
12121 * config.guess (i[345]86): Ditto.
12122
12123Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12124
12125 * configure.in (noconfigdirs): Removed gdb for D10V.
12126
12127Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12128
12129 * configure.in: Remove ld, target-libio, target-libg++, and
12130 target-libstdc++ from noconfigdirs.
12131
12132Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12133
12134 * configure: Fix three locations where shell scripts were
12135 being run directly rather than with config_shell.
12136
12137Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12138
12139 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12140 * config.sub (basic_machine): Recognize v850.
12141
12142Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12143
12144 * mpw-configure: Handle multiple enable/disable options and
12145 pass them down recursively, handle -c and -s flags appropriately
12146 depending on choice of compiler, add escape mechanism for
12147 quoted arguments to gC.
12148
12149Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12150
12151 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12152 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12153 so that -mrelocatable-lib and -mno-eabi are used.
12154
12155 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12156 not support --print-multi-lib, don't abort.
12157
252b5132
RH
12158Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12159
12160 * make-all.com: Run config-a-gas.
12161 * setup.com: Don't copy subdirectory files around.
12162
12163Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12164
12165 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12166 target, it now compiles correctly.
12167
12168Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12169
12170 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12171
12172Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12173
35590697 12174 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12175
12176Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12177
12178 * configure.in (native_only): Add prms.
12179
12180Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12181
12182 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12183 (BINUTILS_SUPPORT_DIRS): Likewise.
12184
12185Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12186
12187 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12188 d10v support is added.
12189
12190Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12191
12192 * configure.in (d10v-*-*): New target.
12193
12194Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12195
12196 * config.guess (HP 9000/811): Recognize this as a PA1.1
12197 machine.
12198
12199Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12200
12201 * Makefile.in (do-tar-gz): New target, split out from tail end of
12202 taz target. Run each command separately, don't use pipes.
12203 (taz): Use it.
12204
12205Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12206
12207 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12208 * mpw-build.in: No builds should depend on building byacc or flex,
12209 they are assumed to be installed already.
12210
12211Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12212
12213 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12214 variable that CC_FOR_TARGET needs.
12215
12216Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12217
12218 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12219 options have changed since the last time the subdirectory was
12220 configured, and if it has, reconfigure.
12221 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12222 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12223
12224Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12225
12226 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12227 CLEAN_MODULES): Add bash.
12228 (all-bash): New target.
12229
12230Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12231
12232 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12233
12234Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12235
12236 * config.sub (basic_machine): Recognize d10v as a valid processor.
12237
12238Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12239
12240 * mpw-configure: Add support for --bindir.
12241 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12242
12243Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12244
12245 * configure.in: add bash, time, gawk to list of hosttools and things
12246 to only build for native toolchains
12247
12248Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12249
12250 * Makefile.in (docdir): Remove.
12251
12252Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12253
12254 * Makefile.in (datadir): Set to $(prefix)/share.
12255
12256Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12257
12258 * configure.in: build diff and patch for cygwin32-hosted
12259 toolchains.
12260
12261Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12262
12263 * config.sub: Accept -rtems*.
12264
12265Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12266
80413487 12267 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12268 remove diff from the list of things not buildable
12269 via Canadian Cross
252b5132
RH
12270
12271Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12272
12273 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12274 don't get ". ".
252b5132
RH
12275
12276Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12277
12278 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12279
12280Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12281
12282 * Makefile.in (taz): Handle case where tex3patch didn't even get
12283 checked out. Also, if it was found, put the symlink in a new util
12284 subdirectory.
12285
12286Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12287
12288 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12289
12290Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12291
12292 * config.sub: Recognize -openvms.
12293 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12294 * make-all.com, setup.com: New files.
12295
12296Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12297
12298 * Makefile.in (taz): tex3patch moved to texinfo/util.
12299
12300Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12301
afb8d725 12302 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12303 * configure.in: remove make from disable-if-Can-Cross list
12304 enable gdb if ${host} and ${target} are cygwin32
12305
12306Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12307
12308 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12309 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12310
12311Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12312
12313 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12314 distinguish sysv/svr4/bsd variants.
12315 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12316
12317Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12318
12319 * configure.in: Added copyright notice.
12320 * move-if-change: Added copyright notice.
12321
12322Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12323
12324 * configure.in (powerpcle-*-solaris*): Until we get shared
12325 libraries working, don't build gdb, sim, make, tcl, tk, or
12326 expect.
12327
12328Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12329
12330 * config.guess: Merge with FSF:
12331
12332 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12333 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12334
12335 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12336 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12337
12338 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12339 * config.guess: Combine two OSF1 rules.
12340 Also recognize field test versions. From mjr@zk3.dec.com.
12341 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12342 because GNU uname does not support -p. From pmr@pajato.com.
12343
12344Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12345
12346 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12347
12348Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12349
12350 * mpw-README: Document GCCIncludes.
12351
12352Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12353
12354 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12355
12356Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12357
12358 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12359
12360Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12361
12362 * configure.in (*-*-cygwin32): Configure make.
12363
12364Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12365
12366 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12367
12368Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12369
12370 * Makefile.in (all-inet): Depend on all-perl.
12371
12372 * Makefile.in (inet-install): New target.
12373
12374 * Makefile.in (all-inet): Depend on all-tcl.
12375 (all-inet): Depend on all-send-pr.
12376
12377Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12378
12379 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12380 temporarily.
12381
12382Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12383
12384 * configure.in: Don't configure --with-gnu-ld on AIX.
12385
12386Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12387
12388 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12389
12390Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12391
12392 * Makefile.in (ALL_MODULES): Added all-inet.
12393 (CROSS_CHECK_MODULES): Added check-inet.
12394 (INSTALL_MODULES): Added install-inet.
12395 (CLEAN_MODULES): Added clean-inet.
12396 (all-indent): New target.
12397
12398 * configure.in (host_tools): Added inet.
12399 (native_only): Added inet.
12400 (noconfigdirs): Added inet.
12401
12402Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12403
12404 * configure.in: Don't configure libgloss if we are not configuring
12405 newlib.
12406
12407Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12408
12409 * configure.in: Don't configure libgloss for unsupported
12410 architectures.
12411
12412Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12413
12414 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12415
12416Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12417
12418 * Makefile.in (ALL_MODULES): Include all-apache.
12419 (CROSS_CHECK_MODULES): Include check-apache.
12420 (INSTALL_MODULES): Include install-apache.
12421 (all-apache): New target.
12422
12423 * configure.in: Added apache everywhere perl is seen.
12424
12425Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12426
12427 * Makefile.in: Add support for clean-{module} and
12428 clean-target-{module} rules.
12429
12430Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12431
12432 * configure.in (*-*-ose) do not build libgloss.
12433
12434Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12435
12436 * config.guess (prep*:SunOS:5.*:*): Turn into
12437 powerpele-unknown-solaris2.
12438
12439Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12440
12441 * configure.in: Permit --enable-shared to specify a list of
12442 directories.
12443
12444Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12445
12446 * configure.in (host==solaris): Pass only the first word of $CC
12447 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12448
12449Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12450
12451 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12452
12453Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12454
12455 * Makefile.in (ALL_MODULES): Include all-perl.
12456 (CROSS_CHECK_MODULES): Include check-perl.
12457 (INSTALL_MODULES): Include install-perl.
12458 (ALL_X11_MODULES): Include all-guile.
12459 (CHECK_X11_MODULES): Include check-guile.
12460 (INSTALL_X11_MODULES): Include install-guile.
12461 (all-perl): New target.
12462 (all-guile): New target.
12463
12464 * configure.in (host_tools): Include perl and guile.
12465 (native_only): Include perl and guile.
12466 (noconfigdirs): Don't build guile and perl; no ports have been
12467 done.
12468
12469Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12470
80413487
RH
12471 * configure (--enable-*): Handle quoted option lists such as
12472 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12473
12474Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12475
12476 * Makefile.in ({,inst}all-target): New rule so we can make and
12477 install all of the target directories easily.
12478
12479Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12480
12481 * configure.in: Add missing global flag in sed substitution when
12482 deleting `target-' from ${configdirs}.
12483
12484Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12485
12486 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12487 option.
12488
12489 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12490 config/mh-necv4.
12491
12492 * install.sh: Correct misspelling of transformbasename.
12493
12494 * config.guess: Recognize mips-*-sysv*.
12495
12496Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12497
12498 * config.sub: Recognize mon960.
12499
12500Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12501
12502 * configure: Restore Canadian Cross handling of BISON and LEX,
12503 removed in Feb 20 change.
12504
12505Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12506
12507 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12508 Mention make install. Remove the old copyright date as well the
12509 clumsy and rather pointless copyright on the README file.
12510
12511Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12512
12513 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12514 Makefile after running symlink-tree, then run `make distclean' to
12515 avoid clobbering any generated files in srcdir.
12516
12517Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12518
12519 * configure.in (m68k-*-netbsd*): Build everything now.
12520
12521Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12522
12523 * Makefile.in (taz): Fix quoting.
12524
12525Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12526
12527 * configure.in (sparclet-*-*): Build everything now.
12528
12529Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12530
12531 * configure.in (m68k-*-linux*): New host.
12532
12533Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12534
12535 * configure: Check for bison before byacc.
12536
12537Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12538
12539 * Makefile.in configure: Change the way LEX and BISON/YACC are
12540 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12541 searching PATH. These are used as fallbacks by Makefile.in if
12542 flex/bison/byacc aren't in objdir.
12543
12544Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12545
12546 * Makefile.in: Make everything which depends upon all-bfd also
12547 depend upon all-opcodes, in case --with-commonbfdlib is used.
12548
12549Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12550
12551 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12552 building NT native compilers on Unix.
12553
12554Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12555
12556 * configure.in: Don't get CC from the host Makefile fragment if we
12557 can find gcc in PATH, or if this is a Canadian Cross. Move the
12558 Solaris test for /usr/ucb/cc to the post target script, just after
12559 the compiler sanity test.
12560
12561Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12562
12563 * config.sub: Merge with FSF.
12564
12565Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12566
12567 * Makefile.in (RPATH_ENVVAR): New variable.
12568 (REALLY_SET_LIB_PATH): Use it.
12569 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12570
12571Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12572
12573 * config.sub, configure.in: Recognize sparclet cpu.
12574
12575Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12576
12577 * config.guess: Support m68k-cbm-sysv4.
12578
12579Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12580
12581 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12582 m68k-unknown-linuxaout from linker help string. Put quotes around
12583 $ld_help_string.
12584
12585Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12586
12587 * config.guess (powerpc-harris-powerunix): Add guess for port
12588 to new target.
12589
12590Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12591
12592 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12593
12594Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12595
12596 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12597 $(REALLY_SET_LIB_PATH) in Makefile.
12598 * Makefile.in (SET_LIB_PATH): New variable.
12599 (REALLY_SET_LIB_PATH): New variable.
12600 ($(DO_X)): Use $(SET_LIB_PATH).
12601 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12602 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12603 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12604 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12605 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12606 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12607 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12608 (install-dosrel): Likewise.
12609 (all-opcodes): Depend upon all-libiberty.
12610
12611Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12612
12613 * config.guess (*:CYGWIN*): New
12614
12615Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12616
12617 * Makefile.in (all-target-winsup): All all-target-libiberty.
12618
12619Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12620
12621 * configure.in (noconfigdirs): Add missing # in front of comment.
12622
12623Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12624
12625 * configure.in: add second pass to things added to noconfigdirs
12626 so *-gm-magic can exclude libgloss properly.
12627
12628Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12629
12630 * mpw-configure (extralibs_name, rez_name): Set correctly
12631 for MWC68K compiler.
12632
12633 * mpw-README: Add more info on the necessary build tools.
12634
12635Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12636
12637 * configure.in, config.sub: Recognize cygwin32.
12638
12639Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12640
12641 * config.guess, config.sub: Recognize A/UX.
12642
12643Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12644
12645 * config.sub: Merge with gcc/config.sub.
12646
12647Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12648
12649 * mpw-build.in (do-binutils): Add build of stamps.
12650
12651Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12652
12653 * config.sub: Add recognition for mips64vr4100*-* targets.
12654
12655Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12656
12657 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12658 Add creation of gconfigargs with `--enable-shared' turned on.
12659 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12660 ($(host)-stamp-stage3-configured): Likewise.
12661 (HOLES): Add chatr and ldd.
12662 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12663
12664Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12665
12666 * configure: Pass --nfp to recursive configures.
12667
12668Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12669
12670 * Makefile.in (DLLTOOL): New.
12671 (DLLTOOL_FOR_TARGET): New.
12672 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12673 (EXTRA_TARGET_FLAGS): Ditto.
12674 (EXTRA_GCC_FLAGS): Ditto.
12675 (CONFIGURE_TARGET_MODULES): Ditto.
12676 (DO_X): Ditto.
12677 * configure: Add DLLTOOL.
12678
12679Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12680
12681 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12682 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12683 mh-sco, since old workarounds no longer needed, and don't
12684 build ld, since libraries have weak symbols in COFF.
12685
12686Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12687
12688 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12689
12690Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12691
12692 * configure.in: Make sure that ${CC} can be used to compile an
12693 executable.
12694
afb8d725
JM
12695Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12696
12697 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12698 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12699 nothing depending on whether gdbtk is being built.
12700
252b5132
RH
12701Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12702
12703 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12704
12705Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12706
12707 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12708 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12709
12710Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12711
12712 * config-ml.in: Add support for
12713 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12714 Simplify setting of multidirs from --disable-foo.
12715
12716Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12717
12718 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12719 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12720 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12721 non-empty, pass them on to the GCC make.
252b5132
RH
12722 (all-bootstrap): New rule that is like all-gcc, except it executes
12723 the GCC bootstrap rule instead of the GCC all rule.
12724
12725Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12726
12727 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12728
12729Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12730
12731 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12732 DG/UX support.
12733
12734Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12735
12736 * config.sub (i*86*) Change [345] to [3456]
12737
12738Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12739
12740 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12741 --with-gnu-ld=no.
12742
12743Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12744
12745 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12746 AIX multilibs get built.
12747
12748Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12749
12750 * configure.in (i386-win32): Don't build expect if we're not
12751 building the tcl subdir.
12752
12753Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12754
12755 * Makefile.in: (configure-target-examples, all-target-examples):
12756 New targets, configure and build example programs.
12757
12758Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12759
12760 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12761 use it as input to sedit the generated MPW makefile.
12762 * mpw-README: Add a suggestion about Gestalt.h.
12763
12764Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12765
12766 * config.sub: Accept *-*-ieee*.
12767
12768Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12769
12770 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12771 Ronald F. Guilmette <rfg@monkeys.com>.
12772
12773Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12774
12775 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12776 for powerpc-pe native.
12777 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12778 (target==powerpc-pe): duplicate i386-win32 entry.
12779
12780Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12781
12782 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12783 of vxworks, not just vxworks5.1.
12784
12785Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12786
12787 * mpw-configure: Add support for exec-prefix.
12788
12789Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12790
12791 * config.guess: Recognize HP model 816 machines as having
12792 a PA1.1 processor.
12793
12794Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12795
12796 * configure: Ignore new autoconf configure options.
12797
252b5132
RH
12798Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12799
12800 * config.guess: Recognize Pentium under SCO.
12801 From Robert Lipe <robertl@arnet.com>.
12802
12803Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12804
12805 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12806
12807Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12808
12809 * configure.in: Don't configure gas for alpha-dec-osf*.
12810
12811Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12812
12813 * configure.in: Default to --with-stabs for some targets for which
12814 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12815 i[345]86*-*-unixware*.
12816
12817Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12818
12819 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12820 rather than basing it on the target. Simplify handling of options
12821 controlling which directories to configure. Remove extraneous
12822 slash in multi-clean target.
12823
12824Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12825
12826 * config-ml.in: Prefix more variables with ml_ so they don't collide
12827 with configure's.
12828
12829Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12830
12831 * configure: Don't turn -v into --v.
12832
12833Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12834
12835 * configure.in (targargs): Fix typo.
12836
12837 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12838
12839Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12840
12841 * configure.in: Strip --host and --target options from
12842 CONFIG_ARGUMENTS, and always configure for --host only. Add
12843 --with-cross-host option when building with a cross-compiler.
12844 * configure: Canonicalize the arguments put into config.status by
12845 always using `=' for an option with an argument. Pass a presumed
12846 --host or --target explicitly.
12847
12848Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12849
12850 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12851 into general OS recognition case.
12852
12853Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12854
12855 * configure.in (target_configdirs): add target-winsup only
12856 for win32 target systems.
12857
12858Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12859
12860 * Makefile.in (all-target-libgloss): Depend upon
12861 configure-target-newlib, since when libgloss is built it looks to
12862 see if the newlib directory exists.
12863
12864Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12865
12866 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12867 cfg-ml-*.in.
12868
12869Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12870
12871 * configure: Handle LD and LD_FOR_TARGET when configuring a
12872 Canadian Cross.
12873
252b5132
RH
12874Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12875
12876 * configure.in (target_libs): add target-winsup.
12877 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12878 (target==ppcle-pe): remove ld from $noconfigdirs.
12879
12880Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12881
12882 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12883 Preserve relative path names in $srcdir. Build symlink tree if
12884 configuring cross target dir and srcdir=. (= no VPATH support).
12885 (configure-target-libg++): Depend on configure-target-librx.
12886 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12887 * config-ml.in: New file.
12888 * symlink-tree: New file.
12889 * configure: Ensure srcdir="." if that's what it is.
12890
12891Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12892
12893 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12894 includes and FLEX_SKELETON setting.
12895 * mpw-configure (--with-gnu-ld): New option, controls whether
12896 to use PPCLink or ld with PowerMac GCC.
12897 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12898 * mpw-config.in: Configure grez if targeting Mac.
12899
12900 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12901 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12902 just macos.
252b5132
RH
12903 * configure.in: Configure grez resource compiler if targeting Mac.
12904 * Makefile.in (all-grez, install-grez): New targets.
12905
12906Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12907
12908 * configure: CXX defaults to gcc, not g++. If we find
35590697 12909 gcc in the path, set CC to gcc -O2.
252b5132
RH
12910
12911Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12912
12913 * configure: Default ${build} correctly. Avoid picking up extra
12914 spaces when reading CC and CXX from Makefile. When doing a
12915 Canadian Cross, use plausible default values for numerous
12916 variables.
12917 * configure.in: When doing a Canadian Cross, don't try to
12918 configure tools whose configure script can't handle it.
12919
12920Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12921
12922 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12923
12924Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12925
12926 * configure: Remove dubious bug reporting address.
12927
12928Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12929
12930 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12931 configure script, run that instead of this directory's configure.
12932 In either case, print a message that we're configuring the sub-dir.
12933
12934Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12935
12936 * configure.in: Before checking for the existence of various files,
12937 use sed to filter out "target-".
12938
12939Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12940
12941 * Makefile.in (DO_X): Split rule to decrease command line length
12942 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12943 (Philippe De Muyter).
12944
12945Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12946
12947 * Makefile.in (all-patch): depend on all-libiberty.
12948
12949Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12950
12951 * configure.in: If the only directory in target_configdirs which
12952 actually exists is libiberty, then set target_configdirs to empty,
12953 to avoid trying to build a target libiberty in a gas or gdb
12954 distribution.
12955
12956Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12957
12958 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12959 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12960 systems.
252b5132
RH
12961
12962Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12963
12964 * configure.in (copy_dirs): Use sys-include instead of include
12965 for --with-headers option.
12966
12967Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12968
12969 * Makefile.in, configure.in: Make winsup builds work with
12970 new scheme.
12971
12972Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12973
12974 * configure.in: Build the linker on AIX.
12975
12976Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12977
12978 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12979 where needed.
12980
12981Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12982
12983 * Makefile.in (all-gcc): Fix typo.
12984
12985Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12986
12987 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12988
12989Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12990
12991 * configure.in: Rename libFOO to target-libFOO, and xiberty
12992 to target-xiberty, to provide more flexibility.
12993 (target_subdir): Define. Create if cross.
12994 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12995 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12996 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12997 check-libFOO -> check-target-libFOO, etc.
12998 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12999 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13000 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13001 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13002 allow ALL_GCC="" to only configure.
13003 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13004 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13005 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13006
13007Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13008
13009 * Makefile.in (taz): Build "info" in etc explicitly.
13010
13011Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13012
13013 * configure.in: Make sure that CC is undefined (as opposed to
13014 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13015 problem with autoconf trying to configure on a host without GCC.
13016
13017Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13018
13019 * mpw-configure: Set host alias from choice of host compiler,
13020 only use generic MPW Makefile sed if present, edit a file
13021 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13022 * mpw-README: Add problem notes about CW6 and CW7.
13023
13024Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13025
13026 * Makefile.in (taz): Use ";" instead of ";;".
13027
13028Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13029
13030 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13031 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13032 DISTDOCDIRS.
13033 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13034 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13035
13036Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13037
13038 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13039 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13040 Move bfd to DISTSTUFFDIRS.
13041
13042Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13043
13044 * Makefile.in (X11_LIB): Removed.
13045 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13046
13047 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13048
13049Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13050
13051 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13052 names.
13053
13054Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13055
13056 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13057
13058Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13059
13060 * configure.in (i[345]86-*-win32): Always build newlib.
13061 Don't configure cvs, autoconf or texinfo.
13062 * Makefile.in (LD_FOR_TARGET): New.
13063 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13064 Pass down LD_FOR_TARGET.
13065
13066Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13067
13068 * winsup: New directory.
13069 * Makefile.in: Build winsup.
13070 * configure.in: Winsup is configured when target is win32.
13071 Can only build win32 target GDB when native.
35590697 13072
252b5132
RH
13073Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13074
13075 * config.guess: Recognize HP model 819 machines as having
13076 a PA 1.1 processor.
13077
13078Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13079
13080 * configure: Fix sed loop which substitutes for CC and CXX to
13081 avoid bug found in various sed implementations.
13082
13083Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13084
13085 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13086 simulator. Use standard powerpc-*-eabi*.
13087
13088Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13089
13090 * configure.in: Stop putting gas and binutils in noconfigdirs for
13091 powerpc-*-aix* and rs6000-*-*.
13092
13093Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13094
13095 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13096 -mcall-aixdesc libraries.
13097
13098Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13099
13100 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13101
13102 * config.sub (arm | armel | armeb): Fix shell syntax.
13103
13104Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13105
13106 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13107 -msoft-float and -mcpu=common support.
13108 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13109 libraries.
13110
13111Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13112
13113 * configure.in: Allow configuration and build of emacs19 for the alpha.
13114
13115Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13116
13117 * configure.in (CC): Get ^CC, not just any old CC, from
13118 ${host_makefile_frag}.
13119
13120Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13121
35590697 13122 * configure.in (CC): Try to get CC from
252b5132
RH
13123 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13124
13125Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13126
13127 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13128 only if it exists in $(srcdir).
13129
13130Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13131
13132 * configure: If CC and CXX are not set in the environment, set
13133 them, based on either an existing Makefile or on searching for gcc
13134 in PATH. Substitute for CC and CXX in Makefile.
13135 * configure.in: Remove libm from target_libs. Separate
13136 target_configdirs from configdirs. If CC is not set in
13137 environment, try to get it from a host Makefile fragment. Rewrite
13138 changes of configdirs to use skipdirs instead. A few minor
13139 tweaks. Take directories out of target_configdirs as they are
13140 taken out of configdirs. Remove existing Makefile files from
13141 subdirectories. Substitute for TARGET_CONFIGDIRS and
13142 CONFIG_ARGUMENTS in Makefile.
13143 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13144 by configure.in.
13145 (CONFIG_ARGUMENTS): Likewise.
13146 (CONFIGURE_TARGET_MODULES): New variable.
13147 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13148 ($(CONFIGURE_TARGET_MODULES)): New target.
13149 (configure-libg++, configure-libio): New targets.
13150 (all-libg++): Depend upon configure-libg++.
13151 (all-libio): Depend upon configure-libio.
13152 (configure-libgloss, all-libgloss): New targets.
13153 (configure-libstdc++): New target.
13154 (all-libstdc++): Depend upon configure-libstdc++.
13155 (configure-librx, all-librx): New targets.
13156 (configure-newlib): New target.
13157 (all-newlib): Depend upon configure-newlib
13158 (configure-xiberty): New target.
13159 (all-xiberty): Depend upon configure-xiberty.
13160
13161Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13162
13163 * configure.in (host i[345]86-*-win32): Expand the
13164 noconfigdirs again.
13165
13166Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13167
13168 * mpw-configure: Fix sed command file name.
13169
13170Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13171
35590697 13172 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13173 noconfigdirs again.
13174
13175Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13176
13177 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13178 or powerpc*-*-pe*, since they are not yet supported.
13179
13180Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13181
13182 Add PowerMac support and many other enhancements.
13183 * mpw-configure: New option --cc to select compiler to use,
13184 paste options set according to --cc into the generated
13185 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13186 if mpw-make.sed is present.
13187 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13188 add forward includes for PowerPC include files.
13189 * mpw-build.in: Build using Makefile.PPC if present.
13190 (do-byacc, etc): Remove separate version resource builds.
13191 (do-gas): Build "stamps" before "all".
13192 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13193 * mpw-README: Update to reflect --cc option, PowerMac support,
13194 and recently-reported compatibility problems.
13195
13196Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13197
13198 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13199 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13200 (--with-multilib-top): Pass to recursive invocations.
13201
13202Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13203
13204 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13205 v810-*-*.
13206
13207Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13208
13209 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13210 gdb, ld and opcodes on v810-*-*.
13211
252b5132
RH
13212Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13213
13214 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13215 (local-maintainer-clean): New target.
13216 (maintainer-clean): New target.
13217 (realclean): Just depend upon maintainer-clean.
13218
13219Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13220
13221 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13222
13223Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13224
13225 * configure.in: Build ld in mips*-*-bsd* case.
13226
13227Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13228
13229 * config.sub: Accept -lites* OS. From Ian Dall.
13230
13231Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13232
13233 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13234 targets.
252b5132
RH
13235
13236Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13237
13238 * configure.in: treat i386-win32 canadian cross the same as
13239 i386-go32 canadian cross.
13240
13241Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13242
13243 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13244 running under the simulator to build a reduced set of libraries.
13245 (powerpc-*-eabiaix): Add fine grained multilib support added to
13246 other powerpc targets yesterday.
13247
13248Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13249
13250 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13251 -disable-softfloat, -disable-relocatable, -disable-aix, and
13252 -disable-sysv to control which multilib libraries get built.
13253
13254Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13255
13256 * configure: Add Makefile.tem to list of files to remove in trap
13257 handler.
13258
13259Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13260
13261 * config.guess (*Linux*): Add missing "exit"s.
13262 Also, need specific check for alpha-unknown-linux (uses COFF).
13263
13264Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13265
13266 * config.guess: Merge with FSF:
13267
13268 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13269 * config.guess (AIX4): More robust release numbering discovery.
13270
13271 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13272 * config.guess (i386-sequent-ptx): Properly get version number.
13273
13274 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13275 * config.guess (mips:*:4*:UMIPS): New case.
13276
13277Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13278
13279 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13280 (i386-win32 host): Likewise. Don't build readline.
13281
afb8d725
JM
13282Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13283
13284 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13285 SUPPORT_FILES to submakes.
13286
252b5132
RH
13287Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13288
13289 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13290 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13291 mpw-configure.
13292
13293Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13294
13295 * configure.in (appdirs): Use =, not ==, in test expression when
13296 trying to build the text to print in the warning message for
13297 Solaris users.
13298
13299Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13300
13301 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13302
13303Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13304
13305 * config.guess: Recognize lynx-2.3.
13306
13307Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13308
13309 * config.sub (z8ksim): Deleted
13310 (z8k-*-coff): New, this is the one true name of the target.
13311
13312Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13313
13314 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13315
13316Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13317
13318 * config.guess (*:Linux:*:*): First try asking the linker what the
13319 default object file format is (elf, aout, or coff). Then if this
13320 fails, try previous methods.
13321
13322Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13323
13324 * configure.in: Don't build newlib for *-*-vxworks5.1.
13325
13326Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13327
13328 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13329 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13330
13331Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13332
13333 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13334
13335Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13336
13337 * cfg-ml-com.in: New file.
13338 * cfg-ml-pos.in: New file.
13339
13340Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13341
13342 * COPYING.NEWLIB: Add HP free copyright to list.
13343
13344Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13345
13346 * config.sub: Recognize -eabi* for the system, not just -eabi.
13347
13348Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13349
13350 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13351 * config.sub, configure.in (win32): New target and host.
13352
13353Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13354
13355 * configure.in: Add i386-pe configuration.
13356
13357Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13358
13359 * mpw-build.in (install): Install GDB after LD.
13360
13361Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13362
13363 * mpw-config.in (elf/mips.h): Always forward-include, needed
13364 for GDB to build.
13365
13366Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13367
13368 * testsuite: New directory for customer acceptance and whole tool
13369 chain tests.
13370
13371Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13372
13373 * configure: If per-host line isn't found, but AC_OUTPUT is found
13374 and a configure script exists, run it instead.
13375
13376Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13377
13378 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13379
13380Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13381
13382 * configure: Set build_{cpu,vendor,os,alias} to host values when
13383 --build isn't specified.
13384
13385Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13386
13387 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13388 (FLAGS_TO_PASS): Pass them.
13389 (EXTRA_TARGET_FLAGS): Ditto.
13390
252b5132
RH
13391Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13392
13393 * Makefile.in (all-libg++): Depend on all-libstdc++.
13394
13395Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13396
13397 * configure.in (noconfigdirs): Enable all packages for
13398 i386-unknown-netbsd.
13399
13400Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13401
13402 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13403 hosted builds (DOS builds)
13404
13405Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13406
13407 Changes for ARM based on patches from Richard Earnshaw:
13408 * config.sub: Handle armeb and armel.
13409 * configure.in: Omit arm linker only for riscix.
13410
13411Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13412
13413 * config.guess: Update from FSF.
13414
13415Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13416
13417 * config.sub: Recognize powerpcle as the little endian varient of
13418 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13419 powerpcle variant. Convert pentium into i586, not i486. Add p5
13420 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13421 temporarily.
13422
13423Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13424
13425 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13426
13427Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13428
13429 * config.sub: Accept -lites* as a basic system type.
13430
13431Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13432
13433 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13434 installed, and if so return linuxoldld as the system name.
13435
13436Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13437
13438 * config.guess: Add hppa1.1-hp-lites support.
13439
13440Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13441
13442 * configure.in: Don't build newlib for m68k-vxworks5.1.
13443
13444Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13445
13446 * configure.in (mips-sgi-irix6): Use mh-irix5.
13447
13448Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13449
13450 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13451
13452Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13453
13454 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13455 OSF/1. Fix compiler flags.
252b5132
RH
13456 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13457
13458Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13459
13460 * configure.in: Recognize --with-newlib.
13461 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13462
afb8d725
JM
13463Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13464
13465 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13466 to *_X11_MODULES due to gdbtk needing X include files et al.
13467
252b5132
RH
13468Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13469
13470 Merge in support for Mac MPW as a host.
13471 (Old change descriptions retained for informational value.)
13472
13473 * mpw-config.in: Add generic include forwards for cpu-specific
13474 include files in aout and elf directories.
13475
13476 * mpw-configure: Added copyright.
13477 * mpw-config.in: Check for presence of required build tools.
13478 (target_libs): Add newlib.
13479 (target_tools): Add examples.
13480 (Read Me): Generate as "Read Me for MPW" instead.
13481 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13482 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13483 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13484
13485 * mpw-configure: Remove subdir-specific makefile hackery,
13486 delete mk.tmp after using it.
13487
13488 * mpw-build.in (all): Display start and end times.
13489
13490 * mpw-configure (host_canonical): Set.
13491 (target_cpu): Always add to makefiles.
13492 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13493 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13494 (mpw-mh-mpw): Look for in srcdir and srcroot.
13495 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13496
13497 * mpw-build.in: (install-only): New target.
13498
13499 * mpw-configure (host_alias, target_alias): Rename from hostalias
13500 and targetalias, add into generated Makefile.
13501 (mk.tmp): If present, add into generated Makefile.
13502 * mpw-build.in (all-gas): Build config.h first before gas proper.
13503
13504 * mpw-configure (config.status): Write only if changed.
13505 * mpw-config.in (readline): Configure it (not built, just used for
13506 definitions).
13507
13508 * mpw-config.in (elf/mips.h): Add a forward include.
13509
13510 * mpw-config.in: Forward-include most .h files in include into
13511 extra-include.
13512 (readline): Don't build.
13513 mpw-build.in (install): Install GDB.
13514
13515 * mpw-configure (prefix, mpw_prefix): Handle it.
13516 * mpw-config.in (mmalloc, readline): Don't configure.
13517 * mpw-build.in (thisscript): Rename to ThisScript.
13518 Use mpw-build instead of BuildProgram everywhere.
13519 (mmalloc, readline): Don't build.
13520 * mpw-README: New file, basic documentation about the MPW port.
13521
13522 * mpw-config.in: Use forward-include to create include files.
13523
13524 * mpw-configure: Add more things to the top of each configured
13525 Makefile, including contents of config/mpw-mh-mpw.
13526 * mpw-config.in (extra-include): Create this directory and fill it
13527 with Posix-like include files when configuring.
13528
13529 * config.sub (apple, mac, mpw): Add various aliases.
13530
13531 * mpw-build.in: New file, top-level build script fragment for MPW.
13532 * mpw-configure: New file, configure script for MPW.
13533 * mpw-config.in: New file, config fragment for MPW.
13534
13535Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13536
13537 * configure.in (host_libs): Remove glob, since it is gone from the
13538 sources.
13539
13540Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13541
13542 * Makefile.in: define empty GDB_NLM_DEPS var.
13543
13544 * configure.in(target_makefile_frag): use config/mt-netware
13545 for netware targets.
13546
13547Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13548
13549 * config.sub: Merge in recent FSF changes. Remove linux special
13550 cases.
13551
13552Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13553
4bddf3ad 13554 Revert this change:
252b5132
RH
13555
13556 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13557
13558 * build-all.mk: Use CC=cc -Xs on Solaris.
13559
252b5132
RH
13560Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13561
13562 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13563 stop using it.
13564 * Makefile.in: Nuke all references to glob subdirectory.
13565
13566Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13567
13568 * configure.in: Fix --enable-shared logic in per-host.
13569
13570Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13571
13572 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13573
13574Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13575
13576 * configure.in (noconfigdirs): Don't build gas on AIX, for
13577 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13578
13579Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13580
13581 * configure: Fix --cache-file to work if the file argument is a
13582 relative path.
13583
13584Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13585
13586 * configure: If the --cache-file is used, pass it down to
13587 configure in subdirectories.
13588
13589Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13590
13591 * config.sub: add vxworks29k configuration.
13592
13593Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13594
13595 * Makefile.in (taz): Do "diststuff" part quietly.
13596
13597Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13598
13599 * config.sub: Mini-merge with gcc/config.sub.
13600
13601Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13602
13603 * config.guess (IRIX): Sed - to _.
13604
13605Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13606
13607 * Makefile.in (source-vault, binary-vault): New targets.
13608
13609Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13610
13611 * config.sub: Recognize -eabi as a basic system type.
13612
13613Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13614
13615 * configure.in (enable_shared stuff): Fix typo.
13616
13617Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13618
13619 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13620
13621Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13622
13623 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13624
13625Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13626
13627 * configure.in (rs6000-*-*): Don't build gas.
13628
13629Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13630
13631 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13632 reduce command line length.
13633 (AS_FOR_TARGET): Check for as.new, not Makefile.
13634 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13635
13636Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13637
13638 * config.guess: Merge from FSF.
13639
13640Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13641
13642 * configure: Don't use $ when handling program_suffix.
13643
13644Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13645
13646 * configure.in: Configure tk for hppa/hpux.
13647
13648Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13649
13650 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13651
13652Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13653
13654 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13655 to LIBCXXFLAGS. Tests are better run without it.
13656
13657Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13658
13659 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13660
13661Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13662
13663 * configure.in (*-*-netware*): Don't configure xiberty.
13664
13665Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13666
13667 * configure.in: Remove tk from native_only list.
13668
13669Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13670
13671 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13672 for special NCD build.
13673
13674Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13675
13676 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13677 makeall.bat, they're only useful for binutils snapshots.
13678 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13679 makeall.bat to specified SUPPORT_FILES.
13680
13681Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13682
13683 * build-all.mk: Add Ericsson targets to sun4 and solaris
13684 hosts. Add BNR's sun4 target to solaris host, so their
13685 build-from-source will be tested in-house first.
13686
13687Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13688
13689 * Makefile.in (LIBCFLAGS): New variable.
13690 (CFLAGS_FOR_TARGET): Ditto.
13691 (LIBCFLAGS_FOR_TARGET): Ditto.
13692 (LIBCXXFLAGS): Ditto.
13693 (CXXFLAGS_FOR_TARGET): Ditto.
13694 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13695 (BASE_FLAGS_TO_PASS): Pass them.
13696 (EXTRA_TARGET_FLAGS): Ditto.
13697
4bddf3ad 13698 * configure.in: Support --enable-shared.
252b5132
RH
13699
13700Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13701
13702 * configure.in (target_libs): Include libstdc++ again.
13703 * config.guess: Update from FSF (for FreeBSD).
13704
13705Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13706
13707 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13708 makeall.bat.
13709 (DISTDOCDIRS): Add `etc'.
13710 (ETC_SUPPORT_PFX): New variable.
13711 (taz): Include anything from etc starting with a word in
13712 ETC_SUPPORT_PFX.
13713
13714Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13715
13716 * config.sub: Update for recent FSF changes. Remove obsolete
13717 h8300hds entry. Add -windows* and -osx as basic os. Minor
13718 spacing changes.
13719
13720Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13721
13722 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13723
13724 * config.guess: Merge with FSF.
13725 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13726
13727Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13728
13729 * configure: Since the "trap 0" handler will override the exit
13730 status on many systems, only use it for "exit 1", and make it set
13731 a non-zero exit status; reset it before "exit 0". Also, check
13732 exit status of config.sub, and error out if it failed.
13733
13734Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13735
13736 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13737 and install libgloss.
13738
13739Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13740
13741 * Makefile.in (all-binutils): Depend upon all-byacc.
13742
13743 * configure.in: Don't build emacs on Irix 5.
13744
13745Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13746
13747 * configure.in (*-*-netware*): Add libio.
13748
13749Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13750
13751 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13752 (CHECK_TARGET_MODULES): Ditto.
13753 (INSTALL_TARGET_MODULES): Ditto.
13754 (TARGET_LIBS): Ditto.
13755 (all-libstdc++): Note dependencies.
13756
13757Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13758
13759 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13760
13761Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13762
13763 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13764 -fexternal-templates.
13765
13766 * configure.in (target_libs): Add libstdc++.
13767 (noconfigdirs): Add libstdc++ as appropriate.
13768
13769Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13770
13771 * config.guess: Update from FSF.
13772
13773Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13774
13775 * configure: Use ${config_shell} when running ${configsub}.
13776
13777Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13778
13779 * config.sub: No longer recognize h8300h.
13780
13781Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13782
13783 * config.sub: Remove extraneous differences between config.sub and
13784 gcc/config.sub.
13785
13786Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13787
13788 * Makefile.in (DISTSTUFFDIRS): Add gas.
13789
13790Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13791
13792 * COPYING.NEWLIB: New file.
13793
13794Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13795
13796 * config.guess (HP-UX): Patch from Harlan Stenn
13797 <harlan@landmark.com> to also emit release level.
13798
13799Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13800
13801 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13802
13803Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13804
13805 * config.sub: Merge nextstep cleanup from FSF.
13806
13807Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13808
13809 * configure.in (arm-*-*): Don't configure ld for this target.
13810
13811Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13812
13813 * configure.in (*-*-netware): don't configure libg++, libio,
13814 librx, or newlib.
13815
13816Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13817
13818 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13819 configure ld--it works, but it doesn't support shared libraries.
13820
13821Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13822
13823 * config.guess (*-unknown-freebsd*): Get rid of possible
13824 trailing "(Release)" in version string.
13825 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13826
13827Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13828
13829 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13830 Fix type: *-next-neststep -> *-next-nextstep.
13831
13832 * config.guess: Merge from FSF:
13833
13834 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13835
13836 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13837
13838 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13839
13840 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13841 instead of UNIX_SV for UnixWare 1.0).
13842
13843Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13844
13845 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13846 to make gdb/nlm/* build after the compiler and linker.
13847
13848Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13849
13850 * config.guess (netbsd, freebsd, linux): Accept any machine,
13851 not just i[34]86.
13852 (m68k-atari-sysv4): Relocate to match FSF version.
13853
13854 * config.guess: More merges from the FSF:
13855
13856 Add a space before function call or macro invocation.
13857
13858 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13859
13860 * config.guess: Add trap cmd to remove dummy.c and dummy when
13861 interrupted.
13862
13863 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13864
13865 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13866 (dummy): Redirect stderr from compilation of dummy.c.
13867
13868 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13869
13870 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13871
13872Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13873
13874 * configure: Accept and ignore --cache*, for compatibility with
13875 new autoconf.
13876
13877Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13878
13879 * config.guess: Merge from FSF:
13880
13881 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13882
13883 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13884 (PATH): Add /.attbin at end for finding uname.
13885 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13886
13887 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13888
80413487 13889 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13890
13891 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13892
80413487
RH
13893 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13894 to select whether to use ELF or COFF.
252b5132
RH
13895
13896 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13897
80413487 13898 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13899
13900 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13901
13902 * config.guess: Guess the OS version for HPUX.
13903
13904 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13905
13906 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13907
13908Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13909
13910 * configure.in: Recognize --with-headers, --with-libs, and
13911 --without-newlib.
13912 * Makefile.in (all-xiberty): Depend upon all-ld.
13913
13914Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13915
13916 * configure.in: Change i[34]86 to i[345]86.
13917
13918Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13919
13920 * configure (version): A few more tweaks to help message.
13921
13922Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13923
13924 * Makefile.in: Remove (for now) librx as a host library,
13925 now that we're building it for target.
13926
13927Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13928
13929 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13930 (Karl Berry).
13931
13932Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13933
13934 * configure.in: Also configure librx.
13935
13936Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13937
13938 * Makefile.in: Update various rules to reflect that librx
13939 is now needed for libg++.
13940
13941Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13942
13943 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13944
13945Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13946
13947 * configure.in: Configure the examples directory.
13948
13949Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13950
13951 * configure: Simplify Jun 2 1994 change.
13952
13953Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13954
13955 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13956 /bin/gcc isn't good enough to build gcc.
13957
13958Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13959
13960 * Makefile.in (GDB_SUPPORT_FILES): Remove
13961 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13962 (gdb.tar.gz): Add new rule to use standard distribution building
13963 mechanism.
13964
13965Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13966
13967 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13968 Bill Cox <bill@cygnus.com>.
13969
13970Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13971
13972 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13973
13974Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13975
13976 * configure: Search current dir first in .gdbinit.
13977
13978Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13979
13980 * config.sub: Recognize freebsd (merged from gcc config.sub).
13981
13982Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13983
13984 * config.sub: Refer to NeXT's operating system as nextstep.
13985
13986 * config.sub (case $basic_machine): Re-order the cases, to match
13987 the order in the FSF version (which is mostly alphabethical).
13988 Merge in some additions and changes from the FSF.
13989
13990Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13991
13992 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13993 * config.sub: Recognize cxux7.
13994 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13995
13996Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13997
13998 * config.sub: Fix typo powerpc -> powerpc-*.
13999
14000Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14001
14002 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14003
14004 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14005 parallel with all-emacs and install-emacs). Top-level command
14006 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14007
14008Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14009
14010 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14011 $(relbindir)/make before doing ``make install'', and use
14012 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14013 installing over running make binary.
14014 ($(host)-stamp-stage3-installed): Likewise.
14015
14016Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14017
14018 * config.guess: Recognize Mach.
14019
14020Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14021
14022 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14023 see whether --exec-prefix was used.
14024
14025Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14026
14027 * README: Explicitly mention libg++/README. (Zoo's idea.)
14028
14029Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14030
14031 * Makefile.in: Add all-librx target similar to all-libproc.
14032
14033Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14034
14035 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14036 with post 1.2 uname bogosity.
14037
14038Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14039
14040 * configure: Remove temporary files on receipt of a signal.
14041
14042Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14043
14044 * configure: If there is a package_makefile_frag, remove
14045 ${subdir}/Makefile.tem after copying it in.
14046
14047Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14048
14049 * build_all.mk: support rs6000 lynx identifies itself as
14050 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14051 since /bin/gcc is too feeble to compile a modern gcc.
14052
14053Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14054
14055 * brought devo/test-build.mk update-to-date with progressive/
14056 test-build.mk. Add lynx targets and hppa flag info.
14057
14058Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14059
14060 * configure.in: Use mh-ncrsvr43. Patch from
14061 Tom McConnell <tmcconne@sedona.intel.com>.
14062
14063Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14064
14065 * config.guess (i386-unknown-bsdi): No longer need to
14066 check #if defined(__bsdi__) && defined(__i386__).
14067
14068Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14069
14070 * configure: Set program_transform_nameoption correctly.
14071
14072Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14073
14074 * brought build-all.mk update-to-date with progressive build-all.mk,
14075 added new targets and hppa info.
35590697 14076
252b5132
RH
14077Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14078
14079 * configure: If config.guess result is a prefix of the user
14080 specified target, assume a native build and use the user specified
14081 target as the host alias. Remove SunOS patch suffix removal hack.
14082 * configure.in: Remove SunOS patch suffix removal hack.
14083
14084 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14085 in NATIVE_CHECK_MODULES.
14086
14087Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14088
14089 * Makefile.in: Rename HOST_ONLY to NATIVE.
14090 * configure: Delete SunOs patch suffix from host_canonical
14091 and build_canonical variables that are prepended to Makefiles.
14092 * configure.in: Add comments for easier maintenance.
14093
14094Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14095
14096 * Makefile.in: Add all-libproc target similar to all-gui.
14097
14098Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14099
14100 * Makefile.in (CHECK_MODULES): split into
14101 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14102
14103Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14104
14105 * config.guess (i386-unknown-bsdi): New system to guess.
14106
14107Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14108
14109 * Makefile.in: Add all-gui target (but not yet build by "all").
14110
14111Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14112
14113 * config.sub: Move deletion of patch suffix from here...
14114 * configure.in: To here, at Ian's suggestion. The top-
14115 level scripts might need to know of a patch level.
14116
14117Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14118
14119 * config.sub: Strip off patch suffix so rtl is recognized
14120 as a sunos4.1.3 machine, even though it's been patched.
14121
14122Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14123
14124 * Makefile.in (INSTALL_LAST): Delete.
14125 (INSTALL_DOSREL): New.
14126
14127Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14128
14129 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14130 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14131 whether we pass down --with-gnu-ld anyhow.
14132
14133Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14134
14135 * Makefile.in (INSTALL_LAST): Change operation so it works
14136 on more flavors of make.
14137 * configure.in (go32): Don't build libg++ or libio.
14138
14139Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14140
14141 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14142 they can be overriden by templates.
14143
14144Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14145
14146 * configure.in (target==go32): Don't build gdb.
14147 * dosrel: New directory.
14148
14149Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14150
14151 * configure.in (host==go32): Configure dosrel too.
14152 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14153 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14154 be set by incoming names or templates.
14155 (INSTALL_LAST): New rule.
252b5132
RH
14156
14157Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14158
14159 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14160
14161Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14162
252b5132
RH
14163 * configure.in (appdirs): New variable. Currently empty, but will
14164 be used in gas distribution. If nonempty, lists a set of
14165 directories at least one of which must get configured, or top
14166 level configuration is considered to have failed.
14167 (rs6000-*-lynxos*): Use new file name.
14168
14169Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14170
14171 Eliminate XTRAFLAGS.
14172 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14173 newlib include files using -idirafter, and also use -nostdinc.
14174 (CXX_FOR_TARGET): Likewise.
14175 (XTRAFLAGS): Removed.
14176 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14177 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14178 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14179 ($(DO_X)): Don't pass down XTRAFLAGS.
14180
14181Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14182
14183 * configure.in (mips*-dec-bsd*): New target; do build linker.
14184 (mips*-*-bsd*): New target; don't build linker.
14185
14186Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14187
14188 * configure.in: support rs6000-*-lynxos* configuration.
14189 support sunos4 as a cross target.
14190
14191 * config.sub: look for lynx*, not lynx since the OS version may
14192 legitimately be part of the name.
14193
14194Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14195
14196 * configure.in (i[34]86-*-sco*): Move to be with other i386
14197 targets.
14198 (romp-*-*): New target. Skip various binary utilities.
14199 (vax-*-*): New target. Don't build newlib.
14200 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14201
14202Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14203
14204 * configure.in: Only set host_makefile_frag if config
14205 directory exists.
14206
14207Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14208
14209 * install.sh: If $dstdir exists, don't check whether each
14210 component does.
14211
14212Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14213
14214 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14215
14216Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14217
35590697
AJ
14218 * configure.in (*-*-lynxos*): Don't configure newlib for either
14219 native or cross Lynx.
252b5132
RH
14220
14221Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14222
14223 * config.sub (sparc64-elf): Fix os.
14224 (z8k): Remove duplicate.
14225
14226Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14227
14228 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14229 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14230
14231Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14232
14233 * configure: Make file links cleanly even if Lynx fails on
80413487 14234 an NFS symlink (at least fail cleanly).
252b5132
RH
14235
14236Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14237
14238 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14239 -XNh2000.
14240
14241Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14242
14243 * configure: Unknown options are fatal again.
14244
14245Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14246
14247 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14248 compatibility.
252b5132
RH
14249
14250Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14251
14252 * build-all.mk: Add `clean' target.
14253
14254Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14255
14256 * config.guess: Add SINIX support.
14257 * configure.in: Add mips-*-sysv4* support.
14258
14259Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14260
14261 * build-all.mk: Document all useful targets.
14262 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14263 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14264
14265Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14266
14267 * configure: Support --silent, --quiet.
14268
14269Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14270
14271 * configure: Support --disable-FEATURE.
14272
14273Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14274
14275 * config.guess: Recognize NCR running SVR4.3.
14276
14277Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14278
14279 * config.guess: Make BSDI generate i386-unknown-bsd386.
14280 Patch from Paul Eggert <eggert@twinsun.com>.
14281
14282Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14283
14284 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14285
14286Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14287
14288 * configure: Make unrecognized options give nonfatal warnings
14289 instead of fatal errors, and pass them to any subdirectory
14290 configures in case they recognize them.
14291 Make --x equivalent to --with-x.
14292
14293Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14294
14295 * configure: Add --enable-* options. Clean up usage message and
14296 some comments.
14297
14298Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14299
14300 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14301
14302Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14303
14304 * configure.in (hppa*-*-*): Enable binutils.
14305
14306Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14307
14308 * config.sub: Recognize cisco.
14309
14310Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14311
14312 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14313
14314Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14315
14316 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14317 than one configuration name. Add comment.
14318
14319Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14320
14321 * config.guess: about target *-hitachi-hiuxwe2, fixed
14322 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14323 macro is incorrect.]
14324
14325Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14326
14327 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14328 than the "make ls" stuff which used to be here.
14329
14330Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14331
14332 * config.guess: Recognize i[34]86-unknown-freebsd.
14333 From Shawn M Carey <smcarey@rodan.syr.edu>.
14334
14335Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14336
14337 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14338
14339Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14340
14341 * config.guess: Check for ptx.
14342
14343Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14344
14345 * config.sub: Add os9k checking.
14346
14347Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14348
14349 * config.guess: Handle OSF1 running on HPPA processors
14350
14351Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14352
14353 * configure: If subdir configure fails, print out a message with
14354 subdirectory name, in case subdir's configure code didn't identify
14355 itself.
14356
14357Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14358
14359 * configure.in: Remove embedded newlines from configdirs.
14360 Avoid mismatches of substrings. Fix matching strings at end
14361 of configdirs.
14362
14363Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14364
14365 * config.guess: Add Lynx/rs6000 config support.
14366
14367Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14368
14369 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14370
14371Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14372
14373 * configure.in (hppa*-*-osf*): Treat this just like most other
14374 PA configurations (eg no binutils or ld).
14375 (hppa*-*-*elf*): These configurations have binutils and ld.
14376
14377Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14378
14379 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14380
14381Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14382
14383 * configure.in (rs6000-*-*): Build gas.
14384
14385Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14386
80413487 14387 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14388
14389Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14390
14391 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14392 for GDB and GDB has been fixed to not need it.
14393
252b5132
RH
14394Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14395
14396 * config.guess: Recognize vax hosts.
14397
14398Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14399
14400 * configure (while loop): Don't use "break 2" inside case
14401 statement -- the case statement isn't an enclosing loop.
14402
14403Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14404
14405 * config.guess: Clean up NeXT support, to allow nextstep
14406 on Intel machines. Make OS be nextstep.
14407
14408Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14409
14410 * config.guess: Add alternate forms for Convex.
14411
14412Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14413
14414 * configure: Completely rewrite option processing. Take
14415 advantage of pattern-matching to avoid invoking test frequently.
14416 Also clean up host and target defaulting logic.
14417
14418Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14419
14420 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14421 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14422 commands (plus user environment) will fit SCO limits.
14423
14424Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14425
14426 * configure.in: Don't issue warnings about directories which are
14427 not being configured if -norecursion is set. Correct test for
14428 --with-gnu-as and --with-gnu-ld to not get confused by substring
14429 matches.
14430
14431 * configure.in: Don't build gas for alpha-dec-osf1*.
14432
14433Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14434
14435 * configure: Back out Per's change of 12/19/1993. It changes the
14436 behavior of configure in unexpected and confusing ways.
14437
14438 Also, use different delim char when calculating
14439 program_transform_name so that the name can contain slashes.
14440
14441Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14442
14443 * configure.in, config.sub: Add support for VSTa micro-kernel.
14444
14445Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14446
14447 * configure.in: Nuke hacks which were used to get a special
14448 version of GAS for HPPA configurations.
14449
14450Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14451
14452 * configure: If only ${target_alias} is given, use that
14453 as the default for ${host_alias}.
14454 * configure: Add missing back-slashes before nested quotes.
14455
14456Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14457
14458 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14459
14460Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14461
14462 * config.guess: Recognize some Tektronix configurations.
14463 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14464
14465Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14466
14467 * config.sub: Match any flavor of SH.
14468
14469Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14470
14471 * configure.in: Don't try to configure newlib for Alpha.
14472
14473Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14474
14475 * configure.in: Don't build ld for Irix 5. Don't build gas,
14476 libg++ or libio for any Alpha target.
14477
14478 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14479
14480Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14481
14482 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14483 default arguments -- so it tried to compress itself.
14484
14485Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14486
14487 * configure.in (notsupp): ensure that a space is always at the end
14488 of the configdirs list, since the grep checks for an explicit space
14489
14490Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14491
14492 * configure.in (target i386-sysv4.2): don't build ld, since static
14493 versions of many libraries are not available.
14494
14495Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14496
14497 * config.guess: Recognize Apollos (using environment variables).
14498 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14499
14500Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14501
14502 * config.guess: Recognize Sony news mips running newsos.
14503
14504Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14505
14506 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14507 "fi ; else" for bash.
14508
14509Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14510
14511 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14512
14513Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14514
14515 * config.sub: accept unixware as an alias for svr4.2.
14516 Fix some inconsistancies with the gcc version.
14517
14518Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14519
14520 * Makefile.in (DISTDOCDIRS): Add gdb.
14521
14522Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14523
14524 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14525
14526Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14527
14528 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14529 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14530 this now.
14531
14532Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14533
14534 * config.sub: Accept hiux* as an OS name.
14535
14536 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14537 etc/make-stds.texi. The underscore came from gcc, and dje now
14538 agrees that RUNTESTFLAGS is the correct name.
14539
14540Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14541
14542 * install.sh: Remove 'set -e'. It makes any conditionals
14543 in the script useless.
14544
14545 * config.guess: Automatically recognize arm-acorn-riscix
14546 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14547
14548Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14549
14550 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14551
14552Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14553
14554 * Makefile.in (DISTDOCDIRS): New variable.
14555 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14556 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14557
14558Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14559
14560 * configure.in (hppa target): check the source directory for the
14561 pagas sub-directory
14562
14563Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14564
14565 * config.sub: Allow -aout* and -elf*.
14566
14567Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14568
14569 * configure.in: Don't build ld on i386-solaris2, same as for
14570 sparc-solaris2.
14571
14572Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14573
14574 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14575
14576Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14577
14578 * configure.in: Configure gdb for alpha.
14579
14580Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14581
14582 * Makefile.in (CXXFLAGS): Add -O.
14583
14584Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14585
14586 * config.guess: added support for DG Aviion
14587
14588Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14589
14590 * configure.in: Produce warning message for subdirectories not
14591 configurable for this host/target combination. Don't try to
14592 configure gdb for vms.
14593
14594Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14595
14596 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14597 appropriate files before making "diststuff".
14598 (DISTBISONFILES): New var: list of files to be edited.
14599 (DISTSTUFFDIRS): Add binutils.
14600
14601Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14602
14603 * config.sub: also handle mipsel and mips64el (for little endian mips)
14604
14605Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14606
14607 * configure.in: Add * to end of all OS names.
14608
14609Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14610
14611 * configure.in: Build newlib for LynxOS native.
14612
14613Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14614
14615 * config.guess: Add support for delta 88k running SVR3.
14616
14617 * configure.in: Add comment about HP compiler vs. emacs.
14618
14619Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14620
14621 * configure.in: don't build ld on solaris2 (not a viable option
14622 due to bugs in getpwnam & getpwuid)
14623
14624Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14625
14626 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14627 config.guess will produce a full version number.
14628
14629Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14630
14631 * configure.in: Build linker and binutils for alpha-dec-osf1.
14632
14633Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14634
14635 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14636 and gdb/testsuite/Makefile.in.
14637
14638Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14639
14640 * configure.in: recognize mips*- instead of mips-
14641
14642Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14643
14644 * config.sub: Accept linux*coff and linux*elf as operating
14645 systems.
14646
14647Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14648
14649 * config.sub: Recognize mips64, and mips3 as an alias for it.
14650
14651Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14652
14653 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14654 gdb knows how to handle OSF/1 shared libraries.
14655
14656Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14657
14658 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14659 * config.guess: Recognize Hitachi's HIUX.
14660 * config.sub: Recognize h3050r* and hppahitachi.
14661 Remove redundant cases for hp9k[23]*.
14662
14663Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14664
14665 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14666 if gas and ld are in the source tree and are in ${configdirs}.
14667 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14668 --with options (but still pass them down on the command line,
252b5132
RH
14669 if they were explicitly specified).
14670
14671Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14672
14673 * configure: substitute SHELL value in Makefile.in with
14674 ${CONFIG_SHELL}
14675
14676Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14677
14678 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14679 *-*-solaris2* targets.
14680
14681Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14682
14683 * Makefile.in: define M4, and pass it down to sub-makes;
14684 all-autoconf now depends on all-m4
14685
14686Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14687
14688 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14689 presence of {ar,ranlib} instead of a configured directory
14690
14691Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14692
14693 * config.guess: Accept 34?? as well as 33?? for NCR.
14694
14695Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14696
14697 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14698 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14699
14700Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14701
14702 * configure: grab values for $(CC) and $(CXX) from the
14703 environment, so that someone can do "CC=gcc configure; make" and
14704 have it work right (matching the way that autoconf works now)
14705
14706 * configure.in, Makefile.in: add support for gash, the tcl
14707 interface to Galaxy
14708
14709 * config.guess: add NetBSD variants (hp300, x86)
14710
14711Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14712
14713 * install.sh: Support -d option (in the manner of SunOS 4 install,
14714 as it is more deterministic than that of GNU install)
14715 (chmodcmd): Set file to mode 755 by default (should also do default
14716 chgrp and chown, but I don't feel like dealing with that now)
14717
14718Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14719
14720 * config.sub: Remove h8300hhms alias.
14721
14722Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14723
14724 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14725
14726Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14727
14728 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14729 as stmp-fixinc
14730
14731Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14732
14733 * config.sub: recognize m88110-bug-coff.
14734
14735Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14736
14737 * Makefile.in (all-libio): all dependencies on the toolchain used
14738 to build this (gcc, gas, ld, etc)
14739
14740Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14741
14742 * config.guess: Deal with OSF/1 1.3 on alpha.
14743
14744Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14745
14746 * install.sh: add some 'else true' clauses for portability
14747
14748 * configure.in: don't build libio for h8[35]00-*-* targets
14749
14750Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14751
14752 * Makefile.in: Add support for new libio.
14753
14754Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14755
14756 * install.sh: If one command fails, don't try the rest. Don't try
14757 to remove $dsttmp (via trap) unless we have already created it.
14758 If $src doesn't exist, detect it and exit with an error.
14759
14760 * config.guess: Recognize BSD on hp300.
14761
14762Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14763
14764 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14765 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14766
14767Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14768
14769 * Makefile.in (all-send-pr): depends on all-prms
14770
14771Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14772
14773 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14774
14775Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14776
14777 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14778 Added test for mips-mips-riscos5.
14779
14780Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14781
14782 * configure.in: use mh-hp300 for 68k HP hosts
14783
14784Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14785
14786 * configure: add support for CONFIG_SHELL, so that you can use
14787 some alternate shell for evaluating configure scripts
14788
14789Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14790
14791 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14792 in configure script to bug-gdb@prep.ai.mit.edu when building
14793 distribution archive.
14794 * Makefile.in (COMPRESS): Remove def.
14795 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14796 gdb.tar.Z and make-gdb.tar.Z respectively.
14797 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14798 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14799 to convergence with 'taz' target in Makefile.in.
14800
14801Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14802
14803 * install.sh (dsttmp): use trap to ensure that tmp files go
14804 away on error conditions
14805
14806Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14807
14808 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14809
14810Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14811
14812 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14813 its parent is '/' not ''.
14814
14815 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14816
14817Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14818
14819 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14820 that ${newsrcdir}/configure.in does.
14821
14822Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14823
14824 * test-build.mk: support for CONFIG_SHELL
14825
14826Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14827
14828 * config.sub (netware): Add as a basic system type.
14829
14830Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14831
14832 * Makefile.in (Makefile): depend on configure.in. Also drop the
14833 $(srcdir)/ from the dependency on Makefile.in.
14834
14835Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14836
14837 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14838 (h8300hhms is temporary until multi-libraries are implemented).
14839 * configure.in: Handle h8300h too.
14840
14841Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14842
14843 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14844
14845Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14846
14847 * configure: Remove extraneous output when guessing host type.
14848 * config.guess: Remove extraneous output when guessing using C
14849 compiler rather than uname, or when guessing fails.
14850
14851Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14852
14853 * Makefile.in: remove all.cross and install.cross targets
14854
14855 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14856 definitions
14857
14858Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14859
14860 * configure.in (target sh): Build gprof.
14861
14862Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14863
14864 * config.sub: change -solaris to -solaris2
14865
14866Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14867
14868 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14869
14870Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14871
14872 * configure: Correct error message for missing Makefile.in to
14873 print correct directory.
14874
14875Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14876
14877 * install.sh: kludge around 386BSD shell bug
14878
14879Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14880
14881 * config.guess: Recognize NeXT.
14882 * config.guess: Recognize i486-ncr-sysv4.
14883 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14884
14885Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14886
14887 * Makefile.in (MAKEINFOFLAGS): New variable.
14888 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14889 * build-all.mk, test-build.mk: Pass down --no-split as
14890 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14891
14892Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14893
14894 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14895
14896Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14897
14898 * Makefile.in (libg++.tar.z): New rule.
14899 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14900 * Makefile.in (taz): Only do a single chmod.
14901
14902Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14903
14904 * install.sh: don't use dirname anymore (replaced with sed usage)
14905
14906Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14907
14908 * Makefile.in: Change extension for gzip'd files from '.z' to
14909 '.gz' per new FSF standard usage.
14910
14911Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14912
14913 * configure: put quotes around the final value of program_transform_name
14914
14915Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14916
14917 * Makefile.in: new install.sh support; update install-info rules
14918
14919Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14920
14921 * configure.in: Build diff for crosses, but not for go32 host.
14922
14923 * configure.in: Build gprof only for native, and don't build it
14924 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14925
14926Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14927
14928 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14929
14930Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14931
14932 * configure.in (host_tools): Add prms.
14933
14934Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14935
14936 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14937 with $(FLAGS_TO_PASS) on the command line
14938
14939 * config.sub: Recognize lynx and lynxos
14940
14941Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14942
14943 * config.sub: Accept -ecoff*, not just -ecoff.
14944
14945Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14946
14947 * Makefile.in (taz): Use .gz suffix instead of .z.
14948 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14949 names.
14950
14951Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14952
14953 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14954
14955Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14956
14957 * Makefile.in (install-no-fixedincludes): install gcc last, so
14958 that rebuilds that might happen during 'make install' don't get
14959 bogus gcc include files
14960
14961Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14962
14963 Change from Utah for HPPA support:
14964 * config.guess: Recognize hppa1.x-hp-bsd.
14965
14966Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14967
14968 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14969 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14970
14971Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14972
14973 * config.sub: Add support for rom68k and bug boot monitors.
14974
14975Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14976
14977 * Makefile.in: Make all-opcodes depend on all-bfd.
14978
14979Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14980
14981 * config.guess: Added special check for i[34]86-univel-sysv4*.
14982
14983Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14984
14985 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14986 the processor rather than assuming i486.
14987
14988Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14989
14990 * config.guess: Recognize SunOS6 as Solaris3.
14991
14992Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14993
14994 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14995 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14996
14997Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14998
14999 * build-all.mk (all-cross): New target for Canadian Cross.
15000 Added Q2 go32 targets.
15001 * test-build.mk: Configure go32 cross sparclite-aout and
15002 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15003 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15004
15005Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15006
15007 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15008 GO32 hosted toolchains
15009
15010Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15011
15012 * configure: change so "-exec-prefix" gets passed down rather
15013 than "-exec_prefix" so autoconf generated Makefiles get the
15014 exec_prefix set right.
15015
15016Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15017
15018 * config.guess: get the Solaris2 minor version number
15019
15020 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15021
15022Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15023
15024 * config.guess: Recognize some Sequent platforms.
15025
15026Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15027
15028 * Makefile.in: added the vault-install target
15029
15030 * configure.in: actually use the Sun3 makefile fragment that's in
15031 config, also added the release dir to configdirs
15032
15033Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15034
15035 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15036
15037Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15038
15039 * configure.in: remove some program from Alpha targetted toolchains
15040
15041Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15042
15043 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15044 gprof.
15045 (taz): Run "make diststuff" in those directories instead of "make
15046 proto-dir". Look for "VERSION=" only at start of line in subdir
15047 Makefile. Use "gzip -9" for compression.
15048 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15049 (binutils.tar.z): New target.
15050
15051Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15052
15053 * Makefile.in (taz): Include gpl.texinfo.
15054
15055Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15056
15057 * Makefile.in (setup-dirs): Merged into "taz" target.
15058 (taz): Only do `proto-dir' stuff if a directory is actually needed
15059 for this target.
15060
15061Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15062
15063 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15064 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15065 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15066 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15067 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15068
15069Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15070
15071 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15072 config.sub, and move-if-change to gdb testsuite distribution
15073 archive, so the testsuite can be extracted, configured, and
15074 run separately from the gdb distribution. Blow away the Chill
15075 tests that require a Chill compiled executable, since GNU Chill
15076 is not yet publically available.
15077
15078Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15079
15080 * test-build.mk: set environment variables in a single command,
15081 instead of a list of assignments and exports
15082
15083 * config.guess: recognize Alpha/OSF1 systems
15084
15085Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15086
15087 * configure: Change help message to prefer --options rather than
15088 -options.
15089
15090Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15091
15092 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15093 zippy@ecst.csuchico.edu.
15094 * config.guess: Recognize miniframe.
15095
15096Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15097
9eb322aa
MF
15098 * Makefile.in: Use srcroot to find runtest rather than rootme.
15099 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15100
15101Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15102
15103 * test-build.mk: Extensive additions to support building on a
15104 machine other than the host.
15105
15106Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15107
15108 * configure (tooldir): Fix for i386-aix again.
15109
15110Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15111
15112 * configure, Makefile.in: Change definition of $(tooldir)
15113 to match the FSF.
15114
15115Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15116
15117 * config.guess: Recognize i[34]86/SVR4.
15118
15119Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15120
15121 * Makefile.in (all-gdb): gdb depends on sim.
15122
15123Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15124
15125 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15126 at the same time we make the prototype gdb directory.
15127 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15128 files at the same time as the gdb base release distribution.
15129
15130Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15131
15132 * Makefile.in (check): Use individual check targets rather than
15133 DO_X rule.
15134 (check-gcc): Added.
15135
15136Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15137
15138 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15139 for System V release 3.2.
15140
15141Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15142
15143 * config.sub: Recognize hppaosf.
15144 * configure.in: Do configure ld/binutils/gas for it.
15145
15146Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15147
15148 * configure (tooldir): Alter syntax used to set this, for systems
15149 where "\$" isn't handled right, like i386-aix.
15150
15151Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15152
15153 * configure: Pass program-transform-name, not
15154 program_transform_name, to recursive configures.
15155
15156Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15157
15158 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15159 of gas+ld+binutils.
15160
15161Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15162
15163 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15164
15165Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15166
15167 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15168
252b5132
RH
15169Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15170
15171 * Makefile.in (PRMS): Set back to all-prms.
15172
15173Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15174
15175 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15176 targets, rather than for MIPS hosts.
15177
15178Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15179
15180 * configure.in: add comment for --with-x default values
15181
15182 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15183
15184 * Makefile.in: add check-* targets for each of the directories in
15185 the tree. Add a definition of RUNTEST that will use the one we
15186 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15187
15188Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15189
15190 * configure.in: Removed obsolete references to bfd_target and
15191 target_makefile_frag.
15192
15193 * build-all.mk: Set assorted targets for Q2.
15194 * config.sub: Recognize z8k-sim and h8300-hms.
15195 * test-build.mk: Really don't pass host to configure.
15196 (HOLES): Added uname.
15197
15198Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15199
15200 * configure: Handle an empty program-prefix, program-suffix or
15201 program-transform-name correctly.
15202
15203Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15204
15205 * build-all.mk: -G 8 no longer required for MIPS targets.
15206 * test-build.mk: Don't pass host argument to configure; make it
15207 guess.
15208
15209Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15210
15211 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15212 * Makefile.in (COMPRESS): New macro, like GZIP.
15213
15214Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15215
15216 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15217
15218 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15219 with gas currently defaults to -G 0.
15220
15221Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15222
15223 * Makefile.in (all-flex): flex depends on byacc.
15224
15225 * build-all.mk: If host not specified, use config.guess. Pass TAG
15226 to test-build.mk as RELEASE_TAG.
15227 * test-build.mk (configargs): New variable containing arguments to
15228 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15229 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15230
15231 * config.guess: Use /bin/uname when checking -X argument on SCO,
15232 to avoid invoking GNU uname which doesn't understand -X.
15233
15234 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15235
15236 * configure.in: Build gas for mips-*-*.
15237
15238Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15239
15240 * Makefile.in (all.normal): insert missing backslash.
15241
15242Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15243
4bddf3ad 15244 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15245
15246 * Makefile.in: Complete overhaul to merge many almost identical
15247 targets.
15248
15249Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15250
15251 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15252 (gdb.tar.Z): Adjusted.
15253
15254 * Makefile.in (setup-dirs, taz): New targets; should be general
15255 enough to adapt for gdb sometime. Build only .z file.
15256 (gas.tar.z): New target.
15257
15258Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15259
15260 * build-all.mk: Use CC=cc -Xs on Solaris.
15261
252b5132
RH
15262Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15263
15264 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15265 for handling BISON for FSF releases.
15266
15267Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15268
15269 * configure: Actually implement the change zoo just documented.
15270
15271Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15272
15273 * configure: when using config.guess, only set target_alias when
15274 it's not already been set (ie, on the command line)
15275
15276Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15277
15278 * Makefile.in: add installcheck target, set PRMS to install-prms
15279
15280Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15281
15282 * configure: add support for package_makefile_fragment, handle the
15283 case where a directory has a configure.in file but no Makefile.in
15284 more gracefully (with an actual understandable error message, even);
15285 add support for --without (and add this to the usage message); also
15286 explicitly add a --host=${host_alias} to the command line when
15287 config.guess is used
15288
15289Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15290
15291 * configure: Must use both --host and --target in recursive calls.
15292
15293Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15294
15295 * Makefile.in: Change deja-gnu to dejagnu.
15296
15297Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15298
15299 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15300
15301Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15302
15303 * configure.in: canonicalize all instances to *-*-solaris2*,
15304 also strip out a number of tools to not build for go32 host
15305
15306Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15307
15308 * config.guess: add GPL.
15309
15310 * Makefile.in, config.guess, config.sub, configure: bump
15311 copyrights to 93.
15312
15313Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15314
15315 * Makefile.in (do-info): Removed obsolete check for existence of
15316 localenv file.
15317
15318 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15319
15320Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15321
15322 * Makefile.in: a couple of 'else true' for decstation,
15323 support for TclX
15324
15325 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15326
15327Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15328
15329 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15330
15331Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15332
15333 * config.guess: Recognize i386-ibm-aix (PS/2).
15334 * configure.in: Use config/mh-aix386 file for it.
15335
15336Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15337
15338 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15339 CC_FOR_TARGET instead.
15340 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15341
15342Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15343
15344 * Makefile.in: Add sim to list of directories sent with gdb
15345
15346Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15347
15348 * configure.in: Put back mips-dec-bsd* case.
15349
15350Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15351
15352 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15353 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15354 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15355
15356Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15357
15358 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15359
15360 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15361 (install-info): install dir.info only if it exists,
15362 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15363
15364Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15365
15366 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15367 gas for mips-dec-bsd.
15368
15369Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15370
15371 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15372 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15373
15374Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15375
15376 * configure.in: Added "dejagnu" to hosttools list.
15377
15378Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15379
15380 * config.sub, configure.in, config.guess: Add support
15381 for Bosx, an AIX variant from Bull.
15382 Patches from F.Pierresteguy@frcl.bull.fr.
15383
15384Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15385
15386 * devo/dejagnu: Initial creation of devo/dejagnu.
15387 Migrated dejagnu testcases and support files for testing software
15388 tools to reside as subdirectories, currently called "testsuite",
15389 within the directory of the software tool. Migrated all programs,
15390 support libraries, etc. beloging to dejagnu proper from
15391 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15392 with no modifications. The changes to these files which will
15393 allow them to configure, build, and execute properly will be made
15394 in a future update.
15395
15396Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15397
15398 * Makefile.in: Change send_pr to send-pr.
15399 * configure.in: Likewise.
15400 * send_pr: Renamed directory to send-pr.
15401
15402Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15403
15404 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15405
15406Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15407
15408 * README: Update for gdb-4.8 release.
15409 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15410 gdb-xxx.tar.z (gzip'd) file also.
15411
15412Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15413
15414 * Makefile.in: make all-diff depend on all-libiberty
15415
15416Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15417
15418 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15419
15420Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15421
15422 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15423
15424Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15425
15426 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15427 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15428 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15429
15430Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15431
15432 * Makefile.in: makeinfo binary is in a new location
15433
15434Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15435
15436 * config.sub: Accept -ecoff as an OS.
15437
15438 * Makefile.in: Various changes to eliminate a level of make
15439 recursion and reduce the required command line length.
15440 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15441 sub-makes.
15442 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15443 variables holding settings for specific sub-makes.
15444 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15445 in terms of BASE_FLAGS_TO_PASS.
15446 (TARGET_LIBS): New variable listing directories which use
15447 TARGET_FLAGS_TO_PASS.
15448 (subdir_do): Eliminated.
15449 (do-*): New set of targets to replace subdir_do.
15450 (various): All targets which used subdir_do now depend on do-*.
15451 (local-clean): Renamed from do_clean.
15452 (local-distclean): New target, dependency of distclean and
15453 realclean.
15454 (install-info): Don't create directories. Depend on dir.info
15455 rather than calling make recursively.
15456 (install-dir.info): Eliminated.
15457 (install-info-dirs): Create all info directories here.
15458 (dir.info): Depend upon do-install-info.
15459
15460 * test-build.mk (HOLES): Added false.
15461
15462Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15463
15464 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15465
15466Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15467
15468 * Makefile.in (info): remove dependency on all-texinfo. The
15469 problem was really in texinfo/C, not at this level.
15470
15471Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15472
15473 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15474
15475Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15476
15477 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15478 GDB releases.
15479
15480Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15481
15482 * configure: Include srcdir in message about target of link not
15483 being found. Don't convert `-' to `_' in `with' options being
15484 passed to subdirs.
15485
15486Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15487
15488 * configure.in: add uudecode to host_tools
15489
15490 * Makefile.in: added {all,install}-uudecode targets, added them to
15491 the appropriate lists
15492
15493Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15494
15495 * Makefile.in (all-gcc): Added dependency on all-gas.
15496
15497 * configure.in (mips-*-*): Build ld and binutils.
15498
15499Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15500
15501 * configure: check return code from mkdir, print error message and
15502 exit on failure.
15503
15504Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15505
15506 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15507
15508Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15509
15510 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15511
15512Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15513
15514 * config.sub (h8500): Recognize this as a cpu type.
15515
15516Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15517
15518 * configure: source directory missing is no longer a warning
15519
15520 * configure.in: recognize irix[34]* instead of irix[34]
15521
15522 * Makefile.in: define and pass down X11_LIB
15523
252b5132
RH
15524Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15525
15526 * guess-systype: Renamed to ...
15527 * config.guess: ... by popular request.
15528 * configure.in, Makefile.in: Update accordingly.
15529
15530Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15531
15532 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15533 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15534 + Execute ./dummy instead of assuming . is in PATH.
15535
15536Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15537
15538 * guess-systype: New shell script. Attempts to guess the
15539 canonical host name of the executing host.
15540 Only a few hosts are supported so far.
15541 * configure: Call guess-systype if no host is specified.
15542
15543Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15544
15545 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15546 gcc Makefile.
15547
15548
15549Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15550
15551 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15552 (all-gcc, install-gcc, subdir_do): Use it.
15553
15554Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15555
15556 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15557
15558Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15559
15560 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15561 set exclusively by configure, using configure.in .
15562
15563Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15564
15565 * test-build.mk: set $PATH for all builds
15566
15567 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15568
15569Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15570
15571 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15572 the one used in gcc/Makefile.in, so that a null expansion doesn't
15573 override the one needed to build gcc with a native cc.
15574
15575
15576Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15577
15578 * configure: Accept -with arguments.
15579
15580Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15581
15582 * Makefile.in: added h8300sim
15583
15584Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15585
252b5132
RH
15586 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15587 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15588 (all-cygnus, native, build-cygnus): Make
15589 $(canonhost)-stamp-3stage-done, not $(host)....
15590 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15591 i386-sco3.2v4. Added else true to if command.
15592
15593Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15594
15595 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15596
15597Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15598
15599 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15600
15601Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15602
15603 * configure.in: don't remove binutils from Solaris builds
15604
15605Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15606
15607 * Makefile.in: get rid of earlier definitions for *clean,
15608 also handle the recursive info rule better
15609
15610Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15611
15612 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15613 do more-or-less the right thing.
15614
15615Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15616
15617 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15618 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15619
15620Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15621
15622 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15623 $(host_canonical).
15624
15625 * configure.in: split the configdirs list into 4 categories (native
15626 v. cross, library v. tool) and handle the cross-only and native-
15627 only in more reasonable (and correct!) way.
15628
15629Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15630
15631 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15632 configdirs anymore.
15633
15634Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15635
15636 * Makefile.in: extensive cleanup:: removed all of the explicit
15637 clean-* targets, collapsed many wrappers around subdir_do into
15638 one, added additional targets to satisfy standards.texi, deleted
15639 some old targets, some changes for consistency
15640
15641Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15642
15643 * configure.in: handle some programs as cross-only, and others as
15644 native only
15645
15646 * test-build.mk: handle partial holes in a more generic manner
15647
15648 * Makefile.in: m4 depends on libiberty
15649
252b5132
RH
15650Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15653 time, wdiff, and find to configdirs
15654
15655 * Makefile.in: all, clean, and install rules for the new programs
15656 added to configure.in
15657
15658Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15659
15660 * configure.in: use mh-sun for all *-sun-* hosts
15661
252b5132
RH
15662Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15663
15664 * Makefile.in: define flags for X11 include files and library file
15665 locations, pass them down to the programs that need this info
15666
15667 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15668
252b5132
RH
15669Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15670
15671 * configure.in: start building libg++ for HP-UX targets
15672
15673Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15674
15675 * README: Update references to files moved into etc/.
15676
15677Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15678
15679 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15680 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15681
15682Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15683
15684 * configure: accept dash as well as underscore in long option
15685 names for FSF compatibility.
15686
15687Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15688
15689 * config.sub: added -sco3.2v4 support from FSF.
15690
15691Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15692
15693 * configure.in: expand the section that adds or removes
15694 directories from the list of programs to build, to handle native
15695 vs. cross in addition to host v. native
15696
15697Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15698
15699 * Makefile.in: Replace C++ in macro names with CXX.
15700 This is less likely to break ...
15701
15702Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15703
15704 * test-build.mk: add -w to GNU_MAKE
15705
15706Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15707
15708 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15709 add 'sparc' to list of recognized cpus. This needed to make
15710 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15711 Delete some redundant ose68 variants. Recognize -wrs as an os,
15712 then changes that into $CPU-wrs-vxworks.
15713
15714 * configure.in: remove most references to gdbtest, regularize
15715 target based program removal
15716
15717 * test-build.mk: import from p3 tree (many fixes and changes)
15718
15719Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15720
15721 * Makefile.in: added rules to handle tcl, tk, and expect
15722
15723 * configure.in: handle those directories if they exist
15724
15725Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15726
15727 * config.sub: removed bogus hppabsd and hppahpux names, since
15728 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15729
15730Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15731
15732 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15733 depends upon all-xiberty
15734
15735 * Makefile.in: changes from p3, including:
15736
15737 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15738
15739 * Makefile.in (XTRAFLAGS): include newlib directories if
15740 newlib/Makefile exists, rather than if host != target.
15741
15742 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15743
15744 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15745 from the same source tree and not building a cross-compiler. This
15746 matters for the libg++ configuration if reconfiguring a tree that
15747 has already been installed.
15748
15749 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15750
15751 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15752 pick up the machine and system specific header files.
15753
15754 * Makefile.in: added AS_FOR_TARGET, passed down in
15755 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15756 the C compiler to use to create programs which are run in the
15757 build environment, set it to default to $(CC), and passed it down
15758 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15759
15760 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15761
15762 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15763 We need them for unusual native builds, like systems without
15764 ranlib.
15765
15766 * configure: also define $(host_canonical) and
80413487
RH
15767 $(target_canonical), which are the full, canonical names for the
15768 given host and target
252b5132
RH
15769
15770Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15771
15772 * Makefile.in: Added separate definitions for C++.
15773
15774Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15775
15776 * configure.in (configdirs): Add deja-gnu.
15777
15778Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15779
15780 * README: Update for configure.texi and gdb-4.7 release.
15781
15782Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15783
15784 * Makefile.in: Move "all" target to top of file.
15785 Previously, first target was ".PHONY" which caused BSD4.4 make
15786 to build .PHONY when make was run without arguments.
15787
15788Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15789
15790 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15791 Library-copylefted code in libiberty.
15792
15793Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15794
15795 * config.sub: Replace m68kmote with plain old m68k.
15796
15797Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15798
15799 * Makefile.in: Remove space from blank line, avoid Make complaints.
15800
15801Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15802
15803 * config.sub: Complain if no argument is given. Added support for
15804 386bsd as OS and target alias.
15805
15806Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15807
15808 * Makefile.in (XTRAFLAGS): include newlib directories if
15809 newlib/Makefile exists, rather than if host != target.
15810
15811Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15812
15813 * config.sub: recognize sparclite-wrs-vxworks.
15814
15815 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15816 p3.) Added clean-xiberty to clean.
15817
15818Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15819
15820 * configure.in: use *-*-* instead of nested cases for host and target
15821
15822Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15823
15824 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15825 from the same source tree and not building a cross-compiler. This
15826 matters for the libg++ configuration if reconfiguring a tree that
15827 has already been installed.
15828
15829Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15830
15831 * config.sub (i486v/i486v4): Merge in from FSF version.
15832
15833Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15834
15835 * configure: only set PWD if it is already set.
15836
15837Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15838
15839 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15840 doesn't have unset and all success paths (and most error paths)
15841 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15842 to just ${PWD} to avoid confusion.)
15843
15844Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15845
15846 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15847 even for a native compilation.
15848
15849Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15850
15851 Changes to make the gdb.tar.Z rule work better.
15852
15853 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15854 (DEVO_SUPPORT): Add configure.texi.
15855 (bfd-ilrt.tar.Z): Remove ancient rule.
15856
15857Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15858
15859 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15860 pick up the machine and system specific header files.
15861
15862 * configure.in, config.sub: added new target m68010-adobe-scout,
15863 with alias of adobe68k. Changed configure.in to check for
15864 -scout before -sco* to avoid a false match.
15865
15866 * Makefile.in: added AS_FOR_TARGET, passed down in
15867 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15868 the C compiler to use to create programs which are run in the
15869 build environment, set it to default to $(CC), and passed it down
15870 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15871
15872Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15873
15874 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15875 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15876 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15877 FOR_TARGET variants, to newlib and libg++.
15878
15879Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15880
15881 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15882 first.
15883
15884Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15885
15886 * config.sub: Accept `elf' as an environment.
15887
15888Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15889
15890 * Makefile.in (all-opcodes): cd into the right directory
15891
15892Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15893
15894 * configure: added -program_transform_name option, used as
15895 argument to sed when installing programs.
15896 configure.texi: added documentation for -program_prefix,
15897 -program_suffix and -program_transform_name.
15898
15899Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15900
15901 * config.sub: Accept i486 where i386 ok.
15902
15903Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15904
15905 * config.sub: accept we32k
15906
15907Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15908
35590697 15909 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15910
15911 * Makefile.in: don't create all directories for ``make install'';
15912 let the subdirectories create the ones they need.
15913
15914Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15915
80413487 15916 * COPYING: new file, GPL v2
252b5132
RH
15917
15918Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15919
15920 * Makefile.in: use the new gen-info-dir, which needs a template
15921 argument (which also lives in texinfo)
15922
15923 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15924
252b5132
RH
15925Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15926
15927 * config.sub (ncr3000): Change i386 to i486.
15928
15929Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15930
15931 * Makefile.in: add install-rcs, install-grep to
15932 install-no-fixedincludes, removed install-bison and install-libgcc
15933
15934Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15935
15936 * configure.in: grab the HPUX makefile fragment if on HPUX
15937
15938Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15939
15940 * Makefile.in: eradicate bison spoor (ditto libgcc).
15941 configure.in: recognise m68{k,000}-ericsson-OSE.
15942 es1800 is alias for m68k-ericsson-OSE
15943
15944Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15945
15946 * configure.in: rearrange the parts that remove programs from
15947 configdirs, based now on HOST==TARGET or by canonical triple.
15948
15949Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15950
15951 * test-build.mk: recurse explicitly with -f test-build.mk when
15952 appropriate. predicate stage3 and comparison on the existence
15953 of gcc. That is, if gcc isn't around, we aren't three-staging.
15954 On very clean, also remove ...stamp-co. Build in-place before
15955 doing other builds.
15956
15957Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15958
15959 * Makefile.in, configure.in: add tgas
15960
15961Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15962
15963 * Makefile.in: a number of changes merged in from progressive.
15964
15965 * configure.in: add libm.
15966
15967 * .cvsignore: ignore some stuff that comes from test-build.mk.
15968
252b5132
RH
15969Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15970
15971 * config.sub: Add es1800 (m68k-ericsson-es1800).
15972
15973Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15974
15975 * configure: Add program_suffix (parallel to program_prefix)
15976 * Makefile.in: adjust directory-creating script for losing decstation
15977
15978Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15979
15980 * configure: Minor $subdir-related fixes.
15981
15982Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15983
15984 * configure: fix various problems with propogating
15985 makefile_target_frag in subdirs.
15986 * configure.in: config libgcc if its there
15987
15988Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15989
15990 * config.sub: HPPA merge.
15991
252b5132
RH
15992Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15993
15994 * Makefile.in: Replace all-bison with all-byacc in all
15995 dependency lines for other tools (which now use byacc).
15996
15997Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15998
15999 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16000
252b5132
RH
16001Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16002
16003 * Makefile.in: make gprof rules similar to byacc rules (instead of
16004 vestigal $(unsubdir) that didn't work...)
16005
16006Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16007
16008 * config.sub: Add support for Linux.
16009 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16010 (at least for libg++).
16011
16012Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16013
16014 * configure.texi: fix doc for the -nfp option to configure
16015
16016Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16017
16018 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16019
16020Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16021
16022 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16023 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16024 * configure.in: added solaris* host_makefile_frag hook.
16025
16026Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16027
16028 * config.sub: changed recognition of m68000 so that various
16029 m68k types can be specified via m680[01234]0
16030
16031Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16032
16033 * config.sub (basic_machine): fix sed so that '-foo' isn't
16034 completely substituted out while .+'-foo' loses the '-foo'
16035
16036Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16037
16038 * config.sub ($os): Add -aout.
16039
16040Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16041
16042 * configure: If host_makefile_frag is absolute, don't
16043 prefix ${invsubdir} (relevant to libg++ auto-configure).
16044
16045Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16046
16047 * Makefile.in (tooldir): Define it.
16048 (all-ld): Depend on all-flex.
16049
16050Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16051
16052 * Makefile.in (check): Fix libg++ special case.
16053
16054Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16055
16056 * configure: do not bury `pwd` into config.status, thus do fewer
16057 pwd's.
16058
16059 * configure: print the "Building in" message only when building in
16060 other than "." AND verbose.
16061
16062 * configure: remove -s, rework -v to better accomodate guested
16063 configures.
16064
16065 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16066
16067Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16068
16069 * Makefile.in: macroize flags passed on recursion. remove
16070 fileutils.
16071
16072Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16073
16074 * configure: get makesrcdir right for subdirs deeper than 1.
16075
16076 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16077 install.
16078
16079Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16080
16081 * Makefile.in: don't print subdir_do or recursion lines.
16082
16083Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16084
16085 * standards.texi: added menu item.
16086
16087 * Makefile.in: build and install standards.info.
16088
16089 * standards.texi: new file.
16090
16091Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16092
16093 * configure: test for and move config.status pieces from
16094 ${subdir}/.
16095
16096Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16097
252b5132
RH
16098 * configure: Test for existance of files before trying to mv
16099 them, to avoid numerous non-existance messages.
16100
16101Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16102
16103 * configure: correct final line of config.status.
16104
16105 * configure: patch from eggert. Avoids a protection problem if
16106 the original Makefile.in is read only.
16107
16108 * configure: use move-if-change from gcc to create config.status.
16109 Some makefiles depend on config.status to tell if a directory
16110 has been reconfigured for a different host. This change
16111 prevents those directories from remaking everything in the case
16112 where the reconfig was only intended to rebuild a Makefile.
16113
16114 * configure: test for config.sub with "config.sub sun4" rather
16115 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16116 host alias from a missing config.sub.
16117
16118Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16119
16120 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16121 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16122
16123Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16124
16125 * configure: mkdir ${subdir} as needed.
16126
16127Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16128
16129 * Makefile.in,configure.in: added autoconf.
16130
16131Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16132
16133 * Makefile.in: no longer pass against on recursion.
16134
16135 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16136 definitions are not inherited.
16137
16138 * configure: correct makesrcdir when subdir is .
16139
16140Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16141
16142 * configure: Add support for 'subdirs' variable, which is
16143 like 'configdirs', except that configure doesn't re-invoke
16144 itself for subdirs, it just creates a Makefile for each subdir.
16145 * configure.texi: Document subdirs.
16146
16147Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16148
16149 * configure.in: added flex to configdirs
16150
16151Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16152
16153 * Makefile.in: remove clean-stamps from clean.
16154
16155Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16156
16157 * configure.in: Add gdbtest to configdirs.
16158
16159Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16160
16161 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16162 to recursive makes.
16163 * configure.in: Recognize new ncr3000 config.
16164
16165Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16166
16167 * Makefile.in, configure.in: removed references to gdbm.
16168
16169Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16170
16171 * config.sub: Don't canonicalize os value
16172 newsos* to bsd (readline needs to check for newsos).
16173 (This fix was earlier made Jan 31, but got re-broken.)
16174
16175Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16176
16177 * configure.in: sco is an os, not a vendor!
16178
16179 * configure: Quote $( better. Keep various shells happy.
16180
16181Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16182
16183 * Makefile.in: eliminate stamp-files.
16184
16185Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16186
16187 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16188 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16189
16190Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16191
16192 * config.sub: fix iris/iris3.
16193
16194Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16195
16196 * configure: re-add -rm.
16197
16198Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16199
16200 * Maskefile.in: add .stmp-rcs to all.
16201
16202 * configure.in: remove gas from rs6000 build, use aix host fragment.
16203
16204Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16205
16206 * configure: pass down site_option during recursion.
16207
16208Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16209
16210 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16211
16212Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16213
16214 * configure: Change exec_prefix so that it really defaults to prefix.
16215
16216Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16217
16218 * Makefile.in, configure.in: Add support for mmalloc library.
16219
16220Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16221
16222 * Makefile.in: add stmp dependencies for a few more things.
16223
16224Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16225
16226 * configure: adjusted error message on objdir/srcdir configure
16227 collision, per john's suggestion.
16228
16229 * Makefile.in: add libiberty stmp to all and all.cross.
16230
16231Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16232
16233 * Makefile.in: remove force dependencies, add grep to all.
16234
16235Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16236
16237 * Makefile.in: drop flex. make stamp files work.
16238
16239 * configure: added test for conflicting configuration in srcdir,
16240 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16241 gets cranky. use relative paths for configure and srcdir
16242 whenever possible. Send some error messages to stderr that were
16243 going to stdout.
16244
16245Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16246
16247 * Makefile.in: Fix libg++ rule to check for gcc directory
16248 before using gcc/gcc. Also pass XTRAFLAGS.
16249
16250Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16251
16252 * Makefile.in: added stmp-files so that directories aren't polled
16253 when they are already built.
16254
16255 * configure.texi: fixed a node pointer problem.
16256
16257Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16258
4bddf3ad 16259 * config.sub configure.in gdb/configure.in
252b5132
RH
16260 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16261 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16262 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16263
16264Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16265
16266 * configure: -recurring becomes -silent. corrected help message
16267 for -site= option.
16268
16269 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16270
16271Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16272
16273 * configure: when building Makefile for crosses, replace
16274 tooldir and program_prefix. default srcdir from location of
16275 config.sub. remove "for host in hosts" and "for target in
16276 targets" loops.
16277
16278Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16279
16280 * Makefile.in: Do not pass bindir or mandir to cvs.
16281
16282Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16283
16284 * Makefile.in, configure.in: removed traces of namesubdir,
16285 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16286 copyrights to '92, changed some from Cygnus to FSF.
16287
16288 * configure.texi: remove most references to multiple hosts,
16289 multiple targets, subdirs, etc.
16290
16291 * configure.man: removed rcsid. reference config.sub not
16292 config.subr.
16293
16294 * Makefile.in: mkdir $(infodir) on install-info.
16295
16296Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16297
16298 * configure.texi: Explain better about .gdbinit and about
16299 the environment that configure.in sections run in.
16300
16301Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16302
16303 * configure.in: Ultrix is only a decstation if it's a MIPS.
16304
16305Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16306
16307 * README: DOC.configure => cfg-paper.texi.
16308
16309Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16310
16311 * config.sub (near case $os): Don't convert newsos* to bsd!
16312
16313Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16314
16315 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16316 the number of copies of COPYING that go into the GDB tar file.
16317
16318Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16319
4bddf3ad 16320 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16321 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16322 Fix SCO configuration stuff.
16323
16324Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16325
16326 * Makefile.in: For libg++, make sure the -I pointing
16327 to the gcc directory goes *after* all the libg++-local -I flags.
16328 Also, move just-gcc dependency from just-libg++ to all-libg++.
16329
16330Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16331
16332 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16333
16334Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16335
16336 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16337
16338Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16339
16340 * config.sub: Add stratus configuration frags. Also
16341 submitted to FSF.
16342
16343Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16344
16345 * Makefile.in (DEV_SUPPORT): add configure.man.
16346
16347 * config.sub(Decode manufacturer-specific): add -none*.
16348
16349Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16350
16351 * Makefile.in: remove form feeds to make Sun's make happy.
16352 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16353
16354Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16355
16356 * Makefile.in (AR_FLAGS): Make quieter.
16357
16358Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16359
16360 * configure.in: Add libg++.
16361 * configure: When verbose, don't output the command line at each
16362 level; it will be unremarkably the same as the previous version,
16363 which will be the same as what the user typed.
16364
16365Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16366
16367 * configure.in, Makefile.in: fix clean-info, add flex. add
16368 fileutils.
16369
16370 * configure: be less sensitive to spaces in Makefile.in. Do not
16371 look for sources in "..". Doing so breaks subdirectories that
16372 might have their own configure. If a subdir has it's own
16373 configure script, use it.
16374
16375Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16376
16377 * cfg-paper.texi: some changes suggested by rms.
16378
16379Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16380
16381 * config.sub: Merge in some small additions from the FSF version,
16382 taken from the gcc distribution, to bring the Cygnus and FSF
16383 versions into closer sync.
16384
16385Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16386
16387 * configure.in: Changed svr4 references to sysv4.
16388
16389Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16390
16391 * configure: added -V for version number option.
16392
16393Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16394
16395 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16396 renamed from DOC.configure to cfg-paper.texi.
16397
16398Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16399
16400 * configure, config.subr, config.sub: config.subr is now
16401 config.sub again.
16402
16403Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16404
16405 * configure.texi: new file, in progress.
16406
16407 * Makefile.in: build info file and install the man page for
16408 configure.
16409
16410 * configure.man: new file, first cut.
16411
16412 * configure: find config.subr again now that configuration "none"
16413 has gone. removed all traces of the -ansi option. removed all
16414 traces of the -languages option.
16415
16416 * config.subr: resync from rms.
16417
d932cae7 164181991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16419
16420 * configure, config.sub, config.subr: merge config.sub into
16421 config.subr, call the result config.subr, remove config.sub, use
16422 config.subr.
16423
16424 * Makefile.in: revised install for dir.info.
16425
d932cae7 164261991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16427
16428 * configure.in: add decstation host makefile frag.
16429
16430 * Makefile.in: BISON now bison -y again. also install-gcc on
16431 install. clean-gdbm on clean. infodir belongs in datadir.
16432 Make directories for info install. Build dir.info here then
16433 install it.
16434
d932cae7 164351991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16436
16437 * Makefile.in: fix for bad directory tests.
16438
d932cae7 164391991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16440
16441 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16442 regexp. -srcdir relative was being handled incorrectly.
16443
16444 * Makefile.in: unwrapped some for loops so that parallel makes
16445 work again and so one can focus one's attention on a particular
16446 package.
16447
d932cae7 164481991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16449
16450 * configure: added PWD as a stand in for `pwd` (for speed). use
16451 elif wherever possible. make -srcdir work without -objdir.
16452 -objdir= commented out.
16453
d932cae7 164541991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16455
16456 * configure: +options become --options. -subdirs commented out.
16457 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16458 Makefile now at top of generated Makefile. Removed cvs log
16459 entries. added -srcdir. create .gdbinit only if there is one
16460 in ${srcdir}.
16461
16462 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16463 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16464 and mandir now keyed off datadir by default.
16465
d932cae7 164661991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16467
16468 * Freshly created ChangeLog.
16469
16470\f
16471Local Variables:
16472mode: change-log
16473left-margin: 8
16474fill-column: 76
16475version-control: never
16476End:
This page took 1.570444 seconds and 4 git commands to generate.