]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
1dbde357
L
12021-02-28 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/26766
4 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
5 PGO_BUILD_TRAINING=yes.
6 (PGO_BUILD_TRAINING_MFLAGS): New.
7 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
8
a57d1773
AM
92021-02-09 Alan Modra <amodra@gmail.com>
10
11 * configure.ac: Delete arm*-*-symbianelf* entry.
12 * configure: Regenerate.
13
f04ce15e
NA
142021-01-26 Nick Alcock <nick.alcock@oracle.com>
15
16 * Makefile.def: Add install-libctf dependency to install-ld.
17 * Makefile.in: Regenerated.
18
3034143d
MF
192021-01-12 Mike Frysinger <vapier@gentoo.org>
20
21 * src-release.sh (do_proto_toplev): Rewrite indentation.
22
44124a46
L
232021-01-11 H.J. Lu <hongjiu.lu@intel.com>
24
25 PR binutils/26766
26 * configure.ac:
27 * configure: Regenerated.
28
03c02f31
L
292021-01-11 H.J. Lu <hongjiu.lu@intel.com>
30
31 PR ld/27173
32 * configure: Regenerated.
33 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
34 --plugin and rc before enabling --plugin.
35
af019bfd
L
362021-01-09 H.J. Lu <hongjiu.lu@intel.com>
37
38 PR binutils/26766
39 * Makefile.tpl (BUILD_CFLAGS): New.
40 (CFLAGS): Append $(BUILD_CFLAGS).
41 (CXXFLAGS): Likewise.
42 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
43 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
44 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
45 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
46 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
47 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
48 (PGO-TRAINING-TARGETS): Likewise.
49 (PGO_BUILD_TRAINING): Likewise.
50 (all): Add '+' to the command line for recursive make. Support
51 the PGO build.
52 * configure.ac: Add --enable-pgo-build[=lto].
53 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
54 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
55 * Makefile.in: Regenerated.
56 * configure: Likewise.
57
50ad1254
L
582021-01-09 H.J. Lu <hongjiu.lu@intel.com>
59
60 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
61 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
62 * configure.ac: Include config/gcc-plugin.m4.
63 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
64 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
65 RANLIB if possible.
66 * Makefile.in: Regenerated.
67 * configure: Likewise.
68
055bc77a
NC
692021-01-09 Nick Clifton <nickc@redhat.com>
70
71 * 2.36 release branch crated.
72
f4782128
ST
732021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
74
75 * libtool.m4: Match gnu* along with other GNU systems.
76
16062162
AM
772021-01-07 Alan Modra <amodra@gmail.com>
78
79 * config.sub: Accept OS of eabi* and gnueabi*.
80
c59e30ed
NA
812021-01-05 Nick Alcock <nick.alcock@oracle.com>
82
83 * Makefile.def (libctf): No longer no_check. Checking depends on
84 all-ld.
85 * Makefile.in: Regenerated.
86
d750c713
NC
872021-01-05 Nick Clifton <nickc@redhat.com>
88
89 * libiberty: Sync with gcc. Bring in:
90 2021-01-04 Martin Liska <mliska@suse.cz>
91
92 * strverscmp.c: Convert to utf8 from iso8859.
93
94 2020-12-22 Jason Merrill <jason@redhat.com>
95
96 PR c++/67343
97 * cp-demangle.h (struct d_info): Add unresolved_name_state.
98 * cp-demangle.c (d_prefix): Add subst parm.
99 (d_nested_name): Pass it.
100 (d_unresolved_name): Split out from...
101 (d_expression_1): ...here.
102 (d_demangle_callback): Maybe retry with old sr mangling.
103 * testsuite/demangle-expected: Add test.
104
105 2020-12-21 Jason Merrill <jason@redhat.com>
106
107 * cp-demangle.c (d_expression_1): Recognize qualified-id
108 on RHS of dt/pt.
109 * testsuite/demangle-expected: Add test.
110
111 2020-12-21 Jason Merrill <jason@redhat.com>
112
113 * cp-demangle.c (d_unqualified_name): Clear is_expression.
114 * testsuite/demangle-expected: Add tests.
115
116 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
117
118 * configure: Regenerate.
119 * configure.ac: Avoid using sanitizer.
120
121 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
122
123 * rust-demangle.c (struct rust_demangler): Add
124 skipping_printing and bound_lifetime_depth fields.
125 (eat): Add (v0-only).
126 (parse_integer_62): Add (v0-only).
127 (parse_opt_integer_62): Add (v0-only).
128 (parse_disambiguator): Add (v0-only).
129 (struct rust_mangled_ident): Add punycode{,_len} fields.
130 (parse_ident): Support v0 identifiers.
131 (print_str): Respect skipping_printing.
132 (print_uint64): Add (v0-only).
133 (print_uint64_hex): Add (v0-only).
134 (print_ident): Respect skipping_printing,
135 Support v0 identifiers.
136 (print_lifetime_from_index): Add (v0-only).
137 (demangle_binder): Add (v0-only).
138 (demangle_path): Add (v0-only).
139 (demangle_generic_arg): Add (v0-only).
140 (demangle_type): Add (v0-only).
141 (demangle_path_maybe_open_generics): Add (v0-only).
142 (demangle_dyn_trait): Add (v0-only).
143 (demangle_const): Add (v0-only).
144 (demangle_const_uint): Add (v0-only).
145 (basic_type): Add (v0-only).
146 (rust_demangle_callback): Support v0 symbols.
147 * testsuite/rust-demangle-expected: Add v0 testcases.
148
149 2020-11-13 Seija Kijin <doremylover456@gmail.com>
150
151 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
152
153 2020-11-11 Patrick Palka <ppalka@redhat.com>
154
155 PR c++/88115
156 * cp-demangle.c (d_print_comp_inner)
157 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
158 "operator " prefix for __alignof__.
159 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
160 operand of __alignof__.
161 * testsuite/demangle-expected: Test demangling for __alignof__.
162
163 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
164
165 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
166
167 2020-10-06 Martin Liska <mliska@suse.cz>
168
169 PR lto/97290
170 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
171 Use sh_link of a .symtab_shndx section.
172
5f8c2a15
AM
1732021-01-05 Alan Modra <amodra@gmail.com>
174
175 * config.guess: Import from upstream.
176 * config.sub: Likewise.
177
d6f26c9d
ML
1782020-12-16 Martin Liska <mliska@suse.cz>
179 Tom de Vries <tdevries@suse.de>
180
181 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
182 field. Add meter field.
183 (progressfn): Print progress using meter.
184
7ddfb1a8
EL
1852020-12-02 Enze Li <lienze2010@hotmail.com>
186
187 * .gitignore: Add gnu global outputs.
188
12bf6525
SM
1892020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
190
191 * .gitignore: Sync with gcc.
192
ce04ca31
AR
1932020-10-26 Andreas Rammhold <andreas@rammhold.de>
194
195 * src-release.sh: Use sha256sum instead of md5sum.
196
ba4d88ad
AB
1972020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * Makefile.in: Rebuild.
200 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
201 distclean-gdbserver.
202
f6720b1c
AM
2032020-07-24 Aaron Merey <amerey@redhat.com>
204
f6720b1c
AM
205 * configure: Rebuild.
206 * configure.ac: Remove AC_DEBUGINFOD.
207
b115b9fd
NC
2082020-07-04 Nick Clifton <nickc@redhat.com>
209
210 Binutils 2.35 branch created.
211
11104e42
SC
2122020-04-21 Stephen Casner <casner@acm.org>
213
214 PR 25830
215 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
216 * configure: Rebuild.
217
4635ff97
TT
2182020-03-12 Tom Tromey <tom@tromey.com>
219
220 * Makefile.in: Rebuild.
221 * Makefile.def (gdbserver): Depend on gdbsupport.
222
21329136
TT
2232020-03-12 Tom Tromey <tom@tromey.com>
224
225 * Makefile.in: Rebuild.
226 * Makefile.def (gdbsupport): Don't depend on bfd.
227
9a665d62
TT
2282020-03-12 Tom Tromey <tom@tromey.com>
229
230 * Makefile.in: Rebuild.
231 * Makefile.def (gdbsupport): Depend on intl.
232
b6f9caee
TT
2332020-02-17 Tom Tromey <tom@tromey.com>
234
235 * configure: Rebuild.
236 * configure.ac (configdirs): Add gnulib and gdbsupport when building
237 gdbserver.
238
1a627e7e
TT
2392020-02-14 Tom Tromey <tom@tromey.com>
240
241 * Makefile.in: Rebuild.
242 * Makefile.def: Make gdbserver require gnulib and libiberty.
243
919adfe8
TT
2442020-02-07 Tom Tromey <tom@tromey.com>
245 Pedro Alves <palves@redhat.com>
246
247 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
248 * gdbserver: New directory, moved from gdb/gdbserver.
249 * configure.ac (host_tools): Add gdbserver.
250 Only build gdbserver on certain systems.
251 * Makefile.in, configure: Rebuild.
252 * Makefile.def (host_modules, dependencies): Add gdbserver.
253 * MAINTAINERS: Add gdbserver.
254
fc1ca146
SDJ
2552020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
256
257 * src-release.sh (getver): Look for gdbsupport's
258 create-version.sh script at the current directory if tool is
259 "gdb".
260
cf1d9e09
SM
2612020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
262
263 * remote-sim.c (gdbsim_target::wait): Return
264 sim_data->remote_sim_ptid instead of inferior_ptid.
265
ae774686
NC
2662020-01-18 Nick Clifton <nickc@redhat.com>
267
268 Binutils 2.34 branch created.
269
4fb3a8da
NC
2702020-01-18 Nick Clifton <nickc@redhat.com>
271
272 Synchronize top level configure files with master version:
273
274 2020-01-01 Ben Elliston <bje@gnu.org>
275
276 * config.guess: Update copyright years.
277 * config.sub: Likewise.
278
279 2019-12-21 Ben Elliston <bje@gnu.org>
280
281 * config.guess (set_cc_for_build): Prevent multiple calls by
282 checking if $tmp is already set. We can't check CC_FOR_BUILD as
283 the user may set it externally. Thanks to Torbjörn Granlund for
284 the bug report.
285
286 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
287
288 * config.guess (alpha:Linux:*:*): Guard against missing
289 /proc/cpuinfo by redirecting standard error to /dev/null.
290
291 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
292
293 * config.guess (*:Twizzler:*:*): New.
294 * config.sub (-twizzler*): New.
295
296 2019-07-24 Ben Elliston <bje@gnu.org>
297
298 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
299
300 2019-06-30 Ben Elliston <bje@gnu.org>
301
302 * config.sub (case $os): Match nsk* and powerunix. Don't later
303 match nsk* and set os=nsk which removes the OS version number.
304
305 2019-06-30 Ben Elliston <bje@gnu.org>
306
307 * config.sub: Recognise os108*.
308
309 2019-06-26 Ben Elliston <bje@gnu.org>
310
311 * config.sub (hp300): Set $os to hpux.
312
313 2019-06-26 Ben Elliston <bje@gnu.org>
314
315 * config.sub (vsta): Move into alphabetical order.
316
317 2019-06-10 Ben Elliston <bje@gnu.org>
318
319 * config.guess (*:OS108:*:*): Recognise new OS.
320
321 2019-05-28 Ben Elliston <bje@gnu.org>
322
323 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
324 system compiler is installed. If not, do not run set_cc_for_build,
325 as the default cc will open a dialog box asking to install
326 Xcode. If no C compiler is available, guess based on uname -p and
327 uname -m.
328
329 2019-05-28 Ben Elliston <bje@gnu.org>
330
331 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
332
c4d3fc14
SM
3332020-01-17 Simon Marchi <simon.marchi@efficios.com>
334
335 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
336 * Makefile.in: Re-generate.
337
01027315
TT
3382020-01-14 Tom Tromey <tom@tromey.com>
339
340 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
341 * MAINTAINERS: Add gdbsupport.
342 * configure: Rebuild.
343 * configure.ac (configdirs): Add gdbsupport.
344 * gdbsupport: New directory, move from gdb/gdbsupport.
345 * Makefile.def (host_modules, dependencies): Add gnulib.
346 * Makefile.in: Rebuild.
347
abb78b78
AM
3482020-01-09 Aaron Merey <amerey@redhat.com>
349
350 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
351 new configure option --with-debuginfod.
352 * configure: Regenerate.
353 * configure.ac: Call AC_DEBUGINFOD.
354
cef2097a
CB
3552019-12-26 Christian Biesinger <cbiesinger@google.com>
356
357 * .gitignore: Add perf.data and perf.data.old.
358
95c746cc
SDJ
3592019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
360
361 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
362
a315e147
AM
3632019-10-17 Alan Modra <amodra@gmail.com>
364
365 PR 29
366 * src-release.sh (getver): Replace "head -1" with "head -n 1".
367
87279e3c
NA
3682019-07-30 Nick Alcock <nick.alcock@oracle.com>
369
370 * Makefile.def (host_modules): libctf is no longer no_install.
371 * Makefile.in: Regenerated.
372
1ff6de03
NA
3732019-07-13 Nick Alcock <nick.alcock@oracle.com>
374
375 * Makefile.def (dependencies): all-ld depends on all-libctf.
376 * Makefile.in: Regenerated.
377
60391a25
PB
3782019-09-09 Phil Blundell <pb@pbcl.net>
379
380 binutils 2.33 branch created
381
c1a5d03a
TT
3822019-08-19 Tom Tromey <tom@tromey.com>
383
384 * configure: Rebuild.
385 * configure.ac: Add --with-static-standard-libraries.
386
f211b8c0
NC
3872019-08-09 Nick Clifton <nickc@redhat.com>
388
389 * libiberty: Sync with gcc. Bring in:
390 2019-08-08 Martin Liska <mliska@suse.cz>
391
392 PR bootstrap/91352
393 * lrealpath.c (is_valid_fd): New function.
394
395 2019-07-24 Martin Liska <mliska@suse.cz>
396
397 PR lto/91228
398 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
399 Find first '\0' starting from gnu_lto + 1.
400
401 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
402
403 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
404 This fixes a Bug 90924.
405
406 2019-07-22 Martin Liska <mliska@suse.cz>
407
408 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
409 Do not search for gnu_lto_v1, but search for first '\0'.
410
411 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
412
413 * cplus-dem.c: Include rust-demangle.h.
414 * rust-demangle.c: Include rust-demangle.h.
415 * rust-demangle.h: New file.
416
417 2019-05-31 Michael Forney <mforney@mforney.org>
418
419 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
420 is non-zero.
421
422 2019-04-30 Ben L <bobsayshilol@live.co.uk>
423
424 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
425 * testsuite/d-demangle-expected: Add testcase.
426
427 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
428 * testsuite/d-demangle-expected: Add testcase.
429
430 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
431 * testsuite/d-demangle-expected: Add testcase.
432
433 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
434 * testsuite/d-demangle-expected: Add testcase.
435
436 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
437 * testsuite/d-demangle-expected: Add testcase.
438
439 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
440 * testsuite/demangle-expected: Add testcase.
441
442 * cp-demangle.c (d_encoding): Guard against NULL return values from
443 d_right (dc).
444 * testsuite/demangle-expected: Add testcase.
445
446 2019-04-29 Ben L <bobsayshilol@live.co.uk>
447
448 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
449 char is valid.
450 * testsuite/demangle-expected: Add testcase.
451
452 2019-04-10 Nick Clifton <nickc@redhat.com>
453
454 PR 89394
455 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
456 lengths.
457 (d_count_templates_scopes): Replace num_templates and num_scopes
458 parameters with a struct d_print_info pointer parameter. Adjust
459 body of the function accordingly. Add recursion counter and check
460 that the recursion limit is not reached.
461 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
462 Reset recursion counter afterwards, unless the recursion limit was
463 reached.
464
48b550c2
JB
4652019-07-13 Joel Brobecker <brobecker@adacore.com>
466
467 * src-release (getver): If $tool/gdbsupport/create-version.sh
468 exists, use that to determine the version number.
469
be74b5b7
AS
4702019-06-21 Andreas Schwab <schwab@linux-m68k.org>
471
472 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
473
73cc7272
TT
4742019-06-14 Tom Tromey <tom@tromey.com>
475
476 * MAINTAINERS: Add gnulib.
477 * gnulib: New directory, move from gdb/gnulib.
478 * configure.ac (host_libs): Add gnulib.
479 * configure: Rebuild.
480 * Makefile.def (host_modules, dependencies): Add gnulib.
481 * Makefile.in: Rebuild.
482
79b377b3
NC
4832019-06-03 Nick Clifton <nickc@redhat.com>
484
485 Revert:
486 2019-05-29 Nick Clifton <nickc@redhat.com>
487
488 * configure.ac (noconfigdirs): Add libctf if the target does not use
489 the ELF file format.
490 * configure: Regenerate.
491
e33f2313
NC
4922019-05-29 Nick Clifton <nickc@redhat.com>
493
494 * src-release.sh (do_proto_toplev): Add libctf to list of
495 directories that can be disabled.
496
90bd5423
NC
4972019-05-29 Nick Clifton <nickc@redhat.com>
498
499 * configure.ac (noconfigdirs): Add libctf if the target does not use
500 the ELF file format.
501 * configure: Regenerate.
502
9698cf9b
NA
5032019-05-28 Nick Alcock <nick.alcock@oracle.com>
504
505 * Makefile.def (dependencies): configure-libctf depends on all-bfd
506 and all its deps.
507 * Makefile.in: Regenerated.
508
88981b15
NA
5092019-05-28 Nick Alcock <nick.alcock@oracle.com>
510
511 * MAINTAINERS: Add libctf.
512
0e65dfba
NA
5132019-05-28 Nick Alcock <nick.alcock@oracle.com>
514
515 * Makefile.def (host_modules): Add libctf.
516 * Makefile.def (dependencies): Likewise.
517 libctf depends on zlib, libiberty, and bfd.
518 * Makefile.in: Regenerated.
519 * configure.ac (host_libs): Add libctf.
520 * configure: Regenerated.
521
2376c370
JM
5222019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
523
524 * config.guess: Synchronize with config project master sources.
525 * config.sub: Likewise.
526 * readline/support/config.guess: Likewise.
527 * readline/support/config.sub: Likewise.
528
c1202057
NC
5292019-04-10 Nick Clifton <nickc@redhat.com>
530
531 * libiberty: Sync with gcc. Bring in:
532 2019-04-10 Nick Clifton <nickc@redhat.com>
533
534 PR 89394
535 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
536 lengths.
537 (d_count_templates_scopes): Replace num_templates and num_scopes
538 parameters with a struct d_print_info pointer parameter. Adjust
539 body of the function accordingly. Add recursion counter and check
540 that the recursion limit is not reached.
541 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
542 Reset recursion counter afterwards, unless the recursion limit was
543 reached.
544
f974f26c
NC
5452018-06-24 Nick Clifton <nickc@redhat.com>
546
547 2.32 branch created.
548
d63f2be2
RO
5492019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
550
551 Merge from GCC:
552 PR target/88535
553 * config.guess: Import upstream version 2019-01-03.
554 * config.sub: Import upstream version 2019-01-01.
555
1910070b
NC
5562019-01-10 Nick Clifton <nickc@redhat.com>
557
558 * libiberty: Sync with gcc. Bring in:
559 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
560
561 PR other/16615
562
563 * cp-demangle.c: Mechanically replace "can not" with "cannot".
564 * floatformat.c: Likewise.
565 * strerror.c: Likewise.
566
567 2018-12-22 Jason Merrill <jason@redhat.com>
568
569 Remove support for demangling GCC 2.x era mangling schemes.
570 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
571 internal_cplus_demangle, and all subroutines.
572 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
573 Lucid, ARM, HP, and EDG demangling styles.
574 (cplus_demangle): Remove 'work' variable. Don't call
575 internal_cplus_demangle.
576
69961a84
ДП
5772019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
578
579 * configure.ac: Don't configure readline if --with-system-readline is
580 used.
581 * configure: Re-generate.
582
b555fb21
JM
5832018-10-31 Joseph Myers <joseph@codesourcery.com>
584
585 Merge from GCC:
586 PR bootstrap/82856
587 * multilib.am: New file. From automake.
588
80ca5f98
SDJ
5892018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
590
591 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
592
0a8288f7
NC
5932018-07-16 Nick Clifton <nickc@redhat.com>
594
595 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
596
26996596
SH
5972018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
598
599 * config.sub: Sync with upstream version 2018-07-03.
600
c5244148
SH
6012018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
602
603 * config.guess: Sync with upstream version 2018-06-26.
604 * config.sub: Sync with upstream version 2018-07-02.
605
4119873a
AO
6062018-06-29 Alexandre Oliva <oliva@adacore.com>
607
608 * configure.ac: Introduce support for @unless/@endunless.
609 * Makefile.tpl (dep-kind): Rewrite with cond; return
610 postbootstrap in some cases.
611 (make-postboot-dep, postboot-targets): New.
612 (dependencies): Do not output postbootstrap dependencies at
613 first. Output non-target ones changed for configure to depend
614 on stage_last @if gcc-bootstrap, and the original deps @unless
615 gcc-bootstrap.
616 * configure.in, Makefile.in: Rebuilt.
617
71300e2c
NC
6182018-06-24 Nick Clifton <nickc@redhat.com>
619
620 * configure: Regenerate.
621
d0ac1c44
SM
6222018-06-19 Simon Marchi <simon.marchi@ericsson.com>
623
624 * libtool.m4: Use AC_LANG_SOURCE.
625 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
626 * README-maintainer-mode: Update version requirements.
627 * ar-lib: New file.
628 * test-driver: New file.
629 * configure: Re-generate.
630
e0541124
EB
6312018-06-18 Eric Botcazou <ebotcazou@adacore.com>
632
633 * Makefile.def (fortran): Add check-target-libgomp-fortran.
634 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
635 * Makefile.in: Regenerate.
636
637 * configure: Regenerate.
638
db67d458
SM
6392018-06-18 Simon Marchi <simon.marchi@ericsson.com>
640
641 * configure.ac: Sync with GCC, remove MPX-related things.
642
b5778783
NC
6432018-05-01 Nick Clifton <nickc@redhat.com>
644
645 * config.guess: Synchronize with config project master sources.
646 * config.sub: Likewise.
647
1063beb5
FT
6482018-05-01 Francois H. Theron <francois.theron@netronome.com>
649
650 * configure.ac: Added "nfp" target.
651 * configure: Regenerate.
652
b29d2641
MR
6532018-02-13 Maciej W. Rozycki <macro@mips.com>
654
655 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
656 * configure: Regenerate.
657
52b2f300
NC
6582018-01-30 Nick Clifton <nickc@redhat.com>
659
660 * src-release.sh (do_proto_toplev): Add patterns for more junk files
661 to delete before creating the tarball.
662
b431b4ea
NC
6632018-01-29 Nick Clifton <nickc@redhat.com>
664
665 * src-release.sh (do_proto_toplev): Strip patch remnant files from
666 the sources before creating the tarball.
667
19e2900b
NC
6682018-01-13 Nick Clifton <nickc@redhat.com>
669
670 * src-release.sh: Update copyright notice. Change reference to devo
671 to be a reference to root.
672
bf41f30d
NC
6732018-01-10 Nick Clifton <nickc@redhat.com>
674
675 * config-ml.in: Sync with gcc sources.
676 * config.guess: Likewise.
677 * config.sub: Likewise.
678 * configure.ac: Likewise.
7ec0cd50 679 * configure: Regenerate.
bf41f30d 680
863f7a5f
NC
6812017-12-14 Nick Clifton <nickc@redhat.com>
682
683 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
684
638d9137
SH
6852017-12-12 Stafford Horne <shorne@gmail.com>
686
687 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
688 * configure: Regenerate.
689
ef87240f
NC
6902017-09-15 Nick Clifton <nickc@redhat.com>
691
692 * src-release.sh (LZIPPROG): New define. Provides the name of the
693 lzip program.
694 (do_lz): New function. Compresses a tarball using the lzip
695 program.
696 (do_compress): Add support for lzip compression.
697 (usage): Mention -l option.
698 (build_release): Support -l option to invoke lzip compression.
699
817b7711
AM
7002017-09-15 Alan Modra <amodra@gmail.com>
701
702 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
703 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
704 and sim depending on $tool and $support_files. Echo configure line.
705
255300f5 7062017-09-14 Matt Rice <ratmice@gmail.com>
707
708 * src-release.sh (do_proto_toplev): Enable gold during release process.
709
8f0dd45f
AJ
7102017-04-13 Andrew Jenner <andrew@codesourcery.com>
711
712 * config.sub: Sync with master version in config project.
713
2f5f29ca
AJ
7142017-04-03 Andrew Jenner <andrew@codesourcery.com>
715
716 * config.sub: Handle ia16 in $basic_machine.
717
718 bfd/
719 * config.bfd: Handle ia16.
720
721 gas/
722 * configure.tgt: Handle ia16.
723
724 ld/
725 * configure.tgt: Handle ia16.
726
11997a83
NC
7272017-03-22 Nick Clifton <nickc@redhat.com>
728
729 * config.sub: Sync with master version in config project.
730 * config.guess: Likewise.
731
05a13254
NC
7322017-01-23 Nick Clifton <nickc@redhat.com>
733
734 * configure.ac: Update year in copyright notice.
735 Sync from FSF GCC mainline, bringing in the following patches.
736 * Makefile.def: Likewise.
737 * Makefile.tpl: Likewise.
738 * configure: Regenerate.
739 * Makefile.in: Regenerate.
740
741 2016-12-21 Jakub Jelinek <jakub@redhat.com>
742
743 * configure.ac: Don't bootstrap libmpx unless --with-build-config
744 includes bootstrap-mpx.
745
746 2016-12-01 Matthias Klose <doko@ubuntu.com>
747
748 * configure.ac: Don't use pkg-config to check for bdw-gc.
749
750 2016-11-30 Matthias Klose <doko@ubuntu.com>
751
752 * Makefile.def: Remove reference to boehm-gc target module.
753 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
754 options and for the bdw-gc pkg-config module.
755
756 2016-11-15 Matthias Klose <doko@ubuntu.com>
757
758 * config-ml.in: Remove references to GCJ.
759 * configure.ac: Likewise.
760
761 2016-09-30 Jakub Jelinek <jakub@redhat.com>
762
763 * configure.ac: Add target-libffi to target_libraries.
764 Readd libgcj target disablings, modified to only target-libffi.
765 Readd target addition of go to unsupported languages.
766
767 2016-09-30 Andrew Haley <aph@redhat.com>
768
769 * Makefile.def: Remove libjava.
770 * Makefile.tpl: Likewise.
771 * configure.ac: Likewise.
772
773 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
774
775 * configure.ac: Disable "sim" directory for arc*-*-*.
776
777 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
778
779 * configure.ac: Check for the minimum in-tree MPFR version
780 handled.
781
3f66c01b
AM
7822016-12-31 Alan Modra <amodra@gmail.com>
783
784 * config.sub: Import from upstream.
785
da17fe9d
AM
7862016-12-08 Alan Modra <amodra@gmail.com>
787
788 * configure: Regenerate.
789
d5451cd4
JC
7902016-12-02 Josh Conner <joshconner@google.com>
791
792 * configure.ac: Add fuchsia to targets that use ELF.
793 * configure: Regenerated.
794
5ada5c6f
DE
7952016-11-07 Doug Evans <dje@google.com>
796
797 * config.sub: Sync with upstream version 2016-11-03.
798 git://git.sv.gnu.org/config.git
799 * config.guess: Sync with upstream version 2016-10-02.
800
07619d52
SM
8012016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
802
803 * .gitignore: Add archives and make stamps.
804
bedbe19c
YTL
8052016-07-20 Yan-Ting Lin <currygt52@gmail.com>
806
807 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
808 * configure: Regenerated.
809
9abdce70
WL
8102016-06-28 Walter Lee <walt@tilera.com>
811
812 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
813 * configure: Regenerate.
814
0597bdc4
AM
8152016-05-28 Alan Modra <amodra@gmail.com>
816
817 * Makefile.tpl (configure): Depend on m4 files included.
818 * Makefile.in: Regenerate.
819
1690f1db
NC
8202016-05-27 Nick Clifton <nickc@redhat.com>
821
822 * config.guess (Alpha OSF1): Fix typo introduced during the most
823 recent synchronization update.
824
b43b8535
NC
8252016-05-23 Nick Clifton <nickc@redhat.com>
826
827 * Import these patches from the gcc mainline:
828
829 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
830
831 * config.guess: Import version 2016-04-02 (newest).
832 * config.sub: Import version 2016-05-10 (newest).
833
bb7dc663
NC
8342016-04-19 Nick Clifton <nickc@redhat.com>
835
836 * Import this patch from the GCC mainline:
837
838 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
839
840 PR bootstrap/70173
841 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
842 and gotools directories. Delete the stage_final file.
843 * Makefile.in: Regenerate.
844
ea016470
CC
8452016-03-17 Cary Coutant <ccoutant@gmail.com>
846
847 * configure.ac: Add mips and s390 to the gold target check.
848 * configure: Regenerate.
849
52cf9762
NC
8502016-02-10 Nick Clifton <nickc@redhat.com>
851
852 Import these patches from the GCC mainline:
853
854 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
855
856 * configure.ac: Enable LTO for DJGPP
857 * configure: Regenerate
858
859 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
860
861 PR bootstrap/69329
862 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
863 * Makefile.in: Regenerate.
864
865 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
866 Sebastian Pop <s.pop@samsung.com>
867
868 * Makefile.in: Regenerate.
869 * Makefile.tpl: Export ISLVER.
870 * configure: Regenerate.
871 * config/isl.m4: Detect isl-0.15.
872
873 2016-01-29 Sebastian Pop <s.pop@samsung.com>
874
875 * config/isl.m4: Add comments about isl-0.16.
876 * configure: Regenerate.
877
1985dc2d
L
8782016-01-12 H.J. Lu <hongjiu.lu@intel.com>
879
880 Sync with GCC
881 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
882
883 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
884 symbols.
885
886 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
887
888 PR bootstrap/69134
889 * Makefile.def (mpfr): Disable assembler.
890 * Makefile.in: Regenerate.
891
4849dfd8
NC
8922016-01-11 Nick Clifton <nickc@redhat.com>
893
894 Import the following changes from the GCC mainline:
895
896 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
897
898 * configure.ac: Enable libmpx by default.
899 * configure: Regenerated.
900
901 2015-11-19 Martin Liska <mliska@suse.cz>
902
903 * .gitignore: Add .clang-format to ignored files.
904 * Makefile.tpl: Add clang-format.
905 * Makefile.in: Regenerate.
906
907 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
908
909 PR libffi/65726
910 * Makefile.def (lang_env_dependencies): Make libffi depend
911 on cxx.
912 * Makefile.in: Regenerate.
913
914 2015-12-02 Ian Lance Taylor <iant@google.com>
915
916 PR go/66147
917 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
918 * Makefile.in: Regenerate.
919
920 2015-12-17 Nathan Sidwell <nathan@acm.org>
921
922 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
923 * configure: Regenerate.
924
925 2015-12-17 Sebastian Pop <s.pop@samsung.com>
926
927 * Makefile.in: Replace ISL with isl.
928 * Makefile.tpl: Same.
929 * config/isl.m4: Same.
930 * configure.ac: Same.
931 * contrib/download_prerequisites: Same.
932 * configure: Regenerate.
933
934 2016-01-01 Ben Elliston <bje@gnu.org>
935
936 * config.guess: Import version 2016-01-01.
937 * config.sub: Likewise.
938
f075eb5e
TG
9392015-11-20 Tristan Gingold <gingold@adacore.com>
940
941 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
942 * configure: Regenerate.
943
6c3bc0f8
NC
9442015-10-21 Nick Clifton <nickc@redhat.com>
945
946 PR gas/19109
947 * configure.ac: Note the 'none' is an acceptable argument to
948 --enable-compressed-debug-sections.
949 * configure: Regenerate.
950
edeefb67
L
9512015-10-20 H.J. Lu <hongjiu.lu@intel.com>
952
953 PR gas/19109
954 * configure.ac: Add
955 --enable-compressed-debug-sections={all,gas,gold,ld}.
956 * configure: Regenerated.
957
68996839
NC
9582015-09-30 Nick Clifton <nickc@redhat.com>
959
960 Import the following patches from the GCC mainline:
961
962 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
963
964 PR libfortran/54572
965 * Makefile.def: Make libgfortran depend on libbacktrace.
966 * Makefile.in: Regenerate.
967
968 2015-08-12 Tom de Vries <tom@codesourcery.com>
969
970 PR other/67092
971 PR other/67098
972 * configure.ac: Remove --with_host_libstdcxx support.
973 * configure: Regenerate.
974
975 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
976 Jakub Jelinek <jakub@redhat.com>
977
978 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
979 nvptx*-*-*.
980 * configure: Regenerate.
981
5960642a
L
9822015-08-07 H.J. Lu <hongjiu.lu@intel.com>
983
984 Sync with GCC
985 2015-07-28 Ben Elliston <bje@gnu.org>
986
987 * config.sub, config.guess: Import from upstream.
988
016a3251
DD
9892015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
990
991 * Makefile.def (libiconv): Define bootstrap=true.
992 Mark pdf/html/info as missing.
993 (configure-gcc): Depend on all-libiconv.
994 (all-gcc): Ditto.
995 (configure-libcpp): Ditto.
996 (all-libcpp): Ditto.
997 (configure-intl): Ditto.
998 (all-intl): Ditto.
999 * Makefile.in: Regenerate.
1000
136bb21f
L
10012015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 Sync with GCC
1004 2015-07-24 Michael Darling <darlingm@gmail.com>
1005
1006 PR other/66259
1007 * config-ml.in: Reflects renaming of configure.in to configure.ac
1008 * configure: Likewise
1009 * configure.ac: Likewise
1010
22121df0
L
10112015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1012
1013 * Makefile.in: Regenerated.
1014
1015 Sync with GCC
1016 2015-05-21 Jason Merrill <jason@redhat.com>
1017
1018 * Makefile.tpl: Update comments.
1019
1020 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1021
1022 * Makefile.tpl: Remove surplus whitespace throughout.
1023
1024 2015-03-25 Martin Liska <mliska@suse.cz>
1025 Yury Gribov <y.gribov@samsung.com>
1026
1027 * Makefile.tpl: Fix ln source location for vimrc file.
1028
969b1713
L
10292015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1030
1031 Sync with GCC
1032 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1033
1034 * configure.ac: FT32 target added.
1035 * configure: Regenerate.
1036
ce6c656d
L
10372015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1038
1039 Sync with GCC
1040 2015-06-02 Jason Merrill <jason@redhat.com>
1041
1042 PR bootstrap/66319
1043 * configure.ac: Use -std=gnu++98.
1044
1045 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1046
1047 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1048 * configure: Regenerate.
1049
1050 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1051
1052 * configure.ac: Fix typo.
1053 * configure: Regenerate.
1054
1055 2015-05-03 Matthias Klose <doko@ubuntu.com>
1056
1057 * configure.ac: Match $host configured with triplets.
1058 * configure: Regenerate.
1059
1060 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1061
1062 PR bootstrap/62077
1063 * configure.ac (--enable-stage1-checking): Default to
1064 release,misc,gimple,rtlflag,tree,types if --disable-checking
1065 or --enable-checking is not specified and DEV-PHASE is not
1066 experimental.
1067 * configure: Regenerated.
1068
1069 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1070
1071 Install back PR target/47230 fix (Revert the revert).
1072
16beab3d
L
10732015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1074
1075 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1076 target.
1077 * configure: Regenerate.
1078
5569a85f
JDA
10792015-05-13 John David Anglin <dave.anglin@bell.net>
1080
1081 * configure.ac: Disable configuration of GDB for HPUX targets.
1082 * configure: Regenerate.
1083
e81d5d05
L
10842015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1085
1086 PR ld/18355
1087 * Makefile.def: Add extra_configure_flags to host zlib.
1088 * configure.ac (extra_host_zlib_configure_flags): New. Set
1089 to --enable-host-shared When bfd is to be built as shared
1090 library. AC_SUBST.
1091 * Makefile.in: Regenerated.
1092
ec5b9462
HPN
10932015-04-15 Mike Frysinger <vapier@gentoo.org>
1094 Hans-Peter Nilsson <hp@axis.com>
1095
1096 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1097 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1098 use that in the getver call instead of $tool.
1099 (sim_release): Pass gdb as fifth parameter to tar_compress.
1100 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1101
f91ca6bc
IB
11022015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1103
1104 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1105 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1106 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1107 * Makefile.in: Regenerate.
1108
cf39cfc5
L
11092015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1110
1111 * configure.ac: Add --with-system-zlib.
1112 * configure: Regenerated.
1113
6ac1079e
L
11142015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1115
1116 * src-release.sh: Don't configure with --with-target-subdir=.
1117 --disable-multilib.
1118
890ba06f
L
11192015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1120
1121 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1122 src-release.sh.
1123
5675acd9
ES
11242015-03-30 Ed Schouten <ed@nuxi.nl>
1125
1126 * config.sub: Update from upstream, to 2015-03-04 version.
1127 * config.guess: Likewise.
1128
d2d67aea
L
11292015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1130
1131 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1132 * Makefile.in: Regenerated.
1133
92c695a1
L
11342015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1135
1136 * src-release.sh (do_proto_toplev): Configure with --target
1137 --with-target-subdir and --disable-multilib.
1138 (BINUTILS_SUPPORT_DIRS): Add zlib.
1139 (GAS_SUPPORT_DIRS): Likewise.
1140 (GDB_SUPPORT_DIRS): Likewise.
1141 (SIM_SUPPORT_DIRS): Likewise.
1142
091021fa
L
11432015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1144
1145 * configure.ac (target_configdirs): Exclude target-zlib if
1146 target-libjava isn't built.
1147 * configure: Regenerated.
1148
5df8a8fc
L
11492015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1150
1151 Sync with GCC
1152 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1153
1154 * config-ml.in: Robustify ac_configure_args parsing.
1155
1b6c0831
L
11562015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1157
1158 * Makefile.def: Updated from GCC trunk.
1159 * Makefile.tpl: Likewise.
1160 * configure.ac: Likewise.
1161 * Makefile.in: Regenerated.
1162 * configure: Likewise.
1163
3f8107ab
AM
11642015-01-28 James Bowman <james.bowman@ftdichip.com>
1165
1166 * configure.ac: Add FT32 support.
1167 * configure: Regenerate.
1168
10b8fe5e
AG
11692015-01-12 Anthony Green <green@moxielogic.com>
1170
1171 * configure.ac: Don't disable gprof for moxie.
1172 * configure: Rebuild.
1173
6b91c541
AP
11742015-01-03 Andrew Pinski <apinski@cavium.com>
1175
1176 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1177 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1178 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1179 (OBJCOPY_FOR_TARGET): New variable.
1180 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1181 * Makefile.in: Regenerate.
1182 * configure.ac: Check for already installed target objcopy.
1183 Also GCC_TARGET_TOOL on objcopy.
1184 * configure: Regenerate.
1185
6ba37ab4
HPN
11862015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1187
1188 * config.sub: Update from upstream, to 2015-01-01 version.
1189 * config.guess: Ditto.
1190
bb5f7690
EB
11912014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1192
1193 * config.sub: Update from upstream config repo.
1194
6e733cce
L
11952014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 * libtool.m4: Updated from GCC trunk.
1198
8969c424
JBG
11992014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1200
1201 * config.guess: Update from upstream config repo.
1202 * config.sub: Ditto.
1203
37e77caf
JBG
12042014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1205
1206 * move-if-change: Update from upstream gnulib.
1207
e3046511
JBG
12082014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1209
1210 * compile: Sync with upstream Automake.
1211 * depcomp: Ditto.
1212 * install-sh: Ditto.
1213 * missing: Ditto.
1214 * mkinstalldirs: Ditto.
1215 * ylwrap: Ditto.
1216
3e615393
TG
12172014-10-15 Tristan Gingold <gingold@adacore.com>
1218
1219 * src-release.sh (do_proto_toplev): Configure with --target.
1220
6d26190c
JY
12212014-10-03 Jing Yu <jingyu@google.com>
1222
1223 * configure.ac: Add aarch64 to list of targets that support gold.
1224 * configure: Regenerate.
1225
a9d58c06
AB
12262014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1227
1228 * configure.ac: Add mips*-img-elf* target triple.
1229 * configure: Regenerate.
1230
b25b5cef
CJW
12312014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1232 * configure: Disable gdb for nds32*-*-* until supported.
1233 * configure.ac: Disable gdb for nds32*-*-* until supported.
1234
f8797b5a
JB
12352014-09-05 Joel Brobecker <brobecker@adacore.com>
1236
1237 * configure: Regenerate.
1238
2536ee9d
WN
12392014-08-27 Will Newton <will.newton@linaro.org>
1240
1241 * src-release.sh: New file.
1242 * src-release: Remove file.
1243
1f995db6
JS
12442014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1245
1246 GDB not supported for or1k*-*-rtems*
1247 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1248 of the stanzas results in this not being caught by or1k*-*-* later.
1249 * configure. Regenerated.
1250
a843ea33
SB
12512014-07-25 Samuel Bronson <naesten@gmail.com>
1252
1253 * .gitattributes: New file for use with git-merge-changelog.
1254
cfbc1a6c
JS
12552014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1256
1257 Disable gdb for or1k*-*-* until supported
1258 * configure.ac (or1k*-*-*): Disable gdb.
1259 * configure: Regenerated.
1260
d9e042ac
SL
12612014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1262
1263 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1264 * configure: Regenerated.
1265
201f096f 12662014-03-26 Jakub Jelinek <jakub@redhat.com>
1267
1268 PR sanitizer/56781
1269 * Makefile.def: Set bootstrap=true; for host fixincludes.
1270 * configure.ac: Don't bootstrap host fixincludes unless
1271 --with-build-config=bootstrap-{a,ub}san.
1272 * Makefile.in: Regenerated.
1273 * configure: Regenerated.
1274
730af8ee 12752014-03-21 Jakub Jelinek <jakub@redhat.com>
1276
1277 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1278 --enable-vtable-verify option parsing. Don't add
1279 target-libsanitizer to bootstrap_target_libs unless
1280 --with-build-config=bootstrap-asan or
1281 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1282 to bootstrap_target_libs unless --enable-vtable-verify.
1283 * configure: Regenerated.
1284
abca8d87 12852014-03-07 Jakub Jelinek <jakub@redhat.com>
1286
1287 PR bootstrap/58572
1288 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1289 -I for libstdc++-v3 includes if $(LEAN).
1290 * Makefile.in: Regenerated.
1291
68d122bb 12922014-02-24 Walter Lee <walt@tilera.com>
1293
1294 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1295 (tilegx-*-*): Change to tilegx*-*-*.
1296 * configure: Regenerate.
1297
39d1b2ae
RS
12982014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1299
1300 * config.sub, config.guess: Import from upstream.
1301
50f80006
EB
13022014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1303
1304 PR bootstrap/60620
72f4393d 1305 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1306 * Makefile.in: Regenerate.
1307
a6305403
YS
13082014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1309
1310 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1311 for WINDRES_FOR_TARGET in default-manifest.o rule.
1312 * Makefile.in: Regenerate.
1313
62a0f723
RO
13142014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1315
1316 PR target/59788
1317 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1318 *solaris2*.
1319
530e8392
KB
13202013-12-19 Keven Boell <keven.boell@intel.com>
1321
1322 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1323 nested lookups for fortran modules.
1324 * dwarf2read.c (read_module): Add fortran module to
1325 the symbol table.
1326 (add_partial_symbol, add_partial_module): Add fortran
1327 module to the partial symbol table.
1328 (new_symbol_full): Create full symbol for fortran module.
1329 * f-exp.y (yylex): Add new module domain to be parsed.
1330 * symtab.h: New domain for fortran modules.
1331
7f9b20bb
KB
13322013-12-19 Keven Boell <keven.boell@intel.com>
1333
1334 * f-exp.y (yylex): Add domain array to enable lookup
1335 in multiple domains. Loop over lookup domains and try
1336 to find requested symbol. Add STRUCT_DOMAIN to lookup
1337 domains to be able to query for user defined types.
1338
afc0578d 13392013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1340
1341 * configure.ac: Add user-friendly check for native x86_64-linux
1342 multilibs.
1343 * configure: Regenerate.
1344
f3f51a69
AM
13452013-11-23 Alan Modra <amodra@gmail.com>
1346
1347 * config.sub, config.guess: Import from upstream.
1348
2440009d 13492013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1350
2440009d 1351 * Makefile.in: Regenerate.
1352
e78e02e6 1353 * Makefile.tpl: Fix typo.
1354 * Makefile.in: Regenerate partially.
1355
9aaf2a7e 13562013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1357
1358 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1359 supported.
1360 * configure: Regenerated.
1361
880b18d1 13622013-10-30 Jason Merrill <jason@redhat.com>
1363
1364 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1365 --disable-build-format-warnings.
1366
522e3d71 13672013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1368
f3f51a69 1369 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1370 depend on libstdc++ and libgcc.
1371 * configure: Regenerate.
1372 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1373 libcilkrts for POSIX and i*86, and x86_64 architectures.
1374 * Makefile.in: Added libcilkrts related fields to support building it.
1375
cb49a9e1 13762013-10-26 Jeff Law <law@redhat.com>
1377
1378 * Makefile.def (target_modules): Remove libmudflap
1379 (languages): Remove check-target-libmudflap).
1380 * Makefile.in: Rebuilt.
1381 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1382 * configure.ac (target_libraries): Remove target-libmudflap.
1383 Remove checks which disabled libmudflap on some systems.
1384 * configure: Rebuilt.
1385 * libmudflap: Directory removed.
1386
82033c9b
JBG
13872013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1388
1389 * configure.ac: Update from GCC.
1390 * configure: Regenerate.
1391
b50d7605
HPN
13922013-10-15 Hans-Peter Nilsson <hp@axis.com>
1393
1394 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1395 files in SUPPORT_FILES.
1396 (SIM_SUPPORT_DIRS): New variable.
1397 (sim.tar.bz2): New rule.
1398
f4cfb980
JBG
13992013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1400
1401 * configure.ac: Update from GCC.
1402 * configure: Regenerate.
1403
78b1434c
JJ
14042013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1405
1406 * COPYING.NEWLIB: Update with new copyright.
1407
b3fc79f8
JBG
14082013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1409
1410 * configure.ac: Update from GCC.
1411 * configure: Regenerate.
1412
cc9afea3
AM
14132013-09-20 Alan Modra <amodra@gmail.com>
1414
1415 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1416 ppc host match. Support little-endian powerpc linux hosts.
1417
f006cabd
JB
14182013-08-16 Joel Brobecker <brobecker@adacore.com>
1419
1420 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1421 strip the "-cvs" suffix from the version number if present.
1422
95e43135
JBG
14232013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * configure.ac: Sync with GCC repo.
1426 * Makefile.def: Ditto.
1427 * configure: Regenerate.
1428 * Makefile.in: Ditto.
1429
7539e41e
JB
14302013-07-22 Joel Brobecker <brobecker@adacore.com>
1431
1432 * src-release (VER): Use $(TOOL)/common/create-version.sh
1433 if it exists.
1434
e8044f35
RS
14352013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1436
1437 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1438 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1439 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1440 * configure: Regenerate.
1441
7bab7634
DC
14422013-06-01 George Thomas <george.thomas@atmel.com>
1443
95e43135
JBG
1444 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1445 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1446
b5364c9e
JJ
14472013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1448
1449 * COPYING.NEWLIB: Add Altera Corporation copyright.
1450
5dad867c
JBG
14512013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1452
1453 * config.guess: Update from config repo.
1454 * config.sub: Ditto.
1455
b836cb18
JBG
14562013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1457
1458 * Makefile.def: Sync with GCC.
1459 * Makefile.in: Regenerate.
1460
e7d5abf1
JBG
14612013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1462
1463 * configure.ac: Sync with GCC.
b836cb18 1464 * configure: Regenerate.
e7d5abf1 1465
4f778543
MF
14662013-03-22 Mike Frysinger <vapier@gentoo.org>
1467
1468 * src-release (VER): Change bfd/configure.in sed to use the new
1469 `bfd/configure --version` output.
1470
f1dd87fc
YZ
14712013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1472
1473 * configure.ac: Sync with GCC repo.
1474 * configure: Ditto.
1475
a413f71a
ILT
14762013-02-05 Ian Lance Taylor <iant@google.com>
1477
1478 PR go/55969
1479 * configure.ac: Disable libgo on some systems where it does not
1480 work.
1481 * configure: Rebuild.
1482
3a98824c
AM
14832013-02-05 Alan Modra <amodra@gmail.com>
1484
1485 * configure: Regenerate after syncing config/.
1486
3dae1673
JBG
14872013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1488
1489 * configure.ac: Sync with GCC repo.
1490 * configure: Ditto.
1491 * Makefile.def: Ditto.
1492 * Makefile.in: Ditto.
1493
bf51454b
JB
14942013-01-11 Joel Brobecker <brobecker@adacore.com>
1495
1496 Sync with GCC, merge:
1497
1498 2013-01-09 Jason Merrill <jason@redhat.com>
1499
1500 * .gitignore: Import from gdb repository.
1501
c841a2be
JBG
15022013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1503
1504 * config.sub: Update from config repo.
1505
d7b9dae9
EB
15062013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1507
1508 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1509 * Makefile.in: Regenerate.
1510
861ea9c8
L
15112013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1512
1513 * Makefile.def (configure-gcc): Depend on all-gmp.
1514 (all-gcc): Remove dependency on all-gmp.
1515 * Makefile.in: Regenerated.
1516
ce82b126
JBG
15172013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1518
1b4f418d 1519 * config.guess: Update from config repo.
c2e5e6d7 1520 * config.sub: Ditto.
ce82b126 1521
fd62a30d
JJ
15222013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1523
1524 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1525 exists and replace the new bfin license in its location.
1526
0140d685
L
15272013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1528
1529 PR gas/14899
1530 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1531 all-ld and all-gold depend on all-gas.
1532 * Makefile.in: Regenerated.
1533
c3d399e7
L
15342012-12-29 Ben Elliston <bje@gnu.org>
1535
1536 * config.guess: Update to 2012-12-29 version.
1537 * config.sub: Likewise.
1538
9417cd2f
JBG
15392012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1540
1541 * Makefile.def (install-target-libgo): Depend on
1542 install-target-libatomic. Merged from GCC repo.
1543 * Makefile.in: Regenerate.
1544
68dad382
JJ
15452012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1546
1547 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1548
2344b8da
TS
15492012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1550
1551 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1552 * configure: Regenerate.
1553
5eb08693
L
15542012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1555
1556 * Makefile.def (target_modules): Add bootstrap=true and
1557 raw_cxx=true to libsanitizer.
1558 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1559 * Makefile.in: Regenerated.
1560 * configure: Likewise.
1561
53ab32d8
JBG
15622012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1563
1564 * config.sub: Merge from config repo.
1565
d2489204
JBG
15662012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1567
1568 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1569 * Makefile.tpl: Ditto.
1570 * Makefile.in: Ditto.
1571 * configure: Ditto.
d2489204 1572
c23b5043
JBG
15732012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1574
1575 * configure.ac (noconfigdirs): Merge from GCC.
1576 * configure: Regenerate.
1577
1dd1f7f6
JBG
15782012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1579
1580 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1581
2bda3143
L
15822012-11-14 Roland McGrath <mcgrathr@google.com>
1583
1584 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1585 * configure: Regenerate.
1586
5286fdef
L
15872012-11-13 Richard Henderson <rth@redhat.com>
1588
1589 * configure.ac: Move libsanitizer logic to subdirectory.
1590 * configure: Regenerate.
1591
15922012-11-13 Dodji Seketeli <dodji@redhat.com>
1593
1594 * configure.ac: Enable libsanitizer just on x86 linux for now.
1595 * configure: Re-generate.
1596
15972012-11-13 David Edelsohn <dje.gcc@gmail.com>
1598
1599 * configure.ac: Merge libquadmath sections.
1600 * configure: Regenerate.
1601
16022012-11-12 Wei Mi <wmi@google.com>
1603
1604 * configure.ac: Add libsanitizer to target_libraries.
1605 * Makefile.def: Ditto.
1606 * configure: Regenerate.
1607 * Makefile.in: Regenerate.
1608
f66a9a70
L
16092012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1610
1611 * configure: Regenerated.
1612
16132012-11-03 Robert Mason <rbmj@verizon.net>
1614
1615 * configure.ac: add --disable-libstdcxx configure option
1616 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1617
6d94c122
CV
16182012-10-24 Corinna Vinschen <corinna@vinschen.de>
1619
1620 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1621 against Mingw64 w32api.
1622 * configure: Regenerate.
1623
a882be68
EB
16242012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1625
1626 PR bootstrap/54820
1627 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1628 * configure: Regenerate.
1629
b3676d82
EB
16302012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1631
1632 PR bootstrap/54820
1633 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1634 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1635 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1636 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1637 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1638 * Makefile.in: Regenerate.
1639 * configure.ac (have_static_libs): New variable and associated check.
1640 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1641 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1642 * configure: Regenerate.
1643
7b0e8ca5
MF
16442012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1645
1646 * config.guess, config.sub: Include updated version from
1647 config-patches. Adds microblaze little endian support.
1648
8e71395b
L
16492012-09-28 Ian Lance Taylor <iant@google.com>
1650
1651 * Makefile.def: Make all-target-libgo depend on
1652 all-target-libbacktrace.
1653 * Makefile.in: Rebuild.
1654
16552012-09-26 Ian Lance Taylor <iant@google.com>
1656
1657 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1658 * Makefile.in: Rebuild.
1659
16602012-09-06 Diego Novillo <dnovillo@google.com>
1661
1662 * configure.ac: Bump minimum GMP version to 4.2.3.
1663 * configure: Re-generate.
1664
16652012-09-05 Georg-Johann Lay <avr@gjlay.de>
1666
1667 PR target/54461
1668 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1669 target-libgloss if not configured --with-avrlibc=no.
1670 * configure: Regenerate.
1671
16722012-09-04 Jason Merrill <jason@redhat.com>
1673
1674 * configure.ac: Fix --enable-languages=all.
1675
16762012-09-03 Richard Guenther <rguenther@suse.de>
1677
1678 PR bootstrap/54138
1679 * configure.ac: Re-organize ISL / CLOOG checks to allow
1680 disabling with either --without-isl or --without-cloog.
1681 * configure: Regenerated.
1682
16832012-09-03 Georg-Johann Lay <avr@gjlay.de>
1684
1685 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1686 * configure: Regenerate.
1687
d09bbf00
SE
16882012-09-21 Steve Ellcey <sellcey@mips.com>
1689
1690 * configure.ac: Add mips*-mti-elf* target.
1691 * configure: Regenerate.
1692
2bf680c4
ILT
16932012-09-19 Ian Lance Taylor <iant@google.com>
1694
1695 * configure.ac (host_libs): Add libbacktrace.
1696 (target_libraries): Add libbacktrace.
1697 * Makefile.def (host_modules): Add libbacktrace.
1698 (target_modules): Likewise.
1699 * configure, Makefile.in: Rebuild.
1700
5c0b3823
WL
17012012-09-15 Jiong Wang <jiwang@tilera.com>
1702
1703 * configure.ac (ENABLE_GOLD): support tilegx*
1704 * configure: rebuild
1705
1488e230
DE
17062012-09-14 David Edelsohn <dje.gcc@gmail.com>
1707
1708 PR target/38607
1709 Merge upstream change.
1710 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1711
1712 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1713 Add libgomp*.o to compare_exclusions for AIX.
1714 * configure: Regenerate.
1715
df6795ce
L
17162012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1717
1718 PR binutils/4970
1719 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1720 and opcodes.
1721 * Makefile.in: Regenerated.
1722
7ec59b9e
L
17232012-08-14 Diego Novillo <dnovillo@google.com>
1724
1725 Merge from cxx-conversion branch.
1726
1727 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1728 POSTSTAGE1_CONFIGURE_FLAGS.
1729 * Makefile.in: Regenerate.
1730 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1731 Force C++ when bootstrapping.
1732 * configure: Regenerate.
1733
17342012-07-06 Richard Guenther <rguenther@suse.de>
1735
1736 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1737 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1738 --with-gmp=system.
1739 * Makefile.in: Regenerated.
1740 * configure: Likewise.
1741
17422012-07-06 Richard Guenther <rguenther@suse.de>
1743
1744 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1745 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1746 supply V=1 as extra_make_flags.
1747 * configure: Regenerated.
1748 * Makefile.in: Likewise.
1749
17502012-07-03 Richard Guenther <rguenther@suse.de>
1751
1752 * Makfile.def (isl): Remove not necessary extra_exports and
1753 extra_make_flags.
1754 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1755 * Makefile.in: Regenerated.
1756
17572012-07-03 Richard Guenther <rguenther@suse.de>
1758
1759 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1760 * configure.ac: If either the ISL or the CLooG check failed
1761 do not try to build in-tree versions.
1762 * Makefile.in: Regenerated.
1763 * configure: Regenerated.
1764
17652012-07-02 Richard Guenther <rguenther@suse.de>
1766 Michael Matz <matz@suse.de>
1767 Tobias Grosser <tobias@grosser.es>
1768 Sebastian Pop <sebpop@gmail.com>
1769
1770 * Makefile.def: Add ISL host module, remove PPL host module.
1771 Adjust ClooG host module to use the proper ISL.
1772 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1773 * configure.ac: Include config/isl.m4. Add ISL host library,
1774 remove PPL. Remove PPL configury, add ISL configury, adjust
1775 ClooG configury.
1776 * Makefile.in: Regenerated.
1777 * configure: Likewise.
1778
17792012-07-02 Richard Guenther <rguenther@suse.de>
1780
1781 Merge from graphite branch
1782 2011-07-21 Tobias Grosser <tobias@grosser.es>
1783
1784 * configure: Regenerated.
1785 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1786 both cloog.org and legacy versions. The only supported version will
1787 be CLooG with the isl backend.
1788
1789 2011-07-21 Tobias Grosser <tobias@grosser.es>
1790
1791 * configure: Regenerated.
1792 * configure.ac: Require cloog isl 0.17.0
1793
1794 2011-07-21 Tobias Grosser <tobias@grosser.es>
1795
1796 * configure: Regenerated.
1797 * config/cloog.m4: Do not define CLOOG_ORG
1798
17992012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1800
1801 * configure.ac: Skip C if explicitly selected.
1802 * configure: Regenerate.
1803
18042012-06-28 Christophe Lyon <christophe.lyon@st.com>
1805
1806 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1807 they contain -O2.
1808 * configure: Regenerate.
1809
18102012-06-20 Jason Merrill <jason@redhat.com>
1811
1812 * Makefile.tpl (check-target-libgomp-c++): New.
1813 (check-target-libitm-c++): New.
1814 * Makefile.def (c++): Add them.
1815 * Makefile.in: Regenerate.
1816
18172012-05-16 Olivier Hainque <hainque@adacore.com>
1818
1819 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1820 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1821 (install-no-fixedincludes): Adjust accordingly.
1822 * Makefile.in: Regenerate.
1823
18242012-05-09 Nick Clifton <nickc@redhat.com>
1825 Paul Smith <psmith@gnu.org>
1826
1827 PR bootstrap/50461
1828 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1829 allow for the fact that from release v3.1.0 of MPFR the source
1830 files were moved into a src sub-directory.
1831 * configure: Regenerate.
1832
18332012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1834
1835 * configure.ac: Bump minimum MPFR version to 2.4.0.
1836 * configure: Regenerated.
1837
18382012-05-01 Richard Henderson <rth@redhat.com>
1839
1840 * Makefile.def (libatomic): New target_module.
1841 * configure.ac (target_libraries): Add libatomic.
1842 (noconfigdirs): Check if libatomic is supported.
1843 * Makefile.in, configure: Rebuild.
1844
f87f9c61
L
18452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1846
1847 Merge upstream change
1848 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1849
18502011-11-21 Andreas Tobler <andreast@fgznet.ch>
1851
1852 * libtool.m4: Additional FreeBSD 10 fixes.
1853
68f107fa
AO
18542012-06-28 Christophe Lyon <christophe.lyon@st.com>
1855
1856 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1857 they contain -O2.
1858 * configure: Regenerate.
1859
b9c361e0
JL
18602012-05-14 Catherine Moore <clm@codesourcery.com>
1861
1862 * NEWS: Mention PowerPC VLE port.
1863
9eb322aa
MF
18642012-05-11 Mike Frysinger <vapier@gentoo.org>
1865
1866 * MAINTAINERS (config/): Move to intl/ section.
1867 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1868
58b1dd21
NC
18692012-05-09 Nick Clifton <nickc@redhat.com>
1870 Paul Smith <psmith@gnu.org>
1871
1872 PR bootstrap/50461
1873 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1874 allow for the fact that from release v3.1.0 of MPFR the source
1875 files were moved into a src sub-directory.
1876 * configure: Regenerate.
1877
2e702c99
RM
18782012-05-02 Roland McGrath <mcgrathr@google.com>
1879
1880 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1881 * configure: Regenerate.
1882
d2213593
JB
18832012-04-25 Joel Brobecker <brobecker@adacore.com>
1884
1885 * config.sub: Update to 2012-04-18 version from official repo.
1886
202e2356
NC
18872012-03-19 Tristan Gingold <gingold@adacore.com>
1888
1889 * configure.ac (ia64*-*-*vms*): Add support for ld.
1890 * configure: Regenerate.
1891
2479f722
RO
18922012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1893
1894 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1895 (unsupported_languages): Remove mips-sgi-irix6.*.
1896 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1897 (with_stabs): Remove.
1898 * configure: Regenerate.
1899
4e97d92b
RO
19002012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1901
1902 * configure.ac (enable_libgomp): Remove *-*-osf*.
1903 (with_stabs): Remove alpha*-*-osf*.
1904 * configure: Regenerate.
1905
f9ea6f98
JJ
19062012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1907
1908 * COPYING.NEWLIB: Modify DJ Delorie license to include
1909 modification rights in clause as permitted by DJ Delorie.
1910 * COPYING.LIBGLOSS: Ditto.
1911
48688b3e
JJ
19122012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1913
1914 * COPYING.NEWLIB: Remove two unused licenses.
1915
0945bbee
TG
19162012-03-05 Tristan Gingold <gingold@adacore.com>
1917
1918 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1919 * configure: Regenerate.
1920
516be0c5
JJ
19212012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1922
1923 * COPYING.NEWLIB: Add Adapteva notice.
1924 * COPYING.LIBGLOSS: Add Adapteva notice.
1925
64b986c0
EB
19262011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1927
1928 * configure: Regenerate.
1929
58cddc18
JJ
19302011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1931
1932 * COPYING.LIBGLOSS: Add GPL with exception license.
1933
b121d7d4
DD
19342011-11-09 Roland McGrath <mcgrathr@google.com>
1935
1936 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1937 * configure: Rebuild.
1938 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1939 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1940 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1941 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1942 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1943 Add READELF.
1944 * Makefile.in: Rebuild.
1945
d32e2926
RH
19462011-11-08 Richard Henderson <rth@redhat.com>
1947
1948 * configure.ac: Test for libitm directory present first.
1949
1950 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1951
1952 * configure.ac: Test libitm/configure.tgt to disable libitm.
1953 * configure: Rebuild.
1954
98dd765a
RO
19552011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1956
1957 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1958 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1959 * Makefile.in: Regenerate.
1960
99c513f6
DD
19612011-11-01 DJ Delorie <dj@redhat.com>
1962
1963 * configure.ac (rl78-*-*) New case.
1964 * configure: Regenerate.
1965
ff3ec4ee
DD
19662011-11-01 DJ Delorie <dj@redhat.com>
1967
1968 * config.sub: Update to version 2011-10-29 (added rl78)
1969
c28a9f49
NC
19702011-10-27 Nick Clifton <nickc@redhat.com>
1971
1972 * config.sub: Import these changes from the config project:
1973
a903d6ac 1974 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1975 Ben Elliston <bje@gnu.org>
1976
1977 * config.sub (epiphany): New.
1978
1979 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1980 Ben Elliston <bje@gnu.org>
1981
9eb322aa 1982 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1983
1984 2011-08-23 Roland McGrath <mcgrathr@google.com>
1985
1986 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1987 64eb to be64.
1988
1989 2011-08-16 Roland McGrath <mcgrathr@google.com>
1990
1991 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1992 (nacl): Grok as alias for 32el-unknown-nacl.
1993
860144e4
JB
19942011-08-19 Joel Brobecker <brobecker@adacore.com>
1995
1996 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1997
40ae9136
YQ
19982011-08-14 Yao Qi <yao@codesourcery.com>
1999
2000 Merge from gcc:
2001
2002 2011-08-14 Yao Qi <yao@codesourcery.com>
2003 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2004 * configure: Regenerate.
2005
ffdd6afc
ILT
20062011-07-26 Ian Lance Taylor <iant@google.com>
2007
2008 Merge from gcc:
2009
2010 2011-07-26 Ian Lance Taylor <iant@google.com>
2011 * configure.ac: Set have_compiler based on whether gcc directory
2012 exists, rather than on whether gcc is in configdirs.
2013 * configure: Rebuild.
2014
2015 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2016 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2017 link directories.
2018 * Makefile.in: Rebuild.
2019
2020 2011-07-20 Ian Lance Taylor <iant@google.com>
2021 PR bootstrap/49787
2022 * configure.ac: Move --enable-bootstrap handling earlier in file.
2023 If --enable-bootstrap and either --enable-build-with-cxx or
2024 --enable-build-poststage1-with-cxx, enable C++ automatically.
2025 * configure: Rebuild.
2026
2027 2011-07-19 Ian Lance Taylor <iant@google.com>
2028 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2029 make C++ a boot_language. Set and substitute
2030 POSTSTAGE1_CONFIGURE_FLAGS.
2031 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2032 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2033 * configure, Makefile.in: Rebuild.
2034
2035 2011-07-16 Jason Merrill <jason@redhat.com>
2036 * Makefile.def (language=c++): Add check-c++0x and
2037 check-target-libmudflap-c++.
2038 * Makefile.tpl (check-target-libmudflap-c++): New.
2039 * Makefile.in: Regenerate.
2040
2041 2011-07-16 Matthias Klose <doko@ubuntu.com>
2042 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2043 * Makefile.def (target_modules/libjava): Pass
2044 $(EXTRA_CONFIGARGS_LIBJAVA).
2045 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2046 if not configured with --enable-static-libjava.
2047 * Makefile.in: Regenerate.
2048 * configure: Likewise.
2049
2050 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2051 PR regression/47836
2052 PR bootstrap/23656
2053 PR other/47733
2054 PR bootstrap/49247
2055 PR c/48825
2056 * configure.ac (target_libraries): Remove target-libiberty.
2057 Remove case-statement setting skipdirs=target-libiberty for
2058 multiple targets. Remove checking target_configdirs and
2059 removing target-libiberty but keeping target-libgcc if
2060 otherwise empty.
2061 * Makefile.def (target_modules): Don't add libiberty.
2062 (dependencies): Remove all traces of target-libiberty.
2063 * configure, Makefile.in: Regenerate.
2064
9ccb86e7
JM
20652011-07-22 Jason Merrill <jason@redhat.com>
2066
2067 * Makefile.def (language=c++): Add check-c++0x and
2068 check-target-libmudflap-c++.
2069 * Makefile.tpl (check-target-libmudflap-c++): New.
2070 * Makefile.in: Regenerate.
2071
090bc50f
RO
20722011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2073
2074 * configure: Regenerate.
2075
cff32a7c
RO
20762011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2077
2078 PR target/39150
2079 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2080 x86_64-*-solaris2.1[0-9]*.
2081 * configure: Regenerate.
2082
eb4b2452
NC
20832011-06-13 Walter Lee <walt@tilera.com>
2084
2085 * configure.ac (tilepro-*-*) New case.
2086 (tilegx-*-*): Likewise.
2087 * configure: Regenerate.
2088
3c0013bf
NC
20892011-06-06 Nick Clifton <nickc@redhat.com>
2090
2091 * config.sub: Sync from upstream.
2092
91c1f14c
DK
20932011-05-08 Doug Kwan <dougkwan@google.com>
2094
2095 Merge from gcc:
2096
2097 2011-05-08 Doug Kwan <dougkwan@google.com>
2098
2099 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2100 * configure: Regenerated.
2101 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2102 value from configure.
2103 * Makefile.in: Regenerated.
2104
c7e4b184
JM
21052011-05-05 Joseph Myers <joseph@codesourcery.com>
2106
2107 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2108 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2109 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2110 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2111 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2112 *-*-vxworks*): Disable newlib and libgloss in separate case
2113 statement.
2114 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2115 to separate case statement.
2116 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2117 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2118 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2119 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2120 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2121 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2122 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2123 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2124 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2125 i[[3456789]]86-*-rdos*, m32r-*-*,
2126 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2127 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2128 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2129 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2130 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2131 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2132 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2133 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2134 and libgloss in main case over targets. Remove most empty cases
2135 in main case over targets.
2136 * configure: Regenerate.
2137
7152a690
JM
21382011-05-04 Joseph Myers <joseph@codesourcery.com>
2139
2140 * configure.ac: Remove code setting special library locations for
2141 hppa*64*-*-hpux11*. Remove code setting compiler for
2142 sparc-sun-solaris2*.
2143 * configure: Regenerate.
2144
ff46fb8f
JM
21452011-05-04 Joseph Myers <joseph@codesourcery.com>
2146
2147 * configure.ac: Separate libgloss_dir settings from general case
2148 over targets.
2149 * configure: Regenerate.
2150
82ae827f
JM
21512011-04-28 Joseph Myers <joseph@codesourcery.com>
2152
2153 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2154 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2155 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2156 cases in libgcj-disabling case statement.
2157 (hppa*64*-*-linux*): Set unsupported_languages instead of
2158 disabling target-zlib.
2159 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2160 to hppa*64*-*-hpux*.
2161 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2162 hppa*-*-hpux*.
2163 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2164 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2165 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2166 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2167 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2168 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2169 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2170 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2171 libgcj-disabling case statement.
2172 * configure: Regenerate.
2173
0827f9a6
JM
21742011-04-28 Joseph Myers <joseph@codesourcery.com>
2175
2176 * configure.ac: Disable Java for targets not supporting libffi.
2177 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2178 Remove cases in Java-disabling statement.
2179 (*arm-wince-pe): Change to arm-wince-pe.
2180 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2181 cases in Java-disabling statement.
2182 (bfin-*-*): Don't disable Java again.
2183 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2184 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2185 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2186 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2187 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2188 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2189 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2190 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2191 Java-disabling statement.
2192 (mmix-*-*): Don't disable Java again.
2193 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2194 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2195 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2196 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2197 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2198 statement.
2199 * configure: Regenerate.
2200
899b04ef
JM
22012011-04-28 Joseph Myers <joseph@codesourcery.com>
2202
2203 Merge from GCC:
2204
2205 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2206
2207 PR lto/48086
2208 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2209 * configure: Regenerate.
2210
9863d716
JM
22112011-04-28 Joseph Myers <joseph@codesourcery.com>
2212
2213 * configure.ac: Separate cases disabling Java and Java libraries
2214 from general case over targets.
2215 * configure: Regenerate.
2216
a90ef4bf
JM
22172011-04-06 Joseph Myers <joseph@codesourcery.com>
2218
2219 * configure.ac (build_tools): Remove build-byacc.
2220 (host_libs): Remove mmalloc.
2221 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2222 autoconf automake libtool diff rcs fileutils shellutils time
2223 textutils wdiff find uudecode hello tar gzip indent recode release
2224 sed perl gawk findutils gettext zip.
2225 (libgcj): Remove target-qthreads.
2226 (target_tools): Remove target-examples target-gperf.
2227 (YACC): Don't handle building byacc.
2228 * configure: Regenerate.
2229 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2230 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2231 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2232 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2233 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2234 handle building components.
2235 * Makefile.in: Regenerate.
2236
05a02268
RW
22372011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2238
2239 * config.sub: Sync from upstream.
2240
c5f5c3c2
JM
22412011-04-01 Joseph Myers <joseph@codesourcery.com>
2242
2243 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2244 (microblaze*): Don't disable libssp.
2245 * configure: Regenerate.
2246
f6c1938b
JM
22472011-04-01 Joseph Myers <joseph@codesourcery.com>
2248
2249 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2250 moveifchange.
2251 * configure: Regenerate.
2252 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2253 * Makefile.in: Regenerate.
2254
1f111696
JM
22552011-04-01 Joseph Myers <joseph@codesourcery.com>
2256
2257 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2258 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2259 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2260 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2261 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2262 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2263 md_exec_prefix cases.
2264 * configure: Regenerate.
2265
065a5627
JM
22662011-04-01 Joseph Myers <joseph@codesourcery.com>
2267
2268 * configure.ac: Separate cases disabling target-libssp,
2269 target-libiberty, target-libstdc++-v3 and Fortran from general
2270 case over targets.
2271 * configure: Regenerate.
2272
b2f14e4a
JM
22732011-04-01 Joseph Myers <joseph@codesourcery.com>
2274
2275 * configure.ac (*-*-chorusos): Don't disable libgcj.
2276 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2277 Remove case.
2278 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2279 (arm-*-coff): Don't disable libgcj.
2280 (arm*-*-linux-gnueabi): Remove useless assignment.
2281 (arm-*-riscix*): Don't disable libgcj.
2282 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2283 configuration.
2284 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2285 (c54x*-*-*): Remove case.
2286 (tic54x-*-*): Don't disable GCC or GCC libraries.
2287 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2288 to *.
2289 (d10v-*-*): Don't disable GCC libraries.
2290 (d30v-*-*): Don't disable libgcj.
2291 (h8500-*-*): Don't disable GCC libraries.
2292 (i960-*-*): Don't disable libgcj.
2293 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2294 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2295 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2296 libgcj.
2297 (m68k-*-coff*): Remove case.
2298 (mmix-*-*): Don't disable libgloss on host.
2299 (mn10200-*-*, mn10300-*-*): Remove cases.
2300 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2301 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2302 Don't disable libgcj.
2303 (romp-*-*): Remove case.
2304 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2305 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2306 case.
2307 (v810-*-*): Don't disable GCC libraries.
2308 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2309 (ip2k-*-*): Don't disable GCC libraries.
2310 * configure: Regenerate.
2311
6a608608
JM
23122011-03-28 Joseph Myers <joseph@codesourcery.com>
2313
2314 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2315 libffi on host.
2316 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2317 on host.
2318 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2319 * configure: Regenerate.
2320
5b806d27
NC
23212011-03-26 John Marino <binutils@marino.st>
2322
2323 * configure.ac: Add support for *-*-dragonfly*
2324 * configure: Regenerate.
2325
0377a422
JM
23262011-03-25 Joseph Myers <joseph@codesourcery.com>
2327
2328 * configure.ac (native_only): Remove.
2329 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2330 send-pr uudecode guile gnuserv on host.
2331 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2332 send-pr rcs guile perl texinfo libtool on host.
2333 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2334 automake send-pr rcs guile perl texinfo libtool on host.
2335 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2336 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2337 (alpha*-dec-osf*): Don't disable fileutils on target.
2338 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2339 texinfo send-pr expect dejagnu on target.
2340 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2341 target-qthreads on target.
2342 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2343 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2344 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2345 x86_64-*-mingw*): Don't disable expect on target.
2346 (*-*-cygwin*): Don't disable target-gperf on target.
2347 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2348 gnuserv on target.
2349 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2350 target.
2351 * configure: Regenerate.
2352
2354b38b
JM
23532011-03-25 Joseph Myers <joseph@codesourcery.com>
2354
2355 * configure.ac (target_tools): Remove target-groff.
2356 (native_only): Remove target-groff.
2357 (hppa*64*-*-*): Don't disable byacc.
2358 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2359 setting.
2360 (*-*-kaos*): Don't skip target-librx and target-groff.
2361 (*-*-netware*): Don't skip target-libmudflap.
2362 (*-*-tpf*): Don't skip target-libmudflap.
2363 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2364 directories on the host.
2365 (ia64*-*-*vms*): Don't skip tix.
2366 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2367 host.
2368 * configure: Regenerate.
2369
28d9b232
PB
23702011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2371
2372 * configure.ac: Remove references to mt-mep, mt-netware,
2373 mt-wince.
2374 * Makefile.def: Add all-utils soft dependencies.
2375 * Makefile.tpl: Remove GDB_NLM_DEPS.
2376 * configure: Regenerate.
2377 * Makefile.in: Regenerate.
2378
dbbe5f95
PB
23792011-03-24 Paolo Bonzini <bonzini@gnu.org>
2380
2381 Sync from GCC:
2382
2383 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2384
2385 * configure.ac: Do not include mh-x86omitfp.
2386 * configure: Regenerate.
2387
2388 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2389
2390 * configure.ac: Remove empty cases.
2391 * configure: Regenerate.
2392
2393 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2394
2395 * Makefile.def: Add dependency from termcap to gdb.
2396 * Makefile.in: Regenerate.
2397
2398 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2399
2400 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2401 * configure: Regenerate.
2402 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2403 * Makefile.tpl: Likewise.
2404 * Makefile.in: Regenerate.
2405
2406 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2407
2408 * configure.ac: Remove all mentions of tentative_cc.
2409 * configure: Regenerate.
2410
2411 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2412
2413 PR lto/48086
2414 * configure.ac: Re-enable LTO on *-apple-darwin9.
2415 * configure: Regenerate.
2416
3516a403
JM
24172011-03-24 Joseph Myers <joseph@codesourcery.com>
2418
2419 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2420 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2421 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2422 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2423 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2424 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2425 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2426 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2427 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2428 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2429 *-*-rhapsody*): Remove host cases.
2430 * configure: Regenerate.
2431
93cc359e
JM
24322011-03-24 Joseph Myers <joseph@codesourcery.com>
2433
2434 * configure.ac (ppc*-*-pe): Remove host case.
2435 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2436 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2437 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2438 cases.
2439 * configure: Regenerate.
2440
29b2c556
JM
24412011-03-24 Joseph Myers <joseph@codesourcery.com>
2442
2443 * config.sub: Update to version 2011-03-23.
2444
f0ff0f90
JM
24452011-03-22 Joseph Myers <joseph@codesourcery.com>
2446
2447 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2448 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2449 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2450 * configure: Regenerate.
2451
782cb41f
JM
24522011-03-22 Joseph Myers <joseph@codesourcery.com>
2453
2454 * config-ml.in: Don't handle arc-*-elf*.
2455 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2456 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2457 handle GCC libraries.
2458 * configure: Regenerate.
2459
0e8ad34f
RO
24602011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2461
2462 PR bootstrap/48120:
2463 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2464 Add -lstdc++ -lm to LIBS.
2465 * configure: Regenerate.
2466
5548b4ce
DE
24672011-03-18 David Edelsohn <dje.gcc@gmail.com>
2468
2469 * config.guess: Update to version 2011-02-02
2470 * config.sub: Update to version 2011-02-24
2e702c99 2471
86ed8cf6
SP
24722011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2473
9eb322aa
MF
2474 * configure.ac: Adjust test of with_ppl.
2475 * configure: Regenerated.
86ed8cf6 2476
b123da99
SP
24772011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2478
2479 * configure.ac: Add -lpwl to ppllibs.
2480 * config/cloog.m4: Add -lisl to clooglibs.
2481 * configure: Regenerated.
2482
822ce8ee
RW
24832011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2484
2485 Import from Libtool and gnulib:
2486
2487 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2488
2489 Prepare for supporting FreeBSD 10.
2490 * config.rpath: Remove handling of freebsd1* which soon would
2491 match FreeBSD 10.0.
2492
2493 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2494
2495 Remove support for FreeBSD 1.x.
2496 * libtool.m4 (_LT_LINKER_SHLIBS)
2497 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2498 soon would incorrectly match FreeBSD 10.0.
2499
dcb5e506
RW
25002011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2501
2502 PR binutils/12283
2503 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2504 (move-if-change): Comes from gnulib.
2505 * move-if-change: Import version from gnulib.
2506
8d8eef9a
RW
25072011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508
2509 Sync from GCC:
2510
2511 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2512
2513 PR lto/47225
2514 * Makefile.def (lto-plugin): Double dash for enable-shared.
2515 (configure-gcc): Depend on all-lto-plugin.
2516 * Makefile.in: Rebuilt.
2517
2518 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2519
2520 * configure.ac: Remove extra bracket.
2521 * configure: Regenerate.
2522
2523 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2524
2525 PR lto/47225
2526 * Makefile.def: Add dependency for install-gcc
2527 on install-lto-plugin.
2528 * Makfile.in: Regenerated
2529
2530 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2531
2532 * configure.ac: If with_ppl is no, move setting with_cloog=no
2533 after CLOOG_REQUESTED check.
2534 * configure: Regenerated.
2535
2536 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2537
2538 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2539 CLooG has been requested.
2540 * configure: Regenerated.
2541
2542 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2543
2544 * configure: Regenerated.
2545 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2546
2547 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2548
2549 * configure: Regenerated.
2550 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2551
2552 2011-01-07 Jan Hubicka <jh@suse.cz>
2553
2554 PR lto/47225
2555 * Makefile.in: Regenerate.
2556 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2557 configure.
2558
65b4571a
AO
25592011-01-31 Alexandre Oliva <aoliva@redhat.com>
2560
2561 PR libgcj/44341
2562 * configure.ac: Discard --with-* flags for host when configuring
2563 target libraries for cross build.
2564 * configure: Rebuilt.
2565
7837304f
AS
25662011-01-21 Andreas Schwab <schwab@redhat.com>
2567
2568 Sync from GCC:
2569
2570 2011-01-21 Andreas Schwab <schwab@redhat.com>
2571
2572 * configure.ac: Use AS_HELP_STRING throughout.
2573 * configure: Regenerate.
2574
2575 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2576
2577 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2578 * configure: Regenerate.
2579
115ef890
RW
25802010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2581
2582 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2583
92c9a463
JB
25842011-01-13 Joel Brobecker <brobecker@adacore.com>
2585
2586 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2587 for ia64-hpux.
2588 * configure: Regenerate.
2589
887ebfb4
RW
25902011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2591
2592 Sync from GCC:
2593 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2594
2595 * configure.ac: (picochip): Disable libiberty.
2596 * configure: Regenerate.
2597
04d2c2b2
JJ
25982010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2599
2600 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2601
33d23ee8
ILT
26022010-12-10 Ian Lance Taylor <iant@google.com>
2603
2604 PR bootstrap/46819
2605 * configure.ac: For --disable-libgcj clear libgcj_saved.
2606 * configure: Rebuild.
2607
89a1e9c3
PB
26082010-12-10 Tobias Burnus <burnus@net-b.de>
2609
2610 PR fortran/46540
2611 * configure.ac: Add --disable-libquadmath and
2612 --disable-libquadmath-support.
2613 * configure: Regenerate.
2614
ac7bcd26
TG
26152010-12-10 Tristan Gingold <gingold@adacore.com>
2616
2617 * src-release (ETC_SUPPORT): add gnu-oids.texi
2618
d357cef7
HPN
26192010-12-03 Hans-Peter Nilsson <hp@axis.com>
2620
2621 PR libffi/46792
2622 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2623 * configure: Regenerate.
2624
4f11b223
ILT
26252010-12-02 Ian Lance Taylor <iant@google.com>
2626
2627 * configure.ac: Always set default for poststage1_ldflags to
2628 -static-libstdc++ -static-libgcc.
2629
989abc33
JJ
26302010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2631
2632 * COPYING.NEWLIB: Add National Semiconductor notice.
2633
950386c6
AS
26342010-11-29 Andreas Schwab <schwab@redhat.com>
2635
2636 * configure.ac: Move comment to remove extra space in last argument
2637 of GCC_TARGET_TOOL.
2638
87cda2cf
AO
26392010-11-26 Alexandre Oliva <aoliva@redhat.com>
2640
7d509c83 2641 PR other/46026
87cda2cf
AO
2642 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2643 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2644 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2645 (BASE_FLAGS_TO_PASS): Use it.
2646 * configure: Rebuilt.
2647 * Makefile.in: Rebuilt.
2648
d3b50760
L
26492010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2650
2651 PR binutils/12258
2652 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2653 Properly check default linker.
2654 * configure: Regnerated.
2655
c7791212
NC
26562010-11-23 Matthias Klose <doko@ubuntu.com>
2657
2658 * configure.ac: For --enable-gold, handle value `default' instead of
2659 `both*'. New configure option --{en,dis}able-ld.
2660 * configure: Regenerate.
2661
9e1a94f4
ILT
26622010-11-20 Ian Lance Taylor <iant@google.com>
2663
2664 * configure.ac: Only disable a language library if no language needs
2665 it. Don't let --disable-libgcj uncondtionally disable libffi.
2666 * configure: Rebuild.
2667
ceca0218
PB
26682010-11-20 Paolo Bonzini <bonzini@gnu.org>
2669
2670 * configure: Regenerate.
2671
9b980aa1
RW
26722010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2673
2674 PR other/46202
2675 * configure.ac: Fix just-built in-tree STRIP name to be
2676 binutils/strip-new.
2677 * configure: Regenerate.
2678 * Makefile.def (install-strip-gcc, install-strip-binutils)
2679 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2680 (install-strip-sid): Mirror dependencies on non-strip variants
2681 of these targets on the respective -strip prerequisites.
2682 * Makefile.tpl (install-strip, install-strip-host)
2683 (install-strip-target): New targets.
2684 (install-strip-[+module+], install-strip-target-[+module+]):
2685 New targets.
2686 * Makefile.in: Regenerate.
2687
e552509b
ILT
26882010-11-19 Ian Lance Taylor <iant@google.com>
2689 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2690
2691 * configure.ac: Add target-libgo to target_libraries. Set
2692 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2693 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2694 (HOST_EXPORTS): Add GOC.
2695 (BASE_TARGET_EXPORTS): Add GOC.
2696 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2697 (GOCFLAGS_FOR_TARGET): New variable.
2698 (EXTRA_HOST_FLAGS): Add GOC.
2699 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2700 * Makefile.def (target_modules): Add libgo.
2701 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2702 (dependencies): Add dependency from configure-target-libgo to
2703 configure-target-libffi and all-target-libstdc++-v3. Add
2704 dependencies from all-target-libgo to all-target-libffi.
2705 (languages): Add go.
2706 * configure: Rebuild.
2707 * Makefile.in: Rebuild.
2708
27092010-11-19 Ian Lance Taylor <iant@google.com>
2710
2711 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2712 compiler/flag environment variables.
2713
27142010-11-18 Ian Lance Taylor <iant@google.com>
2715
2716 * configure.ac: Check for lang_requires_boot_languages in
2717 config-lang.in files.
2718 * configure: Rebuild.
2719
8c21d9c7
MF
27202010-11-17 Mike Frysinger <vapier@gentoo.org>
2721
2722 * .gitignore: New file.
2723
e552509b
ILT
27242010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2725 Tobias Burnus <burnus@net-b.de>
2726
2727 PR fortran/32049
2728 * Makefile.def: Add libquadmath; build it with language=fortran.
2729 * configure.ac: Add libquadmath.
2730 * Makefile.tpl: Handle multiple libs in check-[+language+].
2731 * Makefile.in: Regenerate.
2732 * configure: Regenerate.
2733
27342010-11-15 Andreas Schwab <schwab@redhat.com>
2735
2736 * configure.ac: Fix spelling in option names.
2737 * configure: Regenerated.
2738
27392010-11-13 Georg-Johann Lay <georgjohann@web.de>
2740
2741 PR bootstrap/39622
2742 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2743 * configure: Regenerated.
2744
27452010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2746
2747 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2748 define the cloog backend to use. Furthermore, only pass the ppllibs to
2749 the configure checks, if necessary.
2750 * configure: Regenerate.
2751
27522010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2753
2754 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2755 * configure: regenerate
2756
27572010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2758
2759 * config/cloog.m4: Fix typo. verison -> version.
2760 * configure: Regenerate.
2761
27622010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2763
2764 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2765 * configure: Regenerate.
2766
27672010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2768
2769 * configure.ac: Support official CLooG.org versions.
2770 * configure: Regenerate.
2771 * config/cloog.m4: New.
2772
aa291e2d
ME
27732010-11-05 Michael Eager <eager@eagercon.com>
2774
2775 * COPYING.LIBGLOSS: Correct typo in microblaze.
2776 * COPYING.NEWLIB: Same.
2777
e552509b
ILT
27782010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2779
2780 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2781 * configure: Regenerate.
2782
74cea91b
DK
27832010-11-03 Ian Lance Taylor <iant@google.com>
2784 Dave Korn <dave.korn.cygwin@gmail.com>
2785
2786 PR lto/46273
2787 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2788 and on other supported platforms whenever LTO is enabled.
2789 * configure: Rebuild.
2790
6d0cd39e
AM
27912010-11-02 Alan Modra <amodra@gmail.com>
2792
2793 PR binutils/12110
2794 * configure.ac: Error when source path contains spaces.
2795 * configure: Regenerate.
2796
18a8530e
ILT
27972010-10-20 Ian Lance Taylor <iant@google.com>
2798
2799 * Makefile.def (target_modules): Set lib_path to src/.libs for
2800 libstdc++-v3 module.
2801 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2802 * Makefile.in: Rebuild.
2803
6ed3211e
JJ
28042010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2805 Joseph Myers <joseph@codesourcery.com>
2806
2807 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2808 notices.
2809 * COPYING.NEWLIB: Add Texas Instruments notice.
2810
a8eb3f0a
DK
28112010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2812
2813 * configure.ac (build_lto_plugin): New shell variable.
2814 (--enable-lto): Turn on by default for all non-ELF platforms that
2815 have had LTO support added so far. Set build_lto_plugin appropriately
2816 for both ELF and non-ELF.
2817 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2818 * configure: Regenerate.
2819
4074d5f2
RW
28202010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2821
2822 PR bootstrap/45326
2823 PR bootstrap/45174
2824 * configure.ac: Honor initial values of $build_configargs,
2825 $host_configargs, $target_configargs. Mark the precious, so
2826 environment settings get recorded.
2827 * configure: Regenerate.
2828
29821356
RW
28292010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2830
2831 Sync from GCC:
2832
2833 2010-09-30 Michael Eager <eager@eagercon.com>
2834
2835 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2836 * configure: Regenerate.
2837
2838 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2839
2840 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2841 targets and amend comment.
2842 * configure: Regenerate.
2843
2844 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2845
2846 * configure.ac: Enable LTO by default on Darwin.
2847 * configure: Regenerate.
2848
2849 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2850
2851 PR bootstrap/44455
2852 * configure.ac (extra_mpfr_configure_flags): Copy from
2853 extra_mpc_gmp_configure_flags.
2854 * configure: Re-generated.
2855
57eefe4d
RW
28562010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2857
2858 Sync from GCC:
2859
2860 PR bootstrap/45796
2861 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2862 Depend on all-build-libiberty.
2863 * Makefile.in: Regenerate.
2864
28652010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2866
2867 Sync from GCC:
2868
2869 PR bootstrap/44621
2870 * configure.ac: Fix unportable shell quoting.
2871 * configure: Regenerate.
2872
48bb73dd
RW
28732010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2874
2875 * configure.ac: Support all v850 targets.
2876 * configure: Regenerate.
2877
1d14850f
PB
28782010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2879
2880 PR target/44862
2881 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2882 Provide -B option to allow for link spec %s substitutions for
2883 libstdc++.a on darwin.
2884 * Makefile.in: Regenerate.
2885
7530c480
AO
28862010-06-10 Alexandre Oliva <aoliva@redhat.com>
2887
2888 * Makefile.def (configure-gcc): Depend on all-libelf.
2889 * Makefile.in: Rebuild.
2890
285d560d
RW
28912010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2892
2893 * config.sub, config.guess: Update from upstream sources.
2894
a009f2e7
RW
28952010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2896
2897 Sync from GCC:
2898
2899 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2900 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2901 * configure: Regenerated.
2902
2903 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2904 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2905 * configure: Regenerate.
2906
2907 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2908 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2909 * configure: Regenerate.
2910
2911 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2912 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2913 separately.
2914 * configure: Regenerate.
2915
2916 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2917 * configure: Regenerate after change to elf.m4.
2918
2919 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2920 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2921 * configure: Regenerated.
2922
2923 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2924 * configure.ac: Print "buggy but acceptable" when CLooG
2925 revision is less than 9.
2926 * configure: Regenerated.
2927
e49e5c92
DK
29282010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2929
2930 Merge from gcc:
2931
2932 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2933 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2934 * configure: Regenerate.
2935
2936 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2937 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2938 a platform that supports LTO.
2939 * configure: Regenerate.
2940
2941 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2942 PR lto/42776
2943 * configure.ac (--enable-lto): Refactor handling so libelf tests
2944 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2945 and allow LTO to be explicitly enabled on non-ELF platforms that
2946 are known to support it inside else-clause.
2947 * configure: Regenerate.
2948
e6de499b
NC
29492010-04-27 Roland McGrath <roland@redhat.com>
2950 H.J. Lu <hongjiu.lu@intel.com>
2951
2952 * configure.ac (--enable-gold): Support both, both/gold and
2953 both/bfd to add gold to configdirs without removing ld.
2954 * configure: Regenerated.
2955
2956 * Makefile.def: Add install-gold dependency to install-ld.
2957 * Makefile.in: Regenerated.
2958
d594eacc
TG
29592010-04-14 Tristan Gingold <gingold@adacore.com>
2960
2961 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2962 * configure: Regenerate.
2963
938d2b74
RW
29642010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2965
2966 Merge from gcc:
2967 PR bootstrap/43615
2968 PR bootstrap/43328
2969 Revert:
2970 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2971 * configure.ac: Do not pass --enable-multilib nor
2972 --disable-multilib in baseargs. Accept explicitly passed
2973 --enable_multilib.
2974 * configure: Regenerate.
2975
a9ef41a7
RW
29762010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2977
2978 PR bootstrap/43328
2979 * configure.ac: Do not pass --enable-multilib nor
2980 --disable-multilib in baseargs. Accept explicitly passed
2981 --enable_multilib.
2982 * configure: Regenerate.
2983
619a3713
JM
29842010-03-23 Joseph Myers <joseph@codesourcery.com>
2985
2986 * configure.ac (tic6x-*-*): New case.
2987 * configure: Regenerate.
2988
92f4e989
JM
29892010-03-23 Joseph Myers <joseph@codesourcery.com>
2990
2991 Merge from gcc:
2992 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2993 PR ada/42554
2994 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2995 * configure: Regenerate.
2996
c35a0556
JM
29972010-03-23 Joseph Myers <joseph@codesourcery.com>
2998
2999 * config.sub: Update to version 2010-03-22.
3000 * config.guess: Update to version 2009-12-30.
3001
18fa8f9c
JM
30022010-03-14 Joseph Myers <joseph@codesourcery.com>
3003
3004 Merge from gcc:
3005 2010-01-11 Richard Guenther <rguenther@suse.de>
3006 PR lto/41569
3007 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3008 * Makefile.in: Regenerated.
3009
ba98da75
RO
30102010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3011
3012 PR libstdc++/32499
3013 * configure.ac (RANLIB): Default to true.
3014 (STRIP): Likewise.
3015 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3016 * configure: Regenerate.
3017
3994761f
NC
30182010-02-17 Nick Clifton <nickc@redhat.com>
3019
3020 PR 11238
3021 * Makefile.tpl (local-distclean): Also remove config.cache files in
3022 sub-directories as there may not be Makefiles present in the
3023 sub-directories.
792cdb50
NC
3024 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3025 the config.cache files found by the find command.
3026
3994761f
NC
3027 * Makefile.in: Regenerate.
3028 * configure.ac: Revert previous delta.
3029 * configure: Regenerate.
3030
01a82011
NC
30312010-02-15 Nick Clifton <nickc@redhat.com>
3032
3033 PR 11238
3034 * configure.ac: Delete config.cache files in sub-directories when
3035 deleting Makefiles.
3036 * configure: Regenerate.
3037
143754cd
NC
30382010-02-15 Nick Clifton <nickc@redhat.com>
3039
3040 * configure.ac: Sync from gcc.
3041 * configure: Regenerate.
3042
a6b5846e
KG
30432010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3044
3045 Sync from gcc:
3046 * configure.ac: Add "recommended" version checks for GMP/MPC.
3047 Update recommended GMP/MPFR/MPC versions.
3048 * configure: Regenerate.
3049
2aa2364a
JR
30502010-01-25 Joern Rennecke <amylaar@spamcop.net>
3051
3052 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3053 * configure.ac (bootstrap_target_libs): Make inclusion of
3054 target-libgomp conditional on libgomb being in target_configdirs.
3055 * configure: Regenerate.
3056
d35e937f
JR
30572010-01-23 Joern Rennecke <amylaar@spamcop.net>
3058
3059 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3060 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3061 * configure: Regenerate.
3062
911e63d0
JR
30632010-01-22 Joern Rennecke <amylaar@spamcop.net>
3064
3065 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3066 * configure.ac (target_configdirs): Substitute.
3067 * Makefile.def: Bootstrap target module libgomp.
3068 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3069 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3070 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3071 * configure, Makefile.in: Regenerate.
3072
3725885a
RW
30732009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3074
3075 * libtool.m4: Sync from git Libtool.
3076 * ltmain.sh: Likewise.
3077 * ltoptions.m4: Likewise.
3078 * ltversion.m4: Likewise.
3079 * lt~obsolete.m4: Likewise.
3080
d5f2ee2e 30812010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3082 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3083
3084 PR bootstrap/42424
3085 * configure.ac: Include libtool m4 files.
9eb322aa 3086 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3087 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3088 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3089
d5f2ee2e
KG
3090 * configure: Regenerate.
3091
f2b2dd91
RW
30922010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3093
3094 PR bootstrap/41818
3095 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3096 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3097 * Makefile.in: Regenerate.
3098
06ca7962
BE
30992009-12-18 Ben Elliston <bje@au.ibm.com>
3100
3101 * config.sub, config.guess: Update from upstream sources.
3102
30a16d7b
JJ
31032009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3104
3105 * COPYING.NEWLIB: Update copyright date.
3106 * COPYING.LIBGLOSS: Ditto.
3107
d9b76ff9
KG
31082009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3109
3110 PR middle-end/30447
3111 PR middle-end/30789
3112 PR other/40302
3113
3114 * configure.ac: Require MPC.
3115 * configure: Regenerate.
3116
3117 * configure.ac: Update minimum MPC version to 0.8.
3118 * configure: Regenerate.
3119
e12dec02
PB
31202009-11-20 Paolo Bonzini <bonzini@gnu.org>
3121
3122 * config.guess: Sync with upstream and gcc.
3123 * config.sub: Sync with upstream and gcc.
3124
606a9ca0
AO
31252009-11-16 Alexandre Oliva <aoliva@redhat.com>
3126
3127 * Makefile.def: Restore host and target settings for gmp.
3128 * Makefile.in: Rebuild.
3129
1f53ca9a
AO
31302009-11-16 Alexandre Oliva <aoliva@redhat.com>
3131
3132 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3133 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3134 Fix portability of test of C++ as bootstrap language. Add
3135 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3136 * configure: Rebuild.
3137 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3138 and cloog. Fix in-tree ppl configuration. Introduce libelf
3139 in-tree building.
3140 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3141 (POSTSTAGE1_HOST_EXPORTS): Use it.
3142 (STAGE[+id+]_CXXFLAGS): New.
3143 (BASE_FLAGS_TO_PASS): Pass it down.
3144 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3145 extra_exports.
3146 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3147 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3148 extra_exports.
3149 * Makefile.in: Rebuild.
3150
31512009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3152
3153 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3154 paths for *-w64-mingw* and x86_64-*mingw*.
3155 * configure: Regenerated.
3156
31572009-10-30 Kai Tietz <kai.tietz@onevision.com>
3158
3159 * configure.ac: Disable target-winsup & co for
3160 x86_64-*-mingw* and *-w64-mingw* targets.
3161 * configure: Regenerated.
3162
31632009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3164
3165 * configure.ac (CLooG test): Use = with test.
3166 * configure: Regenerate.
3167
31682009-10-22 Richard Guenther <rguenther@suse.de>
3169
3170 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3171 cloog if the ppl version check failed. Move flags saving
3172 before setting in libelf check.
3173 * configure: Regenerate.
3174
31752009-10-21 Richard Guenther <rguenther@suse.de>
3176
3177 * configure.ac: Adjust the ppl and cloog configure to work as
3178 documented. Disable cloog if ppl was disabled. Omit the version
3179 checks if they were disabled.
3180 * configure: Re-generate.
3181
6811fb56
RW
31822009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3183
3184 * configure.ac: Add 'lto' to enable_languages, not
3185 new_enable_languages, and only if not already present.
3186 * configure: Regenerate.
3187
700d40ca
ILT
31882009-10-06 Ian Lance Taylor <iant@google.com>
3189
3190 * Makefile.def: check-gold depends upon all-gas.
3191 * Makefile.in: Rebuild.
3192
31932009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3194
3195 * Makefile.def: all-lto-plugin depends on all-libiberty.
3196 set bootstrap=true for lto-plugin.
3197 Add lto-plugin.
3198 * Makefile.in: Regenerate.
3199 * configure.ac (host_libs): Add lto-plugin.
3200 * configure: Regenerate.
3201
32022009-10-03 Diego Novillo <dnovillo@google.com>
3203
3204 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3205 (HOST_LIBELFLIBS): Define.
3206 (HOST_LIBELFINC): Define.
3207 * Makefile.in: Regenerate.
3208 * configure.ac: Add --enable-lto.
3209 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3210 If --enable-lto is used, add 'lto' to new_enable_languages.
3211 If --enable-lto is used and gold is enabled, add
3212 lto-plugin to configdirs.
3213 * configure: Regenerate.
3214
32152009-10-03 Simon Baldwin <simonb@google.com>
3216
3217 * configure.ac: If --with-system-zlib, suppress local zlib and
3218 pass --with-system-zlib to subdir configure scripts.
3219 * configure: Regenerate.
3220
32212009-10-01 Loren J. Rittle <ljrittle@acm.org>
3222 Paolo Bonzini <bonzini@gnu.org>
3223
3224 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3225 $(srcdir).
3226 * Makefile.in: Rebuilt.
3227
c8cb1b3e
PB
32282009-09-29 Paolo Bonzini <bonzini@gnu.org>
3229
3230 Sync from gcc:
3231 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3232
3233 * configure.ac: Update minimum MPC version to 0.7.
3234 * configure: Regenerate.
3235
30167e0a
NC
32362009-09-25 Nick Clifton <nickc@redhat.com>
3237
3238 * configure.ac: Pass any --cache-file=/dev/null option on to
3239 subconfigures.
3240 * configure: Regenerate.
3241
707a0b5c
NC
32422009-09-23 Nick Clifton <nickc@redhat.com>
3243
3244 * config.sub, config.guess: Update from upstream sources.
3245
700d40ca
ILT
32462009-09-22 Loren J. Rittle <ljrittle@acm.org>
3247
3248 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3249 * Makefile.in: Rebuilt.
3250
2fd0b40b
RW
32512009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3252
3253 PR bootstrap/32272
3254 * configure.ac: Error out if $srcdir isn't '.' but contains
3255 host-${host_noncanonical}.
3256 * configure: Regenerate.
3257
4385ad3c
RW
32582009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3259
16b1ad29
RW
3260 * configure.ac: If bootstrapping a combined tree with
3261 --enable-gold, require c++ in stage1_languages.
3262 * configure: Regenerate.
3263
f8dc745f
RW
3264 * configure.ac: Also add target_libs of stage1_languages to
3265 bootstrap_target_libs.
3266 * configure: Regenerate.
3267
4385ad3c
RW
3268 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3269 with --enable-languages not containing c++.
3270 * configure: Regenerate.
3271
df51e4e1
JZ
32722009-09-16 Jie Zhang <jie.zhang@analog.com>
3273
3274 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3275 * configure: Regenerate.
3276
06a51eac
RW
32772009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3278
3279 * configure.ac: Do not use $extrasub for replacing @if/@endif
3280 parts in Makefile; instead, use additional arguments to
3281 AC_CONFIG_COMMANDS to do the replacement manually, with several
3282 sed invocations, to avoid HP-UX sed command limits.
3283 * configure: Regenerate.
3284
96655cc4
AO
32852009-09-04 Alexandre Oliva <aoliva@redhat.com>
3286
3287 * configure.ac (with-build-config): Document. Handle without.
3288 Handle missing argument.
3289 * configure: Rebuilt.
3290
32912009-09-03 Alexandre Oliva <aoliva@redhat.com>
3292
3293 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3294 Default to bootstrap-debug only if compare-debug works.
3295 * configure: Rebuilt.
3296 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3297 * Makefile.in: Rebuilt.
3298
32992009-09-01 Alexandre Oliva <aoliva@redhat.com>
3300
3301 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3302 * Makefile.in: Rebuilt.
3303
8e957354
PB
33042009-09-02 Paolo Bonzini <bonzini@gnu.org>
3305
3306 * Makefile.tpl (AWK): Fix typo.
3307 * Makefile.in: Regenerate.
3308
33092009-09-02 Paolo Bonzini <bonzini@gnu.org>
3310
3311 * configure.ac: Detect awk and sed.
3312 * Makefile.def (flags_to_pass): Add AWK and SED.
3313 * Makefile.tpl (AWK, SED): New.
3314 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3315 * configure: Regenerate.
3316 * Makefile.in: Regenerate.
3317
fb792462
TG
33182009-09-01 Tristan Gingold <gingold@adacore.com>
3319
3320 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3321 Remove logical names.
3322
a69e7d0a
DK
33232009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3324
3325 * ltmain.sh (func_normal_abspath): New function.
3326 (func_relative_path): Likewise.
3327 (func_mode_help): Document new -bindir option for link mode.
3328 (func_mode_link): Add new -bindir option, and use it to place
3329 output DLL if specified.
3330
d444d2ba
RW
33312009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3332
3333 * configure.ac (AC_PREREQ): Bump to 2.64.
3334
13b7343a
RW
33352009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3336
af542c2e
RW
3337 * README-maintainer-mode: Point directly to upstream locations
3338 for autoconf, automake, libtool, gettext, instead of copies on
3339 sources.redhat.com. Document required versions.
3340 * configure.ac: Do not substitute datarootdir, htmldir,
3341 pdfdir, docdir. Do not process --with-datarootdir,
3342 --with-htmldir, --with-pdfdir, --with-docdir.
3343 * configure: Regenerate.
3344
81ecdfbb
RW
3345 * configure: Regenerate.
3346
13b7343a
RW
3347 * compile: Sync from Automake 1.11.
3348 * depcomp: Likewise.
3349 * install-sh: Likewise.
3350 * missing: Likewise.
3351 * mkinstalldirs: Likewise.
3352 * ylwrap: Likewise.
3353
c1102ce7
RW
33542009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3355
34a0f3cf
RW
3356 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3357 (baseargs): Add --disable-option-checking.
3358 * configure: Regenerate.
3359
c1102ce7
RW
3360 * Makefile.def (configure-target-libiberty): Depend on
3361 all-binutils and all-ld.
3362 (configure-target-newlib): Likewise.
3363 * Makefile.in: Regenerate.
3364
e8a5fa9c
RW
33652009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3366
3367 Sync with GCC, merge:
3368
3369 2009-07-31 Christian Bruel <christian.bruel@st.com>
3370
3371 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3372 * configure: Regenerate.
3373
3374 2009-07-06 Ian Lance Taylor <iant@google.com>
3375
3376 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3377 * configure: Rebuild.
3378
3379 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3380
3381 PR bootstrap/40338
3382 * configure.ac (comparestring): Create new variable.
3383 * Makefile.tpl (comparestring): Use to skip some comparisions.
3384 * configure: Regenerate.
3385 * Makefile.in: Regenerate.
3386
3387 2009-06-23 Ian Lance Taylor <iant@google.com>
3388
3389 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3390 boot_languages. Only bootstrap target libraries listed in
3391 target_libs for some boot language. Add --with-stage1-ldflags,
3392 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3393 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3394 if not building with C++.
3395 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3396 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3397 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3398 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3399 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3400 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3401 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3402 * configure, Makefile.in: Rebuild.
3403
3404 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3405
3406 * configure.ac: Detect MPC in default directory.
3407 * configure: Regenerate.
3408
3409 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3410
3411 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3412 to noconfdirs.
3413 * configure: Regenerate.
3414
3415 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3416
3417 * Makefile.def: Add MPC support and dependencies.
3418 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3419
3420 * Makefile.in, configure: Regenerate.
3421
3422 2009-05-24 Nicolas Roche <roche@adacore.com>
3423
3424 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3425 * Makefile.in: Regenerate.
3426
3427 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3428
3429 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3430 * configure: Regenerate.
3431
3432 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3433
3434 * configure.ac ($with_ppl): Default to no if not supplied.
3435 ($with_cloog): Likewise.
3436 configure: Regenerate.
3437
3438 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3439
3440 PR bootstrap/39739
3441 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3442 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3443
3444 * configure, Makefile.in: Regenerate.
3445
3446 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3447
3448 * configure.ac: Change copyright header to refer to version
3449 3 of the GNU General Public License and to point readers at the
3450 COPYING3 file and the FSF's license web page.
3451 * Makefile.def: Likewise.
3452 * Makefile.tpl: Likewise.
3453 * Makefile.in: Regenerate.
3454
3455 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3456
3457 * configure.ac: Restore match for darwin9 or later. Use double
3458 brackets since regeneration eats one pair.
3459 * configure: Regenerate.
3460
bf110216
CF
34612009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3462
3463 * MAINTAINERS: Perform some obvious fixups.
3464
2262bbf4
BE
34652009-08-17 Ben Elliston <bje@au.ibm.com>
3466
3467 * config.sub, config.guess: Update from upstream sources.
3468
25a07265
NC
34692009-08-06 Michael Eager <eager@eagercon.com>
3470
3471 * configure.ac: Add Microblaze target.
3472 * configure: Regenerate.
3473
85bd1942
TG
34742009-07-02 Tristan Gingold <gingold@adacore.com>
3475
3476 * configure.ac: Do not exclude gas for i386-*-darwin.
3477 Add a case for x86_64-*-darwin.
3478 * configure: Regenerate.
3479
f9806fa5
DE
34802009-06-26 Doug Evans <dje@sebabeach.org>
3481
3482 * Makefile.def (host_modules): Add cgen.
3483 * Makefile.in: Regenerate.
3484 * configure.ac (host_tools): Add cgen.
3485 * configure: Regenerate.
3486
6bfb4e30
JJ
34872009-06-17 Michael Eager <eager@eagercon.com>
3488
3489 * COPYING.LIBGLOSS: Add Xilinx license.
3490
8bcf2718
NC
34912009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3492
3493 * configure.ac: Define is_elf for QNX Neutrino targets.
3494 * configure: Regenerate.
3495
04ec0acb
RW
34962009-06-03 Jerome Guitton <guitton@adacore.com>
3497 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3498
9eb322aa
MF
3499 * Makefile.tpl (all): Avoid a trailing backslash.
3500 * Makefile.in: Regenerate.
04ec0acb 3501
7ee5dbeb
BE
35022009-06-03 Ben Elliston <bje@au.ibm.com>
3503
3504 * config.sub, config.guess: Update from upstream sources.
3505
fda13ee8
AO
35062009-06-02 Alexandre Oliva <aoliva@redhat.com>
3507
3508 * Makefile.tpl ([+compare-target+]): Compare all stage
3509 directories, rather than just gcc.
3510 * Makefile.in: Rebuilt.
3511
4a657b0d
DK
35122009-05-28 Doug Kwan <dougkwan@google.com>
3513
3514 * configure.ac: Support gold for target arm*-*-*.
3515 * configure: Regenerate.
3516
07fc31c9
AO
35172009-05-27 Alexandre Oliva <aoliva@redhat.com>
3518
3519 * Makefile.tpl (all): Avoid harmless warning in make all when
3520 gcc-bootstrap is enabled but stage_last does not exist.
3521 * Makefile.in: Rebuilt.
3522
8a7a39ab
TG
35232009-05-25 Tristan Gingold <gingold@adacore.com>
3524
3525 * setup.com: Complete the file with configuration and build.
3526
b5233201
AO
35272009-05-18 Alexandre Oliva <aoliva@redhat.com>
3528
3529 PR other/40159
3530 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3531 gcc-no-bootstrap are mutually exclusive.
3532 * Makefile.in: Rebuilt.
3533
7b6175f9
AO
35342009-05-18 Alexandre Oliva <aoliva@redhat.com>
3535
3536 PR other/40159
3537 * Makefile.tpl (all): Don't end with unconditional success.
3538 * Makefile.in: Rebuilt.
3539
1b05fbbd
AO
35402009-05-12 Alexandre Oliva <aoliva@redhat.com>
3541
3542 PR target/37137
3543 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3544 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3545 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3546 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3547 stage_configureflags, stage_cflags and stage_libcflags into
3548 explicit Makefile macros.
3549 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3550 GFORTRAN.
3551 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3552 CC. Set CC_FOR_BUILD from CC.
3553 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3554 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3555 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3556 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3557 and GFORTRAN.
3558 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3559 (_LIBCFLAGS): Renamed to _TFLAGS.
3560 (do-compare-debug, do-compare3-debug): Drop.
3561 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3562 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3563 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3564 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3565 (XGCC_FLAGS_FOR_TARGET): New.
3566 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3567 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3568 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3569 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3570 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3571 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3572 TFLAGS.
3573 (BUILD_CONFIG): Include if requested.
3574 (all): Set TFLAGS on bootstrap.
3575 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3576 (all-stageid-prefixmodule): Likewise.
3577 (do-clean, distclean-stageid): Set TFLAGS.
3578 (restrap): Fix whitespace.
3579 * Makefile.in: Rebuilt.
3580
dc17c78c
EB
35812009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3582
3583 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3584 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3585 * Makefile.in: Regenerate.
3586
14324cd7
EZ
35872009-04-24 Eli Zaretskii <eliz@gnu.org>
3588
3589 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3590 consistency with config.sub. (Update from upstream sources.)
3591
f8d5f06c
JM
35922009-04-21 Joseph Myers <joseph@codesourcery.com>
3593
3594 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3595
0000e2bf
BE
35962009-04-17 Ben Elliston <bje@au.ibm.com>
3597
3598 * config.sub, config.guess: Update from upstream sources.
3599
20135e4c
NC
36002009-04-15 Anthony Green <green@moxielogic.com>
3601
34adf976 3602 * configure.ac: Add moxie support.
20135e4c
NC
3603 * configure: Rebuilt.
3604
ef699244
L
36052009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3606
3607 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3608 * configure: Regenerate.
3609
10ad8ef3
L
36102009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3611
3612 PR gas/10039
3613 * configure.ac: Require texinfo 4.7.
3614 * configure: Regenerated.
3615
c50523ce
L
36162009-04-09 Steve Ellcey <sje@cup.hp.com>
3617
3618 * Makefil.def (languages): New entries.
3619 * Makefile.tpl (check-gcc-*): New generic target.
3620 * Makefile.in: Regenerate.
3621
47afba5f
EZ
36222009-03-27 Eli Zaretskii <eliz@gnu.org>
3623
3624 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3625 Windows builds of Sed.
3626
dc448a7b
TT
36272009-03-18 Tom Tromey <tromey@redhat.com>
3628
3629 * configure: Rebuild.
3630 * configure.ac (host_libs): Add libiconv.
3631 * Makefile.in: Rebuild.
3632 * Makefile.def (host_modules): Add libiconv.
3633 (configure-gdb, all-gdb): Depend on libiconv.
3634
24741ab2
JB
36352009-03-16 Tristan Gingold <gingold@adacore.com>
3636
3637 * configure.ac: Treat gdb as supported on x86_64-darwin.
3638 * configure: Regenerate.
3639
29383458
JM
36402009-03-16 Joseph Myers <joseph@codesourcery.com>
3641
3642 Merge from GCC:
3643
3644 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3645
3646 * configure.ac (--with-host-libstdcxx): New option.
3647 * configure: Regenerate.
3648
3649 2009-01-29 Robert Millan <rmh@aybabtu.com>
3650
3651 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3652 * configure: Regenerate.
3653
3654 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3655
3656 PR tree-optimization/38515
3657 * configure.ac (cloog-polylib): Removed.
3658 (with_ppl, with_cloog): Test for "no".
3659 * configure: Regenerated.
3660
58e24671
RW
36612009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3662
3663 Backport from git Libtool:
3664
3665 2009-01-19 Robert Millan <rmh@aybabtu.com>
3666 Support GNU/kOpenSolaris.
3667 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3668 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3669 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3670 GNU/kOpenSolaris.
3671
314b2e66
AS
36722009-02-05 Andreas Schwab <schwab@suse.de>
3673
3674 * Makefile.tpl (stage_last): Define $r and $s before using
3675 $(RECURSE_FLAGS_TO_PASS).
3676 * Makefile.in: Regenerate
3677
8b700390
JJ
36782009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3679
3680 * COPYING.NEWLIB: Add ARM license.
3681
66775d67
AM
36822009-01-16 Alan Modra <amodra@bigpond.net.au>
3683
3684 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3685 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3686 * Makefile.in: Regenerate.
3687
19e99079
NC
36882009-01-15 Douglas B Rupp <rupp@gnat.com>
3689
3690 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3691 * configure: Regenerate.
3692
22e8c8e0
RW
36932008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3694
3695 Backport link test fix from upstream Libtool:
3696
3697 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3698 Add cache variables to tests that require the linker to work.
3699 For shlibpath_overrides_runpath, this also changes the semantics
3700 to let the result from the C compiler take precedence.
3701 compiler take precedence.
3702
7d6d7764
BE
37032008-12-02 Ben Elliston <bje@au.ibm.com>
3704
3705 * config.sub, config.guess: Update from upstream sources.
3706
ea8af06e
JJ
37072008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3708
3709 * COPYING.NEWLIB: Updated.
3710 * COPYING.LIBGLOSS: Ditto.
3711
af0771d3
PB
37122008-12-16 Paolo Bonzini <bonzini@gnu.org>
3713
3714 Sync with GCC:
3715
3716 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3717
3718 * configure.ac (ppllibs): Add by default the lib flags.
3719 * configure: Regenerate.
3720
3721 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3722
314b2e66
AS
3723 * configure.ac: Add double brackets on darwin[912].
3724 * configure: Regenerate.
af0771d3
PB
3725
3726 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3727
314b2e66
AS
3728 * configure.ac: Expand to darwin10 and later.
3729 * configure: Regenerate.
af0771d3 3730
f7c83eac
AS
37312008-12-02 Andreas Schwab <schwab@suse.de>
3732
3733 * Makefile.def: configure-target-boehm-gc depends on
3734 all-target-libstdc++-v3.
3735 * Makefile.in: Regenerate.
3736
bc67ad83
BE
37372008-12-02 Ben Elliston <bje@au.ibm.com>
3738
3739 * config.sub, config.guess: Update from upstream sources.
3740
e28c595f
JM
37412008-11-27 Joseph Myers <joseph@codesourcery.com>
3742
3743 Merge from GCC:
3744
3745 2007-12-02 Matthias Klose <doko@ubuntu.com>
3746
3747 * config-ml.in: Remove 64bit configure tests.
3748
3749 2008-05-14 Rafael Espindola <espindola@google.com>
3750
3751 * config-ml.in: don't handle --enable-shared and --enable-static.
3752
3753 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3754 Tobias Grosser <grosser@fim.uni-passau.de>
3755 Jan Sjodin <jan.sjodin@amd.com>
3756 Harsha Jagasia <harsha.jagasia@amd.com>
3757 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3758 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3759 Adrien Eliche <aeliche@isty.uvsq.fr>
3760
3761 Merge from graphite branch.
3762 * configure: Regenerate.
3763 * Makefile.in: Regenerate.
3764 * configure.ac (host_libs): Add ppl and cloog.
3765 Add checks for PPL and CLooG.
3766 * Makefile.def (ppl, cloog): Added modules and dependences.
3767 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3768 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3769
3770 2008-09-03 Richard Guenther <rguenther@suse.de>
3771
3772 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3773 cloog test.
3774 * configure: Re-generate.
3775
3776 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3777
3778 * configure.ac (--with-cloog-polylib): New.
3779 (--disable-cloog-version-check): New.
3780 (--disable-ppl-version-check): New.
3781 * configure: Re-generate.
3782
3783 2008-09-05 Richard Guenther <rguenther@suse.de>
3784
3785 * configure.ac: Initialize clooglibs to -lcloog.
3786 * configure: Re-generate.
3787
3788 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3789
3790 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3791 recommended version to 2.3.2.
3792
3793 * configure: Regenerate.
3794
3795 2008-10-31 Ben Elliston <bje@au.ibm.com>
3796
3797 * configure.ac (spu-*-*): Remove special case.
3798 * configure: Regenerate.
3799
3800 Complete comment text from GCC version of:
3801
3802 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3803
3804 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3805 (GCC_SHLIB_SUBDIR): New.
3806 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3807 * configure: Regenerate.
3808 * Makefile.in: Regenerate.
3809
652dec25
TG
38102008-11-27 Tristan Gingold <gingold@adacore.com>
3811
3812 * configure.ac: Build gdb for i?86-*-darwin*
3813 * configure: Regenerated.
3814
7582fb4a
DJ
38152008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3816
3817 PR bootstrap/38014
3818 PR bootstrap/37923
3819
3820 Revert:
3821
3822 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3825 * Makefile.in: Regenerated.
3826
3827 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3828
3829 PR gdb/921
3830 PR gdb/1646
3831 PR gdb/2175
3832 PR gdb/2176
3833
3834 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3835 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3836 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3837 (HOST_EXPORTS): Pass CPPFLAGS.
3838 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3839 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3840 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3841 * Makefile.in, configure: Regenerated.
3842 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3843 and CPPFLAGS_FOR_BUILD.
3844
faee1be2
UW
38452008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3846
3847 * configure.ac [spu-*-*]: Do not set skipdirs.
3848 * configure: Re-generate.
3849
b7c2dce4
DJ
38502008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3851
3852 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3853 * Makefile.in: Regenerated.
3854
bb52de30
DJ
38552008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3856
3857 PR gdb/921
3858 PR gdb/1646
3859 PR gdb/2175
3860 PR gdb/2176
3861
3862 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3863 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3864 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3865 (HOST_EXPORTS): Pass CPPFLAGS.
3866 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3867 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3868 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3869 * Makefile.in, configure: Regenerated.
3870 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3871 and CPPFLAGS_FOR_BUILD.
3872
b25062ae
SE
38732008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3874
3875 * libtool.m4: Update to libtool 2.2.6.
3876 * lt~obsolete.m4: Update to libtool 2.2.6.
3877 * ltmain.sh: Update to libtool 2.2.6.
3878 * ltsugar.m4: Update to libtool 2.2.6.
3879 * ltversion.m4: Update to libtool 2.2.6.
3880 * ltoptions.m4: Update to libtool 2.2.6.
3881 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3882
3bbd2f8f
AL
38832008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3884
3885 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3886 (GCC_SHLIB_SUBDIR): New.
3887 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3888 * configure: Regenerate.
3889 * Makefile.in: Regenerate.
3890
b29d32ce
TG
38912008-08-28 Tristan Gingold <gingold@adacore.com>
3892
3893 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3894 Enable bfd, binutils and opcodes.
3895 * configure: Regenerate.
3896
c325a203
DD
38972008-08-16 Nicolas Roche <roche@adacore.com>
3898
3899 * Makefile.tpl: Add BOOT_ADAFLAGS.
3900 * Makefile.in: Regenerate.
3901
e7c8859c
RS
39022008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3903
3904 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3905 * configure: Regenerate.
3906
da888c87
PB
39072008-07-30 Paolo Bonzini <bonzini@gnu.org>
3908
3909 Sync with gcc:
3910 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3911
f7c83eac
AS
3912 * configure.ac: Add makefile fragments for hpux.
3913 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3914 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3915 * configure: Regenerate.
3916 * Makefile.in: Regenerate.
da888c87
PB
3917
3918 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3919
f7c83eac
AS
3920 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3921 * Makefile.in: Regenerate.
3922 * configure: Regenerate.
da888c87 3923
944982cf
ILT
39242008-06-18 Ian Lance Taylor <iant@google.com>
3925
662c6704
ILT
3926 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3927
944982cf
ILT
3928 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3929
7a283e07
RW
39302008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3931
3932 * configure: Regenerate.
3933
5b553f7e
RW
39342008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3935
3936 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3937 "$@" is still intact with both Autoconf 2.59 and 2.62.
3938 * configure: Regenerate.
3939
675492f0
RW
39402008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3941
3942 * Makefile.tpl: Fix comment errors.
3943 * Makefile.in: Regenerate.
3944
b018a5d1
JB
39452008-06-13 Julian Brown <julian@codesourcery.com>
3946
3947 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3948 of libobjc for ARM EABI Linux.
3949 * configure: Regenerate.
3950
310213e8
DE
39512008-06-12 David S. Miller <davem@davemloft.net>
3952 David Edelsohn <edelsohn@gnu.org>
3953
3954 * configure.ac: Add powerpc*-*-* to gold supported targets.
3955 * configure: Regenerate.
3956
6641ce42
JM
39572008-06-08 Joseph Myers <joseph@codesourcery.com>
3958
3959 PR tree-optimization/36218
3960 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3961 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3962 (all prefix="build-"): Pass them to build-system sub-makes.
3963 * Makefile.in: Regenerate.
3964
03c2f9e6
DJ
39652008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3966
3967 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3968 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3969 mkdep, and compile. Update comments.
3970 (ETC_SUPPORT): Add ChangeLog and update comments.
3971
4538db8b
ILT
39722008-05-11 Ian Lance Taylor <iant@google.com>
3973
3974 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3975
266df637
PB
39762008-04-18 Paolo Bonzini <bonzini@gnu.org>
3977
3978 Sync with gcc:
3979 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3980
3981 PR bootstrap/35457
3982 * configure.ac: Include override.m4.
3983 * configure: Regenerate.
3984
3985 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3986
f7c83eac
AS
3987 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3988 * Makefile.in: Regenerate.
266df637
PB
3989
3990 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3991
f7c83eac
AS
3992 * configure.ac: Do not build libssp for the AVR.
3993 * configure: Regenerate.
266df637 3994
a86a761e
NC
39952008-04-18 Nick Clifton <nickc@redhat.com>
3996
3997 * MAINTAINERS: Replace reference to configure.in with reference to
3998 configure.ac.
3999
52310858
NC
40002008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4001
f7c83eac 4002 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 4003 as nonconfigurable directories list.
f7c83eac 4004 * configure: Regenerate.
52310858 4005
f5314dd5
DM
40062008-04-14 David S. Miller <davem@davemloft.net>
4007
4008 * configure.ac: Add sparc*-*-* to gold supported targets.
4009 * configure: Regenerate.
4010
e2208220
BE
40112008-04-14 Ben Elliston <bje@au.ibm.com>
4012
4013 * config.sub, config.guess: Update from upstream sources.
4014
0bb6ea20
HPN
40152008-04-12 Hans-Peter Nilsson <hp@axis.com>
4016
4017 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4018 * Makefile.in: Regenerate.
4019
e5164e97
ILT
40202008-04-07 Ian Lance Taylor <iant@google.com>
4021
4022 * Makefile.def: check-gold depends upon all-binutils.
4023 * Makefile.in: Regenerate.
4024
e33b51a6
NC
40252008-04-04 Nick Clifton <nickc@redhat.com>
4026
4027 PR binutils/4334
4028 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4029 builds.
4030 * configure: Regenerate.
4031
fc5df3ab
NC
40322008-04-04 NightStrike <NightStrike@gmail.com>
4033
4034 PR other/35151
f7c83eac
AS
4035 * configure.ac: Combine rules for mingw32 and mingw64.
4036 * configure: Regenerate.
fc5df3ab 4037
c779bab8
PB
40382008-03-27 Paolo Bonzini <bonzini@gnu.org>
4039
4040 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4041 * Makefile.in: Regenerate.
4042
93f9b408
ILT
40432008-03-20 Ian Lance Taylor <iant@google.com>
4044
4045 * configure.ac: Add support for --enable-gold.
4046 * Makefile.def: Add gold as a directory like ld.
4047 * configure, Makefile.in: Regenerate.
4048
5746fb46
AK
40492008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4050
4051 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4052 (s390_cond_extensions): Reduced extensions to the compare related.
4053 (main): z10 cpu type option added.
4054 (expandConditionalJump): Renamed to ...
4055 (insertExpandedMnemonic): ... this.
4056
4057 * opcodes/s390-opc.c: Re-group the operand format makros.
4058 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4059 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4060 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4061 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4062 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4063 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4064 INSTR_SIL_RDU): New instruction formats added.
4065 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4066 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4067 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4068 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4069 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4070 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4071 masks added.
4072 (s390_opformats): New formats added "ris", "rrs", "sil".
4073 * opcodes/s390-opc.txt: Add the conditional jumps with the
4074 extensions removed from automatic expansion in s390-mkopc.c manually.
4075 (asi - trtre): Add new System z10 EC instructions.
4076 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4077
58c85be7
RW
40782008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4079
4080 * configure.ac: m4_include config/proginstall.m4.
4081 * configure: Regenerate.
4082
78124051
RW
40832008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4084
4085 Backport from upstream Libtool:
f7c83eac 4086
78124051 4087 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4088
78124051
RW
4089 Deal with Autoconf 2.62's semantic change in m4_append.
4090 * ltsugar.m4 (lt_append): Replace broken versions of
4091 m4_append.
4092 (lt_if_append_uniq): Don't require separator to be overquoted,
4093 and avoid broken m4_append.
4094 (lt_dict_add): Fix typo.
4095 * libtool.m4 (_LT_DECL): Don't overquote separator.
4096
018f1bea
DE
40972008-03-13 David Edelsohn <edelsohn@gnu.org>
4098
4099 * config.rpath: Add AIX 6 support.
4100
5c5f596d
PB
41012008-03-13 Paolo Bonzini <bonzini@gnu.org>
4102
4103 * Makefile.def (stageprofile). Remove -fprofile-generate
4104 from stage_libcflags.
4105 * Makefile.in: Regenerate.
4106
a1f93a5e
BE
41072008-03-13 Ben Elliston <bje@au.ibm.com>
4108
4109 * config.sub, config.guess: Update from upstream sources.
4110
98c3d905
AK
41112008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4112
4113 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4114 * s390-opc.txt (cmpsc): Duplicate entry removed.
4115 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4116 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4117 fier, cu42, cu41): Fix operand format.
4118
7f6ef0c0
PB
41192008-02-20 Paolo Bonzini <bonzini@gnu.org>
4120
f7c83eac
AS
4121 PR bootstrap/32009
4122 PR bootstrap/32161
4123
4124 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4125 * configure: Regenerate.
4126
4127 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4128 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4129 STAGE4_LIBCFLAGS): New.
4130 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4131 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4132 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4133 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4134 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4135 for target modules. Don't export LIBCFLAGS.
4136 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4137 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4138 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4139 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4140 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4141 * Makefile.in: Regenerate.
7f6ef0c0 4142
eaf19029
PB
41432008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4144
4145 PR libgcj/33085
4146 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4147 Do not use -DDLL_EXPORT. Backport from upstream.
4148
680c43e9
NC
41492008-02-14 Nick Clifton <nickc@redhat.com>
4150
4151 Import this patch from gcc:
4152 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4153
4154 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4155
c72b1d96
HPN
41562008-02-02 Hans-Peter Nilsson <hp@axis.com>
4157
4158 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4159 * configure: Regenerate.
4160
8b66833e
BW
41612008-01-31 Marc Gauthier <marc@tensilica.com>
4162
4163 * configure.ac (xtensa*-*-*): Recognize processor variants.
4164 * configure: Regenerate.
4165
9cc8ae67
PB
41662008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4167
f7c83eac
AS
4168 PR bootstrap/34922
4169 * configure.ac (PARSE_ARGS): Push suitable setting of
4170 ac_subdirs_all, for `./configure --help=recursive'.
4171 Handle `+' in generic toplevel directory disabling.
4172 * configure: Regenerate.
9cc8ae67 4173
19090595
BE
41742008-01-23 Ben Elliston <bje@au.ibm.com>
4175
4176 * config.sub, config.guess: Update from upstream sources.
4177
9f1e7fd3
BE
41782008-01-08 Ben Elliston <bje@au.ibm.com>
4179
4180 * config.sub, config.guess: Update from upstream sources.
4181
2f959d61
JJ
41822007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4183
4184 * COPYING.LIBGLOSS: Update default copyright.
4185
aa054b85
JJ
41862007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4187
4188 * COPYING.NEWLIB: Update default copyright.
4189
57c53b2b
RS
41902007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4191
4192 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4193 Change recommended MPFR from 2.2.1 > 2.3.0.
4194 * configure: Regenerate.
4195
fee14b60
RS
41962007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4197
4198 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4199 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4200 * Makefile.in: Regenerate.
4201
c9b68031
DD
42022007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4203
4204 * configure.ac: Enable libjava for x86_64-*-darwin9.
4205 * configure: Regenerate.
4206
ad25e7d5
BE
42072007-12-05 Ben Elliston <bje@au.ibm.com>
4208
4209 * config.sub, config.guess: Update from upstream sources.
4210
6ac84f65
PB
42112007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4212
f7c83eac
AS
4213 * config-ml.in: Robustify against white space in absolute file
4214 names.
6ac84f65 4215
f7c83eac
AS
4216 * config-ml.in (multi-clean): Substitute ${Makefile}.
4217 Remove superfluous ${Makefile} in list.
6ac84f65 4218
7b3200f9
DJ
42192007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * Makefile.def (dependencies): Make configure-gdb depend on
4222 all-intl.
4223 * Makefile.in: Regenerated.
4224
2c133ff9
JJ
42252007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4226
4227 * Makefile.def: To avoid problems running with parallel makes,
4228 build newlib before libgloss so that target specific header
4229 files are availble.
4230 * Makefile.in: Regenerate.
4231
5074315a
DJ
42322007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4233
4234 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4235 * Makefile.in: Regenerate.
4236
f5bc1778
DJ
42372007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4238
4239 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4240 * libdecnumber: New directory, imported from GCC.
4241
c66487f8
NC
42422007-10-08 Mike Frysinger <vapier@gentoo.org>
4243
4244 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4245 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4246 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4247 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4248 * configure: Regenerate.
4249
b5714970
PB
42502007-10-01 Paolo Bonzini <bonzini@gnu.org>
4251
4252 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4253 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4254 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4255 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4256 * configure.ac: Default them to host tools for $host = $build.
4257 Subst them.
4258
4259 * configure: Regenerate.
4260 * Makefile.in: Regenerate.
4261
f3b1e08e
RS
42622007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4263
4264 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4265 * configure: Regenerate.
4266
cff87f51
DD
42672007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4268
4269 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4270 libstdc++.
4271 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4272 * configure: Regenerate.
4273 * Makefile.in: Regenerate.
f7c83eac 4274
625a61cd
AS
42752007-09-17 Andreas Schwab <schwab@suse.de>
4276
4277 * configure.ac: Raise minimum makeinfo version to 4.6.
4278 * configure: Regenerate.
4279
83a3a68b
AM
42802007-09-15 Alan Modra <amodra@bigpond.net.au>
4281
4282 * configure.ac: Correct makeinfo version check.
4283 * configure: Regenerate.
4284
5bd8be13
RS
42852007-09-14 Richard Sandiford <richard@codesourcery.com>
4286
4287 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4288 to $skipdirs and only disable gprof for newlib. Use the normal
4289 mips*-elf* handling in other respects.
4290 * configure: Regnerate.
4291
5566c1fa
DD
42922007-09-12 David Daney <ddaney@avtrex.com>
4293
4294 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4295 enabling libgcj.
4296 * configure: Regenerate.
4297
42982007-09-12 Richard Guenther <rguenther@suse.de>
4299
4300 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4301 nor --disable-checking is provided also turn on yes and types
4302 checking for stage1.
4303 * configure: Re-generate.
4304
a18e2996 43052007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4306
4307 PR target/33281
4308 * configure.ac: Use config/mh-mingw on mingw.
4309 * configure: Regenerate.
84e7906e 4310
691bb5a1
DD
43112007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4312
4313 PR other/32154
4314 * configure.ac: For libgloss targets, point the linker to the linker
4315 script, startup code and simulator library.
4316 * configure: Regenerate.
4317
6d18b86b
AH
43182007-09-09 Andrew Haley <aph@redhat.com>
4319
4320 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4321 target-libjava.
6d18b86b 4322
f00a3165 43232007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4324
f00a3165 4325 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4326
2abc4e65
BE
43272007-08-21 Richard Guenther <rguenther@suse.de>
4328
4329 * configure.ac: Add types checking to stage1 checking flags.
4330 * configure: Regenerate.
4331
8a6ee3ab 43322007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4333 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4334
4335 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4336 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4337 * Makefile.in: Regenerate.
4338 * configure.ac (--with-debug-prefix-map): New.
4339 * configure: Regenerate.
4340
429acdec
RS
43412007-08-17 Richard Sandiford <richard@codesourcery.com>
4342 Nigel Stephens <nigel@mips.com>
4343
429acdec
RS
4344 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4345 as target_makefile_frag.
4346 * configure: Regenerate.
4347
8520c408
AO
43482007-08-16 Alexandre Oliva <aoliva@redhat.com>
4349
4350 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4351 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4352 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4353 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4354 (do-compare, do-compare3, do-compare-debug): New.
4355 ([+compare-target+]): Use them.
4356
43572007-08-16 Alexandre Oliva <aoliva@redhat.com>
4358
4359 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4360 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4361 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4362 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4363 (do-compare, do-compare3, do-compare-debug): New.
4364 ([+compare-target+]): Use them.
4365
2444379b
BE
43662007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4367 Ben Elliston <bje@au.ibm.com>
4368
4369 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4370 --silent if $silent.
4371 * configure: Regenerate.
4372
d6f99447
DJ
43732007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4374
4375 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4376
bd0aa315
NC
43772007-07-17 Nick Clifton <nickc@redhat.com>
4378
4379 * COPYING3: New file. Contains version 3 of the GNU General
4380 Public License.
4381 * COPYING3.LIB: New file. Contains version 3 of the GNU
4382 Lesser General Public License.
4383
0ebe98fb
BS
43842007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4385
4386 * configure.ac: Fix my previous change to really match GCC.
4387 * configure: Regenerate.
4388
521ec477
DD
43892007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4390
4391 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4392 * configure: Regenerate.
4393
43942007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4395
4396 * configure.ac: Add some missing m4 quotation.
4397 * configure: Regenerate.
4398
0c24b341
NC
43992007-07-09 Kai Tietz <kai.tietz@onevision.com>
4400
f7c83eac
AS
4401 * Makefile.def: Add windmc tool to build.
4402 * Makefile.tpl: Likewise.
4403 * configure.ac: Likewise.
4404 * Makefile.in: Regenerate.
4405 * configure: Regenerate.
0c24b341 4406
a09314d0
L
44072007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4408
4409 * lt~obsolete.m4: New. Import from 20070318 libtool.
4410
7c3e1d12
BS
44112007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4412
4413 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4414 uclinux and linux-uclibc targets.
4415 * configure: Regenerate.
4416
a5b3b4dd
DD
44172007-06-28 DJ Delorie <dj@redhat.com>
4418
4419 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4420 not building newlib.
4421 * configure: Regenerated.
f7c83eac 4422
184d813c
DJ
44232007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4424
4425 * src-release (DEVO_SUPPORT): Correct typos.
4426
31d99776
DJ
44272007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4428
4429 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4430 * Makefile.in: Regenerated.
4431
e00a73e3
PB
44322007-06-14 Paolo Bonzini <bonzini@gnu.org>
4433
f7c83eac
AS
4434 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4435 (distclean-stage[+id+]): Possibly delete stage_last.
4436 * Makefile.in: Regenerate.
e00a73e3 4437
98a1bbc5
BE
44382007-06-07 Ben Elliston <bje@au.ibm.com>
4439
4440 * config.sub, config.guess: Update from upstream sources.
4441
973601e1
BE
44422007-06-07 Ben Elliston <bje@au.ibm.com>
4443
4444 * Makefile.tpl: Fix spelling error.
4445 * Makefile.in: Regenerate.
4446
2038f525
PB
44472007-06-04 Paolo Bonzini <bonzini@gnu.org>
4448
4449 Sync with gcc:
4450 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4451
f7c83eac
AS
4452 PR bootstrap/29382
4453 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4454 * configure: Rebuilt.
2038f525 4455
f7c5c4b5
PB
44562007-06-01 Steve Ellcey <sje@cup.hp.com>
4457
12a64d4f
L
4458 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4459 lt_cv_sys_max_cmd_len.
f7c5c4b5 4460
7ad9660b
PB
44612007-05-31 Paolo Bonzini <bonzini@gnu.org>
4462
4463 * ltgcc.m4: Update from GCC.
4464
0e7ef45c
EC
44652007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4466
12a64d4f 4467 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4468
37ad9514
SE
44692007-05-24 Steve Ellcey <sje@cup.hp.com>
4470
4471 * ltmain.sh: Update from GCC.
4472 * libtool.m4: Update from GCC.
4473 * ltsugar.m4: New. Update from GCC.
4474 * ltversion.m4: New. Update from GCC.
4475 * ltoptions.m4: New. Update from GCC.
4476 * ltconfig: Remove.
4477 * ltcf-c.sh: Remove.
4478 * ltcf-cxx.sh: Remove.
4479 * ltcf-gcj.sh: Remove.
4480 * src-release: Update with new libtool file list.
4481
8ee82aff
PB
44822007-05-16 Paolo Bonzini <bonzini@gnu.org>
4483
4484 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4485 stage_cflags.
4486 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4487 Remove CFLAGS/LIBCFLAGS.
4488 (configure-stage[+id+]-[+prefix+][+module+],
4489 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4490 * Makefile.in: Regenerate.
4491
149cb58d
SE
44922007-04-14 Steve Ellcey <sje@cup.hp.com>
4493
4494 * config-ml.in: Update from GCC.
4495
91506736
DJ
44962007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4497
4498 * src-release (do-proto-toplev): Process the support directories before
4499 the tool directory.
4500
ffa8bd48
RS
45012007-03-21 Richard Sandiford <richard@codesourcery.com>
4502
4503 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4504 of glob. Quote arguments with single quotes too.
4505 * configure: Regenerate.
4506
a4fd3374
DD
45072007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4508
4509 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4510 * Makefile.in: Regenerate
4511
b8025f34
AS
45122007-03-07 Andreas Schwab <schwab@suse.de>
4513
4514 * configure: Regenerate.
4515
a3ca38d2
DD
45162007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4517
4518 * configure.ac: Add "--with-pdfdir" configure option,
4519 which defines pdfdir variable.
4520 * Makefile.def (target=fixincludes): Add install-pdf to
4521 missing targets.
4522 (recursive_targets): Add install-pdf target.
4523 (flags_to_pass): Add pdfdir.
4524 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4525 target.
4526 * configure: Regenerate
4527 * Makefile.in: Regenerate
4528
45292007-02-28 Eric Christopher <echristo@apple.com>
4530
4531 Revert:
4532 2006-12-07 Mike Stump <mrs@apple.com>
4533
4534 * Makefile.def (dependencies): Add dependency for
4535 install-target-libssp and install-target-libgomp on
4536 install-gcc.
4537 * Makefile.in: Regenerate.
4538
45392007-02-27 Matt Kraai <kraai@ftbfs.org>
4540
4541 * configure: Regenerate.
4542 * configure.ac: Move statements after variable declarations.
4543
a4708fba
JM
45442007-02-19 Joseph Myers <joseph@codesourcery.com>
4545
4546 * configure.ac: Adjust for loop syntax.
4547 * configure: Regenerate.
4548
9a819804
AO
45492007-02-18 Alexandre Oliva <aoliva@redhat.com>
4550
4551 * configure: Rebuilt.
4552
81ec575a
AO
45532007-02-18 Alexandre Oliva <aoliva@redhat.com>
4554
4555 * configure.ac: Drop multiple occurrences of --enable-languages,
4556 and fix its quoting.
4557 * configure: Rebuilt.
4558
92f01d61 45592007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4560 Nathan Sidwell <nathan@codesourcery.com>
4561 Vladimir Prus <vladimir@codesourcery.com
4562 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4563
4564 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4565 * configure: Regenerate.
4566
b1299c4e
DJ
45672007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4568
4569 * configure.ac (target_libraries): Move libgcc before libiberty.
4570 * configure: Regenerated.
4571
18f6b6ee
PB
45722007-02-13 Paolo Bonzini <bonzini@gnu.org>
4573
4574 * configure: Regenerate again?
4575
9c4e9f27
PB
45762007-02-13 Paolo Bonzini <bonzini@gnu.org>
4577
4578 * configure: Reapply PR30748 fix which was lost in the previous commit.
4579
24ff9987
DJ
45802007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4581 Paolo Bonzini <bonzini@gnu.org>
4582
4583 PR bootstrap/30753
4584 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4585 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4586 * configure: Regenerated.
4587
7df2cd5d
PB
45882007-02-10 Paolo Bonzini <bonzini@gnu.org>
4589
4590 * configure: Regenerate.
4591
b0aaa663
DJ
45922007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4593
4594 PR bootstrap/30748
4595 * configure.ac: Correct syntax for Solaris ksh.
4596 * configure: Regenerated.
4597
a0323144
PB
45982007-02-09 Paolo Bonzini <bonzini@gnu.org>
4599
4600 * Makefile.def: Sync with GCC.
4601 * Makefile.tpl: Sync with GCC.
4602 * Makefile.in: Regenerate.
4603 * configure: Regenerate.
4604
c6b750e1
DJ
46052007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4606
4607 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4608 noncanonical equivalents.
4609 * configure.in: Rename to...
4610 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4611 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4612 target_noncanonical. Use them. Rewrite removal of configure
4613 arguments for autoconf 2.59. Discard variable settings. Force
4614 program_transform_name for native tools.
4615
4616 * Makefile.in: Regenerated.
4617 * configure: Regenerated with autoconf 2.59.
4618
4619 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4620
f3cd89f4
JJ
46212007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4622
4623 * COPYING.LIBGLOSS: Reformat default Red Hat
4624 license to fit within 80 columns.
4625 * COPYING.NEWLIB: Ditto.
4626
4e206d7e
DB
46272007-02-05 Dave Brolley <brolley@redhat.com>
4628
4629 * Contribute the following changes:
4630 2006-11-28 DJ Delorie <dj@redhat.com>
4631
4632 * configure.in: Fix typo for mep's target_makefile_frag.
4633 * configure: Regenerated.
4634
4635 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4636
4637 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4638 * configure: Regenerate.
4639
4640 2001-09-19 DJ Delorie <dj@redhat.com>
4641
4642 * configure.in (target_makefile_frag): use mt-mep
4643
4644 2001-06-12 Don Howard <dhoward@redhat.com>
4645
4646 * configure.in: Remove gdb from MeP skip list.
4647
4648 2001-04-05 DJ Delorie <dj@redhat.com>
4649
4650 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4651
4652 2001-03-20 Ben Elliston <bje@redhat.com>
4653
4654 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4655
4656 2001-03-19 Ben Elliston <bje@redhat.com>
4657
4658 * config.sub (mep, mep-*): Add.
4659
b2edfdd2
AS
46602007-01-31 Andreas Schwab <schwab@suse.de>
4661
4662 * Makefile.tpl (LDFLAGS): Substitute it.
4663 * Makefile.in: Regenerate.
4664
ceb92e78
PB
46652007-01-11 Paolo Bonzini <bonzini@gnu.org>
4666
4667 * configure.in: Change == to = in test command.
f7c83eac 4668 * configure: Regenerate.
ceb92e78 4669
4b900473 46702007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4671 Nick Clifton <nickc@redhat.com>
4672 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4673
4674 * configure.in (build_configargs, host_configargs, target_configargs):
4675 Remove build/host/target parameters.
4676 (host_libs): Add gmp and mpfr.
4677 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4678 * Makefile.def (gmp, mpfr): New.
4679 (gcc): Remove target.
4680 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4681 target_os, target_vendor): New.
4682 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4683 * configure: Regenerate.
4684 * Makefile.in: Regenerate.
4b900473
PB
4685
46862007-01-11 Matt Fago <fago@earthlink.net>
4687
4688 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4689 to improve robustness of configure tests.
4b900473
PB
4690 * configure: Regenerate.
4691
80f6dcbc
NC
46922007-01-08 Kai Tietz <kai.tietz@onevision.com>
4693
4694 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4695 * configure: Regenerate.
80f6dcbc 4696
f86e35b8
NC
46972007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * Makefile.tpl (all-target): Correct @if conditional for target
4700 modules.
4701 * configure.in: Omit libiberty if building only target libgcc.
4702 * configure, Makefile.in: Regenerated.
4703
79fcd0ec
PB
47042007-01-04 Paolo Bonzini <bonzini@gnu.org>
4705
4706 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4707 * configure: Regenerate.
4708
6aa8ef82
DJ
47092007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4710
4711 * Makefile.def (target_modules): Add libgcc.
4712 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4713 * Makefile.tpl (clean-target-libgcc): Delete.
4714 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4715 on gcc even for bootstrapped modules. Rewrite handling of
4716 lang_env_dependencies to loop over target_modules.
4717 * configure.in (target_libraries): Add target-libgcc.
4718 * Makefile.in, configure: Regenerated.
4719
9b134994
PB
47202006-12-29 Paolo Bonzini <bonzini@gnu.org>
4721
4722 Sync with gcc:
4723 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4724
f7c83eac
AS
4725 * configure.in: Reorganize recognition of languages. Add
4726 --enable-stage1-languages. Show supported languages for the chosen
4727 target rather than all recognized languages.
4728 * configure: Regenerate.
9b134994
PB
4729
4730 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4731
f7c83eac
AS
4732 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4733 * Makefile.in: Regenerate.
9b134994
PB
4734
4735 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4736
f7c83eac
AS
4737 * configure.in: Warn that MPFR 2.2.0 is buggy.
4738 * configure: Regenerate.
9b134994 4739
8cf39b1b
ILT
47402006-12-27 Ian Lance Taylor <iant@google.com>
4741
4742 * configure.in: When removing Makefiles to force a reconfigure, also
4743 remove prev-DIR*/Makefile.
4744 * configure: Regenerate.
4745
ebff6cd5
KH
47462006-12-23 Kazu Hirata <kazu@codesourcery.com>
4747
4748 * config.bfd: Recognize fido.
4749
8a0d8a5c
PB
47502006-12-19 Paolo Bonzini <bonzini@gnu.org>
4751
4752 Sync with gcc:
4753
4754 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4755
4756 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4757 it only affects bootstrap and could be tested on "$host" as well.
4758 * configure: Regenerate.
4759 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4760
4761 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4762
4763 PR bootstrap/29544
4764 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4765 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4766 move here comment from Makefile.tpl.
4767 * Makefile.tpl: Move some definitions higher in the file.
4768 (STAGE1_CHECKING): New.
4769 * configure.in: Add --enable-stage1-checking.
4770 * configure: Regenerate.
4771 * Makefile.in: Regenerate.
4772
4773 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4774
4775 * configure.in: Update error message for missing GMP/MPFR.
4776
4777 * configure: Regenerate.
4778
4779 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4780
4781 * configure.in: Update MPFR version in error message.
4782
4783 * configure: Regenerate.
4784
4785 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4786
4787 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4788 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4789 --with-gmp-lib): New flags.
4790
4791 * configure: Regenerate.
4792
790c0838
AM
47932006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4794
4795 PR bootstrap/30134
4796 * configure.in: Correct x86 darwin support for libjava to powerpc
4797 and i?86 only.
4798 * configure: Regenerate.
4799
77d7106f
AM
48002006-12-11 Alan Modra <amodra@bigpond.net.au>
4801
4802 * configure.in: Handle spu makefile frag.
77d7106f
AM
4803 * Makefile.tpl (MAINT): Define
4804 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4805 * configure: Regenerate.
4806 * Makefile.in: Regenerate.
4807
0cfa5389
BE
48082006-12-11 Ben Elliston <bje@au.ibm.com>
4809
4810 * config.sub, config.guess: Update from upstream sources.
4811
2839fe5d
BE
48122006-12-11 Ben Elliston <bje@au.ibm.com>
4813
4814 * configure.in: Sync with GCC (spu-*-*).
4815 * configure: Sync with GCC.
4816
b897f5d4
MS
48172006-12-07 Mike Stump <mrs@apple.com>
4818
4819 * Makefile.def (dependencies): Add dependency for
4820 install-target-libssp and install-target-libgomp on
4821 install-gcc.
4822 * Makefile.in: Regenerate.
4823
9daf3993
PB
48242006-11-16 Paolo Bonzini <bonzini@gnu.org>
4825
4826 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4827 (unstage): Test for stage_last presence.
4828
4829 PR bootstrap/29802
4830 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4831 * Makefile.in: Regenerate.
4832
9dbaa842
DD
48332006-11-14 DJ Delorie <dj@redhat.com>
4834
4835 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4836 * Makefile.in: Sync with GCC.
4837 * configure.in: Sync with GCC (mpfr, gmp).
4838 * configure: Sync with GCC.
4839
b0cbce8d
JJ
48402006-11-08 Jie Zhang <jie.zhang@analog.com>
4841
4842 * configure.in: Remove target-libgloss from noconfigdirs for
4843 bfin-*-*.
4844 * configure: Regenerated.
4845
44330a94
JJ
48462006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4847
4848 * COPYING.NEWLIB: Add spu license.
7de05dd5 4849 * COPYING.LIBGLOSS: Ditto.
44330a94 4850
56a8fe78
DD
48512006-10-17 Brooks Moses <bmoses@stanford.edu>
4852
4853 * Makefile.def: Added pdf target handling.
4854 * Makefile.tpl: Added pdf target handling.
4855 * Makefile.in: Regenerated.
4856
fbb00ad0
JJ
48572006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4858
4859 * COPYING.NEWLIB: Updated.
4860 * COPYING.LIBGLOSS: Ditto.
4861
6b89cc21
DB
48622006-09-27 Dave Brolley <brolley@redhat.com>
4863
4864 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4865 $s instead of $r.
4866 * configure: Regenerated.
4867
17bcf627
BE
48682006-09-26 Ben Elliston <bje@au.ibm.com>
4869
4870 * config.sub, config.guess: Update from upstream sources.
4871
f3529cf1
TS
48722006-09-20 Thiemo Seufer <ths@mips.com>
4873
4874 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4875 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4876 * configure: Regenerate.
4877
45055374
CV
48782006-08-30 Corinna Vinschen <corinna@vinschen.de>
4879
4880 * configure.in: Never build newlib for a Mingw host.
4881 Never build newlib as Mingw target library.
4882 Test the existence of winsup/cygwin for building a Cygwin newlib,
4883 rather than just winsup.
4884 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4885 building a Mingw target.
4886 * configure: Regenerate.
4887
4be041b2 48882006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4889 Nigel Stephens <nigel@mips.com>
4890 David Ung <davidu@mips.com>
4be041b2
TS
4891
4892 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4893
1d89b610
PB
48942006-07-25 Paolo Bonzini <bonzini@gnu.org>
4895
4896 Sync from GCC:
4897 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4898
f7c83eac
AS
4899 PR bootstrap/18058
4900 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4901 if the bootstrap compiler is a GCC version that supports it.
4902 * configure: Regenerate.
1d89b610 4903
66a79c16
DJ
49042006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4905
4906 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4907 * configure: Regenerated.
4908
c1cb7e02
PB
49092006-07-18 Paolo Bonzini <bonzini@gnu.org>
4910
f7c83eac
AS
4911 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4912 for stages after the first.
c1cb7e02 4913
7206a0ee
JJ
49142006-07-17 Jakub Jelinek <jakub@redhat.com>
4915
4916 * Makefile.def: Add dependencies for configure-opcodes
4917 on configure-intl and all-opcodes on all-intl.
4918 * Makefile.in: Regenerated.
4919
6816f995
AO
49202006-07-04 Peter O'Gorman <peter@pogma.com>
4921
4922 * ltconfig: chmod 644 before ranlib during install.
4923
3d3adb43
PB
49242006-07-03 Paolo Bonzini <bonzini@gnu.org>
4925
1f3f1bbf 4926 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4927 * configure: Regenerate.
4928
64ce424c
PB
49292006-07-03 Paolo Bonzini <bonzini@gnu.org>
4930
4931 Sync from gcc:
4932
4933 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4934
4935 PR other/27063
4936 * configure.in: Test subdir_requires and give an appropriate
4937 error message.
4938 * configure: Regenerate.
4939
4940 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4941
4942 PR target/27540
4943 * configure.in: Only enable libgomp on IRIX 6.
4944 * configure: Regenerate.
4945
d42c4017
DA
49462006-06-20 David Ayers <d.ayers@inode.at>
4947
4948 PR bootstrap/28072
4949 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4950 whether target-libjava is being configured instead of whether the
4951 java front end is enabled.
4952 * configure: Regenerate.
0e7ef45c 4953
4962c51a
MS
49542006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4955
4956 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4957 to R_ARM_LDC_SB_G{0,1,2} respectively.
4958
caee866a
PB
49592006-06-15 Paolo Bonzini <bonzini@gnu.org>
4960
4961 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4962 too.
4963 * Makefile.in: Regenerate.
4964
363ef840
DA
49652006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4966
4967 Sync from gcc:
4968
4969 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4970 * configure.in: Don't enable libgomp on hpux10.
4971 * configure: Rebuilt.
4972
54d1c879
DA
49732006-06-13 David Ayers <d.ayers@inode.at>
4974
4975 Sync from gcc:
4976
4977 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4978
54d1c879
DA
4979 PR bootstrap/27963
4980 PR target/19970
0e7ef45c 4981 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4982 ${libgcj} is specified.
4983 * configure: Regenerate.
0e7ef45c 4984
a4d8b690
JJ
49852006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4986
4987 Sync from gcc:
4988
4989 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4990 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4991
4992 PR bootstrap/18033
4993 * config-ml.in: Eval option if surrounded by single quotes.
4994
4f0ef2d8
CD
49952006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4996
4997 Sync from gcc:
0e7ef45c 4998
4f0ef2d8 4999 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 5000
4f0ef2d8
CD
5001 PR libobjc/13946
5002 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5003 * Makefile.in: Regenerate.
5004 * configure.in: Add --enable-objc-gc at toplevel and have it
5005 enable boehm-gc for Objective-C.
5006 Remove target-boehm-gc from libgcj.
5007 Add target-boehm-gc to target_libraries.
5008 Add target-boehm-gc to noconfigdirs where ${libgcj}
5009 is specified.
5010 Assert that boehm-gc is supported when requested for Objective-C.
5011 Only build boehm-gc if needed either for Java or Objective-C.
5012 * configure: Regenerate.
5013
5014 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 5015
4f0ef2d8
CD
5016 PR 27674
5017 * Makefile.tpl (configure-[+prefix+][+module+],
5018 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5019 Remove rule to unstage bootstrapped modules.
5020 (stage_current): New.
5021 * Makefile.in: Regenerate.
5022
5023 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5024 Andreas Tobler <a.tobler@schweiz.ch>
5025
5026 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5027 * configure: Rebuilt.
5028
5029 Revert
5030 2006-01-31 Richard Guenther <rguenther@suse.de>
5031 Paolo Bonzini <bonzini@gnu.org>
5032
5033 * Makefile.def (target_modules): Add libgcc-math target module.
5034 * configure.in (target_libraries): Add libgcc-math target library.
5035 (--enable-libgcc-math): New configure switch.
5036 * Makefile.in: Re-generate.
5037 * configure: Re-generate.
5038
c17b816b
JJ
50392006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5040
5041 * config-ml.in: Alter CCASFLAGS to include special
5042 multilib options the same as is done for CFLAGS.
5043
20e95c23
DJ
50442006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5045
5046 * Makefile.def: Added dependencies from sim and gdb on intl, and
5047 added configure dependencies to everything with an all dependency
5048 on intl.
5049 * gettext.m4: Removed.
5050 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5051 (GDB_SUPPORT_DIRS): Add intl.
5052 * Makefile.in: Regenerated.
5053
4bd8ad80
DJ
50542006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5055
5056 * src-release (DEVO_SUPPORT): Add config.rpath.
5057
c380fdd8
PB
50582006-05-25 Paolo Bonzini <bonzini@gnu.org>
5059
5060 * Makefile.def (bfd, opcodes): Fix lib_path.
5061 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5062 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5063 * Makefile.in: Regenerate.
5064
701628f5
MS
50652006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5066
5067 * configure.in: Enable gprof for cross builds.
5068 * configure: Regenerate.
5069
25aae7f2
DJ
50702006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5071
5072 * src-release (MAKEINFOFLAGS): Define.
5073 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5074
ea3d1626
BE
50752006-05-14 Ben Elliston <bje@au.ibm.com>
5076
5077 * config.sub, config.guess: Update from upstream sources.
5078
49b9e644
BE
50792006-05-12 Ben Elliston <bje@au.ibm.com>
5080
5081 * config.sub, config.guess: Update from upstream sources.
5082
482dd2f6
DJ
50832006-05-04 Steve Ellcey <sje@cup.hp.com>
5084
5085 * blt, iwidgets, mmalloc: Remove directories.
5086
8b01a5c2
DD
50872006-05-01 DJ Delorie <dj@redhat.com>
5088
641a3af4 5089 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5090 * configure: Regenerate.
5091
a481dbb7
DD
50922006-04-18 DJ Delorie <dj@redhat.com>
5093
5094 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5095 reference libgloss so that libssp can be built in a combined
5096 tree.
5097 * configure: Regenerate.
5098
962c9e74
BE
50992006-04-10 Ben Elliston <bje@au.ibm.com>
5100
5101 * contrib: Remove directory.
5102
108a6f8e
CD
51032006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5104
5105 * Makefile.tpl: Add install-html target.
5106 * Makefile.def: Add install-html target.
5107 * Makefile.in: Regenerate.
5108 * configure.in: Add --with-datarootdir, --with-docdir,
5109 and --with-htmldir options.
5110 * configure: Regenerate.
5111
a4ef73e9
BE
51122006-03-31 Ben Elliston <bje@au.ibm.com>
5113
5114 PR binutils/1860
5115 * configure.in: Require makeinfo 4.4 or higher.
5116 * configure: Regenerate.
5117
b37df25a
PB
51182006-03-14 Paolo Bonzini <bonzini@gnu.org>
5119
5120 * Makefile.in: Regenerate.
5121
a6df5a19
PB
51222006-03-14 Paolo Bonzini <bonzini@gnu.org>
5123
5124 Sync with gcc:
5125 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5126
f7c83eac
AS
5127 * configure.in: Handle --disable-<component> generically.
5128 * configure: Regenerate.
a6df5a19
PB
5129
5130 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5131
f7c83eac
AS
5132 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5133 (TARGET_CONFIGDIRS): Remove.
5134 * configure.in: Remove AC_SUBST(target_configdirs).
5135 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5136
5137
65419985
L
51382006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5139
5140 PR libgcj/17311
5141 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5142
c52c6897
PB
51432006-02-20 Paolo Bonzini <bonzini@gnu.org>
5144
5145 PR bootstrap/25670
5146
5147 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5148
5149 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5150 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5151 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5152 BUILD_PREFIX, BUILD_PREFIX_1.
5153 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5154
5155 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5156 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5157
5158 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5159 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5160 of `cat stage_current`. Always provide the `r' and `s' variables.
5161 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5162 a single shell execution.
5163 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5164 bootstrapped modules, make the stage1 module if the build was not
5165 started yet, else build the current stage.
5166 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5167 (all-build, all-host, all-target, [+make_target+]-host,
5168 [+make_target+]-target): Do not use \-continued lines.
5169 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5170 (current_stage, restrap, stage_last): New.
5171
5172 * Makefile.in: Regenerate.
5173 * configure: Regenerate.
5174
b3ded179
PB
51752006-02-14 Paolo Bonzini <bonzini@gnu.org>
5176
5177 Sync from gcc:
5178
5179 2006-01-31 Richard Guenther <rguenther@suse.de>
5180 Paolo Bonzini <bonzini@gnu.org>
5181
f7c83eac
AS
5182 * Makefile.def (target_modules): Add libgcc-math target module.
5183 * configure.in (target_libraries): Add libgcc-math target library.
5184 (--enable-libgcc-math): New configure switch.
5185 * Makefile.in: Re-generate.
5186 * configure: Re-generate.
5187 * libgcc-math: New toplevel directory.
b3ded179
PB
5188
5189 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5190 Jakub Jelinek <jakub@redhat.com>
5191 Diego Novillo <dnovillo@redhat.com>
b3ded179 5192
f7c83eac
AS
5193 * libgomp: New directory.
5194 * Makefile.def: Add target_module libgomp.
5195 * Makefile.in: Regenerate.
5196 * configure.in (target_libraries): Add target-libgomp.
5197 * configure: Regenerate.
b3ded179 5198
3a35eeb3
PB
51992006-02-14 Paolo Bonzini <bonzini@gnu.org>
5200 Andreas Schwab <schwab@suse.de>
0e7ef45c 5201
3a35eeb3
PB
5202 * configure: Regenerate.
5203
2429c060
PB
52042006-01-16 Paolo Bonzini <bonzini@gnu.org>
5205
5206 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5207 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5208 the assembler, linker and binutils.
5209 * configure: Regenerate.
5210
ec49b2b8
NC
52112006-01-16 Nick Clifton <nickc@redhat.com>
5212
49b9e644 5213 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5214
44b2308f
AO
52152006-01-05 Alexandre Oliva <aoliva@redhat.com>
5216
5217 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5218 @ from continuation.
5219 * Makefile.in: Rebuilt.
5220
80911fe1
PB
52212006-01-04 Paolo Bonzini <bonzini@gnu.org>
5222
5223 Sync from gcc:
5224
5225 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5226
f7c83eac 5227 PR bootstrap/24252
80911fe1 5228
f7c83eac
AS
5229 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5230 * Makefile.tpl (OBJDUMP): New.
5231 (EXTRA_HOST_FLAGS): Add it.
5232 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5233
f7c83eac
AS
5234 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5235 to use symbolic links between directories. Avoid race conditions
5236 or make them harmless.
5237 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5238
f7c83eac
AS
5239 * Makefile.def (LEAN): Pass.
5240 * Makefile.tpl (LEAN): Define.
5241 (stage[+id+]-start): Accept that the previous directory does not
5242 exist, if the bootstrap is lean.
5243 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5244 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5245 configure substitution.
5246 ([+compare-target+]): Likewise.
5247 ([+bootstrap-target+]-lean): New.
5248 * configure.in: Remove lean bootstrap support from here.
80911fe1 5249
f7c83eac
AS
5250 * Makefile.in: Regenerate.
5251 * configure: Regenerate.
80911fe1
PB
5252
5253 2006-01-02 Andreas Schwab <schwab@suse.de>
5254
f7c83eac
AS
5255 * configure.in: When reconfiguring remove Makefile in
5256 all stage directories.
5257 * configure: Regenerate.
80911fe1 5258
b59bea8a
NC
52592005-12-27 Leif Ekblad <leif@rdos.net>
5260
5261 * configure.in: Add support for RDOS target.
5262 * configure: Regenerate.
5263
d7730bac
NC
52642005-12-27 Nick Clifton <nickc@redhat.com>
5265
5266 PR binutils/1990
5267 * libtool.m4: Synchronize with version in GCC sources.
5268
c02dabc3
PB
52692005-12-20 Paolo Bonzini <bonzini@gnu.org>
5270
f7c83eac 5271 Revert Ada-related part of the previous change.
c02dabc3 5272
f7c83eac
AS
5273 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5274 Do not pass.
5275 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5276 * Makefile.in: Regenerate.
5277 * configure.in: Do not include mt-ppc-aix target fragment.
5278 * configure: Regenerate.
c02dabc3 5279
f6d183c0
PB
52802005-12-19 Paolo Bonzini <bonzini@gnu.org>
5281
5282 * configure.in: Select appropriate fragments for PowerPC/AIX.
5283 * configure: Regenerate.
5284
5285 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5286 BOOT_CFLAGS, BOOT_LDFLAGS.
5287 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5288 BOOT_CFLAGS, BOOT_LDFLAGS.
5289 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5290 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5291 (stage): Fail if we cannot complete the work.
5292 * Makefile.in: Regenerate.
5293
f29759fc
JJ
52942005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5295
5296 * COPYING.NEWLIB: Update copyright year for default
5297 copyright.
5298
1f054001
PB
52992005-12-15 Paolo Bonzini <bonzini@gnu.org>
5300
5301 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5302 install-host-nogcc): Don't invoke $(stage) at the end.
5303 * Makefile.in: Regenerate.
5304
0aed8855
PB
53052005-12-14 Paolo Bonzini <bonzini@gnu.org>
5306
5307 * configure.in: Flip the top-level bootstrap switch.
5308 * configure: Regenerate.
5309
5310 Merge from gcc:
5311
5312 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5313
f7c83eac
AS
5314 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5315 $(stage) and $(unstage).
5316 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5317 (all): Remove stray semicolon.
5318 (local-distclean): Don't handle multilib.tmp and multilib.out.
5319 (install.all): Set $s for consistency.
5320 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5321 check_multilibs setting. Always make the install directory.
5322 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5323 Correct @if/@endif.
5324 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5325 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5326 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5327 (multilib.out): Remove.
5328 * Makefile.in: Regenerated.
0aed8855
PB
5329
53302005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5331
5332 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5333 * configure.in: Replace ms1 arch with mt.
5334 * configure: Rebuilt.
5335
53362005-12-05 Paolo Bonzini <bonzini@gnu.org>
5337
5338 Sync with gcc:
5339
4970f871
NS
53402005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5341
5342 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5343 * configure.in: Replace ms1 arch with mt.
5344 * configure: Rebuilt.
5345
be01d343
PB
53462005-12-05 Paolo Bonzini <bonzini@gnu.org>
5347
5348 Sync with gcc:
5349
5350 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5351
f7c83eac
AS
5352 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5353 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5354 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5355 Find in-tree tools if available.
5356 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5357 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5358 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5359 (COMPILER_*_FOR_TARGET): New.
5360 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5361 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5362 (CONFIGURED_*, USUAL_*): Remove.
5363 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5364 STRIP): Use autoconf substitutions.
5365 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5366 COMPILER_NM_FOR_TARGET): New.
5367 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5368
5369 (all): Make all-host and all-target in parallel.
5370 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5371 that $$r and $$s are set before invoking a recursive make.
5372 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5373 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5374
5375 2005-11-29 Ben Elliston <bje@au.ibm.com>
5376
f7c83eac
AS
5377 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5378 from the gcc build directory.
5379 * Makefile.in: Regenerate.
be01d343
PB
5380
5381 2005-11-29 Ben Elliston <bje@au.ibm.com>
5382
f7c83eac
AS
5383 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5384 depend on all-libdecnumber.
5385 * configure.in (host_libs): Include libdecnumber.
5386 * Makefile.in: Regenerate.
5387 * configure: Likewise.
be01d343
PB
5388
5389 2005-11-21 Kean Johnston <jkj@sco.com>
5390
f7c83eac 5391 * config.sub, config.guess: Sync from upstream sources.
be01d343 5392
907be67c
DJ
53932005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5394
5395 * Makefile.def: Remove gdb dependencies for gdbtk.
5396 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5397 (configure-gdb, install-gdb): New rules.
5398 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5399 * Makefile.in, configure: Regenerated.
5400
e360f423
PB
54012005-10-22 Paolo Bonzini <bonzini@gnu.org>
5402
5403 PR bootstrap/24297
5404 * Makefile.tpl (do-[+make-target+], do-check, install,
5405 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5406 are set before recursing.
5407 * Makefile.in: Regenerate.
5408
45d5eb0a
EB
54092005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5410
5411 PR bootstrap/18939
5412 * Makefile.def (gcc) <target>: Fix thinko.
5413 * Makefile.in: Regenerate.
5414
3cf3372e
BS
54152005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5416
5417 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5418 * configure: Regenerate.
5419
bd70a46f
KH
54202005-10-09 Kazu Hirata <kazu@codesourcery.com>
5421
5422 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5423 target-libffi, target-qthreads, target-libjava, and
5424 targetlibobjc.
5425 * configure: Regenerate.
5426
5ae72758
DJ
54272005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5428
5429 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5430 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5431 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5432 (USUAL_OBJDUMP_FOR_TARGET): New.
5433 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5434 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5435 * configure, Makefile.in: Regenerated.
5ae72758 5436
cc96343e
PB
54372005-10-05 Paolo Bonzini <bonzini@gnu.org>
5438
5439 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5440 before other host packages.
5441
f70224b5
PB
54422005-10-05 Paolo Bonzini <bonzini@gnu.org>
5443
5444 PR bootstrap/22340
5445
5446 * configure.in (default_target): Remove.
5447 * Makefile.tpl (all): Do not use prerequisites as subroutines
5448 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5449 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5450 use prerequisites as subroutines.
5451 (check-host, check-target): New.
5452 (bootstrap configure & all targets): Do not use stage*-start
5453 if the directory layout is already ok.
5454 (non-bootstrap configure & all targets): Prepend a $(unstage).
5455 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5456 (NOTPARALLEL): Remove.
5457 (unstage, stage variables): New variables.
5458 (unstage, stage targets): Simply expand to those variables.
5459
5460 * configure: Regenerate.
5461 * Makefile.in: Regenerate.
5462
c13c918a
JW
54632005-10-04 James E Wilson <wilson@specifix.com>
5464
5465 * Makefile.def (lang_env_dependencies): Add libmudflap.
5466 * Makefile.in: Regenerate.
5467
376a0e54
CM
54682005-10-03 Catherine Moore <clm@cm00re.com>
5469
5470 * configure.in (bfin-*-*): Support bfin.
5471 * configure: Regenerated.
5472
d320aacb
L
54732005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5474
5475 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5476 * configure: Regenerated.
5477
7e0f7140
GK
54782005-09-28 Geoffrey Keating <geoffk@apple.com>
5479
5480 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5481 (LIPO_FOR_TARGET): New.
5482 (CONFIGURED_LIPO_FOR_TARGET): New.
5483 (USUAL_LIPO_FOR_TARGET): New.
5484 (STRIP_FOR_TARGET): New.
5485 (CONFIGURED_STRIP_FOR_TARGET): New.
5486 (USUAL_STRIP_FOR_TARGET): New.
5487 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5488 STRIP_FOR_TARGET.
5489 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5490 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5491 * Makefile.in: Regenerate.
5492 * configure: Regenerate.
0e7ef45c 5493
096f7d00
DE
54942005-09-19 David Edelsohn <edelsohn@gnu.org>
5495
5496 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5497 (rs6000-*-aix*): Same.
5498 * configure: Regenerate.
5499
55002005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5501
5502 * configure.in: Recognize f95 in the --enable-languages option,
5503 and substitute it for fortran, issuing a warning.
5504 * configure: Regenerate.
5505
2016dfcc
BE
55062005-09-07 Ben Elliston <bje@au.ibm.com>
5507
5508 Import from Autoconf sources:
5509
5510 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5511 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5512 Elliston. Handle weird characters correctly.
5513
6dd2fda9
DD
55142005-08-30 Phil Edwards <phil@codesourcery.com>
5515
5516 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5517 * configure: Regenerated.
5518
e6db70d4
RE
55192005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5520
f7c83eac
AS
5521 * Makefile.def (libssp): Add to lang_env_dependencies.
5522 * Makefile.in: Regenerate.
e6db70d4 5523
e1e3d0f5
CG
55242005-08-17 Christian Groessler <chris@groessler.org>
5525
5526 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5527 * Makefile.in: Regenerate.
5528
05cbd757
PB
55292005-08-12 Paolo Bonzini <bonzini@gnu.org>
5530
5531 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5532 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5533 Look for alternate names of the target cc and c++
5534 * configure: Regenerate.
5535
55db4b87
PB
55362005-08-08 Paolo Bonzini <bonzini@gnu.org>
5537
5538 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5539 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5540 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5541 tools; remove code to manually set them.
5542 (Target tools): Look in the environment for them.
5543 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5544 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5545 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5546 build directory.
5547 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5548 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5549 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5550 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5551 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5552 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5553 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5554 * configure: Regenerate.
5555 * Makefile.in: Regenerate.
5556
414e5532
MM
55572005-07-27 Mark Mitchell <mark@codesourcery.com>
5558
5559 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5560 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5561 * Makefile.in: Regenerated.
5562
a19b6204
MM
55632005-07-26 Mark Mitchell <mark@codesourcery.com>
5564
5565 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5566 (CFLAGS_FOR_TARGET): Use it.
5567 (CXXFLAGS_FOR_TARGET): Likewise.
5568 * Makefile.in: Regenerated.
5569 * configure.in (--with-build-sysroot): New option.
5570 * configure: Regenerated.
5571
b73aa406
PB
55722005-07-24 Paolo Bonzini <bonzini@gnu.org>
5573
5574 * Makefile.tpl: Wrap install between unstage and stage
5575 * Makefile.in: Regenerate.
5576
6e4d0bcb
KC
55772005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5578
5579 * all files: Update FSF address.
5580
49f58d10
JB
55812005-07-14 Jim Blandy <jimb@redhat.com>
5582
5583 * configure.in: Add cases for Renesas m32c.
5584 * configure: Regenerated.
0e7ef45c 5585
1d9c9cd7
KC
55862005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5587
5588 * COPYING, compile, config-ml.in, config.guess,
5589 config.sub, install-sh, missing, mkinstalldirs,
5590 symlink-tree, ylwrap: Sync from upstream sources.
5591
1587117a
EC
55922005-07-13 Eric Christopher <echristo@redhat.com>
5593
5594 * configure.in: Add toplevel noconfigdir support for tpf.
5595 * configure: Regenerate.
5596
bb780410
DD
55972005-07-11 Jakub Jelinek <jakub@redhat.com>
5598
5599 * Makefile.def (target_modules): Add libssp.
5600 * configure.in (target_libraries): Add target-libssp.
5601 * configure: Rebuilt.
5602 * Makefile.in: Rebuilt.
5603
064d0a7c
PB
56042005-07-11 Paolo Bonzini <bonzini@gnu.org>
5605
5606 PR ada/22340
5607
5608 * Makefile.def: Sync with gcc.
5609 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5610 * Makefile.in: Regenerate.
5611
b2edd3b5
AS
56122005-07-07 Andreas Schwab <schwab@suse.de>
5613
5614 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5615 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5616 * Makefile.in: Regenerated.
5617
5f128533
KH
56182005-07-07 Kazu Hirata <kazu@codesourcery.com>
5619
5620 * configure.in: Add --enable-libssp and --disable-libssp.
5621 * configure: Regenerate with autoconf-2.13.
5622
4e3fc8e5
GK
56232005-07-06 Geoffrey Keating <geoffk@apple.com>
5624
5625 * configure.in: Don't build sim or rda when targetting darwin.
5626 * configure: Regenerate.
5627
c7357d6a
BE
56282005-07-04 Ben Elliston <bje@gnu.org>
5629
5630 * src-release (do-proto-toplev): Remove dejagnu bits.
5631 (DEJAGNU_SUPPORT_DIRS): Remove.
5632 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5633 (GDBD_SUPPORT_DIRS): Likewise.
5634 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5635 (INSIGHTD_SUPPORT_DIRS): Likewise.
5636 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5637
56382005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5639
5640 * setup.com (mpw): Remove unused directive.
5641
7d329e61
PB
56422005-06-22 Paolo Bonzini <bonzini@gnu.org>
5643
5644 * Makefile.def (stagefeedback): Come after profile.
5645 Define profiledbootstrap target.
5646 * Makefile.tpl (profiledbootstrap): Remove.
5647 (stageprofile-end): Zap stagefeedback.
5648 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5649 * Makefile.in: Regenerate.
5650
e5fbed21
DD
56512005-06-13 Zack Weinberg <zack@codesourcery.com>
5652
5653 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5654 In 'cpp' stanza, support '#line' as well as '# '.
5655
59f7ec45
HPN
56562005-06-07 Hans-Peter Nilsson <hp@axis.com>
5657
5658 * configure.in (unsupported_languages): New macro.
5659 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5660 non-ported target libraries in noconfigdirs.
5661 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5662 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5663 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5664 unsupported_languages.
5665 * configure: Regenerate.
5666
c10e9ba7
DD
56672005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5668
5669 * configure.in: Fix typo in handling of --with-mpfr-dir.
5670 * configure: Regenerate.
5671
20deb2b8
JB
56722005-06-02 Jim Blandy <jimb@redhat.com>
5673
5674 * config.sub: Add cases for the Renesas m32c. (This patch has been
5675 accepted into the master sources.)
5676
cdb9b172 56772005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5678 Michael Snyder <msnyder@redhat.com>
5679 Stan Cox <scox@redhat.com>
cdb9b172 5680
f7c83eac 5681 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5682
f7c83eac 5683 * configure: Regenerate.
cdb9b172 5684
1dc3053f
PB
56852005-05-25 Paolo Bonzini <bonzini@gnu.org>
5686
5687 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5688 (Dependencies): Consider target modules for bootstrap dependencies.
5689 Make target bootstrap modules depend on each stage's gcc.
5690 * Makefile.in: Regenerate.
5691
c60fe18b
PB
56922005-05-20 Paolo Bonzini <bonzini@gnu.org>
5693
5694 * Makefile.def (configure-gcc): Depend on binutils having been built.
5695 (all-gcc): No need to do it here.
5696 * Makefile.in: Regenerate.
5697
27258dd4
PB
56982005-05-19 Paul Brook <paul@codesourcery.com>
5699
0e7ef45c 5700 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5701 language cannot be built.
5702 * configure: Regenerate.
5703
42ecbf5e
DJ
57042005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5705
5706 * ylwrap: Import from Automake 1.9.5.
5707
ae380b45
MS
57082005-05-04 Mike Stump <mrs@apple.com>
5709
5710 * configure.in: Always pass --target to target configures as
5711 otherwise rebuilds that do --recheck will fail.
811d3af8 5712 * configure: Rebuilt.
ae380b45 5713
d545f33b
PB
57142005-05-04 Paolo Bonzini <bonzini@gnu.org>
5715
5716 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5717 STAGE_HOST_EXPORTS.
5718 (configure, all): Add bootstrap support.
5719 (Host modules, target modules): Pass post-stage1 flags and exports.
5720 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5721 * Makefile.in: Regenerate.
5722
2faa2958
PB
57232005-04-29 Paolo Bonzini <bonzini@gnu.org>
5724
5725 Sync from gcc:
5726
5727 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5728
f7c83eac 5729 * config.sub: Update from master copy.
2faa2958
PB
5730
5731 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5732
f7c83eac
AS
5733 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5734 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5735 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5736 "*-*-elf" and "*-*-linux*".
5737 * configure: Regenerate.
2faa2958 5738
a7254363
PB
57392005-04-06 Paolo Bonzini <bonzini@gnu.org>
5740
f7c83eac 5741 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5742 (TARGET_CONFIGARGS): Include --with-target-subdir.
5743 (configure, all): New macros. Use them throughout.
5744
a8637a7d
PB
57452005-04-05 Paolo Bonzini <bonzini@gnu.org>
5746
5747 * Makefile.tpl: Sync with gcc.
5748 * Makefile.in: Regenerate.
5749
dd387d52
JR
57502005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5751
5752 * config/mh-mingw32: Delete.
5753 * configure.in: Don't use it.
5754 * configure: Regenerate.
5755
e90269c8
PB
57562005-03-31 Paolo Bonzini <bonzini@gnu.org>
5757
5758 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5759 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5760 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5761 (HOST_LIB_PATH): Generate from Makefile.def.
5762 (TARGET_LIB_PATH): Likewise.
5763 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5764 * Makefile.in: Regenerate.
5765 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5766 (RPATH_ENVVAR): Include Darwin case.
5767 * configure: Regenerate.
5768
9a237d9e
PB
57692005-03-25 Paolo Bonzini <bonzini@gnu.org>
5770
5771 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5772 * configure: Regenerate.
5773
479759c8
ZW
57742005-03-21 Zack Weinberg <zack@codesourcery.com>
5775
5776 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5777 gcc_version, and gcc_version_trigger from set of flags to pass.
5778 * Makefile.tpl: Remove definitions of above variables.
5779 (config.status): Remove dependency on $(gcc_version_trigger).
5780 * Makefile.in: Regenerate.
5781 * configure.in: Do not reference config/gcc-version.m4 nor
5782 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5783 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5784 * configure: Regenerate.
5785
4cfaf6d5
DD
57862005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5787 Andrew Pinski <pinskia@physics.uc.edu>
5788
5789 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5790 * Makefile.in: Regenerate.
5791
33a3fb7b
AO
57922005-03-01 Alexandre Oliva <aoliva@redhat.com>
5793
5794 PR libgcj/20160
5795 * ltmain.sh: Avoid creating archives with components that have
5796 duplicate basenames.
5797
2da12f12
PB
57982005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5799
479759c8
ZW
5800 PR bootstrap/20250
5801 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5802 instead of check.
5803 * Makefile.in: Regenerate.
2da12f12 5804
b00612cc
PB
58052005-02-28 Paolo Bonzini <bonzini@gnu.org>
5806
5807 Sync from gcc.
5808
5809 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5810
5811 PR bootstrap/17383
5812 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5813 * Makefile.tpl (HOST_SUBDIR): New substitution.
5814 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5815 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5816 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5817 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5818 (Host modules, Bootstrapped modules): Use it.
5819 (Build modules, Target modules): Do not create symlink trees,
5820 always configure out-of-srcdir.
5821 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5822 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5823 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5824 $(HOST_SUBDIR). Create a symlink for host_subdir.
5825
5826 * Makefile.in: Regenerate.
5827 * configure: Regenerate.
5828
5829 Merged from libada-gnattools-branch:
5830 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5831
5832 * Makefile.def: Add gnattools as a module, depending on target-libada.
5833 * Makefile.in: Regenerate.
5834 * configure.in: Include gnattools in host_tools; disable it if ada
5835 is disabled.
5836 * configure: Regenerate.
5837
c3e65f62
NC
58382005-02-23 Nick Clifton <nickc@redhat.com>
5839
5840 * configure: Regenerate.
5841
e4d180c2
NC
58422005-02-22 Paul Schlie <schlie@comcast.net>
5843
5844 * configure.in: Allow darwin targeted ports to build tk, itcl and
5845 libgui.
5846
e3c770b1
EB
58472005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5848
5849 PR libgcj/10353
5850 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5851 * configure: Regenerate.
5852
9c73618c
AC
58532005-02-08 Andrew Cagney <cagney@gnu.org>
5854
5855 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5856 gdb/ section. Update GDB's URL.
5857
c46f8c51
AC
58582005-01-31 Andrew Cagney <cagney@gnu.org>
5859
5860 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5861
c7e66c6d
HPN
58622005-01-29 Hans-Peter Nilsson <hp@axis.com>
5863
5864 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5865 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5866 target-libgloss when not *-*-elf and *-*-aout.
5867 * configure: Regenerate.
5868
a53bf506
AC
58692005-01-27 Andrew Cagney <cagney@gnu.org>
5870
5871 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5872
45181ed1
AC
58732005-01-24 Andrew Cagney <cagney@gnu.org>
5874
5875 * gettext.m4: Only fall back to ../intl/ when it's present.
5876
a1e0f4e4
KC
58772005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5878
5879 * install-sh, config.sub: Import from upstream.
5880
58812005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5882
5883 PR bootstrap/18222
5884 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5885 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5886 * Makefile.in: Regenerate.
5887
c50382e2
PB
58882005-01-03 Paolo Bonzini <bonzini@gnu.org>
5889
5890 Revert 2004-12-28 Makefile changes, a better fix will be
5891 applied to mainline and src after GCC 4.0 branches.
5892
11d07737
PB
58932004-12-28 Paolo Bonzini <bonzini@gnu.org>
5894
5895 PR bootstrap/17383
5896
5897 * Makefile.def (target_modules): Remove stage parameter,
5898 it is always true now.
5899 * Makefile.tpl (configure-build-[+module+],
5900 configure-target-[+module+]): Always build symlink tree
5901 for the directory and for include. BUILD_SUBDIR and
5902 TARGET_SUBDIR cannot be . anymore.
5903 * Makefile.in: Regenerate.
5904
dadfdbe2
DD
59052004-12-25 David Edelsohn <edelsohn@gnu.org>
5906
5907 Revert 2004-12-08 Makefile changes.
5908
dbf85af7
JR
59092004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5910
5911 * configure.in (sh64-*-*): Reenable gprof.
5912 * configure: Regenerate.
5913
6b8fea99
JB
59142004-12-09 Jim Blandy <jimb@redhat.com>
5915
5916 * MAINTAINERS: List 'depcomp' as part of automake.
5917
7341462c
DE
59182004-12-08 David Edelsohn <edelsohn@gnu.org>
5919
5920 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5921 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5922 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5923 * Makefile.in: Regenerate.
5924
21fde4dc
DD
59252004-12-07 Matt Kraai <kraai@ftbfs.org>
5926
5927 * Makefile.tpl: Generate normal dependencies if the LHS module is
5928 not bootstrapped.
5929 * Makefile.in: Regenerate.
5930
3da796a2
RS
59312004-12-03 Richard Sandiford <rsandifo@redhat.com>
5932
5933 * configure.in: Include config/gxx-include-dir.m4. Use
5934 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5935 * configure: Regenerate.
5936
73fb7068
RS
59372004-12-03 Richard Sandiford <rsandifo@redhat.com>
5938
5939 * config.if: Delete.
5940 * configure.in: Set libstdcxx_incdir directly.
5941 * configure: Regenerate.
5942 * MAINTAINERS: Remove mention of config.if.
5943 * src-release (DEVO_SUPPORT): Remove config.if.
5944
6c8e6ce9
EC
59452004-12-02 Eric Christopher <echristo@redhat.com>
5946
3b6098f8
EC
5947 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5948 of things to remove.
6c8e6ce9 5949 * Makefile.in: Regenerate.
479759c8 5950
b8658a2f
RS
59512004-12-02 Richard Sandiford <rsandifo@redhat.com>
5952
5953 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5954 * configure: Regenerate.
5955
afefada0
RS
59562004-12-02 Richard Sandiford <rsandifo@redhat.com>
5957
5958 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5959 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5960 * configure: Regenerate.
5961
5dcac624
DA
59622004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5963
5964 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5965 (hppa*64*-*-*): Delete incorrect comment.
5966 * configure: Rebuilt.
5967
57d1eb1a
DD
59682004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5969
5970 * install-sh, compile: Import from automake.
5971
59722004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5973
5974 * config.guess, config.sub: Import from savannnah.
5975
6d389afc
MS
59762004-11-12 Mike Stump <mrs@apple.com>
5977
5978 * Makefile.def: Add html support.
5979 * Makefile.tpl: Likewise.
5980 * Makefile.in: Regenerate.
5981
69e57115
GK
59822004-11-11 Geoffrey Keating <geoffk@apple.com>
5983
5984 PR 18423
5985 * configure.in: Remove all instances of build-fixincludes from
5986 noconfigdirs.
5987 (build_configargs): Supply --target to subdirectories.
5988 * configure: Regenerate.
5989
5990 * Makefile.def: Make gcc install depend on fixincludes install.
5991 * Makefile.in: Regenerate.
5992
ba719b26
HPN
59932004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5994
5995 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5996 target-libgfortran.
5997 * configure: Regenerate.
5998
c37653e7
DE
59992004-11-07 David Edelsohn <edelsohn@gnu.org>
6000
6001 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6002 like CC.
6003
1eefd493
PB
60042004-11-05 Paolo Bonzini <bonzini@gnu.org>
6005
6006 * Makefile.def (host fixincludes): Specify missing targets.
6007 * Makefile.in: Regenerate.
6008
02b1af09
L
60092004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6010
6011 PR other/17783
6012 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6013 * configure: Regenerated.
6014
7f266840
DJ
60152004-11-04 Daniel Jacobowitz <dan@debian.org>
6016
6017 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6018 * configure: Regenerated.
6019
47444073
AL
60202004-10-28 Eric B. Weddington <ericw@evcohs.com>
6021
6022 PR target/18151
6023 * configure.in (case ${target}): Do not build fixincludes for avr.
6024 * configure: Regenerated.
6025
caeba88f
AL
60262004-10-26 Paolo Bonzini <bonzini@gnu.org>
6027
6028 * configure.in (case ${target}): Do not build fixincludes
6029 on platforms where it is not used.
6030 * configure: Regenerated.
6031
0fdbe983
DJ
60322004-10-23 Daniel Jacobowitz <dan@debian.org>
6033
6034 * configure.in: Use an absolute path to install-sh.
6035 * configure: Regenerated.
6036
1c0f67c1
AC
60372004-10-19 Andrew Cagney <cagney@gnu.org>
6038
6039 * src-release (do-djunpack, do-md5sum): Install the generated file
6040 directly into the proto-toplev/ directory.
479759c8 6041
a9cfce9c
AC
60422004-10-19 Andrew Cagney <cagney@gnu.org>
6043
6044 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6045
ac0fa625
DD
60462004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6047
6048 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6049 * configure: Regenerate.
6050
d27cc32e
PB
60512004-10-06 Paolo Bonzini <bonzini@gnu.org>
6052
6053 Fix wrong conflict resolution in:
6054
6055 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6056
6057 * Makefile.in: Regenerate.
6058 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6059 in the recursive `make', instead of hardwiring `all'.
6060 (Autogenerated TARGET-* variables): New.
6061
1763908f
UW
60622004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6063
6064 Merged from GCC / libtool upstream:
6065 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6066 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6067 * ltcf-cxx.sh (tpf*): Likewise.
6068 * ltconfig (tpf*): Add TPF OS configuration support.
6069
0490e016
NC
60702004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6071
6072 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6073 * configure: Regenerate.
0490e016 6074
32be62b5
RS
60752004-09-24 Michael Roth <mroth@nessie.de>
6076
6077 * configure.in (--without-headers): Add missing double quotes.
6078 * configure: Regenerate.
6079
6048df60
DD
60802004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6081
6082 * ylwrap: Revert to previous version.
6083
315b3b02
L
60842004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6085
6048df60 6086 PR bootstrap/17369
315b3b02
L
6087 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6088 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6089 SET_GCC_LIB_PATH_CMD.
6090 (BASE_TARGET_EXPORTS): Likewise.
6091 * Makefile.in: Regenerated.
6092
6093 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6094 * configure: Regenerated.
6095
fe69863c
DD
60962004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6097
6098 * config.guess: New upstream version
6099 * compile, depcomp, install-sh, ylwrap: Likewise.
6100
61012004-09-19 Roger Sayle <roger@eyesopen.com>
6102
6103 * config/mh-x86omitfp: New host makefile fragment. Add
6104 -fomit-frame-pointer to the default BOOT_CFLAGS.
6105 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6106 * configure: Regenerate.
6107
61082004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6109
6110 PR target/11572
6111 * configure.in (*-*-darwin*): Renable libobjc.
6112 * configure: Regenerate.
6113
be75bbe1 61142004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6115
be75bbe1
DB
6116 * Makefile.def: Remove libbanshee.
6117 * Makefile.tpl: Ditto.
6118 * configure.in: Ditto.
6119 * Makefile.in: Regen.
6120 * configure: Ditto.
6121
1b882a91
PB
61222004-09-07 Paolo Bonzini <bonzini@gnu.org>
6123
6124 * missing: Import latest version from master repository.
6125
eb1352ed
NC
61262004-09-04 Nick Clifton <nickc@redhat.com>
6127
6128 * config.sub: Import latest version from master repository.
6129 * config.guess: Likewise.
6130 This includes these changes:
479759c8 6131
eb1352ed
NC
6132 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6133
6134 * config.sub: Handle crisv32, alias etraxfs.
6135 * config.guess (crisv32:Linux:*:*): Handle.
6136
6137 2004-08-13 Brad Smith <brad@comstyle.com>
6138
6139 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6140 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6141
6142 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6143
6144 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6145 assume the processor is a powerpc. This is because coreutils
6146 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6147 in this case, due to a MacOS X bug that causes
6148 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6149 to return a negative number.
6150 Problem reported by Petter Reinholdtsen in:
6151 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6152
6153 2004-07-19 Ben Elliston <bje@gnu.org>
6154
6155 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6156
6157 2004-06-24 Ben Elliston <bje@gnu.org>
6158
6159 * config.guess: Update copyright years.
6160 * config.sub: Likewise.
6161
6162 2004-06-22 Robert Millan <robertmh@gnu.org>
6163
6164 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6165 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6166
6167 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6168
6169 * config.guess (*:*VMS:*:*): New entry. Replaces
6170 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6171 manufacturer.
6172
6173 2004-06-22 Ben Elliston <bje@gnu.org>
6174
6175 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6176 * config.sub: Likewise.
6177
6178 2004-06-22 Ben Elliston <bje@gnu.org>
6179
6180 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6181 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6182
6183 2004-06-11 Ben Elliston <bje@gnu.org>
6184
6185 * config.guess (pegasos:OpenBSD:*:*): Remove.
6186
6187 2004-06-11 Ben Elliston <bje@gnu.org>
6188
6189 From Wouter Verhelst <wouter@grep.be>:
6190 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6191
6192 2004-06-11 Ben Elliston <bje@gnu.org>
6193
6194 * config.guess (luna88k:OpenBSD:*:*): New.
6195
6196 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6197
6198 * config.guess (m32r*:Linux:*:*): New case.
6199 * config.sub: Handle m32rle.
6200
6201 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6202
6203 From Jens Petersen <petersen@redhat.com>:
6204 * config.sub: Handle sparcv8.
6205
6206 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6207
6208 From Tom Smith <smith@cag.lkg.hp.com>:
6209 * config.guess: Version suffixes are equally significant on Tru64
6210 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6211 prefix of "P" (patched kernel).
6212
6213 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6214
6215 * config.sub: Add support for National Semiconductor CRX target.
6216
2a3124ca 62172004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6218
2a3124ca
RH
6219 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6220 *-*-netware, but add target-libmudflap.
6221 Consolidate *-*-netware targets (of which really only i?86 exists)
6222 into a single entry.
6223 * configure: Likewise.
6224
0df3d27f
PB
62252004-09-01 Paolo Bonzini <bonzini@gnu.org>
6226
6227 * Makefile.tpl (sorry): Remove.
6228 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6229 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6230 (do-clean): Clean per-stage directories too.
6231 (do-distclean): Run distclean-stage1 too.
6232 (.NOTPARALLEL): Enable during toplevel bootstrap.
6233 (stage[+id+]-bubble): Enable parallel execution during
6234 the recursive invocation.
6235 * Makefile.in: Regenerate.
6236
6237 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6238
6239 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6240
6241 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6242 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6243 * configure: regenerate
479759c8
ZW
6244 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6245 -mdynamic-no-pic
0df3d27f
PB
6246
62472004-08-31 Paolo Bonzini <bonzini@gnu.org>
6248
6249 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6250 include.
6251 * configure.in: Fix indentation.
6252 * configure: Regenerate.
6253
ee025550
PB
62542004-08-31 Paolo Bonzini <bonzini@gnu.org>
6255
6256 * Makefile.def (build_modules): Add fixincludes.
6257 (dependencies): Make gcc depend on fixincludes.
6258 * configure.in (build_tools): Add fixincludes.
6259 (build_configdirs): Always include build_libs.
6260 * Makefile.in: Regenerate.
6261 * configure: Regenerate.
6262
62632004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6264
6265 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6266 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6267 phony targets; do not generate timestamp files.
6268 (distclean-stageN): Remove references to their timestamp files.
6269 (restageN, touch-stageN): Remove.
6270 (stageN-bubble): Rewritten.
6271 (compare): Support lean bootstraps.
6272 * Makefile.in: Regenerate.
6273
6274 * configure.in: Only warn when bootstrapping but
6275 build != host or build != target. Support lean bootstraps.
6276 * configure: Regenerate.
6277
6278 Sync from gcc:
6279 2004-08-26 Phil Edwards <phil@codesourcery.com>
6280
6281 * configure.in: Give a better error message if GMP/MPFR are missing
6282 and a language needing them has been requested.
6283 * configure: Regenerated.
6284
6285 2004-08-25 Phil Edwards <phil@codesourcery.com>
6286
6287 * configure.in: Print a list of available language front-ends if
6288 a requested one is missing. Tidy stray tab characters.
6289 * configure: Regenerated.
6290
72b2455a
PB
62912004-08-17 Paolo Bonzini <bonzini@gnu.org>
6292
6293 * Makefile.in: Regenerate.
6294 * configure: Regenerate.
6295
6296 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6297 stage_*_flags.
6298 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6299 for bootstrapped modules if toplevel bootstrap is going.
6300 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6301 modules. Adjust for changes in Makefile.def. Enable several
6302 rules even in non-bootstrap mode, just to avoid peppering the
6303 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6304 (stage-[+prev+]-bubble): Remove.
6305
6306 * Makefile.def (Dependencies): Depend on all-build-bison,
6307 all-build-flex, all-build-byacc, all-build-texinfo, rather
6308 than the host variations.
6309 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6310 with BUILD_SUBDIR.
6311 (BISON): Update for recent Bisons.
6312 (YACC): Fix typo.
6313 (cross): Depend on all-build.
6314 (all): Do not depend on all-build.
6315 (prebootstrap): Remove.
6316 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6317 (Prebootstrap dependencies): Add them to the per-stage targets
6318 and to all-prebootstrap.
6319 * configure.in (build_configdirs): Always enable build_tools.
6320 (BUILD_DIR_PREFIX): Remove.
6321
6322 * Makefile.def (gcc): Add target variable.
6323 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6324 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6325 in the recursive `make', instead of hardwiring `all'.
6326 (Autogenerated TARGET-* variables): New.
6327
de0b4a87
JW
63282004-08-17 Robert Millan <robertmh@gnu.org>
6329
6330 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6331 (instead of FreeBSD).
6332 * configure: Regenerate.
6333
ad681c85
NN
63342004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6335
675c6968
NN
6336 * Makefile.def, configure.in, src-release: Remove useless, bogus
6337 references to tix.
6338 * Makefile.in, configure: Regenerate.
6339
ad681c85
NN
6340 * src-release: Stop distributing mmalloc with gdb (which doesn't
6341 use it).
6342 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6343 * Makefile.in: Regenerate.
6344
11b04d1f
DD
63452004-08-09 Mark Mitchell <mark@codesourcery.com>
6346
6347 * configure.in (arm*-*-eabi*): New target.
6348 * configure: Regenerate.
6349
f2420bea
NN
63502004-08-01 Robert Millan <robertmh@gnu.org>
6351
6352 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6353 libmudflap for all GNU-based systems (with Glibc).
6354 * configure: Regenerate.
6355
9e6ce191
PB
63562004-08-06 Paolo Bonzini <bonzini@gnu.org>
6357
6358 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6359 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6360 (Dependencies): New section.
6361 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6362 (configure-target-[+module+]): Depend on maybe-all-gcc
6363 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6364 (toplevel profiledbootstrap): Fix dependencies.
6365 * Makefile.in: Regenerate.
6366
df4a6958
MM
63672004-08-03 Mark Mitchell <mark@codesourcery.com>
6368
6369 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6370 target-libiberty to noconfigdirs.
6371
11b04d1f
DD
63722004-08-03 Paul Brook <paul@codesourcery.com>
6373
6374 * configure.in: Check for MPFR as well as GMP.
6375 * configure: Regenerate.
6376
b813574b
PB
63772004-08-03 Paolo Bonzini <bonzini@gnu.org>
6378
6379 * Makefile.def (host-modules): Add gcc.
6380 * Makefile.in: Regenerate.
6381 * Makefile.tpl (sorry): New rule.
6382 (configure-host, all-host, [+make_target+]-host, do-check,
6383 install-host): Do not add gcc as a special case.
6384 (host modules): Add a small special-casing for gcc. Export
6385 extra_make_flags through the environment.
6386 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6387 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6388 other recursive targets for gcc): Remove.
6389
6390 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6391 (stage, unstage): New rules.
6392 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6393 distclean-stage[+id+]): Use stage_current.
6394 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6395 the stage*-start rules.
6396
61edac0c
JW
63972004-07-19 Robert Millan <robertmh@gnu.org>
6398
6399 Synced from gcc:
6400
6401 2004-04-26 Robert Millan <robertmh@gnu.org>
6402
6403 Add patches from libtool CVS.
6404 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6405 * ltconfig: Likewise.
6406 * ltcf-c.sh: Likewise.
6407 * ltcf-cxx.sh: Likewise.
6408 * ltcf-gcj.sh: Likewise.
6409
3e707e94
PB
64102004-07-12 Paolo Bonzini <bonzini@gnu.org>
6411
6412 * configure.in: Add noconfigdirs for crx-*-*.
6413 * configure: Regenerate.
6414
64152004-07-12 Paolo Bonzini <bonzini@gnu.org>
6416
6417 Synced from gcc:
6418
6419 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6420
6421 * configure.in: Build libmudflap by default on FreeBSD.
6422 * configure: Regenerated.
6423
6424 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6425
6426 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6427 systems.
6428 * configure: Regenerated.
6429
6430 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6431
6432 PR target/16344
6433 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6434 feedback based compiler.
6435 * Makefile.in: Rebuilt.
6436
6437 2004-07-05 Phil Edwards <phil@codesourcery.com>
6438
6439 * configure.in: Do not prepend $srcdir to /dev/null in
6440 makefile fragments.
6441 * configure: Regenerate.
6442
a7ee7660
AO
64432004-07-08 Alexandre Oliva <aoliva@redhat.com>
6444
6445 * Makefile.def (host_modules): Set bootstrap=true for flex.
6446 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6447 * Makefile.in: Rebuilt.
6448
6a9cf61e
PB
64492004-07-01 Paolo Bonzini <bonzini@gnu.org>
6450
6451 * Makefile.def (build_modules): Add bison, byacc, flex,
6452 m4, texinfo.
6453 (flags_to_pass): Add FLEX.
6454 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6455 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6456 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6457 DEFAULT_MAKEINFO): Remove.
6458 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6459 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6460 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6461 objdir or else use configured tool.
6462 (all-build): New.
6463 (all): Depend on it.
6464 (Build module dependencies): Add.
6465 * Makefile.in: Regenerate.
6466 * configure.in: Better support for multiple build modules,
6467 matching what is done for host/target modules. Do not look
6468 for "plausible" locations of build tools if Canadian cross.
6469 Use autoconf's AC_PROG_CC to find a C compiler. Define
6470 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6471 * configure: Regenerate.
6472
95b6a1f2
PB
64732004-06-22 Paolo Bonzini <bonzini@gnu.org>
6474
6475 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6476 * Makefile.in: Regenerate.
6477
7ffa0b57
PB
64782004-06-22 Paolo Bonzini <bonzini@gnu.org>
6479
6480 * Makefile.tpl (configure-build-[+module+],
6481 configure-[+module+], configure-target-[+module+]): Pass
6482 [+extra_configure_args+].
6483 (all-build-[+module+], all-[+module+], check-[+module+],
6484 install-[+module+], [+make_target+]-[+module+],
6485 all-target-[+module+], check-target-[+module+],
6486 install-target-[+module+], [+make_target+]-target-[+module+]):
6487 Pass [+extra_make_args+].
6488 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6489 (GCC_HOST_EXPORTS): Remove.
6490 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6491 cross, check-gcc, check-gcc-c++, install-gcc,
6492 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6493 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6494 * Makefile.in: Regenerate.
6495
929ba6e7
CF
64962004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6497
6498 * configure.in: Check for srcdir/winsup rather than build directory
6499 winsup.
6500 * configure: Regenerate.
6501
b76d7de0
CV
65022004-06-17 Corinna Vinschen <vinschen@redhat.com>
6503
6504 * configure.in: Don't build Cygwin native newlib if winsup
6505 directory is missing. Emit warning instead.
6506 * configure: Regenerate.
6507
656fdd47
PB
65082004-06-09 Paolo Bonzini <bonzini@gnu.org>
6509
6510 * Makefile.tpl (touch-stage[+id+]): New.
6511 (restage[+prev+]): Depend on touch-stage[+id+].
6512
6513 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6514 Use it throughout.
6515
6516 * Makefile.def: Add profile and feedback bootstrap stages.
6517 Remove next field from bootstrap stages.
6518 * Makefile.tpl (LN, LN_S): Substitute.
6519 (stageN-start, stageN-end): Use double-colon rules, to
6520 provide a hook for additional setup commands.
6521 (distclean-stageN-gcc, restageN): Create dependencies from
6522 [+prev+], not from [+next+].
6523 (stageN-bubble): Add commands for successive stages from
6524 [+prev+], using double-colon rules.
6525 (all-stageN-gcc): Fix typo.
6526 (stagefeedback-start, profiledbootstrap): New.
6527 * Makefile.in: Regenerate.
6528 * configure.in: Call ACX_PROG_LN.
6529 * configure: Regenerate.
6530
498d4a71
CF
65312004-06-03 Paolo Bonzini <bonzini@gnu.org>
6532
6533 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6534 without gcc.
6535 * configure: Regenerate.
6536
377d8c42
PB
65372004-06-01 Paolo Bonzini <bonzini@gnu.org>
6538
6539 * Makefile.tpl: Fix typo.
6540 * Makefile.in: Regenerate.
6541
f5f8a794
PB
65422004-06-01 Paolo Bonzini <bonzini@gnu.org>
6543
6544 * configure.in: Remove new- prefix from toplevel
6545 bootstrap targets.
6546 * configure: Regenerate.
6547
f7a4c34f
PB
65482004-06-01 Paolo Bonzini <bonzini@gnu.org>
6549
6550 Merge this patch from the gcc tree:
6551
6552 2004-05-30 Andreas Jaeger <aj@suse.de>
6553 Jim Wilson <wilson@specifixinc.com>
6554
6555 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6556 like CC.
6557
319cab08
PB
65582004-06-01 Paolo Bonzini <bonzini@gnu.org>
6559
6560 * Makefile.tpl (all.normal): Rename to all.
6561 (all): Replace with a rule to pick the default
6562 target from configure.
6563 (all-gcc, configure-gcc): Use conditionals to
6564 do nothing when toplevel bootstrap is going on.
6565 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6566 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6567 * configure.in: Support --enable-bootstrap.
6568
6569 * Makefile.def: Remove new- prefix from toplevel
6570 bootstrap targets.
6571 * Makefile.tpl: Likewise.
6572
6573 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6574 target.
6575
6576 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6577 $(RECURSE_FLAGS) to recursive invocation of make.
6578
6579 * Makefile.in: Regenerate.
6580 * configure: Regenerate.
6581
88f64edc
DJ
65822004-05-27 Daniel Jacobowitz <dan@debian.org>
6583
6584 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6585 * configure: Regenerate.
6586
378fce5b
DD
65872004-05-25 Daniel Jacobowitz <drow@false.org>
6588
6589 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6590 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6591 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6592 targets.
6593 * Makefile.in: Regenerate.
6594
dfdffa2c
PB
65952005-05-24 Paolo Bonzini <bonzini@gnu.org>
6596
6597 * configure.in: Test the ability to symlink directories.
6598 * configure: Regenerate.
6599
6600 * Makefile.def (bootstrap-stage): New definitions.
6601 * Makefile.tpl (configure-stage1-gcc,
6602 configure-stage2-gcc, configure-stage3-gcc,
6603 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6604 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6605 new-restage3, compare): Autogenerate, see Makefile.in
6606 entry for behavioral changes.
6607 (distclean-stage1, new-stage1-start, new-stage1-end,
6608 new-stage1-bubble, distclean-stage2, new-stage2-start,
6609 new-stage2-end, new-stage2-bubble, distclean-stage3,
6610 new-stage3-start, new-stage3-end): New autogenerated targets.
6611 (objext, prebootstrap, BOOT_CFLAGS,
6612 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6613 targets.
6614
6615 * Makefile.in: Regenerate.
6616 (distclean-stage1, new-stage1-start, new-stage1-end,
6617 new-stage1-bubble, distclean-stage2, new-stage2-start,
6618 new-stage2-end, new-stage2-bubble, distclean-stage3,
6619 new-stage3-start, new-stage3-end): New targets.
6620 (all-stage1-gcc): Move prebootstrap dependency from here...
6621 (configure-stage1-gcc): ...to here.
6622 (new-bootstrap): Use bubble targets.
6623 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6624 Use per-stage distclean targets.
6625 (configure-stage1-gcc, configure-stage2-gcc,
6626 configure-stage3-gcc, all-stage1-gcc,
6627 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6628 Use new-stageN-start to prepare the tree.
6629
04cf1b77
PB
66302004-05-23 Paolo Bonzini <bonzini@gnu.org>
6631
6632 * Makefile.def (host_modules): add libcpp.
6633 * Makefile.tpl: Add dependencies on and for libcpp.
6634 * Makefile.in: Regenerate.
6635 * configure.in: Add libcpp host module.
6636 * configure: Regenerate.
6637
80b200a1
ZW
66382004-05-17 Zack Weinberg <zack@codesourcery.com>
6639
6640 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6641 of libf2c.
6642 * configure, Makefile.in: Regenerate.
6643
4b1cb4fe
DD
66442004-05-13 Diego Novillo <dnovillo@redhat.com>
6645
6646 Merge from tree-ssa-20020619-branch.
6647
6648 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6649 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6650 (HOST_GMPLIBS): Define.
6651 (HOST_GMPINC): Define.
6652 (TARGET_LIB_PATH): Add libmudflap.
6653 (GFORTRAN_FOR_TARGET): Define.
6654 (configure-build*): Export GFORTRAN.
6655 (configure-gcc): Export GMPLIBS and GMPINC.
6656 (all-gcc): Add maybe-all-libbanshee.
6657 (configure-target-libgfortran): Define.
6658 * Makefile.in: Regenerate.
6659 * configure.in (host_libs): Add libbanshee.
6660 (target_libraries): Add target-libmudflap and target-libgfortran.
6661 Add --with-libbanshee.
6662 Handle --disable-libmudflap.
6663 (*-*-freebsd*): Use with_gmp.
6664 Add $(libgcj) to noconfigdirs.
6665 * configure: Regenerate.
6666 * depcomp: New file.
6667 * MAINTAINERS: Add tree-ssa maintainers.
6668
66692004-04-28 Paolo Bonzini <bonzini@gnu.org>
6670
6671 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6672 * configure: Regenerate.
6673
b8908782
DD
66742004-04-27 Paolo Bonzini <bonzini@gnu.org>
6675
6676 Revert:
6677 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6678
6679 * Makefile.def (flags_to_pass): Remove *dir variables that
6680 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6681 as well as prefix and exec_prefix.
6682 * Makefile.in: Regenerate.
6683
66842004-04-26 Paolo Bonzini <bonzini@gnu.org>
6685
6686 * Makefile.def (host_modules): Mark with the bootstrap
6687 flag packages on which gcc depends.
6688 * Makefile.tpl (all-bootstrap): Use it.
6689 * Makefile.in: Regenerate.
6690
66912004-04-26 Paolo Bonzini <bonzini@gnu.org>
6692
6693 * Makefile.def (flags_to_pass): Remove *dir variables that
6694 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6695 as well as prefix and exec_prefix.
6696 * Makefile.in: Regenerate.
6697
66982004-04-26 Paolo Bonzini <bonzini@gnu.org>
6699
80b200a1
ZW
6700 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6701 * configure: Regenerate.
6702 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6703 * gcc/Makefile.tpl (compare): Use the result of the test.
6704 * gcc/Makefile.in: Regenerate.
b8908782
DD
6705
67062004-04-23 Paolo Bonzini <bonzini@gnu.org>
6707
6708 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6709 Always relocate gcc and prev-gcc to the original names, even
6710 if the build fails.
6711 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6712 New targets.
6713
0f260896
RO
67142004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6715
6716 * configure.in (mips*-*-irix5*): Enable ld.
6717 * configure: Regenerate.
6718
51860f05
JW
67192004-04-15 James E Wilson <wilson@specifixinc.com>
6720
6721 * Makefile.tpl (configure-[+module+], configure-gcc,
6722 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6723 Set and export LDFLAGS.
6724 * Makefile.in: Regenerate.
6725
54752a6b
NN
67262004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6727
6728 PR bootstrap/14871
6729 * Makefile.tpl: If we don't have built-in-tree target tools,
6730 use the ones found by configure rather than hacking around with
6731 program_transform_name.
6732 * configure.in: Give Makefile.tpl the information necessary
6733 to do that.
6734 * Makefile.in: Regenerate.
6735 * configure: Regenerate.
6736
67372004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6738
6739 PR bootstrap/14760
6740 * configure.in: When computing baseargs, strip *all* copies of
6741 offending options. Also, don't match/substitute the trailing space,
6742 so that this actually works when two similar options are separated by
6743 only one space.
6744 * configure: Regenerate.
6745
67462004-04-06 David Edelsohn <edelsohn@gnu.org>
6747
80b200a1
ZW
6748 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6749 (rs6000-*-aix*): Same.
6750 * configure: Regenerate.
54752a6b 6751
5e2b61fb
SS
67522004-03-25 Stan Shebs <shebs@apple.com>
6753
6754 Remove MPW support, no longer used.
6755 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6756 mpw-install: Remove files.
6757 * src-release (DEVO_SUPPORT): Remove names of removed files.
6758 * MAINTAINERS: Likewise.
6759
1a6f2dc7
NN
67602004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6761
a0049f1b
NN
6762 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6763 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6764 * Makefile.in: Regenerate.
6765
1a6f2dc7
NN
6766 * configure.in (top level bootstrap support): Rework --enable-werror
6767 to set @stage2_werror_flag@.
6768 * configure: Regenerate.
6769 * Makefile.tpl (top level bootstrap support): Pass
6770 @stage2_werror_flag@ down to configure in stages 2 and 3.
6771 * Makefile.in: Regenerate.
6772
920e3419
NN
67732004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6774
6775 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6776 for stages 2 and 3 as well as in make. As a consequence, remove
6777 OUTPUT_OPTION (now detected by configure) from the flags passed down
6778 to make.
6779 * Makefile.in: Regenerate.
6780
6781 * Makefile.tpl (new-bootstrap): Fix typo.
6782 * Makefile.in: Regenerate.
6783
4fa63067
NN
67842004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6785
6786 * Makefile.tpl: Rearrange by moving recursive_targets rules
6787 into their proper sections.
6788 * Makefile.tpl (top level bootstrap support): Move disabling
6789 of coverage flags from 'make' to 'configure'; improve comments.
6790 * Makefile.in: Regenerate.
6791
6792 * Makefile.tpl (experimental top level bootstrap) Move stage1
6793 language setting from all- target to configure- target; disable
6794 intermodule optimization in stage 1; prevent gratuitous rebuilds
6795 of stage 1.
6796 * Makefile.in: Regenerate.
6797 * configure.in: Comma-separate stage 1 language list for top
6798 level bootstrap.
6799 * configure: Regenerate.
6800
6801 * Makefile.tpl: Clean up experimental top level bootstrap support:
6802 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6803 prev-gcc in configure- targets as well as all- targets.
6804 * Makefile.in: Regenerate.
6805
fb8a10fd
NN
68062004-03-17 Paolo Bonzini <bonzini@gnu.org>
6807
6808 * configure.in: Remove symbolic link section.
6809 * configure: Regenerate.
6810 * Makefile.tpl (links): Remove.
6811 * Makefile.in: Regenerate.
6812
947f426e 68132004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6814 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6815
6816 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6817 Set with AC_CHECK_PROGS.
947f426e
NN
6818 * configure.in: Fix comment typo from last patch.
6819 * configure: Regenerate.
6820
1d39f329
NN
68212004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6822
6823 * Makefile.tpl: Introduce experimental top level bootstrap support.
6824 * Makefile.in: Regenerate.
6825 * configure.in: Introduce support for top level bootstrap.
6826 * configure: Regenerate.
6827
4b0ac75d 68282004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6829 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6830
6831 PR bootstrap/14522
6832 * configure.in: Cope with shells that do not support unquoted ^
6833 * configure: Regenerate.
6834
2e70b094 68352004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6836 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6837
6838 PR bootstrap/14522
6839 * configure.in: Cope with shell that do not support nesting
6840 quotes inside quoted backquote substitutions.
6841 * configure: Regenerate.
6842
68432004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6844
6845 PR bootstrap/14522
6846 * configure.in: Fix escaping of $.
6847 * configure: Regenerate.
6848
9e07f89d
NN
68492004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6850
6851 * configure: Regenerate.
6852
68532004-03-08 Paolo Bonzini <bonzini@gnu.org>
6854
6855 PR ada/14131
6856 Move language detection to the top level.
6857 * configure.in: Find default values for the tools as
6858 soon as possible. Disable ada if GNAT is not found.
6859 Emit error message about missing languages. Expand
6860 --enable-languages=all for the gcc subdirectory.
6861
1712ab83
RS
68622004-03-01 Richard Sandiford <rsandifo@redhat.com>
6863
6864 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6865 and disable libgcj.
6866 * configure: Regenerated.
6867
3dee29da
NN
68682004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6869
6870 PR bootstrap/7087
6871 * Makefile.tpl: Guard XFOO sed statements better.
6872 * Makefile.tpl: Add dependency for configure-target-libada.
6873 * Makefile.in: Regenerate (incidentally fixes broken
6874 commit when libada-branch was merged).
6875
0558264b
AC
68762004-02-28 Andrew Cagney <cagney@redhat.com>
6877
6878 * src-release (CVS_NAMES): Define.
6879 (do-tar, do-tar): Prune $(CVS_NAMES).
6880
c38f9803
AC
68812004-02-23 Andrew Cagney <cagney@redhat.com>
6882
6883 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6884 2004-02-19.09.
6885
55636792
NN
68862004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6887
6888 PR bootstrap/11932
6889 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6890
1e600082
AC
68912004-02-19 Andrew Cagney <cagney@redhat.com>
6892
6893 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6894 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6895
3769cd82
DD
68962004-02-11 David Edelsohn <edelsohn@gnu.org>
6897
6898 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6899 (rs6000-*-aix*): Same.
6900 * configure: Regenerate.
6901
a92834c8
DD
69022004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6903
6904 * configure.in (host): Add in missing $noconfigdirs to defines.
6905 * configure: Regenerate.
6906
a2592b1b
DD
69072004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6908 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 PR ada/6637, PR ada/5911
80b200a1 6911 Merge with libada-branch:
a2592b1b
DD
6912 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6913 with appropriate dependencies. Add --enable-libada configure switch.
6914 * configure, Makefile.in: Regenerate.
6915
e31d1ea3
DD
69162004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6917
6918 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6919 * configure: Regenerate.
6920
db85f5c0
JJ
69212004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6922
6923 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6924
fc434214
DD
69252004-01-23 DJ Delorie <dj@redhat.com>
6926
6927 * Makefile.def (target_modules) [libiberty]: Don't stage.
6928 * Makefile.in: Rebuilt.
6929
ad445c2c 69302004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6931
ad445c2c
JJ
6932 * COPYING.NEWLIB: Update to include copyrights for new
6933 iconv code.
6934
72bbedde
AC
69352004-01-15 Andrew Cagney <cagney@redhat.com>
6936
6937 * src-release: Update copyright year.
6938 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6939 (NEWLIB_SUPPORT_DIRS): Delete macro.
6940 (newlib.tar.bz2): Delete rule.
6941
a6d6062d
DD
69422004-01-14 Loren J. Rittle <ljrittle@acm.org>
6943
6944 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6945 * Makefile.tpl (configure-target-[+module+]): Support stage.
6946 * Makefile.in: Rebuilt.
6947
f8b73030
MR
69482003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6949
6950 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6951 throughout.
6952
aff0e9df
NN
69532004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6954
bb5dca17
NN
6955 * configure.in: Use ./config.cache, not config.cache.
6956 * configure: Regenerate.
6957 * Makefile.tpl: Special-casing not needed for GCC any more.
6958 * Makefile.in: Regenerate.
6959
82252c06
NN
6960 * configure.in: Don't share a cache file for host dirs.
6961 * configure: Regenerate.
6962
aff0e9df
NN
6963 * config-ml.in: Don't mess with the cache file.
6964
95036d20
NN
69652004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6966
ac7b618e
NN
6967 * Makefile.tpl: Make GCC use a separate config.cache.
6968 * Makefile.in: Regenerate.
6969
95036d20
NN
6970 PR bootstrap/11932, PR bootstrap/11933
6971 (I don't know if it will fix either of them, but it relates
6972 to them.)
6973 * configure.in: Don't use shared config.cache for target
6974 directories.
6975 * configure: Regenerate.
6976
08c1856b
DD
69772003-12-31 Roger Sayle <roger@eyesopen.com>
6978
6979 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6980 * configure: Regenerated.
6981
c1968181 69822003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6983
9eb322aa
MF
6984 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6985 * configure: Regenerated.
c1968181 6986
10ecffb9
NN
69872003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6988
6989 Port change over from GCC:
6990 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6991 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6992 (configure-build-[+module+], configure-[+module+]): Likewise.
6993 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6994 * Makefile.in: Regenerate.
6995
f2ab5990
TF
69962003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6997
6998 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6999 * configure: Regenerate.
7000
41a7d11a
JJ
70012003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7002
80b200a1 7003 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
7004 stdlib.
7005
d9441a1f
DD
70062003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7007
7008 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7009 * Makefile.in: Regenerate.
7010
3a48a978
DD
70112003-10-20 Phil Edwards <phil@codesourcery.com>
7012
7013 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7014 * configure: Regenerate.
7015
f0b24077
NN
70162003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7017
7018 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7019 HOST_FLAGS_TO_PASS.
7020 * Makefile.in: Regenerate.
7021
5fbad20a
DD
70222003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7023
7024 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7025 * configure: Rebuilt
7026 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7027 * Makefile.in: Rebuilt
7028
78be4155
L
70292003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7030
7031 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7032
051fcc7a
L
70332003-10-01 Phil Edwards <pme@gcc.gnu.org>
7034
7035 * config-ml.in: Use ac_configure_args directly instead of
7036 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7037 actually seen.
7038
70392003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7040
7041 * config-ml.in: Propagate INSTALL variables.
7042
f27d4f92
DJ
70432003-09-21 Daniel Jacobowitz <drow@mvista.com>
7044
7045 * configure.in: Pass a computed --program-transform-name
7046 to subconfigures.
7047 * configure: Regenerated.
7048
cae4d560
NN
70492003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7050
7051 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7052 * Makefile.in: Regenerate.
7053
7054 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7055 * Makefile.in: Regenerate.
7056
8ff944f6
DJ
70572003-09-17 Daniel Jacobowitz <drow@mvista.com>
7058
7059 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7060 quoting.
7061 * configure: Regenerated.
7062
d9a35680
MC
70632003-09-12 Michael Chastain <mec@shout.net>
7064
7065 Fix PR gdb/857.
7066 * src-release (do-proto-topleve): Remove junk files
7067 intl/config.cache, intl/config.status,
7068 intl/config.h, intl/stamp-h.
7069
710068b9
AC
70702003-09-14 Andrew Cagney <cagney@redhat.com>
7071
7072 * src-release (dejagnu.tar): New target.
7073 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7074 (do-djunpack): Use $(PACKAGE) for the package name.
7075
e1008165
DD
70762003-09-04 DJ Delorie <dj@redhat.com>
7077
7078 * configure: Regenerate.
7079
21998d12
NC
70802003-09-04 Robert Millan <robertmh@gnu.org>
7081
7082 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7083
ccca4bb3
DD
70842003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7085
7086 * configure.in: Ensure arguments to sed are properly spaced.
7087 * configure: Regenerate.
7088
ee949b5e
DJ
70892003-08-28 Daniel Jacobowitz <drow@mvista.com>
7090
7091 Merge from gcc:
7092 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7093 * install-sh: Update to newer upstream versions (associated with
7094 aclocal 1.7).
7095 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7096
75addda2
DJ
70972003-08-27 Daniel Jacobowitz <drow@mvista.com>
7098
7099 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7100 * configure: Regenerated.
7101
8d2877d8
NN
71022003-08-23 Phil Edwards <pme@gcc.gnu.org>
7103
7104 * configure.in: Use newline instead of semicolon when assuming
7105 shell arguments in a for loop.
7106 * configure: Regenerated.
7107
d2cc0e0d
GK
71082003-08-20 Geoffrey Keating <geoffk@apple.com>
7109
7110 PR 8180
7111 * configure.in: When testing with_libs and with_headers, treat
7112 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7113 * configure: Regenerate.
80b200a1 7114
d2cc0e0d
GK
7115 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7116 make, shell, etc.
7117 (baseargs): Likewise.
7118 * configure: Regenerate.
7119
04d1ab34
GK
71202003-08-19 Geoffrey Keating <geoffk@apple.com>
7121
7122 * configure.in: Disable libgcj for darwin not on powerpc.
7123 * configure: Rebuild.
7124
ca506da8
MC
71252003-08-15 Michael Chastain <mec@shout.net>
7126
7127 * src-release (do-proto-toplev): Remove junk files
7128 dejagnu/example/calc/config.status,
7129 dejagnu/example/calc/config.log.
7130
a4aa3f49
DD
71312003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7132
7133 * config-ml.in, symlink-tree: Add license.
7134
ede4fbe4
NN
71352003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7136
7137 Merge from gcc:
7138
7139 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7140 * Makefile.tpl (check, check-c++): Express dependencies using
7141 dependencies rather than commands.
7142 * Makefile.in: Regenerate.
7143
7144 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7145 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7146 * Makefile.in: Update.
7147
970f29af
AC
71482003-08-01 Andrew Cagney <cagney@redhat.com>
7149
7150 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7151 * configure: Ditto.
7152
b2884a0c
DD
71532003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7154
7155 * configure.in: Enable libgcj for darwin.
7156 * configure: Rebuild.
7157
c07f46a4
NN
71582003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7159
7160 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7161
9175bfc0
NN
71622003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7163
7164 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7165 creating target and build subdirs to build all parent dirs as needed.
7166 * Makefile.in: Rebuild.
7167 * configure.in: Don't build dirs explicitly here.
7168 * configure: Rebuild.
7169
b9abda6a
AO
71702003-07-22 Alexandre Oliva <aoliva@redhat.com>
7171
7172 * Makefile.tpl (all-make): Depend on intl.
7173 * Makefile.in: Rebuilt.
7174
eef8ffd4
NN
71752003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7176
7177 * config.if: Remove unused libc_interface determination.
7178
295efaf0
NN
71792003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7180
7181 * Makefile.in: Regenerate, correctly this time.
7182
e5c3f801
NN
71832003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7184
7185 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7186 unused INSTALL_PROGRAM_ARGS.
7187 * configure.in: Use AC_PROG_INSTALL.
7188 * Makefile.in: Regenerate.
7189 * configure: Regenerate.
7190
4a18bd6b
AO
71912003-07-10 Alexandre Oliva <aoliva@redhat.com>
7192
7193 * configure: Rebuilt.
7194 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7195 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7196 newlib nor libgloss.
7197 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7198 * configure.in (am33_2.0-*-linux*): Added.
7199
fbd1054d
BW
72002003-07-09 Bob Wilson <bob.wilson@acm.org>
7201
7202 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7203 * configure: Regenerate.
7204
b40e3958
L
72052003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7206
7207 * config-ml.in: Replace PWD with PWD_COMMAND.
7208 * Makefile.tpl: Likewise.
7209 * Makefile.in: Regenerated.
7210
4a5be7ba
NN
72112003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7212
7213 * configure.in: Clean up config-lang.in handling. Delete
7214 useless assignment to "subdirs".
7215 * configure: Regenerate.
7216
9c14acb8
NN
72172003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7218
7219 * configure.in: Rename 'target_libs' to 'target_libraries'.
7220 Remove useless reference to 'target_libs'.
7221 * configure: Regenerate.
7222
8f32e830
KS
72232003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7224
7225 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7226 * Makefile.in: Regenerate.
7227
12f0bd74
NN
72282003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7229
7230 * Makefile.def: Introduce flags_to_pass.
7231 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7232 * Makefile.in: Regenerate.
7233
b07c2aad
HPN
72342003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7235
7236 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7237 and target-libgloss.
7238 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7239 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7240 * configure: Regenerate.
b07c2aad 7241
56f25033
DD
72422003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7243
7244 * configure.in: Update testsuite_flags to new location.
7245 * configure. Regenerate.
80b200a1 7246
4ec9a3b2
NN
72472003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * Makefile.tpl: Remove BUILD_CC stuff.
7250 * Makefile.in: Regenerate.
7251
059083b1 72522003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7253
059083b1
L
7254 * config.guess: Update to 2003-06-12 version.
7255 * config.sub: Update to 2003-06-13 version.
7256
535b046a
TS
72572003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7258
7259 * MAINTAINERS: Add myself as MIPS co-maintainer.
7260
00c22daa 72612003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7262
00c22daa
L
7263 * config.guess: Update to 2003-06-06 version.
7264 * config.sub: Update to 2003-06-06 version.
7265
1047cb91
DD
72662003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7267
7268 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7269 * configure. Regenerate.
7270
123494c8
NN
72712003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7272
1047cb91
DD
7273 * configure.in: Disable serial configure by default.
7274 * configure: Regenerate.
7275 * Makefile.tpl: Abolish .NOTPARALLEL.
7276 * Makefile.in: Regenerate.
7277
7f121bbf
NN
7278 * Makefile.tpl: Replace {build,host,target}_canonical by
7279 {build,host,target}.
7280 * Makefile.in: Regenerate.
7281
123494c8
NN
7282 * Makefile.tpl: Fix stupid pasto.
7283 * Makefile.in: Regenerate.
7284
ec7e0995
NN
72852003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7286
7287 * Makefile.tpl: Remove bogus conditional.
7288 * Makefile.in: Regenerate.
7289
27b1cc72
NN
72902003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7291
2a4cbe27
NN
7292 * Makefile.tpl: Make 'recursive targets' using autogen rather
7293 than shell loop. Remove duplicate 'clean' targets and false
7294 comments.
7295 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7296 Add systematic method of specifying missing targets in subdirs.
7297 Add copyright boilerplate.
7298 * Makefile.in: Regenerate.
7299 * configure.in: Add 'recursive targets' to maybe list.
7300 * configure: Regenerate.
7301
27b1cc72
NN
7302 * Makefile.tpl: Rename [+target+] to [+make_target+].
7303 * Makefile.def: Rename 'target' to 'make_target'.
7304
01e51bd0
NC
73052003-05-30 Nick Clifton <nickc@redhat.com>
7306
7307 * README-maintainer-mode: Update URL for locating blessed config
7308 tools.
7309
2fd84b42
NC
73102003-05-29 Robert Millan <rmh@debian.org>
7311
7312 * ltconfig: Import this patch and modify for use with current
7313 version of ltconfig:
7314
7315 2003-05-21 Bruno Haible <bruno@clisp.org>
7316
7317 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7318 GNU/FreeBSD.
7319
8945c6bb
DD
73202003-05-28 DJ Delorie <dj@redhat.com>
7321
7322 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7323 * Makefile.in: Regenerate.
7324
2f9632a1
JJ
73252003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7326
80b200a1 7327 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7328
3a12db16 73292003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7330
3a12db16
DD
7331 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7332 newlib or libgloss.
7333 * Makefile.in: Regenerate.
7334
44482353
DD
73352003-05-21 DJ Delorie <dj@redhat.com>
7336
7337 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7338 * Makefile.in: Regenerate.
7339
fec2c52d
MR
73402003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7341
7342 * configure.in: Use curly braces in the definition of tooldir.
7343 * configure: Regenerate.
7344
16ae0395
NN
73452003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7346
7347 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7348 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7349 Factor out common code from autogen IF statements.
7350 * configure: Regenerate.
7351 * Makefile.in: Regenerate.
7352
ec11bdc6
DD
73532003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7354
7355 * configure.in: Accept i[3456789]86 for machine type.
7356 * configure: Regenerate.
7357
dd12c3a8
NN
73582003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7359
7360 * configure.in: Switch more things to use maybe dependencies.
7361 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7362 * configure: Regenerate.
7363 * Makefile.tpl: Switch more things to use maybe dependencies.
7364 * Makefile.in: Regenerate.
7365
cf662e21
AJ
73662003-05-16 Andreas Schwab <schwab@suse.de>
7367
7368 * Makefile.tpl (install-opcodes): Define.
7369 * Makefile.in: Rebuild.
7370
5481b376
AJ
73712003-05-13 Andreas Jaeger <aj@suse.de>
7372
7373 * config.guess: Update to 2003-05-09 version.
7374 * config.sub: Update to 2003-05-09 version.
7375
3959a22a
AJ
73762003-05-13 Michael Eager <eager@mvista.com>
7377
7378 * configure.in: Correct sed script so that options in quotes are not
7379 deleted.
7380 * configure: Rebuild.
7381
564b43e5
CV
73822003-05-12 Corinna Vinschen <corinna@vinschen.de>
7383
7384 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7385 and $$s/newlib/libc/sys/cygwin32 include paths.
7386 * configure: Ditto.
7387
bb947dc9
L
73882003-05-05 H.J. Lu <hjl@gnu.org>
7389
7390 * config-ml.in: Restored from gcc repository.
7391
77f7441a
CD
73922003-05-02 Chris Demetriou <cgd@broadcom.com>
7393
80b200a1
ZW
7394 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7395 * Makefile.in: Regenerate.
77f7441a 7396
a26d7085
DJ
73972003-04-27 Daniel Jacobowitz <drow@mvista.com>
7398
7399 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7400 and Makefile.def.
7401
e4c4d240
DJ
74022003-04-27 Daniel Jacobowitz <drow@mvista.com>
7403
7404 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7405 * Makefile.in: Regenerated.
7406
62a3fc85
DD
74072003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7408
7409 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7410 * Makefile.in: Regenerate.
7411
74122003-04-18 Jakub Jelinek <jakub@redhat.com>
7413
7414 * configure.in (powerpc64*-*-linux*): Remove.
7415 * configure: Rebuilt.
7416
5b474aa8
DD
74172003-04-17 Phil Edwards <pme@gcc.gnu.org>
7418
7419 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7420 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7421 and restrap.
7422 * Makefile.in: Regenerate.
7423
74242003-04-16 Richard Earnshaw <rearnsha@arm.com>
7425
7426 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7427 * configure: Regenerated.
7428
bc295afe
AO
74292003-04-11 Alexandre Oliva <aoliva@redhat.com>
7430
7431 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7432 * */configure: Rebuilt.
7433
3728fade
NN
74342003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7435
7436 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7437 * Makefile.in: Regenerate.
7438
ce5b542e
MC
74392003-03-14 Michael Chastain <mec@shout.net>
7440
7441 * Makefile.in: Regenerate with correct Makefile.def.
7442
3db0a37f
NN
74432003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7444
7445 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7446 Make macro.
7447 * Makefile.in: Regenerate.
7448 * configure.in: Clean up gxx_include_dir logic.
7449 * configure: Regenerate.
7450
34349c6e
DD
74512003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7452
7453 * configure.in (gxx_include_dir): Fix typo.
7454 * configure: Regenerated.
7455
686c28c9
AC
74562003-03-06 Andrew Cagney <cagney@redhat.com>
7457
7458 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7459
bba45b8b 74602003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7461
bba45b8b
NN
7462 * configure.in: Include $(build_tooldir)/sys-include in
7463 FLAGS_FOR_TARGET.
7464 * configure: Regenerated.
7465
2683747f
NN
74662003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7467
bba45b8b
NN
7468 * Makefile.tpl: Reindent.
7469 * Makefile.in: Regenerate.
7470 * configure.in: Reindent. Don't set unused variables.
7471 * configure: Regenerate.
7472
2683747f
NN
7473 * Makefile.tpl: Always pass down RANLIB.
7474 * Makefile.in: Regenerate.
7475
7476 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7477 * Makefile.in: Regenerate.
7478 * configure.in: Remove unused logic relating to --enable-shared
7479 and --enable-threads. Remove bogus comments. Remove redundant
7480 noconfigdirs.
7481 * configure: Regenerate.
7482
7483 * configure.in: Replace ${libstdcxx_version} by its value.
7484 Remove reference to mh-dgux.
7485 * configure: Regenerate.
7486
50212802
NN
74872003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7488
7489 * Makefile.tpl: Rearrange.
7490 * Makefile.in: Regenerate.
7491
a6be7fc6
NC
74922003-02-25 Nick Clifton <nickc@redhat.com>
7493
7494 * configure: Remove site-file supprot - it is obsolete.
7495
f8a495c8
NC
74962003-02-24 Uwe Stieber <uwe@wwws.de>
7497
7498 * configure.in: Add support for kaOS as cross build target system.
7499 * configure: Regenerated.
7500
3decd77d
DD
75012003-02-20 Sean McNeil <sean@blue.mcneil.com>
7502
7503 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7504 configure-target-* as some target builds may require additional
7505 flags for preprocessor tests.
7506 * Makefile.in: Regenerated.
7507
f4ff34a3
AO
75082003-02-19 Alexandre Oliva <aoliva@redhat.com>
7509
7510 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7511 * ltconfig: Handle it.
7512 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7513 auto-detecting it.
7514
b7e4a931
AO
75152003-02-19 Alexandre Oliva <aoliva@redhat.com>
7516
7517 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7518 it is used as argument to $CC.
7519 * ltcf-gcj.sh: Likewise.
7520
6b784d9f
AO
75212003-02-19 Alexandre Oliva <aoliva@redhat.com>
7522
7523 * configure.in: Introduce --enable-maintainer-mode.
7524 * configure: Rebuilt.
7525 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7526 for maintainer mode.
7527 * Makefile.in: Rebuilt.
7528
8bcd8a07
AC
75292003-02-19 Andrew Cagney <ac131313@redhat.com>
7530
7531 * configure: Regenerate using autoconf 2.13.
7532
ee3fd329
AM
75332003-02-19 Alan Modra <amodra@bigpond.net.au>
7534
7535 * config.guess: Import latest version.
7536 * config.sub: Import latest version.
7537
e9e45685
JM
75382003-02-18 Jason Merrill <jason@redhat.com>
7539
7540 * Makefile.tpl (check-c++): Allow parallelism.
7541
859789af
AC
75422003-02-17 Andrew Cagney <ac131313@redhat.com>
7543
7544 * configure: Regenerate using autoconf 000227.
7545
b3f16a9b
GK
75462003-02-15 Geoffrey Keating <geoffk@apple.com>
7547
7548 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7549 don't configure target-libobjc.
7550 * configure: Regenerate.
7551
72e60e02
DD
75522003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7553
7554 * Makefile.tpl (RANLIB): Define.
7555 * Makefile.in: Regenerate.
7556
91f0e695
KS
75572003-02-06 Keith R Seitz <keiths@redhat.com>
7558
7559 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7560 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7561 * Makefile.in: Regenerated.
7562 * configure.in: Remove all traces of snavigator, db, and grep.
7563 * configure: Regenerated.
7564
122bfa92
FCE
75652003-01-31 Frank Ch. Eigler <fche@redhat.com>
7566
7567 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7568 * Makefile.in: Regenerated.
7569
264095c3
AO
75702003-01-30 Alexandre Oliva <aoliva@redhat.com>
7571
7572 * config.if: Copy from GCC.
7573
a84dbcb3
AO
75742003-01-27 Phil Edwards <pme@gcc.gnu.org>
7575
7576 * configure.in: Revert 24Jan change.
7577 * configure: Regenerate.
7578
19618276
NN
75792003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7580
7581 * configure.in: Revert previous change.
7582 * configure: Regenerate.
7583
b7f27a92
NN
75842003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7585
7586 * configure.in: Make rda native-only.
7587 * configure: Regenerate.
7588
83326456
NN
75892003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7590
7591 * configure.in: Add missing \.
7592 * configure: Rebuilt.
7593
5e367fa5
JJ
75942003-01-17 Jakub Jelinek <jakub@redhat.com>
7595
7596 * configure.in (baseargs): Avoid using \| in sed regular
7597 expressions.
7598 * configure: Rebuilt.
7599
e01f337c
JJ
76002003-01-16 Jakub Jelinek <jakub@redhat.com>
7601
7602 * configure.in (baseargs): Remove all supported forms of
7603 --cache-file, --srcdir, --host, --build and --target options
7604 from argument lists.
7605 * configure: Rebuilt.
7606
aa236487
AO
76072003-01-15 Alexandre Oliva <aoliva@redhat.com>
7608
7609 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7610 * configure: Rebuilt.
7611
586c0873
NN
76122003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7613
7614 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7615 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7616 * Makefile.in: Regenerate.
7617 * configure: Regenerate.
7618
497f816e
DD
76192003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7620
7621 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7622 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7623 * Makefile.in: Regenerate.
7624
bfbe5519
AO
76252003-01-09 Alexandre Oliva <aoliva@redhat.com>
7626
7627 * configure.in: Remove Makefile in build, host and target modules
7628 unless configure was run with --no-recursion.
7629 * configure: Rebuilt.
7630
3f234ef5
CD
76312003-01-08 Chris Demetriou <cgd@broadcom.com>
7632
7633 * config.guess: Update to 2003-01-03 version.
7634 * config.sub: Update to 2003-01-03 version.
7635
a3982d48
CF
76362003-01-07 Christopher Faylor <cgf@redhat.com>
7637
7638 * configure: Regenerate with proper autoconf 2.13.
7639
75778ec4
CF
76402003-01-07 Christopher Faylor <cgf@redhat.com>
7641
80b200a1
ZW
7642 * configure.in: Add AC_PREREQ for consistency.
7643 * configure: Regenerate.
75778ec4 7644
c180f501
AC
76452003-01-06 Andrew Cagney <ac131313@redhat.com>
7646
7647 * configure.in (GDB_TK): Add tcl directories conditional on
7648 gdb/gdbtk directory being present.
7649 * configure: Regenerate.
5481b376 7650
46ca2cc2
DA
76512003-01-04 John David Anglin <dave.anglin@nrc.ca>
7652
7653 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7654 by gcc if LD is not defined and we are not doing a Canadian Cross.
7655 * configure: Rebuilt.
7656
53dd8dab
DJ
76572003-01-01 Daniel Jacobowitz <drow@mvista.com>
7658
7659 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7660
50ceb20c
TT
76612002-12-31 Tom Tromey <tromey@redhat.com>
7662
7663 * Makefile.in: Rebuilt.
7664 * Makefile.def (target_modules) [libffi]: Allow installation.
7665
e78b5cfe
AS
76662002-12-31 Andreas Schwab <schwab@suse.de>
7667
7668 * configure.in: Fix use of $program_transform_name.
7669 * configure: Regenerated.
7670
67448102
DJ
76712002-12-30 Daniel Jacobowitz <drow@mvista.com>
7672
7673 * configure.in (baseargs): Don't remove first configure argument.
7674 * configure: Regenerated.
7675
e6bfb94a
AO
76762002-12-29 Alexandre Oliva <aoliva@redhat.com>
7677
7678 * Makefile.tpl (local-distclean): Don't remove...
7679 (multilib.ts): ... this. Moved into...
7680 (multilib.out): ... this. Don't use sub-make.
7681 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7682 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7683 (configure-build-[+module+], configure-[+module+],
7684 configure-target-[+module+], configure-gcc): ... these. Test
7685 for Makefile existence. Drop config.status from dependencies.
7686 * Makefile.in: Rebuilt.
7687 * configure.in: Move gcc-version-trigger to the end of
7688 ac_configure_args. Add comments to maybedep.tmp and
7689 serdep.tmp. Introduce --disable-serial-configure. Remove
7690 nonopt from baseargs, matching and removing corresponding
7691 whitespace while at it.
7692 * configure: Rebuilt.
7693
8f0dfb36
AO
76942002-12-28 Alexandre Oliva <aoliva@redhat.com>
7695
7696 * configure.in (host_configargs): Replace reference to
7697 no-longer-defined buildopts with --build=${build_alias}.
7698 * configure: Rebuilt.
7699
43be203f
AO
77002002-12-28 Alexandre Oliva <aoliva@redhat.com>
7701
7702 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7703 program_transform_name to standard idiom.
7704 (AUTOGEN, AUTOCONF): Define.
7705 (Makefile.in): Use $(AUTOGEN).
7706 (Makefile): Depend on config.status, and use autoconf-style rule to
7707 build it. Move original commands to...
7708 (config.status): ... this new target.
7709 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7710 $(AUTOCONF).
7711 * Makefile.in: Rebuilt.
7712
a0da8069
NN
77132002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7714
d18f1c9f
NN
7715 * Makefile.tpl: Fix dramatic bustage due to change in
7716 program_transform_name.
7717 * Makefile.in: Regenerate.
7718
7719 * configure.in: Remove unnecessary PATH setting.
7720 * configure: Regnerate.
7721
7722 * configure.in: Don't default to unprefixed tools unless
7723 the native tools will work.
7724 * configure: Regenerate.
7725
a0da8069
NN
7726 * configure.in: Convert to autoconf script. Blow away lots
7727 of now-redundant Makefile fragments.
7728 * configure: Generate using Autoconf.
7729 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7730 * Makefile.in: Regenerate.
7731
c567df0a
NN
77322002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7733
5481b376 7734 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7735 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7736
5481b376 7737 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7738 where they belong.
2c7f9a32 7739
2dabcfb4
AS
77402002-12-24 Andreas Schwab <schwab@suse.de>
7741
7742 * Makefile.tpl (multilib.out): Fix missing space.
7743 * Makefile.in: Regenerate.
7744
1086bc09
NN
77452002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7746
7747 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7748 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7749 * Makefile.in: Regenerate.
7750 * configure.in: Remove unnecessary leftovers.
7751
1086bc09
NN
77522002-12-21 Geoffrey Keating <geoffk@apple.com>
7753
7754 * configure.in (extra_ranlibflags_for_target): New variable.
7755 (*-*-darwin): Add -c to ranlib commands.
7756 * configure (tooldir): Handle extra_ranlibflags_for_target.
7757
14e9ca95
JJ
77582002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7759
7760 * COPYING.NEWLIB: Updated.
7761 * COPYING.LIBGLOSS: Ditto.
7762
14c428fb
NN
77632002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7764
7765 * Makefile.tpl: Revert HJL's change.
7766 * Makefile.in: Regenerated.
7767 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7768 always.
7769
313b8244
AS
77702002-12-19 Andreas Schwab <schwab@suse.de>
7771
7772 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7773 * Makefile.in: Regenerate.
7774
efeae3db
L
77752002-12-18 H.J. Lu <hjl@gnu.org>
7776
7777 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7778 * Makefile.in: Regenerated.
7779
7780 * configure.in (build_prefix): New. Substitute.
7781
43d92c63
NN
77822002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7783
59da4fe6
NN
7784 * Makefile.tpl: Don't let real targets depend on phony targets.
7785 * Makefile.in: Regenerate.
7786
43d92c63
NN
7787 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7788 * Makefile.in: Regenerate.
7789
b72e6a2d
JM
77902002-12-16 Jason Merrill <jason@redhat.com>
7791
7792 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7793 previous 'make bootstrap'.
7794 * Makefile.in: Regenerate.
7795
95c72c44
HPN
77962002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7797
7798 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7799
7d695d07
JM
78002002-12-13 Jason Merrill <jason@redhat.com>
7801
7802 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7803 library tests.
7804 (check-c++): Just depend on it and check-target-libstdc++-v3.
7805 * Makefile.in: Regenerate.
7806
54103d1e
NN
78072002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7808
7809 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7810 * Makefile.in: Regenerate.
7811
4024f1e1
JJ
78122002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7813
80b200a1
ZW
7814 * COPYING.NEWLIB: Update list of alternate Regent of California
7815 licenses and discuss official revoking of advertising clause.
7816 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7817
7dda0df6
AO
78182002-12-12 Alexandre Oliva <aoliva@redhat.com>
7819
7820 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7821 * Makefile.in: Rebuilt.
7822
d03be79e 78232002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7824
929293f4
NN
7825 * configure: Fix bug put in by gremlins.
7826
d03be79e
NN
7827 * Makefile.tpl: Substitute more autoconfily.
7828 * configure: Substitute more autoconfily.
7829 * Makefile.in: Regenerate.
7830
78312002-12-08 Andrew Cagney <ac131313@redhat.com>
7832
7833 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7834 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7835
78362002-12-06 DJ Delorie <dj@redhat.com>
7837
7838 * Makefile.tpl: Change configure dependencies to not have real
7839 targets depend on phony targets.
b4a77b47 7840
db1ac78d
NN
78412002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7842
bcaf2395
NN
7843 * configure.in: Revert unintentional change.
7844
b4fa093e
NN
7845 * src-release: Configure host subdirs.
7846
db1ac78d
NN
7847 * Makefile.tpl: Change dependency for */multilib.out so that
7848 it works when gcc isn't in the tree.
7849
7850 * configure.in: Substitute more.
7851 * configure: Run subconfigures from the Makefile.
7852 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7853 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7854
15723a45
NN
78552002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7856
e2b9e2dc
NN
7857 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7858 and corresponding dependencies.
7859 * Makefile.in: Regenerate.
7860
2af579c4
NN
7861 * configure.in (host_tools): Order binutils, gas and ld for
7862 convenience in running the testsuites.
7863
a2cc058a
NN
7864 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7865 * Makefile.in: Regenerate.
7866 * configure.in: Introduce rules to serialize subconfigure runs.
7867
15723a45
NN
7868 * configure.in: Introduce BASE_CC_FOR_TARGET.
7869 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7870 Realize configure-build-* targets. Realize configure-target-* targets.
7871 * Makefile.in: Regenerate.
7872
ae831be5
NN
78732002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7874
7875 * configure: Move gcc_version_trigger stuff from here...
7876 * configure.in: ...to here.
7877
7878 * configure.in: Separate subconfigure options added by this file from
7879 options given by the user. Add machinery to put args for host
7880 subconfigures into the Makefile.
7881
7882 * Makefile.tpl: Remove 'vault' targets.
7883 * Makefile.tpl: Reorder and comment dependencies.
7884 * Makefile.in: Regenerate.
7885
bbf7c8ac
NN
78862002-11-28 Geoffrey Keating <geoffk@apple.com>
7887
7888 * configure.in: Move host-specific darwin noconfigdirs into
7889 the host-specific section.
7890
930314a4
NN
78912002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7892
52d7cdee
NN
7893 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7894 during replay.
7895 * Makefile.in: Regenerate.
7896
930314a4
NN
7897 (finishing slow-motion replay)
7898 * configure: Remove skip-this-dir support.
7899 * Makefile.tpl: Remove skip-this-dir support.
7900
7901 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7902 subdirectories.
7903 * Makefile.in: Regenerate.
7904
7905 * Makefile.tpl: Strip out useless setting of 'dir'.
7906 * Makefile.in: Regenerate.
5481b376 7907
930314a4
NN
79082002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7909
7910 (finishing slow-motion replay)
7911 * configure.in: Fix deeply stupid bug.
7912
7913 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7914 shell code in CXX_FOR_TARGET
7915 * Makefile.def: Introduce raw_cxx.
7916 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7917 RAW_CXX_FOR_TARGET.
7918 * Makefile.in: Regenerate.
7919
79202002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7921
7922 (finishing slow-motion replay)
7923 * Makefile.tpl: Remove unnecessary ifs.
7924 * Makefile.in: Regenerate.
7925
5481b376 7926 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7927 dependencies. Maybe-ize build-libiberty. Create dummy install
7928 targets for 'no_install' modules.
5481b376 7929 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7930 build_modules stuff to configure.in.
5481b376 7931 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7932 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7933 * Makefile.in: Regenerate.
7934
3866be5d
NN
79352002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7936
7937 (continuing slow-motion replay)
7938 * Makefile.tpl: Make all-target, install-target behave similarly
7939 to all, install (only hitting configured targets). Eliminate
7940 unused macro defintions.
7941
7942 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7943 build != host.
7944
7945 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7946
7947 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7948
5481b376 7949 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7950 configuring. Remove references to "dosrel".
7951 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7952 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7953 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7954 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7955 and redundant dependency; rearrange slightly.
7956 * Makefile.def: Add host-side libtermcap, utils.
7957
7958 * Makefile.in: Regenerate.
7959
e393202e
NN
79602002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7961
7962 (Continuing slow-motion replay)
7963 * Makefile.def: Add list of recursive targets to autogenerate.
7964 Add build_modules.
7965 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7966 targets. Autogenerate *-build-* targets.
7967 * Makefile.in: Regenerate.
7968
583d52d7
NN
79692002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7970
7971 (Continuing slow-motion replay)
7972 * configure: More autoconf-style substitutions.
7973 * Makefile.tpl: More autoconf-style substitutions.
7974 * Makefile.in: Regenerate.
7975
79762002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7977
7978 (Continuing slow-motion replay)
7979 * configure: Substitute more variables in a more autoconf-friendly
7980 way. Simplify slightly.
7981 * Makefile.tpl: Make more variables substitutable in an
7982 autoconf-friendly way.
7983 * Makefile.in: Regenerate.
7984
874e38b4
NN
79852002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7986
7987 (Continuing slow-motion replay)
7988 * configure.in (v810*): Remove special setting of tools.
7989
7990 * configure: Add support for extra required flags for ar or nm.
7991 * configure.in (aix4.3+): Use above support for target-specific
7992 issues, rather than using config/mt-aix43.
7993
852e5f18
NN
79942002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7995
7996 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7997 * configure: Remove 'removing', which doesn't work. Replace $subdir
7998 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7999 with $srcdir. Reformat indentation. Substitute some variables
8000 formerly hard-coded in the Makefile for build=host.
8001 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8002 * Makefile.def: Autogenerate more.
8003 * Makefile.in: Regenerate.
8004
c9a0d920
DD
80052002-11-13 Bruce Korb <bkorb@gnu.org>
8006
8007 * Makefile.tpl: syntactic cleanup
8008
dd2768ff
KB
80092002-11-04 Kevin Buettner <kevinb@redhat.com>
8010
8011 * Makefile.def (host_modules): Add rda.
8012 * Makefile.in: Regenerate.
8013 * configure.in (target_tool): Add target-rda to list.
8014
1aa8389d
DD
80152002-10-25 Phil Edwards <pme@gcc.gnu.org>
8016
8017 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8018 and restrap targets to this rule.
8019 * Makefile.in: Regenerate.
8020
28f46298
HPN
80212002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8022
8023 * configure.in (i[3456]86-*-linux*): Add check to disable
8024 ${libgcj} for glibc1.
8025
ff72e302
NC
80262002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8027
8028 * configure.in: Add tic4x target.
8029
8607b6c9
NN
80302002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8031
8032 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8033 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8034 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8035 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8036 * Makefile.in: Regenerate.
8037
f8f61f4a
NN
80382002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8039
c86f794b
NN
8040 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8041 * Makefile.in: Regenerate.
8042
a9590527
NN
8043 * Makefile.def: Remove order dependency comments.
8044 * Makefile.tpl: Add explicit install-install dependencies.
8045 * Makefile.in: Regenerate.
8046
8412ce72
NN
8047 * Makefile.tpl: Remove material now in src-release. (Finally!)
8048 * Makefile.in: Regenerate.
8049
8b9f37f1
NN
8050 * configure: Restore my original patch by syncing with gcc version.
8051
f8f61f4a
NN
8052 * Bring following over from gcc:
8053
80542002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8055
8056 * configure.in (s390*-*-linux*): Enable libgcj.
8057
403d9505
NN
80582002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8059
8060 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8061
95f6f383
AM
80622002-10-02 Alan Modra <amodra@bigpond.net.au>
8063
e4673b0a 8064 * configure: Move stray lines back to where they belong.
95f6f383 8065
748503c8
NN
80662002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8067
a581b5c3
NN
8068 * Makefile.tpl: Insert configure-target target, for src-release.
8069
c084f5b4
NN
8070 * configure: Finish reverting change which Andrew Cagney started
8071 reverting. Should fix bustage.
8072
7aa673ed 8073 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8074 * src-release: New file. Contains material for making net
8075 releases for gdb, binutils, et al., formerly in Makefile.in.
8076
82a9b2d9
NC
80772002-09-30 Nick Clifton <nickc@redhat.com>
8078
8079 * cpu: New top level directory. Intended to hold input files for
8080 CGEN which have FSF copyright assignment.
8081 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8082
c2463a00
AC
80832002-09-29 Andrew Cagney <ac131313@redhat.com>
8084
8085 Revert below (note that src does not contain Makefile.tpl):
8086 * Makefile.tpl: Make subsituted variables more autoconfy.
8087 * Makefile.in: Regenerate.
8088
f03b4789
NN
80892002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8090
c11e16a9
NN
8091 * configure: Revert accidentally applied changes.
8092
f03b4789
NN
8093 * Makefile.tpl: Make more autoconf-friendly.
8094 * Makefile.in: Regenerate.
8095 * configure: Make substitution more autoconf-like.
8096
80972002-09-28 Richard Earnshaw <rearnsha@arm.com>
8098
8099 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8100 single entry to handle all these.
8101 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8102 libjava on arm-*-elf.
8103
c0292023
GK
81042002-09-27 Geoffrey Keating <geoffk@apple.com>
8105
8106 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8107 things that depend on them.
8108
c66d951e
NN
81092002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8110
8111 * Makefile.tpl: Make subsituted variables more autoconfy.
8112 * Makefile.in: Regenerate.
8113 * configure: Make seds more autoconfy.
8114
907a7241 81152002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8116
8117 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8118 * Makefile.in: Regenerate.
8119 * configure.in: Rewrite sed statements to look autoconfy.
8120
907a7241
NN
8121 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8122 all-target-foo on configure-target-foo.
8123 * Makefile.def: Ditto.
8124 * Makefile.in: Rebuild.
8125
405ea7a0
NN
81262002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8127
8128 * Makefile.def: New file.
8129 * Makefile.tpl: New file.
8130 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8131
8132 * configure.in: Minor rearrangement. Simplify tests.
8133
bdc57bfd
JT
81342002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8135
8136 * configure.in (with_headers): Skip copy if value is "yes".
8137 (with_libs): Likewise.
8138
ae03d6e2
NN
81392002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8140
8141 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8142 * configure.in (sh*-*-pe*): Ditto.
8143 * configure.in (mips*-*-pe*): Ditto.
8144 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8145
8146 * configure.in: Rearrange.
8147
707960fe
NC
81482002-09-12 Nick Clifton <nickc@redhat.com>
8149
8150 * Import these changes from the config master repository:
8151
8152 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8153
8154 * config.sub: Add tic4x target.
8155
8156 2002-09-03 Ben Elliston <bje@redhat.com>
8157
8158 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8159 Reported by <Duncan_Stodart@insession.com>.
8160
36ea319f
JJ
81612002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8162
8163 * COPYING.NEWLIB: More updates.
8164
cf57480a
JJ
81652002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8166
8167 * COPYING.NEWLIB: Update.
8168
fd31a171
AC
81692002-08-23 Andrew Cagney <ac131313@redhat.com>
8170
23b632fc
AC
8171 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8172
fd31a171
AC
8173 * config.guess: Import version 2002-08-23.
8174 * config.sub: Import version 2002-08-22.
8175
a08bafb5
AO
81762002-08-20 Alexandre Oliva <aoliva@redhat.com>
8177
8178 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8179 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8180 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8181
17240c1f
NC
81822002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8183
8184 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8185
e70ad0c6
L
81862002-08-04 H.J. Lu (hjl@gnu.org)
8187
8188 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8189
574e6d11
DD
81902002-07-31 Alan Modra <amodra@bigpond.net.au>
8191
8192 * configure.in: Move generic linux case to end. Copy generic
8193 linux noconfigdirs to mips*-*-linux* entry and new
8194 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8195
611e7523
CD
81962002-07-19 Chris Demetriou <cgd@broadcom.com>
8197
8198 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8199 one instance of them which was missed to the list to update.
8200
51759676
CD
82012002-07-16 Chris Demetriou <cgd@broadcom.com>
8202
8203 * config.guess: Update to 2002-07-09 version.
8204 * config.sub: Update to 2002-07-03 version.
8205
7c1f909c
DD
82062002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8207
8208 * configure.in: Remove two redundant tests.
8209
d7cf5d30
DD
82102002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8211
8212 * configure.in (mips*-*-irix6*o32): Enable stabs.
8213
c74222f7
DD
82142002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8215
5b53c336
DD
8216 * configure.in: Don't build grez.
8217 * Makefile.in: Ditto.
8218
c74222f7
DD
8219 * Makefile.in: Remove references to bsp, cygmon, libstub.
8220 * configure.in: Ditto.
8221
8222 * configure.in: Remove leftover reference to gdbtest.
8223
edd1b227
DD
82242002-07-08 Phil Edwards <pme@gcc.gnu.org>
8225
8226 * configure.in (gxx_include_dir): Change to match versioned
8227 C++ headers if --enable-version-specific-runtime-libs is used.
8228
486186e3
AO
82292002-07-04 Steve Ellcey <sje@cup.hp.com>
8230
8231 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8232
ff0a3bf8
DD
82332002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8234
8235 * configure.in: Make --without-x work.
8236
1dfa8174
NC
82372002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8238
8239 * contrib: New directory. Created to contain a copy of the
5481b376 8240 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8241 the FSF GCC sources.
8242
07637366
DD
82432002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8244
b6f83f2a
DD
8245 * configure.in: Rearrange target Makefile fragment collection.
8246
07637366
DD
8247 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8248 cvs[src].
8249 * configure.in: Ditto.
8250
f48556b1
DD
82512002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8252
8253 * Makefile.in: Eliminate 'apache' targets.
8254 * configure.in: Eliminate 'apache' targets.
8255
8256 * configure.in: Eliminate redundant tests. Reorganize.
8257
8258 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8259
8260 * config-ml.in: Eliminate references to Cygnus configure.
8261
8262 * Makefile.in: Eliminate references to building emacs.
8263
82642002-07-01 Denis Chertykov <denisc@overta.ru>
8265
8266 * configure.in: Add support for ip2k.
8267
cdb9e2b8
BE
82682002-06-24 Ben Elliston <bje@redhat.com>
8269
8270 * configure.in (host_tools): Remove cgen.
8271
8272 * Makefile.in (all-cgen): Remove; runs from its source directory.
8273 (check-cgen, install-cgen, clean-cgen): Likewise.
8274 (all-opcodes): No not depend on all-cgen.
8275 (all-sim): Likewise.
8276
3558860c
DD
82772002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8278
8279 * configure.in: Fix AIX configury bug.
8280
e3b0c936
DD
82812002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8282
cdb9e2b8 8283 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8284
cdb9e2b8
BE
8285 * configure.in: Move definition of libstdcxx_flags right above
8286 usage, rather than way earlier.
8ee424c0 8287
c712250a
DD
8288 * configure.in: Pull definition of is_cross_compiler earlier.
8289
9ee1a75c
DD
8290 * configure.in: Rearrange a little.
8291
e3b0c936
DD
8292 * configure.in: Remove references to librx.
8293 * Makefile.in: Remove references to librx.
8294
b2bd228e
DD
82952002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8296
8297 * configure.in: Eliminate ${gasdir} variable.
8298
7cd52483
DB
82992002-06-18 Dave Brolley <brolley@redhat.com>
8300
8301 * configure.in: Add support for frv.
8302 * config.sub: Add support for frv.
8303
6c5e141a
DD
83042002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8305
8306 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8307
0d18b56d
JT
83082002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8309
8310 * configure.in (vax-*-netbsd*): Re-enable gas.
8311
fd8958d5
DD
83122002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8313
27f15fdd
DD
8314 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8315 BUILD_PREFIX_1, to correct nomenclature.
8316 * configure: Likewise.
8317
fd8958d5
DD
8318 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8319 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8320
0c2442b7
DD
83212002-05-31 Olaf Hering <olh@suse.de>
8322
8323 * config-ml.in: Propogate DESTDIR also.
8324
a3602181
JT
83252002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8326
8327 * configure.in (vax-*-netbsd*): Don't build gas for this
8328 platform.
8329
c95f53ae
MM
83302002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8331
8332 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8333 and libgcj for AVR.
8334
1d7c1053
NC
83352002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8336
8337 * config.sub: Add DLX target.
8338
4b37028f
JT
83392002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8340
8341 * config.guess: Update to 2002-05-22 version.
8342 * config.sub: Likewise.
8343
d5de0a84
NC
83442002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8345
8346 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8347 * config-ml.in: Likewise.
8348 * configure: Likewise.
8349 * configure.in: Likewise.
8350
c92a0210
DD
83512002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8352
115a77aa
DD
8353 * configure.in: Simplify makefile fragment collection.
8354
8355 * configure.in: Remove code to build emacs.
e99daf2b 8356
91e060aa
DD
8357 * configure.in : Remove --srcdir argument from targargs and buildargs
8358 (it's always overridden in the Makefile anyway). Rearrange a bit.
8359
8360 * configure: Move some logic to configure.in.
8361 * configure.in: Move some logic from configure.
c92a0210 8362
91217342
JJ
83632002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8364
8365 * COPYING.LIBGLOSS: New file.
8366
d3d8a9ee
NC
83672002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8368
8369 * Makefile.in: Honour DESTDIR.
8370
3a036cdc
AO
83712002-05-05 Alexandre Oliva <aoliva@redhat.com>
8372
8373 * configure.in (noconfigdirs): Don't disable libgcj on
8374 sparc64-*-solaris* and sparcv9-*-solaris*.
8375
6d095fe4
AO
83762002-05-03 Alexandre Oliva <aoliva@redhat.com>
8377
8378 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8379
dac55df9
TF
83802002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8381
8382 * configure.in (FLAGS_FOR_TARGET): Do not add
8383 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8384 on i[3456]86-*-linux*.
8385
a018e15b
TF
83862002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8387
8388 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8389
8390 * configure.in (noconfigdirs): Do not add target-newlib if
8391 target == i[3456]86-*-linux*, and host == target.
8392
5f284831
MM
83932002-04-29 Mark Mitchell <mark@codesourcery.com>
8394
8395 * config.guess: Updated to 2002-04-26's version.
8396 * config.sub: Updated to 2002-04-26's version.
8397
33babf59
DD
83982002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8399
bd5f7da2
DD
8400 * configure.in: delete reference to absent file
8401
a0c4f3a0
DD
8402 * configure.in: replace '[' with 'test'
8403
66f1ba4f
DD
8404 * configure.in: Eliminate references to gash.
8405 * Makefile.in: Eliminate references to gash.
8406
7c3ab50c
DD
8407 * configure.in: remove useless references to 'pic' makefile fragments.
8408
bbc025f5
DD
8409 * configure.in: (*-*-windows*) Finish removing.
8410
33babf59
DD
8411 * configure.in: Eliminate redundant test for libgui.
8412
d5ec694c
DD
84132002-04-26 Joel Sherrill <joel@OARcorp.com>
8414
8415 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8416 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8417
57a5346c
DD
84182002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8419
8420 * configure.in: remove references to dead files
8421
dbf93899
DD
84222002-04-18 Tom Tromey <tromey@redhat.com>
8423
8424 * configure.in: Disallow configuring libgcj when it is already
8425 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8426 Solaris 2.8 by default. For PR libgcj/6158.
8427
26eadf68
DD
84282002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8429
8430 * configure.in: Move default CC setting out of config/mh-* fragments
8431 directly into here.
8432
a0a2c6c6
DD
84332002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8434
8435 * configure.in: don't even try to configure or make a subdirectory
8436 if there's no configure script for it.
8437
9972f812
DD
84382002-04-15 Mark Mitchell <mark@codesourcery.com>
8439
8440 * MAINTAINERS: Remove chill maintainers.
8441 * Makefile.in (CHILLFLAGS): Remove.
8442 (CHILL_LIB): Remove.
8443 (TARGET_CONFIGDIRS): Remove libchill.
8444 (CHILL_FOR_TARGET): Remove.
8445 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8446 CHILL_LIB.
8447 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8448 (CHECK_TARGET_MODULES): Likewise.
8449 (INSTALL_TARGET_MODULES): Likewise.
8450 (CLEAN_TARGET_MODULES): Likewise.
8451 (configure-target-libchill): Remove.
8452 (all-target-libchill): Remove.
8453 * configure.in (target_libs): Remove target-libchill.
8454 Do not compute CHILL_FOR_TARGET.
8455 * libchill: Remove directory.
5481b376 8456
75205f78
DD
84572002-04-15 DJ Delorie <dj@redhat.com>
8458
8459 * Makefile.in, configure.in, configure: Sync with gcc, entries
8460 follow...
8461
84622002-04-08 Tom Tromey <tromey@redhat.com>
8463
8464 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8465 Fixes PR libgcj/6068.
8466
84672002-03-30 Krister Walfridsson <cato@df.lth.se>
8468
8469 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8470
84712002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8472
8473 * configure.in (alpha*-dec-osf*): Enable libgcj.
8474
84752002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8476
8477 Fix for: PR bootstrap/3591, target/5676
8478 * configure.in (mcore-pe): Disable the configuration of
8479 libstdc++-v3 since exceptions are not supported.
8480
84812002-03-20 Anthony Green <green@redhat.com>
8482
8483 * configure.in: Enable libgcj for xscale-elf target.
8484
84852002-02-28 Alexandre Oliva <aoliva@redhat.com>
8486
8487 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8488 libjava.
8489 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8490
84912002-02-22 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8494 libstdc++-v3 and libjava.
8495
84962002-02-11 Adam Megacz <adam@xwt.org>
8497
8498 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8499 boehm-gc
8500
85012002-02-09 Alexandre Oliva <aoliva@redhat.com>
8502
8503 * config.guess: Updated to 2002-01-30's version.
8504 * config.sub: Updated to 2002-02-01's version.
8505 Contribute sh64-elf.
8506 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8507 * configure.in: Added sh64-*-*.
8508
85092002-01-17 H.J. Lu <hjl@gnu.org>
8510
8511 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8512 (all-target-fastjar): Also depend on all-target-libiberty.
8513
8514Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8515
8516 * configure, configure.in: Use temp file for long sed commands.
8517
85182001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8519
8520 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8521 libf2c.
8522
85232001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8524
8525 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8526
85272001-10-11 Hans-Peter Nilsson <hp@axis.com>
8528
8529 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8530
85312001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8532
8533 * configure: Handle temporary files securely using mkdir.
8534
85352001-09-26 Will Cohen <wcohen@redhat.com>
8536
8537 * configure.in (*-*-linux*): Disable configuration of target-newlib
8538 and target-libgloss.
8539
85402001-09-26 Alexandre Oliva <aoliva@redhat.com>
8541
8542 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8543 RANLIB.
8544
85452001-08-11 Graham Stott <grahams@redhat.com>
8546
8547 * Makefile.in (check-c++): Add missing semicolon.
8548
85492001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8550
8551 * configure.in (sh-*-linux*): New.
8552
85532001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8554
8555 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8556 and libgcj on m68hc11/m68hc12.
8557
85582001-06-27 H.J. Lu (hjl@gnu.org)
8559
8560 * Makefile (CFLAGS_FOR_BUILD): New.
8561 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8562
85632001-06-01 Hans-Peter Nilsson <hp@axis.com>
8564
8565 * configure.in (libstdcxx_flags): Do not try to execute
8566 libstdc++-v3/testsuite_flags until it exists.
8567
85682001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8569
8570 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8571
85722001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8573
8574 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8575
8576Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8577
8578 * configure.in: Move *-chorusos target case to the proper switch.
8579 Disable libgcj.
8580
85812001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8582
8583 * Makefile.in (STAGE1_CFLAGS): Pass down.
8584
85852001-04-13 Alan Modra <amodra@one.net.au>
8586
8587 * config.guess: Add hppa64-linux support. Note for next import that
8588 this is already in the master file.
8589 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8590
85912001-03-22 Colin Howell <chowell@redhat.com>
8592
8593 * Makefile.in (DO_X): Do not backslash single-quotes in
8594 backquotes (two places).
8595
85962001-03-18 Laurynas Biveinis <lauras@softhome.net>
8597
8598 * Makefile.in (DO_X): Quote nested quotes.
8599
86002001-03-15 Laurynas Biveinis <lauras@softhome.net>
8601
8602 * Makefile.in (DO_X): Use double quotes for quoting
8603 "RANLIB=$${RANLIB}".
8604
86052001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8606
8607 * configure.in: Only use `lang_requires' for languages athat are
8608 actually enabled.
8609
86102001-03-07 Tom Tromey <tromey@redhat.com>
8611
8612 * configure.in: Allow config-lang.in to set `lang_requires' to list
8613 of other required languages.
8614
86152001-03-06 Laurynas Biveinis <lauras@softhome.net>
8616
8617 * Makefile.in: Remove RANLIB definition. Use RANLIB
8618 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8619 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8620
86212001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8622 Alexandre Oliva <aoliva@redhat.com>
8623
8624 * Makefile.in (check-c++): Use tabs, not spaces.
8625
86262001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8627
8628 * Makefile.in (check-c++): New rule.
8629
8630 * configure.in (target_libs): Remove libg++.
8631 (noconfigdirs): Remove libg++.
8632 (noconfigdirs): Same.
8633 (noconfigdirs): Same.
8634 (noconfigdirs): Same.
8635
8636 * config-ml.in: Remove libg++ references.
8637
8638 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8639 (ALL_TARGET_MODULES): Same.
8640 (configure-target-libg++): Remove.
8641 (all-target-libg++): Remove.
8642 (configure-target-libio): Remove.
8643 (all-target-libio): Remove.
8644 (check-target-libio): Remove.
8645 (.PHONY): Remove.
8646 (libg++.tar.bz2): Remove.
8647 (all-target-cygmon): Remove libio.
8648 (all-target-libstdc++): Remove.
8649 (configure-target-libstdc++): Remove.
8650 (TARGET_LIB_PATH): Remove libstdc++.
8651 (ALL_GCC_CXX): Remove libstdc++.
8652 (all-target-gperf): Correct.
8653
86542001-02-15 Anthony Green <green@redhat.com>
8655
8656 * configure: Introduce GCJ_FOR_TARGET.
8657 * configure.in: Ditto.
8658 * Makefile.in: Ditto.
8659
86602001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8661
8662 * configure.in: for *-chorusos, don't config target-newlib and
8663 target-libgloss.
8664
86652001-02-04 Mark Mitchell <mark@codesourcery.com>
8666
8667 Remove V2 C++ library.
8668 * configure.in: Remove --enable-libstdcxx_v3 support.
8669
86702001-01-27 Richard Henderson <rth@redhat.com>
8671
8672 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8673
86742001-01-26 Tom Tromey <tromey@redhat.com>
8675
8676 * configure.in: Allow libgcj to be built on Sparc Solaris.
8677
86782001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8679
8680 * configure.in: Enable libgcj on several additional platforms.
8681
86822001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8683
8684 * configure.in: Enable libgcj for linux targets.
8685
86862001-01-09 Mike Stump <mrs@wrs.com>
8687
8688 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8689 failures of subdirectories.
8690
86912001-01-02 Laurynas Biveinis <lauras@softhome.net>
8692
8693 * configure: handle DOS-style absolute paths.
8694
86952001-01-02 Laurynas Biveinis <lauras@softhome.net>
8696
8697 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8698
86992000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8700
8701 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8702 (libstdcxx_incdir): Pass down.
8703 * config.if: Remove expired bits for cxx_interface, add stub.
8704 (libstdcxx_incdir): Add variable for g++ include directory.
8705 * configure.in (gxx_include_dir): Use it.
8706
87072000-12-15 Andreas Jaeger <aj@suse.de>
8708
8709 * configure.in: Handle lang_dirs.
8710
87112000-12-13 Anthony Green <green@redhat.com>
8712
8713 * configure.in: Disable libgcj for any target not specifically
8714 listed. Disable libgcj for x86 and Alpha Linux until compatible
8715 with g++ abi.
8716
87172000-12-13 Mike Stump <mrs@wrs.com>
8718
8719 * Makefile.in (local-distclean): Also remove fastjar.
8720
87212000-12-10 Anthony Green <green@redhat.com>
8722
8723 * configure.in: Define libgcj. Disable libgcj target libraries for
8724 most targets.
8725
87262000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8727
8728 * configure.in (target_libs): Revert 2000-12-08 patch.
8729 (noconfigdirs): Added target-libjava.
8730
87312000-12-09 Laurynas Biveinis <lauras@softhome.net>
8732
8733 * Makefile.in: handle DOS-style absolute paths.
8734
87352000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8736
8737 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8738 libjava.
8739 * configure.in (target_libs): Removed `target-libjava'.
8740
87412000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8742
8743 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8744 (ALL_MODULES): Added fastjar.
8745 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8746 (all-target-libjava): all-fastjar replaces all-zip.
8747 (all-fastjar): Added.
8748 (configure-target-fastjar, all-target-fastjar): Likewise.
8749 * configure.in (host_tools): Added fastjar.
8750
87512000-12-07 Mike Stump <mrs@wrs.com>
8752
8753 * Makefile.in (local-distclean): Remove leftover built files.
8754
87552000-11-16 Fred Fish <fnf@be.com>
8756
8757 * configure.in (enable_libstdcxx_v3): Fix typo,
8758 libstd++ -> libstdc++.
8759
87602000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8761
8762 * configure: Provide the original toplevel configure arguments
8763 (including $0) to subprocesses in the environment rather than
8764 through gcc/configargs.h.
8765
87662000-11-12 Mark Mitchell <mark@codesourcery.com>
8767
8768 * configure: Turn on libstdc++ V3 by default.
8769
87702000-10-16 Michael Meissner <meissner@redhat.com>
8771
8772 * configure (gcc/configargs.h): Only create if there is a build GCC
8773 directory created.
8774
87752000-10-05 Phil Edwards <pme@gcc.gnu.org>
8776
8777 * configure: Save configure arguments to gcc/configargs.h.
8778
87792000-10-04 Andris Pavenis <pavenis@latnet.lv>
8780
8781 * Makefile.in (bootstrap): avoid recursion if subdir missing
8782 (cross): ditto
8783 (do-proto-toplev): ditto
8784
8785Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8786
8787 * configure.in: Do not build byacc for hppa64. Provide paths to the
8788 X11 libraries for hppa64.
8789
87902000-09-02 Anthony Green <green@cygnus.com>
8791
8792 * Makefile.in (all-gcc): Depend on all-zlib.
8793 (CLEAN_MODULES): Add clean-zlib.
8794 (ALL_MODULES): Add all-zlib.
8795 * configure.in (host_libs): Add zlib.
8796
87972000-08-25 Alexandre Oliva <aoliva@redhat.com>
8798
8799 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8800 $targargs to tell whether newlib is going to be built.
8801
8802 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8803 $$r/TARGET_SUBDIR/libio for _G_config.h.
8804
88052000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8806
8807 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8808
8809 * configure: Make enable_threads and enable_shared defaults
8810 explicit. Substitute enable_threads into generated Makefiles.
8811 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8812 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8813
88142000-08-02 Manfred Hollstein <manfredh@redhat.com>
8815
8816 * configure.in: Re-enable all references to libg++ and librx.
8817
ffb97b2f 88182002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8819
ffb97b2f
DD
8820 * configure.in: Add *-*-freebsd* configurations.
8821
bbf6e9e3
AC
88222002-04-07 Andrew Cagney <ac131313@redhat.com>
8823
8824 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8825 (do-tar, do-bz2): New rules.
8826 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8827 (gdb-tar): New rule.
8828 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8829 (insight_dejagnu.tar): New rule.
8830 (insight.tar): New rule.
8831 (gdb+dejagnu.tar): New rule.
8832 (gdb.tar): New rule.
8833
8f1579c0
AC
88342002-04-07 Andrew Cagney <ac131313@redhat.com>
8835
8836 * MAINTAINERS: Update dejagnu/
8837
ba3c59ab
AO
88382002-03-16 Alexandre Oliva <aoliva@redhat.com>
8839
8840 * ltmain.sh (relink_command): Fix typo in previous change.
8841
6243d5dd
AO
88422002-03-15 Alexandre Oliva <aoliva@redhat.com>
8843
8844 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8845 (relink_command): Added --tag flags.
8846 (mode=install): If relinking fails; error out.
8847
80413487
RH
88482002-03-12 Richard Henderson <rth@redhat.com>
8849
8850 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8851 .NOTPARALLEL tag.
8852 (do-check): Rename from check.
8853 (check): Allow parallel check.
8854
3daeddf6
RH
88552002-03-11 Richard Henderson <rth@redhat.com>
8856
8857 * Makefile.in (.NOTPARALLEL): Add fake tag.
8858
fad93c55
L
88592002-03-07 H.J. Lu (hjl@gnu.org)
8860
8861 * configure.in: Enable gprof for mips*-*-linux*.
8862
2e8357fc
AO
88632002-02-28 Alexandre Oliva <aoliva@redhat.com>
8864
8865 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8866 libjava.
8867 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8868
bd48e1a9
AC
88692002-02-24 Andrew Cagney <ac131313@redhat.com>
8870
8871 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8872
39121370
DJ
88732002-02-23 Daniel Jacobowitz <drow@mvista.com>
8874
8875 * config.guess: Import from master sources, rev 1.232.
8876 * config.sub: Import from master sources, rev 1.246.
8877
081ff160
AO
88782002-02-23 Alexandre Oliva <aoliva@redhat.com>
8879
8880 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8881 because its Makefile is there; test for the executable instead.
8882
20a5393b
AO
88832002-02-09 Alexandre Oliva <aoliva@redhat.com>
8884
8885 Contribute sh64-elf.
8886 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8887 * configure.in: Added sh64-*-*.
8888
38135629
JJ
88892002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8890
80413487
RH
8891 * COPYING.NEWLIB: Remove advertising clause from
8892 Berkeley and Red Hat licenses.
38135629 8893
48d19748
MD
88942002-02-01 Mo DeJong <supermo@bayarea.net>
8895
8896 * Makefile.in: Add all-tix to deps for all-snavigator
8897 so that tix is built when building snavigator.
8898
f6e1c110
BE
88992002-02-01 Ben Elliston <bje@redhat.com>
8900
8901 * config.guess: Import from master sources, rev 1.229.
8902 * config.sub: Import from master sources, rev 1.240.
8903
4867be41
DJ
89042002-01-27 Daniel Jacobowitz <drow@mvista.com>
8905
8906 From Steve Ellcey <sje@cup.hp.com>:
8907 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8908 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8909 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8910 IA64.
8911 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8912 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8913 soname_spec, sys_lib_search_path_spec): Ditto.
8914
e82380cc
JT
89152002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8916
8917 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8918 target-libiberty, and target-libgloss. Skip Java-related
8919 libraries if not supported for NetBSD on target CPU.
8920
1319fb9c
NC
89212002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8922
8923 * configure.in: Import StrongARM and XScale target_configdirs from
8924 FSF GCC version.
8925
b020f6ac
L
89262002-01-16 H.J. Lu (hjl@gnu.org)
8927
8928 * config.guess: Import from master sources, rev 1.225.
8929 * config.sub: Import from master sources, rev 1.238.
8930
8931 * MAINTAINERS: Updated notes on config.guess and config.sub.
8932
a0c1c920
NC
89332002-01-11 Steve Ellcey <sje@cup.hp.com>
8934
8935 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8936 ld and gdb are not supported.
8937
a9fa5e1f
JJ
89382002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8939
8940 * Change reference to Cygnus Solutions to be Red Hat.
8941
94077108
JJ
89422002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8943
8944 * COPYING.NEWLIB: Update generic copyright date.
8945
05ecd75c
MS
89462002-01-07 Mark Salter <msalter@redhat.com>
8947
8948 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8949 Allow target-libgloss to be built for arm, strongarm, and xscale.
8950
a106bb62
BE
89512002-01-03 Ben Elliston <bje@redhat.com>
8952
8953 * MAINTAINERS: Update URL for config.* scripts.
8954
0e254642
AM
89552001-12-18 Alan Modra <amodra@bigpond.net.au>
8956
8957 * config.sub: Import latest version.
8958 * config.guess: Likewise.
8959
0a0d0041
TF
89602001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8961
8962 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8963 options for i[3456]86-pc-linux* native builds.
8964
d932cae7
NC
89652001-12-05 Laurent Guerby <guerby@acm.org>
8966
8967 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8968 libiberty.
d932cae7
NC
8969
8970 Import this patch from gcc:
5481b376 8971
d932cae7
NC
8972 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8973
8974 * symlink-tree: handle DOS-style absolute paths.
8975
49b7683b
DD
89762001-11-28 DJ Delorie <dj@redhat.com>
8977 Zack Weinberg <zack@codesourcery.com>
8978
8979 When build != host, create libiberty for the build machine.
8980
8981 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8982 CONFIG_ARGUMENTS.
8983 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8984 New variables.
8985 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8986 and rules.
8987 (all.normal): Depend on ALL_BUILD_MODULES.
8988 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8989 (all-build-libiberty): Depend on configure-build-libiberty.
8990
8991 * configure: Calculate and substitute proper value for
8992 ALL_BUILD_MODULES.
8993 * configure.in: Create the build subdirectory.
8994 Calculate and substitute TARGET_CONFIGARGS (formerly
8995 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8996
26ef82f4
GK
89972001-11-26 Geoffrey Keating <geoffk@redhat.com>
8998
8999 * config.sub: Update to version 1.232 on subversion.
9000
43e64072
NC
90012001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9002
9003 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9004 files from .po files for a distribution.
9005
66f6c0d5
HPN
90062001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9007
9008 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9009
4a02fdb2
JH
90102001-11-13 Jeff Holcomb <jeffh@redhat.com>
9011
9012 Merged from net gcc:
9013 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9014 * ltcf-c.sh: Use $objext, not $ac_objext.
9015 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9016 * ltcf-cxx.sh: Add support for GNU.
9017 2001-07-22 Timothy Wall <twall@redhat.com>
9018 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9019 default settings if using GNU tools with that configuration.
9020 * ltcf-cxx.sh: Ditto.
9021 * ltcf-gcj.sh: Ditto.
9022 2001-07-21 Michael Chastain <chastain@redhat.com>
9023 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9024 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9025 * ltmain.sh: Mark as gcc-local.
9026
227b9953
JH
90272001-11-13 Jeff Holcomb <jeffh@redhat.com>
9028
9029 * Makefile.in (all-bison): Revert 2001-10-24.
9030 Don't depend on texinfo.
9031
cbbab8fb
JJ
90322001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9033
80413487 9034 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9035
922b2485
DD
90362001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9037
9038 * configure.in (--enable-languages): Be more permissive about
9039 syntax. Check for empty lists better. Warn about $LANGUAGES.
9040
f08fa01d
HPN
90412001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9042
9043 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9044
fee3da4e
JH
90452001-10-24 Jeff Holcomb <jeffh@redhat.com>
9046
9047 Makefile.in (all-bison): Don't depend on texinfo.
9048
73fb1ef9
AM
90492001-10-03 Alan Modra <amodra@bigpond.net.au>
9050
9051 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9052
373688ac
AO
90532001-09-29 Alexandre Oliva <aoliva@redhat.com>
9054
9055 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9056
9c07660b
HPN
90572001-09-28 Hans-Peter Nilsson <hp@axis.com>
9058
9059 * config.sub, config.guess: Import latest from subversions.
9060
3f152009
AO
90612001-09-21 Alexandre Oliva <aoliva@redhat.com>
9062
9063 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9064 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9065 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9066 avoid quotes nesting problems.
9067 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9068 (DO_X): Export only variables that are set.
9069
8f6a59e5
BE
90702001-09-19 Ben Elliston <bje@redhat.com>
9071
9072 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9073 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9074 semantics. Use the shell built-in "type" command instead.
9075
a1ec19fa
TS
90762001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9077
9078 * config.sub: Reverted the earlier change, this version is not the
9079 master file.
9080
4008bd9b
TS
90812001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9082
9083 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9084 Add support for mips64.
9085
dd1e52a4
JH
90862001-09-03 Jeff Holcomb <jeffh@redhat.com>
9087
9088 * configure.in: Enable libstdc++-v3 for h8300 targets.
9089
91549d1c
EC
90902001-08-30 Eric Christopher <echristo@redhat.com>
9091 Jason Eckhardt <jle@redhat.com>
9092
9093 * config.sub: Add support for mipsisa32.
9094
cf966cf9
EC
90952001-08-30 Eric Christopher <echristo@redhat.com>
9096
9097 * config.sub, config.guess: Import latest from subversions.
9098
82208dc5
AM
90992001-08-20 Alan Modra <amodra@bigpond.net.au>
9100
9101 * config.sub, config.guess: Import latest from subversions.
9102
4dca8403
DD
91032001-07-26 DJ Delorie <dj@redhat.com>
9104
9105 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9106
1107dce2
AM
91072001-06-19 Alan Modra <amodra@bigpond.net.au>
9108
9109 * Makefile.in: Revert 2001-06-17.
9110 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9111
e09a6604
L
91122001-06-17 H.J. Lu <hjl@gnu.org>
9113
9114 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9115 (gas+binutils.tar.bz2): Likewise.
9116 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9117
31a8b634
AC
9118Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9119
9120 * Makefile.in (VER): When present, extract the version number from
5481b376 9121 the file version.in.
31a8b634 9122
dc70af01
AO
91232001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9124
9125 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9126 gcc/xgcc is built, use -print-prog-name to find out the program
9127 name to use.
9128
839bbd8c
AO
91292001-06-04 Mark Mitchell <mark@codesourcery.com>
9130
9131 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9132 with_gcc]: Use `gcc -shared' to build a shared library.
9133
566e9a30
AO
91342001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9135
9136 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9137 archives.
9138
e877bb69
AO
91392001-05-28 Simon Patarin <simon.patarin@inria.fr>
9140
9141 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9142 libraries when using g++ with native linker.
9143
1605288b
AO
91442001-05-28 Alexandre Oliva <aoliva@redhat.com>
9145
9146 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9147
11a383ba
TR
91482001-05-24 Tom Rix <trix@redhat.com>
9149
9150 * configure.in : enable ld for aix
cf966cf9 9151
18611226
AO
91522001-05-22 Alexandre Oliva <aoliva@redhat.com>
9153
9154 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9155 [aix4*|aix5*]: Prepend blank.
9156
6be7c12c
AO
91572001-05-20 Alexandre Oliva <aoliva@redhat.com>
9158
9159 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9160 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9161 of subdir/configure scripts to use the new libtool.m4.
9162
4ed00bba
L
91632001-05-14 H.J. Lu <hjl@gnu.org>
9164
9165 * config.if (libc_interface): Set to -libc6.2- for cross
9166 compiling to Linux/glibc 2.2.
9167
b1af961c
AO
91682001-05-03 Alexandre Oliva <aoliva@redhat.com>
9169
9170 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9171 libgcj.
9172
5ec3e74e
AO
91732001-04-26 Alexandre Oliva <aoliva@redhat.com>
9174
9175 * configure.in (noconfigdirs): Don't reset it from scratch in the
9176 target case; only append to it.
9177
b3ed1d6b
AO
91782001-04-26 Alexandre Oliva <aoliva@redhat.com>
9179
9180 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9181 sparc-*-solaris2.8]: Disable ${libgcj}.
9182
96111c10
AO
91832001-04-25 Alexandre Oliva <aoliva@redhat.com>
9184
9185 * configure.in (libgcj_saved): Copy from $libgcj.
9186 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9187 --disable-libgcj.
9188
b5bf43f2
AO
91892001-04-20 Alexandre Oliva <aoliva@redhat.com>
9190
9191 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9192 1.641.2.228.
9193
8cc32590
AO
91942001-04-12 Alexandre Oliva <aoliva@redhat.com>
9195
9196 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9197 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9198
dec0cb0c
AO
91992001-04-01 Alexandre Oliva <aoliva@redhat.com>
9200
9201 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9202 New macros.
9203 (bootstrap, cross): Use RECURSE_FLAGS.
9204 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9205
6a9c3886
AO
92062001-03-27 Alexandre Oliva <aoliva@redhat.com>
9207
9208 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9209
d4fc7db8
NC
92102001-03-23 Nick Clifton <nickc@redhat.com>
9211
9212 * README-maintainer-mode: Add note about inability to use "make
9213 distclean" in maintainer mode.
9214
7389ff65
AO
92152001-03-22 Alexandre Oliva <aoliva@redhat.com>
9216
9217 Re-installed:
9218 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9219 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9220 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9221 * ltcf-cxx.sh: Likewise.
9222 * ltcf-gcj.sh: Likewise.
9223
b3e0dc8e
PB
92242001-03-22 Philip Blundell <philb@gnu.org>
9225
9226 * config.sub, config.guess: Import latest from subversions.
9227
469b781c
AO
92282001-03-22 Alexandre Oliva <aoliva@redhat.com>
9229
9230 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9231 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9232
b0dad762
MC
92332001-03-20 Michael Chastain <chastain@redhat.com>
9234
9235 * Makefile.in: all-m4 depends on all-texinfo.
9236
c559bb17
AO
92372001-03-08 Alexandre Oliva <aoliva@redhat.com>
9238
9239 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9240
fef4ae2e
JJ
92412001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9242
9243 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9244 longer valid.
9245
8d6dd99d
NC
92462001-02-16 Nick Clifton <nickc@redhat.com>
9247
9248 * configure.in (noconfigdirs): Allow configuration of texinfo
9249 for Cygwin hosts.
9250
a85d7ed0
NC
92512001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9252
9253 * config.guess: Add linux target for S/390.
9254 * config.sub: Likewise.
9255 * configure.in: Likewise.
9256
51221c5e
DD
92572001-02-06 Ben Elliston <bje@redhat.com>
9258
9259 * configure: Output host type to stdout, not stderr.
9260
9dec4c71
MS
92612001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9262
9263 * config.guess: Import from subversions.gnu.org (revision 1.181).
9264 * config.sub: Import from subversions.gnu.org (revision 1.199).
9265
9add9c04
AM
92662001-01-30 Alan Modra <alan@linuxcare.com.au>
9267
9268 * config.guess: Handle hppa64-linux systems.
9269
8679174d
MS
92702001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9271
9272 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9273 Don't unset, it's non-portable and no longer necessary, set to empty
9274 instead.
9275
02d01ed4
MS
92762001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9277
9278 * ltconfig: Shell portability fix for the tagname validity check.
9279
4cc5853d
MS
92802001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9281
9282 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9283
7487e485
AO
92842001-01-27 Alexandre Oliva <aoliva@redhat.com>
9285
9286 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9287 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9288
f332af52
AO
92892001-01-24 Alexandre Oliva <aoliva@redhat.com>
9290
9291 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9292 keep at least one of build_libtool_libs or build_old_libs set to
9293 yes.
9294
ef099754
AO
92952001-01-24 Alexandre Oliva <aoliva@redhat.com>
9296
9297 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9298 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9299
8341f2fc 93002000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9301
8341f2fc
AJ
9302 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9303
93042000-11-03 Philip Blundell <pb@futuretv.com>
9305
9306 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9307 files.
ebf0fa2e 9308
c320a39f
JJ
93092001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9310
9311 * COPYING.NEWLIB: Put into source repository.
9312
8817b92e
BE
93132001-01-15 Ben Elliston <bje@redhat.com>
9314
9315 * configure.in (host_tools): Add sid.
9316 Always configure cgen.
9317 * Makefile.in (all-sid): New target.
9318 (check-sid, clean-sid, install-sid): Likewise.
9319
35590697
AJ
93202001-01-07 Andreas Jaeger <aj@suse.de>
9321
80413487 9322 * config.sub, config.guess: Update from subversions.
35590697 9323
6ee6cea6
AO
93242000-12-12 Alexandre Oliva <aoliva@redhat.com>
9325
9326 * configure.in: Disable language-specific target libraries for
9327 languages that aren't enabled.
9328
077b8428
NC
93292000-11-24 Nick Clifton <nickc@redhat.com>
9330
9331 * configure.in (xscale-elf): Add target.
9332 (xscale-coff): Add target.
9333 (c4x, c5x, tic54x): Move after ARM targets.
9334
9e28a1ed
AO
93352000-11-23 Alexandre Oliva <aoliva@redhat.com>
9336
9337 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9338
be98a80a
ILT
93392000-11-20 Ian Lance Taylor <ian@zembu.com>
9340
9341 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9342
5cec67bf
AO
93432000-11-18 Alexandre Oliva <aoliva@redhat.com>
9344
9345 * Makefile.in: Merge with GCC and libgcj.
9346 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9347 configure-target-<library> when their configure scripts need the C
9348 or C++ library to have already been built to work properly.
9349 (do_proto_toplev): Set them to an empty string.
9350
d932cae7 93512000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9352
9353 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9354 (REALLY_SET_LIB_PATH): Use them.
9355
d932cae7 93562000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9357
9358 * config.sub: Add support for Sun Chorus
9359
8602ff0c
NC
93602000-11-02 Per Lundberg <plundis@chaosdev.org>
9361
9362 * config.sub: Add support for the *-storm-chaos OS.
9363
f9e0997d
NC
93642000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9365
80413487
RH
9366 * configure.in (noconfigdirs): Don't compile some
9367 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9368
d64552c5
AO
93692000-09-30 Alexandre Oliva <aoliva@redhat.com>
9370
9371 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9372 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9373 all affected `configure' scripts.
9374
97f60b31
AO
93752000-09-25 Alexandre Oliva <aoliva@redhat.com>
9376
9377 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9378 ltcf-c.sh.
9379
6e8dd58f
PB
93802000-09-12 Philip Blundell <philb@gnu.org>
9381
9382 * config.sub, config.guess: Update from subversions.
9383
103a2e99
AO
93842000-09-06 Alexandre Oliva <aoliva@redhat.com>
9385
51601921
AO
9386 * Makefile.in (all-zlib): Added dummy target.
9387
103a2e99
AO
9388 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9389 multi-language branch.
9390
2809b4b9
AO
93912000-09-05 Alexandre Oliva <aoliva@redhat.com>
9392
9393 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9394 (bootstrap*): Depend on all-bootstrap.
9395
7450026c
AO
93962000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9397
9398 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9399 crosses, but add gcc/include to the header search path for them.
9400
6cf86f7f
AO
94012000-08-31 Alexandre Oliva <aoliva@redhat.com>
9402
9403 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9404 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9405 * gettext.m4: New file, extracted from aclocal.m4.
9406
ce2ea6e3
AO
94072000-08-22 Alexandre Oliva <aoliva@redhat.com>
9408
9409 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9410 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9411 sub-configures.
9412
9765193e
DE
94132000-08-20 Doug Evans <dje@casey.transmeta.com>
9414
9415 * Makefile.in (ALL_MODULES): Add all-cgen.
9416 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9417 (all-cgen): New target.
9418 (all-opcodes,all-sim): Depend on all-cgen.
9419 * configure.in (host_tools): Add cgen.
9420 Only configure cgen if --enable-cgen-maint.
9421
d7b32520
AO
94222000-08-17 Alexandre Oliva <aoliva@redhat.com>
9423
9424 * config-ml.in (CC, CXX): Don't introduce a leading space.
9425
e52ef561
AO
94262000-08-16 Alexandre Oliva <aoliva@redhat.com>
9427
9428 * configure.in (libstdcxx_flags): Use
9429 libstdc++-v3/src/libstdc++.INC.
9430
88f9c2a0
AO
94312000-08-15 Alexandre Oliva <aoliva@redhat.com>
9432
9433 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9434
98fbe43f
JM
94352000-08-11 Jason Merrill <jason@redhat.com>
9436
9437 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9438 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9439 (FLAGS_FOR_TARGET): Not here.
9440 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9441
279ddab4
DD
94422000-08-07 DJ Delorie <dj@redhat.com>
9443
9444 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9445 "if we're also building gcc, and it's a gcc that will run on the
9446 build machine, we want to use its includes instead of the system's
9447 default includes".
9448
60523a83
AO
94492000-08-03 Alexandre Oliva <aoliva@redhat.com>
9450
24ffec7a
AO
9451 * configure.in (libstdcxx_flags): Don't use `"'.
9452
60523a83
AO
9453 * config-ml.in: Adjust multilib search paths to the
9454 appropriate multilib tree.
9455
daf644b5
AO
94562000-08-02 Alexandre Oliva <aoliva@redhat.com>
9457
9458 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9459 commas in $LANGUAGES.
9460
63266560
DD
94612000-08-01 Alexandre Oliva <aoliva@redhat.com>
9462
9463 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9464
94652000-07-31 Alexandre Oliva <aoliva@redhat.com>
9466
9467 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9468 CXX_FOR_TARGET for sed.
9469
94702000-07-30 Alexandre Oliva <aoliva@redhat.com>
9471
9472 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9473 Do not override if already set in the environment or in configure.
9474 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9475 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9476
9e449d3e
AO
94772000-07-27 Alexandre Oliva <aoliva@redhat.com>
9478
9479 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9480 (GCC_FOR_TARGET): Use it.
9481 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9482 * configure.in: ... here.
9483 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9484 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9485
8bbd92e0
AO
94862000-07-24 Alexandre Oliva <aoliva@redhat.com>
9487
fd1f87b2
AO
9488 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9489 (configure-target-libchill, configure-target-libobjc): Likewise.
9490
8bbd92e0
AO
9491 * configure.in: Use the same cache file for all target libs.
9492 * config-ml.in: But different cache files per multilib variant.
9493
25c6c112
JL
94942000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9495
9496 * configure (topsrcdir): Don't use dirname.
9497
ba73c63f
JM
94982000-07-20 Jason Merrill <jason@redhat.com>
9499
9500 * configure.in: Remove all references to libg++ and librx.
9501
9502 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9503
1af08294
HPN
95042000-07-20 Hans-Peter Nilsson <hp@axis.com>
9505
9506 * config.sub: Update to subversions version 2000-07-06.
9507
ba73c63f
JM
95082000-07-12 Andrew Haley <aph@cygnus.com>
9509
9510 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9511 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9512
95132000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9514
9515 * symlink-tree: Check number of arguments.
9516
d932cae7 95172000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9518
9519 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9520
ba73c63f
JM
95212000-07-05 Jim Wilson <wilson@cygnus.com>
9522
9523 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9524 search path for a g++ extracted from the build tree. This
9525 will allow link tests run by configure scripts in
9526 subdirectories to succeed.
9527
92ee2f86
UC
95282000-07-01 Koundinya K <kk@ddeorg.soft.net>
9529
80413487 9530 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9531
23f2f29f
CV
95322000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9533
9534 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9535 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9536
f04f5a67
TW
95372000-06-19 Timothy Wall <twall@cygnus.com>
9538
9539 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9540 * config.sub: Add tic54x target.
9541
11da68be
NC
95422000-06-07 Phillip Thomas <pthomas@suse.de>
9543
9544 * README-maintainer-mode: New file: Contains notes on using
9545 --enable-maintainer-mode with binutils.
9546
d932cae7 95472000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9548
9549 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9550
d932cae7 95512000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9552
9553 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9554 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9555
9442cea3
L
955620000-05-21 H.J. Lu (hjl@gnu.org)
9557
80413487
RH
9558 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9559 directory are used if they exist. Make sure
9560 $(build_tooldir)/include is searched for header files,
9561 $(build_tooldir)/lib/ for library files.
9442cea3 9562 (GCC_FOR_TARGET): Likewise.
80413487 9563 (CXX_FOR_TARGET): Likewise.
9442cea3 9564
d932cae7 95652000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9566
9567 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9568
d932cae7 95692000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9570
9571 * Makefile.in (configure-target-libiberty): Depend on
9572 configure-target-newlib.
9573
ba73c63f
JM
95742000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9575
9576 * configure.in, Makefile.in: Merge all libffi-related
9577 configury stuff from the libgcj tree.
9578
d932cae7 95792000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9580
9581 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9582 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9583
d932cae7 95842000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9585
9586 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9587 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9588 current version information. Add to proto-toplev directory.
b5a23627
AC
9589 (gdb-taz): Build do-djunpack.
9590
ba73c63f
JM
95912000-05-15 David Edelsohn <edelsohn@gnu.org>
9592
9593 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9594
7c86ed39
L
95952000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9596
9597 * ltmain.sh: Preserve in relink_command any environment
9598 variables that may affect the linker behavior.
9599
d932cae7 96002000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9601
9602 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9603
d932cae7 96042000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9605
9606 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9607
ed0a91a5
EZ
96082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9609
9610 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9611 with the version name.
ed0a91a5 9612
ba73c63f 96132000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9614
ba73c63f 9615 * config.if: Tweak.
6cafa39f 9616
ba73c63f 96172000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9618
ba73c63f 9619 * djunpack.bat: New file.
66156876 9620
d932cae7 96212000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9622
9623 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9624 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9625 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9626 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9627
ba73c63f
JM
96282000-04-16 Dave Pitts <dpitts@cozx.com>
9629
80413487
RH
9630 * config.sub (case $basic_machine): Change default for "ibm-*"
9631 to "openedition".
ba73c63f 9632
d932cae7 96332000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9634
9635 * Makefile.in (gdb-taz): New target. GDB specific archive.
9636 (do-md5sum): New target.
9637 (MD5PROG): Define.
9638 (PACKAGE): Default to TOOL.
9639 (VER): Default to a shell script.
9640 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9641 md5 checksum generation.
b35ece4e
AC
9642 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9643 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9644 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9645 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9646
d932cae7 96472000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9648
9649 * configure (warn_cflags): Delete.
9650
ba73c63f 96512000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9652 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9653
80413487
RH
9654 * configure.in (enable_libstdcxx_v3): Add.
9655 (target_libs): Add bits here to switch between libstdc++-v2 and
9656 libstdc++-v3.
9657 * config.if: And this file too.
9658 * Makefile.in: Add libstdc++-v3 targets.
35590697 9659
ba73c63f
JM
96602000-04-05 Michael Meissner <meissner@redhat.com>
9661
9662 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9663
d332c5ac
JM
96642000-03-29 Jason Merrill <jason@casey.cygnus.com>
9665
9666 * configure.in: -linux-gnu*, not -linux-gnu.
9667
d932cae7 96682000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9669
9670 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9671 (do-tar-bz2): Replace TOOL with PACKAGE.
9672 (gdb.tar.bz2): Remove GDBTK from GDB package.
9673 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9674 dejagnu.tar.bz2): New packages.
6dcbc97b 9675
96ce09a7
ILT
96762000-02-27 Andreas Jaeger <aj@suse.de>
9677
9678 * configure.in: Add entry for mips*-*-linux*, move catch all
9679 *-*-*linux* entry below this one.
9680
2031769e
ILT
96812000-02-27 Ian Lance Taylor <ian@zembu.com>
9682
9683 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9684
4bab746c
NC
96852000-02-24 Nick Clifton <nickc@cygnus.com>
9686
9687 * config.sub: Support an OS of "wince".
9688
d932cae7 96892000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9690
9691 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9692 version.
ada59422 9693
5b93d8bb
AM
96942000-02-23 Linas Vepstas <linas@linas.org>
9695
9696 * config.sub: Add support for Linux/IBM 370.
9697 * configure.in: Likewise.
9698
2fb651f6
NC
96992000-02-22 Nick Clifton <nickc@cygnus.com>
9700
9701 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9702
b8441c25
CF
97032000-02-20 Christopher Faylor <cgf@cygnus.com>
9704
9705 * config.guess: Guess "cygwin" rather than "cygwin32".
9706
d332c5ac
JM
97072000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9708
9709 * configure (gcc_version): When setting, narrow search to
9710 lines containing `version_string'.
9711
ba73c63f
JM
97122000-02-15 Denis Chertykov <denisc@overta.ru>
9713
9714 * config.sub: Add support for avr target.
9715
d932cae7 97162000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9717
9718 * config.sub: Add mmix-knuth-mmixware.
9719
97202000-01-27 Christopher Faylor <cgf@redhat.com>
9721
9722 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9723 structure stuff to -L library search.
9724 (CXX_FOR_TARGET): Ditto.
9725 (CROSS_CHECK_MODULES): Fix spelling mistake.
9726
97272000-01-24 Mark Mitchell <mark@codesourcery.com>
9728
9729 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9730 the C++ compiler.
9731
97322000-01-12 Richard Henderson <rth@cygnus.com>
9733
9734 * configure.in: Don't build some bits for beos.
9735
97362000-01-12 Joel Sherrill (joel@OARcorp.com)
9737
9738 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9739 as include files.
9740
91b2c84d
GK
97412000-01-06 Geoff Keating <geoffk@cygnus.com>
9742
9743 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9744 not mh-aix43.
9745
ba73c63f
JM
97461999-12-14 Richard Henderson <rth@cygnus.com>
9747
9748 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9749 * config.sub: Accept alphaev[78], alphaev8.
9750
97511999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9752
9753 * config.guess, config.sub: Update from autoconf.
9754
9755Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9756
9757 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9758 necessary libraries are missing.
9759
97601999-10-25 Andreas Schwab <schwab@suse.de>
9761
9762 * configure: Fix quoting inside arguments of eval.
9763
97641999-10-21 Nick Clifton <nickc@cygnus.com>
9765
9766 * config-ml.in: Allow suppression of some ARM multilibs.
9767
9768Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9769
9770 * config.guess: Add OS/390 match pattern.
9771 * config.sub: Add mvs, openedition targets.
9772 * configure.in (i370-ibm-opened*): New.
9773
ef14edc4
ILT
97741999-09-04 Steve Chamberlain <sac@pobox.com>
9775
9776 * config.sub: Add support for configuring for pj.
9777
afb478e8
NC
97781999-08-31 Nick Clifton <nickc@cygnus.com>
9779
fd6848f6 9780 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9781
ba73c63f 97821999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9783
9784 * configure.in: Do not configure or build ld for AIX
9785 platforms. ld is known to be broken on these platforms.
9786
ba73c63f
JM
9787Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9788
9789 * config-ml.in: Pass compiler flag corresponding to multidirs to
9790 subdir configures.
9791
c363de44
ILT
97921999-08-09 Ian Lance Taylor <ian@zembu.com>
9793
9794 * Makefile.in (LDFLAGS): Define.
9795
dc8bc5a6
ILT
97961999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9797
9798 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9799 noconfigdirs.
9800 (*-*-cygwin*): Likewise.
9801
6ca3858e
ILT
98021999-08-08 Ian Lance Taylor <ian@zembu.com>
9803
71141bb6
ILT
9804 * mkdep: New file.
9805 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9806 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9807
6ca3858e
ILT
9808 From Eli Zaretskii <eliz@is.elta.co.il>:
9809 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9810 long file name when using DJGPP on MS-DOS.
9811
ba73c63f
JM
9812Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9813
9814 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9815
2735a327
AM
98161999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9817
9818 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9819 dependency as this causes "make check" to globally "make all"
9820
ba73c63f
JM
9821Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9822
9823 * configure.in (target_libs): Added target-zlib.
9824 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9825 (CONFIGURE_TARGET_MODULES): Likewise.
9826 (CHECK_TARGET_MODULES): Likewise.
9827 (INSTALL_TARGET_MODULES): Likewise.
9828 (CLEAN_TARGET_MODULES): Likewise.
9829 (configure-target-zlib): New target.
9830 (all-target-zlib): Likewise.
9831 (all-target-libjava): Depend on all-target-zlib.
9832 (configure-target-libjava): Depend on configure-target-zlib.
9833
9834 * Makefile.in (configure-target-libjava): Depend on
9835 configure-target-newlib.
9836 (configure-target-boehm-gc): New target.
9837 (configure-target-qthreads): New target.
9838
80413487
RH
9839 * configure.in (target_libs): Added target-qthreads.
9840 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9841 (CONFIGURE_TARGET_MODULES): Likewise.
9842 (CHECK_TARGET_MODULES): Likewise.
9843 (INSTALL_TARGET_MODULES): Likewise.
9844 (CLEAN_TARGET_MODULES): Likewise.
9845 (all-target-qthreads): New target.
9846 (configure-target-libjava): Depend on configure-target-qthreads.
9847 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9848
9849 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9850 (CONFIGURE_TARGET_MODULES): Likewise.
9851 (CHECK_TARGET_MODULES): Likewise.
9852 (INSTALL_TARGET_MODULES): Likewise.
9853 (CLEAN_TARGET_MODULES): Likewise.
9854 (all-target-libjava): New target.
9855 (all-target-boehm-gc): Likewise.
9856 * configure.in (target_libs): Added libjava, boehm-gc.
9857
08d836d6
ILT
98581999-07-22 Ian Lance Taylor <ian@zembu.com>
9859
9860 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9861 configure.bat in SUPPORT_FILES.
9862 (gas+binutils.tar.bz2): Likewise.
9863
9864 * makeall.bat: Remove; obsolete.
9865
8f36e47c
ILT
98661999-07-21 Ian Lance Taylor <ian@zembu.com>
9867
9868 From Mark Elbrecht:
9869 * configure.bat: Remove; obsolete.
9870
56e82f25
ILT
98711999-07-11 Ian Lance Taylor <ian@zembu.com>
9872
9873 * configure: Add -W -Wall to the default CFLAGS when compiling with
9874 gcc.
9875
1001d816
JL
9876Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9877
9878 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9879
106117aa
MM
98801999-06-30 Mark Mitchell <mark@codesourcery.com>
9881
9882 * configure.in: Build ld on IRIX6.
9883
c376f4ed
ILT
98841999-06-12 Ian Lance Taylor <ian@zembu.com>
9885
9886 * Makefile.in: Change distribution targets to use bzip2 instead of
9887 gzip.
9888 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9889 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9890
306b7445
NC
98911999-06-04 Nick Clifton <nickc@cygnus.com>
9892
9893 * config.sub: Add mcore target.
9894
d932cae7 98951999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9896
9897 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9898
d932cae7 98991999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9900
9901 * config.guess (dummy): Changed to $dummy.
9902
6c3175b0
NC
99031999-05-24 Nick Clifton <nickc@cygnus.com>
9904
ba73c63f
JM
9905 * config.sub: Tidied up case statements.
9906
99071999-05-22 Ben Elliston <bje@cygnus.com>
9908
9909 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9910 <jiro@din.or.jp>.
9911
9912 * config.guess: Merge with FSF version. Future changes will be
9913 more accurately recorded in this ChangeLog.
9914 * config.sub: Likewise.
9915
d932cae7 99161999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9917
9918 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9919
252b5132
RH
99201999-04-30 Tom Tromey <tromey@cygnus.com>
9921
9922 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9923
99241999-04-23 Tom Tromey <tromey@cygnus.com>
9925
9926 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9927
99281999-04-20 Drew Moseley <dmoseley@cygnus.com>
9929
9930 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9931 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9932 Bad merge removed these two changes.
9933
ba73c63f 9934Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9935 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9936
9937 * config.guess (interix Alpha): Add.
9938
252b5132
RH
99391999-04-11 Richard Henderson <rth@cygnus.com>
9940
9941 * configure.in (i?86-*-beos*): Do config gperf; don't config
9942 gdb, newlib, or libgloss.
9943
d932cae7 99441999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9945
ba73c63f
JM
9946 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9947 link a trivial program with -mabi=64. If it fails, remove mabi=64
9948 from multidirs.
9949
d932cae7 99501999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9951
9952 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9953
252b5132
RH
99541999-04-08 Nick Clifton <nickc@cygnus.com>
9955
9956 * config.sub: Add support for mcore targets.
9957
99581999-04-07 Michael Meissner <meissner@cygnus.com>
9959
9960 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9961 not mt-ospace, in order to shut up assembler warning about using
9962 symbols that are named the same as registers.
9963
99641999-04-07 Drew Moseley <dmoseley@cygnus.com>
9965
9966 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9967 dependency list for all-target-cygmon.
9968
99691999-04-05 Doug Evans <devans@casey.cygnus.com>
9970
9971 * config-ml.in: Check $host, not $target, for selective multilibs.
9972 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9973 thumb interworking, and underscore prefix multilibs.
9974
99751999-04-04 Ian Lance Taylor <ian@zembu.com>
9976
9977 * missing: Update to version from current automake.
9978
9979Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9980
9981 * configure (gxx_include_dir): Removed.
9982
9983 * configure.in (gxx_include_dir): Handle it.
9984 * Makefile.in: Likewise.
9985
99861999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9987
9988 * config.sub (mips64vr4111,mips64vr4111el) Add.
9989
99901999-03-21 Ben Elliston <bje@cygnus.com>
9991
80413487 9992 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9993
9994Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9995
252b5132
RH
9996 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9997 config/mh-djgpp.
9998
9999Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10000
10001 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10002 all-target-newlib to dependency list for all-target-bsp.
10003
10004Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10005
10006 * config.sub: Add i386-uwin support.
10007 * config.guess: Likewise.
10008
10009Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10010
10011 * configure.in: cleanup, add mh-*pic handling for arm, special
10012 case powerpc*-*-aix*
10013
10014Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10015
10016 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10017 can be built.
10018
10019Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10020
10021 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 10022 targets.
252b5132
RH
10023
100241999-03-02 Nick Clifton <nickc@cygnus.com>
10025
10026 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10027
d932cae7 100281999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10029
10030 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10031
100321999-02-24 Nick Clifton <nickc@cygnus.com>
10033
10034 * config.sub: Fix typo in arm recognition.
10035
d932cae7 100361999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10037
10038 * configure.in (noconfigdirs): Changed target_configdirs to
10039 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10040 rather than m68k-*-* since it is not known to work on
10041 m68k-aout. Ditto for arm-*-*oabi.
10042
d932cae7 100431999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10044
10045 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10046
100471999-02-19 Ben Elliston <bje@cygnus.com>
10048
10049 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10050 Smart and improved by Andrew Cagney.
10051
d932cae7 100521999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10053
10054 * config.guess: Recognize openbsd-*-hppa.
10055
d932cae7 100561999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10057
10058 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10059 only if it is not empty.
10060
100611999-02-17 Nick Clifton <nickc@cygnus.com>
10062
10063 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10064
fd6848f6 10065 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10066
10067 * config.sub: Modified to recognize uname's armv* syntax.
10068
100691999-02-17 Mark Salter <msalter@cygnus.com>
10070
10071 * configure.in: Added target-bsp for sparclite.
10072
d932cae7 100731999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10074
10075 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10076
100771999-02-08 Nick Clifton <nickc@cygnus.com>
10078
10079 * configure.in: Add support for strongarm port.
10080 * config.sub: Add support for strongarm target.
10081
d932cae7 100821999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10083
252b5132
RH
10084 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10085 the old name config/mh-cygwin32.
10086 Enable texinfo.
10087
d932cae7 100881999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10089
10090 * configure.in: Do build ld for ix86 Solaris.
10091
d932cae7 100921999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10093
10094 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10095 $AR_FOR_TARGET. Likewise for RANLIB.
10096
d932cae7 100971999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10098
80413487
RH
10099 * config.sub (oabi): Recognize.
10100 * configure.in (arm-*-oabi): Handle.
252b5132 10101
d932cae7 101021999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10103
10104 * config.guess: Improve detection of i686 on UnixWare 7.
10105
d932cae7 101061999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10107
10108 * config.guess: Add support for i386-pc-interix.
10109 * config.sub: Likewise.
10110 * configure.in: Likewise.
252b5132 10111
d932cae7 101121999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10113
10114 * Makefile.in: Remove unneeded all-target-libio from
10115 from all-target-winsup target since it is now unneeded.
10116 Add all-target-libtermcap in its place since it is now
10117 needed.
10118
d932cae7 101191998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10120
10121 * configure.in: makefile stub for cygwin target is probably
10122 unnecessary. Remove it for now.
252b5132 10123
d932cae7 101241998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10125
10126 * configure.in: libtermcap.a should be built when cygwin is the
10127 target as well as the host.
10128 * config.guess: Allow mixed case in cygwin uname output.
10129 * Makefile.in: Add libtermcap target.
252b5132 10130
d932cae7 101311998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10132
10133 * config.sub: Clean up handling of hppa2.0.
10134
d932cae7 101351998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10136
10137 * config.guess: Use C code to identify more HP machines.
10138
10139Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10140
10141 * config.sub: Handle hppa2.0.
10142
ba73c63f
JM
10143Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10144
10145 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10146 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10147
101481998-12-15 Mark Salter <msalter@cygnus.com>
10149
10150 * configure.in: Added target-bsp for several target architectures.
10151
10152 * Makefile.in: Added rules for bsp.
10153
252b5132
RH
10154Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10155
10156 * config.guess: Improve detection of hppa2.0 processors.
10157
10158Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10159
10160 * config.guess: Recognize FreeBSD using ELF automatically.
10161
101621998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10163
10164 * configure (skip-this-dir): Add handling for new shell script, which
10165 might be created by a sub-directory's configure to indicate, this particular
10166 directory is "unwanted".
10167 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10168
252b5132
RH
10169Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10170
10171 * ltconfig: import from libtool, after changing libtool to
10172 account for the cygwin name change.
10173
10174Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10175
10176 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10177 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10178
10179Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10180
10181 * configure.in: Add libtermcap to list of cygwin dependencies.
10182
d932cae7 101831998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10184
80413487
RH
10185 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10186 they include winsup/include when it's a cygwin target.
252b5132
RH
10187
101881998-11-12 Tom Tromey <tromey@cygnus.com>
10189
10190 * configure.in (host_tools): Added zip.
10191 * Makefile.in (all-target-libjava): Depend on all-zip.
10192 (all-zip): New target.
10193 (ALL_MODULES): Added all-zip.
10194 (NATIVE_CHECK_MODULES): Added check-zip.
10195 (INSTALL_MODULES): Added install-zip.
10196 (CLEAN_MODULES): Added clean-zip.
10197
d932cae7 101981998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10199
10200 * Makefile.in: lose "32" from comment about cygwin.
10201
d932cae7 102021998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10203
10204 * configure.in: Use -Os to build target libraries for the fr30.
10205
d932cae7 102061998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10207
10208 * config.sub: Add fr30.
10209
d932cae7 102101998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10211
80413487 10212 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10213 cygwin* instead of cygwin32*.
10214 * config.sub: Check cygwin* instead of cygwin32*.
10215
d932cae7 102161998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10217
10218 * config.guess: Match any version of Unixware7.
10219
252b5132
RH
102201998-10-20 Syd Polk <spolk@cygnus.com>
10221
10222 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10223 if desired.
10224
d932cae7 102251998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10226
10227 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10228 these if the appropriate directories and files to not exist.
10229
d932cae7 102301998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10231
10232 * Makefile.in (DEVO_SUPPORT): Add config.if.
10233
d932cae7 102341998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10235
10236 * configure: Add pattern to replace "build_tooldir"'s
10237 definition in the generated Makefile with "tooldir"'s
10238 actual value.
10239
252b5132
RH
10240Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10241
10242 * config.sub: Bring back lost sparcv9.
10243
ba73c63f
JM
10244 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10245
10246Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10247
10248 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10249 CC_FOR_TARGET and friends.
10250
10251Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10252
ba73c63f
JM
10253 * Makefile.in (build_tooldir): New variable, same as tooldir.
10254 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10255 -B$(build_tooldir)/bin/.
10256 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10257
252b5132
RH
10258Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10259
10260 * config.sub: Add support for i[34567]86-pc-udk.
10261 * configure.in: Likewise.
10262
10263Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10264
10265 * Makefile.in: add bzip2 package building bits for user
10266 tools module
10267 * configure.in: ditto
10268
ba73c63f
JM
10269Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10270
10271 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10272 (ALL_TARGET_MODULES): Add all-target-libobjc.
10273 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10274 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10275 (all-target-libchill): Add dependencies.
10276 * configure.in (target_libs): Add libchill.
35590697 10277
252b5132
RH
102781998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10279
ba73c63f 10280 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10281
10282Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10283
10284 * Makefile.in (all-automake): fix dependencies.
10285
10286Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10287
10288 * configure.in: Minor cleanups for building in the $(target_alias)
10289 subdir.
10290
102911998-09-22 Jim Wilson <wilson@cygnus.com>
10292
10293 * Makefile.in (bootstrap): Set r and s before make all. Use
10294 BASE_FLAGS_TO_PASS in make all.
10295 (cross): Likewise.
10296
102971998-09-20 Mark Mitchell <mark@markmitchell.com>
10298
10299 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10300
252b5132
RH
10301Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10302
10303 * config.sub: Fix typo in last change.
10304
103051998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10306
10307 * config.sub: Add support for C4x target.
10308 * configure.in: Likewise.
10309
103101998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10311
10312 * config.sub: Recognize sparcv9 just like sparc64.
10313
10314Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10315
10316 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10317
10318Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10319
10320 * config.guess: Correctly identify Pentium II sco boxes.
10321
10322 * config.guess: Fix "tr" code. From Weiwen Liu.
10323
10324Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10325
10326 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10327 stabs.
10328
10329Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10330
10331 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10332 (ALL_TARGET_MODULES): Add all-target-libchill.
10333 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10334 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10335 (all-target-libchill): Add dependencies.
10336 * configure.in (target_libs): Add libchill.
10337
10338Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10339
10340 * config.guess: Avoid assumptions about "tr" behaves when
10341 LANG is set to something other than English.
10342
10343Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10344
10345 * configure (gxx_include_dir): Changed to
10346 '${prefix}/include/g++'-${libstdcxx_interface}.
10347
10348 * config.if: New to determine the interfaces.
10349
10350Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10351
10352 * config.guess: Detect and handle MPE/IX.
10353 * config.sub: Deal with MPE/IX.
10354
10355Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10356
10357 * configure.in: Use mh-aix43.
10358
103591998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10360
10361 * configure: Fix --without/--disable cases for gxx-include-dir.
10362
10363Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10364
10365 * mdata-sh: Imported. Needed for automake support.
10366
10367Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10368
ba73c63f 10369 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10370 "chmod og=u `find . -print`".
10371
10372Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10373
ba73c63f 10374 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10375
10376Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10377
10378 * Makefile.in: Undo previous patch.
10379
10380Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10381
10382 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10383 to here ...
10384 (install-no-fixedincludes): and here
10385 (INSTALL_MODULES): ... from here.
10386
10387Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10388
10389 * config.sub: Merge with FSF.
10390
10391 * config.guess: Merge with FSF.
10392
10393Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10394
10395 * configure (extraconfigdirs): New variable.
10396 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10397 * Makefile.in (all): Move higher in file.
10398 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10399 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10400 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10401 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10402 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10403
104041998-07-23 Brendan Kehoe <brendan@cygnus.com>
10405
10406 * Makefile.in (all-target-libjava): Depend on all-gcc and
10407 all-target-newlib.
10408 (configure-target-libjava): Depend on $(ALL_GCC).
10409
10410Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10411
10412 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10413 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10414
10415Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10416
10417 * ylwrap: Change absolute path checks to check for DOS style path
10418 names.
10419
10420 * ylwrap: Don't use a full path name if the source file is in the
10421 same directory. From hjl@lucon.org (H.J. Lu).
10422
10423 * config-ml.in: Default to being verbose, to match Feb 18 change to
10424 configure.
10425
10426Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10427
10428 Brought over from egcs:
10429
10430 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10431
10432 * configure.in (target_subdir): Set to ${target_alias} instead
10433 of "libraries".
10434
10435 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10436
10437 * configure.in (target_subdir): Set to libraries if enable_multilib.
10438
10439Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10440
10441 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10442 multilibs, force reconfiguration the first time we create
10443 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10444
10445Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10446
10447 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10448 avoid confusion with --no-recursion.
10449
10450Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10451
10452 * configure.in: Win32 hosts shouldn't use install -x
10453 * install-sh: remove -x option, and special .exe-handling
10454 hack.
10455
10456Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10457
10458 * config.guess: Recognize i586-pc-beos.
10459 * configure.in: Don't build some bits for beos.
10460
10461Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10462
10463 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10464 CFLAGS default to -O2.
10465
10466 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10467 when using GNU ld.
10468
10469Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * ltmain.sh: Correct install when using a different shell.
10472
10473Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10474
10475 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10476
10477Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10478
10479 * makefile.vms: Update to build binutils/makefile.vms. Add install
10480 target.
10481
10482Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10483
10484 * ltconfig: Update to correct AIX handling.
10485
10486Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10487
10488 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10489
10490 * configure.in (target_subdir): Set to ${target_alias} instead
10491 of "libraries".
10492
104931998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10494
10495 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10496 (Makefile): Depend on $(gcc_version_trigger).
10497
10498 * configure (gcc_version): Change default initializer to empty
10499 string.
10500 (gcc_version_trigger): New variable; pass this variable down
10501 to subdir configures to enable them checking gcc's version
10502 themselves. Emit make macros for both gcc_version vars.
10503 (topsrcdir): Initialize reliably.
10504 (recursion line): Remove --with-gcc-version=${gcc_version}.
10505
105061998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10507
10508 * configure (enable_version_specific_runtime_libs): Implement new flag
10509 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10510 in $(libsubdir); emit definition in each generated Makefile.
10511 (gxx_include_dir): Initialize depending on
10512 $enable_version_specific_runtime_libs.
10513
105141998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10515
10516 * configure (gcc_version): Initialize properly depending on
10517 how and where configure is started.
10518 (recursion line): Pass a --with-gcc-version=${gcc_version}
10519 to configures in subdirs.
10520
10521Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10522
10523 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10524 cygmon
252b5132
RH
10525
10526Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10527
10528 * configure.in: Add cygmon and libstub support for mn10200.
10529
105301998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10531
10532 * configure (gcc_version): Add new variable describing the
10533 particular gcc version we're building.
10534 * Makefile.in (libsubdir): Add new macro for the directory
10535 in which the compiler finds executables, libraries, etc.
10536 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10537 and libsubdir.
10538
10539Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10540
ba73c63f
JM
10541 * Makefile.in (local-clean): Remove *.log.
10542 (warning.log): Built with warn_summary from build.log.
10543 (mail-report.log): Run test_summary.
10544 (mail-report-with-warnings.log): Run test_summary including
10545 warning.log in the report.
252b5132
RH
10546
10547Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10548
10549 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10550
10551Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10552
10553 * Makefile.in (grep): Grep no longer depends on libiberty.
10554
10555Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10556
10557 * Makefile.in: all-snavigator needs all-libgui.
10558
10559Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10560
10561 * configure.in: Add cygmon and libstub support for mn10300.
10562
10563Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10564
10565 * missing: Update to version from automake 1.3.
10566
10567 * ltmain.sh: On installation, don't get confused if the same name
10568 appears more than once in the list of library names.
10569
10570Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10571
10572 * config.sub: Accept m68060 and m5200 as CPU names.
10573
10574Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10575
10576 * configure: Use && rather than using -a in test, because odd
10577 strings can confuse test.
10578 * configure.in: Likewise.
10579
10580Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10581
10582 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10583
10584Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10585
10586 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10587 bootstrap4-lean): New targets.
10588
10589Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10590
10591 * mpw-* Delete. Not used.
252b5132
RH
10592
10593Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10594
10595 * COPYING.LIB: Update FSF address.
10596
10597Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10598
10599 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10600
10601 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10602 GAS_SUPPORT_DIRS.
10603
10604Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * ltconfig, ltmain.sh: Avoid producing a version number if
10607 -version-info was not used.
10608
10609Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10610
10611 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10612 building with newlib.
10613
106141998-04-30 Paul Eggert <eggert@twinsun.com>
10615
ba73c63f 10616 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10617 Solaris `make' causes it to continue to next definition.
252b5132 10618
afb8d725
JM
10619Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10620
10621 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10622 the right GUI libraries and files are installed along with GDB.
10623
252b5132
RH
10624Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10625
10626 * configure.in: Change alpha to alpha* in several places.
10627
10628Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10629
10630 * config.sub: Recognize sparc86x.
10631
10632Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10633
252b5132
RH
10634 * configure.in (--enable-target-optspace): Remove debug echo.
10635
10636Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10637
10638 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10639
10640Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10641
10642 * ltconfig: Update cygwin32 support.
10643
10644 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10645 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10646 (GDB_SUPPORT_DIRS): Likewise.
10647
10648Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10649
10650 * configure.in (target_makefile_frag): If --enable-target-optspace,
10651 use -Os to compile target libraries rather than -O2. Default to
10652 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10653 not used.
10654 * configure.in (target_cflags): Ditto for d30v.
10655
10656Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10657
10658 * Makefile.in (all-bfd): Depend on all-intl.
10659 (all-binutils): Likewise.
10660 (all-gas): Likewise.
10661 (all-gprof): Likewise.
10662 (all-ld): Likewise.
10663
252b5132
RH
106641998-04-19 Brendan Kehoe <brendan@cygnus.com>
10665
10666 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10667
10668Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10669
10670 * Makefile.in (all-bfd): Depend upon all-libiberty.
10671
10672 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10673
10674Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10675
10676 * Makefile.in: Add libstub.
10677
10678 * configure.in: Ditto. Build libstub for targets that have cygmon
10679 support.
10680
10681Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10682
10683 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10684
10685Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10686
10687 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10688 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10689
10690Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10691
10692 * configure: Define DEFAULT_M4 by searching PATH.
10693 * Makfile.in: Use DEFAULT_M4.
10694
10695Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10696
10697 * ltconfig: Add cygwin32 support.
10698
10699 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10700 to configure and build.
10701
10702Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10703
10704 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10705
10706Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10707
10708 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10709
10710Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10711
10712 * Makefile.in: add ash make rules
10713 * configure.in: add ash to native_only and host_tools lists
10714
10715Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10716
10717 * Makefile.in (all-gettext, all-intl): New targets.
10718 (ALL_MODULES): Added all-gettext, all-intl.
10719 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10720 (INSTALL_MODULES): Added install-gettext, install-intl.
10721 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10722
10723 * configure.in (host_tools): Added gettext.
10724 (native_only): Likewise.
10725 (noconfigdirs) [various cases]: Likewise.
10726 (host_libs): Added intl.
10727
afb8d725
JM
10728Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10729
10730 * configure: Do not disable building gdbtk for cygwin32 hosts.
10731
ba73c63f
JM
10732Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10733
10734 * configure.in: Add thumb-coff target.
10735 * config.sub: Add thumb-coff target.
10736
252b5132
RH
10737Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10738
10739 * Makefile.in: Revert yesterday's change.
10740 (all-target-winsup): all-target-librx stays out of here.
10741
10742Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10743
ba73c63f
JM
10744 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10745 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10746 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10747 Remove references to librx and libg++.
10748
10749Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10750
10751 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10752 recursive makes
10753
10754Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10755
10756 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10757 for newlib directory.
10758 (CXX_FOR_TARGET): Likewise.
10759
10760Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10761
10762 * ltconfig: Update after libtool/ltconfig.in change for
10763 hpux11.
10764
10765Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10766
10767 * ltconfig, ltmain.sh: Update to libtool 1.2.
10768
10769Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10770
10771 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10772 (install-gcc-cross): Instead, override LANGUAGES here.
10773
107741998-03-18 Dave Love <d.love@dl.ac.uk>
10775
10776 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10777 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10778
10779Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10780
10781 * configure.in: Add Thumb-pe target.
10782
10783Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10784
252b5132
RH
10785 * Makefile.in - changed sn targets to snavigator
10786 * configure.in - changed sn targets to snavigator
10787
10788Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10789
10790 * config-ml.in: After building symlink tree call make distclean
10791 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10792 to be the case for libiberty.
10793
10794Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10795
10796 * configure: When making link, also check the current
10797 directory. The configure scripts may create one.
10798
10799Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10800
10801 * config.sub: Accept alphapca56 and alphaev6 properly.
10802
10803Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10804
10805 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10806
252b5132
RH
10807Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10808
80413487 10809 * config.sub (sco5): Fix typo.
252b5132
RH
10810
10811Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10812
10813 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10814 install-itcl.
10815 (install-itcl): Remove dependency on install-tcl.
10816
10817Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10818
10819 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10820
252b5132
RH
10821Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10822
10823 * configure.in: Don't build libgui for a cygwin32 target when not on
10824 a cygwin32 host.
10825
10826Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10827
10828 * configure (redirect): Set to null, so default behavior of
10829 configure is now --verbose.
10830
108311998-02-16 Dave Love <d.love@dl.ac.uk>
10832
10833 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10834 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10835
10836Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10837
10838 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10839 this change to sync Makefile.in with its ChangeLog entries.
10840
10841Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10842
10843 * ltmain.sh (mkdir): Check that the directory doesn't exist
10844 before we exit with error, so that we don't get races during
10845 parallel builds.
10846
10847Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10848
10849 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10850
10851Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10852
10853 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10854 PICFLAG_FOR_TARGET.
10855 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10856
10857 * configure: Emit a definition for the new macro enable_shared
10858 into each Makefile.
10859
252b5132
RH
10860Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10861
10862 * configure.in (host_tools, native_only): Add libtool.
10863
10864Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10865
10866 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10867 Fix typo in ming config comment.
10868
10869Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10870
10871 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10872
10873Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10874
10875 * config.sub: Add tic30 cases, and map c30 to tic30.
10876
ba73c63f
JM
10877Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10878
10879 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10880 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10881 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10882 (CLEAN_TARGET_MODULES): Similarly
10883 (all-target-libf2c): Add dependences.
35590697 10884 * configure.in (target_libs): Add libf2c.
ba73c63f 10885
252b5132
RH
10886Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10887
ba73c63f
JM
10888 * configure.in: Remove expect from noconfigdirs when target
10889 is cygwin32. OK to build expect and dejagnu with Canadian
10890 Cross.
252b5132
RH
10891
10892Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10893
10894 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10895 host.
10896
10897 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10898 and mingw32.
10899
10900Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10901
10902 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10903 here as it is not defined in the toplevel Makefile.
10904
10905Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10906
10907 * configure (package_makefile_rules_frag): New variable, which names
10908 a file with generic rules, ...
10909 Change comment to mention we now have FIVE parts.
10910 * configure: Undo last change.
10911
10912Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10913
10914 * config.guess: More accurate determination of HP processor types.
10915 * config.sub: More accurate determination of HP processor types.
10916
10917Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10918
10919 * configure (package_makefile_frag): Move inserting the
10920 ${package_makefile_frag} to where it should be according
10921 to the comment.
10922
ba73c63f 10923Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10924
10925 * config.guess: Add support for Linux/ARM.
10926
10927Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10928
10929 * .cvsignore: Remove *-info and *-install since they match
10930 release-info and mpw-install, which we don't want to just ignore.
10931
10932Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10933
10934 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10935
10936Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10937
10938 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10939 local_prefix to sub-make invocations.
10940
10941Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10942
10943 * configure.in: Check makefile fragments in the source
10944 directory.
10945
10946Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10947
ba73c63f
JM
10948 * configure.in: Check whether host and target makefile
10949 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10950
10951Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10952
10953 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10954
252b5132
RH
10955Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10956
10957 * configure.in: Make sure we only replace RPATH_ENVVAR on
10958 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10959 regexp to sed.
10960
10961 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10962 to sub-makes.
10963
109641998-01-13 Lee Iverson (leei@ai.sri.com)
10965
10966 * config-ml.in (multi-do): LDFLAGS must include multilib
10967 designator.
10968
10969Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10970
10971 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10972
10973Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10974
10975 * config.sub: Add mingw32 support.
10976 * configure.in: Likewise.
252b5132
RH
10977
10978Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10979
10980 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10981
10982Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10983
10984 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10985 * configure (gxx_include_dir): Provide a definition for subdirs
10986 which do not use autoconf.
10987
10988Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10989
10990 * config.guess: Sync with egcs. Picks up new alpha support,
10991 BeOS & some additional linux support.
10992
ba73c63f 10993Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10994
10995 * config.guess: HP 9000/803 is a PA1.1 machine.
10996
ba73c63f
JM
10997Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10998
10999 * configure.in: It's alpha*-...
252b5132
RH
11000
11001Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11002
ba73c63f
JM
11003 * configure.in (host_makefile_frag, target_makefile_frag):
11004 Handle multiple config files.
11005 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11006 alpha-*-*.
252b5132
RH
11007
11008Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11009
11010 * mkdep: New file.
11011
11012Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11013
11014 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11015
11016Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11017
11018 * Makefile.in: Add libgui directory.
11019 (GDB_TK): Add all-libgui.
11020 * configure.in: Add libgui directory.
11021 * configure: Add all-libgui to GDB_TK.
11022
11023Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11024
11025 * config-ml.in (multidirs): Add m32r to multilib list.
11026
11027Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11028
11029 * Makefile.in (all-target-gperf): Change dependency to
11030 all-target-libstdc++.
11031
11032Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11033
11034 * config.guess: Add BeOS support.
11035
11036Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11037
11038 Source directory cvs renamed to cvssrc:
11039 * configure.in (host_tools): Change cvs to cvssrc.
11040 (native_only): Likewise.
11041 (noconfigdirs) [various cases]: Likewise.
11042 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11043 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11044 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11045 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11046 (all-cvssrc): Rename target from all-cvs.
11047
11048Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11049
11050 * configure (gxx_include_dir): Fix thinko.
11051
11052Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11053
11054 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11055 (install-cross, install-gcc-cross): New targets.
11056
11057Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11058
11059 * configure.in (noconfigdirs): Add support for Thumb target.
11060
11061 * config.sub (maybe_os): Add support for Thumb target.
11062
11063Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11064
11065 * Makefile.in: Add rules for cygmon.
11066
11067 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11068
11069Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11070
11071 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11072 * configure (gxx_include_dir): Provide a definition for subdirs
11073 which do not use autoconf.
11074
11075Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11076
11077 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11078 11/18/97 build
252b5132
RH
11079
11080Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11081
11082 * From Franz Sirl.
11083 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11084 found on RedHat Linux systems.
11085
11086Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11087
11088 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11089 guesses.
11090
11091Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11092
11093 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11094
11095Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11096
11097 * ltmain.sh: If mkdir fails, check whether the directory was created
11098 anyhow by some other process.
11099
11100Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11101
11102 * configure.in (d30v-*-*): Configure all directories.
11103
11104Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11105
11106 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11107 for the D30V.
11108
11109Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11110
11111 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11112
11113Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11114
80413487
RH
11115 * include/libiberty.h: Add extern "C" { so it can be used with C++
11116 progrms.
11117 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11118 programs.
252b5132
RH
11119
11120Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11121
11122 * configure.in (d30v-*-*): Configure GCC now.
11123
11124Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11125
11126 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11127 is no longer needed.
11128
11129Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11130
11131 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11132
11133Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11134
11135 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11136 targets using "$@" to provide support for similar but not identical
11137 targets without having to duplicate code.
11138
11139Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11140
11141 * makefile.vms: Fix to work with DEC C.
11142
11143Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11144
11145 * config.sub: Add mips-tx39-elf to marketing names.
11146
11147Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11148
11149 * ltmain.sh: Handle symlinks in generated script.
11150
11151Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11152
11153 * configure: Handle autoconf style directory options: --bindir,
11154 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11155 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11156 --sysconfdir.
11157 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11158 (sharedstatedir, localstatedir, oldincludedir): New variables.
11159 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11160 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11161 sbindir, sharedstatedir, and sysconfdir.
11162
11163Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11164
11165 * Makefile.in (bootstrap-lean): New target.
11166
11167Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11168
11169 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11170 sn, and gnuserv from noconfigdirs.
252b5132
RH
11171
11172Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11173
11174 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11175
11176Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11177
ba73c63f 11178 * Makefile.in (cross): New target.
252b5132
RH
11179
11180Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11181 Jeff Law <law@cygnus.com>
252b5132
RH
11182
11183 * Makefile.in (bootstrap2, bootstrap3): New targets.
11184 (all-bootstrap): Remove outdated and confusing target.
11185 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11186
afb8d725
JM
11187Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11188
11189 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11190 windows. Consistent with gdb/configure.
afb8d725 11191
252b5132
RH
111921997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11193
252b5132
RH
11194 * configure.in: Name Linux target fragment.
11195
11196 * configure: Rewrite so that project Makefile fragment is inserted
11197 first and appears last in the resulting Makefile.
11198
11199Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11200
11201 * Makefile.in (install-itcl): Install tcl first.
11202
252b5132 11203Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11204
252b5132
RH
11205 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11206
11207Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11208
11209 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11210
11211 * configure.in (skipdirs): Add target-librx for Linux.
11212 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11213
11214Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11215
11216 * Makefile.in (bootstrap): New target.
11217
11218Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11219
11220 * config.sub: Accept 'amigados' for backward compatability.
11221
11222Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11223
11224 * config.guess: Merge with FSF.
11225
ba73c63f
JM
11226Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11227
11228 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11229
252b5132
RH
11230Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11231
11232 * config.sub: Add "marketing-names" patch.
11233
11234Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11235
80413487 11236 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11237
11238Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11239
11240 * config.sub: Handle v850-elf.
11241
ba73c63f
JM
11242Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11243
11244 * .cvsignore (*-install): Remove.
11245
252b5132
RH
11246Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11247
11248 * ltconfig: Set CONFIG_SHELL in libtool.
11249 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11250
11251Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11252
11253 * configure.in (target_subdir): Set to libraries if enable_multilib.
11254
11255Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11256
11257 * config.guess: Update from gcc directory.
11258
11259Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11260
11261 * Makefile.in (all-sim): Depends on all-readline.
11262
11263Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11264
11265 * Makefile.in (BISON, YACC): Use $$s.
11266 (all-bison): Depend on all-texinfo.
11267
11268Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11269
11270 * Makefile.in (BISON): Add -L flag.
11271 (YACC): Likewise.
11272
11273Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11274
35590697
AJ
11275 * configure.in (noconfigdirs): Add support for v850e target.
11276
252b5132
RH
11277 * config.sub (maybe_os): Add support for v850e target.
11278
11279Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11280
35590697
AJ
11281 * configure.in (noconfigdirs): Add support for v850ea target.
11282
252b5132
RH
11283 * config.sub (maybe_os): Add support for v850ea target.
11284
11285Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11286
11287 * config.sub: Add mipstx39. Delete r3900.
11288
11289Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11290
11291 * Makefile.in (all-autoconf): Depends on all-texinfo.
11292
11293Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11294
11295 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11296 eabi targets.
11297
11298Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11299
11300 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11301
11302 * configure: When handling a Canadian Cross, handle YACC as well as
11303 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11304 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11305
11306Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11307
11308 * Makefile.in (BISON): bison, not byacc or bison -y.
11309 (YACC): bison -y or byacc or yacc.
11310 (various): Add *-bison as appropriate.
11311 (taz): No need to mess with BISON anymore.
11312
11313Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11314
11315 * configure: If OSTYPE matches *win32*, try to find a good value for
11316 CONFIG_SHELL.
11317
11318Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11319
11320 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11321 configure.in if it is present.
11322
11323Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11324
11325 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11326
11327Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11328
11329 * config.sub: Recognize `arc' cpu.
11330 * configure.in: Likewise.
11331 * config-ml.in: Likewise.
11332
11333Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11334
11335 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11336
11337Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11338
11339 * configure: Changed sed delimiter from ':' to '|' when
11340 attempting to substitute ${config_shell} for SHELL. On
11341 NT ${config_shell} may contain a ':' in it.
11342
11343Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11344
11345 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11346
11347Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11348
11349 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11350
11351Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11352
11353 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11354
11355 * ylwrap: If the program is a relative path, force it to be
11356 absolute.
11357
11358Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11359
11360 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11361
11362Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11363
11364 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11365 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11366 for libraries.
252b5132
RH
11367
11368Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11369
11370 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11371 separated by spaces.
252b5132
RH
11372
11373Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11374
11375 * ylwrap: New file.
11376 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11377
11378 * ltmain.sh: Handle /bin/sh at start of install program.
11379
11380 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11381
11382 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11383 * missing: New file, from automake 1.2.
11384
11385Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11386
11387 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11388 check-tk to CHECK_X11_MODULES.
11389
11390Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11391
11392 * config.sub: Merge with FSF.
11393
11394Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11395
11396 * config.guess: Merge with FSF.
11397
11398Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11399
11400 * configure: Treat msdosdjgpp like go32.
11401 * configure.in: Likewise. Don't remove gprof for go32.
11402
11403 * configure: Change Makefile.tem2 to Makefile.tm2.
11404
11405Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11406
11407 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11408
11409Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11410
11411 * install-sh (chmodcmd): Set to null if the DST directory already
11412 exists. Same as Nov 11th change.
11413
11414Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11415
35590697 11416 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11417
11418Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11419
11420 * config.guess: Update from FSF.
11421
11422Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11423
11424 * Makefile.in (GDB_TK): Depend on itcl and tix.
11425
11426Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11427
11428 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11429 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11430 (INSTALL_SCRIPT): New variable.
11431 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11432 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11433 to -x.
11434 * install-sh: Add support for -x option.
11435
11436Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11437
11438 * configure.in, Makefile.in: Treat tix like itcl.
11439
11440Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11441
11442 * Makefile.in (WINDRES): New variable.
11443 (WINDRES_FOR_TARGET): New variable.
11444 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11445 (EXTRA_HOST_FLAGS): Add WINDRES.
11446 (EXTRA_TARGET_FLAGS): Add WINDRES.
11447 (EXTRA_GCC_FLAGS): Add WINDRES.
11448 ($(DO_X)): Pass down WINDRES.
11449 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11450 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11451 DLLTOOL_FOR_TARGET.
11452
11453Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11454
11455 * configure.in: configure sim before gdb for win32-x-ppc
11456
11457Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11458
11459 Move gperf into the toplevel, from libg++.
11460 * configure.in (target_tools): Add target-gperf.
11461 (native_only): Add target-gperf.
11462 * Makefile.in (all-target-gperf): New target, depend on
11463 all-target-libg++.
11464 (configure-target-gperf): Empty rule.
11465 (ALL_TARGET_MODULES): Add all-target-gperf.
11466 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11467 (CHECK_TARGET_MODULES): Add check-target-gperf.
11468 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11469 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11470
11471Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11472
252b5132
RH
11473 * config.sub (mn10200): Recognize new basic machine.
11474
11475Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11476
11477 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11478 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11479
11480Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11481
11482 * configure.in: If we're building mips-sgi-irix6* native, turn on
11483 ENABLE_MULTILIB and set TARGET_SUBDIR.
11484
11485Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11486
11487 * Makefile.in (all-sn): Depend on all-grep.
11488
11489Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11490
11491 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11492
11493 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11494 Makefile. From Jeff Makey <jeff@cts.com>.
11495 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11496
11497 * Makefile.in (DISTBISONFILES): Remove.
11498 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11499 $(DEFAULT_YACC).
11500
11501 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11502 cygwin32.
252b5132
RH
11503
11504 * Makefile.in (LD): New variable.
11505 (EXTRA_HOST_FLAGS): Pass down LD.
11506 ($(DO_X)): Likewise.
11507
11508Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11509
11510 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11511
11512Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11513
11514 * configure.in (targargs): Strip out any supplied --build argument
35590697 11515 before adding our own. Always add --build.
252b5132
RH
11516
11517Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11518
11519 * configure.in (targargs): Pass --build if we're doing
11520 a cross-compile.
11521
11522Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11523
ba73c63f 11524 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11525 sed. Otherwise sed chokes on NT path names with drive
11526 designators. Also look for "?:*" as the leading characters in an
11527 absolute pathname.
11528
11529Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11530
11531 * config.sub: Support for r3900.
11532
11533Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11534
11535 * configure.in: Use install-sh, not install.sh.
11536
11537Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11538
11539 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11540 apply it twice.
11541
11542Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11543
11544 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11545 install-binutils.
11546
11547Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11548
11549 * Makefile.in: Add automake targets.
11550 * configure.in (host_tools): Add automake.
11551
11552Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11553
11554 * configure: Default CXX to c++, not gcc.
11555 * Makefile.in (CXX): Set to c++, not gcc.
11556 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11557
11558Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11559
11560 * install-sh: try appending a .exe if source file doesn't
11561 exist
11562
11563Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11564
11565 * configure.in: Turn on multilib by default.
11566 (cross_only): Remove target-libiberty.
11567
11568 * Makefile.in (all-gcc): Don't depend on libiberty.
11569
11570Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11571
11572 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11573
11574Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11575
11576 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11577 (DISTBISONFILES): Add ld/Makefile.in
11578
11579Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11580
11581 * configure.in: if target is cygwin32 but host isn't cygwin32,
11582 don't configure gdb tcl tk expect, not just gdb.
11583
11584Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11585
11586 * configure.in: Added gnuserv everywhere sn appears.
11587
11588 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11589 (CROSS_CHECK_MODULES): Added check-gnuserv.
11590 (INSTALL_MODULES): Added install-gnuserv.
11591 (CLEAN_MODULES): Added clean-gnuserv.
11592 (all-gnuserv): New target.
11593
11594Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11595
11596 * config.guess: Fixes for MIPS OpenBSD systems.
11597
11598Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11599
11600 * Makefile.in (INSTALL_XFORM): Remove.
11601 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11602
11603 * mkinstalldirs: New file, copied from automake.
11604 * Makefile.in (installdirs): Rename from install-dirs. Use
11605 mkinstalldirs. Change all users.
11606 (DEVO_SUPPORT): Add mkinstalldirs.
11607
11608Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * install-sh: Rename from install.sh.
11611 * Makefile.in (INSTALL): Change install.sh to install-sh.
11612 (DEVO_SUPPORT): Likewise.
11613
11614 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11615 Graichen <graichen@rzpd.de>.
11616
11617Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11618
11619 * config.guess: Recognize OpenBSD systems correctly.
11620
11621Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11622
11623 * README, Makefile.in (ETC_SUPPORT): Remove references to
11624 cfg-paper*, configure.{texi,man,info*}._
11625
11626Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11627
11628 * Makefile.in (all.normal): Ensure that gcc is built after all
11629 the x11 - ie gdb - targets.
11630
11631Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11632
11633 * makefile.vms: Don't run conf-a-gas.
11634
11635Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11636
80413487 11637 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11638
11639Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11640
11641 * configure.in: Remove noconfigdirs case since gdb also
11642 configures and builds for tic80-coff.
11643
11644Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11645
11646 * configure: Set cache_file to config.cache.
11647 * Makefile.in (local-distclean): Remove config.cache.
11648
11649Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11650
11651 * COPYING: Update FSF address.
11652
11653Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11654
11655 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11656 noconfigdirs.
11657
11658Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11659
11660 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11661 MAKEDIRS, is empty.
11662
11663Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11664
11665 * config.sub: Tweak mn10300 entry.
11666
11667Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11668
11669 * configure.in (host_tools): Put sim before gdb, so gdb's
11670 configure.tgt can determine if the simulator was configured.
11671
11672Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11673
11674 * config.sub: Move BeOS $os case to be with other Cygnus
11675 local cases.
11676
11677Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11678
11679 * config.sub: Remove misplaced comment that broke Linux.
11680
11681Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11682
11683 * config.sub: Add BeOS support.
11684
11685Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11686
11687 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11688
11689Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11690
11691 * configure.in (noconfigdirs): Remove tcl and tk from
11692 noconfigdirs for cygwin32 builds.
11693
11694Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11695
11696 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11697
11698Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11699
11700 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11701 make-all.com, use makefile.vms instead.
11702
11703Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11704
11705 * config.sub: Accept -lnews*.
11706
11707Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11708
11709 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11710 target-examples and target-libiberty for d30v.
252b5132
RH
11711
11712Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11713
11714 * configure.in (noconfigdirs): Enable ld for d30v.
11715
11716Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11717
11718 * configure.in (tic80-*-*): Build compiler.
11719
11720Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11721
11722 * configure.in (d30v-*): Remove sim directory from list of
35590697 11723 unsupported d30v directories
252b5132
RH
11724
11725Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11726
35590697
AJ
11727 * config.sub, configure.in: Add d30v target cpu.
11728
252b5132
RH
11729Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11730
11731 * makefile.vms: New file.
11732 * make-all.com: Remove.
11733
11734Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11735
11736 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11737
11738Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11739
11740 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11741
11742Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11743
11744 * Makefile.in (ALL_MODULES): Added all-db.
11745 (CROSS_CHECK_MODULES): Addec check-db.
11746 (INSTALL_MODULES): Added install-db.
11747 (CLEAN_MODULES): Added clean-db.
11748
11749Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11750
11751 * config.guess: Merge with latest FSF sources.
11752
11753Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11754
11755 * Makefile.in (ALL_MODULES): Added all-itcl.
11756 (CROSS_CHECK_MODULES): Added check-itcl.
11757 (INSTALL_MODULES): Added install-itcl.
11758 (CLEAN_MODULES): Added clean-itcl.
11759
11760Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11761
11762 * configure.in: build gdb for mn10200
11763
11764Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11765
11766 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11767
11768Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11769
11770 * configure.in (tic80-*-*): Turn off most targets right now.
11771
11772Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11773
11774 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11775 rather than the makeinfo program.
11776 (do-info): Depend upon all-texinfo.
11777
11778Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * configure.in: Remove uses of config/mh-linux.
11781
11782 * config.sub, config.guess: Merge with latest FSF sources.
11783
11784Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11785
11786 * config.sub (case $basic_machine): Add tic80 entries.
11787
11788Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * config.sub, config.guess: Merge with latest FSF sources.
11791
11792Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11793
11794 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11795 * mpw-config.in: Test for NewFolderRecursive.
11796 * mpw-install: Use symbolic name for startup filename.
11797 * mpw-README: Add various additional details.
11798
11799Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11800
11801 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11802
11803Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11804
11805 * configure.in: Do build gcc and the target libraries for
11806 the mn10200.
11807
11808Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11809
11810 * configure.in: don't avoid building gdb for mn10300 any more
11811 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11812 instead of single-quoting it.
11813
11814Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11815
11816 * configure.in: Don't use --with-stabs on IRIX 6.
11817
11818Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11819
11820 * configure.in (m32r): Build gdb, libg++ now.
11821
11822Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11823
11824 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11825 directories from noconfigdirs.
11826
11827Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11828
11829 * config.sub (basic_machine): added mips16 configuration
11830
11831Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11832
11833 * config.sub: Handle d10v-unknown.
11834
11835Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11836
11837 * config.sub: Handle v850-unknown.
11838
11839Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11840
11841 * Makefile.in: add findutils
11842 * configure.in: add findutils to list of host_tools
11843
11844Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11845
11846 * config.sub: Handle mn10200 and mn10300.
11847
11848Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11849
11850 * configure.in (d10v-*): Do not build librx.
11851
11852Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11853
11854 * configure.in (mn10300): Build everything except gdb & libgloss.
11855
11856Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11857
11858 * config.guess: Patch for Dansk Data Elektronik servers,
11859 from Niels Skou Olsen <nso@dde.dk>.
11860
11861 For ncr, use /bin/uname rather than uname, since GNU uname does not
11862 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11863
11864 Patch for MIPS R4000 running System V,
11865 from Eric S. Raymond <esr@snark.thyrsus.com>.
11866
11867 Fix thinko for nextstep.
11868
11869 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11870
11871 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11872 * config.guess: Guess mips-dec-mach_bsd4.3.
11873
11874 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11875 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11876 release numbers.
11877 * config.guess (mips-mips-riscos*): Emit just enough of the
11878 release number.
11879
11880 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11881 * config.guess (sparc-auspex-sunos*): Added.
11882 (f300-fujitsu-*): Added.
11883
11884 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11885 * config.guess: Recognize a Tadpole as a sparc.
11886
11887Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11888
11889 * config.guess: Don't assume that NextStep version is either 2 or
11890 3. NextStep 4 (aka OpenStep 4) has come out now.
11891
11892Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11893
11894 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11895 From Rik Faith <faith@cs.unc.edu>.
11896
11897Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11898
11899 * config.sub: Contributions from bug-gnu-utils to:
11900 Support plain "hppa" (no version given) architecture, reported by
11901 OpenStep.
11902 OpenBSD like NetBSD.
11903 LynxOs is not a hardware supplier.
11904
11905 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11906 OpenBSD like NetBSD.
252b5132
RH
11907 Stratus systems.
11908 More Pyramid systems.
11909 i[n>4]86 Intel chips.
11910 M680[n>4]0 Motorola chips.
11911 Use unknown instead of lynx for hardware manufacturer.
11912
11913Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11914
11915 * install.sh (chmodcmd): Set to null if the DST directory already
11916 exists.
11917
11918Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11919
11920 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11921 not use mt-ppc target Makefile fragment any more.
11922
11923Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11924
11925 * configure.in (*-*-windows): Exclude everything but those dirs
11926 needed to build windows.
11927
11928Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11929
11930 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11931
11932Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11933
11934 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11935
11936Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11937
11938 * Undo my previous change.
11939
11940Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11941
11942 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11943 unconditionally.
11944 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11945
11946Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11947
11948 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11949 host to add it's own flags.
252b5132
RH
11950
11951Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11952
11953 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11954
11955Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11956
11957 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11958 (CXX_FOR_TARGET): Likewise.
11959 (GCC_FOR_TARGET): Define.
11960 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11961 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11962 CC_FOR_TARGET was specified on the command line.
11963 (MAKEOVERRIDES): Don't define.
11964
11965Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11966
11967 * configure.in (m32r): Fix spelling of libg++ libs.
11968
11969Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11970
11971 * config.sub (-apple*): Remove, now redundant.
11972
11973Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11974
11975 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11976
11977 * configure: Rework yesterday's sed script patch.
11978
11979 * config.sub: Merge with FSF.
11980
11981Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11982
11983 * config.guess: Merge from FSF.
11984
11985 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11986 * config.guess: Use pc instead of unknown, for pc clone systems.
11987 Change linux to linux-gnu.
252b5132
RH
11988
11989 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11990 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11991
11992Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11993
11994 * test-build.mk (HOLES): Add "xargs" for gdb.
11995
11996 * configure: Avoid hpux10.20 sed bug.
11997
11998Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11999
4bddf3ad 12000 * configure.in: Add support for windows host
252b5132
RH
12001 (that is a build done under the Microsoft build environment).
12002
12003Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12004
12005 * Makefile.in: Replace all uses of srcroot with s, to shrink
12006 command line lengths.
12007
12008 Patches from Geoffrey Noer <noer@cygnus.com>:
12009 * configure.in: If configuring for newlib, pass --with-newlib to
12010 subdirectories.
12011 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12012 -Bnewlib/ and -Lwinsup to gcc.
12013 (CXX_FOR_TARGET): Likewise.
12014
12015Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12016
12017 * Makefile.in (ETC_SUPPORT): Add configure.
12018
12019Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12020
35590697 12021 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
12022 host configuration file.
12023
12024Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12025
12026 * configure.in: Break mn10x00 support into separate
12027 mn10200 and mn10300 configurations.
12028 * config.sub: Likewise.
12029
12030Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12031
12032 * configure.in: Add lots of stuff to noconfigdirs for
12033 the mn10x00 targets.
12034
12035 * config.sub, configure.in: Add mn10x00 support.
12036
12037Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12038
12039 * make-all.com: Call conf-a-gas, not config-a-gas.
12040
12041Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12042
12043 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12044 targets.
252b5132
RH
12045
12046Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12047
12048 * mpw-README: Add much more detail for native PowerMac.
12049 * mpw-install: New file.
12050 * mpw-configure: Add --norecursion and --help options.
12051 * mpw-config.in: Translate readme and install files when
12052 copying to objdir.
12053 * mpw-build.in: Don't always depend on byacc and flex.
12054 (install-only-top): New action.
12055
12056Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12057
12058 * configure.in: You can now configure GDB for the v850.
12059
12060Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12061
12062 * configure.in (noconfigdirs): Don't configure any C++ dirs
12063 if targeting D10V.
12064
12065Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12066
12067 * config.sub: Recognize mips64vr5000.
12068
12069Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12070
12071 * configure.in: Use a single line for host_tools and native_only.
12072
12073Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12074
12075 * config.sub, configure.in: Add entries for m32r.
12076
12077Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12078
12079 * Makefile.in (inet-install): Don't run install-gzip.
12080
12081Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12082
12083 * configure.in: Don't config lots of things for *-*-windows*.
12084
12085Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12086
12087 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12088 (host_libs, host_tools): Copy from configure.in.
12089 * mpw-configure: Don't complain about directories not found.
12090
12091Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12092
12093 * configure.in (i[345]86): Recognize i686 for pentium pro.
12094 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12095 file.
12096
12097 * config.guess (i[345]86): Ditto.
12098
12099Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12100
12101 * configure.in (noconfigdirs): Removed gdb for D10V.
12102
12103Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12104
12105 * configure.in: Remove ld, target-libio, target-libg++, and
12106 target-libstdc++ from noconfigdirs.
12107
12108Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12109
12110 * configure: Fix three locations where shell scripts were
12111 being run directly rather than with config_shell.
12112
12113Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12114
12115 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12116 * config.sub (basic_machine): Recognize v850.
12117
12118Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12119
12120 * mpw-configure: Handle multiple enable/disable options and
12121 pass them down recursively, handle -c and -s flags appropriately
12122 depending on choice of compiler, add escape mechanism for
12123 quoted arguments to gC.
12124
12125Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12126
12127 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12128 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12129 so that -mrelocatable-lib and -mno-eabi are used.
12130
12131 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12132 not support --print-multi-lib, don't abort.
12133
252b5132
RH
12134Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12135
12136 * make-all.com: Run config-a-gas.
12137 * setup.com: Don't copy subdirectory files around.
12138
12139Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12140
12141 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12142 target, it now compiles correctly.
12143
12144Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12145
12146 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12147
12148Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12149
35590697 12150 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12151
12152Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12153
12154 * configure.in (native_only): Add prms.
12155
12156Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12157
12158 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12159 (BINUTILS_SUPPORT_DIRS): Likewise.
12160
12161Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12162
12163 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12164 d10v support is added.
12165
12166Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12167
12168 * configure.in (d10v-*-*): New target.
12169
12170Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12171
12172 * config.guess (HP 9000/811): Recognize this as a PA1.1
12173 machine.
12174
12175Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12176
12177 * Makefile.in (do-tar-gz): New target, split out from tail end of
12178 taz target. Run each command separately, don't use pipes.
12179 (taz): Use it.
12180
12181Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12182
12183 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12184 * mpw-build.in: No builds should depend on building byacc or flex,
12185 they are assumed to be installed already.
12186
12187Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12188
12189 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12190 variable that CC_FOR_TARGET needs.
12191
12192Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12193
12194 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12195 options have changed since the last time the subdirectory was
12196 configured, and if it has, reconfigure.
12197 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12198 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12199
12200Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12201
12202 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12203 CLEAN_MODULES): Add bash.
12204 (all-bash): New target.
12205
12206Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12207
12208 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12209
12210Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12211
12212 * config.sub (basic_machine): Recognize d10v as a valid processor.
12213
12214Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12215
12216 * mpw-configure: Add support for --bindir.
12217 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12218
12219Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12220
12221 * configure.in: add bash, time, gawk to list of hosttools and things
12222 to only build for native toolchains
12223
12224Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12225
12226 * Makefile.in (docdir): Remove.
12227
12228Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12229
12230 * Makefile.in (datadir): Set to $(prefix)/share.
12231
12232Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12233
12234 * configure.in: build diff and patch for cygwin32-hosted
12235 toolchains.
12236
12237Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12238
12239 * config.sub: Accept -rtems*.
12240
12241Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12242
80413487 12243 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12244 remove diff from the list of things not buildable
12245 via Canadian Cross
252b5132
RH
12246
12247Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12248
12249 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12250 don't get ". ".
252b5132
RH
12251
12252Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12253
12254 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12255
12256Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12257
12258 * Makefile.in (taz): Handle case where tex3patch didn't even get
12259 checked out. Also, if it was found, put the symlink in a new util
12260 subdirectory.
12261
12262Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12263
12264 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12265
12266Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12267
12268 * config.sub: Recognize -openvms.
12269 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12270 * make-all.com, setup.com: New files.
12271
12272Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12273
12274 * Makefile.in (taz): tex3patch moved to texinfo/util.
12275
12276Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12277
afb8d725 12278 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12279 * configure.in: remove make from disable-if-Can-Cross list
12280 enable gdb if ${host} and ${target} are cygwin32
12281
12282Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12283
12284 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12285 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12286
12287Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12288
12289 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12290 distinguish sysv/svr4/bsd variants.
12291 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12292
12293Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12294
12295 * configure.in: Added copyright notice.
12296 * move-if-change: Added copyright notice.
12297
12298Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12299
12300 * configure.in (powerpcle-*-solaris*): Until we get shared
12301 libraries working, don't build gdb, sim, make, tcl, tk, or
12302 expect.
12303
12304Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12305
12306 * config.guess: Merge with FSF:
12307
12308 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12309 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12310
12311 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12312 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12313
12314 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12315 * config.guess: Combine two OSF1 rules.
12316 Also recognize field test versions. From mjr@zk3.dec.com.
12317 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12318 because GNU uname does not support -p. From pmr@pajato.com.
12319
12320Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12321
12322 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12323
12324Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12325
12326 * mpw-README: Document GCCIncludes.
12327
12328Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12329
12330 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12331
12332Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12333
12334 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12335
12336Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12337
12338 * configure.in (*-*-cygwin32): Configure make.
12339
12340Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12341
12342 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12343
12344Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12345
12346 * Makefile.in (all-inet): Depend on all-perl.
12347
12348 * Makefile.in (inet-install): New target.
12349
12350 * Makefile.in (all-inet): Depend on all-tcl.
12351 (all-inet): Depend on all-send-pr.
12352
12353Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12354
12355 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12356 temporarily.
12357
12358Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12359
12360 * configure.in: Don't configure --with-gnu-ld on AIX.
12361
12362Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12363
12364 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12365
12366Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12367
12368 * Makefile.in (ALL_MODULES): Added all-inet.
12369 (CROSS_CHECK_MODULES): Added check-inet.
12370 (INSTALL_MODULES): Added install-inet.
12371 (CLEAN_MODULES): Added clean-inet.
12372 (all-indent): New target.
12373
12374 * configure.in (host_tools): Added inet.
12375 (native_only): Added inet.
12376 (noconfigdirs): Added inet.
12377
12378Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12379
12380 * configure.in: Don't configure libgloss if we are not configuring
12381 newlib.
12382
12383Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12384
12385 * configure.in: Don't configure libgloss for unsupported
12386 architectures.
12387
12388Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12389
12390 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12391
12392Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12393
12394 * Makefile.in (ALL_MODULES): Include all-apache.
12395 (CROSS_CHECK_MODULES): Include check-apache.
12396 (INSTALL_MODULES): Include install-apache.
12397 (all-apache): New target.
12398
12399 * configure.in: Added apache everywhere perl is seen.
12400
12401Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12402
12403 * Makefile.in: Add support for clean-{module} and
12404 clean-target-{module} rules.
12405
12406Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12407
12408 * configure.in (*-*-ose) do not build libgloss.
12409
12410Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12411
12412 * config.guess (prep*:SunOS:5.*:*): Turn into
12413 powerpele-unknown-solaris2.
12414
12415Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12416
12417 * configure.in: Permit --enable-shared to specify a list of
12418 directories.
12419
12420Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12421
12422 * configure.in (host==solaris): Pass only the first word of $CC
12423 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12424
12425Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12426
12427 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12428
12429Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12430
12431 * Makefile.in (ALL_MODULES): Include all-perl.
12432 (CROSS_CHECK_MODULES): Include check-perl.
12433 (INSTALL_MODULES): Include install-perl.
12434 (ALL_X11_MODULES): Include all-guile.
12435 (CHECK_X11_MODULES): Include check-guile.
12436 (INSTALL_X11_MODULES): Include install-guile.
12437 (all-perl): New target.
12438 (all-guile): New target.
12439
12440 * configure.in (host_tools): Include perl and guile.
12441 (native_only): Include perl and guile.
12442 (noconfigdirs): Don't build guile and perl; no ports have been
12443 done.
12444
12445Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12446
80413487
RH
12447 * configure (--enable-*): Handle quoted option lists such as
12448 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12449
12450Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12451
12452 * Makefile.in ({,inst}all-target): New rule so we can make and
12453 install all of the target directories easily.
12454
12455Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12456
12457 * configure.in: Add missing global flag in sed substitution when
12458 deleting `target-' from ${configdirs}.
12459
12460Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12461
12462 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12463 option.
12464
12465 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12466 config/mh-necv4.
12467
12468 * install.sh: Correct misspelling of transformbasename.
12469
12470 * config.guess: Recognize mips-*-sysv*.
12471
12472Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12473
12474 * config.sub: Recognize mon960.
12475
12476Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12477
12478 * configure: Restore Canadian Cross handling of BISON and LEX,
12479 removed in Feb 20 change.
12480
12481Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12482
12483 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12484 Mention make install. Remove the old copyright date as well the
12485 clumsy and rather pointless copyright on the README file.
12486
12487Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12488
12489 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12490 Makefile after running symlink-tree, then run `make distclean' to
12491 avoid clobbering any generated files in srcdir.
12492
12493Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12494
12495 * configure.in (m68k-*-netbsd*): Build everything now.
12496
12497Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12498
12499 * Makefile.in (taz): Fix quoting.
12500
12501Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12502
12503 * configure.in (sparclet-*-*): Build everything now.
12504
12505Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12506
12507 * configure.in (m68k-*-linux*): New host.
12508
12509Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12510
12511 * configure: Check for bison before byacc.
12512
12513Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12514
12515 * Makefile.in configure: Change the way LEX and BISON/YACC are
12516 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12517 searching PATH. These are used as fallbacks by Makefile.in if
12518 flex/bison/byacc aren't in objdir.
12519
12520Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12521
12522 * Makefile.in: Make everything which depends upon all-bfd also
12523 depend upon all-opcodes, in case --with-commonbfdlib is used.
12524
12525Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12526
12527 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12528 building NT native compilers on Unix.
12529
12530Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12531
12532 * configure.in: Don't get CC from the host Makefile fragment if we
12533 can find gcc in PATH, or if this is a Canadian Cross. Move the
12534 Solaris test for /usr/ucb/cc to the post target script, just after
12535 the compiler sanity test.
12536
12537Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12538
12539 * config.sub: Merge with FSF.
12540
12541Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12542
12543 * Makefile.in (RPATH_ENVVAR): New variable.
12544 (REALLY_SET_LIB_PATH): Use it.
12545 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12546
12547Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12548
12549 * config.sub, configure.in: Recognize sparclet cpu.
12550
12551Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12552
12553 * config.guess: Support m68k-cbm-sysv4.
12554
12555Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12556
12557 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12558 m68k-unknown-linuxaout from linker help string. Put quotes around
12559 $ld_help_string.
12560
12561Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12562
12563 * config.guess (powerpc-harris-powerunix): Add guess for port
12564 to new target.
12565
12566Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12567
12568 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12569
12570Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12571
12572 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12573 $(REALLY_SET_LIB_PATH) in Makefile.
12574 * Makefile.in (SET_LIB_PATH): New variable.
12575 (REALLY_SET_LIB_PATH): New variable.
12576 ($(DO_X)): Use $(SET_LIB_PATH).
12577 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12578 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12579 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12580 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12581 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12582 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12583 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12584 (install-dosrel): Likewise.
12585 (all-opcodes): Depend upon all-libiberty.
12586
12587Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12588
12589 * config.guess (*:CYGWIN*): New
12590
12591Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12592
12593 * Makefile.in (all-target-winsup): All all-target-libiberty.
12594
12595Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12596
12597 * configure.in (noconfigdirs): Add missing # in front of comment.
12598
12599Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12600
12601 * configure.in: add second pass to things added to noconfigdirs
12602 so *-gm-magic can exclude libgloss properly.
12603
12604Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12605
12606 * mpw-configure (extralibs_name, rez_name): Set correctly
12607 for MWC68K compiler.
12608
12609 * mpw-README: Add more info on the necessary build tools.
12610
12611Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12612
12613 * configure.in, config.sub: Recognize cygwin32.
12614
12615Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12616
12617 * config.guess, config.sub: Recognize A/UX.
12618
12619Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12620
12621 * config.sub: Merge with gcc/config.sub.
12622
12623Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12624
12625 * mpw-build.in (do-binutils): Add build of stamps.
12626
12627Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12628
12629 * config.sub: Add recognition for mips64vr4100*-* targets.
12630
12631Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12632
12633 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12634 Add creation of gconfigargs with `--enable-shared' turned on.
12635 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12636 ($(host)-stamp-stage3-configured): Likewise.
12637 (HOLES): Add chatr and ldd.
12638 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12639
12640Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12641
12642 * configure: Pass --nfp to recursive configures.
12643
12644Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12645
12646 * Makefile.in (DLLTOOL): New.
12647 (DLLTOOL_FOR_TARGET): New.
12648 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12649 (EXTRA_TARGET_FLAGS): Ditto.
12650 (EXTRA_GCC_FLAGS): Ditto.
12651 (CONFIGURE_TARGET_MODULES): Ditto.
12652 (DO_X): Ditto.
12653 * configure: Add DLLTOOL.
12654
12655Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12656
12657 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12658 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12659 mh-sco, since old workarounds no longer needed, and don't
12660 build ld, since libraries have weak symbols in COFF.
12661
12662Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12663
12664 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12665
12666Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12667
12668 * configure.in: Make sure that ${CC} can be used to compile an
12669 executable.
12670
afb8d725
JM
12671Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12672
12673 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12674 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12675 nothing depending on whether gdbtk is being built.
12676
252b5132
RH
12677Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12678
12679 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12680
12681Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12682
12683 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12684 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12685
12686Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12687
12688 * config-ml.in: Add support for
12689 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12690 Simplify setting of multidirs from --disable-foo.
12691
12692Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12693
12694 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12695 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12696 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12697 non-empty, pass them on to the GCC make.
252b5132
RH
12698 (all-bootstrap): New rule that is like all-gcc, except it executes
12699 the GCC bootstrap rule instead of the GCC all rule.
12700
12701Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12702
12703 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12704
12705Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12706
12707 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12708 DG/UX support.
12709
12710Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12711
12712 * config.sub (i*86*) Change [345] to [3456]
12713
12714Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12715
12716 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12717 --with-gnu-ld=no.
12718
12719Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12720
12721 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12722 AIX multilibs get built.
12723
12724Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12725
12726 * configure.in (i386-win32): Don't build expect if we're not
12727 building the tcl subdir.
12728
12729Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12730
12731 * Makefile.in: (configure-target-examples, all-target-examples):
12732 New targets, configure and build example programs.
12733
12734Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12735
12736 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12737 use it as input to sedit the generated MPW makefile.
12738 * mpw-README: Add a suggestion about Gestalt.h.
12739
12740Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12741
12742 * config.sub: Accept *-*-ieee*.
12743
12744Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12745
12746 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12747 Ronald F. Guilmette <rfg@monkeys.com>.
12748
12749Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12752 for powerpc-pe native.
12753 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12754 (target==powerpc-pe): duplicate i386-win32 entry.
12755
12756Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12757
12758 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12759 of vxworks, not just vxworks5.1.
12760
12761Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12762
12763 * mpw-configure: Add support for exec-prefix.
12764
12765Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12766
12767 * config.guess: Recognize HP model 816 machines as having
12768 a PA1.1 processor.
12769
12770Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12771
12772 * configure: Ignore new autoconf configure options.
12773
252b5132
RH
12774Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12775
12776 * config.guess: Recognize Pentium under SCO.
12777 From Robert Lipe <robertl@arnet.com>.
12778
12779Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12780
12781 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12782
12783Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12784
12785 * configure.in: Don't configure gas for alpha-dec-osf*.
12786
12787Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12788
12789 * configure.in: Default to --with-stabs for some targets for which
12790 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12791 i[345]86*-*-unixware*.
12792
12793Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12794
12795 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12796 rather than basing it on the target. Simplify handling of options
12797 controlling which directories to configure. Remove extraneous
12798 slash in multi-clean target.
12799
12800Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12801
12802 * config-ml.in: Prefix more variables with ml_ so they don't collide
12803 with configure's.
12804
12805Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12806
12807 * configure: Don't turn -v into --v.
12808
12809Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12810
12811 * configure.in (targargs): Fix typo.
12812
12813 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12814
12815Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12816
12817 * configure.in: Strip --host and --target options from
12818 CONFIG_ARGUMENTS, and always configure for --host only. Add
12819 --with-cross-host option when building with a cross-compiler.
12820 * configure: Canonicalize the arguments put into config.status by
12821 always using `=' for an option with an argument. Pass a presumed
12822 --host or --target explicitly.
12823
12824Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12825
12826 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12827 into general OS recognition case.
12828
12829Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12830
12831 * configure.in (target_configdirs): add target-winsup only
12832 for win32 target systems.
12833
12834Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12835
12836 * Makefile.in (all-target-libgloss): Depend upon
12837 configure-target-newlib, since when libgloss is built it looks to
12838 see if the newlib directory exists.
12839
12840Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12841
12842 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12843 cfg-ml-*.in.
12844
12845Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12846
12847 * configure: Handle LD and LD_FOR_TARGET when configuring a
12848 Canadian Cross.
12849
252b5132
RH
12850Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12851
12852 * configure.in (target_libs): add target-winsup.
12853 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12854 (target==ppcle-pe): remove ld from $noconfigdirs.
12855
12856Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12857
12858 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12859 Preserve relative path names in $srcdir. Build symlink tree if
12860 configuring cross target dir and srcdir=. (= no VPATH support).
12861 (configure-target-libg++): Depend on configure-target-librx.
12862 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12863 * config-ml.in: New file.
12864 * symlink-tree: New file.
12865 * configure: Ensure srcdir="." if that's what it is.
12866
12867Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12868
12869 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12870 includes and FLEX_SKELETON setting.
12871 * mpw-configure (--with-gnu-ld): New option, controls whether
12872 to use PPCLink or ld with PowerMac GCC.
12873 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12874 * mpw-config.in: Configure grez if targeting Mac.
12875
12876 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12877 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12878 just macos.
252b5132
RH
12879 * configure.in: Configure grez resource compiler if targeting Mac.
12880 * Makefile.in (all-grez, install-grez): New targets.
12881
12882Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12883
12884 * configure: CXX defaults to gcc, not g++. If we find
35590697 12885 gcc in the path, set CC to gcc -O2.
252b5132
RH
12886
12887Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12888
12889 * configure: Default ${build} correctly. Avoid picking up extra
12890 spaces when reading CC and CXX from Makefile. When doing a
12891 Canadian Cross, use plausible default values for numerous
12892 variables.
12893 * configure.in: When doing a Canadian Cross, don't try to
12894 configure tools whose configure script can't handle it.
12895
12896Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12897
12898 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12899
12900Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12901
12902 * configure: Remove dubious bug reporting address.
12903
12904Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12905
12906 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12907 configure script, run that instead of this directory's configure.
12908 In either case, print a message that we're configuring the sub-dir.
12909
12910Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12911
12912 * configure.in: Before checking for the existence of various files,
12913 use sed to filter out "target-".
12914
12915Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12916
12917 * Makefile.in (DO_X): Split rule to decrease command line length
12918 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12919 (Philippe De Muyter).
12920
12921Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12922
12923 * Makefile.in (all-patch): depend on all-libiberty.
12924
12925Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12926
12927 * configure.in: If the only directory in target_configdirs which
12928 actually exists is libiberty, then set target_configdirs to empty,
12929 to avoid trying to build a target libiberty in a gas or gdb
12930 distribution.
12931
12932Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12933
12934 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12935 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12936 systems.
252b5132
RH
12937
12938Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12939
12940 * configure.in (copy_dirs): Use sys-include instead of include
12941 for --with-headers option.
12942
12943Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12944
12945 * Makefile.in, configure.in: Make winsup builds work with
12946 new scheme.
12947
12948Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12949
12950 * configure.in: Build the linker on AIX.
12951
12952Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12953
12954 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12955 where needed.
12956
12957Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12958
12959 * Makefile.in (all-gcc): Fix typo.
12960
12961Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12962
12963 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12964
12965Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12966
12967 * configure.in: Rename libFOO to target-libFOO, and xiberty
12968 to target-xiberty, to provide more flexibility.
12969 (target_subdir): Define. Create if cross.
12970 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12971 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12972 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12973 check-libFOO -> check-target-libFOO, etc.
12974 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12975 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12976 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12977 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12978 allow ALL_GCC="" to only configure.
12979 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12980 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12981 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12982
12983Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12984
12985 * Makefile.in (taz): Build "info" in etc explicitly.
12986
12987Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12988
12989 * configure.in: Make sure that CC is undefined (as opposed to
12990 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12991 problem with autoconf trying to configure on a host without GCC.
12992
12993Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12994
12995 * mpw-configure: Set host alias from choice of host compiler,
12996 only use generic MPW Makefile sed if present, edit a file
12997 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12998 * mpw-README: Add problem notes about CW6 and CW7.
12999
13000Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13001
13002 * Makefile.in (taz): Use ";" instead of ";;".
13003
13004Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13005
13006 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13007 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13008 DISTDOCDIRS.
13009 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13010 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13011
13012Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13013
13014 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13015 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13016 Move bfd to DISTSTUFFDIRS.
13017
13018Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13019
13020 * Makefile.in (X11_LIB): Removed.
13021 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13022
13023 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13024
13025Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13026
13027 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13028 names.
13029
13030Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13031
13032 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13033
13034Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13035
13036 * configure.in (i[345]86-*-win32): Always build newlib.
13037 Don't configure cvs, autoconf or texinfo.
13038 * Makefile.in (LD_FOR_TARGET): New.
13039 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13040 Pass down LD_FOR_TARGET.
13041
13042Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13043
13044 * winsup: New directory.
13045 * Makefile.in: Build winsup.
13046 * configure.in: Winsup is configured when target is win32.
13047 Can only build win32 target GDB when native.
35590697 13048
252b5132
RH
13049Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13050
13051 * config.guess: Recognize HP model 819 machines as having
13052 a PA 1.1 processor.
13053
13054Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13055
13056 * configure: Fix sed loop which substitutes for CC and CXX to
13057 avoid bug found in various sed implementations.
13058
13059Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13060
13061 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13062 simulator. Use standard powerpc-*-eabi*.
13063
13064Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13065
13066 * configure.in: Stop putting gas and binutils in noconfigdirs for
13067 powerpc-*-aix* and rs6000-*-*.
13068
13069Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13070
13071 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13072 -mcall-aixdesc libraries.
13073
13074Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13075
13076 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13077
13078 * config.sub (arm | armel | armeb): Fix shell syntax.
13079
13080Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13081
13082 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13083 -msoft-float and -mcpu=common support.
13084 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13085 libraries.
13086
13087Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13088
13089 * configure.in: Allow configuration and build of emacs19 for the alpha.
13090
13091Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13092
13093 * configure.in (CC): Get ^CC, not just any old CC, from
13094 ${host_makefile_frag}.
13095
13096Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13097
35590697 13098 * configure.in (CC): Try to get CC from
252b5132
RH
13099 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13100
13101Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13102
13103 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13104 only if it exists in $(srcdir).
13105
13106Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13107
13108 * configure: If CC and CXX are not set in the environment, set
13109 them, based on either an existing Makefile or on searching for gcc
13110 in PATH. Substitute for CC and CXX in Makefile.
13111 * configure.in: Remove libm from target_libs. Separate
13112 target_configdirs from configdirs. If CC is not set in
13113 environment, try to get it from a host Makefile fragment. Rewrite
13114 changes of configdirs to use skipdirs instead. A few minor
13115 tweaks. Take directories out of target_configdirs as they are
13116 taken out of configdirs. Remove existing Makefile files from
13117 subdirectories. Substitute for TARGET_CONFIGDIRS and
13118 CONFIG_ARGUMENTS in Makefile.
13119 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13120 by configure.in.
13121 (CONFIG_ARGUMENTS): Likewise.
13122 (CONFIGURE_TARGET_MODULES): New variable.
13123 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13124 ($(CONFIGURE_TARGET_MODULES)): New target.
13125 (configure-libg++, configure-libio): New targets.
13126 (all-libg++): Depend upon configure-libg++.
13127 (all-libio): Depend upon configure-libio.
13128 (configure-libgloss, all-libgloss): New targets.
13129 (configure-libstdc++): New target.
13130 (all-libstdc++): Depend upon configure-libstdc++.
13131 (configure-librx, all-librx): New targets.
13132 (configure-newlib): New target.
13133 (all-newlib): Depend upon configure-newlib
13134 (configure-xiberty): New target.
13135 (all-xiberty): Depend upon configure-xiberty.
13136
13137Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13138
13139 * configure.in (host i[345]86-*-win32): Expand the
13140 noconfigdirs again.
13141
13142Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13143
13144 * mpw-configure: Fix sed command file name.
13145
13146Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13147
35590697 13148 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13149 noconfigdirs again.
13150
13151Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13152
13153 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13154 or powerpc*-*-pe*, since they are not yet supported.
13155
13156Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13157
13158 Add PowerMac support and many other enhancements.
13159 * mpw-configure: New option --cc to select compiler to use,
13160 paste options set according to --cc into the generated
13161 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13162 if mpw-make.sed is present.
13163 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13164 add forward includes for PowerPC include files.
13165 * mpw-build.in: Build using Makefile.PPC if present.
13166 (do-byacc, etc): Remove separate version resource builds.
13167 (do-gas): Build "stamps" before "all".
13168 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13169 * mpw-README: Update to reflect --cc option, PowerMac support,
13170 and recently-reported compatibility problems.
13171
13172Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13173
13174 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13175 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13176 (--with-multilib-top): Pass to recursive invocations.
13177
13178Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13179
13180 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13181 v810-*-*.
13182
13183Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13184
13185 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13186 gdb, ld and opcodes on v810-*-*.
13187
252b5132
RH
13188Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13189
13190 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13191 (local-maintainer-clean): New target.
13192 (maintainer-clean): New target.
13193 (realclean): Just depend upon maintainer-clean.
13194
13195Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13196
13197 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13198
13199Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13200
13201 * configure.in: Build ld in mips*-*-bsd* case.
13202
13203Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13204
13205 * config.sub: Accept -lites* OS. From Ian Dall.
13206
13207Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13208
13209 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13210 targets.
252b5132
RH
13211
13212Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13213
13214 * configure.in: treat i386-win32 canadian cross the same as
13215 i386-go32 canadian cross.
13216
13217Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13218
13219 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13220 running under the simulator to build a reduced set of libraries.
13221 (powerpc-*-eabiaix): Add fine grained multilib support added to
13222 other powerpc targets yesterday.
13223
13224Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13225
13226 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13227 -disable-softfloat, -disable-relocatable, -disable-aix, and
13228 -disable-sysv to control which multilib libraries get built.
13229
13230Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13231
13232 * configure: Add Makefile.tem to list of files to remove in trap
13233 handler.
13234
13235Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13236
13237 * config.guess (*Linux*): Add missing "exit"s.
13238 Also, need specific check for alpha-unknown-linux (uses COFF).
13239
13240Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13241
13242 * config.guess: Merge with FSF:
13243
13244 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13245 * config.guess (AIX4): More robust release numbering discovery.
13246
13247 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13248 * config.guess (i386-sequent-ptx): Properly get version number.
13249
13250 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13251 * config.guess (mips:*:4*:UMIPS): New case.
13252
13253Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13254
13255 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13256 (i386-win32 host): Likewise. Don't build readline.
13257
afb8d725
JM
13258Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13259
13260 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13261 SUPPORT_FILES to submakes.
13262
252b5132
RH
13263Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13264
13265 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13266 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13267 mpw-configure.
13268
13269Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13270
13271 * configure.in (appdirs): Use =, not ==, in test expression when
13272 trying to build the text to print in the warning message for
13273 Solaris users.
13274
13275Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13276
13277 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13278
13279Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13280
13281 * config.guess: Recognize lynx-2.3.
13282
13283Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13284
13285 * config.sub (z8ksim): Deleted
13286 (z8k-*-coff): New, this is the one true name of the target.
13287
13288Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13289
13290 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13291
13292Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13293
13294 * config.guess (*:Linux:*:*): First try asking the linker what the
13295 default object file format is (elf, aout, or coff). Then if this
13296 fails, try previous methods.
13297
13298Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13299
13300 * configure.in: Don't build newlib for *-*-vxworks5.1.
13301
13302Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13303
13304 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13305 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13306
13307Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13308
13309 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13310
13311Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13312
13313 * cfg-ml-com.in: New file.
13314 * cfg-ml-pos.in: New file.
13315
13316Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13317
13318 * COPYING.NEWLIB: Add HP free copyright to list.
13319
13320Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13321
13322 * config.sub: Recognize -eabi* for the system, not just -eabi.
13323
13324Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13325
13326 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13327 * config.sub, configure.in (win32): New target and host.
13328
13329Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13330
13331 * configure.in: Add i386-pe configuration.
13332
13333Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13334
13335 * mpw-build.in (install): Install GDB after LD.
13336
13337Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13338
13339 * mpw-config.in (elf/mips.h): Always forward-include, needed
13340 for GDB to build.
13341
13342Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13343
13344 * testsuite: New directory for customer acceptance and whole tool
13345 chain tests.
13346
13347Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13348
13349 * configure: If per-host line isn't found, but AC_OUTPUT is found
13350 and a configure script exists, run it instead.
13351
13352Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13353
13354 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13355
13356Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13357
13358 * configure: Set build_{cpu,vendor,os,alias} to host values when
13359 --build isn't specified.
13360
13361Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13362
13363 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13364 (FLAGS_TO_PASS): Pass them.
13365 (EXTRA_TARGET_FLAGS): Ditto.
13366
252b5132
RH
13367Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13368
13369 * Makefile.in (all-libg++): Depend on all-libstdc++.
13370
13371Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13372
13373 * configure.in (noconfigdirs): Enable all packages for
13374 i386-unknown-netbsd.
13375
13376Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13377
13378 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13379 hosted builds (DOS builds)
13380
13381Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13382
13383 Changes for ARM based on patches from Richard Earnshaw:
13384 * config.sub: Handle armeb and armel.
13385 * configure.in: Omit arm linker only for riscix.
13386
13387Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13388
13389 * config.guess: Update from FSF.
13390
13391Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13392
13393 * config.sub: Recognize powerpcle as the little endian varient of
13394 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13395 powerpcle variant. Convert pentium into i586, not i486. Add p5
13396 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13397 temporarily.
13398
13399Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13400
13401 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13402
13403Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13404
13405 * config.sub: Accept -lites* as a basic system type.
13406
13407Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13408
13409 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13410 installed, and if so return linuxoldld as the system name.
13411
13412Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13413
13414 * config.guess: Add hppa1.1-hp-lites support.
13415
13416Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13417
13418 * configure.in: Don't build newlib for m68k-vxworks5.1.
13419
13420Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13421
13422 * configure.in (mips-sgi-irix6): Use mh-irix5.
13423
13424Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13425
13426 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13427
13428Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13429
13430 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13431 OSF/1. Fix compiler flags.
252b5132
RH
13432 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13433
13434Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13435
13436 * configure.in: Recognize --with-newlib.
13437 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13438
afb8d725
JM
13439Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13440
13441 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13442 to *_X11_MODULES due to gdbtk needing X include files et al.
13443
252b5132
RH
13444Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13445
13446 Merge in support for Mac MPW as a host.
13447 (Old change descriptions retained for informational value.)
13448
13449 * mpw-config.in: Add generic include forwards for cpu-specific
13450 include files in aout and elf directories.
13451
13452 * mpw-configure: Added copyright.
13453 * mpw-config.in: Check for presence of required build tools.
13454 (target_libs): Add newlib.
13455 (target_tools): Add examples.
13456 (Read Me): Generate as "Read Me for MPW" instead.
13457 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13458 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13459 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13460
13461 * mpw-configure: Remove subdir-specific makefile hackery,
13462 delete mk.tmp after using it.
13463
13464 * mpw-build.in (all): Display start and end times.
13465
13466 * mpw-configure (host_canonical): Set.
13467 (target_cpu): Always add to makefiles.
13468 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13469 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13470 (mpw-mh-mpw): Look for in srcdir and srcroot.
13471 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13472
13473 * mpw-build.in: (install-only): New target.
13474
13475 * mpw-configure (host_alias, target_alias): Rename from hostalias
13476 and targetalias, add into generated Makefile.
13477 (mk.tmp): If present, add into generated Makefile.
13478 * mpw-build.in (all-gas): Build config.h first before gas proper.
13479
13480 * mpw-configure (config.status): Write only if changed.
13481 * mpw-config.in (readline): Configure it (not built, just used for
13482 definitions).
13483
13484 * mpw-config.in (elf/mips.h): Add a forward include.
13485
13486 * mpw-config.in: Forward-include most .h files in include into
13487 extra-include.
13488 (readline): Don't build.
13489 mpw-build.in (install): Install GDB.
13490
13491 * mpw-configure (prefix, mpw_prefix): Handle it.
13492 * mpw-config.in (mmalloc, readline): Don't configure.
13493 * mpw-build.in (thisscript): Rename to ThisScript.
13494 Use mpw-build instead of BuildProgram everywhere.
13495 (mmalloc, readline): Don't build.
13496 * mpw-README: New file, basic documentation about the MPW port.
13497
13498 * mpw-config.in: Use forward-include to create include files.
13499
13500 * mpw-configure: Add more things to the top of each configured
13501 Makefile, including contents of config/mpw-mh-mpw.
13502 * mpw-config.in (extra-include): Create this directory and fill it
13503 with Posix-like include files when configuring.
13504
13505 * config.sub (apple, mac, mpw): Add various aliases.
13506
13507 * mpw-build.in: New file, top-level build script fragment for MPW.
13508 * mpw-configure: New file, configure script for MPW.
13509 * mpw-config.in: New file, config fragment for MPW.
13510
13511Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13512
13513 * configure.in (host_libs): Remove glob, since it is gone from the
13514 sources.
13515
13516Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13517
13518 * Makefile.in: define empty GDB_NLM_DEPS var.
13519
13520 * configure.in(target_makefile_frag): use config/mt-netware
13521 for netware targets.
13522
13523Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13524
13525 * config.sub: Merge in recent FSF changes. Remove linux special
13526 cases.
13527
13528Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13529
4bddf3ad 13530 Revert this change:
252b5132
RH
13531
13532 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13533
13534 * build-all.mk: Use CC=cc -Xs on Solaris.
13535
252b5132
RH
13536Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13537
13538 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13539 stop using it.
13540 * Makefile.in: Nuke all references to glob subdirectory.
13541
13542Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13543
13544 * configure.in: Fix --enable-shared logic in per-host.
13545
13546Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13547
13548 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13549
13550Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13551
13552 * configure.in (noconfigdirs): Don't build gas on AIX, for
13553 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13554
13555Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13556
13557 * configure: Fix --cache-file to work if the file argument is a
13558 relative path.
13559
13560Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13561
13562 * configure: If the --cache-file is used, pass it down to
13563 configure in subdirectories.
13564
13565Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13566
13567 * config.sub: add vxworks29k configuration.
13568
13569Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13570
13571 * Makefile.in (taz): Do "diststuff" part quietly.
13572
13573Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13574
13575 * config.sub: Mini-merge with gcc/config.sub.
13576
13577Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13578
13579 * config.guess (IRIX): Sed - to _.
13580
13581Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13582
13583 * Makefile.in (source-vault, binary-vault): New targets.
13584
13585Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13586
13587 * config.sub: Recognize -eabi as a basic system type.
13588
13589Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13590
13591 * configure.in (enable_shared stuff): Fix typo.
13592
13593Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13594
13595 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13596
13597Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13598
13599 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13600
13601Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13602
13603 * configure.in (rs6000-*-*): Don't build gas.
13604
13605Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13606
13607 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13608 reduce command line length.
13609 (AS_FOR_TARGET): Check for as.new, not Makefile.
13610 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13611
13612Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13613
13614 * config.guess: Merge from FSF.
13615
13616Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13617
13618 * configure: Don't use $ when handling program_suffix.
13619
13620Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13621
13622 * configure.in: Configure tk for hppa/hpux.
13623
13624Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13625
13626 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13627
13628Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13629
13630 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13631 to LIBCXXFLAGS. Tests are better run without it.
13632
13633Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13634
13635 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13636
13637Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13638
13639 * configure.in (*-*-netware*): Don't configure xiberty.
13640
13641Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13642
13643 * configure.in: Remove tk from native_only list.
13644
13645Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13646
13647 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13648 for special NCD build.
13649
13650Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13651
13652 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13653 makeall.bat, they're only useful for binutils snapshots.
13654 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13655 makeall.bat to specified SUPPORT_FILES.
13656
13657Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13658
13659 * build-all.mk: Add Ericsson targets to sun4 and solaris
13660 hosts. Add BNR's sun4 target to solaris host, so their
13661 build-from-source will be tested in-house first.
13662
13663Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13664
13665 * Makefile.in (LIBCFLAGS): New variable.
13666 (CFLAGS_FOR_TARGET): Ditto.
13667 (LIBCFLAGS_FOR_TARGET): Ditto.
13668 (LIBCXXFLAGS): Ditto.
13669 (CXXFLAGS_FOR_TARGET): Ditto.
13670 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13671 (BASE_FLAGS_TO_PASS): Pass them.
13672 (EXTRA_TARGET_FLAGS): Ditto.
13673
4bddf3ad 13674 * configure.in: Support --enable-shared.
252b5132
RH
13675
13676Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13677
13678 * configure.in (target_libs): Include libstdc++ again.
13679 * config.guess: Update from FSF (for FreeBSD).
13680
13681Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13682
13683 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13684 makeall.bat.
13685 (DISTDOCDIRS): Add `etc'.
13686 (ETC_SUPPORT_PFX): New variable.
13687 (taz): Include anything from etc starting with a word in
13688 ETC_SUPPORT_PFX.
13689
13690Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13691
13692 * config.sub: Update for recent FSF changes. Remove obsolete
13693 h8300hds entry. Add -windows* and -osx as basic os. Minor
13694 spacing changes.
13695
13696Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13697
13698 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13699
13700 * config.guess: Merge with FSF.
13701 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13702
13703Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13704
13705 * configure: Since the "trap 0" handler will override the exit
13706 status on many systems, only use it for "exit 1", and make it set
13707 a non-zero exit status; reset it before "exit 0". Also, check
13708 exit status of config.sub, and error out if it failed.
13709
13710Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13711
13712 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13713 and install libgloss.
13714
13715Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13716
13717 * Makefile.in (all-binutils): Depend upon all-byacc.
13718
13719 * configure.in: Don't build emacs on Irix 5.
13720
13721Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13722
13723 * configure.in (*-*-netware*): Add libio.
13724
13725Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13726
13727 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13728 (CHECK_TARGET_MODULES): Ditto.
13729 (INSTALL_TARGET_MODULES): Ditto.
13730 (TARGET_LIBS): Ditto.
13731 (all-libstdc++): Note dependencies.
13732
13733Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13734
13735 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13736
13737Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13738
13739 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13740 -fexternal-templates.
13741
13742 * configure.in (target_libs): Add libstdc++.
13743 (noconfigdirs): Add libstdc++ as appropriate.
13744
13745Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13746
13747 * config.guess: Update from FSF.
13748
13749Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13750
13751 * configure: Use ${config_shell} when running ${configsub}.
13752
13753Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13754
13755 * config.sub: No longer recognize h8300h.
13756
13757Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13758
13759 * config.sub: Remove extraneous differences between config.sub and
13760 gcc/config.sub.
13761
13762Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13763
13764 * Makefile.in (DISTSTUFFDIRS): Add gas.
13765
13766Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13767
13768 * COPYING.NEWLIB: New file.
13769
13770Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13771
13772 * config.guess (HP-UX): Patch from Harlan Stenn
13773 <harlan@landmark.com> to also emit release level.
13774
13775Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13776
13777 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13778
13779Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13780
13781 * config.sub: Merge nextstep cleanup from FSF.
13782
13783Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13784
13785 * configure.in (arm-*-*): Don't configure ld for this target.
13786
13787Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13788
13789 * configure.in (*-*-netware): don't configure libg++, libio,
13790 librx, or newlib.
13791
13792Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13793
13794 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13795 configure ld--it works, but it doesn't support shared libraries.
13796
13797Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13798
13799 * config.guess (*-unknown-freebsd*): Get rid of possible
13800 trailing "(Release)" in version string.
13801 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13802
13803Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13804
13805 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13806 Fix type: *-next-neststep -> *-next-nextstep.
13807
13808 * config.guess: Merge from FSF:
13809
13810 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13811
13812 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13813
13814 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13815
13816 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13817 instead of UNIX_SV for UnixWare 1.0).
13818
13819Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13820
13821 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13822 to make gdb/nlm/* build after the compiler and linker.
13823
13824Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13825
13826 * config.guess (netbsd, freebsd, linux): Accept any machine,
13827 not just i[34]86.
13828 (m68k-atari-sysv4): Relocate to match FSF version.
13829
13830 * config.guess: More merges from the FSF:
13831
13832 Add a space before function call or macro invocation.
13833
13834 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13835
13836 * config.guess: Add trap cmd to remove dummy.c and dummy when
13837 interrupted.
13838
13839 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13840
13841 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13842 (dummy): Redirect stderr from compilation of dummy.c.
13843
13844 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13845
13846 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13847
13848Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13849
13850 * configure: Accept and ignore --cache*, for compatibility with
13851 new autoconf.
13852
13853Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13854
13855 * config.guess: Merge from FSF:
13856
13857 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13858
13859 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13860 (PATH): Add /.attbin at end for finding uname.
13861 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13862
13863 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13864
80413487 13865 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13866
13867 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13868
80413487
RH
13869 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13870 to select whether to use ELF or COFF.
252b5132
RH
13871
13872 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13873
80413487 13874 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13875
13876 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13877
13878 * config.guess: Guess the OS version for HPUX.
13879
13880 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13881
13882 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13883
13884Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13885
13886 * configure.in: Recognize --with-headers, --with-libs, and
13887 --without-newlib.
13888 * Makefile.in (all-xiberty): Depend upon all-ld.
13889
13890Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13891
13892 * configure.in: Change i[34]86 to i[345]86.
13893
13894Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13895
13896 * configure (version): A few more tweaks to help message.
13897
13898Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13899
13900 * Makefile.in: Remove (for now) librx as a host library,
13901 now that we're building it for target.
13902
13903Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13904
13905 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13906 (Karl Berry).
13907
13908Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13909
13910 * configure.in: Also configure librx.
13911
13912Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13913
13914 * Makefile.in: Update various rules to reflect that librx
13915 is now needed for libg++.
13916
13917Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13918
13919 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13920
13921Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13922
13923 * configure.in: Configure the examples directory.
13924
13925Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13926
13927 * configure: Simplify Jun 2 1994 change.
13928
13929Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13930
13931 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13932 /bin/gcc isn't good enough to build gcc.
13933
13934Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13935
13936 * Makefile.in (GDB_SUPPORT_FILES): Remove
13937 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13938 (gdb.tar.gz): Add new rule to use standard distribution building
13939 mechanism.
13940
13941Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13942
13943 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13944 Bill Cox <bill@cygnus.com>.
13945
13946Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13947
13948 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13949
13950Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13951
13952 * configure: Search current dir first in .gdbinit.
13953
13954Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13955
13956 * config.sub: Recognize freebsd (merged from gcc config.sub).
13957
13958Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13959
13960 * config.sub: Refer to NeXT's operating system as nextstep.
13961
13962 * config.sub (case $basic_machine): Re-order the cases, to match
13963 the order in the FSF version (which is mostly alphabethical).
13964 Merge in some additions and changes from the FSF.
13965
13966Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13967
13968 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13969 * config.sub: Recognize cxux7.
13970 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13971
13972Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13973
13974 * config.sub: Fix typo powerpc -> powerpc-*.
13975
13976Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13977
13978 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13979
13980 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13981 parallel with all-emacs and install-emacs). Top-level command
13982 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13983
13984Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13985
13986 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13987 $(relbindir)/make before doing ``make install'', and use
13988 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13989 installing over running make binary.
13990 ($(host)-stamp-stage3-installed): Likewise.
13991
13992Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13993
13994 * config.guess: Recognize Mach.
13995
13996Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13997
13998 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13999 see whether --exec-prefix was used.
14000
14001Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14002
14003 * README: Explicitly mention libg++/README. (Zoo's idea.)
14004
14005Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14006
14007 * Makefile.in: Add all-librx target similar to all-libproc.
14008
14009Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14010
14011 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14012 with post 1.2 uname bogosity.
14013
14014Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14015
14016 * configure: Remove temporary files on receipt of a signal.
14017
14018Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14019
14020 * configure: If there is a package_makefile_frag, remove
14021 ${subdir}/Makefile.tem after copying it in.
14022
14023Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14024
14025 * build_all.mk: support rs6000 lynx identifies itself as
14026 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14027 since /bin/gcc is too feeble to compile a modern gcc.
14028
14029Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14030
14031 * brought devo/test-build.mk update-to-date with progressive/
14032 test-build.mk. Add lynx targets and hppa flag info.
14033
14034Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14035
14036 * configure.in: Use mh-ncrsvr43. Patch from
14037 Tom McConnell <tmcconne@sedona.intel.com>.
14038
14039Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14040
14041 * config.guess (i386-unknown-bsdi): No longer need to
14042 check #if defined(__bsdi__) && defined(__i386__).
14043
14044Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14045
14046 * configure: Set program_transform_nameoption correctly.
14047
14048Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14049
14050 * brought build-all.mk update-to-date with progressive build-all.mk,
14051 added new targets and hppa info.
35590697 14052
252b5132
RH
14053Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14054
14055 * configure: If config.guess result is a prefix of the user
14056 specified target, assume a native build and use the user specified
14057 target as the host alias. Remove SunOS patch suffix removal hack.
14058 * configure.in: Remove SunOS patch suffix removal hack.
14059
14060 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14061 in NATIVE_CHECK_MODULES.
14062
14063Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14064
14065 * Makefile.in: Rename HOST_ONLY to NATIVE.
14066 * configure: Delete SunOs patch suffix from host_canonical
14067 and build_canonical variables that are prepended to Makefiles.
14068 * configure.in: Add comments for easier maintenance.
14069
14070Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14071
14072 * Makefile.in: Add all-libproc target similar to all-gui.
14073
14074Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14075
14076 * Makefile.in (CHECK_MODULES): split into
14077 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14078
14079Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14080
14081 * config.guess (i386-unknown-bsdi): New system to guess.
14082
14083Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14084
14085 * Makefile.in: Add all-gui target (but not yet build by "all").
14086
14087Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14088
14089 * config.sub: Move deletion of patch suffix from here...
14090 * configure.in: To here, at Ian's suggestion. The top-
14091 level scripts might need to know of a patch level.
14092
14093Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14094
14095 * config.sub: Strip off patch suffix so rtl is recognized
14096 as a sunos4.1.3 machine, even though it's been patched.
14097
14098Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14099
14100 * Makefile.in (INSTALL_LAST): Delete.
14101 (INSTALL_DOSREL): New.
14102
14103Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14104
14105 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14106 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14107 whether we pass down --with-gnu-ld anyhow.
14108
14109Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14110
14111 * Makefile.in (INSTALL_LAST): Change operation so it works
14112 on more flavors of make.
14113 * configure.in (go32): Don't build libg++ or libio.
14114
14115Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14116
14117 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14118 they can be overriden by templates.
14119
14120Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14121
14122 * configure.in (target==go32): Don't build gdb.
14123 * dosrel: New directory.
14124
14125Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14126
14127 * configure.in (host==go32): Configure dosrel too.
14128 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14129 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14130 be set by incoming names or templates.
14131 (INSTALL_LAST): New rule.
252b5132
RH
14132
14133Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14134
14135 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14136
14137Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14138
252b5132
RH
14139 * configure.in (appdirs): New variable. Currently empty, but will
14140 be used in gas distribution. If nonempty, lists a set of
14141 directories at least one of which must get configured, or top
14142 level configuration is considered to have failed.
14143 (rs6000-*-lynxos*): Use new file name.
14144
14145Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14146
14147 Eliminate XTRAFLAGS.
14148 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14149 newlib include files using -idirafter, and also use -nostdinc.
14150 (CXX_FOR_TARGET): Likewise.
14151 (XTRAFLAGS): Removed.
14152 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14153 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14154 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14155 ($(DO_X)): Don't pass down XTRAFLAGS.
14156
14157Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14158
14159 * configure.in (mips*-dec-bsd*): New target; do build linker.
14160 (mips*-*-bsd*): New target; don't build linker.
14161
14162Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14163
14164 * configure.in: support rs6000-*-lynxos* configuration.
14165 support sunos4 as a cross target.
14166
14167 * config.sub: look for lynx*, not lynx since the OS version may
14168 legitimately be part of the name.
14169
14170Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14171
14172 * configure.in (i[34]86-*-sco*): Move to be with other i386
14173 targets.
14174 (romp-*-*): New target. Skip various binary utilities.
14175 (vax-*-*): New target. Don't build newlib.
14176 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14177
14178Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14179
14180 * configure.in: Only set host_makefile_frag if config
14181 directory exists.
14182
14183Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14184
14185 * install.sh: If $dstdir exists, don't check whether each
14186 component does.
14187
14188Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14189
14190 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14191
14192Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14193
35590697
AJ
14194 * configure.in (*-*-lynxos*): Don't configure newlib for either
14195 native or cross Lynx.
252b5132
RH
14196
14197Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14198
14199 * config.sub (sparc64-elf): Fix os.
14200 (z8k): Remove duplicate.
14201
14202Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14203
14204 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14205 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14206
14207Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14208
14209 * configure: Make file links cleanly even if Lynx fails on
80413487 14210 an NFS symlink (at least fail cleanly).
252b5132
RH
14211
14212Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14213
14214 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14215 -XNh2000.
14216
14217Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14218
14219 * configure: Unknown options are fatal again.
14220
14221Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14222
14223 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14224 compatibility.
252b5132
RH
14225
14226Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14227
14228 * build-all.mk: Add `clean' target.
14229
14230Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14231
14232 * config.guess: Add SINIX support.
14233 * configure.in: Add mips-*-sysv4* support.
14234
14235Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14236
14237 * build-all.mk: Document all useful targets.
14238 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14239 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14240
14241Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14242
14243 * configure: Support --silent, --quiet.
14244
14245Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14246
14247 * configure: Support --disable-FEATURE.
14248
14249Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14250
14251 * config.guess: Recognize NCR running SVR4.3.
14252
14253Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14254
14255 * config.guess: Make BSDI generate i386-unknown-bsd386.
14256 Patch from Paul Eggert <eggert@twinsun.com>.
14257
14258Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14259
14260 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14261
14262Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14263
14264 * configure: Make unrecognized options give nonfatal warnings
14265 instead of fatal errors, and pass them to any subdirectory
14266 configures in case they recognize them.
14267 Make --x equivalent to --with-x.
14268
14269Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14270
14271 * configure: Add --enable-* options. Clean up usage message and
14272 some comments.
14273
14274Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14275
14276 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14277
14278Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14279
14280 * configure.in (hppa*-*-*): Enable binutils.
14281
14282Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14283
14284 * config.sub: Recognize cisco.
14285
14286Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14287
14288 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14289
14290Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14291
14292 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14293 than one configuration name. Add comment.
14294
14295Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14296
14297 * config.guess: about target *-hitachi-hiuxwe2, fixed
14298 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14299 macro is incorrect.]
14300
14301Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14302
14303 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14304 than the "make ls" stuff which used to be here.
14305
14306Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14307
14308 * config.guess: Recognize i[34]86-unknown-freebsd.
14309 From Shawn M Carey <smcarey@rodan.syr.edu>.
14310
14311Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14312
14313 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14314
14315Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14316
14317 * config.guess: Check for ptx.
14318
14319Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14320
14321 * config.sub: Add os9k checking.
14322
14323Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14324
14325 * config.guess: Handle OSF1 running on HPPA processors
14326
14327Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14328
14329 * configure: If subdir configure fails, print out a message with
14330 subdirectory name, in case subdir's configure code didn't identify
14331 itself.
14332
14333Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14334
14335 * configure.in: Remove embedded newlines from configdirs.
14336 Avoid mismatches of substrings. Fix matching strings at end
14337 of configdirs.
14338
14339Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14340
14341 * config.guess: Add Lynx/rs6000 config support.
14342
14343Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14344
14345 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14346
14347Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14348
14349 * configure.in (hppa*-*-osf*): Treat this just like most other
14350 PA configurations (eg no binutils or ld).
14351 (hppa*-*-*elf*): These configurations have binutils and ld.
14352
14353Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14354
14355 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14356
14357Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14358
14359 * configure.in (rs6000-*-*): Build gas.
14360
14361Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14362
80413487 14363 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14364
14365Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14366
14367 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14368 for GDB and GDB has been fixed to not need it.
14369
252b5132
RH
14370Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14371
14372 * config.guess: Recognize vax hosts.
14373
14374Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14375
14376 * configure (while loop): Don't use "break 2" inside case
14377 statement -- the case statement isn't an enclosing loop.
14378
14379Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14380
14381 * config.guess: Clean up NeXT support, to allow nextstep
14382 on Intel machines. Make OS be nextstep.
14383
14384Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14385
14386 * config.guess: Add alternate forms for Convex.
14387
14388Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14389
14390 * configure: Completely rewrite option processing. Take
14391 advantage of pattern-matching to avoid invoking test frequently.
14392 Also clean up host and target defaulting logic.
14393
14394Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14395
14396 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14397 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14398 commands (plus user environment) will fit SCO limits.
14399
14400Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14401
14402 * configure.in: Don't issue warnings about directories which are
14403 not being configured if -norecursion is set. Correct test for
14404 --with-gnu-as and --with-gnu-ld to not get confused by substring
14405 matches.
14406
14407 * configure.in: Don't build gas for alpha-dec-osf1*.
14408
14409Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14410
14411 * configure: Back out Per's change of 12/19/1993. It changes the
14412 behavior of configure in unexpected and confusing ways.
14413
14414 Also, use different delim char when calculating
14415 program_transform_name so that the name can contain slashes.
14416
14417Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14418
14419 * configure.in, config.sub: Add support for VSTa micro-kernel.
14420
14421Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14422
14423 * configure.in: Nuke hacks which were used to get a special
14424 version of GAS for HPPA configurations.
14425
14426Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14427
14428 * configure: If only ${target_alias} is given, use that
14429 as the default for ${host_alias}.
14430 * configure: Add missing back-slashes before nested quotes.
14431
14432Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14433
14434 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14435
14436Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14437
14438 * config.guess: Recognize some Tektronix configurations.
14439 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14440
14441Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14442
14443 * config.sub: Match any flavor of SH.
14444
14445Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14446
14447 * configure.in: Don't try to configure newlib for Alpha.
14448
14449Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14450
14451 * configure.in: Don't build ld for Irix 5. Don't build gas,
14452 libg++ or libio for any Alpha target.
14453
14454 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14455
14456Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14457
14458 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14459 default arguments -- so it tried to compress itself.
14460
14461Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14462
14463 * configure.in (notsupp): ensure that a space is always at the end
14464 of the configdirs list, since the grep checks for an explicit space
14465
14466Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14467
14468 * configure.in (target i386-sysv4.2): don't build ld, since static
14469 versions of many libraries are not available.
14470
14471Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14472
14473 * config.guess: Recognize Apollos (using environment variables).
14474 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14475
14476Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14477
14478 * config.guess: Recognize Sony news mips running newsos.
14479
14480Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14481
14482 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14483 "fi ; else" for bash.
14484
14485Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14486
14487 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14488
14489Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14490
14491 * config.sub: accept unixware as an alias for svr4.2.
14492 Fix some inconsistancies with the gcc version.
14493
14494Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14495
14496 * Makefile.in (DISTDOCDIRS): Add gdb.
14497
14498Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14499
14500 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14501
14502Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14503
14504 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14505 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14506 this now.
14507
14508Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14509
14510 * config.sub: Accept hiux* as an OS name.
14511
14512 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14513 etc/make-stds.texi. The underscore came from gcc, and dje now
14514 agrees that RUNTESTFLAGS is the correct name.
14515
14516Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14517
14518 * install.sh: Remove 'set -e'. It makes any conditionals
14519 in the script useless.
14520
14521 * config.guess: Automatically recognize arm-acorn-riscix
14522 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14523
14524Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14525
14526 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14527
14528Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14529
14530 * Makefile.in (DISTDOCDIRS): New variable.
14531 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14532 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14533
14534Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14535
14536 * configure.in (hppa target): check the source directory for the
14537 pagas sub-directory
14538
14539Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14540
14541 * config.sub: Allow -aout* and -elf*.
14542
14543Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14544
14545 * configure.in: Don't build ld on i386-solaris2, same as for
14546 sparc-solaris2.
14547
14548Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14549
14550 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14551
14552Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14553
14554 * configure.in: Configure gdb for alpha.
14555
14556Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14557
14558 * Makefile.in (CXXFLAGS): Add -O.
14559
14560Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14561
14562 * config.guess: added support for DG Aviion
14563
14564Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14565
14566 * configure.in: Produce warning message for subdirectories not
14567 configurable for this host/target combination. Don't try to
14568 configure gdb for vms.
14569
14570Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14571
14572 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14573 appropriate files before making "diststuff".
14574 (DISTBISONFILES): New var: list of files to be edited.
14575 (DISTSTUFFDIRS): Add binutils.
14576
14577Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14578
14579 * config.sub: also handle mipsel and mips64el (for little endian mips)
14580
14581Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14582
14583 * configure.in: Add * to end of all OS names.
14584
14585Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14586
14587 * configure.in: Build newlib for LynxOS native.
14588
14589Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14590
14591 * config.guess: Add support for delta 88k running SVR3.
14592
14593 * configure.in: Add comment about HP compiler vs. emacs.
14594
14595Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14596
14597 * configure.in: don't build ld on solaris2 (not a viable option
14598 due to bugs in getpwnam & getpwuid)
14599
14600Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14601
14602 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14603 config.guess will produce a full version number.
14604
14605Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14606
14607 * configure.in: Build linker and binutils for alpha-dec-osf1.
14608
14609Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14610
14611 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14612 and gdb/testsuite/Makefile.in.
14613
14614Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14615
14616 * configure.in: recognize mips*- instead of mips-
14617
14618Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14619
14620 * config.sub: Accept linux*coff and linux*elf as operating
14621 systems.
14622
14623Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14624
14625 * config.sub: Recognize mips64, and mips3 as an alias for it.
14626
14627Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14628
14629 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14630 gdb knows how to handle OSF/1 shared libraries.
14631
14632Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14633
14634 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14635 * config.guess: Recognize Hitachi's HIUX.
14636 * config.sub: Recognize h3050r* and hppahitachi.
14637 Remove redundant cases for hp9k[23]*.
14638
14639Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14640
14641 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14642 if gas and ld are in the source tree and are in ${configdirs}.
14643 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14644 --with options (but still pass them down on the command line,
252b5132
RH
14645 if they were explicitly specified).
14646
14647Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14648
14649 * configure: substitute SHELL value in Makefile.in with
14650 ${CONFIG_SHELL}
14651
14652Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14653
14654 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14655 *-*-solaris2* targets.
14656
14657Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14658
14659 * Makefile.in: define M4, and pass it down to sub-makes;
14660 all-autoconf now depends on all-m4
14661
14662Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14663
14664 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14665 presence of {ar,ranlib} instead of a configured directory
14666
14667Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14668
14669 * config.guess: Accept 34?? as well as 33?? for NCR.
14670
14671Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14672
14673 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14674 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14675
14676Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14677
14678 * configure: grab values for $(CC) and $(CXX) from the
14679 environment, so that someone can do "CC=gcc configure; make" and
14680 have it work right (matching the way that autoconf works now)
14681
14682 * configure.in, Makefile.in: add support for gash, the tcl
14683 interface to Galaxy
14684
14685 * config.guess: add NetBSD variants (hp300, x86)
14686
14687Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14688
14689 * install.sh: Support -d option (in the manner of SunOS 4 install,
14690 as it is more deterministic than that of GNU install)
14691 (chmodcmd): Set file to mode 755 by default (should also do default
14692 chgrp and chown, but I don't feel like dealing with that now)
14693
14694Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14695
14696 * config.sub: Remove h8300hhms alias.
14697
14698Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14699
14700 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14701
14702Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14703
14704 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14705 as stmp-fixinc
14706
14707Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14708
14709 * config.sub: recognize m88110-bug-coff.
14710
14711Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14712
14713 * Makefile.in (all-libio): all dependencies on the toolchain used
14714 to build this (gcc, gas, ld, etc)
14715
14716Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14717
14718 * config.guess: Deal with OSF/1 1.3 on alpha.
14719
14720Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14721
14722 * install.sh: add some 'else true' clauses for portability
14723
14724 * configure.in: don't build libio for h8[35]00-*-* targets
14725
14726Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14727
14728 * Makefile.in: Add support for new libio.
14729
14730Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14731
14732 * install.sh: If one command fails, don't try the rest. Don't try
14733 to remove $dsttmp (via trap) unless we have already created it.
14734 If $src doesn't exist, detect it and exit with an error.
14735
14736 * config.guess: Recognize BSD on hp300.
14737
14738Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14739
14740 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14741 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14742
14743Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14744
14745 * Makefile.in (all-send-pr): depends on all-prms
14746
14747Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14748
14749 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14750
14751Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14752
14753 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14754 Added test for mips-mips-riscos5.
14755
14756Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14757
14758 * configure.in: use mh-hp300 for 68k HP hosts
14759
14760Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14761
14762 * configure: add support for CONFIG_SHELL, so that you can use
14763 some alternate shell for evaluating configure scripts
14764
14765Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14766
14767 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14768 in configure script to bug-gdb@prep.ai.mit.edu when building
14769 distribution archive.
14770 * Makefile.in (COMPRESS): Remove def.
14771 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14772 gdb.tar.Z and make-gdb.tar.Z respectively.
14773 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14774 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14775 to convergence with 'taz' target in Makefile.in.
14776
14777Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14778
14779 * install.sh (dsttmp): use trap to ensure that tmp files go
14780 away on error conditions
14781
14782Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14783
14784 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14785
14786Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14787
14788 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14789 its parent is '/' not ''.
14790
14791 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14792
14793Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14794
14795 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14796 that ${newsrcdir}/configure.in does.
14797
14798Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14799
14800 * test-build.mk: support for CONFIG_SHELL
14801
14802Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14803
14804 * config.sub (netware): Add as a basic system type.
14805
14806Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14807
14808 * Makefile.in (Makefile): depend on configure.in. Also drop the
14809 $(srcdir)/ from the dependency on Makefile.in.
14810
14811Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14812
14813 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14814 (h8300hhms is temporary until multi-libraries are implemented).
14815 * configure.in: Handle h8300h too.
14816
14817Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14818
14819 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14820
14821Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14822
14823 * configure: Remove extraneous output when guessing host type.
14824 * config.guess: Remove extraneous output when guessing using C
14825 compiler rather than uname, or when guessing fails.
14826
14827Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14828
14829 * Makefile.in: remove all.cross and install.cross targets
14830
14831 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14832 definitions
14833
14834Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14835
14836 * configure.in (target sh): Build gprof.
14837
14838Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14839
14840 * config.sub: change -solaris to -solaris2
14841
14842Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14843
14844 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14845
14846Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14847
14848 * configure: Correct error message for missing Makefile.in to
14849 print correct directory.
14850
14851Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14852
14853 * install.sh: kludge around 386BSD shell bug
14854
14855Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14856
14857 * config.guess: Recognize NeXT.
14858 * config.guess: Recognize i486-ncr-sysv4.
14859 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14860
14861Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14862
14863 * Makefile.in (MAKEINFOFLAGS): New variable.
14864 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14865 * build-all.mk, test-build.mk: Pass down --no-split as
14866 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14867
14868Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14869
14870 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14871
14872Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14873
14874 * Makefile.in (libg++.tar.z): New rule.
14875 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14876 * Makefile.in (taz): Only do a single chmod.
14877
14878Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14879
14880 * install.sh: don't use dirname anymore (replaced with sed usage)
14881
14882Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14883
14884 * Makefile.in: Change extension for gzip'd files from '.z' to
14885 '.gz' per new FSF standard usage.
14886
14887Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14888
14889 * configure: put quotes around the final value of program_transform_name
14890
14891Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14892
14893 * Makefile.in: new install.sh support; update install-info rules
14894
14895Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14896
14897 * configure.in: Build diff for crosses, but not for go32 host.
14898
14899 * configure.in: Build gprof only for native, and don't build it
14900 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14901
14902Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14903
14904 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14905
14906Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14907
14908 * configure.in (host_tools): Add prms.
14909
14910Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14911
14912 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14913 with $(FLAGS_TO_PASS) on the command line
14914
14915 * config.sub: Recognize lynx and lynxos
14916
14917Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14918
14919 * config.sub: Accept -ecoff*, not just -ecoff.
14920
14921Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14922
14923 * Makefile.in (taz): Use .gz suffix instead of .z.
14924 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14925 names.
14926
14927Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14928
14929 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14930
14931Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14932
14933 * Makefile.in (install-no-fixedincludes): install gcc last, so
14934 that rebuilds that might happen during 'make install' don't get
14935 bogus gcc include files
14936
14937Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14938
14939 Change from Utah for HPPA support:
14940 * config.guess: Recognize hppa1.x-hp-bsd.
14941
14942Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14943
14944 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14945 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14946
14947Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14948
14949 * config.sub: Add support for rom68k and bug boot monitors.
14950
14951Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14952
14953 * Makefile.in: Make all-opcodes depend on all-bfd.
14954
14955Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14956
14957 * config.guess: Added special check for i[34]86-univel-sysv4*.
14958
14959Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14960
14961 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14962 the processor rather than assuming i486.
14963
14964Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14965
14966 * config.guess: Recognize SunOS6 as Solaris3.
14967
14968Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14969
14970 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14971 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14972
14973Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14974
14975 * build-all.mk (all-cross): New target for Canadian Cross.
14976 Added Q2 go32 targets.
14977 * test-build.mk: Configure go32 cross sparclite-aout and
14978 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14979 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14980
14981Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14982
14983 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14984 GO32 hosted toolchains
14985
14986Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14987
14988 * configure: change so "-exec-prefix" gets passed down rather
14989 than "-exec_prefix" so autoconf generated Makefiles get the
14990 exec_prefix set right.
14991
14992Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14993
14994 * config.guess: get the Solaris2 minor version number
14995
14996 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14997
14998Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14999
15000 * config.guess: Recognize some Sequent platforms.
15001
15002Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15003
15004 * Makefile.in: added the vault-install target
15005
15006 * configure.in: actually use the Sun3 makefile fragment that's in
15007 config, also added the release dir to configdirs
15008
15009Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15010
15011 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15012
15013Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15014
15015 * configure.in: remove some program from Alpha targetted toolchains
15016
15017Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15018
15019 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15020 gprof.
15021 (taz): Run "make diststuff" in those directories instead of "make
15022 proto-dir". Look for "VERSION=" only at start of line in subdir
15023 Makefile. Use "gzip -9" for compression.
15024 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15025 (binutils.tar.z): New target.
15026
15027Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15028
15029 * Makefile.in (taz): Include gpl.texinfo.
15030
15031Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15032
15033 * Makefile.in (setup-dirs): Merged into "taz" target.
15034 (taz): Only do `proto-dir' stuff if a directory is actually needed
15035 for this target.
15036
15037Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15038
15039 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15040 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15041 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15042 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15043 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15044
15045Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15046
15047 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15048 config.sub, and move-if-change to gdb testsuite distribution
15049 archive, so the testsuite can be extracted, configured, and
15050 run separately from the gdb distribution. Blow away the Chill
15051 tests that require a Chill compiled executable, since GNU Chill
15052 is not yet publically available.
15053
15054Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15055
15056 * test-build.mk: set environment variables in a single command,
15057 instead of a list of assignments and exports
15058
15059 * config.guess: recognize Alpha/OSF1 systems
15060
15061Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15062
15063 * configure: Change help message to prefer --options rather than
15064 -options.
15065
15066Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15067
15068 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15069 zippy@ecst.csuchico.edu.
15070 * config.guess: Recognize miniframe.
15071
15072Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15073
9eb322aa
MF
15074 * Makefile.in: Use srcroot to find runtest rather than rootme.
15075 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15076
15077Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15078
15079 * test-build.mk: Extensive additions to support building on a
15080 machine other than the host.
15081
15082Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15083
15084 * configure (tooldir): Fix for i386-aix again.
15085
15086Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15087
15088 * configure, Makefile.in: Change definition of $(tooldir)
15089 to match the FSF.
15090
15091Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15092
15093 * config.guess: Recognize i[34]86/SVR4.
15094
15095Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15096
15097 * Makefile.in (all-gdb): gdb depends on sim.
15098
15099Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15100
15101 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15102 at the same time we make the prototype gdb directory.
15103 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15104 files at the same time as the gdb base release distribution.
15105
15106Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15107
15108 * Makefile.in (check): Use individual check targets rather than
15109 DO_X rule.
15110 (check-gcc): Added.
15111
15112Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15113
15114 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15115 for System V release 3.2.
15116
15117Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15118
15119 * config.sub: Recognize hppaosf.
15120 * configure.in: Do configure ld/binutils/gas for it.
15121
15122Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15123
15124 * configure (tooldir): Alter syntax used to set this, for systems
15125 where "\$" isn't handled right, like i386-aix.
15126
15127Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15128
15129 * configure: Pass program-transform-name, not
15130 program_transform_name, to recursive configures.
15131
15132Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15133
15134 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15135 of gas+ld+binutils.
15136
15137Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15138
15139 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15140
15141Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15142
15143 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15144
252b5132
RH
15145Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15146
15147 * Makefile.in (PRMS): Set back to all-prms.
15148
15149Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15150
15151 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15152 targets, rather than for MIPS hosts.
15153
15154Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15155
15156 * configure.in: add comment for --with-x default values
15157
15158 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15159
15160 * Makefile.in: add check-* targets for each of the directories in
15161 the tree. Add a definition of RUNTEST that will use the one we
15162 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15163
15164Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15165
15166 * configure.in: Removed obsolete references to bfd_target and
15167 target_makefile_frag.
15168
15169 * build-all.mk: Set assorted targets for Q2.
15170 * config.sub: Recognize z8k-sim and h8300-hms.
15171 * test-build.mk: Really don't pass host to configure.
15172 (HOLES): Added uname.
15173
15174Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15175
15176 * configure: Handle an empty program-prefix, program-suffix or
15177 program-transform-name correctly.
15178
15179Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15180
15181 * build-all.mk: -G 8 no longer required for MIPS targets.
15182 * test-build.mk: Don't pass host argument to configure; make it
15183 guess.
15184
15185Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15186
15187 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15188 * Makefile.in (COMPRESS): New macro, like GZIP.
15189
15190Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15191
15192 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15193
15194 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15195 with gas currently defaults to -G 0.
15196
15197Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15198
15199 * Makefile.in (all-flex): flex depends on byacc.
15200
15201 * build-all.mk: If host not specified, use config.guess. Pass TAG
15202 to test-build.mk as RELEASE_TAG.
15203 * test-build.mk (configargs): New variable containing arguments to
15204 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15205 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15206
15207 * config.guess: Use /bin/uname when checking -X argument on SCO,
15208 to avoid invoking GNU uname which doesn't understand -X.
15209
15210 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15211
15212 * configure.in: Build gas for mips-*-*.
15213
15214Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15215
15216 * Makefile.in (all.normal): insert missing backslash.
15217
15218Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15219
4bddf3ad 15220 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15221
15222 * Makefile.in: Complete overhaul to merge many almost identical
15223 targets.
15224
15225Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15226
15227 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15228 (gdb.tar.Z): Adjusted.
15229
15230 * Makefile.in (setup-dirs, taz): New targets; should be general
15231 enough to adapt for gdb sometime. Build only .z file.
15232 (gas.tar.z): New target.
15233
15234Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15235
15236 * build-all.mk: Use CC=cc -Xs on Solaris.
15237
252b5132
RH
15238Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15239
15240 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15241 for handling BISON for FSF releases.
15242
15243Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15244
15245 * configure: Actually implement the change zoo just documented.
15246
15247Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15248
15249 * configure: when using config.guess, only set target_alias when
15250 it's not already been set (ie, on the command line)
15251
15252Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15253
15254 * Makefile.in: add installcheck target, set PRMS to install-prms
15255
15256Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15257
15258 * configure: add support for package_makefile_fragment, handle the
15259 case where a directory has a configure.in file but no Makefile.in
15260 more gracefully (with an actual understandable error message, even);
15261 add support for --without (and add this to the usage message); also
15262 explicitly add a --host=${host_alias} to the command line when
15263 config.guess is used
15264
15265Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15266
15267 * configure: Must use both --host and --target in recursive calls.
15268
15269Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15270
15271 * Makefile.in: Change deja-gnu to dejagnu.
15272
15273Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15274
15275 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15276
15277Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15278
15279 * configure.in: canonicalize all instances to *-*-solaris2*,
15280 also strip out a number of tools to not build for go32 host
15281
15282Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15283
15284 * config.guess: add GPL.
15285
15286 * Makefile.in, config.guess, config.sub, configure: bump
15287 copyrights to 93.
15288
15289Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15290
15291 * Makefile.in (do-info): Removed obsolete check for existence of
15292 localenv file.
15293
15294 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15295
15296Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15297
15298 * Makefile.in: a couple of 'else true' for decstation,
15299 support for TclX
15300
15301 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15302
15303Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15304
15305 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15306
15307Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15308
15309 * config.guess: Recognize i386-ibm-aix (PS/2).
15310 * configure.in: Use config/mh-aix386 file for it.
15311
15312Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15313
15314 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15315 CC_FOR_TARGET instead.
15316 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15317
15318Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15319
15320 * Makefile.in: Add sim to list of directories sent with gdb
15321
15322Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15323
15324 * configure.in: Put back mips-dec-bsd* case.
15325
15326Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15327
15328 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15329 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15330 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15331
15332Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15333
15334 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15335
15336 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15337 (install-info): install dir.info only if it exists,
15338 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15339
15340Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15341
15342 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15343 gas for mips-dec-bsd.
15344
15345Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15346
15347 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15348 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15349
15350Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15351
15352 * configure.in: Added "dejagnu" to hosttools list.
15353
15354Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15355
15356 * config.sub, configure.in, config.guess: Add support
15357 for Bosx, an AIX variant from Bull.
15358 Patches from F.Pierresteguy@frcl.bull.fr.
15359
15360Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15361
15362 * devo/dejagnu: Initial creation of devo/dejagnu.
15363 Migrated dejagnu testcases and support files for testing software
15364 tools to reside as subdirectories, currently called "testsuite",
15365 within the directory of the software tool. Migrated all programs,
15366 support libraries, etc. beloging to dejagnu proper from
15367 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15368 with no modifications. The changes to these files which will
15369 allow them to configure, build, and execute properly will be made
15370 in a future update.
15371
15372Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15373
15374 * Makefile.in: Change send_pr to send-pr.
15375 * configure.in: Likewise.
15376 * send_pr: Renamed directory to send-pr.
15377
15378Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15379
15380 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15381
15382Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15383
15384 * README: Update for gdb-4.8 release.
15385 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15386 gdb-xxx.tar.z (gzip'd) file also.
15387
15388Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15389
15390 * Makefile.in: make all-diff depend on all-libiberty
15391
15392Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15393
15394 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15395
15396Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15397
15398 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15399
15400Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15401
15402 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15403 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15404 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15405
15406Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15407
15408 * Makefile.in: makeinfo binary is in a new location
15409
15410Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15411
15412 * config.sub: Accept -ecoff as an OS.
15413
15414 * Makefile.in: Various changes to eliminate a level of make
15415 recursion and reduce the required command line length.
15416 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15417 sub-makes.
15418 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15419 variables holding settings for specific sub-makes.
15420 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15421 in terms of BASE_FLAGS_TO_PASS.
15422 (TARGET_LIBS): New variable listing directories which use
15423 TARGET_FLAGS_TO_PASS.
15424 (subdir_do): Eliminated.
15425 (do-*): New set of targets to replace subdir_do.
15426 (various): All targets which used subdir_do now depend on do-*.
15427 (local-clean): Renamed from do_clean.
15428 (local-distclean): New target, dependency of distclean and
15429 realclean.
15430 (install-info): Don't create directories. Depend on dir.info
15431 rather than calling make recursively.
15432 (install-dir.info): Eliminated.
15433 (install-info-dirs): Create all info directories here.
15434 (dir.info): Depend upon do-install-info.
15435
15436 * test-build.mk (HOLES): Added false.
15437
15438Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15439
15440 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15441
15442Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15443
15444 * Makefile.in (info): remove dependency on all-texinfo. The
15445 problem was really in texinfo/C, not at this level.
15446
15447Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15448
15449 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15450
15451Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15452
15453 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15454 GDB releases.
15455
15456Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15457
15458 * configure: Include srcdir in message about target of link not
15459 being found. Don't convert `-' to `_' in `with' options being
15460 passed to subdirs.
15461
15462Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15463
15464 * configure.in: add uudecode to host_tools
15465
15466 * Makefile.in: added {all,install}-uudecode targets, added them to
15467 the appropriate lists
15468
15469Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15470
15471 * Makefile.in (all-gcc): Added dependency on all-gas.
15472
15473 * configure.in (mips-*-*): Build ld and binutils.
15474
15475Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15476
15477 * configure: check return code from mkdir, print error message and
15478 exit on failure.
15479
15480Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15481
15482 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15483
15484Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15485
15486 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15487
15488Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15489
15490 * config.sub (h8500): Recognize this as a cpu type.
15491
15492Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15493
15494 * configure: source directory missing is no longer a warning
15495
15496 * configure.in: recognize irix[34]* instead of irix[34]
15497
15498 * Makefile.in: define and pass down X11_LIB
15499
252b5132
RH
15500Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15501
15502 * guess-systype: Renamed to ...
15503 * config.guess: ... by popular request.
15504 * configure.in, Makefile.in: Update accordingly.
15505
15506Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15507
15508 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15509 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15510 + Execute ./dummy instead of assuming . is in PATH.
15511
15512Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15513
15514 * guess-systype: New shell script. Attempts to guess the
15515 canonical host name of the executing host.
15516 Only a few hosts are supported so far.
15517 * configure: Call guess-systype if no host is specified.
15518
15519Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15520
15521 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15522 gcc Makefile.
15523
15524
15525Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15526
15527 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15528 (all-gcc, install-gcc, subdir_do): Use it.
15529
15530Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15531
15532 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15533
15534Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15535
15536 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15537 set exclusively by configure, using configure.in .
15538
15539Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15540
15541 * test-build.mk: set $PATH for all builds
15542
15543 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15544
15545Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15546
15547 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15548 the one used in gcc/Makefile.in, so that a null expansion doesn't
15549 override the one needed to build gcc with a native cc.
15550
15551
15552Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15553
15554 * configure: Accept -with arguments.
15555
15556Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15557
15558 * Makefile.in: added h8300sim
15559
15560Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15561
252b5132
RH
15562 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15563 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15564 (all-cygnus, native, build-cygnus): Make
15565 $(canonhost)-stamp-3stage-done, not $(host)....
15566 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15567 i386-sco3.2v4. Added else true to if command.
15568
15569Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15570
15571 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15572
15573Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15574
15575 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15576
15577Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15578
15579 * configure.in: don't remove binutils from Solaris builds
15580
15581Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15582
15583 * Makefile.in: get rid of earlier definitions for *clean,
15584 also handle the recursive info rule better
15585
15586Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15587
15588 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15589 do more-or-less the right thing.
15590
15591Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15592
15593 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15594 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15595
15596Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15597
15598 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15599 $(host_canonical).
15600
15601 * configure.in: split the configdirs list into 4 categories (native
15602 v. cross, library v. tool) and handle the cross-only and native-
15603 only in more reasonable (and correct!) way.
15604
15605Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15606
15607 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15608 configdirs anymore.
15609
15610Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15611
15612 * Makefile.in: extensive cleanup:: removed all of the explicit
15613 clean-* targets, collapsed many wrappers around subdir_do into
15614 one, added additional targets to satisfy standards.texi, deleted
15615 some old targets, some changes for consistency
15616
15617Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15618
15619 * configure.in: handle some programs as cross-only, and others as
15620 native only
15621
15622 * test-build.mk: handle partial holes in a more generic manner
15623
15624 * Makefile.in: m4 depends on libiberty
15625
252b5132
RH
15626Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15627
15628 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15629 time, wdiff, and find to configdirs
15630
15631 * Makefile.in: all, clean, and install rules for the new programs
15632 added to configure.in
15633
15634Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15635
15636 * configure.in: use mh-sun for all *-sun-* hosts
15637
252b5132
RH
15638Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15639
15640 * Makefile.in: define flags for X11 include files and library file
15641 locations, pass them down to the programs that need this info
15642
15643 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15644
252b5132
RH
15645Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15646
15647 * configure.in: start building libg++ for HP-UX targets
15648
15649Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15650
15651 * README: Update references to files moved into etc/.
15652
15653Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15654
15655 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15656 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15657
15658Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15659
15660 * configure: accept dash as well as underscore in long option
15661 names for FSF compatibility.
15662
15663Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15664
15665 * config.sub: added -sco3.2v4 support from FSF.
15666
15667Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15668
15669 * configure.in: expand the section that adds or removes
15670 directories from the list of programs to build, to handle native
15671 vs. cross in addition to host v. native
15672
15673Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15674
15675 * Makefile.in: Replace C++ in macro names with CXX.
15676 This is less likely to break ...
15677
15678Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15679
15680 * test-build.mk: add -w to GNU_MAKE
15681
15682Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15683
15684 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15685 add 'sparc' to list of recognized cpus. This needed to make
15686 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15687 Delete some redundant ose68 variants. Recognize -wrs as an os,
15688 then changes that into $CPU-wrs-vxworks.
15689
15690 * configure.in: remove most references to gdbtest, regularize
15691 target based program removal
15692
15693 * test-build.mk: import from p3 tree (many fixes and changes)
15694
15695Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15696
15697 * Makefile.in: added rules to handle tcl, tk, and expect
15698
15699 * configure.in: handle those directories if they exist
15700
15701Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15702
15703 * config.sub: removed bogus hppabsd and hppahpux names, since
15704 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15705
15706Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15707
15708 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15709 depends upon all-xiberty
15710
15711 * Makefile.in: changes from p3, including:
15712
15713 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15714
15715 * Makefile.in (XTRAFLAGS): include newlib directories if
15716 newlib/Makefile exists, rather than if host != target.
15717
15718 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15719
15720 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15721 from the same source tree and not building a cross-compiler. This
15722 matters for the libg++ configuration if reconfiguring a tree that
15723 has already been installed.
15724
15725 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15726
15727 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15728 pick up the machine and system specific header files.
15729
15730 * Makefile.in: added AS_FOR_TARGET, passed down in
15731 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15732 the C compiler to use to create programs which are run in the
15733 build environment, set it to default to $(CC), and passed it down
15734 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15735
15736 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15737
15738 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15739 We need them for unusual native builds, like systems without
15740 ranlib.
15741
15742 * configure: also define $(host_canonical) and
80413487
RH
15743 $(target_canonical), which are the full, canonical names for the
15744 given host and target
252b5132
RH
15745
15746Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15747
15748 * Makefile.in: Added separate definitions for C++.
15749
15750Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15751
15752 * configure.in (configdirs): Add deja-gnu.
15753
15754Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15755
15756 * README: Update for configure.texi and gdb-4.7 release.
15757
15758Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15759
15760 * Makefile.in: Move "all" target to top of file.
15761 Previously, first target was ".PHONY" which caused BSD4.4 make
15762 to build .PHONY when make was run without arguments.
15763
15764Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15765
15766 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15767 Library-copylefted code in libiberty.
15768
15769Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15770
15771 * config.sub: Replace m68kmote with plain old m68k.
15772
15773Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15774
15775 * Makefile.in: Remove space from blank line, avoid Make complaints.
15776
15777Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15778
15779 * config.sub: Complain if no argument is given. Added support for
15780 386bsd as OS and target alias.
15781
15782Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15783
15784 * Makefile.in (XTRAFLAGS): include newlib directories if
15785 newlib/Makefile exists, rather than if host != target.
15786
15787Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15788
15789 * config.sub: recognize sparclite-wrs-vxworks.
15790
15791 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15792 p3.) Added clean-xiberty to clean.
15793
15794Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15795
15796 * configure.in: use *-*-* instead of nested cases for host and target
15797
15798Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15799
15800 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15801 from the same source tree and not building a cross-compiler. This
15802 matters for the libg++ configuration if reconfiguring a tree that
15803 has already been installed.
15804
15805Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15806
15807 * config.sub (i486v/i486v4): Merge in from FSF version.
15808
15809Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15810
15811 * configure: only set PWD if it is already set.
15812
15813Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15814
15815 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15816 doesn't have unset and all success paths (and most error paths)
15817 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15818 to just ${PWD} to avoid confusion.)
15819
15820Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15821
15822 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15823 even for a native compilation.
15824
15825Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15826
15827 Changes to make the gdb.tar.Z rule work better.
15828
15829 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15830 (DEVO_SUPPORT): Add configure.texi.
15831 (bfd-ilrt.tar.Z): Remove ancient rule.
15832
15833Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15834
15835 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15836 pick up the machine and system specific header files.
15837
15838 * configure.in, config.sub: added new target m68010-adobe-scout,
15839 with alias of adobe68k. Changed configure.in to check for
15840 -scout before -sco* to avoid a false match.
15841
15842 * Makefile.in: added AS_FOR_TARGET, passed down in
15843 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15844 the C compiler to use to create programs which are run in the
15845 build environment, set it to default to $(CC), and passed it down
15846 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15847
15848Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15849
15850 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15851 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15852 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15853 FOR_TARGET variants, to newlib and libg++.
15854
15855Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15856
15857 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15858 first.
15859
15860Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15861
15862 * config.sub: Accept `elf' as an environment.
15863
15864Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15865
15866 * Makefile.in (all-opcodes): cd into the right directory
15867
15868Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15869
15870 * configure: added -program_transform_name option, used as
15871 argument to sed when installing programs.
15872 configure.texi: added documentation for -program_prefix,
15873 -program_suffix and -program_transform_name.
15874
15875Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15876
15877 * config.sub: Accept i486 where i386 ok.
15878
15879Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15880
15881 * config.sub: accept we32k
15882
15883Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15884
35590697 15885 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15886
15887 * Makefile.in: don't create all directories for ``make install'';
15888 let the subdirectories create the ones they need.
15889
15890Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15891
80413487 15892 * COPYING: new file, GPL v2
252b5132
RH
15893
15894Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15895
15896 * Makefile.in: use the new gen-info-dir, which needs a template
15897 argument (which also lives in texinfo)
15898
15899 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15900
252b5132
RH
15901Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15902
15903 * config.sub (ncr3000): Change i386 to i486.
15904
15905Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15906
15907 * Makefile.in: add install-rcs, install-grep to
15908 install-no-fixedincludes, removed install-bison and install-libgcc
15909
15910Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15911
15912 * configure.in: grab the HPUX makefile fragment if on HPUX
15913
15914Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15915
15916 * Makefile.in: eradicate bison spoor (ditto libgcc).
15917 configure.in: recognise m68{k,000}-ericsson-OSE.
15918 es1800 is alias for m68k-ericsson-OSE
15919
15920Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15921
15922 * configure.in: rearrange the parts that remove programs from
15923 configdirs, based now on HOST==TARGET or by canonical triple.
15924
15925Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15926
15927 * test-build.mk: recurse explicitly with -f test-build.mk when
15928 appropriate. predicate stage3 and comparison on the existence
15929 of gcc. That is, if gcc isn't around, we aren't three-staging.
15930 On very clean, also remove ...stamp-co. Build in-place before
15931 doing other builds.
15932
15933Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15934
15935 * Makefile.in, configure.in: add tgas
15936
15937Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15938
15939 * Makefile.in: a number of changes merged in from progressive.
15940
15941 * configure.in: add libm.
15942
15943 * .cvsignore: ignore some stuff that comes from test-build.mk.
15944
252b5132
RH
15945Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15946
15947 * config.sub: Add es1800 (m68k-ericsson-es1800).
15948
15949Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15950
15951 * configure: Add program_suffix (parallel to program_prefix)
15952 * Makefile.in: adjust directory-creating script for losing decstation
15953
15954Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15955
15956 * configure: Minor $subdir-related fixes.
15957
15958Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15959
15960 * configure: fix various problems with propogating
15961 makefile_target_frag in subdirs.
15962 * configure.in: config libgcc if its there
15963
15964Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15965
15966 * config.sub: HPPA merge.
15967
252b5132
RH
15968Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15969
15970 * Makefile.in: Replace all-bison with all-byacc in all
15971 dependency lines for other tools (which now use byacc).
15972
15973Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15974
15975 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15976
252b5132
RH
15977Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15978
15979 * Makefile.in: make gprof rules similar to byacc rules (instead of
15980 vestigal $(unsubdir) that didn't work...)
15981
15982Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15983
15984 * config.sub: Add support for Linux.
15985 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15986 (at least for libg++).
15987
15988Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15989
15990 * configure.texi: fix doc for the -nfp option to configure
15991
15992Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15993
15994 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15995
15996Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15997
15998 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15999 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16000 * configure.in: added solaris* host_makefile_frag hook.
16001
16002Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16003
16004 * config.sub: changed recognition of m68000 so that various
16005 m68k types can be specified via m680[01234]0
16006
16007Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16008
16009 * config.sub (basic_machine): fix sed so that '-foo' isn't
16010 completely substituted out while .+'-foo' loses the '-foo'
16011
16012Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16013
16014 * config.sub ($os): Add -aout.
16015
16016Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16017
16018 * configure: If host_makefile_frag is absolute, don't
16019 prefix ${invsubdir} (relevant to libg++ auto-configure).
16020
16021Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16022
16023 * Makefile.in (tooldir): Define it.
16024 (all-ld): Depend on all-flex.
16025
16026Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16027
16028 * Makefile.in (check): Fix libg++ special case.
16029
16030Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16031
16032 * configure: do not bury `pwd` into config.status, thus do fewer
16033 pwd's.
16034
16035 * configure: print the "Building in" message only when building in
16036 other than "." AND verbose.
16037
16038 * configure: remove -s, rework -v to better accomodate guested
16039 configures.
16040
16041 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16042
16043Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16044
16045 * Makefile.in: macroize flags passed on recursion. remove
16046 fileutils.
16047
16048Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16049
16050 * configure: get makesrcdir right for subdirs deeper than 1.
16051
16052 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16053 install.
16054
16055Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16056
16057 * Makefile.in: don't print subdir_do or recursion lines.
16058
16059Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16060
16061 * standards.texi: added menu item.
16062
16063 * Makefile.in: build and install standards.info.
16064
16065 * standards.texi: new file.
16066
16067Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16068
16069 * configure: test for and move config.status pieces from
16070 ${subdir}/.
16071
16072Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16073
252b5132
RH
16074 * configure: Test for existance of files before trying to mv
16075 them, to avoid numerous non-existance messages.
16076
16077Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16078
16079 * configure: correct final line of config.status.
16080
16081 * configure: patch from eggert. Avoids a protection problem if
16082 the original Makefile.in is read only.
16083
16084 * configure: use move-if-change from gcc to create config.status.
16085 Some makefiles depend on config.status to tell if a directory
16086 has been reconfigured for a different host. This change
16087 prevents those directories from remaking everything in the case
16088 where the reconfig was only intended to rebuild a Makefile.
16089
16090 * configure: test for config.sub with "config.sub sun4" rather
16091 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16092 host alias from a missing config.sub.
16093
16094Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16095
16096 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16097 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16098
16099Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16100
16101 * configure: mkdir ${subdir} as needed.
16102
16103Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16104
16105 * Makefile.in,configure.in: added autoconf.
16106
16107Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16108
16109 * Makefile.in: no longer pass against on recursion.
16110
16111 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16112 definitions are not inherited.
16113
16114 * configure: correct makesrcdir when subdir is .
16115
16116Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16117
16118 * configure: Add support for 'subdirs' variable, which is
16119 like 'configdirs', except that configure doesn't re-invoke
16120 itself for subdirs, it just creates a Makefile for each subdir.
16121 * configure.texi: Document subdirs.
16122
16123Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16124
16125 * configure.in: added flex to configdirs
16126
16127Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16128
16129 * Makefile.in: remove clean-stamps from clean.
16130
16131Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16132
16133 * configure.in: Add gdbtest to configdirs.
16134
16135Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16136
16137 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16138 to recursive makes.
16139 * configure.in: Recognize new ncr3000 config.
16140
16141Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16142
16143 * Makefile.in, configure.in: removed references to gdbm.
16144
16145Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16146
16147 * config.sub: Don't canonicalize os value
16148 newsos* to bsd (readline needs to check for newsos).
16149 (This fix was earlier made Jan 31, but got re-broken.)
16150
16151Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16152
16153 * configure.in: sco is an os, not a vendor!
16154
16155 * configure: Quote $( better. Keep various shells happy.
16156
16157Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16158
16159 * Makefile.in: eliminate stamp-files.
16160
16161Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16162
16163 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16164 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16165
16166Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16167
16168 * config.sub: fix iris/iris3.
16169
16170Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16171
16172 * configure: re-add -rm.
16173
16174Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16175
16176 * Maskefile.in: add .stmp-rcs to all.
16177
16178 * configure.in: remove gas from rs6000 build, use aix host fragment.
16179
16180Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16181
16182 * configure: pass down site_option during recursion.
16183
16184Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16185
16186 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16187
16188Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16189
16190 * configure: Change exec_prefix so that it really defaults to prefix.
16191
16192Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16193
16194 * Makefile.in, configure.in: Add support for mmalloc library.
16195
16196Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16197
16198 * Makefile.in: add stmp dependencies for a few more things.
16199
16200Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16201
16202 * configure: adjusted error message on objdir/srcdir configure
16203 collision, per john's suggestion.
16204
16205 * Makefile.in: add libiberty stmp to all and all.cross.
16206
16207Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16208
16209 * Makefile.in: remove force dependencies, add grep to all.
16210
16211Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16212
16213 * Makefile.in: drop flex. make stamp files work.
16214
16215 * configure: added test for conflicting configuration in srcdir,
16216 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16217 gets cranky. use relative paths for configure and srcdir
16218 whenever possible. Send some error messages to stderr that were
16219 going to stdout.
16220
16221Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16222
16223 * Makefile.in: Fix libg++ rule to check for gcc directory
16224 before using gcc/gcc. Also pass XTRAFLAGS.
16225
16226Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16227
16228 * Makefile.in: added stmp-files so that directories aren't polled
16229 when they are already built.
16230
16231 * configure.texi: fixed a node pointer problem.
16232
16233Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16234
4bddf3ad 16235 * config.sub configure.in gdb/configure.in
252b5132
RH
16236 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16237 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16238 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16239
16240Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16241
16242 * configure: -recurring becomes -silent. corrected help message
16243 for -site= option.
16244
16245 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16246
16247Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16248
16249 * configure: when building Makefile for crosses, replace
16250 tooldir and program_prefix. default srcdir from location of
16251 config.sub. remove "for host in hosts" and "for target in
16252 targets" loops.
16253
16254Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16255
16256 * Makefile.in: Do not pass bindir or mandir to cvs.
16257
16258Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16259
16260 * Makefile.in, configure.in: removed traces of namesubdir,
16261 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16262 copyrights to '92, changed some from Cygnus to FSF.
16263
16264 * configure.texi: remove most references to multiple hosts,
16265 multiple targets, subdirs, etc.
16266
16267 * configure.man: removed rcsid. reference config.sub not
16268 config.subr.
16269
16270 * Makefile.in: mkdir $(infodir) on install-info.
16271
16272Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16273
16274 * configure.texi: Explain better about .gdbinit and about
16275 the environment that configure.in sections run in.
16276
16277Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16278
16279 * configure.in: Ultrix is only a decstation if it's a MIPS.
16280
16281Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16282
16283 * README: DOC.configure => cfg-paper.texi.
16284
16285Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16286
16287 * config.sub (near case $os): Don't convert newsos* to bsd!
16288
16289Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16290
16291 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16292 the number of copies of COPYING that go into the GDB tar file.
16293
16294Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16295
4bddf3ad 16296 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16297 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16298 Fix SCO configuration stuff.
16299
16300Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16301
16302 * Makefile.in: For libg++, make sure the -I pointing
16303 to the gcc directory goes *after* all the libg++-local -I flags.
16304 Also, move just-gcc dependency from just-libg++ to all-libg++.
16305
16306Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16307
16308 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16309
16310Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16311
16312 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16313
16314Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16315
16316 * config.sub: Add stratus configuration frags. Also
16317 submitted to FSF.
16318
16319Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16320
16321 * Makefile.in (DEV_SUPPORT): add configure.man.
16322
16323 * config.sub(Decode manufacturer-specific): add -none*.
16324
16325Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16326
16327 * Makefile.in: remove form feeds to make Sun's make happy.
16328 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16329
16330Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16331
16332 * Makefile.in (AR_FLAGS): Make quieter.
16333
16334Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16335
16336 * configure.in: Add libg++.
16337 * configure: When verbose, don't output the command line at each
16338 level; it will be unremarkably the same as the previous version,
16339 which will be the same as what the user typed.
16340
16341Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16342
16343 * configure.in, Makefile.in: fix clean-info, add flex. add
16344 fileutils.
16345
16346 * configure: be less sensitive to spaces in Makefile.in. Do not
16347 look for sources in "..". Doing so breaks subdirectories that
16348 might have their own configure. If a subdir has it's own
16349 configure script, use it.
16350
16351Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16352
16353 * cfg-paper.texi: some changes suggested by rms.
16354
16355Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16356
16357 * config.sub: Merge in some small additions from the FSF version,
16358 taken from the gcc distribution, to bring the Cygnus and FSF
16359 versions into closer sync.
16360
16361Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16362
16363 * configure.in: Changed svr4 references to sysv4.
16364
16365Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16366
16367 * configure: added -V for version number option.
16368
16369Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16370
16371 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16372 renamed from DOC.configure to cfg-paper.texi.
16373
16374Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16375
16376 * configure, config.subr, config.sub: config.subr is now
16377 config.sub again.
16378
16379Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16380
16381 * configure.texi: new file, in progress.
16382
16383 * Makefile.in: build info file and install the man page for
16384 configure.
16385
16386 * configure.man: new file, first cut.
16387
16388 * configure: find config.subr again now that configuration "none"
16389 has gone. removed all traces of the -ansi option. removed all
16390 traces of the -languages option.
16391
16392 * config.subr: resync from rms.
16393
d932cae7 163941991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16395
16396 * configure, config.sub, config.subr: merge config.sub into
16397 config.subr, call the result config.subr, remove config.sub, use
16398 config.subr.
16399
16400 * Makefile.in: revised install for dir.info.
16401
d932cae7 164021991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16403
16404 * configure.in: add decstation host makefile frag.
16405
16406 * Makefile.in: BISON now bison -y again. also install-gcc on
16407 install. clean-gdbm on clean. infodir belongs in datadir.
16408 Make directories for info install. Build dir.info here then
16409 install it.
16410
d932cae7 164111991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16412
16413 * Makefile.in: fix for bad directory tests.
16414
d932cae7 164151991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16416
16417 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16418 regexp. -srcdir relative was being handled incorrectly.
16419
16420 * Makefile.in: unwrapped some for loops so that parallel makes
16421 work again and so one can focus one's attention on a particular
16422 package.
16423
d932cae7 164241991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16425
16426 * configure: added PWD as a stand in for `pwd` (for speed). use
16427 elif wherever possible. make -srcdir work without -objdir.
16428 -objdir= commented out.
16429
d932cae7 164301991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16431
16432 * configure: +options become --options. -subdirs commented out.
16433 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16434 Makefile now at top of generated Makefile. Removed cvs log
16435 entries. added -srcdir. create .gdbinit only if there is one
16436 in ${srcdir}.
16437
16438 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16439 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16440 and mandir now keyed off datadir by default.
16441
d932cae7 164421991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16443
16444 * Freshly created ChangeLog.
16445
16446\f
16447Local Variables:
16448mode: change-log
16449left-margin: 8
16450fill-column: 76
16451version-control: never
16452End: