]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
config: delete unused sim macros
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
a8d6316b
NC
12021-05-04 Nick Clifton <nickc@redhat.com>
2
3 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
4 * configure: Regenerate.
5
755ba58e
NA
62021-03-18 Nick Alcock <nick.alcock@oracle.com>
7
8 PR libctf/27482
9 * Makefile.def: Add install-bfd dependencies for install-libctf and
10 install-ld, and install-strip-bfd dependencies for
11 install-strip-libctf and install-strip-ld; move the install-ld
12 dependency on install-libctf to join it.
13 * Makefile.in: Regenerated.
14
367c5eb7
MF
152021-03-12 Mike Frysinger <vapier@gentoo.org>
16
17 * Makefile.def: Remove all-sim dependency on configure-gdb.
18 * Makefile.in: Regenerated.
19
1dbde357
L
202021-02-28 H.J. Lu <hongjiu.lu@intel.com>
21
22 PR binutils/26766
23 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
24 PGO_BUILD_TRAINING=yes.
25 (PGO_BUILD_TRAINING_MFLAGS): New.
26 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
27
a57d1773
AM
282021-02-09 Alan Modra <amodra@gmail.com>
29
30 * configure.ac: Delete arm*-*-symbianelf* entry.
31 * configure: Regenerate.
32
f04ce15e
NA
332021-01-26 Nick Alcock <nick.alcock@oracle.com>
34
35 * Makefile.def: Add install-libctf dependency to install-ld.
36 * Makefile.in: Regenerated.
37
3034143d
MF
382021-01-12 Mike Frysinger <vapier@gentoo.org>
39
40 * src-release.sh (do_proto_toplev): Rewrite indentation.
41
44124a46
L
422021-01-11 H.J. Lu <hongjiu.lu@intel.com>
43
44 PR binutils/26766
45 * configure.ac:
46 * configure: Regenerated.
47
03c02f31
L
482021-01-11 H.J. Lu <hongjiu.lu@intel.com>
49
50 PR ld/27173
51 * configure: Regenerated.
52 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
53 --plugin and rc before enabling --plugin.
54
af019bfd
L
552021-01-09 H.J. Lu <hongjiu.lu@intel.com>
56
57 PR binutils/26766
58 * Makefile.tpl (BUILD_CFLAGS): New.
59 (CFLAGS): Append $(BUILD_CFLAGS).
60 (CXXFLAGS): Likewise.
61 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
62 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
63 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
64 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
65 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
66 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
67 (PGO-TRAINING-TARGETS): Likewise.
68 (PGO_BUILD_TRAINING): Likewise.
69 (all): Add '+' to the command line for recursive make. Support
70 the PGO build.
71 * configure.ac: Add --enable-pgo-build[=lto].
72 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
73 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
74 * Makefile.in: Regenerated.
75 * configure: Likewise.
76
50ad1254
L
772021-01-09 H.J. Lu <hongjiu.lu@intel.com>
78
79 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
80 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
81 * configure.ac: Include config/gcc-plugin.m4.
82 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
83 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
84 RANLIB if possible.
85 * Makefile.in: Regenerated.
86 * configure: Likewise.
87
055bc77a
NC
882021-01-09 Nick Clifton <nickc@redhat.com>
89
90 * 2.36 release branch crated.
91
f4782128
ST
922021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
93
94 * libtool.m4: Match gnu* along with other GNU systems.
95
16062162
AM
962021-01-07 Alan Modra <amodra@gmail.com>
97
98 * config.sub: Accept OS of eabi* and gnueabi*.
99
c59e30ed
NA
1002021-01-05 Nick Alcock <nick.alcock@oracle.com>
101
102 * Makefile.def (libctf): No longer no_check. Checking depends on
103 all-ld.
104 * Makefile.in: Regenerated.
105
d750c713
NC
1062021-01-05 Nick Clifton <nickc@redhat.com>
107
108 * libiberty: Sync with gcc. Bring in:
109 2021-01-04 Martin Liska <mliska@suse.cz>
110
111 * strverscmp.c: Convert to utf8 from iso8859.
112
113 2020-12-22 Jason Merrill <jason@redhat.com>
114
115 PR c++/67343
116 * cp-demangle.h (struct d_info): Add unresolved_name_state.
117 * cp-demangle.c (d_prefix): Add subst parm.
118 (d_nested_name): Pass it.
119 (d_unresolved_name): Split out from...
120 (d_expression_1): ...here.
121 (d_demangle_callback): Maybe retry with old sr mangling.
122 * testsuite/demangle-expected: Add test.
123
124 2020-12-21 Jason Merrill <jason@redhat.com>
125
126 * cp-demangle.c (d_expression_1): Recognize qualified-id
127 on RHS of dt/pt.
128 * testsuite/demangle-expected: Add test.
129
130 2020-12-21 Jason Merrill <jason@redhat.com>
131
132 * cp-demangle.c (d_unqualified_name): Clear is_expression.
133 * testsuite/demangle-expected: Add tests.
134
135 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
136
137 * configure: Regenerate.
138 * configure.ac: Avoid using sanitizer.
139
140 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
141
142 * rust-demangle.c (struct rust_demangler): Add
143 skipping_printing and bound_lifetime_depth fields.
144 (eat): Add (v0-only).
145 (parse_integer_62): Add (v0-only).
146 (parse_opt_integer_62): Add (v0-only).
147 (parse_disambiguator): Add (v0-only).
148 (struct rust_mangled_ident): Add punycode{,_len} fields.
149 (parse_ident): Support v0 identifiers.
150 (print_str): Respect skipping_printing.
151 (print_uint64): Add (v0-only).
152 (print_uint64_hex): Add (v0-only).
153 (print_ident): Respect skipping_printing,
154 Support v0 identifiers.
155 (print_lifetime_from_index): Add (v0-only).
156 (demangle_binder): Add (v0-only).
157 (demangle_path): Add (v0-only).
158 (demangle_generic_arg): Add (v0-only).
159 (demangle_type): Add (v0-only).
160 (demangle_path_maybe_open_generics): Add (v0-only).
161 (demangle_dyn_trait): Add (v0-only).
162 (demangle_const): Add (v0-only).
163 (demangle_const_uint): Add (v0-only).
164 (basic_type): Add (v0-only).
165 (rust_demangle_callback): Support v0 symbols.
166 * testsuite/rust-demangle-expected: Add v0 testcases.
167
168 2020-11-13 Seija Kijin <doremylover456@gmail.com>
169
170 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
171
172 2020-11-11 Patrick Palka <ppalka@redhat.com>
173
174 PR c++/88115
175 * cp-demangle.c (d_print_comp_inner)
176 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
177 "operator " prefix for __alignof__.
178 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
179 operand of __alignof__.
180 * testsuite/demangle-expected: Test demangling for __alignof__.
181
182 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
183
184 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
185
186 2020-10-06 Martin Liska <mliska@suse.cz>
187
188 PR lto/97290
189 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
190 Use sh_link of a .symtab_shndx section.
191
5f8c2a15
AM
1922021-01-05 Alan Modra <amodra@gmail.com>
193
194 * config.guess: Import from upstream.
195 * config.sub: Likewise.
196
d6f26c9d
ML
1972020-12-16 Martin Liska <mliska@suse.cz>
198 Tom de Vries <tdevries@suse.de>
199
200 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
201 field. Add meter field.
202 (progressfn): Print progress using meter.
203
7ddfb1a8
EL
2042020-12-02 Enze Li <lienze2010@hotmail.com>
205
206 * .gitignore: Add gnu global outputs.
207
12bf6525
SM
2082020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
209
210 * .gitignore: Sync with gcc.
211
ce04ca31
AR
2122020-10-26 Andreas Rammhold <andreas@rammhold.de>
213
214 * src-release.sh: Use sha256sum instead of md5sum.
215
ba4d88ad
AB
2162020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * Makefile.in: Rebuild.
219 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
220 distclean-gdbserver.
221
f6720b1c
AM
2222020-07-24 Aaron Merey <amerey@redhat.com>
223
f6720b1c
AM
224 * configure: Rebuild.
225 * configure.ac: Remove AC_DEBUGINFOD.
226
b115b9fd
NC
2272020-07-04 Nick Clifton <nickc@redhat.com>
228
229 Binutils 2.35 branch created.
230
11104e42
SC
2312020-04-21 Stephen Casner <casner@acm.org>
232
233 PR 25830
234 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
235 * configure: Rebuild.
236
4635ff97
TT
2372020-03-12 Tom Tromey <tom@tromey.com>
238
239 * Makefile.in: Rebuild.
240 * Makefile.def (gdbserver): Depend on gdbsupport.
241
21329136
TT
2422020-03-12 Tom Tromey <tom@tromey.com>
243
244 * Makefile.in: Rebuild.
245 * Makefile.def (gdbsupport): Don't depend on bfd.
246
9a665d62
TT
2472020-03-12 Tom Tromey <tom@tromey.com>
248
249 * Makefile.in: Rebuild.
250 * Makefile.def (gdbsupport): Depend on intl.
251
b6f9caee
TT
2522020-02-17 Tom Tromey <tom@tromey.com>
253
254 * configure: Rebuild.
255 * configure.ac (configdirs): Add gnulib and gdbsupport when building
256 gdbserver.
257
1a627e7e
TT
2582020-02-14 Tom Tromey <tom@tromey.com>
259
260 * Makefile.in: Rebuild.
261 * Makefile.def: Make gdbserver require gnulib and libiberty.
262
919adfe8
TT
2632020-02-07 Tom Tromey <tom@tromey.com>
264 Pedro Alves <palves@redhat.com>
265
266 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
267 * gdbserver: New directory, moved from gdb/gdbserver.
268 * configure.ac (host_tools): Add gdbserver.
269 Only build gdbserver on certain systems.
270 * Makefile.in, configure: Rebuild.
271 * Makefile.def (host_modules, dependencies): Add gdbserver.
272 * MAINTAINERS: Add gdbserver.
273
fc1ca146
SDJ
2742020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
275
276 * src-release.sh (getver): Look for gdbsupport's
277 create-version.sh script at the current directory if tool is
278 "gdb".
279
cf1d9e09
SM
2802020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
281
282 * remote-sim.c (gdbsim_target::wait): Return
283 sim_data->remote_sim_ptid instead of inferior_ptid.
284
ae774686
NC
2852020-01-18 Nick Clifton <nickc@redhat.com>
286
287 Binutils 2.34 branch created.
288
4fb3a8da
NC
2892020-01-18 Nick Clifton <nickc@redhat.com>
290
291 Synchronize top level configure files with master version:
292
293 2020-01-01 Ben Elliston <bje@gnu.org>
294
295 * config.guess: Update copyright years.
296 * config.sub: Likewise.
297
298 2019-12-21 Ben Elliston <bje@gnu.org>
299
300 * config.guess (set_cc_for_build): Prevent multiple calls by
301 checking if $tmp is already set. We can't check CC_FOR_BUILD as
302 the user may set it externally. Thanks to Torbjörn Granlund for
303 the bug report.
304
305 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
306
307 * config.guess (alpha:Linux:*:*): Guard against missing
308 /proc/cpuinfo by redirecting standard error to /dev/null.
309
310 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
311
312 * config.guess (*:Twizzler:*:*): New.
313 * config.sub (-twizzler*): New.
314
315 2019-07-24 Ben Elliston <bje@gnu.org>
316
317 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
318
319 2019-06-30 Ben Elliston <bje@gnu.org>
320
321 * config.sub (case $os): Match nsk* and powerunix. Don't later
322 match nsk* and set os=nsk which removes the OS version number.
323
324 2019-06-30 Ben Elliston <bje@gnu.org>
325
326 * config.sub: Recognise os108*.
327
328 2019-06-26 Ben Elliston <bje@gnu.org>
329
330 * config.sub (hp300): Set $os to hpux.
331
332 2019-06-26 Ben Elliston <bje@gnu.org>
333
334 * config.sub (vsta): Move into alphabetical order.
335
336 2019-06-10 Ben Elliston <bje@gnu.org>
337
338 * config.guess (*:OS108:*:*): Recognise new OS.
339
340 2019-05-28 Ben Elliston <bje@gnu.org>
341
342 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
343 system compiler is installed. If not, do not run set_cc_for_build,
344 as the default cc will open a dialog box asking to install
345 Xcode. If no C compiler is available, guess based on uname -p and
346 uname -m.
347
348 2019-05-28 Ben Elliston <bje@gnu.org>
349
350 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
351
c4d3fc14
SM
3522020-01-17 Simon Marchi <simon.marchi@efficios.com>
353
354 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
355 * Makefile.in: Re-generate.
356
01027315
TT
3572020-01-14 Tom Tromey <tom@tromey.com>
358
359 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
360 * MAINTAINERS: Add gdbsupport.
361 * configure: Rebuild.
362 * configure.ac (configdirs): Add gdbsupport.
363 * gdbsupport: New directory, move from gdb/gdbsupport.
364 * Makefile.def (host_modules, dependencies): Add gnulib.
365 * Makefile.in: Rebuild.
366
abb78b78
AM
3672020-01-09 Aaron Merey <amerey@redhat.com>
368
369 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
370 new configure option --with-debuginfod.
371 * configure: Regenerate.
372 * configure.ac: Call AC_DEBUGINFOD.
373
cef2097a
CB
3742019-12-26 Christian Biesinger <cbiesinger@google.com>
375
376 * .gitignore: Add perf.data and perf.data.old.
377
95c746cc
SDJ
3782019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
379
380 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
381
a315e147
AM
3822019-10-17 Alan Modra <amodra@gmail.com>
383
384 PR 29
385 * src-release.sh (getver): Replace "head -1" with "head -n 1".
386
87279e3c
NA
3872019-07-30 Nick Alcock <nick.alcock@oracle.com>
388
389 * Makefile.def (host_modules): libctf is no longer no_install.
390 * Makefile.in: Regenerated.
391
1ff6de03
NA
3922019-07-13 Nick Alcock <nick.alcock@oracle.com>
393
394 * Makefile.def (dependencies): all-ld depends on all-libctf.
395 * Makefile.in: Regenerated.
396
60391a25
PB
3972019-09-09 Phil Blundell <pb@pbcl.net>
398
399 binutils 2.33 branch created
400
c1a5d03a
TT
4012019-08-19 Tom Tromey <tom@tromey.com>
402
403 * configure: Rebuild.
404 * configure.ac: Add --with-static-standard-libraries.
405
f211b8c0
NC
4062019-08-09 Nick Clifton <nickc@redhat.com>
407
408 * libiberty: Sync with gcc. Bring in:
409 2019-08-08 Martin Liska <mliska@suse.cz>
410
411 PR bootstrap/91352
412 * lrealpath.c (is_valid_fd): New function.
413
414 2019-07-24 Martin Liska <mliska@suse.cz>
415
416 PR lto/91228
417 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
418 Find first '\0' starting from gnu_lto + 1.
419
420 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
421
422 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
423 This fixes a Bug 90924.
424
425 2019-07-22 Martin Liska <mliska@suse.cz>
426
427 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
428 Do not search for gnu_lto_v1, but search for first '\0'.
429
430 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
431
432 * cplus-dem.c: Include rust-demangle.h.
433 * rust-demangle.c: Include rust-demangle.h.
434 * rust-demangle.h: New file.
435
436 2019-05-31 Michael Forney <mforney@mforney.org>
437
438 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
439 is non-zero.
440
441 2019-04-30 Ben L <bobsayshilol@live.co.uk>
442
443 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
444 * testsuite/d-demangle-expected: Add testcase.
445
446 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
447 * testsuite/d-demangle-expected: Add testcase.
448
449 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
450 * testsuite/d-demangle-expected: Add testcase.
451
452 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
453 * testsuite/d-demangle-expected: Add testcase.
454
455 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
456 * testsuite/d-demangle-expected: Add testcase.
457
458 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
459 * testsuite/demangle-expected: Add testcase.
460
461 * cp-demangle.c (d_encoding): Guard against NULL return values from
462 d_right (dc).
463 * testsuite/demangle-expected: Add testcase.
464
465 2019-04-29 Ben L <bobsayshilol@live.co.uk>
466
467 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
468 char is valid.
469 * testsuite/demangle-expected: Add testcase.
470
471 2019-04-10 Nick Clifton <nickc@redhat.com>
472
473 PR 89394
474 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
475 lengths.
476 (d_count_templates_scopes): Replace num_templates and num_scopes
477 parameters with a struct d_print_info pointer parameter. Adjust
478 body of the function accordingly. Add recursion counter and check
479 that the recursion limit is not reached.
480 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
481 Reset recursion counter afterwards, unless the recursion limit was
482 reached.
483
48b550c2
JB
4842019-07-13 Joel Brobecker <brobecker@adacore.com>
485
486 * src-release (getver): If $tool/gdbsupport/create-version.sh
487 exists, use that to determine the version number.
488
be74b5b7
AS
4892019-06-21 Andreas Schwab <schwab@linux-m68k.org>
490
491 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
492
73cc7272
TT
4932019-06-14 Tom Tromey <tom@tromey.com>
494
495 * MAINTAINERS: Add gnulib.
496 * gnulib: New directory, move from gdb/gnulib.
497 * configure.ac (host_libs): Add gnulib.
498 * configure: Rebuild.
499 * Makefile.def (host_modules, dependencies): Add gnulib.
500 * Makefile.in: Rebuild.
501
79b377b3
NC
5022019-06-03 Nick Clifton <nickc@redhat.com>
503
504 Revert:
505 2019-05-29 Nick Clifton <nickc@redhat.com>
506
507 * configure.ac (noconfigdirs): Add libctf if the target does not use
508 the ELF file format.
509 * configure: Regenerate.
510
e33f2313
NC
5112019-05-29 Nick Clifton <nickc@redhat.com>
512
513 * src-release.sh (do_proto_toplev): Add libctf to list of
514 directories that can be disabled.
515
90bd5423
NC
5162019-05-29 Nick Clifton <nickc@redhat.com>
517
518 * configure.ac (noconfigdirs): Add libctf if the target does not use
519 the ELF file format.
520 * configure: Regenerate.
521
9698cf9b
NA
5222019-05-28 Nick Alcock <nick.alcock@oracle.com>
523
524 * Makefile.def (dependencies): configure-libctf depends on all-bfd
525 and all its deps.
526 * Makefile.in: Regenerated.
527
88981b15
NA
5282019-05-28 Nick Alcock <nick.alcock@oracle.com>
529
530 * MAINTAINERS: Add libctf.
531
0e65dfba
NA
5322019-05-28 Nick Alcock <nick.alcock@oracle.com>
533
534 * Makefile.def (host_modules): Add libctf.
535 * Makefile.def (dependencies): Likewise.
536 libctf depends on zlib, libiberty, and bfd.
537 * Makefile.in: Regenerated.
538 * configure.ac (host_libs): Add libctf.
539 * configure: Regenerated.
540
2376c370
JM
5412019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
542
543 * config.guess: Synchronize with config project master sources.
544 * config.sub: Likewise.
545 * readline/support/config.guess: Likewise.
546 * readline/support/config.sub: Likewise.
547
c1202057
NC
5482019-04-10 Nick Clifton <nickc@redhat.com>
549
550 * libiberty: Sync with gcc. Bring in:
551 2019-04-10 Nick Clifton <nickc@redhat.com>
552
553 PR 89394
554 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
555 lengths.
556 (d_count_templates_scopes): Replace num_templates and num_scopes
557 parameters with a struct d_print_info pointer parameter. Adjust
558 body of the function accordingly. Add recursion counter and check
559 that the recursion limit is not reached.
560 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
561 Reset recursion counter afterwards, unless the recursion limit was
562 reached.
563
f974f26c
NC
5642018-06-24 Nick Clifton <nickc@redhat.com>
565
566 2.32 branch created.
567
d63f2be2
RO
5682019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
569
570 Merge from GCC:
571 PR target/88535
572 * config.guess: Import upstream version 2019-01-03.
573 * config.sub: Import upstream version 2019-01-01.
574
1910070b
NC
5752019-01-10 Nick Clifton <nickc@redhat.com>
576
577 * libiberty: Sync with gcc. Bring in:
578 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
579
580 PR other/16615
581
582 * cp-demangle.c: Mechanically replace "can not" with "cannot".
583 * floatformat.c: Likewise.
584 * strerror.c: Likewise.
585
586 2018-12-22 Jason Merrill <jason@redhat.com>
587
588 Remove support for demangling GCC 2.x era mangling schemes.
589 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
590 internal_cplus_demangle, and all subroutines.
591 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
592 Lucid, ARM, HP, and EDG demangling styles.
593 (cplus_demangle): Remove 'work' variable. Don't call
594 internal_cplus_demangle.
595
69961a84
ДП
5962019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
597
598 * configure.ac: Don't configure readline if --with-system-readline is
599 used.
600 * configure: Re-generate.
601
b555fb21
JM
6022018-10-31 Joseph Myers <joseph@codesourcery.com>
603
604 Merge from GCC:
605 PR bootstrap/82856
606 * multilib.am: New file. From automake.
607
80ca5f98
SDJ
6082018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
609
610 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
611
0a8288f7
NC
6122018-07-16 Nick Clifton <nickc@redhat.com>
613
614 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
615
26996596
SH
6162018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
617
618 * config.sub: Sync with upstream version 2018-07-03.
619
c5244148
SH
6202018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
621
622 * config.guess: Sync with upstream version 2018-06-26.
623 * config.sub: Sync with upstream version 2018-07-02.
624
4119873a
AO
6252018-06-29 Alexandre Oliva <oliva@adacore.com>
626
627 * configure.ac: Introduce support for @unless/@endunless.
628 * Makefile.tpl (dep-kind): Rewrite with cond; return
629 postbootstrap in some cases.
630 (make-postboot-dep, postboot-targets): New.
631 (dependencies): Do not output postbootstrap dependencies at
632 first. Output non-target ones changed for configure to depend
633 on stage_last @if gcc-bootstrap, and the original deps @unless
634 gcc-bootstrap.
635 * configure.in, Makefile.in: Rebuilt.
636
71300e2c
NC
6372018-06-24 Nick Clifton <nickc@redhat.com>
638
639 * configure: Regenerate.
640
d0ac1c44
SM
6412018-06-19 Simon Marchi <simon.marchi@ericsson.com>
642
643 * libtool.m4: Use AC_LANG_SOURCE.
644 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
645 * README-maintainer-mode: Update version requirements.
646 * ar-lib: New file.
647 * test-driver: New file.
648 * configure: Re-generate.
649
e0541124
EB
6502018-06-18 Eric Botcazou <ebotcazou@adacore.com>
651
652 * Makefile.def (fortran): Add check-target-libgomp-fortran.
653 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
654 * Makefile.in: Regenerate.
655
656 * configure: Regenerate.
657
db67d458
SM
6582018-06-18 Simon Marchi <simon.marchi@ericsson.com>
659
660 * configure.ac: Sync with GCC, remove MPX-related things.
661
b5778783
NC
6622018-05-01 Nick Clifton <nickc@redhat.com>
663
664 * config.guess: Synchronize with config project master sources.
665 * config.sub: Likewise.
666
1063beb5
FT
6672018-05-01 Francois H. Theron <francois.theron@netronome.com>
668
669 * configure.ac: Added "nfp" target.
670 * configure: Regenerate.
671
b29d2641
MR
6722018-02-13 Maciej W. Rozycki <macro@mips.com>
673
674 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
675 * configure: Regenerate.
676
52b2f300
NC
6772018-01-30 Nick Clifton <nickc@redhat.com>
678
679 * src-release.sh (do_proto_toplev): Add patterns for more junk files
680 to delete before creating the tarball.
681
b431b4ea
NC
6822018-01-29 Nick Clifton <nickc@redhat.com>
683
684 * src-release.sh (do_proto_toplev): Strip patch remnant files from
685 the sources before creating the tarball.
686
19e2900b
NC
6872018-01-13 Nick Clifton <nickc@redhat.com>
688
689 * src-release.sh: Update copyright notice. Change reference to devo
690 to be a reference to root.
691
bf41f30d
NC
6922018-01-10 Nick Clifton <nickc@redhat.com>
693
694 * config-ml.in: Sync with gcc sources.
695 * config.guess: Likewise.
696 * config.sub: Likewise.
697 * configure.ac: Likewise.
7ec0cd50 698 * configure: Regenerate.
bf41f30d 699
863f7a5f
NC
7002017-12-14 Nick Clifton <nickc@redhat.com>
701
702 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
703
638d9137
SH
7042017-12-12 Stafford Horne <shorne@gmail.com>
705
706 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
707 * configure: Regenerate.
708
ef87240f
NC
7092017-09-15 Nick Clifton <nickc@redhat.com>
710
711 * src-release.sh (LZIPPROG): New define. Provides the name of the
712 lzip program.
713 (do_lz): New function. Compresses a tarball using the lzip
714 program.
715 (do_compress): Add support for lzip compression.
716 (usage): Mention -l option.
717 (build_release): Support -l option to invoke lzip compression.
718
817b7711
AM
7192017-09-15 Alan Modra <amodra@gmail.com>
720
721 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
722 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
723 and sim depending on $tool and $support_files. Echo configure line.
724
255300f5 7252017-09-14 Matt Rice <ratmice@gmail.com>
726
727 * src-release.sh (do_proto_toplev): Enable gold during release process.
728
8f0dd45f
AJ
7292017-04-13 Andrew Jenner <andrew@codesourcery.com>
730
731 * config.sub: Sync with master version in config project.
732
2f5f29ca
AJ
7332017-04-03 Andrew Jenner <andrew@codesourcery.com>
734
735 * config.sub: Handle ia16 in $basic_machine.
736
737 bfd/
738 * config.bfd: Handle ia16.
739
740 gas/
741 * configure.tgt: Handle ia16.
742
743 ld/
744 * configure.tgt: Handle ia16.
745
11997a83
NC
7462017-03-22 Nick Clifton <nickc@redhat.com>
747
748 * config.sub: Sync with master version in config project.
749 * config.guess: Likewise.
750
05a13254
NC
7512017-01-23 Nick Clifton <nickc@redhat.com>
752
753 * configure.ac: Update year in copyright notice.
754 Sync from FSF GCC mainline, bringing in the following patches.
755 * Makefile.def: Likewise.
756 * Makefile.tpl: Likewise.
757 * configure: Regenerate.
758 * Makefile.in: Regenerate.
759
760 2016-12-21 Jakub Jelinek <jakub@redhat.com>
761
762 * configure.ac: Don't bootstrap libmpx unless --with-build-config
763 includes bootstrap-mpx.
764
765 2016-12-01 Matthias Klose <doko@ubuntu.com>
766
767 * configure.ac: Don't use pkg-config to check for bdw-gc.
768
769 2016-11-30 Matthias Klose <doko@ubuntu.com>
770
771 * Makefile.def: Remove reference to boehm-gc target module.
772 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
773 options and for the bdw-gc pkg-config module.
774
775 2016-11-15 Matthias Klose <doko@ubuntu.com>
776
777 * config-ml.in: Remove references to GCJ.
778 * configure.ac: Likewise.
779
780 2016-09-30 Jakub Jelinek <jakub@redhat.com>
781
782 * configure.ac: Add target-libffi to target_libraries.
783 Readd libgcj target disablings, modified to only target-libffi.
784 Readd target addition of go to unsupported languages.
785
786 2016-09-30 Andrew Haley <aph@redhat.com>
787
788 * Makefile.def: Remove libjava.
789 * Makefile.tpl: Likewise.
790 * configure.ac: Likewise.
791
792 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
793
794 * configure.ac: Disable "sim" directory for arc*-*-*.
795
796 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
797
798 * configure.ac: Check for the minimum in-tree MPFR version
799 handled.
800
3f66c01b
AM
8012016-12-31 Alan Modra <amodra@gmail.com>
802
803 * config.sub: Import from upstream.
804
da17fe9d
AM
8052016-12-08 Alan Modra <amodra@gmail.com>
806
807 * configure: Regenerate.
808
d5451cd4
JC
8092016-12-02 Josh Conner <joshconner@google.com>
810
811 * configure.ac: Add fuchsia to targets that use ELF.
812 * configure: Regenerated.
813
5ada5c6f
DE
8142016-11-07 Doug Evans <dje@google.com>
815
816 * config.sub: Sync with upstream version 2016-11-03.
817 git://git.sv.gnu.org/config.git
818 * config.guess: Sync with upstream version 2016-10-02.
819
07619d52
SM
8202016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
821
822 * .gitignore: Add archives and make stamps.
823
bedbe19c
YTL
8242016-07-20 Yan-Ting Lin <currygt52@gmail.com>
825
826 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
827 * configure: Regenerated.
828
9abdce70
WL
8292016-06-28 Walter Lee <walt@tilera.com>
830
831 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
832 * configure: Regenerate.
833
0597bdc4
AM
8342016-05-28 Alan Modra <amodra@gmail.com>
835
836 * Makefile.tpl (configure): Depend on m4 files included.
837 * Makefile.in: Regenerate.
838
1690f1db
NC
8392016-05-27 Nick Clifton <nickc@redhat.com>
840
841 * config.guess (Alpha OSF1): Fix typo introduced during the most
842 recent synchronization update.
843
b43b8535
NC
8442016-05-23 Nick Clifton <nickc@redhat.com>
845
846 * Import these patches from the gcc mainline:
847
848 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
849
850 * config.guess: Import version 2016-04-02 (newest).
851 * config.sub: Import version 2016-05-10 (newest).
852
bb7dc663
NC
8532016-04-19 Nick Clifton <nickc@redhat.com>
854
855 * Import this patch from the GCC mainline:
856
857 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
858
859 PR bootstrap/70173
860 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
861 and gotools directories. Delete the stage_final file.
862 * Makefile.in: Regenerate.
863
ea016470
CC
8642016-03-17 Cary Coutant <ccoutant@gmail.com>
865
866 * configure.ac: Add mips and s390 to the gold target check.
867 * configure: Regenerate.
868
52cf9762
NC
8692016-02-10 Nick Clifton <nickc@redhat.com>
870
871 Import these patches from the GCC mainline:
872
873 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
874
875 * configure.ac: Enable LTO for DJGPP
876 * configure: Regenerate
877
878 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
879
880 PR bootstrap/69329
881 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
882 * Makefile.in: Regenerate.
883
884 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
885 Sebastian Pop <s.pop@samsung.com>
886
887 * Makefile.in: Regenerate.
888 * Makefile.tpl: Export ISLVER.
889 * configure: Regenerate.
890 * config/isl.m4: Detect isl-0.15.
891
892 2016-01-29 Sebastian Pop <s.pop@samsung.com>
893
894 * config/isl.m4: Add comments about isl-0.16.
895 * configure: Regenerate.
896
1985dc2d
L
8972016-01-12 H.J. Lu <hongjiu.lu@intel.com>
898
899 Sync with GCC
900 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
901
902 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
903 symbols.
904
905 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
906
907 PR bootstrap/69134
908 * Makefile.def (mpfr): Disable assembler.
909 * Makefile.in: Regenerate.
910
4849dfd8
NC
9112016-01-11 Nick Clifton <nickc@redhat.com>
912
913 Import the following changes from the GCC mainline:
914
915 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
916
917 * configure.ac: Enable libmpx by default.
918 * configure: Regenerated.
919
920 2015-11-19 Martin Liska <mliska@suse.cz>
921
922 * .gitignore: Add .clang-format to ignored files.
923 * Makefile.tpl: Add clang-format.
924 * Makefile.in: Regenerate.
925
926 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
927
928 PR libffi/65726
929 * Makefile.def (lang_env_dependencies): Make libffi depend
930 on cxx.
931 * Makefile.in: Regenerate.
932
933 2015-12-02 Ian Lance Taylor <iant@google.com>
934
935 PR go/66147
936 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
937 * Makefile.in: Regenerate.
938
939 2015-12-17 Nathan Sidwell <nathan@acm.org>
940
941 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
942 * configure: Regenerate.
943
944 2015-12-17 Sebastian Pop <s.pop@samsung.com>
945
946 * Makefile.in: Replace ISL with isl.
947 * Makefile.tpl: Same.
948 * config/isl.m4: Same.
949 * configure.ac: Same.
950 * contrib/download_prerequisites: Same.
951 * configure: Regenerate.
952
953 2016-01-01 Ben Elliston <bje@gnu.org>
954
955 * config.guess: Import version 2016-01-01.
956 * config.sub: Likewise.
957
f075eb5e
TG
9582015-11-20 Tristan Gingold <gingold@adacore.com>
959
960 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
961 * configure: Regenerate.
962
6c3bc0f8
NC
9632015-10-21 Nick Clifton <nickc@redhat.com>
964
965 PR gas/19109
966 * configure.ac: Note the 'none' is an acceptable argument to
967 --enable-compressed-debug-sections.
968 * configure: Regenerate.
969
edeefb67
L
9702015-10-20 H.J. Lu <hongjiu.lu@intel.com>
971
972 PR gas/19109
973 * configure.ac: Add
974 --enable-compressed-debug-sections={all,gas,gold,ld}.
975 * configure: Regenerated.
976
68996839
NC
9772015-09-30 Nick Clifton <nickc@redhat.com>
978
979 Import the following patches from the GCC mainline:
980
981 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
982
983 PR libfortran/54572
984 * Makefile.def: Make libgfortran depend on libbacktrace.
985 * Makefile.in: Regenerate.
986
987 2015-08-12 Tom de Vries <tom@codesourcery.com>
988
989 PR other/67092
990 PR other/67098
991 * configure.ac: Remove --with_host_libstdcxx support.
992 * configure: Regenerate.
993
994 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
995 Jakub Jelinek <jakub@redhat.com>
996
997 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
998 nvptx*-*-*.
999 * configure: Regenerate.
1000
5960642a
L
10012015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 Sync with GCC
1004 2015-07-28 Ben Elliston <bje@gnu.org>
1005
1006 * config.sub, config.guess: Import from upstream.
1007
016a3251
DD
10082015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1009
1010 * Makefile.def (libiconv): Define bootstrap=true.
1011 Mark pdf/html/info as missing.
1012 (configure-gcc): Depend on all-libiconv.
1013 (all-gcc): Ditto.
1014 (configure-libcpp): Ditto.
1015 (all-libcpp): Ditto.
1016 (configure-intl): Ditto.
1017 (all-intl): Ditto.
1018 * Makefile.in: Regenerate.
1019
136bb21f
L
10202015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1021
1022 Sync with GCC
1023 2015-07-24 Michael Darling <darlingm@gmail.com>
1024
1025 PR other/66259
1026 * config-ml.in: Reflects renaming of configure.in to configure.ac
1027 * configure: Likewise
1028 * configure.ac: Likewise
1029
22121df0
L
10302015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1031
1032 * Makefile.in: Regenerated.
1033
1034 Sync with GCC
1035 2015-05-21 Jason Merrill <jason@redhat.com>
1036
1037 * Makefile.tpl: Update comments.
1038
1039 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1040
1041 * Makefile.tpl: Remove surplus whitespace throughout.
1042
1043 2015-03-25 Martin Liska <mliska@suse.cz>
1044 Yury Gribov <y.gribov@samsung.com>
1045
1046 * Makefile.tpl: Fix ln source location for vimrc file.
1047
969b1713
L
10482015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1049
1050 Sync with GCC
1051 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1052
1053 * configure.ac: FT32 target added.
1054 * configure: Regenerate.
1055
ce6c656d
L
10562015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1057
1058 Sync with GCC
1059 2015-06-02 Jason Merrill <jason@redhat.com>
1060
1061 PR bootstrap/66319
1062 * configure.ac: Use -std=gnu++98.
1063
1064 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1065
1066 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1067 * configure: Regenerate.
1068
1069 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1070
1071 * configure.ac: Fix typo.
1072 * configure: Regenerate.
1073
1074 2015-05-03 Matthias Klose <doko@ubuntu.com>
1075
1076 * configure.ac: Match $host configured with triplets.
1077 * configure: Regenerate.
1078
1079 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1080
1081 PR bootstrap/62077
1082 * configure.ac (--enable-stage1-checking): Default to
1083 release,misc,gimple,rtlflag,tree,types if --disable-checking
1084 or --enable-checking is not specified and DEV-PHASE is not
1085 experimental.
1086 * configure: Regenerated.
1087
1088 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1089
1090 Install back PR target/47230 fix (Revert the revert).
1091
16beab3d
L
10922015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1093
1094 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1095 target.
1096 * configure: Regenerate.
1097
5569a85f
JDA
10982015-05-13 John David Anglin <dave.anglin@bell.net>
1099
1100 * configure.ac: Disable configuration of GDB for HPUX targets.
1101 * configure: Regenerate.
1102
e81d5d05
L
11032015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1104
1105 PR ld/18355
1106 * Makefile.def: Add extra_configure_flags to host zlib.
1107 * configure.ac (extra_host_zlib_configure_flags): New. Set
1108 to --enable-host-shared When bfd is to be built as shared
1109 library. AC_SUBST.
1110 * Makefile.in: Regenerated.
1111
ec5b9462
HPN
11122015-04-15 Mike Frysinger <vapier@gentoo.org>
1113 Hans-Peter Nilsson <hp@axis.com>
1114
1115 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1116 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1117 use that in the getver call instead of $tool.
1118 (sim_release): Pass gdb as fifth parameter to tar_compress.
1119 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1120
f91ca6bc
IB
11212015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1122
1123 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1124 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1125 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1126 * Makefile.in: Regenerate.
1127
cf39cfc5
L
11282015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1129
1130 * configure.ac: Add --with-system-zlib.
1131 * configure: Regenerated.
1132
6ac1079e
L
11332015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1134
1135 * src-release.sh: Don't configure with --with-target-subdir=.
1136 --disable-multilib.
1137
890ba06f
L
11382015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1139
1140 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1141 src-release.sh.
1142
5675acd9
ES
11432015-03-30 Ed Schouten <ed@nuxi.nl>
1144
1145 * config.sub: Update from upstream, to 2015-03-04 version.
1146 * config.guess: Likewise.
1147
d2d67aea
L
11482015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1149
1150 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1151 * Makefile.in: Regenerated.
1152
92c695a1
L
11532015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 * src-release.sh (do_proto_toplev): Configure with --target
1156 --with-target-subdir and --disable-multilib.
1157 (BINUTILS_SUPPORT_DIRS): Add zlib.
1158 (GAS_SUPPORT_DIRS): Likewise.
1159 (GDB_SUPPORT_DIRS): Likewise.
1160 (SIM_SUPPORT_DIRS): Likewise.
1161
091021fa
L
11622015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1163
1164 * configure.ac (target_configdirs): Exclude target-zlib if
1165 target-libjava isn't built.
1166 * configure: Regenerated.
1167
5df8a8fc
L
11682015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1169
1170 Sync with GCC
1171 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1172
1173 * config-ml.in: Robustify ac_configure_args parsing.
1174
1b6c0831
L
11752015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1176
1177 * Makefile.def: Updated from GCC trunk.
1178 * Makefile.tpl: Likewise.
1179 * configure.ac: Likewise.
1180 * Makefile.in: Regenerated.
1181 * configure: Likewise.
1182
3f8107ab
AM
11832015-01-28 James Bowman <james.bowman@ftdichip.com>
1184
1185 * configure.ac: Add FT32 support.
1186 * configure: Regenerate.
1187
10b8fe5e
AG
11882015-01-12 Anthony Green <green@moxielogic.com>
1189
1190 * configure.ac: Don't disable gprof for moxie.
1191 * configure: Rebuild.
1192
6b91c541
AP
11932015-01-03 Andrew Pinski <apinski@cavium.com>
1194
1195 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1196 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1197 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1198 (OBJCOPY_FOR_TARGET): New variable.
1199 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1200 * Makefile.in: Regenerate.
1201 * configure.ac: Check for already installed target objcopy.
1202 Also GCC_TARGET_TOOL on objcopy.
1203 * configure: Regenerate.
1204
6ba37ab4
HPN
12052015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1206
1207 * config.sub: Update from upstream, to 2015-01-01 version.
1208 * config.guess: Ditto.
1209
bb5f7690
EB
12102014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1211
1212 * config.sub: Update from upstream config repo.
1213
6e733cce
L
12142014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 * libtool.m4: Updated from GCC trunk.
1217
8969c424
JBG
12182014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1219
1220 * config.guess: Update from upstream config repo.
1221 * config.sub: Ditto.
1222
37e77caf
JBG
12232014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1224
1225 * move-if-change: Update from upstream gnulib.
1226
e3046511
JBG
12272014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1228
1229 * compile: Sync with upstream Automake.
1230 * depcomp: Ditto.
1231 * install-sh: Ditto.
1232 * missing: Ditto.
1233 * mkinstalldirs: Ditto.
1234 * ylwrap: Ditto.
1235
3e615393
TG
12362014-10-15 Tristan Gingold <gingold@adacore.com>
1237
1238 * src-release.sh (do_proto_toplev): Configure with --target.
1239
6d26190c
JY
12402014-10-03 Jing Yu <jingyu@google.com>
1241
1242 * configure.ac: Add aarch64 to list of targets that support gold.
1243 * configure: Regenerate.
1244
a9d58c06
AB
12452014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1246
1247 * configure.ac: Add mips*-img-elf* target triple.
1248 * configure: Regenerate.
1249
b25b5cef
CJW
12502014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1251 * configure: Disable gdb for nds32*-*-* until supported.
1252 * configure.ac: Disable gdb for nds32*-*-* until supported.
1253
f8797b5a
JB
12542014-09-05 Joel Brobecker <brobecker@adacore.com>
1255
1256 * configure: Regenerate.
1257
2536ee9d
WN
12582014-08-27 Will Newton <will.newton@linaro.org>
1259
1260 * src-release.sh: New file.
1261 * src-release: Remove file.
1262
1f995db6
JS
12632014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1264
1265 GDB not supported for or1k*-*-rtems*
1266 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1267 of the stanzas results in this not being caught by or1k*-*-* later.
1268 * configure. Regenerated.
1269
a843ea33
SB
12702014-07-25 Samuel Bronson <naesten@gmail.com>
1271
1272 * .gitattributes: New file for use with git-merge-changelog.
1273
cfbc1a6c
JS
12742014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1275
1276 Disable gdb for or1k*-*-* until supported
1277 * configure.ac (or1k*-*-*): Disable gdb.
1278 * configure: Regenerated.
1279
d9e042ac
SL
12802014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1281
1282 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1283 * configure: Regenerated.
1284
201f096f 12852014-03-26 Jakub Jelinek <jakub@redhat.com>
1286
1287 PR sanitizer/56781
1288 * Makefile.def: Set bootstrap=true; for host fixincludes.
1289 * configure.ac: Don't bootstrap host fixincludes unless
1290 --with-build-config=bootstrap-{a,ub}san.
1291 * Makefile.in: Regenerated.
1292 * configure: Regenerated.
1293
730af8ee 12942014-03-21 Jakub Jelinek <jakub@redhat.com>
1295
1296 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1297 --enable-vtable-verify option parsing. Don't add
1298 target-libsanitizer to bootstrap_target_libs unless
1299 --with-build-config=bootstrap-asan or
1300 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1301 to bootstrap_target_libs unless --enable-vtable-verify.
1302 * configure: Regenerated.
1303
abca8d87 13042014-03-07 Jakub Jelinek <jakub@redhat.com>
1305
1306 PR bootstrap/58572
1307 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1308 -I for libstdc++-v3 includes if $(LEAN).
1309 * Makefile.in: Regenerated.
1310
68d122bb 13112014-02-24 Walter Lee <walt@tilera.com>
1312
1313 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1314 (tilegx-*-*): Change to tilegx*-*-*.
1315 * configure: Regenerate.
1316
39d1b2ae
RS
13172014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1318
1319 * config.sub, config.guess: Import from upstream.
1320
50f80006
EB
13212014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1322
1323 PR bootstrap/60620
72f4393d 1324 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1325 * Makefile.in: Regenerate.
1326
a6305403
YS
13272014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1328
1329 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1330 for WINDRES_FOR_TARGET in default-manifest.o rule.
1331 * Makefile.in: Regenerate.
1332
62a0f723
RO
13332014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1334
1335 PR target/59788
1336 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1337 *solaris2*.
1338
530e8392
KB
13392013-12-19 Keven Boell <keven.boell@intel.com>
1340
1341 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1342 nested lookups for fortran modules.
1343 * dwarf2read.c (read_module): Add fortran module to
1344 the symbol table.
1345 (add_partial_symbol, add_partial_module): Add fortran
1346 module to the partial symbol table.
1347 (new_symbol_full): Create full symbol for fortran module.
1348 * f-exp.y (yylex): Add new module domain to be parsed.
1349 * symtab.h: New domain for fortran modules.
1350
7f9b20bb
KB
13512013-12-19 Keven Boell <keven.boell@intel.com>
1352
1353 * f-exp.y (yylex): Add domain array to enable lookup
1354 in multiple domains. Loop over lookup domains and try
1355 to find requested symbol. Add STRUCT_DOMAIN to lookup
1356 domains to be able to query for user defined types.
1357
afc0578d 13582013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1359
1360 * configure.ac: Add user-friendly check for native x86_64-linux
1361 multilibs.
1362 * configure: Regenerate.
1363
f3f51a69
AM
13642013-11-23 Alan Modra <amodra@gmail.com>
1365
1366 * config.sub, config.guess: Import from upstream.
1367
2440009d 13682013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1369
2440009d 1370 * Makefile.in: Regenerate.
1371
e78e02e6 1372 * Makefile.tpl: Fix typo.
1373 * Makefile.in: Regenerate partially.
1374
9aaf2a7e 13752013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1376
1377 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1378 supported.
1379 * configure: Regenerated.
1380
880b18d1 13812013-10-30 Jason Merrill <jason@redhat.com>
1382
1383 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1384 --disable-build-format-warnings.
1385
522e3d71 13862013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1387
f3f51a69 1388 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1389 depend on libstdc++ and libgcc.
1390 * configure: Regenerate.
1391 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1392 libcilkrts for POSIX and i*86, and x86_64 architectures.
1393 * Makefile.in: Added libcilkrts related fields to support building it.
1394
cb49a9e1 13952013-10-26 Jeff Law <law@redhat.com>
1396
1397 * Makefile.def (target_modules): Remove libmudflap
1398 (languages): Remove check-target-libmudflap).
1399 * Makefile.in: Rebuilt.
1400 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1401 * configure.ac (target_libraries): Remove target-libmudflap.
1402 Remove checks which disabled libmudflap on some systems.
1403 * configure: Rebuilt.
1404 * libmudflap: Directory removed.
1405
82033c9b
JBG
14062013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1407
1408 * configure.ac: Update from GCC.
1409 * configure: Regenerate.
1410
b50d7605
HPN
14112013-10-15 Hans-Peter Nilsson <hp@axis.com>
1412
1413 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1414 files in SUPPORT_FILES.
1415 (SIM_SUPPORT_DIRS): New variable.
1416 (sim.tar.bz2): New rule.
1417
f4cfb980
JBG
14182013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1419
1420 * configure.ac: Update from GCC.
1421 * configure: Regenerate.
1422
78b1434c
JJ
14232013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1424
1425 * COPYING.NEWLIB: Update with new copyright.
1426
b3fc79f8
JBG
14272013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1428
1429 * configure.ac: Update from GCC.
1430 * configure: Regenerate.
1431
cc9afea3
AM
14322013-09-20 Alan Modra <amodra@gmail.com>
1433
1434 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1435 ppc host match. Support little-endian powerpc linux hosts.
1436
f006cabd
JB
14372013-08-16 Joel Brobecker <brobecker@adacore.com>
1438
1439 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1440 strip the "-cvs" suffix from the version number if present.
1441
95e43135
JBG
14422013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1443
1444 * configure.ac: Sync with GCC repo.
1445 * Makefile.def: Ditto.
1446 * configure: Regenerate.
1447 * Makefile.in: Ditto.
1448
7539e41e
JB
14492013-07-22 Joel Brobecker <brobecker@adacore.com>
1450
1451 * src-release (VER): Use $(TOOL)/common/create-version.sh
1452 if it exists.
1453
e8044f35
RS
14542013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1455
1456 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1457 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1458 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1459 * configure: Regenerate.
1460
7bab7634
DC
14612013-06-01 George Thomas <george.thomas@atmel.com>
1462
95e43135
JBG
1463 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1464 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1465
b5364c9e
JJ
14662013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1467
1468 * COPYING.NEWLIB: Add Altera Corporation copyright.
1469
5dad867c
JBG
14702013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1471
1472 * config.guess: Update from config repo.
1473 * config.sub: Ditto.
1474
b836cb18
JBG
14752013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1476
1477 * Makefile.def: Sync with GCC.
1478 * Makefile.in: Regenerate.
1479
e7d5abf1
JBG
14802013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1481
1482 * configure.ac: Sync with GCC.
b836cb18 1483 * configure: Regenerate.
e7d5abf1 1484
4f778543
MF
14852013-03-22 Mike Frysinger <vapier@gentoo.org>
1486
1487 * src-release (VER): Change bfd/configure.in sed to use the new
1488 `bfd/configure --version` output.
1489
f1dd87fc
YZ
14902013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1491
1492 * configure.ac: Sync with GCC repo.
1493 * configure: Ditto.
1494
a413f71a
ILT
14952013-02-05 Ian Lance Taylor <iant@google.com>
1496
1497 PR go/55969
1498 * configure.ac: Disable libgo on some systems where it does not
1499 work.
1500 * configure: Rebuild.
1501
3a98824c
AM
15022013-02-05 Alan Modra <amodra@gmail.com>
1503
1504 * configure: Regenerate after syncing config/.
1505
3dae1673
JBG
15062013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1507
1508 * configure.ac: Sync with GCC repo.
1509 * configure: Ditto.
1510 * Makefile.def: Ditto.
1511 * Makefile.in: Ditto.
1512
bf51454b
JB
15132013-01-11 Joel Brobecker <brobecker@adacore.com>
1514
1515 Sync with GCC, merge:
1516
1517 2013-01-09 Jason Merrill <jason@redhat.com>
1518
1519 * .gitignore: Import from gdb repository.
1520
c841a2be
JBG
15212013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1522
1523 * config.sub: Update from config repo.
1524
d7b9dae9
EB
15252013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1526
1527 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1528 * Makefile.in: Regenerate.
1529
861ea9c8
L
15302013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1531
1532 * Makefile.def (configure-gcc): Depend on all-gmp.
1533 (all-gcc): Remove dependency on all-gmp.
1534 * Makefile.in: Regenerated.
1535
ce82b126
JBG
15362013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1537
1b4f418d 1538 * config.guess: Update from config repo.
c2e5e6d7 1539 * config.sub: Ditto.
ce82b126 1540
fd62a30d
JJ
15412013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1542
1543 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1544 exists and replace the new bfin license in its location.
1545
0140d685
L
15462013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 PR gas/14899
1549 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1550 all-ld and all-gold depend on all-gas.
1551 * Makefile.in: Regenerated.
1552
c3d399e7
L
15532012-12-29 Ben Elliston <bje@gnu.org>
1554
1555 * config.guess: Update to 2012-12-29 version.
1556 * config.sub: Likewise.
1557
9417cd2f
JBG
15582012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1559
1560 * Makefile.def (install-target-libgo): Depend on
1561 install-target-libatomic. Merged from GCC repo.
1562 * Makefile.in: Regenerate.
1563
68dad382
JJ
15642012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1565
1566 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1567
2344b8da
TS
15682012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1569
1570 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1571 * configure: Regenerate.
1572
5eb08693
L
15732012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1574
1575 * Makefile.def (target_modules): Add bootstrap=true and
1576 raw_cxx=true to libsanitizer.
1577 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1578 * Makefile.in: Regenerated.
1579 * configure: Likewise.
1580
53ab32d8
JBG
15812012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1582
1583 * config.sub: Merge from config repo.
1584
d2489204
JBG
15852012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1586
1587 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1588 * Makefile.tpl: Ditto.
1589 * Makefile.in: Ditto.
1590 * configure: Ditto.
d2489204 1591
c23b5043
JBG
15922012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1593
1594 * configure.ac (noconfigdirs): Merge from GCC.
1595 * configure: Regenerate.
1596
1dd1f7f6
JBG
15972012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1598
1599 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1600
2bda3143
L
16012012-11-14 Roland McGrath <mcgrathr@google.com>
1602
1603 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1604 * configure: Regenerate.
1605
5286fdef
L
16062012-11-13 Richard Henderson <rth@redhat.com>
1607
1608 * configure.ac: Move libsanitizer logic to subdirectory.
1609 * configure: Regenerate.
1610
16112012-11-13 Dodji Seketeli <dodji@redhat.com>
1612
1613 * configure.ac: Enable libsanitizer just on x86 linux for now.
1614 * configure: Re-generate.
1615
16162012-11-13 David Edelsohn <dje.gcc@gmail.com>
1617
1618 * configure.ac: Merge libquadmath sections.
1619 * configure: Regenerate.
1620
16212012-11-12 Wei Mi <wmi@google.com>
1622
1623 * configure.ac: Add libsanitizer to target_libraries.
1624 * Makefile.def: Ditto.
1625 * configure: Regenerate.
1626 * Makefile.in: Regenerate.
1627
f66a9a70
L
16282012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1629
1630 * configure: Regenerated.
1631
16322012-11-03 Robert Mason <rbmj@verizon.net>
1633
1634 * configure.ac: add --disable-libstdcxx configure option
1635 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1636
6d94c122
CV
16372012-10-24 Corinna Vinschen <corinna@vinschen.de>
1638
1639 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1640 against Mingw64 w32api.
1641 * configure: Regenerate.
1642
a882be68
EB
16432012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1644
1645 PR bootstrap/54820
1646 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1647 * configure: Regenerate.
1648
b3676d82
EB
16492012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1650
1651 PR bootstrap/54820
1652 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1653 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1654 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1655 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1656 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1657 * Makefile.in: Regenerate.
1658 * configure.ac (have_static_libs): New variable and associated check.
1659 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1660 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1661 * configure: Regenerate.
1662
7b0e8ca5
MF
16632012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1664
1665 * config.guess, config.sub: Include updated version from
1666 config-patches. Adds microblaze little endian support.
1667
8e71395b
L
16682012-09-28 Ian Lance Taylor <iant@google.com>
1669
1670 * Makefile.def: Make all-target-libgo depend on
1671 all-target-libbacktrace.
1672 * Makefile.in: Rebuild.
1673
16742012-09-26 Ian Lance Taylor <iant@google.com>
1675
1676 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1677 * Makefile.in: Rebuild.
1678
16792012-09-06 Diego Novillo <dnovillo@google.com>
1680
1681 * configure.ac: Bump minimum GMP version to 4.2.3.
1682 * configure: Re-generate.
1683
16842012-09-05 Georg-Johann Lay <avr@gjlay.de>
1685
1686 PR target/54461
1687 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1688 target-libgloss if not configured --with-avrlibc=no.
1689 * configure: Regenerate.
1690
16912012-09-04 Jason Merrill <jason@redhat.com>
1692
1693 * configure.ac: Fix --enable-languages=all.
1694
16952012-09-03 Richard Guenther <rguenther@suse.de>
1696
1697 PR bootstrap/54138
1698 * configure.ac: Re-organize ISL / CLOOG checks to allow
1699 disabling with either --without-isl or --without-cloog.
1700 * configure: Regenerated.
1701
17022012-09-03 Georg-Johann Lay <avr@gjlay.de>
1703
1704 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1705 * configure: Regenerate.
1706
d09bbf00
SE
17072012-09-21 Steve Ellcey <sellcey@mips.com>
1708
1709 * configure.ac: Add mips*-mti-elf* target.
1710 * configure: Regenerate.
1711
2bf680c4
ILT
17122012-09-19 Ian Lance Taylor <iant@google.com>
1713
1714 * configure.ac (host_libs): Add libbacktrace.
1715 (target_libraries): Add libbacktrace.
1716 * Makefile.def (host_modules): Add libbacktrace.
1717 (target_modules): Likewise.
1718 * configure, Makefile.in: Rebuild.
1719
5c0b3823
WL
17202012-09-15 Jiong Wang <jiwang@tilera.com>
1721
1722 * configure.ac (ENABLE_GOLD): support tilegx*
1723 * configure: rebuild
1724
1488e230
DE
17252012-09-14 David Edelsohn <dje.gcc@gmail.com>
1726
1727 PR target/38607
1728 Merge upstream change.
1729 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1730
1731 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1732 Add libgomp*.o to compare_exclusions for AIX.
1733 * configure: Regenerate.
1734
df6795ce
L
17352012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1736
1737 PR binutils/4970
1738 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1739 and opcodes.
1740 * Makefile.in: Regenerated.
1741
7ec59b9e
L
17422012-08-14 Diego Novillo <dnovillo@google.com>
1743
1744 Merge from cxx-conversion branch.
1745
1746 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1747 POSTSTAGE1_CONFIGURE_FLAGS.
1748 * Makefile.in: Regenerate.
1749 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1750 Force C++ when bootstrapping.
1751 * configure: Regenerate.
1752
17532012-07-06 Richard Guenther <rguenther@suse.de>
1754
1755 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1756 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1757 --with-gmp=system.
1758 * Makefile.in: Regenerated.
1759 * configure: Likewise.
1760
17612012-07-06 Richard Guenther <rguenther@suse.de>
1762
1763 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1764 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1765 supply V=1 as extra_make_flags.
1766 * configure: Regenerated.
1767 * Makefile.in: Likewise.
1768
17692012-07-03 Richard Guenther <rguenther@suse.de>
1770
1771 * Makfile.def (isl): Remove not necessary extra_exports and
1772 extra_make_flags.
1773 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1774 * Makefile.in: Regenerated.
1775
17762012-07-03 Richard Guenther <rguenther@suse.de>
1777
1778 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1779 * configure.ac: If either the ISL or the CLooG check failed
1780 do not try to build in-tree versions.
1781 * Makefile.in: Regenerated.
1782 * configure: Regenerated.
1783
17842012-07-02 Richard Guenther <rguenther@suse.de>
1785 Michael Matz <matz@suse.de>
1786 Tobias Grosser <tobias@grosser.es>
1787 Sebastian Pop <sebpop@gmail.com>
1788
1789 * Makefile.def: Add ISL host module, remove PPL host module.
1790 Adjust ClooG host module to use the proper ISL.
1791 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1792 * configure.ac: Include config/isl.m4. Add ISL host library,
1793 remove PPL. Remove PPL configury, add ISL configury, adjust
1794 ClooG configury.
1795 * Makefile.in: Regenerated.
1796 * configure: Likewise.
1797
17982012-07-02 Richard Guenther <rguenther@suse.de>
1799
1800 Merge from graphite branch
1801 2011-07-21 Tobias Grosser <tobias@grosser.es>
1802
1803 * configure: Regenerated.
1804 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1805 both cloog.org and legacy versions. The only supported version will
1806 be CLooG with the isl backend.
1807
1808 2011-07-21 Tobias Grosser <tobias@grosser.es>
1809
1810 * configure: Regenerated.
1811 * configure.ac: Require cloog isl 0.17.0
1812
1813 2011-07-21 Tobias Grosser <tobias@grosser.es>
1814
1815 * configure: Regenerated.
1816 * config/cloog.m4: Do not define CLOOG_ORG
1817
18182012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1819
1820 * configure.ac: Skip C if explicitly selected.
1821 * configure: Regenerate.
1822
18232012-06-28 Christophe Lyon <christophe.lyon@st.com>
1824
1825 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1826 they contain -O2.
1827 * configure: Regenerate.
1828
18292012-06-20 Jason Merrill <jason@redhat.com>
1830
1831 * Makefile.tpl (check-target-libgomp-c++): New.
1832 (check-target-libitm-c++): New.
1833 * Makefile.def (c++): Add them.
1834 * Makefile.in: Regenerate.
1835
18362012-05-16 Olivier Hainque <hainque@adacore.com>
1837
1838 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1839 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1840 (install-no-fixedincludes): Adjust accordingly.
1841 * Makefile.in: Regenerate.
1842
18432012-05-09 Nick Clifton <nickc@redhat.com>
1844 Paul Smith <psmith@gnu.org>
1845
1846 PR bootstrap/50461
1847 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1848 allow for the fact that from release v3.1.0 of MPFR the source
1849 files were moved into a src sub-directory.
1850 * configure: Regenerate.
1851
18522012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1853
1854 * configure.ac: Bump minimum MPFR version to 2.4.0.
1855 * configure: Regenerated.
1856
18572012-05-01 Richard Henderson <rth@redhat.com>
1858
1859 * Makefile.def (libatomic): New target_module.
1860 * configure.ac (target_libraries): Add libatomic.
1861 (noconfigdirs): Check if libatomic is supported.
1862 * Makefile.in, configure: Rebuild.
1863
f87f9c61
L
18642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1865
1866 Merge upstream change
1867 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1868
18692011-11-21 Andreas Tobler <andreast@fgznet.ch>
1870
1871 * libtool.m4: Additional FreeBSD 10 fixes.
1872
68f107fa
AO
18732012-06-28 Christophe Lyon <christophe.lyon@st.com>
1874
1875 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1876 they contain -O2.
1877 * configure: Regenerate.
1878
b9c361e0
JL
18792012-05-14 Catherine Moore <clm@codesourcery.com>
1880
1881 * NEWS: Mention PowerPC VLE port.
1882
9eb322aa
MF
18832012-05-11 Mike Frysinger <vapier@gentoo.org>
1884
1885 * MAINTAINERS (config/): Move to intl/ section.
1886 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1887
58b1dd21
NC
18882012-05-09 Nick Clifton <nickc@redhat.com>
1889 Paul Smith <psmith@gnu.org>
1890
1891 PR bootstrap/50461
1892 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1893 allow for the fact that from release v3.1.0 of MPFR the source
1894 files were moved into a src sub-directory.
1895 * configure: Regenerate.
1896
2e702c99
RM
18972012-05-02 Roland McGrath <mcgrathr@google.com>
1898
1899 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1900 * configure: Regenerate.
1901
d2213593
JB
19022012-04-25 Joel Brobecker <brobecker@adacore.com>
1903
1904 * config.sub: Update to 2012-04-18 version from official repo.
1905
202e2356
NC
19062012-03-19 Tristan Gingold <gingold@adacore.com>
1907
1908 * configure.ac (ia64*-*-*vms*): Add support for ld.
1909 * configure: Regenerate.
1910
2479f722
RO
19112012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1912
1913 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1914 (unsupported_languages): Remove mips-sgi-irix6.*.
1915 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1916 (with_stabs): Remove.
1917 * configure: Regenerate.
1918
4e97d92b
RO
19192012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1920
1921 * configure.ac (enable_libgomp): Remove *-*-osf*.
1922 (with_stabs): Remove alpha*-*-osf*.
1923 * configure: Regenerate.
1924
f9ea6f98
JJ
19252012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1926
1927 * COPYING.NEWLIB: Modify DJ Delorie license to include
1928 modification rights in clause as permitted by DJ Delorie.
1929 * COPYING.LIBGLOSS: Ditto.
1930
48688b3e
JJ
19312012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1932
1933 * COPYING.NEWLIB: Remove two unused licenses.
1934
0945bbee
TG
19352012-03-05 Tristan Gingold <gingold@adacore.com>
1936
1937 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1938 * configure: Regenerate.
1939
516be0c5
JJ
19402012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1941
1942 * COPYING.NEWLIB: Add Adapteva notice.
1943 * COPYING.LIBGLOSS: Add Adapteva notice.
1944
64b986c0
EB
19452011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1946
1947 * configure: Regenerate.
1948
58cddc18
JJ
19492011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1950
1951 * COPYING.LIBGLOSS: Add GPL with exception license.
1952
b121d7d4
DD
19532011-11-09 Roland McGrath <mcgrathr@google.com>
1954
1955 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1956 * configure: Rebuild.
1957 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1958 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1959 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1960 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1961 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1962 Add READELF.
1963 * Makefile.in: Rebuild.
1964
d32e2926
RH
19652011-11-08 Richard Henderson <rth@redhat.com>
1966
1967 * configure.ac: Test for libitm directory present first.
1968
1969 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1970
1971 * configure.ac: Test libitm/configure.tgt to disable libitm.
1972 * configure: Rebuild.
1973
98dd765a
RO
19742011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1975
1976 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1977 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1978 * Makefile.in: Regenerate.
1979
99c513f6
DD
19802011-11-01 DJ Delorie <dj@redhat.com>
1981
1982 * configure.ac (rl78-*-*) New case.
1983 * configure: Regenerate.
1984
ff3ec4ee
DD
19852011-11-01 DJ Delorie <dj@redhat.com>
1986
1987 * config.sub: Update to version 2011-10-29 (added rl78)
1988
c28a9f49
NC
19892011-10-27 Nick Clifton <nickc@redhat.com>
1990
1991 * config.sub: Import these changes from the config project:
1992
a903d6ac 1993 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1994 Ben Elliston <bje@gnu.org>
1995
1996 * config.sub (epiphany): New.
1997
1998 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1999 Ben Elliston <bje@gnu.org>
2000
9eb322aa 2001 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
2002
2003 2011-08-23 Roland McGrath <mcgrathr@google.com>
2004
2005 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2006 64eb to be64.
2007
2008 2011-08-16 Roland McGrath <mcgrathr@google.com>
2009
2010 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2011 (nacl): Grok as alias for 32el-unknown-nacl.
2012
860144e4
JB
20132011-08-19 Joel Brobecker <brobecker@adacore.com>
2014
2015 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2016
40ae9136
YQ
20172011-08-14 Yao Qi <yao@codesourcery.com>
2018
2019 Merge from gcc:
2020
2021 2011-08-14 Yao Qi <yao@codesourcery.com>
2022 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2023 * configure: Regenerate.
2024
ffdd6afc
ILT
20252011-07-26 Ian Lance Taylor <iant@google.com>
2026
2027 Merge from gcc:
2028
2029 2011-07-26 Ian Lance Taylor <iant@google.com>
2030 * configure.ac: Set have_compiler based on whether gcc directory
2031 exists, rather than on whether gcc is in configdirs.
2032 * configure: Rebuild.
2033
2034 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2035 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2036 link directories.
2037 * Makefile.in: Rebuild.
2038
2039 2011-07-20 Ian Lance Taylor <iant@google.com>
2040 PR bootstrap/49787
2041 * configure.ac: Move --enable-bootstrap handling earlier in file.
2042 If --enable-bootstrap and either --enable-build-with-cxx or
2043 --enable-build-poststage1-with-cxx, enable C++ automatically.
2044 * configure: Rebuild.
2045
2046 2011-07-19 Ian Lance Taylor <iant@google.com>
2047 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2048 make C++ a boot_language. Set and substitute
2049 POSTSTAGE1_CONFIGURE_FLAGS.
2050 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2051 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2052 * configure, Makefile.in: Rebuild.
2053
2054 2011-07-16 Jason Merrill <jason@redhat.com>
2055 * Makefile.def (language=c++): Add check-c++0x and
2056 check-target-libmudflap-c++.
2057 * Makefile.tpl (check-target-libmudflap-c++): New.
2058 * Makefile.in: Regenerate.
2059
2060 2011-07-16 Matthias Klose <doko@ubuntu.com>
2061 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2062 * Makefile.def (target_modules/libjava): Pass
2063 $(EXTRA_CONFIGARGS_LIBJAVA).
2064 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2065 if not configured with --enable-static-libjava.
2066 * Makefile.in: Regenerate.
2067 * configure: Likewise.
2068
2069 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2070 PR regression/47836
2071 PR bootstrap/23656
2072 PR other/47733
2073 PR bootstrap/49247
2074 PR c/48825
2075 * configure.ac (target_libraries): Remove target-libiberty.
2076 Remove case-statement setting skipdirs=target-libiberty for
2077 multiple targets. Remove checking target_configdirs and
2078 removing target-libiberty but keeping target-libgcc if
2079 otherwise empty.
2080 * Makefile.def (target_modules): Don't add libiberty.
2081 (dependencies): Remove all traces of target-libiberty.
2082 * configure, Makefile.in: Regenerate.
2083
9ccb86e7
JM
20842011-07-22 Jason Merrill <jason@redhat.com>
2085
2086 * Makefile.def (language=c++): Add check-c++0x and
2087 check-target-libmudflap-c++.
2088 * Makefile.tpl (check-target-libmudflap-c++): New.
2089 * Makefile.in: Regenerate.
2090
090bc50f
RO
20912011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2092
2093 * configure: Regenerate.
2094
cff32a7c
RO
20952011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2096
2097 PR target/39150
2098 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2099 x86_64-*-solaris2.1[0-9]*.
2100 * configure: Regenerate.
2101
eb4b2452
NC
21022011-06-13 Walter Lee <walt@tilera.com>
2103
2104 * configure.ac (tilepro-*-*) New case.
2105 (tilegx-*-*): Likewise.
2106 * configure: Regenerate.
2107
3c0013bf
NC
21082011-06-06 Nick Clifton <nickc@redhat.com>
2109
2110 * config.sub: Sync from upstream.
2111
91c1f14c
DK
21122011-05-08 Doug Kwan <dougkwan@google.com>
2113
2114 Merge from gcc:
2115
2116 2011-05-08 Doug Kwan <dougkwan@google.com>
2117
2118 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2119 * configure: Regenerated.
2120 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2121 value from configure.
2122 * Makefile.in: Regenerated.
2123
c7e4b184
JM
21242011-05-05 Joseph Myers <joseph@codesourcery.com>
2125
2126 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2127 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2128 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2129 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2130 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2131 *-*-vxworks*): Disable newlib and libgloss in separate case
2132 statement.
2133 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2134 to separate case statement.
2135 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2136 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2137 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2138 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2139 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2140 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2141 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2142 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2143 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2144 i[[3456789]]86-*-rdos*, m32r-*-*,
2145 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2146 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2147 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2148 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2149 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2150 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2151 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2152 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2153 and libgloss in main case over targets. Remove most empty cases
2154 in main case over targets.
2155 * configure: Regenerate.
2156
7152a690
JM
21572011-05-04 Joseph Myers <joseph@codesourcery.com>
2158
2159 * configure.ac: Remove code setting special library locations for
2160 hppa*64*-*-hpux11*. Remove code setting compiler for
2161 sparc-sun-solaris2*.
2162 * configure: Regenerate.
2163
ff46fb8f
JM
21642011-05-04 Joseph Myers <joseph@codesourcery.com>
2165
2166 * configure.ac: Separate libgloss_dir settings from general case
2167 over targets.
2168 * configure: Regenerate.
2169
82ae827f
JM
21702011-04-28 Joseph Myers <joseph@codesourcery.com>
2171
2172 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2173 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2174 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2175 cases in libgcj-disabling case statement.
2176 (hppa*64*-*-linux*): Set unsupported_languages instead of
2177 disabling target-zlib.
2178 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2179 to hppa*64*-*-hpux*.
2180 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2181 hppa*-*-hpux*.
2182 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2183 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2184 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2185 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2186 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2187 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2188 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2189 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2190 libgcj-disabling case statement.
2191 * configure: Regenerate.
2192
0827f9a6
JM
21932011-04-28 Joseph Myers <joseph@codesourcery.com>
2194
2195 * configure.ac: Disable Java for targets not supporting libffi.
2196 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2197 Remove cases in Java-disabling statement.
2198 (*arm-wince-pe): Change to arm-wince-pe.
2199 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2200 cases in Java-disabling statement.
2201 (bfin-*-*): Don't disable Java again.
2202 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2203 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2204 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2205 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2206 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2207 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2208 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2209 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2210 Java-disabling statement.
2211 (mmix-*-*): Don't disable Java again.
2212 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2213 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2214 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2215 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2216 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2217 statement.
2218 * configure: Regenerate.
2219
899b04ef
JM
22202011-04-28 Joseph Myers <joseph@codesourcery.com>
2221
2222 Merge from GCC:
2223
2224 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2225
2226 PR lto/48086
2227 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2228 * configure: Regenerate.
2229
9863d716
JM
22302011-04-28 Joseph Myers <joseph@codesourcery.com>
2231
2232 * configure.ac: Separate cases disabling Java and Java libraries
2233 from general case over targets.
2234 * configure: Regenerate.
2235
a90ef4bf
JM
22362011-04-06 Joseph Myers <joseph@codesourcery.com>
2237
2238 * configure.ac (build_tools): Remove build-byacc.
2239 (host_libs): Remove mmalloc.
2240 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2241 autoconf automake libtool diff rcs fileutils shellutils time
2242 textutils wdiff find uudecode hello tar gzip indent recode release
2243 sed perl gawk findutils gettext zip.
2244 (libgcj): Remove target-qthreads.
2245 (target_tools): Remove target-examples target-gperf.
2246 (YACC): Don't handle building byacc.
2247 * configure: Regenerate.
2248 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2249 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2250 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2251 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2252 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2253 handle building components.
2254 * Makefile.in: Regenerate.
2255
05a02268
RW
22562011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2257
2258 * config.sub: Sync from upstream.
2259
c5f5c3c2
JM
22602011-04-01 Joseph Myers <joseph@codesourcery.com>
2261
2262 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2263 (microblaze*): Don't disable libssp.
2264 * configure: Regenerate.
2265
f6c1938b
JM
22662011-04-01 Joseph Myers <joseph@codesourcery.com>
2267
2268 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2269 moveifchange.
2270 * configure: Regenerate.
2271 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2272 * Makefile.in: Regenerate.
2273
1f111696
JM
22742011-04-01 Joseph Myers <joseph@codesourcery.com>
2275
2276 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2277 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2278 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2279 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2280 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2281 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2282 md_exec_prefix cases.
2283 * configure: Regenerate.
2284
065a5627
JM
22852011-04-01 Joseph Myers <joseph@codesourcery.com>
2286
2287 * configure.ac: Separate cases disabling target-libssp,
2288 target-libiberty, target-libstdc++-v3 and Fortran from general
2289 case over targets.
2290 * configure: Regenerate.
2291
b2f14e4a
JM
22922011-04-01 Joseph Myers <joseph@codesourcery.com>
2293
2294 * configure.ac (*-*-chorusos): Don't disable libgcj.
2295 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2296 Remove case.
2297 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2298 (arm-*-coff): Don't disable libgcj.
2299 (arm*-*-linux-gnueabi): Remove useless assignment.
2300 (arm-*-riscix*): Don't disable libgcj.
2301 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2302 configuration.
2303 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2304 (c54x*-*-*): Remove case.
2305 (tic54x-*-*): Don't disable GCC or GCC libraries.
2306 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2307 to *.
2308 (d10v-*-*): Don't disable GCC libraries.
2309 (d30v-*-*): Don't disable libgcj.
2310 (h8500-*-*): Don't disable GCC libraries.
2311 (i960-*-*): Don't disable libgcj.
2312 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2313 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2314 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2315 libgcj.
2316 (m68k-*-coff*): Remove case.
2317 (mmix-*-*): Don't disable libgloss on host.
2318 (mn10200-*-*, mn10300-*-*): Remove cases.
2319 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2320 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2321 Don't disable libgcj.
2322 (romp-*-*): Remove case.
2323 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2324 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2325 case.
2326 (v810-*-*): Don't disable GCC libraries.
2327 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2328 (ip2k-*-*): Don't disable GCC libraries.
2329 * configure: Regenerate.
2330
6a608608
JM
23312011-03-28 Joseph Myers <joseph@codesourcery.com>
2332
2333 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2334 libffi on host.
2335 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2336 on host.
2337 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2338 * configure: Regenerate.
2339
5b806d27
NC
23402011-03-26 John Marino <binutils@marino.st>
2341
2342 * configure.ac: Add support for *-*-dragonfly*
2343 * configure: Regenerate.
2344
0377a422
JM
23452011-03-25 Joseph Myers <joseph@codesourcery.com>
2346
2347 * configure.ac (native_only): Remove.
2348 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2349 send-pr uudecode guile gnuserv on host.
2350 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2351 send-pr rcs guile perl texinfo libtool on host.
2352 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2353 automake send-pr rcs guile perl texinfo libtool on host.
2354 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2355 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2356 (alpha*-dec-osf*): Don't disable fileutils on target.
2357 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2358 texinfo send-pr expect dejagnu on target.
2359 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2360 target-qthreads on target.
2361 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2362 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2363 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2364 x86_64-*-mingw*): Don't disable expect on target.
2365 (*-*-cygwin*): Don't disable target-gperf on target.
2366 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2367 gnuserv on target.
2368 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2369 target.
2370 * configure: Regenerate.
2371
2354b38b
JM
23722011-03-25 Joseph Myers <joseph@codesourcery.com>
2373
2374 * configure.ac (target_tools): Remove target-groff.
2375 (native_only): Remove target-groff.
2376 (hppa*64*-*-*): Don't disable byacc.
2377 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2378 setting.
2379 (*-*-kaos*): Don't skip target-librx and target-groff.
2380 (*-*-netware*): Don't skip target-libmudflap.
2381 (*-*-tpf*): Don't skip target-libmudflap.
2382 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2383 directories on the host.
2384 (ia64*-*-*vms*): Don't skip tix.
2385 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2386 host.
2387 * configure: Regenerate.
2388
28d9b232
PB
23892011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2390
2391 * configure.ac: Remove references to mt-mep, mt-netware,
2392 mt-wince.
2393 * Makefile.def: Add all-utils soft dependencies.
2394 * Makefile.tpl: Remove GDB_NLM_DEPS.
2395 * configure: Regenerate.
2396 * Makefile.in: Regenerate.
2397
dbbe5f95
PB
23982011-03-24 Paolo Bonzini <bonzini@gnu.org>
2399
2400 Sync from GCC:
2401
2402 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2403
2404 * configure.ac: Do not include mh-x86omitfp.
2405 * configure: Regenerate.
2406
2407 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2408
2409 * configure.ac: Remove empty cases.
2410 * configure: Regenerate.
2411
2412 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2413
2414 * Makefile.def: Add dependency from termcap to gdb.
2415 * Makefile.in: Regenerate.
2416
2417 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2418
2419 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2420 * configure: Regenerate.
2421 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2422 * Makefile.tpl: Likewise.
2423 * Makefile.in: Regenerate.
2424
2425 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2426
2427 * configure.ac: Remove all mentions of tentative_cc.
2428 * configure: Regenerate.
2429
2430 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2431
2432 PR lto/48086
2433 * configure.ac: Re-enable LTO on *-apple-darwin9.
2434 * configure: Regenerate.
2435
3516a403
JM
24362011-03-24 Joseph Myers <joseph@codesourcery.com>
2437
2438 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2439 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2440 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2441 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2442 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2443 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2444 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2445 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2446 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2447 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2448 *-*-rhapsody*): Remove host cases.
2449 * configure: Regenerate.
2450
93cc359e
JM
24512011-03-24 Joseph Myers <joseph@codesourcery.com>
2452
2453 * configure.ac (ppc*-*-pe): Remove host case.
2454 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2455 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2456 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2457 cases.
2458 * configure: Regenerate.
2459
29b2c556
JM
24602011-03-24 Joseph Myers <joseph@codesourcery.com>
2461
2462 * config.sub: Update to version 2011-03-23.
2463
f0ff0f90
JM
24642011-03-22 Joseph Myers <joseph@codesourcery.com>
2465
2466 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2467 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2468 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2469 * configure: Regenerate.
2470
782cb41f
JM
24712011-03-22 Joseph Myers <joseph@codesourcery.com>
2472
2473 * config-ml.in: Don't handle arc-*-elf*.
2474 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2475 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2476 handle GCC libraries.
2477 * configure: Regenerate.
2478
0e8ad34f
RO
24792011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2480
2481 PR bootstrap/48120:
2482 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2483 Add -lstdc++ -lm to LIBS.
2484 * configure: Regenerate.
2485
5548b4ce
DE
24862011-03-18 David Edelsohn <dje.gcc@gmail.com>
2487
2488 * config.guess: Update to version 2011-02-02
2489 * config.sub: Update to version 2011-02-24
2e702c99 2490
86ed8cf6
SP
24912011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2492
9eb322aa
MF
2493 * configure.ac: Adjust test of with_ppl.
2494 * configure: Regenerated.
86ed8cf6 2495
b123da99
SP
24962011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2497
2498 * configure.ac: Add -lpwl to ppllibs.
2499 * config/cloog.m4: Add -lisl to clooglibs.
2500 * configure: Regenerated.
2501
822ce8ee
RW
25022011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2503
2504 Import from Libtool and gnulib:
2505
2506 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2507
2508 Prepare for supporting FreeBSD 10.
2509 * config.rpath: Remove handling of freebsd1* which soon would
2510 match FreeBSD 10.0.
2511
2512 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2513
2514 Remove support for FreeBSD 1.x.
2515 * libtool.m4 (_LT_LINKER_SHLIBS)
2516 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2517 soon would incorrectly match FreeBSD 10.0.
2518
dcb5e506
RW
25192011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2520
2521 PR binutils/12283
2522 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2523 (move-if-change): Comes from gnulib.
2524 * move-if-change: Import version from gnulib.
2525
8d8eef9a
RW
25262011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2527
2528 Sync from GCC:
2529
2530 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2531
2532 PR lto/47225
2533 * Makefile.def (lto-plugin): Double dash for enable-shared.
2534 (configure-gcc): Depend on all-lto-plugin.
2535 * Makefile.in: Rebuilt.
2536
2537 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2538
2539 * configure.ac: Remove extra bracket.
2540 * configure: Regenerate.
2541
2542 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2543
2544 PR lto/47225
2545 * Makefile.def: Add dependency for install-gcc
2546 on install-lto-plugin.
2547 * Makfile.in: Regenerated
2548
2549 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2550
2551 * configure.ac: If with_ppl is no, move setting with_cloog=no
2552 after CLOOG_REQUESTED check.
2553 * configure: Regenerated.
2554
2555 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2556
2557 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2558 CLooG has been requested.
2559 * configure: Regenerated.
2560
2561 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2562
2563 * configure: Regenerated.
2564 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2565
2566 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2567
2568 * configure: Regenerated.
2569 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2570
2571 2011-01-07 Jan Hubicka <jh@suse.cz>
2572
2573 PR lto/47225
2574 * Makefile.in: Regenerate.
2575 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2576 configure.
2577
65b4571a
AO
25782011-01-31 Alexandre Oliva <aoliva@redhat.com>
2579
2580 PR libgcj/44341
2581 * configure.ac: Discard --with-* flags for host when configuring
2582 target libraries for cross build.
2583 * configure: Rebuilt.
2584
7837304f
AS
25852011-01-21 Andreas Schwab <schwab@redhat.com>
2586
2587 Sync from GCC:
2588
2589 2011-01-21 Andreas Schwab <schwab@redhat.com>
2590
2591 * configure.ac: Use AS_HELP_STRING throughout.
2592 * configure: Regenerate.
2593
2594 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2595
2596 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2597 * configure: Regenerate.
2598
115ef890
RW
25992010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2600
2601 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2602
92c9a463
JB
26032011-01-13 Joel Brobecker <brobecker@adacore.com>
2604
2605 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2606 for ia64-hpux.
2607 * configure: Regenerate.
2608
887ebfb4
RW
26092011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2610
2611 Sync from GCC:
2612 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2613
2614 * configure.ac: (picochip): Disable libiberty.
2615 * configure: Regenerate.
2616
04d2c2b2
JJ
26172010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2618
2619 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2620
33d23ee8
ILT
26212010-12-10 Ian Lance Taylor <iant@google.com>
2622
2623 PR bootstrap/46819
2624 * configure.ac: For --disable-libgcj clear libgcj_saved.
2625 * configure: Rebuild.
2626
89a1e9c3
PB
26272010-12-10 Tobias Burnus <burnus@net-b.de>
2628
2629 PR fortran/46540
2630 * configure.ac: Add --disable-libquadmath and
2631 --disable-libquadmath-support.
2632 * configure: Regenerate.
2633
ac7bcd26
TG
26342010-12-10 Tristan Gingold <gingold@adacore.com>
2635
2636 * src-release (ETC_SUPPORT): add gnu-oids.texi
2637
d357cef7
HPN
26382010-12-03 Hans-Peter Nilsson <hp@axis.com>
2639
2640 PR libffi/46792
2641 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2642 * configure: Regenerate.
2643
4f11b223
ILT
26442010-12-02 Ian Lance Taylor <iant@google.com>
2645
2646 * configure.ac: Always set default for poststage1_ldflags to
2647 -static-libstdc++ -static-libgcc.
2648
989abc33
JJ
26492010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2650
2651 * COPYING.NEWLIB: Add National Semiconductor notice.
2652
950386c6
AS
26532010-11-29 Andreas Schwab <schwab@redhat.com>
2654
2655 * configure.ac: Move comment to remove extra space in last argument
2656 of GCC_TARGET_TOOL.
2657
87cda2cf
AO
26582010-11-26 Alexandre Oliva <aoliva@redhat.com>
2659
7d509c83 2660 PR other/46026
87cda2cf
AO
2661 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2662 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2663 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2664 (BASE_FLAGS_TO_PASS): Use it.
2665 * configure: Rebuilt.
2666 * Makefile.in: Rebuilt.
2667
d3b50760
L
26682010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2669
2670 PR binutils/12258
2671 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2672 Properly check default linker.
2673 * configure: Regnerated.
2674
c7791212
NC
26752010-11-23 Matthias Klose <doko@ubuntu.com>
2676
2677 * configure.ac: For --enable-gold, handle value `default' instead of
2678 `both*'. New configure option --{en,dis}able-ld.
2679 * configure: Regenerate.
2680
9e1a94f4
ILT
26812010-11-20 Ian Lance Taylor <iant@google.com>
2682
2683 * configure.ac: Only disable a language library if no language needs
2684 it. Don't let --disable-libgcj uncondtionally disable libffi.
2685 * configure: Rebuild.
2686
ceca0218
PB
26872010-11-20 Paolo Bonzini <bonzini@gnu.org>
2688
2689 * configure: Regenerate.
2690
9b980aa1
RW
26912010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2692
2693 PR other/46202
2694 * configure.ac: Fix just-built in-tree STRIP name to be
2695 binutils/strip-new.
2696 * configure: Regenerate.
2697 * Makefile.def (install-strip-gcc, install-strip-binutils)
2698 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2699 (install-strip-sid): Mirror dependencies on non-strip variants
2700 of these targets on the respective -strip prerequisites.
2701 * Makefile.tpl (install-strip, install-strip-host)
2702 (install-strip-target): New targets.
2703 (install-strip-[+module+], install-strip-target-[+module+]):
2704 New targets.
2705 * Makefile.in: Regenerate.
2706
e552509b
ILT
27072010-11-19 Ian Lance Taylor <iant@google.com>
2708 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2709
2710 * configure.ac: Add target-libgo to target_libraries. Set
2711 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2712 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2713 (HOST_EXPORTS): Add GOC.
2714 (BASE_TARGET_EXPORTS): Add GOC.
2715 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2716 (GOCFLAGS_FOR_TARGET): New variable.
2717 (EXTRA_HOST_FLAGS): Add GOC.
2718 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2719 * Makefile.def (target_modules): Add libgo.
2720 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2721 (dependencies): Add dependency from configure-target-libgo to
2722 configure-target-libffi and all-target-libstdc++-v3. Add
2723 dependencies from all-target-libgo to all-target-libffi.
2724 (languages): Add go.
2725 * configure: Rebuild.
2726 * Makefile.in: Rebuild.
2727
27282010-11-19 Ian Lance Taylor <iant@google.com>
2729
2730 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2731 compiler/flag environment variables.
2732
27332010-11-18 Ian Lance Taylor <iant@google.com>
2734
2735 * configure.ac: Check for lang_requires_boot_languages in
2736 config-lang.in files.
2737 * configure: Rebuild.
2738
8c21d9c7
MF
27392010-11-17 Mike Frysinger <vapier@gentoo.org>
2740
2741 * .gitignore: New file.
2742
e552509b
ILT
27432010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2744 Tobias Burnus <burnus@net-b.de>
2745
2746 PR fortran/32049
2747 * Makefile.def: Add libquadmath; build it with language=fortran.
2748 * configure.ac: Add libquadmath.
2749 * Makefile.tpl: Handle multiple libs in check-[+language+].
2750 * Makefile.in: Regenerate.
2751 * configure: Regenerate.
2752
27532010-11-15 Andreas Schwab <schwab@redhat.com>
2754
2755 * configure.ac: Fix spelling in option names.
2756 * configure: Regenerated.
2757
27582010-11-13 Georg-Johann Lay <georgjohann@web.de>
2759
2760 PR bootstrap/39622
2761 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2762 * configure: Regenerated.
2763
27642010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2765
2766 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2767 define the cloog backend to use. Furthermore, only pass the ppllibs to
2768 the configure checks, if necessary.
2769 * configure: Regenerate.
2770
27712010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2772
2773 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2774 * configure: regenerate
2775
27762010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2777
2778 * config/cloog.m4: Fix typo. verison -> version.
2779 * configure: Regenerate.
2780
27812010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2782
2783 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2784 * configure: Regenerate.
2785
27862010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2787
2788 * configure.ac: Support official CLooG.org versions.
2789 * configure: Regenerate.
2790 * config/cloog.m4: New.
2791
aa291e2d
ME
27922010-11-05 Michael Eager <eager@eagercon.com>
2793
2794 * COPYING.LIBGLOSS: Correct typo in microblaze.
2795 * COPYING.NEWLIB: Same.
2796
e552509b
ILT
27972010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2798
2799 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2800 * configure: Regenerate.
2801
74cea91b
DK
28022010-11-03 Ian Lance Taylor <iant@google.com>
2803 Dave Korn <dave.korn.cygwin@gmail.com>
2804
2805 PR lto/46273
2806 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2807 and on other supported platforms whenever LTO is enabled.
2808 * configure: Rebuild.
2809
6d0cd39e
AM
28102010-11-02 Alan Modra <amodra@gmail.com>
2811
2812 PR binutils/12110
2813 * configure.ac: Error when source path contains spaces.
2814 * configure: Regenerate.
2815
18a8530e
ILT
28162010-10-20 Ian Lance Taylor <iant@google.com>
2817
2818 * Makefile.def (target_modules): Set lib_path to src/.libs for
2819 libstdc++-v3 module.
2820 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2821 * Makefile.in: Rebuild.
2822
6ed3211e
JJ
28232010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2824 Joseph Myers <joseph@codesourcery.com>
2825
2826 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2827 notices.
2828 * COPYING.NEWLIB: Add Texas Instruments notice.
2829
a8eb3f0a
DK
28302010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2831
2832 * configure.ac (build_lto_plugin): New shell variable.
2833 (--enable-lto): Turn on by default for all non-ELF platforms that
2834 have had LTO support added so far. Set build_lto_plugin appropriately
2835 for both ELF and non-ELF.
2836 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2837 * configure: Regenerate.
2838
4074d5f2
RW
28392010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2840
2841 PR bootstrap/45326
2842 PR bootstrap/45174
2843 * configure.ac: Honor initial values of $build_configargs,
2844 $host_configargs, $target_configargs. Mark the precious, so
2845 environment settings get recorded.
2846 * configure: Regenerate.
2847
29821356
RW
28482010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2849
2850 Sync from GCC:
2851
2852 2010-09-30 Michael Eager <eager@eagercon.com>
2853
2854 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2855 * configure: Regenerate.
2856
2857 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2858
2859 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2860 targets and amend comment.
2861 * configure: Regenerate.
2862
2863 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2864
2865 * configure.ac: Enable LTO by default on Darwin.
2866 * configure: Regenerate.
2867
2868 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2869
2870 PR bootstrap/44455
2871 * configure.ac (extra_mpfr_configure_flags): Copy from
2872 extra_mpc_gmp_configure_flags.
2873 * configure: Re-generated.
2874
57eefe4d
RW
28752010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2876
2877 Sync from GCC:
2878
2879 PR bootstrap/45796
2880 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2881 Depend on all-build-libiberty.
2882 * Makefile.in: Regenerate.
2883
28842010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2885
2886 Sync from GCC:
2887
2888 PR bootstrap/44621
2889 * configure.ac: Fix unportable shell quoting.
2890 * configure: Regenerate.
2891
48bb73dd
RW
28922010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2893
2894 * configure.ac: Support all v850 targets.
2895 * configure: Regenerate.
2896
1d14850f
PB
28972010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2898
2899 PR target/44862
2900 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2901 Provide -B option to allow for link spec %s substitutions for
2902 libstdc++.a on darwin.
2903 * Makefile.in: Regenerate.
2904
7530c480
AO
29052010-06-10 Alexandre Oliva <aoliva@redhat.com>
2906
2907 * Makefile.def (configure-gcc): Depend on all-libelf.
2908 * Makefile.in: Rebuild.
2909
285d560d
RW
29102010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2911
2912 * config.sub, config.guess: Update from upstream sources.
2913
a009f2e7
RW
29142010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2915
2916 Sync from GCC:
2917
2918 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2919 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2920 * configure: Regenerated.
2921
2922 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2923 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2924 * configure: Regenerate.
2925
2926 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2927 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2928 * configure: Regenerate.
2929
2930 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2931 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2932 separately.
2933 * configure: Regenerate.
2934
2935 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2936 * configure: Regenerate after change to elf.m4.
2937
2938 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2939 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2940 * configure: Regenerated.
2941
2942 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2943 * configure.ac: Print "buggy but acceptable" when CLooG
2944 revision is less than 9.
2945 * configure: Regenerated.
2946
e49e5c92
DK
29472010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2948
2949 Merge from gcc:
2950
2951 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2952 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2953 * configure: Regenerate.
2954
2955 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2956 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2957 a platform that supports LTO.
2958 * configure: Regenerate.
2959
2960 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2961 PR lto/42776
2962 * configure.ac (--enable-lto): Refactor handling so libelf tests
2963 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2964 and allow LTO to be explicitly enabled on non-ELF platforms that
2965 are known to support it inside else-clause.
2966 * configure: Regenerate.
2967
e6de499b
NC
29682010-04-27 Roland McGrath <roland@redhat.com>
2969 H.J. Lu <hongjiu.lu@intel.com>
2970
2971 * configure.ac (--enable-gold): Support both, both/gold and
2972 both/bfd to add gold to configdirs without removing ld.
2973 * configure: Regenerated.
2974
2975 * Makefile.def: Add install-gold dependency to install-ld.
2976 * Makefile.in: Regenerated.
2977
d594eacc
TG
29782010-04-14 Tristan Gingold <gingold@adacore.com>
2979
2980 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2981 * configure: Regenerate.
2982
938d2b74
RW
29832010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2984
2985 Merge from gcc:
2986 PR bootstrap/43615
2987 PR bootstrap/43328
2988 Revert:
2989 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2990 * configure.ac: Do not pass --enable-multilib nor
2991 --disable-multilib in baseargs. Accept explicitly passed
2992 --enable_multilib.
2993 * configure: Regenerate.
2994
a9ef41a7
RW
29952010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2996
2997 PR bootstrap/43328
2998 * configure.ac: Do not pass --enable-multilib nor
2999 --disable-multilib in baseargs. Accept explicitly passed
3000 --enable_multilib.
3001 * configure: Regenerate.
3002
619a3713
JM
30032010-03-23 Joseph Myers <joseph@codesourcery.com>
3004
3005 * configure.ac (tic6x-*-*): New case.
3006 * configure: Regenerate.
3007
92f4e989
JM
30082010-03-23 Joseph Myers <joseph@codesourcery.com>
3009
3010 Merge from gcc:
3011 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3012 PR ada/42554
3013 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3014 * configure: Regenerate.
3015
c35a0556
JM
30162010-03-23 Joseph Myers <joseph@codesourcery.com>
3017
3018 * config.sub: Update to version 2010-03-22.
3019 * config.guess: Update to version 2009-12-30.
3020
18fa8f9c
JM
30212010-03-14 Joseph Myers <joseph@codesourcery.com>
3022
3023 Merge from gcc:
3024 2010-01-11 Richard Guenther <rguenther@suse.de>
3025 PR lto/41569
3026 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3027 * Makefile.in: Regenerated.
3028
ba98da75
RO
30292010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3030
3031 PR libstdc++/32499
3032 * configure.ac (RANLIB): Default to true.
3033 (STRIP): Likewise.
3034 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3035 * configure: Regenerate.
3036
3994761f
NC
30372010-02-17 Nick Clifton <nickc@redhat.com>
3038
3039 PR 11238
3040 * Makefile.tpl (local-distclean): Also remove config.cache files in
3041 sub-directories as there may not be Makefiles present in the
3042 sub-directories.
792cdb50
NC
3043 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3044 the config.cache files found by the find command.
3045
3994761f
NC
3046 * Makefile.in: Regenerate.
3047 * configure.ac: Revert previous delta.
3048 * configure: Regenerate.
3049
01a82011
NC
30502010-02-15 Nick Clifton <nickc@redhat.com>
3051
3052 PR 11238
3053 * configure.ac: Delete config.cache files in sub-directories when
3054 deleting Makefiles.
3055 * configure: Regenerate.
3056
143754cd
NC
30572010-02-15 Nick Clifton <nickc@redhat.com>
3058
3059 * configure.ac: Sync from gcc.
3060 * configure: Regenerate.
3061
a6b5846e
KG
30622010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3063
3064 Sync from gcc:
3065 * configure.ac: Add "recommended" version checks for GMP/MPC.
3066 Update recommended GMP/MPFR/MPC versions.
3067 * configure: Regenerate.
3068
2aa2364a
JR
30692010-01-25 Joern Rennecke <amylaar@spamcop.net>
3070
3071 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3072 * configure.ac (bootstrap_target_libs): Make inclusion of
3073 target-libgomp conditional on libgomb being in target_configdirs.
3074 * configure: Regenerate.
3075
d35e937f
JR
30762010-01-23 Joern Rennecke <amylaar@spamcop.net>
3077
3078 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3079 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3080 * configure: Regenerate.
3081
911e63d0
JR
30822010-01-22 Joern Rennecke <amylaar@spamcop.net>
3083
3084 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3085 * configure.ac (target_configdirs): Substitute.
3086 * Makefile.def: Bootstrap target module libgomp.
3087 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3088 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3089 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3090 * configure, Makefile.in: Regenerate.
3091
3725885a
RW
30922009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3093
3094 * libtool.m4: Sync from git Libtool.
3095 * ltmain.sh: Likewise.
3096 * ltoptions.m4: Likewise.
3097 * ltversion.m4: Likewise.
3098 * lt~obsolete.m4: Likewise.
3099
d5f2ee2e 31002010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3101 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3102
3103 PR bootstrap/42424
3104 * configure.ac: Include libtool m4 files.
9eb322aa 3105 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3106 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3107 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3108
d5f2ee2e
KG
3109 * configure: Regenerate.
3110
f2b2dd91
RW
31112010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3112
3113 PR bootstrap/41818
3114 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3115 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3116 * Makefile.in: Regenerate.
3117
06ca7962
BE
31182009-12-18 Ben Elliston <bje@au.ibm.com>
3119
3120 * config.sub, config.guess: Update from upstream sources.
3121
30a16d7b
JJ
31222009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3123
3124 * COPYING.NEWLIB: Update copyright date.
3125 * COPYING.LIBGLOSS: Ditto.
3126
d9b76ff9
KG
31272009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3128
3129 PR middle-end/30447
3130 PR middle-end/30789
3131 PR other/40302
3132
3133 * configure.ac: Require MPC.
3134 * configure: Regenerate.
3135
3136 * configure.ac: Update minimum MPC version to 0.8.
3137 * configure: Regenerate.
3138
e12dec02
PB
31392009-11-20 Paolo Bonzini <bonzini@gnu.org>
3140
3141 * config.guess: Sync with upstream and gcc.
3142 * config.sub: Sync with upstream and gcc.
3143
606a9ca0
AO
31442009-11-16 Alexandre Oliva <aoliva@redhat.com>
3145
3146 * Makefile.def: Restore host and target settings for gmp.
3147 * Makefile.in: Rebuild.
3148
1f53ca9a
AO
31492009-11-16 Alexandre Oliva <aoliva@redhat.com>
3150
3151 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3152 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3153 Fix portability of test of C++ as bootstrap language. Add
3154 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3155 * configure: Rebuild.
3156 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3157 and cloog. Fix in-tree ppl configuration. Introduce libelf
3158 in-tree building.
3159 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3160 (POSTSTAGE1_HOST_EXPORTS): Use it.
3161 (STAGE[+id+]_CXXFLAGS): New.
3162 (BASE_FLAGS_TO_PASS): Pass it down.
3163 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3164 extra_exports.
3165 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3166 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3167 extra_exports.
3168 * Makefile.in: Rebuild.
3169
31702009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3171
3172 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3173 paths for *-w64-mingw* and x86_64-*mingw*.
3174 * configure: Regenerated.
3175
31762009-10-30 Kai Tietz <kai.tietz@onevision.com>
3177
3178 * configure.ac: Disable target-winsup & co for
3179 x86_64-*-mingw* and *-w64-mingw* targets.
3180 * configure: Regenerated.
3181
31822009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3183
3184 * configure.ac (CLooG test): Use = with test.
3185 * configure: Regenerate.
3186
31872009-10-22 Richard Guenther <rguenther@suse.de>
3188
3189 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3190 cloog if the ppl version check failed. Move flags saving
3191 before setting in libelf check.
3192 * configure: Regenerate.
3193
31942009-10-21 Richard Guenther <rguenther@suse.de>
3195
3196 * configure.ac: Adjust the ppl and cloog configure to work as
3197 documented. Disable cloog if ppl was disabled. Omit the version
3198 checks if they were disabled.
3199 * configure: Re-generate.
3200
6811fb56
RW
32012009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3202
3203 * configure.ac: Add 'lto' to enable_languages, not
3204 new_enable_languages, and only if not already present.
3205 * configure: Regenerate.
3206
700d40ca
ILT
32072009-10-06 Ian Lance Taylor <iant@google.com>
3208
3209 * Makefile.def: check-gold depends upon all-gas.
3210 * Makefile.in: Rebuild.
3211
32122009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3213
3214 * Makefile.def: all-lto-plugin depends on all-libiberty.
3215 set bootstrap=true for lto-plugin.
3216 Add lto-plugin.
3217 * Makefile.in: Regenerate.
3218 * configure.ac (host_libs): Add lto-plugin.
3219 * configure: Regenerate.
3220
32212009-10-03 Diego Novillo <dnovillo@google.com>
3222
3223 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3224 (HOST_LIBELFLIBS): Define.
3225 (HOST_LIBELFINC): Define.
3226 * Makefile.in: Regenerate.
3227 * configure.ac: Add --enable-lto.
3228 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3229 If --enable-lto is used, add 'lto' to new_enable_languages.
3230 If --enable-lto is used and gold is enabled, add
3231 lto-plugin to configdirs.
3232 * configure: Regenerate.
3233
32342009-10-03 Simon Baldwin <simonb@google.com>
3235
3236 * configure.ac: If --with-system-zlib, suppress local zlib and
3237 pass --with-system-zlib to subdir configure scripts.
3238 * configure: Regenerate.
3239
32402009-10-01 Loren J. Rittle <ljrittle@acm.org>
3241 Paolo Bonzini <bonzini@gnu.org>
3242
3243 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3244 $(srcdir).
3245 * Makefile.in: Rebuilt.
3246
c8cb1b3e
PB
32472009-09-29 Paolo Bonzini <bonzini@gnu.org>
3248
3249 Sync from gcc:
3250 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3251
3252 * configure.ac: Update minimum MPC version to 0.7.
3253 * configure: Regenerate.
3254
30167e0a
NC
32552009-09-25 Nick Clifton <nickc@redhat.com>
3256
3257 * configure.ac: Pass any --cache-file=/dev/null option on to
3258 subconfigures.
3259 * configure: Regenerate.
3260
707a0b5c
NC
32612009-09-23 Nick Clifton <nickc@redhat.com>
3262
3263 * config.sub, config.guess: Update from upstream sources.
3264
700d40ca
ILT
32652009-09-22 Loren J. Rittle <ljrittle@acm.org>
3266
3267 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3268 * Makefile.in: Rebuilt.
3269
2fd0b40b
RW
32702009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3271
3272 PR bootstrap/32272
3273 * configure.ac: Error out if $srcdir isn't '.' but contains
3274 host-${host_noncanonical}.
3275 * configure: Regenerate.
3276
4385ad3c
RW
32772009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3278
16b1ad29
RW
3279 * configure.ac: If bootstrapping a combined tree with
3280 --enable-gold, require c++ in stage1_languages.
3281 * configure: Regenerate.
3282
f8dc745f
RW
3283 * configure.ac: Also add target_libs of stage1_languages to
3284 bootstrap_target_libs.
3285 * configure: Regenerate.
3286
4385ad3c
RW
3287 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3288 with --enable-languages not containing c++.
3289 * configure: Regenerate.
3290
df51e4e1
JZ
32912009-09-16 Jie Zhang <jie.zhang@analog.com>
3292
3293 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3294 * configure: Regenerate.
3295
06a51eac
RW
32962009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3297
3298 * configure.ac: Do not use $extrasub for replacing @if/@endif
3299 parts in Makefile; instead, use additional arguments to
3300 AC_CONFIG_COMMANDS to do the replacement manually, with several
3301 sed invocations, to avoid HP-UX sed command limits.
3302 * configure: Regenerate.
3303
96655cc4
AO
33042009-09-04 Alexandre Oliva <aoliva@redhat.com>
3305
3306 * configure.ac (with-build-config): Document. Handle without.
3307 Handle missing argument.
3308 * configure: Rebuilt.
3309
33102009-09-03 Alexandre Oliva <aoliva@redhat.com>
3311
3312 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3313 Default to bootstrap-debug only if compare-debug works.
3314 * configure: Rebuilt.
3315 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3316 * Makefile.in: Rebuilt.
3317
33182009-09-01 Alexandre Oliva <aoliva@redhat.com>
3319
3320 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3321 * Makefile.in: Rebuilt.
3322
8e957354
PB
33232009-09-02 Paolo Bonzini <bonzini@gnu.org>
3324
3325 * Makefile.tpl (AWK): Fix typo.
3326 * Makefile.in: Regenerate.
3327
33282009-09-02 Paolo Bonzini <bonzini@gnu.org>
3329
3330 * configure.ac: Detect awk and sed.
3331 * Makefile.def (flags_to_pass): Add AWK and SED.
3332 * Makefile.tpl (AWK, SED): New.
3333 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3334 * configure: Regenerate.
3335 * Makefile.in: Regenerate.
3336
fb792462
TG
33372009-09-01 Tristan Gingold <gingold@adacore.com>
3338
3339 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3340 Remove logical names.
3341
a69e7d0a
DK
33422009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3343
3344 * ltmain.sh (func_normal_abspath): New function.
3345 (func_relative_path): Likewise.
3346 (func_mode_help): Document new -bindir option for link mode.
3347 (func_mode_link): Add new -bindir option, and use it to place
3348 output DLL if specified.
3349
d444d2ba
RW
33502009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3351
3352 * configure.ac (AC_PREREQ): Bump to 2.64.
3353
13b7343a
RW
33542009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3355
af542c2e
RW
3356 * README-maintainer-mode: Point directly to upstream locations
3357 for autoconf, automake, libtool, gettext, instead of copies on
3358 sources.redhat.com. Document required versions.
3359 * configure.ac: Do not substitute datarootdir, htmldir,
3360 pdfdir, docdir. Do not process --with-datarootdir,
3361 --with-htmldir, --with-pdfdir, --with-docdir.
3362 * configure: Regenerate.
3363
81ecdfbb
RW
3364 * configure: Regenerate.
3365
13b7343a
RW
3366 * compile: Sync from Automake 1.11.
3367 * depcomp: Likewise.
3368 * install-sh: Likewise.
3369 * missing: Likewise.
3370 * mkinstalldirs: Likewise.
3371 * ylwrap: Likewise.
3372
c1102ce7
RW
33732009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3374
34a0f3cf
RW
3375 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3376 (baseargs): Add --disable-option-checking.
3377 * configure: Regenerate.
3378
c1102ce7
RW
3379 * Makefile.def (configure-target-libiberty): Depend on
3380 all-binutils and all-ld.
3381 (configure-target-newlib): Likewise.
3382 * Makefile.in: Regenerate.
3383
e8a5fa9c
RW
33842009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3385
3386 Sync with GCC, merge:
3387
3388 2009-07-31 Christian Bruel <christian.bruel@st.com>
3389
3390 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3391 * configure: Regenerate.
3392
3393 2009-07-06 Ian Lance Taylor <iant@google.com>
3394
3395 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3396 * configure: Rebuild.
3397
3398 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3399
3400 PR bootstrap/40338
3401 * configure.ac (comparestring): Create new variable.
3402 * Makefile.tpl (comparestring): Use to skip some comparisions.
3403 * configure: Regenerate.
3404 * Makefile.in: Regenerate.
3405
3406 2009-06-23 Ian Lance Taylor <iant@google.com>
3407
3408 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3409 boot_languages. Only bootstrap target libraries listed in
3410 target_libs for some boot language. Add --with-stage1-ldflags,
3411 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3412 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3413 if not building with C++.
3414 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3415 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3416 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3417 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3418 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3419 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3420 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3421 * configure, Makefile.in: Rebuild.
3422
3423 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3424
3425 * configure.ac: Detect MPC in default directory.
3426 * configure: Regenerate.
3427
3428 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3429
3430 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3431 to noconfdirs.
3432 * configure: Regenerate.
3433
3434 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3435
3436 * Makefile.def: Add MPC support and dependencies.
3437 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3438
3439 * Makefile.in, configure: Regenerate.
3440
3441 2009-05-24 Nicolas Roche <roche@adacore.com>
3442
3443 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3444 * Makefile.in: Regenerate.
3445
3446 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3447
3448 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3449 * configure: Regenerate.
3450
3451 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3452
3453 * configure.ac ($with_ppl): Default to no if not supplied.
3454 ($with_cloog): Likewise.
3455 configure: Regenerate.
3456
3457 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3458
3459 PR bootstrap/39739
3460 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3461 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3462
3463 * configure, Makefile.in: Regenerate.
3464
3465 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3466
3467 * configure.ac: Change copyright header to refer to version
3468 3 of the GNU General Public License and to point readers at the
3469 COPYING3 file and the FSF's license web page.
3470 * Makefile.def: Likewise.
3471 * Makefile.tpl: Likewise.
3472 * Makefile.in: Regenerate.
3473
3474 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3475
3476 * configure.ac: Restore match for darwin9 or later. Use double
3477 brackets since regeneration eats one pair.
3478 * configure: Regenerate.
3479
bf110216
CF
34802009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3481
3482 * MAINTAINERS: Perform some obvious fixups.
3483
2262bbf4
BE
34842009-08-17 Ben Elliston <bje@au.ibm.com>
3485
3486 * config.sub, config.guess: Update from upstream sources.
3487
25a07265
NC
34882009-08-06 Michael Eager <eager@eagercon.com>
3489
3490 * configure.ac: Add Microblaze target.
3491 * configure: Regenerate.
3492
85bd1942
TG
34932009-07-02 Tristan Gingold <gingold@adacore.com>
3494
3495 * configure.ac: Do not exclude gas for i386-*-darwin.
3496 Add a case for x86_64-*-darwin.
3497 * configure: Regenerate.
3498
f9806fa5
DE
34992009-06-26 Doug Evans <dje@sebabeach.org>
3500
3501 * Makefile.def (host_modules): Add cgen.
3502 * Makefile.in: Regenerate.
3503 * configure.ac (host_tools): Add cgen.
3504 * configure: Regenerate.
3505
6bfb4e30
JJ
35062009-06-17 Michael Eager <eager@eagercon.com>
3507
3508 * COPYING.LIBGLOSS: Add Xilinx license.
3509
8bcf2718
NC
35102009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3511
3512 * configure.ac: Define is_elf for QNX Neutrino targets.
3513 * configure: Regenerate.
3514
04ec0acb
RW
35152009-06-03 Jerome Guitton <guitton@adacore.com>
3516 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3517
9eb322aa
MF
3518 * Makefile.tpl (all): Avoid a trailing backslash.
3519 * Makefile.in: Regenerate.
04ec0acb 3520
7ee5dbeb
BE
35212009-06-03 Ben Elliston <bje@au.ibm.com>
3522
3523 * config.sub, config.guess: Update from upstream sources.
3524
fda13ee8
AO
35252009-06-02 Alexandre Oliva <aoliva@redhat.com>
3526
3527 * Makefile.tpl ([+compare-target+]): Compare all stage
3528 directories, rather than just gcc.
3529 * Makefile.in: Rebuilt.
3530
4a657b0d
DK
35312009-05-28 Doug Kwan <dougkwan@google.com>
3532
3533 * configure.ac: Support gold for target arm*-*-*.
3534 * configure: Regenerate.
3535
07fc31c9
AO
35362009-05-27 Alexandre Oliva <aoliva@redhat.com>
3537
3538 * Makefile.tpl (all): Avoid harmless warning in make all when
3539 gcc-bootstrap is enabled but stage_last does not exist.
3540 * Makefile.in: Rebuilt.
3541
8a7a39ab
TG
35422009-05-25 Tristan Gingold <gingold@adacore.com>
3543
3544 * setup.com: Complete the file with configuration and build.
3545
b5233201
AO
35462009-05-18 Alexandre Oliva <aoliva@redhat.com>
3547
3548 PR other/40159
3549 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3550 gcc-no-bootstrap are mutually exclusive.
3551 * Makefile.in: Rebuilt.
3552
7b6175f9
AO
35532009-05-18 Alexandre Oliva <aoliva@redhat.com>
3554
3555 PR other/40159
3556 * Makefile.tpl (all): Don't end with unconditional success.
3557 * Makefile.in: Rebuilt.
3558
1b05fbbd
AO
35592009-05-12 Alexandre Oliva <aoliva@redhat.com>
3560
3561 PR target/37137
3562 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3563 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3564 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3565 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3566 stage_configureflags, stage_cflags and stage_libcflags into
3567 explicit Makefile macros.
3568 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3569 GFORTRAN.
3570 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3571 CC. Set CC_FOR_BUILD from CC.
3572 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3573 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3574 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3575 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3576 and GFORTRAN.
3577 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3578 (_LIBCFLAGS): Renamed to _TFLAGS.
3579 (do-compare-debug, do-compare3-debug): Drop.
3580 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3581 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3582 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3583 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3584 (XGCC_FLAGS_FOR_TARGET): New.
3585 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3586 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3587 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3588 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3589 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3590 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3591 TFLAGS.
3592 (BUILD_CONFIG): Include if requested.
3593 (all): Set TFLAGS on bootstrap.
3594 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3595 (all-stageid-prefixmodule): Likewise.
3596 (do-clean, distclean-stageid): Set TFLAGS.
3597 (restrap): Fix whitespace.
3598 * Makefile.in: Rebuilt.
3599
dc17c78c
EB
36002009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3601
3602 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3603 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3604 * Makefile.in: Regenerate.
3605
14324cd7
EZ
36062009-04-24 Eli Zaretskii <eliz@gnu.org>
3607
3608 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3609 consistency with config.sub. (Update from upstream sources.)
3610
f8d5f06c
JM
36112009-04-21 Joseph Myers <joseph@codesourcery.com>
3612
3613 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3614
0000e2bf
BE
36152009-04-17 Ben Elliston <bje@au.ibm.com>
3616
3617 * config.sub, config.guess: Update from upstream sources.
3618
20135e4c
NC
36192009-04-15 Anthony Green <green@moxielogic.com>
3620
34adf976 3621 * configure.ac: Add moxie support.
20135e4c
NC
3622 * configure: Rebuilt.
3623
ef699244
L
36242009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3625
3626 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3627 * configure: Regenerate.
3628
10ad8ef3
L
36292009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3630
3631 PR gas/10039
3632 * configure.ac: Require texinfo 4.7.
3633 * configure: Regenerated.
3634
c50523ce
L
36352009-04-09 Steve Ellcey <sje@cup.hp.com>
3636
3637 * Makefil.def (languages): New entries.
3638 * Makefile.tpl (check-gcc-*): New generic target.
3639 * Makefile.in: Regenerate.
3640
47afba5f
EZ
36412009-03-27 Eli Zaretskii <eliz@gnu.org>
3642
3643 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3644 Windows builds of Sed.
3645
dc448a7b
TT
36462009-03-18 Tom Tromey <tromey@redhat.com>
3647
3648 * configure: Rebuild.
3649 * configure.ac (host_libs): Add libiconv.
3650 * Makefile.in: Rebuild.
3651 * Makefile.def (host_modules): Add libiconv.
3652 (configure-gdb, all-gdb): Depend on libiconv.
3653
24741ab2
JB
36542009-03-16 Tristan Gingold <gingold@adacore.com>
3655
3656 * configure.ac: Treat gdb as supported on x86_64-darwin.
3657 * configure: Regenerate.
3658
29383458
JM
36592009-03-16 Joseph Myers <joseph@codesourcery.com>
3660
3661 Merge from GCC:
3662
3663 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3664
3665 * configure.ac (--with-host-libstdcxx): New option.
3666 * configure: Regenerate.
3667
3668 2009-01-29 Robert Millan <rmh@aybabtu.com>
3669
3670 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3671 * configure: Regenerate.
3672
3673 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3674
3675 PR tree-optimization/38515
3676 * configure.ac (cloog-polylib): Removed.
3677 (with_ppl, with_cloog): Test for "no".
3678 * configure: Regenerated.
3679
58e24671
RW
36802009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3681
3682 Backport from git Libtool:
3683
3684 2009-01-19 Robert Millan <rmh@aybabtu.com>
3685 Support GNU/kOpenSolaris.
3686 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3687 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3688 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3689 GNU/kOpenSolaris.
3690
314b2e66
AS
36912009-02-05 Andreas Schwab <schwab@suse.de>
3692
3693 * Makefile.tpl (stage_last): Define $r and $s before using
3694 $(RECURSE_FLAGS_TO_PASS).
3695 * Makefile.in: Regenerate
3696
8b700390
JJ
36972009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3698
3699 * COPYING.NEWLIB: Add ARM license.
3700
66775d67
AM
37012009-01-16 Alan Modra <amodra@bigpond.net.au>
3702
3703 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3704 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3705 * Makefile.in: Regenerate.
3706
19e99079
NC
37072009-01-15 Douglas B Rupp <rupp@gnat.com>
3708
3709 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3710 * configure: Regenerate.
3711
22e8c8e0
RW
37122008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3713
3714 Backport link test fix from upstream Libtool:
3715
3716 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3717 Add cache variables to tests that require the linker to work.
3718 For shlibpath_overrides_runpath, this also changes the semantics
3719 to let the result from the C compiler take precedence.
3720 compiler take precedence.
3721
7d6d7764
BE
37222008-12-02 Ben Elliston <bje@au.ibm.com>
3723
3724 * config.sub, config.guess: Update from upstream sources.
3725
ea8af06e
JJ
37262008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3727
3728 * COPYING.NEWLIB: Updated.
3729 * COPYING.LIBGLOSS: Ditto.
3730
af0771d3
PB
37312008-12-16 Paolo Bonzini <bonzini@gnu.org>
3732
3733 Sync with GCC:
3734
3735 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3736
3737 * configure.ac (ppllibs): Add by default the lib flags.
3738 * configure: Regenerate.
3739
3740 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3741
314b2e66
AS
3742 * configure.ac: Add double brackets on darwin[912].
3743 * configure: Regenerate.
af0771d3
PB
3744
3745 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3746
314b2e66
AS
3747 * configure.ac: Expand to darwin10 and later.
3748 * configure: Regenerate.
af0771d3 3749
f7c83eac
AS
37502008-12-02 Andreas Schwab <schwab@suse.de>
3751
3752 * Makefile.def: configure-target-boehm-gc depends on
3753 all-target-libstdc++-v3.
3754 * Makefile.in: Regenerate.
3755
bc67ad83
BE
37562008-12-02 Ben Elliston <bje@au.ibm.com>
3757
3758 * config.sub, config.guess: Update from upstream sources.
3759
e28c595f
JM
37602008-11-27 Joseph Myers <joseph@codesourcery.com>
3761
3762 Merge from GCC:
3763
3764 2007-12-02 Matthias Klose <doko@ubuntu.com>
3765
3766 * config-ml.in: Remove 64bit configure tests.
3767
3768 2008-05-14 Rafael Espindola <espindola@google.com>
3769
3770 * config-ml.in: don't handle --enable-shared and --enable-static.
3771
3772 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3773 Tobias Grosser <grosser@fim.uni-passau.de>
3774 Jan Sjodin <jan.sjodin@amd.com>
3775 Harsha Jagasia <harsha.jagasia@amd.com>
3776 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3777 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3778 Adrien Eliche <aeliche@isty.uvsq.fr>
3779
3780 Merge from graphite branch.
3781 * configure: Regenerate.
3782 * Makefile.in: Regenerate.
3783 * configure.ac (host_libs): Add ppl and cloog.
3784 Add checks for PPL and CLooG.
3785 * Makefile.def (ppl, cloog): Added modules and dependences.
3786 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3787 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3788
3789 2008-09-03 Richard Guenther <rguenther@suse.de>
3790
3791 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3792 cloog test.
3793 * configure: Re-generate.
3794
3795 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3796
3797 * configure.ac (--with-cloog-polylib): New.
3798 (--disable-cloog-version-check): New.
3799 (--disable-ppl-version-check): New.
3800 * configure: Re-generate.
3801
3802 2008-09-05 Richard Guenther <rguenther@suse.de>
3803
3804 * configure.ac: Initialize clooglibs to -lcloog.
3805 * configure: Re-generate.
3806
3807 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3808
3809 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3810 recommended version to 2.3.2.
3811
3812 * configure: Regenerate.
3813
3814 2008-10-31 Ben Elliston <bje@au.ibm.com>
3815
3816 * configure.ac (spu-*-*): Remove special case.
3817 * configure: Regenerate.
3818
3819 Complete comment text from GCC version of:
3820
3821 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3822
3823 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3824 (GCC_SHLIB_SUBDIR): New.
3825 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3826 * configure: Regenerate.
3827 * Makefile.in: Regenerate.
3828
652dec25
TG
38292008-11-27 Tristan Gingold <gingold@adacore.com>
3830
3831 * configure.ac: Build gdb for i?86-*-darwin*
3832 * configure: Regenerated.
3833
7582fb4a
DJ
38342008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3835
3836 PR bootstrap/38014
3837 PR bootstrap/37923
3838
3839 Revert:
3840
3841 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3842
3843 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3844 * Makefile.in: Regenerated.
3845
3846 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3847
3848 PR gdb/921
3849 PR gdb/1646
3850 PR gdb/2175
3851 PR gdb/2176
3852
3853 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3854 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3855 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3856 (HOST_EXPORTS): Pass CPPFLAGS.
3857 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3858 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3859 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3860 * Makefile.in, configure: Regenerated.
3861 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3862 and CPPFLAGS_FOR_BUILD.
3863
faee1be2
UW
38642008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3865
3866 * configure.ac [spu-*-*]: Do not set skipdirs.
3867 * configure: Re-generate.
3868
b7c2dce4
DJ
38692008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3870
3871 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3872 * Makefile.in: Regenerated.
3873
bb52de30
DJ
38742008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3875
3876 PR gdb/921
3877 PR gdb/1646
3878 PR gdb/2175
3879 PR gdb/2176
3880
3881 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3882 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3883 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3884 (HOST_EXPORTS): Pass CPPFLAGS.
3885 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3886 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3887 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3888 * Makefile.in, configure: Regenerated.
3889 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3890 and CPPFLAGS_FOR_BUILD.
3891
b25062ae
SE
38922008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3893
3894 * libtool.m4: Update to libtool 2.2.6.
3895 * lt~obsolete.m4: Update to libtool 2.2.6.
3896 * ltmain.sh: Update to libtool 2.2.6.
3897 * ltsugar.m4: Update to libtool 2.2.6.
3898 * ltversion.m4: Update to libtool 2.2.6.
3899 * ltoptions.m4: Update to libtool 2.2.6.
3900 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3901
3bbd2f8f
AL
39022008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3903
3904 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3905 (GCC_SHLIB_SUBDIR): New.
3906 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3907 * configure: Regenerate.
3908 * Makefile.in: Regenerate.
3909
b29d32ce
TG
39102008-08-28 Tristan Gingold <gingold@adacore.com>
3911
3912 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3913 Enable bfd, binutils and opcodes.
3914 * configure: Regenerate.
3915
c325a203
DD
39162008-08-16 Nicolas Roche <roche@adacore.com>
3917
3918 * Makefile.tpl: Add BOOT_ADAFLAGS.
3919 * Makefile.in: Regenerate.
3920
e7c8859c
RS
39212008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3922
3923 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3924 * configure: Regenerate.
3925
da888c87
PB
39262008-07-30 Paolo Bonzini <bonzini@gnu.org>
3927
3928 Sync with gcc:
3929 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3930
f7c83eac
AS
3931 * configure.ac: Add makefile fragments for hpux.
3932 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3933 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3934 * configure: Regenerate.
3935 * Makefile.in: Regenerate.
da888c87
PB
3936
3937 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3938
f7c83eac
AS
3939 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3940 * Makefile.in: Regenerate.
3941 * configure: Regenerate.
da888c87 3942
944982cf
ILT
39432008-06-18 Ian Lance Taylor <iant@google.com>
3944
662c6704
ILT
3945 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3946
944982cf
ILT
3947 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3948
7a283e07
RW
39492008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3950
3951 * configure: Regenerate.
3952
5b553f7e
RW
39532008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3954
3955 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3956 "$@" is still intact with both Autoconf 2.59 and 2.62.
3957 * configure: Regenerate.
3958
675492f0
RW
39592008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3960
3961 * Makefile.tpl: Fix comment errors.
3962 * Makefile.in: Regenerate.
3963
b018a5d1
JB
39642008-06-13 Julian Brown <julian@codesourcery.com>
3965
3966 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3967 of libobjc for ARM EABI Linux.
3968 * configure: Regenerate.
3969
310213e8
DE
39702008-06-12 David S. Miller <davem@davemloft.net>
3971 David Edelsohn <edelsohn@gnu.org>
3972
3973 * configure.ac: Add powerpc*-*-* to gold supported targets.
3974 * configure: Regenerate.
3975
6641ce42
JM
39762008-06-08 Joseph Myers <joseph@codesourcery.com>
3977
3978 PR tree-optimization/36218
3979 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3980 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3981 (all prefix="build-"): Pass them to build-system sub-makes.
3982 * Makefile.in: Regenerate.
3983
03c2f9e6
DJ
39842008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3985
3986 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3987 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3988 mkdep, and compile. Update comments.
3989 (ETC_SUPPORT): Add ChangeLog and update comments.
3990
4538db8b
ILT
39912008-05-11 Ian Lance Taylor <iant@google.com>
3992
3993 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3994
266df637
PB
39952008-04-18 Paolo Bonzini <bonzini@gnu.org>
3996
3997 Sync with gcc:
3998 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3999
4000 PR bootstrap/35457
4001 * configure.ac: Include override.m4.
4002 * configure: Regenerate.
4003
4004 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4005
f7c83eac
AS
4006 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4007 * Makefile.in: Regenerate.
266df637
PB
4008
4009 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4010
f7c83eac
AS
4011 * configure.ac: Do not build libssp for the AVR.
4012 * configure: Regenerate.
266df637 4013
a86a761e
NC
40142008-04-18 Nick Clifton <nickc@redhat.com>
4015
4016 * MAINTAINERS: Replace reference to configure.in with reference to
4017 configure.ac.
4018
52310858
NC
40192008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4020
f7c83eac 4021 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 4022 as nonconfigurable directories list.
f7c83eac 4023 * configure: Regenerate.
52310858 4024
f5314dd5
DM
40252008-04-14 David S. Miller <davem@davemloft.net>
4026
4027 * configure.ac: Add sparc*-*-* to gold supported targets.
4028 * configure: Regenerate.
4029
e2208220
BE
40302008-04-14 Ben Elliston <bje@au.ibm.com>
4031
4032 * config.sub, config.guess: Update from upstream sources.
4033
0bb6ea20
HPN
40342008-04-12 Hans-Peter Nilsson <hp@axis.com>
4035
4036 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4037 * Makefile.in: Regenerate.
4038
e5164e97
ILT
40392008-04-07 Ian Lance Taylor <iant@google.com>
4040
4041 * Makefile.def: check-gold depends upon all-binutils.
4042 * Makefile.in: Regenerate.
4043
e33b51a6
NC
40442008-04-04 Nick Clifton <nickc@redhat.com>
4045
4046 PR binutils/4334
4047 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4048 builds.
4049 * configure: Regenerate.
4050
fc5df3ab
NC
40512008-04-04 NightStrike <NightStrike@gmail.com>
4052
4053 PR other/35151
f7c83eac
AS
4054 * configure.ac: Combine rules for mingw32 and mingw64.
4055 * configure: Regenerate.
fc5df3ab 4056
c779bab8
PB
40572008-03-27 Paolo Bonzini <bonzini@gnu.org>
4058
4059 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4060 * Makefile.in: Regenerate.
4061
93f9b408
ILT
40622008-03-20 Ian Lance Taylor <iant@google.com>
4063
4064 * configure.ac: Add support for --enable-gold.
4065 * Makefile.def: Add gold as a directory like ld.
4066 * configure, Makefile.in: Regenerate.
4067
5746fb46
AK
40682008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4069
4070 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4071 (s390_cond_extensions): Reduced extensions to the compare related.
4072 (main): z10 cpu type option added.
4073 (expandConditionalJump): Renamed to ...
4074 (insertExpandedMnemonic): ... this.
4075
4076 * opcodes/s390-opc.c: Re-group the operand format makros.
4077 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4078 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4079 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4080 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4081 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4082 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4083 INSTR_SIL_RDU): New instruction formats added.
4084 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4085 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4086 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4087 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4088 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4089 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4090 masks added.
4091 (s390_opformats): New formats added "ris", "rrs", "sil".
4092 * opcodes/s390-opc.txt: Add the conditional jumps with the
4093 extensions removed from automatic expansion in s390-mkopc.c manually.
4094 (asi - trtre): Add new System z10 EC instructions.
4095 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4096
58c85be7
RW
40972008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4098
4099 * configure.ac: m4_include config/proginstall.m4.
4100 * configure: Regenerate.
4101
78124051
RW
41022008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4103
4104 Backport from upstream Libtool:
f7c83eac 4105
78124051 4106 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4107
78124051
RW
4108 Deal with Autoconf 2.62's semantic change in m4_append.
4109 * ltsugar.m4 (lt_append): Replace broken versions of
4110 m4_append.
4111 (lt_if_append_uniq): Don't require separator to be overquoted,
4112 and avoid broken m4_append.
4113 (lt_dict_add): Fix typo.
4114 * libtool.m4 (_LT_DECL): Don't overquote separator.
4115
018f1bea
DE
41162008-03-13 David Edelsohn <edelsohn@gnu.org>
4117
4118 * config.rpath: Add AIX 6 support.
4119
5c5f596d
PB
41202008-03-13 Paolo Bonzini <bonzini@gnu.org>
4121
4122 * Makefile.def (stageprofile). Remove -fprofile-generate
4123 from stage_libcflags.
4124 * Makefile.in: Regenerate.
4125
a1f93a5e
BE
41262008-03-13 Ben Elliston <bje@au.ibm.com>
4127
4128 * config.sub, config.guess: Update from upstream sources.
4129
98c3d905
AK
41302008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4131
4132 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4133 * s390-opc.txt (cmpsc): Duplicate entry removed.
4134 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4135 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4136 fier, cu42, cu41): Fix operand format.
4137
7f6ef0c0
PB
41382008-02-20 Paolo Bonzini <bonzini@gnu.org>
4139
f7c83eac
AS
4140 PR bootstrap/32009
4141 PR bootstrap/32161
4142
4143 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4144 * configure: Regenerate.
4145
4146 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4147 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4148 STAGE4_LIBCFLAGS): New.
4149 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4150 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4151 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4152 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4153 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4154 for target modules. Don't export LIBCFLAGS.
4155 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4156 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4157 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4158 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4159 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4160 * Makefile.in: Regenerate.
7f6ef0c0 4161
eaf19029
PB
41622008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4163
4164 PR libgcj/33085
4165 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4166 Do not use -DDLL_EXPORT. Backport from upstream.
4167
680c43e9
NC
41682008-02-14 Nick Clifton <nickc@redhat.com>
4169
4170 Import this patch from gcc:
4171 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4172
4173 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4174
c72b1d96
HPN
41752008-02-02 Hans-Peter Nilsson <hp@axis.com>
4176
4177 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4178 * configure: Regenerate.
4179
8b66833e
BW
41802008-01-31 Marc Gauthier <marc@tensilica.com>
4181
4182 * configure.ac (xtensa*-*-*): Recognize processor variants.
4183 * configure: Regenerate.
4184
9cc8ae67
PB
41852008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4186
f7c83eac
AS
4187 PR bootstrap/34922
4188 * configure.ac (PARSE_ARGS): Push suitable setting of
4189 ac_subdirs_all, for `./configure --help=recursive'.
4190 Handle `+' in generic toplevel directory disabling.
4191 * configure: Regenerate.
9cc8ae67 4192
19090595
BE
41932008-01-23 Ben Elliston <bje@au.ibm.com>
4194
4195 * config.sub, config.guess: Update from upstream sources.
4196
9f1e7fd3
BE
41972008-01-08 Ben Elliston <bje@au.ibm.com>
4198
4199 * config.sub, config.guess: Update from upstream sources.
4200
2f959d61
JJ
42012007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4202
4203 * COPYING.LIBGLOSS: Update default copyright.
4204
aa054b85
JJ
42052007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4206
4207 * COPYING.NEWLIB: Update default copyright.
4208
57c53b2b
RS
42092007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4210
4211 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4212 Change recommended MPFR from 2.2.1 > 2.3.0.
4213 * configure: Regenerate.
4214
fee14b60
RS
42152007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4216
4217 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4218 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4219 * Makefile.in: Regenerate.
4220
c9b68031
DD
42212007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4222
4223 * configure.ac: Enable libjava for x86_64-*-darwin9.
4224 * configure: Regenerate.
4225
ad25e7d5
BE
42262007-12-05 Ben Elliston <bje@au.ibm.com>
4227
4228 * config.sub, config.guess: Update from upstream sources.
4229
6ac84f65
PB
42302007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4231
f7c83eac
AS
4232 * config-ml.in: Robustify against white space in absolute file
4233 names.
6ac84f65 4234
f7c83eac
AS
4235 * config-ml.in (multi-clean): Substitute ${Makefile}.
4236 Remove superfluous ${Makefile} in list.
6ac84f65 4237
7b3200f9
DJ
42382007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4239
4240 * Makefile.def (dependencies): Make configure-gdb depend on
4241 all-intl.
4242 * Makefile.in: Regenerated.
4243
2c133ff9
JJ
42442007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4245
4246 * Makefile.def: To avoid problems running with parallel makes,
4247 build newlib before libgloss so that target specific header
4248 files are availble.
4249 * Makefile.in: Regenerate.
4250
5074315a
DJ
42512007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4252
4253 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4254 * Makefile.in: Regenerate.
4255
f5bc1778
DJ
42562007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4259 * libdecnumber: New directory, imported from GCC.
4260
c66487f8
NC
42612007-10-08 Mike Frysinger <vapier@gentoo.org>
4262
4263 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4264 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4265 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4266 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4267 * configure: Regenerate.
4268
b5714970
PB
42692007-10-01 Paolo Bonzini <bonzini@gnu.org>
4270
4271 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4272 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4273 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4274 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4275 * configure.ac: Default them to host tools for $host = $build.
4276 Subst them.
4277
4278 * configure: Regenerate.
4279 * Makefile.in: Regenerate.
4280
f3b1e08e
RS
42812007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4282
4283 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4284 * configure: Regenerate.
4285
cff87f51
DD
42862007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4287
4288 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4289 libstdc++.
4290 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4291 * configure: Regenerate.
4292 * Makefile.in: Regenerate.
f7c83eac 4293
625a61cd
AS
42942007-09-17 Andreas Schwab <schwab@suse.de>
4295
4296 * configure.ac: Raise minimum makeinfo version to 4.6.
4297 * configure: Regenerate.
4298
83a3a68b
AM
42992007-09-15 Alan Modra <amodra@bigpond.net.au>
4300
4301 * configure.ac: Correct makeinfo version check.
4302 * configure: Regenerate.
4303
5bd8be13
RS
43042007-09-14 Richard Sandiford <richard@codesourcery.com>
4305
4306 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4307 to $skipdirs and only disable gprof for newlib. Use the normal
4308 mips*-elf* handling in other respects.
4309 * configure: Regnerate.
4310
5566c1fa
DD
43112007-09-12 David Daney <ddaney@avtrex.com>
4312
4313 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4314 enabling libgcj.
4315 * configure: Regenerate.
4316
43172007-09-12 Richard Guenther <rguenther@suse.de>
4318
4319 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4320 nor --disable-checking is provided also turn on yes and types
4321 checking for stage1.
4322 * configure: Re-generate.
4323
a18e2996 43242007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4325
4326 PR target/33281
4327 * configure.ac: Use config/mh-mingw on mingw.
4328 * configure: Regenerate.
84e7906e 4329
691bb5a1
DD
43302007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4331
4332 PR other/32154
4333 * configure.ac: For libgloss targets, point the linker to the linker
4334 script, startup code and simulator library.
4335 * configure: Regenerate.
4336
6d18b86b
AH
43372007-09-09 Andrew Haley <aph@redhat.com>
4338
4339 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4340 target-libjava.
6d18b86b 4341
f00a3165 43422007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4343
f00a3165 4344 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4345
2abc4e65
BE
43462007-08-21 Richard Guenther <rguenther@suse.de>
4347
4348 * configure.ac: Add types checking to stage1 checking flags.
4349 * configure: Regenerate.
4350
8a6ee3ab 43512007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4352 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4353
4354 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4355 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4356 * Makefile.in: Regenerate.
4357 * configure.ac (--with-debug-prefix-map): New.
4358 * configure: Regenerate.
4359
429acdec
RS
43602007-08-17 Richard Sandiford <richard@codesourcery.com>
4361 Nigel Stephens <nigel@mips.com>
4362
429acdec
RS
4363 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4364 as target_makefile_frag.
4365 * configure: Regenerate.
4366
8520c408
AO
43672007-08-16 Alexandre Oliva <aoliva@redhat.com>
4368
4369 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4370 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4371 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4372 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4373 (do-compare, do-compare3, do-compare-debug): New.
4374 ([+compare-target+]): Use them.
4375
43762007-08-16 Alexandre Oliva <aoliva@redhat.com>
4377
4378 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4379 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4380 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4381 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4382 (do-compare, do-compare3, do-compare-debug): New.
4383 ([+compare-target+]): Use them.
4384
2444379b
BE
43852007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4386 Ben Elliston <bje@au.ibm.com>
4387
4388 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4389 --silent if $silent.
4390 * configure: Regenerate.
4391
d6f99447
DJ
43922007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4393
4394 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4395
bd0aa315
NC
43962007-07-17 Nick Clifton <nickc@redhat.com>
4397
4398 * COPYING3: New file. Contains version 3 of the GNU General
4399 Public License.
4400 * COPYING3.LIB: New file. Contains version 3 of the GNU
4401 Lesser General Public License.
4402
0ebe98fb
BS
44032007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4404
4405 * configure.ac: Fix my previous change to really match GCC.
4406 * configure: Regenerate.
4407
521ec477
DD
44082007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4409
4410 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4411 * configure: Regenerate.
4412
44132007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4414
4415 * configure.ac: Add some missing m4 quotation.
4416 * configure: Regenerate.
4417
0c24b341
NC
44182007-07-09 Kai Tietz <kai.tietz@onevision.com>
4419
f7c83eac
AS
4420 * Makefile.def: Add windmc tool to build.
4421 * Makefile.tpl: Likewise.
4422 * configure.ac: Likewise.
4423 * Makefile.in: Regenerate.
4424 * configure: Regenerate.
0c24b341 4425
a09314d0
L
44262007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4427
4428 * lt~obsolete.m4: New. Import from 20070318 libtool.
4429
7c3e1d12
BS
44302007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4431
4432 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4433 uclinux and linux-uclibc targets.
4434 * configure: Regenerate.
4435
a5b3b4dd
DD
44362007-06-28 DJ Delorie <dj@redhat.com>
4437
4438 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4439 not building newlib.
4440 * configure: Regenerated.
f7c83eac 4441
184d813c
DJ
44422007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4443
4444 * src-release (DEVO_SUPPORT): Correct typos.
4445
31d99776
DJ
44462007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4447
4448 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4449 * Makefile.in: Regenerated.
4450
e00a73e3
PB
44512007-06-14 Paolo Bonzini <bonzini@gnu.org>
4452
f7c83eac
AS
4453 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4454 (distclean-stage[+id+]): Possibly delete stage_last.
4455 * Makefile.in: Regenerate.
e00a73e3 4456
98a1bbc5
BE
44572007-06-07 Ben Elliston <bje@au.ibm.com>
4458
4459 * config.sub, config.guess: Update from upstream sources.
4460
973601e1
BE
44612007-06-07 Ben Elliston <bje@au.ibm.com>
4462
4463 * Makefile.tpl: Fix spelling error.
4464 * Makefile.in: Regenerate.
4465
2038f525
PB
44662007-06-04 Paolo Bonzini <bonzini@gnu.org>
4467
4468 Sync with gcc:
4469 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4470
f7c83eac
AS
4471 PR bootstrap/29382
4472 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4473 * configure: Rebuilt.
2038f525 4474
f7c5c4b5
PB
44752007-06-01 Steve Ellcey <sje@cup.hp.com>
4476
12a64d4f
L
4477 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4478 lt_cv_sys_max_cmd_len.
f7c5c4b5 4479
7ad9660b
PB
44802007-05-31 Paolo Bonzini <bonzini@gnu.org>
4481
4482 * ltgcc.m4: Update from GCC.
4483
0e7ef45c
EC
44842007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4485
12a64d4f 4486 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4487
37ad9514
SE
44882007-05-24 Steve Ellcey <sje@cup.hp.com>
4489
4490 * ltmain.sh: Update from GCC.
4491 * libtool.m4: Update from GCC.
4492 * ltsugar.m4: New. Update from GCC.
4493 * ltversion.m4: New. Update from GCC.
4494 * ltoptions.m4: New. Update from GCC.
4495 * ltconfig: Remove.
4496 * ltcf-c.sh: Remove.
4497 * ltcf-cxx.sh: Remove.
4498 * ltcf-gcj.sh: Remove.
4499 * src-release: Update with new libtool file list.
4500
8ee82aff
PB
45012007-05-16 Paolo Bonzini <bonzini@gnu.org>
4502
4503 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4504 stage_cflags.
4505 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4506 Remove CFLAGS/LIBCFLAGS.
4507 (configure-stage[+id+]-[+prefix+][+module+],
4508 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4509 * Makefile.in: Regenerate.
4510
149cb58d
SE
45112007-04-14 Steve Ellcey <sje@cup.hp.com>
4512
4513 * config-ml.in: Update from GCC.
4514
91506736
DJ
45152007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4516
4517 * src-release (do-proto-toplev): Process the support directories before
4518 the tool directory.
4519
ffa8bd48
RS
45202007-03-21 Richard Sandiford <richard@codesourcery.com>
4521
4522 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4523 of glob. Quote arguments with single quotes too.
4524 * configure: Regenerate.
4525
a4fd3374
DD
45262007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4527
4528 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4529 * Makefile.in: Regenerate
4530
b8025f34
AS
45312007-03-07 Andreas Schwab <schwab@suse.de>
4532
4533 * configure: Regenerate.
4534
a3ca38d2
DD
45352007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4536
4537 * configure.ac: Add "--with-pdfdir" configure option,
4538 which defines pdfdir variable.
4539 * Makefile.def (target=fixincludes): Add install-pdf to
4540 missing targets.
4541 (recursive_targets): Add install-pdf target.
4542 (flags_to_pass): Add pdfdir.
4543 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4544 target.
4545 * configure: Regenerate
4546 * Makefile.in: Regenerate
4547
45482007-02-28 Eric Christopher <echristo@apple.com>
4549
4550 Revert:
4551 2006-12-07 Mike Stump <mrs@apple.com>
4552
4553 * Makefile.def (dependencies): Add dependency for
4554 install-target-libssp and install-target-libgomp on
4555 install-gcc.
4556 * Makefile.in: Regenerate.
4557
45582007-02-27 Matt Kraai <kraai@ftbfs.org>
4559
4560 * configure: Regenerate.
4561 * configure.ac: Move statements after variable declarations.
4562
a4708fba
JM
45632007-02-19 Joseph Myers <joseph@codesourcery.com>
4564
4565 * configure.ac: Adjust for loop syntax.
4566 * configure: Regenerate.
4567
9a819804
AO
45682007-02-18 Alexandre Oliva <aoliva@redhat.com>
4569
4570 * configure: Rebuilt.
4571
81ec575a
AO
45722007-02-18 Alexandre Oliva <aoliva@redhat.com>
4573
4574 * configure.ac: Drop multiple occurrences of --enable-languages,
4575 and fix its quoting.
4576 * configure: Rebuilt.
4577
92f01d61 45782007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4579 Nathan Sidwell <nathan@codesourcery.com>
4580 Vladimir Prus <vladimir@codesourcery.com
4581 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4582
4583 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4584 * configure: Regenerate.
4585
b1299c4e
DJ
45862007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4587
4588 * configure.ac (target_libraries): Move libgcc before libiberty.
4589 * configure: Regenerated.
4590
18f6b6ee
PB
45912007-02-13 Paolo Bonzini <bonzini@gnu.org>
4592
4593 * configure: Regenerate again?
4594
9c4e9f27
PB
45952007-02-13 Paolo Bonzini <bonzini@gnu.org>
4596
4597 * configure: Reapply PR30748 fix which was lost in the previous commit.
4598
24ff9987
DJ
45992007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4600 Paolo Bonzini <bonzini@gnu.org>
4601
4602 PR bootstrap/30753
4603 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4604 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4605 * configure: Regenerated.
4606
7df2cd5d
PB
46072007-02-10 Paolo Bonzini <bonzini@gnu.org>
4608
4609 * configure: Regenerate.
4610
b0aaa663
DJ
46112007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4612
4613 PR bootstrap/30748
4614 * configure.ac: Correct syntax for Solaris ksh.
4615 * configure: Regenerated.
4616
a0323144
PB
46172007-02-09 Paolo Bonzini <bonzini@gnu.org>
4618
4619 * Makefile.def: Sync with GCC.
4620 * Makefile.tpl: Sync with GCC.
4621 * Makefile.in: Regenerate.
4622 * configure: Regenerate.
4623
c6b750e1
DJ
46242007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4625
4626 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4627 noncanonical equivalents.
4628 * configure.in: Rename to...
4629 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4630 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4631 target_noncanonical. Use them. Rewrite removal of configure
4632 arguments for autoconf 2.59. Discard variable settings. Force
4633 program_transform_name for native tools.
4634
4635 * Makefile.in: Regenerated.
4636 * configure: Regenerated with autoconf 2.59.
4637
4638 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4639
f3cd89f4
JJ
46402007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4641
4642 * COPYING.LIBGLOSS: Reformat default Red Hat
4643 license to fit within 80 columns.
4644 * COPYING.NEWLIB: Ditto.
4645
4e206d7e
DB
46462007-02-05 Dave Brolley <brolley@redhat.com>
4647
4648 * Contribute the following changes:
4649 2006-11-28 DJ Delorie <dj@redhat.com>
4650
4651 * configure.in: Fix typo for mep's target_makefile_frag.
4652 * configure: Regenerated.
4653
4654 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4655
4656 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4657 * configure: Regenerate.
4658
4659 2001-09-19 DJ Delorie <dj@redhat.com>
4660
4661 * configure.in (target_makefile_frag): use mt-mep
4662
4663 2001-06-12 Don Howard <dhoward@redhat.com>
4664
4665 * configure.in: Remove gdb from MeP skip list.
4666
4667 2001-04-05 DJ Delorie <dj@redhat.com>
4668
4669 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4670
4671 2001-03-20 Ben Elliston <bje@redhat.com>
4672
4673 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4674
4675 2001-03-19 Ben Elliston <bje@redhat.com>
4676
4677 * config.sub (mep, mep-*): Add.
4678
b2edfdd2
AS
46792007-01-31 Andreas Schwab <schwab@suse.de>
4680
4681 * Makefile.tpl (LDFLAGS): Substitute it.
4682 * Makefile.in: Regenerate.
4683
ceb92e78
PB
46842007-01-11 Paolo Bonzini <bonzini@gnu.org>
4685
4686 * configure.in: Change == to = in test command.
f7c83eac 4687 * configure: Regenerate.
ceb92e78 4688
4b900473 46892007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4690 Nick Clifton <nickc@redhat.com>
4691 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4692
4693 * configure.in (build_configargs, host_configargs, target_configargs):
4694 Remove build/host/target parameters.
4695 (host_libs): Add gmp and mpfr.
4696 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4697 * Makefile.def (gmp, mpfr): New.
4698 (gcc): Remove target.
4699 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4700 target_os, target_vendor): New.
4701 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4702 * configure: Regenerate.
4703 * Makefile.in: Regenerate.
4b900473
PB
4704
47052007-01-11 Matt Fago <fago@earthlink.net>
4706
4707 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4708 to improve robustness of configure tests.
4b900473
PB
4709 * configure: Regenerate.
4710
80f6dcbc
NC
47112007-01-08 Kai Tietz <kai.tietz@onevision.com>
4712
4713 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4714 * configure: Regenerate.
80f6dcbc 4715
f86e35b8
NC
47162007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4717
4718 * Makefile.tpl (all-target): Correct @if conditional for target
4719 modules.
4720 * configure.in: Omit libiberty if building only target libgcc.
4721 * configure, Makefile.in: Regenerated.
4722
79fcd0ec
PB
47232007-01-04 Paolo Bonzini <bonzini@gnu.org>
4724
4725 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4726 * configure: Regenerate.
4727
6aa8ef82
DJ
47282007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4729
4730 * Makefile.def (target_modules): Add libgcc.
4731 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4732 * Makefile.tpl (clean-target-libgcc): Delete.
4733 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4734 on gcc even for bootstrapped modules. Rewrite handling of
4735 lang_env_dependencies to loop over target_modules.
4736 * configure.in (target_libraries): Add target-libgcc.
4737 * Makefile.in, configure: Regenerated.
4738
9b134994
PB
47392006-12-29 Paolo Bonzini <bonzini@gnu.org>
4740
4741 Sync with gcc:
4742 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4743
f7c83eac
AS
4744 * configure.in: Reorganize recognition of languages. Add
4745 --enable-stage1-languages. Show supported languages for the chosen
4746 target rather than all recognized languages.
4747 * configure: Regenerate.
9b134994
PB
4748
4749 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4750
f7c83eac
AS
4751 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4752 * Makefile.in: Regenerate.
9b134994
PB
4753
4754 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4755
f7c83eac
AS
4756 * configure.in: Warn that MPFR 2.2.0 is buggy.
4757 * configure: Regenerate.
9b134994 4758
8cf39b1b
ILT
47592006-12-27 Ian Lance Taylor <iant@google.com>
4760
4761 * configure.in: When removing Makefiles to force a reconfigure, also
4762 remove prev-DIR*/Makefile.
4763 * configure: Regenerate.
4764
ebff6cd5
KH
47652006-12-23 Kazu Hirata <kazu@codesourcery.com>
4766
4767 * config.bfd: Recognize fido.
4768
8a0d8a5c
PB
47692006-12-19 Paolo Bonzini <bonzini@gnu.org>
4770
4771 Sync with gcc:
4772
4773 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4774
4775 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4776 it only affects bootstrap and could be tested on "$host" as well.
4777 * configure: Regenerate.
4778 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4779
4780 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4781
4782 PR bootstrap/29544
4783 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4784 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4785 move here comment from Makefile.tpl.
4786 * Makefile.tpl: Move some definitions higher in the file.
4787 (STAGE1_CHECKING): New.
4788 * configure.in: Add --enable-stage1-checking.
4789 * configure: Regenerate.
4790 * Makefile.in: Regenerate.
4791
4792 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4793
4794 * configure.in: Update error message for missing GMP/MPFR.
4795
4796 * configure: Regenerate.
4797
4798 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4799
4800 * configure.in: Update MPFR version in error message.
4801
4802 * configure: Regenerate.
4803
4804 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4805
4806 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4807 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4808 --with-gmp-lib): New flags.
4809
4810 * configure: Regenerate.
4811
790c0838
AM
48122006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4813
4814 PR bootstrap/30134
4815 * configure.in: Correct x86 darwin support for libjava to powerpc
4816 and i?86 only.
4817 * configure: Regenerate.
4818
77d7106f
AM
48192006-12-11 Alan Modra <amodra@bigpond.net.au>
4820
4821 * configure.in: Handle spu makefile frag.
77d7106f
AM
4822 * Makefile.tpl (MAINT): Define
4823 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4824 * configure: Regenerate.
4825 * Makefile.in: Regenerate.
4826
0cfa5389
BE
48272006-12-11 Ben Elliston <bje@au.ibm.com>
4828
4829 * config.sub, config.guess: Update from upstream sources.
4830
2839fe5d
BE
48312006-12-11 Ben Elliston <bje@au.ibm.com>
4832
4833 * configure.in: Sync with GCC (spu-*-*).
4834 * configure: Sync with GCC.
4835
b897f5d4
MS
48362006-12-07 Mike Stump <mrs@apple.com>
4837
4838 * Makefile.def (dependencies): Add dependency for
4839 install-target-libssp and install-target-libgomp on
4840 install-gcc.
4841 * Makefile.in: Regenerate.
4842
9daf3993
PB
48432006-11-16 Paolo Bonzini <bonzini@gnu.org>
4844
4845 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4846 (unstage): Test for stage_last presence.
4847
4848 PR bootstrap/29802
4849 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4850 * Makefile.in: Regenerate.
4851
9dbaa842
DD
48522006-11-14 DJ Delorie <dj@redhat.com>
4853
4854 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4855 * Makefile.in: Sync with GCC.
4856 * configure.in: Sync with GCC (mpfr, gmp).
4857 * configure: Sync with GCC.
4858
b0cbce8d
JJ
48592006-11-08 Jie Zhang <jie.zhang@analog.com>
4860
4861 * configure.in: Remove target-libgloss from noconfigdirs for
4862 bfin-*-*.
4863 * configure: Regenerated.
4864
44330a94
JJ
48652006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4866
4867 * COPYING.NEWLIB: Add spu license.
7de05dd5 4868 * COPYING.LIBGLOSS: Ditto.
44330a94 4869
56a8fe78
DD
48702006-10-17 Brooks Moses <bmoses@stanford.edu>
4871
4872 * Makefile.def: Added pdf target handling.
4873 * Makefile.tpl: Added pdf target handling.
4874 * Makefile.in: Regenerated.
4875
fbb00ad0
JJ
48762006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4877
4878 * COPYING.NEWLIB: Updated.
4879 * COPYING.LIBGLOSS: Ditto.
4880
6b89cc21
DB
48812006-09-27 Dave Brolley <brolley@redhat.com>
4882
4883 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4884 $s instead of $r.
4885 * configure: Regenerated.
4886
17bcf627
BE
48872006-09-26 Ben Elliston <bje@au.ibm.com>
4888
4889 * config.sub, config.guess: Update from upstream sources.
4890
f3529cf1
TS
48912006-09-20 Thiemo Seufer <ths@mips.com>
4892
4893 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4894 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4895 * configure: Regenerate.
4896
45055374
CV
48972006-08-30 Corinna Vinschen <corinna@vinschen.de>
4898
4899 * configure.in: Never build newlib for a Mingw host.
4900 Never build newlib as Mingw target library.
4901 Test the existence of winsup/cygwin for building a Cygwin newlib,
4902 rather than just winsup.
4903 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4904 building a Mingw target.
4905 * configure: Regenerate.
4906
4be041b2 49072006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4908 Nigel Stephens <nigel@mips.com>
4909 David Ung <davidu@mips.com>
4be041b2
TS
4910
4911 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4912
1d89b610
PB
49132006-07-25 Paolo Bonzini <bonzini@gnu.org>
4914
4915 Sync from GCC:
4916 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4917
f7c83eac
AS
4918 PR bootstrap/18058
4919 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4920 if the bootstrap compiler is a GCC version that supports it.
4921 * configure: Regenerate.
1d89b610 4922
66a79c16
DJ
49232006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4924
4925 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4926 * configure: Regenerated.
4927
c1cb7e02
PB
49282006-07-18 Paolo Bonzini <bonzini@gnu.org>
4929
f7c83eac
AS
4930 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4931 for stages after the first.
c1cb7e02 4932
7206a0ee
JJ
49332006-07-17 Jakub Jelinek <jakub@redhat.com>
4934
4935 * Makefile.def: Add dependencies for configure-opcodes
4936 on configure-intl and all-opcodes on all-intl.
4937 * Makefile.in: Regenerated.
4938
6816f995
AO
49392006-07-04 Peter O'Gorman <peter@pogma.com>
4940
4941 * ltconfig: chmod 644 before ranlib during install.
4942
3d3adb43
PB
49432006-07-03 Paolo Bonzini <bonzini@gnu.org>
4944
1f3f1bbf 4945 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4946 * configure: Regenerate.
4947
64ce424c
PB
49482006-07-03 Paolo Bonzini <bonzini@gnu.org>
4949
4950 Sync from gcc:
4951
4952 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4953
4954 PR other/27063
4955 * configure.in: Test subdir_requires and give an appropriate
4956 error message.
4957 * configure: Regenerate.
4958
4959 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4960
4961 PR target/27540
4962 * configure.in: Only enable libgomp on IRIX 6.
4963 * configure: Regenerate.
4964
d42c4017
DA
49652006-06-20 David Ayers <d.ayers@inode.at>
4966
4967 PR bootstrap/28072
4968 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4969 whether target-libjava is being configured instead of whether the
4970 java front end is enabled.
4971 * configure: Regenerate.
0e7ef45c 4972
4962c51a
MS
49732006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4974
4975 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4976 to R_ARM_LDC_SB_G{0,1,2} respectively.
4977
caee866a
PB
49782006-06-15 Paolo Bonzini <bonzini@gnu.org>
4979
4980 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4981 too.
4982 * Makefile.in: Regenerate.
4983
363ef840
DA
49842006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4985
4986 Sync from gcc:
4987
4988 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4989 * configure.in: Don't enable libgomp on hpux10.
4990 * configure: Rebuilt.
4991
54d1c879
DA
49922006-06-13 David Ayers <d.ayers@inode.at>
4993
4994 Sync from gcc:
4995
4996 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4997
54d1c879
DA
4998 PR bootstrap/27963
4999 PR target/19970
0e7ef45c 5000 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
5001 ${libgcj} is specified.
5002 * configure: Regenerate.
0e7ef45c 5003
a4d8b690
JJ
50042006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5005
5006 Sync from gcc:
5007
5008 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 5009 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
5010
5011 PR bootstrap/18033
5012 * config-ml.in: Eval option if surrounded by single quotes.
5013
4f0ef2d8
CD
50142006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5015
5016 Sync from gcc:
0e7ef45c 5017
4f0ef2d8 5018 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 5019
4f0ef2d8
CD
5020 PR libobjc/13946
5021 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5022 * Makefile.in: Regenerate.
5023 * configure.in: Add --enable-objc-gc at toplevel and have it
5024 enable boehm-gc for Objective-C.
5025 Remove target-boehm-gc from libgcj.
5026 Add target-boehm-gc to target_libraries.
5027 Add target-boehm-gc to noconfigdirs where ${libgcj}
5028 is specified.
5029 Assert that boehm-gc is supported when requested for Objective-C.
5030 Only build boehm-gc if needed either for Java or Objective-C.
5031 * configure: Regenerate.
5032
5033 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 5034
4f0ef2d8
CD
5035 PR 27674
5036 * Makefile.tpl (configure-[+prefix+][+module+],
5037 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5038 Remove rule to unstage bootstrapped modules.
5039 (stage_current): New.
5040 * Makefile.in: Regenerate.
5041
5042 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5043 Andreas Tobler <a.tobler@schweiz.ch>
5044
5045 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5046 * configure: Rebuilt.
5047
5048 Revert
5049 2006-01-31 Richard Guenther <rguenther@suse.de>
5050 Paolo Bonzini <bonzini@gnu.org>
5051
5052 * Makefile.def (target_modules): Add libgcc-math target module.
5053 * configure.in (target_libraries): Add libgcc-math target library.
5054 (--enable-libgcc-math): New configure switch.
5055 * Makefile.in: Re-generate.
5056 * configure: Re-generate.
5057
c17b816b
JJ
50582006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5059
5060 * config-ml.in: Alter CCASFLAGS to include special
5061 multilib options the same as is done for CFLAGS.
5062
20e95c23
DJ
50632006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5064
5065 * Makefile.def: Added dependencies from sim and gdb on intl, and
5066 added configure dependencies to everything with an all dependency
5067 on intl.
5068 * gettext.m4: Removed.
5069 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5070 (GDB_SUPPORT_DIRS): Add intl.
5071 * Makefile.in: Regenerated.
5072
4bd8ad80
DJ
50732006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5074
5075 * src-release (DEVO_SUPPORT): Add config.rpath.
5076
c380fdd8
PB
50772006-05-25 Paolo Bonzini <bonzini@gnu.org>
5078
5079 * Makefile.def (bfd, opcodes): Fix lib_path.
5080 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5081 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5082 * Makefile.in: Regenerate.
5083
701628f5
MS
50842006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5085
5086 * configure.in: Enable gprof for cross builds.
5087 * configure: Regenerate.
5088
25aae7f2
DJ
50892006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5090
5091 * src-release (MAKEINFOFLAGS): Define.
5092 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5093
ea3d1626
BE
50942006-05-14 Ben Elliston <bje@au.ibm.com>
5095
5096 * config.sub, config.guess: Update from upstream sources.
5097
49b9e644
BE
50982006-05-12 Ben Elliston <bje@au.ibm.com>
5099
5100 * config.sub, config.guess: Update from upstream sources.
5101
482dd2f6
DJ
51022006-05-04 Steve Ellcey <sje@cup.hp.com>
5103
5104 * blt, iwidgets, mmalloc: Remove directories.
5105
8b01a5c2
DD
51062006-05-01 DJ Delorie <dj@redhat.com>
5107
641a3af4 5108 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5109 * configure: Regenerate.
5110
a481dbb7
DD
51112006-04-18 DJ Delorie <dj@redhat.com>
5112
5113 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5114 reference libgloss so that libssp can be built in a combined
5115 tree.
5116 * configure: Regenerate.
5117
962c9e74
BE
51182006-04-10 Ben Elliston <bje@au.ibm.com>
5119
5120 * contrib: Remove directory.
5121
108a6f8e
CD
51222006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5123
5124 * Makefile.tpl: Add install-html target.
5125 * Makefile.def: Add install-html target.
5126 * Makefile.in: Regenerate.
5127 * configure.in: Add --with-datarootdir, --with-docdir,
5128 and --with-htmldir options.
5129 * configure: Regenerate.
5130
a4ef73e9
BE
51312006-03-31 Ben Elliston <bje@au.ibm.com>
5132
5133 PR binutils/1860
5134 * configure.in: Require makeinfo 4.4 or higher.
5135 * configure: Regenerate.
5136
b37df25a
PB
51372006-03-14 Paolo Bonzini <bonzini@gnu.org>
5138
5139 * Makefile.in: Regenerate.
5140
a6df5a19
PB
51412006-03-14 Paolo Bonzini <bonzini@gnu.org>
5142
5143 Sync with gcc:
5144 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5145
f7c83eac
AS
5146 * configure.in: Handle --disable-<component> generically.
5147 * configure: Regenerate.
a6df5a19
PB
5148
5149 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5150
f7c83eac
AS
5151 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5152 (TARGET_CONFIGDIRS): Remove.
5153 * configure.in: Remove AC_SUBST(target_configdirs).
5154 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5155
5156
65419985
L
51572006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5158
5159 PR libgcj/17311
5160 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5161
c52c6897
PB
51622006-02-20 Paolo Bonzini <bonzini@gnu.org>
5163
5164 PR bootstrap/25670
5165
5166 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5167
5168 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5169 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5170 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5171 BUILD_PREFIX, BUILD_PREFIX_1.
5172 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5173
5174 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5175 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5176
5177 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5178 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5179 of `cat stage_current`. Always provide the `r' and `s' variables.
5180 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5181 a single shell execution.
5182 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5183 bootstrapped modules, make the stage1 module if the build was not
5184 started yet, else build the current stage.
5185 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5186 (all-build, all-host, all-target, [+make_target+]-host,
5187 [+make_target+]-target): Do not use \-continued lines.
5188 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5189 (current_stage, restrap, stage_last): New.
5190
5191 * Makefile.in: Regenerate.
5192 * configure: Regenerate.
5193
b3ded179
PB
51942006-02-14 Paolo Bonzini <bonzini@gnu.org>
5195
5196 Sync from gcc:
5197
5198 2006-01-31 Richard Guenther <rguenther@suse.de>
5199 Paolo Bonzini <bonzini@gnu.org>
5200
f7c83eac
AS
5201 * Makefile.def (target_modules): Add libgcc-math target module.
5202 * configure.in (target_libraries): Add libgcc-math target library.
5203 (--enable-libgcc-math): New configure switch.
5204 * Makefile.in: Re-generate.
5205 * configure: Re-generate.
5206 * libgcc-math: New toplevel directory.
b3ded179
PB
5207
5208 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5209 Jakub Jelinek <jakub@redhat.com>
5210 Diego Novillo <dnovillo@redhat.com>
b3ded179 5211
f7c83eac
AS
5212 * libgomp: New directory.
5213 * Makefile.def: Add target_module libgomp.
5214 * Makefile.in: Regenerate.
5215 * configure.in (target_libraries): Add target-libgomp.
5216 * configure: Regenerate.
b3ded179 5217
3a35eeb3
PB
52182006-02-14 Paolo Bonzini <bonzini@gnu.org>
5219 Andreas Schwab <schwab@suse.de>
0e7ef45c 5220
3a35eeb3
PB
5221 * configure: Regenerate.
5222
2429c060
PB
52232006-01-16 Paolo Bonzini <bonzini@gnu.org>
5224
5225 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5226 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5227 the assembler, linker and binutils.
5228 * configure: Regenerate.
5229
ec49b2b8
NC
52302006-01-16 Nick Clifton <nickc@redhat.com>
5231
49b9e644 5232 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5233
44b2308f
AO
52342006-01-05 Alexandre Oliva <aoliva@redhat.com>
5235
5236 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5237 @ from continuation.
5238 * Makefile.in: Rebuilt.
5239
80911fe1
PB
52402006-01-04 Paolo Bonzini <bonzini@gnu.org>
5241
5242 Sync from gcc:
5243
5244 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5245
f7c83eac 5246 PR bootstrap/24252
80911fe1 5247
f7c83eac
AS
5248 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5249 * Makefile.tpl (OBJDUMP): New.
5250 (EXTRA_HOST_FLAGS): Add it.
5251 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5252
f7c83eac
AS
5253 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5254 to use symbolic links between directories. Avoid race conditions
5255 or make them harmless.
5256 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5257
f7c83eac
AS
5258 * Makefile.def (LEAN): Pass.
5259 * Makefile.tpl (LEAN): Define.
5260 (stage[+id+]-start): Accept that the previous directory does not
5261 exist, if the bootstrap is lean.
5262 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5263 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5264 configure substitution.
5265 ([+compare-target+]): Likewise.
5266 ([+bootstrap-target+]-lean): New.
5267 * configure.in: Remove lean bootstrap support from here.
80911fe1 5268
f7c83eac
AS
5269 * Makefile.in: Regenerate.
5270 * configure: Regenerate.
80911fe1
PB
5271
5272 2006-01-02 Andreas Schwab <schwab@suse.de>
5273
f7c83eac
AS
5274 * configure.in: When reconfiguring remove Makefile in
5275 all stage directories.
5276 * configure: Regenerate.
80911fe1 5277
b59bea8a
NC
52782005-12-27 Leif Ekblad <leif@rdos.net>
5279
5280 * configure.in: Add support for RDOS target.
5281 * configure: Regenerate.
5282
d7730bac
NC
52832005-12-27 Nick Clifton <nickc@redhat.com>
5284
5285 PR binutils/1990
5286 * libtool.m4: Synchronize with version in GCC sources.
5287
c02dabc3
PB
52882005-12-20 Paolo Bonzini <bonzini@gnu.org>
5289
f7c83eac 5290 Revert Ada-related part of the previous change.
c02dabc3 5291
f7c83eac
AS
5292 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5293 Do not pass.
5294 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5295 * Makefile.in: Regenerate.
5296 * configure.in: Do not include mt-ppc-aix target fragment.
5297 * configure: Regenerate.
c02dabc3 5298
f6d183c0
PB
52992005-12-19 Paolo Bonzini <bonzini@gnu.org>
5300
5301 * configure.in: Select appropriate fragments for PowerPC/AIX.
5302 * configure: Regenerate.
5303
5304 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5305 BOOT_CFLAGS, BOOT_LDFLAGS.
5306 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5307 BOOT_CFLAGS, BOOT_LDFLAGS.
5308 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5309 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5310 (stage): Fail if we cannot complete the work.
5311 * Makefile.in: Regenerate.
5312
f29759fc
JJ
53132005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5314
5315 * COPYING.NEWLIB: Update copyright year for default
5316 copyright.
5317
1f054001
PB
53182005-12-15 Paolo Bonzini <bonzini@gnu.org>
5319
5320 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5321 install-host-nogcc): Don't invoke $(stage) at the end.
5322 * Makefile.in: Regenerate.
5323
0aed8855
PB
53242005-12-14 Paolo Bonzini <bonzini@gnu.org>
5325
5326 * configure.in: Flip the top-level bootstrap switch.
5327 * configure: Regenerate.
5328
5329 Merge from gcc:
5330
5331 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5332
f7c83eac
AS
5333 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5334 $(stage) and $(unstage).
5335 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5336 (all): Remove stray semicolon.
5337 (local-distclean): Don't handle multilib.tmp and multilib.out.
5338 (install.all): Set $s for consistency.
5339 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5340 check_multilibs setting. Always make the install directory.
5341 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5342 Correct @if/@endif.
5343 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5344 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5345 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5346 (multilib.out): Remove.
5347 * Makefile.in: Regenerated.
0aed8855
PB
5348
53492005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5350
5351 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5352 * configure.in: Replace ms1 arch with mt.
5353 * configure: Rebuilt.
5354
53552005-12-05 Paolo Bonzini <bonzini@gnu.org>
5356
5357 Sync with gcc:
5358
4970f871
NS
53592005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5360
5361 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5362 * configure.in: Replace ms1 arch with mt.
5363 * configure: Rebuilt.
5364
be01d343
PB
53652005-12-05 Paolo Bonzini <bonzini@gnu.org>
5366
5367 Sync with gcc:
5368
5369 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5370
f7c83eac
AS
5371 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5372 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5373 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5374 Find in-tree tools if available.
5375 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5376 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5377 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5378 (COMPILER_*_FOR_TARGET): New.
5379 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5380 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5381 (CONFIGURED_*, USUAL_*): Remove.
5382 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5383 STRIP): Use autoconf substitutions.
5384 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5385 COMPILER_NM_FOR_TARGET): New.
5386 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5387
5388 (all): Make all-host and all-target in parallel.
5389 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5390 that $$r and $$s are set before invoking a recursive make.
5391 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5392 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5393
5394 2005-11-29 Ben Elliston <bje@au.ibm.com>
5395
f7c83eac
AS
5396 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5397 from the gcc build directory.
5398 * Makefile.in: Regenerate.
be01d343
PB
5399
5400 2005-11-29 Ben Elliston <bje@au.ibm.com>
5401
f7c83eac
AS
5402 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5403 depend on all-libdecnumber.
5404 * configure.in (host_libs): Include libdecnumber.
5405 * Makefile.in: Regenerate.
5406 * configure: Likewise.
be01d343
PB
5407
5408 2005-11-21 Kean Johnston <jkj@sco.com>
5409
f7c83eac 5410 * config.sub, config.guess: Sync from upstream sources.
be01d343 5411
907be67c
DJ
54122005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5413
5414 * Makefile.def: Remove gdb dependencies for gdbtk.
5415 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5416 (configure-gdb, install-gdb): New rules.
5417 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5418 * Makefile.in, configure: Regenerated.
5419
e360f423
PB
54202005-10-22 Paolo Bonzini <bonzini@gnu.org>
5421
5422 PR bootstrap/24297
5423 * Makefile.tpl (do-[+make-target+], do-check, install,
5424 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5425 are set before recursing.
5426 * Makefile.in: Regenerate.
5427
45d5eb0a
EB
54282005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5429
5430 PR bootstrap/18939
5431 * Makefile.def (gcc) <target>: Fix thinko.
5432 * Makefile.in: Regenerate.
5433
3cf3372e
BS
54342005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5435
5436 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5437 * configure: Regenerate.
5438
bd70a46f
KH
54392005-10-09 Kazu Hirata <kazu@codesourcery.com>
5440
5441 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5442 target-libffi, target-qthreads, target-libjava, and
5443 targetlibobjc.
5444 * configure: Regenerate.
5445
5ae72758
DJ
54462005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5447
5448 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5449 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5450 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5451 (USUAL_OBJDUMP_FOR_TARGET): New.
5452 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5453 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5454 * configure, Makefile.in: Regenerated.
5ae72758 5455
cc96343e
PB
54562005-10-05 Paolo Bonzini <bonzini@gnu.org>
5457
5458 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5459 before other host packages.
5460
f70224b5
PB
54612005-10-05 Paolo Bonzini <bonzini@gnu.org>
5462
5463 PR bootstrap/22340
5464
5465 * configure.in (default_target): Remove.
5466 * Makefile.tpl (all): Do not use prerequisites as subroutines
5467 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5468 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5469 use prerequisites as subroutines.
5470 (check-host, check-target): New.
5471 (bootstrap configure & all targets): Do not use stage*-start
5472 if the directory layout is already ok.
5473 (non-bootstrap configure & all targets): Prepend a $(unstage).
5474 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5475 (NOTPARALLEL): Remove.
5476 (unstage, stage variables): New variables.
5477 (unstage, stage targets): Simply expand to those variables.
5478
5479 * configure: Regenerate.
5480 * Makefile.in: Regenerate.
5481
c13c918a
JW
54822005-10-04 James E Wilson <wilson@specifix.com>
5483
5484 * Makefile.def (lang_env_dependencies): Add libmudflap.
5485 * Makefile.in: Regenerate.
5486
376a0e54
CM
54872005-10-03 Catherine Moore <clm@cm00re.com>
5488
5489 * configure.in (bfin-*-*): Support bfin.
5490 * configure: Regenerated.
5491
d320aacb
L
54922005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5493
5494 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5495 * configure: Regenerated.
5496
7e0f7140
GK
54972005-09-28 Geoffrey Keating <geoffk@apple.com>
5498
5499 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5500 (LIPO_FOR_TARGET): New.
5501 (CONFIGURED_LIPO_FOR_TARGET): New.
5502 (USUAL_LIPO_FOR_TARGET): New.
5503 (STRIP_FOR_TARGET): New.
5504 (CONFIGURED_STRIP_FOR_TARGET): New.
5505 (USUAL_STRIP_FOR_TARGET): New.
5506 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5507 STRIP_FOR_TARGET.
5508 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5509 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5510 * Makefile.in: Regenerate.
5511 * configure: Regenerate.
0e7ef45c 5512
096f7d00
DE
55132005-09-19 David Edelsohn <edelsohn@gnu.org>
5514
5515 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5516 (rs6000-*-aix*): Same.
5517 * configure: Regenerate.
5518
55192005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5520
5521 * configure.in: Recognize f95 in the --enable-languages option,
5522 and substitute it for fortran, issuing a warning.
5523 * configure: Regenerate.
5524
2016dfcc
BE
55252005-09-07 Ben Elliston <bje@au.ibm.com>
5526
5527 Import from Autoconf sources:
5528
5529 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5530 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5531 Elliston. Handle weird characters correctly.
5532
6dd2fda9
DD
55332005-08-30 Phil Edwards <phil@codesourcery.com>
5534
5535 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5536 * configure: Regenerated.
5537
e6db70d4
RE
55382005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5539
f7c83eac
AS
5540 * Makefile.def (libssp): Add to lang_env_dependencies.
5541 * Makefile.in: Regenerate.
e6db70d4 5542
e1e3d0f5
CG
55432005-08-17 Christian Groessler <chris@groessler.org>
5544
5545 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5546 * Makefile.in: Regenerate.
5547
05cbd757
PB
55482005-08-12 Paolo Bonzini <bonzini@gnu.org>
5549
5550 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5551 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5552 Look for alternate names of the target cc and c++
5553 * configure: Regenerate.
5554
55db4b87
PB
55552005-08-08 Paolo Bonzini <bonzini@gnu.org>
5556
5557 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5558 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5559 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5560 tools; remove code to manually set them.
5561 (Target tools): Look in the environment for them.
5562 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5563 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5564 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5565 build directory.
5566 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5567 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5568 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5569 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5570 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5571 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5572 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5573 * configure: Regenerate.
5574 * Makefile.in: Regenerate.
5575
414e5532
MM
55762005-07-27 Mark Mitchell <mark@codesourcery.com>
5577
5578 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5579 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5580 * Makefile.in: Regenerated.
5581
a19b6204
MM
55822005-07-26 Mark Mitchell <mark@codesourcery.com>
5583
5584 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5585 (CFLAGS_FOR_TARGET): Use it.
5586 (CXXFLAGS_FOR_TARGET): Likewise.
5587 * Makefile.in: Regenerated.
5588 * configure.in (--with-build-sysroot): New option.
5589 * configure: Regenerated.
5590
b73aa406
PB
55912005-07-24 Paolo Bonzini <bonzini@gnu.org>
5592
5593 * Makefile.tpl: Wrap install between unstage and stage
5594 * Makefile.in: Regenerate.
5595
6e4d0bcb
KC
55962005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5597
5598 * all files: Update FSF address.
5599
49f58d10
JB
56002005-07-14 Jim Blandy <jimb@redhat.com>
5601
5602 * configure.in: Add cases for Renesas m32c.
5603 * configure: Regenerated.
0e7ef45c 5604
1d9c9cd7
KC
56052005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5606
5607 * COPYING, compile, config-ml.in, config.guess,
5608 config.sub, install-sh, missing, mkinstalldirs,
5609 symlink-tree, ylwrap: Sync from upstream sources.
5610
1587117a
EC
56112005-07-13 Eric Christopher <echristo@redhat.com>
5612
5613 * configure.in: Add toplevel noconfigdir support for tpf.
5614 * configure: Regenerate.
5615
bb780410
DD
56162005-07-11 Jakub Jelinek <jakub@redhat.com>
5617
5618 * Makefile.def (target_modules): Add libssp.
5619 * configure.in (target_libraries): Add target-libssp.
5620 * configure: Rebuilt.
5621 * Makefile.in: Rebuilt.
5622
064d0a7c
PB
56232005-07-11 Paolo Bonzini <bonzini@gnu.org>
5624
5625 PR ada/22340
5626
5627 * Makefile.def: Sync with gcc.
5628 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5629 * Makefile.in: Regenerate.
5630
b2edd3b5
AS
56312005-07-07 Andreas Schwab <schwab@suse.de>
5632
5633 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5634 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5635 * Makefile.in: Regenerated.
5636
5f128533
KH
56372005-07-07 Kazu Hirata <kazu@codesourcery.com>
5638
5639 * configure.in: Add --enable-libssp and --disable-libssp.
5640 * configure: Regenerate with autoconf-2.13.
5641
4e3fc8e5
GK
56422005-07-06 Geoffrey Keating <geoffk@apple.com>
5643
5644 * configure.in: Don't build sim or rda when targetting darwin.
5645 * configure: Regenerate.
5646
c7357d6a
BE
56472005-07-04 Ben Elliston <bje@gnu.org>
5648
5649 * src-release (do-proto-toplev): Remove dejagnu bits.
5650 (DEJAGNU_SUPPORT_DIRS): Remove.
5651 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5652 (GDBD_SUPPORT_DIRS): Likewise.
5653 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5654 (INSIGHTD_SUPPORT_DIRS): Likewise.
5655 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5656
56572005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5658
5659 * setup.com (mpw): Remove unused directive.
5660
7d329e61
PB
56612005-06-22 Paolo Bonzini <bonzini@gnu.org>
5662
5663 * Makefile.def (stagefeedback): Come after profile.
5664 Define profiledbootstrap target.
5665 * Makefile.tpl (profiledbootstrap): Remove.
5666 (stageprofile-end): Zap stagefeedback.
5667 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5668 * Makefile.in: Regenerate.
5669
e5fbed21
DD
56702005-06-13 Zack Weinberg <zack@codesourcery.com>
5671
5672 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5673 In 'cpp' stanza, support '#line' as well as '# '.
5674
59f7ec45
HPN
56752005-06-07 Hans-Peter Nilsson <hp@axis.com>
5676
5677 * configure.in (unsupported_languages): New macro.
5678 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5679 non-ported target libraries in noconfigdirs.
5680 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5681 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5682 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5683 unsupported_languages.
5684 * configure: Regenerate.
5685
c10e9ba7
DD
56862005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5687
5688 * configure.in: Fix typo in handling of --with-mpfr-dir.
5689 * configure: Regenerate.
5690
20deb2b8
JB
56912005-06-02 Jim Blandy <jimb@redhat.com>
5692
5693 * config.sub: Add cases for the Renesas m32c. (This patch has been
5694 accepted into the master sources.)
5695
cdb9b172 56962005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5697 Michael Snyder <msnyder@redhat.com>
5698 Stan Cox <scox@redhat.com>
cdb9b172 5699
f7c83eac 5700 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5701
f7c83eac 5702 * configure: Regenerate.
cdb9b172 5703
1dc3053f
PB
57042005-05-25 Paolo Bonzini <bonzini@gnu.org>
5705
5706 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5707 (Dependencies): Consider target modules for bootstrap dependencies.
5708 Make target bootstrap modules depend on each stage's gcc.
5709 * Makefile.in: Regenerate.
5710
c60fe18b
PB
57112005-05-20 Paolo Bonzini <bonzini@gnu.org>
5712
5713 * Makefile.def (configure-gcc): Depend on binutils having been built.
5714 (all-gcc): No need to do it here.
5715 * Makefile.in: Regenerate.
5716
27258dd4
PB
57172005-05-19 Paul Brook <paul@codesourcery.com>
5718
0e7ef45c 5719 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5720 language cannot be built.
5721 * configure: Regenerate.
5722
42ecbf5e
DJ
57232005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5724
5725 * ylwrap: Import from Automake 1.9.5.
5726
ae380b45
MS
57272005-05-04 Mike Stump <mrs@apple.com>
5728
5729 * configure.in: Always pass --target to target configures as
5730 otherwise rebuilds that do --recheck will fail.
811d3af8 5731 * configure: Rebuilt.
ae380b45 5732
d545f33b
PB
57332005-05-04 Paolo Bonzini <bonzini@gnu.org>
5734
5735 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5736 STAGE_HOST_EXPORTS.
5737 (configure, all): Add bootstrap support.
5738 (Host modules, target modules): Pass post-stage1 flags and exports.
5739 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5740 * Makefile.in: Regenerate.
5741
2faa2958
PB
57422005-04-29 Paolo Bonzini <bonzini@gnu.org>
5743
5744 Sync from gcc:
5745
5746 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5747
f7c83eac 5748 * config.sub: Update from master copy.
2faa2958
PB
5749
5750 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5751
f7c83eac
AS
5752 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5753 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5754 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5755 "*-*-elf" and "*-*-linux*".
5756 * configure: Regenerate.
2faa2958 5757
a7254363
PB
57582005-04-06 Paolo Bonzini <bonzini@gnu.org>
5759
f7c83eac 5760 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5761 (TARGET_CONFIGARGS): Include --with-target-subdir.
5762 (configure, all): New macros. Use them throughout.
5763
a8637a7d
PB
57642005-04-05 Paolo Bonzini <bonzini@gnu.org>
5765
5766 * Makefile.tpl: Sync with gcc.
5767 * Makefile.in: Regenerate.
5768
dd387d52
JR
57692005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5770
5771 * config/mh-mingw32: Delete.
5772 * configure.in: Don't use it.
5773 * configure: Regenerate.
5774
e90269c8
PB
57752005-03-31 Paolo Bonzini <bonzini@gnu.org>
5776
5777 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5778 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5779 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5780 (HOST_LIB_PATH): Generate from Makefile.def.
5781 (TARGET_LIB_PATH): Likewise.
5782 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5783 * Makefile.in: Regenerate.
5784 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5785 (RPATH_ENVVAR): Include Darwin case.
5786 * configure: Regenerate.
5787
9a237d9e
PB
57882005-03-25 Paolo Bonzini <bonzini@gnu.org>
5789
5790 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5791 * configure: Regenerate.
5792
479759c8
ZW
57932005-03-21 Zack Weinberg <zack@codesourcery.com>
5794
5795 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5796 gcc_version, and gcc_version_trigger from set of flags to pass.
5797 * Makefile.tpl: Remove definitions of above variables.
5798 (config.status): Remove dependency on $(gcc_version_trigger).
5799 * Makefile.in: Regenerate.
5800 * configure.in: Do not reference config/gcc-version.m4 nor
5801 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5802 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5803 * configure: Regenerate.
5804
4cfaf6d5
DD
58052005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5806 Andrew Pinski <pinskia@physics.uc.edu>
5807
5808 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5809 * Makefile.in: Regenerate.
5810
33a3fb7b
AO
58112005-03-01 Alexandre Oliva <aoliva@redhat.com>
5812
5813 PR libgcj/20160
5814 * ltmain.sh: Avoid creating archives with components that have
5815 duplicate basenames.
5816
2da12f12
PB
58172005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5818
479759c8
ZW
5819 PR bootstrap/20250
5820 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5821 instead of check.
5822 * Makefile.in: Regenerate.
2da12f12 5823
b00612cc
PB
58242005-02-28 Paolo Bonzini <bonzini@gnu.org>
5825
5826 Sync from gcc.
5827
5828 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5829
5830 PR bootstrap/17383
5831 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5832 * Makefile.tpl (HOST_SUBDIR): New substitution.
5833 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5834 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5835 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5836 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5837 (Host modules, Bootstrapped modules): Use it.
5838 (Build modules, Target modules): Do not create symlink trees,
5839 always configure out-of-srcdir.
5840 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5841 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5842 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5843 $(HOST_SUBDIR). Create a symlink for host_subdir.
5844
5845 * Makefile.in: Regenerate.
5846 * configure: Regenerate.
5847
5848 Merged from libada-gnattools-branch:
5849 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5850
5851 * Makefile.def: Add gnattools as a module, depending on target-libada.
5852 * Makefile.in: Regenerate.
5853 * configure.in: Include gnattools in host_tools; disable it if ada
5854 is disabled.
5855 * configure: Regenerate.
5856
c3e65f62
NC
58572005-02-23 Nick Clifton <nickc@redhat.com>
5858
5859 * configure: Regenerate.
5860
e4d180c2
NC
58612005-02-22 Paul Schlie <schlie@comcast.net>
5862
5863 * configure.in: Allow darwin targeted ports to build tk, itcl and
5864 libgui.
5865
e3c770b1
EB
58662005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5867
5868 PR libgcj/10353
5869 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5870 * configure: Regenerate.
5871
9c73618c
AC
58722005-02-08 Andrew Cagney <cagney@gnu.org>
5873
5874 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5875 gdb/ section. Update GDB's URL.
5876
c46f8c51
AC
58772005-01-31 Andrew Cagney <cagney@gnu.org>
5878
5879 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5880
c7e66c6d
HPN
58812005-01-29 Hans-Peter Nilsson <hp@axis.com>
5882
5883 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5884 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5885 target-libgloss when not *-*-elf and *-*-aout.
5886 * configure: Regenerate.
5887
a53bf506
AC
58882005-01-27 Andrew Cagney <cagney@gnu.org>
5889
5890 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5891
45181ed1
AC
58922005-01-24 Andrew Cagney <cagney@gnu.org>
5893
5894 * gettext.m4: Only fall back to ../intl/ when it's present.
5895
a1e0f4e4
KC
58962005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5897
5898 * install-sh, config.sub: Import from upstream.
5899
59002005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5901
5902 PR bootstrap/18222
5903 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5904 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5905 * Makefile.in: Regenerate.
5906
c50382e2
PB
59072005-01-03 Paolo Bonzini <bonzini@gnu.org>
5908
5909 Revert 2004-12-28 Makefile changes, a better fix will be
5910 applied to mainline and src after GCC 4.0 branches.
5911
11d07737
PB
59122004-12-28 Paolo Bonzini <bonzini@gnu.org>
5913
5914 PR bootstrap/17383
5915
5916 * Makefile.def (target_modules): Remove stage parameter,
5917 it is always true now.
5918 * Makefile.tpl (configure-build-[+module+],
5919 configure-target-[+module+]): Always build symlink tree
5920 for the directory and for include. BUILD_SUBDIR and
5921 TARGET_SUBDIR cannot be . anymore.
5922 * Makefile.in: Regenerate.
5923
dadfdbe2
DD
59242004-12-25 David Edelsohn <edelsohn@gnu.org>
5925
5926 Revert 2004-12-08 Makefile changes.
5927
dbf85af7
JR
59282004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5929
5930 * configure.in (sh64-*-*): Reenable gprof.
5931 * configure: Regenerate.
5932
6b8fea99
JB
59332004-12-09 Jim Blandy <jimb@redhat.com>
5934
5935 * MAINTAINERS: List 'depcomp' as part of automake.
5936
7341462c
DE
59372004-12-08 David Edelsohn <edelsohn@gnu.org>
5938
5939 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5940 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5941 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5942 * Makefile.in: Regenerate.
5943
21fde4dc
DD
59442004-12-07 Matt Kraai <kraai@ftbfs.org>
5945
5946 * Makefile.tpl: Generate normal dependencies if the LHS module is
5947 not bootstrapped.
5948 * Makefile.in: Regenerate.
5949
3da796a2
RS
59502004-12-03 Richard Sandiford <rsandifo@redhat.com>
5951
5952 * configure.in: Include config/gxx-include-dir.m4. Use
5953 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5954 * configure: Regenerate.
5955
73fb7068
RS
59562004-12-03 Richard Sandiford <rsandifo@redhat.com>
5957
5958 * config.if: Delete.
5959 * configure.in: Set libstdcxx_incdir directly.
5960 * configure: Regenerate.
5961 * MAINTAINERS: Remove mention of config.if.
5962 * src-release (DEVO_SUPPORT): Remove config.if.
5963
6c8e6ce9
EC
59642004-12-02 Eric Christopher <echristo@redhat.com>
5965
3b6098f8
EC
5966 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5967 of things to remove.
6c8e6ce9 5968 * Makefile.in: Regenerate.
479759c8 5969
b8658a2f
RS
59702004-12-02 Richard Sandiford <rsandifo@redhat.com>
5971
5972 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5973 * configure: Regenerate.
5974
afefada0
RS
59752004-12-02 Richard Sandiford <rsandifo@redhat.com>
5976
5977 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5978 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5979 * configure: Regenerate.
5980
5dcac624
DA
59812004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5982
5983 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5984 (hppa*64*-*-*): Delete incorrect comment.
5985 * configure: Rebuilt.
5986
57d1eb1a
DD
59872004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5988
5989 * install-sh, compile: Import from automake.
5990
59912004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5992
5993 * config.guess, config.sub: Import from savannnah.
5994
6d389afc
MS
59952004-11-12 Mike Stump <mrs@apple.com>
5996
5997 * Makefile.def: Add html support.
5998 * Makefile.tpl: Likewise.
5999 * Makefile.in: Regenerate.
6000
69e57115
GK
60012004-11-11 Geoffrey Keating <geoffk@apple.com>
6002
6003 PR 18423
6004 * configure.in: Remove all instances of build-fixincludes from
6005 noconfigdirs.
6006 (build_configargs): Supply --target to subdirectories.
6007 * configure: Regenerate.
6008
6009 * Makefile.def: Make gcc install depend on fixincludes install.
6010 * Makefile.in: Regenerate.
6011
ba719b26
HPN
60122004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6013
6014 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6015 target-libgfortran.
6016 * configure: Regenerate.
6017
c37653e7
DE
60182004-11-07 David Edelsohn <edelsohn@gnu.org>
6019
6020 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6021 like CC.
6022
1eefd493
PB
60232004-11-05 Paolo Bonzini <bonzini@gnu.org>
6024
6025 * Makefile.def (host fixincludes): Specify missing targets.
6026 * Makefile.in: Regenerate.
6027
02b1af09
L
60282004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6029
6030 PR other/17783
6031 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6032 * configure: Regenerated.
6033
7f266840
DJ
60342004-11-04 Daniel Jacobowitz <dan@debian.org>
6035
6036 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6037 * configure: Regenerated.
6038
47444073
AL
60392004-10-28 Eric B. Weddington <ericw@evcohs.com>
6040
6041 PR target/18151
6042 * configure.in (case ${target}): Do not build fixincludes for avr.
6043 * configure: Regenerated.
6044
caeba88f
AL
60452004-10-26 Paolo Bonzini <bonzini@gnu.org>
6046
6047 * configure.in (case ${target}): Do not build fixincludes
6048 on platforms where it is not used.
6049 * configure: Regenerated.
6050
0fdbe983
DJ
60512004-10-23 Daniel Jacobowitz <dan@debian.org>
6052
6053 * configure.in: Use an absolute path to install-sh.
6054 * configure: Regenerated.
6055
1c0f67c1
AC
60562004-10-19 Andrew Cagney <cagney@gnu.org>
6057
6058 * src-release (do-djunpack, do-md5sum): Install the generated file
6059 directly into the proto-toplev/ directory.
479759c8 6060
a9cfce9c
AC
60612004-10-19 Andrew Cagney <cagney@gnu.org>
6062
6063 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6064
ac0fa625
DD
60652004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6066
6067 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6068 * configure: Regenerate.
6069
d27cc32e
PB
60702004-10-06 Paolo Bonzini <bonzini@gnu.org>
6071
6072 Fix wrong conflict resolution in:
6073
6074 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6075
6076 * Makefile.in: Regenerate.
6077 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6078 in the recursive `make', instead of hardwiring `all'.
6079 (Autogenerated TARGET-* variables): New.
6080
1763908f
UW
60812004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6082
6083 Merged from GCC / libtool upstream:
6084 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6085 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6086 * ltcf-cxx.sh (tpf*): Likewise.
6087 * ltconfig (tpf*): Add TPF OS configuration support.
6088
0490e016
NC
60892004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6090
6091 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6092 * configure: Regenerate.
0490e016 6093
32be62b5
RS
60942004-09-24 Michael Roth <mroth@nessie.de>
6095
6096 * configure.in (--without-headers): Add missing double quotes.
6097 * configure: Regenerate.
6098
6048df60
DD
60992004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6100
6101 * ylwrap: Revert to previous version.
6102
315b3b02
L
61032004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6104
6048df60 6105 PR bootstrap/17369
315b3b02
L
6106 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6107 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6108 SET_GCC_LIB_PATH_CMD.
6109 (BASE_TARGET_EXPORTS): Likewise.
6110 * Makefile.in: Regenerated.
6111
6112 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6113 * configure: Regenerated.
6114
fe69863c
DD
61152004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6116
6117 * config.guess: New upstream version
6118 * compile, depcomp, install-sh, ylwrap: Likewise.
6119
61202004-09-19 Roger Sayle <roger@eyesopen.com>
6121
6122 * config/mh-x86omitfp: New host makefile fragment. Add
6123 -fomit-frame-pointer to the default BOOT_CFLAGS.
6124 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6125 * configure: Regenerate.
6126
61272004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6128
6129 PR target/11572
6130 * configure.in (*-*-darwin*): Renable libobjc.
6131 * configure: Regenerate.
6132
be75bbe1 61332004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6134
be75bbe1
DB
6135 * Makefile.def: Remove libbanshee.
6136 * Makefile.tpl: Ditto.
6137 * configure.in: Ditto.
6138 * Makefile.in: Regen.
6139 * configure: Ditto.
6140
1b882a91
PB
61412004-09-07 Paolo Bonzini <bonzini@gnu.org>
6142
6143 * missing: Import latest version from master repository.
6144
eb1352ed
NC
61452004-09-04 Nick Clifton <nickc@redhat.com>
6146
6147 * config.sub: Import latest version from master repository.
6148 * config.guess: Likewise.
6149 This includes these changes:
479759c8 6150
eb1352ed
NC
6151 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6152
6153 * config.sub: Handle crisv32, alias etraxfs.
6154 * config.guess (crisv32:Linux:*:*): Handle.
6155
6156 2004-08-13 Brad Smith <brad@comstyle.com>
6157
6158 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6159 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6160
6161 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6162
6163 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6164 assume the processor is a powerpc. This is because coreutils
6165 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6166 in this case, due to a MacOS X bug that causes
6167 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6168 to return a negative number.
6169 Problem reported by Petter Reinholdtsen in:
6170 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6171
6172 2004-07-19 Ben Elliston <bje@gnu.org>
6173
6174 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6175
6176 2004-06-24 Ben Elliston <bje@gnu.org>
6177
6178 * config.guess: Update copyright years.
6179 * config.sub: Likewise.
6180
6181 2004-06-22 Robert Millan <robertmh@gnu.org>
6182
6183 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6184 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6185
6186 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6187
6188 * config.guess (*:*VMS:*:*): New entry. Replaces
6189 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6190 manufacturer.
6191
6192 2004-06-22 Ben Elliston <bje@gnu.org>
6193
6194 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6195 * config.sub: Likewise.
6196
6197 2004-06-22 Ben Elliston <bje@gnu.org>
6198
6199 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6200 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6201
6202 2004-06-11 Ben Elliston <bje@gnu.org>
6203
6204 * config.guess (pegasos:OpenBSD:*:*): Remove.
6205
6206 2004-06-11 Ben Elliston <bje@gnu.org>
6207
6208 From Wouter Verhelst <wouter@grep.be>:
6209 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6210
6211 2004-06-11 Ben Elliston <bje@gnu.org>
6212
6213 * config.guess (luna88k:OpenBSD:*:*): New.
6214
6215 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6216
6217 * config.guess (m32r*:Linux:*:*): New case.
6218 * config.sub: Handle m32rle.
6219
6220 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6221
6222 From Jens Petersen <petersen@redhat.com>:
6223 * config.sub: Handle sparcv8.
6224
6225 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6226
6227 From Tom Smith <smith@cag.lkg.hp.com>:
6228 * config.guess: Version suffixes are equally significant on Tru64
6229 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6230 prefix of "P" (patched kernel).
6231
6232 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6233
6234 * config.sub: Add support for National Semiconductor CRX target.
6235
2a3124ca 62362004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6237
2a3124ca
RH
6238 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6239 *-*-netware, but add target-libmudflap.
6240 Consolidate *-*-netware targets (of which really only i?86 exists)
6241 into a single entry.
6242 * configure: Likewise.
6243
0df3d27f
PB
62442004-09-01 Paolo Bonzini <bonzini@gnu.org>
6245
6246 * Makefile.tpl (sorry): Remove.
6247 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6248 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6249 (do-clean): Clean per-stage directories too.
6250 (do-distclean): Run distclean-stage1 too.
6251 (.NOTPARALLEL): Enable during toplevel bootstrap.
6252 (stage[+id+]-bubble): Enable parallel execution during
6253 the recursive invocation.
6254 * Makefile.in: Regenerate.
6255
6256 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6257
6258 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6259
6260 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6261 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6262 * configure: regenerate
479759c8
ZW
6263 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6264 -mdynamic-no-pic
0df3d27f
PB
6265
62662004-08-31 Paolo Bonzini <bonzini@gnu.org>
6267
6268 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6269 include.
6270 * configure.in: Fix indentation.
6271 * configure: Regenerate.
6272
ee025550
PB
62732004-08-31 Paolo Bonzini <bonzini@gnu.org>
6274
6275 * Makefile.def (build_modules): Add fixincludes.
6276 (dependencies): Make gcc depend on fixincludes.
6277 * configure.in (build_tools): Add fixincludes.
6278 (build_configdirs): Always include build_libs.
6279 * Makefile.in: Regenerate.
6280 * configure: Regenerate.
6281
62822004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6283
6284 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6285 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6286 phony targets; do not generate timestamp files.
6287 (distclean-stageN): Remove references to their timestamp files.
6288 (restageN, touch-stageN): Remove.
6289 (stageN-bubble): Rewritten.
6290 (compare): Support lean bootstraps.
6291 * Makefile.in: Regenerate.
6292
6293 * configure.in: Only warn when bootstrapping but
6294 build != host or build != target. Support lean bootstraps.
6295 * configure: Regenerate.
6296
6297 Sync from gcc:
6298 2004-08-26 Phil Edwards <phil@codesourcery.com>
6299
6300 * configure.in: Give a better error message if GMP/MPFR are missing
6301 and a language needing them has been requested.
6302 * configure: Regenerated.
6303
6304 2004-08-25 Phil Edwards <phil@codesourcery.com>
6305
6306 * configure.in: Print a list of available language front-ends if
6307 a requested one is missing. Tidy stray tab characters.
6308 * configure: Regenerated.
6309
72b2455a
PB
63102004-08-17 Paolo Bonzini <bonzini@gnu.org>
6311
6312 * Makefile.in: Regenerate.
6313 * configure: Regenerate.
6314
6315 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6316 stage_*_flags.
6317 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6318 for bootstrapped modules if toplevel bootstrap is going.
6319 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6320 modules. Adjust for changes in Makefile.def. Enable several
6321 rules even in non-bootstrap mode, just to avoid peppering the
6322 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6323 (stage-[+prev+]-bubble): Remove.
6324
6325 * Makefile.def (Dependencies): Depend on all-build-bison,
6326 all-build-flex, all-build-byacc, all-build-texinfo, rather
6327 than the host variations.
6328 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6329 with BUILD_SUBDIR.
6330 (BISON): Update for recent Bisons.
6331 (YACC): Fix typo.
6332 (cross): Depend on all-build.
6333 (all): Do not depend on all-build.
6334 (prebootstrap): Remove.
6335 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6336 (Prebootstrap dependencies): Add them to the per-stage targets
6337 and to all-prebootstrap.
6338 * configure.in (build_configdirs): Always enable build_tools.
6339 (BUILD_DIR_PREFIX): Remove.
6340
6341 * Makefile.def (gcc): Add target variable.
6342 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6343 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6344 in the recursive `make', instead of hardwiring `all'.
6345 (Autogenerated TARGET-* variables): New.
6346
de0b4a87
JW
63472004-08-17 Robert Millan <robertmh@gnu.org>
6348
6349 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6350 (instead of FreeBSD).
6351 * configure: Regenerate.
6352
ad681c85
NN
63532004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6354
675c6968
NN
6355 * Makefile.def, configure.in, src-release: Remove useless, bogus
6356 references to tix.
6357 * Makefile.in, configure: Regenerate.
6358
ad681c85
NN
6359 * src-release: Stop distributing mmalloc with gdb (which doesn't
6360 use it).
6361 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6362 * Makefile.in: Regenerate.
6363
11b04d1f
DD
63642004-08-09 Mark Mitchell <mark@codesourcery.com>
6365
6366 * configure.in (arm*-*-eabi*): New target.
6367 * configure: Regenerate.
6368
f2420bea
NN
63692004-08-01 Robert Millan <robertmh@gnu.org>
6370
6371 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6372 libmudflap for all GNU-based systems (with Glibc).
6373 * configure: Regenerate.
6374
9e6ce191
PB
63752004-08-06 Paolo Bonzini <bonzini@gnu.org>
6376
6377 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6378 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6379 (Dependencies): New section.
6380 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6381 (configure-target-[+module+]): Depend on maybe-all-gcc
6382 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6383 (toplevel profiledbootstrap): Fix dependencies.
6384 * Makefile.in: Regenerate.
6385
df4a6958
MM
63862004-08-03 Mark Mitchell <mark@codesourcery.com>
6387
6388 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6389 target-libiberty to noconfigdirs.
6390
11b04d1f
DD
63912004-08-03 Paul Brook <paul@codesourcery.com>
6392
6393 * configure.in: Check for MPFR as well as GMP.
6394 * configure: Regenerate.
6395
b813574b
PB
63962004-08-03 Paolo Bonzini <bonzini@gnu.org>
6397
6398 * Makefile.def (host-modules): Add gcc.
6399 * Makefile.in: Regenerate.
6400 * Makefile.tpl (sorry): New rule.
6401 (configure-host, all-host, [+make_target+]-host, do-check,
6402 install-host): Do not add gcc as a special case.
6403 (host modules): Add a small special-casing for gcc. Export
6404 extra_make_flags through the environment.
6405 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6406 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6407 other recursive targets for gcc): Remove.
6408
6409 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6410 (stage, unstage): New rules.
6411 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6412 distclean-stage[+id+]): Use stage_current.
6413 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6414 the stage*-start rules.
6415
61edac0c
JW
64162004-07-19 Robert Millan <robertmh@gnu.org>
6417
6418 Synced from gcc:
6419
6420 2004-04-26 Robert Millan <robertmh@gnu.org>
6421
6422 Add patches from libtool CVS.
6423 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6424 * ltconfig: Likewise.
6425 * ltcf-c.sh: Likewise.
6426 * ltcf-cxx.sh: Likewise.
6427 * ltcf-gcj.sh: Likewise.
6428
3e707e94
PB
64292004-07-12 Paolo Bonzini <bonzini@gnu.org>
6430
6431 * configure.in: Add noconfigdirs for crx-*-*.
6432 * configure: Regenerate.
6433
64342004-07-12 Paolo Bonzini <bonzini@gnu.org>
6435
6436 Synced from gcc:
6437
6438 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6439
6440 * configure.in: Build libmudflap by default on FreeBSD.
6441 * configure: Regenerated.
6442
6443 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6444
6445 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6446 systems.
6447 * configure: Regenerated.
6448
6449 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6450
6451 PR target/16344
6452 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6453 feedback based compiler.
6454 * Makefile.in: Rebuilt.
6455
6456 2004-07-05 Phil Edwards <phil@codesourcery.com>
6457
6458 * configure.in: Do not prepend $srcdir to /dev/null in
6459 makefile fragments.
6460 * configure: Regenerate.
6461
a7ee7660
AO
64622004-07-08 Alexandre Oliva <aoliva@redhat.com>
6463
6464 * Makefile.def (host_modules): Set bootstrap=true for flex.
6465 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6466 * Makefile.in: Rebuilt.
6467
6a9cf61e
PB
64682004-07-01 Paolo Bonzini <bonzini@gnu.org>
6469
6470 * Makefile.def (build_modules): Add bison, byacc, flex,
6471 m4, texinfo.
6472 (flags_to_pass): Add FLEX.
6473 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6474 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6475 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6476 DEFAULT_MAKEINFO): Remove.
6477 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6478 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6479 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6480 objdir or else use configured tool.
6481 (all-build): New.
6482 (all): Depend on it.
6483 (Build module dependencies): Add.
6484 * Makefile.in: Regenerate.
6485 * configure.in: Better support for multiple build modules,
6486 matching what is done for host/target modules. Do not look
6487 for "plausible" locations of build tools if Canadian cross.
6488 Use autoconf's AC_PROG_CC to find a C compiler. Define
6489 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6490 * configure: Regenerate.
6491
95b6a1f2
PB
64922004-06-22 Paolo Bonzini <bonzini@gnu.org>
6493
6494 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6495 * Makefile.in: Regenerate.
6496
7ffa0b57
PB
64972004-06-22 Paolo Bonzini <bonzini@gnu.org>
6498
6499 * Makefile.tpl (configure-build-[+module+],
6500 configure-[+module+], configure-target-[+module+]): Pass
6501 [+extra_configure_args+].
6502 (all-build-[+module+], all-[+module+], check-[+module+],
6503 install-[+module+], [+make_target+]-[+module+],
6504 all-target-[+module+], check-target-[+module+],
6505 install-target-[+module+], [+make_target+]-target-[+module+]):
6506 Pass [+extra_make_args+].
6507 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6508 (GCC_HOST_EXPORTS): Remove.
6509 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6510 cross, check-gcc, check-gcc-c++, install-gcc,
6511 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6512 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6513 * Makefile.in: Regenerate.
6514
929ba6e7
CF
65152004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6516
6517 * configure.in: Check for srcdir/winsup rather than build directory
6518 winsup.
6519 * configure: Regenerate.
6520
b76d7de0
CV
65212004-06-17 Corinna Vinschen <vinschen@redhat.com>
6522
6523 * configure.in: Don't build Cygwin native newlib if winsup
6524 directory is missing. Emit warning instead.
6525 * configure: Regenerate.
6526
656fdd47
PB
65272004-06-09 Paolo Bonzini <bonzini@gnu.org>
6528
6529 * Makefile.tpl (touch-stage[+id+]): New.
6530 (restage[+prev+]): Depend on touch-stage[+id+].
6531
6532 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6533 Use it throughout.
6534
6535 * Makefile.def: Add profile and feedback bootstrap stages.
6536 Remove next field from bootstrap stages.
6537 * Makefile.tpl (LN, LN_S): Substitute.
6538 (stageN-start, stageN-end): Use double-colon rules, to
6539 provide a hook for additional setup commands.
6540 (distclean-stageN-gcc, restageN): Create dependencies from
6541 [+prev+], not from [+next+].
6542 (stageN-bubble): Add commands for successive stages from
6543 [+prev+], using double-colon rules.
6544 (all-stageN-gcc): Fix typo.
6545 (stagefeedback-start, profiledbootstrap): New.
6546 * Makefile.in: Regenerate.
6547 * configure.in: Call ACX_PROG_LN.
6548 * configure: Regenerate.
6549
498d4a71
CF
65502004-06-03 Paolo Bonzini <bonzini@gnu.org>
6551
6552 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6553 without gcc.
6554 * configure: Regenerate.
6555
377d8c42
PB
65562004-06-01 Paolo Bonzini <bonzini@gnu.org>
6557
6558 * Makefile.tpl: Fix typo.
6559 * Makefile.in: Regenerate.
6560
f5f8a794
PB
65612004-06-01 Paolo Bonzini <bonzini@gnu.org>
6562
6563 * configure.in: Remove new- prefix from toplevel
6564 bootstrap targets.
6565 * configure: Regenerate.
6566
f7a4c34f
PB
65672004-06-01 Paolo Bonzini <bonzini@gnu.org>
6568
6569 Merge this patch from the gcc tree:
6570
6571 2004-05-30 Andreas Jaeger <aj@suse.de>
6572 Jim Wilson <wilson@specifixinc.com>
6573
6574 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6575 like CC.
6576
319cab08
PB
65772004-06-01 Paolo Bonzini <bonzini@gnu.org>
6578
6579 * Makefile.tpl (all.normal): Rename to all.
6580 (all): Replace with a rule to pick the default
6581 target from configure.
6582 (all-gcc, configure-gcc): Use conditionals to
6583 do nothing when toplevel bootstrap is going on.
6584 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6585 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6586 * configure.in: Support --enable-bootstrap.
6587
6588 * Makefile.def: Remove new- prefix from toplevel
6589 bootstrap targets.
6590 * Makefile.tpl: Likewise.
6591
6592 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6593 target.
6594
6595 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6596 $(RECURSE_FLAGS) to recursive invocation of make.
6597
6598 * Makefile.in: Regenerate.
6599 * configure: Regenerate.
6600
88f64edc
DJ
66012004-05-27 Daniel Jacobowitz <dan@debian.org>
6602
6603 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6604 * configure: Regenerate.
6605
378fce5b
DD
66062004-05-25 Daniel Jacobowitz <drow@false.org>
6607
6608 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6609 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6610 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6611 targets.
6612 * Makefile.in: Regenerate.
6613
dfdffa2c
PB
66142005-05-24 Paolo Bonzini <bonzini@gnu.org>
6615
6616 * configure.in: Test the ability to symlink directories.
6617 * configure: Regenerate.
6618
6619 * Makefile.def (bootstrap-stage): New definitions.
6620 * Makefile.tpl (configure-stage1-gcc,
6621 configure-stage2-gcc, configure-stage3-gcc,
6622 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6623 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6624 new-restage3, compare): Autogenerate, see Makefile.in
6625 entry for behavioral changes.
6626 (distclean-stage1, new-stage1-start, new-stage1-end,
6627 new-stage1-bubble, distclean-stage2, new-stage2-start,
6628 new-stage2-end, new-stage2-bubble, distclean-stage3,
6629 new-stage3-start, new-stage3-end): New autogenerated targets.
6630 (objext, prebootstrap, BOOT_CFLAGS,
6631 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6632 targets.
6633
6634 * Makefile.in: Regenerate.
6635 (distclean-stage1, new-stage1-start, new-stage1-end,
6636 new-stage1-bubble, distclean-stage2, new-stage2-start,
6637 new-stage2-end, new-stage2-bubble, distclean-stage3,
6638 new-stage3-start, new-stage3-end): New targets.
6639 (all-stage1-gcc): Move prebootstrap dependency from here...
6640 (configure-stage1-gcc): ...to here.
6641 (new-bootstrap): Use bubble targets.
6642 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6643 Use per-stage distclean targets.
6644 (configure-stage1-gcc, configure-stage2-gcc,
6645 configure-stage3-gcc, all-stage1-gcc,
6646 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6647 Use new-stageN-start to prepare the tree.
6648
04cf1b77
PB
66492004-05-23 Paolo Bonzini <bonzini@gnu.org>
6650
6651 * Makefile.def (host_modules): add libcpp.
6652 * Makefile.tpl: Add dependencies on and for libcpp.
6653 * Makefile.in: Regenerate.
6654 * configure.in: Add libcpp host module.
6655 * configure: Regenerate.
6656
80b200a1
ZW
66572004-05-17 Zack Weinberg <zack@codesourcery.com>
6658
6659 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6660 of libf2c.
6661 * configure, Makefile.in: Regenerate.
6662
4b1cb4fe
DD
66632004-05-13 Diego Novillo <dnovillo@redhat.com>
6664
6665 Merge from tree-ssa-20020619-branch.
6666
6667 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6668 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6669 (HOST_GMPLIBS): Define.
6670 (HOST_GMPINC): Define.
6671 (TARGET_LIB_PATH): Add libmudflap.
6672 (GFORTRAN_FOR_TARGET): Define.
6673 (configure-build*): Export GFORTRAN.
6674 (configure-gcc): Export GMPLIBS and GMPINC.
6675 (all-gcc): Add maybe-all-libbanshee.
6676 (configure-target-libgfortran): Define.
6677 * Makefile.in: Regenerate.
6678 * configure.in (host_libs): Add libbanshee.
6679 (target_libraries): Add target-libmudflap and target-libgfortran.
6680 Add --with-libbanshee.
6681 Handle --disable-libmudflap.
6682 (*-*-freebsd*): Use with_gmp.
6683 Add $(libgcj) to noconfigdirs.
6684 * configure: Regenerate.
6685 * depcomp: New file.
6686 * MAINTAINERS: Add tree-ssa maintainers.
6687
66882004-04-28 Paolo Bonzini <bonzini@gnu.org>
6689
6690 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6691 * configure: Regenerate.
6692
b8908782
DD
66932004-04-27 Paolo Bonzini <bonzini@gnu.org>
6694
6695 Revert:
6696 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6697
6698 * Makefile.def (flags_to_pass): Remove *dir variables that
6699 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6700 as well as prefix and exec_prefix.
6701 * Makefile.in: Regenerate.
6702
67032004-04-26 Paolo Bonzini <bonzini@gnu.org>
6704
6705 * Makefile.def (host_modules): Mark with the bootstrap
6706 flag packages on which gcc depends.
6707 * Makefile.tpl (all-bootstrap): Use it.
6708 * Makefile.in: Regenerate.
6709
67102004-04-26 Paolo Bonzini <bonzini@gnu.org>
6711
6712 * Makefile.def (flags_to_pass): Remove *dir variables that
6713 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6714 as well as prefix and exec_prefix.
6715 * Makefile.in: Regenerate.
6716
67172004-04-26 Paolo Bonzini <bonzini@gnu.org>
6718
80b200a1
ZW
6719 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6720 * configure: Regenerate.
6721 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6722 * gcc/Makefile.tpl (compare): Use the result of the test.
6723 * gcc/Makefile.in: Regenerate.
b8908782
DD
6724
67252004-04-23 Paolo Bonzini <bonzini@gnu.org>
6726
6727 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6728 Always relocate gcc and prev-gcc to the original names, even
6729 if the build fails.
6730 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6731 New targets.
6732
0f260896
RO
67332004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6734
6735 * configure.in (mips*-*-irix5*): Enable ld.
6736 * configure: Regenerate.
6737
51860f05
JW
67382004-04-15 James E Wilson <wilson@specifixinc.com>
6739
6740 * Makefile.tpl (configure-[+module+], configure-gcc,
6741 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6742 Set and export LDFLAGS.
6743 * Makefile.in: Regenerate.
6744
54752a6b
NN
67452004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6746
6747 PR bootstrap/14871
6748 * Makefile.tpl: If we don't have built-in-tree target tools,
6749 use the ones found by configure rather than hacking around with
6750 program_transform_name.
6751 * configure.in: Give Makefile.tpl the information necessary
6752 to do that.
6753 * Makefile.in: Regenerate.
6754 * configure: Regenerate.
6755
67562004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6757
6758 PR bootstrap/14760
6759 * configure.in: When computing baseargs, strip *all* copies of
6760 offending options. Also, don't match/substitute the trailing space,
6761 so that this actually works when two similar options are separated by
6762 only one space.
6763 * configure: Regenerate.
6764
67652004-04-06 David Edelsohn <edelsohn@gnu.org>
6766
80b200a1
ZW
6767 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6768 (rs6000-*-aix*): Same.
6769 * configure: Regenerate.
54752a6b 6770
5e2b61fb
SS
67712004-03-25 Stan Shebs <shebs@apple.com>
6772
6773 Remove MPW support, no longer used.
6774 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6775 mpw-install: Remove files.
6776 * src-release (DEVO_SUPPORT): Remove names of removed files.
6777 * MAINTAINERS: Likewise.
6778
1a6f2dc7
NN
67792004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6780
a0049f1b
NN
6781 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6782 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6783 * Makefile.in: Regenerate.
6784
1a6f2dc7
NN
6785 * configure.in (top level bootstrap support): Rework --enable-werror
6786 to set @stage2_werror_flag@.
6787 * configure: Regenerate.
6788 * Makefile.tpl (top level bootstrap support): Pass
6789 @stage2_werror_flag@ down to configure in stages 2 and 3.
6790 * Makefile.in: Regenerate.
6791
920e3419
NN
67922004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6793
6794 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6795 for stages 2 and 3 as well as in make. As a consequence, remove
6796 OUTPUT_OPTION (now detected by configure) from the flags passed down
6797 to make.
6798 * Makefile.in: Regenerate.
6799
6800 * Makefile.tpl (new-bootstrap): Fix typo.
6801 * Makefile.in: Regenerate.
6802
4fa63067
NN
68032004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6804
6805 * Makefile.tpl: Rearrange by moving recursive_targets rules
6806 into their proper sections.
6807 * Makefile.tpl (top level bootstrap support): Move disabling
6808 of coverage flags from 'make' to 'configure'; improve comments.
6809 * Makefile.in: Regenerate.
6810
6811 * Makefile.tpl (experimental top level bootstrap) Move stage1
6812 language setting from all- target to configure- target; disable
6813 intermodule optimization in stage 1; prevent gratuitous rebuilds
6814 of stage 1.
6815 * Makefile.in: Regenerate.
6816 * configure.in: Comma-separate stage 1 language list for top
6817 level bootstrap.
6818 * configure: Regenerate.
6819
6820 * Makefile.tpl: Clean up experimental top level bootstrap support:
6821 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6822 prev-gcc in configure- targets as well as all- targets.
6823 * Makefile.in: Regenerate.
6824
fb8a10fd
NN
68252004-03-17 Paolo Bonzini <bonzini@gnu.org>
6826
6827 * configure.in: Remove symbolic link section.
6828 * configure: Regenerate.
6829 * Makefile.tpl (links): Remove.
6830 * Makefile.in: Regenerate.
6831
947f426e 68322004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6833 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6834
6835 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6836 Set with AC_CHECK_PROGS.
947f426e
NN
6837 * configure.in: Fix comment typo from last patch.
6838 * configure: Regenerate.
6839
1d39f329
NN
68402004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6841
6842 * Makefile.tpl: Introduce experimental top level bootstrap support.
6843 * Makefile.in: Regenerate.
6844 * configure.in: Introduce support for top level bootstrap.
6845 * configure: Regenerate.
6846
4b0ac75d 68472004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6848 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6849
6850 PR bootstrap/14522
6851 * configure.in: Cope with shells that do not support unquoted ^
6852 * configure: Regenerate.
6853
2e70b094 68542004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6855 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6856
6857 PR bootstrap/14522
6858 * configure.in: Cope with shell that do not support nesting
6859 quotes inside quoted backquote substitutions.
6860 * configure: Regenerate.
6861
68622004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6863
6864 PR bootstrap/14522
6865 * configure.in: Fix escaping of $.
6866 * configure: Regenerate.
6867
9e07f89d
NN
68682004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6869
6870 * configure: Regenerate.
6871
68722004-03-08 Paolo Bonzini <bonzini@gnu.org>
6873
6874 PR ada/14131
6875 Move language detection to the top level.
6876 * configure.in: Find default values for the tools as
6877 soon as possible. Disable ada if GNAT is not found.
6878 Emit error message about missing languages. Expand
6879 --enable-languages=all for the gcc subdirectory.
6880
1712ab83
RS
68812004-03-01 Richard Sandiford <rsandifo@redhat.com>
6882
6883 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6884 and disable libgcj.
6885 * configure: Regenerated.
6886
3dee29da
NN
68872004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6888
6889 PR bootstrap/7087
6890 * Makefile.tpl: Guard XFOO sed statements better.
6891 * Makefile.tpl: Add dependency for configure-target-libada.
6892 * Makefile.in: Regenerate (incidentally fixes broken
6893 commit when libada-branch was merged).
6894
0558264b
AC
68952004-02-28 Andrew Cagney <cagney@redhat.com>
6896
6897 * src-release (CVS_NAMES): Define.
6898 (do-tar, do-tar): Prune $(CVS_NAMES).
6899
c38f9803
AC
69002004-02-23 Andrew Cagney <cagney@redhat.com>
6901
6902 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6903 2004-02-19.09.
6904
55636792
NN
69052004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6906
6907 PR bootstrap/11932
6908 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6909
1e600082
AC
69102004-02-19 Andrew Cagney <cagney@redhat.com>
6911
6912 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6913 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6914
3769cd82
DD
69152004-02-11 David Edelsohn <edelsohn@gnu.org>
6916
6917 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6918 (rs6000-*-aix*): Same.
6919 * configure: Regenerate.
6920
a92834c8
DD
69212004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6922
6923 * configure.in (host): Add in missing $noconfigdirs to defines.
6924 * configure: Regenerate.
6925
a2592b1b
DD
69262004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6927 Nathanael Nerode <neroden@gcc.gnu.org>
6928
6929 PR ada/6637, PR ada/5911
80b200a1 6930 Merge with libada-branch:
a2592b1b
DD
6931 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6932 with appropriate dependencies. Add --enable-libada configure switch.
6933 * configure, Makefile.in: Regenerate.
6934
e31d1ea3
DD
69352004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6936
6937 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6938 * configure: Regenerate.
6939
db85f5c0
JJ
69402004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6941
6942 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6943
fc434214
DD
69442004-01-23 DJ Delorie <dj@redhat.com>
6945
6946 * Makefile.def (target_modules) [libiberty]: Don't stage.
6947 * Makefile.in: Rebuilt.
6948
ad445c2c 69492004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6950
ad445c2c
JJ
6951 * COPYING.NEWLIB: Update to include copyrights for new
6952 iconv code.
6953
72bbedde
AC
69542004-01-15 Andrew Cagney <cagney@redhat.com>
6955
6956 * src-release: Update copyright year.
6957 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6958 (NEWLIB_SUPPORT_DIRS): Delete macro.
6959 (newlib.tar.bz2): Delete rule.
6960
a6d6062d
DD
69612004-01-14 Loren J. Rittle <ljrittle@acm.org>
6962
6963 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6964 * Makefile.tpl (configure-target-[+module+]): Support stage.
6965 * Makefile.in: Rebuilt.
6966
f8b73030
MR
69672003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6968
6969 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6970 throughout.
6971
aff0e9df
NN
69722004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6973
bb5dca17
NN
6974 * configure.in: Use ./config.cache, not config.cache.
6975 * configure: Regenerate.
6976 * Makefile.tpl: Special-casing not needed for GCC any more.
6977 * Makefile.in: Regenerate.
6978
82252c06
NN
6979 * configure.in: Don't share a cache file for host dirs.
6980 * configure: Regenerate.
6981
aff0e9df
NN
6982 * config-ml.in: Don't mess with the cache file.
6983
95036d20
NN
69842004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6985
ac7b618e
NN
6986 * Makefile.tpl: Make GCC use a separate config.cache.
6987 * Makefile.in: Regenerate.
6988
95036d20
NN
6989 PR bootstrap/11932, PR bootstrap/11933
6990 (I don't know if it will fix either of them, but it relates
6991 to them.)
6992 * configure.in: Don't use shared config.cache for target
6993 directories.
6994 * configure: Regenerate.
6995
08c1856b
DD
69962003-12-31 Roger Sayle <roger@eyesopen.com>
6997
6998 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6999 * configure: Regenerated.
7000
c1968181 70012003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 7002
9eb322aa
MF
7003 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7004 * configure: Regenerated.
c1968181 7005
10ecffb9
NN
70062003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7007
7008 Port change over from GCC:
7009 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7010 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7011 (configure-build-[+module+], configure-[+module+]): Likewise.
7012 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7013 * Makefile.in: Regenerate.
7014
f2ab5990
TF
70152003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7016
7017 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7018 * configure: Regenerate.
7019
41a7d11a
JJ
70202003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7021
80b200a1 7022 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
7023 stdlib.
7024
d9441a1f
DD
70252003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7026
7027 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7028 * Makefile.in: Regenerate.
7029
3a48a978
DD
70302003-10-20 Phil Edwards <phil@codesourcery.com>
7031
7032 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7033 * configure: Regenerate.
7034
f0b24077
NN
70352003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7036
7037 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7038 HOST_FLAGS_TO_PASS.
7039 * Makefile.in: Regenerate.
7040
5fbad20a
DD
70412003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7042
7043 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7044 * configure: Rebuilt
7045 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7046 * Makefile.in: Rebuilt
7047
78be4155
L
70482003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7049
7050 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7051
051fcc7a
L
70522003-10-01 Phil Edwards <pme@gcc.gnu.org>
7053
7054 * config-ml.in: Use ac_configure_args directly instead of
7055 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7056 actually seen.
7057
70582003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7059
7060 * config-ml.in: Propagate INSTALL variables.
7061
f27d4f92
DJ
70622003-09-21 Daniel Jacobowitz <drow@mvista.com>
7063
7064 * configure.in: Pass a computed --program-transform-name
7065 to subconfigures.
7066 * configure: Regenerated.
7067
cae4d560
NN
70682003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7069
7070 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7071 * Makefile.in: Regenerate.
7072
7073 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7074 * Makefile.in: Regenerate.
7075
8ff944f6
DJ
70762003-09-17 Daniel Jacobowitz <drow@mvista.com>
7077
7078 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7079 quoting.
7080 * configure: Regenerated.
7081
d9a35680
MC
70822003-09-12 Michael Chastain <mec@shout.net>
7083
7084 Fix PR gdb/857.
7085 * src-release (do-proto-topleve): Remove junk files
7086 intl/config.cache, intl/config.status,
7087 intl/config.h, intl/stamp-h.
7088
710068b9
AC
70892003-09-14 Andrew Cagney <cagney@redhat.com>
7090
7091 * src-release (dejagnu.tar): New target.
7092 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7093 (do-djunpack): Use $(PACKAGE) for the package name.
7094
e1008165
DD
70952003-09-04 DJ Delorie <dj@redhat.com>
7096
7097 * configure: Regenerate.
7098
21998d12
NC
70992003-09-04 Robert Millan <robertmh@gnu.org>
7100
7101 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7102
ccca4bb3
DD
71032003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7104
7105 * configure.in: Ensure arguments to sed are properly spaced.
7106 * configure: Regenerate.
7107
ee949b5e
DJ
71082003-08-28 Daniel Jacobowitz <drow@mvista.com>
7109
7110 Merge from gcc:
7111 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7112 * install-sh: Update to newer upstream versions (associated with
7113 aclocal 1.7).
7114 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7115
75addda2
DJ
71162003-08-27 Daniel Jacobowitz <drow@mvista.com>
7117
7118 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7119 * configure: Regenerated.
7120
8d2877d8
NN
71212003-08-23 Phil Edwards <pme@gcc.gnu.org>
7122
7123 * configure.in: Use newline instead of semicolon when assuming
7124 shell arguments in a for loop.
7125 * configure: Regenerated.
7126
d2cc0e0d
GK
71272003-08-20 Geoffrey Keating <geoffk@apple.com>
7128
7129 PR 8180
7130 * configure.in: When testing with_libs and with_headers, treat
7131 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7132 * configure: Regenerate.
80b200a1 7133
d2cc0e0d
GK
7134 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7135 make, shell, etc.
7136 (baseargs): Likewise.
7137 * configure: Regenerate.
7138
04d1ab34
GK
71392003-08-19 Geoffrey Keating <geoffk@apple.com>
7140
7141 * configure.in: Disable libgcj for darwin not on powerpc.
7142 * configure: Rebuild.
7143
ca506da8
MC
71442003-08-15 Michael Chastain <mec@shout.net>
7145
7146 * src-release (do-proto-toplev): Remove junk files
7147 dejagnu/example/calc/config.status,
7148 dejagnu/example/calc/config.log.
7149
a4aa3f49
DD
71502003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7151
7152 * config-ml.in, symlink-tree: Add license.
7153
ede4fbe4
NN
71542003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7155
7156 Merge from gcc:
7157
7158 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7159 * Makefile.tpl (check, check-c++): Express dependencies using
7160 dependencies rather than commands.
7161 * Makefile.in: Regenerate.
7162
7163 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7164 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7165 * Makefile.in: Update.
7166
970f29af
AC
71672003-08-01 Andrew Cagney <cagney@redhat.com>
7168
7169 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7170 * configure: Ditto.
7171
b2884a0c
DD
71722003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7173
7174 * configure.in: Enable libgcj for darwin.
7175 * configure: Rebuild.
7176
c07f46a4
NN
71772003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7178
7179 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7180
9175bfc0
NN
71812003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7182
7183 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7184 creating target and build subdirs to build all parent dirs as needed.
7185 * Makefile.in: Rebuild.
7186 * configure.in: Don't build dirs explicitly here.
7187 * configure: Rebuild.
7188
b9abda6a
AO
71892003-07-22 Alexandre Oliva <aoliva@redhat.com>
7190
7191 * Makefile.tpl (all-make): Depend on intl.
7192 * Makefile.in: Rebuilt.
7193
eef8ffd4
NN
71942003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7195
7196 * config.if: Remove unused libc_interface determination.
7197
295efaf0
NN
71982003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7199
7200 * Makefile.in: Regenerate, correctly this time.
7201
e5c3f801
NN
72022003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7203
7204 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7205 unused INSTALL_PROGRAM_ARGS.
7206 * configure.in: Use AC_PROG_INSTALL.
7207 * Makefile.in: Regenerate.
7208 * configure: Regenerate.
7209
4a18bd6b
AO
72102003-07-10 Alexandre Oliva <aoliva@redhat.com>
7211
7212 * configure: Rebuilt.
7213 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7214 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7215 newlib nor libgloss.
7216 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7217 * configure.in (am33_2.0-*-linux*): Added.
7218
fbd1054d
BW
72192003-07-09 Bob Wilson <bob.wilson@acm.org>
7220
7221 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7222 * configure: Regenerate.
7223
b40e3958
L
72242003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7225
7226 * config-ml.in: Replace PWD with PWD_COMMAND.
7227 * Makefile.tpl: Likewise.
7228 * Makefile.in: Regenerated.
7229
4a5be7ba
NN
72302003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7231
7232 * configure.in: Clean up config-lang.in handling. Delete
7233 useless assignment to "subdirs".
7234 * configure: Regenerate.
7235
9c14acb8
NN
72362003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7237
7238 * configure.in: Rename 'target_libs' to 'target_libraries'.
7239 Remove useless reference to 'target_libs'.
7240 * configure: Regenerate.
7241
8f32e830
KS
72422003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7243
7244 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7245 * Makefile.in: Regenerate.
7246
12f0bd74
NN
72472003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * Makefile.def: Introduce flags_to_pass.
7250 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7251 * Makefile.in: Regenerate.
7252
b07c2aad
HPN
72532003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7254
7255 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7256 and target-libgloss.
7257 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7258 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7259 * configure: Regenerate.
b07c2aad 7260
56f25033
DD
72612003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7262
7263 * configure.in: Update testsuite_flags to new location.
7264 * configure. Regenerate.
80b200a1 7265
4ec9a3b2
NN
72662003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7267
7268 * Makefile.tpl: Remove BUILD_CC stuff.
7269 * Makefile.in: Regenerate.
7270
059083b1 72712003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7272
059083b1
L
7273 * config.guess: Update to 2003-06-12 version.
7274 * config.sub: Update to 2003-06-13 version.
7275
535b046a
TS
72762003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7277
7278 * MAINTAINERS: Add myself as MIPS co-maintainer.
7279
00c22daa 72802003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7281
00c22daa
L
7282 * config.guess: Update to 2003-06-06 version.
7283 * config.sub: Update to 2003-06-06 version.
7284
1047cb91
DD
72852003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7286
7287 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7288 * configure. Regenerate.
7289
123494c8
NN
72902003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7291
1047cb91
DD
7292 * configure.in: Disable serial configure by default.
7293 * configure: Regenerate.
7294 * Makefile.tpl: Abolish .NOTPARALLEL.
7295 * Makefile.in: Regenerate.
7296
7f121bbf
NN
7297 * Makefile.tpl: Replace {build,host,target}_canonical by
7298 {build,host,target}.
7299 * Makefile.in: Regenerate.
7300
123494c8
NN
7301 * Makefile.tpl: Fix stupid pasto.
7302 * Makefile.in: Regenerate.
7303
ec7e0995
NN
73042003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7305
7306 * Makefile.tpl: Remove bogus conditional.
7307 * Makefile.in: Regenerate.
7308
27b1cc72
NN
73092003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7310
2a4cbe27
NN
7311 * Makefile.tpl: Make 'recursive targets' using autogen rather
7312 than shell loop. Remove duplicate 'clean' targets and false
7313 comments.
7314 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7315 Add systematic method of specifying missing targets in subdirs.
7316 Add copyright boilerplate.
7317 * Makefile.in: Regenerate.
7318 * configure.in: Add 'recursive targets' to maybe list.
7319 * configure: Regenerate.
7320
27b1cc72
NN
7321 * Makefile.tpl: Rename [+target+] to [+make_target+].
7322 * Makefile.def: Rename 'target' to 'make_target'.
7323
01e51bd0
NC
73242003-05-30 Nick Clifton <nickc@redhat.com>
7325
7326 * README-maintainer-mode: Update URL for locating blessed config
7327 tools.
7328
2fd84b42
NC
73292003-05-29 Robert Millan <rmh@debian.org>
7330
7331 * ltconfig: Import this patch and modify for use with current
7332 version of ltconfig:
7333
7334 2003-05-21 Bruno Haible <bruno@clisp.org>
7335
7336 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7337 GNU/FreeBSD.
7338
8945c6bb
DD
73392003-05-28 DJ Delorie <dj@redhat.com>
7340
7341 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7342 * Makefile.in: Regenerate.
7343
2f9632a1
JJ
73442003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7345
80b200a1 7346 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7347
3a12db16 73482003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7349
3a12db16
DD
7350 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7351 newlib or libgloss.
7352 * Makefile.in: Regenerate.
7353
44482353
DD
73542003-05-21 DJ Delorie <dj@redhat.com>
7355
7356 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7357 * Makefile.in: Regenerate.
7358
fec2c52d
MR
73592003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7360
7361 * configure.in: Use curly braces in the definition of tooldir.
7362 * configure: Regenerate.
7363
16ae0395
NN
73642003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7365
7366 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7367 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7368 Factor out common code from autogen IF statements.
7369 * configure: Regenerate.
7370 * Makefile.in: Regenerate.
7371
ec11bdc6
DD
73722003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7373
7374 * configure.in: Accept i[3456789]86 for machine type.
7375 * configure: Regenerate.
7376
dd12c3a8
NN
73772003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7378
7379 * configure.in: Switch more things to use maybe dependencies.
7380 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7381 * configure: Regenerate.
7382 * Makefile.tpl: Switch more things to use maybe dependencies.
7383 * Makefile.in: Regenerate.
7384
cf662e21
AJ
73852003-05-16 Andreas Schwab <schwab@suse.de>
7386
7387 * Makefile.tpl (install-opcodes): Define.
7388 * Makefile.in: Rebuild.
7389
5481b376
AJ
73902003-05-13 Andreas Jaeger <aj@suse.de>
7391
7392 * config.guess: Update to 2003-05-09 version.
7393 * config.sub: Update to 2003-05-09 version.
7394
3959a22a
AJ
73952003-05-13 Michael Eager <eager@mvista.com>
7396
7397 * configure.in: Correct sed script so that options in quotes are not
7398 deleted.
7399 * configure: Rebuild.
7400
564b43e5
CV
74012003-05-12 Corinna Vinschen <corinna@vinschen.de>
7402
7403 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7404 and $$s/newlib/libc/sys/cygwin32 include paths.
7405 * configure: Ditto.
7406
bb947dc9
L
74072003-05-05 H.J. Lu <hjl@gnu.org>
7408
7409 * config-ml.in: Restored from gcc repository.
7410
77f7441a
CD
74112003-05-02 Chris Demetriou <cgd@broadcom.com>
7412
80b200a1
ZW
7413 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7414 * Makefile.in: Regenerate.
77f7441a 7415
a26d7085
DJ
74162003-04-27 Daniel Jacobowitz <drow@mvista.com>
7417
7418 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7419 and Makefile.def.
7420
e4c4d240
DJ
74212003-04-27 Daniel Jacobowitz <drow@mvista.com>
7422
7423 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7424 * Makefile.in: Regenerated.
7425
62a3fc85
DD
74262003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7427
7428 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7429 * Makefile.in: Regenerate.
7430
74312003-04-18 Jakub Jelinek <jakub@redhat.com>
7432
7433 * configure.in (powerpc64*-*-linux*): Remove.
7434 * configure: Rebuilt.
7435
5b474aa8
DD
74362003-04-17 Phil Edwards <pme@gcc.gnu.org>
7437
7438 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7439 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7440 and restrap.
7441 * Makefile.in: Regenerate.
7442
74432003-04-16 Richard Earnshaw <rearnsha@arm.com>
7444
7445 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7446 * configure: Regenerated.
7447
bc295afe
AO
74482003-04-11 Alexandre Oliva <aoliva@redhat.com>
7449
7450 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7451 * */configure: Rebuilt.
7452
3728fade
NN
74532003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7454
7455 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7456 * Makefile.in: Regenerate.
7457
ce5b542e
MC
74582003-03-14 Michael Chastain <mec@shout.net>
7459
7460 * Makefile.in: Regenerate with correct Makefile.def.
7461
3db0a37f
NN
74622003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7463
7464 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7465 Make macro.
7466 * Makefile.in: Regenerate.
7467 * configure.in: Clean up gxx_include_dir logic.
7468 * configure: Regenerate.
7469
34349c6e
DD
74702003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7471
7472 * configure.in (gxx_include_dir): Fix typo.
7473 * configure: Regenerated.
7474
686c28c9
AC
74752003-03-06 Andrew Cagney <cagney@redhat.com>
7476
7477 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7478
bba45b8b 74792003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7480
bba45b8b
NN
7481 * configure.in: Include $(build_tooldir)/sys-include in
7482 FLAGS_FOR_TARGET.
7483 * configure: Regenerated.
7484
2683747f
NN
74852003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7486
bba45b8b
NN
7487 * Makefile.tpl: Reindent.
7488 * Makefile.in: Regenerate.
7489 * configure.in: Reindent. Don't set unused variables.
7490 * configure: Regenerate.
7491
2683747f
NN
7492 * Makefile.tpl: Always pass down RANLIB.
7493 * Makefile.in: Regenerate.
7494
7495 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7496 * Makefile.in: Regenerate.
7497 * configure.in: Remove unused logic relating to --enable-shared
7498 and --enable-threads. Remove bogus comments. Remove redundant
7499 noconfigdirs.
7500 * configure: Regenerate.
7501
7502 * configure.in: Replace ${libstdcxx_version} by its value.
7503 Remove reference to mh-dgux.
7504 * configure: Regenerate.
7505
50212802
NN
75062003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7507
7508 * Makefile.tpl: Rearrange.
7509 * Makefile.in: Regenerate.
7510
a6be7fc6
NC
75112003-02-25 Nick Clifton <nickc@redhat.com>
7512
7513 * configure: Remove site-file supprot - it is obsolete.
7514
f8a495c8
NC
75152003-02-24 Uwe Stieber <uwe@wwws.de>
7516
7517 * configure.in: Add support for kaOS as cross build target system.
7518 * configure: Regenerated.
7519
3decd77d
DD
75202003-02-20 Sean McNeil <sean@blue.mcneil.com>
7521
7522 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7523 configure-target-* as some target builds may require additional
7524 flags for preprocessor tests.
7525 * Makefile.in: Regenerated.
7526
f4ff34a3
AO
75272003-02-19 Alexandre Oliva <aoliva@redhat.com>
7528
7529 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7530 * ltconfig: Handle it.
7531 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7532 auto-detecting it.
7533
b7e4a931
AO
75342003-02-19 Alexandre Oliva <aoliva@redhat.com>
7535
7536 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7537 it is used as argument to $CC.
7538 * ltcf-gcj.sh: Likewise.
7539
6b784d9f
AO
75402003-02-19 Alexandre Oliva <aoliva@redhat.com>
7541
7542 * configure.in: Introduce --enable-maintainer-mode.
7543 * configure: Rebuilt.
7544 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7545 for maintainer mode.
7546 * Makefile.in: Rebuilt.
7547
8bcd8a07
AC
75482003-02-19 Andrew Cagney <ac131313@redhat.com>
7549
7550 * configure: Regenerate using autoconf 2.13.
7551
ee3fd329
AM
75522003-02-19 Alan Modra <amodra@bigpond.net.au>
7553
7554 * config.guess: Import latest version.
7555 * config.sub: Import latest version.
7556
e9e45685
JM
75572003-02-18 Jason Merrill <jason@redhat.com>
7558
7559 * Makefile.tpl (check-c++): Allow parallelism.
7560
859789af
AC
75612003-02-17 Andrew Cagney <ac131313@redhat.com>
7562
7563 * configure: Regenerate using autoconf 000227.
7564
b3f16a9b
GK
75652003-02-15 Geoffrey Keating <geoffk@apple.com>
7566
7567 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7568 don't configure target-libobjc.
7569 * configure: Regenerate.
7570
72e60e02
DD
75712003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7572
7573 * Makefile.tpl (RANLIB): Define.
7574 * Makefile.in: Regenerate.
7575
91f0e695
KS
75762003-02-06 Keith R Seitz <keiths@redhat.com>
7577
7578 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7579 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7580 * Makefile.in: Regenerated.
7581 * configure.in: Remove all traces of snavigator, db, and grep.
7582 * configure: Regenerated.
7583
122bfa92
FCE
75842003-01-31 Frank Ch. Eigler <fche@redhat.com>
7585
7586 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7587 * Makefile.in: Regenerated.
7588
264095c3
AO
75892003-01-30 Alexandre Oliva <aoliva@redhat.com>
7590
7591 * config.if: Copy from GCC.
7592
a84dbcb3
AO
75932003-01-27 Phil Edwards <pme@gcc.gnu.org>
7594
7595 * configure.in: Revert 24Jan change.
7596 * configure: Regenerate.
7597
19618276
NN
75982003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7599
7600 * configure.in: Revert previous change.
7601 * configure: Regenerate.
7602
b7f27a92
NN
76032003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7604
7605 * configure.in: Make rda native-only.
7606 * configure: Regenerate.
7607
83326456
NN
76082003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7609
7610 * configure.in: Add missing \.
7611 * configure: Rebuilt.
7612
5e367fa5
JJ
76132003-01-17 Jakub Jelinek <jakub@redhat.com>
7614
7615 * configure.in (baseargs): Avoid using \| in sed regular
7616 expressions.
7617 * configure: Rebuilt.
7618
e01f337c
JJ
76192003-01-16 Jakub Jelinek <jakub@redhat.com>
7620
7621 * configure.in (baseargs): Remove all supported forms of
7622 --cache-file, --srcdir, --host, --build and --target options
7623 from argument lists.
7624 * configure: Rebuilt.
7625
aa236487
AO
76262003-01-15 Alexandre Oliva <aoliva@redhat.com>
7627
7628 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7629 * configure: Rebuilt.
7630
586c0873
NN
76312003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7632
7633 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7634 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7635 * Makefile.in: Regenerate.
7636 * configure: Regenerate.
7637
497f816e
DD
76382003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7639
7640 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7641 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7642 * Makefile.in: Regenerate.
7643
bfbe5519
AO
76442003-01-09 Alexandre Oliva <aoliva@redhat.com>
7645
7646 * configure.in: Remove Makefile in build, host and target modules
7647 unless configure was run with --no-recursion.
7648 * configure: Rebuilt.
7649
3f234ef5
CD
76502003-01-08 Chris Demetriou <cgd@broadcom.com>
7651
7652 * config.guess: Update to 2003-01-03 version.
7653 * config.sub: Update to 2003-01-03 version.
7654
a3982d48
CF
76552003-01-07 Christopher Faylor <cgf@redhat.com>
7656
7657 * configure: Regenerate with proper autoconf 2.13.
7658
75778ec4
CF
76592003-01-07 Christopher Faylor <cgf@redhat.com>
7660
80b200a1
ZW
7661 * configure.in: Add AC_PREREQ for consistency.
7662 * configure: Regenerate.
75778ec4 7663
c180f501
AC
76642003-01-06 Andrew Cagney <ac131313@redhat.com>
7665
7666 * configure.in (GDB_TK): Add tcl directories conditional on
7667 gdb/gdbtk directory being present.
7668 * configure: Regenerate.
5481b376 7669
46ca2cc2
DA
76702003-01-04 John David Anglin <dave.anglin@nrc.ca>
7671
7672 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7673 by gcc if LD is not defined and we are not doing a Canadian Cross.
7674 * configure: Rebuilt.
7675
53dd8dab
DJ
76762003-01-01 Daniel Jacobowitz <drow@mvista.com>
7677
7678 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7679
50ceb20c
TT
76802002-12-31 Tom Tromey <tromey@redhat.com>
7681
7682 * Makefile.in: Rebuilt.
7683 * Makefile.def (target_modules) [libffi]: Allow installation.
7684
e78b5cfe
AS
76852002-12-31 Andreas Schwab <schwab@suse.de>
7686
7687 * configure.in: Fix use of $program_transform_name.
7688 * configure: Regenerated.
7689
67448102
DJ
76902002-12-30 Daniel Jacobowitz <drow@mvista.com>
7691
7692 * configure.in (baseargs): Don't remove first configure argument.
7693 * configure: Regenerated.
7694
e6bfb94a
AO
76952002-12-29 Alexandre Oliva <aoliva@redhat.com>
7696
7697 * Makefile.tpl (local-distclean): Don't remove...
7698 (multilib.ts): ... this. Moved into...
7699 (multilib.out): ... this. Don't use sub-make.
7700 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7701 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7702 (configure-build-[+module+], configure-[+module+],
7703 configure-target-[+module+], configure-gcc): ... these. Test
7704 for Makefile existence. Drop config.status from dependencies.
7705 * Makefile.in: Rebuilt.
7706 * configure.in: Move gcc-version-trigger to the end of
7707 ac_configure_args. Add comments to maybedep.tmp and
7708 serdep.tmp. Introduce --disable-serial-configure. Remove
7709 nonopt from baseargs, matching and removing corresponding
7710 whitespace while at it.
7711 * configure: Rebuilt.
7712
8f0dfb36
AO
77132002-12-28 Alexandre Oliva <aoliva@redhat.com>
7714
7715 * configure.in (host_configargs): Replace reference to
7716 no-longer-defined buildopts with --build=${build_alias}.
7717 * configure: Rebuilt.
7718
43be203f
AO
77192002-12-28 Alexandre Oliva <aoliva@redhat.com>
7720
7721 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7722 program_transform_name to standard idiom.
7723 (AUTOGEN, AUTOCONF): Define.
7724 (Makefile.in): Use $(AUTOGEN).
7725 (Makefile): Depend on config.status, and use autoconf-style rule to
7726 build it. Move original commands to...
7727 (config.status): ... this new target.
7728 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7729 $(AUTOCONF).
7730 * Makefile.in: Rebuilt.
7731
a0da8069
NN
77322002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7733
d18f1c9f
NN
7734 * Makefile.tpl: Fix dramatic bustage due to change in
7735 program_transform_name.
7736 * Makefile.in: Regenerate.
7737
7738 * configure.in: Remove unnecessary PATH setting.
7739 * configure: Regnerate.
7740
7741 * configure.in: Don't default to unprefixed tools unless
7742 the native tools will work.
7743 * configure: Regenerate.
7744
a0da8069
NN
7745 * configure.in: Convert to autoconf script. Blow away lots
7746 of now-redundant Makefile fragments.
7747 * configure: Generate using Autoconf.
7748 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7749 * Makefile.in: Regenerate.
7750
c567df0a
NN
77512002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7752
5481b376 7753 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7754 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7755
5481b376 7756 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7757 where they belong.
2c7f9a32 7758
2dabcfb4
AS
77592002-12-24 Andreas Schwab <schwab@suse.de>
7760
7761 * Makefile.tpl (multilib.out): Fix missing space.
7762 * Makefile.in: Regenerate.
7763
1086bc09
NN
77642002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7765
7766 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7767 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7768 * Makefile.in: Regenerate.
7769 * configure.in: Remove unnecessary leftovers.
7770
1086bc09
NN
77712002-12-21 Geoffrey Keating <geoffk@apple.com>
7772
7773 * configure.in (extra_ranlibflags_for_target): New variable.
7774 (*-*-darwin): Add -c to ranlib commands.
7775 * configure (tooldir): Handle extra_ranlibflags_for_target.
7776
14e9ca95
JJ
77772002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7778
7779 * COPYING.NEWLIB: Updated.
7780 * COPYING.LIBGLOSS: Ditto.
7781
14c428fb
NN
77822002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7783
7784 * Makefile.tpl: Revert HJL's change.
7785 * Makefile.in: Regenerated.
7786 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7787 always.
7788
313b8244
AS
77892002-12-19 Andreas Schwab <schwab@suse.de>
7790
7791 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7792 * Makefile.in: Regenerate.
7793
efeae3db
L
77942002-12-18 H.J. Lu <hjl@gnu.org>
7795
7796 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7797 * Makefile.in: Regenerated.
7798
7799 * configure.in (build_prefix): New. Substitute.
7800
43d92c63
NN
78012002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7802
59da4fe6
NN
7803 * Makefile.tpl: Don't let real targets depend on phony targets.
7804 * Makefile.in: Regenerate.
7805
43d92c63
NN
7806 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7807 * Makefile.in: Regenerate.
7808
b72e6a2d
JM
78092002-12-16 Jason Merrill <jason@redhat.com>
7810
7811 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7812 previous 'make bootstrap'.
7813 * Makefile.in: Regenerate.
7814
95c72c44
HPN
78152002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7816
7817 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7818
7d695d07
JM
78192002-12-13 Jason Merrill <jason@redhat.com>
7820
7821 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7822 library tests.
7823 (check-c++): Just depend on it and check-target-libstdc++-v3.
7824 * Makefile.in: Regenerate.
7825
54103d1e
NN
78262002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7827
7828 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7829 * Makefile.in: Regenerate.
7830
4024f1e1
JJ
78312002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7832
80b200a1
ZW
7833 * COPYING.NEWLIB: Update list of alternate Regent of California
7834 licenses and discuss official revoking of advertising clause.
7835 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7836
7dda0df6
AO
78372002-12-12 Alexandre Oliva <aoliva@redhat.com>
7838
7839 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7840 * Makefile.in: Rebuilt.
7841
d03be79e 78422002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7843
929293f4
NN
7844 * configure: Fix bug put in by gremlins.
7845
d03be79e
NN
7846 * Makefile.tpl: Substitute more autoconfily.
7847 * configure: Substitute more autoconfily.
7848 * Makefile.in: Regenerate.
7849
78502002-12-08 Andrew Cagney <ac131313@redhat.com>
7851
7852 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7853 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7854
78552002-12-06 DJ Delorie <dj@redhat.com>
7856
7857 * Makefile.tpl: Change configure dependencies to not have real
7858 targets depend on phony targets.
b4a77b47 7859
db1ac78d
NN
78602002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7861
bcaf2395
NN
7862 * configure.in: Revert unintentional change.
7863
b4fa093e
NN
7864 * src-release: Configure host subdirs.
7865
db1ac78d
NN
7866 * Makefile.tpl: Change dependency for */multilib.out so that
7867 it works when gcc isn't in the tree.
7868
7869 * configure.in: Substitute more.
7870 * configure: Run subconfigures from the Makefile.
7871 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7872 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7873
15723a45
NN
78742002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7875
e2b9e2dc
NN
7876 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7877 and corresponding dependencies.
7878 * Makefile.in: Regenerate.
7879
2af579c4
NN
7880 * configure.in (host_tools): Order binutils, gas and ld for
7881 convenience in running the testsuites.
7882
a2cc058a
NN
7883 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7884 * Makefile.in: Regenerate.
7885 * configure.in: Introduce rules to serialize subconfigure runs.
7886
15723a45
NN
7887 * configure.in: Introduce BASE_CC_FOR_TARGET.
7888 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7889 Realize configure-build-* targets. Realize configure-target-* targets.
7890 * Makefile.in: Regenerate.
7891
ae831be5
NN
78922002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7893
7894 * configure: Move gcc_version_trigger stuff from here...
7895 * configure.in: ...to here.
7896
7897 * configure.in: Separate subconfigure options added by this file from
7898 options given by the user. Add machinery to put args for host
7899 subconfigures into the Makefile.
7900
7901 * Makefile.tpl: Remove 'vault' targets.
7902 * Makefile.tpl: Reorder and comment dependencies.
7903 * Makefile.in: Regenerate.
7904
bbf7c8ac
NN
79052002-11-28 Geoffrey Keating <geoffk@apple.com>
7906
7907 * configure.in: Move host-specific darwin noconfigdirs into
7908 the host-specific section.
7909
930314a4
NN
79102002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7911
52d7cdee
NN
7912 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7913 during replay.
7914 * Makefile.in: Regenerate.
7915
930314a4
NN
7916 (finishing slow-motion replay)
7917 * configure: Remove skip-this-dir support.
7918 * Makefile.tpl: Remove skip-this-dir support.
7919
7920 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7921 subdirectories.
7922 * Makefile.in: Regenerate.
7923
7924 * Makefile.tpl: Strip out useless setting of 'dir'.
7925 * Makefile.in: Regenerate.
5481b376 7926
930314a4
NN
79272002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7928
7929 (finishing slow-motion replay)
7930 * configure.in: Fix deeply stupid bug.
7931
7932 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7933 shell code in CXX_FOR_TARGET
7934 * Makefile.def: Introduce raw_cxx.
7935 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7936 RAW_CXX_FOR_TARGET.
7937 * Makefile.in: Regenerate.
7938
79392002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7940
7941 (finishing slow-motion replay)
7942 * Makefile.tpl: Remove unnecessary ifs.
7943 * Makefile.in: Regenerate.
7944
5481b376 7945 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7946 dependencies. Maybe-ize build-libiberty. Create dummy install
7947 targets for 'no_install' modules.
5481b376 7948 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7949 build_modules stuff to configure.in.
5481b376 7950 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7951 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7952 * Makefile.in: Regenerate.
7953
3866be5d
NN
79542002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7955
7956 (continuing slow-motion replay)
7957 * Makefile.tpl: Make all-target, install-target behave similarly
7958 to all, install (only hitting configured targets). Eliminate
7959 unused macro defintions.
7960
7961 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7962 build != host.
7963
7964 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7965
7966 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7967
5481b376 7968 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7969 configuring. Remove references to "dosrel".
7970 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7971 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7972 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7973 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7974 and redundant dependency; rearrange slightly.
7975 * Makefile.def: Add host-side libtermcap, utils.
7976
7977 * Makefile.in: Regenerate.
7978
e393202e
NN
79792002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7980
7981 (Continuing slow-motion replay)
7982 * Makefile.def: Add list of recursive targets to autogenerate.
7983 Add build_modules.
7984 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7985 targets. Autogenerate *-build-* targets.
7986 * Makefile.in: Regenerate.
7987
583d52d7
NN
79882002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7989
7990 (Continuing slow-motion replay)
7991 * configure: More autoconf-style substitutions.
7992 * Makefile.tpl: More autoconf-style substitutions.
7993 * Makefile.in: Regenerate.
7994
79952002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7996
7997 (Continuing slow-motion replay)
7998 * configure: Substitute more variables in a more autoconf-friendly
7999 way. Simplify slightly.
8000 * Makefile.tpl: Make more variables substitutable in an
8001 autoconf-friendly way.
8002 * Makefile.in: Regenerate.
8003
874e38b4
NN
80042002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8005
8006 (Continuing slow-motion replay)
8007 * configure.in (v810*): Remove special setting of tools.
8008
8009 * configure: Add support for extra required flags for ar or nm.
8010 * configure.in (aix4.3+): Use above support for target-specific
8011 issues, rather than using config/mt-aix43.
8012
852e5f18
NN
80132002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8014
8015 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8016 * configure: Remove 'removing', which doesn't work. Replace $subdir
8017 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8018 with $srcdir. Reformat indentation. Substitute some variables
8019 formerly hard-coded in the Makefile for build=host.
8020 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8021 * Makefile.def: Autogenerate more.
8022 * Makefile.in: Regenerate.
8023
c9a0d920
DD
80242002-11-13 Bruce Korb <bkorb@gnu.org>
8025
8026 * Makefile.tpl: syntactic cleanup
8027
dd2768ff
KB
80282002-11-04 Kevin Buettner <kevinb@redhat.com>
8029
8030 * Makefile.def (host_modules): Add rda.
8031 * Makefile.in: Regenerate.
8032 * configure.in (target_tool): Add target-rda to list.
8033
1aa8389d
DD
80342002-10-25 Phil Edwards <pme@gcc.gnu.org>
8035
8036 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8037 and restrap targets to this rule.
8038 * Makefile.in: Regenerate.
8039
28f46298
HPN
80402002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8041
8042 * configure.in (i[3456]86-*-linux*): Add check to disable
8043 ${libgcj} for glibc1.
8044
ff72e302
NC
80452002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8046
8047 * configure.in: Add tic4x target.
8048
8607b6c9
NN
80492002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8050
8051 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8052 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8053 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8054 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8055 * Makefile.in: Regenerate.
8056
f8f61f4a
NN
80572002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8058
c86f794b
NN
8059 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8060 * Makefile.in: Regenerate.
8061
a9590527
NN
8062 * Makefile.def: Remove order dependency comments.
8063 * Makefile.tpl: Add explicit install-install dependencies.
8064 * Makefile.in: Regenerate.
8065
8412ce72
NN
8066 * Makefile.tpl: Remove material now in src-release. (Finally!)
8067 * Makefile.in: Regenerate.
8068
8b9f37f1
NN
8069 * configure: Restore my original patch by syncing with gcc version.
8070
f8f61f4a
NN
8071 * Bring following over from gcc:
8072
80732002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8074
8075 * configure.in (s390*-*-linux*): Enable libgcj.
8076
403d9505
NN
80772002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8078
8079 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8080
95f6f383
AM
80812002-10-02 Alan Modra <amodra@bigpond.net.au>
8082
e4673b0a 8083 * configure: Move stray lines back to where they belong.
95f6f383 8084
748503c8
NN
80852002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8086
a581b5c3
NN
8087 * Makefile.tpl: Insert configure-target target, for src-release.
8088
c084f5b4
NN
8089 * configure: Finish reverting change which Andrew Cagney started
8090 reverting. Should fix bustage.
8091
7aa673ed 8092 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8093 * src-release: New file. Contains material for making net
8094 releases for gdb, binutils, et al., formerly in Makefile.in.
8095
82a9b2d9
NC
80962002-09-30 Nick Clifton <nickc@redhat.com>
8097
8098 * cpu: New top level directory. Intended to hold input files for
8099 CGEN which have FSF copyright assignment.
8100 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8101
c2463a00
AC
81022002-09-29 Andrew Cagney <ac131313@redhat.com>
8103
8104 Revert below (note that src does not contain Makefile.tpl):
8105 * Makefile.tpl: Make subsituted variables more autoconfy.
8106 * Makefile.in: Regenerate.
8107
f03b4789
NN
81082002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8109
c11e16a9
NN
8110 * configure: Revert accidentally applied changes.
8111
f03b4789
NN
8112 * Makefile.tpl: Make more autoconf-friendly.
8113 * Makefile.in: Regenerate.
8114 * configure: Make substitution more autoconf-like.
8115
81162002-09-28 Richard Earnshaw <rearnsha@arm.com>
8117
8118 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8119 single entry to handle all these.
8120 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8121 libjava on arm-*-elf.
8122
c0292023
GK
81232002-09-27 Geoffrey Keating <geoffk@apple.com>
8124
8125 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8126 things that depend on them.
8127
c66d951e
NN
81282002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8129
8130 * Makefile.tpl: Make subsituted variables more autoconfy.
8131 * Makefile.in: Regenerate.
8132 * configure: Make seds more autoconfy.
8133
907a7241 81342002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8135
8136 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8137 * Makefile.in: Regenerate.
8138 * configure.in: Rewrite sed statements to look autoconfy.
8139
907a7241
NN
8140 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8141 all-target-foo on configure-target-foo.
8142 * Makefile.def: Ditto.
8143 * Makefile.in: Rebuild.
8144
405ea7a0
NN
81452002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8146
8147 * Makefile.def: New file.
8148 * Makefile.tpl: New file.
8149 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8150
8151 * configure.in: Minor rearrangement. Simplify tests.
8152
bdc57bfd
JT
81532002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8154
8155 * configure.in (with_headers): Skip copy if value is "yes".
8156 (with_libs): Likewise.
8157
ae03d6e2
NN
81582002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8159
8160 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8161 * configure.in (sh*-*-pe*): Ditto.
8162 * configure.in (mips*-*-pe*): Ditto.
8163 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8164
8165 * configure.in: Rearrange.
8166
707960fe
NC
81672002-09-12 Nick Clifton <nickc@redhat.com>
8168
8169 * Import these changes from the config master repository:
8170
8171 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8172
8173 * config.sub: Add tic4x target.
8174
8175 2002-09-03 Ben Elliston <bje@redhat.com>
8176
8177 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8178 Reported by <Duncan_Stodart@insession.com>.
8179
36ea319f
JJ
81802002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8181
8182 * COPYING.NEWLIB: More updates.
8183
cf57480a
JJ
81842002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8185
8186 * COPYING.NEWLIB: Update.
8187
fd31a171
AC
81882002-08-23 Andrew Cagney <ac131313@redhat.com>
8189
23b632fc
AC
8190 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8191
fd31a171
AC
8192 * config.guess: Import version 2002-08-23.
8193 * config.sub: Import version 2002-08-22.
8194
a08bafb5
AO
81952002-08-20 Alexandre Oliva <aoliva@redhat.com>
8196
8197 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8198 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8199 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8200
17240c1f
NC
82012002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8202
8203 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8204
e70ad0c6
L
82052002-08-04 H.J. Lu (hjl@gnu.org)
8206
8207 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8208
574e6d11
DD
82092002-07-31 Alan Modra <amodra@bigpond.net.au>
8210
8211 * configure.in: Move generic linux case to end. Copy generic
8212 linux noconfigdirs to mips*-*-linux* entry and new
8213 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8214
611e7523
CD
82152002-07-19 Chris Demetriou <cgd@broadcom.com>
8216
8217 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8218 one instance of them which was missed to the list to update.
8219
51759676
CD
82202002-07-16 Chris Demetriou <cgd@broadcom.com>
8221
8222 * config.guess: Update to 2002-07-09 version.
8223 * config.sub: Update to 2002-07-03 version.
8224
7c1f909c
DD
82252002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8226
8227 * configure.in: Remove two redundant tests.
8228
d7cf5d30
DD
82292002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8230
8231 * configure.in (mips*-*-irix6*o32): Enable stabs.
8232
c74222f7
DD
82332002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8234
5b53c336
DD
8235 * configure.in: Don't build grez.
8236 * Makefile.in: Ditto.
8237
c74222f7
DD
8238 * Makefile.in: Remove references to bsp, cygmon, libstub.
8239 * configure.in: Ditto.
8240
8241 * configure.in: Remove leftover reference to gdbtest.
8242
edd1b227
DD
82432002-07-08 Phil Edwards <pme@gcc.gnu.org>
8244
8245 * configure.in (gxx_include_dir): Change to match versioned
8246 C++ headers if --enable-version-specific-runtime-libs is used.
8247
486186e3
AO
82482002-07-04 Steve Ellcey <sje@cup.hp.com>
8249
8250 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8251
ff0a3bf8
DD
82522002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8253
8254 * configure.in: Make --without-x work.
8255
1dfa8174
NC
82562002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8257
8258 * contrib: New directory. Created to contain a copy of the
5481b376 8259 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8260 the FSF GCC sources.
8261
07637366
DD
82622002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8263
b6f83f2a
DD
8264 * configure.in: Rearrange target Makefile fragment collection.
8265
07637366
DD
8266 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8267 cvs[src].
8268 * configure.in: Ditto.
8269
f48556b1
DD
82702002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8271
8272 * Makefile.in: Eliminate 'apache' targets.
8273 * configure.in: Eliminate 'apache' targets.
8274
8275 * configure.in: Eliminate redundant tests. Reorganize.
8276
8277 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8278
8279 * config-ml.in: Eliminate references to Cygnus configure.
8280
8281 * Makefile.in: Eliminate references to building emacs.
8282
82832002-07-01 Denis Chertykov <denisc@overta.ru>
8284
8285 * configure.in: Add support for ip2k.
8286
cdb9e2b8
BE
82872002-06-24 Ben Elliston <bje@redhat.com>
8288
8289 * configure.in (host_tools): Remove cgen.
8290
8291 * Makefile.in (all-cgen): Remove; runs from its source directory.
8292 (check-cgen, install-cgen, clean-cgen): Likewise.
8293 (all-opcodes): No not depend on all-cgen.
8294 (all-sim): Likewise.
8295
3558860c
DD
82962002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8297
8298 * configure.in: Fix AIX configury bug.
8299
e3b0c936
DD
83002002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8301
cdb9e2b8 8302 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8303
cdb9e2b8
BE
8304 * configure.in: Move definition of libstdcxx_flags right above
8305 usage, rather than way earlier.
8ee424c0 8306
c712250a
DD
8307 * configure.in: Pull definition of is_cross_compiler earlier.
8308
9ee1a75c
DD
8309 * configure.in: Rearrange a little.
8310
e3b0c936
DD
8311 * configure.in: Remove references to librx.
8312 * Makefile.in: Remove references to librx.
8313
b2bd228e
DD
83142002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8315
8316 * configure.in: Eliminate ${gasdir} variable.
8317
7cd52483
DB
83182002-06-18 Dave Brolley <brolley@redhat.com>
8319
8320 * configure.in: Add support for frv.
8321 * config.sub: Add support for frv.
8322
6c5e141a
DD
83232002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8324
8325 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8326
0d18b56d
JT
83272002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8328
8329 * configure.in (vax-*-netbsd*): Re-enable gas.
8330
fd8958d5
DD
83312002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8332
27f15fdd
DD
8333 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8334 BUILD_PREFIX_1, to correct nomenclature.
8335 * configure: Likewise.
8336
fd8958d5
DD
8337 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8338 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8339
0c2442b7
DD
83402002-05-31 Olaf Hering <olh@suse.de>
8341
8342 * config-ml.in: Propogate DESTDIR also.
8343
a3602181
JT
83442002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8345
8346 * configure.in (vax-*-netbsd*): Don't build gas for this
8347 platform.
8348
c95f53ae
MM
83492002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8350
8351 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8352 and libgcj for AVR.
8353
1d7c1053
NC
83542002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8355
8356 * config.sub: Add DLX target.
8357
4b37028f
JT
83582002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8359
8360 * config.guess: Update to 2002-05-22 version.
8361 * config.sub: Likewise.
8362
d5de0a84
NC
83632002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8364
8365 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8366 * config-ml.in: Likewise.
8367 * configure: Likewise.
8368 * configure.in: Likewise.
8369
c92a0210
DD
83702002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8371
115a77aa
DD
8372 * configure.in: Simplify makefile fragment collection.
8373
8374 * configure.in: Remove code to build emacs.
e99daf2b 8375
91e060aa
DD
8376 * configure.in : Remove --srcdir argument from targargs and buildargs
8377 (it's always overridden in the Makefile anyway). Rearrange a bit.
8378
8379 * configure: Move some logic to configure.in.
8380 * configure.in: Move some logic from configure.
c92a0210 8381
91217342
JJ
83822002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8383
8384 * COPYING.LIBGLOSS: New file.
8385
d3d8a9ee
NC
83862002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8387
8388 * Makefile.in: Honour DESTDIR.
8389
3a036cdc
AO
83902002-05-05 Alexandre Oliva <aoliva@redhat.com>
8391
8392 * configure.in (noconfigdirs): Don't disable libgcj on
8393 sparc64-*-solaris* and sparcv9-*-solaris*.
8394
6d095fe4
AO
83952002-05-03 Alexandre Oliva <aoliva@redhat.com>
8396
8397 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8398
dac55df9
TF
83992002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8400
8401 * configure.in (FLAGS_FOR_TARGET): Do not add
8402 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8403 on i[3456]86-*-linux*.
8404
a018e15b
TF
84052002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8406
8407 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8408
8409 * configure.in (noconfigdirs): Do not add target-newlib if
8410 target == i[3456]86-*-linux*, and host == target.
8411
5f284831
MM
84122002-04-29 Mark Mitchell <mark@codesourcery.com>
8413
8414 * config.guess: Updated to 2002-04-26's version.
8415 * config.sub: Updated to 2002-04-26's version.
8416
33babf59
DD
84172002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8418
bd5f7da2
DD
8419 * configure.in: delete reference to absent file
8420
a0c4f3a0
DD
8421 * configure.in: replace '[' with 'test'
8422
66f1ba4f
DD
8423 * configure.in: Eliminate references to gash.
8424 * Makefile.in: Eliminate references to gash.
8425
7c3ab50c
DD
8426 * configure.in: remove useless references to 'pic' makefile fragments.
8427
bbc025f5
DD
8428 * configure.in: (*-*-windows*) Finish removing.
8429
33babf59
DD
8430 * configure.in: Eliminate redundant test for libgui.
8431
d5ec694c
DD
84322002-04-26 Joel Sherrill <joel@OARcorp.com>
8433
8434 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8435 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8436
57a5346c
DD
84372002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8438
8439 * configure.in: remove references to dead files
8440
dbf93899
DD
84412002-04-18 Tom Tromey <tromey@redhat.com>
8442
8443 * configure.in: Disallow configuring libgcj when it is already
8444 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8445 Solaris 2.8 by default. For PR libgcj/6158.
8446
26eadf68
DD
84472002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8448
8449 * configure.in: Move default CC setting out of config/mh-* fragments
8450 directly into here.
8451
a0a2c6c6
DD
84522002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8453
8454 * configure.in: don't even try to configure or make a subdirectory
8455 if there's no configure script for it.
8456
9972f812
DD
84572002-04-15 Mark Mitchell <mark@codesourcery.com>
8458
8459 * MAINTAINERS: Remove chill maintainers.
8460 * Makefile.in (CHILLFLAGS): Remove.
8461 (CHILL_LIB): Remove.
8462 (TARGET_CONFIGDIRS): Remove libchill.
8463 (CHILL_FOR_TARGET): Remove.
8464 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8465 CHILL_LIB.
8466 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8467 (CHECK_TARGET_MODULES): Likewise.
8468 (INSTALL_TARGET_MODULES): Likewise.
8469 (CLEAN_TARGET_MODULES): Likewise.
8470 (configure-target-libchill): Remove.
8471 (all-target-libchill): Remove.
8472 * configure.in (target_libs): Remove target-libchill.
8473 Do not compute CHILL_FOR_TARGET.
8474 * libchill: Remove directory.
5481b376 8475
75205f78
DD
84762002-04-15 DJ Delorie <dj@redhat.com>
8477
8478 * Makefile.in, configure.in, configure: Sync with gcc, entries
8479 follow...
8480
84812002-04-08 Tom Tromey <tromey@redhat.com>
8482
8483 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8484 Fixes PR libgcj/6068.
8485
84862002-03-30 Krister Walfridsson <cato@df.lth.se>
8487
8488 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8489
84902002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8491
8492 * configure.in (alpha*-dec-osf*): Enable libgcj.
8493
84942002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8495
8496 Fix for: PR bootstrap/3591, target/5676
8497 * configure.in (mcore-pe): Disable the configuration of
8498 libstdc++-v3 since exceptions are not supported.
8499
85002002-03-20 Anthony Green <green@redhat.com>
8501
8502 * configure.in: Enable libgcj for xscale-elf target.
8503
85042002-02-28 Alexandre Oliva <aoliva@redhat.com>
8505
8506 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8507 libjava.
8508 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8509
85102002-02-22 Alexandre Oliva <aoliva@redhat.com>
8511
8512 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8513 libstdc++-v3 and libjava.
8514
85152002-02-11 Adam Megacz <adam@xwt.org>
8516
8517 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8518 boehm-gc
8519
85202002-02-09 Alexandre Oliva <aoliva@redhat.com>
8521
8522 * config.guess: Updated to 2002-01-30's version.
8523 * config.sub: Updated to 2002-02-01's version.
8524 Contribute sh64-elf.
8525 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8526 * configure.in: Added sh64-*-*.
8527
85282002-01-17 H.J. Lu <hjl@gnu.org>
8529
8530 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8531 (all-target-fastjar): Also depend on all-target-libiberty.
8532
8533Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8534
8535 * configure, configure.in: Use temp file for long sed commands.
8536
85372001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8538
8539 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8540 libf2c.
8541
85422001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8543
8544 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8545
85462001-10-11 Hans-Peter Nilsson <hp@axis.com>
8547
8548 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8549
85502001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8551
8552 * configure: Handle temporary files securely using mkdir.
8553
85542001-09-26 Will Cohen <wcohen@redhat.com>
8555
8556 * configure.in (*-*-linux*): Disable configuration of target-newlib
8557 and target-libgloss.
8558
85592001-09-26 Alexandre Oliva <aoliva@redhat.com>
8560
8561 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8562 RANLIB.
8563
85642001-08-11 Graham Stott <grahams@redhat.com>
8565
8566 * Makefile.in (check-c++): Add missing semicolon.
8567
85682001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8569
8570 * configure.in (sh-*-linux*): New.
8571
85722001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8573
8574 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8575 and libgcj on m68hc11/m68hc12.
8576
85772001-06-27 H.J. Lu (hjl@gnu.org)
8578
8579 * Makefile (CFLAGS_FOR_BUILD): New.
8580 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8581
85822001-06-01 Hans-Peter Nilsson <hp@axis.com>
8583
8584 * configure.in (libstdcxx_flags): Do not try to execute
8585 libstdc++-v3/testsuite_flags until it exists.
8586
85872001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8588
8589 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8590
85912001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8592
8593 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8594
8595Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8596
8597 * configure.in: Move *-chorusos target case to the proper switch.
8598 Disable libgcj.
8599
86002001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8601
8602 * Makefile.in (STAGE1_CFLAGS): Pass down.
8603
86042001-04-13 Alan Modra <amodra@one.net.au>
8605
8606 * config.guess: Add hppa64-linux support. Note for next import that
8607 this is already in the master file.
8608 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8609
86102001-03-22 Colin Howell <chowell@redhat.com>
8611
8612 * Makefile.in (DO_X): Do not backslash single-quotes in
8613 backquotes (two places).
8614
86152001-03-18 Laurynas Biveinis <lauras@softhome.net>
8616
8617 * Makefile.in (DO_X): Quote nested quotes.
8618
86192001-03-15 Laurynas Biveinis <lauras@softhome.net>
8620
8621 * Makefile.in (DO_X): Use double quotes for quoting
8622 "RANLIB=$${RANLIB}".
8623
86242001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8625
8626 * configure.in: Only use `lang_requires' for languages athat are
8627 actually enabled.
8628
86292001-03-07 Tom Tromey <tromey@redhat.com>
8630
8631 * configure.in: Allow config-lang.in to set `lang_requires' to list
8632 of other required languages.
8633
86342001-03-06 Laurynas Biveinis <lauras@softhome.net>
8635
8636 * Makefile.in: Remove RANLIB definition. Use RANLIB
8637 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8638 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8639
86402001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8641 Alexandre Oliva <aoliva@redhat.com>
8642
8643 * Makefile.in (check-c++): Use tabs, not spaces.
8644
86452001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8646
8647 * Makefile.in (check-c++): New rule.
8648
8649 * configure.in (target_libs): Remove libg++.
8650 (noconfigdirs): Remove libg++.
8651 (noconfigdirs): Same.
8652 (noconfigdirs): Same.
8653 (noconfigdirs): Same.
8654
8655 * config-ml.in: Remove libg++ references.
8656
8657 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8658 (ALL_TARGET_MODULES): Same.
8659 (configure-target-libg++): Remove.
8660 (all-target-libg++): Remove.
8661 (configure-target-libio): Remove.
8662 (all-target-libio): Remove.
8663 (check-target-libio): Remove.
8664 (.PHONY): Remove.
8665 (libg++.tar.bz2): Remove.
8666 (all-target-cygmon): Remove libio.
8667 (all-target-libstdc++): Remove.
8668 (configure-target-libstdc++): Remove.
8669 (TARGET_LIB_PATH): Remove libstdc++.
8670 (ALL_GCC_CXX): Remove libstdc++.
8671 (all-target-gperf): Correct.
8672
86732001-02-15 Anthony Green <green@redhat.com>
8674
8675 * configure: Introduce GCJ_FOR_TARGET.
8676 * configure.in: Ditto.
8677 * Makefile.in: Ditto.
8678
86792001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8680
8681 * configure.in: for *-chorusos, don't config target-newlib and
8682 target-libgloss.
8683
86842001-02-04 Mark Mitchell <mark@codesourcery.com>
8685
8686 Remove V2 C++ library.
8687 * configure.in: Remove --enable-libstdcxx_v3 support.
8688
86892001-01-27 Richard Henderson <rth@redhat.com>
8690
8691 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8692
86932001-01-26 Tom Tromey <tromey@redhat.com>
8694
8695 * configure.in: Allow libgcj to be built on Sparc Solaris.
8696
86972001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8698
8699 * configure.in: Enable libgcj on several additional platforms.
8700
87012001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8702
8703 * configure.in: Enable libgcj for linux targets.
8704
87052001-01-09 Mike Stump <mrs@wrs.com>
8706
8707 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8708 failures of subdirectories.
8709
87102001-01-02 Laurynas Biveinis <lauras@softhome.net>
8711
8712 * configure: handle DOS-style absolute paths.
8713
87142001-01-02 Laurynas Biveinis <lauras@softhome.net>
8715
8716 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8717
87182000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8719
8720 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8721 (libstdcxx_incdir): Pass down.
8722 * config.if: Remove expired bits for cxx_interface, add stub.
8723 (libstdcxx_incdir): Add variable for g++ include directory.
8724 * configure.in (gxx_include_dir): Use it.
8725
87262000-12-15 Andreas Jaeger <aj@suse.de>
8727
8728 * configure.in: Handle lang_dirs.
8729
87302000-12-13 Anthony Green <green@redhat.com>
8731
8732 * configure.in: Disable libgcj for any target not specifically
8733 listed. Disable libgcj for x86 and Alpha Linux until compatible
8734 with g++ abi.
8735
87362000-12-13 Mike Stump <mrs@wrs.com>
8737
8738 * Makefile.in (local-distclean): Also remove fastjar.
8739
87402000-12-10 Anthony Green <green@redhat.com>
8741
8742 * configure.in: Define libgcj. Disable libgcj target libraries for
8743 most targets.
8744
87452000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8746
8747 * configure.in (target_libs): Revert 2000-12-08 patch.
8748 (noconfigdirs): Added target-libjava.
8749
87502000-12-09 Laurynas Biveinis <lauras@softhome.net>
8751
8752 * Makefile.in: handle DOS-style absolute paths.
8753
87542000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8755
8756 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8757 libjava.
8758 * configure.in (target_libs): Removed `target-libjava'.
8759
87602000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8761
8762 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8763 (ALL_MODULES): Added fastjar.
8764 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8765 (all-target-libjava): all-fastjar replaces all-zip.
8766 (all-fastjar): Added.
8767 (configure-target-fastjar, all-target-fastjar): Likewise.
8768 * configure.in (host_tools): Added fastjar.
8769
87702000-12-07 Mike Stump <mrs@wrs.com>
8771
8772 * Makefile.in (local-distclean): Remove leftover built files.
8773
87742000-11-16 Fred Fish <fnf@be.com>
8775
8776 * configure.in (enable_libstdcxx_v3): Fix typo,
8777 libstd++ -> libstdc++.
8778
87792000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8780
8781 * configure: Provide the original toplevel configure arguments
8782 (including $0) to subprocesses in the environment rather than
8783 through gcc/configargs.h.
8784
87852000-11-12 Mark Mitchell <mark@codesourcery.com>
8786
8787 * configure: Turn on libstdc++ V3 by default.
8788
87892000-10-16 Michael Meissner <meissner@redhat.com>
8790
8791 * configure (gcc/configargs.h): Only create if there is a build GCC
8792 directory created.
8793
87942000-10-05 Phil Edwards <pme@gcc.gnu.org>
8795
8796 * configure: Save configure arguments to gcc/configargs.h.
8797
87982000-10-04 Andris Pavenis <pavenis@latnet.lv>
8799
8800 * Makefile.in (bootstrap): avoid recursion if subdir missing
8801 (cross): ditto
8802 (do-proto-toplev): ditto
8803
8804Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8805
8806 * configure.in: Do not build byacc for hppa64. Provide paths to the
8807 X11 libraries for hppa64.
8808
88092000-09-02 Anthony Green <green@cygnus.com>
8810
8811 * Makefile.in (all-gcc): Depend on all-zlib.
8812 (CLEAN_MODULES): Add clean-zlib.
8813 (ALL_MODULES): Add all-zlib.
8814 * configure.in (host_libs): Add zlib.
8815
88162000-08-25 Alexandre Oliva <aoliva@redhat.com>
8817
8818 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8819 $targargs to tell whether newlib is going to be built.
8820
8821 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8822 $$r/TARGET_SUBDIR/libio for _G_config.h.
8823
88242000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8825
8826 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8827
8828 * configure: Make enable_threads and enable_shared defaults
8829 explicit. Substitute enable_threads into generated Makefiles.
8830 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8831 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8832
88332000-08-02 Manfred Hollstein <manfredh@redhat.com>
8834
8835 * configure.in: Re-enable all references to libg++ and librx.
8836
ffb97b2f 88372002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8838
ffb97b2f
DD
8839 * configure.in: Add *-*-freebsd* configurations.
8840
bbf6e9e3
AC
88412002-04-07 Andrew Cagney <ac131313@redhat.com>
8842
8843 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8844 (do-tar, do-bz2): New rules.
8845 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8846 (gdb-tar): New rule.
8847 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8848 (insight_dejagnu.tar): New rule.
8849 (insight.tar): New rule.
8850 (gdb+dejagnu.tar): New rule.
8851 (gdb.tar): New rule.
8852
8f1579c0
AC
88532002-04-07 Andrew Cagney <ac131313@redhat.com>
8854
8855 * MAINTAINERS: Update dejagnu/
8856
ba3c59ab
AO
88572002-03-16 Alexandre Oliva <aoliva@redhat.com>
8858
8859 * ltmain.sh (relink_command): Fix typo in previous change.
8860
6243d5dd
AO
88612002-03-15 Alexandre Oliva <aoliva@redhat.com>
8862
8863 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8864 (relink_command): Added --tag flags.
8865 (mode=install): If relinking fails; error out.
8866
80413487
RH
88672002-03-12 Richard Henderson <rth@redhat.com>
8868
8869 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8870 .NOTPARALLEL tag.
8871 (do-check): Rename from check.
8872 (check): Allow parallel check.
8873
3daeddf6
RH
88742002-03-11 Richard Henderson <rth@redhat.com>
8875
8876 * Makefile.in (.NOTPARALLEL): Add fake tag.
8877
fad93c55
L
88782002-03-07 H.J. Lu (hjl@gnu.org)
8879
8880 * configure.in: Enable gprof for mips*-*-linux*.
8881
2e8357fc
AO
88822002-02-28 Alexandre Oliva <aoliva@redhat.com>
8883
8884 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8885 libjava.
8886 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8887
bd48e1a9
AC
88882002-02-24 Andrew Cagney <ac131313@redhat.com>
8889
8890 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8891
39121370
DJ
88922002-02-23 Daniel Jacobowitz <drow@mvista.com>
8893
8894 * config.guess: Import from master sources, rev 1.232.
8895 * config.sub: Import from master sources, rev 1.246.
8896
081ff160
AO
88972002-02-23 Alexandre Oliva <aoliva@redhat.com>
8898
8899 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8900 because its Makefile is there; test for the executable instead.
8901
20a5393b
AO
89022002-02-09 Alexandre Oliva <aoliva@redhat.com>
8903
8904 Contribute sh64-elf.
8905 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8906 * configure.in: Added sh64-*-*.
8907
38135629
JJ
89082002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8909
80413487
RH
8910 * COPYING.NEWLIB: Remove advertising clause from
8911 Berkeley and Red Hat licenses.
38135629 8912
48d19748
MD
89132002-02-01 Mo DeJong <supermo@bayarea.net>
8914
8915 * Makefile.in: Add all-tix to deps for all-snavigator
8916 so that tix is built when building snavigator.
8917
f6e1c110
BE
89182002-02-01 Ben Elliston <bje@redhat.com>
8919
8920 * config.guess: Import from master sources, rev 1.229.
8921 * config.sub: Import from master sources, rev 1.240.
8922
4867be41
DJ
89232002-01-27 Daniel Jacobowitz <drow@mvista.com>
8924
8925 From Steve Ellcey <sje@cup.hp.com>:
8926 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8927 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8928 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8929 IA64.
8930 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8931 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8932 soname_spec, sys_lib_search_path_spec): Ditto.
8933
e82380cc
JT
89342002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8935
8936 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8937 target-libiberty, and target-libgloss. Skip Java-related
8938 libraries if not supported for NetBSD on target CPU.
8939
1319fb9c
NC
89402002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8941
8942 * configure.in: Import StrongARM and XScale target_configdirs from
8943 FSF GCC version.
8944
b020f6ac
L
89452002-01-16 H.J. Lu (hjl@gnu.org)
8946
8947 * config.guess: Import from master sources, rev 1.225.
8948 * config.sub: Import from master sources, rev 1.238.
8949
8950 * MAINTAINERS: Updated notes on config.guess and config.sub.
8951
a0c1c920
NC
89522002-01-11 Steve Ellcey <sje@cup.hp.com>
8953
8954 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8955 ld and gdb are not supported.
8956
a9fa5e1f
JJ
89572002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8958
8959 * Change reference to Cygnus Solutions to be Red Hat.
8960
94077108
JJ
89612002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8962
8963 * COPYING.NEWLIB: Update generic copyright date.
8964
05ecd75c
MS
89652002-01-07 Mark Salter <msalter@redhat.com>
8966
8967 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8968 Allow target-libgloss to be built for arm, strongarm, and xscale.
8969
a106bb62
BE
89702002-01-03 Ben Elliston <bje@redhat.com>
8971
8972 * MAINTAINERS: Update URL for config.* scripts.
8973
0e254642
AM
89742001-12-18 Alan Modra <amodra@bigpond.net.au>
8975
8976 * config.sub: Import latest version.
8977 * config.guess: Likewise.
8978
0a0d0041
TF
89792001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8980
8981 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8982 options for i[3456]86-pc-linux* native builds.
8983
d932cae7
NC
89842001-12-05 Laurent Guerby <guerby@acm.org>
8985
8986 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8987 libiberty.
d932cae7
NC
8988
8989 Import this patch from gcc:
5481b376 8990
d932cae7
NC
8991 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8992
8993 * symlink-tree: handle DOS-style absolute paths.
8994
49b7683b
DD
89952001-11-28 DJ Delorie <dj@redhat.com>
8996 Zack Weinberg <zack@codesourcery.com>
8997
8998 When build != host, create libiberty for the build machine.
8999
9000 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9001 CONFIG_ARGUMENTS.
9002 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9003 New variables.
9004 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9005 and rules.
9006 (all.normal): Depend on ALL_BUILD_MODULES.
9007 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9008 (all-build-libiberty): Depend on configure-build-libiberty.
9009
9010 * configure: Calculate and substitute proper value for
9011 ALL_BUILD_MODULES.
9012 * configure.in: Create the build subdirectory.
9013 Calculate and substitute TARGET_CONFIGARGS (formerly
9014 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9015
26ef82f4
GK
90162001-11-26 Geoffrey Keating <geoffk@redhat.com>
9017
9018 * config.sub: Update to version 1.232 on subversion.
9019
43e64072
NC
90202001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9021
9022 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9023 files from .po files for a distribution.
9024
66f6c0d5
HPN
90252001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9026
9027 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9028
4a02fdb2
JH
90292001-11-13 Jeff Holcomb <jeffh@redhat.com>
9030
9031 Merged from net gcc:
9032 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9033 * ltcf-c.sh: Use $objext, not $ac_objext.
9034 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9035 * ltcf-cxx.sh: Add support for GNU.
9036 2001-07-22 Timothy Wall <twall@redhat.com>
9037 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9038 default settings if using GNU tools with that configuration.
9039 * ltcf-cxx.sh: Ditto.
9040 * ltcf-gcj.sh: Ditto.
9041 2001-07-21 Michael Chastain <chastain@redhat.com>
9042 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9043 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9044 * ltmain.sh: Mark as gcc-local.
9045
227b9953
JH
90462001-11-13 Jeff Holcomb <jeffh@redhat.com>
9047
9048 * Makefile.in (all-bison): Revert 2001-10-24.
9049 Don't depend on texinfo.
9050
cbbab8fb
JJ
90512001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9052
80413487 9053 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9054
922b2485
DD
90552001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9056
9057 * configure.in (--enable-languages): Be more permissive about
9058 syntax. Check for empty lists better. Warn about $LANGUAGES.
9059
f08fa01d
HPN
90602001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9061
9062 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9063
fee3da4e
JH
90642001-10-24 Jeff Holcomb <jeffh@redhat.com>
9065
9066 Makefile.in (all-bison): Don't depend on texinfo.
9067
73fb1ef9
AM
90682001-10-03 Alan Modra <amodra@bigpond.net.au>
9069
9070 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9071
373688ac
AO
90722001-09-29 Alexandre Oliva <aoliva@redhat.com>
9073
9074 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9075
9c07660b
HPN
90762001-09-28 Hans-Peter Nilsson <hp@axis.com>
9077
9078 * config.sub, config.guess: Import latest from subversions.
9079
3f152009
AO
90802001-09-21 Alexandre Oliva <aoliva@redhat.com>
9081
9082 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9083 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9084 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9085 avoid quotes nesting problems.
9086 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9087 (DO_X): Export only variables that are set.
9088
8f6a59e5
BE
90892001-09-19 Ben Elliston <bje@redhat.com>
9090
9091 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9092 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9093 semantics. Use the shell built-in "type" command instead.
9094
a1ec19fa
TS
90952001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9096
9097 * config.sub: Reverted the earlier change, this version is not the
9098 master file.
9099
4008bd9b
TS
91002001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9101
9102 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9103 Add support for mips64.
9104
dd1e52a4
JH
91052001-09-03 Jeff Holcomb <jeffh@redhat.com>
9106
9107 * configure.in: Enable libstdc++-v3 for h8300 targets.
9108
91549d1c
EC
91092001-08-30 Eric Christopher <echristo@redhat.com>
9110 Jason Eckhardt <jle@redhat.com>
9111
9112 * config.sub: Add support for mipsisa32.
9113
cf966cf9
EC
91142001-08-30 Eric Christopher <echristo@redhat.com>
9115
9116 * config.sub, config.guess: Import latest from subversions.
9117
82208dc5
AM
91182001-08-20 Alan Modra <amodra@bigpond.net.au>
9119
9120 * config.sub, config.guess: Import latest from subversions.
9121
4dca8403
DD
91222001-07-26 DJ Delorie <dj@redhat.com>
9123
9124 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9125
1107dce2
AM
91262001-06-19 Alan Modra <amodra@bigpond.net.au>
9127
9128 * Makefile.in: Revert 2001-06-17.
9129 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9130
e09a6604
L
91312001-06-17 H.J. Lu <hjl@gnu.org>
9132
9133 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9134 (gas+binutils.tar.bz2): Likewise.
9135 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9136
31a8b634
AC
9137Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9138
9139 * Makefile.in (VER): When present, extract the version number from
5481b376 9140 the file version.in.
31a8b634 9141
dc70af01
AO
91422001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9143
9144 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9145 gcc/xgcc is built, use -print-prog-name to find out the program
9146 name to use.
9147
839bbd8c
AO
91482001-06-04 Mark Mitchell <mark@codesourcery.com>
9149
9150 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9151 with_gcc]: Use `gcc -shared' to build a shared library.
9152
566e9a30
AO
91532001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9154
9155 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9156 archives.
9157
e877bb69
AO
91582001-05-28 Simon Patarin <simon.patarin@inria.fr>
9159
9160 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9161 libraries when using g++ with native linker.
9162
1605288b
AO
91632001-05-28 Alexandre Oliva <aoliva@redhat.com>
9164
9165 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9166
11a383ba
TR
91672001-05-24 Tom Rix <trix@redhat.com>
9168
9169 * configure.in : enable ld for aix
cf966cf9 9170
18611226
AO
91712001-05-22 Alexandre Oliva <aoliva@redhat.com>
9172
9173 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9174 [aix4*|aix5*]: Prepend blank.
9175
6be7c12c
AO
91762001-05-20 Alexandre Oliva <aoliva@redhat.com>
9177
9178 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9179 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9180 of subdir/configure scripts to use the new libtool.m4.
9181
4ed00bba
L
91822001-05-14 H.J. Lu <hjl@gnu.org>
9183
9184 * config.if (libc_interface): Set to -libc6.2- for cross
9185 compiling to Linux/glibc 2.2.
9186
b1af961c
AO
91872001-05-03 Alexandre Oliva <aoliva@redhat.com>
9188
9189 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9190 libgcj.
9191
5ec3e74e
AO
91922001-04-26 Alexandre Oliva <aoliva@redhat.com>
9193
9194 * configure.in (noconfigdirs): Don't reset it from scratch in the
9195 target case; only append to it.
9196
b3ed1d6b
AO
91972001-04-26 Alexandre Oliva <aoliva@redhat.com>
9198
9199 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9200 sparc-*-solaris2.8]: Disable ${libgcj}.
9201
96111c10
AO
92022001-04-25 Alexandre Oliva <aoliva@redhat.com>
9203
9204 * configure.in (libgcj_saved): Copy from $libgcj.
9205 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9206 --disable-libgcj.
9207
b5bf43f2
AO
92082001-04-20 Alexandre Oliva <aoliva@redhat.com>
9209
9210 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9211 1.641.2.228.
9212
8cc32590
AO
92132001-04-12 Alexandre Oliva <aoliva@redhat.com>
9214
9215 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9216 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9217
dec0cb0c
AO
92182001-04-01 Alexandre Oliva <aoliva@redhat.com>
9219
9220 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9221 New macros.
9222 (bootstrap, cross): Use RECURSE_FLAGS.
9223 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9224
6a9c3886
AO
92252001-03-27 Alexandre Oliva <aoliva@redhat.com>
9226
9227 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9228
d4fc7db8
NC
92292001-03-23 Nick Clifton <nickc@redhat.com>
9230
9231 * README-maintainer-mode: Add note about inability to use "make
9232 distclean" in maintainer mode.
9233
7389ff65
AO
92342001-03-22 Alexandre Oliva <aoliva@redhat.com>
9235
9236 Re-installed:
9237 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9238 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9239 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9240 * ltcf-cxx.sh: Likewise.
9241 * ltcf-gcj.sh: Likewise.
9242
b3e0dc8e
PB
92432001-03-22 Philip Blundell <philb@gnu.org>
9244
9245 * config.sub, config.guess: Import latest from subversions.
9246
469b781c
AO
92472001-03-22 Alexandre Oliva <aoliva@redhat.com>
9248
9249 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9250 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9251
b0dad762
MC
92522001-03-20 Michael Chastain <chastain@redhat.com>
9253
9254 * Makefile.in: all-m4 depends on all-texinfo.
9255
c559bb17
AO
92562001-03-08 Alexandre Oliva <aoliva@redhat.com>
9257
9258 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9259
fef4ae2e
JJ
92602001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9261
9262 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9263 longer valid.
9264
8d6dd99d
NC
92652001-02-16 Nick Clifton <nickc@redhat.com>
9266
9267 * configure.in (noconfigdirs): Allow configuration of texinfo
9268 for Cygwin hosts.
9269
a85d7ed0
NC
92702001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9271
9272 * config.guess: Add linux target for S/390.
9273 * config.sub: Likewise.
9274 * configure.in: Likewise.
9275
51221c5e
DD
92762001-02-06 Ben Elliston <bje@redhat.com>
9277
9278 * configure: Output host type to stdout, not stderr.
9279
9dec4c71
MS
92802001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9281
9282 * config.guess: Import from subversions.gnu.org (revision 1.181).
9283 * config.sub: Import from subversions.gnu.org (revision 1.199).
9284
9add9c04
AM
92852001-01-30 Alan Modra <alan@linuxcare.com.au>
9286
9287 * config.guess: Handle hppa64-linux systems.
9288
8679174d
MS
92892001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9290
9291 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9292 Don't unset, it's non-portable and no longer necessary, set to empty
9293 instead.
9294
02d01ed4
MS
92952001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9296
9297 * ltconfig: Shell portability fix for the tagname validity check.
9298
4cc5853d
MS
92992001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9300
9301 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9302
7487e485
AO
93032001-01-27 Alexandre Oliva <aoliva@redhat.com>
9304
9305 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9306 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9307
f332af52
AO
93082001-01-24 Alexandre Oliva <aoliva@redhat.com>
9309
9310 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9311 keep at least one of build_libtool_libs or build_old_libs set to
9312 yes.
9313
ef099754
AO
93142001-01-24 Alexandre Oliva <aoliva@redhat.com>
9315
9316 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9317 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9318
8341f2fc 93192000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9320
8341f2fc
AJ
9321 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9322
93232000-11-03 Philip Blundell <pb@futuretv.com>
9324
9325 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9326 files.
ebf0fa2e 9327
c320a39f
JJ
93282001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9329
9330 * COPYING.NEWLIB: Put into source repository.
9331
8817b92e
BE
93322001-01-15 Ben Elliston <bje@redhat.com>
9333
9334 * configure.in (host_tools): Add sid.
9335 Always configure cgen.
9336 * Makefile.in (all-sid): New target.
9337 (check-sid, clean-sid, install-sid): Likewise.
9338
35590697
AJ
93392001-01-07 Andreas Jaeger <aj@suse.de>
9340
80413487 9341 * config.sub, config.guess: Update from subversions.
35590697 9342
6ee6cea6
AO
93432000-12-12 Alexandre Oliva <aoliva@redhat.com>
9344
9345 * configure.in: Disable language-specific target libraries for
9346 languages that aren't enabled.
9347
077b8428
NC
93482000-11-24 Nick Clifton <nickc@redhat.com>
9349
9350 * configure.in (xscale-elf): Add target.
9351 (xscale-coff): Add target.
9352 (c4x, c5x, tic54x): Move after ARM targets.
9353
9e28a1ed
AO
93542000-11-23 Alexandre Oliva <aoliva@redhat.com>
9355
9356 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9357
be98a80a
ILT
93582000-11-20 Ian Lance Taylor <ian@zembu.com>
9359
9360 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9361
5cec67bf
AO
93622000-11-18 Alexandre Oliva <aoliva@redhat.com>
9363
9364 * Makefile.in: Merge with GCC and libgcj.
9365 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9366 configure-target-<library> when their configure scripts need the C
9367 or C++ library to have already been built to work properly.
9368 (do_proto_toplev): Set them to an empty string.
9369
d932cae7 93702000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9371
9372 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9373 (REALLY_SET_LIB_PATH): Use them.
9374
d932cae7 93752000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9376
9377 * config.sub: Add support for Sun Chorus
9378
8602ff0c
NC
93792000-11-02 Per Lundberg <plundis@chaosdev.org>
9380
9381 * config.sub: Add support for the *-storm-chaos OS.
9382
f9e0997d
NC
93832000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9384
80413487
RH
9385 * configure.in (noconfigdirs): Don't compile some
9386 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9387
d64552c5
AO
93882000-09-30 Alexandre Oliva <aoliva@redhat.com>
9389
9390 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9391 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9392 all affected `configure' scripts.
9393
97f60b31
AO
93942000-09-25 Alexandre Oliva <aoliva@redhat.com>
9395
9396 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9397 ltcf-c.sh.
9398
6e8dd58f
PB
93992000-09-12 Philip Blundell <philb@gnu.org>
9400
9401 * config.sub, config.guess: Update from subversions.
9402
103a2e99
AO
94032000-09-06 Alexandre Oliva <aoliva@redhat.com>
9404
51601921
AO
9405 * Makefile.in (all-zlib): Added dummy target.
9406
103a2e99
AO
9407 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9408 multi-language branch.
9409
2809b4b9
AO
94102000-09-05 Alexandre Oliva <aoliva@redhat.com>
9411
9412 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9413 (bootstrap*): Depend on all-bootstrap.
9414
7450026c
AO
94152000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9416
9417 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9418 crosses, but add gcc/include to the header search path for them.
9419
6cf86f7f
AO
94202000-08-31 Alexandre Oliva <aoliva@redhat.com>
9421
9422 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9423 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9424 * gettext.m4: New file, extracted from aclocal.m4.
9425
ce2ea6e3
AO
94262000-08-22 Alexandre Oliva <aoliva@redhat.com>
9427
9428 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9429 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9430 sub-configures.
9431
9765193e
DE
94322000-08-20 Doug Evans <dje@casey.transmeta.com>
9433
9434 * Makefile.in (ALL_MODULES): Add all-cgen.
9435 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9436 (all-cgen): New target.
9437 (all-opcodes,all-sim): Depend on all-cgen.
9438 * configure.in (host_tools): Add cgen.
9439 Only configure cgen if --enable-cgen-maint.
9440
d7b32520
AO
94412000-08-17 Alexandre Oliva <aoliva@redhat.com>
9442
9443 * config-ml.in (CC, CXX): Don't introduce a leading space.
9444
e52ef561
AO
94452000-08-16 Alexandre Oliva <aoliva@redhat.com>
9446
9447 * configure.in (libstdcxx_flags): Use
9448 libstdc++-v3/src/libstdc++.INC.
9449
88f9c2a0
AO
94502000-08-15 Alexandre Oliva <aoliva@redhat.com>
9451
9452 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9453
98fbe43f
JM
94542000-08-11 Jason Merrill <jason@redhat.com>
9455
9456 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9457 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9458 (FLAGS_FOR_TARGET): Not here.
9459 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9460
279ddab4
DD
94612000-08-07 DJ Delorie <dj@redhat.com>
9462
9463 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9464 "if we're also building gcc, and it's a gcc that will run on the
9465 build machine, we want to use its includes instead of the system's
9466 default includes".
9467
60523a83
AO
94682000-08-03 Alexandre Oliva <aoliva@redhat.com>
9469
24ffec7a
AO
9470 * configure.in (libstdcxx_flags): Don't use `"'.
9471
60523a83
AO
9472 * config-ml.in: Adjust multilib search paths to the
9473 appropriate multilib tree.
9474
daf644b5
AO
94752000-08-02 Alexandre Oliva <aoliva@redhat.com>
9476
9477 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9478 commas in $LANGUAGES.
9479
63266560
DD
94802000-08-01 Alexandre Oliva <aoliva@redhat.com>
9481
9482 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9483
94842000-07-31 Alexandre Oliva <aoliva@redhat.com>
9485
9486 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9487 CXX_FOR_TARGET for sed.
9488
94892000-07-30 Alexandre Oliva <aoliva@redhat.com>
9490
9491 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9492 Do not override if already set in the environment or in configure.
9493 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9494 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9495
9e449d3e
AO
94962000-07-27 Alexandre Oliva <aoliva@redhat.com>
9497
9498 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9499 (GCC_FOR_TARGET): Use it.
9500 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9501 * configure.in: ... here.
9502 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9503 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9504
8bbd92e0
AO
95052000-07-24 Alexandre Oliva <aoliva@redhat.com>
9506
fd1f87b2
AO
9507 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9508 (configure-target-libchill, configure-target-libobjc): Likewise.
9509
8bbd92e0
AO
9510 * configure.in: Use the same cache file for all target libs.
9511 * config-ml.in: But different cache files per multilib variant.
9512
25c6c112
JL
95132000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9514
9515 * configure (topsrcdir): Don't use dirname.
9516
ba73c63f
JM
95172000-07-20 Jason Merrill <jason@redhat.com>
9518
9519 * configure.in: Remove all references to libg++ and librx.
9520
9521 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9522
1af08294
HPN
95232000-07-20 Hans-Peter Nilsson <hp@axis.com>
9524
9525 * config.sub: Update to subversions version 2000-07-06.
9526
ba73c63f
JM
95272000-07-12 Andrew Haley <aph@cygnus.com>
9528
9529 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9530 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9531
95322000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9533
9534 * symlink-tree: Check number of arguments.
9535
d932cae7 95362000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9537
9538 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9539
ba73c63f
JM
95402000-07-05 Jim Wilson <wilson@cygnus.com>
9541
9542 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9543 search path for a g++ extracted from the build tree. This
9544 will allow link tests run by configure scripts in
9545 subdirectories to succeed.
9546
92ee2f86
UC
95472000-07-01 Koundinya K <kk@ddeorg.soft.net>
9548
80413487 9549 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9550
23f2f29f
CV
95512000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9552
9553 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9554 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9555
f04f5a67
TW
95562000-06-19 Timothy Wall <twall@cygnus.com>
9557
9558 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9559 * config.sub: Add tic54x target.
9560
11da68be
NC
95612000-06-07 Phillip Thomas <pthomas@suse.de>
9562
9563 * README-maintainer-mode: New file: Contains notes on using
9564 --enable-maintainer-mode with binutils.
9565
d932cae7 95662000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9567
9568 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9569
d932cae7 95702000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9571
9572 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9573 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9574
9442cea3
L
957520000-05-21 H.J. Lu (hjl@gnu.org)
9576
80413487
RH
9577 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9578 directory are used if they exist. Make sure
9579 $(build_tooldir)/include is searched for header files,
9580 $(build_tooldir)/lib/ for library files.
9442cea3 9581 (GCC_FOR_TARGET): Likewise.
80413487 9582 (CXX_FOR_TARGET): Likewise.
9442cea3 9583
d932cae7 95842000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9585
9586 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9587
d932cae7 95882000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9589
9590 * Makefile.in (configure-target-libiberty): Depend on
9591 configure-target-newlib.
9592
ba73c63f
JM
95932000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9594
9595 * configure.in, Makefile.in: Merge all libffi-related
9596 configury stuff from the libgcj tree.
9597
d932cae7 95982000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9599
9600 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9601 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9602
d932cae7 96032000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9604
9605 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9606 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9607 current version information. Add to proto-toplev directory.
b5a23627
AC
9608 (gdb-taz): Build do-djunpack.
9609
ba73c63f
JM
96102000-05-15 David Edelsohn <edelsohn@gnu.org>
9611
9612 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9613
7c86ed39
L
96142000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9615
9616 * ltmain.sh: Preserve in relink_command any environment
9617 variables that may affect the linker behavior.
9618
d932cae7 96192000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9620
9621 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9622
d932cae7 96232000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9624
9625 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9626
ed0a91a5
EZ
96272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9628
9629 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9630 with the version name.
ed0a91a5 9631
ba73c63f 96322000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9633
ba73c63f 9634 * config.if: Tweak.
6cafa39f 9635
ba73c63f 96362000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9637
ba73c63f 9638 * djunpack.bat: New file.
66156876 9639
d932cae7 96402000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9641
9642 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9643 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9644 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9645 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9646
ba73c63f
JM
96472000-04-16 Dave Pitts <dpitts@cozx.com>
9648
80413487
RH
9649 * config.sub (case $basic_machine): Change default for "ibm-*"
9650 to "openedition".
ba73c63f 9651
d932cae7 96522000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9653
9654 * Makefile.in (gdb-taz): New target. GDB specific archive.
9655 (do-md5sum): New target.
9656 (MD5PROG): Define.
9657 (PACKAGE): Default to TOOL.
9658 (VER): Default to a shell script.
9659 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9660 md5 checksum generation.
b35ece4e
AC
9661 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9662 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9663 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9664 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9665
d932cae7 96662000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9667
9668 * configure (warn_cflags): Delete.
9669
ba73c63f 96702000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9671 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9672
80413487
RH
9673 * configure.in (enable_libstdcxx_v3): Add.
9674 (target_libs): Add bits here to switch between libstdc++-v2 and
9675 libstdc++-v3.
9676 * config.if: And this file too.
9677 * Makefile.in: Add libstdc++-v3 targets.
35590697 9678
ba73c63f
JM
96792000-04-05 Michael Meissner <meissner@redhat.com>
9680
9681 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9682
d332c5ac
JM
96832000-03-29 Jason Merrill <jason@casey.cygnus.com>
9684
9685 * configure.in: -linux-gnu*, not -linux-gnu.
9686
d932cae7 96872000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9688
9689 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9690 (do-tar-bz2): Replace TOOL with PACKAGE.
9691 (gdb.tar.bz2): Remove GDBTK from GDB package.
9692 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9693 dejagnu.tar.bz2): New packages.
6dcbc97b 9694
96ce09a7
ILT
96952000-02-27 Andreas Jaeger <aj@suse.de>
9696
9697 * configure.in: Add entry for mips*-*-linux*, move catch all
9698 *-*-*linux* entry below this one.
9699
2031769e
ILT
97002000-02-27 Ian Lance Taylor <ian@zembu.com>
9701
9702 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9703
4bab746c
NC
97042000-02-24 Nick Clifton <nickc@cygnus.com>
9705
9706 * config.sub: Support an OS of "wince".
9707
d932cae7 97082000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9709
9710 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9711 version.
ada59422 9712
5b93d8bb
AM
97132000-02-23 Linas Vepstas <linas@linas.org>
9714
9715 * config.sub: Add support for Linux/IBM 370.
9716 * configure.in: Likewise.
9717
2fb651f6
NC
97182000-02-22 Nick Clifton <nickc@cygnus.com>
9719
9720 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9721
b8441c25
CF
97222000-02-20 Christopher Faylor <cgf@cygnus.com>
9723
9724 * config.guess: Guess "cygwin" rather than "cygwin32".
9725
d332c5ac
JM
97262000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9727
9728 * configure (gcc_version): When setting, narrow search to
9729 lines containing `version_string'.
9730
ba73c63f
JM
97312000-02-15 Denis Chertykov <denisc@overta.ru>
9732
9733 * config.sub: Add support for avr target.
9734
d932cae7 97352000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9736
9737 * config.sub: Add mmix-knuth-mmixware.
9738
97392000-01-27 Christopher Faylor <cgf@redhat.com>
9740
9741 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9742 structure stuff to -L library search.
9743 (CXX_FOR_TARGET): Ditto.
9744 (CROSS_CHECK_MODULES): Fix spelling mistake.
9745
97462000-01-24 Mark Mitchell <mark@codesourcery.com>
9747
9748 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9749 the C++ compiler.
9750
97512000-01-12 Richard Henderson <rth@cygnus.com>
9752
9753 * configure.in: Don't build some bits for beos.
9754
97552000-01-12 Joel Sherrill (joel@OARcorp.com)
9756
9757 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9758 as include files.
9759
91b2c84d
GK
97602000-01-06 Geoff Keating <geoffk@cygnus.com>
9761
9762 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9763 not mh-aix43.
9764
ba73c63f
JM
97651999-12-14 Richard Henderson <rth@cygnus.com>
9766
9767 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9768 * config.sub: Accept alphaev[78], alphaev8.
9769
97701999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9771
9772 * config.guess, config.sub: Update from autoconf.
9773
9774Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9775
9776 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9777 necessary libraries are missing.
9778
97791999-10-25 Andreas Schwab <schwab@suse.de>
9780
9781 * configure: Fix quoting inside arguments of eval.
9782
97831999-10-21 Nick Clifton <nickc@cygnus.com>
9784
9785 * config-ml.in: Allow suppression of some ARM multilibs.
9786
9787Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9788
9789 * config.guess: Add OS/390 match pattern.
9790 * config.sub: Add mvs, openedition targets.
9791 * configure.in (i370-ibm-opened*): New.
9792
ef14edc4
ILT
97931999-09-04 Steve Chamberlain <sac@pobox.com>
9794
9795 * config.sub: Add support for configuring for pj.
9796
afb478e8
NC
97971999-08-31 Nick Clifton <nickc@cygnus.com>
9798
fd6848f6 9799 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9800
ba73c63f 98011999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9802
9803 * configure.in: Do not configure or build ld for AIX
9804 platforms. ld is known to be broken on these platforms.
9805
ba73c63f
JM
9806Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9807
9808 * config-ml.in: Pass compiler flag corresponding to multidirs to
9809 subdir configures.
9810
c363de44
ILT
98111999-08-09 Ian Lance Taylor <ian@zembu.com>
9812
9813 * Makefile.in (LDFLAGS): Define.
9814
dc8bc5a6
ILT
98151999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9816
9817 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9818 noconfigdirs.
9819 (*-*-cygwin*): Likewise.
9820
6ca3858e
ILT
98211999-08-08 Ian Lance Taylor <ian@zembu.com>
9822
71141bb6
ILT
9823 * mkdep: New file.
9824 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9825 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9826
6ca3858e
ILT
9827 From Eli Zaretskii <eliz@is.elta.co.il>:
9828 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9829 long file name when using DJGPP on MS-DOS.
9830
ba73c63f
JM
9831Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9832
9833 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9834
2735a327
AM
98351999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9836
9837 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9838 dependency as this causes "make check" to globally "make all"
9839
ba73c63f
JM
9840Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9841
9842 * configure.in (target_libs): Added target-zlib.
9843 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9844 (CONFIGURE_TARGET_MODULES): Likewise.
9845 (CHECK_TARGET_MODULES): Likewise.
9846 (INSTALL_TARGET_MODULES): Likewise.
9847 (CLEAN_TARGET_MODULES): Likewise.
9848 (configure-target-zlib): New target.
9849 (all-target-zlib): Likewise.
9850 (all-target-libjava): Depend on all-target-zlib.
9851 (configure-target-libjava): Depend on configure-target-zlib.
9852
9853 * Makefile.in (configure-target-libjava): Depend on
9854 configure-target-newlib.
9855 (configure-target-boehm-gc): New target.
9856 (configure-target-qthreads): New target.
9857
80413487
RH
9858 * configure.in (target_libs): Added target-qthreads.
9859 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9860 (CONFIGURE_TARGET_MODULES): Likewise.
9861 (CHECK_TARGET_MODULES): Likewise.
9862 (INSTALL_TARGET_MODULES): Likewise.
9863 (CLEAN_TARGET_MODULES): Likewise.
9864 (all-target-qthreads): New target.
9865 (configure-target-libjava): Depend on configure-target-qthreads.
9866 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9867
9868 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9869 (CONFIGURE_TARGET_MODULES): Likewise.
9870 (CHECK_TARGET_MODULES): Likewise.
9871 (INSTALL_TARGET_MODULES): Likewise.
9872 (CLEAN_TARGET_MODULES): Likewise.
9873 (all-target-libjava): New target.
9874 (all-target-boehm-gc): Likewise.
9875 * configure.in (target_libs): Added libjava, boehm-gc.
9876
08d836d6
ILT
98771999-07-22 Ian Lance Taylor <ian@zembu.com>
9878
9879 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9880 configure.bat in SUPPORT_FILES.
9881 (gas+binutils.tar.bz2): Likewise.
9882
9883 * makeall.bat: Remove; obsolete.
9884
8f36e47c
ILT
98851999-07-21 Ian Lance Taylor <ian@zembu.com>
9886
9887 From Mark Elbrecht:
9888 * configure.bat: Remove; obsolete.
9889
56e82f25
ILT
98901999-07-11 Ian Lance Taylor <ian@zembu.com>
9891
9892 * configure: Add -W -Wall to the default CFLAGS when compiling with
9893 gcc.
9894
1001d816
JL
9895Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9896
9897 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9898
106117aa
MM
98991999-06-30 Mark Mitchell <mark@codesourcery.com>
9900
9901 * configure.in: Build ld on IRIX6.
9902
c376f4ed
ILT
99031999-06-12 Ian Lance Taylor <ian@zembu.com>
9904
9905 * Makefile.in: Change distribution targets to use bzip2 instead of
9906 gzip.
9907 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9908 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9909
306b7445
NC
99101999-06-04 Nick Clifton <nickc@cygnus.com>
9911
9912 * config.sub: Add mcore target.
9913
d932cae7 99141999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9915
9916 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9917
d932cae7 99181999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9919
9920 * config.guess (dummy): Changed to $dummy.
9921
6c3175b0
NC
99221999-05-24 Nick Clifton <nickc@cygnus.com>
9923
ba73c63f
JM
9924 * config.sub: Tidied up case statements.
9925
99261999-05-22 Ben Elliston <bje@cygnus.com>
9927
9928 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9929 <jiro@din.or.jp>.
9930
9931 * config.guess: Merge with FSF version. Future changes will be
9932 more accurately recorded in this ChangeLog.
9933 * config.sub: Likewise.
9934
d932cae7 99351999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9936
9937 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9938
252b5132
RH
99391999-04-30 Tom Tromey <tromey@cygnus.com>
9940
9941 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9942
99431999-04-23 Tom Tromey <tromey@cygnus.com>
9944
9945 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9946
99471999-04-20 Drew Moseley <dmoseley@cygnus.com>
9948
9949 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9950 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9951 Bad merge removed these two changes.
9952
ba73c63f 9953Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9954 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9955
9956 * config.guess (interix Alpha): Add.
9957
252b5132
RH
99581999-04-11 Richard Henderson <rth@cygnus.com>
9959
9960 * configure.in (i?86-*-beos*): Do config gperf; don't config
9961 gdb, newlib, or libgloss.
9962
d932cae7 99631999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9964
ba73c63f
JM
9965 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9966 link a trivial program with -mabi=64. If it fails, remove mabi=64
9967 from multidirs.
9968
d932cae7 99691999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9970
9971 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9972
252b5132
RH
99731999-04-08 Nick Clifton <nickc@cygnus.com>
9974
9975 * config.sub: Add support for mcore targets.
9976
99771999-04-07 Michael Meissner <meissner@cygnus.com>
9978
9979 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9980 not mt-ospace, in order to shut up assembler warning about using
9981 symbols that are named the same as registers.
9982
99831999-04-07 Drew Moseley <dmoseley@cygnus.com>
9984
9985 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9986 dependency list for all-target-cygmon.
9987
99881999-04-05 Doug Evans <devans@casey.cygnus.com>
9989
9990 * config-ml.in: Check $host, not $target, for selective multilibs.
9991 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9992 thumb interworking, and underscore prefix multilibs.
9993
99941999-04-04 Ian Lance Taylor <ian@zembu.com>
9995
9996 * missing: Update to version from current automake.
9997
9998Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9999
10000 * configure (gxx_include_dir): Removed.
10001
10002 * configure.in (gxx_include_dir): Handle it.
10003 * Makefile.in: Likewise.
10004
100051999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10006
10007 * config.sub (mips64vr4111,mips64vr4111el) Add.
10008
100091999-03-21 Ben Elliston <bje@cygnus.com>
10010
80413487 10011 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
10012
10013Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10014
252b5132
RH
10015 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10016 config/mh-djgpp.
10017
10018Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10019
10020 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10021 all-target-newlib to dependency list for all-target-bsp.
10022
10023Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10024
10025 * config.sub: Add i386-uwin support.
10026 * config.guess: Likewise.
10027
10028Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10029
10030 * configure.in: cleanup, add mh-*pic handling for arm, special
10031 case powerpc*-*-aix*
10032
10033Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10034
10035 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10036 can be built.
10037
10038Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10039
10040 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 10041 targets.
252b5132
RH
10042
100431999-03-02 Nick Clifton <nickc@cygnus.com>
10044
10045 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10046
d932cae7 100471999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10048
10049 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10050
100511999-02-24 Nick Clifton <nickc@cygnus.com>
10052
10053 * config.sub: Fix typo in arm recognition.
10054
d932cae7 100551999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10056
10057 * configure.in (noconfigdirs): Changed target_configdirs to
10058 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10059 rather than m68k-*-* since it is not known to work on
10060 m68k-aout. Ditto for arm-*-*oabi.
10061
d932cae7 100621999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10063
10064 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10065
100661999-02-19 Ben Elliston <bje@cygnus.com>
10067
10068 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10069 Smart and improved by Andrew Cagney.
10070
d932cae7 100711999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10072
10073 * config.guess: Recognize openbsd-*-hppa.
10074
d932cae7 100751999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10076
10077 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10078 only if it is not empty.
10079
100801999-02-17 Nick Clifton <nickc@cygnus.com>
10081
10082 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10083
fd6848f6 10084 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10085
10086 * config.sub: Modified to recognize uname's armv* syntax.
10087
100881999-02-17 Mark Salter <msalter@cygnus.com>
10089
10090 * configure.in: Added target-bsp for sparclite.
10091
d932cae7 100921999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10093
10094 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10095
100961999-02-08 Nick Clifton <nickc@cygnus.com>
10097
10098 * configure.in: Add support for strongarm port.
10099 * config.sub: Add support for strongarm target.
10100
d932cae7 101011999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10102
252b5132
RH
10103 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10104 the old name config/mh-cygwin32.
10105 Enable texinfo.
10106
d932cae7 101071999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10108
10109 * configure.in: Do build ld for ix86 Solaris.
10110
d932cae7 101111999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10112
10113 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10114 $AR_FOR_TARGET. Likewise for RANLIB.
10115
d932cae7 101161999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10117
80413487
RH
10118 * config.sub (oabi): Recognize.
10119 * configure.in (arm-*-oabi): Handle.
252b5132 10120
d932cae7 101211999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10122
10123 * config.guess: Improve detection of i686 on UnixWare 7.
10124
d932cae7 101251999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10126
10127 * config.guess: Add support for i386-pc-interix.
10128 * config.sub: Likewise.
10129 * configure.in: Likewise.
252b5132 10130
d932cae7 101311999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10132
10133 * Makefile.in: Remove unneeded all-target-libio from
10134 from all-target-winsup target since it is now unneeded.
10135 Add all-target-libtermcap in its place since it is now
10136 needed.
10137
d932cae7 101381998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10139
10140 * configure.in: makefile stub for cygwin target is probably
10141 unnecessary. Remove it for now.
252b5132 10142
d932cae7 101431998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10144
10145 * configure.in: libtermcap.a should be built when cygwin is the
10146 target as well as the host.
10147 * config.guess: Allow mixed case in cygwin uname output.
10148 * Makefile.in: Add libtermcap target.
252b5132 10149
d932cae7 101501998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10151
10152 * config.sub: Clean up handling of hppa2.0.
10153
d932cae7 101541998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10155
10156 * config.guess: Use C code to identify more HP machines.
10157
10158Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10159
10160 * config.sub: Handle hppa2.0.
10161
ba73c63f
JM
10162Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10163
10164 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10165 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10166
101671998-12-15 Mark Salter <msalter@cygnus.com>
10168
10169 * configure.in: Added target-bsp for several target architectures.
10170
10171 * Makefile.in: Added rules for bsp.
10172
252b5132
RH
10173Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10174
10175 * config.guess: Improve detection of hppa2.0 processors.
10176
10177Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10178
10179 * config.guess: Recognize FreeBSD using ELF automatically.
10180
101811998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10182
10183 * configure (skip-this-dir): Add handling for new shell script, which
10184 might be created by a sub-directory's configure to indicate, this particular
10185 directory is "unwanted".
10186 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10187
252b5132
RH
10188Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10189
10190 * ltconfig: import from libtool, after changing libtool to
10191 account for the cygwin name change.
10192
10193Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10194
10195 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10196 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10197
10198Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10199
10200 * configure.in: Add libtermcap to list of cygwin dependencies.
10201
d932cae7 102021998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10203
80413487
RH
10204 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10205 they include winsup/include when it's a cygwin target.
252b5132
RH
10206
102071998-11-12 Tom Tromey <tromey@cygnus.com>
10208
10209 * configure.in (host_tools): Added zip.
10210 * Makefile.in (all-target-libjava): Depend on all-zip.
10211 (all-zip): New target.
10212 (ALL_MODULES): Added all-zip.
10213 (NATIVE_CHECK_MODULES): Added check-zip.
10214 (INSTALL_MODULES): Added install-zip.
10215 (CLEAN_MODULES): Added clean-zip.
10216
d932cae7 102171998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10218
10219 * Makefile.in: lose "32" from comment about cygwin.
10220
d932cae7 102211998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10222
10223 * configure.in: Use -Os to build target libraries for the fr30.
10224
d932cae7 102251998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10226
10227 * config.sub: Add fr30.
10228
d932cae7 102291998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10230
80413487 10231 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10232 cygwin* instead of cygwin32*.
10233 * config.sub: Check cygwin* instead of cygwin32*.
10234
d932cae7 102351998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10236
10237 * config.guess: Match any version of Unixware7.
10238
252b5132
RH
102391998-10-20 Syd Polk <spolk@cygnus.com>
10240
10241 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10242 if desired.
10243
d932cae7 102441998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10245
10246 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10247 these if the appropriate directories and files to not exist.
10248
d932cae7 102491998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10250
10251 * Makefile.in (DEVO_SUPPORT): Add config.if.
10252
d932cae7 102531998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10254
10255 * configure: Add pattern to replace "build_tooldir"'s
10256 definition in the generated Makefile with "tooldir"'s
10257 actual value.
10258
252b5132
RH
10259Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10260
10261 * config.sub: Bring back lost sparcv9.
10262
ba73c63f
JM
10263 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10264
10265Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10266
10267 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10268 CC_FOR_TARGET and friends.
10269
10270Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10271
ba73c63f
JM
10272 * Makefile.in (build_tooldir): New variable, same as tooldir.
10273 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10274 -B$(build_tooldir)/bin/.
10275 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10276
252b5132
RH
10277Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10278
10279 * config.sub: Add support for i[34567]86-pc-udk.
10280 * configure.in: Likewise.
10281
10282Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10283
10284 * Makefile.in: add bzip2 package building bits for user
10285 tools module
10286 * configure.in: ditto
10287
ba73c63f
JM
10288Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10289
10290 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10291 (ALL_TARGET_MODULES): Add all-target-libobjc.
10292 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10293 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10294 (all-target-libchill): Add dependencies.
10295 * configure.in (target_libs): Add libchill.
35590697 10296
252b5132
RH
102971998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10298
ba73c63f 10299 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10300
10301Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10302
10303 * Makefile.in (all-automake): fix dependencies.
10304
10305Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10306
10307 * configure.in: Minor cleanups for building in the $(target_alias)
10308 subdir.
10309
103101998-09-22 Jim Wilson <wilson@cygnus.com>
10311
10312 * Makefile.in (bootstrap): Set r and s before make all. Use
10313 BASE_FLAGS_TO_PASS in make all.
10314 (cross): Likewise.
10315
103161998-09-20 Mark Mitchell <mark@markmitchell.com>
10317
10318 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10319
252b5132
RH
10320Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10321
10322 * config.sub: Fix typo in last change.
10323
103241998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10325
10326 * config.sub: Add support for C4x target.
10327 * configure.in: Likewise.
10328
103291998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10330
10331 * config.sub: Recognize sparcv9 just like sparc64.
10332
10333Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10334
10335 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10336
10337Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10338
10339 * config.guess: Correctly identify Pentium II sco boxes.
10340
10341 * config.guess: Fix "tr" code. From Weiwen Liu.
10342
10343Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10344
10345 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10346 stabs.
10347
10348Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10349
10350 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10351 (ALL_TARGET_MODULES): Add all-target-libchill.
10352 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10353 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10354 (all-target-libchill): Add dependencies.
10355 * configure.in (target_libs): Add libchill.
10356
10357Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10358
10359 * config.guess: Avoid assumptions about "tr" behaves when
10360 LANG is set to something other than English.
10361
10362Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10363
10364 * configure (gxx_include_dir): Changed to
10365 '${prefix}/include/g++'-${libstdcxx_interface}.
10366
10367 * config.if: New to determine the interfaces.
10368
10369Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10370
10371 * config.guess: Detect and handle MPE/IX.
10372 * config.sub: Deal with MPE/IX.
10373
10374Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10375
10376 * configure.in: Use mh-aix43.
10377
103781998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10379
10380 * configure: Fix --without/--disable cases for gxx-include-dir.
10381
10382Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10383
10384 * mdata-sh: Imported. Needed for automake support.
10385
10386Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10387
ba73c63f 10388 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10389 "chmod og=u `find . -print`".
10390
10391Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10392
ba73c63f 10393 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10394
10395Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10396
10397 * Makefile.in: Undo previous patch.
10398
10399Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10400
10401 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10402 to here ...
10403 (install-no-fixedincludes): and here
10404 (INSTALL_MODULES): ... from here.
10405
10406Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10407
10408 * config.sub: Merge with FSF.
10409
10410 * config.guess: Merge with FSF.
10411
10412Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10413
10414 * configure (extraconfigdirs): New variable.
10415 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10416 * Makefile.in (all): Move higher in file.
10417 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10418 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10419 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10420 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10421 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10422
104231998-07-23 Brendan Kehoe <brendan@cygnus.com>
10424
10425 * Makefile.in (all-target-libjava): Depend on all-gcc and
10426 all-target-newlib.
10427 (configure-target-libjava): Depend on $(ALL_GCC).
10428
10429Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10430
10431 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10432 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10433
10434Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10435
10436 * ylwrap: Change absolute path checks to check for DOS style path
10437 names.
10438
10439 * ylwrap: Don't use a full path name if the source file is in the
10440 same directory. From hjl@lucon.org (H.J. Lu).
10441
10442 * config-ml.in: Default to being verbose, to match Feb 18 change to
10443 configure.
10444
10445Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10446
10447 Brought over from egcs:
10448
10449 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10450
10451 * configure.in (target_subdir): Set to ${target_alias} instead
10452 of "libraries".
10453
10454 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10455
10456 * configure.in (target_subdir): Set to libraries if enable_multilib.
10457
10458Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10459
10460 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10461 multilibs, force reconfiguration the first time we create
10462 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10463
10464Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10465
10466 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10467 avoid confusion with --no-recursion.
10468
10469Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10470
10471 * configure.in: Win32 hosts shouldn't use install -x
10472 * install-sh: remove -x option, and special .exe-handling
10473 hack.
10474
10475Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10476
10477 * config.guess: Recognize i586-pc-beos.
10478 * configure.in: Don't build some bits for beos.
10479
10480Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10481
10482 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10483 CFLAGS default to -O2.
10484
10485 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10486 when using GNU ld.
10487
10488Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10489
10490 * ltmain.sh: Correct install when using a different shell.
10491
10492Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10493
10494 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10495
10496Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10497
10498 * makefile.vms: Update to build binutils/makefile.vms. Add install
10499 target.
10500
10501Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10502
10503 * ltconfig: Update to correct AIX handling.
10504
10505Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10506
10507 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10508
10509 * configure.in (target_subdir): Set to ${target_alias} instead
10510 of "libraries".
10511
105121998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10513
10514 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10515 (Makefile): Depend on $(gcc_version_trigger).
10516
10517 * configure (gcc_version): Change default initializer to empty
10518 string.
10519 (gcc_version_trigger): New variable; pass this variable down
10520 to subdir configures to enable them checking gcc's version
10521 themselves. Emit make macros for both gcc_version vars.
10522 (topsrcdir): Initialize reliably.
10523 (recursion line): Remove --with-gcc-version=${gcc_version}.
10524
105251998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10526
10527 * configure (enable_version_specific_runtime_libs): Implement new flag
10528 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10529 in $(libsubdir); emit definition in each generated Makefile.
10530 (gxx_include_dir): Initialize depending on
10531 $enable_version_specific_runtime_libs.
10532
105331998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10534
10535 * configure (gcc_version): Initialize properly depending on
10536 how and where configure is started.
10537 (recursion line): Pass a --with-gcc-version=${gcc_version}
10538 to configures in subdirs.
10539
10540Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10541
10542 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10543 cygmon
252b5132
RH
10544
10545Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10546
10547 * configure.in: Add cygmon and libstub support for mn10200.
10548
105491998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10550
10551 * configure (gcc_version): Add new variable describing the
10552 particular gcc version we're building.
10553 * Makefile.in (libsubdir): Add new macro for the directory
10554 in which the compiler finds executables, libraries, etc.
10555 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10556 and libsubdir.
10557
10558Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10559
ba73c63f
JM
10560 * Makefile.in (local-clean): Remove *.log.
10561 (warning.log): Built with warn_summary from build.log.
10562 (mail-report.log): Run test_summary.
10563 (mail-report-with-warnings.log): Run test_summary including
10564 warning.log in the report.
252b5132
RH
10565
10566Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10567
10568 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10569
10570Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10571
10572 * Makefile.in (grep): Grep no longer depends on libiberty.
10573
10574Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10575
10576 * Makefile.in: all-snavigator needs all-libgui.
10577
10578Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10579
10580 * configure.in: Add cygmon and libstub support for mn10300.
10581
10582Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10583
10584 * missing: Update to version from automake 1.3.
10585
10586 * ltmain.sh: On installation, don't get confused if the same name
10587 appears more than once in the list of library names.
10588
10589Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10590
10591 * config.sub: Accept m68060 and m5200 as CPU names.
10592
10593Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10594
10595 * configure: Use && rather than using -a in test, because odd
10596 strings can confuse test.
10597 * configure.in: Likewise.
10598
10599Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10600
10601 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10602
10603Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10604
10605 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10606 bootstrap4-lean): New targets.
10607
10608Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10609
10610 * mpw-* Delete. Not used.
252b5132
RH
10611
10612Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10613
10614 * COPYING.LIB: Update FSF address.
10615
10616Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10617
10618 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10619
10620 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10621 GAS_SUPPORT_DIRS.
10622
10623Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10624
10625 * ltconfig, ltmain.sh: Avoid producing a version number if
10626 -version-info was not used.
10627
10628Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10629
10630 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10631 building with newlib.
10632
106331998-04-30 Paul Eggert <eggert@twinsun.com>
10634
ba73c63f 10635 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10636 Solaris `make' causes it to continue to next definition.
252b5132 10637
afb8d725
JM
10638Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10639
10640 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10641 the right GUI libraries and files are installed along with GDB.
10642
252b5132
RH
10643Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10644
10645 * configure.in: Change alpha to alpha* in several places.
10646
10647Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10648
10649 * config.sub: Recognize sparc86x.
10650
10651Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10652
252b5132
RH
10653 * configure.in (--enable-target-optspace): Remove debug echo.
10654
10655Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10656
10657 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10658
10659Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10660
10661 * ltconfig: Update cygwin32 support.
10662
10663 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10664 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10665 (GDB_SUPPORT_DIRS): Likewise.
10666
10667Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10668
10669 * configure.in (target_makefile_frag): If --enable-target-optspace,
10670 use -Os to compile target libraries rather than -O2. Default to
10671 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10672 not used.
10673 * configure.in (target_cflags): Ditto for d30v.
10674
10675Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10676
10677 * Makefile.in (all-bfd): Depend on all-intl.
10678 (all-binutils): Likewise.
10679 (all-gas): Likewise.
10680 (all-gprof): Likewise.
10681 (all-ld): Likewise.
10682
252b5132
RH
106831998-04-19 Brendan Kehoe <brendan@cygnus.com>
10684
10685 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10686
10687Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10688
10689 * Makefile.in (all-bfd): Depend upon all-libiberty.
10690
10691 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10692
10693Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10694
10695 * Makefile.in: Add libstub.
10696
10697 * configure.in: Ditto. Build libstub for targets that have cygmon
10698 support.
10699
10700Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10701
10702 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10703
10704Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10705
10706 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10707 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10708
10709Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10710
10711 * configure: Define DEFAULT_M4 by searching PATH.
10712 * Makfile.in: Use DEFAULT_M4.
10713
10714Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10715
10716 * ltconfig: Add cygwin32 support.
10717
10718 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10719 to configure and build.
10720
10721Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10722
10723 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10724
10725Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10726
10727 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10728
10729Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10730
10731 * Makefile.in: add ash make rules
10732 * configure.in: add ash to native_only and host_tools lists
10733
10734Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10735
10736 * Makefile.in (all-gettext, all-intl): New targets.
10737 (ALL_MODULES): Added all-gettext, all-intl.
10738 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10739 (INSTALL_MODULES): Added install-gettext, install-intl.
10740 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10741
10742 * configure.in (host_tools): Added gettext.
10743 (native_only): Likewise.
10744 (noconfigdirs) [various cases]: Likewise.
10745 (host_libs): Added intl.
10746
afb8d725
JM
10747Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10748
10749 * configure: Do not disable building gdbtk for cygwin32 hosts.
10750
ba73c63f
JM
10751Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10752
10753 * configure.in: Add thumb-coff target.
10754 * config.sub: Add thumb-coff target.
10755
252b5132
RH
10756Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10757
10758 * Makefile.in: Revert yesterday's change.
10759 (all-target-winsup): all-target-librx stays out of here.
10760
10761Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10762
ba73c63f
JM
10763 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10764 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10765 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10766 Remove references to librx and libg++.
10767
10768Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10769
10770 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10771 recursive makes
10772
10773Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10774
10775 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10776 for newlib directory.
10777 (CXX_FOR_TARGET): Likewise.
10778
10779Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10780
10781 * ltconfig: Update after libtool/ltconfig.in change for
10782 hpux11.
10783
10784Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10785
10786 * ltconfig, ltmain.sh: Update to libtool 1.2.
10787
10788Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10789
10790 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10791 (install-gcc-cross): Instead, override LANGUAGES here.
10792
107931998-03-18 Dave Love <d.love@dl.ac.uk>
10794
10795 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10796 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10797
10798Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10799
10800 * configure.in: Add Thumb-pe target.
10801
10802Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10803
252b5132
RH
10804 * Makefile.in - changed sn targets to snavigator
10805 * configure.in - changed sn targets to snavigator
10806
10807Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10808
10809 * config-ml.in: After building symlink tree call make distclean
10810 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10811 to be the case for libiberty.
10812
10813Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10814
10815 * configure: When making link, also check the current
10816 directory. The configure scripts may create one.
10817
10818Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10819
10820 * config.sub: Accept alphapca56 and alphaev6 properly.
10821
10822Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10823
10824 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10825
252b5132
RH
10826Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10827
80413487 10828 * config.sub (sco5): Fix typo.
252b5132
RH
10829
10830Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10831
10832 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10833 install-itcl.
10834 (install-itcl): Remove dependency on install-tcl.
10835
10836Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10837
10838 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10839
252b5132
RH
10840Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10841
10842 * configure.in: Don't build libgui for a cygwin32 target when not on
10843 a cygwin32 host.
10844
10845Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10846
10847 * configure (redirect): Set to null, so default behavior of
10848 configure is now --verbose.
10849
108501998-02-16 Dave Love <d.love@dl.ac.uk>
10851
10852 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10853 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10854
10855Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10856
10857 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10858 this change to sync Makefile.in with its ChangeLog entries.
10859
10860Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10861
10862 * ltmain.sh (mkdir): Check that the directory doesn't exist
10863 before we exit with error, so that we don't get races during
10864 parallel builds.
10865
10866Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10867
10868 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10869
10870Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10871
10872 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10873 PICFLAG_FOR_TARGET.
10874 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10875
10876 * configure: Emit a definition for the new macro enable_shared
10877 into each Makefile.
10878
252b5132
RH
10879Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10880
10881 * configure.in (host_tools, native_only): Add libtool.
10882
10883Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10884
10885 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10886 Fix typo in ming config comment.
10887
10888Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10889
10890 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10891
10892Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10893
10894 * config.sub: Add tic30 cases, and map c30 to tic30.
10895
ba73c63f
JM
10896Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10897
10898 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10899 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10900 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10901 (CLEAN_TARGET_MODULES): Similarly
10902 (all-target-libf2c): Add dependences.
35590697 10903 * configure.in (target_libs): Add libf2c.
ba73c63f 10904
252b5132
RH
10905Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10906
ba73c63f
JM
10907 * configure.in: Remove expect from noconfigdirs when target
10908 is cygwin32. OK to build expect and dejagnu with Canadian
10909 Cross.
252b5132
RH
10910
10911Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10912
10913 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10914 host.
10915
10916 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10917 and mingw32.
10918
10919Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10920
10921 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10922 here as it is not defined in the toplevel Makefile.
10923
10924Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10925
10926 * configure (package_makefile_rules_frag): New variable, which names
10927 a file with generic rules, ...
10928 Change comment to mention we now have FIVE parts.
10929 * configure: Undo last change.
10930
10931Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10932
10933 * config.guess: More accurate determination of HP processor types.
10934 * config.sub: More accurate determination of HP processor types.
10935
10936Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10937
10938 * configure (package_makefile_frag): Move inserting the
10939 ${package_makefile_frag} to where it should be according
10940 to the comment.
10941
ba73c63f 10942Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10943
10944 * config.guess: Add support for Linux/ARM.
10945
10946Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10947
10948 * .cvsignore: Remove *-info and *-install since they match
10949 release-info and mpw-install, which we don't want to just ignore.
10950
10951Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10952
10953 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10954
10955Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10956
10957 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10958 local_prefix to sub-make invocations.
10959
10960Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10961
10962 * configure.in: Check makefile fragments in the source
10963 directory.
10964
10965Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10966
ba73c63f
JM
10967 * configure.in: Check whether host and target makefile
10968 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10969
10970Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10971
10972 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10973
252b5132
RH
10974Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10975
10976 * configure.in: Make sure we only replace RPATH_ENVVAR on
10977 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10978 regexp to sed.
10979
10980 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10981 to sub-makes.
10982
109831998-01-13 Lee Iverson (leei@ai.sri.com)
10984
10985 * config-ml.in (multi-do): LDFLAGS must include multilib
10986 designator.
10987
10988Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10989
10990 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10991
10992Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10993
10994 * config.sub: Add mingw32 support.
10995 * configure.in: Likewise.
252b5132
RH
10996
10997Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10998
10999 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11000
11001Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11002
11003 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11004 * configure (gxx_include_dir): Provide a definition for subdirs
11005 which do not use autoconf.
11006
11007Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11008
11009 * config.guess: Sync with egcs. Picks up new alpha support,
11010 BeOS & some additional linux support.
11011
ba73c63f 11012Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
11013
11014 * config.guess: HP 9000/803 is a PA1.1 machine.
11015
ba73c63f
JM
11016Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11017
11018 * configure.in: It's alpha*-...
252b5132
RH
11019
11020Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11021
ba73c63f
JM
11022 * configure.in (host_makefile_frag, target_makefile_frag):
11023 Handle multiple config files.
11024 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11025 alpha-*-*.
252b5132
RH
11026
11027Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11028
11029 * mkdep: New file.
11030
11031Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11032
11033 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11034
11035Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11036
11037 * Makefile.in: Add libgui directory.
11038 (GDB_TK): Add all-libgui.
11039 * configure.in: Add libgui directory.
11040 * configure: Add all-libgui to GDB_TK.
11041
11042Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11043
11044 * config-ml.in (multidirs): Add m32r to multilib list.
11045
11046Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11047
11048 * Makefile.in (all-target-gperf): Change dependency to
11049 all-target-libstdc++.
11050
11051Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11052
11053 * config.guess: Add BeOS support.
11054
11055Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11056
11057 Source directory cvs renamed to cvssrc:
11058 * configure.in (host_tools): Change cvs to cvssrc.
11059 (native_only): Likewise.
11060 (noconfigdirs) [various cases]: Likewise.
11061 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11062 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11063 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11064 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11065 (all-cvssrc): Rename target from all-cvs.
11066
11067Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11068
11069 * configure (gxx_include_dir): Fix thinko.
11070
11071Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11072
11073 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11074 (install-cross, install-gcc-cross): New targets.
11075
11076Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11077
11078 * configure.in (noconfigdirs): Add support for Thumb target.
11079
11080 * config.sub (maybe_os): Add support for Thumb target.
11081
11082Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11083
11084 * Makefile.in: Add rules for cygmon.
11085
11086 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11087
11088Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11089
11090 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11091 * configure (gxx_include_dir): Provide a definition for subdirs
11092 which do not use autoconf.
11093
11094Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11095
11096 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11097 11/18/97 build
252b5132
RH
11098
11099Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11100
11101 * From Franz Sirl.
11102 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11103 found on RedHat Linux systems.
11104
11105Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11106
11107 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11108 guesses.
11109
11110Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11111
11112 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11113
11114Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11115
11116 * ltmain.sh: If mkdir fails, check whether the directory was created
11117 anyhow by some other process.
11118
11119Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11120
11121 * configure.in (d30v-*-*): Configure all directories.
11122
11123Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11124
11125 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11126 for the D30V.
11127
11128Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11129
11130 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11131
11132Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11133
80413487
RH
11134 * include/libiberty.h: Add extern "C" { so it can be used with C++
11135 progrms.
11136 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11137 programs.
252b5132
RH
11138
11139Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11140
11141 * configure.in (d30v-*-*): Configure GCC now.
11142
11143Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11144
11145 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11146 is no longer needed.
11147
11148Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11149
11150 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11151
11152Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11153
11154 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11155 targets using "$@" to provide support for similar but not identical
11156 targets without having to duplicate code.
11157
11158Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11159
11160 * makefile.vms: Fix to work with DEC C.
11161
11162Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11163
11164 * config.sub: Add mips-tx39-elf to marketing names.
11165
11166Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11167
11168 * ltmain.sh: Handle symlinks in generated script.
11169
11170Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11171
11172 * configure: Handle autoconf style directory options: --bindir,
11173 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11174 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11175 --sysconfdir.
11176 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11177 (sharedstatedir, localstatedir, oldincludedir): New variables.
11178 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11179 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11180 sbindir, sharedstatedir, and sysconfdir.
11181
11182Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11183
11184 * Makefile.in (bootstrap-lean): New target.
11185
11186Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11187
11188 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11189 sn, and gnuserv from noconfigdirs.
252b5132
RH
11190
11191Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11192
11193 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11194
11195Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11196
ba73c63f 11197 * Makefile.in (cross): New target.
252b5132
RH
11198
11199Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11200 Jeff Law <law@cygnus.com>
252b5132
RH
11201
11202 * Makefile.in (bootstrap2, bootstrap3): New targets.
11203 (all-bootstrap): Remove outdated and confusing target.
11204 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11205
afb8d725
JM
11206Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11207
11208 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11209 windows. Consistent with gdb/configure.
afb8d725 11210
252b5132
RH
112111997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11212
252b5132
RH
11213 * configure.in: Name Linux target fragment.
11214
11215 * configure: Rewrite so that project Makefile fragment is inserted
11216 first and appears last in the resulting Makefile.
11217
11218Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11219
11220 * Makefile.in (install-itcl): Install tcl first.
11221
252b5132 11222Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11223
252b5132
RH
11224 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11225
11226Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11227
11228 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11229
11230 * configure.in (skipdirs): Add target-librx for Linux.
11231 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11232
11233Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11234
11235 * Makefile.in (bootstrap): New target.
11236
11237Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11238
11239 * config.sub: Accept 'amigados' for backward compatability.
11240
11241Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11242
11243 * config.guess: Merge with FSF.
11244
ba73c63f
JM
11245Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11246
11247 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11248
252b5132
RH
11249Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11250
11251 * config.sub: Add "marketing-names" patch.
11252
11253Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11254
80413487 11255 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11256
11257Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11258
11259 * config.sub: Handle v850-elf.
11260
ba73c63f
JM
11261Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11262
11263 * .cvsignore (*-install): Remove.
11264
252b5132
RH
11265Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11266
11267 * ltconfig: Set CONFIG_SHELL in libtool.
11268 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11269
11270Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11271
11272 * configure.in (target_subdir): Set to libraries if enable_multilib.
11273
11274Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11275
11276 * config.guess: Update from gcc directory.
11277
11278Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11279
11280 * Makefile.in (all-sim): Depends on all-readline.
11281
11282Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11283
11284 * Makefile.in (BISON, YACC): Use $$s.
11285 (all-bison): Depend on all-texinfo.
11286
11287Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11288
11289 * Makefile.in (BISON): Add -L flag.
11290 (YACC): Likewise.
11291
11292Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11293
35590697
AJ
11294 * configure.in (noconfigdirs): Add support for v850e target.
11295
252b5132
RH
11296 * config.sub (maybe_os): Add support for v850e target.
11297
11298Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11299
35590697
AJ
11300 * configure.in (noconfigdirs): Add support for v850ea target.
11301
252b5132
RH
11302 * config.sub (maybe_os): Add support for v850ea target.
11303
11304Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11305
11306 * config.sub: Add mipstx39. Delete r3900.
11307
11308Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11309
11310 * Makefile.in (all-autoconf): Depends on all-texinfo.
11311
11312Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11313
11314 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11315 eabi targets.
11316
11317Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11318
11319 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11320
11321 * configure: When handling a Canadian Cross, handle YACC as well as
11322 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11323 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11324
11325Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11326
11327 * Makefile.in (BISON): bison, not byacc or bison -y.
11328 (YACC): bison -y or byacc or yacc.
11329 (various): Add *-bison as appropriate.
11330 (taz): No need to mess with BISON anymore.
11331
11332Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11333
11334 * configure: If OSTYPE matches *win32*, try to find a good value for
11335 CONFIG_SHELL.
11336
11337Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11338
11339 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11340 configure.in if it is present.
11341
11342Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11343
11344 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11345
11346Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11347
11348 * config.sub: Recognize `arc' cpu.
11349 * configure.in: Likewise.
11350 * config-ml.in: Likewise.
11351
11352Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11353
11354 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11355
11356Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11357
11358 * configure: Changed sed delimiter from ':' to '|' when
11359 attempting to substitute ${config_shell} for SHELL. On
11360 NT ${config_shell} may contain a ':' in it.
11361
11362Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11363
11364 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11365
11366Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11367
11368 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11369
11370Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11371
11372 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11373
11374 * ylwrap: If the program is a relative path, force it to be
11375 absolute.
11376
11377Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11378
11379 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11380
11381Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11382
11383 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11384 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11385 for libraries.
252b5132
RH
11386
11387Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11388
11389 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11390 separated by spaces.
252b5132
RH
11391
11392Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11393
11394 * ylwrap: New file.
11395 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11396
11397 * ltmain.sh: Handle /bin/sh at start of install program.
11398
11399 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11400
11401 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11402 * missing: New file, from automake 1.2.
11403
11404Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11405
11406 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11407 check-tk to CHECK_X11_MODULES.
11408
11409Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11410
11411 * config.sub: Merge with FSF.
11412
11413Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11414
11415 * config.guess: Merge with FSF.
11416
11417Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11418
11419 * configure: Treat msdosdjgpp like go32.
11420 * configure.in: Likewise. Don't remove gprof for go32.
11421
11422 * configure: Change Makefile.tem2 to Makefile.tm2.
11423
11424Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11425
11426 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11427
11428Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11429
11430 * install-sh (chmodcmd): Set to null if the DST directory already
11431 exists. Same as Nov 11th change.
11432
11433Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11434
35590697 11435 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11436
11437Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11438
11439 * config.guess: Update from FSF.
11440
11441Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11442
11443 * Makefile.in (GDB_TK): Depend on itcl and tix.
11444
11445Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11446
11447 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11448 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11449 (INSTALL_SCRIPT): New variable.
11450 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11451 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11452 to -x.
11453 * install-sh: Add support for -x option.
11454
11455Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11456
11457 * configure.in, Makefile.in: Treat tix like itcl.
11458
11459Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11460
11461 * Makefile.in (WINDRES): New variable.
11462 (WINDRES_FOR_TARGET): New variable.
11463 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11464 (EXTRA_HOST_FLAGS): Add WINDRES.
11465 (EXTRA_TARGET_FLAGS): Add WINDRES.
11466 (EXTRA_GCC_FLAGS): Add WINDRES.
11467 ($(DO_X)): Pass down WINDRES.
11468 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11469 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11470 DLLTOOL_FOR_TARGET.
11471
11472Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11473
11474 * configure.in: configure sim before gdb for win32-x-ppc
11475
11476Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11477
11478 Move gperf into the toplevel, from libg++.
11479 * configure.in (target_tools): Add target-gperf.
11480 (native_only): Add target-gperf.
11481 * Makefile.in (all-target-gperf): New target, depend on
11482 all-target-libg++.
11483 (configure-target-gperf): Empty rule.
11484 (ALL_TARGET_MODULES): Add all-target-gperf.
11485 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11486 (CHECK_TARGET_MODULES): Add check-target-gperf.
11487 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11488 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11489
11490Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11491
252b5132
RH
11492 * config.sub (mn10200): Recognize new basic machine.
11493
11494Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11495
11496 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11497 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11498
11499Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11500
11501 * configure.in: If we're building mips-sgi-irix6* native, turn on
11502 ENABLE_MULTILIB and set TARGET_SUBDIR.
11503
11504Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11505
11506 * Makefile.in (all-sn): Depend on all-grep.
11507
11508Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11509
11510 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11511
11512 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11513 Makefile. From Jeff Makey <jeff@cts.com>.
11514 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11515
11516 * Makefile.in (DISTBISONFILES): Remove.
11517 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11518 $(DEFAULT_YACC).
11519
11520 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11521 cygwin32.
252b5132
RH
11522
11523 * Makefile.in (LD): New variable.
11524 (EXTRA_HOST_FLAGS): Pass down LD.
11525 ($(DO_X)): Likewise.
11526
11527Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11528
11529 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11530
11531Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11532
11533 * configure.in (targargs): Strip out any supplied --build argument
35590697 11534 before adding our own. Always add --build.
252b5132
RH
11535
11536Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11537
11538 * configure.in (targargs): Pass --build if we're doing
11539 a cross-compile.
11540
11541Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11542
ba73c63f 11543 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11544 sed. Otherwise sed chokes on NT path names with drive
11545 designators. Also look for "?:*" as the leading characters in an
11546 absolute pathname.
11547
11548Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11549
11550 * config.sub: Support for r3900.
11551
11552Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11553
11554 * configure.in: Use install-sh, not install.sh.
11555
11556Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11557
11558 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11559 apply it twice.
11560
11561Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11562
11563 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11564 install-binutils.
11565
11566Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11567
11568 * Makefile.in: Add automake targets.
11569 * configure.in (host_tools): Add automake.
11570
11571Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11572
11573 * configure: Default CXX to c++, not gcc.
11574 * Makefile.in (CXX): Set to c++, not gcc.
11575 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11576
11577Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11578
11579 * install-sh: try appending a .exe if source file doesn't
11580 exist
11581
11582Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11583
11584 * configure.in: Turn on multilib by default.
11585 (cross_only): Remove target-libiberty.
11586
11587 * Makefile.in (all-gcc): Don't depend on libiberty.
11588
11589Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11590
11591 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11592
11593Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11594
11595 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11596 (DISTBISONFILES): Add ld/Makefile.in
11597
11598Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11599
11600 * configure.in: if target is cygwin32 but host isn't cygwin32,
11601 don't configure gdb tcl tk expect, not just gdb.
11602
11603Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11604
11605 * configure.in: Added gnuserv everywhere sn appears.
11606
11607 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11608 (CROSS_CHECK_MODULES): Added check-gnuserv.
11609 (INSTALL_MODULES): Added install-gnuserv.
11610 (CLEAN_MODULES): Added clean-gnuserv.
11611 (all-gnuserv): New target.
11612
11613Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11614
11615 * config.guess: Fixes for MIPS OpenBSD systems.
11616
11617Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11618
11619 * Makefile.in (INSTALL_XFORM): Remove.
11620 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11621
11622 * mkinstalldirs: New file, copied from automake.
11623 * Makefile.in (installdirs): Rename from install-dirs. Use
11624 mkinstalldirs. Change all users.
11625 (DEVO_SUPPORT): Add mkinstalldirs.
11626
11627Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11628
11629 * install-sh: Rename from install.sh.
11630 * Makefile.in (INSTALL): Change install.sh to install-sh.
11631 (DEVO_SUPPORT): Likewise.
11632
11633 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11634 Graichen <graichen@rzpd.de>.
11635
11636Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11637
11638 * config.guess: Recognize OpenBSD systems correctly.
11639
11640Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11641
11642 * README, Makefile.in (ETC_SUPPORT): Remove references to
11643 cfg-paper*, configure.{texi,man,info*}._
11644
11645Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11646
11647 * Makefile.in (all.normal): Ensure that gcc is built after all
11648 the x11 - ie gdb - targets.
11649
11650Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11651
11652 * makefile.vms: Don't run conf-a-gas.
11653
11654Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11655
80413487 11656 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11657
11658Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11659
11660 * configure.in: Remove noconfigdirs case since gdb also
11661 configures and builds for tic80-coff.
11662
11663Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11664
11665 * configure: Set cache_file to config.cache.
11666 * Makefile.in (local-distclean): Remove config.cache.
11667
11668Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11669
11670 * COPYING: Update FSF address.
11671
11672Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11673
11674 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11675 noconfigdirs.
11676
11677Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11678
11679 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11680 MAKEDIRS, is empty.
11681
11682Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11683
11684 * config.sub: Tweak mn10300 entry.
11685
11686Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11687
11688 * configure.in (host_tools): Put sim before gdb, so gdb's
11689 configure.tgt can determine if the simulator was configured.
11690
11691Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11692
11693 * config.sub: Move BeOS $os case to be with other Cygnus
11694 local cases.
11695
11696Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11697
11698 * config.sub: Remove misplaced comment that broke Linux.
11699
11700Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11701
11702 * config.sub: Add BeOS support.
11703
11704Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11705
11706 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11707
11708Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11709
11710 * configure.in (noconfigdirs): Remove tcl and tk from
11711 noconfigdirs for cygwin32 builds.
11712
11713Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11714
11715 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11716
11717Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11718
11719 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11720 make-all.com, use makefile.vms instead.
11721
11722Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11723
11724 * config.sub: Accept -lnews*.
11725
11726Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11727
11728 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11729 target-examples and target-libiberty for d30v.
252b5132
RH
11730
11731Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11732
11733 * configure.in (noconfigdirs): Enable ld for d30v.
11734
11735Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11736
11737 * configure.in (tic80-*-*): Build compiler.
11738
11739Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11740
11741 * configure.in (d30v-*): Remove sim directory from list of
35590697 11742 unsupported d30v directories
252b5132
RH
11743
11744Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11745
35590697
AJ
11746 * config.sub, configure.in: Add d30v target cpu.
11747
252b5132
RH
11748Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11749
11750 * makefile.vms: New file.
11751 * make-all.com: Remove.
11752
11753Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11754
11755 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11756
11757Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11758
11759 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11760
11761Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11762
11763 * Makefile.in (ALL_MODULES): Added all-db.
11764 (CROSS_CHECK_MODULES): Addec check-db.
11765 (INSTALL_MODULES): Added install-db.
11766 (CLEAN_MODULES): Added clean-db.
11767
11768Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11769
11770 * config.guess: Merge with latest FSF sources.
11771
11772Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11773
11774 * Makefile.in (ALL_MODULES): Added all-itcl.
11775 (CROSS_CHECK_MODULES): Added check-itcl.
11776 (INSTALL_MODULES): Added install-itcl.
11777 (CLEAN_MODULES): Added clean-itcl.
11778
11779Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11780
11781 * configure.in: build gdb for mn10200
11782
11783Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11784
11785 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11786
11787Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11788
11789 * configure.in (tic80-*-*): Turn off most targets right now.
11790
11791Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11792
11793 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11794 rather than the makeinfo program.
11795 (do-info): Depend upon all-texinfo.
11796
11797Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11798
11799 * configure.in: Remove uses of config/mh-linux.
11800
11801 * config.sub, config.guess: Merge with latest FSF sources.
11802
11803Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11804
11805 * config.sub (case $basic_machine): Add tic80 entries.
11806
11807Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11808
11809 * config.sub, config.guess: Merge with latest FSF sources.
11810
11811Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11812
11813 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11814 * mpw-config.in: Test for NewFolderRecursive.
11815 * mpw-install: Use symbolic name for startup filename.
11816 * mpw-README: Add various additional details.
11817
11818Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11819
11820 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11821
11822Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11823
11824 * configure.in: Do build gcc and the target libraries for
11825 the mn10200.
11826
11827Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11828
11829 * configure.in: don't avoid building gdb for mn10300 any more
11830 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11831 instead of single-quoting it.
11832
11833Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11834
11835 * configure.in: Don't use --with-stabs on IRIX 6.
11836
11837Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11838
11839 * configure.in (m32r): Build gdb, libg++ now.
11840
11841Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11842
11843 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11844 directories from noconfigdirs.
11845
11846Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11847
11848 * config.sub (basic_machine): added mips16 configuration
11849
11850Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11851
11852 * config.sub: Handle d10v-unknown.
11853
11854Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11855
11856 * config.sub: Handle v850-unknown.
11857
11858Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11859
11860 * Makefile.in: add findutils
11861 * configure.in: add findutils to list of host_tools
11862
11863Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11864
11865 * config.sub: Handle mn10200 and mn10300.
11866
11867Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11868
11869 * configure.in (d10v-*): Do not build librx.
11870
11871Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11872
11873 * configure.in (mn10300): Build everything except gdb & libgloss.
11874
11875Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11876
11877 * config.guess: Patch for Dansk Data Elektronik servers,
11878 from Niels Skou Olsen <nso@dde.dk>.
11879
11880 For ncr, use /bin/uname rather than uname, since GNU uname does not
11881 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11882
11883 Patch for MIPS R4000 running System V,
11884 from Eric S. Raymond <esr@snark.thyrsus.com>.
11885
11886 Fix thinko for nextstep.
11887
11888 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11889
11890 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11891 * config.guess: Guess mips-dec-mach_bsd4.3.
11892
11893 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11894 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11895 release numbers.
11896 * config.guess (mips-mips-riscos*): Emit just enough of the
11897 release number.
11898
11899 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11900 * config.guess (sparc-auspex-sunos*): Added.
11901 (f300-fujitsu-*): Added.
11902
11903 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11904 * config.guess: Recognize a Tadpole as a sparc.
11905
11906Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11907
11908 * config.guess: Don't assume that NextStep version is either 2 or
11909 3. NextStep 4 (aka OpenStep 4) has come out now.
11910
11911Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11912
11913 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11914 From Rik Faith <faith@cs.unc.edu>.
11915
11916Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11917
11918 * config.sub: Contributions from bug-gnu-utils to:
11919 Support plain "hppa" (no version given) architecture, reported by
11920 OpenStep.
11921 OpenBSD like NetBSD.
11922 LynxOs is not a hardware supplier.
11923
11924 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11925 OpenBSD like NetBSD.
252b5132
RH
11926 Stratus systems.
11927 More Pyramid systems.
11928 i[n>4]86 Intel chips.
11929 M680[n>4]0 Motorola chips.
11930 Use unknown instead of lynx for hardware manufacturer.
11931
11932Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11933
11934 * install.sh (chmodcmd): Set to null if the DST directory already
11935 exists.
11936
11937Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11938
11939 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11940 not use mt-ppc target Makefile fragment any more.
11941
11942Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11943
11944 * configure.in (*-*-windows): Exclude everything but those dirs
11945 needed to build windows.
11946
11947Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11948
11949 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11950
11951Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11952
11953 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11954
11955Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11956
11957 * Undo my previous change.
11958
11959Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11960
11961 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11962 unconditionally.
11963 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11964
11965Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11966
11967 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11968 host to add it's own flags.
252b5132
RH
11969
11970Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11971
11972 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11973
11974Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11975
11976 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11977 (CXX_FOR_TARGET): Likewise.
11978 (GCC_FOR_TARGET): Define.
11979 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11980 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11981 CC_FOR_TARGET was specified on the command line.
11982 (MAKEOVERRIDES): Don't define.
11983
11984Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11985
11986 * configure.in (m32r): Fix spelling of libg++ libs.
11987
11988Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11989
11990 * config.sub (-apple*): Remove, now redundant.
11991
11992Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11993
11994 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11995
11996 * configure: Rework yesterday's sed script patch.
11997
11998 * config.sub: Merge with FSF.
11999
12000Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12001
12002 * config.guess: Merge from FSF.
12003
12004 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
12005 * config.guess: Use pc instead of unknown, for pc clone systems.
12006 Change linux to linux-gnu.
252b5132
RH
12007
12008 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 12009 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
12010
12011Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12012
12013 * test-build.mk (HOLES): Add "xargs" for gdb.
12014
12015 * configure: Avoid hpux10.20 sed bug.
12016
12017Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12018
4bddf3ad 12019 * configure.in: Add support for windows host
252b5132
RH
12020 (that is a build done under the Microsoft build environment).
12021
12022Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12023
12024 * Makefile.in: Replace all uses of srcroot with s, to shrink
12025 command line lengths.
12026
12027 Patches from Geoffrey Noer <noer@cygnus.com>:
12028 * configure.in: If configuring for newlib, pass --with-newlib to
12029 subdirectories.
12030 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12031 -Bnewlib/ and -Lwinsup to gcc.
12032 (CXX_FOR_TARGET): Likewise.
12033
12034Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12035
12036 * Makefile.in (ETC_SUPPORT): Add configure.
12037
12038Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12039
35590697 12040 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
12041 host configuration file.
12042
12043Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12044
12045 * configure.in: Break mn10x00 support into separate
12046 mn10200 and mn10300 configurations.
12047 * config.sub: Likewise.
12048
12049Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12050
12051 * configure.in: Add lots of stuff to noconfigdirs for
12052 the mn10x00 targets.
12053
12054 * config.sub, configure.in: Add mn10x00 support.
12055
12056Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12057
12058 * make-all.com: Call conf-a-gas, not config-a-gas.
12059
12060Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12061
12062 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12063 targets.
252b5132
RH
12064
12065Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12066
12067 * mpw-README: Add much more detail for native PowerMac.
12068 * mpw-install: New file.
12069 * mpw-configure: Add --norecursion and --help options.
12070 * mpw-config.in: Translate readme and install files when
12071 copying to objdir.
12072 * mpw-build.in: Don't always depend on byacc and flex.
12073 (install-only-top): New action.
12074
12075Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12076
12077 * configure.in: You can now configure GDB for the v850.
12078
12079Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12080
12081 * configure.in (noconfigdirs): Don't configure any C++ dirs
12082 if targeting D10V.
12083
12084Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12085
12086 * config.sub: Recognize mips64vr5000.
12087
12088Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12089
12090 * configure.in: Use a single line for host_tools and native_only.
12091
12092Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12093
12094 * config.sub, configure.in: Add entries for m32r.
12095
12096Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12097
12098 * Makefile.in (inet-install): Don't run install-gzip.
12099
12100Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12101
12102 * configure.in: Don't config lots of things for *-*-windows*.
12103
12104Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12105
12106 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12107 (host_libs, host_tools): Copy from configure.in.
12108 * mpw-configure: Don't complain about directories not found.
12109
12110Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12111
12112 * configure.in (i[345]86): Recognize i686 for pentium pro.
12113 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12114 file.
12115
12116 * config.guess (i[345]86): Ditto.
12117
12118Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12119
12120 * configure.in (noconfigdirs): Removed gdb for D10V.
12121
12122Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12123
12124 * configure.in: Remove ld, target-libio, target-libg++, and
12125 target-libstdc++ from noconfigdirs.
12126
12127Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12128
12129 * configure: Fix three locations where shell scripts were
12130 being run directly rather than with config_shell.
12131
12132Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12133
12134 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12135 * config.sub (basic_machine): Recognize v850.
12136
12137Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12138
12139 * mpw-configure: Handle multiple enable/disable options and
12140 pass them down recursively, handle -c and -s flags appropriately
12141 depending on choice of compiler, add escape mechanism for
12142 quoted arguments to gC.
12143
12144Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12145
12146 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12147 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12148 so that -mrelocatable-lib and -mno-eabi are used.
12149
12150 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12151 not support --print-multi-lib, don't abort.
12152
252b5132
RH
12153Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12154
12155 * make-all.com: Run config-a-gas.
12156 * setup.com: Don't copy subdirectory files around.
12157
12158Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12159
12160 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12161 target, it now compiles correctly.
12162
12163Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12164
12165 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12166
12167Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12168
35590697 12169 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12170
12171Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12172
12173 * configure.in (native_only): Add prms.
12174
12175Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12176
12177 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12178 (BINUTILS_SUPPORT_DIRS): Likewise.
12179
12180Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12181
12182 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12183 d10v support is added.
12184
12185Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12186
12187 * configure.in (d10v-*-*): New target.
12188
12189Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12190
12191 * config.guess (HP 9000/811): Recognize this as a PA1.1
12192 machine.
12193
12194Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12195
12196 * Makefile.in (do-tar-gz): New target, split out from tail end of
12197 taz target. Run each command separately, don't use pipes.
12198 (taz): Use it.
12199
12200Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12201
12202 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12203 * mpw-build.in: No builds should depend on building byacc or flex,
12204 they are assumed to be installed already.
12205
12206Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12207
12208 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12209 variable that CC_FOR_TARGET needs.
12210
12211Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12212
12213 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12214 options have changed since the last time the subdirectory was
12215 configured, and if it has, reconfigure.
12216 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12217 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12218
12219Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12220
12221 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12222 CLEAN_MODULES): Add bash.
12223 (all-bash): New target.
12224
12225Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12226
12227 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12228
12229Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12230
12231 * config.sub (basic_machine): Recognize d10v as a valid processor.
12232
12233Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12234
12235 * mpw-configure: Add support for --bindir.
12236 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12237
12238Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12239
12240 * configure.in: add bash, time, gawk to list of hosttools and things
12241 to only build for native toolchains
12242
12243Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12244
12245 * Makefile.in (docdir): Remove.
12246
12247Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12248
12249 * Makefile.in (datadir): Set to $(prefix)/share.
12250
12251Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12252
12253 * configure.in: build diff and patch for cygwin32-hosted
12254 toolchains.
12255
12256Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12257
12258 * config.sub: Accept -rtems*.
12259
12260Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12261
80413487 12262 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12263 remove diff from the list of things not buildable
12264 via Canadian Cross
252b5132
RH
12265
12266Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12267
12268 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12269 don't get ". ".
252b5132
RH
12270
12271Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12272
12273 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12274
12275Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12276
12277 * Makefile.in (taz): Handle case where tex3patch didn't even get
12278 checked out. Also, if it was found, put the symlink in a new util
12279 subdirectory.
12280
12281Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12282
12283 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12284
12285Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12286
12287 * config.sub: Recognize -openvms.
12288 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12289 * make-all.com, setup.com: New files.
12290
12291Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12292
12293 * Makefile.in (taz): tex3patch moved to texinfo/util.
12294
12295Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12296
afb8d725 12297 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12298 * configure.in: remove make from disable-if-Can-Cross list
12299 enable gdb if ${host} and ${target} are cygwin32
12300
12301Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12302
12303 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12304 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12305
12306Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12307
12308 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12309 distinguish sysv/svr4/bsd variants.
12310 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12311
12312Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12313
12314 * configure.in: Added copyright notice.
12315 * move-if-change: Added copyright notice.
12316
12317Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12318
12319 * configure.in (powerpcle-*-solaris*): Until we get shared
12320 libraries working, don't build gdb, sim, make, tcl, tk, or
12321 expect.
12322
12323Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12324
12325 * config.guess: Merge with FSF:
12326
12327 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12328 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12329
12330 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12331 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12332
12333 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12334 * config.guess: Combine two OSF1 rules.
12335 Also recognize field test versions. From mjr@zk3.dec.com.
12336 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12337 because GNU uname does not support -p. From pmr@pajato.com.
12338
12339Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12340
12341 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12342
12343Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12344
12345 * mpw-README: Document GCCIncludes.
12346
12347Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12348
12349 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12350
12351Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12352
12353 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12354
12355Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12356
12357 * configure.in (*-*-cygwin32): Configure make.
12358
12359Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12360
12361 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12362
12363Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12364
12365 * Makefile.in (all-inet): Depend on all-perl.
12366
12367 * Makefile.in (inet-install): New target.
12368
12369 * Makefile.in (all-inet): Depend on all-tcl.
12370 (all-inet): Depend on all-send-pr.
12371
12372Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12373
12374 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12375 temporarily.
12376
12377Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12378
12379 * configure.in: Don't configure --with-gnu-ld on AIX.
12380
12381Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12382
12383 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12384
12385Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12386
12387 * Makefile.in (ALL_MODULES): Added all-inet.
12388 (CROSS_CHECK_MODULES): Added check-inet.
12389 (INSTALL_MODULES): Added install-inet.
12390 (CLEAN_MODULES): Added clean-inet.
12391 (all-indent): New target.
12392
12393 * configure.in (host_tools): Added inet.
12394 (native_only): Added inet.
12395 (noconfigdirs): Added inet.
12396
12397Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12398
12399 * configure.in: Don't configure libgloss if we are not configuring
12400 newlib.
12401
12402Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12403
12404 * configure.in: Don't configure libgloss for unsupported
12405 architectures.
12406
12407Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12408
12409 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12410
12411Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12412
12413 * Makefile.in (ALL_MODULES): Include all-apache.
12414 (CROSS_CHECK_MODULES): Include check-apache.
12415 (INSTALL_MODULES): Include install-apache.
12416 (all-apache): New target.
12417
12418 * configure.in: Added apache everywhere perl is seen.
12419
12420Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12421
12422 * Makefile.in: Add support for clean-{module} and
12423 clean-target-{module} rules.
12424
12425Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12426
12427 * configure.in (*-*-ose) do not build libgloss.
12428
12429Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12430
12431 * config.guess (prep*:SunOS:5.*:*): Turn into
12432 powerpele-unknown-solaris2.
12433
12434Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12435
12436 * configure.in: Permit --enable-shared to specify a list of
12437 directories.
12438
12439Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12440
12441 * configure.in (host==solaris): Pass only the first word of $CC
12442 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12443
12444Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12445
12446 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12447
12448Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12449
12450 * Makefile.in (ALL_MODULES): Include all-perl.
12451 (CROSS_CHECK_MODULES): Include check-perl.
12452 (INSTALL_MODULES): Include install-perl.
12453 (ALL_X11_MODULES): Include all-guile.
12454 (CHECK_X11_MODULES): Include check-guile.
12455 (INSTALL_X11_MODULES): Include install-guile.
12456 (all-perl): New target.
12457 (all-guile): New target.
12458
12459 * configure.in (host_tools): Include perl and guile.
12460 (native_only): Include perl and guile.
12461 (noconfigdirs): Don't build guile and perl; no ports have been
12462 done.
12463
12464Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12465
80413487
RH
12466 * configure (--enable-*): Handle quoted option lists such as
12467 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12468
12469Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12470
12471 * Makefile.in ({,inst}all-target): New rule so we can make and
12472 install all of the target directories easily.
12473
12474Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12475
12476 * configure.in: Add missing global flag in sed substitution when
12477 deleting `target-' from ${configdirs}.
12478
12479Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12480
12481 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12482 option.
12483
12484 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12485 config/mh-necv4.
12486
12487 * install.sh: Correct misspelling of transformbasename.
12488
12489 * config.guess: Recognize mips-*-sysv*.
12490
12491Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12492
12493 * config.sub: Recognize mon960.
12494
12495Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12496
12497 * configure: Restore Canadian Cross handling of BISON and LEX,
12498 removed in Feb 20 change.
12499
12500Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12501
12502 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12503 Mention make install. Remove the old copyright date as well the
12504 clumsy and rather pointless copyright on the README file.
12505
12506Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12507
12508 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12509 Makefile after running symlink-tree, then run `make distclean' to
12510 avoid clobbering any generated files in srcdir.
12511
12512Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12513
12514 * configure.in (m68k-*-netbsd*): Build everything now.
12515
12516Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12517
12518 * Makefile.in (taz): Fix quoting.
12519
12520Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12521
12522 * configure.in (sparclet-*-*): Build everything now.
12523
12524Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12525
12526 * configure.in (m68k-*-linux*): New host.
12527
12528Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12529
12530 * configure: Check for bison before byacc.
12531
12532Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12533
12534 * Makefile.in configure: Change the way LEX and BISON/YACC are
12535 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12536 searching PATH. These are used as fallbacks by Makefile.in if
12537 flex/bison/byacc aren't in objdir.
12538
12539Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12540
12541 * Makefile.in: Make everything which depends upon all-bfd also
12542 depend upon all-opcodes, in case --with-commonbfdlib is used.
12543
12544Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12545
12546 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12547 building NT native compilers on Unix.
12548
12549Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12550
12551 * configure.in: Don't get CC from the host Makefile fragment if we
12552 can find gcc in PATH, or if this is a Canadian Cross. Move the
12553 Solaris test for /usr/ucb/cc to the post target script, just after
12554 the compiler sanity test.
12555
12556Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12557
12558 * config.sub: Merge with FSF.
12559
12560Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12561
12562 * Makefile.in (RPATH_ENVVAR): New variable.
12563 (REALLY_SET_LIB_PATH): Use it.
12564 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12565
12566Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12567
12568 * config.sub, configure.in: Recognize sparclet cpu.
12569
12570Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12571
12572 * config.guess: Support m68k-cbm-sysv4.
12573
12574Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12575
12576 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12577 m68k-unknown-linuxaout from linker help string. Put quotes around
12578 $ld_help_string.
12579
12580Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12581
12582 * config.guess (powerpc-harris-powerunix): Add guess for port
12583 to new target.
12584
12585Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12586
12587 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12588
12589Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12590
12591 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12592 $(REALLY_SET_LIB_PATH) in Makefile.
12593 * Makefile.in (SET_LIB_PATH): New variable.
12594 (REALLY_SET_LIB_PATH): New variable.
12595 ($(DO_X)): Use $(SET_LIB_PATH).
12596 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12597 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12598 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12599 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12600 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12601 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12602 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12603 (install-dosrel): Likewise.
12604 (all-opcodes): Depend upon all-libiberty.
12605
12606Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12607
12608 * config.guess (*:CYGWIN*): New
12609
12610Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12611
12612 * Makefile.in (all-target-winsup): All all-target-libiberty.
12613
12614Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12615
12616 * configure.in (noconfigdirs): Add missing # in front of comment.
12617
12618Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12619
12620 * configure.in: add second pass to things added to noconfigdirs
12621 so *-gm-magic can exclude libgloss properly.
12622
12623Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12624
12625 * mpw-configure (extralibs_name, rez_name): Set correctly
12626 for MWC68K compiler.
12627
12628 * mpw-README: Add more info on the necessary build tools.
12629
12630Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12631
12632 * configure.in, config.sub: Recognize cygwin32.
12633
12634Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12635
12636 * config.guess, config.sub: Recognize A/UX.
12637
12638Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12639
12640 * config.sub: Merge with gcc/config.sub.
12641
12642Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12643
12644 * mpw-build.in (do-binutils): Add build of stamps.
12645
12646Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12647
12648 * config.sub: Add recognition for mips64vr4100*-* targets.
12649
12650Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12651
12652 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12653 Add creation of gconfigargs with `--enable-shared' turned on.
12654 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12655 ($(host)-stamp-stage3-configured): Likewise.
12656 (HOLES): Add chatr and ldd.
12657 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12658
12659Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12660
12661 * configure: Pass --nfp to recursive configures.
12662
12663Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12664
12665 * Makefile.in (DLLTOOL): New.
12666 (DLLTOOL_FOR_TARGET): New.
12667 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12668 (EXTRA_TARGET_FLAGS): Ditto.
12669 (EXTRA_GCC_FLAGS): Ditto.
12670 (CONFIGURE_TARGET_MODULES): Ditto.
12671 (DO_X): Ditto.
12672 * configure: Add DLLTOOL.
12673
12674Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12675
12676 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12677 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12678 mh-sco, since old workarounds no longer needed, and don't
12679 build ld, since libraries have weak symbols in COFF.
12680
12681Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12682
12683 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12684
12685Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12686
12687 * configure.in: Make sure that ${CC} can be used to compile an
12688 executable.
12689
afb8d725
JM
12690Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12691
12692 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12693 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12694 nothing depending on whether gdbtk is being built.
12695
252b5132
RH
12696Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12697
12698 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12699
12700Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12701
12702 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12703 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12704
12705Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12706
12707 * config-ml.in: Add support for
12708 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12709 Simplify setting of multidirs from --disable-foo.
12710
12711Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12712
12713 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12714 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12715 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12716 non-empty, pass them on to the GCC make.
252b5132
RH
12717 (all-bootstrap): New rule that is like all-gcc, except it executes
12718 the GCC bootstrap rule instead of the GCC all rule.
12719
12720Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12721
12722 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12723
12724Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12725
12726 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12727 DG/UX support.
12728
12729Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12730
12731 * config.sub (i*86*) Change [345] to [3456]
12732
12733Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12734
12735 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12736 --with-gnu-ld=no.
12737
12738Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12739
12740 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12741 AIX multilibs get built.
12742
12743Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12744
12745 * configure.in (i386-win32): Don't build expect if we're not
12746 building the tcl subdir.
12747
12748Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12749
12750 * Makefile.in: (configure-target-examples, all-target-examples):
12751 New targets, configure and build example programs.
12752
12753Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12754
12755 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12756 use it as input to sedit the generated MPW makefile.
12757 * mpw-README: Add a suggestion about Gestalt.h.
12758
12759Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * config.sub: Accept *-*-ieee*.
12762
12763Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12764
12765 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12766 Ronald F. Guilmette <rfg@monkeys.com>.
12767
12768Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12769
12770 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12771 for powerpc-pe native.
12772 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12773 (target==powerpc-pe): duplicate i386-win32 entry.
12774
12775Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12776
12777 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12778 of vxworks, not just vxworks5.1.
12779
12780Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12781
12782 * mpw-configure: Add support for exec-prefix.
12783
12784Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12785
12786 * config.guess: Recognize HP model 816 machines as having
12787 a PA1.1 processor.
12788
12789Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12790
12791 * configure: Ignore new autoconf configure options.
12792
252b5132
RH
12793Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12794
12795 * config.guess: Recognize Pentium under SCO.
12796 From Robert Lipe <robertl@arnet.com>.
12797
12798Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12799
12800 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12801
12802Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12803
12804 * configure.in: Don't configure gas for alpha-dec-osf*.
12805
12806Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12807
12808 * configure.in: Default to --with-stabs for some targets for which
12809 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12810 i[345]86*-*-unixware*.
12811
12812Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12813
12814 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12815 rather than basing it on the target. Simplify handling of options
12816 controlling which directories to configure. Remove extraneous
12817 slash in multi-clean target.
12818
12819Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12820
12821 * config-ml.in: Prefix more variables with ml_ so they don't collide
12822 with configure's.
12823
12824Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12825
12826 * configure: Don't turn -v into --v.
12827
12828Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12829
12830 * configure.in (targargs): Fix typo.
12831
12832 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12833
12834Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12835
12836 * configure.in: Strip --host and --target options from
12837 CONFIG_ARGUMENTS, and always configure for --host only. Add
12838 --with-cross-host option when building with a cross-compiler.
12839 * configure: Canonicalize the arguments put into config.status by
12840 always using `=' for an option with an argument. Pass a presumed
12841 --host or --target explicitly.
12842
12843Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12844
12845 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12846 into general OS recognition case.
12847
12848Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12849
12850 * configure.in (target_configdirs): add target-winsup only
12851 for win32 target systems.
12852
12853Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12854
12855 * Makefile.in (all-target-libgloss): Depend upon
12856 configure-target-newlib, since when libgloss is built it looks to
12857 see if the newlib directory exists.
12858
12859Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12860
12861 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12862 cfg-ml-*.in.
12863
12864Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12865
12866 * configure: Handle LD and LD_FOR_TARGET when configuring a
12867 Canadian Cross.
12868
252b5132
RH
12869Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12870
12871 * configure.in (target_libs): add target-winsup.
12872 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12873 (target==ppcle-pe): remove ld from $noconfigdirs.
12874
12875Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12876
12877 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12878 Preserve relative path names in $srcdir. Build symlink tree if
12879 configuring cross target dir and srcdir=. (= no VPATH support).
12880 (configure-target-libg++): Depend on configure-target-librx.
12881 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12882 * config-ml.in: New file.
12883 * symlink-tree: New file.
12884 * configure: Ensure srcdir="." if that's what it is.
12885
12886Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12887
12888 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12889 includes and FLEX_SKELETON setting.
12890 * mpw-configure (--with-gnu-ld): New option, controls whether
12891 to use PPCLink or ld with PowerMac GCC.
12892 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12893 * mpw-config.in: Configure grez if targeting Mac.
12894
12895 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12896 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12897 just macos.
252b5132
RH
12898 * configure.in: Configure grez resource compiler if targeting Mac.
12899 * Makefile.in (all-grez, install-grez): New targets.
12900
12901Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12902
12903 * configure: CXX defaults to gcc, not g++. If we find
35590697 12904 gcc in the path, set CC to gcc -O2.
252b5132
RH
12905
12906Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12907
12908 * configure: Default ${build} correctly. Avoid picking up extra
12909 spaces when reading CC and CXX from Makefile. When doing a
12910 Canadian Cross, use plausible default values for numerous
12911 variables.
12912 * configure.in: When doing a Canadian Cross, don't try to
12913 configure tools whose configure script can't handle it.
12914
12915Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12916
12917 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12918
12919Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12920
12921 * configure: Remove dubious bug reporting address.
12922
12923Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12924
12925 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12926 configure script, run that instead of this directory's configure.
12927 In either case, print a message that we're configuring the sub-dir.
12928
12929Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12930
12931 * configure.in: Before checking for the existence of various files,
12932 use sed to filter out "target-".
12933
12934Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12935
12936 * Makefile.in (DO_X): Split rule to decrease command line length
12937 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12938 (Philippe De Muyter).
12939
12940Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12941
12942 * Makefile.in (all-patch): depend on all-libiberty.
12943
12944Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12945
12946 * configure.in: If the only directory in target_configdirs which
12947 actually exists is libiberty, then set target_configdirs to empty,
12948 to avoid trying to build a target libiberty in a gas or gdb
12949 distribution.
12950
12951Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12952
12953 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12954 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12955 systems.
252b5132
RH
12956
12957Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12958
12959 * configure.in (copy_dirs): Use sys-include instead of include
12960 for --with-headers option.
12961
12962Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12963
12964 * Makefile.in, configure.in: Make winsup builds work with
12965 new scheme.
12966
12967Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12968
12969 * configure.in: Build the linker on AIX.
12970
12971Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12972
12973 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12974 where needed.
12975
12976Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12977
12978 * Makefile.in (all-gcc): Fix typo.
12979
12980Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12981
12982 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12983
12984Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12985
12986 * configure.in: Rename libFOO to target-libFOO, and xiberty
12987 to target-xiberty, to provide more flexibility.
12988 (target_subdir): Define. Create if cross.
12989 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12990 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12991 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12992 check-libFOO -> check-target-libFOO, etc.
12993 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12994 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12995 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12996 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12997 allow ALL_GCC="" to only configure.
12998 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12999 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13000 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13001
13002Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13003
13004 * Makefile.in (taz): Build "info" in etc explicitly.
13005
13006Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13007
13008 * configure.in: Make sure that CC is undefined (as opposed to
13009 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13010 problem with autoconf trying to configure on a host without GCC.
13011
13012Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13013
13014 * mpw-configure: Set host alias from choice of host compiler,
13015 only use generic MPW Makefile sed if present, edit a file
13016 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13017 * mpw-README: Add problem notes about CW6 and CW7.
13018
13019Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13020
13021 * Makefile.in (taz): Use ";" instead of ";;".
13022
13023Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13024
13025 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13026 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13027 DISTDOCDIRS.
13028 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13029 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13030
13031Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13032
13033 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13034 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13035 Move bfd to DISTSTUFFDIRS.
13036
13037Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13038
13039 * Makefile.in (X11_LIB): Removed.
13040 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13041
13042 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13043
13044Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13045
13046 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13047 names.
13048
13049Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13050
13051 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13052
13053Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13054
13055 * configure.in (i[345]86-*-win32): Always build newlib.
13056 Don't configure cvs, autoconf or texinfo.
13057 * Makefile.in (LD_FOR_TARGET): New.
13058 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13059 Pass down LD_FOR_TARGET.
13060
13061Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13062
13063 * winsup: New directory.
13064 * Makefile.in: Build winsup.
13065 * configure.in: Winsup is configured when target is win32.
13066 Can only build win32 target GDB when native.
35590697 13067
252b5132
RH
13068Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13069
13070 * config.guess: Recognize HP model 819 machines as having
13071 a PA 1.1 processor.
13072
13073Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13074
13075 * configure: Fix sed loop which substitutes for CC and CXX to
13076 avoid bug found in various sed implementations.
13077
13078Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13079
13080 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13081 simulator. Use standard powerpc-*-eabi*.
13082
13083Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13084
13085 * configure.in: Stop putting gas and binutils in noconfigdirs for
13086 powerpc-*-aix* and rs6000-*-*.
13087
13088Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13089
13090 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13091 -mcall-aixdesc libraries.
13092
13093Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13094
13095 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13096
13097 * config.sub (arm | armel | armeb): Fix shell syntax.
13098
13099Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13100
13101 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13102 -msoft-float and -mcpu=common support.
13103 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13104 libraries.
13105
13106Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13107
13108 * configure.in: Allow configuration and build of emacs19 for the alpha.
13109
13110Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13111
13112 * configure.in (CC): Get ^CC, not just any old CC, from
13113 ${host_makefile_frag}.
13114
13115Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13116
35590697 13117 * configure.in (CC): Try to get CC from
252b5132
RH
13118 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13119
13120Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13121
13122 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13123 only if it exists in $(srcdir).
13124
13125Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13126
13127 * configure: If CC and CXX are not set in the environment, set
13128 them, based on either an existing Makefile or on searching for gcc
13129 in PATH. Substitute for CC and CXX in Makefile.
13130 * configure.in: Remove libm from target_libs. Separate
13131 target_configdirs from configdirs. If CC is not set in
13132 environment, try to get it from a host Makefile fragment. Rewrite
13133 changes of configdirs to use skipdirs instead. A few minor
13134 tweaks. Take directories out of target_configdirs as they are
13135 taken out of configdirs. Remove existing Makefile files from
13136 subdirectories. Substitute for TARGET_CONFIGDIRS and
13137 CONFIG_ARGUMENTS in Makefile.
13138 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13139 by configure.in.
13140 (CONFIG_ARGUMENTS): Likewise.
13141 (CONFIGURE_TARGET_MODULES): New variable.
13142 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13143 ($(CONFIGURE_TARGET_MODULES)): New target.
13144 (configure-libg++, configure-libio): New targets.
13145 (all-libg++): Depend upon configure-libg++.
13146 (all-libio): Depend upon configure-libio.
13147 (configure-libgloss, all-libgloss): New targets.
13148 (configure-libstdc++): New target.
13149 (all-libstdc++): Depend upon configure-libstdc++.
13150 (configure-librx, all-librx): New targets.
13151 (configure-newlib): New target.
13152 (all-newlib): Depend upon configure-newlib
13153 (configure-xiberty): New target.
13154 (all-xiberty): Depend upon configure-xiberty.
13155
13156Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13157
13158 * configure.in (host i[345]86-*-win32): Expand the
13159 noconfigdirs again.
13160
13161Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13162
13163 * mpw-configure: Fix sed command file name.
13164
13165Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13166
35590697 13167 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13168 noconfigdirs again.
13169
13170Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13171
13172 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13173 or powerpc*-*-pe*, since they are not yet supported.
13174
13175Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13176
13177 Add PowerMac support and many other enhancements.
13178 * mpw-configure: New option --cc to select compiler to use,
13179 paste options set according to --cc into the generated
13180 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13181 if mpw-make.sed is present.
13182 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13183 add forward includes for PowerPC include files.
13184 * mpw-build.in: Build using Makefile.PPC if present.
13185 (do-byacc, etc): Remove separate version resource builds.
13186 (do-gas): Build "stamps" before "all".
13187 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13188 * mpw-README: Update to reflect --cc option, PowerMac support,
13189 and recently-reported compatibility problems.
13190
13191Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13192
13193 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13194 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13195 (--with-multilib-top): Pass to recursive invocations.
13196
13197Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13198
13199 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13200 v810-*-*.
13201
13202Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13203
13204 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13205 gdb, ld and opcodes on v810-*-*.
13206
252b5132
RH
13207Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13208
13209 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13210 (local-maintainer-clean): New target.
13211 (maintainer-clean): New target.
13212 (realclean): Just depend upon maintainer-clean.
13213
13214Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13215
13216 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13217
13218Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13219
13220 * configure.in: Build ld in mips*-*-bsd* case.
13221
13222Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13223
13224 * config.sub: Accept -lites* OS. From Ian Dall.
13225
13226Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13227
13228 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13229 targets.
252b5132
RH
13230
13231Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13232
13233 * configure.in: treat i386-win32 canadian cross the same as
13234 i386-go32 canadian cross.
13235
13236Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13237
13238 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13239 running under the simulator to build a reduced set of libraries.
13240 (powerpc-*-eabiaix): Add fine grained multilib support added to
13241 other powerpc targets yesterday.
13242
13243Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13244
13245 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13246 -disable-softfloat, -disable-relocatable, -disable-aix, and
13247 -disable-sysv to control which multilib libraries get built.
13248
13249Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13250
13251 * configure: Add Makefile.tem to list of files to remove in trap
13252 handler.
13253
13254Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13255
13256 * config.guess (*Linux*): Add missing "exit"s.
13257 Also, need specific check for alpha-unknown-linux (uses COFF).
13258
13259Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13260
13261 * config.guess: Merge with FSF:
13262
13263 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13264 * config.guess (AIX4): More robust release numbering discovery.
13265
13266 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13267 * config.guess (i386-sequent-ptx): Properly get version number.
13268
13269 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13270 * config.guess (mips:*:4*:UMIPS): New case.
13271
13272Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13273
13274 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13275 (i386-win32 host): Likewise. Don't build readline.
13276
afb8d725
JM
13277Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13278
13279 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13280 SUPPORT_FILES to submakes.
13281
252b5132
RH
13282Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13283
13284 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13285 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13286 mpw-configure.
13287
13288Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13289
13290 * configure.in (appdirs): Use =, not ==, in test expression when
13291 trying to build the text to print in the warning message for
13292 Solaris users.
13293
13294Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13295
13296 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13297
13298Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13299
13300 * config.guess: Recognize lynx-2.3.
13301
13302Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13303
13304 * config.sub (z8ksim): Deleted
13305 (z8k-*-coff): New, this is the one true name of the target.
13306
13307Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13308
13309 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13310
13311Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13312
13313 * config.guess (*:Linux:*:*): First try asking the linker what the
13314 default object file format is (elf, aout, or coff). Then if this
13315 fails, try previous methods.
13316
13317Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13318
13319 * configure.in: Don't build newlib for *-*-vxworks5.1.
13320
13321Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13322
13323 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13324 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13325
13326Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13327
13328 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13329
13330Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13331
13332 * cfg-ml-com.in: New file.
13333 * cfg-ml-pos.in: New file.
13334
13335Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13336
13337 * COPYING.NEWLIB: Add HP free copyright to list.
13338
13339Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13340
13341 * config.sub: Recognize -eabi* for the system, not just -eabi.
13342
13343Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13344
13345 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13346 * config.sub, configure.in (win32): New target and host.
13347
13348Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13349
13350 * configure.in: Add i386-pe configuration.
13351
13352Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13353
13354 * mpw-build.in (install): Install GDB after LD.
13355
13356Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13357
13358 * mpw-config.in (elf/mips.h): Always forward-include, needed
13359 for GDB to build.
13360
13361Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13362
13363 * testsuite: New directory for customer acceptance and whole tool
13364 chain tests.
13365
13366Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13367
13368 * configure: If per-host line isn't found, but AC_OUTPUT is found
13369 and a configure script exists, run it instead.
13370
13371Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13372
13373 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13374
13375Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13376
13377 * configure: Set build_{cpu,vendor,os,alias} to host values when
13378 --build isn't specified.
13379
13380Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13381
13382 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13383 (FLAGS_TO_PASS): Pass them.
13384 (EXTRA_TARGET_FLAGS): Ditto.
13385
252b5132
RH
13386Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13387
13388 * Makefile.in (all-libg++): Depend on all-libstdc++.
13389
13390Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13391
13392 * configure.in (noconfigdirs): Enable all packages for
13393 i386-unknown-netbsd.
13394
13395Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13396
13397 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13398 hosted builds (DOS builds)
13399
13400Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13401
13402 Changes for ARM based on patches from Richard Earnshaw:
13403 * config.sub: Handle armeb and armel.
13404 * configure.in: Omit arm linker only for riscix.
13405
13406Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13407
13408 * config.guess: Update from FSF.
13409
13410Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13411
13412 * config.sub: Recognize powerpcle as the little endian varient of
13413 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13414 powerpcle variant. Convert pentium into i586, not i486. Add p5
13415 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13416 temporarily.
13417
13418Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13419
13420 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13421
13422Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13423
13424 * config.sub: Accept -lites* as a basic system type.
13425
13426Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13427
13428 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13429 installed, and if so return linuxoldld as the system name.
13430
13431Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13432
13433 * config.guess: Add hppa1.1-hp-lites support.
13434
13435Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13436
13437 * configure.in: Don't build newlib for m68k-vxworks5.1.
13438
13439Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13440
13441 * configure.in (mips-sgi-irix6): Use mh-irix5.
13442
13443Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13444
13445 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13446
13447Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13448
13449 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13450 OSF/1. Fix compiler flags.
252b5132
RH
13451 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13452
13453Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13454
13455 * configure.in: Recognize --with-newlib.
13456 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13457
afb8d725
JM
13458Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13459
13460 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13461 to *_X11_MODULES due to gdbtk needing X include files et al.
13462
252b5132
RH
13463Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13464
13465 Merge in support for Mac MPW as a host.
13466 (Old change descriptions retained for informational value.)
13467
13468 * mpw-config.in: Add generic include forwards for cpu-specific
13469 include files in aout and elf directories.
13470
13471 * mpw-configure: Added copyright.
13472 * mpw-config.in: Check for presence of required build tools.
13473 (target_libs): Add newlib.
13474 (target_tools): Add examples.
13475 (Read Me): Generate as "Read Me for MPW" instead.
13476 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13477 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13478 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13479
13480 * mpw-configure: Remove subdir-specific makefile hackery,
13481 delete mk.tmp after using it.
13482
13483 * mpw-build.in (all): Display start and end times.
13484
13485 * mpw-configure (host_canonical): Set.
13486 (target_cpu): Always add to makefiles.
13487 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13488 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13489 (mpw-mh-mpw): Look for in srcdir and srcroot.
13490 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13491
13492 * mpw-build.in: (install-only): New target.
13493
13494 * mpw-configure (host_alias, target_alias): Rename from hostalias
13495 and targetalias, add into generated Makefile.
13496 (mk.tmp): If present, add into generated Makefile.
13497 * mpw-build.in (all-gas): Build config.h first before gas proper.
13498
13499 * mpw-configure (config.status): Write only if changed.
13500 * mpw-config.in (readline): Configure it (not built, just used for
13501 definitions).
13502
13503 * mpw-config.in (elf/mips.h): Add a forward include.
13504
13505 * mpw-config.in: Forward-include most .h files in include into
13506 extra-include.
13507 (readline): Don't build.
13508 mpw-build.in (install): Install GDB.
13509
13510 * mpw-configure (prefix, mpw_prefix): Handle it.
13511 * mpw-config.in (mmalloc, readline): Don't configure.
13512 * mpw-build.in (thisscript): Rename to ThisScript.
13513 Use mpw-build instead of BuildProgram everywhere.
13514 (mmalloc, readline): Don't build.
13515 * mpw-README: New file, basic documentation about the MPW port.
13516
13517 * mpw-config.in: Use forward-include to create include files.
13518
13519 * mpw-configure: Add more things to the top of each configured
13520 Makefile, including contents of config/mpw-mh-mpw.
13521 * mpw-config.in (extra-include): Create this directory and fill it
13522 with Posix-like include files when configuring.
13523
13524 * config.sub (apple, mac, mpw): Add various aliases.
13525
13526 * mpw-build.in: New file, top-level build script fragment for MPW.
13527 * mpw-configure: New file, configure script for MPW.
13528 * mpw-config.in: New file, config fragment for MPW.
13529
13530Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13531
13532 * configure.in (host_libs): Remove glob, since it is gone from the
13533 sources.
13534
13535Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13536
13537 * Makefile.in: define empty GDB_NLM_DEPS var.
13538
13539 * configure.in(target_makefile_frag): use config/mt-netware
13540 for netware targets.
13541
13542Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13543
13544 * config.sub: Merge in recent FSF changes. Remove linux special
13545 cases.
13546
13547Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13548
4bddf3ad 13549 Revert this change:
252b5132
RH
13550
13551 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13552
13553 * build-all.mk: Use CC=cc -Xs on Solaris.
13554
252b5132
RH
13555Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13556
13557 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13558 stop using it.
13559 * Makefile.in: Nuke all references to glob subdirectory.
13560
13561Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13562
13563 * configure.in: Fix --enable-shared logic in per-host.
13564
13565Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13566
13567 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13568
13569Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13570
13571 * configure.in (noconfigdirs): Don't build gas on AIX, for
13572 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13573
13574Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13575
13576 * configure: Fix --cache-file to work if the file argument is a
13577 relative path.
13578
13579Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13580
13581 * configure: If the --cache-file is used, pass it down to
13582 configure in subdirectories.
13583
13584Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13585
13586 * config.sub: add vxworks29k configuration.
13587
13588Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13589
13590 * Makefile.in (taz): Do "diststuff" part quietly.
13591
13592Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13593
13594 * config.sub: Mini-merge with gcc/config.sub.
13595
13596Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13597
13598 * config.guess (IRIX): Sed - to _.
13599
13600Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13601
13602 * Makefile.in (source-vault, binary-vault): New targets.
13603
13604Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13605
13606 * config.sub: Recognize -eabi as a basic system type.
13607
13608Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13609
13610 * configure.in (enable_shared stuff): Fix typo.
13611
13612Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13613
13614 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13615
13616Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13617
13618 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13619
13620Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13621
13622 * configure.in (rs6000-*-*): Don't build gas.
13623
13624Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13625
13626 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13627 reduce command line length.
13628 (AS_FOR_TARGET): Check for as.new, not Makefile.
13629 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13630
13631Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13632
13633 * config.guess: Merge from FSF.
13634
13635Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13636
13637 * configure: Don't use $ when handling program_suffix.
13638
13639Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13640
13641 * configure.in: Configure tk for hppa/hpux.
13642
13643Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13644
13645 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13646
13647Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13648
13649 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13650 to LIBCXXFLAGS. Tests are better run without it.
13651
13652Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13653
13654 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13655
13656Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13657
13658 * configure.in (*-*-netware*): Don't configure xiberty.
13659
13660Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13661
13662 * configure.in: Remove tk from native_only list.
13663
13664Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13665
13666 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13667 for special NCD build.
13668
13669Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13670
13671 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13672 makeall.bat, they're only useful for binutils snapshots.
13673 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13674 makeall.bat to specified SUPPORT_FILES.
13675
13676Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13677
13678 * build-all.mk: Add Ericsson targets to sun4 and solaris
13679 hosts. Add BNR's sun4 target to solaris host, so their
13680 build-from-source will be tested in-house first.
13681
13682Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13683
13684 * Makefile.in (LIBCFLAGS): New variable.
13685 (CFLAGS_FOR_TARGET): Ditto.
13686 (LIBCFLAGS_FOR_TARGET): Ditto.
13687 (LIBCXXFLAGS): Ditto.
13688 (CXXFLAGS_FOR_TARGET): Ditto.
13689 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13690 (BASE_FLAGS_TO_PASS): Pass them.
13691 (EXTRA_TARGET_FLAGS): Ditto.
13692
4bddf3ad 13693 * configure.in: Support --enable-shared.
252b5132
RH
13694
13695Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13696
13697 * configure.in (target_libs): Include libstdc++ again.
13698 * config.guess: Update from FSF (for FreeBSD).
13699
13700Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13701
13702 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13703 makeall.bat.
13704 (DISTDOCDIRS): Add `etc'.
13705 (ETC_SUPPORT_PFX): New variable.
13706 (taz): Include anything from etc starting with a word in
13707 ETC_SUPPORT_PFX.
13708
13709Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13710
13711 * config.sub: Update for recent FSF changes. Remove obsolete
13712 h8300hds entry. Add -windows* and -osx as basic os. Minor
13713 spacing changes.
13714
13715Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13716
13717 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13718
13719 * config.guess: Merge with FSF.
13720 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13721
13722Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13723
13724 * configure: Since the "trap 0" handler will override the exit
13725 status on many systems, only use it for "exit 1", and make it set
13726 a non-zero exit status; reset it before "exit 0". Also, check
13727 exit status of config.sub, and error out if it failed.
13728
13729Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13730
13731 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13732 and install libgloss.
13733
13734Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13735
13736 * Makefile.in (all-binutils): Depend upon all-byacc.
13737
13738 * configure.in: Don't build emacs on Irix 5.
13739
13740Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13741
13742 * configure.in (*-*-netware*): Add libio.
13743
13744Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13745
13746 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13747 (CHECK_TARGET_MODULES): Ditto.
13748 (INSTALL_TARGET_MODULES): Ditto.
13749 (TARGET_LIBS): Ditto.
13750 (all-libstdc++): Note dependencies.
13751
13752Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13753
13754 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13755
13756Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13757
13758 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13759 -fexternal-templates.
13760
13761 * configure.in (target_libs): Add libstdc++.
13762 (noconfigdirs): Add libstdc++ as appropriate.
13763
13764Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13765
13766 * config.guess: Update from FSF.
13767
13768Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13769
13770 * configure: Use ${config_shell} when running ${configsub}.
13771
13772Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13773
13774 * config.sub: No longer recognize h8300h.
13775
13776Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13777
13778 * config.sub: Remove extraneous differences between config.sub and
13779 gcc/config.sub.
13780
13781Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13782
13783 * Makefile.in (DISTSTUFFDIRS): Add gas.
13784
13785Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13786
13787 * COPYING.NEWLIB: New file.
13788
13789Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13790
13791 * config.guess (HP-UX): Patch from Harlan Stenn
13792 <harlan@landmark.com> to also emit release level.
13793
13794Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13795
13796 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13797
13798Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13799
13800 * config.sub: Merge nextstep cleanup from FSF.
13801
13802Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13803
13804 * configure.in (arm-*-*): Don't configure ld for this target.
13805
13806Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13807
13808 * configure.in (*-*-netware): don't configure libg++, libio,
13809 librx, or newlib.
13810
13811Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13812
13813 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13814 configure ld--it works, but it doesn't support shared libraries.
13815
13816Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13817
13818 * config.guess (*-unknown-freebsd*): Get rid of possible
13819 trailing "(Release)" in version string.
13820 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13821
13822Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13823
13824 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13825 Fix type: *-next-neststep -> *-next-nextstep.
13826
13827 * config.guess: Merge from FSF:
13828
13829 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13830
13831 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13832
13833 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13834
13835 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13836 instead of UNIX_SV for UnixWare 1.0).
13837
13838Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13839
13840 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13841 to make gdb/nlm/* build after the compiler and linker.
13842
13843Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13844
13845 * config.guess (netbsd, freebsd, linux): Accept any machine,
13846 not just i[34]86.
13847 (m68k-atari-sysv4): Relocate to match FSF version.
13848
13849 * config.guess: More merges from the FSF:
13850
13851 Add a space before function call or macro invocation.
13852
13853 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13854
13855 * config.guess: Add trap cmd to remove dummy.c and dummy when
13856 interrupted.
13857
13858 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13859
13860 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13861 (dummy): Redirect stderr from compilation of dummy.c.
13862
13863 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13864
13865 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13866
13867Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13868
13869 * configure: Accept and ignore --cache*, for compatibility with
13870 new autoconf.
13871
13872Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13873
13874 * config.guess: Merge from FSF:
13875
13876 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13877
13878 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13879 (PATH): Add /.attbin at end for finding uname.
13880 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13881
13882 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13883
80413487 13884 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13885
13886 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13887
80413487
RH
13888 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13889 to select whether to use ELF or COFF.
252b5132
RH
13890
13891 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13892
80413487 13893 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13894
13895 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13896
13897 * config.guess: Guess the OS version for HPUX.
13898
13899 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13900
13901 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13902
13903Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13904
13905 * configure.in: Recognize --with-headers, --with-libs, and
13906 --without-newlib.
13907 * Makefile.in (all-xiberty): Depend upon all-ld.
13908
13909Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13910
13911 * configure.in: Change i[34]86 to i[345]86.
13912
13913Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13914
13915 * configure (version): A few more tweaks to help message.
13916
13917Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13918
13919 * Makefile.in: Remove (for now) librx as a host library,
13920 now that we're building it for target.
13921
13922Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13923
13924 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13925 (Karl Berry).
13926
13927Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13928
13929 * configure.in: Also configure librx.
13930
13931Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13932
13933 * Makefile.in: Update various rules to reflect that librx
13934 is now needed for libg++.
13935
13936Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13937
13938 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13939
13940Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13941
13942 * configure.in: Configure the examples directory.
13943
13944Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13945
13946 * configure: Simplify Jun 2 1994 change.
13947
13948Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13949
13950 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13951 /bin/gcc isn't good enough to build gcc.
13952
13953Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13954
13955 * Makefile.in (GDB_SUPPORT_FILES): Remove
13956 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13957 (gdb.tar.gz): Add new rule to use standard distribution building
13958 mechanism.
13959
13960Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13961
13962 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13963 Bill Cox <bill@cygnus.com>.
13964
13965Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13966
13967 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13968
13969Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13970
13971 * configure: Search current dir first in .gdbinit.
13972
13973Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13974
13975 * config.sub: Recognize freebsd (merged from gcc config.sub).
13976
13977Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13978
13979 * config.sub: Refer to NeXT's operating system as nextstep.
13980
13981 * config.sub (case $basic_machine): Re-order the cases, to match
13982 the order in the FSF version (which is mostly alphabethical).
13983 Merge in some additions and changes from the FSF.
13984
13985Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13986
13987 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13988 * config.sub: Recognize cxux7.
13989 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13990
13991Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13992
13993 * config.sub: Fix typo powerpc -> powerpc-*.
13994
13995Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13996
13997 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13998
13999 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14000 parallel with all-emacs and install-emacs). Top-level command
14001 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14002
14003Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14004
14005 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14006 $(relbindir)/make before doing ``make install'', and use
14007 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14008 installing over running make binary.
14009 ($(host)-stamp-stage3-installed): Likewise.
14010
14011Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14012
14013 * config.guess: Recognize Mach.
14014
14015Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14016
14017 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14018 see whether --exec-prefix was used.
14019
14020Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14021
14022 * README: Explicitly mention libg++/README. (Zoo's idea.)
14023
14024Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14025
14026 * Makefile.in: Add all-librx target similar to all-libproc.
14027
14028Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14029
14030 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14031 with post 1.2 uname bogosity.
14032
14033Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14034
14035 * configure: Remove temporary files on receipt of a signal.
14036
14037Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14038
14039 * configure: If there is a package_makefile_frag, remove
14040 ${subdir}/Makefile.tem after copying it in.
14041
14042Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14043
14044 * build_all.mk: support rs6000 lynx identifies itself as
14045 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14046 since /bin/gcc is too feeble to compile a modern gcc.
14047
14048Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14049
14050 * brought devo/test-build.mk update-to-date with progressive/
14051 test-build.mk. Add lynx targets and hppa flag info.
14052
14053Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14054
14055 * configure.in: Use mh-ncrsvr43. Patch from
14056 Tom McConnell <tmcconne@sedona.intel.com>.
14057
14058Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14059
14060 * config.guess (i386-unknown-bsdi): No longer need to
14061 check #if defined(__bsdi__) && defined(__i386__).
14062
14063Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14064
14065 * configure: Set program_transform_nameoption correctly.
14066
14067Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14068
14069 * brought build-all.mk update-to-date with progressive build-all.mk,
14070 added new targets and hppa info.
35590697 14071
252b5132
RH
14072Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14073
14074 * configure: If config.guess result is a prefix of the user
14075 specified target, assume a native build and use the user specified
14076 target as the host alias. Remove SunOS patch suffix removal hack.
14077 * configure.in: Remove SunOS patch suffix removal hack.
14078
14079 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14080 in NATIVE_CHECK_MODULES.
14081
14082Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14083
14084 * Makefile.in: Rename HOST_ONLY to NATIVE.
14085 * configure: Delete SunOs patch suffix from host_canonical
14086 and build_canonical variables that are prepended to Makefiles.
14087 * configure.in: Add comments for easier maintenance.
14088
14089Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14090
14091 * Makefile.in: Add all-libproc target similar to all-gui.
14092
14093Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14094
14095 * Makefile.in (CHECK_MODULES): split into
14096 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14097
14098Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14099
14100 * config.guess (i386-unknown-bsdi): New system to guess.
14101
14102Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14103
14104 * Makefile.in: Add all-gui target (but not yet build by "all").
14105
14106Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14107
14108 * config.sub: Move deletion of patch suffix from here...
14109 * configure.in: To here, at Ian's suggestion. The top-
14110 level scripts might need to know of a patch level.
14111
14112Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14113
14114 * config.sub: Strip off patch suffix so rtl is recognized
14115 as a sunos4.1.3 machine, even though it's been patched.
14116
14117Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14118
14119 * Makefile.in (INSTALL_LAST): Delete.
14120 (INSTALL_DOSREL): New.
14121
14122Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14123
14124 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14125 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14126 whether we pass down --with-gnu-ld anyhow.
14127
14128Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14129
14130 * Makefile.in (INSTALL_LAST): Change operation so it works
14131 on more flavors of make.
14132 * configure.in (go32): Don't build libg++ or libio.
14133
14134Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14135
14136 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14137 they can be overriden by templates.
14138
14139Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14140
14141 * configure.in (target==go32): Don't build gdb.
14142 * dosrel: New directory.
14143
14144Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14145
14146 * configure.in (host==go32): Configure dosrel too.
14147 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14148 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14149 be set by incoming names or templates.
14150 (INSTALL_LAST): New rule.
252b5132
RH
14151
14152Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14153
14154 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14155
14156Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14157
252b5132
RH
14158 * configure.in (appdirs): New variable. Currently empty, but will
14159 be used in gas distribution. If nonempty, lists a set of
14160 directories at least one of which must get configured, or top
14161 level configuration is considered to have failed.
14162 (rs6000-*-lynxos*): Use new file name.
14163
14164Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14165
14166 Eliminate XTRAFLAGS.
14167 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14168 newlib include files using -idirafter, and also use -nostdinc.
14169 (CXX_FOR_TARGET): Likewise.
14170 (XTRAFLAGS): Removed.
14171 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14172 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14173 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14174 ($(DO_X)): Don't pass down XTRAFLAGS.
14175
14176Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14177
14178 * configure.in (mips*-dec-bsd*): New target; do build linker.
14179 (mips*-*-bsd*): New target; don't build linker.
14180
14181Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14182
14183 * configure.in: support rs6000-*-lynxos* configuration.
14184 support sunos4 as a cross target.
14185
14186 * config.sub: look for lynx*, not lynx since the OS version may
14187 legitimately be part of the name.
14188
14189Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14190
14191 * configure.in (i[34]86-*-sco*): Move to be with other i386
14192 targets.
14193 (romp-*-*): New target. Skip various binary utilities.
14194 (vax-*-*): New target. Don't build newlib.
14195 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14196
14197Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14198
14199 * configure.in: Only set host_makefile_frag if config
14200 directory exists.
14201
14202Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14203
14204 * install.sh: If $dstdir exists, don't check whether each
14205 component does.
14206
14207Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14208
14209 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14210
14211Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14212
35590697
AJ
14213 * configure.in (*-*-lynxos*): Don't configure newlib for either
14214 native or cross Lynx.
252b5132
RH
14215
14216Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14217
14218 * config.sub (sparc64-elf): Fix os.
14219 (z8k): Remove duplicate.
14220
14221Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14222
14223 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14224 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14225
14226Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14227
14228 * configure: Make file links cleanly even if Lynx fails on
80413487 14229 an NFS symlink (at least fail cleanly).
252b5132
RH
14230
14231Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14232
14233 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14234 -XNh2000.
14235
14236Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14237
14238 * configure: Unknown options are fatal again.
14239
14240Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14241
14242 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14243 compatibility.
252b5132
RH
14244
14245Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14246
14247 * build-all.mk: Add `clean' target.
14248
14249Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14250
14251 * config.guess: Add SINIX support.
14252 * configure.in: Add mips-*-sysv4* support.
14253
14254Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14255
14256 * build-all.mk: Document all useful targets.
14257 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14258 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14259
14260Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14261
14262 * configure: Support --silent, --quiet.
14263
14264Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14265
14266 * configure: Support --disable-FEATURE.
14267
14268Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14269
14270 * config.guess: Recognize NCR running SVR4.3.
14271
14272Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14273
14274 * config.guess: Make BSDI generate i386-unknown-bsd386.
14275 Patch from Paul Eggert <eggert@twinsun.com>.
14276
14277Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14278
14279 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14280
14281Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14282
14283 * configure: Make unrecognized options give nonfatal warnings
14284 instead of fatal errors, and pass them to any subdirectory
14285 configures in case they recognize them.
14286 Make --x equivalent to --with-x.
14287
14288Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14289
14290 * configure: Add --enable-* options. Clean up usage message and
14291 some comments.
14292
14293Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14294
14295 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14296
14297Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14298
14299 * configure.in (hppa*-*-*): Enable binutils.
14300
14301Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14302
14303 * config.sub: Recognize cisco.
14304
14305Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14306
14307 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14308
14309Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14310
14311 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14312 than one configuration name. Add comment.
14313
14314Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14315
14316 * config.guess: about target *-hitachi-hiuxwe2, fixed
14317 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14318 macro is incorrect.]
14319
14320Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14321
14322 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14323 than the "make ls" stuff which used to be here.
14324
14325Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14326
14327 * config.guess: Recognize i[34]86-unknown-freebsd.
14328 From Shawn M Carey <smcarey@rodan.syr.edu>.
14329
14330Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14331
14332 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14333
14334Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14335
14336 * config.guess: Check for ptx.
14337
14338Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14339
14340 * config.sub: Add os9k checking.
14341
14342Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14343
14344 * config.guess: Handle OSF1 running on HPPA processors
14345
14346Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14347
14348 * configure: If subdir configure fails, print out a message with
14349 subdirectory name, in case subdir's configure code didn't identify
14350 itself.
14351
14352Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14353
14354 * configure.in: Remove embedded newlines from configdirs.
14355 Avoid mismatches of substrings. Fix matching strings at end
14356 of configdirs.
14357
14358Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14359
14360 * config.guess: Add Lynx/rs6000 config support.
14361
14362Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14363
14364 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14365
14366Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14367
14368 * configure.in (hppa*-*-osf*): Treat this just like most other
14369 PA configurations (eg no binutils or ld).
14370 (hppa*-*-*elf*): These configurations have binutils and ld.
14371
14372Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14373
14374 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14375
14376Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14377
14378 * configure.in (rs6000-*-*): Build gas.
14379
14380Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14381
80413487 14382 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14383
14384Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14385
14386 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14387 for GDB and GDB has been fixed to not need it.
14388
252b5132
RH
14389Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14390
14391 * config.guess: Recognize vax hosts.
14392
14393Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14394
14395 * configure (while loop): Don't use "break 2" inside case
14396 statement -- the case statement isn't an enclosing loop.
14397
14398Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14399
14400 * config.guess: Clean up NeXT support, to allow nextstep
14401 on Intel machines. Make OS be nextstep.
14402
14403Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14404
14405 * config.guess: Add alternate forms for Convex.
14406
14407Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14408
14409 * configure: Completely rewrite option processing. Take
14410 advantage of pattern-matching to avoid invoking test frequently.
14411 Also clean up host and target defaulting logic.
14412
14413Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14414
14415 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14416 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14417 commands (plus user environment) will fit SCO limits.
14418
14419Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14420
14421 * configure.in: Don't issue warnings about directories which are
14422 not being configured if -norecursion is set. Correct test for
14423 --with-gnu-as and --with-gnu-ld to not get confused by substring
14424 matches.
14425
14426 * configure.in: Don't build gas for alpha-dec-osf1*.
14427
14428Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14429
14430 * configure: Back out Per's change of 12/19/1993. It changes the
14431 behavior of configure in unexpected and confusing ways.
14432
14433 Also, use different delim char when calculating
14434 program_transform_name so that the name can contain slashes.
14435
14436Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14437
14438 * configure.in, config.sub: Add support for VSTa micro-kernel.
14439
14440Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14441
14442 * configure.in: Nuke hacks which were used to get a special
14443 version of GAS for HPPA configurations.
14444
14445Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14446
14447 * configure: If only ${target_alias} is given, use that
14448 as the default for ${host_alias}.
14449 * configure: Add missing back-slashes before nested quotes.
14450
14451Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14452
14453 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14454
14455Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14456
14457 * config.guess: Recognize some Tektronix configurations.
14458 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14459
14460Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14461
14462 * config.sub: Match any flavor of SH.
14463
14464Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14465
14466 * configure.in: Don't try to configure newlib for Alpha.
14467
14468Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14469
14470 * configure.in: Don't build ld for Irix 5. Don't build gas,
14471 libg++ or libio for any Alpha target.
14472
14473 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14474
14475Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14476
14477 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14478 default arguments -- so it tried to compress itself.
14479
14480Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14481
14482 * configure.in (notsupp): ensure that a space is always at the end
14483 of the configdirs list, since the grep checks for an explicit space
14484
14485Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14486
14487 * configure.in (target i386-sysv4.2): don't build ld, since static
14488 versions of many libraries are not available.
14489
14490Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14491
14492 * config.guess: Recognize Apollos (using environment variables).
14493 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14494
14495Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14496
14497 * config.guess: Recognize Sony news mips running newsos.
14498
14499Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14500
14501 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14502 "fi ; else" for bash.
14503
14504Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14505
14506 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14507
14508Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14509
14510 * config.sub: accept unixware as an alias for svr4.2.
14511 Fix some inconsistancies with the gcc version.
14512
14513Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14514
14515 * Makefile.in (DISTDOCDIRS): Add gdb.
14516
14517Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14518
14519 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14520
14521Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14522
14523 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14524 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14525 this now.
14526
14527Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14528
14529 * config.sub: Accept hiux* as an OS name.
14530
14531 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14532 etc/make-stds.texi. The underscore came from gcc, and dje now
14533 agrees that RUNTESTFLAGS is the correct name.
14534
14535Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14536
14537 * install.sh: Remove 'set -e'. It makes any conditionals
14538 in the script useless.
14539
14540 * config.guess: Automatically recognize arm-acorn-riscix
14541 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14542
14543Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14544
14545 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14546
14547Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14548
14549 * Makefile.in (DISTDOCDIRS): New variable.
14550 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14551 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14552
14553Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14554
14555 * configure.in (hppa target): check the source directory for the
14556 pagas sub-directory
14557
14558Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14559
14560 * config.sub: Allow -aout* and -elf*.
14561
14562Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14563
14564 * configure.in: Don't build ld on i386-solaris2, same as for
14565 sparc-solaris2.
14566
14567Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14568
14569 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14570
14571Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14572
14573 * configure.in: Configure gdb for alpha.
14574
14575Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14576
14577 * Makefile.in (CXXFLAGS): Add -O.
14578
14579Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14580
14581 * config.guess: added support for DG Aviion
14582
14583Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14584
14585 * configure.in: Produce warning message for subdirectories not
14586 configurable for this host/target combination. Don't try to
14587 configure gdb for vms.
14588
14589Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14590
14591 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14592 appropriate files before making "diststuff".
14593 (DISTBISONFILES): New var: list of files to be edited.
14594 (DISTSTUFFDIRS): Add binutils.
14595
14596Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14597
14598 * config.sub: also handle mipsel and mips64el (for little endian mips)
14599
14600Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14601
14602 * configure.in: Add * to end of all OS names.
14603
14604Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14605
14606 * configure.in: Build newlib for LynxOS native.
14607
14608Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14609
14610 * config.guess: Add support for delta 88k running SVR3.
14611
14612 * configure.in: Add comment about HP compiler vs. emacs.
14613
14614Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14615
14616 * configure.in: don't build ld on solaris2 (not a viable option
14617 due to bugs in getpwnam & getpwuid)
14618
14619Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14620
14621 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14622 config.guess will produce a full version number.
14623
14624Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14625
14626 * configure.in: Build linker and binutils for alpha-dec-osf1.
14627
14628Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14629
14630 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14631 and gdb/testsuite/Makefile.in.
14632
14633Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14634
14635 * configure.in: recognize mips*- instead of mips-
14636
14637Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14638
14639 * config.sub: Accept linux*coff and linux*elf as operating
14640 systems.
14641
14642Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14643
14644 * config.sub: Recognize mips64, and mips3 as an alias for it.
14645
14646Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14647
14648 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14649 gdb knows how to handle OSF/1 shared libraries.
14650
14651Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14652
14653 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14654 * config.guess: Recognize Hitachi's HIUX.
14655 * config.sub: Recognize h3050r* and hppahitachi.
14656 Remove redundant cases for hp9k[23]*.
14657
14658Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14659
14660 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14661 if gas and ld are in the source tree and are in ${configdirs}.
14662 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14663 --with options (but still pass them down on the command line,
252b5132
RH
14664 if they were explicitly specified).
14665
14666Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14667
14668 * configure: substitute SHELL value in Makefile.in with
14669 ${CONFIG_SHELL}
14670
14671Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14672
14673 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14674 *-*-solaris2* targets.
14675
14676Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14677
14678 * Makefile.in: define M4, and pass it down to sub-makes;
14679 all-autoconf now depends on all-m4
14680
14681Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14682
14683 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14684 presence of {ar,ranlib} instead of a configured directory
14685
14686Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14687
14688 * config.guess: Accept 34?? as well as 33?? for NCR.
14689
14690Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14691
14692 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14693 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14694
14695Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14696
14697 * configure: grab values for $(CC) and $(CXX) from the
14698 environment, so that someone can do "CC=gcc configure; make" and
14699 have it work right (matching the way that autoconf works now)
14700
14701 * configure.in, Makefile.in: add support for gash, the tcl
14702 interface to Galaxy
14703
14704 * config.guess: add NetBSD variants (hp300, x86)
14705
14706Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14707
14708 * install.sh: Support -d option (in the manner of SunOS 4 install,
14709 as it is more deterministic than that of GNU install)
14710 (chmodcmd): Set file to mode 755 by default (should also do default
14711 chgrp and chown, but I don't feel like dealing with that now)
14712
14713Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14714
14715 * config.sub: Remove h8300hhms alias.
14716
14717Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14718
14719 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14720
14721Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14722
14723 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14724 as stmp-fixinc
14725
14726Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14727
14728 * config.sub: recognize m88110-bug-coff.
14729
14730Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14731
14732 * Makefile.in (all-libio): all dependencies on the toolchain used
14733 to build this (gcc, gas, ld, etc)
14734
14735Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14736
14737 * config.guess: Deal with OSF/1 1.3 on alpha.
14738
14739Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14740
14741 * install.sh: add some 'else true' clauses for portability
14742
14743 * configure.in: don't build libio for h8[35]00-*-* targets
14744
14745Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14746
14747 * Makefile.in: Add support for new libio.
14748
14749Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14750
14751 * install.sh: If one command fails, don't try the rest. Don't try
14752 to remove $dsttmp (via trap) unless we have already created it.
14753 If $src doesn't exist, detect it and exit with an error.
14754
14755 * config.guess: Recognize BSD on hp300.
14756
14757Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14758
14759 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14760 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14761
14762Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14763
14764 * Makefile.in (all-send-pr): depends on all-prms
14765
14766Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14767
14768 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14769
14770Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14771
14772 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14773 Added test for mips-mips-riscos5.
14774
14775Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14776
14777 * configure.in: use mh-hp300 for 68k HP hosts
14778
14779Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14780
14781 * configure: add support for CONFIG_SHELL, so that you can use
14782 some alternate shell for evaluating configure scripts
14783
14784Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14785
14786 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14787 in configure script to bug-gdb@prep.ai.mit.edu when building
14788 distribution archive.
14789 * Makefile.in (COMPRESS): Remove def.
14790 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14791 gdb.tar.Z and make-gdb.tar.Z respectively.
14792 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14793 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14794 to convergence with 'taz' target in Makefile.in.
14795
14796Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14797
14798 * install.sh (dsttmp): use trap to ensure that tmp files go
14799 away on error conditions
14800
14801Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14802
14803 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14804
14805Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14806
14807 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14808 its parent is '/' not ''.
14809
14810 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14811
14812Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14813
14814 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14815 that ${newsrcdir}/configure.in does.
14816
14817Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14818
14819 * test-build.mk: support for CONFIG_SHELL
14820
14821Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14822
14823 * config.sub (netware): Add as a basic system type.
14824
14825Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14826
14827 * Makefile.in (Makefile): depend on configure.in. Also drop the
14828 $(srcdir)/ from the dependency on Makefile.in.
14829
14830Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14831
14832 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14833 (h8300hhms is temporary until multi-libraries are implemented).
14834 * configure.in: Handle h8300h too.
14835
14836Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14837
14838 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14839
14840Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14841
14842 * configure: Remove extraneous output when guessing host type.
14843 * config.guess: Remove extraneous output when guessing using C
14844 compiler rather than uname, or when guessing fails.
14845
14846Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14847
14848 * Makefile.in: remove all.cross and install.cross targets
14849
14850 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14851 definitions
14852
14853Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14854
14855 * configure.in (target sh): Build gprof.
14856
14857Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14858
14859 * config.sub: change -solaris to -solaris2
14860
14861Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14862
14863 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14864
14865Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14866
14867 * configure: Correct error message for missing Makefile.in to
14868 print correct directory.
14869
14870Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14871
14872 * install.sh: kludge around 386BSD shell bug
14873
14874Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14875
14876 * config.guess: Recognize NeXT.
14877 * config.guess: Recognize i486-ncr-sysv4.
14878 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14879
14880Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14881
14882 * Makefile.in (MAKEINFOFLAGS): New variable.
14883 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14884 * build-all.mk, test-build.mk: Pass down --no-split as
14885 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14886
14887Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14888
14889 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14890
14891Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14892
14893 * Makefile.in (libg++.tar.z): New rule.
14894 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14895 * Makefile.in (taz): Only do a single chmod.
14896
14897Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14898
14899 * install.sh: don't use dirname anymore (replaced with sed usage)
14900
14901Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14902
14903 * Makefile.in: Change extension for gzip'd files from '.z' to
14904 '.gz' per new FSF standard usage.
14905
14906Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14907
14908 * configure: put quotes around the final value of program_transform_name
14909
14910Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14911
14912 * Makefile.in: new install.sh support; update install-info rules
14913
14914Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14915
14916 * configure.in: Build diff for crosses, but not for go32 host.
14917
14918 * configure.in: Build gprof only for native, and don't build it
14919 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14920
14921Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14922
14923 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14924
14925Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14926
14927 * configure.in (host_tools): Add prms.
14928
14929Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14930
14931 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14932 with $(FLAGS_TO_PASS) on the command line
14933
14934 * config.sub: Recognize lynx and lynxos
14935
14936Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14937
14938 * config.sub: Accept -ecoff*, not just -ecoff.
14939
14940Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14941
14942 * Makefile.in (taz): Use .gz suffix instead of .z.
14943 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14944 names.
14945
14946Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14947
14948 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14949
14950Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14951
14952 * Makefile.in (install-no-fixedincludes): install gcc last, so
14953 that rebuilds that might happen during 'make install' don't get
14954 bogus gcc include files
14955
14956Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14957
14958 Change from Utah for HPPA support:
14959 * config.guess: Recognize hppa1.x-hp-bsd.
14960
14961Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14962
14963 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14964 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14965
14966Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14967
14968 * config.sub: Add support for rom68k and bug boot monitors.
14969
14970Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14971
14972 * Makefile.in: Make all-opcodes depend on all-bfd.
14973
14974Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14975
14976 * config.guess: Added special check for i[34]86-univel-sysv4*.
14977
14978Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14979
14980 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14981 the processor rather than assuming i486.
14982
14983Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14984
14985 * config.guess: Recognize SunOS6 as Solaris3.
14986
14987Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14988
14989 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14990 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14991
14992Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14993
14994 * build-all.mk (all-cross): New target for Canadian Cross.
14995 Added Q2 go32 targets.
14996 * test-build.mk: Configure go32 cross sparclite-aout and
14997 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14998 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14999
15000Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15001
15002 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15003 GO32 hosted toolchains
15004
15005Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15006
15007 * configure: change so "-exec-prefix" gets passed down rather
15008 than "-exec_prefix" so autoconf generated Makefiles get the
15009 exec_prefix set right.
15010
15011Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15012
15013 * config.guess: get the Solaris2 minor version number
15014
15015 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15016
15017Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15018
15019 * config.guess: Recognize some Sequent platforms.
15020
15021Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15022
15023 * Makefile.in: added the vault-install target
15024
15025 * configure.in: actually use the Sun3 makefile fragment that's in
15026 config, also added the release dir to configdirs
15027
15028Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15029
15030 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15031
15032Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15033
15034 * configure.in: remove some program from Alpha targetted toolchains
15035
15036Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15037
15038 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15039 gprof.
15040 (taz): Run "make diststuff" in those directories instead of "make
15041 proto-dir". Look for "VERSION=" only at start of line in subdir
15042 Makefile. Use "gzip -9" for compression.
15043 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15044 (binutils.tar.z): New target.
15045
15046Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15047
15048 * Makefile.in (taz): Include gpl.texinfo.
15049
15050Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15051
15052 * Makefile.in (setup-dirs): Merged into "taz" target.
15053 (taz): Only do `proto-dir' stuff if a directory is actually needed
15054 for this target.
15055
15056Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15057
15058 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15059 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15060 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15061 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15062 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15063
15064Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15065
15066 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15067 config.sub, and move-if-change to gdb testsuite distribution
15068 archive, so the testsuite can be extracted, configured, and
15069 run separately from the gdb distribution. Blow away the Chill
15070 tests that require a Chill compiled executable, since GNU Chill
15071 is not yet publically available.
15072
15073Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15074
15075 * test-build.mk: set environment variables in a single command,
15076 instead of a list of assignments and exports
15077
15078 * config.guess: recognize Alpha/OSF1 systems
15079
15080Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15081
15082 * configure: Change help message to prefer --options rather than
15083 -options.
15084
15085Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15086
15087 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15088 zippy@ecst.csuchico.edu.
15089 * config.guess: Recognize miniframe.
15090
15091Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15092
9eb322aa
MF
15093 * Makefile.in: Use srcroot to find runtest rather than rootme.
15094 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15095
15096Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15097
15098 * test-build.mk: Extensive additions to support building on a
15099 machine other than the host.
15100
15101Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15102
15103 * configure (tooldir): Fix for i386-aix again.
15104
15105Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15106
15107 * configure, Makefile.in: Change definition of $(tooldir)
15108 to match the FSF.
15109
15110Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15111
15112 * config.guess: Recognize i[34]86/SVR4.
15113
15114Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15115
15116 * Makefile.in (all-gdb): gdb depends on sim.
15117
15118Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15119
15120 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15121 at the same time we make the prototype gdb directory.
15122 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15123 files at the same time as the gdb base release distribution.
15124
15125Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15126
15127 * Makefile.in (check): Use individual check targets rather than
15128 DO_X rule.
15129 (check-gcc): Added.
15130
15131Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15132
15133 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15134 for System V release 3.2.
15135
15136Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15137
15138 * config.sub: Recognize hppaosf.
15139 * configure.in: Do configure ld/binutils/gas for it.
15140
15141Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15142
15143 * configure (tooldir): Alter syntax used to set this, for systems
15144 where "\$" isn't handled right, like i386-aix.
15145
15146Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15147
15148 * configure: Pass program-transform-name, not
15149 program_transform_name, to recursive configures.
15150
15151Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15152
15153 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15154 of gas+ld+binutils.
15155
15156Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15157
15158 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15159
15160Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15161
15162 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15163
252b5132
RH
15164Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15165
15166 * Makefile.in (PRMS): Set back to all-prms.
15167
15168Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15169
15170 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15171 targets, rather than for MIPS hosts.
15172
15173Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15174
15175 * configure.in: add comment for --with-x default values
15176
15177 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15178
15179 * Makefile.in: add check-* targets for each of the directories in
15180 the tree. Add a definition of RUNTEST that will use the one we
15181 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15182
15183Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15184
15185 * configure.in: Removed obsolete references to bfd_target and
15186 target_makefile_frag.
15187
15188 * build-all.mk: Set assorted targets for Q2.
15189 * config.sub: Recognize z8k-sim and h8300-hms.
15190 * test-build.mk: Really don't pass host to configure.
15191 (HOLES): Added uname.
15192
15193Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15194
15195 * configure: Handle an empty program-prefix, program-suffix or
15196 program-transform-name correctly.
15197
15198Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15199
15200 * build-all.mk: -G 8 no longer required for MIPS targets.
15201 * test-build.mk: Don't pass host argument to configure; make it
15202 guess.
15203
15204Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15205
15206 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15207 * Makefile.in (COMPRESS): New macro, like GZIP.
15208
15209Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15210
15211 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15212
15213 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15214 with gas currently defaults to -G 0.
15215
15216Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15217
15218 * Makefile.in (all-flex): flex depends on byacc.
15219
15220 * build-all.mk: If host not specified, use config.guess. Pass TAG
15221 to test-build.mk as RELEASE_TAG.
15222 * test-build.mk (configargs): New variable containing arguments to
15223 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15224 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15225
15226 * config.guess: Use /bin/uname when checking -X argument on SCO,
15227 to avoid invoking GNU uname which doesn't understand -X.
15228
15229 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15230
15231 * configure.in: Build gas for mips-*-*.
15232
15233Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15234
15235 * Makefile.in (all.normal): insert missing backslash.
15236
15237Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15238
4bddf3ad 15239 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15240
15241 * Makefile.in: Complete overhaul to merge many almost identical
15242 targets.
15243
15244Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15245
15246 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15247 (gdb.tar.Z): Adjusted.
15248
15249 * Makefile.in (setup-dirs, taz): New targets; should be general
15250 enough to adapt for gdb sometime. Build only .z file.
15251 (gas.tar.z): New target.
15252
15253Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15254
15255 * build-all.mk: Use CC=cc -Xs on Solaris.
15256
252b5132
RH
15257Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15258
15259 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15260 for handling BISON for FSF releases.
15261
15262Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15263
15264 * configure: Actually implement the change zoo just documented.
15265
15266Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15267
15268 * configure: when using config.guess, only set target_alias when
15269 it's not already been set (ie, on the command line)
15270
15271Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15272
15273 * Makefile.in: add installcheck target, set PRMS to install-prms
15274
15275Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15276
15277 * configure: add support for package_makefile_fragment, handle the
15278 case where a directory has a configure.in file but no Makefile.in
15279 more gracefully (with an actual understandable error message, even);
15280 add support for --without (and add this to the usage message); also
15281 explicitly add a --host=${host_alias} to the command line when
15282 config.guess is used
15283
15284Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15285
15286 * configure: Must use both --host and --target in recursive calls.
15287
15288Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15289
15290 * Makefile.in: Change deja-gnu to dejagnu.
15291
15292Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15293
15294 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15295
15296Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15297
15298 * configure.in: canonicalize all instances to *-*-solaris2*,
15299 also strip out a number of tools to not build for go32 host
15300
15301Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15302
15303 * config.guess: add GPL.
15304
15305 * Makefile.in, config.guess, config.sub, configure: bump
15306 copyrights to 93.
15307
15308Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15309
15310 * Makefile.in (do-info): Removed obsolete check for existence of
15311 localenv file.
15312
15313 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15314
15315Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15316
15317 * Makefile.in: a couple of 'else true' for decstation,
15318 support for TclX
15319
15320 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15321
15322Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15323
15324 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15325
15326Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15327
15328 * config.guess: Recognize i386-ibm-aix (PS/2).
15329 * configure.in: Use config/mh-aix386 file for it.
15330
15331Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15332
15333 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15334 CC_FOR_TARGET instead.
15335 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15336
15337Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15338
15339 * Makefile.in: Add sim to list of directories sent with gdb
15340
15341Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15342
15343 * configure.in: Put back mips-dec-bsd* case.
15344
15345Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15346
15347 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15348 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15349 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15350
15351Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15352
15353 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15354
15355 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15356 (install-info): install dir.info only if it exists,
15357 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15358
15359Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15360
15361 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15362 gas for mips-dec-bsd.
15363
15364Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15365
15366 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15367 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15368
15369Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15370
15371 * configure.in: Added "dejagnu" to hosttools list.
15372
15373Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15374
15375 * config.sub, configure.in, config.guess: Add support
15376 for Bosx, an AIX variant from Bull.
15377 Patches from F.Pierresteguy@frcl.bull.fr.
15378
15379Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15380
15381 * devo/dejagnu: Initial creation of devo/dejagnu.
15382 Migrated dejagnu testcases and support files for testing software
15383 tools to reside as subdirectories, currently called "testsuite",
15384 within the directory of the software tool. Migrated all programs,
15385 support libraries, etc. beloging to dejagnu proper from
15386 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15387 with no modifications. The changes to these files which will
15388 allow them to configure, build, and execute properly will be made
15389 in a future update.
15390
15391Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15392
15393 * Makefile.in: Change send_pr to send-pr.
15394 * configure.in: Likewise.
15395 * send_pr: Renamed directory to send-pr.
15396
15397Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15398
15399 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15400
15401Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15402
15403 * README: Update for gdb-4.8 release.
15404 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15405 gdb-xxx.tar.z (gzip'd) file also.
15406
15407Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15408
15409 * Makefile.in: make all-diff depend on all-libiberty
15410
15411Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15412
15413 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15414
15415Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15416
15417 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15418
15419Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15420
15421 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15422 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15423 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15424
15425Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15426
15427 * Makefile.in: makeinfo binary is in a new location
15428
15429Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15430
15431 * config.sub: Accept -ecoff as an OS.
15432
15433 * Makefile.in: Various changes to eliminate a level of make
15434 recursion and reduce the required command line length.
15435 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15436 sub-makes.
15437 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15438 variables holding settings for specific sub-makes.
15439 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15440 in terms of BASE_FLAGS_TO_PASS.
15441 (TARGET_LIBS): New variable listing directories which use
15442 TARGET_FLAGS_TO_PASS.
15443 (subdir_do): Eliminated.
15444 (do-*): New set of targets to replace subdir_do.
15445 (various): All targets which used subdir_do now depend on do-*.
15446 (local-clean): Renamed from do_clean.
15447 (local-distclean): New target, dependency of distclean and
15448 realclean.
15449 (install-info): Don't create directories. Depend on dir.info
15450 rather than calling make recursively.
15451 (install-dir.info): Eliminated.
15452 (install-info-dirs): Create all info directories here.
15453 (dir.info): Depend upon do-install-info.
15454
15455 * test-build.mk (HOLES): Added false.
15456
15457Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15458
15459 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15460
15461Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15462
15463 * Makefile.in (info): remove dependency on all-texinfo. The
15464 problem was really in texinfo/C, not at this level.
15465
15466Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15467
15468 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15469
15470Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15471
15472 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15473 GDB releases.
15474
15475Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15476
15477 * configure: Include srcdir in message about target of link not
15478 being found. Don't convert `-' to `_' in `with' options being
15479 passed to subdirs.
15480
15481Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15482
15483 * configure.in: add uudecode to host_tools
15484
15485 * Makefile.in: added {all,install}-uudecode targets, added them to
15486 the appropriate lists
15487
15488Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15489
15490 * Makefile.in (all-gcc): Added dependency on all-gas.
15491
15492 * configure.in (mips-*-*): Build ld and binutils.
15493
15494Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15495
15496 * configure: check return code from mkdir, print error message and
15497 exit on failure.
15498
15499Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15500
15501 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15502
15503Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15504
15505 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15506
15507Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15508
15509 * config.sub (h8500): Recognize this as a cpu type.
15510
15511Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15512
15513 * configure: source directory missing is no longer a warning
15514
15515 * configure.in: recognize irix[34]* instead of irix[34]
15516
15517 * Makefile.in: define and pass down X11_LIB
15518
252b5132
RH
15519Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15520
15521 * guess-systype: Renamed to ...
15522 * config.guess: ... by popular request.
15523 * configure.in, Makefile.in: Update accordingly.
15524
15525Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15526
15527 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15528 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15529 + Execute ./dummy instead of assuming . is in PATH.
15530
15531Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15532
15533 * guess-systype: New shell script. Attempts to guess the
15534 canonical host name of the executing host.
15535 Only a few hosts are supported so far.
15536 * configure: Call guess-systype if no host is specified.
15537
15538Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15539
15540 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15541 gcc Makefile.
15542
15543
15544Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15545
15546 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15547 (all-gcc, install-gcc, subdir_do): Use it.
15548
15549Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15550
15551 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15552
15553Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15554
15555 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15556 set exclusively by configure, using configure.in .
15557
15558Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15559
15560 * test-build.mk: set $PATH for all builds
15561
15562 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15563
15564Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15565
15566 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15567 the one used in gcc/Makefile.in, so that a null expansion doesn't
15568 override the one needed to build gcc with a native cc.
15569
15570
15571Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15572
15573 * configure: Accept -with arguments.
15574
15575Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15576
15577 * Makefile.in: added h8300sim
15578
15579Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15580
252b5132
RH
15581 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15582 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15583 (all-cygnus, native, build-cygnus): Make
15584 $(canonhost)-stamp-3stage-done, not $(host)....
15585 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15586 i386-sco3.2v4. Added else true to if command.
15587
15588Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15589
15590 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15591
15592Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15593
15594 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15595
15596Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15597
15598 * configure.in: don't remove binutils from Solaris builds
15599
15600Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15601
15602 * Makefile.in: get rid of earlier definitions for *clean,
15603 also handle the recursive info rule better
15604
15605Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15606
15607 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15608 do more-or-less the right thing.
15609
15610Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15611
15612 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15613 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15614
15615Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15616
15617 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15618 $(host_canonical).
15619
15620 * configure.in: split the configdirs list into 4 categories (native
15621 v. cross, library v. tool) and handle the cross-only and native-
15622 only in more reasonable (and correct!) way.
15623
15624Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15625
15626 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15627 configdirs anymore.
15628
15629Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15630
15631 * Makefile.in: extensive cleanup:: removed all of the explicit
15632 clean-* targets, collapsed many wrappers around subdir_do into
15633 one, added additional targets to satisfy standards.texi, deleted
15634 some old targets, some changes for consistency
15635
15636Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15637
15638 * configure.in: handle some programs as cross-only, and others as
15639 native only
15640
15641 * test-build.mk: handle partial holes in a more generic manner
15642
15643 * Makefile.in: m4 depends on libiberty
15644
252b5132
RH
15645Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15646
15647 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15648 time, wdiff, and find to configdirs
15649
15650 * Makefile.in: all, clean, and install rules for the new programs
15651 added to configure.in
15652
15653Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15654
15655 * configure.in: use mh-sun for all *-sun-* hosts
15656
252b5132
RH
15657Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15658
15659 * Makefile.in: define flags for X11 include files and library file
15660 locations, pass them down to the programs that need this info
15661
15662 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15663
252b5132
RH
15664Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15665
15666 * configure.in: start building libg++ for HP-UX targets
15667
15668Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15669
15670 * README: Update references to files moved into etc/.
15671
15672Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15673
15674 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15675 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15676
15677Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15678
15679 * configure: accept dash as well as underscore in long option
15680 names for FSF compatibility.
15681
15682Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15683
15684 * config.sub: added -sco3.2v4 support from FSF.
15685
15686Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15687
15688 * configure.in: expand the section that adds or removes
15689 directories from the list of programs to build, to handle native
15690 vs. cross in addition to host v. native
15691
15692Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15693
15694 * Makefile.in: Replace C++ in macro names with CXX.
15695 This is less likely to break ...
15696
15697Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15698
15699 * test-build.mk: add -w to GNU_MAKE
15700
15701Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15702
15703 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15704 add 'sparc' to list of recognized cpus. This needed to make
15705 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15706 Delete some redundant ose68 variants. Recognize -wrs as an os,
15707 then changes that into $CPU-wrs-vxworks.
15708
15709 * configure.in: remove most references to gdbtest, regularize
15710 target based program removal
15711
15712 * test-build.mk: import from p3 tree (many fixes and changes)
15713
15714Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15715
15716 * Makefile.in: added rules to handle tcl, tk, and expect
15717
15718 * configure.in: handle those directories if they exist
15719
15720Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15721
15722 * config.sub: removed bogus hppabsd and hppahpux names, since
15723 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15724
15725Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15726
15727 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15728 depends upon all-xiberty
15729
15730 * Makefile.in: changes from p3, including:
15731
15732 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15733
15734 * Makefile.in (XTRAFLAGS): include newlib directories if
15735 newlib/Makefile exists, rather than if host != target.
15736
15737 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15738
15739 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15740 from the same source tree and not building a cross-compiler. This
15741 matters for the libg++ configuration if reconfiguring a tree that
15742 has already been installed.
15743
15744 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15745
15746 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15747 pick up the machine and system specific header files.
15748
15749 * Makefile.in: added AS_FOR_TARGET, passed down in
15750 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15751 the C compiler to use to create programs which are run in the
15752 build environment, set it to default to $(CC), and passed it down
15753 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15754
15755 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15756
15757 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15758 We need them for unusual native builds, like systems without
15759 ranlib.
15760
15761 * configure: also define $(host_canonical) and
80413487
RH
15762 $(target_canonical), which are the full, canonical names for the
15763 given host and target
252b5132
RH
15764
15765Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15766
15767 * Makefile.in: Added separate definitions for C++.
15768
15769Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15770
15771 * configure.in (configdirs): Add deja-gnu.
15772
15773Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15774
15775 * README: Update for configure.texi and gdb-4.7 release.
15776
15777Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15778
15779 * Makefile.in: Move "all" target to top of file.
15780 Previously, first target was ".PHONY" which caused BSD4.4 make
15781 to build .PHONY when make was run without arguments.
15782
15783Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15784
15785 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15786 Library-copylefted code in libiberty.
15787
15788Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15789
15790 * config.sub: Replace m68kmote with plain old m68k.
15791
15792Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15793
15794 * Makefile.in: Remove space from blank line, avoid Make complaints.
15795
15796Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15797
15798 * config.sub: Complain if no argument is given. Added support for
15799 386bsd as OS and target alias.
15800
15801Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15802
15803 * Makefile.in (XTRAFLAGS): include newlib directories if
15804 newlib/Makefile exists, rather than if host != target.
15805
15806Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15807
15808 * config.sub: recognize sparclite-wrs-vxworks.
15809
15810 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15811 p3.) Added clean-xiberty to clean.
15812
15813Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15814
15815 * configure.in: use *-*-* instead of nested cases for host and target
15816
15817Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15818
15819 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15820 from the same source tree and not building a cross-compiler. This
15821 matters for the libg++ configuration if reconfiguring a tree that
15822 has already been installed.
15823
15824Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15825
15826 * config.sub (i486v/i486v4): Merge in from FSF version.
15827
15828Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15829
15830 * configure: only set PWD if it is already set.
15831
15832Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15833
15834 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15835 doesn't have unset and all success paths (and most error paths)
15836 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15837 to just ${PWD} to avoid confusion.)
15838
15839Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15840
15841 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15842 even for a native compilation.
15843
15844Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15845
15846 Changes to make the gdb.tar.Z rule work better.
15847
15848 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15849 (DEVO_SUPPORT): Add configure.texi.
15850 (bfd-ilrt.tar.Z): Remove ancient rule.
15851
15852Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15853
15854 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15855 pick up the machine and system specific header files.
15856
15857 * configure.in, config.sub: added new target m68010-adobe-scout,
15858 with alias of adobe68k. Changed configure.in to check for
15859 -scout before -sco* to avoid a false match.
15860
15861 * Makefile.in: added AS_FOR_TARGET, passed down in
15862 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15863 the C compiler to use to create programs which are run in the
15864 build environment, set it to default to $(CC), and passed it down
15865 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15866
15867Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15868
15869 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15870 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15871 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15872 FOR_TARGET variants, to newlib and libg++.
15873
15874Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15875
15876 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15877 first.
15878
15879Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15880
15881 * config.sub: Accept `elf' as an environment.
15882
15883Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15884
15885 * Makefile.in (all-opcodes): cd into the right directory
15886
15887Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15888
15889 * configure: added -program_transform_name option, used as
15890 argument to sed when installing programs.
15891 configure.texi: added documentation for -program_prefix,
15892 -program_suffix and -program_transform_name.
15893
15894Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15895
15896 * config.sub: Accept i486 where i386 ok.
15897
15898Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15899
15900 * config.sub: accept we32k
15901
15902Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15903
35590697 15904 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15905
15906 * Makefile.in: don't create all directories for ``make install'';
15907 let the subdirectories create the ones they need.
15908
15909Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15910
80413487 15911 * COPYING: new file, GPL v2
252b5132
RH
15912
15913Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15914
15915 * Makefile.in: use the new gen-info-dir, which needs a template
15916 argument (which also lives in texinfo)
15917
15918 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15919
252b5132
RH
15920Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15921
15922 * config.sub (ncr3000): Change i386 to i486.
15923
15924Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15925
15926 * Makefile.in: add install-rcs, install-grep to
15927 install-no-fixedincludes, removed install-bison and install-libgcc
15928
15929Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15930
15931 * configure.in: grab the HPUX makefile fragment if on HPUX
15932
15933Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15934
15935 * Makefile.in: eradicate bison spoor (ditto libgcc).
15936 configure.in: recognise m68{k,000}-ericsson-OSE.
15937 es1800 is alias for m68k-ericsson-OSE
15938
15939Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15940
15941 * configure.in: rearrange the parts that remove programs from
15942 configdirs, based now on HOST==TARGET or by canonical triple.
15943
15944Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15945
15946 * test-build.mk: recurse explicitly with -f test-build.mk when
15947 appropriate. predicate stage3 and comparison on the existence
15948 of gcc. That is, if gcc isn't around, we aren't three-staging.
15949 On very clean, also remove ...stamp-co. Build in-place before
15950 doing other builds.
15951
15952Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15953
15954 * Makefile.in, configure.in: add tgas
15955
15956Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15957
15958 * Makefile.in: a number of changes merged in from progressive.
15959
15960 * configure.in: add libm.
15961
15962 * .cvsignore: ignore some stuff that comes from test-build.mk.
15963
252b5132
RH
15964Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15965
15966 * config.sub: Add es1800 (m68k-ericsson-es1800).
15967
15968Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15969
15970 * configure: Add program_suffix (parallel to program_prefix)
15971 * Makefile.in: adjust directory-creating script for losing decstation
15972
15973Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15974
15975 * configure: Minor $subdir-related fixes.
15976
15977Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15978
15979 * configure: fix various problems with propogating
15980 makefile_target_frag in subdirs.
15981 * configure.in: config libgcc if its there
15982
15983Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15984
15985 * config.sub: HPPA merge.
15986
252b5132
RH
15987Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15988
15989 * Makefile.in: Replace all-bison with all-byacc in all
15990 dependency lines for other tools (which now use byacc).
15991
15992Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15993
15994 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15995
252b5132
RH
15996Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15997
15998 * Makefile.in: make gprof rules similar to byacc rules (instead of
15999 vestigal $(unsubdir) that didn't work...)
16000
16001Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16002
16003 * config.sub: Add support for Linux.
16004 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16005 (at least for libg++).
16006
16007Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16008
16009 * configure.texi: fix doc for the -nfp option to configure
16010
16011Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16012
16013 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16014
16015Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16016
16017 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16018 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16019 * configure.in: added solaris* host_makefile_frag hook.
16020
16021Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16022
16023 * config.sub: changed recognition of m68000 so that various
16024 m68k types can be specified via m680[01234]0
16025
16026Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16027
16028 * config.sub (basic_machine): fix sed so that '-foo' isn't
16029 completely substituted out while .+'-foo' loses the '-foo'
16030
16031Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16032
16033 * config.sub ($os): Add -aout.
16034
16035Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16036
16037 * configure: If host_makefile_frag is absolute, don't
16038 prefix ${invsubdir} (relevant to libg++ auto-configure).
16039
16040Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16041
16042 * Makefile.in (tooldir): Define it.
16043 (all-ld): Depend on all-flex.
16044
16045Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16046
16047 * Makefile.in (check): Fix libg++ special case.
16048
16049Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16050
16051 * configure: do not bury `pwd` into config.status, thus do fewer
16052 pwd's.
16053
16054 * configure: print the "Building in" message only when building in
16055 other than "." AND verbose.
16056
16057 * configure: remove -s, rework -v to better accomodate guested
16058 configures.
16059
16060 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16061
16062Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16063
16064 * Makefile.in: macroize flags passed on recursion. remove
16065 fileutils.
16066
16067Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16068
16069 * configure: get makesrcdir right for subdirs deeper than 1.
16070
16071 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16072 install.
16073
16074Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16075
16076 * Makefile.in: don't print subdir_do or recursion lines.
16077
16078Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16079
16080 * standards.texi: added menu item.
16081
16082 * Makefile.in: build and install standards.info.
16083
16084 * standards.texi: new file.
16085
16086Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16087
16088 * configure: test for and move config.status pieces from
16089 ${subdir}/.
16090
16091Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16092
252b5132
RH
16093 * configure: Test for existance of files before trying to mv
16094 them, to avoid numerous non-existance messages.
16095
16096Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16097
16098 * configure: correct final line of config.status.
16099
16100 * configure: patch from eggert. Avoids a protection problem if
16101 the original Makefile.in is read only.
16102
16103 * configure: use move-if-change from gcc to create config.status.
16104 Some makefiles depend on config.status to tell if a directory
16105 has been reconfigured for a different host. This change
16106 prevents those directories from remaking everything in the case
16107 where the reconfig was only intended to rebuild a Makefile.
16108
16109 * configure: test for config.sub with "config.sub sun4" rather
16110 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16111 host alias from a missing config.sub.
16112
16113Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16114
16115 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16116 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16117
16118Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16119
16120 * configure: mkdir ${subdir} as needed.
16121
16122Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16123
16124 * Makefile.in,configure.in: added autoconf.
16125
16126Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16127
16128 * Makefile.in: no longer pass against on recursion.
16129
16130 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16131 definitions are not inherited.
16132
16133 * configure: correct makesrcdir when subdir is .
16134
16135Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16136
16137 * configure: Add support for 'subdirs' variable, which is
16138 like 'configdirs', except that configure doesn't re-invoke
16139 itself for subdirs, it just creates a Makefile for each subdir.
16140 * configure.texi: Document subdirs.
16141
16142Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16143
16144 * configure.in: added flex to configdirs
16145
16146Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16147
16148 * Makefile.in: remove clean-stamps from clean.
16149
16150Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16151
16152 * configure.in: Add gdbtest to configdirs.
16153
16154Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16155
16156 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16157 to recursive makes.
16158 * configure.in: Recognize new ncr3000 config.
16159
16160Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16161
16162 * Makefile.in, configure.in: removed references to gdbm.
16163
16164Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16165
16166 * config.sub: Don't canonicalize os value
16167 newsos* to bsd (readline needs to check for newsos).
16168 (This fix was earlier made Jan 31, but got re-broken.)
16169
16170Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16171
16172 * configure.in: sco is an os, not a vendor!
16173
16174 * configure: Quote $( better. Keep various shells happy.
16175
16176Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16177
16178 * Makefile.in: eliminate stamp-files.
16179
16180Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16181
16182 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16183 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16184
16185Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16186
16187 * config.sub: fix iris/iris3.
16188
16189Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16190
16191 * configure: re-add -rm.
16192
16193Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16194
16195 * Maskefile.in: add .stmp-rcs to all.
16196
16197 * configure.in: remove gas from rs6000 build, use aix host fragment.
16198
16199Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16200
16201 * configure: pass down site_option during recursion.
16202
16203Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16204
16205 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16206
16207Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16208
16209 * configure: Change exec_prefix so that it really defaults to prefix.
16210
16211Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16212
16213 * Makefile.in, configure.in: Add support for mmalloc library.
16214
16215Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16216
16217 * Makefile.in: add stmp dependencies for a few more things.
16218
16219Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16220
16221 * configure: adjusted error message on objdir/srcdir configure
16222 collision, per john's suggestion.
16223
16224 * Makefile.in: add libiberty stmp to all and all.cross.
16225
16226Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16227
16228 * Makefile.in: remove force dependencies, add grep to all.
16229
16230Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16231
16232 * Makefile.in: drop flex. make stamp files work.
16233
16234 * configure: added test for conflicting configuration in srcdir,
16235 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16236 gets cranky. use relative paths for configure and srcdir
16237 whenever possible. Send some error messages to stderr that were
16238 going to stdout.
16239
16240Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16241
16242 * Makefile.in: Fix libg++ rule to check for gcc directory
16243 before using gcc/gcc. Also pass XTRAFLAGS.
16244
16245Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16246
16247 * Makefile.in: added stmp-files so that directories aren't polled
16248 when they are already built.
16249
16250 * configure.texi: fixed a node pointer problem.
16251
16252Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16253
4bddf3ad 16254 * config.sub configure.in gdb/configure.in
252b5132
RH
16255 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16256 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16257 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16258
16259Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16260
16261 * configure: -recurring becomes -silent. corrected help message
16262 for -site= option.
16263
16264 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16265
16266Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16267
16268 * configure: when building Makefile for crosses, replace
16269 tooldir and program_prefix. default srcdir from location of
16270 config.sub. remove "for host in hosts" and "for target in
16271 targets" loops.
16272
16273Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16274
16275 * Makefile.in: Do not pass bindir or mandir to cvs.
16276
16277Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16278
16279 * Makefile.in, configure.in: removed traces of namesubdir,
16280 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16281 copyrights to '92, changed some from Cygnus to FSF.
16282
16283 * configure.texi: remove most references to multiple hosts,
16284 multiple targets, subdirs, etc.
16285
16286 * configure.man: removed rcsid. reference config.sub not
16287 config.subr.
16288
16289 * Makefile.in: mkdir $(infodir) on install-info.
16290
16291Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16292
16293 * configure.texi: Explain better about .gdbinit and about
16294 the environment that configure.in sections run in.
16295
16296Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16297
16298 * configure.in: Ultrix is only a decstation if it's a MIPS.
16299
16300Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16301
16302 * README: DOC.configure => cfg-paper.texi.
16303
16304Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16305
16306 * config.sub (near case $os): Don't convert newsos* to bsd!
16307
16308Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16309
16310 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16311 the number of copies of COPYING that go into the GDB tar file.
16312
16313Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16314
4bddf3ad 16315 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16316 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16317 Fix SCO configuration stuff.
16318
16319Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16320
16321 * Makefile.in: For libg++, make sure the -I pointing
16322 to the gcc directory goes *after* all the libg++-local -I flags.
16323 Also, move just-gcc dependency from just-libg++ to all-libg++.
16324
16325Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16326
16327 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16328
16329Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16330
16331 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16332
16333Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16334
16335 * config.sub: Add stratus configuration frags. Also
16336 submitted to FSF.
16337
16338Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16339
16340 * Makefile.in (DEV_SUPPORT): add configure.man.
16341
16342 * config.sub(Decode manufacturer-specific): add -none*.
16343
16344Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16345
16346 * Makefile.in: remove form feeds to make Sun's make happy.
16347 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16348
16349Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16350
16351 * Makefile.in (AR_FLAGS): Make quieter.
16352
16353Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16354
16355 * configure.in: Add libg++.
16356 * configure: When verbose, don't output the command line at each
16357 level; it will be unremarkably the same as the previous version,
16358 which will be the same as what the user typed.
16359
16360Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16361
16362 * configure.in, Makefile.in: fix clean-info, add flex. add
16363 fileutils.
16364
16365 * configure: be less sensitive to spaces in Makefile.in. Do not
16366 look for sources in "..". Doing so breaks subdirectories that
16367 might have their own configure. If a subdir has it's own
16368 configure script, use it.
16369
16370Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16371
16372 * cfg-paper.texi: some changes suggested by rms.
16373
16374Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16375
16376 * config.sub: Merge in some small additions from the FSF version,
16377 taken from the gcc distribution, to bring the Cygnus and FSF
16378 versions into closer sync.
16379
16380Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16381
16382 * configure.in: Changed svr4 references to sysv4.
16383
16384Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16385
16386 * configure: added -V for version number option.
16387
16388Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16389
16390 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16391 renamed from DOC.configure to cfg-paper.texi.
16392
16393Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16394
16395 * configure, config.subr, config.sub: config.subr is now
16396 config.sub again.
16397
16398Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16399
16400 * configure.texi: new file, in progress.
16401
16402 * Makefile.in: build info file and install the man page for
16403 configure.
16404
16405 * configure.man: new file, first cut.
16406
16407 * configure: find config.subr again now that configuration "none"
16408 has gone. removed all traces of the -ansi option. removed all
16409 traces of the -languages option.
16410
16411 * config.subr: resync from rms.
16412
d932cae7 164131991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16414
16415 * configure, config.sub, config.subr: merge config.sub into
16416 config.subr, call the result config.subr, remove config.sub, use
16417 config.subr.
16418
16419 * Makefile.in: revised install for dir.info.
16420
d932cae7 164211991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16422
16423 * configure.in: add decstation host makefile frag.
16424
16425 * Makefile.in: BISON now bison -y again. also install-gcc on
16426 install. clean-gdbm on clean. infodir belongs in datadir.
16427 Make directories for info install. Build dir.info here then
16428 install it.
16429
d932cae7 164301991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16431
16432 * Makefile.in: fix for bad directory tests.
16433
d932cae7 164341991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16435
16436 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16437 regexp. -srcdir relative was being handled incorrectly.
16438
16439 * Makefile.in: unwrapped some for loops so that parallel makes
16440 work again and so one can focus one's attention on a particular
16441 package.
16442
d932cae7 164431991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16444
16445 * configure: added PWD as a stand in for `pwd` (for speed). use
16446 elif wherever possible. make -srcdir work without -objdir.
16447 -objdir= commented out.
16448
d932cae7 164491991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16450
16451 * configure: +options become --options. -subdirs commented out.
16452 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16453 Makefile now at top of generated Makefile. Removed cvs log
16454 entries. added -srcdir. create .gdbinit only if there is one
16455 in ${srcdir}.
16456
16457 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16458 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16459 and mandir now keyed off datadir by default.
16460
d932cae7 164611991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16462
16463 * Freshly created ChangeLog.
16464
16465\f
16466Local Variables:
16467mode: change-log
16468left-margin: 8
16469fill-column: 76
16470version-control: never
16471End: