GCC: Check if AR works with --plugin and rc
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
03c02f31
L
12021-01-11 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/27173
4 * configure: Regenerated.
5 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
6 --plugin and rc before enabling --plugin.
7
af019bfd
L
82021-01-09 H.J. Lu <hongjiu.lu@intel.com>
9
10 PR binutils/26766
11 * Makefile.tpl (BUILD_CFLAGS): New.
12 (CFLAGS): Append $(BUILD_CFLAGS).
13 (CXXFLAGS): Likewise.
14 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
15 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
16 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
17 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
18 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
19 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
20 (PGO-TRAINING-TARGETS): Likewise.
21 (PGO_BUILD_TRAINING): Likewise.
22 (all): Add '+' to the command line for recursive make. Support
23 the PGO build.
24 * configure.ac: Add --enable-pgo-build[=lto].
25 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
26 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
27 * Makefile.in: Regenerated.
28 * configure: Likewise.
29
50ad1254
L
302021-01-09 H.J. Lu <hongjiu.lu@intel.com>
31
32 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
33 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
34 * configure.ac: Include config/gcc-plugin.m4.
35 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
36 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
37 RANLIB if possible.
38 * Makefile.in: Regenerated.
39 * configure: Likewise.
40
055bc77a
NC
412021-01-09 Nick Clifton <nickc@redhat.com>
42
43 * 2.36 release branch crated.
44
f4782128
ST
452021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
46
47 * libtool.m4: Match gnu* along with other GNU systems.
48
16062162
AM
492021-01-07 Alan Modra <amodra@gmail.com>
50
51 * config.sub: Accept OS of eabi* and gnueabi*.
52
c59e30ed
NA
532021-01-05 Nick Alcock <nick.alcock@oracle.com>
54
55 * Makefile.def (libctf): No longer no_check. Checking depends on
56 all-ld.
57 * Makefile.in: Regenerated.
58
d750c713
NC
592021-01-05 Nick Clifton <nickc@redhat.com>
60
61 * libiberty: Sync with gcc. Bring in:
62 2021-01-04 Martin Liska <mliska@suse.cz>
63
64 * strverscmp.c: Convert to utf8 from iso8859.
65
66 2020-12-22 Jason Merrill <jason@redhat.com>
67
68 PR c++/67343
69 * cp-demangle.h (struct d_info): Add unresolved_name_state.
70 * cp-demangle.c (d_prefix): Add subst parm.
71 (d_nested_name): Pass it.
72 (d_unresolved_name): Split out from...
73 (d_expression_1): ...here.
74 (d_demangle_callback): Maybe retry with old sr mangling.
75 * testsuite/demangle-expected: Add test.
76
77 2020-12-21 Jason Merrill <jason@redhat.com>
78
79 * cp-demangle.c (d_expression_1): Recognize qualified-id
80 on RHS of dt/pt.
81 * testsuite/demangle-expected: Add test.
82
83 2020-12-21 Jason Merrill <jason@redhat.com>
84
85 * cp-demangle.c (d_unqualified_name): Clear is_expression.
86 * testsuite/demangle-expected: Add tests.
87
88 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
89
90 * configure: Regenerate.
91 * configure.ac: Avoid using sanitizer.
92
93 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
94
95 * rust-demangle.c (struct rust_demangler): Add
96 skipping_printing and bound_lifetime_depth fields.
97 (eat): Add (v0-only).
98 (parse_integer_62): Add (v0-only).
99 (parse_opt_integer_62): Add (v0-only).
100 (parse_disambiguator): Add (v0-only).
101 (struct rust_mangled_ident): Add punycode{,_len} fields.
102 (parse_ident): Support v0 identifiers.
103 (print_str): Respect skipping_printing.
104 (print_uint64): Add (v0-only).
105 (print_uint64_hex): Add (v0-only).
106 (print_ident): Respect skipping_printing,
107 Support v0 identifiers.
108 (print_lifetime_from_index): Add (v0-only).
109 (demangle_binder): Add (v0-only).
110 (demangle_path): Add (v0-only).
111 (demangle_generic_arg): Add (v0-only).
112 (demangle_type): Add (v0-only).
113 (demangle_path_maybe_open_generics): Add (v0-only).
114 (demangle_dyn_trait): Add (v0-only).
115 (demangle_const): Add (v0-only).
116 (demangle_const_uint): Add (v0-only).
117 (basic_type): Add (v0-only).
118 (rust_demangle_callback): Support v0 symbols.
119 * testsuite/rust-demangle-expected: Add v0 testcases.
120
121 2020-11-13 Seija Kijin <doremylover456@gmail.com>
122
123 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
124
125 2020-11-11 Patrick Palka <ppalka@redhat.com>
126
127 PR c++/88115
128 * cp-demangle.c (d_print_comp_inner)
129 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
130 "operator " prefix for __alignof__.
131 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
132 operand of __alignof__.
133 * testsuite/demangle-expected: Test demangling for __alignof__.
134
135 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
136
137 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
138
139 2020-10-06 Martin Liska <mliska@suse.cz>
140
141 PR lto/97290
142 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
143 Use sh_link of a .symtab_shndx section.
144
5f8c2a15
AM
1452021-01-05 Alan Modra <amodra@gmail.com>
146
147 * config.guess: Import from upstream.
148 * config.sub: Likewise.
149
d6f26c9d
ML
1502020-12-16 Martin Liska <mliska@suse.cz>
151 Tom de Vries <tdevries@suse.de>
152
153 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
154 field. Add meter field.
155 (progressfn): Print progress using meter.
156
7ddfb1a8
EL
1572020-12-02 Enze Li <lienze2010@hotmail.com>
158
159 * .gitignore: Add gnu global outputs.
160
12bf6525
SM
1612020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
162
163 * .gitignore: Sync with gcc.
164
ce04ca31
AR
1652020-10-26 Andreas Rammhold <andreas@rammhold.de>
166
167 * src-release.sh: Use sha256sum instead of md5sum.
168
ba4d88ad
AB
1692020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * Makefile.in: Rebuild.
172 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
173 distclean-gdbserver.
174
f6720b1c
AM
1752020-07-24 Aaron Merey <amerey@redhat.com>
176
f6720b1c
AM
177 * configure: Rebuild.
178 * configure.ac: Remove AC_DEBUGINFOD.
179
b115b9fd
NC
1802020-07-04 Nick Clifton <nickc@redhat.com>
181
182 Binutils 2.35 branch created.
183
11104e42
SC
1842020-04-21 Stephen Casner <casner@acm.org>
185
186 PR 25830
187 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
188 * configure: Rebuild.
189
4635ff97
TT
1902020-03-12 Tom Tromey <tom@tromey.com>
191
192 * Makefile.in: Rebuild.
193 * Makefile.def (gdbserver): Depend on gdbsupport.
194
21329136
TT
1952020-03-12 Tom Tromey <tom@tromey.com>
196
197 * Makefile.in: Rebuild.
198 * Makefile.def (gdbsupport): Don't depend on bfd.
199
9a665d62
TT
2002020-03-12 Tom Tromey <tom@tromey.com>
201
202 * Makefile.in: Rebuild.
203 * Makefile.def (gdbsupport): Depend on intl.
204
b6f9caee
TT
2052020-02-17 Tom Tromey <tom@tromey.com>
206
207 * configure: Rebuild.
208 * configure.ac (configdirs): Add gnulib and gdbsupport when building
209 gdbserver.
210
1a627e7e
TT
2112020-02-14 Tom Tromey <tom@tromey.com>
212
213 * Makefile.in: Rebuild.
214 * Makefile.def: Make gdbserver require gnulib and libiberty.
215
919adfe8
TT
2162020-02-07 Tom Tromey <tom@tromey.com>
217 Pedro Alves <palves@redhat.com>
218
219 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
220 * gdbserver: New directory, moved from gdb/gdbserver.
221 * configure.ac (host_tools): Add gdbserver.
222 Only build gdbserver on certain systems.
223 * Makefile.in, configure: Rebuild.
224 * Makefile.def (host_modules, dependencies): Add gdbserver.
225 * MAINTAINERS: Add gdbserver.
226
fc1ca146
SDJ
2272020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
228
229 * src-release.sh (getver): Look for gdbsupport's
230 create-version.sh script at the current directory if tool is
231 "gdb".
232
cf1d9e09
SM
2332020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
234
235 * remote-sim.c (gdbsim_target::wait): Return
236 sim_data->remote_sim_ptid instead of inferior_ptid.
237
ae774686
NC
2382020-01-18 Nick Clifton <nickc@redhat.com>
239
240 Binutils 2.34 branch created.
241
4fb3a8da
NC
2422020-01-18 Nick Clifton <nickc@redhat.com>
243
244 Synchronize top level configure files with master version:
245
246 2020-01-01 Ben Elliston <bje@gnu.org>
247
248 * config.guess: Update copyright years.
249 * config.sub: Likewise.
250
251 2019-12-21 Ben Elliston <bje@gnu.org>
252
253 * config.guess (set_cc_for_build): Prevent multiple calls by
254 checking if $tmp is already set. We can't check CC_FOR_BUILD as
255 the user may set it externally. Thanks to Torbjörn Granlund for
256 the bug report.
257
258 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
259
260 * config.guess (alpha:Linux:*:*): Guard against missing
261 /proc/cpuinfo by redirecting standard error to /dev/null.
262
263 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
264
265 * config.guess (*:Twizzler:*:*): New.
266 * config.sub (-twizzler*): New.
267
268 2019-07-24 Ben Elliston <bje@gnu.org>
269
270 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
271
272 2019-06-30 Ben Elliston <bje@gnu.org>
273
274 * config.sub (case $os): Match nsk* and powerunix. Don't later
275 match nsk* and set os=nsk which removes the OS version number.
276
277 2019-06-30 Ben Elliston <bje@gnu.org>
278
279 * config.sub: Recognise os108*.
280
281 2019-06-26 Ben Elliston <bje@gnu.org>
282
283 * config.sub (hp300): Set $os to hpux.
284
285 2019-06-26 Ben Elliston <bje@gnu.org>
286
287 * config.sub (vsta): Move into alphabetical order.
288
289 2019-06-10 Ben Elliston <bje@gnu.org>
290
291 * config.guess (*:OS108:*:*): Recognise new OS.
292
293 2019-05-28 Ben Elliston <bje@gnu.org>
294
295 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
296 system compiler is installed. If not, do not run set_cc_for_build,
297 as the default cc will open a dialog box asking to install
298 Xcode. If no C compiler is available, guess based on uname -p and
299 uname -m.
300
301 2019-05-28 Ben Elliston <bje@gnu.org>
302
303 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
304
c4d3fc14
SM
3052020-01-17 Simon Marchi <simon.marchi@efficios.com>
306
307 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
308 * Makefile.in: Re-generate.
309
01027315
TT
3102020-01-14 Tom Tromey <tom@tromey.com>
311
312 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
313 * MAINTAINERS: Add gdbsupport.
314 * configure: Rebuild.
315 * configure.ac (configdirs): Add gdbsupport.
316 * gdbsupport: New directory, move from gdb/gdbsupport.
317 * Makefile.def (host_modules, dependencies): Add gnulib.
318 * Makefile.in: Rebuild.
319
abb78b78
AM
3202020-01-09 Aaron Merey <amerey@redhat.com>
321
322 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
323 new configure option --with-debuginfod.
324 * configure: Regenerate.
325 * configure.ac: Call AC_DEBUGINFOD.
326
cef2097a
CB
3272019-12-26 Christian Biesinger <cbiesinger@google.com>
328
329 * .gitignore: Add perf.data and perf.data.old.
330
95c746cc
SDJ
3312019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
332
333 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
334
a315e147
AM
3352019-10-17 Alan Modra <amodra@gmail.com>
336
337 PR 29
338 * src-release.sh (getver): Replace "head -1" with "head -n 1".
339
87279e3c
NA
3402019-07-30 Nick Alcock <nick.alcock@oracle.com>
341
342 * Makefile.def (host_modules): libctf is no longer no_install.
343 * Makefile.in: Regenerated.
344
1ff6de03
NA
3452019-07-13 Nick Alcock <nick.alcock@oracle.com>
346
347 * Makefile.def (dependencies): all-ld depends on all-libctf.
348 * Makefile.in: Regenerated.
349
60391a25
PB
3502019-09-09 Phil Blundell <pb@pbcl.net>
351
352 binutils 2.33 branch created
353
c1a5d03a
TT
3542019-08-19 Tom Tromey <tom@tromey.com>
355
356 * configure: Rebuild.
357 * configure.ac: Add --with-static-standard-libraries.
358
f211b8c0
NC
3592019-08-09 Nick Clifton <nickc@redhat.com>
360
361 * libiberty: Sync with gcc. Bring in:
362 2019-08-08 Martin Liska <mliska@suse.cz>
363
364 PR bootstrap/91352
365 * lrealpath.c (is_valid_fd): New function.
366
367 2019-07-24 Martin Liska <mliska@suse.cz>
368
369 PR lto/91228
370 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
371 Find first '\0' starting from gnu_lto + 1.
372
373 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
374
375 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
376 This fixes a Bug 90924.
377
378 2019-07-22 Martin Liska <mliska@suse.cz>
379
380 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
381 Do not search for gnu_lto_v1, but search for first '\0'.
382
383 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
384
385 * cplus-dem.c: Include rust-demangle.h.
386 * rust-demangle.c: Include rust-demangle.h.
387 * rust-demangle.h: New file.
388
389 2019-05-31 Michael Forney <mforney@mforney.org>
390
391 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
392 is non-zero.
393
394 2019-04-30 Ben L <bobsayshilol@live.co.uk>
395
396 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
397 * testsuite/d-demangle-expected: Add testcase.
398
399 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
400 * testsuite/d-demangle-expected: Add testcase.
401
402 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
403 * testsuite/d-demangle-expected: Add testcase.
404
405 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
406 * testsuite/d-demangle-expected: Add testcase.
407
408 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
409 * testsuite/d-demangle-expected: Add testcase.
410
411 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
412 * testsuite/demangle-expected: Add testcase.
413
414 * cp-demangle.c (d_encoding): Guard against NULL return values from
415 d_right (dc).
416 * testsuite/demangle-expected: Add testcase.
417
418 2019-04-29 Ben L <bobsayshilol@live.co.uk>
419
420 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
421 char is valid.
422 * testsuite/demangle-expected: Add testcase.
423
424 2019-04-10 Nick Clifton <nickc@redhat.com>
425
426 PR 89394
427 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
428 lengths.
429 (d_count_templates_scopes): Replace num_templates and num_scopes
430 parameters with a struct d_print_info pointer parameter. Adjust
431 body of the function accordingly. Add recursion counter and check
432 that the recursion limit is not reached.
433 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
434 Reset recursion counter afterwards, unless the recursion limit was
435 reached.
436
48b550c2
JB
4372019-07-13 Joel Brobecker <brobecker@adacore.com>
438
439 * src-release (getver): If $tool/gdbsupport/create-version.sh
440 exists, use that to determine the version number.
441
be74b5b7
AS
4422019-06-21 Andreas Schwab <schwab@linux-m68k.org>
443
444 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
445
73cc7272
TT
4462019-06-14 Tom Tromey <tom@tromey.com>
447
448 * MAINTAINERS: Add gnulib.
449 * gnulib: New directory, move from gdb/gnulib.
450 * configure.ac (host_libs): Add gnulib.
451 * configure: Rebuild.
452 * Makefile.def (host_modules, dependencies): Add gnulib.
453 * Makefile.in: Rebuild.
454
79b377b3
NC
4552019-06-03 Nick Clifton <nickc@redhat.com>
456
457 Revert:
458 2019-05-29 Nick Clifton <nickc@redhat.com>
459
460 * configure.ac (noconfigdirs): Add libctf if the target does not use
461 the ELF file format.
462 * configure: Regenerate.
463
e33f2313
NC
4642019-05-29 Nick Clifton <nickc@redhat.com>
465
466 * src-release.sh (do_proto_toplev): Add libctf to list of
467 directories that can be disabled.
468
90bd5423
NC
4692019-05-29 Nick Clifton <nickc@redhat.com>
470
471 * configure.ac (noconfigdirs): Add libctf if the target does not use
472 the ELF file format.
473 * configure: Regenerate.
474
9698cf9b
NA
4752019-05-28 Nick Alcock <nick.alcock@oracle.com>
476
477 * Makefile.def (dependencies): configure-libctf depends on all-bfd
478 and all its deps.
479 * Makefile.in: Regenerated.
480
88981b15
NA
4812019-05-28 Nick Alcock <nick.alcock@oracle.com>
482
483 * MAINTAINERS: Add libctf.
484
0e65dfba
NA
4852019-05-28 Nick Alcock <nick.alcock@oracle.com>
486
487 * Makefile.def (host_modules): Add libctf.
488 * Makefile.def (dependencies): Likewise.
489 libctf depends on zlib, libiberty, and bfd.
490 * Makefile.in: Regenerated.
491 * configure.ac (host_libs): Add libctf.
492 * configure: Regenerated.
493
2376c370
JM
4942019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
495
496 * config.guess: Synchronize with config project master sources.
497 * config.sub: Likewise.
498 * readline/support/config.guess: Likewise.
499 * readline/support/config.sub: Likewise.
500
c1202057
NC
5012019-04-10 Nick Clifton <nickc@redhat.com>
502
503 * libiberty: Sync with gcc. Bring in:
504 2019-04-10 Nick Clifton <nickc@redhat.com>
505
506 PR 89394
507 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
508 lengths.
509 (d_count_templates_scopes): Replace num_templates and num_scopes
510 parameters with a struct d_print_info pointer parameter. Adjust
511 body of the function accordingly. Add recursion counter and check
512 that the recursion limit is not reached.
513 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
514 Reset recursion counter afterwards, unless the recursion limit was
515 reached.
516
f974f26c
NC
5172018-06-24 Nick Clifton <nickc@redhat.com>
518
519 2.32 branch created.
520
d63f2be2
RO
5212019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
522
523 Merge from GCC:
524 PR target/88535
525 * config.guess: Import upstream version 2019-01-03.
526 * config.sub: Import upstream version 2019-01-01.
527
1910070b
NC
5282019-01-10 Nick Clifton <nickc@redhat.com>
529
530 * libiberty: Sync with gcc. Bring in:
531 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
532
533 PR other/16615
534
535 * cp-demangle.c: Mechanically replace "can not" with "cannot".
536 * floatformat.c: Likewise.
537 * strerror.c: Likewise.
538
539 2018-12-22 Jason Merrill <jason@redhat.com>
540
541 Remove support for demangling GCC 2.x era mangling schemes.
542 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
543 internal_cplus_demangle, and all subroutines.
544 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
545 Lucid, ARM, HP, and EDG demangling styles.
546 (cplus_demangle): Remove 'work' variable. Don't call
547 internal_cplus_demangle.
548
69961a84
ДП
5492019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
550
551 * configure.ac: Don't configure readline if --with-system-readline is
552 used.
553 * configure: Re-generate.
554
b555fb21
JM
5552018-10-31 Joseph Myers <joseph@codesourcery.com>
556
557 Merge from GCC:
558 PR bootstrap/82856
559 * multilib.am: New file. From automake.
560
80ca5f98
SDJ
5612018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
562
563 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
564
0a8288f7
NC
5652018-07-16 Nick Clifton <nickc@redhat.com>
566
567 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
568
26996596
SH
5692018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
570
571 * config.sub: Sync with upstream version 2018-07-03.
572
c5244148
SH
5732018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
574
575 * config.guess: Sync with upstream version 2018-06-26.
576 * config.sub: Sync with upstream version 2018-07-02.
577
4119873a
AO
5782018-06-29 Alexandre Oliva <oliva@adacore.com>
579
580 * configure.ac: Introduce support for @unless/@endunless.
581 * Makefile.tpl (dep-kind): Rewrite with cond; return
582 postbootstrap in some cases.
583 (make-postboot-dep, postboot-targets): New.
584 (dependencies): Do not output postbootstrap dependencies at
585 first. Output non-target ones changed for configure to depend
586 on stage_last @if gcc-bootstrap, and the original deps @unless
587 gcc-bootstrap.
588 * configure.in, Makefile.in: Rebuilt.
589
71300e2c
NC
5902018-06-24 Nick Clifton <nickc@redhat.com>
591
592 * configure: Regenerate.
593
d0ac1c44
SM
5942018-06-19 Simon Marchi <simon.marchi@ericsson.com>
595
596 * libtool.m4: Use AC_LANG_SOURCE.
597 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
598 * README-maintainer-mode: Update version requirements.
599 * ar-lib: New file.
600 * test-driver: New file.
601 * configure: Re-generate.
602
e0541124
EB
6032018-06-18 Eric Botcazou <ebotcazou@adacore.com>
604
605 * Makefile.def (fortran): Add check-target-libgomp-fortran.
606 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
607 * Makefile.in: Regenerate.
608
609 * configure: Regenerate.
610
db67d458
SM
6112018-06-18 Simon Marchi <simon.marchi@ericsson.com>
612
613 * configure.ac: Sync with GCC, remove MPX-related things.
614
b5778783
NC
6152018-05-01 Nick Clifton <nickc@redhat.com>
616
617 * config.guess: Synchronize with config project master sources.
618 * config.sub: Likewise.
619
1063beb5
FT
6202018-05-01 Francois H. Theron <francois.theron@netronome.com>
621
622 * configure.ac: Added "nfp" target.
623 * configure: Regenerate.
624
b29d2641
MR
6252018-02-13 Maciej W. Rozycki <macro@mips.com>
626
627 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
628 * configure: Regenerate.
629
52b2f300
NC
6302018-01-30 Nick Clifton <nickc@redhat.com>
631
632 * src-release.sh (do_proto_toplev): Add patterns for more junk files
633 to delete before creating the tarball.
634
b431b4ea
NC
6352018-01-29 Nick Clifton <nickc@redhat.com>
636
637 * src-release.sh (do_proto_toplev): Strip patch remnant files from
638 the sources before creating the tarball.
639
19e2900b
NC
6402018-01-13 Nick Clifton <nickc@redhat.com>
641
642 * src-release.sh: Update copyright notice. Change reference to devo
643 to be a reference to root.
644
bf41f30d
NC
6452018-01-10 Nick Clifton <nickc@redhat.com>
646
647 * config-ml.in: Sync with gcc sources.
648 * config.guess: Likewise.
649 * config.sub: Likewise.
650 * configure.ac: Likewise.
7ec0cd50 651 * configure: Regenerate.
bf41f30d 652
863f7a5f
NC
6532017-12-14 Nick Clifton <nickc@redhat.com>
654
655 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
656
638d9137
SH
6572017-12-12 Stafford Horne <shorne@gmail.com>
658
659 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
660 * configure: Regenerate.
661
ef87240f
NC
6622017-09-15 Nick Clifton <nickc@redhat.com>
663
664 * src-release.sh (LZIPPROG): New define. Provides the name of the
665 lzip program.
666 (do_lz): New function. Compresses a tarball using the lzip
667 program.
668 (do_compress): Add support for lzip compression.
669 (usage): Mention -l option.
670 (build_release): Support -l option to invoke lzip compression.
671
817b7711
AM
6722017-09-15 Alan Modra <amodra@gmail.com>
673
674 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
675 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
676 and sim depending on $tool and $support_files. Echo configure line.
677
255300f5 6782017-09-14 Matt Rice <ratmice@gmail.com>
679
680 * src-release.sh (do_proto_toplev): Enable gold during release process.
681
8f0dd45f
AJ
6822017-04-13 Andrew Jenner <andrew@codesourcery.com>
683
684 * config.sub: Sync with master version in config project.
685
2f5f29ca
AJ
6862017-04-03 Andrew Jenner <andrew@codesourcery.com>
687
688 * config.sub: Handle ia16 in $basic_machine.
689
690 bfd/
691 * config.bfd: Handle ia16.
692
693 gas/
694 * configure.tgt: Handle ia16.
695
696 ld/
697 * configure.tgt: Handle ia16.
698
11997a83
NC
6992017-03-22 Nick Clifton <nickc@redhat.com>
700
701 * config.sub: Sync with master version in config project.
702 * config.guess: Likewise.
703
05a13254
NC
7042017-01-23 Nick Clifton <nickc@redhat.com>
705
706 * configure.ac: Update year in copyright notice.
707 Sync from FSF GCC mainline, bringing in the following patches.
708 * Makefile.def: Likewise.
709 * Makefile.tpl: Likewise.
710 * configure: Regenerate.
711 * Makefile.in: Regenerate.
712
713 2016-12-21 Jakub Jelinek <jakub@redhat.com>
714
715 * configure.ac: Don't bootstrap libmpx unless --with-build-config
716 includes bootstrap-mpx.
717
718 2016-12-01 Matthias Klose <doko@ubuntu.com>
719
720 * configure.ac: Don't use pkg-config to check for bdw-gc.
721
722 2016-11-30 Matthias Klose <doko@ubuntu.com>
723
724 * Makefile.def: Remove reference to boehm-gc target module.
725 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
726 options and for the bdw-gc pkg-config module.
727
728 2016-11-15 Matthias Klose <doko@ubuntu.com>
729
730 * config-ml.in: Remove references to GCJ.
731 * configure.ac: Likewise.
732
733 2016-09-30 Jakub Jelinek <jakub@redhat.com>
734
735 * configure.ac: Add target-libffi to target_libraries.
736 Readd libgcj target disablings, modified to only target-libffi.
737 Readd target addition of go to unsupported languages.
738
739 2016-09-30 Andrew Haley <aph@redhat.com>
740
741 * Makefile.def: Remove libjava.
742 * Makefile.tpl: Likewise.
743 * configure.ac: Likewise.
744
745 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
746
747 * configure.ac: Disable "sim" directory for arc*-*-*.
748
749 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
750
751 * configure.ac: Check for the minimum in-tree MPFR version
752 handled.
753
3f66c01b
AM
7542016-12-31 Alan Modra <amodra@gmail.com>
755
756 * config.sub: Import from upstream.
757
da17fe9d
AM
7582016-12-08 Alan Modra <amodra@gmail.com>
759
760 * configure: Regenerate.
761
d5451cd4
JC
7622016-12-02 Josh Conner <joshconner@google.com>
763
764 * configure.ac: Add fuchsia to targets that use ELF.
765 * configure: Regenerated.
766
5ada5c6f
DE
7672016-11-07 Doug Evans <dje@google.com>
768
769 * config.sub: Sync with upstream version 2016-11-03.
770 git://git.sv.gnu.org/config.git
771 * config.guess: Sync with upstream version 2016-10-02.
772
07619d52
SM
7732016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
774
775 * .gitignore: Add archives and make stamps.
776
bedbe19c
YTL
7772016-07-20 Yan-Ting Lin <currygt52@gmail.com>
778
779 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
780 * configure: Regenerated.
781
9abdce70
WL
7822016-06-28 Walter Lee <walt@tilera.com>
783
784 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
785 * configure: Regenerate.
786
0597bdc4
AM
7872016-05-28 Alan Modra <amodra@gmail.com>
788
789 * Makefile.tpl (configure): Depend on m4 files included.
790 * Makefile.in: Regenerate.
791
1690f1db
NC
7922016-05-27 Nick Clifton <nickc@redhat.com>
793
794 * config.guess (Alpha OSF1): Fix typo introduced during the most
795 recent synchronization update.
796
b43b8535
NC
7972016-05-23 Nick Clifton <nickc@redhat.com>
798
799 * Import these patches from the gcc mainline:
800
801 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
802
803 * config.guess: Import version 2016-04-02 (newest).
804 * config.sub: Import version 2016-05-10 (newest).
805
bb7dc663
NC
8062016-04-19 Nick Clifton <nickc@redhat.com>
807
808 * Import this patch from the GCC mainline:
809
810 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
811
812 PR bootstrap/70173
813 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
814 and gotools directories. Delete the stage_final file.
815 * Makefile.in: Regenerate.
816
ea016470
CC
8172016-03-17 Cary Coutant <ccoutant@gmail.com>
818
819 * configure.ac: Add mips and s390 to the gold target check.
820 * configure: Regenerate.
821
52cf9762
NC
8222016-02-10 Nick Clifton <nickc@redhat.com>
823
824 Import these patches from the GCC mainline:
825
826 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
827
828 * configure.ac: Enable LTO for DJGPP
829 * configure: Regenerate
830
831 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
832
833 PR bootstrap/69329
834 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
835 * Makefile.in: Regenerate.
836
837 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
838 Sebastian Pop <s.pop@samsung.com>
839
840 * Makefile.in: Regenerate.
841 * Makefile.tpl: Export ISLVER.
842 * configure: Regenerate.
843 * config/isl.m4: Detect isl-0.15.
844
845 2016-01-29 Sebastian Pop <s.pop@samsung.com>
846
847 * config/isl.m4: Add comments about isl-0.16.
848 * configure: Regenerate.
849
1985dc2d
L
8502016-01-12 H.J. Lu <hongjiu.lu@intel.com>
851
852 Sync with GCC
853 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
854
855 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
856 symbols.
857
858 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
859
860 PR bootstrap/69134
861 * Makefile.def (mpfr): Disable assembler.
862 * Makefile.in: Regenerate.
863
4849dfd8
NC
8642016-01-11 Nick Clifton <nickc@redhat.com>
865
866 Import the following changes from the GCC mainline:
867
868 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
869
870 * configure.ac: Enable libmpx by default.
871 * configure: Regenerated.
872
873 2015-11-19 Martin Liska <mliska@suse.cz>
874
875 * .gitignore: Add .clang-format to ignored files.
876 * Makefile.tpl: Add clang-format.
877 * Makefile.in: Regenerate.
878
879 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
880
881 PR libffi/65726
882 * Makefile.def (lang_env_dependencies): Make libffi depend
883 on cxx.
884 * Makefile.in: Regenerate.
885
886 2015-12-02 Ian Lance Taylor <iant@google.com>
887
888 PR go/66147
889 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
890 * Makefile.in: Regenerate.
891
892 2015-12-17 Nathan Sidwell <nathan@acm.org>
893
894 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
895 * configure: Regenerate.
896
897 2015-12-17 Sebastian Pop <s.pop@samsung.com>
898
899 * Makefile.in: Replace ISL with isl.
900 * Makefile.tpl: Same.
901 * config/isl.m4: Same.
902 * configure.ac: Same.
903 * contrib/download_prerequisites: Same.
904 * configure: Regenerate.
905
906 2016-01-01 Ben Elliston <bje@gnu.org>
907
908 * config.guess: Import version 2016-01-01.
909 * config.sub: Likewise.
910
f075eb5e
TG
9112015-11-20 Tristan Gingold <gingold@adacore.com>
912
913 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
914 * configure: Regenerate.
915
6c3bc0f8
NC
9162015-10-21 Nick Clifton <nickc@redhat.com>
917
918 PR gas/19109
919 * configure.ac: Note the 'none' is an acceptable argument to
920 --enable-compressed-debug-sections.
921 * configure: Regenerate.
922
edeefb67
L
9232015-10-20 H.J. Lu <hongjiu.lu@intel.com>
924
925 PR gas/19109
926 * configure.ac: Add
927 --enable-compressed-debug-sections={all,gas,gold,ld}.
928 * configure: Regenerated.
929
68996839
NC
9302015-09-30 Nick Clifton <nickc@redhat.com>
931
932 Import the following patches from the GCC mainline:
933
934 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
935
936 PR libfortran/54572
937 * Makefile.def: Make libgfortran depend on libbacktrace.
938 * Makefile.in: Regenerate.
939
940 2015-08-12 Tom de Vries <tom@codesourcery.com>
941
942 PR other/67092
943 PR other/67098
944 * configure.ac: Remove --with_host_libstdcxx support.
945 * configure: Regenerate.
946
947 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
948 Jakub Jelinek <jakub@redhat.com>
949
950 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
951 nvptx*-*-*.
952 * configure: Regenerate.
953
5960642a
L
9542015-08-07 H.J. Lu <hongjiu.lu@intel.com>
955
956 Sync with GCC
957 2015-07-28 Ben Elliston <bje@gnu.org>
958
959 * config.sub, config.guess: Import from upstream.
960
016a3251
DD
9612015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
962
963 * Makefile.def (libiconv): Define bootstrap=true.
964 Mark pdf/html/info as missing.
965 (configure-gcc): Depend on all-libiconv.
966 (all-gcc): Ditto.
967 (configure-libcpp): Ditto.
968 (all-libcpp): Ditto.
969 (configure-intl): Ditto.
970 (all-intl): Ditto.
971 * Makefile.in: Regenerate.
972
136bb21f
L
9732015-07-27 H.J. Lu <hongjiu.lu@intel.com>
974
975 Sync with GCC
976 2015-07-24 Michael Darling <darlingm@gmail.com>
977
978 PR other/66259
979 * config-ml.in: Reflects renaming of configure.in to configure.ac
980 * configure: Likewise
981 * configure.ac: Likewise
982
22121df0
L
9832015-07-14 H.J. Lu <hongjiu.lu@intel.com>
984
985 * Makefile.in: Regenerated.
986
987 Sync with GCC
988 2015-05-21 Jason Merrill <jason@redhat.com>
989
990 * Makefile.tpl: Update comments.
991
992 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
993
994 * Makefile.tpl: Remove surplus whitespace throughout.
995
996 2015-03-25 Martin Liska <mliska@suse.cz>
997 Yury Gribov <y.gribov@samsung.com>
998
999 * Makefile.tpl: Fix ln source location for vimrc file.
1000
969b1713
L
10012015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 Sync with GCC
1004 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1005
1006 * configure.ac: FT32 target added.
1007 * configure: Regenerate.
1008
ce6c656d
L
10092015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1010
1011 Sync with GCC
1012 2015-06-02 Jason Merrill <jason@redhat.com>
1013
1014 PR bootstrap/66319
1015 * configure.ac: Use -std=gnu++98.
1016
1017 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1018
1019 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1020 * configure: Regenerate.
1021
1022 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1023
1024 * configure.ac: Fix typo.
1025 * configure: Regenerate.
1026
1027 2015-05-03 Matthias Klose <doko@ubuntu.com>
1028
1029 * configure.ac: Match $host configured with triplets.
1030 * configure: Regenerate.
1031
1032 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1033
1034 PR bootstrap/62077
1035 * configure.ac (--enable-stage1-checking): Default to
1036 release,misc,gimple,rtlflag,tree,types if --disable-checking
1037 or --enable-checking is not specified and DEV-PHASE is not
1038 experimental.
1039 * configure: Regenerated.
1040
1041 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1042
1043 Install back PR target/47230 fix (Revert the revert).
1044
16beab3d
L
10452015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1046
1047 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1048 target.
1049 * configure: Regenerate.
1050
5569a85f
JDA
10512015-05-13 John David Anglin <dave.anglin@bell.net>
1052
1053 * configure.ac: Disable configuration of GDB for HPUX targets.
1054 * configure: Regenerate.
1055
e81d5d05
L
10562015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1057
1058 PR ld/18355
1059 * Makefile.def: Add extra_configure_flags to host zlib.
1060 * configure.ac (extra_host_zlib_configure_flags): New. Set
1061 to --enable-host-shared When bfd is to be built as shared
1062 library. AC_SUBST.
1063 * Makefile.in: Regenerated.
1064
ec5b9462
HPN
10652015-04-15 Mike Frysinger <vapier@gentoo.org>
1066 Hans-Peter Nilsson <hp@axis.com>
1067
1068 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1069 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1070 use that in the getver call instead of $tool.
1071 (sim_release): Pass gdb as fifth parameter to tar_compress.
1072 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1073
f91ca6bc
IB
10742015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1075
1076 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1077 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1078 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1079 * Makefile.in: Regenerate.
1080
cf39cfc5
L
10812015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1082
1083 * configure.ac: Add --with-system-zlib.
1084 * configure: Regenerated.
1085
6ac1079e
L
10862015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1087
1088 * src-release.sh: Don't configure with --with-target-subdir=.
1089 --disable-multilib.
1090
890ba06f
L
10912015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1092
1093 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1094 src-release.sh.
1095
5675acd9
ES
10962015-03-30 Ed Schouten <ed@nuxi.nl>
1097
1098 * config.sub: Update from upstream, to 2015-03-04 version.
1099 * config.guess: Likewise.
1100
d2d67aea
L
11012015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1104 * Makefile.in: Regenerated.
1105
92c695a1
L
11062015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * src-release.sh (do_proto_toplev): Configure with --target
1109 --with-target-subdir and --disable-multilib.
1110 (BINUTILS_SUPPORT_DIRS): Add zlib.
1111 (GAS_SUPPORT_DIRS): Likewise.
1112 (GDB_SUPPORT_DIRS): Likewise.
1113 (SIM_SUPPORT_DIRS): Likewise.
1114
091021fa
L
11152015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 * configure.ac (target_configdirs): Exclude target-zlib if
1118 target-libjava isn't built.
1119 * configure: Regenerated.
1120
5df8a8fc
L
11212015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 Sync with GCC
1124 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1125
1126 * config-ml.in: Robustify ac_configure_args parsing.
1127
1b6c0831
L
11282015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1129
1130 * Makefile.def: Updated from GCC trunk.
1131 * Makefile.tpl: Likewise.
1132 * configure.ac: Likewise.
1133 * Makefile.in: Regenerated.
1134 * configure: Likewise.
1135
3f8107ab
AM
11362015-01-28 James Bowman <james.bowman@ftdichip.com>
1137
1138 * configure.ac: Add FT32 support.
1139 * configure: Regenerate.
1140
10b8fe5e
AG
11412015-01-12 Anthony Green <green@moxielogic.com>
1142
1143 * configure.ac: Don't disable gprof for moxie.
1144 * configure: Rebuild.
1145
6b91c541
AP
11462015-01-03 Andrew Pinski <apinski@cavium.com>
1147
1148 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1149 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1150 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1151 (OBJCOPY_FOR_TARGET): New variable.
1152 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1153 * Makefile.in: Regenerate.
1154 * configure.ac: Check for already installed target objcopy.
1155 Also GCC_TARGET_TOOL on objcopy.
1156 * configure: Regenerate.
1157
6ba37ab4
HPN
11582015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1159
1160 * config.sub: Update from upstream, to 2015-01-01 version.
1161 * config.guess: Ditto.
1162
bb5f7690
EB
11632014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1164
1165 * config.sub: Update from upstream config repo.
1166
6e733cce
L
11672014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * libtool.m4: Updated from GCC trunk.
1170
8969c424
JBG
11712014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1172
1173 * config.guess: Update from upstream config repo.
1174 * config.sub: Ditto.
1175
37e77caf
JBG
11762014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1177
1178 * move-if-change: Update from upstream gnulib.
1179
e3046511
JBG
11802014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1181
1182 * compile: Sync with upstream Automake.
1183 * depcomp: Ditto.
1184 * install-sh: Ditto.
1185 * missing: Ditto.
1186 * mkinstalldirs: Ditto.
1187 * ylwrap: Ditto.
1188
3e615393
TG
11892014-10-15 Tristan Gingold <gingold@adacore.com>
1190
1191 * src-release.sh (do_proto_toplev): Configure with --target.
1192
6d26190c
JY
11932014-10-03 Jing Yu <jingyu@google.com>
1194
1195 * configure.ac: Add aarch64 to list of targets that support gold.
1196 * configure: Regenerate.
1197
a9d58c06
AB
11982014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1199
1200 * configure.ac: Add mips*-img-elf* target triple.
1201 * configure: Regenerate.
1202
b25b5cef
CJW
12032014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1204 * configure: Disable gdb for nds32*-*-* until supported.
1205 * configure.ac: Disable gdb for nds32*-*-* until supported.
1206
f8797b5a
JB
12072014-09-05 Joel Brobecker <brobecker@adacore.com>
1208
1209 * configure: Regenerate.
1210
2536ee9d
WN
12112014-08-27 Will Newton <will.newton@linaro.org>
1212
1213 * src-release.sh: New file.
1214 * src-release: Remove file.
1215
1f995db6
JS
12162014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1217
1218 GDB not supported for or1k*-*-rtems*
1219 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1220 of the stanzas results in this not being caught by or1k*-*-* later.
1221 * configure. Regenerated.
1222
a843ea33
SB
12232014-07-25 Samuel Bronson <naesten@gmail.com>
1224
1225 * .gitattributes: New file for use with git-merge-changelog.
1226
cfbc1a6c
JS
12272014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1228
1229 Disable gdb for or1k*-*-* until supported
1230 * configure.ac (or1k*-*-*): Disable gdb.
1231 * configure: Regenerated.
1232
d9e042ac
SL
12332014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1234
1235 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1236 * configure: Regenerated.
1237
201f096f 12382014-03-26 Jakub Jelinek <jakub@redhat.com>
1239
1240 PR sanitizer/56781
1241 * Makefile.def: Set bootstrap=true; for host fixincludes.
1242 * configure.ac: Don't bootstrap host fixincludes unless
1243 --with-build-config=bootstrap-{a,ub}san.
1244 * Makefile.in: Regenerated.
1245 * configure: Regenerated.
1246
730af8ee 12472014-03-21 Jakub Jelinek <jakub@redhat.com>
1248
1249 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1250 --enable-vtable-verify option parsing. Don't add
1251 target-libsanitizer to bootstrap_target_libs unless
1252 --with-build-config=bootstrap-asan or
1253 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1254 to bootstrap_target_libs unless --enable-vtable-verify.
1255 * configure: Regenerated.
1256
abca8d87 12572014-03-07 Jakub Jelinek <jakub@redhat.com>
1258
1259 PR bootstrap/58572
1260 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1261 -I for libstdc++-v3 includes if $(LEAN).
1262 * Makefile.in: Regenerated.
1263
68d122bb 12642014-02-24 Walter Lee <walt@tilera.com>
1265
1266 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1267 (tilegx-*-*): Change to tilegx*-*-*.
1268 * configure: Regenerate.
1269
39d1b2ae
RS
12702014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1271
1272 * config.sub, config.guess: Import from upstream.
1273
50f80006
EB
12742014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1275
1276 PR bootstrap/60620
72f4393d 1277 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1278 * Makefile.in: Regenerate.
1279
a6305403
YS
12802014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1281
1282 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1283 for WINDRES_FOR_TARGET in default-manifest.o rule.
1284 * Makefile.in: Regenerate.
1285
62a0f723
RO
12862014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1287
1288 PR target/59788
1289 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1290 *solaris2*.
1291
530e8392
KB
12922013-12-19 Keven Boell <keven.boell@intel.com>
1293
1294 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1295 nested lookups for fortran modules.
1296 * dwarf2read.c (read_module): Add fortran module to
1297 the symbol table.
1298 (add_partial_symbol, add_partial_module): Add fortran
1299 module to the partial symbol table.
1300 (new_symbol_full): Create full symbol for fortran module.
1301 * f-exp.y (yylex): Add new module domain to be parsed.
1302 * symtab.h: New domain for fortran modules.
1303
7f9b20bb
KB
13042013-12-19 Keven Boell <keven.boell@intel.com>
1305
1306 * f-exp.y (yylex): Add domain array to enable lookup
1307 in multiple domains. Loop over lookup domains and try
1308 to find requested symbol. Add STRUCT_DOMAIN to lookup
1309 domains to be able to query for user defined types.
1310
afc0578d 13112013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1312
1313 * configure.ac: Add user-friendly check for native x86_64-linux
1314 multilibs.
1315 * configure: Regenerate.
1316
f3f51a69
AM
13172013-11-23 Alan Modra <amodra@gmail.com>
1318
1319 * config.sub, config.guess: Import from upstream.
1320
2440009d 13212013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1322
2440009d 1323 * Makefile.in: Regenerate.
1324
e78e02e6 1325 * Makefile.tpl: Fix typo.
1326 * Makefile.in: Regenerate partially.
1327
9aaf2a7e 13282013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1329
1330 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1331 supported.
1332 * configure: Regenerated.
1333
880b18d1 13342013-10-30 Jason Merrill <jason@redhat.com>
1335
1336 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1337 --disable-build-format-warnings.
1338
522e3d71 13392013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1340
f3f51a69 1341 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1342 depend on libstdc++ and libgcc.
1343 * configure: Regenerate.
1344 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1345 libcilkrts for POSIX and i*86, and x86_64 architectures.
1346 * Makefile.in: Added libcilkrts related fields to support building it.
1347
cb49a9e1 13482013-10-26 Jeff Law <law@redhat.com>
1349
1350 * Makefile.def (target_modules): Remove libmudflap
1351 (languages): Remove check-target-libmudflap).
1352 * Makefile.in: Rebuilt.
1353 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1354 * configure.ac (target_libraries): Remove target-libmudflap.
1355 Remove checks which disabled libmudflap on some systems.
1356 * configure: Rebuilt.
1357 * libmudflap: Directory removed.
1358
82033c9b
JBG
13592013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1360
1361 * configure.ac: Update from GCC.
1362 * configure: Regenerate.
1363
b50d7605
HPN
13642013-10-15 Hans-Peter Nilsson <hp@axis.com>
1365
1366 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1367 files in SUPPORT_FILES.
1368 (SIM_SUPPORT_DIRS): New variable.
1369 (sim.tar.bz2): New rule.
1370
f4cfb980
JBG
13712013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1372
1373 * configure.ac: Update from GCC.
1374 * configure: Regenerate.
1375
78b1434c
JJ
13762013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1377
1378 * COPYING.NEWLIB: Update with new copyright.
1379
b3fc79f8
JBG
13802013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1381
1382 * configure.ac: Update from GCC.
1383 * configure: Regenerate.
1384
cc9afea3
AM
13852013-09-20 Alan Modra <amodra@gmail.com>
1386
1387 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1388 ppc host match. Support little-endian powerpc linux hosts.
1389
f006cabd
JB
13902013-08-16 Joel Brobecker <brobecker@adacore.com>
1391
1392 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1393 strip the "-cvs" suffix from the version number if present.
1394
95e43135
JBG
13952013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1396
1397 * configure.ac: Sync with GCC repo.
1398 * Makefile.def: Ditto.
1399 * configure: Regenerate.
1400 * Makefile.in: Ditto.
1401
7539e41e
JB
14022013-07-22 Joel Brobecker <brobecker@adacore.com>
1403
1404 * src-release (VER): Use $(TOOL)/common/create-version.sh
1405 if it exists.
1406
e8044f35
RS
14072013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1408
1409 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1410 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1411 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1412 * configure: Regenerate.
1413
7bab7634
DC
14142013-06-01 George Thomas <george.thomas@atmel.com>
1415
95e43135
JBG
1416 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1417 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1418
b5364c9e
JJ
14192013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1420
1421 * COPYING.NEWLIB: Add Altera Corporation copyright.
1422
5dad867c
JBG
14232013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * config.guess: Update from config repo.
1426 * config.sub: Ditto.
1427
b836cb18
JBG
14282013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1429
1430 * Makefile.def: Sync with GCC.
1431 * Makefile.in: Regenerate.
1432
e7d5abf1
JBG
14332013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1434
1435 * configure.ac: Sync with GCC.
b836cb18 1436 * configure: Regenerate.
e7d5abf1 1437
4f778543
MF
14382013-03-22 Mike Frysinger <vapier@gentoo.org>
1439
1440 * src-release (VER): Change bfd/configure.in sed to use the new
1441 `bfd/configure --version` output.
1442
f1dd87fc
YZ
14432013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1444
1445 * configure.ac: Sync with GCC repo.
1446 * configure: Ditto.
1447
a413f71a
ILT
14482013-02-05 Ian Lance Taylor <iant@google.com>
1449
1450 PR go/55969
1451 * configure.ac: Disable libgo on some systems where it does not
1452 work.
1453 * configure: Rebuild.
1454
3a98824c
AM
14552013-02-05 Alan Modra <amodra@gmail.com>
1456
1457 * configure: Regenerate after syncing config/.
1458
3dae1673
JBG
14592013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1460
1461 * configure.ac: Sync with GCC repo.
1462 * configure: Ditto.
1463 * Makefile.def: Ditto.
1464 * Makefile.in: Ditto.
1465
bf51454b
JB
14662013-01-11 Joel Brobecker <brobecker@adacore.com>
1467
1468 Sync with GCC, merge:
1469
1470 2013-01-09 Jason Merrill <jason@redhat.com>
1471
1472 * .gitignore: Import from gdb repository.
1473
c841a2be
JBG
14742013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1475
1476 * config.sub: Update from config repo.
1477
d7b9dae9
EB
14782013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1479
1480 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1481 * Makefile.in: Regenerate.
1482
861ea9c8
L
14832013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1484
1485 * Makefile.def (configure-gcc): Depend on all-gmp.
1486 (all-gcc): Remove dependency on all-gmp.
1487 * Makefile.in: Regenerated.
1488
ce82b126
JBG
14892013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1490
1b4f418d 1491 * config.guess: Update from config repo.
c2e5e6d7 1492 * config.sub: Ditto.
ce82b126 1493
fd62a30d
JJ
14942013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1495
1496 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1497 exists and replace the new bfin license in its location.
1498
0140d685
L
14992013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1500
1501 PR gas/14899
1502 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1503 all-ld and all-gold depend on all-gas.
1504 * Makefile.in: Regenerated.
1505
c3d399e7
L
15062012-12-29 Ben Elliston <bje@gnu.org>
1507
1508 * config.guess: Update to 2012-12-29 version.
1509 * config.sub: Likewise.
1510
9417cd2f
JBG
15112012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1512
1513 * Makefile.def (install-target-libgo): Depend on
1514 install-target-libatomic. Merged from GCC repo.
1515 * Makefile.in: Regenerate.
1516
68dad382
JJ
15172012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1518
1519 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1520
2344b8da
TS
15212012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1522
1523 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1524 * configure: Regenerate.
1525
5eb08693
L
15262012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1527
1528 * Makefile.def (target_modules): Add bootstrap=true and
1529 raw_cxx=true to libsanitizer.
1530 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1531 * Makefile.in: Regenerated.
1532 * configure: Likewise.
1533
53ab32d8
JBG
15342012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1535
1536 * config.sub: Merge from config repo.
1537
d2489204
JBG
15382012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1539
1540 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1541 * Makefile.tpl: Ditto.
1542 * Makefile.in: Ditto.
1543 * configure: Ditto.
d2489204 1544
c23b5043
JBG
15452012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1546
1547 * configure.ac (noconfigdirs): Merge from GCC.
1548 * configure: Regenerate.
1549
1dd1f7f6
JBG
15502012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1551
1552 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1553
2bda3143
L
15542012-11-14 Roland McGrath <mcgrathr@google.com>
1555
1556 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1557 * configure: Regenerate.
1558
5286fdef
L
15592012-11-13 Richard Henderson <rth@redhat.com>
1560
1561 * configure.ac: Move libsanitizer logic to subdirectory.
1562 * configure: Regenerate.
1563
15642012-11-13 Dodji Seketeli <dodji@redhat.com>
1565
1566 * configure.ac: Enable libsanitizer just on x86 linux for now.
1567 * configure: Re-generate.
1568
15692012-11-13 David Edelsohn <dje.gcc@gmail.com>
1570
1571 * configure.ac: Merge libquadmath sections.
1572 * configure: Regenerate.
1573
15742012-11-12 Wei Mi <wmi@google.com>
1575
1576 * configure.ac: Add libsanitizer to target_libraries.
1577 * Makefile.def: Ditto.
1578 * configure: Regenerate.
1579 * Makefile.in: Regenerate.
1580
f66a9a70
L
15812012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1582
1583 * configure: Regenerated.
1584
15852012-11-03 Robert Mason <rbmj@verizon.net>
1586
1587 * configure.ac: add --disable-libstdcxx configure option
1588 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1589
6d94c122
CV
15902012-10-24 Corinna Vinschen <corinna@vinschen.de>
1591
1592 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1593 against Mingw64 w32api.
1594 * configure: Regenerate.
1595
a882be68
EB
15962012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1597
1598 PR bootstrap/54820
1599 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1600 * configure: Regenerate.
1601
b3676d82
EB
16022012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1603
1604 PR bootstrap/54820
1605 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1606 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1607 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1608 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1609 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1610 * Makefile.in: Regenerate.
1611 * configure.ac (have_static_libs): New variable and associated check.
1612 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1613 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1614 * configure: Regenerate.
1615
7b0e8ca5
MF
16162012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1617
1618 * config.guess, config.sub: Include updated version from
1619 config-patches. Adds microblaze little endian support.
1620
8e71395b
L
16212012-09-28 Ian Lance Taylor <iant@google.com>
1622
1623 * Makefile.def: Make all-target-libgo depend on
1624 all-target-libbacktrace.
1625 * Makefile.in: Rebuild.
1626
16272012-09-26 Ian Lance Taylor <iant@google.com>
1628
1629 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1630 * Makefile.in: Rebuild.
1631
16322012-09-06 Diego Novillo <dnovillo@google.com>
1633
1634 * configure.ac: Bump minimum GMP version to 4.2.3.
1635 * configure: Re-generate.
1636
16372012-09-05 Georg-Johann Lay <avr@gjlay.de>
1638
1639 PR target/54461
1640 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1641 target-libgloss if not configured --with-avrlibc=no.
1642 * configure: Regenerate.
1643
16442012-09-04 Jason Merrill <jason@redhat.com>
1645
1646 * configure.ac: Fix --enable-languages=all.
1647
16482012-09-03 Richard Guenther <rguenther@suse.de>
1649
1650 PR bootstrap/54138
1651 * configure.ac: Re-organize ISL / CLOOG checks to allow
1652 disabling with either --without-isl or --without-cloog.
1653 * configure: Regenerated.
1654
16552012-09-03 Georg-Johann Lay <avr@gjlay.de>
1656
1657 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1658 * configure: Regenerate.
1659
d09bbf00
SE
16602012-09-21 Steve Ellcey <sellcey@mips.com>
1661
1662 * configure.ac: Add mips*-mti-elf* target.
1663 * configure: Regenerate.
1664
2bf680c4
ILT
16652012-09-19 Ian Lance Taylor <iant@google.com>
1666
1667 * configure.ac (host_libs): Add libbacktrace.
1668 (target_libraries): Add libbacktrace.
1669 * Makefile.def (host_modules): Add libbacktrace.
1670 (target_modules): Likewise.
1671 * configure, Makefile.in: Rebuild.
1672
5c0b3823
WL
16732012-09-15 Jiong Wang <jiwang@tilera.com>
1674
1675 * configure.ac (ENABLE_GOLD): support tilegx*
1676 * configure: rebuild
1677
1488e230
DE
16782012-09-14 David Edelsohn <dje.gcc@gmail.com>
1679
1680 PR target/38607
1681 Merge upstream change.
1682 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1683
1684 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1685 Add libgomp*.o to compare_exclusions for AIX.
1686 * configure: Regenerate.
1687
df6795ce
L
16882012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1689
1690 PR binutils/4970
1691 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1692 and opcodes.
1693 * Makefile.in: Regenerated.
1694
7ec59b9e
L
16952012-08-14 Diego Novillo <dnovillo@google.com>
1696
1697 Merge from cxx-conversion branch.
1698
1699 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1700 POSTSTAGE1_CONFIGURE_FLAGS.
1701 * Makefile.in: Regenerate.
1702 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1703 Force C++ when bootstrapping.
1704 * configure: Regenerate.
1705
17062012-07-06 Richard Guenther <rguenther@suse.de>
1707
1708 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1709 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1710 --with-gmp=system.
1711 * Makefile.in: Regenerated.
1712 * configure: Likewise.
1713
17142012-07-06 Richard Guenther <rguenther@suse.de>
1715
1716 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1717 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1718 supply V=1 as extra_make_flags.
1719 * configure: Regenerated.
1720 * Makefile.in: Likewise.
1721
17222012-07-03 Richard Guenther <rguenther@suse.de>
1723
1724 * Makfile.def (isl): Remove not necessary extra_exports and
1725 extra_make_flags.
1726 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1727 * Makefile.in: Regenerated.
1728
17292012-07-03 Richard Guenther <rguenther@suse.de>
1730
1731 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1732 * configure.ac: If either the ISL or the CLooG check failed
1733 do not try to build in-tree versions.
1734 * Makefile.in: Regenerated.
1735 * configure: Regenerated.
1736
17372012-07-02 Richard Guenther <rguenther@suse.de>
1738 Michael Matz <matz@suse.de>
1739 Tobias Grosser <tobias@grosser.es>
1740 Sebastian Pop <sebpop@gmail.com>
1741
1742 * Makefile.def: Add ISL host module, remove PPL host module.
1743 Adjust ClooG host module to use the proper ISL.
1744 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1745 * configure.ac: Include config/isl.m4. Add ISL host library,
1746 remove PPL. Remove PPL configury, add ISL configury, adjust
1747 ClooG configury.
1748 * Makefile.in: Regenerated.
1749 * configure: Likewise.
1750
17512012-07-02 Richard Guenther <rguenther@suse.de>
1752
1753 Merge from graphite branch
1754 2011-07-21 Tobias Grosser <tobias@grosser.es>
1755
1756 * configure: Regenerated.
1757 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1758 both cloog.org and legacy versions. The only supported version will
1759 be CLooG with the isl backend.
1760
1761 2011-07-21 Tobias Grosser <tobias@grosser.es>
1762
1763 * configure: Regenerated.
1764 * configure.ac: Require cloog isl 0.17.0
1765
1766 2011-07-21 Tobias Grosser <tobias@grosser.es>
1767
1768 * configure: Regenerated.
1769 * config/cloog.m4: Do not define CLOOG_ORG
1770
17712012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1772
1773 * configure.ac: Skip C if explicitly selected.
1774 * configure: Regenerate.
1775
17762012-06-28 Christophe Lyon <christophe.lyon@st.com>
1777
1778 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1779 they contain -O2.
1780 * configure: Regenerate.
1781
17822012-06-20 Jason Merrill <jason@redhat.com>
1783
1784 * Makefile.tpl (check-target-libgomp-c++): New.
1785 (check-target-libitm-c++): New.
1786 * Makefile.def (c++): Add them.
1787 * Makefile.in: Regenerate.
1788
17892012-05-16 Olivier Hainque <hainque@adacore.com>
1790
1791 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1792 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1793 (install-no-fixedincludes): Adjust accordingly.
1794 * Makefile.in: Regenerate.
1795
17962012-05-09 Nick Clifton <nickc@redhat.com>
1797 Paul Smith <psmith@gnu.org>
1798
1799 PR bootstrap/50461
1800 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1801 allow for the fact that from release v3.1.0 of MPFR the source
1802 files were moved into a src sub-directory.
1803 * configure: Regenerate.
1804
18052012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1806
1807 * configure.ac: Bump minimum MPFR version to 2.4.0.
1808 * configure: Regenerated.
1809
18102012-05-01 Richard Henderson <rth@redhat.com>
1811
1812 * Makefile.def (libatomic): New target_module.
1813 * configure.ac (target_libraries): Add libatomic.
1814 (noconfigdirs): Check if libatomic is supported.
1815 * Makefile.in, configure: Rebuild.
1816
f87f9c61
L
18172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1818
1819 Merge upstream change
1820 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1821
18222011-11-21 Andreas Tobler <andreast@fgznet.ch>
1823
1824 * libtool.m4: Additional FreeBSD 10 fixes.
1825
68f107fa
AO
18262012-06-28 Christophe Lyon <christophe.lyon@st.com>
1827
1828 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1829 they contain -O2.
1830 * configure: Regenerate.
1831
b9c361e0
JL
18322012-05-14 Catherine Moore <clm@codesourcery.com>
1833
1834 * NEWS: Mention PowerPC VLE port.
1835
9eb322aa
MF
18362012-05-11 Mike Frysinger <vapier@gentoo.org>
1837
1838 * MAINTAINERS (config/): Move to intl/ section.
1839 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1840
58b1dd21
NC
18412012-05-09 Nick Clifton <nickc@redhat.com>
1842 Paul Smith <psmith@gnu.org>
1843
1844 PR bootstrap/50461
1845 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1846 allow for the fact that from release v3.1.0 of MPFR the source
1847 files were moved into a src sub-directory.
1848 * configure: Regenerate.
1849
2e702c99
RM
18502012-05-02 Roland McGrath <mcgrathr@google.com>
1851
1852 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1853 * configure: Regenerate.
1854
d2213593
JB
18552012-04-25 Joel Brobecker <brobecker@adacore.com>
1856
1857 * config.sub: Update to 2012-04-18 version from official repo.
1858
202e2356
NC
18592012-03-19 Tristan Gingold <gingold@adacore.com>
1860
1861 * configure.ac (ia64*-*-*vms*): Add support for ld.
1862 * configure: Regenerate.
1863
2479f722
RO
18642012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1865
1866 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1867 (unsupported_languages): Remove mips-sgi-irix6.*.
1868 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1869 (with_stabs): Remove.
1870 * configure: Regenerate.
1871
4e97d92b
RO
18722012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1873
1874 * configure.ac (enable_libgomp): Remove *-*-osf*.
1875 (with_stabs): Remove alpha*-*-osf*.
1876 * configure: Regenerate.
1877
f9ea6f98
JJ
18782012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1879
1880 * COPYING.NEWLIB: Modify DJ Delorie license to include
1881 modification rights in clause as permitted by DJ Delorie.
1882 * COPYING.LIBGLOSS: Ditto.
1883
48688b3e
JJ
18842012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1885
1886 * COPYING.NEWLIB: Remove two unused licenses.
1887
0945bbee
TG
18882012-03-05 Tristan Gingold <gingold@adacore.com>
1889
1890 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1891 * configure: Regenerate.
1892
516be0c5
JJ
18932012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1894
1895 * COPYING.NEWLIB: Add Adapteva notice.
1896 * COPYING.LIBGLOSS: Add Adapteva notice.
1897
64b986c0
EB
18982011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1899
1900 * configure: Regenerate.
1901
58cddc18
JJ
19022011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1903
1904 * COPYING.LIBGLOSS: Add GPL with exception license.
1905
b121d7d4
DD
19062011-11-09 Roland McGrath <mcgrathr@google.com>
1907
1908 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1909 * configure: Rebuild.
1910 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1911 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1912 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1913 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1914 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1915 Add READELF.
1916 * Makefile.in: Rebuild.
1917
d32e2926
RH
19182011-11-08 Richard Henderson <rth@redhat.com>
1919
1920 * configure.ac: Test for libitm directory present first.
1921
1922 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1923
1924 * configure.ac: Test libitm/configure.tgt to disable libitm.
1925 * configure: Rebuild.
1926
98dd765a
RO
19272011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1928
1929 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1930 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1931 * Makefile.in: Regenerate.
1932
99c513f6
DD
19332011-11-01 DJ Delorie <dj@redhat.com>
1934
1935 * configure.ac (rl78-*-*) New case.
1936 * configure: Regenerate.
1937
ff3ec4ee
DD
19382011-11-01 DJ Delorie <dj@redhat.com>
1939
1940 * config.sub: Update to version 2011-10-29 (added rl78)
1941
c28a9f49
NC
19422011-10-27 Nick Clifton <nickc@redhat.com>
1943
1944 * config.sub: Import these changes from the config project:
1945
a903d6ac 1946 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1947 Ben Elliston <bje@gnu.org>
1948
1949 * config.sub (epiphany): New.
1950
1951 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1952 Ben Elliston <bje@gnu.org>
1953
9eb322aa 1954 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1955
1956 2011-08-23 Roland McGrath <mcgrathr@google.com>
1957
1958 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1959 64eb to be64.
1960
1961 2011-08-16 Roland McGrath <mcgrathr@google.com>
1962
1963 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1964 (nacl): Grok as alias for 32el-unknown-nacl.
1965
860144e4
JB
19662011-08-19 Joel Brobecker <brobecker@adacore.com>
1967
1968 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1969
40ae9136
YQ
19702011-08-14 Yao Qi <yao@codesourcery.com>
1971
1972 Merge from gcc:
1973
1974 2011-08-14 Yao Qi <yao@codesourcery.com>
1975 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1976 * configure: Regenerate.
1977
ffdd6afc
ILT
19782011-07-26 Ian Lance Taylor <iant@google.com>
1979
1980 Merge from gcc:
1981
1982 2011-07-26 Ian Lance Taylor <iant@google.com>
1983 * configure.ac: Set have_compiler based on whether gcc directory
1984 exists, rather than on whether gcc is in configdirs.
1985 * configure: Rebuild.
1986
1987 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1988 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1989 link directories.
1990 * Makefile.in: Rebuild.
1991
1992 2011-07-20 Ian Lance Taylor <iant@google.com>
1993 PR bootstrap/49787
1994 * configure.ac: Move --enable-bootstrap handling earlier in file.
1995 If --enable-bootstrap and either --enable-build-with-cxx or
1996 --enable-build-poststage1-with-cxx, enable C++ automatically.
1997 * configure: Rebuild.
1998
1999 2011-07-19 Ian Lance Taylor <iant@google.com>
2000 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2001 make C++ a boot_language. Set and substitute
2002 POSTSTAGE1_CONFIGURE_FLAGS.
2003 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2004 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2005 * configure, Makefile.in: Rebuild.
2006
2007 2011-07-16 Jason Merrill <jason@redhat.com>
2008 * Makefile.def (language=c++): Add check-c++0x and
2009 check-target-libmudflap-c++.
2010 * Makefile.tpl (check-target-libmudflap-c++): New.
2011 * Makefile.in: Regenerate.
2012
2013 2011-07-16 Matthias Klose <doko@ubuntu.com>
2014 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2015 * Makefile.def (target_modules/libjava): Pass
2016 $(EXTRA_CONFIGARGS_LIBJAVA).
2017 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2018 if not configured with --enable-static-libjava.
2019 * Makefile.in: Regenerate.
2020 * configure: Likewise.
2021
2022 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2023 PR regression/47836
2024 PR bootstrap/23656
2025 PR other/47733
2026 PR bootstrap/49247
2027 PR c/48825
2028 * configure.ac (target_libraries): Remove target-libiberty.
2029 Remove case-statement setting skipdirs=target-libiberty for
2030 multiple targets. Remove checking target_configdirs and
2031 removing target-libiberty but keeping target-libgcc if
2032 otherwise empty.
2033 * Makefile.def (target_modules): Don't add libiberty.
2034 (dependencies): Remove all traces of target-libiberty.
2035 * configure, Makefile.in: Regenerate.
2036
9ccb86e7
JM
20372011-07-22 Jason Merrill <jason@redhat.com>
2038
2039 * Makefile.def (language=c++): Add check-c++0x and
2040 check-target-libmudflap-c++.
2041 * Makefile.tpl (check-target-libmudflap-c++): New.
2042 * Makefile.in: Regenerate.
2043
090bc50f
RO
20442011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2045
2046 * configure: Regenerate.
2047
cff32a7c
RO
20482011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2049
2050 PR target/39150
2051 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2052 x86_64-*-solaris2.1[0-9]*.
2053 * configure: Regenerate.
2054
eb4b2452
NC
20552011-06-13 Walter Lee <walt@tilera.com>
2056
2057 * configure.ac (tilepro-*-*) New case.
2058 (tilegx-*-*): Likewise.
2059 * configure: Regenerate.
2060
3c0013bf
NC
20612011-06-06 Nick Clifton <nickc@redhat.com>
2062
2063 * config.sub: Sync from upstream.
2064
91c1f14c
DK
20652011-05-08 Doug Kwan <dougkwan@google.com>
2066
2067 Merge from gcc:
2068
2069 2011-05-08 Doug Kwan <dougkwan@google.com>
2070
2071 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2072 * configure: Regenerated.
2073 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2074 value from configure.
2075 * Makefile.in: Regenerated.
2076
c7e4b184
JM
20772011-05-05 Joseph Myers <joseph@codesourcery.com>
2078
2079 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2080 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2081 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2082 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2083 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2084 *-*-vxworks*): Disable newlib and libgloss in separate case
2085 statement.
2086 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2087 to separate case statement.
2088 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2089 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2090 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2091 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2092 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2093 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2094 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2095 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2096 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2097 i[[3456789]]86-*-rdos*, m32r-*-*,
2098 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2099 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2100 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2101 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2102 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2103 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2104 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2105 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2106 and libgloss in main case over targets. Remove most empty cases
2107 in main case over targets.
2108 * configure: Regenerate.
2109
7152a690
JM
21102011-05-04 Joseph Myers <joseph@codesourcery.com>
2111
2112 * configure.ac: Remove code setting special library locations for
2113 hppa*64*-*-hpux11*. Remove code setting compiler for
2114 sparc-sun-solaris2*.
2115 * configure: Regenerate.
2116
ff46fb8f
JM
21172011-05-04 Joseph Myers <joseph@codesourcery.com>
2118
2119 * configure.ac: Separate libgloss_dir settings from general case
2120 over targets.
2121 * configure: Regenerate.
2122
82ae827f
JM
21232011-04-28 Joseph Myers <joseph@codesourcery.com>
2124
2125 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2126 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2127 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2128 cases in libgcj-disabling case statement.
2129 (hppa*64*-*-linux*): Set unsupported_languages instead of
2130 disabling target-zlib.
2131 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2132 to hppa*64*-*-hpux*.
2133 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2134 hppa*-*-hpux*.
2135 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2136 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2137 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2138 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2139 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2140 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2141 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2142 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2143 libgcj-disabling case statement.
2144 * configure: Regenerate.
2145
0827f9a6
JM
21462011-04-28 Joseph Myers <joseph@codesourcery.com>
2147
2148 * configure.ac: Disable Java for targets not supporting libffi.
2149 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2150 Remove cases in Java-disabling statement.
2151 (*arm-wince-pe): Change to arm-wince-pe.
2152 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2153 cases in Java-disabling statement.
2154 (bfin-*-*): Don't disable Java again.
2155 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2156 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2157 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2158 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2159 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2160 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2161 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2162 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2163 Java-disabling statement.
2164 (mmix-*-*): Don't disable Java again.
2165 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2166 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2167 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2168 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2169 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2170 statement.
2171 * configure: Regenerate.
2172
899b04ef
JM
21732011-04-28 Joseph Myers <joseph@codesourcery.com>
2174
2175 Merge from GCC:
2176
2177 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2178
2179 PR lto/48086
2180 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2181 * configure: Regenerate.
2182
9863d716
JM
21832011-04-28 Joseph Myers <joseph@codesourcery.com>
2184
2185 * configure.ac: Separate cases disabling Java and Java libraries
2186 from general case over targets.
2187 * configure: Regenerate.
2188
a90ef4bf
JM
21892011-04-06 Joseph Myers <joseph@codesourcery.com>
2190
2191 * configure.ac (build_tools): Remove build-byacc.
2192 (host_libs): Remove mmalloc.
2193 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2194 autoconf automake libtool diff rcs fileutils shellutils time
2195 textutils wdiff find uudecode hello tar gzip indent recode release
2196 sed perl gawk findutils gettext zip.
2197 (libgcj): Remove target-qthreads.
2198 (target_tools): Remove target-examples target-gperf.
2199 (YACC): Don't handle building byacc.
2200 * configure: Regenerate.
2201 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2202 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2203 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2204 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2205 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2206 handle building components.
2207 * Makefile.in: Regenerate.
2208
05a02268
RW
22092011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2210
2211 * config.sub: Sync from upstream.
2212
c5f5c3c2
JM
22132011-04-01 Joseph Myers <joseph@codesourcery.com>
2214
2215 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2216 (microblaze*): Don't disable libssp.
2217 * configure: Regenerate.
2218
f6c1938b
JM
22192011-04-01 Joseph Myers <joseph@codesourcery.com>
2220
2221 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2222 moveifchange.
2223 * configure: Regenerate.
2224 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2225 * Makefile.in: Regenerate.
2226
1f111696
JM
22272011-04-01 Joseph Myers <joseph@codesourcery.com>
2228
2229 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2230 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2231 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2232 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2233 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2234 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2235 md_exec_prefix cases.
2236 * configure: Regenerate.
2237
065a5627
JM
22382011-04-01 Joseph Myers <joseph@codesourcery.com>
2239
2240 * configure.ac: Separate cases disabling target-libssp,
2241 target-libiberty, target-libstdc++-v3 and Fortran from general
2242 case over targets.
2243 * configure: Regenerate.
2244
b2f14e4a
JM
22452011-04-01 Joseph Myers <joseph@codesourcery.com>
2246
2247 * configure.ac (*-*-chorusos): Don't disable libgcj.
2248 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2249 Remove case.
2250 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2251 (arm-*-coff): Don't disable libgcj.
2252 (arm*-*-linux-gnueabi): Remove useless assignment.
2253 (arm-*-riscix*): Don't disable libgcj.
2254 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2255 configuration.
2256 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2257 (c54x*-*-*): Remove case.
2258 (tic54x-*-*): Don't disable GCC or GCC libraries.
2259 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2260 to *.
2261 (d10v-*-*): Don't disable GCC libraries.
2262 (d30v-*-*): Don't disable libgcj.
2263 (h8500-*-*): Don't disable GCC libraries.
2264 (i960-*-*): Don't disable libgcj.
2265 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2266 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2267 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2268 libgcj.
2269 (m68k-*-coff*): Remove case.
2270 (mmix-*-*): Don't disable libgloss on host.
2271 (mn10200-*-*, mn10300-*-*): Remove cases.
2272 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2273 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2274 Don't disable libgcj.
2275 (romp-*-*): Remove case.
2276 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2277 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2278 case.
2279 (v810-*-*): Don't disable GCC libraries.
2280 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2281 (ip2k-*-*): Don't disable GCC libraries.
2282 * configure: Regenerate.
2283
6a608608
JM
22842011-03-28 Joseph Myers <joseph@codesourcery.com>
2285
2286 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2287 libffi on host.
2288 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2289 on host.
2290 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2291 * configure: Regenerate.
2292
5b806d27
NC
22932011-03-26 John Marino <binutils@marino.st>
2294
2295 * configure.ac: Add support for *-*-dragonfly*
2296 * configure: Regenerate.
2297
0377a422
JM
22982011-03-25 Joseph Myers <joseph@codesourcery.com>
2299
2300 * configure.ac (native_only): Remove.
2301 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2302 send-pr uudecode guile gnuserv on host.
2303 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2304 send-pr rcs guile perl texinfo libtool on host.
2305 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2306 automake send-pr rcs guile perl texinfo libtool on host.
2307 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2308 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2309 (alpha*-dec-osf*): Don't disable fileutils on target.
2310 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2311 texinfo send-pr expect dejagnu on target.
2312 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2313 target-qthreads on target.
2314 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2315 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2316 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2317 x86_64-*-mingw*): Don't disable expect on target.
2318 (*-*-cygwin*): Don't disable target-gperf on target.
2319 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2320 gnuserv on target.
2321 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2322 target.
2323 * configure: Regenerate.
2324
2354b38b
JM
23252011-03-25 Joseph Myers <joseph@codesourcery.com>
2326
2327 * configure.ac (target_tools): Remove target-groff.
2328 (native_only): Remove target-groff.
2329 (hppa*64*-*-*): Don't disable byacc.
2330 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2331 setting.
2332 (*-*-kaos*): Don't skip target-librx and target-groff.
2333 (*-*-netware*): Don't skip target-libmudflap.
2334 (*-*-tpf*): Don't skip target-libmudflap.
2335 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2336 directories on the host.
2337 (ia64*-*-*vms*): Don't skip tix.
2338 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2339 host.
2340 * configure: Regenerate.
2341
28d9b232
PB
23422011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2343
2344 * configure.ac: Remove references to mt-mep, mt-netware,
2345 mt-wince.
2346 * Makefile.def: Add all-utils soft dependencies.
2347 * Makefile.tpl: Remove GDB_NLM_DEPS.
2348 * configure: Regenerate.
2349 * Makefile.in: Regenerate.
2350
dbbe5f95
PB
23512011-03-24 Paolo Bonzini <bonzini@gnu.org>
2352
2353 Sync from GCC:
2354
2355 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2356
2357 * configure.ac: Do not include mh-x86omitfp.
2358 * configure: Regenerate.
2359
2360 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2361
2362 * configure.ac: Remove empty cases.
2363 * configure: Regenerate.
2364
2365 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2366
2367 * Makefile.def: Add dependency from termcap to gdb.
2368 * Makefile.in: Regenerate.
2369
2370 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2371
2372 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2373 * configure: Regenerate.
2374 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2375 * Makefile.tpl: Likewise.
2376 * Makefile.in: Regenerate.
2377
2378 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2379
2380 * configure.ac: Remove all mentions of tentative_cc.
2381 * configure: Regenerate.
2382
2383 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2384
2385 PR lto/48086
2386 * configure.ac: Re-enable LTO on *-apple-darwin9.
2387 * configure: Regenerate.
2388
3516a403
JM
23892011-03-24 Joseph Myers <joseph@codesourcery.com>
2390
2391 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2392 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2393 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2394 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2395 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2396 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2397 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2398 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2399 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2400 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2401 *-*-rhapsody*): Remove host cases.
2402 * configure: Regenerate.
2403
93cc359e
JM
24042011-03-24 Joseph Myers <joseph@codesourcery.com>
2405
2406 * configure.ac (ppc*-*-pe): Remove host case.
2407 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2408 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2409 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2410 cases.
2411 * configure: Regenerate.
2412
29b2c556
JM
24132011-03-24 Joseph Myers <joseph@codesourcery.com>
2414
2415 * config.sub: Update to version 2011-03-23.
2416
f0ff0f90
JM
24172011-03-22 Joseph Myers <joseph@codesourcery.com>
2418
2419 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2420 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2421 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2422 * configure: Regenerate.
2423
782cb41f
JM
24242011-03-22 Joseph Myers <joseph@codesourcery.com>
2425
2426 * config-ml.in: Don't handle arc-*-elf*.
2427 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2428 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2429 handle GCC libraries.
2430 * configure: Regenerate.
2431
0e8ad34f
RO
24322011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2433
2434 PR bootstrap/48120:
2435 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2436 Add -lstdc++ -lm to LIBS.
2437 * configure: Regenerate.
2438
5548b4ce
DE
24392011-03-18 David Edelsohn <dje.gcc@gmail.com>
2440
2441 * config.guess: Update to version 2011-02-02
2442 * config.sub: Update to version 2011-02-24
2e702c99 2443
86ed8cf6
SP
24442011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2445
9eb322aa
MF
2446 * configure.ac: Adjust test of with_ppl.
2447 * configure: Regenerated.
86ed8cf6 2448
b123da99
SP
24492011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2450
2451 * configure.ac: Add -lpwl to ppllibs.
2452 * config/cloog.m4: Add -lisl to clooglibs.
2453 * configure: Regenerated.
2454
822ce8ee
RW
24552011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2456
2457 Import from Libtool and gnulib:
2458
2459 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2460
2461 Prepare for supporting FreeBSD 10.
2462 * config.rpath: Remove handling of freebsd1* which soon would
2463 match FreeBSD 10.0.
2464
2465 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2466
2467 Remove support for FreeBSD 1.x.
2468 * libtool.m4 (_LT_LINKER_SHLIBS)
2469 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2470 soon would incorrectly match FreeBSD 10.0.
2471
dcb5e506
RW
24722011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2473
2474 PR binutils/12283
2475 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2476 (move-if-change): Comes from gnulib.
2477 * move-if-change: Import version from gnulib.
2478
8d8eef9a
RW
24792011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2480
2481 Sync from GCC:
2482
2483 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2484
2485 PR lto/47225
2486 * Makefile.def (lto-plugin): Double dash for enable-shared.
2487 (configure-gcc): Depend on all-lto-plugin.
2488 * Makefile.in: Rebuilt.
2489
2490 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2491
2492 * configure.ac: Remove extra bracket.
2493 * configure: Regenerate.
2494
2495 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2496
2497 PR lto/47225
2498 * Makefile.def: Add dependency for install-gcc
2499 on install-lto-plugin.
2500 * Makfile.in: Regenerated
2501
2502 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2503
2504 * configure.ac: If with_ppl is no, move setting with_cloog=no
2505 after CLOOG_REQUESTED check.
2506 * configure: Regenerated.
2507
2508 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2509
2510 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2511 CLooG has been requested.
2512 * configure: Regenerated.
2513
2514 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2515
2516 * configure: Regenerated.
2517 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2518
2519 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2520
2521 * configure: Regenerated.
2522 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2523
2524 2011-01-07 Jan Hubicka <jh@suse.cz>
2525
2526 PR lto/47225
2527 * Makefile.in: Regenerate.
2528 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2529 configure.
2530
65b4571a
AO
25312011-01-31 Alexandre Oliva <aoliva@redhat.com>
2532
2533 PR libgcj/44341
2534 * configure.ac: Discard --with-* flags for host when configuring
2535 target libraries for cross build.
2536 * configure: Rebuilt.
2537
7837304f
AS
25382011-01-21 Andreas Schwab <schwab@redhat.com>
2539
2540 Sync from GCC:
2541
2542 2011-01-21 Andreas Schwab <schwab@redhat.com>
2543
2544 * configure.ac: Use AS_HELP_STRING throughout.
2545 * configure: Regenerate.
2546
2547 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2548
2549 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2550 * configure: Regenerate.
2551
115ef890
RW
25522010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2553
2554 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2555
92c9a463
JB
25562011-01-13 Joel Brobecker <brobecker@adacore.com>
2557
2558 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2559 for ia64-hpux.
2560 * configure: Regenerate.
2561
887ebfb4
RW
25622011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2563
2564 Sync from GCC:
2565 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2566
2567 * configure.ac: (picochip): Disable libiberty.
2568 * configure: Regenerate.
2569
04d2c2b2
JJ
25702010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2571
2572 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2573
33d23ee8
ILT
25742010-12-10 Ian Lance Taylor <iant@google.com>
2575
2576 PR bootstrap/46819
2577 * configure.ac: For --disable-libgcj clear libgcj_saved.
2578 * configure: Rebuild.
2579
89a1e9c3
PB
25802010-12-10 Tobias Burnus <burnus@net-b.de>
2581
2582 PR fortran/46540
2583 * configure.ac: Add --disable-libquadmath and
2584 --disable-libquadmath-support.
2585 * configure: Regenerate.
2586
ac7bcd26
TG
25872010-12-10 Tristan Gingold <gingold@adacore.com>
2588
2589 * src-release (ETC_SUPPORT): add gnu-oids.texi
2590
d357cef7
HPN
25912010-12-03 Hans-Peter Nilsson <hp@axis.com>
2592
2593 PR libffi/46792
2594 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2595 * configure: Regenerate.
2596
4f11b223
ILT
25972010-12-02 Ian Lance Taylor <iant@google.com>
2598
2599 * configure.ac: Always set default for poststage1_ldflags to
2600 -static-libstdc++ -static-libgcc.
2601
989abc33
JJ
26022010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2603
2604 * COPYING.NEWLIB: Add National Semiconductor notice.
2605
950386c6
AS
26062010-11-29 Andreas Schwab <schwab@redhat.com>
2607
2608 * configure.ac: Move comment to remove extra space in last argument
2609 of GCC_TARGET_TOOL.
2610
87cda2cf
AO
26112010-11-26 Alexandre Oliva <aoliva@redhat.com>
2612
7d509c83 2613 PR other/46026
87cda2cf
AO
2614 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2615 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2616 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2617 (BASE_FLAGS_TO_PASS): Use it.
2618 * configure: Rebuilt.
2619 * Makefile.in: Rebuilt.
2620
d3b50760
L
26212010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2622
2623 PR binutils/12258
2624 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2625 Properly check default linker.
2626 * configure: Regnerated.
2627
c7791212
NC
26282010-11-23 Matthias Klose <doko@ubuntu.com>
2629
2630 * configure.ac: For --enable-gold, handle value `default' instead of
2631 `both*'. New configure option --{en,dis}able-ld.
2632 * configure: Regenerate.
2633
9e1a94f4
ILT
26342010-11-20 Ian Lance Taylor <iant@google.com>
2635
2636 * configure.ac: Only disable a language library if no language needs
2637 it. Don't let --disable-libgcj uncondtionally disable libffi.
2638 * configure: Rebuild.
2639
ceca0218
PB
26402010-11-20 Paolo Bonzini <bonzini@gnu.org>
2641
2642 * configure: Regenerate.
2643
9b980aa1
RW
26442010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2645
2646 PR other/46202
2647 * configure.ac: Fix just-built in-tree STRIP name to be
2648 binutils/strip-new.
2649 * configure: Regenerate.
2650 * Makefile.def (install-strip-gcc, install-strip-binutils)
2651 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2652 (install-strip-sid): Mirror dependencies on non-strip variants
2653 of these targets on the respective -strip prerequisites.
2654 * Makefile.tpl (install-strip, install-strip-host)
2655 (install-strip-target): New targets.
2656 (install-strip-[+module+], install-strip-target-[+module+]):
2657 New targets.
2658 * Makefile.in: Regenerate.
2659
e552509b
ILT
26602010-11-19 Ian Lance Taylor <iant@google.com>
2661 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2662
2663 * configure.ac: Add target-libgo to target_libraries. Set
2664 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2665 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2666 (HOST_EXPORTS): Add GOC.
2667 (BASE_TARGET_EXPORTS): Add GOC.
2668 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2669 (GOCFLAGS_FOR_TARGET): New variable.
2670 (EXTRA_HOST_FLAGS): Add GOC.
2671 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2672 * Makefile.def (target_modules): Add libgo.
2673 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2674 (dependencies): Add dependency from configure-target-libgo to
2675 configure-target-libffi and all-target-libstdc++-v3. Add
2676 dependencies from all-target-libgo to all-target-libffi.
2677 (languages): Add go.
2678 * configure: Rebuild.
2679 * Makefile.in: Rebuild.
2680
26812010-11-19 Ian Lance Taylor <iant@google.com>
2682
2683 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2684 compiler/flag environment variables.
2685
26862010-11-18 Ian Lance Taylor <iant@google.com>
2687
2688 * configure.ac: Check for lang_requires_boot_languages in
2689 config-lang.in files.
2690 * configure: Rebuild.
2691
8c21d9c7
MF
26922010-11-17 Mike Frysinger <vapier@gentoo.org>
2693
2694 * .gitignore: New file.
2695
e552509b
ILT
26962010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2697 Tobias Burnus <burnus@net-b.de>
2698
2699 PR fortran/32049
2700 * Makefile.def: Add libquadmath; build it with language=fortran.
2701 * configure.ac: Add libquadmath.
2702 * Makefile.tpl: Handle multiple libs in check-[+language+].
2703 * Makefile.in: Regenerate.
2704 * configure: Regenerate.
2705
27062010-11-15 Andreas Schwab <schwab@redhat.com>
2707
2708 * configure.ac: Fix spelling in option names.
2709 * configure: Regenerated.
2710
27112010-11-13 Georg-Johann Lay <georgjohann@web.de>
2712
2713 PR bootstrap/39622
2714 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2715 * configure: Regenerated.
2716
27172010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2718
2719 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2720 define the cloog backend to use. Furthermore, only pass the ppllibs to
2721 the configure checks, if necessary.
2722 * configure: Regenerate.
2723
27242010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2725
2726 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2727 * configure: regenerate
2728
27292010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2730
2731 * config/cloog.m4: Fix typo. verison -> version.
2732 * configure: Regenerate.
2733
27342010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2735
2736 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2737 * configure: Regenerate.
2738
27392010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2740
2741 * configure.ac: Support official CLooG.org versions.
2742 * configure: Regenerate.
2743 * config/cloog.m4: New.
2744
aa291e2d
ME
27452010-11-05 Michael Eager <eager@eagercon.com>
2746
2747 * COPYING.LIBGLOSS: Correct typo in microblaze.
2748 * COPYING.NEWLIB: Same.
2749
e552509b
ILT
27502010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2751
2752 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2753 * configure: Regenerate.
2754
74cea91b
DK
27552010-11-03 Ian Lance Taylor <iant@google.com>
2756 Dave Korn <dave.korn.cygwin@gmail.com>
2757
2758 PR lto/46273
2759 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2760 and on other supported platforms whenever LTO is enabled.
2761 * configure: Rebuild.
2762
6d0cd39e
AM
27632010-11-02 Alan Modra <amodra@gmail.com>
2764
2765 PR binutils/12110
2766 * configure.ac: Error when source path contains spaces.
2767 * configure: Regenerate.
2768
18a8530e
ILT
27692010-10-20 Ian Lance Taylor <iant@google.com>
2770
2771 * Makefile.def (target_modules): Set lib_path to src/.libs for
2772 libstdc++-v3 module.
2773 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2774 * Makefile.in: Rebuild.
2775
6ed3211e
JJ
27762010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2777 Joseph Myers <joseph@codesourcery.com>
2778
2779 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2780 notices.
2781 * COPYING.NEWLIB: Add Texas Instruments notice.
2782
a8eb3f0a
DK
27832010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2784
2785 * configure.ac (build_lto_plugin): New shell variable.
2786 (--enable-lto): Turn on by default for all non-ELF platforms that
2787 have had LTO support added so far. Set build_lto_plugin appropriately
2788 for both ELF and non-ELF.
2789 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2790 * configure: Regenerate.
2791
4074d5f2
RW
27922010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2793
2794 PR bootstrap/45326
2795 PR bootstrap/45174
2796 * configure.ac: Honor initial values of $build_configargs,
2797 $host_configargs, $target_configargs. Mark the precious, so
2798 environment settings get recorded.
2799 * configure: Regenerate.
2800
29821356
RW
28012010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2802
2803 Sync from GCC:
2804
2805 2010-09-30 Michael Eager <eager@eagercon.com>
2806
2807 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2808 * configure: Regenerate.
2809
2810 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2811
2812 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2813 targets and amend comment.
2814 * configure: Regenerate.
2815
2816 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2817
2818 * configure.ac: Enable LTO by default on Darwin.
2819 * configure: Regenerate.
2820
2821 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2822
2823 PR bootstrap/44455
2824 * configure.ac (extra_mpfr_configure_flags): Copy from
2825 extra_mpc_gmp_configure_flags.
2826 * configure: Re-generated.
2827
57eefe4d
RW
28282010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2829
2830 Sync from GCC:
2831
2832 PR bootstrap/45796
2833 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2834 Depend on all-build-libiberty.
2835 * Makefile.in: Regenerate.
2836
28372010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2838
2839 Sync from GCC:
2840
2841 PR bootstrap/44621
2842 * configure.ac: Fix unportable shell quoting.
2843 * configure: Regenerate.
2844
48bb73dd
RW
28452010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2846
2847 * configure.ac: Support all v850 targets.
2848 * configure: Regenerate.
2849
1d14850f
PB
28502010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2851
2852 PR target/44862
2853 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2854 Provide -B option to allow for link spec %s substitutions for
2855 libstdc++.a on darwin.
2856 * Makefile.in: Regenerate.
2857
7530c480
AO
28582010-06-10 Alexandre Oliva <aoliva@redhat.com>
2859
2860 * Makefile.def (configure-gcc): Depend on all-libelf.
2861 * Makefile.in: Rebuild.
2862
285d560d
RW
28632010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2864
2865 * config.sub, config.guess: Update from upstream sources.
2866
a009f2e7
RW
28672010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2868
2869 Sync from GCC:
2870
2871 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2872 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2873 * configure: Regenerated.
2874
2875 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2876 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2877 * configure: Regenerate.
2878
2879 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2880 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2881 * configure: Regenerate.
2882
2883 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2884 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2885 separately.
2886 * configure: Regenerate.
2887
2888 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2889 * configure: Regenerate after change to elf.m4.
2890
2891 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2892 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2893 * configure: Regenerated.
2894
2895 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2896 * configure.ac: Print "buggy but acceptable" when CLooG
2897 revision is less than 9.
2898 * configure: Regenerated.
2899
e49e5c92
DK
29002010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2901
2902 Merge from gcc:
2903
2904 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2905 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2906 * configure: Regenerate.
2907
2908 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2909 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2910 a platform that supports LTO.
2911 * configure: Regenerate.
2912
2913 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2914 PR lto/42776
2915 * configure.ac (--enable-lto): Refactor handling so libelf tests
2916 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2917 and allow LTO to be explicitly enabled on non-ELF platforms that
2918 are known to support it inside else-clause.
2919 * configure: Regenerate.
2920
e6de499b
NC
29212010-04-27 Roland McGrath <roland@redhat.com>
2922 H.J. Lu <hongjiu.lu@intel.com>
2923
2924 * configure.ac (--enable-gold): Support both, both/gold and
2925 both/bfd to add gold to configdirs without removing ld.
2926 * configure: Regenerated.
2927
2928 * Makefile.def: Add install-gold dependency to install-ld.
2929 * Makefile.in: Regenerated.
2930
d594eacc
TG
29312010-04-14 Tristan Gingold <gingold@adacore.com>
2932
2933 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2934 * configure: Regenerate.
2935
938d2b74
RW
29362010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2937
2938 Merge from gcc:
2939 PR bootstrap/43615
2940 PR bootstrap/43328
2941 Revert:
2942 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2943 * configure.ac: Do not pass --enable-multilib nor
2944 --disable-multilib in baseargs. Accept explicitly passed
2945 --enable_multilib.
2946 * configure: Regenerate.
2947
a9ef41a7
RW
29482010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2949
2950 PR bootstrap/43328
2951 * configure.ac: Do not pass --enable-multilib nor
2952 --disable-multilib in baseargs. Accept explicitly passed
2953 --enable_multilib.
2954 * configure: Regenerate.
2955
619a3713
JM
29562010-03-23 Joseph Myers <joseph@codesourcery.com>
2957
2958 * configure.ac (tic6x-*-*): New case.
2959 * configure: Regenerate.
2960
92f4e989
JM
29612010-03-23 Joseph Myers <joseph@codesourcery.com>
2962
2963 Merge from gcc:
2964 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2965 PR ada/42554
2966 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2967 * configure: Regenerate.
2968
c35a0556
JM
29692010-03-23 Joseph Myers <joseph@codesourcery.com>
2970
2971 * config.sub: Update to version 2010-03-22.
2972 * config.guess: Update to version 2009-12-30.
2973
18fa8f9c
JM
29742010-03-14 Joseph Myers <joseph@codesourcery.com>
2975
2976 Merge from gcc:
2977 2010-01-11 Richard Guenther <rguenther@suse.de>
2978 PR lto/41569
2979 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2980 * Makefile.in: Regenerated.
2981
ba98da75
RO
29822010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2983
2984 PR libstdc++/32499
2985 * configure.ac (RANLIB): Default to true.
2986 (STRIP): Likewise.
2987 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2988 * configure: Regenerate.
2989
3994761f
NC
29902010-02-17 Nick Clifton <nickc@redhat.com>
2991
2992 PR 11238
2993 * Makefile.tpl (local-distclean): Also remove config.cache files in
2994 sub-directories as there may not be Makefiles present in the
2995 sub-directories.
792cdb50
NC
2996 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2997 the config.cache files found by the find command.
2998
3994761f
NC
2999 * Makefile.in: Regenerate.
3000 * configure.ac: Revert previous delta.
3001 * configure: Regenerate.
3002
01a82011
NC
30032010-02-15 Nick Clifton <nickc@redhat.com>
3004
3005 PR 11238
3006 * configure.ac: Delete config.cache files in sub-directories when
3007 deleting Makefiles.
3008 * configure: Regenerate.
3009
143754cd
NC
30102010-02-15 Nick Clifton <nickc@redhat.com>
3011
3012 * configure.ac: Sync from gcc.
3013 * configure: Regenerate.
3014
a6b5846e
KG
30152010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3016
3017 Sync from gcc:
3018 * configure.ac: Add "recommended" version checks for GMP/MPC.
3019 Update recommended GMP/MPFR/MPC versions.
3020 * configure: Regenerate.
3021
2aa2364a
JR
30222010-01-25 Joern Rennecke <amylaar@spamcop.net>
3023
3024 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3025 * configure.ac (bootstrap_target_libs): Make inclusion of
3026 target-libgomp conditional on libgomb being in target_configdirs.
3027 * configure: Regenerate.
3028
d35e937f
JR
30292010-01-23 Joern Rennecke <amylaar@spamcop.net>
3030
3031 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3032 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3033 * configure: Regenerate.
3034
911e63d0
JR
30352010-01-22 Joern Rennecke <amylaar@spamcop.net>
3036
3037 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3038 * configure.ac (target_configdirs): Substitute.
3039 * Makefile.def: Bootstrap target module libgomp.
3040 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3041 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3042 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3043 * configure, Makefile.in: Regenerate.
3044
3725885a
RW
30452009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3046
3047 * libtool.m4: Sync from git Libtool.
3048 * ltmain.sh: Likewise.
3049 * ltoptions.m4: Likewise.
3050 * ltversion.m4: Likewise.
3051 * lt~obsolete.m4: Likewise.
3052
d5f2ee2e 30532010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3054 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3055
3056 PR bootstrap/42424
3057 * configure.ac: Include libtool m4 files.
9eb322aa 3058 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3059 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3060 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3061
d5f2ee2e
KG
3062 * configure: Regenerate.
3063
f2b2dd91
RW
30642010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3065
3066 PR bootstrap/41818
3067 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3068 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3069 * Makefile.in: Regenerate.
3070
06ca7962
BE
30712009-12-18 Ben Elliston <bje@au.ibm.com>
3072
3073 * config.sub, config.guess: Update from upstream sources.
3074
30a16d7b
JJ
30752009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3076
3077 * COPYING.NEWLIB: Update copyright date.
3078 * COPYING.LIBGLOSS: Ditto.
3079
d9b76ff9
KG
30802009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3081
3082 PR middle-end/30447
3083 PR middle-end/30789
3084 PR other/40302
3085
3086 * configure.ac: Require MPC.
3087 * configure: Regenerate.
3088
3089 * configure.ac: Update minimum MPC version to 0.8.
3090 * configure: Regenerate.
3091
e12dec02
PB
30922009-11-20 Paolo Bonzini <bonzini@gnu.org>
3093
3094 * config.guess: Sync with upstream and gcc.
3095 * config.sub: Sync with upstream and gcc.
3096
606a9ca0
AO
30972009-11-16 Alexandre Oliva <aoliva@redhat.com>
3098
3099 * Makefile.def: Restore host and target settings for gmp.
3100 * Makefile.in: Rebuild.
3101
1f53ca9a
AO
31022009-11-16 Alexandre Oliva <aoliva@redhat.com>
3103
3104 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3105 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3106 Fix portability of test of C++ as bootstrap language. Add
3107 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3108 * configure: Rebuild.
3109 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3110 and cloog. Fix in-tree ppl configuration. Introduce libelf
3111 in-tree building.
3112 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3113 (POSTSTAGE1_HOST_EXPORTS): Use it.
3114 (STAGE[+id+]_CXXFLAGS): New.
3115 (BASE_FLAGS_TO_PASS): Pass it down.
3116 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3117 extra_exports.
3118 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3119 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3120 extra_exports.
3121 * Makefile.in: Rebuild.
3122
31232009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3124
3125 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3126 paths for *-w64-mingw* and x86_64-*mingw*.
3127 * configure: Regenerated.
3128
31292009-10-30 Kai Tietz <kai.tietz@onevision.com>
3130
3131 * configure.ac: Disable target-winsup & co for
3132 x86_64-*-mingw* and *-w64-mingw* targets.
3133 * configure: Regenerated.
3134
31352009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3136
3137 * configure.ac (CLooG test): Use = with test.
3138 * configure: Regenerate.
3139
31402009-10-22 Richard Guenther <rguenther@suse.de>
3141
3142 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3143 cloog if the ppl version check failed. Move flags saving
3144 before setting in libelf check.
3145 * configure: Regenerate.
3146
31472009-10-21 Richard Guenther <rguenther@suse.de>
3148
3149 * configure.ac: Adjust the ppl and cloog configure to work as
3150 documented. Disable cloog if ppl was disabled. Omit the version
3151 checks if they were disabled.
3152 * configure: Re-generate.
3153
6811fb56
RW
31542009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3155
3156 * configure.ac: Add 'lto' to enable_languages, not
3157 new_enable_languages, and only if not already present.
3158 * configure: Regenerate.
3159
700d40ca
ILT
31602009-10-06 Ian Lance Taylor <iant@google.com>
3161
3162 * Makefile.def: check-gold depends upon all-gas.
3163 * Makefile.in: Rebuild.
3164
31652009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3166
3167 * Makefile.def: all-lto-plugin depends on all-libiberty.
3168 set bootstrap=true for lto-plugin.
3169 Add lto-plugin.
3170 * Makefile.in: Regenerate.
3171 * configure.ac (host_libs): Add lto-plugin.
3172 * configure: Regenerate.
3173
31742009-10-03 Diego Novillo <dnovillo@google.com>
3175
3176 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3177 (HOST_LIBELFLIBS): Define.
3178 (HOST_LIBELFINC): Define.
3179 * Makefile.in: Regenerate.
3180 * configure.ac: Add --enable-lto.
3181 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3182 If --enable-lto is used, add 'lto' to new_enable_languages.
3183 If --enable-lto is used and gold is enabled, add
3184 lto-plugin to configdirs.
3185 * configure: Regenerate.
3186
31872009-10-03 Simon Baldwin <simonb@google.com>
3188
3189 * configure.ac: If --with-system-zlib, suppress local zlib and
3190 pass --with-system-zlib to subdir configure scripts.
3191 * configure: Regenerate.
3192
31932009-10-01 Loren J. Rittle <ljrittle@acm.org>
3194 Paolo Bonzini <bonzini@gnu.org>
3195
3196 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3197 $(srcdir).
3198 * Makefile.in: Rebuilt.
3199
c8cb1b3e
PB
32002009-09-29 Paolo Bonzini <bonzini@gnu.org>
3201
3202 Sync from gcc:
3203 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3204
3205 * configure.ac: Update minimum MPC version to 0.7.
3206 * configure: Regenerate.
3207
30167e0a
NC
32082009-09-25 Nick Clifton <nickc@redhat.com>
3209
3210 * configure.ac: Pass any --cache-file=/dev/null option on to
3211 subconfigures.
3212 * configure: Regenerate.
3213
707a0b5c
NC
32142009-09-23 Nick Clifton <nickc@redhat.com>
3215
3216 * config.sub, config.guess: Update from upstream sources.
3217
700d40ca
ILT
32182009-09-22 Loren J. Rittle <ljrittle@acm.org>
3219
3220 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3221 * Makefile.in: Rebuilt.
3222
2fd0b40b
RW
32232009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3224
3225 PR bootstrap/32272
3226 * configure.ac: Error out if $srcdir isn't '.' but contains
3227 host-${host_noncanonical}.
3228 * configure: Regenerate.
3229
4385ad3c
RW
32302009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3231
16b1ad29
RW
3232 * configure.ac: If bootstrapping a combined tree with
3233 --enable-gold, require c++ in stage1_languages.
3234 * configure: Regenerate.
3235
f8dc745f
RW
3236 * configure.ac: Also add target_libs of stage1_languages to
3237 bootstrap_target_libs.
3238 * configure: Regenerate.
3239
4385ad3c
RW
3240 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3241 with --enable-languages not containing c++.
3242 * configure: Regenerate.
3243
df51e4e1
JZ
32442009-09-16 Jie Zhang <jie.zhang@analog.com>
3245
3246 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3247 * configure: Regenerate.
3248
06a51eac
RW
32492009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3250
3251 * configure.ac: Do not use $extrasub for replacing @if/@endif
3252 parts in Makefile; instead, use additional arguments to
3253 AC_CONFIG_COMMANDS to do the replacement manually, with several
3254 sed invocations, to avoid HP-UX sed command limits.
3255 * configure: Regenerate.
3256
96655cc4
AO
32572009-09-04 Alexandre Oliva <aoliva@redhat.com>
3258
3259 * configure.ac (with-build-config): Document. Handle without.
3260 Handle missing argument.
3261 * configure: Rebuilt.
3262
32632009-09-03 Alexandre Oliva <aoliva@redhat.com>
3264
3265 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3266 Default to bootstrap-debug only if compare-debug works.
3267 * configure: Rebuilt.
3268 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3269 * Makefile.in: Rebuilt.
3270
32712009-09-01 Alexandre Oliva <aoliva@redhat.com>
3272
3273 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3274 * Makefile.in: Rebuilt.
3275
8e957354
PB
32762009-09-02 Paolo Bonzini <bonzini@gnu.org>
3277
3278 * Makefile.tpl (AWK): Fix typo.
3279 * Makefile.in: Regenerate.
3280
32812009-09-02 Paolo Bonzini <bonzini@gnu.org>
3282
3283 * configure.ac: Detect awk and sed.
3284 * Makefile.def (flags_to_pass): Add AWK and SED.
3285 * Makefile.tpl (AWK, SED): New.
3286 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3287 * configure: Regenerate.
3288 * Makefile.in: Regenerate.
3289
fb792462
TG
32902009-09-01 Tristan Gingold <gingold@adacore.com>
3291
3292 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3293 Remove logical names.
3294
a69e7d0a
DK
32952009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3296
3297 * ltmain.sh (func_normal_abspath): New function.
3298 (func_relative_path): Likewise.
3299 (func_mode_help): Document new -bindir option for link mode.
3300 (func_mode_link): Add new -bindir option, and use it to place
3301 output DLL if specified.
3302
d444d2ba
RW
33032009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3304
3305 * configure.ac (AC_PREREQ): Bump to 2.64.
3306
13b7343a
RW
33072009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3308
af542c2e
RW
3309 * README-maintainer-mode: Point directly to upstream locations
3310 for autoconf, automake, libtool, gettext, instead of copies on
3311 sources.redhat.com. Document required versions.
3312 * configure.ac: Do not substitute datarootdir, htmldir,
3313 pdfdir, docdir. Do not process --with-datarootdir,
3314 --with-htmldir, --with-pdfdir, --with-docdir.
3315 * configure: Regenerate.
3316
81ecdfbb
RW
3317 * configure: Regenerate.
3318
13b7343a
RW
3319 * compile: Sync from Automake 1.11.
3320 * depcomp: Likewise.
3321 * install-sh: Likewise.
3322 * missing: Likewise.
3323 * mkinstalldirs: Likewise.
3324 * ylwrap: Likewise.
3325
c1102ce7
RW
33262009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3327
34a0f3cf
RW
3328 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3329 (baseargs): Add --disable-option-checking.
3330 * configure: Regenerate.
3331
c1102ce7
RW
3332 * Makefile.def (configure-target-libiberty): Depend on
3333 all-binutils and all-ld.
3334 (configure-target-newlib): Likewise.
3335 * Makefile.in: Regenerate.
3336
e8a5fa9c
RW
33372009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3338
3339 Sync with GCC, merge:
3340
3341 2009-07-31 Christian Bruel <christian.bruel@st.com>
3342
3343 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3344 * configure: Regenerate.
3345
3346 2009-07-06 Ian Lance Taylor <iant@google.com>
3347
3348 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3349 * configure: Rebuild.
3350
3351 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3352
3353 PR bootstrap/40338
3354 * configure.ac (comparestring): Create new variable.
3355 * Makefile.tpl (comparestring): Use to skip some comparisions.
3356 * configure: Regenerate.
3357 * Makefile.in: Regenerate.
3358
3359 2009-06-23 Ian Lance Taylor <iant@google.com>
3360
3361 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3362 boot_languages. Only bootstrap target libraries listed in
3363 target_libs for some boot language. Add --with-stage1-ldflags,
3364 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3365 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3366 if not building with C++.
3367 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3368 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3369 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3370 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3371 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3372 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3373 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3374 * configure, Makefile.in: Rebuild.
3375
3376 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3377
3378 * configure.ac: Detect MPC in default directory.
3379 * configure: Regenerate.
3380
3381 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3382
3383 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3384 to noconfdirs.
3385 * configure: Regenerate.
3386
3387 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3388
3389 * Makefile.def: Add MPC support and dependencies.
3390 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3391
3392 * Makefile.in, configure: Regenerate.
3393
3394 2009-05-24 Nicolas Roche <roche@adacore.com>
3395
3396 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3397 * Makefile.in: Regenerate.
3398
3399 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3400
3401 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3402 * configure: Regenerate.
3403
3404 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3405
3406 * configure.ac ($with_ppl): Default to no if not supplied.
3407 ($with_cloog): Likewise.
3408 configure: Regenerate.
3409
3410 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3411
3412 PR bootstrap/39739
3413 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3414 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3415
3416 * configure, Makefile.in: Regenerate.
3417
3418 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3419
3420 * configure.ac: Change copyright header to refer to version
3421 3 of the GNU General Public License and to point readers at the
3422 COPYING3 file and the FSF's license web page.
3423 * Makefile.def: Likewise.
3424 * Makefile.tpl: Likewise.
3425 * Makefile.in: Regenerate.
3426
3427 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3428
3429 * configure.ac: Restore match for darwin9 or later. Use double
3430 brackets since regeneration eats one pair.
3431 * configure: Regenerate.
3432
bf110216
CF
34332009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3434
3435 * MAINTAINERS: Perform some obvious fixups.
3436
2262bbf4
BE
34372009-08-17 Ben Elliston <bje@au.ibm.com>
3438
3439 * config.sub, config.guess: Update from upstream sources.
3440
25a07265
NC
34412009-08-06 Michael Eager <eager@eagercon.com>
3442
3443 * configure.ac: Add Microblaze target.
3444 * configure: Regenerate.
3445
85bd1942
TG
34462009-07-02 Tristan Gingold <gingold@adacore.com>
3447
3448 * configure.ac: Do not exclude gas for i386-*-darwin.
3449 Add a case for x86_64-*-darwin.
3450 * configure: Regenerate.
3451
f9806fa5
DE
34522009-06-26 Doug Evans <dje@sebabeach.org>
3453
3454 * Makefile.def (host_modules): Add cgen.
3455 * Makefile.in: Regenerate.
3456 * configure.ac (host_tools): Add cgen.
3457 * configure: Regenerate.
3458
6bfb4e30
JJ
34592009-06-17 Michael Eager <eager@eagercon.com>
3460
3461 * COPYING.LIBGLOSS: Add Xilinx license.
3462
8bcf2718
NC
34632009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3464
3465 * configure.ac: Define is_elf for QNX Neutrino targets.
3466 * configure: Regenerate.
3467
04ec0acb
RW
34682009-06-03 Jerome Guitton <guitton@adacore.com>
3469 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3470
9eb322aa
MF
3471 * Makefile.tpl (all): Avoid a trailing backslash.
3472 * Makefile.in: Regenerate.
04ec0acb 3473
7ee5dbeb
BE
34742009-06-03 Ben Elliston <bje@au.ibm.com>
3475
3476 * config.sub, config.guess: Update from upstream sources.
3477
fda13ee8
AO
34782009-06-02 Alexandre Oliva <aoliva@redhat.com>
3479
3480 * Makefile.tpl ([+compare-target+]): Compare all stage
3481 directories, rather than just gcc.
3482 * Makefile.in: Rebuilt.
3483
4a657b0d
DK
34842009-05-28 Doug Kwan <dougkwan@google.com>
3485
3486 * configure.ac: Support gold for target arm*-*-*.
3487 * configure: Regenerate.
3488
07fc31c9
AO
34892009-05-27 Alexandre Oliva <aoliva@redhat.com>
3490
3491 * Makefile.tpl (all): Avoid harmless warning in make all when
3492 gcc-bootstrap is enabled but stage_last does not exist.
3493 * Makefile.in: Rebuilt.
3494
8a7a39ab
TG
34952009-05-25 Tristan Gingold <gingold@adacore.com>
3496
3497 * setup.com: Complete the file with configuration and build.
3498
b5233201
AO
34992009-05-18 Alexandre Oliva <aoliva@redhat.com>
3500
3501 PR other/40159
3502 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3503 gcc-no-bootstrap are mutually exclusive.
3504 * Makefile.in: Rebuilt.
3505
7b6175f9
AO
35062009-05-18 Alexandre Oliva <aoliva@redhat.com>
3507
3508 PR other/40159
3509 * Makefile.tpl (all): Don't end with unconditional success.
3510 * Makefile.in: Rebuilt.
3511
1b05fbbd
AO
35122009-05-12 Alexandre Oliva <aoliva@redhat.com>
3513
3514 PR target/37137
3515 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3516 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3517 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3518 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3519 stage_configureflags, stage_cflags and stage_libcflags into
3520 explicit Makefile macros.
3521 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3522 GFORTRAN.
3523 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3524 CC. Set CC_FOR_BUILD from CC.
3525 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3526 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3527 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3528 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3529 and GFORTRAN.
3530 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3531 (_LIBCFLAGS): Renamed to _TFLAGS.
3532 (do-compare-debug, do-compare3-debug): Drop.
3533 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3534 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3535 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3536 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3537 (XGCC_FLAGS_FOR_TARGET): New.
3538 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3539 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3540 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3541 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3542 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3543 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3544 TFLAGS.
3545 (BUILD_CONFIG): Include if requested.
3546 (all): Set TFLAGS on bootstrap.
3547 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3548 (all-stageid-prefixmodule): Likewise.
3549 (do-clean, distclean-stageid): Set TFLAGS.
3550 (restrap): Fix whitespace.
3551 * Makefile.in: Rebuilt.
3552
dc17c78c
EB
35532009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3554
3555 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3556 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3557 * Makefile.in: Regenerate.
3558
14324cd7
EZ
35592009-04-24 Eli Zaretskii <eliz@gnu.org>
3560
3561 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3562 consistency with config.sub. (Update from upstream sources.)
3563
f8d5f06c
JM
35642009-04-21 Joseph Myers <joseph@codesourcery.com>
3565
3566 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3567
0000e2bf
BE
35682009-04-17 Ben Elliston <bje@au.ibm.com>
3569
3570 * config.sub, config.guess: Update from upstream sources.
3571
20135e4c
NC
35722009-04-15 Anthony Green <green@moxielogic.com>
3573
34adf976 3574 * configure.ac: Add moxie support.
20135e4c
NC
3575 * configure: Rebuilt.
3576
ef699244
L
35772009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3578
3579 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3580 * configure: Regenerate.
3581
10ad8ef3
L
35822009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3583
3584 PR gas/10039
3585 * configure.ac: Require texinfo 4.7.
3586 * configure: Regenerated.
3587
c50523ce
L
35882009-04-09 Steve Ellcey <sje@cup.hp.com>
3589
3590 * Makefil.def (languages): New entries.
3591 * Makefile.tpl (check-gcc-*): New generic target.
3592 * Makefile.in: Regenerate.
3593
47afba5f
EZ
35942009-03-27 Eli Zaretskii <eliz@gnu.org>
3595
3596 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3597 Windows builds of Sed.
3598
dc448a7b
TT
35992009-03-18 Tom Tromey <tromey@redhat.com>
3600
3601 * configure: Rebuild.
3602 * configure.ac (host_libs): Add libiconv.
3603 * Makefile.in: Rebuild.
3604 * Makefile.def (host_modules): Add libiconv.
3605 (configure-gdb, all-gdb): Depend on libiconv.
3606
24741ab2
JB
36072009-03-16 Tristan Gingold <gingold@adacore.com>
3608
3609 * configure.ac: Treat gdb as supported on x86_64-darwin.
3610 * configure: Regenerate.
3611
29383458
JM
36122009-03-16 Joseph Myers <joseph@codesourcery.com>
3613
3614 Merge from GCC:
3615
3616 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3617
3618 * configure.ac (--with-host-libstdcxx): New option.
3619 * configure: Regenerate.
3620
3621 2009-01-29 Robert Millan <rmh@aybabtu.com>
3622
3623 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3624 * configure: Regenerate.
3625
3626 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3627
3628 PR tree-optimization/38515
3629 * configure.ac (cloog-polylib): Removed.
3630 (with_ppl, with_cloog): Test for "no".
3631 * configure: Regenerated.
3632
58e24671
RW
36332009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3634
3635 Backport from git Libtool:
3636
3637 2009-01-19 Robert Millan <rmh@aybabtu.com>
3638 Support GNU/kOpenSolaris.
3639 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3640 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3641 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3642 GNU/kOpenSolaris.
3643
314b2e66
AS
36442009-02-05 Andreas Schwab <schwab@suse.de>
3645
3646 * Makefile.tpl (stage_last): Define $r and $s before using
3647 $(RECURSE_FLAGS_TO_PASS).
3648 * Makefile.in: Regenerate
3649
8b700390
JJ
36502009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3651
3652 * COPYING.NEWLIB: Add ARM license.
3653
66775d67
AM
36542009-01-16 Alan Modra <amodra@bigpond.net.au>
3655
3656 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3657 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3658 * Makefile.in: Regenerate.
3659
19e99079
NC
36602009-01-15 Douglas B Rupp <rupp@gnat.com>
3661
3662 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3663 * configure: Regenerate.
3664
22e8c8e0
RW
36652008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3666
3667 Backport link test fix from upstream Libtool:
3668
3669 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3670 Add cache variables to tests that require the linker to work.
3671 For shlibpath_overrides_runpath, this also changes the semantics
3672 to let the result from the C compiler take precedence.
3673 compiler take precedence.
3674
7d6d7764
BE
36752008-12-02 Ben Elliston <bje@au.ibm.com>
3676
3677 * config.sub, config.guess: Update from upstream sources.
3678
ea8af06e
JJ
36792008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3680
3681 * COPYING.NEWLIB: Updated.
3682 * COPYING.LIBGLOSS: Ditto.
3683
af0771d3
PB
36842008-12-16 Paolo Bonzini <bonzini@gnu.org>
3685
3686 Sync with GCC:
3687
3688 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3689
3690 * configure.ac (ppllibs): Add by default the lib flags.
3691 * configure: Regenerate.
3692
3693 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3694
314b2e66
AS
3695 * configure.ac: Add double brackets on darwin[912].
3696 * configure: Regenerate.
af0771d3
PB
3697
3698 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3699
314b2e66
AS
3700 * configure.ac: Expand to darwin10 and later.
3701 * configure: Regenerate.
af0771d3 3702
f7c83eac
AS
37032008-12-02 Andreas Schwab <schwab@suse.de>
3704
3705 * Makefile.def: configure-target-boehm-gc depends on
3706 all-target-libstdc++-v3.
3707 * Makefile.in: Regenerate.
3708
bc67ad83
BE
37092008-12-02 Ben Elliston <bje@au.ibm.com>
3710
3711 * config.sub, config.guess: Update from upstream sources.
3712
e28c595f
JM
37132008-11-27 Joseph Myers <joseph@codesourcery.com>
3714
3715 Merge from GCC:
3716
3717 2007-12-02 Matthias Klose <doko@ubuntu.com>
3718
3719 * config-ml.in: Remove 64bit configure tests.
3720
3721 2008-05-14 Rafael Espindola <espindola@google.com>
3722
3723 * config-ml.in: don't handle --enable-shared and --enable-static.
3724
3725 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3726 Tobias Grosser <grosser@fim.uni-passau.de>
3727 Jan Sjodin <jan.sjodin@amd.com>
3728 Harsha Jagasia <harsha.jagasia@amd.com>
3729 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3730 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3731 Adrien Eliche <aeliche@isty.uvsq.fr>
3732
3733 Merge from graphite branch.
3734 * configure: Regenerate.
3735 * Makefile.in: Regenerate.
3736 * configure.ac (host_libs): Add ppl and cloog.
3737 Add checks for PPL and CLooG.
3738 * Makefile.def (ppl, cloog): Added modules and dependences.
3739 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3740 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3741
3742 2008-09-03 Richard Guenther <rguenther@suse.de>
3743
3744 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3745 cloog test.
3746 * configure: Re-generate.
3747
3748 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3749
3750 * configure.ac (--with-cloog-polylib): New.
3751 (--disable-cloog-version-check): New.
3752 (--disable-ppl-version-check): New.
3753 * configure: Re-generate.
3754
3755 2008-09-05 Richard Guenther <rguenther@suse.de>
3756
3757 * configure.ac: Initialize clooglibs to -lcloog.
3758 * configure: Re-generate.
3759
3760 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3761
3762 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3763 recommended version to 2.3.2.
3764
3765 * configure: Regenerate.
3766
3767 2008-10-31 Ben Elliston <bje@au.ibm.com>
3768
3769 * configure.ac (spu-*-*): Remove special case.
3770 * configure: Regenerate.
3771
3772 Complete comment text from GCC version of:
3773
3774 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3775
3776 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3777 (GCC_SHLIB_SUBDIR): New.
3778 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3779 * configure: Regenerate.
3780 * Makefile.in: Regenerate.
3781
652dec25
TG
37822008-11-27 Tristan Gingold <gingold@adacore.com>
3783
3784 * configure.ac: Build gdb for i?86-*-darwin*
3785 * configure: Regenerated.
3786
7582fb4a
DJ
37872008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3788
3789 PR bootstrap/38014
3790 PR bootstrap/37923
3791
3792 Revert:
3793
3794 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3795
3796 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3797 * Makefile.in: Regenerated.
3798
3799 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3800
3801 PR gdb/921
3802 PR gdb/1646
3803 PR gdb/2175
3804 PR gdb/2176
3805
3806 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3807 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3808 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3809 (HOST_EXPORTS): Pass CPPFLAGS.
3810 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3811 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3812 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3813 * Makefile.in, configure: Regenerated.
3814 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3815 and CPPFLAGS_FOR_BUILD.
3816
faee1be2
UW
38172008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3818
3819 * configure.ac [spu-*-*]: Do not set skipdirs.
3820 * configure: Re-generate.
3821
b7c2dce4
DJ
38222008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3825 * Makefile.in: Regenerated.
3826
bb52de30
DJ
38272008-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
b25062ae
SE
38452008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3846
3847 * libtool.m4: Update to libtool 2.2.6.
3848 * lt~obsolete.m4: Update to libtool 2.2.6.
3849 * ltmain.sh: Update to libtool 2.2.6.
3850 * ltsugar.m4: Update to libtool 2.2.6.
3851 * ltversion.m4: Update to libtool 2.2.6.
3852 * ltoptions.m4: Update to libtool 2.2.6.
3853 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3854
3bbd2f8f
AL
38552008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3856
3857 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3858 (GCC_SHLIB_SUBDIR): New.
3859 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3860 * configure: Regenerate.
3861 * Makefile.in: Regenerate.
3862
b29d32ce
TG
38632008-08-28 Tristan Gingold <gingold@adacore.com>
3864
3865 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3866 Enable bfd, binutils and opcodes.
3867 * configure: Regenerate.
3868
c325a203
DD
38692008-08-16 Nicolas Roche <roche@adacore.com>
3870
3871 * Makefile.tpl: Add BOOT_ADAFLAGS.
3872 * Makefile.in: Regenerate.
3873
e7c8859c
RS
38742008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3875
3876 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3877 * configure: Regenerate.
3878
da888c87
PB
38792008-07-30 Paolo Bonzini <bonzini@gnu.org>
3880
3881 Sync with gcc:
3882 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3883
f7c83eac
AS
3884 * configure.ac: Add makefile fragments for hpux.
3885 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3886 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3887 * configure: Regenerate.
3888 * Makefile.in: Regenerate.
da888c87
PB
3889
3890 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3891
f7c83eac
AS
3892 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3893 * Makefile.in: Regenerate.
3894 * configure: Regenerate.
da888c87 3895
944982cf
ILT
38962008-06-18 Ian Lance Taylor <iant@google.com>
3897
662c6704
ILT
3898 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3899
944982cf
ILT
3900 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3901
7a283e07
RW
39022008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3903
3904 * configure: Regenerate.
3905
5b553f7e
RW
39062008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3907
3908 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3909 "$@" is still intact with both Autoconf 2.59 and 2.62.
3910 * configure: Regenerate.
3911
675492f0
RW
39122008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3913
3914 * Makefile.tpl: Fix comment errors.
3915 * Makefile.in: Regenerate.
3916
b018a5d1
JB
39172008-06-13 Julian Brown <julian@codesourcery.com>
3918
3919 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3920 of libobjc for ARM EABI Linux.
3921 * configure: Regenerate.
3922
310213e8
DE
39232008-06-12 David S. Miller <davem@davemloft.net>
3924 David Edelsohn <edelsohn@gnu.org>
3925
3926 * configure.ac: Add powerpc*-*-* to gold supported targets.
3927 * configure: Regenerate.
3928
6641ce42
JM
39292008-06-08 Joseph Myers <joseph@codesourcery.com>
3930
3931 PR tree-optimization/36218
3932 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3933 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3934 (all prefix="build-"): Pass them to build-system sub-makes.
3935 * Makefile.in: Regenerate.
3936
03c2f9e6
DJ
39372008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3938
3939 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3940 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3941 mkdep, and compile. Update comments.
3942 (ETC_SUPPORT): Add ChangeLog and update comments.
3943
4538db8b
ILT
39442008-05-11 Ian Lance Taylor <iant@google.com>
3945
3946 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3947
266df637
PB
39482008-04-18 Paolo Bonzini <bonzini@gnu.org>
3949
3950 Sync with gcc:
3951 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3952
3953 PR bootstrap/35457
3954 * configure.ac: Include override.m4.
3955 * configure: Regenerate.
3956
3957 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3958
f7c83eac
AS
3959 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3960 * Makefile.in: Regenerate.
266df637
PB
3961
3962 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3963
f7c83eac
AS
3964 * configure.ac: Do not build libssp for the AVR.
3965 * configure: Regenerate.
266df637 3966
a86a761e
NC
39672008-04-18 Nick Clifton <nickc@redhat.com>
3968
3969 * MAINTAINERS: Replace reference to configure.in with reference to
3970 configure.ac.
3971
52310858
NC
39722008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3973
f7c83eac 3974 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3975 as nonconfigurable directories list.
f7c83eac 3976 * configure: Regenerate.
52310858 3977
f5314dd5
DM
39782008-04-14 David S. Miller <davem@davemloft.net>
3979
3980 * configure.ac: Add sparc*-*-* to gold supported targets.
3981 * configure: Regenerate.
3982
e2208220
BE
39832008-04-14 Ben Elliston <bje@au.ibm.com>
3984
3985 * config.sub, config.guess: Update from upstream sources.
3986
0bb6ea20
HPN
39872008-04-12 Hans-Peter Nilsson <hp@axis.com>
3988
3989 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3990 * Makefile.in: Regenerate.
3991
e5164e97
ILT
39922008-04-07 Ian Lance Taylor <iant@google.com>
3993
3994 * Makefile.def: check-gold depends upon all-binutils.
3995 * Makefile.in: Regenerate.
3996
e33b51a6
NC
39972008-04-04 Nick Clifton <nickc@redhat.com>
3998
3999 PR binutils/4334
4000 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4001 builds.
4002 * configure: Regenerate.
4003
fc5df3ab
NC
40042008-04-04 NightStrike <NightStrike@gmail.com>
4005
4006 PR other/35151
f7c83eac
AS
4007 * configure.ac: Combine rules for mingw32 and mingw64.
4008 * configure: Regenerate.
fc5df3ab 4009
c779bab8
PB
40102008-03-27 Paolo Bonzini <bonzini@gnu.org>
4011
4012 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4013 * Makefile.in: Regenerate.
4014
93f9b408
ILT
40152008-03-20 Ian Lance Taylor <iant@google.com>
4016
4017 * configure.ac: Add support for --enable-gold.
4018 * Makefile.def: Add gold as a directory like ld.
4019 * configure, Makefile.in: Regenerate.
4020
5746fb46
AK
40212008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4022
4023 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4024 (s390_cond_extensions): Reduced extensions to the compare related.
4025 (main): z10 cpu type option added.
4026 (expandConditionalJump): Renamed to ...
4027 (insertExpandedMnemonic): ... this.
4028
4029 * opcodes/s390-opc.c: Re-group the operand format makros.
4030 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4031 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4032 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4033 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4034 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4035 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4036 INSTR_SIL_RDU): New instruction formats added.
4037 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4038 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4039 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4040 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4041 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4042 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4043 masks added.
4044 (s390_opformats): New formats added "ris", "rrs", "sil".
4045 * opcodes/s390-opc.txt: Add the conditional jumps with the
4046 extensions removed from automatic expansion in s390-mkopc.c manually.
4047 (asi - trtre): Add new System z10 EC instructions.
4048 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4049
58c85be7
RW
40502008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4051
4052 * configure.ac: m4_include config/proginstall.m4.
4053 * configure: Regenerate.
4054
78124051
RW
40552008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4056
4057 Backport from upstream Libtool:
f7c83eac 4058
78124051 4059 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4060
78124051
RW
4061 Deal with Autoconf 2.62's semantic change in m4_append.
4062 * ltsugar.m4 (lt_append): Replace broken versions of
4063 m4_append.
4064 (lt_if_append_uniq): Don't require separator to be overquoted,
4065 and avoid broken m4_append.
4066 (lt_dict_add): Fix typo.
4067 * libtool.m4 (_LT_DECL): Don't overquote separator.
4068
018f1bea
DE
40692008-03-13 David Edelsohn <edelsohn@gnu.org>
4070
4071 * config.rpath: Add AIX 6 support.
4072
5c5f596d
PB
40732008-03-13 Paolo Bonzini <bonzini@gnu.org>
4074
4075 * Makefile.def (stageprofile). Remove -fprofile-generate
4076 from stage_libcflags.
4077 * Makefile.in: Regenerate.
4078
a1f93a5e
BE
40792008-03-13 Ben Elliston <bje@au.ibm.com>
4080
4081 * config.sub, config.guess: Update from upstream sources.
4082
98c3d905
AK
40832008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4084
4085 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4086 * s390-opc.txt (cmpsc): Duplicate entry removed.
4087 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4088 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4089 fier, cu42, cu41): Fix operand format.
4090
7f6ef0c0
PB
40912008-02-20 Paolo Bonzini <bonzini@gnu.org>
4092
f7c83eac
AS
4093 PR bootstrap/32009
4094 PR bootstrap/32161
4095
4096 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4097 * configure: Regenerate.
4098
4099 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4100 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4101 STAGE4_LIBCFLAGS): New.
4102 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4103 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4104 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4105 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4106 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4107 for target modules. Don't export LIBCFLAGS.
4108 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4109 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4110 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4111 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4112 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4113 * Makefile.in: Regenerate.
7f6ef0c0 4114
eaf19029
PB
41152008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4116
4117 PR libgcj/33085
4118 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4119 Do not use -DDLL_EXPORT. Backport from upstream.
4120
680c43e9
NC
41212008-02-14 Nick Clifton <nickc@redhat.com>
4122
4123 Import this patch from gcc:
4124 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4125
4126 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4127
c72b1d96
HPN
41282008-02-02 Hans-Peter Nilsson <hp@axis.com>
4129
4130 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4131 * configure: Regenerate.
4132
8b66833e
BW
41332008-01-31 Marc Gauthier <marc@tensilica.com>
4134
4135 * configure.ac (xtensa*-*-*): Recognize processor variants.
4136 * configure: Regenerate.
4137
9cc8ae67
PB
41382008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4139
f7c83eac
AS
4140 PR bootstrap/34922
4141 * configure.ac (PARSE_ARGS): Push suitable setting of
4142 ac_subdirs_all, for `./configure --help=recursive'.
4143 Handle `+' in generic toplevel directory disabling.
4144 * configure: Regenerate.
9cc8ae67 4145
19090595
BE
41462008-01-23 Ben Elliston <bje@au.ibm.com>
4147
4148 * config.sub, config.guess: Update from upstream sources.
4149
9f1e7fd3
BE
41502008-01-08 Ben Elliston <bje@au.ibm.com>
4151
4152 * config.sub, config.guess: Update from upstream sources.
4153
2f959d61
JJ
41542007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4155
4156 * COPYING.LIBGLOSS: Update default copyright.
4157
aa054b85
JJ
41582007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4159
4160 * COPYING.NEWLIB: Update default copyright.
4161
57c53b2b
RS
41622007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4163
4164 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4165 Change recommended MPFR from 2.2.1 > 2.3.0.
4166 * configure: Regenerate.
4167
fee14b60
RS
41682007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4169
4170 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4171 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4172 * Makefile.in: Regenerate.
4173
c9b68031
DD
41742007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4175
4176 * configure.ac: Enable libjava for x86_64-*-darwin9.
4177 * configure: Regenerate.
4178
ad25e7d5
BE
41792007-12-05 Ben Elliston <bje@au.ibm.com>
4180
4181 * config.sub, config.guess: Update from upstream sources.
4182
6ac84f65
PB
41832007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4184
f7c83eac
AS
4185 * config-ml.in: Robustify against white space in absolute file
4186 names.
6ac84f65 4187
f7c83eac
AS
4188 * config-ml.in (multi-clean): Substitute ${Makefile}.
4189 Remove superfluous ${Makefile} in list.
6ac84f65 4190
7b3200f9
DJ
41912007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4192
4193 * Makefile.def (dependencies): Make configure-gdb depend on
4194 all-intl.
4195 * Makefile.in: Regenerated.
4196
2c133ff9
JJ
41972007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4198
4199 * Makefile.def: To avoid problems running with parallel makes,
4200 build newlib before libgloss so that target specific header
4201 files are availble.
4202 * Makefile.in: Regenerate.
4203
5074315a
DJ
42042007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4205
4206 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4207 * Makefile.in: Regenerate.
4208
f5bc1778
DJ
42092007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4210
4211 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4212 * libdecnumber: New directory, imported from GCC.
4213
c66487f8
NC
42142007-10-08 Mike Frysinger <vapier@gentoo.org>
4215
4216 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4217 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4218 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4219 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4220 * configure: Regenerate.
4221
b5714970
PB
42222007-10-01 Paolo Bonzini <bonzini@gnu.org>
4223
4224 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4225 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4226 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4227 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4228 * configure.ac: Default them to host tools for $host = $build.
4229 Subst them.
4230
4231 * configure: Regenerate.
4232 * Makefile.in: Regenerate.
4233
f3b1e08e
RS
42342007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4235
4236 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4237 * configure: Regenerate.
4238
cff87f51
DD
42392007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4240
4241 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4242 libstdc++.
4243 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4244 * configure: Regenerate.
4245 * Makefile.in: Regenerate.
f7c83eac 4246
625a61cd
AS
42472007-09-17 Andreas Schwab <schwab@suse.de>
4248
4249 * configure.ac: Raise minimum makeinfo version to 4.6.
4250 * configure: Regenerate.
4251
83a3a68b
AM
42522007-09-15 Alan Modra <amodra@bigpond.net.au>
4253
4254 * configure.ac: Correct makeinfo version check.
4255 * configure: Regenerate.
4256
5bd8be13
RS
42572007-09-14 Richard Sandiford <richard@codesourcery.com>
4258
4259 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4260 to $skipdirs and only disable gprof for newlib. Use the normal
4261 mips*-elf* handling in other respects.
4262 * configure: Regnerate.
4263
5566c1fa
DD
42642007-09-12 David Daney <ddaney@avtrex.com>
4265
4266 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4267 enabling libgcj.
4268 * configure: Regenerate.
4269
42702007-09-12 Richard Guenther <rguenther@suse.de>
4271
4272 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4273 nor --disable-checking is provided also turn on yes and types
4274 checking for stage1.
4275 * configure: Re-generate.
4276
a18e2996 42772007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4278
4279 PR target/33281
4280 * configure.ac: Use config/mh-mingw on mingw.
4281 * configure: Regenerate.
84e7906e 4282
691bb5a1
DD
42832007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4284
4285 PR other/32154
4286 * configure.ac: For libgloss targets, point the linker to the linker
4287 script, startup code and simulator library.
4288 * configure: Regenerate.
4289
6d18b86b
AH
42902007-09-09 Andrew Haley <aph@redhat.com>
4291
4292 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4293 target-libjava.
6d18b86b 4294
f00a3165 42952007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4296
f00a3165 4297 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4298
2abc4e65
BE
42992007-08-21 Richard Guenther <rguenther@suse.de>
4300
4301 * configure.ac: Add types checking to stage1 checking flags.
4302 * configure: Regenerate.
4303
8a6ee3ab 43042007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4305 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4306
4307 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4308 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4309 * Makefile.in: Regenerate.
4310 * configure.ac (--with-debug-prefix-map): New.
4311 * configure: Regenerate.
4312
429acdec
RS
43132007-08-17 Richard Sandiford <richard@codesourcery.com>
4314 Nigel Stephens <nigel@mips.com>
4315
429acdec
RS
4316 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4317 as target_makefile_frag.
4318 * configure: Regenerate.
4319
8520c408
AO
43202007-08-16 Alexandre Oliva <aoliva@redhat.com>
4321
4322 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4323 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4324 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4325 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4326 (do-compare, do-compare3, do-compare-debug): New.
4327 ([+compare-target+]): Use them.
4328
43292007-08-16 Alexandre Oliva <aoliva@redhat.com>
4330
4331 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4332 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4333 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4334 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4335 (do-compare, do-compare3, do-compare-debug): New.
4336 ([+compare-target+]): Use them.
4337
2444379b
BE
43382007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4339 Ben Elliston <bje@au.ibm.com>
4340
4341 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4342 --silent if $silent.
4343 * configure: Regenerate.
4344
d6f99447
DJ
43452007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4346
4347 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4348
bd0aa315
NC
43492007-07-17 Nick Clifton <nickc@redhat.com>
4350
4351 * COPYING3: New file. Contains version 3 of the GNU General
4352 Public License.
4353 * COPYING3.LIB: New file. Contains version 3 of the GNU
4354 Lesser General Public License.
4355
0ebe98fb
BS
43562007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4357
4358 * configure.ac: Fix my previous change to really match GCC.
4359 * configure: Regenerate.
4360
521ec477
DD
43612007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4362
4363 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4364 * configure: Regenerate.
4365
43662007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4367
4368 * configure.ac: Add some missing m4 quotation.
4369 * configure: Regenerate.
4370
0c24b341
NC
43712007-07-09 Kai Tietz <kai.tietz@onevision.com>
4372
f7c83eac
AS
4373 * Makefile.def: Add windmc tool to build.
4374 * Makefile.tpl: Likewise.
4375 * configure.ac: Likewise.
4376 * Makefile.in: Regenerate.
4377 * configure: Regenerate.
0c24b341 4378
a09314d0
L
43792007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4380
4381 * lt~obsolete.m4: New. Import from 20070318 libtool.
4382
7c3e1d12
BS
43832007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4384
4385 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4386 uclinux and linux-uclibc targets.
4387 * configure: Regenerate.
4388
a5b3b4dd
DD
43892007-06-28 DJ Delorie <dj@redhat.com>
4390
4391 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4392 not building newlib.
4393 * configure: Regenerated.
f7c83eac 4394
184d813c
DJ
43952007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4396
4397 * src-release (DEVO_SUPPORT): Correct typos.
4398
31d99776
DJ
43992007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4400
4401 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4402 * Makefile.in: Regenerated.
4403
e00a73e3
PB
44042007-06-14 Paolo Bonzini <bonzini@gnu.org>
4405
f7c83eac
AS
4406 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4407 (distclean-stage[+id+]): Possibly delete stage_last.
4408 * Makefile.in: Regenerate.
e00a73e3 4409
98a1bbc5
BE
44102007-06-07 Ben Elliston <bje@au.ibm.com>
4411
4412 * config.sub, config.guess: Update from upstream sources.
4413
973601e1
BE
44142007-06-07 Ben Elliston <bje@au.ibm.com>
4415
4416 * Makefile.tpl: Fix spelling error.
4417 * Makefile.in: Regenerate.
4418
2038f525
PB
44192007-06-04 Paolo Bonzini <bonzini@gnu.org>
4420
4421 Sync with gcc:
4422 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4423
f7c83eac
AS
4424 PR bootstrap/29382
4425 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4426 * configure: Rebuilt.
2038f525 4427
f7c5c4b5
PB
44282007-06-01 Steve Ellcey <sje@cup.hp.com>
4429
12a64d4f
L
4430 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4431 lt_cv_sys_max_cmd_len.
f7c5c4b5 4432
7ad9660b
PB
44332007-05-31 Paolo Bonzini <bonzini@gnu.org>
4434
4435 * ltgcc.m4: Update from GCC.
4436
0e7ef45c
EC
44372007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4438
12a64d4f 4439 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4440
37ad9514
SE
44412007-05-24 Steve Ellcey <sje@cup.hp.com>
4442
4443 * ltmain.sh: Update from GCC.
4444 * libtool.m4: Update from GCC.
4445 * ltsugar.m4: New. Update from GCC.
4446 * ltversion.m4: New. Update from GCC.
4447 * ltoptions.m4: New. Update from GCC.
4448 * ltconfig: Remove.
4449 * ltcf-c.sh: Remove.
4450 * ltcf-cxx.sh: Remove.
4451 * ltcf-gcj.sh: Remove.
4452 * src-release: Update with new libtool file list.
4453
8ee82aff
PB
44542007-05-16 Paolo Bonzini <bonzini@gnu.org>
4455
4456 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4457 stage_cflags.
4458 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4459 Remove CFLAGS/LIBCFLAGS.
4460 (configure-stage[+id+]-[+prefix+][+module+],
4461 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4462 * Makefile.in: Regenerate.
4463
149cb58d
SE
44642007-04-14 Steve Ellcey <sje@cup.hp.com>
4465
4466 * config-ml.in: Update from GCC.
4467
91506736
DJ
44682007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4469
4470 * src-release (do-proto-toplev): Process the support directories before
4471 the tool directory.
4472
ffa8bd48
RS
44732007-03-21 Richard Sandiford <richard@codesourcery.com>
4474
4475 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4476 of glob. Quote arguments with single quotes too.
4477 * configure: Regenerate.
4478
a4fd3374
DD
44792007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4480
4481 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4482 * Makefile.in: Regenerate
4483
b8025f34
AS
44842007-03-07 Andreas Schwab <schwab@suse.de>
4485
4486 * configure: Regenerate.
4487
a3ca38d2
DD
44882007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4489
4490 * configure.ac: Add "--with-pdfdir" configure option,
4491 which defines pdfdir variable.
4492 * Makefile.def (target=fixincludes): Add install-pdf to
4493 missing targets.
4494 (recursive_targets): Add install-pdf target.
4495 (flags_to_pass): Add pdfdir.
4496 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4497 target.
4498 * configure: Regenerate
4499 * Makefile.in: Regenerate
4500
45012007-02-28 Eric Christopher <echristo@apple.com>
4502
4503 Revert:
4504 2006-12-07 Mike Stump <mrs@apple.com>
4505
4506 * Makefile.def (dependencies): Add dependency for
4507 install-target-libssp and install-target-libgomp on
4508 install-gcc.
4509 * Makefile.in: Regenerate.
4510
45112007-02-27 Matt Kraai <kraai@ftbfs.org>
4512
4513 * configure: Regenerate.
4514 * configure.ac: Move statements after variable declarations.
4515
a4708fba
JM
45162007-02-19 Joseph Myers <joseph@codesourcery.com>
4517
4518 * configure.ac: Adjust for loop syntax.
4519 * configure: Regenerate.
4520
9a819804
AO
45212007-02-18 Alexandre Oliva <aoliva@redhat.com>
4522
4523 * configure: Rebuilt.
4524
81ec575a
AO
45252007-02-18 Alexandre Oliva <aoliva@redhat.com>
4526
4527 * configure.ac: Drop multiple occurrences of --enable-languages,
4528 and fix its quoting.
4529 * configure: Rebuilt.
4530
92f01d61 45312007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4532 Nathan Sidwell <nathan@codesourcery.com>
4533 Vladimir Prus <vladimir@codesourcery.com
4534 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4535
4536 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4537 * configure: Regenerate.
4538
b1299c4e
DJ
45392007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4540
4541 * configure.ac (target_libraries): Move libgcc before libiberty.
4542 * configure: Regenerated.
4543
18f6b6ee
PB
45442007-02-13 Paolo Bonzini <bonzini@gnu.org>
4545
4546 * configure: Regenerate again?
4547
9c4e9f27
PB
45482007-02-13 Paolo Bonzini <bonzini@gnu.org>
4549
4550 * configure: Reapply PR30748 fix which was lost in the previous commit.
4551
24ff9987
DJ
45522007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4553 Paolo Bonzini <bonzini@gnu.org>
4554
4555 PR bootstrap/30753
4556 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4557 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4558 * configure: Regenerated.
4559
7df2cd5d
PB
45602007-02-10 Paolo Bonzini <bonzini@gnu.org>
4561
4562 * configure: Regenerate.
4563
b0aaa663
DJ
45642007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4565
4566 PR bootstrap/30748
4567 * configure.ac: Correct syntax for Solaris ksh.
4568 * configure: Regenerated.
4569
a0323144
PB
45702007-02-09 Paolo Bonzini <bonzini@gnu.org>
4571
4572 * Makefile.def: Sync with GCC.
4573 * Makefile.tpl: Sync with GCC.
4574 * Makefile.in: Regenerate.
4575 * configure: Regenerate.
4576
c6b750e1
DJ
45772007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4580 noncanonical equivalents.
4581 * configure.in: Rename to...
4582 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4583 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4584 target_noncanonical. Use them. Rewrite removal of configure
4585 arguments for autoconf 2.59. Discard variable settings. Force
4586 program_transform_name for native tools.
4587
4588 * Makefile.in: Regenerated.
4589 * configure: Regenerated with autoconf 2.59.
4590
4591 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4592
f3cd89f4
JJ
45932007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4594
4595 * COPYING.LIBGLOSS: Reformat default Red Hat
4596 license to fit within 80 columns.
4597 * COPYING.NEWLIB: Ditto.
4598
4e206d7e
DB
45992007-02-05 Dave Brolley <brolley@redhat.com>
4600
4601 * Contribute the following changes:
4602 2006-11-28 DJ Delorie <dj@redhat.com>
4603
4604 * configure.in: Fix typo for mep's target_makefile_frag.
4605 * configure: Regenerated.
4606
4607 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4608
4609 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4610 * configure: Regenerate.
4611
4612 2001-09-19 DJ Delorie <dj@redhat.com>
4613
4614 * configure.in (target_makefile_frag): use mt-mep
4615
4616 2001-06-12 Don Howard <dhoward@redhat.com>
4617
4618 * configure.in: Remove gdb from MeP skip list.
4619
4620 2001-04-05 DJ Delorie <dj@redhat.com>
4621
4622 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4623
4624 2001-03-20 Ben Elliston <bje@redhat.com>
4625
4626 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4627
4628 2001-03-19 Ben Elliston <bje@redhat.com>
4629
4630 * config.sub (mep, mep-*): Add.
4631
b2edfdd2
AS
46322007-01-31 Andreas Schwab <schwab@suse.de>
4633
4634 * Makefile.tpl (LDFLAGS): Substitute it.
4635 * Makefile.in: Regenerate.
4636
ceb92e78
PB
46372007-01-11 Paolo Bonzini <bonzini@gnu.org>
4638
4639 * configure.in: Change == to = in test command.
f7c83eac 4640 * configure: Regenerate.
ceb92e78 4641
4b900473 46422007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4643 Nick Clifton <nickc@redhat.com>
4644 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4645
4646 * configure.in (build_configargs, host_configargs, target_configargs):
4647 Remove build/host/target parameters.
4648 (host_libs): Add gmp and mpfr.
4649 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4650 * Makefile.def (gmp, mpfr): New.
4651 (gcc): Remove target.
4652 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4653 target_os, target_vendor): New.
4654 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4655 * configure: Regenerate.
4656 * Makefile.in: Regenerate.
4b900473
PB
4657
46582007-01-11 Matt Fago <fago@earthlink.net>
4659
4660 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4661 to improve robustness of configure tests.
4b900473
PB
4662 * configure: Regenerate.
4663
80f6dcbc
NC
46642007-01-08 Kai Tietz <kai.tietz@onevision.com>
4665
4666 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4667 * configure: Regenerate.
80f6dcbc 4668
f86e35b8
NC
46692007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4670
4671 * Makefile.tpl (all-target): Correct @if conditional for target
4672 modules.
4673 * configure.in: Omit libiberty if building only target libgcc.
4674 * configure, Makefile.in: Regenerated.
4675
79fcd0ec
PB
46762007-01-04 Paolo Bonzini <bonzini@gnu.org>
4677
4678 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4679 * configure: Regenerate.
4680
6aa8ef82
DJ
46812007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4682
4683 * Makefile.def (target_modules): Add libgcc.
4684 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4685 * Makefile.tpl (clean-target-libgcc): Delete.
4686 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4687 on gcc even for bootstrapped modules. Rewrite handling of
4688 lang_env_dependencies to loop over target_modules.
4689 * configure.in (target_libraries): Add target-libgcc.
4690 * Makefile.in, configure: Regenerated.
4691
9b134994
PB
46922006-12-29 Paolo Bonzini <bonzini@gnu.org>
4693
4694 Sync with gcc:
4695 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4696
f7c83eac
AS
4697 * configure.in: Reorganize recognition of languages. Add
4698 --enable-stage1-languages. Show supported languages for the chosen
4699 target rather than all recognized languages.
4700 * configure: Regenerate.
9b134994
PB
4701
4702 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4703
f7c83eac
AS
4704 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4705 * Makefile.in: Regenerate.
9b134994
PB
4706
4707 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4708
f7c83eac
AS
4709 * configure.in: Warn that MPFR 2.2.0 is buggy.
4710 * configure: Regenerate.
9b134994 4711
8cf39b1b
ILT
47122006-12-27 Ian Lance Taylor <iant@google.com>
4713
4714 * configure.in: When removing Makefiles to force a reconfigure, also
4715 remove prev-DIR*/Makefile.
4716 * configure: Regenerate.
4717
ebff6cd5
KH
47182006-12-23 Kazu Hirata <kazu@codesourcery.com>
4719
4720 * config.bfd: Recognize fido.
4721
8a0d8a5c
PB
47222006-12-19 Paolo Bonzini <bonzini@gnu.org>
4723
4724 Sync with gcc:
4725
4726 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4727
4728 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4729 it only affects bootstrap and could be tested on "$host" as well.
4730 * configure: Regenerate.
4731 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4732
4733 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4734
4735 PR bootstrap/29544
4736 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4737 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4738 move here comment from Makefile.tpl.
4739 * Makefile.tpl: Move some definitions higher in the file.
4740 (STAGE1_CHECKING): New.
4741 * configure.in: Add --enable-stage1-checking.
4742 * configure: Regenerate.
4743 * Makefile.in: Regenerate.
4744
4745 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4746
4747 * configure.in: Update error message for missing GMP/MPFR.
4748
4749 * configure: Regenerate.
4750
4751 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4752
4753 * configure.in: Update MPFR version in error message.
4754
4755 * configure: Regenerate.
4756
4757 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4758
4759 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4760 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4761 --with-gmp-lib): New flags.
4762
4763 * configure: Regenerate.
4764
790c0838
AM
47652006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4766
4767 PR bootstrap/30134
4768 * configure.in: Correct x86 darwin support for libjava to powerpc
4769 and i?86 only.
4770 * configure: Regenerate.
4771
77d7106f
AM
47722006-12-11 Alan Modra <amodra@bigpond.net.au>
4773
4774 * configure.in: Handle spu makefile frag.
77d7106f
AM
4775 * Makefile.tpl (MAINT): Define
4776 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4777 * configure: Regenerate.
4778 * Makefile.in: Regenerate.
4779
0cfa5389
BE
47802006-12-11 Ben Elliston <bje@au.ibm.com>
4781
4782 * config.sub, config.guess: Update from upstream sources.
4783
2839fe5d
BE
47842006-12-11 Ben Elliston <bje@au.ibm.com>
4785
4786 * configure.in: Sync with GCC (spu-*-*).
4787 * configure: Sync with GCC.
4788
b897f5d4
MS
47892006-12-07 Mike Stump <mrs@apple.com>
4790
4791 * Makefile.def (dependencies): Add dependency for
4792 install-target-libssp and install-target-libgomp on
4793 install-gcc.
4794 * Makefile.in: Regenerate.
4795
9daf3993
PB
47962006-11-16 Paolo Bonzini <bonzini@gnu.org>
4797
4798 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4799 (unstage): Test for stage_last presence.
4800
4801 PR bootstrap/29802
4802 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4803 * Makefile.in: Regenerate.
4804
9dbaa842
DD
48052006-11-14 DJ Delorie <dj@redhat.com>
4806
4807 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4808 * Makefile.in: Sync with GCC.
4809 * configure.in: Sync with GCC (mpfr, gmp).
4810 * configure: Sync with GCC.
4811
b0cbce8d
JJ
48122006-11-08 Jie Zhang <jie.zhang@analog.com>
4813
4814 * configure.in: Remove target-libgloss from noconfigdirs for
4815 bfin-*-*.
4816 * configure: Regenerated.
4817
44330a94
JJ
48182006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4819
4820 * COPYING.NEWLIB: Add spu license.
7de05dd5 4821 * COPYING.LIBGLOSS: Ditto.
44330a94 4822
56a8fe78
DD
48232006-10-17 Brooks Moses <bmoses@stanford.edu>
4824
4825 * Makefile.def: Added pdf target handling.
4826 * Makefile.tpl: Added pdf target handling.
4827 * Makefile.in: Regenerated.
4828
fbb00ad0
JJ
48292006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4830
4831 * COPYING.NEWLIB: Updated.
4832 * COPYING.LIBGLOSS: Ditto.
4833
6b89cc21
DB
48342006-09-27 Dave Brolley <brolley@redhat.com>
4835
4836 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4837 $s instead of $r.
4838 * configure: Regenerated.
4839
17bcf627
BE
48402006-09-26 Ben Elliston <bje@au.ibm.com>
4841
4842 * config.sub, config.guess: Update from upstream sources.
4843
f3529cf1
TS
48442006-09-20 Thiemo Seufer <ths@mips.com>
4845
4846 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4847 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4848 * configure: Regenerate.
4849
45055374
CV
48502006-08-30 Corinna Vinschen <corinna@vinschen.de>
4851
4852 * configure.in: Never build newlib for a Mingw host.
4853 Never build newlib as Mingw target library.
4854 Test the existence of winsup/cygwin for building a Cygwin newlib,
4855 rather than just winsup.
4856 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4857 building a Mingw target.
4858 * configure: Regenerate.
4859
4be041b2 48602006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4861 Nigel Stephens <nigel@mips.com>
4862 David Ung <davidu@mips.com>
4be041b2
TS
4863
4864 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4865
1d89b610
PB
48662006-07-25 Paolo Bonzini <bonzini@gnu.org>
4867
4868 Sync from GCC:
4869 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4870
f7c83eac
AS
4871 PR bootstrap/18058
4872 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4873 if the bootstrap compiler is a GCC version that supports it.
4874 * configure: Regenerate.
1d89b610 4875
66a79c16
DJ
48762006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4877
4878 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4879 * configure: Regenerated.
4880
c1cb7e02
PB
48812006-07-18 Paolo Bonzini <bonzini@gnu.org>
4882
f7c83eac
AS
4883 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4884 for stages after the first.
c1cb7e02 4885
7206a0ee
JJ
48862006-07-17 Jakub Jelinek <jakub@redhat.com>
4887
4888 * Makefile.def: Add dependencies for configure-opcodes
4889 on configure-intl and all-opcodes on all-intl.
4890 * Makefile.in: Regenerated.
4891
6816f995
AO
48922006-07-04 Peter O'Gorman <peter@pogma.com>
4893
4894 * ltconfig: chmod 644 before ranlib during install.
4895
3d3adb43
PB
48962006-07-03 Paolo Bonzini <bonzini@gnu.org>
4897
1f3f1bbf 4898 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4899 * configure: Regenerate.
4900
64ce424c
PB
49012006-07-03 Paolo Bonzini <bonzini@gnu.org>
4902
4903 Sync from gcc:
4904
4905 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4906
4907 PR other/27063
4908 * configure.in: Test subdir_requires and give an appropriate
4909 error message.
4910 * configure: Regenerate.
4911
4912 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4913
4914 PR target/27540
4915 * configure.in: Only enable libgomp on IRIX 6.
4916 * configure: Regenerate.
4917
d42c4017
DA
49182006-06-20 David Ayers <d.ayers@inode.at>
4919
4920 PR bootstrap/28072
4921 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4922 whether target-libjava is being configured instead of whether the
4923 java front end is enabled.
4924 * configure: Regenerate.
0e7ef45c 4925
4962c51a
MS
49262006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4927
4928 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4929 to R_ARM_LDC_SB_G{0,1,2} respectively.
4930
caee866a
PB
49312006-06-15 Paolo Bonzini <bonzini@gnu.org>
4932
4933 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4934 too.
4935 * Makefile.in: Regenerate.
4936
363ef840
DA
49372006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4938
4939 Sync from gcc:
4940
4941 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4942 * configure.in: Don't enable libgomp on hpux10.
4943 * configure: Rebuilt.
4944
54d1c879
DA
49452006-06-13 David Ayers <d.ayers@inode.at>
4946
4947 Sync from gcc:
4948
4949 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4950
54d1c879
DA
4951 PR bootstrap/27963
4952 PR target/19970
0e7ef45c 4953 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4954 ${libgcj} is specified.
4955 * configure: Regenerate.
0e7ef45c 4956
a4d8b690
JJ
49572006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4958
4959 Sync from gcc:
4960
4961 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4962 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4963
4964 PR bootstrap/18033
4965 * config-ml.in: Eval option if surrounded by single quotes.
4966
4f0ef2d8
CD
49672006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4968
4969 Sync from gcc:
0e7ef45c 4970
4f0ef2d8 4971 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4972
4f0ef2d8
CD
4973 PR libobjc/13946
4974 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4975 * Makefile.in: Regenerate.
4976 * configure.in: Add --enable-objc-gc at toplevel and have it
4977 enable boehm-gc for Objective-C.
4978 Remove target-boehm-gc from libgcj.
4979 Add target-boehm-gc to target_libraries.
4980 Add target-boehm-gc to noconfigdirs where ${libgcj}
4981 is specified.
4982 Assert that boehm-gc is supported when requested for Objective-C.
4983 Only build boehm-gc if needed either for Java or Objective-C.
4984 * configure: Regenerate.
4985
4986 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4987
4f0ef2d8
CD
4988 PR 27674
4989 * Makefile.tpl (configure-[+prefix+][+module+],
4990 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4991 Remove rule to unstage bootstrapped modules.
4992 (stage_current): New.
4993 * Makefile.in: Regenerate.
4994
4995 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4996 Andreas Tobler <a.tobler@schweiz.ch>
4997
4998 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4999 * configure: Rebuilt.
5000
5001 Revert
5002 2006-01-31 Richard Guenther <rguenther@suse.de>
5003 Paolo Bonzini <bonzini@gnu.org>
5004
5005 * Makefile.def (target_modules): Add libgcc-math target module.
5006 * configure.in (target_libraries): Add libgcc-math target library.
5007 (--enable-libgcc-math): New configure switch.
5008 * Makefile.in: Re-generate.
5009 * configure: Re-generate.
5010
c17b816b
JJ
50112006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5012
5013 * config-ml.in: Alter CCASFLAGS to include special
5014 multilib options the same as is done for CFLAGS.
5015
20e95c23
DJ
50162006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5017
5018 * Makefile.def: Added dependencies from sim and gdb on intl, and
5019 added configure dependencies to everything with an all dependency
5020 on intl.
5021 * gettext.m4: Removed.
5022 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5023 (GDB_SUPPORT_DIRS): Add intl.
5024 * Makefile.in: Regenerated.
5025
4bd8ad80
DJ
50262006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5027
5028 * src-release (DEVO_SUPPORT): Add config.rpath.
5029
c380fdd8
PB
50302006-05-25 Paolo Bonzini <bonzini@gnu.org>
5031
5032 * Makefile.def (bfd, opcodes): Fix lib_path.
5033 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5034 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5035 * Makefile.in: Regenerate.
5036
701628f5
MS
50372006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5038
5039 * configure.in: Enable gprof for cross builds.
5040 * configure: Regenerate.
5041
25aae7f2
DJ
50422006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5043
5044 * src-release (MAKEINFOFLAGS): Define.
5045 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5046
ea3d1626
BE
50472006-05-14 Ben Elliston <bje@au.ibm.com>
5048
5049 * config.sub, config.guess: Update from upstream sources.
5050
49b9e644
BE
50512006-05-12 Ben Elliston <bje@au.ibm.com>
5052
5053 * config.sub, config.guess: Update from upstream sources.
5054
482dd2f6
DJ
50552006-05-04 Steve Ellcey <sje@cup.hp.com>
5056
5057 * blt, iwidgets, mmalloc: Remove directories.
5058
8b01a5c2
DD
50592006-05-01 DJ Delorie <dj@redhat.com>
5060
641a3af4 5061 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5062 * configure: Regenerate.
5063
a481dbb7
DD
50642006-04-18 DJ Delorie <dj@redhat.com>
5065
5066 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5067 reference libgloss so that libssp can be built in a combined
5068 tree.
5069 * configure: Regenerate.
5070
962c9e74
BE
50712006-04-10 Ben Elliston <bje@au.ibm.com>
5072
5073 * contrib: Remove directory.
5074
108a6f8e
CD
50752006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5076
5077 * Makefile.tpl: Add install-html target.
5078 * Makefile.def: Add install-html target.
5079 * Makefile.in: Regenerate.
5080 * configure.in: Add --with-datarootdir, --with-docdir,
5081 and --with-htmldir options.
5082 * configure: Regenerate.
5083
a4ef73e9
BE
50842006-03-31 Ben Elliston <bje@au.ibm.com>
5085
5086 PR binutils/1860
5087 * configure.in: Require makeinfo 4.4 or higher.
5088 * configure: Regenerate.
5089
b37df25a
PB
50902006-03-14 Paolo Bonzini <bonzini@gnu.org>
5091
5092 * Makefile.in: Regenerate.
5093
a6df5a19
PB
50942006-03-14 Paolo Bonzini <bonzini@gnu.org>
5095
5096 Sync with gcc:
5097 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5098
f7c83eac
AS
5099 * configure.in: Handle --disable-<component> generically.
5100 * configure: Regenerate.
a6df5a19
PB
5101
5102 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5103
f7c83eac
AS
5104 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5105 (TARGET_CONFIGDIRS): Remove.
5106 * configure.in: Remove AC_SUBST(target_configdirs).
5107 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5108
5109
65419985
L
51102006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5111
5112 PR libgcj/17311
5113 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5114
c52c6897
PB
51152006-02-20 Paolo Bonzini <bonzini@gnu.org>
5116
5117 PR bootstrap/25670
5118
5119 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5120
5121 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5122 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5123 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5124 BUILD_PREFIX, BUILD_PREFIX_1.
5125 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5126
5127 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5128 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5129
5130 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5131 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5132 of `cat stage_current`. Always provide the `r' and `s' variables.
5133 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5134 a single shell execution.
5135 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5136 bootstrapped modules, make the stage1 module if the build was not
5137 started yet, else build the current stage.
5138 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5139 (all-build, all-host, all-target, [+make_target+]-host,
5140 [+make_target+]-target): Do not use \-continued lines.
5141 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5142 (current_stage, restrap, stage_last): New.
5143
5144 * Makefile.in: Regenerate.
5145 * configure: Regenerate.
5146
b3ded179
PB
51472006-02-14 Paolo Bonzini <bonzini@gnu.org>
5148
5149 Sync from gcc:
5150
5151 2006-01-31 Richard Guenther <rguenther@suse.de>
5152 Paolo Bonzini <bonzini@gnu.org>
5153
f7c83eac
AS
5154 * Makefile.def (target_modules): Add libgcc-math target module.
5155 * configure.in (target_libraries): Add libgcc-math target library.
5156 (--enable-libgcc-math): New configure switch.
5157 * Makefile.in: Re-generate.
5158 * configure: Re-generate.
5159 * libgcc-math: New toplevel directory.
b3ded179
PB
5160
5161 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5162 Jakub Jelinek <jakub@redhat.com>
5163 Diego Novillo <dnovillo@redhat.com>
b3ded179 5164
f7c83eac
AS
5165 * libgomp: New directory.
5166 * Makefile.def: Add target_module libgomp.
5167 * Makefile.in: Regenerate.
5168 * configure.in (target_libraries): Add target-libgomp.
5169 * configure: Regenerate.
b3ded179 5170
3a35eeb3
PB
51712006-02-14 Paolo Bonzini <bonzini@gnu.org>
5172 Andreas Schwab <schwab@suse.de>
0e7ef45c 5173
3a35eeb3
PB
5174 * configure: Regenerate.
5175
2429c060
PB
51762006-01-16 Paolo Bonzini <bonzini@gnu.org>
5177
5178 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5179 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5180 the assembler, linker and binutils.
5181 * configure: Regenerate.
5182
ec49b2b8
NC
51832006-01-16 Nick Clifton <nickc@redhat.com>
5184
49b9e644 5185 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5186
44b2308f
AO
51872006-01-05 Alexandre Oliva <aoliva@redhat.com>
5188
5189 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5190 @ from continuation.
5191 * Makefile.in: Rebuilt.
5192
80911fe1
PB
51932006-01-04 Paolo Bonzini <bonzini@gnu.org>
5194
5195 Sync from gcc:
5196
5197 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5198
f7c83eac 5199 PR bootstrap/24252
80911fe1 5200
f7c83eac
AS
5201 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5202 * Makefile.tpl (OBJDUMP): New.
5203 (EXTRA_HOST_FLAGS): Add it.
5204 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5205
f7c83eac
AS
5206 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5207 to use symbolic links between directories. Avoid race conditions
5208 or make them harmless.
5209 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5210
f7c83eac
AS
5211 * Makefile.def (LEAN): Pass.
5212 * Makefile.tpl (LEAN): Define.
5213 (stage[+id+]-start): Accept that the previous directory does not
5214 exist, if the bootstrap is lean.
5215 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5216 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5217 configure substitution.
5218 ([+compare-target+]): Likewise.
5219 ([+bootstrap-target+]-lean): New.
5220 * configure.in: Remove lean bootstrap support from here.
80911fe1 5221
f7c83eac
AS
5222 * Makefile.in: Regenerate.
5223 * configure: Regenerate.
80911fe1
PB
5224
5225 2006-01-02 Andreas Schwab <schwab@suse.de>
5226
f7c83eac
AS
5227 * configure.in: When reconfiguring remove Makefile in
5228 all stage directories.
5229 * configure: Regenerate.
80911fe1 5230
b59bea8a
NC
52312005-12-27 Leif Ekblad <leif@rdos.net>
5232
5233 * configure.in: Add support for RDOS target.
5234 * configure: Regenerate.
5235
d7730bac
NC
52362005-12-27 Nick Clifton <nickc@redhat.com>
5237
5238 PR binutils/1990
5239 * libtool.m4: Synchronize with version in GCC sources.
5240
c02dabc3
PB
52412005-12-20 Paolo Bonzini <bonzini@gnu.org>
5242
f7c83eac 5243 Revert Ada-related part of the previous change.
c02dabc3 5244
f7c83eac
AS
5245 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5246 Do not pass.
5247 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5248 * Makefile.in: Regenerate.
5249 * configure.in: Do not include mt-ppc-aix target fragment.
5250 * configure: Regenerate.
c02dabc3 5251
f6d183c0
PB
52522005-12-19 Paolo Bonzini <bonzini@gnu.org>
5253
5254 * configure.in: Select appropriate fragments for PowerPC/AIX.
5255 * configure: Regenerate.
5256
5257 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5258 BOOT_CFLAGS, BOOT_LDFLAGS.
5259 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5260 BOOT_CFLAGS, BOOT_LDFLAGS.
5261 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5262 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5263 (stage): Fail if we cannot complete the work.
5264 * Makefile.in: Regenerate.
5265
f29759fc
JJ
52662005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5267
5268 * COPYING.NEWLIB: Update copyright year for default
5269 copyright.
5270
1f054001
PB
52712005-12-15 Paolo Bonzini <bonzini@gnu.org>
5272
5273 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5274 install-host-nogcc): Don't invoke $(stage) at the end.
5275 * Makefile.in: Regenerate.
5276
0aed8855
PB
52772005-12-14 Paolo Bonzini <bonzini@gnu.org>
5278
5279 * configure.in: Flip the top-level bootstrap switch.
5280 * configure: Regenerate.
5281
5282 Merge from gcc:
5283
5284 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5285
f7c83eac
AS
5286 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5287 $(stage) and $(unstage).
5288 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5289 (all): Remove stray semicolon.
5290 (local-distclean): Don't handle multilib.tmp and multilib.out.
5291 (install.all): Set $s for consistency.
5292 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5293 check_multilibs setting. Always make the install directory.
5294 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5295 Correct @if/@endif.
5296 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5297 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5298 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5299 (multilib.out): Remove.
5300 * Makefile.in: Regenerated.
0aed8855
PB
5301
53022005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5303
5304 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5305 * configure.in: Replace ms1 arch with mt.
5306 * configure: Rebuilt.
5307
53082005-12-05 Paolo Bonzini <bonzini@gnu.org>
5309
5310 Sync with gcc:
5311
4970f871
NS
53122005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5313
5314 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5315 * configure.in: Replace ms1 arch with mt.
5316 * configure: Rebuilt.
5317
be01d343
PB
53182005-12-05 Paolo Bonzini <bonzini@gnu.org>
5319
5320 Sync with gcc:
5321
5322 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5323
f7c83eac
AS
5324 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5325 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5326 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5327 Find in-tree tools if available.
5328 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5329 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5330 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5331 (COMPILER_*_FOR_TARGET): New.
5332 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5333 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5334 (CONFIGURED_*, USUAL_*): Remove.
5335 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5336 STRIP): Use autoconf substitutions.
5337 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5338 COMPILER_NM_FOR_TARGET): New.
5339 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5340
5341 (all): Make all-host and all-target in parallel.
5342 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5343 that $$r and $$s are set before invoking a recursive make.
5344 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5345 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5346
5347 2005-11-29 Ben Elliston <bje@au.ibm.com>
5348
f7c83eac
AS
5349 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5350 from the gcc build directory.
5351 * Makefile.in: Regenerate.
be01d343
PB
5352
5353 2005-11-29 Ben Elliston <bje@au.ibm.com>
5354
f7c83eac
AS
5355 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5356 depend on all-libdecnumber.
5357 * configure.in (host_libs): Include libdecnumber.
5358 * Makefile.in: Regenerate.
5359 * configure: Likewise.
be01d343
PB
5360
5361 2005-11-21 Kean Johnston <jkj@sco.com>
5362
f7c83eac 5363 * config.sub, config.guess: Sync from upstream sources.
be01d343 5364
907be67c
DJ
53652005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5366
5367 * Makefile.def: Remove gdb dependencies for gdbtk.
5368 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5369 (configure-gdb, install-gdb): New rules.
5370 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5371 * Makefile.in, configure: Regenerated.
5372
e360f423
PB
53732005-10-22 Paolo Bonzini <bonzini@gnu.org>
5374
5375 PR bootstrap/24297
5376 * Makefile.tpl (do-[+make-target+], do-check, install,
5377 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5378 are set before recursing.
5379 * Makefile.in: Regenerate.
5380
45d5eb0a
EB
53812005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5382
5383 PR bootstrap/18939
5384 * Makefile.def (gcc) <target>: Fix thinko.
5385 * Makefile.in: Regenerate.
5386
3cf3372e
BS
53872005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5388
5389 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5390 * configure: Regenerate.
5391
bd70a46f
KH
53922005-10-09 Kazu Hirata <kazu@codesourcery.com>
5393
5394 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5395 target-libffi, target-qthreads, target-libjava, and
5396 targetlibobjc.
5397 * configure: Regenerate.
5398
5ae72758
DJ
53992005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5400
5401 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5402 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5403 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5404 (USUAL_OBJDUMP_FOR_TARGET): New.
5405 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5406 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5407 * configure, Makefile.in: Regenerated.
5ae72758 5408
cc96343e
PB
54092005-10-05 Paolo Bonzini <bonzini@gnu.org>
5410
5411 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5412 before other host packages.
5413
f70224b5
PB
54142005-10-05 Paolo Bonzini <bonzini@gnu.org>
5415
5416 PR bootstrap/22340
5417
5418 * configure.in (default_target): Remove.
5419 * Makefile.tpl (all): Do not use prerequisites as subroutines
5420 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5421 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5422 use prerequisites as subroutines.
5423 (check-host, check-target): New.
5424 (bootstrap configure & all targets): Do not use stage*-start
5425 if the directory layout is already ok.
5426 (non-bootstrap configure & all targets): Prepend a $(unstage).
5427 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5428 (NOTPARALLEL): Remove.
5429 (unstage, stage variables): New variables.
5430 (unstage, stage targets): Simply expand to those variables.
5431
5432 * configure: Regenerate.
5433 * Makefile.in: Regenerate.
5434
c13c918a
JW
54352005-10-04 James E Wilson <wilson@specifix.com>
5436
5437 * Makefile.def (lang_env_dependencies): Add libmudflap.
5438 * Makefile.in: Regenerate.
5439
376a0e54
CM
54402005-10-03 Catherine Moore <clm@cm00re.com>
5441
5442 * configure.in (bfin-*-*): Support bfin.
5443 * configure: Regenerated.
5444
d320aacb
L
54452005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5446
5447 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5448 * configure: Regenerated.
5449
7e0f7140
GK
54502005-09-28 Geoffrey Keating <geoffk@apple.com>
5451
5452 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5453 (LIPO_FOR_TARGET): New.
5454 (CONFIGURED_LIPO_FOR_TARGET): New.
5455 (USUAL_LIPO_FOR_TARGET): New.
5456 (STRIP_FOR_TARGET): New.
5457 (CONFIGURED_STRIP_FOR_TARGET): New.
5458 (USUAL_STRIP_FOR_TARGET): New.
5459 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5460 STRIP_FOR_TARGET.
5461 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5462 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5463 * Makefile.in: Regenerate.
5464 * configure: Regenerate.
0e7ef45c 5465
096f7d00
DE
54662005-09-19 David Edelsohn <edelsohn@gnu.org>
5467
5468 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5469 (rs6000-*-aix*): Same.
5470 * configure: Regenerate.
5471
54722005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5473
5474 * configure.in: Recognize f95 in the --enable-languages option,
5475 and substitute it for fortran, issuing a warning.
5476 * configure: Regenerate.
5477
2016dfcc
BE
54782005-09-07 Ben Elliston <bje@au.ibm.com>
5479
5480 Import from Autoconf sources:
5481
5482 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5483 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5484 Elliston. Handle weird characters correctly.
5485
6dd2fda9
DD
54862005-08-30 Phil Edwards <phil@codesourcery.com>
5487
5488 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5489 * configure: Regenerated.
5490
e6db70d4
RE
54912005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5492
f7c83eac
AS
5493 * Makefile.def (libssp): Add to lang_env_dependencies.
5494 * Makefile.in: Regenerate.
e6db70d4 5495
e1e3d0f5
CG
54962005-08-17 Christian Groessler <chris@groessler.org>
5497
5498 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5499 * Makefile.in: Regenerate.
5500
05cbd757
PB
55012005-08-12 Paolo Bonzini <bonzini@gnu.org>
5502
5503 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5504 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5505 Look for alternate names of the target cc and c++
5506 * configure: Regenerate.
5507
55db4b87
PB
55082005-08-08 Paolo Bonzini <bonzini@gnu.org>
5509
5510 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5511 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5512 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5513 tools; remove code to manually set them.
5514 (Target tools): Look in the environment for them.
5515 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5516 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5517 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5518 build directory.
5519 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5520 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5521 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5522 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5523 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5524 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5525 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5526 * configure: Regenerate.
5527 * Makefile.in: Regenerate.
5528
414e5532
MM
55292005-07-27 Mark Mitchell <mark@codesourcery.com>
5530
5531 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5532 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5533 * Makefile.in: Regenerated.
5534
a19b6204
MM
55352005-07-26 Mark Mitchell <mark@codesourcery.com>
5536
5537 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5538 (CFLAGS_FOR_TARGET): Use it.
5539 (CXXFLAGS_FOR_TARGET): Likewise.
5540 * Makefile.in: Regenerated.
5541 * configure.in (--with-build-sysroot): New option.
5542 * configure: Regenerated.
5543
b73aa406
PB
55442005-07-24 Paolo Bonzini <bonzini@gnu.org>
5545
5546 * Makefile.tpl: Wrap install between unstage and stage
5547 * Makefile.in: Regenerate.
5548
6e4d0bcb
KC
55492005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5550
5551 * all files: Update FSF address.
5552
49f58d10
JB
55532005-07-14 Jim Blandy <jimb@redhat.com>
5554
5555 * configure.in: Add cases for Renesas m32c.
5556 * configure: Regenerated.
0e7ef45c 5557
1d9c9cd7
KC
55582005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5559
5560 * COPYING, compile, config-ml.in, config.guess,
5561 config.sub, install-sh, missing, mkinstalldirs,
5562 symlink-tree, ylwrap: Sync from upstream sources.
5563
1587117a
EC
55642005-07-13 Eric Christopher <echristo@redhat.com>
5565
5566 * configure.in: Add toplevel noconfigdir support for tpf.
5567 * configure: Regenerate.
5568
bb780410
DD
55692005-07-11 Jakub Jelinek <jakub@redhat.com>
5570
5571 * Makefile.def (target_modules): Add libssp.
5572 * configure.in (target_libraries): Add target-libssp.
5573 * configure: Rebuilt.
5574 * Makefile.in: Rebuilt.
5575
064d0a7c
PB
55762005-07-11 Paolo Bonzini <bonzini@gnu.org>
5577
5578 PR ada/22340
5579
5580 * Makefile.def: Sync with gcc.
5581 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5582 * Makefile.in: Regenerate.
5583
b2edd3b5
AS
55842005-07-07 Andreas Schwab <schwab@suse.de>
5585
5586 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5587 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5588 * Makefile.in: Regenerated.
5589
5f128533
KH
55902005-07-07 Kazu Hirata <kazu@codesourcery.com>
5591
5592 * configure.in: Add --enable-libssp and --disable-libssp.
5593 * configure: Regenerate with autoconf-2.13.
5594
4e3fc8e5
GK
55952005-07-06 Geoffrey Keating <geoffk@apple.com>
5596
5597 * configure.in: Don't build sim or rda when targetting darwin.
5598 * configure: Regenerate.
5599
c7357d6a
BE
56002005-07-04 Ben Elliston <bje@gnu.org>
5601
5602 * src-release (do-proto-toplev): Remove dejagnu bits.
5603 (DEJAGNU_SUPPORT_DIRS): Remove.
5604 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5605 (GDBD_SUPPORT_DIRS): Likewise.
5606 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5607 (INSIGHTD_SUPPORT_DIRS): Likewise.
5608 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5609
56102005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5611
5612 * setup.com (mpw): Remove unused directive.
5613
7d329e61
PB
56142005-06-22 Paolo Bonzini <bonzini@gnu.org>
5615
5616 * Makefile.def (stagefeedback): Come after profile.
5617 Define profiledbootstrap target.
5618 * Makefile.tpl (profiledbootstrap): Remove.
5619 (stageprofile-end): Zap stagefeedback.
5620 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5621 * Makefile.in: Regenerate.
5622
e5fbed21
DD
56232005-06-13 Zack Weinberg <zack@codesourcery.com>
5624
5625 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5626 In 'cpp' stanza, support '#line' as well as '# '.
5627
59f7ec45
HPN
56282005-06-07 Hans-Peter Nilsson <hp@axis.com>
5629
5630 * configure.in (unsupported_languages): New macro.
5631 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5632 non-ported target libraries in noconfigdirs.
5633 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5634 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5635 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5636 unsupported_languages.
5637 * configure: Regenerate.
5638
c10e9ba7
DD
56392005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5640
5641 * configure.in: Fix typo in handling of --with-mpfr-dir.
5642 * configure: Regenerate.
5643
20deb2b8
JB
56442005-06-02 Jim Blandy <jimb@redhat.com>
5645
5646 * config.sub: Add cases for the Renesas m32c. (This patch has been
5647 accepted into the master sources.)
5648
cdb9b172 56492005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5650 Michael Snyder <msnyder@redhat.com>
5651 Stan Cox <scox@redhat.com>
cdb9b172 5652
f7c83eac 5653 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5654
f7c83eac 5655 * configure: Regenerate.
cdb9b172 5656
1dc3053f
PB
56572005-05-25 Paolo Bonzini <bonzini@gnu.org>
5658
5659 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5660 (Dependencies): Consider target modules for bootstrap dependencies.
5661 Make target bootstrap modules depend on each stage's gcc.
5662 * Makefile.in: Regenerate.
5663
c60fe18b
PB
56642005-05-20 Paolo Bonzini <bonzini@gnu.org>
5665
5666 * Makefile.def (configure-gcc): Depend on binutils having been built.
5667 (all-gcc): No need to do it here.
5668 * Makefile.in: Regenerate.
5669
27258dd4
PB
56702005-05-19 Paul Brook <paul@codesourcery.com>
5671
0e7ef45c 5672 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5673 language cannot be built.
5674 * configure: Regenerate.
5675
42ecbf5e
DJ
56762005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5677
5678 * ylwrap: Import from Automake 1.9.5.
5679
ae380b45
MS
56802005-05-04 Mike Stump <mrs@apple.com>
5681
5682 * configure.in: Always pass --target to target configures as
5683 otherwise rebuilds that do --recheck will fail.
811d3af8 5684 * configure: Rebuilt.
ae380b45 5685
d545f33b
PB
56862005-05-04 Paolo Bonzini <bonzini@gnu.org>
5687
5688 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5689 STAGE_HOST_EXPORTS.
5690 (configure, all): Add bootstrap support.
5691 (Host modules, target modules): Pass post-stage1 flags and exports.
5692 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5693 * Makefile.in: Regenerate.
5694
2faa2958
PB
56952005-04-29 Paolo Bonzini <bonzini@gnu.org>
5696
5697 Sync from gcc:
5698
5699 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5700
f7c83eac 5701 * config.sub: Update from master copy.
2faa2958
PB
5702
5703 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5704
f7c83eac
AS
5705 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5706 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5707 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5708 "*-*-elf" and "*-*-linux*".
5709 * configure: Regenerate.
2faa2958 5710
a7254363
PB
57112005-04-06 Paolo Bonzini <bonzini@gnu.org>
5712
f7c83eac 5713 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5714 (TARGET_CONFIGARGS): Include --with-target-subdir.
5715 (configure, all): New macros. Use them throughout.
5716
a8637a7d
PB
57172005-04-05 Paolo Bonzini <bonzini@gnu.org>
5718
5719 * Makefile.tpl: Sync with gcc.
5720 * Makefile.in: Regenerate.
5721
dd387d52
JR
57222005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5723
5724 * config/mh-mingw32: Delete.
5725 * configure.in: Don't use it.
5726 * configure: Regenerate.
5727
e90269c8
PB
57282005-03-31 Paolo Bonzini <bonzini@gnu.org>
5729
5730 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5731 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5732 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5733 (HOST_LIB_PATH): Generate from Makefile.def.
5734 (TARGET_LIB_PATH): Likewise.
5735 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5736 * Makefile.in: Regenerate.
5737 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5738 (RPATH_ENVVAR): Include Darwin case.
5739 * configure: Regenerate.
5740
9a237d9e
PB
57412005-03-25 Paolo Bonzini <bonzini@gnu.org>
5742
5743 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5744 * configure: Regenerate.
5745
479759c8
ZW
57462005-03-21 Zack Weinberg <zack@codesourcery.com>
5747
5748 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5749 gcc_version, and gcc_version_trigger from set of flags to pass.
5750 * Makefile.tpl: Remove definitions of above variables.
5751 (config.status): Remove dependency on $(gcc_version_trigger).
5752 * Makefile.in: Regenerate.
5753 * configure.in: Do not reference config/gcc-version.m4 nor
5754 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5755 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5756 * configure: Regenerate.
5757
4cfaf6d5
DD
57582005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5759 Andrew Pinski <pinskia@physics.uc.edu>
5760
5761 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5762 * Makefile.in: Regenerate.
5763
33a3fb7b
AO
57642005-03-01 Alexandre Oliva <aoliva@redhat.com>
5765
5766 PR libgcj/20160
5767 * ltmain.sh: Avoid creating archives with components that have
5768 duplicate basenames.
5769
2da12f12
PB
57702005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5771
479759c8
ZW
5772 PR bootstrap/20250
5773 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5774 instead of check.
5775 * Makefile.in: Regenerate.
2da12f12 5776
b00612cc
PB
57772005-02-28 Paolo Bonzini <bonzini@gnu.org>
5778
5779 Sync from gcc.
5780
5781 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5782
5783 PR bootstrap/17383
5784 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5785 * Makefile.tpl (HOST_SUBDIR): New substitution.
5786 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5787 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5788 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5789 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5790 (Host modules, Bootstrapped modules): Use it.
5791 (Build modules, Target modules): Do not create symlink trees,
5792 always configure out-of-srcdir.
5793 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5794 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5795 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5796 $(HOST_SUBDIR). Create a symlink for host_subdir.
5797
5798 * Makefile.in: Regenerate.
5799 * configure: Regenerate.
5800
5801 Merged from libada-gnattools-branch:
5802 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5803
5804 * Makefile.def: Add gnattools as a module, depending on target-libada.
5805 * Makefile.in: Regenerate.
5806 * configure.in: Include gnattools in host_tools; disable it if ada
5807 is disabled.
5808 * configure: Regenerate.
5809
c3e65f62
NC
58102005-02-23 Nick Clifton <nickc@redhat.com>
5811
5812 * configure: Regenerate.
5813
e4d180c2
NC
58142005-02-22 Paul Schlie <schlie@comcast.net>
5815
5816 * configure.in: Allow darwin targeted ports to build tk, itcl and
5817 libgui.
5818
e3c770b1
EB
58192005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5820
5821 PR libgcj/10353
5822 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5823 * configure: Regenerate.
5824
9c73618c
AC
58252005-02-08 Andrew Cagney <cagney@gnu.org>
5826
5827 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5828 gdb/ section. Update GDB's URL.
5829
c46f8c51
AC
58302005-01-31 Andrew Cagney <cagney@gnu.org>
5831
5832 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5833
c7e66c6d
HPN
58342005-01-29 Hans-Peter Nilsson <hp@axis.com>
5835
5836 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5837 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5838 target-libgloss when not *-*-elf and *-*-aout.
5839 * configure: Regenerate.
5840
a53bf506
AC
58412005-01-27 Andrew Cagney <cagney@gnu.org>
5842
5843 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5844
45181ed1
AC
58452005-01-24 Andrew Cagney <cagney@gnu.org>
5846
5847 * gettext.m4: Only fall back to ../intl/ when it's present.
5848
a1e0f4e4
KC
58492005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5850
5851 * install-sh, config.sub: Import from upstream.
5852
58532005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5854
5855 PR bootstrap/18222
5856 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5857 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5858 * Makefile.in: Regenerate.
5859
c50382e2
PB
58602005-01-03 Paolo Bonzini <bonzini@gnu.org>
5861
5862 Revert 2004-12-28 Makefile changes, a better fix will be
5863 applied to mainline and src after GCC 4.0 branches.
5864
11d07737
PB
58652004-12-28 Paolo Bonzini <bonzini@gnu.org>
5866
5867 PR bootstrap/17383
5868
5869 * Makefile.def (target_modules): Remove stage parameter,
5870 it is always true now.
5871 * Makefile.tpl (configure-build-[+module+],
5872 configure-target-[+module+]): Always build symlink tree
5873 for the directory and for include. BUILD_SUBDIR and
5874 TARGET_SUBDIR cannot be . anymore.
5875 * Makefile.in: Regenerate.
5876
dadfdbe2
DD
58772004-12-25 David Edelsohn <edelsohn@gnu.org>
5878
5879 Revert 2004-12-08 Makefile changes.
5880
dbf85af7
JR
58812004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5882
5883 * configure.in (sh64-*-*): Reenable gprof.
5884 * configure: Regenerate.
5885
6b8fea99
JB
58862004-12-09 Jim Blandy <jimb@redhat.com>
5887
5888 * MAINTAINERS: List 'depcomp' as part of automake.
5889
7341462c
DE
58902004-12-08 David Edelsohn <edelsohn@gnu.org>
5891
5892 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5893 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5894 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5895 * Makefile.in: Regenerate.
5896
21fde4dc
DD
58972004-12-07 Matt Kraai <kraai@ftbfs.org>
5898
5899 * Makefile.tpl: Generate normal dependencies if the LHS module is
5900 not bootstrapped.
5901 * Makefile.in: Regenerate.
5902
3da796a2
RS
59032004-12-03 Richard Sandiford <rsandifo@redhat.com>
5904
5905 * configure.in: Include config/gxx-include-dir.m4. Use
5906 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5907 * configure: Regenerate.
5908
73fb7068
RS
59092004-12-03 Richard Sandiford <rsandifo@redhat.com>
5910
5911 * config.if: Delete.
5912 * configure.in: Set libstdcxx_incdir directly.
5913 * configure: Regenerate.
5914 * MAINTAINERS: Remove mention of config.if.
5915 * src-release (DEVO_SUPPORT): Remove config.if.
5916
6c8e6ce9
EC
59172004-12-02 Eric Christopher <echristo@redhat.com>
5918
3b6098f8
EC
5919 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5920 of things to remove.
6c8e6ce9 5921 * Makefile.in: Regenerate.
479759c8 5922
b8658a2f
RS
59232004-12-02 Richard Sandiford <rsandifo@redhat.com>
5924
5925 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5926 * configure: Regenerate.
5927
afefada0
RS
59282004-12-02 Richard Sandiford <rsandifo@redhat.com>
5929
5930 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5931 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5932 * configure: Regenerate.
5933
5dcac624
DA
59342004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5935
5936 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5937 (hppa*64*-*-*): Delete incorrect comment.
5938 * configure: Rebuilt.
5939
57d1eb1a
DD
59402004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5941
5942 * install-sh, compile: Import from automake.
5943
59442004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5945
5946 * config.guess, config.sub: Import from savannnah.
5947
6d389afc
MS
59482004-11-12 Mike Stump <mrs@apple.com>
5949
5950 * Makefile.def: Add html support.
5951 * Makefile.tpl: Likewise.
5952 * Makefile.in: Regenerate.
5953
69e57115
GK
59542004-11-11 Geoffrey Keating <geoffk@apple.com>
5955
5956 PR 18423
5957 * configure.in: Remove all instances of build-fixincludes from
5958 noconfigdirs.
5959 (build_configargs): Supply --target to subdirectories.
5960 * configure: Regenerate.
5961
5962 * Makefile.def: Make gcc install depend on fixincludes install.
5963 * Makefile.in: Regenerate.
5964
ba719b26
HPN
59652004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5966
5967 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5968 target-libgfortran.
5969 * configure: Regenerate.
5970
c37653e7
DE
59712004-11-07 David Edelsohn <edelsohn@gnu.org>
5972
5973 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5974 like CC.
5975
1eefd493
PB
59762004-11-05 Paolo Bonzini <bonzini@gnu.org>
5977
5978 * Makefile.def (host fixincludes): Specify missing targets.
5979 * Makefile.in: Regenerate.
5980
02b1af09
L
59812004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5982
5983 PR other/17783
5984 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5985 * configure: Regenerated.
5986
7f266840
DJ
59872004-11-04 Daniel Jacobowitz <dan@debian.org>
5988
5989 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5990 * configure: Regenerated.
5991
47444073
AL
59922004-10-28 Eric B. Weddington <ericw@evcohs.com>
5993
5994 PR target/18151
5995 * configure.in (case ${target}): Do not build fixincludes for avr.
5996 * configure: Regenerated.
5997
caeba88f
AL
59982004-10-26 Paolo Bonzini <bonzini@gnu.org>
5999
6000 * configure.in (case ${target}): Do not build fixincludes
6001 on platforms where it is not used.
6002 * configure: Regenerated.
6003
0fdbe983
DJ
60042004-10-23 Daniel Jacobowitz <dan@debian.org>
6005
6006 * configure.in: Use an absolute path to install-sh.
6007 * configure: Regenerated.
6008
1c0f67c1
AC
60092004-10-19 Andrew Cagney <cagney@gnu.org>
6010
6011 * src-release (do-djunpack, do-md5sum): Install the generated file
6012 directly into the proto-toplev/ directory.
479759c8 6013
a9cfce9c
AC
60142004-10-19 Andrew Cagney <cagney@gnu.org>
6015
6016 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6017
ac0fa625
DD
60182004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6019
6020 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6021 * configure: Regenerate.
6022
d27cc32e
PB
60232004-10-06 Paolo Bonzini <bonzini@gnu.org>
6024
6025 Fix wrong conflict resolution in:
6026
6027 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6028
6029 * Makefile.in: Regenerate.
6030 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6031 in the recursive `make', instead of hardwiring `all'.
6032 (Autogenerated TARGET-* variables): New.
6033
1763908f
UW
60342004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6035
6036 Merged from GCC / libtool upstream:
6037 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6038 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6039 * ltcf-cxx.sh (tpf*): Likewise.
6040 * ltconfig (tpf*): Add TPF OS configuration support.
6041
0490e016
NC
60422004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6043
6044 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6045 * configure: Regenerate.
0490e016 6046
32be62b5
RS
60472004-09-24 Michael Roth <mroth@nessie.de>
6048
6049 * configure.in (--without-headers): Add missing double quotes.
6050 * configure: Regenerate.
6051
6048df60
DD
60522004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6053
6054 * ylwrap: Revert to previous version.
6055
315b3b02
L
60562004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6057
6048df60 6058 PR bootstrap/17369
315b3b02
L
6059 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6060 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6061 SET_GCC_LIB_PATH_CMD.
6062 (BASE_TARGET_EXPORTS): Likewise.
6063 * Makefile.in: Regenerated.
6064
6065 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6066 * configure: Regenerated.
6067
fe69863c
DD
60682004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6069
6070 * config.guess: New upstream version
6071 * compile, depcomp, install-sh, ylwrap: Likewise.
6072
60732004-09-19 Roger Sayle <roger@eyesopen.com>
6074
6075 * config/mh-x86omitfp: New host makefile fragment. Add
6076 -fomit-frame-pointer to the default BOOT_CFLAGS.
6077 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6078 * configure: Regenerate.
6079
60802004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6081
6082 PR target/11572
6083 * configure.in (*-*-darwin*): Renable libobjc.
6084 * configure: Regenerate.
6085
be75bbe1 60862004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6087
be75bbe1
DB
6088 * Makefile.def: Remove libbanshee.
6089 * Makefile.tpl: Ditto.
6090 * configure.in: Ditto.
6091 * Makefile.in: Regen.
6092 * configure: Ditto.
6093
1b882a91
PB
60942004-09-07 Paolo Bonzini <bonzini@gnu.org>
6095
6096 * missing: Import latest version from master repository.
6097
eb1352ed
NC
60982004-09-04 Nick Clifton <nickc@redhat.com>
6099
6100 * config.sub: Import latest version from master repository.
6101 * config.guess: Likewise.
6102 This includes these changes:
479759c8 6103
eb1352ed
NC
6104 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6105
6106 * config.sub: Handle crisv32, alias etraxfs.
6107 * config.guess (crisv32:Linux:*:*): Handle.
6108
6109 2004-08-13 Brad Smith <brad@comstyle.com>
6110
6111 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6112 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6113
6114 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6115
6116 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6117 assume the processor is a powerpc. This is because coreutils
6118 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6119 in this case, due to a MacOS X bug that causes
6120 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6121 to return a negative number.
6122 Problem reported by Petter Reinholdtsen in:
6123 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6124
6125 2004-07-19 Ben Elliston <bje@gnu.org>
6126
6127 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6128
6129 2004-06-24 Ben Elliston <bje@gnu.org>
6130
6131 * config.guess: Update copyright years.
6132 * config.sub: Likewise.
6133
6134 2004-06-22 Robert Millan <robertmh@gnu.org>
6135
6136 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6137 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6138
6139 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6140
6141 * config.guess (*:*VMS:*:*): New entry. Replaces
6142 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6143 manufacturer.
6144
6145 2004-06-22 Ben Elliston <bje@gnu.org>
6146
6147 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6148 * config.sub: Likewise.
6149
6150 2004-06-22 Ben Elliston <bje@gnu.org>
6151
6152 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6153 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6154
6155 2004-06-11 Ben Elliston <bje@gnu.org>
6156
6157 * config.guess (pegasos:OpenBSD:*:*): Remove.
6158
6159 2004-06-11 Ben Elliston <bje@gnu.org>
6160
6161 From Wouter Verhelst <wouter@grep.be>:
6162 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6163
6164 2004-06-11 Ben Elliston <bje@gnu.org>
6165
6166 * config.guess (luna88k:OpenBSD:*:*): New.
6167
6168 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6169
6170 * config.guess (m32r*:Linux:*:*): New case.
6171 * config.sub: Handle m32rle.
6172
6173 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6174
6175 From Jens Petersen <petersen@redhat.com>:
6176 * config.sub: Handle sparcv8.
6177
6178 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6179
6180 From Tom Smith <smith@cag.lkg.hp.com>:
6181 * config.guess: Version suffixes are equally significant on Tru64
6182 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6183 prefix of "P" (patched kernel).
6184
6185 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6186
6187 * config.sub: Add support for National Semiconductor CRX target.
6188
2a3124ca 61892004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6190
2a3124ca
RH
6191 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6192 *-*-netware, but add target-libmudflap.
6193 Consolidate *-*-netware targets (of which really only i?86 exists)
6194 into a single entry.
6195 * configure: Likewise.
6196
0df3d27f
PB
61972004-09-01 Paolo Bonzini <bonzini@gnu.org>
6198
6199 * Makefile.tpl (sorry): Remove.
6200 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6201 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6202 (do-clean): Clean per-stage directories too.
6203 (do-distclean): Run distclean-stage1 too.
6204 (.NOTPARALLEL): Enable during toplevel bootstrap.
6205 (stage[+id+]-bubble): Enable parallel execution during
6206 the recursive invocation.
6207 * Makefile.in: Regenerate.
6208
6209 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6210
6211 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6212
6213 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6214 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6215 * configure: regenerate
479759c8
ZW
6216 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6217 -mdynamic-no-pic
0df3d27f
PB
6218
62192004-08-31 Paolo Bonzini <bonzini@gnu.org>
6220
6221 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6222 include.
6223 * configure.in: Fix indentation.
6224 * configure: Regenerate.
6225
ee025550
PB
62262004-08-31 Paolo Bonzini <bonzini@gnu.org>
6227
6228 * Makefile.def (build_modules): Add fixincludes.
6229 (dependencies): Make gcc depend on fixincludes.
6230 * configure.in (build_tools): Add fixincludes.
6231 (build_configdirs): Always include build_libs.
6232 * Makefile.in: Regenerate.
6233 * configure: Regenerate.
6234
62352004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6236
6237 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6238 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6239 phony targets; do not generate timestamp files.
6240 (distclean-stageN): Remove references to their timestamp files.
6241 (restageN, touch-stageN): Remove.
6242 (stageN-bubble): Rewritten.
6243 (compare): Support lean bootstraps.
6244 * Makefile.in: Regenerate.
6245
6246 * configure.in: Only warn when bootstrapping but
6247 build != host or build != target. Support lean bootstraps.
6248 * configure: Regenerate.
6249
6250 Sync from gcc:
6251 2004-08-26 Phil Edwards <phil@codesourcery.com>
6252
6253 * configure.in: Give a better error message if GMP/MPFR are missing
6254 and a language needing them has been requested.
6255 * configure: Regenerated.
6256
6257 2004-08-25 Phil Edwards <phil@codesourcery.com>
6258
6259 * configure.in: Print a list of available language front-ends if
6260 a requested one is missing. Tidy stray tab characters.
6261 * configure: Regenerated.
6262
72b2455a
PB
62632004-08-17 Paolo Bonzini <bonzini@gnu.org>
6264
6265 * Makefile.in: Regenerate.
6266 * configure: Regenerate.
6267
6268 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6269 stage_*_flags.
6270 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6271 for bootstrapped modules if toplevel bootstrap is going.
6272 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6273 modules. Adjust for changes in Makefile.def. Enable several
6274 rules even in non-bootstrap mode, just to avoid peppering the
6275 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6276 (stage-[+prev+]-bubble): Remove.
6277
6278 * Makefile.def (Dependencies): Depend on all-build-bison,
6279 all-build-flex, all-build-byacc, all-build-texinfo, rather
6280 than the host variations.
6281 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6282 with BUILD_SUBDIR.
6283 (BISON): Update for recent Bisons.
6284 (YACC): Fix typo.
6285 (cross): Depend on all-build.
6286 (all): Do not depend on all-build.
6287 (prebootstrap): Remove.
6288 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6289 (Prebootstrap dependencies): Add them to the per-stage targets
6290 and to all-prebootstrap.
6291 * configure.in (build_configdirs): Always enable build_tools.
6292 (BUILD_DIR_PREFIX): Remove.
6293
6294 * Makefile.def (gcc): Add target variable.
6295 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6296 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6297 in the recursive `make', instead of hardwiring `all'.
6298 (Autogenerated TARGET-* variables): New.
6299
de0b4a87
JW
63002004-08-17 Robert Millan <robertmh@gnu.org>
6301
6302 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6303 (instead of FreeBSD).
6304 * configure: Regenerate.
6305
ad681c85
NN
63062004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6307
675c6968
NN
6308 * Makefile.def, configure.in, src-release: Remove useless, bogus
6309 references to tix.
6310 * Makefile.in, configure: Regenerate.
6311
ad681c85
NN
6312 * src-release: Stop distributing mmalloc with gdb (which doesn't
6313 use it).
6314 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6315 * Makefile.in: Regenerate.
6316
11b04d1f
DD
63172004-08-09 Mark Mitchell <mark@codesourcery.com>
6318
6319 * configure.in (arm*-*-eabi*): New target.
6320 * configure: Regenerate.
6321
f2420bea
NN
63222004-08-01 Robert Millan <robertmh@gnu.org>
6323
6324 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6325 libmudflap for all GNU-based systems (with Glibc).
6326 * configure: Regenerate.
6327
9e6ce191
PB
63282004-08-06 Paolo Bonzini <bonzini@gnu.org>
6329
6330 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6331 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6332 (Dependencies): New section.
6333 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6334 (configure-target-[+module+]): Depend on maybe-all-gcc
6335 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6336 (toplevel profiledbootstrap): Fix dependencies.
6337 * Makefile.in: Regenerate.
6338
df4a6958
MM
63392004-08-03 Mark Mitchell <mark@codesourcery.com>
6340
6341 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6342 target-libiberty to noconfigdirs.
6343
11b04d1f
DD
63442004-08-03 Paul Brook <paul@codesourcery.com>
6345
6346 * configure.in: Check for MPFR as well as GMP.
6347 * configure: Regenerate.
6348
b813574b
PB
63492004-08-03 Paolo Bonzini <bonzini@gnu.org>
6350
6351 * Makefile.def (host-modules): Add gcc.
6352 * Makefile.in: Regenerate.
6353 * Makefile.tpl (sorry): New rule.
6354 (configure-host, all-host, [+make_target+]-host, do-check,
6355 install-host): Do not add gcc as a special case.
6356 (host modules): Add a small special-casing for gcc. Export
6357 extra_make_flags through the environment.
6358 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6359 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6360 other recursive targets for gcc): Remove.
6361
6362 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6363 (stage, unstage): New rules.
6364 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6365 distclean-stage[+id+]): Use stage_current.
6366 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6367 the stage*-start rules.
6368
61edac0c
JW
63692004-07-19 Robert Millan <robertmh@gnu.org>
6370
6371 Synced from gcc:
6372
6373 2004-04-26 Robert Millan <robertmh@gnu.org>
6374
6375 Add patches from libtool CVS.
6376 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6377 * ltconfig: Likewise.
6378 * ltcf-c.sh: Likewise.
6379 * ltcf-cxx.sh: Likewise.
6380 * ltcf-gcj.sh: Likewise.
6381
3e707e94
PB
63822004-07-12 Paolo Bonzini <bonzini@gnu.org>
6383
6384 * configure.in: Add noconfigdirs for crx-*-*.
6385 * configure: Regenerate.
6386
63872004-07-12 Paolo Bonzini <bonzini@gnu.org>
6388
6389 Synced from gcc:
6390
6391 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6392
6393 * configure.in: Build libmudflap by default on FreeBSD.
6394 * configure: Regenerated.
6395
6396 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6397
6398 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6399 systems.
6400 * configure: Regenerated.
6401
6402 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6403
6404 PR target/16344
6405 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6406 feedback based compiler.
6407 * Makefile.in: Rebuilt.
6408
6409 2004-07-05 Phil Edwards <phil@codesourcery.com>
6410
6411 * configure.in: Do not prepend $srcdir to /dev/null in
6412 makefile fragments.
6413 * configure: Regenerate.
6414
a7ee7660
AO
64152004-07-08 Alexandre Oliva <aoliva@redhat.com>
6416
6417 * Makefile.def (host_modules): Set bootstrap=true for flex.
6418 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6419 * Makefile.in: Rebuilt.
6420
6a9cf61e
PB
64212004-07-01 Paolo Bonzini <bonzini@gnu.org>
6422
6423 * Makefile.def (build_modules): Add bison, byacc, flex,
6424 m4, texinfo.
6425 (flags_to_pass): Add FLEX.
6426 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6427 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6428 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6429 DEFAULT_MAKEINFO): Remove.
6430 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6431 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6432 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6433 objdir or else use configured tool.
6434 (all-build): New.
6435 (all): Depend on it.
6436 (Build module dependencies): Add.
6437 * Makefile.in: Regenerate.
6438 * configure.in: Better support for multiple build modules,
6439 matching what is done for host/target modules. Do not look
6440 for "plausible" locations of build tools if Canadian cross.
6441 Use autoconf's AC_PROG_CC to find a C compiler. Define
6442 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6443 * configure: Regenerate.
6444
95b6a1f2
PB
64452004-06-22 Paolo Bonzini <bonzini@gnu.org>
6446
6447 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6448 * Makefile.in: Regenerate.
6449
7ffa0b57
PB
64502004-06-22 Paolo Bonzini <bonzini@gnu.org>
6451
6452 * Makefile.tpl (configure-build-[+module+],
6453 configure-[+module+], configure-target-[+module+]): Pass
6454 [+extra_configure_args+].
6455 (all-build-[+module+], all-[+module+], check-[+module+],
6456 install-[+module+], [+make_target+]-[+module+],
6457 all-target-[+module+], check-target-[+module+],
6458 install-target-[+module+], [+make_target+]-target-[+module+]):
6459 Pass [+extra_make_args+].
6460 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6461 (GCC_HOST_EXPORTS): Remove.
6462 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6463 cross, check-gcc, check-gcc-c++, install-gcc,
6464 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6465 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6466 * Makefile.in: Regenerate.
6467
929ba6e7
CF
64682004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6469
6470 * configure.in: Check for srcdir/winsup rather than build directory
6471 winsup.
6472 * configure: Regenerate.
6473
b76d7de0
CV
64742004-06-17 Corinna Vinschen <vinschen@redhat.com>
6475
6476 * configure.in: Don't build Cygwin native newlib if winsup
6477 directory is missing. Emit warning instead.
6478 * configure: Regenerate.
6479
656fdd47
PB
64802004-06-09 Paolo Bonzini <bonzini@gnu.org>
6481
6482 * Makefile.tpl (touch-stage[+id+]): New.
6483 (restage[+prev+]): Depend on touch-stage[+id+].
6484
6485 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6486 Use it throughout.
6487
6488 * Makefile.def: Add profile and feedback bootstrap stages.
6489 Remove next field from bootstrap stages.
6490 * Makefile.tpl (LN, LN_S): Substitute.
6491 (stageN-start, stageN-end): Use double-colon rules, to
6492 provide a hook for additional setup commands.
6493 (distclean-stageN-gcc, restageN): Create dependencies from
6494 [+prev+], not from [+next+].
6495 (stageN-bubble): Add commands for successive stages from
6496 [+prev+], using double-colon rules.
6497 (all-stageN-gcc): Fix typo.
6498 (stagefeedback-start, profiledbootstrap): New.
6499 * Makefile.in: Regenerate.
6500 * configure.in: Call ACX_PROG_LN.
6501 * configure: Regenerate.
6502
498d4a71
CF
65032004-06-03 Paolo Bonzini <bonzini@gnu.org>
6504
6505 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6506 without gcc.
6507 * configure: Regenerate.
6508
377d8c42
PB
65092004-06-01 Paolo Bonzini <bonzini@gnu.org>
6510
6511 * Makefile.tpl: Fix typo.
6512 * Makefile.in: Regenerate.
6513
f5f8a794
PB
65142004-06-01 Paolo Bonzini <bonzini@gnu.org>
6515
6516 * configure.in: Remove new- prefix from toplevel
6517 bootstrap targets.
6518 * configure: Regenerate.
6519
f7a4c34f
PB
65202004-06-01 Paolo Bonzini <bonzini@gnu.org>
6521
6522 Merge this patch from the gcc tree:
6523
6524 2004-05-30 Andreas Jaeger <aj@suse.de>
6525 Jim Wilson <wilson@specifixinc.com>
6526
6527 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6528 like CC.
6529
319cab08
PB
65302004-06-01 Paolo Bonzini <bonzini@gnu.org>
6531
6532 * Makefile.tpl (all.normal): Rename to all.
6533 (all): Replace with a rule to pick the default
6534 target from configure.
6535 (all-gcc, configure-gcc): Use conditionals to
6536 do nothing when toplevel bootstrap is going on.
6537 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6538 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6539 * configure.in: Support --enable-bootstrap.
6540
6541 * Makefile.def: Remove new- prefix from toplevel
6542 bootstrap targets.
6543 * Makefile.tpl: Likewise.
6544
6545 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6546 target.
6547
6548 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6549 $(RECURSE_FLAGS) to recursive invocation of make.
6550
6551 * Makefile.in: Regenerate.
6552 * configure: Regenerate.
6553
88f64edc
DJ
65542004-05-27 Daniel Jacobowitz <dan@debian.org>
6555
6556 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6557 * configure: Regenerate.
6558
378fce5b
DD
65592004-05-25 Daniel Jacobowitz <drow@false.org>
6560
6561 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6562 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6563 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6564 targets.
6565 * Makefile.in: Regenerate.
6566
dfdffa2c
PB
65672005-05-24 Paolo Bonzini <bonzini@gnu.org>
6568
6569 * configure.in: Test the ability to symlink directories.
6570 * configure: Regenerate.
6571
6572 * Makefile.def (bootstrap-stage): New definitions.
6573 * Makefile.tpl (configure-stage1-gcc,
6574 configure-stage2-gcc, configure-stage3-gcc,
6575 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6576 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6577 new-restage3, compare): Autogenerate, see Makefile.in
6578 entry for behavioral changes.
6579 (distclean-stage1, new-stage1-start, new-stage1-end,
6580 new-stage1-bubble, distclean-stage2, new-stage2-start,
6581 new-stage2-end, new-stage2-bubble, distclean-stage3,
6582 new-stage3-start, new-stage3-end): New autogenerated targets.
6583 (objext, prebootstrap, BOOT_CFLAGS,
6584 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6585 targets.
6586
6587 * Makefile.in: Regenerate.
6588 (distclean-stage1, new-stage1-start, new-stage1-end,
6589 new-stage1-bubble, distclean-stage2, new-stage2-start,
6590 new-stage2-end, new-stage2-bubble, distclean-stage3,
6591 new-stage3-start, new-stage3-end): New targets.
6592 (all-stage1-gcc): Move prebootstrap dependency from here...
6593 (configure-stage1-gcc): ...to here.
6594 (new-bootstrap): Use bubble targets.
6595 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6596 Use per-stage distclean targets.
6597 (configure-stage1-gcc, configure-stage2-gcc,
6598 configure-stage3-gcc, all-stage1-gcc,
6599 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6600 Use new-stageN-start to prepare the tree.
6601
04cf1b77
PB
66022004-05-23 Paolo Bonzini <bonzini@gnu.org>
6603
6604 * Makefile.def (host_modules): add libcpp.
6605 * Makefile.tpl: Add dependencies on and for libcpp.
6606 * Makefile.in: Regenerate.
6607 * configure.in: Add libcpp host module.
6608 * configure: Regenerate.
6609
80b200a1
ZW
66102004-05-17 Zack Weinberg <zack@codesourcery.com>
6611
6612 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6613 of libf2c.
6614 * configure, Makefile.in: Regenerate.
6615
4b1cb4fe
DD
66162004-05-13 Diego Novillo <dnovillo@redhat.com>
6617
6618 Merge from tree-ssa-20020619-branch.
6619
6620 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6621 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6622 (HOST_GMPLIBS): Define.
6623 (HOST_GMPINC): Define.
6624 (TARGET_LIB_PATH): Add libmudflap.
6625 (GFORTRAN_FOR_TARGET): Define.
6626 (configure-build*): Export GFORTRAN.
6627 (configure-gcc): Export GMPLIBS and GMPINC.
6628 (all-gcc): Add maybe-all-libbanshee.
6629 (configure-target-libgfortran): Define.
6630 * Makefile.in: Regenerate.
6631 * configure.in (host_libs): Add libbanshee.
6632 (target_libraries): Add target-libmudflap and target-libgfortran.
6633 Add --with-libbanshee.
6634 Handle --disable-libmudflap.
6635 (*-*-freebsd*): Use with_gmp.
6636 Add $(libgcj) to noconfigdirs.
6637 * configure: Regenerate.
6638 * depcomp: New file.
6639 * MAINTAINERS: Add tree-ssa maintainers.
6640
66412004-04-28 Paolo Bonzini <bonzini@gnu.org>
6642
6643 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6644 * configure: Regenerate.
6645
b8908782
DD
66462004-04-27 Paolo Bonzini <bonzini@gnu.org>
6647
6648 Revert:
6649 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6650
6651 * Makefile.def (flags_to_pass): Remove *dir variables that
6652 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6653 as well as prefix and exec_prefix.
6654 * Makefile.in: Regenerate.
6655
66562004-04-26 Paolo Bonzini <bonzini@gnu.org>
6657
6658 * Makefile.def (host_modules): Mark with the bootstrap
6659 flag packages on which gcc depends.
6660 * Makefile.tpl (all-bootstrap): Use it.
6661 * Makefile.in: Regenerate.
6662
66632004-04-26 Paolo Bonzini <bonzini@gnu.org>
6664
6665 * Makefile.def (flags_to_pass): Remove *dir variables that
6666 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6667 as well as prefix and exec_prefix.
6668 * Makefile.in: Regenerate.
6669
66702004-04-26 Paolo Bonzini <bonzini@gnu.org>
6671
80b200a1
ZW
6672 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6673 * configure: Regenerate.
6674 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6675 * gcc/Makefile.tpl (compare): Use the result of the test.
6676 * gcc/Makefile.in: Regenerate.
b8908782
DD
6677
66782004-04-23 Paolo Bonzini <bonzini@gnu.org>
6679
6680 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6681 Always relocate gcc and prev-gcc to the original names, even
6682 if the build fails.
6683 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6684 New targets.
6685
0f260896
RO
66862004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6687
6688 * configure.in (mips*-*-irix5*): Enable ld.
6689 * configure: Regenerate.
6690
51860f05
JW
66912004-04-15 James E Wilson <wilson@specifixinc.com>
6692
6693 * Makefile.tpl (configure-[+module+], configure-gcc,
6694 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6695 Set and export LDFLAGS.
6696 * Makefile.in: Regenerate.
6697
54752a6b
NN
66982004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6699
6700 PR bootstrap/14871
6701 * Makefile.tpl: If we don't have built-in-tree target tools,
6702 use the ones found by configure rather than hacking around with
6703 program_transform_name.
6704 * configure.in: Give Makefile.tpl the information necessary
6705 to do that.
6706 * Makefile.in: Regenerate.
6707 * configure: Regenerate.
6708
67092004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6710
6711 PR bootstrap/14760
6712 * configure.in: When computing baseargs, strip *all* copies of
6713 offending options. Also, don't match/substitute the trailing space,
6714 so that this actually works when two similar options are separated by
6715 only one space.
6716 * configure: Regenerate.
6717
67182004-04-06 David Edelsohn <edelsohn@gnu.org>
6719
80b200a1
ZW
6720 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6721 (rs6000-*-aix*): Same.
6722 * configure: Regenerate.
54752a6b 6723
5e2b61fb
SS
67242004-03-25 Stan Shebs <shebs@apple.com>
6725
6726 Remove MPW support, no longer used.
6727 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6728 mpw-install: Remove files.
6729 * src-release (DEVO_SUPPORT): Remove names of removed files.
6730 * MAINTAINERS: Likewise.
6731
1a6f2dc7
NN
67322004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6733
a0049f1b
NN
6734 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6735 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6736 * Makefile.in: Regenerate.
6737
1a6f2dc7
NN
6738 * configure.in (top level bootstrap support): Rework --enable-werror
6739 to set @stage2_werror_flag@.
6740 * configure: Regenerate.
6741 * Makefile.tpl (top level bootstrap support): Pass
6742 @stage2_werror_flag@ down to configure in stages 2 and 3.
6743 * Makefile.in: Regenerate.
6744
920e3419
NN
67452004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6746
6747 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6748 for stages 2 and 3 as well as in make. As a consequence, remove
6749 OUTPUT_OPTION (now detected by configure) from the flags passed down
6750 to make.
6751 * Makefile.in: Regenerate.
6752
6753 * Makefile.tpl (new-bootstrap): Fix typo.
6754 * Makefile.in: Regenerate.
6755
4fa63067
NN
67562004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6757
6758 * Makefile.tpl: Rearrange by moving recursive_targets rules
6759 into their proper sections.
6760 * Makefile.tpl (top level bootstrap support): Move disabling
6761 of coverage flags from 'make' to 'configure'; improve comments.
6762 * Makefile.in: Regenerate.
6763
6764 * Makefile.tpl (experimental top level bootstrap) Move stage1
6765 language setting from all- target to configure- target; disable
6766 intermodule optimization in stage 1; prevent gratuitous rebuilds
6767 of stage 1.
6768 * Makefile.in: Regenerate.
6769 * configure.in: Comma-separate stage 1 language list for top
6770 level bootstrap.
6771 * configure: Regenerate.
6772
6773 * Makefile.tpl: Clean up experimental top level bootstrap support:
6774 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6775 prev-gcc in configure- targets as well as all- targets.
6776 * Makefile.in: Regenerate.
6777
fb8a10fd
NN
67782004-03-17 Paolo Bonzini <bonzini@gnu.org>
6779
6780 * configure.in: Remove symbolic link section.
6781 * configure: Regenerate.
6782 * Makefile.tpl (links): Remove.
6783 * Makefile.in: Regenerate.
6784
947f426e 67852004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6786 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6787
6788 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6789 Set with AC_CHECK_PROGS.
947f426e
NN
6790 * configure.in: Fix comment typo from last patch.
6791 * configure: Regenerate.
6792
1d39f329
NN
67932004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6794
6795 * Makefile.tpl: Introduce experimental top level bootstrap support.
6796 * Makefile.in: Regenerate.
6797 * configure.in: Introduce support for top level bootstrap.
6798 * configure: Regenerate.
6799
4b0ac75d 68002004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6801 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6802
6803 PR bootstrap/14522
6804 * configure.in: Cope with shells that do not support unquoted ^
6805 * configure: Regenerate.
6806
2e70b094 68072004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6808 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6809
6810 PR bootstrap/14522
6811 * configure.in: Cope with shell that do not support nesting
6812 quotes inside quoted backquote substitutions.
6813 * configure: Regenerate.
6814
68152004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6816
6817 PR bootstrap/14522
6818 * configure.in: Fix escaping of $.
6819 * configure: Regenerate.
6820
9e07f89d
NN
68212004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6822
6823 * configure: Regenerate.
6824
68252004-03-08 Paolo Bonzini <bonzini@gnu.org>
6826
6827 PR ada/14131
6828 Move language detection to the top level.
6829 * configure.in: Find default values for the tools as
6830 soon as possible. Disable ada if GNAT is not found.
6831 Emit error message about missing languages. Expand
6832 --enable-languages=all for the gcc subdirectory.
6833
1712ab83
RS
68342004-03-01 Richard Sandiford <rsandifo@redhat.com>
6835
6836 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6837 and disable libgcj.
6838 * configure: Regenerated.
6839
3dee29da
NN
68402004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6841
6842 PR bootstrap/7087
6843 * Makefile.tpl: Guard XFOO sed statements better.
6844 * Makefile.tpl: Add dependency for configure-target-libada.
6845 * Makefile.in: Regenerate (incidentally fixes broken
6846 commit when libada-branch was merged).
6847
0558264b
AC
68482004-02-28 Andrew Cagney <cagney@redhat.com>
6849
6850 * src-release (CVS_NAMES): Define.
6851 (do-tar, do-tar): Prune $(CVS_NAMES).
6852
c38f9803
AC
68532004-02-23 Andrew Cagney <cagney@redhat.com>
6854
6855 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6856 2004-02-19.09.
6857
55636792
NN
68582004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6859
6860 PR bootstrap/11932
6861 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6862
1e600082
AC
68632004-02-19 Andrew Cagney <cagney@redhat.com>
6864
6865 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6866 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6867
3769cd82
DD
68682004-02-11 David Edelsohn <edelsohn@gnu.org>
6869
6870 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6871 (rs6000-*-aix*): Same.
6872 * configure: Regenerate.
6873
a92834c8
DD
68742004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6875
6876 * configure.in (host): Add in missing $noconfigdirs to defines.
6877 * configure: Regenerate.
6878
a2592b1b
DD
68792004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6880 Nathanael Nerode <neroden@gcc.gnu.org>
6881
6882 PR ada/6637, PR ada/5911
80b200a1 6883 Merge with libada-branch:
a2592b1b
DD
6884 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6885 with appropriate dependencies. Add --enable-libada configure switch.
6886 * configure, Makefile.in: Regenerate.
6887
e31d1ea3
DD
68882004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6889
6890 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6891 * configure: Regenerate.
6892
db85f5c0
JJ
68932004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6894
6895 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6896
fc434214
DD
68972004-01-23 DJ Delorie <dj@redhat.com>
6898
6899 * Makefile.def (target_modules) [libiberty]: Don't stage.
6900 * Makefile.in: Rebuilt.
6901
ad445c2c 69022004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6903
ad445c2c
JJ
6904 * COPYING.NEWLIB: Update to include copyrights for new
6905 iconv code.
6906
72bbedde
AC
69072004-01-15 Andrew Cagney <cagney@redhat.com>
6908
6909 * src-release: Update copyright year.
6910 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6911 (NEWLIB_SUPPORT_DIRS): Delete macro.
6912 (newlib.tar.bz2): Delete rule.
6913
a6d6062d
DD
69142004-01-14 Loren J. Rittle <ljrittle@acm.org>
6915
6916 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6917 * Makefile.tpl (configure-target-[+module+]): Support stage.
6918 * Makefile.in: Rebuilt.
6919
f8b73030
MR
69202003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6921
6922 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6923 throughout.
6924
aff0e9df
NN
69252004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6926
bb5dca17
NN
6927 * configure.in: Use ./config.cache, not config.cache.
6928 * configure: Regenerate.
6929 * Makefile.tpl: Special-casing not needed for GCC any more.
6930 * Makefile.in: Regenerate.
6931
82252c06
NN
6932 * configure.in: Don't share a cache file for host dirs.
6933 * configure: Regenerate.
6934
aff0e9df
NN
6935 * config-ml.in: Don't mess with the cache file.
6936
95036d20
NN
69372004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6938
ac7b618e
NN
6939 * Makefile.tpl: Make GCC use a separate config.cache.
6940 * Makefile.in: Regenerate.
6941
95036d20
NN
6942 PR bootstrap/11932, PR bootstrap/11933
6943 (I don't know if it will fix either of them, but it relates
6944 to them.)
6945 * configure.in: Don't use shared config.cache for target
6946 directories.
6947 * configure: Regenerate.
6948
08c1856b
DD
69492003-12-31 Roger Sayle <roger@eyesopen.com>
6950
6951 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6952 * configure: Regenerated.
6953
c1968181 69542003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6955
9eb322aa
MF
6956 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6957 * configure: Regenerated.
c1968181 6958
10ecffb9
NN
69592003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6960
6961 Port change over from GCC:
6962 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6963 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6964 (configure-build-[+module+], configure-[+module+]): Likewise.
6965 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6966 * Makefile.in: Regenerate.
6967
f2ab5990
TF
69682003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6969
6970 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6971 * configure: Regenerate.
6972
41a7d11a
JJ
69732003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6974
80b200a1 6975 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6976 stdlib.
6977
d9441a1f
DD
69782003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6979
6980 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6981 * Makefile.in: Regenerate.
6982
3a48a978
DD
69832003-10-20 Phil Edwards <phil@codesourcery.com>
6984
6985 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6986 * configure: Regenerate.
6987
f0b24077
NN
69882003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6989
6990 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6991 HOST_FLAGS_TO_PASS.
6992 * Makefile.in: Regenerate.
6993
5fbad20a
DD
69942003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6995
6996 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6997 * configure: Rebuilt
6998 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6999 * Makefile.in: Rebuilt
7000
78be4155
L
70012003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7002
7003 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7004
051fcc7a
L
70052003-10-01 Phil Edwards <pme@gcc.gnu.org>
7006
7007 * config-ml.in: Use ac_configure_args directly instead of
7008 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7009 actually seen.
7010
70112003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7012
7013 * config-ml.in: Propagate INSTALL variables.
7014
f27d4f92
DJ
70152003-09-21 Daniel Jacobowitz <drow@mvista.com>
7016
7017 * configure.in: Pass a computed --program-transform-name
7018 to subconfigures.
7019 * configure: Regenerated.
7020
cae4d560
NN
70212003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7024 * Makefile.in: Regenerate.
7025
7026 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7027 * Makefile.in: Regenerate.
7028
8ff944f6
DJ
70292003-09-17 Daniel Jacobowitz <drow@mvista.com>
7030
7031 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7032 quoting.
7033 * configure: Regenerated.
7034
d9a35680
MC
70352003-09-12 Michael Chastain <mec@shout.net>
7036
7037 Fix PR gdb/857.
7038 * src-release (do-proto-topleve): Remove junk files
7039 intl/config.cache, intl/config.status,
7040 intl/config.h, intl/stamp-h.
7041
710068b9
AC
70422003-09-14 Andrew Cagney <cagney@redhat.com>
7043
7044 * src-release (dejagnu.tar): New target.
7045 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7046 (do-djunpack): Use $(PACKAGE) for the package name.
7047
e1008165
DD
70482003-09-04 DJ Delorie <dj@redhat.com>
7049
7050 * configure: Regenerate.
7051
21998d12
NC
70522003-09-04 Robert Millan <robertmh@gnu.org>
7053
7054 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7055
ccca4bb3
DD
70562003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7057
7058 * configure.in: Ensure arguments to sed are properly spaced.
7059 * configure: Regenerate.
7060
ee949b5e
DJ
70612003-08-28 Daniel Jacobowitz <drow@mvista.com>
7062
7063 Merge from gcc:
7064 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7065 * install-sh: Update to newer upstream versions (associated with
7066 aclocal 1.7).
7067 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7068
75addda2
DJ
70692003-08-27 Daniel Jacobowitz <drow@mvista.com>
7070
7071 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7072 * configure: Regenerated.
7073
8d2877d8
NN
70742003-08-23 Phil Edwards <pme@gcc.gnu.org>
7075
7076 * configure.in: Use newline instead of semicolon when assuming
7077 shell arguments in a for loop.
7078 * configure: Regenerated.
7079
d2cc0e0d
GK
70802003-08-20 Geoffrey Keating <geoffk@apple.com>
7081
7082 PR 8180
7083 * configure.in: When testing with_libs and with_headers, treat
7084 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7085 * configure: Regenerate.
80b200a1 7086
d2cc0e0d
GK
7087 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7088 make, shell, etc.
7089 (baseargs): Likewise.
7090 * configure: Regenerate.
7091
04d1ab34
GK
70922003-08-19 Geoffrey Keating <geoffk@apple.com>
7093
7094 * configure.in: Disable libgcj for darwin not on powerpc.
7095 * configure: Rebuild.
7096
ca506da8
MC
70972003-08-15 Michael Chastain <mec@shout.net>
7098
7099 * src-release (do-proto-toplev): Remove junk files
7100 dejagnu/example/calc/config.status,
7101 dejagnu/example/calc/config.log.
7102
a4aa3f49
DD
71032003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7104
7105 * config-ml.in, symlink-tree: Add license.
7106
ede4fbe4
NN
71072003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7108
7109 Merge from gcc:
7110
7111 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7112 * Makefile.tpl (check, check-c++): Express dependencies using
7113 dependencies rather than commands.
7114 * Makefile.in: Regenerate.
7115
7116 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7117 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7118 * Makefile.in: Update.
7119
970f29af
AC
71202003-08-01 Andrew Cagney <cagney@redhat.com>
7121
7122 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7123 * configure: Ditto.
7124
b2884a0c
DD
71252003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7126
7127 * configure.in: Enable libgcj for darwin.
7128 * configure: Rebuild.
7129
c07f46a4
NN
71302003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7131
7132 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7133
9175bfc0
NN
71342003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7135
7136 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7137 creating target and build subdirs to build all parent dirs as needed.
7138 * Makefile.in: Rebuild.
7139 * configure.in: Don't build dirs explicitly here.
7140 * configure: Rebuild.
7141
b9abda6a
AO
71422003-07-22 Alexandre Oliva <aoliva@redhat.com>
7143
7144 * Makefile.tpl (all-make): Depend on intl.
7145 * Makefile.in: Rebuilt.
7146
eef8ffd4
NN
71472003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7148
7149 * config.if: Remove unused libc_interface determination.
7150
295efaf0
NN
71512003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7152
7153 * Makefile.in: Regenerate, correctly this time.
7154
e5c3f801
NN
71552003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7156
7157 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7158 unused INSTALL_PROGRAM_ARGS.
7159 * configure.in: Use AC_PROG_INSTALL.
7160 * Makefile.in: Regenerate.
7161 * configure: Regenerate.
7162
4a18bd6b
AO
71632003-07-10 Alexandre Oliva <aoliva@redhat.com>
7164
7165 * configure: Rebuilt.
7166 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7167 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7168 newlib nor libgloss.
7169 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7170 * configure.in (am33_2.0-*-linux*): Added.
7171
fbd1054d
BW
71722003-07-09 Bob Wilson <bob.wilson@acm.org>
7173
7174 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7175 * configure: Regenerate.
7176
b40e3958
L
71772003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7178
7179 * config-ml.in: Replace PWD with PWD_COMMAND.
7180 * Makefile.tpl: Likewise.
7181 * Makefile.in: Regenerated.
7182
4a5be7ba
NN
71832003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7184
7185 * configure.in: Clean up config-lang.in handling. Delete
7186 useless assignment to "subdirs".
7187 * configure: Regenerate.
7188
9c14acb8
NN
71892003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7190
7191 * configure.in: Rename 'target_libs' to 'target_libraries'.
7192 Remove useless reference to 'target_libs'.
7193 * configure: Regenerate.
7194
8f32e830
KS
71952003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7196
7197 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7198 * Makefile.in: Regenerate.
7199
12f0bd74
NN
72002003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7201
7202 * Makefile.def: Introduce flags_to_pass.
7203 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7204 * Makefile.in: Regenerate.
7205
b07c2aad
HPN
72062003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7207
7208 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7209 and target-libgloss.
7210 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7211 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7212 * configure: Regenerate.
b07c2aad 7213
56f25033
DD
72142003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7215
7216 * configure.in: Update testsuite_flags to new location.
7217 * configure. Regenerate.
80b200a1 7218
4ec9a3b2
NN
72192003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7220
7221 * Makefile.tpl: Remove BUILD_CC stuff.
7222 * Makefile.in: Regenerate.
7223
059083b1 72242003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7225
059083b1
L
7226 * config.guess: Update to 2003-06-12 version.
7227 * config.sub: Update to 2003-06-13 version.
7228
535b046a
TS
72292003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7230
7231 * MAINTAINERS: Add myself as MIPS co-maintainer.
7232
00c22daa 72332003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7234
00c22daa
L
7235 * config.guess: Update to 2003-06-06 version.
7236 * config.sub: Update to 2003-06-06 version.
7237
1047cb91
DD
72382003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7239
7240 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7241 * configure. Regenerate.
7242
123494c8
NN
72432003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7244
1047cb91
DD
7245 * configure.in: Disable serial configure by default.
7246 * configure: Regenerate.
7247 * Makefile.tpl: Abolish .NOTPARALLEL.
7248 * Makefile.in: Regenerate.
7249
7f121bbf
NN
7250 * Makefile.tpl: Replace {build,host,target}_canonical by
7251 {build,host,target}.
7252 * Makefile.in: Regenerate.
7253
123494c8
NN
7254 * Makefile.tpl: Fix stupid pasto.
7255 * Makefile.in: Regenerate.
7256
ec7e0995
NN
72572003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7258
7259 * Makefile.tpl: Remove bogus conditional.
7260 * Makefile.in: Regenerate.
7261
27b1cc72
NN
72622003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7263
2a4cbe27
NN
7264 * Makefile.tpl: Make 'recursive targets' using autogen rather
7265 than shell loop. Remove duplicate 'clean' targets and false
7266 comments.
7267 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7268 Add systematic method of specifying missing targets in subdirs.
7269 Add copyright boilerplate.
7270 * Makefile.in: Regenerate.
7271 * configure.in: Add 'recursive targets' to maybe list.
7272 * configure: Regenerate.
7273
27b1cc72
NN
7274 * Makefile.tpl: Rename [+target+] to [+make_target+].
7275 * Makefile.def: Rename 'target' to 'make_target'.
7276
01e51bd0
NC
72772003-05-30 Nick Clifton <nickc@redhat.com>
7278
7279 * README-maintainer-mode: Update URL for locating blessed config
7280 tools.
7281
2fd84b42
NC
72822003-05-29 Robert Millan <rmh@debian.org>
7283
7284 * ltconfig: Import this patch and modify for use with current
7285 version of ltconfig:
7286
7287 2003-05-21 Bruno Haible <bruno@clisp.org>
7288
7289 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7290 GNU/FreeBSD.
7291
8945c6bb
DD
72922003-05-28 DJ Delorie <dj@redhat.com>
7293
7294 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7295 * Makefile.in: Regenerate.
7296
2f9632a1
JJ
72972003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7298
80b200a1 7299 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7300
3a12db16 73012003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7302
3a12db16
DD
7303 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7304 newlib or libgloss.
7305 * Makefile.in: Regenerate.
7306
44482353
DD
73072003-05-21 DJ Delorie <dj@redhat.com>
7308
7309 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7310 * Makefile.in: Regenerate.
7311
fec2c52d
MR
73122003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7313
7314 * configure.in: Use curly braces in the definition of tooldir.
7315 * configure: Regenerate.
7316
16ae0395
NN
73172003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7318
7319 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7320 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7321 Factor out common code from autogen IF statements.
7322 * configure: Regenerate.
7323 * Makefile.in: Regenerate.
7324
ec11bdc6
DD
73252003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7326
7327 * configure.in: Accept i[3456789]86 for machine type.
7328 * configure: Regenerate.
7329
dd12c3a8
NN
73302003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7331
7332 * configure.in: Switch more things to use maybe dependencies.
7333 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7334 * configure: Regenerate.
7335 * Makefile.tpl: Switch more things to use maybe dependencies.
7336 * Makefile.in: Regenerate.
7337
cf662e21
AJ
73382003-05-16 Andreas Schwab <schwab@suse.de>
7339
7340 * Makefile.tpl (install-opcodes): Define.
7341 * Makefile.in: Rebuild.
7342
5481b376
AJ
73432003-05-13 Andreas Jaeger <aj@suse.de>
7344
7345 * config.guess: Update to 2003-05-09 version.
7346 * config.sub: Update to 2003-05-09 version.
7347
3959a22a
AJ
73482003-05-13 Michael Eager <eager@mvista.com>
7349
7350 * configure.in: Correct sed script so that options in quotes are not
7351 deleted.
7352 * configure: Rebuild.
7353
564b43e5
CV
73542003-05-12 Corinna Vinschen <corinna@vinschen.de>
7355
7356 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7357 and $$s/newlib/libc/sys/cygwin32 include paths.
7358 * configure: Ditto.
7359
bb947dc9
L
73602003-05-05 H.J. Lu <hjl@gnu.org>
7361
7362 * config-ml.in: Restored from gcc repository.
7363
77f7441a
CD
73642003-05-02 Chris Demetriou <cgd@broadcom.com>
7365
80b200a1
ZW
7366 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7367 * Makefile.in: Regenerate.
77f7441a 7368
a26d7085
DJ
73692003-04-27 Daniel Jacobowitz <drow@mvista.com>
7370
7371 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7372 and Makefile.def.
7373
e4c4d240
DJ
73742003-04-27 Daniel Jacobowitz <drow@mvista.com>
7375
7376 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7377 * Makefile.in: Regenerated.
7378
62a3fc85
DD
73792003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7380
7381 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7382 * Makefile.in: Regenerate.
7383
73842003-04-18 Jakub Jelinek <jakub@redhat.com>
7385
7386 * configure.in (powerpc64*-*-linux*): Remove.
7387 * configure: Rebuilt.
7388
5b474aa8
DD
73892003-04-17 Phil Edwards <pme@gcc.gnu.org>
7390
7391 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7392 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7393 and restrap.
7394 * Makefile.in: Regenerate.
7395
73962003-04-16 Richard Earnshaw <rearnsha@arm.com>
7397
7398 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7399 * configure: Regenerated.
7400
bc295afe
AO
74012003-04-11 Alexandre Oliva <aoliva@redhat.com>
7402
7403 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7404 * */configure: Rebuilt.
7405
3728fade
NN
74062003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7407
7408 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7409 * Makefile.in: Regenerate.
7410
ce5b542e
MC
74112003-03-14 Michael Chastain <mec@shout.net>
7412
7413 * Makefile.in: Regenerate with correct Makefile.def.
7414
3db0a37f
NN
74152003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7416
7417 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7418 Make macro.
7419 * Makefile.in: Regenerate.
7420 * configure.in: Clean up gxx_include_dir logic.
7421 * configure: Regenerate.
7422
34349c6e
DD
74232003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7424
7425 * configure.in (gxx_include_dir): Fix typo.
7426 * configure: Regenerated.
7427
686c28c9
AC
74282003-03-06 Andrew Cagney <cagney@redhat.com>
7429
7430 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7431
bba45b8b 74322003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7433
bba45b8b
NN
7434 * configure.in: Include $(build_tooldir)/sys-include in
7435 FLAGS_FOR_TARGET.
7436 * configure: Regenerated.
7437
2683747f
NN
74382003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7439
bba45b8b
NN
7440 * Makefile.tpl: Reindent.
7441 * Makefile.in: Regenerate.
7442 * configure.in: Reindent. Don't set unused variables.
7443 * configure: Regenerate.
7444
2683747f
NN
7445 * Makefile.tpl: Always pass down RANLIB.
7446 * Makefile.in: Regenerate.
7447
7448 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7449 * Makefile.in: Regenerate.
7450 * configure.in: Remove unused logic relating to --enable-shared
7451 and --enable-threads. Remove bogus comments. Remove redundant
7452 noconfigdirs.
7453 * configure: Regenerate.
7454
7455 * configure.in: Replace ${libstdcxx_version} by its value.
7456 Remove reference to mh-dgux.
7457 * configure: Regenerate.
7458
50212802
NN
74592003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7460
7461 * Makefile.tpl: Rearrange.
7462 * Makefile.in: Regenerate.
7463
a6be7fc6
NC
74642003-02-25 Nick Clifton <nickc@redhat.com>
7465
7466 * configure: Remove site-file supprot - it is obsolete.
7467
f8a495c8
NC
74682003-02-24 Uwe Stieber <uwe@wwws.de>
7469
7470 * configure.in: Add support for kaOS as cross build target system.
7471 * configure: Regenerated.
7472
3decd77d
DD
74732003-02-20 Sean McNeil <sean@blue.mcneil.com>
7474
7475 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7476 configure-target-* as some target builds may require additional
7477 flags for preprocessor tests.
7478 * Makefile.in: Regenerated.
7479
f4ff34a3
AO
74802003-02-19 Alexandre Oliva <aoliva@redhat.com>
7481
7482 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7483 * ltconfig: Handle it.
7484 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7485 auto-detecting it.
7486
b7e4a931
AO
74872003-02-19 Alexandre Oliva <aoliva@redhat.com>
7488
7489 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7490 it is used as argument to $CC.
7491 * ltcf-gcj.sh: Likewise.
7492
6b784d9f
AO
74932003-02-19 Alexandre Oliva <aoliva@redhat.com>
7494
7495 * configure.in: Introduce --enable-maintainer-mode.
7496 * configure: Rebuilt.
7497 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7498 for maintainer mode.
7499 * Makefile.in: Rebuilt.
7500
8bcd8a07
AC
75012003-02-19 Andrew Cagney <ac131313@redhat.com>
7502
7503 * configure: Regenerate using autoconf 2.13.
7504
ee3fd329
AM
75052003-02-19 Alan Modra <amodra@bigpond.net.au>
7506
7507 * config.guess: Import latest version.
7508 * config.sub: Import latest version.
7509
e9e45685
JM
75102003-02-18 Jason Merrill <jason@redhat.com>
7511
7512 * Makefile.tpl (check-c++): Allow parallelism.
7513
859789af
AC
75142003-02-17 Andrew Cagney <ac131313@redhat.com>
7515
7516 * configure: Regenerate using autoconf 000227.
7517
b3f16a9b
GK
75182003-02-15 Geoffrey Keating <geoffk@apple.com>
7519
7520 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7521 don't configure target-libobjc.
7522 * configure: Regenerate.
7523
72e60e02
DD
75242003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7525
7526 * Makefile.tpl (RANLIB): Define.
7527 * Makefile.in: Regenerate.
7528
91f0e695
KS
75292003-02-06 Keith R Seitz <keiths@redhat.com>
7530
7531 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7532 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7533 * Makefile.in: Regenerated.
7534 * configure.in: Remove all traces of snavigator, db, and grep.
7535 * configure: Regenerated.
7536
122bfa92
FCE
75372003-01-31 Frank Ch. Eigler <fche@redhat.com>
7538
7539 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7540 * Makefile.in: Regenerated.
7541
264095c3
AO
75422003-01-30 Alexandre Oliva <aoliva@redhat.com>
7543
7544 * config.if: Copy from GCC.
7545
a84dbcb3
AO
75462003-01-27 Phil Edwards <pme@gcc.gnu.org>
7547
7548 * configure.in: Revert 24Jan change.
7549 * configure: Regenerate.
7550
19618276
NN
75512003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7552
7553 * configure.in: Revert previous change.
7554 * configure: Regenerate.
7555
b7f27a92
NN
75562003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7557
7558 * configure.in: Make rda native-only.
7559 * configure: Regenerate.
7560
83326456
NN
75612003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7562
7563 * configure.in: Add missing \.
7564 * configure: Rebuilt.
7565
5e367fa5
JJ
75662003-01-17 Jakub Jelinek <jakub@redhat.com>
7567
7568 * configure.in (baseargs): Avoid using \| in sed regular
7569 expressions.
7570 * configure: Rebuilt.
7571
e01f337c
JJ
75722003-01-16 Jakub Jelinek <jakub@redhat.com>
7573
7574 * configure.in (baseargs): Remove all supported forms of
7575 --cache-file, --srcdir, --host, --build and --target options
7576 from argument lists.
7577 * configure: Rebuilt.
7578
aa236487
AO
75792003-01-15 Alexandre Oliva <aoliva@redhat.com>
7580
7581 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7582 * configure: Rebuilt.
7583
586c0873
NN
75842003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7585
7586 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7587 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7588 * Makefile.in: Regenerate.
7589 * configure: Regenerate.
7590
497f816e
DD
75912003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7592
7593 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7594 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7595 * Makefile.in: Regenerate.
7596
bfbe5519
AO
75972003-01-09 Alexandre Oliva <aoliva@redhat.com>
7598
7599 * configure.in: Remove Makefile in build, host and target modules
7600 unless configure was run with --no-recursion.
7601 * configure: Rebuilt.
7602
3f234ef5
CD
76032003-01-08 Chris Demetriou <cgd@broadcom.com>
7604
7605 * config.guess: Update to 2003-01-03 version.
7606 * config.sub: Update to 2003-01-03 version.
7607
a3982d48
CF
76082003-01-07 Christopher Faylor <cgf@redhat.com>
7609
7610 * configure: Regenerate with proper autoconf 2.13.
7611
75778ec4
CF
76122003-01-07 Christopher Faylor <cgf@redhat.com>
7613
80b200a1
ZW
7614 * configure.in: Add AC_PREREQ for consistency.
7615 * configure: Regenerate.
75778ec4 7616
c180f501
AC
76172003-01-06 Andrew Cagney <ac131313@redhat.com>
7618
7619 * configure.in (GDB_TK): Add tcl directories conditional on
7620 gdb/gdbtk directory being present.
7621 * configure: Regenerate.
5481b376 7622
46ca2cc2
DA
76232003-01-04 John David Anglin <dave.anglin@nrc.ca>
7624
7625 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7626 by gcc if LD is not defined and we are not doing a Canadian Cross.
7627 * configure: Rebuilt.
7628
53dd8dab
DJ
76292003-01-01 Daniel Jacobowitz <drow@mvista.com>
7630
7631 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7632
50ceb20c
TT
76332002-12-31 Tom Tromey <tromey@redhat.com>
7634
7635 * Makefile.in: Rebuilt.
7636 * Makefile.def (target_modules) [libffi]: Allow installation.
7637
e78b5cfe
AS
76382002-12-31 Andreas Schwab <schwab@suse.de>
7639
7640 * configure.in: Fix use of $program_transform_name.
7641 * configure: Regenerated.
7642
67448102
DJ
76432002-12-30 Daniel Jacobowitz <drow@mvista.com>
7644
7645 * configure.in (baseargs): Don't remove first configure argument.
7646 * configure: Regenerated.
7647
e6bfb94a
AO
76482002-12-29 Alexandre Oliva <aoliva@redhat.com>
7649
7650 * Makefile.tpl (local-distclean): Don't remove...
7651 (multilib.ts): ... this. Moved into...
7652 (multilib.out): ... this. Don't use sub-make.
7653 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7654 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7655 (configure-build-[+module+], configure-[+module+],
7656 configure-target-[+module+], configure-gcc): ... these. Test
7657 for Makefile existence. Drop config.status from dependencies.
7658 * Makefile.in: Rebuilt.
7659 * configure.in: Move gcc-version-trigger to the end of
7660 ac_configure_args. Add comments to maybedep.tmp and
7661 serdep.tmp. Introduce --disable-serial-configure. Remove
7662 nonopt from baseargs, matching and removing corresponding
7663 whitespace while at it.
7664 * configure: Rebuilt.
7665
8f0dfb36
AO
76662002-12-28 Alexandre Oliva <aoliva@redhat.com>
7667
7668 * configure.in (host_configargs): Replace reference to
7669 no-longer-defined buildopts with --build=${build_alias}.
7670 * configure: Rebuilt.
7671
43be203f
AO
76722002-12-28 Alexandre Oliva <aoliva@redhat.com>
7673
7674 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7675 program_transform_name to standard idiom.
7676 (AUTOGEN, AUTOCONF): Define.
7677 (Makefile.in): Use $(AUTOGEN).
7678 (Makefile): Depend on config.status, and use autoconf-style rule to
7679 build it. Move original commands to...
7680 (config.status): ... this new target.
7681 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7682 $(AUTOCONF).
7683 * Makefile.in: Rebuilt.
7684
a0da8069
NN
76852002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7686
d18f1c9f
NN
7687 * Makefile.tpl: Fix dramatic bustage due to change in
7688 program_transform_name.
7689 * Makefile.in: Regenerate.
7690
7691 * configure.in: Remove unnecessary PATH setting.
7692 * configure: Regnerate.
7693
7694 * configure.in: Don't default to unprefixed tools unless
7695 the native tools will work.
7696 * configure: Regenerate.
7697
a0da8069
NN
7698 * configure.in: Convert to autoconf script. Blow away lots
7699 of now-redundant Makefile fragments.
7700 * configure: Generate using Autoconf.
7701 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7702 * Makefile.in: Regenerate.
7703
c567df0a
NN
77042002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7705
5481b376 7706 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7707 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7708
5481b376 7709 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7710 where they belong.
2c7f9a32 7711
2dabcfb4
AS
77122002-12-24 Andreas Schwab <schwab@suse.de>
7713
7714 * Makefile.tpl (multilib.out): Fix missing space.
7715 * Makefile.in: Regenerate.
7716
1086bc09
NN
77172002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7718
7719 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7720 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7721 * Makefile.in: Regenerate.
7722 * configure.in: Remove unnecessary leftovers.
7723
1086bc09
NN
77242002-12-21 Geoffrey Keating <geoffk@apple.com>
7725
7726 * configure.in (extra_ranlibflags_for_target): New variable.
7727 (*-*-darwin): Add -c to ranlib commands.
7728 * configure (tooldir): Handle extra_ranlibflags_for_target.
7729
14e9ca95
JJ
77302002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7731
7732 * COPYING.NEWLIB: Updated.
7733 * COPYING.LIBGLOSS: Ditto.
7734
14c428fb
NN
77352002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7736
7737 * Makefile.tpl: Revert HJL's change.
7738 * Makefile.in: Regenerated.
7739 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7740 always.
7741
313b8244
AS
77422002-12-19 Andreas Schwab <schwab@suse.de>
7743
7744 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7745 * Makefile.in: Regenerate.
7746
efeae3db
L
77472002-12-18 H.J. Lu <hjl@gnu.org>
7748
7749 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7750 * Makefile.in: Regenerated.
7751
7752 * configure.in (build_prefix): New. Substitute.
7753
43d92c63
NN
77542002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7755
59da4fe6
NN
7756 * Makefile.tpl: Don't let real targets depend on phony targets.
7757 * Makefile.in: Regenerate.
7758
43d92c63
NN
7759 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7760 * Makefile.in: Regenerate.
7761
b72e6a2d
JM
77622002-12-16 Jason Merrill <jason@redhat.com>
7763
7764 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7765 previous 'make bootstrap'.
7766 * Makefile.in: Regenerate.
7767
95c72c44
HPN
77682002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7769
7770 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7771
7d695d07
JM
77722002-12-13 Jason Merrill <jason@redhat.com>
7773
7774 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7775 library tests.
7776 (check-c++): Just depend on it and check-target-libstdc++-v3.
7777 * Makefile.in: Regenerate.
7778
54103d1e
NN
77792002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7780
7781 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7782 * Makefile.in: Regenerate.
7783
4024f1e1
JJ
77842002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7785
80b200a1
ZW
7786 * COPYING.NEWLIB: Update list of alternate Regent of California
7787 licenses and discuss official revoking of advertising clause.
7788 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7789
7dda0df6
AO
77902002-12-12 Alexandre Oliva <aoliva@redhat.com>
7791
7792 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7793 * Makefile.in: Rebuilt.
7794
d03be79e 77952002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7796
929293f4
NN
7797 * configure: Fix bug put in by gremlins.
7798
d03be79e
NN
7799 * Makefile.tpl: Substitute more autoconfily.
7800 * configure: Substitute more autoconfily.
7801 * Makefile.in: Regenerate.
7802
78032002-12-08 Andrew Cagney <ac131313@redhat.com>
7804
7805 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7806 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7807
78082002-12-06 DJ Delorie <dj@redhat.com>
7809
7810 * Makefile.tpl: Change configure dependencies to not have real
7811 targets depend on phony targets.
b4a77b47 7812
db1ac78d
NN
78132002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7814
bcaf2395
NN
7815 * configure.in: Revert unintentional change.
7816
b4fa093e
NN
7817 * src-release: Configure host subdirs.
7818
db1ac78d
NN
7819 * Makefile.tpl: Change dependency for */multilib.out so that
7820 it works when gcc isn't in the tree.
7821
7822 * configure.in: Substitute more.
7823 * configure: Run subconfigures from the Makefile.
7824 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7825 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7826
15723a45
NN
78272002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7828
e2b9e2dc
NN
7829 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7830 and corresponding dependencies.
7831 * Makefile.in: Regenerate.
7832
2af579c4
NN
7833 * configure.in (host_tools): Order binutils, gas and ld for
7834 convenience in running the testsuites.
7835
a2cc058a
NN
7836 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7837 * Makefile.in: Regenerate.
7838 * configure.in: Introduce rules to serialize subconfigure runs.
7839
15723a45
NN
7840 * configure.in: Introduce BASE_CC_FOR_TARGET.
7841 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7842 Realize configure-build-* targets. Realize configure-target-* targets.
7843 * Makefile.in: Regenerate.
7844
ae831be5
NN
78452002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7846
7847 * configure: Move gcc_version_trigger stuff from here...
7848 * configure.in: ...to here.
7849
7850 * configure.in: Separate subconfigure options added by this file from
7851 options given by the user. Add machinery to put args for host
7852 subconfigures into the Makefile.
7853
7854 * Makefile.tpl: Remove 'vault' targets.
7855 * Makefile.tpl: Reorder and comment dependencies.
7856 * Makefile.in: Regenerate.
7857
bbf7c8ac
NN
78582002-11-28 Geoffrey Keating <geoffk@apple.com>
7859
7860 * configure.in: Move host-specific darwin noconfigdirs into
7861 the host-specific section.
7862
930314a4
NN
78632002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7864
52d7cdee
NN
7865 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7866 during replay.
7867 * Makefile.in: Regenerate.
7868
930314a4
NN
7869 (finishing slow-motion replay)
7870 * configure: Remove skip-this-dir support.
7871 * Makefile.tpl: Remove skip-this-dir support.
7872
7873 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7874 subdirectories.
7875 * Makefile.in: Regenerate.
7876
7877 * Makefile.tpl: Strip out useless setting of 'dir'.
7878 * Makefile.in: Regenerate.
5481b376 7879
930314a4
NN
78802002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7881
7882 (finishing slow-motion replay)
7883 * configure.in: Fix deeply stupid bug.
7884
7885 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7886 shell code in CXX_FOR_TARGET
7887 * Makefile.def: Introduce raw_cxx.
7888 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7889 RAW_CXX_FOR_TARGET.
7890 * Makefile.in: Regenerate.
7891
78922002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7893
7894 (finishing slow-motion replay)
7895 * Makefile.tpl: Remove unnecessary ifs.
7896 * Makefile.in: Regenerate.
7897
5481b376 7898 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7899 dependencies. Maybe-ize build-libiberty. Create dummy install
7900 targets for 'no_install' modules.
5481b376 7901 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7902 build_modules stuff to configure.in.
5481b376 7903 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7904 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7905 * Makefile.in: Regenerate.
7906
3866be5d
NN
79072002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7908
7909 (continuing slow-motion replay)
7910 * Makefile.tpl: Make all-target, install-target behave similarly
7911 to all, install (only hitting configured targets). Eliminate
7912 unused macro defintions.
7913
7914 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7915 build != host.
7916
7917 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7918
7919 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7920
5481b376 7921 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7922 configuring. Remove references to "dosrel".
7923 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7924 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7925 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7926 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7927 and redundant dependency; rearrange slightly.
7928 * Makefile.def: Add host-side libtermcap, utils.
7929
7930 * Makefile.in: Regenerate.
7931
e393202e
NN
79322002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7933
7934 (Continuing slow-motion replay)
7935 * Makefile.def: Add list of recursive targets to autogenerate.
7936 Add build_modules.
7937 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7938 targets. Autogenerate *-build-* targets.
7939 * Makefile.in: Regenerate.
7940
583d52d7
NN
79412002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7942
7943 (Continuing slow-motion replay)
7944 * configure: More autoconf-style substitutions.
7945 * Makefile.tpl: More autoconf-style substitutions.
7946 * Makefile.in: Regenerate.
7947
79482002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7949
7950 (Continuing slow-motion replay)
7951 * configure: Substitute more variables in a more autoconf-friendly
7952 way. Simplify slightly.
7953 * Makefile.tpl: Make more variables substitutable in an
7954 autoconf-friendly way.
7955 * Makefile.in: Regenerate.
7956
874e38b4
NN
79572002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7958
7959 (Continuing slow-motion replay)
7960 * configure.in (v810*): Remove special setting of tools.
7961
7962 * configure: Add support for extra required flags for ar or nm.
7963 * configure.in (aix4.3+): Use above support for target-specific
7964 issues, rather than using config/mt-aix43.
7965
852e5f18
NN
79662002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7967
7968 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7969 * configure: Remove 'removing', which doesn't work. Replace $subdir
7970 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7971 with $srcdir. Reformat indentation. Substitute some variables
7972 formerly hard-coded in the Makefile for build=host.
7973 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7974 * Makefile.def: Autogenerate more.
7975 * Makefile.in: Regenerate.
7976
c9a0d920
DD
79772002-11-13 Bruce Korb <bkorb@gnu.org>
7978
7979 * Makefile.tpl: syntactic cleanup
7980
dd2768ff
KB
79812002-11-04 Kevin Buettner <kevinb@redhat.com>
7982
7983 * Makefile.def (host_modules): Add rda.
7984 * Makefile.in: Regenerate.
7985 * configure.in (target_tool): Add target-rda to list.
7986
1aa8389d
DD
79872002-10-25 Phil Edwards <pme@gcc.gnu.org>
7988
7989 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7990 and restrap targets to this rule.
7991 * Makefile.in: Regenerate.
7992
28f46298
HPN
79932002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7994
7995 * configure.in (i[3456]86-*-linux*): Add check to disable
7996 ${libgcj} for glibc1.
7997
ff72e302
NC
79982002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7999
8000 * configure.in: Add tic4x target.
8001
8607b6c9
NN
80022002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8003
8004 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8005 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8006 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8007 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8008 * Makefile.in: Regenerate.
8009
f8f61f4a
NN
80102002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8011
c86f794b
NN
8012 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8013 * Makefile.in: Regenerate.
8014
a9590527
NN
8015 * Makefile.def: Remove order dependency comments.
8016 * Makefile.tpl: Add explicit install-install dependencies.
8017 * Makefile.in: Regenerate.
8018
8412ce72
NN
8019 * Makefile.tpl: Remove material now in src-release. (Finally!)
8020 * Makefile.in: Regenerate.
8021
8b9f37f1
NN
8022 * configure: Restore my original patch by syncing with gcc version.
8023
f8f61f4a
NN
8024 * Bring following over from gcc:
8025
80262002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8027
8028 * configure.in (s390*-*-linux*): Enable libgcj.
8029
403d9505
NN
80302002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8031
8032 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8033
95f6f383
AM
80342002-10-02 Alan Modra <amodra@bigpond.net.au>
8035
e4673b0a 8036 * configure: Move stray lines back to where they belong.
95f6f383 8037
748503c8
NN
80382002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8039
a581b5c3
NN
8040 * Makefile.tpl: Insert configure-target target, for src-release.
8041
c084f5b4
NN
8042 * configure: Finish reverting change which Andrew Cagney started
8043 reverting. Should fix bustage.
8044
7aa673ed 8045 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8046 * src-release: New file. Contains material for making net
8047 releases for gdb, binutils, et al., formerly in Makefile.in.
8048
82a9b2d9
NC
80492002-09-30 Nick Clifton <nickc@redhat.com>
8050
8051 * cpu: New top level directory. Intended to hold input files for
8052 CGEN which have FSF copyright assignment.
8053 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8054
c2463a00
AC
80552002-09-29 Andrew Cagney <ac131313@redhat.com>
8056
8057 Revert below (note that src does not contain Makefile.tpl):
8058 * Makefile.tpl: Make subsituted variables more autoconfy.
8059 * Makefile.in: Regenerate.
8060
f03b4789
NN
80612002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8062
c11e16a9
NN
8063 * configure: Revert accidentally applied changes.
8064
f03b4789
NN
8065 * Makefile.tpl: Make more autoconf-friendly.
8066 * Makefile.in: Regenerate.
8067 * configure: Make substitution more autoconf-like.
8068
80692002-09-28 Richard Earnshaw <rearnsha@arm.com>
8070
8071 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8072 single entry to handle all these.
8073 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8074 libjava on arm-*-elf.
8075
c0292023
GK
80762002-09-27 Geoffrey Keating <geoffk@apple.com>
8077
8078 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8079 things that depend on them.
8080
c66d951e
NN
80812002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8082
8083 * Makefile.tpl: Make subsituted variables more autoconfy.
8084 * Makefile.in: Regenerate.
8085 * configure: Make seds more autoconfy.
8086
907a7241 80872002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8088
8089 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8090 * Makefile.in: Regenerate.
8091 * configure.in: Rewrite sed statements to look autoconfy.
8092
907a7241
NN
8093 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8094 all-target-foo on configure-target-foo.
8095 * Makefile.def: Ditto.
8096 * Makefile.in: Rebuild.
8097
405ea7a0
NN
80982002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8099
8100 * Makefile.def: New file.
8101 * Makefile.tpl: New file.
8102 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8103
8104 * configure.in: Minor rearrangement. Simplify tests.
8105
bdc57bfd
JT
81062002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8107
8108 * configure.in (with_headers): Skip copy if value is "yes".
8109 (with_libs): Likewise.
8110
ae03d6e2
NN
81112002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8112
8113 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8114 * configure.in (sh*-*-pe*): Ditto.
8115 * configure.in (mips*-*-pe*): Ditto.
8116 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8117
8118 * configure.in: Rearrange.
8119
707960fe
NC
81202002-09-12 Nick Clifton <nickc@redhat.com>
8121
8122 * Import these changes from the config master repository:
8123
8124 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8125
8126 * config.sub: Add tic4x target.
8127
8128 2002-09-03 Ben Elliston <bje@redhat.com>
8129
8130 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8131 Reported by <Duncan_Stodart@insession.com>.
8132
36ea319f
JJ
81332002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8134
8135 * COPYING.NEWLIB: More updates.
8136
cf57480a
JJ
81372002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8138
8139 * COPYING.NEWLIB: Update.
8140
fd31a171
AC
81412002-08-23 Andrew Cagney <ac131313@redhat.com>
8142
23b632fc
AC
8143 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8144
fd31a171
AC
8145 * config.guess: Import version 2002-08-23.
8146 * config.sub: Import version 2002-08-22.
8147
a08bafb5
AO
81482002-08-20 Alexandre Oliva <aoliva@redhat.com>
8149
8150 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8151 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8152 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8153
17240c1f
NC
81542002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8155
8156 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8157
e70ad0c6
L
81582002-08-04 H.J. Lu (hjl@gnu.org)
8159
8160 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8161
574e6d11
DD
81622002-07-31 Alan Modra <amodra@bigpond.net.au>
8163
8164 * configure.in: Move generic linux case to end. Copy generic
8165 linux noconfigdirs to mips*-*-linux* entry and new
8166 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8167
611e7523
CD
81682002-07-19 Chris Demetriou <cgd@broadcom.com>
8169
8170 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8171 one instance of them which was missed to the list to update.
8172
51759676
CD
81732002-07-16 Chris Demetriou <cgd@broadcom.com>
8174
8175 * config.guess: Update to 2002-07-09 version.
8176 * config.sub: Update to 2002-07-03 version.
8177
7c1f909c
DD
81782002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8179
8180 * configure.in: Remove two redundant tests.
8181
d7cf5d30
DD
81822002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8183
8184 * configure.in (mips*-*-irix6*o32): Enable stabs.
8185
c74222f7
DD
81862002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8187
5b53c336
DD
8188 * configure.in: Don't build grez.
8189 * Makefile.in: Ditto.
8190
c74222f7
DD
8191 * Makefile.in: Remove references to bsp, cygmon, libstub.
8192 * configure.in: Ditto.
8193
8194 * configure.in: Remove leftover reference to gdbtest.
8195
edd1b227
DD
81962002-07-08 Phil Edwards <pme@gcc.gnu.org>
8197
8198 * configure.in (gxx_include_dir): Change to match versioned
8199 C++ headers if --enable-version-specific-runtime-libs is used.
8200
486186e3
AO
82012002-07-04 Steve Ellcey <sje@cup.hp.com>
8202
8203 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8204
ff0a3bf8
DD
82052002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8206
8207 * configure.in: Make --without-x work.
8208
1dfa8174
NC
82092002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8210
8211 * contrib: New directory. Created to contain a copy of the
5481b376 8212 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8213 the FSF GCC sources.
8214
07637366
DD
82152002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8216
b6f83f2a
DD
8217 * configure.in: Rearrange target Makefile fragment collection.
8218
07637366
DD
8219 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8220 cvs[src].
8221 * configure.in: Ditto.
8222
f48556b1
DD
82232002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8224
8225 * Makefile.in: Eliminate 'apache' targets.
8226 * configure.in: Eliminate 'apache' targets.
8227
8228 * configure.in: Eliminate redundant tests. Reorganize.
8229
8230 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8231
8232 * config-ml.in: Eliminate references to Cygnus configure.
8233
8234 * Makefile.in: Eliminate references to building emacs.
8235
82362002-07-01 Denis Chertykov <denisc@overta.ru>
8237
8238 * configure.in: Add support for ip2k.
8239
cdb9e2b8
BE
82402002-06-24 Ben Elliston <bje@redhat.com>
8241
8242 * configure.in (host_tools): Remove cgen.
8243
8244 * Makefile.in (all-cgen): Remove; runs from its source directory.
8245 (check-cgen, install-cgen, clean-cgen): Likewise.
8246 (all-opcodes): No not depend on all-cgen.
8247 (all-sim): Likewise.
8248
3558860c
DD
82492002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8250
8251 * configure.in: Fix AIX configury bug.
8252
e3b0c936
DD
82532002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8254
cdb9e2b8 8255 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8256
cdb9e2b8
BE
8257 * configure.in: Move definition of libstdcxx_flags right above
8258 usage, rather than way earlier.
8ee424c0 8259
c712250a
DD
8260 * configure.in: Pull definition of is_cross_compiler earlier.
8261
9ee1a75c
DD
8262 * configure.in: Rearrange a little.
8263
e3b0c936
DD
8264 * configure.in: Remove references to librx.
8265 * Makefile.in: Remove references to librx.
8266
b2bd228e
DD
82672002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8268
8269 * configure.in: Eliminate ${gasdir} variable.
8270
7cd52483
DB
82712002-06-18 Dave Brolley <brolley@redhat.com>
8272
8273 * configure.in: Add support for frv.
8274 * config.sub: Add support for frv.
8275
6c5e141a
DD
82762002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8277
8278 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8279
0d18b56d
JT
82802002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8281
8282 * configure.in (vax-*-netbsd*): Re-enable gas.
8283
fd8958d5
DD
82842002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8285
27f15fdd
DD
8286 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8287 BUILD_PREFIX_1, to correct nomenclature.
8288 * configure: Likewise.
8289
fd8958d5
DD
8290 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8291 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8292
0c2442b7
DD
82932002-05-31 Olaf Hering <olh@suse.de>
8294
8295 * config-ml.in: Propogate DESTDIR also.
8296
a3602181
JT
82972002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8298
8299 * configure.in (vax-*-netbsd*): Don't build gas for this
8300 platform.
8301
c95f53ae
MM
83022002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8303
8304 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8305 and libgcj for AVR.
8306
1d7c1053
NC
83072002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8308
8309 * config.sub: Add DLX target.
8310
4b37028f
JT
83112002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8312
8313 * config.guess: Update to 2002-05-22 version.
8314 * config.sub: Likewise.
8315
d5de0a84
NC
83162002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8317
8318 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8319 * config-ml.in: Likewise.
8320 * configure: Likewise.
8321 * configure.in: Likewise.
8322
c92a0210
DD
83232002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8324
115a77aa
DD
8325 * configure.in: Simplify makefile fragment collection.
8326
8327 * configure.in: Remove code to build emacs.
e99daf2b 8328
91e060aa
DD
8329 * configure.in : Remove --srcdir argument from targargs and buildargs
8330 (it's always overridden in the Makefile anyway). Rearrange a bit.
8331
8332 * configure: Move some logic to configure.in.
8333 * configure.in: Move some logic from configure.
c92a0210 8334
91217342
JJ
83352002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8336
8337 * COPYING.LIBGLOSS: New file.
8338
d3d8a9ee
NC
83392002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8340
8341 * Makefile.in: Honour DESTDIR.
8342
3a036cdc
AO
83432002-05-05 Alexandre Oliva <aoliva@redhat.com>
8344
8345 * configure.in (noconfigdirs): Don't disable libgcj on
8346 sparc64-*-solaris* and sparcv9-*-solaris*.
8347
6d095fe4
AO
83482002-05-03 Alexandre Oliva <aoliva@redhat.com>
8349
8350 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8351
dac55df9
TF
83522002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8353
8354 * configure.in (FLAGS_FOR_TARGET): Do not add
8355 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8356 on i[3456]86-*-linux*.
8357
a018e15b
TF
83582002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8359
8360 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8361
8362 * configure.in (noconfigdirs): Do not add target-newlib if
8363 target == i[3456]86-*-linux*, and host == target.
8364
5f284831
MM
83652002-04-29 Mark Mitchell <mark@codesourcery.com>
8366
8367 * config.guess: Updated to 2002-04-26's version.
8368 * config.sub: Updated to 2002-04-26's version.
8369
33babf59
DD
83702002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8371
bd5f7da2
DD
8372 * configure.in: delete reference to absent file
8373
a0c4f3a0
DD
8374 * configure.in: replace '[' with 'test'
8375
66f1ba4f
DD
8376 * configure.in: Eliminate references to gash.
8377 * Makefile.in: Eliminate references to gash.
8378
7c3ab50c
DD
8379 * configure.in: remove useless references to 'pic' makefile fragments.
8380
bbc025f5
DD
8381 * configure.in: (*-*-windows*) Finish removing.
8382
33babf59
DD
8383 * configure.in: Eliminate redundant test for libgui.
8384
d5ec694c
DD
83852002-04-26 Joel Sherrill <joel@OARcorp.com>
8386
8387 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8388 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8389
57a5346c
DD
83902002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8391
8392 * configure.in: remove references to dead files
8393
dbf93899
DD
83942002-04-18 Tom Tromey <tromey@redhat.com>
8395
8396 * configure.in: Disallow configuring libgcj when it is already
8397 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8398 Solaris 2.8 by default. For PR libgcj/6158.
8399
26eadf68
DD
84002002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8401
8402 * configure.in: Move default CC setting out of config/mh-* fragments
8403 directly into here.
8404
a0a2c6c6
DD
84052002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8406
8407 * configure.in: don't even try to configure or make a subdirectory
8408 if there's no configure script for it.
8409
9972f812
DD
84102002-04-15 Mark Mitchell <mark@codesourcery.com>
8411
8412 * MAINTAINERS: Remove chill maintainers.
8413 * Makefile.in (CHILLFLAGS): Remove.
8414 (CHILL_LIB): Remove.
8415 (TARGET_CONFIGDIRS): Remove libchill.
8416 (CHILL_FOR_TARGET): Remove.
8417 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8418 CHILL_LIB.
8419 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8420 (CHECK_TARGET_MODULES): Likewise.
8421 (INSTALL_TARGET_MODULES): Likewise.
8422 (CLEAN_TARGET_MODULES): Likewise.
8423 (configure-target-libchill): Remove.
8424 (all-target-libchill): Remove.
8425 * configure.in (target_libs): Remove target-libchill.
8426 Do not compute CHILL_FOR_TARGET.
8427 * libchill: Remove directory.
5481b376 8428
75205f78
DD
84292002-04-15 DJ Delorie <dj@redhat.com>
8430
8431 * Makefile.in, configure.in, configure: Sync with gcc, entries
8432 follow...
8433
84342002-04-08 Tom Tromey <tromey@redhat.com>
8435
8436 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8437 Fixes PR libgcj/6068.
8438
84392002-03-30 Krister Walfridsson <cato@df.lth.se>
8440
8441 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8442
84432002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8444
8445 * configure.in (alpha*-dec-osf*): Enable libgcj.
8446
84472002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8448
8449 Fix for: PR bootstrap/3591, target/5676
8450 * configure.in (mcore-pe): Disable the configuration of
8451 libstdc++-v3 since exceptions are not supported.
8452
84532002-03-20 Anthony Green <green@redhat.com>
8454
8455 * configure.in: Enable libgcj for xscale-elf target.
8456
84572002-02-28 Alexandre Oliva <aoliva@redhat.com>
8458
8459 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8460 libjava.
8461 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8462
84632002-02-22 Alexandre Oliva <aoliva@redhat.com>
8464
8465 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8466 libstdc++-v3 and libjava.
8467
84682002-02-11 Adam Megacz <adam@xwt.org>
8469
8470 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8471 boehm-gc
8472
84732002-02-09 Alexandre Oliva <aoliva@redhat.com>
8474
8475 * config.guess: Updated to 2002-01-30's version.
8476 * config.sub: Updated to 2002-02-01's version.
8477 Contribute sh64-elf.
8478 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8479 * configure.in: Added sh64-*-*.
8480
84812002-01-17 H.J. Lu <hjl@gnu.org>
8482
8483 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8484 (all-target-fastjar): Also depend on all-target-libiberty.
8485
8486Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8487
8488 * configure, configure.in: Use temp file for long sed commands.
8489
84902001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8491
8492 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8493 libf2c.
8494
84952001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8496
8497 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8498
84992001-10-11 Hans-Peter Nilsson <hp@axis.com>
8500
8501 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8502
85032001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8504
8505 * configure: Handle temporary files securely using mkdir.
8506
85072001-09-26 Will Cohen <wcohen@redhat.com>
8508
8509 * configure.in (*-*-linux*): Disable configuration of target-newlib
8510 and target-libgloss.
8511
85122001-09-26 Alexandre Oliva <aoliva@redhat.com>
8513
8514 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8515 RANLIB.
8516
85172001-08-11 Graham Stott <grahams@redhat.com>
8518
8519 * Makefile.in (check-c++): Add missing semicolon.
8520
85212001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8522
8523 * configure.in (sh-*-linux*): New.
8524
85252001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8526
8527 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8528 and libgcj on m68hc11/m68hc12.
8529
85302001-06-27 H.J. Lu (hjl@gnu.org)
8531
8532 * Makefile (CFLAGS_FOR_BUILD): New.
8533 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8534
85352001-06-01 Hans-Peter Nilsson <hp@axis.com>
8536
8537 * configure.in (libstdcxx_flags): Do not try to execute
8538 libstdc++-v3/testsuite_flags until it exists.
8539
85402001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8541
8542 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8543
85442001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8545
8546 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8547
8548Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8549
8550 * configure.in: Move *-chorusos target case to the proper switch.
8551 Disable libgcj.
8552
85532001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8554
8555 * Makefile.in (STAGE1_CFLAGS): Pass down.
8556
85572001-04-13 Alan Modra <amodra@one.net.au>
8558
8559 * config.guess: Add hppa64-linux support. Note for next import that
8560 this is already in the master file.
8561 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8562
85632001-03-22 Colin Howell <chowell@redhat.com>
8564
8565 * Makefile.in (DO_X): Do not backslash single-quotes in
8566 backquotes (two places).
8567
85682001-03-18 Laurynas Biveinis <lauras@softhome.net>
8569
8570 * Makefile.in (DO_X): Quote nested quotes.
8571
85722001-03-15 Laurynas Biveinis <lauras@softhome.net>
8573
8574 * Makefile.in (DO_X): Use double quotes for quoting
8575 "RANLIB=$${RANLIB}".
8576
85772001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8578
8579 * configure.in: Only use `lang_requires' for languages athat are
8580 actually enabled.
8581
85822001-03-07 Tom Tromey <tromey@redhat.com>
8583
8584 * configure.in: Allow config-lang.in to set `lang_requires' to list
8585 of other required languages.
8586
85872001-03-06 Laurynas Biveinis <lauras@softhome.net>
8588
8589 * Makefile.in: Remove RANLIB definition. Use RANLIB
8590 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8591 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8592
85932001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8594 Alexandre Oliva <aoliva@redhat.com>
8595
8596 * Makefile.in (check-c++): Use tabs, not spaces.
8597
85982001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8599
8600 * Makefile.in (check-c++): New rule.
8601
8602 * configure.in (target_libs): Remove libg++.
8603 (noconfigdirs): Remove libg++.
8604 (noconfigdirs): Same.
8605 (noconfigdirs): Same.
8606 (noconfigdirs): Same.
8607
8608 * config-ml.in: Remove libg++ references.
8609
8610 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8611 (ALL_TARGET_MODULES): Same.
8612 (configure-target-libg++): Remove.
8613 (all-target-libg++): Remove.
8614 (configure-target-libio): Remove.
8615 (all-target-libio): Remove.
8616 (check-target-libio): Remove.
8617 (.PHONY): Remove.
8618 (libg++.tar.bz2): Remove.
8619 (all-target-cygmon): Remove libio.
8620 (all-target-libstdc++): Remove.
8621 (configure-target-libstdc++): Remove.
8622 (TARGET_LIB_PATH): Remove libstdc++.
8623 (ALL_GCC_CXX): Remove libstdc++.
8624 (all-target-gperf): Correct.
8625
86262001-02-15 Anthony Green <green@redhat.com>
8627
8628 * configure: Introduce GCJ_FOR_TARGET.
8629 * configure.in: Ditto.
8630 * Makefile.in: Ditto.
8631
86322001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8633
8634 * configure.in: for *-chorusos, don't config target-newlib and
8635 target-libgloss.
8636
86372001-02-04 Mark Mitchell <mark@codesourcery.com>
8638
8639 Remove V2 C++ library.
8640 * configure.in: Remove --enable-libstdcxx_v3 support.
8641
86422001-01-27 Richard Henderson <rth@redhat.com>
8643
8644 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8645
86462001-01-26 Tom Tromey <tromey@redhat.com>
8647
8648 * configure.in: Allow libgcj to be built on Sparc Solaris.
8649
86502001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8651
8652 * configure.in: Enable libgcj on several additional platforms.
8653
86542001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8655
8656 * configure.in: Enable libgcj for linux targets.
8657
86582001-01-09 Mike Stump <mrs@wrs.com>
8659
8660 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8661 failures of subdirectories.
8662
86632001-01-02 Laurynas Biveinis <lauras@softhome.net>
8664
8665 * configure: handle DOS-style absolute paths.
8666
86672001-01-02 Laurynas Biveinis <lauras@softhome.net>
8668
8669 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8670
86712000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8672
8673 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8674 (libstdcxx_incdir): Pass down.
8675 * config.if: Remove expired bits for cxx_interface, add stub.
8676 (libstdcxx_incdir): Add variable for g++ include directory.
8677 * configure.in (gxx_include_dir): Use it.
8678
86792000-12-15 Andreas Jaeger <aj@suse.de>
8680
8681 * configure.in: Handle lang_dirs.
8682
86832000-12-13 Anthony Green <green@redhat.com>
8684
8685 * configure.in: Disable libgcj for any target not specifically
8686 listed. Disable libgcj for x86 and Alpha Linux until compatible
8687 with g++ abi.
8688
86892000-12-13 Mike Stump <mrs@wrs.com>
8690
8691 * Makefile.in (local-distclean): Also remove fastjar.
8692
86932000-12-10 Anthony Green <green@redhat.com>
8694
8695 * configure.in: Define libgcj. Disable libgcj target libraries for
8696 most targets.
8697
86982000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8699
8700 * configure.in (target_libs): Revert 2000-12-08 patch.
8701 (noconfigdirs): Added target-libjava.
8702
87032000-12-09 Laurynas Biveinis <lauras@softhome.net>
8704
8705 * Makefile.in: handle DOS-style absolute paths.
8706
87072000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8708
8709 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8710 libjava.
8711 * configure.in (target_libs): Removed `target-libjava'.
8712
87132000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8714
8715 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8716 (ALL_MODULES): Added fastjar.
8717 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8718 (all-target-libjava): all-fastjar replaces all-zip.
8719 (all-fastjar): Added.
8720 (configure-target-fastjar, all-target-fastjar): Likewise.
8721 * configure.in (host_tools): Added fastjar.
8722
87232000-12-07 Mike Stump <mrs@wrs.com>
8724
8725 * Makefile.in (local-distclean): Remove leftover built files.
8726
87272000-11-16 Fred Fish <fnf@be.com>
8728
8729 * configure.in (enable_libstdcxx_v3): Fix typo,
8730 libstd++ -> libstdc++.
8731
87322000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8733
8734 * configure: Provide the original toplevel configure arguments
8735 (including $0) to subprocesses in the environment rather than
8736 through gcc/configargs.h.
8737
87382000-11-12 Mark Mitchell <mark@codesourcery.com>
8739
8740 * configure: Turn on libstdc++ V3 by default.
8741
87422000-10-16 Michael Meissner <meissner@redhat.com>
8743
8744 * configure (gcc/configargs.h): Only create if there is a build GCC
8745 directory created.
8746
87472000-10-05 Phil Edwards <pme@gcc.gnu.org>
8748
8749 * configure: Save configure arguments to gcc/configargs.h.
8750
87512000-10-04 Andris Pavenis <pavenis@latnet.lv>
8752
8753 * Makefile.in (bootstrap): avoid recursion if subdir missing
8754 (cross): ditto
8755 (do-proto-toplev): ditto
8756
8757Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8758
8759 * configure.in: Do not build byacc for hppa64. Provide paths to the
8760 X11 libraries for hppa64.
8761
87622000-09-02 Anthony Green <green@cygnus.com>
8763
8764 * Makefile.in (all-gcc): Depend on all-zlib.
8765 (CLEAN_MODULES): Add clean-zlib.
8766 (ALL_MODULES): Add all-zlib.
8767 * configure.in (host_libs): Add zlib.
8768
87692000-08-25 Alexandre Oliva <aoliva@redhat.com>
8770
8771 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8772 $targargs to tell whether newlib is going to be built.
8773
8774 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8775 $$r/TARGET_SUBDIR/libio for _G_config.h.
8776
87772000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8778
8779 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8780
8781 * configure: Make enable_threads and enable_shared defaults
8782 explicit. Substitute enable_threads into generated Makefiles.
8783 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8784 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8785
87862000-08-02 Manfred Hollstein <manfredh@redhat.com>
8787
8788 * configure.in: Re-enable all references to libg++ and librx.
8789
ffb97b2f 87902002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8791
ffb97b2f
DD
8792 * configure.in: Add *-*-freebsd* configurations.
8793
bbf6e9e3
AC
87942002-04-07 Andrew Cagney <ac131313@redhat.com>
8795
8796 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8797 (do-tar, do-bz2): New rules.
8798 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8799 (gdb-tar): New rule.
8800 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8801 (insight_dejagnu.tar): New rule.
8802 (insight.tar): New rule.
8803 (gdb+dejagnu.tar): New rule.
8804 (gdb.tar): New rule.
8805
8f1579c0
AC
88062002-04-07 Andrew Cagney <ac131313@redhat.com>
8807
8808 * MAINTAINERS: Update dejagnu/
8809
ba3c59ab
AO
88102002-03-16 Alexandre Oliva <aoliva@redhat.com>
8811
8812 * ltmain.sh (relink_command): Fix typo in previous change.
8813
6243d5dd
AO
88142002-03-15 Alexandre Oliva <aoliva@redhat.com>
8815
8816 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8817 (relink_command): Added --tag flags.
8818 (mode=install): If relinking fails; error out.
8819
80413487
RH
88202002-03-12 Richard Henderson <rth@redhat.com>
8821
8822 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8823 .NOTPARALLEL tag.
8824 (do-check): Rename from check.
8825 (check): Allow parallel check.
8826
3daeddf6
RH
88272002-03-11 Richard Henderson <rth@redhat.com>
8828
8829 * Makefile.in (.NOTPARALLEL): Add fake tag.
8830
fad93c55
L
88312002-03-07 H.J. Lu (hjl@gnu.org)
8832
8833 * configure.in: Enable gprof for mips*-*-linux*.
8834
2e8357fc
AO
88352002-02-28 Alexandre Oliva <aoliva@redhat.com>
8836
8837 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8838 libjava.
8839 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8840
bd48e1a9
AC
88412002-02-24 Andrew Cagney <ac131313@redhat.com>
8842
8843 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8844
39121370
DJ
88452002-02-23 Daniel Jacobowitz <drow@mvista.com>
8846
8847 * config.guess: Import from master sources, rev 1.232.
8848 * config.sub: Import from master sources, rev 1.246.
8849
081ff160
AO
88502002-02-23 Alexandre Oliva <aoliva@redhat.com>
8851
8852 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8853 because its Makefile is there; test for the executable instead.
8854
20a5393b
AO
88552002-02-09 Alexandre Oliva <aoliva@redhat.com>
8856
8857 Contribute sh64-elf.
8858 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8859 * configure.in: Added sh64-*-*.
8860
38135629
JJ
88612002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8862
80413487
RH
8863 * COPYING.NEWLIB: Remove advertising clause from
8864 Berkeley and Red Hat licenses.
38135629 8865
48d19748
MD
88662002-02-01 Mo DeJong <supermo@bayarea.net>
8867
8868 * Makefile.in: Add all-tix to deps for all-snavigator
8869 so that tix is built when building snavigator.
8870
f6e1c110
BE
88712002-02-01 Ben Elliston <bje@redhat.com>
8872
8873 * config.guess: Import from master sources, rev 1.229.
8874 * config.sub: Import from master sources, rev 1.240.
8875
4867be41
DJ
88762002-01-27 Daniel Jacobowitz <drow@mvista.com>
8877
8878 From Steve Ellcey <sje@cup.hp.com>:
8879 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8880 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8881 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8882 IA64.
8883 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8884 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8885 soname_spec, sys_lib_search_path_spec): Ditto.
8886
e82380cc
JT
88872002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8888
8889 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8890 target-libiberty, and target-libgloss. Skip Java-related
8891 libraries if not supported for NetBSD on target CPU.
8892
1319fb9c
NC
88932002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8894
8895 * configure.in: Import StrongARM and XScale target_configdirs from
8896 FSF GCC version.
8897
b020f6ac
L
88982002-01-16 H.J. Lu (hjl@gnu.org)
8899
8900 * config.guess: Import from master sources, rev 1.225.
8901 * config.sub: Import from master sources, rev 1.238.
8902
8903 * MAINTAINERS: Updated notes on config.guess and config.sub.
8904
a0c1c920
NC
89052002-01-11 Steve Ellcey <sje@cup.hp.com>
8906
8907 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8908 ld and gdb are not supported.
8909
a9fa5e1f
JJ
89102002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8911
8912 * Change reference to Cygnus Solutions to be Red Hat.
8913
94077108
JJ
89142002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8915
8916 * COPYING.NEWLIB: Update generic copyright date.
8917
05ecd75c
MS
89182002-01-07 Mark Salter <msalter@redhat.com>
8919
8920 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8921 Allow target-libgloss to be built for arm, strongarm, and xscale.
8922
a106bb62
BE
89232002-01-03 Ben Elliston <bje@redhat.com>
8924
8925 * MAINTAINERS: Update URL for config.* scripts.
8926
0e254642
AM
89272001-12-18 Alan Modra <amodra@bigpond.net.au>
8928
8929 * config.sub: Import latest version.
8930 * config.guess: Likewise.
8931
0a0d0041
TF
89322001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8933
8934 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8935 options for i[3456]86-pc-linux* native builds.
8936
d932cae7
NC
89372001-12-05 Laurent Guerby <guerby@acm.org>
8938
8939 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8940 libiberty.
d932cae7
NC
8941
8942 Import this patch from gcc:
5481b376 8943
d932cae7
NC
8944 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8945
8946 * symlink-tree: handle DOS-style absolute paths.
8947
49b7683b
DD
89482001-11-28 DJ Delorie <dj@redhat.com>
8949 Zack Weinberg <zack@codesourcery.com>
8950
8951 When build != host, create libiberty for the build machine.
8952
8953 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8954 CONFIG_ARGUMENTS.
8955 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8956 New variables.
8957 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8958 and rules.
8959 (all.normal): Depend on ALL_BUILD_MODULES.
8960 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8961 (all-build-libiberty): Depend on configure-build-libiberty.
8962
8963 * configure: Calculate and substitute proper value for
8964 ALL_BUILD_MODULES.
8965 * configure.in: Create the build subdirectory.
8966 Calculate and substitute TARGET_CONFIGARGS (formerly
8967 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8968
26ef82f4
GK
89692001-11-26 Geoffrey Keating <geoffk@redhat.com>
8970
8971 * config.sub: Update to version 1.232 on subversion.
8972
43e64072
NC
89732001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8974
8975 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8976 files from .po files for a distribution.
8977
66f6c0d5
HPN
89782001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8979
8980 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8981
4a02fdb2
JH
89822001-11-13 Jeff Holcomb <jeffh@redhat.com>
8983
8984 Merged from net gcc:
8985 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8986 * ltcf-c.sh: Use $objext, not $ac_objext.
8987 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8988 * ltcf-cxx.sh: Add support for GNU.
8989 2001-07-22 Timothy Wall <twall@redhat.com>
8990 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8991 default settings if using GNU tools with that configuration.
8992 * ltcf-cxx.sh: Ditto.
8993 * ltcf-gcj.sh: Ditto.
8994 2001-07-21 Michael Chastain <chastain@redhat.com>
8995 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8996 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8997 * ltmain.sh: Mark as gcc-local.
8998
227b9953
JH
89992001-11-13 Jeff Holcomb <jeffh@redhat.com>
9000
9001 * Makefile.in (all-bison): Revert 2001-10-24.
9002 Don't depend on texinfo.
9003
cbbab8fb
JJ
90042001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9005
80413487 9006 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9007
922b2485
DD
90082001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9009
9010 * configure.in (--enable-languages): Be more permissive about
9011 syntax. Check for empty lists better. Warn about $LANGUAGES.
9012
f08fa01d
HPN
90132001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9014
9015 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9016
fee3da4e
JH
90172001-10-24 Jeff Holcomb <jeffh@redhat.com>
9018
9019 Makefile.in (all-bison): Don't depend on texinfo.
9020
73fb1ef9
AM
90212001-10-03 Alan Modra <amodra@bigpond.net.au>
9022
9023 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9024
373688ac
AO
90252001-09-29 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9028
9c07660b
HPN
90292001-09-28 Hans-Peter Nilsson <hp@axis.com>
9030
9031 * config.sub, config.guess: Import latest from subversions.
9032
3f152009
AO
90332001-09-21 Alexandre Oliva <aoliva@redhat.com>
9034
9035 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9036 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9037 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9038 avoid quotes nesting problems.
9039 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9040 (DO_X): Export only variables that are set.
9041
8f6a59e5
BE
90422001-09-19 Ben Elliston <bje@redhat.com>
9043
9044 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9045 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9046 semantics. Use the shell built-in "type" command instead.
9047
a1ec19fa
TS
90482001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9049
9050 * config.sub: Reverted the earlier change, this version is not the
9051 master file.
9052
4008bd9b
TS
90532001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9054
9055 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9056 Add support for mips64.
9057
dd1e52a4
JH
90582001-09-03 Jeff Holcomb <jeffh@redhat.com>
9059
9060 * configure.in: Enable libstdc++-v3 for h8300 targets.
9061
91549d1c
EC
90622001-08-30 Eric Christopher <echristo@redhat.com>
9063 Jason Eckhardt <jle@redhat.com>
9064
9065 * config.sub: Add support for mipsisa32.
9066
cf966cf9
EC
90672001-08-30 Eric Christopher <echristo@redhat.com>
9068
9069 * config.sub, config.guess: Import latest from subversions.
9070
82208dc5
AM
90712001-08-20 Alan Modra <amodra@bigpond.net.au>
9072
9073 * config.sub, config.guess: Import latest from subversions.
9074
4dca8403
DD
90752001-07-26 DJ Delorie <dj@redhat.com>
9076
9077 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9078
1107dce2
AM
90792001-06-19 Alan Modra <amodra@bigpond.net.au>
9080
9081 * Makefile.in: Revert 2001-06-17.
9082 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9083
e09a6604
L
90842001-06-17 H.J. Lu <hjl@gnu.org>
9085
9086 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9087 (gas+binutils.tar.bz2): Likewise.
9088 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9089
31a8b634
AC
9090Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9091
9092 * Makefile.in (VER): When present, extract the version number from
5481b376 9093 the file version.in.
31a8b634 9094
dc70af01
AO
90952001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9096
9097 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9098 gcc/xgcc is built, use -print-prog-name to find out the program
9099 name to use.
9100
839bbd8c
AO
91012001-06-04 Mark Mitchell <mark@codesourcery.com>
9102
9103 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9104 with_gcc]: Use `gcc -shared' to build a shared library.
9105
566e9a30
AO
91062001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9107
9108 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9109 archives.
9110
e877bb69
AO
91112001-05-28 Simon Patarin <simon.patarin@inria.fr>
9112
9113 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9114 libraries when using g++ with native linker.
9115
1605288b
AO
91162001-05-28 Alexandre Oliva <aoliva@redhat.com>
9117
9118 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9119
11a383ba
TR
91202001-05-24 Tom Rix <trix@redhat.com>
9121
9122 * configure.in : enable ld for aix
cf966cf9 9123
18611226
AO
91242001-05-22 Alexandre Oliva <aoliva@redhat.com>
9125
9126 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9127 [aix4*|aix5*]: Prepend blank.
9128
6be7c12c
AO
91292001-05-20 Alexandre Oliva <aoliva@redhat.com>
9130
9131 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9132 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9133 of subdir/configure scripts to use the new libtool.m4.
9134
4ed00bba
L
91352001-05-14 H.J. Lu <hjl@gnu.org>
9136
9137 * config.if (libc_interface): Set to -libc6.2- for cross
9138 compiling to Linux/glibc 2.2.
9139
b1af961c
AO
91402001-05-03 Alexandre Oliva <aoliva@redhat.com>
9141
9142 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9143 libgcj.
9144
5ec3e74e
AO
91452001-04-26 Alexandre Oliva <aoliva@redhat.com>
9146
9147 * configure.in (noconfigdirs): Don't reset it from scratch in the
9148 target case; only append to it.
9149
b3ed1d6b
AO
91502001-04-26 Alexandre Oliva <aoliva@redhat.com>
9151
9152 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9153 sparc-*-solaris2.8]: Disable ${libgcj}.
9154
96111c10
AO
91552001-04-25 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * configure.in (libgcj_saved): Copy from $libgcj.
9158 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9159 --disable-libgcj.
9160
b5bf43f2
AO
91612001-04-20 Alexandre Oliva <aoliva@redhat.com>
9162
9163 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9164 1.641.2.228.
9165
8cc32590
AO
91662001-04-12 Alexandre Oliva <aoliva@redhat.com>
9167
9168 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9169 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9170
dec0cb0c
AO
91712001-04-01 Alexandre Oliva <aoliva@redhat.com>
9172
9173 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9174 New macros.
9175 (bootstrap, cross): Use RECURSE_FLAGS.
9176 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9177
6a9c3886
AO
91782001-03-27 Alexandre Oliva <aoliva@redhat.com>
9179
9180 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9181
d4fc7db8
NC
91822001-03-23 Nick Clifton <nickc@redhat.com>
9183
9184 * README-maintainer-mode: Add note about inability to use "make
9185 distclean" in maintainer mode.
9186
7389ff65
AO
91872001-03-22 Alexandre Oliva <aoliva@redhat.com>
9188
9189 Re-installed:
9190 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9191 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9192 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9193 * ltcf-cxx.sh: Likewise.
9194 * ltcf-gcj.sh: Likewise.
9195
b3e0dc8e
PB
91962001-03-22 Philip Blundell <philb@gnu.org>
9197
9198 * config.sub, config.guess: Import latest from subversions.
9199
469b781c
AO
92002001-03-22 Alexandre Oliva <aoliva@redhat.com>
9201
9202 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9203 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9204
b0dad762
MC
92052001-03-20 Michael Chastain <chastain@redhat.com>
9206
9207 * Makefile.in: all-m4 depends on all-texinfo.
9208
c559bb17
AO
92092001-03-08 Alexandre Oliva <aoliva@redhat.com>
9210
9211 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9212
fef4ae2e
JJ
92132001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9214
9215 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9216 longer valid.
9217
8d6dd99d
NC
92182001-02-16 Nick Clifton <nickc@redhat.com>
9219
9220 * configure.in (noconfigdirs): Allow configuration of texinfo
9221 for Cygwin hosts.
9222
a85d7ed0
NC
92232001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9224
9225 * config.guess: Add linux target for S/390.
9226 * config.sub: Likewise.
9227 * configure.in: Likewise.
9228
51221c5e
DD
92292001-02-06 Ben Elliston <bje@redhat.com>
9230
9231 * configure: Output host type to stdout, not stderr.
9232
9dec4c71
MS
92332001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9234
9235 * config.guess: Import from subversions.gnu.org (revision 1.181).
9236 * config.sub: Import from subversions.gnu.org (revision 1.199).
9237
9add9c04
AM
92382001-01-30 Alan Modra <alan@linuxcare.com.au>
9239
9240 * config.guess: Handle hppa64-linux systems.
9241
8679174d
MS
92422001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9243
9244 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9245 Don't unset, it's non-portable and no longer necessary, set to empty
9246 instead.
9247
02d01ed4
MS
92482001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9249
9250 * ltconfig: Shell portability fix for the tagname validity check.
9251
4cc5853d
MS
92522001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9253
9254 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9255
7487e485
AO
92562001-01-27 Alexandre Oliva <aoliva@redhat.com>
9257
9258 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9259 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9260
f332af52
AO
92612001-01-24 Alexandre Oliva <aoliva@redhat.com>
9262
9263 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9264 keep at least one of build_libtool_libs or build_old_libs set to
9265 yes.
9266
ef099754
AO
92672001-01-24 Alexandre Oliva <aoliva@redhat.com>
9268
9269 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9270 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9271
8341f2fc 92722000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9273
8341f2fc
AJ
9274 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9275
92762000-11-03 Philip Blundell <pb@futuretv.com>
9277
9278 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9279 files.
ebf0fa2e 9280
c320a39f
JJ
92812001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9282
9283 * COPYING.NEWLIB: Put into source repository.
9284
8817b92e
BE
92852001-01-15 Ben Elliston <bje@redhat.com>
9286
9287 * configure.in (host_tools): Add sid.
9288 Always configure cgen.
9289 * Makefile.in (all-sid): New target.
9290 (check-sid, clean-sid, install-sid): Likewise.
9291
35590697
AJ
92922001-01-07 Andreas Jaeger <aj@suse.de>
9293
80413487 9294 * config.sub, config.guess: Update from subversions.
35590697 9295
6ee6cea6
AO
92962000-12-12 Alexandre Oliva <aoliva@redhat.com>
9297
9298 * configure.in: Disable language-specific target libraries for
9299 languages that aren't enabled.
9300
077b8428
NC
93012000-11-24 Nick Clifton <nickc@redhat.com>
9302
9303 * configure.in (xscale-elf): Add target.
9304 (xscale-coff): Add target.
9305 (c4x, c5x, tic54x): Move after ARM targets.
9306
9e28a1ed
AO
93072000-11-23 Alexandre Oliva <aoliva@redhat.com>
9308
9309 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9310
be98a80a
ILT
93112000-11-20 Ian Lance Taylor <ian@zembu.com>
9312
9313 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9314
5cec67bf
AO
93152000-11-18 Alexandre Oliva <aoliva@redhat.com>
9316
9317 * Makefile.in: Merge with GCC and libgcj.
9318 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9319 configure-target-<library> when their configure scripts need the C
9320 or C++ library to have already been built to work properly.
9321 (do_proto_toplev): Set them to an empty string.
9322
d932cae7 93232000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9324
9325 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9326 (REALLY_SET_LIB_PATH): Use them.
9327
d932cae7 93282000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9329
9330 * config.sub: Add support for Sun Chorus
9331
8602ff0c
NC
93322000-11-02 Per Lundberg <plundis@chaosdev.org>
9333
9334 * config.sub: Add support for the *-storm-chaos OS.
9335
f9e0997d
NC
93362000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9337
80413487
RH
9338 * configure.in (noconfigdirs): Don't compile some
9339 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9340
d64552c5
AO
93412000-09-30 Alexandre Oliva <aoliva@redhat.com>
9342
9343 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9344 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9345 all affected `configure' scripts.
9346
97f60b31
AO
93472000-09-25 Alexandre Oliva <aoliva@redhat.com>
9348
9349 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9350 ltcf-c.sh.
9351
6e8dd58f
PB
93522000-09-12 Philip Blundell <philb@gnu.org>
9353
9354 * config.sub, config.guess: Update from subversions.
9355
103a2e99
AO
93562000-09-06 Alexandre Oliva <aoliva@redhat.com>
9357
51601921
AO
9358 * Makefile.in (all-zlib): Added dummy target.
9359
103a2e99
AO
9360 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9361 multi-language branch.
9362
2809b4b9
AO
93632000-09-05 Alexandre Oliva <aoliva@redhat.com>
9364
9365 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9366 (bootstrap*): Depend on all-bootstrap.
9367
7450026c
AO
93682000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9369
9370 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9371 crosses, but add gcc/include to the header search path for them.
9372
6cf86f7f
AO
93732000-08-31 Alexandre Oliva <aoliva@redhat.com>
9374
9375 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9376 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9377 * gettext.m4: New file, extracted from aclocal.m4.
9378
ce2ea6e3
AO
93792000-08-22 Alexandre Oliva <aoliva@redhat.com>
9380
9381 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9382 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9383 sub-configures.
9384
9765193e
DE
93852000-08-20 Doug Evans <dje@casey.transmeta.com>
9386
9387 * Makefile.in (ALL_MODULES): Add all-cgen.
9388 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9389 (all-cgen): New target.
9390 (all-opcodes,all-sim): Depend on all-cgen.
9391 * configure.in (host_tools): Add cgen.
9392 Only configure cgen if --enable-cgen-maint.
9393
d7b32520
AO
93942000-08-17 Alexandre Oliva <aoliva@redhat.com>
9395
9396 * config-ml.in (CC, CXX): Don't introduce a leading space.
9397
e52ef561
AO
93982000-08-16 Alexandre Oliva <aoliva@redhat.com>
9399
9400 * configure.in (libstdcxx_flags): Use
9401 libstdc++-v3/src/libstdc++.INC.
9402
88f9c2a0
AO
94032000-08-15 Alexandre Oliva <aoliva@redhat.com>
9404
9405 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9406
98fbe43f
JM
94072000-08-11 Jason Merrill <jason@redhat.com>
9408
9409 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9410 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9411 (FLAGS_FOR_TARGET): Not here.
9412 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9413
279ddab4
DD
94142000-08-07 DJ Delorie <dj@redhat.com>
9415
9416 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9417 "if we're also building gcc, and it's a gcc that will run on the
9418 build machine, we want to use its includes instead of the system's
9419 default includes".
9420
60523a83
AO
94212000-08-03 Alexandre Oliva <aoliva@redhat.com>
9422
24ffec7a
AO
9423 * configure.in (libstdcxx_flags): Don't use `"'.
9424
60523a83
AO
9425 * config-ml.in: Adjust multilib search paths to the
9426 appropriate multilib tree.
9427
daf644b5
AO
94282000-08-02 Alexandre Oliva <aoliva@redhat.com>
9429
9430 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9431 commas in $LANGUAGES.
9432
63266560
DD
94332000-08-01 Alexandre Oliva <aoliva@redhat.com>
9434
9435 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9436
94372000-07-31 Alexandre Oliva <aoliva@redhat.com>
9438
9439 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9440 CXX_FOR_TARGET for sed.
9441
94422000-07-30 Alexandre Oliva <aoliva@redhat.com>
9443
9444 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9445 Do not override if already set in the environment or in configure.
9446 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9447 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9448
9e449d3e
AO
94492000-07-27 Alexandre Oliva <aoliva@redhat.com>
9450
9451 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9452 (GCC_FOR_TARGET): Use it.
9453 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9454 * configure.in: ... here.
9455 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9456 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9457
8bbd92e0
AO
94582000-07-24 Alexandre Oliva <aoliva@redhat.com>
9459
fd1f87b2
AO
9460 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9461 (configure-target-libchill, configure-target-libobjc): Likewise.
9462
8bbd92e0
AO
9463 * configure.in: Use the same cache file for all target libs.
9464 * config-ml.in: But different cache files per multilib variant.
9465
25c6c112
JL
94662000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9467
9468 * configure (topsrcdir): Don't use dirname.
9469
ba73c63f
JM
94702000-07-20 Jason Merrill <jason@redhat.com>
9471
9472 * configure.in: Remove all references to libg++ and librx.
9473
9474 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9475
1af08294
HPN
94762000-07-20 Hans-Peter Nilsson <hp@axis.com>
9477
9478 * config.sub: Update to subversions version 2000-07-06.
9479
ba73c63f
JM
94802000-07-12 Andrew Haley <aph@cygnus.com>
9481
9482 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9483 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9484
94852000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9486
9487 * symlink-tree: Check number of arguments.
9488
d932cae7 94892000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9490
9491 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9492
ba73c63f
JM
94932000-07-05 Jim Wilson <wilson@cygnus.com>
9494
9495 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9496 search path for a g++ extracted from the build tree. This
9497 will allow link tests run by configure scripts in
9498 subdirectories to succeed.
9499
92ee2f86
UC
95002000-07-01 Koundinya K <kk@ddeorg.soft.net>
9501
80413487 9502 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9503
23f2f29f
CV
95042000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9505
9506 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9507 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9508
f04f5a67
TW
95092000-06-19 Timothy Wall <twall@cygnus.com>
9510
9511 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9512 * config.sub: Add tic54x target.
9513
11da68be
NC
95142000-06-07 Phillip Thomas <pthomas@suse.de>
9515
9516 * README-maintainer-mode: New file: Contains notes on using
9517 --enable-maintainer-mode with binutils.
9518
d932cae7 95192000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9520
9521 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9522
d932cae7 95232000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9524
9525 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9526 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9527
9442cea3
L
952820000-05-21 H.J. Lu (hjl@gnu.org)
9529
80413487
RH
9530 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9531 directory are used if they exist. Make sure
9532 $(build_tooldir)/include is searched for header files,
9533 $(build_tooldir)/lib/ for library files.
9442cea3 9534 (GCC_FOR_TARGET): Likewise.
80413487 9535 (CXX_FOR_TARGET): Likewise.
9442cea3 9536
d932cae7 95372000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9538
9539 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9540
d932cae7 95412000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9542
9543 * Makefile.in (configure-target-libiberty): Depend on
9544 configure-target-newlib.
9545
ba73c63f
JM
95462000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9547
9548 * configure.in, Makefile.in: Merge all libffi-related
9549 configury stuff from the libgcj tree.
9550
d932cae7 95512000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9552
9553 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9554 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9555
d932cae7 95562000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9557
9558 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9559 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9560 current version information. Add to proto-toplev directory.
b5a23627
AC
9561 (gdb-taz): Build do-djunpack.
9562
ba73c63f
JM
95632000-05-15 David Edelsohn <edelsohn@gnu.org>
9564
9565 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9566
7c86ed39
L
95672000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9568
9569 * ltmain.sh: Preserve in relink_command any environment
9570 variables that may affect the linker behavior.
9571
d932cae7 95722000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9573
9574 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9575
d932cae7 95762000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9577
9578 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9579
ed0a91a5
EZ
95802000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9581
9582 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9583 with the version name.
ed0a91a5 9584
ba73c63f 95852000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9586
ba73c63f 9587 * config.if: Tweak.
6cafa39f 9588
ba73c63f 95892000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9590
ba73c63f 9591 * djunpack.bat: New file.
66156876 9592
d932cae7 95932000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9594
9595 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9596 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9597 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9598 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9599
ba73c63f
JM
96002000-04-16 Dave Pitts <dpitts@cozx.com>
9601
80413487
RH
9602 * config.sub (case $basic_machine): Change default for "ibm-*"
9603 to "openedition".
ba73c63f 9604
d932cae7 96052000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9606
9607 * Makefile.in (gdb-taz): New target. GDB specific archive.
9608 (do-md5sum): New target.
9609 (MD5PROG): Define.
9610 (PACKAGE): Default to TOOL.
9611 (VER): Default to a shell script.
9612 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9613 md5 checksum generation.
b35ece4e
AC
9614 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9615 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9616 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9617 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9618
d932cae7 96192000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9620
9621 * configure (warn_cflags): Delete.
9622
ba73c63f 96232000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9624 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9625
80413487
RH
9626 * configure.in (enable_libstdcxx_v3): Add.
9627 (target_libs): Add bits here to switch between libstdc++-v2 and
9628 libstdc++-v3.
9629 * config.if: And this file too.
9630 * Makefile.in: Add libstdc++-v3 targets.
35590697 9631
ba73c63f
JM
96322000-04-05 Michael Meissner <meissner@redhat.com>
9633
9634 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9635
d332c5ac
JM
96362000-03-29 Jason Merrill <jason@casey.cygnus.com>
9637
9638 * configure.in: -linux-gnu*, not -linux-gnu.
9639
d932cae7 96402000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9641
9642 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9643 (do-tar-bz2): Replace TOOL with PACKAGE.
9644 (gdb.tar.bz2): Remove GDBTK from GDB package.
9645 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9646 dejagnu.tar.bz2): New packages.
6dcbc97b 9647
96ce09a7
ILT
96482000-02-27 Andreas Jaeger <aj@suse.de>
9649
9650 * configure.in: Add entry for mips*-*-linux*, move catch all
9651 *-*-*linux* entry below this one.
9652
2031769e
ILT
96532000-02-27 Ian Lance Taylor <ian@zembu.com>
9654
9655 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9656
4bab746c
NC
96572000-02-24 Nick Clifton <nickc@cygnus.com>
9658
9659 * config.sub: Support an OS of "wince".
9660
d932cae7 96612000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9662
9663 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9664 version.
ada59422 9665
5b93d8bb
AM
96662000-02-23 Linas Vepstas <linas@linas.org>
9667
9668 * config.sub: Add support for Linux/IBM 370.
9669 * configure.in: Likewise.
9670
2fb651f6
NC
96712000-02-22 Nick Clifton <nickc@cygnus.com>
9672
9673 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9674
b8441c25
CF
96752000-02-20 Christopher Faylor <cgf@cygnus.com>
9676
9677 * config.guess: Guess "cygwin" rather than "cygwin32".
9678
d332c5ac
JM
96792000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9680
9681 * configure (gcc_version): When setting, narrow search to
9682 lines containing `version_string'.
9683
ba73c63f
JM
96842000-02-15 Denis Chertykov <denisc@overta.ru>
9685
9686 * config.sub: Add support for avr target.
9687
d932cae7 96882000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9689
9690 * config.sub: Add mmix-knuth-mmixware.
9691
96922000-01-27 Christopher Faylor <cgf@redhat.com>
9693
9694 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9695 structure stuff to -L library search.
9696 (CXX_FOR_TARGET): Ditto.
9697 (CROSS_CHECK_MODULES): Fix spelling mistake.
9698
96992000-01-24 Mark Mitchell <mark@codesourcery.com>
9700
9701 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9702 the C++ compiler.
9703
97042000-01-12 Richard Henderson <rth@cygnus.com>
9705
9706 * configure.in: Don't build some bits for beos.
9707
97082000-01-12 Joel Sherrill (joel@OARcorp.com)
9709
9710 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9711 as include files.
9712
91b2c84d
GK
97132000-01-06 Geoff Keating <geoffk@cygnus.com>
9714
9715 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9716 not mh-aix43.
9717
ba73c63f
JM
97181999-12-14 Richard Henderson <rth@cygnus.com>
9719
9720 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9721 * config.sub: Accept alphaev[78], alphaev8.
9722
97231999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9724
9725 * config.guess, config.sub: Update from autoconf.
9726
9727Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9728
9729 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9730 necessary libraries are missing.
9731
97321999-10-25 Andreas Schwab <schwab@suse.de>
9733
9734 * configure: Fix quoting inside arguments of eval.
9735
97361999-10-21 Nick Clifton <nickc@cygnus.com>
9737
9738 * config-ml.in: Allow suppression of some ARM multilibs.
9739
9740Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9741
9742 * config.guess: Add OS/390 match pattern.
9743 * config.sub: Add mvs, openedition targets.
9744 * configure.in (i370-ibm-opened*): New.
9745
ef14edc4
ILT
97461999-09-04 Steve Chamberlain <sac@pobox.com>
9747
9748 * config.sub: Add support for configuring for pj.
9749
afb478e8
NC
97501999-08-31 Nick Clifton <nickc@cygnus.com>
9751
fd6848f6 9752 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9753
ba73c63f 97541999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9755
9756 * configure.in: Do not configure or build ld for AIX
9757 platforms. ld is known to be broken on these platforms.
9758
ba73c63f
JM
9759Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9760
9761 * config-ml.in: Pass compiler flag corresponding to multidirs to
9762 subdir configures.
9763
c363de44
ILT
97641999-08-09 Ian Lance Taylor <ian@zembu.com>
9765
9766 * Makefile.in (LDFLAGS): Define.
9767
dc8bc5a6
ILT
97681999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9769
9770 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9771 noconfigdirs.
9772 (*-*-cygwin*): Likewise.
9773
6ca3858e
ILT
97741999-08-08 Ian Lance Taylor <ian@zembu.com>
9775
71141bb6
ILT
9776 * mkdep: New file.
9777 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9778 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9779
6ca3858e
ILT
9780 From Eli Zaretskii <eliz@is.elta.co.il>:
9781 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9782 long file name when using DJGPP on MS-DOS.
9783
ba73c63f
JM
9784Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9785
9786 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9787
2735a327
AM
97881999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9789
9790 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9791 dependency as this causes "make check" to globally "make all"
9792
ba73c63f
JM
9793Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9794
9795 * configure.in (target_libs): Added target-zlib.
9796 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9797 (CONFIGURE_TARGET_MODULES): Likewise.
9798 (CHECK_TARGET_MODULES): Likewise.
9799 (INSTALL_TARGET_MODULES): Likewise.
9800 (CLEAN_TARGET_MODULES): Likewise.
9801 (configure-target-zlib): New target.
9802 (all-target-zlib): Likewise.
9803 (all-target-libjava): Depend on all-target-zlib.
9804 (configure-target-libjava): Depend on configure-target-zlib.
9805
9806 * Makefile.in (configure-target-libjava): Depend on
9807 configure-target-newlib.
9808 (configure-target-boehm-gc): New target.
9809 (configure-target-qthreads): New target.
9810
80413487
RH
9811 * configure.in (target_libs): Added target-qthreads.
9812 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9813 (CONFIGURE_TARGET_MODULES): Likewise.
9814 (CHECK_TARGET_MODULES): Likewise.
9815 (INSTALL_TARGET_MODULES): Likewise.
9816 (CLEAN_TARGET_MODULES): Likewise.
9817 (all-target-qthreads): New target.
9818 (configure-target-libjava): Depend on configure-target-qthreads.
9819 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9820
9821 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9822 (CONFIGURE_TARGET_MODULES): Likewise.
9823 (CHECK_TARGET_MODULES): Likewise.
9824 (INSTALL_TARGET_MODULES): Likewise.
9825 (CLEAN_TARGET_MODULES): Likewise.
9826 (all-target-libjava): New target.
9827 (all-target-boehm-gc): Likewise.
9828 * configure.in (target_libs): Added libjava, boehm-gc.
9829
08d836d6
ILT
98301999-07-22 Ian Lance Taylor <ian@zembu.com>
9831
9832 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9833 configure.bat in SUPPORT_FILES.
9834 (gas+binutils.tar.bz2): Likewise.
9835
9836 * makeall.bat: Remove; obsolete.
9837
8f36e47c
ILT
98381999-07-21 Ian Lance Taylor <ian@zembu.com>
9839
9840 From Mark Elbrecht:
9841 * configure.bat: Remove; obsolete.
9842
56e82f25
ILT
98431999-07-11 Ian Lance Taylor <ian@zembu.com>
9844
9845 * configure: Add -W -Wall to the default CFLAGS when compiling with
9846 gcc.
9847
1001d816
JL
9848Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9849
9850 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9851
106117aa
MM
98521999-06-30 Mark Mitchell <mark@codesourcery.com>
9853
9854 * configure.in: Build ld on IRIX6.
9855
c376f4ed
ILT
98561999-06-12 Ian Lance Taylor <ian@zembu.com>
9857
9858 * Makefile.in: Change distribution targets to use bzip2 instead of
9859 gzip.
9860 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9861 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9862
306b7445
NC
98631999-06-04 Nick Clifton <nickc@cygnus.com>
9864
9865 * config.sub: Add mcore target.
9866
d932cae7 98671999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9868
9869 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9870
d932cae7 98711999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9872
9873 * config.guess (dummy): Changed to $dummy.
9874
6c3175b0
NC
98751999-05-24 Nick Clifton <nickc@cygnus.com>
9876
ba73c63f
JM
9877 * config.sub: Tidied up case statements.
9878
98791999-05-22 Ben Elliston <bje@cygnus.com>
9880
9881 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9882 <jiro@din.or.jp>.
9883
9884 * config.guess: Merge with FSF version. Future changes will be
9885 more accurately recorded in this ChangeLog.
9886 * config.sub: Likewise.
9887
d932cae7 98881999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9889
9890 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9891
252b5132
RH
98921999-04-30 Tom Tromey <tromey@cygnus.com>
9893
9894 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9895
98961999-04-23 Tom Tromey <tromey@cygnus.com>
9897
9898 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9899
99001999-04-20 Drew Moseley <dmoseley@cygnus.com>
9901
9902 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9903 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9904 Bad merge removed these two changes.
9905
ba73c63f 9906Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9907 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9908
9909 * config.guess (interix Alpha): Add.
9910
252b5132
RH
99111999-04-11 Richard Henderson <rth@cygnus.com>
9912
9913 * configure.in (i?86-*-beos*): Do config gperf; don't config
9914 gdb, newlib, or libgloss.
9915
d932cae7 99161999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9917
ba73c63f
JM
9918 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9919 link a trivial program with -mabi=64. If it fails, remove mabi=64
9920 from multidirs.
9921
d932cae7 99221999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9923
9924 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9925
252b5132
RH
99261999-04-08 Nick Clifton <nickc@cygnus.com>
9927
9928 * config.sub: Add support for mcore targets.
9929
99301999-04-07 Michael Meissner <meissner@cygnus.com>
9931
9932 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9933 not mt-ospace, in order to shut up assembler warning about using
9934 symbols that are named the same as registers.
9935
99361999-04-07 Drew Moseley <dmoseley@cygnus.com>
9937
9938 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9939 dependency list for all-target-cygmon.
9940
99411999-04-05 Doug Evans <devans@casey.cygnus.com>
9942
9943 * config-ml.in: Check $host, not $target, for selective multilibs.
9944 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9945 thumb interworking, and underscore prefix multilibs.
9946
99471999-04-04 Ian Lance Taylor <ian@zembu.com>
9948
9949 * missing: Update to version from current automake.
9950
9951Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9952
9953 * configure (gxx_include_dir): Removed.
9954
9955 * configure.in (gxx_include_dir): Handle it.
9956 * Makefile.in: Likewise.
9957
99581999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9959
9960 * config.sub (mips64vr4111,mips64vr4111el) Add.
9961
99621999-03-21 Ben Elliston <bje@cygnus.com>
9963
80413487 9964 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9965
9966Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9967
252b5132
RH
9968 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9969 config/mh-djgpp.
9970
9971Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9972
9973 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9974 all-target-newlib to dependency list for all-target-bsp.
9975
9976Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9977
9978 * config.sub: Add i386-uwin support.
9979 * config.guess: Likewise.
9980
9981Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9982
9983 * configure.in: cleanup, add mh-*pic handling for arm, special
9984 case powerpc*-*-aix*
9985
9986Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9987
9988 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9989 can be built.
9990
9991Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9992
9993 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9994 targets.
252b5132
RH
9995
99961999-03-02 Nick Clifton <nickc@cygnus.com>
9997
9998 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9999
d932cae7 100001999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10001
10002 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10003
100041999-02-24 Nick Clifton <nickc@cygnus.com>
10005
10006 * config.sub: Fix typo in arm recognition.
10007
d932cae7 100081999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10009
10010 * configure.in (noconfigdirs): Changed target_configdirs to
10011 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10012 rather than m68k-*-* since it is not known to work on
10013 m68k-aout. Ditto for arm-*-*oabi.
10014
d932cae7 100151999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10016
10017 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10018
100191999-02-19 Ben Elliston <bje@cygnus.com>
10020
10021 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10022 Smart and improved by Andrew Cagney.
10023
d932cae7 100241999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10025
10026 * config.guess: Recognize openbsd-*-hppa.
10027
d932cae7 100281999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10029
10030 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10031 only if it is not empty.
10032
100331999-02-17 Nick Clifton <nickc@cygnus.com>
10034
10035 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10036
fd6848f6 10037 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10038
10039 * config.sub: Modified to recognize uname's armv* syntax.
10040
100411999-02-17 Mark Salter <msalter@cygnus.com>
10042
10043 * configure.in: Added target-bsp for sparclite.
10044
d932cae7 100451999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10046
10047 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10048
100491999-02-08 Nick Clifton <nickc@cygnus.com>
10050
10051 * configure.in: Add support for strongarm port.
10052 * config.sub: Add support for strongarm target.
10053
d932cae7 100541999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10055
252b5132
RH
10056 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10057 the old name config/mh-cygwin32.
10058 Enable texinfo.
10059
d932cae7 100601999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10061
10062 * configure.in: Do build ld for ix86 Solaris.
10063
d932cae7 100641999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10065
10066 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10067 $AR_FOR_TARGET. Likewise for RANLIB.
10068
d932cae7 100691999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10070
80413487
RH
10071 * config.sub (oabi): Recognize.
10072 * configure.in (arm-*-oabi): Handle.
252b5132 10073
d932cae7 100741999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10075
10076 * config.guess: Improve detection of i686 on UnixWare 7.
10077
d932cae7 100781999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10079
10080 * config.guess: Add support for i386-pc-interix.
10081 * config.sub: Likewise.
10082 * configure.in: Likewise.
252b5132 10083
d932cae7 100841999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10085
10086 * Makefile.in: Remove unneeded all-target-libio from
10087 from all-target-winsup target since it is now unneeded.
10088 Add all-target-libtermcap in its place since it is now
10089 needed.
10090
d932cae7 100911998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10092
10093 * configure.in: makefile stub for cygwin target is probably
10094 unnecessary. Remove it for now.
252b5132 10095
d932cae7 100961998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10097
10098 * configure.in: libtermcap.a should be built when cygwin is the
10099 target as well as the host.
10100 * config.guess: Allow mixed case in cygwin uname output.
10101 * Makefile.in: Add libtermcap target.
252b5132 10102
d932cae7 101031998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10104
10105 * config.sub: Clean up handling of hppa2.0.
10106
d932cae7 101071998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10108
10109 * config.guess: Use C code to identify more HP machines.
10110
10111Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10112
10113 * config.sub: Handle hppa2.0.
10114
ba73c63f
JM
10115Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10116
10117 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10118 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10119
101201998-12-15 Mark Salter <msalter@cygnus.com>
10121
10122 * configure.in: Added target-bsp for several target architectures.
10123
10124 * Makefile.in: Added rules for bsp.
10125
252b5132
RH
10126Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10127
10128 * config.guess: Improve detection of hppa2.0 processors.
10129
10130Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10131
10132 * config.guess: Recognize FreeBSD using ELF automatically.
10133
101341998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10135
10136 * configure (skip-this-dir): Add handling for new shell script, which
10137 might be created by a sub-directory's configure to indicate, this particular
10138 directory is "unwanted".
10139 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10140
252b5132
RH
10141Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10142
10143 * ltconfig: import from libtool, after changing libtool to
10144 account for the cygwin name change.
10145
10146Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10147
10148 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10149 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10150
10151Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10152
10153 * configure.in: Add libtermcap to list of cygwin dependencies.
10154
d932cae7 101551998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10156
80413487
RH
10157 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10158 they include winsup/include when it's a cygwin target.
252b5132
RH
10159
101601998-11-12 Tom Tromey <tromey@cygnus.com>
10161
10162 * configure.in (host_tools): Added zip.
10163 * Makefile.in (all-target-libjava): Depend on all-zip.
10164 (all-zip): New target.
10165 (ALL_MODULES): Added all-zip.
10166 (NATIVE_CHECK_MODULES): Added check-zip.
10167 (INSTALL_MODULES): Added install-zip.
10168 (CLEAN_MODULES): Added clean-zip.
10169
d932cae7 101701998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10171
10172 * Makefile.in: lose "32" from comment about cygwin.
10173
d932cae7 101741998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10175
10176 * configure.in: Use -Os to build target libraries for the fr30.
10177
d932cae7 101781998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10179
10180 * config.sub: Add fr30.
10181
d932cae7 101821998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10183
80413487 10184 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10185 cygwin* instead of cygwin32*.
10186 * config.sub: Check cygwin* instead of cygwin32*.
10187
d932cae7 101881998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10189
10190 * config.guess: Match any version of Unixware7.
10191
252b5132
RH
101921998-10-20 Syd Polk <spolk@cygnus.com>
10193
10194 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10195 if desired.
10196
d932cae7 101971998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10198
10199 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10200 these if the appropriate directories and files to not exist.
10201
d932cae7 102021998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10203
10204 * Makefile.in (DEVO_SUPPORT): Add config.if.
10205
d932cae7 102061998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10207
10208 * configure: Add pattern to replace "build_tooldir"'s
10209 definition in the generated Makefile with "tooldir"'s
10210 actual value.
10211
252b5132
RH
10212Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10213
10214 * config.sub: Bring back lost sparcv9.
10215
ba73c63f
JM
10216 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10217
10218Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10219
10220 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10221 CC_FOR_TARGET and friends.
10222
10223Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10224
ba73c63f
JM
10225 * Makefile.in (build_tooldir): New variable, same as tooldir.
10226 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10227 -B$(build_tooldir)/bin/.
10228 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10229
252b5132
RH
10230Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10231
10232 * config.sub: Add support for i[34567]86-pc-udk.
10233 * configure.in: Likewise.
10234
10235Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10236
10237 * Makefile.in: add bzip2 package building bits for user
10238 tools module
10239 * configure.in: ditto
10240
ba73c63f
JM
10241Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10242
10243 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10244 (ALL_TARGET_MODULES): Add all-target-libobjc.
10245 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10246 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10247 (all-target-libchill): Add dependencies.
10248 * configure.in (target_libs): Add libchill.
35590697 10249
252b5132
RH
102501998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10251
ba73c63f 10252 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10253
10254Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10255
10256 * Makefile.in (all-automake): fix dependencies.
10257
10258Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10259
10260 * configure.in: Minor cleanups for building in the $(target_alias)
10261 subdir.
10262
102631998-09-22 Jim Wilson <wilson@cygnus.com>
10264
10265 * Makefile.in (bootstrap): Set r and s before make all. Use
10266 BASE_FLAGS_TO_PASS in make all.
10267 (cross): Likewise.
10268
102691998-09-20 Mark Mitchell <mark@markmitchell.com>
10270
10271 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10272
252b5132
RH
10273Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10274
10275 * config.sub: Fix typo in last change.
10276
102771998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10278
10279 * config.sub: Add support for C4x target.
10280 * configure.in: Likewise.
10281
102821998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10283
10284 * config.sub: Recognize sparcv9 just like sparc64.
10285
10286Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10287
10288 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10289
10290Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10291
10292 * config.guess: Correctly identify Pentium II sco boxes.
10293
10294 * config.guess: Fix "tr" code. From Weiwen Liu.
10295
10296Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10297
10298 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10299 stabs.
10300
10301Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10302
10303 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10304 (ALL_TARGET_MODULES): Add all-target-libchill.
10305 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10306 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10307 (all-target-libchill): Add dependencies.
10308 * configure.in (target_libs): Add libchill.
10309
10310Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10311
10312 * config.guess: Avoid assumptions about "tr" behaves when
10313 LANG is set to something other than English.
10314
10315Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10316
10317 * configure (gxx_include_dir): Changed to
10318 '${prefix}/include/g++'-${libstdcxx_interface}.
10319
10320 * config.if: New to determine the interfaces.
10321
10322Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10323
10324 * config.guess: Detect and handle MPE/IX.
10325 * config.sub: Deal with MPE/IX.
10326
10327Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10328
10329 * configure.in: Use mh-aix43.
10330
103311998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10332
10333 * configure: Fix --without/--disable cases for gxx-include-dir.
10334
10335Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10336
10337 * mdata-sh: Imported. Needed for automake support.
10338
10339Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10340
ba73c63f 10341 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10342 "chmod og=u `find . -print`".
10343
10344Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10345
ba73c63f 10346 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10347
10348Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10349
10350 * Makefile.in: Undo previous patch.
10351
10352Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10353
10354 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10355 to here ...
10356 (install-no-fixedincludes): and here
10357 (INSTALL_MODULES): ... from here.
10358
10359Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10360
10361 * config.sub: Merge with FSF.
10362
10363 * config.guess: Merge with FSF.
10364
10365Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10366
10367 * configure (extraconfigdirs): New variable.
10368 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10369 * Makefile.in (all): Move higher in file.
10370 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10371 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10372 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10373 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10374 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10375
103761998-07-23 Brendan Kehoe <brendan@cygnus.com>
10377
10378 * Makefile.in (all-target-libjava): Depend on all-gcc and
10379 all-target-newlib.
10380 (configure-target-libjava): Depend on $(ALL_GCC).
10381
10382Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10383
10384 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10385 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10386
10387Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10388
10389 * ylwrap: Change absolute path checks to check for DOS style path
10390 names.
10391
10392 * ylwrap: Don't use a full path name if the source file is in the
10393 same directory. From hjl@lucon.org (H.J. Lu).
10394
10395 * config-ml.in: Default to being verbose, to match Feb 18 change to
10396 configure.
10397
10398Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10399
10400 Brought over from egcs:
10401
10402 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10403
10404 * configure.in (target_subdir): Set to ${target_alias} instead
10405 of "libraries".
10406
10407 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10408
10409 * configure.in (target_subdir): Set to libraries if enable_multilib.
10410
10411Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10412
10413 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10414 multilibs, force reconfiguration the first time we create
10415 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10416
10417Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10418
10419 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10420 avoid confusion with --no-recursion.
10421
10422Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10423
10424 * configure.in: Win32 hosts shouldn't use install -x
10425 * install-sh: remove -x option, and special .exe-handling
10426 hack.
10427
10428Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10429
10430 * config.guess: Recognize i586-pc-beos.
10431 * configure.in: Don't build some bits for beos.
10432
10433Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10434
10435 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10436 CFLAGS default to -O2.
10437
10438 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10439 when using GNU ld.
10440
10441Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * ltmain.sh: Correct install when using a different shell.
10444
10445Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10446
10447 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10448
10449Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10450
10451 * makefile.vms: Update to build binutils/makefile.vms. Add install
10452 target.
10453
10454Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10455
10456 * ltconfig: Update to correct AIX handling.
10457
10458Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10459
10460 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10461
10462 * configure.in (target_subdir): Set to ${target_alias} instead
10463 of "libraries".
10464
104651998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10466
10467 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10468 (Makefile): Depend on $(gcc_version_trigger).
10469
10470 * configure (gcc_version): Change default initializer to empty
10471 string.
10472 (gcc_version_trigger): New variable; pass this variable down
10473 to subdir configures to enable them checking gcc's version
10474 themselves. Emit make macros for both gcc_version vars.
10475 (topsrcdir): Initialize reliably.
10476 (recursion line): Remove --with-gcc-version=${gcc_version}.
10477
104781998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10479
10480 * configure (enable_version_specific_runtime_libs): Implement new flag
10481 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10482 in $(libsubdir); emit definition in each generated Makefile.
10483 (gxx_include_dir): Initialize depending on
10484 $enable_version_specific_runtime_libs.
10485
104861998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10487
10488 * configure (gcc_version): Initialize properly depending on
10489 how and where configure is started.
10490 (recursion line): Pass a --with-gcc-version=${gcc_version}
10491 to configures in subdirs.
10492
10493Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10494
10495 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10496 cygmon
252b5132
RH
10497
10498Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10499
10500 * configure.in: Add cygmon and libstub support for mn10200.
10501
105021998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10503
10504 * configure (gcc_version): Add new variable describing the
10505 particular gcc version we're building.
10506 * Makefile.in (libsubdir): Add new macro for the directory
10507 in which the compiler finds executables, libraries, etc.
10508 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10509 and libsubdir.
10510
10511Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10512
ba73c63f
JM
10513 * Makefile.in (local-clean): Remove *.log.
10514 (warning.log): Built with warn_summary from build.log.
10515 (mail-report.log): Run test_summary.
10516 (mail-report-with-warnings.log): Run test_summary including
10517 warning.log in the report.
252b5132
RH
10518
10519Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10520
10521 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10522
10523Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10524
10525 * Makefile.in (grep): Grep no longer depends on libiberty.
10526
10527Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10528
10529 * Makefile.in: all-snavigator needs all-libgui.
10530
10531Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10532
10533 * configure.in: Add cygmon and libstub support for mn10300.
10534
10535Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10536
10537 * missing: Update to version from automake 1.3.
10538
10539 * ltmain.sh: On installation, don't get confused if the same name
10540 appears more than once in the list of library names.
10541
10542Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * config.sub: Accept m68060 and m5200 as CPU names.
10545
10546Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10547
10548 * configure: Use && rather than using -a in test, because odd
10549 strings can confuse test.
10550 * configure.in: Likewise.
10551
10552Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10555
10556Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10557
10558 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10559 bootstrap4-lean): New targets.
10560
10561Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10562
10563 * mpw-* Delete. Not used.
252b5132
RH
10564
10565Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10566
10567 * COPYING.LIB: Update FSF address.
10568
10569Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10570
10571 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10572
10573 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10574 GAS_SUPPORT_DIRS.
10575
10576Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10577
10578 * ltconfig, ltmain.sh: Avoid producing a version number if
10579 -version-info was not used.
10580
10581Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10582
10583 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10584 building with newlib.
10585
105861998-04-30 Paul Eggert <eggert@twinsun.com>
10587
ba73c63f 10588 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10589 Solaris `make' causes it to continue to next definition.
252b5132 10590
afb8d725
JM
10591Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10592
10593 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10594 the right GUI libraries and files are installed along with GDB.
10595
252b5132
RH
10596Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * configure.in: Change alpha to alpha* in several places.
10599
10600Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10601
10602 * config.sub: Recognize sparc86x.
10603
10604Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10605
252b5132
RH
10606 * configure.in (--enable-target-optspace): Remove debug echo.
10607
10608Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10609
10610 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10611
10612Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10613
10614 * ltconfig: Update cygwin32 support.
10615
10616 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10617 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10618 (GDB_SUPPORT_DIRS): Likewise.
10619
10620Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10621
10622 * configure.in (target_makefile_frag): If --enable-target-optspace,
10623 use -Os to compile target libraries rather than -O2. Default to
10624 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10625 not used.
10626 * configure.in (target_cflags): Ditto for d30v.
10627
10628Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10629
10630 * Makefile.in (all-bfd): Depend on all-intl.
10631 (all-binutils): Likewise.
10632 (all-gas): Likewise.
10633 (all-gprof): Likewise.
10634 (all-ld): Likewise.
10635
252b5132
RH
106361998-04-19 Brendan Kehoe <brendan@cygnus.com>
10637
10638 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10639
10640Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10641
10642 * Makefile.in (all-bfd): Depend upon all-libiberty.
10643
10644 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10645
10646Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10647
10648 * Makefile.in: Add libstub.
10649
10650 * configure.in: Ditto. Build libstub for targets that have cygmon
10651 support.
10652
10653Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10654
10655 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10656
10657Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10658
10659 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10660 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10661
10662Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10663
10664 * configure: Define DEFAULT_M4 by searching PATH.
10665 * Makfile.in: Use DEFAULT_M4.
10666
10667Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10668
10669 * ltconfig: Add cygwin32 support.
10670
10671 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10672 to configure and build.
10673
10674Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10675
10676 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10677
10678Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10679
10680 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10681
10682Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10683
10684 * Makefile.in: add ash make rules
10685 * configure.in: add ash to native_only and host_tools lists
10686
10687Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10688
10689 * Makefile.in (all-gettext, all-intl): New targets.
10690 (ALL_MODULES): Added all-gettext, all-intl.
10691 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10692 (INSTALL_MODULES): Added install-gettext, install-intl.
10693 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10694
10695 * configure.in (host_tools): Added gettext.
10696 (native_only): Likewise.
10697 (noconfigdirs) [various cases]: Likewise.
10698 (host_libs): Added intl.
10699
afb8d725
JM
10700Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10701
10702 * configure: Do not disable building gdbtk for cygwin32 hosts.
10703
ba73c63f
JM
10704Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10705
10706 * configure.in: Add thumb-coff target.
10707 * config.sub: Add thumb-coff target.
10708
252b5132
RH
10709Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10710
10711 * Makefile.in: Revert yesterday's change.
10712 (all-target-winsup): all-target-librx stays out of here.
10713
10714Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10715
ba73c63f
JM
10716 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10717 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10718 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10719 Remove references to librx and libg++.
10720
10721Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10722
10723 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10724 recursive makes
10725
10726Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10727
10728 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10729 for newlib directory.
10730 (CXX_FOR_TARGET): Likewise.
10731
10732Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10733
10734 * ltconfig: Update after libtool/ltconfig.in change for
10735 hpux11.
10736
10737Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10738
10739 * ltconfig, ltmain.sh: Update to libtool 1.2.
10740
10741Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10742
10743 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10744 (install-gcc-cross): Instead, override LANGUAGES here.
10745
107461998-03-18 Dave Love <d.love@dl.ac.uk>
10747
10748 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10749 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10750
10751Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10752
10753 * configure.in: Add Thumb-pe target.
10754
10755Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10756
252b5132
RH
10757 * Makefile.in - changed sn targets to snavigator
10758 * configure.in - changed sn targets to snavigator
10759
10760Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10761
10762 * config-ml.in: After building symlink tree call make distclean
10763 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10764 to be the case for libiberty.
10765
10766Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10767
10768 * configure: When making link, also check the current
10769 directory. The configure scripts may create one.
10770
10771Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10772
10773 * config.sub: Accept alphapca56 and alphaev6 properly.
10774
10775Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10776
10777 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10778
252b5132
RH
10779Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10780
80413487 10781 * config.sub (sco5): Fix typo.
252b5132
RH
10782
10783Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10784
10785 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10786 install-itcl.
10787 (install-itcl): Remove dependency on install-tcl.
10788
10789Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10790
10791 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10792
252b5132
RH
10793Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10794
10795 * configure.in: Don't build libgui for a cygwin32 target when not on
10796 a cygwin32 host.
10797
10798Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10799
10800 * configure (redirect): Set to null, so default behavior of
10801 configure is now --verbose.
10802
108031998-02-16 Dave Love <d.love@dl.ac.uk>
10804
10805 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10806 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10807
10808Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10809
10810 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10811 this change to sync Makefile.in with its ChangeLog entries.
10812
10813Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10814
10815 * ltmain.sh (mkdir): Check that the directory doesn't exist
10816 before we exit with error, so that we don't get races during
10817 parallel builds.
10818
10819Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10820
10821 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10822
10823Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10824
10825 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10826 PICFLAG_FOR_TARGET.
10827 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10828
10829 * configure: Emit a definition for the new macro enable_shared
10830 into each Makefile.
10831
252b5132
RH
10832Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10833
10834 * configure.in (host_tools, native_only): Add libtool.
10835
10836Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10837
10838 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10839 Fix typo in ming config comment.
10840
10841Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10842
10843 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10844
10845Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10846
10847 * config.sub: Add tic30 cases, and map c30 to tic30.
10848
ba73c63f
JM
10849Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10850
10851 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10852 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10853 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10854 (CLEAN_TARGET_MODULES): Similarly
10855 (all-target-libf2c): Add dependences.
35590697 10856 * configure.in (target_libs): Add libf2c.
ba73c63f 10857
252b5132
RH
10858Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10859
ba73c63f
JM
10860 * configure.in: Remove expect from noconfigdirs when target
10861 is cygwin32. OK to build expect and dejagnu with Canadian
10862 Cross.
252b5132
RH
10863
10864Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10865
10866 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10867 host.
10868
10869 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10870 and mingw32.
10871
10872Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10873
10874 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10875 here as it is not defined in the toplevel Makefile.
10876
10877Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10878
10879 * configure (package_makefile_rules_frag): New variable, which names
10880 a file with generic rules, ...
10881 Change comment to mention we now have FIVE parts.
10882 * configure: Undo last change.
10883
10884Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10885
10886 * config.guess: More accurate determination of HP processor types.
10887 * config.sub: More accurate determination of HP processor types.
10888
10889Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10890
10891 * configure (package_makefile_frag): Move inserting the
10892 ${package_makefile_frag} to where it should be according
10893 to the comment.
10894
ba73c63f 10895Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10896
10897 * config.guess: Add support for Linux/ARM.
10898
10899Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10900
10901 * .cvsignore: Remove *-info and *-install since they match
10902 release-info and mpw-install, which we don't want to just ignore.
10903
10904Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10905
10906 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10907
10908Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10909
10910 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10911 local_prefix to sub-make invocations.
10912
10913Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10914
10915 * configure.in: Check makefile fragments in the source
10916 directory.
10917
10918Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10919
ba73c63f
JM
10920 * configure.in: Check whether host and target makefile
10921 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10922
10923Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10924
10925 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10926
252b5132
RH
10927Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10928
10929 * configure.in: Make sure we only replace RPATH_ENVVAR on
10930 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10931 regexp to sed.
10932
10933 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10934 to sub-makes.
10935
109361998-01-13 Lee Iverson (leei@ai.sri.com)
10937
10938 * config-ml.in (multi-do): LDFLAGS must include multilib
10939 designator.
10940
10941Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10942
10943 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10944
10945Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10946
10947 * config.sub: Add mingw32 support.
10948 * configure.in: Likewise.
252b5132
RH
10949
10950Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10951
10952 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10953
10954Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10955
10956 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10957 * configure (gxx_include_dir): Provide a definition for subdirs
10958 which do not use autoconf.
10959
10960Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10961
10962 * config.guess: Sync with egcs. Picks up new alpha support,
10963 BeOS & some additional linux support.
10964
ba73c63f 10965Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10966
10967 * config.guess: HP 9000/803 is a PA1.1 machine.
10968
ba73c63f
JM
10969Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10970
10971 * configure.in: It's alpha*-...
252b5132
RH
10972
10973Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10974
ba73c63f
JM
10975 * configure.in (host_makefile_frag, target_makefile_frag):
10976 Handle multiple config files.
10977 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10978 alpha-*-*.
252b5132
RH
10979
10980Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10981
10982 * mkdep: New file.
10983
10984Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10985
10986 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10987
10988Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10989
10990 * Makefile.in: Add libgui directory.
10991 (GDB_TK): Add all-libgui.
10992 * configure.in: Add libgui directory.
10993 * configure: Add all-libgui to GDB_TK.
10994
10995Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10996
10997 * config-ml.in (multidirs): Add m32r to multilib list.
10998
10999Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11000
11001 * Makefile.in (all-target-gperf): Change dependency to
11002 all-target-libstdc++.
11003
11004Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11005
11006 * config.guess: Add BeOS support.
11007
11008Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11009
11010 Source directory cvs renamed to cvssrc:
11011 * configure.in (host_tools): Change cvs to cvssrc.
11012 (native_only): Likewise.
11013 (noconfigdirs) [various cases]: Likewise.
11014 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11015 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11016 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11017 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11018 (all-cvssrc): Rename target from all-cvs.
11019
11020Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11021
11022 * configure (gxx_include_dir): Fix thinko.
11023
11024Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11025
11026 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11027 (install-cross, install-gcc-cross): New targets.
11028
11029Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11030
11031 * configure.in (noconfigdirs): Add support for Thumb target.
11032
11033 * config.sub (maybe_os): Add support for Thumb target.
11034
11035Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11036
11037 * Makefile.in: Add rules for cygmon.
11038
11039 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11040
11041Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11042
11043 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11044 * configure (gxx_include_dir): Provide a definition for subdirs
11045 which do not use autoconf.
11046
11047Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11048
11049 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11050 11/18/97 build
252b5132
RH
11051
11052Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11053
11054 * From Franz Sirl.
11055 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11056 found on RedHat Linux systems.
11057
11058Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11059
11060 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11061 guesses.
11062
11063Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11064
11065 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11066
11067Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11068
11069 * ltmain.sh: If mkdir fails, check whether the directory was created
11070 anyhow by some other process.
11071
11072Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11073
11074 * configure.in (d30v-*-*): Configure all directories.
11075
11076Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11077
11078 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11079 for the D30V.
11080
11081Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11082
11083 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11084
11085Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11086
80413487
RH
11087 * include/libiberty.h: Add extern "C" { so it can be used with C++
11088 progrms.
11089 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11090 programs.
252b5132
RH
11091
11092Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11093
11094 * configure.in (d30v-*-*): Configure GCC now.
11095
11096Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11097
11098 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11099 is no longer needed.
11100
11101Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11102
11103 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11104
11105Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11106
11107 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11108 targets using "$@" to provide support for similar but not identical
11109 targets without having to duplicate code.
11110
11111Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11112
11113 * makefile.vms: Fix to work with DEC C.
11114
11115Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11116
11117 * config.sub: Add mips-tx39-elf to marketing names.
11118
11119Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11120
11121 * ltmain.sh: Handle symlinks in generated script.
11122
11123Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11124
11125 * configure: Handle autoconf style directory options: --bindir,
11126 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11127 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11128 --sysconfdir.
11129 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11130 (sharedstatedir, localstatedir, oldincludedir): New variables.
11131 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11132 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11133 sbindir, sharedstatedir, and sysconfdir.
11134
11135Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11136
11137 * Makefile.in (bootstrap-lean): New target.
11138
11139Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11140
11141 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11142 sn, and gnuserv from noconfigdirs.
252b5132
RH
11143
11144Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11145
11146 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11147
11148Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11149
ba73c63f 11150 * Makefile.in (cross): New target.
252b5132
RH
11151
11152Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11153 Jeff Law <law@cygnus.com>
252b5132
RH
11154
11155 * Makefile.in (bootstrap2, bootstrap3): New targets.
11156 (all-bootstrap): Remove outdated and confusing target.
11157 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11158
afb8d725
JM
11159Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11160
11161 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11162 windows. Consistent with gdb/configure.
afb8d725 11163
252b5132
RH
111641997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11165
252b5132
RH
11166 * configure.in: Name Linux target fragment.
11167
11168 * configure: Rewrite so that project Makefile fragment is inserted
11169 first and appears last in the resulting Makefile.
11170
11171Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11172
11173 * Makefile.in (install-itcl): Install tcl first.
11174
252b5132 11175Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11176
252b5132
RH
11177 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11178
11179Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11180
11181 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11182
11183 * configure.in (skipdirs): Add target-librx for Linux.
11184 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11185
11186Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11187
11188 * Makefile.in (bootstrap): New target.
11189
11190Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11191
11192 * config.sub: Accept 'amigados' for backward compatability.
11193
11194Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11195
11196 * config.guess: Merge with FSF.
11197
ba73c63f
JM
11198Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11199
11200 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11201
252b5132
RH
11202Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11203
11204 * config.sub: Add "marketing-names" patch.
11205
11206Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11207
80413487 11208 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11209
11210Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11211
11212 * config.sub: Handle v850-elf.
11213
ba73c63f
JM
11214Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11215
11216 * .cvsignore (*-install): Remove.
11217
252b5132
RH
11218Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11219
11220 * ltconfig: Set CONFIG_SHELL in libtool.
11221 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11222
11223Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11224
11225 * configure.in (target_subdir): Set to libraries if enable_multilib.
11226
11227Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11228
11229 * config.guess: Update from gcc directory.
11230
11231Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11232
11233 * Makefile.in (all-sim): Depends on all-readline.
11234
11235Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11236
11237 * Makefile.in (BISON, YACC): Use $$s.
11238 (all-bison): Depend on all-texinfo.
11239
11240Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11241
11242 * Makefile.in (BISON): Add -L flag.
11243 (YACC): Likewise.
11244
11245Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11246
35590697
AJ
11247 * configure.in (noconfigdirs): Add support for v850e target.
11248
252b5132
RH
11249 * config.sub (maybe_os): Add support for v850e target.
11250
11251Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11252
35590697
AJ
11253 * configure.in (noconfigdirs): Add support for v850ea target.
11254
252b5132
RH
11255 * config.sub (maybe_os): Add support for v850ea target.
11256
11257Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11258
11259 * config.sub: Add mipstx39. Delete r3900.
11260
11261Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11262
11263 * Makefile.in (all-autoconf): Depends on all-texinfo.
11264
11265Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11266
11267 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11268 eabi targets.
11269
11270Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11271
11272 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11273
11274 * configure: When handling a Canadian Cross, handle YACC as well as
11275 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11276 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11277
11278Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11279
11280 * Makefile.in (BISON): bison, not byacc or bison -y.
11281 (YACC): bison -y or byacc or yacc.
11282 (various): Add *-bison as appropriate.
11283 (taz): No need to mess with BISON anymore.
11284
11285Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11286
11287 * configure: If OSTYPE matches *win32*, try to find a good value for
11288 CONFIG_SHELL.
11289
11290Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11293 configure.in if it is present.
11294
11295Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11296
11297 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11298
11299Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11300
11301 * config.sub: Recognize `arc' cpu.
11302 * configure.in: Likewise.
11303 * config-ml.in: Likewise.
11304
11305Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11308
11309Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11310
11311 * configure: Changed sed delimiter from ':' to '|' when
11312 attempting to substitute ${config_shell} for SHELL. On
11313 NT ${config_shell} may contain a ':' in it.
11314
11315Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11316
11317 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11318
11319Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11320
11321 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11322
11323Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11324
11325 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11326
11327 * ylwrap: If the program is a relative path, force it to be
11328 absolute.
11329
11330Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11331
11332 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11333
11334Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11335
11336 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11337 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11338 for libraries.
252b5132
RH
11339
11340Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11341
11342 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11343 separated by spaces.
252b5132
RH
11344
11345Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11346
11347 * ylwrap: New file.
11348 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11349
11350 * ltmain.sh: Handle /bin/sh at start of install program.
11351
11352 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11353
11354 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11355 * missing: New file, from automake 1.2.
11356
11357Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11358
11359 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11360 check-tk to CHECK_X11_MODULES.
11361
11362Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11363
11364 * config.sub: Merge with FSF.
11365
11366Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11367
11368 * config.guess: Merge with FSF.
11369
11370Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11371
11372 * configure: Treat msdosdjgpp like go32.
11373 * configure.in: Likewise. Don't remove gprof for go32.
11374
11375 * configure: Change Makefile.tem2 to Makefile.tm2.
11376
11377Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11378
11379 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11380
11381Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11382
11383 * install-sh (chmodcmd): Set to null if the DST directory already
11384 exists. Same as Nov 11th change.
11385
11386Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11387
35590697 11388 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11389
11390Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11391
11392 * config.guess: Update from FSF.
11393
11394Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11395
11396 * Makefile.in (GDB_TK): Depend on itcl and tix.
11397
11398Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11399
11400 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11401 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11402 (INSTALL_SCRIPT): New variable.
11403 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11404 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11405 to -x.
11406 * install-sh: Add support for -x option.
11407
11408Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11409
11410 * configure.in, Makefile.in: Treat tix like itcl.
11411
11412Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11413
11414 * Makefile.in (WINDRES): New variable.
11415 (WINDRES_FOR_TARGET): New variable.
11416 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11417 (EXTRA_HOST_FLAGS): Add WINDRES.
11418 (EXTRA_TARGET_FLAGS): Add WINDRES.
11419 (EXTRA_GCC_FLAGS): Add WINDRES.
11420 ($(DO_X)): Pass down WINDRES.
11421 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11422 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11423 DLLTOOL_FOR_TARGET.
11424
11425Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11426
11427 * configure.in: configure sim before gdb for win32-x-ppc
11428
11429Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11430
11431 Move gperf into the toplevel, from libg++.
11432 * configure.in (target_tools): Add target-gperf.
11433 (native_only): Add target-gperf.
11434 * Makefile.in (all-target-gperf): New target, depend on
11435 all-target-libg++.
11436 (configure-target-gperf): Empty rule.
11437 (ALL_TARGET_MODULES): Add all-target-gperf.
11438 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11439 (CHECK_TARGET_MODULES): Add check-target-gperf.
11440 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11441 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11442
11443Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11444
252b5132
RH
11445 * config.sub (mn10200): Recognize new basic machine.
11446
11447Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11448
11449 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11450 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11451
11452Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11453
11454 * configure.in: If we're building mips-sgi-irix6* native, turn on
11455 ENABLE_MULTILIB and set TARGET_SUBDIR.
11456
11457Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11458
11459 * Makefile.in (all-sn): Depend on all-grep.
11460
11461Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11462
11463 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11464
11465 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11466 Makefile. From Jeff Makey <jeff@cts.com>.
11467 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11468
11469 * Makefile.in (DISTBISONFILES): Remove.
11470 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11471 $(DEFAULT_YACC).
11472
11473 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11474 cygwin32.
252b5132
RH
11475
11476 * Makefile.in (LD): New variable.
11477 (EXTRA_HOST_FLAGS): Pass down LD.
11478 ($(DO_X)): Likewise.
11479
11480Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11481
11482 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11483
11484Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11485
11486 * configure.in (targargs): Strip out any supplied --build argument
35590697 11487 before adding our own. Always add --build.
252b5132
RH
11488
11489Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11490
11491 * configure.in (targargs): Pass --build if we're doing
11492 a cross-compile.
11493
11494Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11495
ba73c63f 11496 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11497 sed. Otherwise sed chokes on NT path names with drive
11498 designators. Also look for "?:*" as the leading characters in an
11499 absolute pathname.
11500
11501Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11502
11503 * config.sub: Support for r3900.
11504
11505Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11506
11507 * configure.in: Use install-sh, not install.sh.
11508
11509Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11512 apply it twice.
11513
11514Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11515
11516 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11517 install-binutils.
11518
11519Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * Makefile.in: Add automake targets.
11522 * configure.in (host_tools): Add automake.
11523
11524Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11525
11526 * configure: Default CXX to c++, not gcc.
11527 * Makefile.in (CXX): Set to c++, not gcc.
11528 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11529
11530Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11531
11532 * install-sh: try appending a .exe if source file doesn't
11533 exist
11534
11535Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11536
11537 * configure.in: Turn on multilib by default.
11538 (cross_only): Remove target-libiberty.
11539
11540 * Makefile.in (all-gcc): Don't depend on libiberty.
11541
11542Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11543
11544 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11545
11546Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11547
11548 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11549 (DISTBISONFILES): Add ld/Makefile.in
11550
11551Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11552
11553 * configure.in: if target is cygwin32 but host isn't cygwin32,
11554 don't configure gdb tcl tk expect, not just gdb.
11555
11556Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11557
11558 * configure.in: Added gnuserv everywhere sn appears.
11559
11560 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11561 (CROSS_CHECK_MODULES): Added check-gnuserv.
11562 (INSTALL_MODULES): Added install-gnuserv.
11563 (CLEAN_MODULES): Added clean-gnuserv.
11564 (all-gnuserv): New target.
11565
11566Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11567
11568 * config.guess: Fixes for MIPS OpenBSD systems.
11569
11570Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11571
11572 * Makefile.in (INSTALL_XFORM): Remove.
11573 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11574
11575 * mkinstalldirs: New file, copied from automake.
11576 * Makefile.in (installdirs): Rename from install-dirs. Use
11577 mkinstalldirs. Change all users.
11578 (DEVO_SUPPORT): Add mkinstalldirs.
11579
11580Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11581
11582 * install-sh: Rename from install.sh.
11583 * Makefile.in (INSTALL): Change install.sh to install-sh.
11584 (DEVO_SUPPORT): Likewise.
11585
11586 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11587 Graichen <graichen@rzpd.de>.
11588
11589Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11590
11591 * config.guess: Recognize OpenBSD systems correctly.
11592
11593Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11594
11595 * README, Makefile.in (ETC_SUPPORT): Remove references to
11596 cfg-paper*, configure.{texi,man,info*}._
11597
11598Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11599
11600 * Makefile.in (all.normal): Ensure that gcc is built after all
11601 the x11 - ie gdb - targets.
11602
11603Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11604
11605 * makefile.vms: Don't run conf-a-gas.
11606
11607Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11608
80413487 11609 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11610
11611Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11612
11613 * configure.in: Remove noconfigdirs case since gdb also
11614 configures and builds for tic80-coff.
11615
11616Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11617
11618 * configure: Set cache_file to config.cache.
11619 * Makefile.in (local-distclean): Remove config.cache.
11620
11621Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11622
11623 * COPYING: Update FSF address.
11624
11625Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11626
11627 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11628 noconfigdirs.
11629
11630Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11631
11632 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11633 MAKEDIRS, is empty.
11634
11635Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11636
11637 * config.sub: Tweak mn10300 entry.
11638
11639Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11640
11641 * configure.in (host_tools): Put sim before gdb, so gdb's
11642 configure.tgt can determine if the simulator was configured.
11643
11644Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11645
11646 * config.sub: Move BeOS $os case to be with other Cygnus
11647 local cases.
11648
11649Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11650
11651 * config.sub: Remove misplaced comment that broke Linux.
11652
11653Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11654
11655 * config.sub: Add BeOS support.
11656
11657Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11658
11659 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11660
11661Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11662
11663 * configure.in (noconfigdirs): Remove tcl and tk from
11664 noconfigdirs for cygwin32 builds.
11665
11666Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11667
11668 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11669
11670Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11671
11672 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11673 make-all.com, use makefile.vms instead.
11674
11675Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11676
11677 * config.sub: Accept -lnews*.
11678
11679Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11680
11681 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11682 target-examples and target-libiberty for d30v.
252b5132
RH
11683
11684Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11685
11686 * configure.in (noconfigdirs): Enable ld for d30v.
11687
11688Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11689
11690 * configure.in (tic80-*-*): Build compiler.
11691
11692Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11693
11694 * configure.in (d30v-*): Remove sim directory from list of
35590697 11695 unsupported d30v directories
252b5132
RH
11696
11697Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11698
35590697
AJ
11699 * config.sub, configure.in: Add d30v target cpu.
11700
252b5132
RH
11701Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11702
11703 * makefile.vms: New file.
11704 * make-all.com: Remove.
11705
11706Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11707
11708 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11709
11710Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11711
11712 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11713
11714Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11715
11716 * Makefile.in (ALL_MODULES): Added all-db.
11717 (CROSS_CHECK_MODULES): Addec check-db.
11718 (INSTALL_MODULES): Added install-db.
11719 (CLEAN_MODULES): Added clean-db.
11720
11721Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * config.guess: Merge with latest FSF sources.
11724
11725Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11726
11727 * Makefile.in (ALL_MODULES): Added all-itcl.
11728 (CROSS_CHECK_MODULES): Added check-itcl.
11729 (INSTALL_MODULES): Added install-itcl.
11730 (CLEAN_MODULES): Added clean-itcl.
11731
11732Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11733
11734 * configure.in: build gdb for mn10200
11735
11736Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11737
11738 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11739
11740Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11741
11742 * configure.in (tic80-*-*): Turn off most targets right now.
11743
11744Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11745
11746 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11747 rather than the makeinfo program.
11748 (do-info): Depend upon all-texinfo.
11749
11750Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11751
11752 * configure.in: Remove uses of config/mh-linux.
11753
11754 * config.sub, config.guess: Merge with latest FSF sources.
11755
11756Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11757
11758 * config.sub (case $basic_machine): Add tic80 entries.
11759
11760Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11761
11762 * config.sub, config.guess: Merge with latest FSF sources.
11763
11764Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11765
11766 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11767 * mpw-config.in: Test for NewFolderRecursive.
11768 * mpw-install: Use symbolic name for startup filename.
11769 * mpw-README: Add various additional details.
11770
11771Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11772
11773 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11774
11775Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11776
11777 * configure.in: Do build gcc and the target libraries for
11778 the mn10200.
11779
11780Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11781
11782 * configure.in: don't avoid building gdb for mn10300 any more
11783 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11784 instead of single-quoting it.
11785
11786Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11787
11788 * configure.in: Don't use --with-stabs on IRIX 6.
11789
11790Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11791
11792 * configure.in (m32r): Build gdb, libg++ now.
11793
11794Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11795
11796 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11797 directories from noconfigdirs.
11798
11799Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11800
11801 * config.sub (basic_machine): added mips16 configuration
11802
11803Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11804
11805 * config.sub: Handle d10v-unknown.
11806
11807Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11808
11809 * config.sub: Handle v850-unknown.
11810
11811Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11812
11813 * Makefile.in: add findutils
11814 * configure.in: add findutils to list of host_tools
11815
11816Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11817
11818 * config.sub: Handle mn10200 and mn10300.
11819
11820Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11821
11822 * configure.in (d10v-*): Do not build librx.
11823
11824Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11825
11826 * configure.in (mn10300): Build everything except gdb & libgloss.
11827
11828Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11829
11830 * config.guess: Patch for Dansk Data Elektronik servers,
11831 from Niels Skou Olsen <nso@dde.dk>.
11832
11833 For ncr, use /bin/uname rather than uname, since GNU uname does not
11834 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11835
11836 Patch for MIPS R4000 running System V,
11837 from Eric S. Raymond <esr@snark.thyrsus.com>.
11838
11839 Fix thinko for nextstep.
11840
11841 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11842
11843 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11844 * config.guess: Guess mips-dec-mach_bsd4.3.
11845
11846 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11847 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11848 release numbers.
11849 * config.guess (mips-mips-riscos*): Emit just enough of the
11850 release number.
11851
11852 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11853 * config.guess (sparc-auspex-sunos*): Added.
11854 (f300-fujitsu-*): Added.
11855
11856 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11857 * config.guess: Recognize a Tadpole as a sparc.
11858
11859Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11860
11861 * config.guess: Don't assume that NextStep version is either 2 or
11862 3. NextStep 4 (aka OpenStep 4) has come out now.
11863
11864Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11865
11866 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11867 From Rik Faith <faith@cs.unc.edu>.
11868
11869Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11870
11871 * config.sub: Contributions from bug-gnu-utils to:
11872 Support plain "hppa" (no version given) architecture, reported by
11873 OpenStep.
11874 OpenBSD like NetBSD.
11875 LynxOs is not a hardware supplier.
11876
11877 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11878 OpenBSD like NetBSD.
252b5132
RH
11879 Stratus systems.
11880 More Pyramid systems.
11881 i[n>4]86 Intel chips.
11882 M680[n>4]0 Motorola chips.
11883 Use unknown instead of lynx for hardware manufacturer.
11884
11885Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11886
11887 * install.sh (chmodcmd): Set to null if the DST directory already
11888 exists.
11889
11890Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11891
11892 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11893 not use mt-ppc target Makefile fragment any more.
11894
11895Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11896
11897 * configure.in (*-*-windows): Exclude everything but those dirs
11898 needed to build windows.
11899
11900Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11901
11902 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11903
11904Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11905
11906 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11907
11908Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11909
11910 * Undo my previous change.
11911
11912Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11913
11914 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11915 unconditionally.
11916 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11917
11918Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11919
11920 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11921 host to add it's own flags.
252b5132
RH
11922
11923Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11924
11925 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11926
11927Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11928
11929 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11930 (CXX_FOR_TARGET): Likewise.
11931 (GCC_FOR_TARGET): Define.
11932 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11933 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11934 CC_FOR_TARGET was specified on the command line.
11935 (MAKEOVERRIDES): Don't define.
11936
11937Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11938
11939 * configure.in (m32r): Fix spelling of libg++ libs.
11940
11941Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11942
11943 * config.sub (-apple*): Remove, now redundant.
11944
11945Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11946
11947 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11948
11949 * configure: Rework yesterday's sed script patch.
11950
11951 * config.sub: Merge with FSF.
11952
11953Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11954
11955 * config.guess: Merge from FSF.
11956
11957 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11958 * config.guess: Use pc instead of unknown, for pc clone systems.
11959 Change linux to linux-gnu.
252b5132
RH
11960
11961 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11962 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11963
11964Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11965
11966 * test-build.mk (HOLES): Add "xargs" for gdb.
11967
11968 * configure: Avoid hpux10.20 sed bug.
11969
11970Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11971
4bddf3ad 11972 * configure.in: Add support for windows host
252b5132
RH
11973 (that is a build done under the Microsoft build environment).
11974
11975Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11976
11977 * Makefile.in: Replace all uses of srcroot with s, to shrink
11978 command line lengths.
11979
11980 Patches from Geoffrey Noer <noer@cygnus.com>:
11981 * configure.in: If configuring for newlib, pass --with-newlib to
11982 subdirectories.
11983 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11984 -Bnewlib/ and -Lwinsup to gcc.
11985 (CXX_FOR_TARGET): Likewise.
11986
11987Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11988
11989 * Makefile.in (ETC_SUPPORT): Add configure.
11990
11991Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11992
35590697 11993 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11994 host configuration file.
11995
11996Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11997
11998 * configure.in: Break mn10x00 support into separate
11999 mn10200 and mn10300 configurations.
12000 * config.sub: Likewise.
12001
12002Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12003
12004 * configure.in: Add lots of stuff to noconfigdirs for
12005 the mn10x00 targets.
12006
12007 * config.sub, configure.in: Add mn10x00 support.
12008
12009Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12010
12011 * make-all.com: Call conf-a-gas, not config-a-gas.
12012
12013Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12014
12015 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12016 targets.
252b5132
RH
12017
12018Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12019
12020 * mpw-README: Add much more detail for native PowerMac.
12021 * mpw-install: New file.
12022 * mpw-configure: Add --norecursion and --help options.
12023 * mpw-config.in: Translate readme and install files when
12024 copying to objdir.
12025 * mpw-build.in: Don't always depend on byacc and flex.
12026 (install-only-top): New action.
12027
12028Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12029
12030 * configure.in: You can now configure GDB for the v850.
12031
12032Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12033
12034 * configure.in (noconfigdirs): Don't configure any C++ dirs
12035 if targeting D10V.
12036
12037Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12038
12039 * config.sub: Recognize mips64vr5000.
12040
12041Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12042
12043 * configure.in: Use a single line for host_tools and native_only.
12044
12045Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12046
12047 * config.sub, configure.in: Add entries for m32r.
12048
12049Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12050
12051 * Makefile.in (inet-install): Don't run install-gzip.
12052
12053Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12054
12055 * configure.in: Don't config lots of things for *-*-windows*.
12056
12057Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12058
12059 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12060 (host_libs, host_tools): Copy from configure.in.
12061 * mpw-configure: Don't complain about directories not found.
12062
12063Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12064
12065 * configure.in (i[345]86): Recognize i686 for pentium pro.
12066 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12067 file.
12068
12069 * config.guess (i[345]86): Ditto.
12070
12071Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12072
12073 * configure.in (noconfigdirs): Removed gdb for D10V.
12074
12075Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12076
12077 * configure.in: Remove ld, target-libio, target-libg++, and
12078 target-libstdc++ from noconfigdirs.
12079
12080Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12081
12082 * configure: Fix three locations where shell scripts were
12083 being run directly rather than with config_shell.
12084
12085Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12086
12087 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12088 * config.sub (basic_machine): Recognize v850.
12089
12090Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12091
12092 * mpw-configure: Handle multiple enable/disable options and
12093 pass them down recursively, handle -c and -s flags appropriately
12094 depending on choice of compiler, add escape mechanism for
12095 quoted arguments to gC.
12096
12097Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12098
12099 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12100 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12101 so that -mrelocatable-lib and -mno-eabi are used.
12102
12103 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12104 not support --print-multi-lib, don't abort.
12105
252b5132
RH
12106Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12107
12108 * make-all.com: Run config-a-gas.
12109 * setup.com: Don't copy subdirectory files around.
12110
12111Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12112
12113 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12114 target, it now compiles correctly.
12115
12116Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12117
12118 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12119
12120Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12121
35590697 12122 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12123
12124Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12125
12126 * configure.in (native_only): Add prms.
12127
12128Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12129
12130 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12131 (BINUTILS_SUPPORT_DIRS): Likewise.
12132
12133Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12134
12135 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12136 d10v support is added.
12137
12138Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12139
12140 * configure.in (d10v-*-*): New target.
12141
12142Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12143
12144 * config.guess (HP 9000/811): Recognize this as a PA1.1
12145 machine.
12146
12147Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12148
12149 * Makefile.in (do-tar-gz): New target, split out from tail end of
12150 taz target. Run each command separately, don't use pipes.
12151 (taz): Use it.
12152
12153Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12154
12155 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12156 * mpw-build.in: No builds should depend on building byacc or flex,
12157 they are assumed to be installed already.
12158
12159Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12160
12161 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12162 variable that CC_FOR_TARGET needs.
12163
12164Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12165
12166 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12167 options have changed since the last time the subdirectory was
12168 configured, and if it has, reconfigure.
12169 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12170 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12171
12172Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12173
12174 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12175 CLEAN_MODULES): Add bash.
12176 (all-bash): New target.
12177
12178Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12179
12180 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12181
12182Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12183
12184 * config.sub (basic_machine): Recognize d10v as a valid processor.
12185
12186Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12187
12188 * mpw-configure: Add support for --bindir.
12189 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12190
12191Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12192
12193 * configure.in: add bash, time, gawk to list of hosttools and things
12194 to only build for native toolchains
12195
12196Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12197
12198 * Makefile.in (docdir): Remove.
12199
12200Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12201
12202 * Makefile.in (datadir): Set to $(prefix)/share.
12203
12204Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12205
12206 * configure.in: build diff and patch for cygwin32-hosted
12207 toolchains.
12208
12209Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12210
12211 * config.sub: Accept -rtems*.
12212
12213Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12214
80413487 12215 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12216 remove diff from the list of things not buildable
12217 via Canadian Cross
252b5132
RH
12218
12219Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12220
12221 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12222 don't get ". ".
252b5132
RH
12223
12224Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12225
12226 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12227
12228Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12229
12230 * Makefile.in (taz): Handle case where tex3patch didn't even get
12231 checked out. Also, if it was found, put the symlink in a new util
12232 subdirectory.
12233
12234Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12235
12236 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12237
12238Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12239
12240 * config.sub: Recognize -openvms.
12241 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12242 * make-all.com, setup.com: New files.
12243
12244Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12245
12246 * Makefile.in (taz): tex3patch moved to texinfo/util.
12247
12248Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12249
afb8d725 12250 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12251 * configure.in: remove make from disable-if-Can-Cross list
12252 enable gdb if ${host} and ${target} are cygwin32
12253
12254Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12255
12256 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12257 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12258
12259Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12260
12261 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12262 distinguish sysv/svr4/bsd variants.
12263 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12264
12265Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12266
12267 * configure.in: Added copyright notice.
12268 * move-if-change: Added copyright notice.
12269
12270Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12271
12272 * configure.in (powerpcle-*-solaris*): Until we get shared
12273 libraries working, don't build gdb, sim, make, tcl, tk, or
12274 expect.
12275
12276Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12277
12278 * config.guess: Merge with FSF:
12279
12280 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12281 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12282
12283 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12284 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12285
12286 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12287 * config.guess: Combine two OSF1 rules.
12288 Also recognize field test versions. From mjr@zk3.dec.com.
12289 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12290 because GNU uname does not support -p. From pmr@pajato.com.
12291
12292Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12293
12294 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12295
12296Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12297
12298 * mpw-README: Document GCCIncludes.
12299
12300Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12301
12302 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12303
12304Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12305
12306 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12307
12308Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12309
12310 * configure.in (*-*-cygwin32): Configure make.
12311
12312Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12313
12314 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12315
12316Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12317
12318 * Makefile.in (all-inet): Depend on all-perl.
12319
12320 * Makefile.in (inet-install): New target.
12321
12322 * Makefile.in (all-inet): Depend on all-tcl.
12323 (all-inet): Depend on all-send-pr.
12324
12325Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12326
12327 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12328 temporarily.
12329
12330Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12331
12332 * configure.in: Don't configure --with-gnu-ld on AIX.
12333
12334Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12335
12336 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12337
12338Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12339
12340 * Makefile.in (ALL_MODULES): Added all-inet.
12341 (CROSS_CHECK_MODULES): Added check-inet.
12342 (INSTALL_MODULES): Added install-inet.
12343 (CLEAN_MODULES): Added clean-inet.
12344 (all-indent): New target.
12345
12346 * configure.in (host_tools): Added inet.
12347 (native_only): Added inet.
12348 (noconfigdirs): Added inet.
12349
12350Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * configure.in: Don't configure libgloss if we are not configuring
12353 newlib.
12354
12355Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12356
12357 * configure.in: Don't configure libgloss for unsupported
12358 architectures.
12359
12360Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12361
12362 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12363
12364Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12365
12366 * Makefile.in (ALL_MODULES): Include all-apache.
12367 (CROSS_CHECK_MODULES): Include check-apache.
12368 (INSTALL_MODULES): Include install-apache.
12369 (all-apache): New target.
12370
12371 * configure.in: Added apache everywhere perl is seen.
12372
12373Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12374
12375 * Makefile.in: Add support for clean-{module} and
12376 clean-target-{module} rules.
12377
12378Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12379
12380 * configure.in (*-*-ose) do not build libgloss.
12381
12382Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12383
12384 * config.guess (prep*:SunOS:5.*:*): Turn into
12385 powerpele-unknown-solaris2.
12386
12387Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12388
12389 * configure.in: Permit --enable-shared to specify a list of
12390 directories.
12391
12392Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12393
12394 * configure.in (host==solaris): Pass only the first word of $CC
12395 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12396
12397Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12398
12399 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12400
12401Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12402
12403 * Makefile.in (ALL_MODULES): Include all-perl.
12404 (CROSS_CHECK_MODULES): Include check-perl.
12405 (INSTALL_MODULES): Include install-perl.
12406 (ALL_X11_MODULES): Include all-guile.
12407 (CHECK_X11_MODULES): Include check-guile.
12408 (INSTALL_X11_MODULES): Include install-guile.
12409 (all-perl): New target.
12410 (all-guile): New target.
12411
12412 * configure.in (host_tools): Include perl and guile.
12413 (native_only): Include perl and guile.
12414 (noconfigdirs): Don't build guile and perl; no ports have been
12415 done.
12416
12417Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12418
80413487
RH
12419 * configure (--enable-*): Handle quoted option lists such as
12420 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12421
12422Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12423
12424 * Makefile.in ({,inst}all-target): New rule so we can make and
12425 install all of the target directories easily.
12426
12427Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12428
12429 * configure.in: Add missing global flag in sed substitution when
12430 deleting `target-' from ${configdirs}.
12431
12432Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12433
12434 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12435 option.
12436
12437 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12438 config/mh-necv4.
12439
12440 * install.sh: Correct misspelling of transformbasename.
12441
12442 * config.guess: Recognize mips-*-sysv*.
12443
12444Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12445
12446 * config.sub: Recognize mon960.
12447
12448Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12449
12450 * configure: Restore Canadian Cross handling of BISON and LEX,
12451 removed in Feb 20 change.
12452
12453Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12454
12455 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12456 Mention make install. Remove the old copyright date as well the
12457 clumsy and rather pointless copyright on the README file.
12458
12459Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12460
12461 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12462 Makefile after running symlink-tree, then run `make distclean' to
12463 avoid clobbering any generated files in srcdir.
12464
12465Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12466
12467 * configure.in (m68k-*-netbsd*): Build everything now.
12468
12469Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12470
12471 * Makefile.in (taz): Fix quoting.
12472
12473Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12474
12475 * configure.in (sparclet-*-*): Build everything now.
12476
12477Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12478
12479 * configure.in (m68k-*-linux*): New host.
12480
12481Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12482
12483 * configure: Check for bison before byacc.
12484
12485Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12486
12487 * Makefile.in configure: Change the way LEX and BISON/YACC are
12488 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12489 searching PATH. These are used as fallbacks by Makefile.in if
12490 flex/bison/byacc aren't in objdir.
12491
12492Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12493
12494 * Makefile.in: Make everything which depends upon all-bfd also
12495 depend upon all-opcodes, in case --with-commonbfdlib is used.
12496
12497Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12498
12499 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12500 building NT native compilers on Unix.
12501
12502Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12503
12504 * configure.in: Don't get CC from the host Makefile fragment if we
12505 can find gcc in PATH, or if this is a Canadian Cross. Move the
12506 Solaris test for /usr/ucb/cc to the post target script, just after
12507 the compiler sanity test.
12508
12509Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12510
12511 * config.sub: Merge with FSF.
12512
12513Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12514
12515 * Makefile.in (RPATH_ENVVAR): New variable.
12516 (REALLY_SET_LIB_PATH): Use it.
12517 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12518
12519Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12520
12521 * config.sub, configure.in: Recognize sparclet cpu.
12522
12523Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12524
12525 * config.guess: Support m68k-cbm-sysv4.
12526
12527Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12528
12529 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12530 m68k-unknown-linuxaout from linker help string. Put quotes around
12531 $ld_help_string.
12532
12533Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12534
12535 * config.guess (powerpc-harris-powerunix): Add guess for port
12536 to new target.
12537
12538Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12539
12540 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12541
12542Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12543
12544 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12545 $(REALLY_SET_LIB_PATH) in Makefile.
12546 * Makefile.in (SET_LIB_PATH): New variable.
12547 (REALLY_SET_LIB_PATH): New variable.
12548 ($(DO_X)): Use $(SET_LIB_PATH).
12549 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12550 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12551 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12552 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12553 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12554 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12555 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12556 (install-dosrel): Likewise.
12557 (all-opcodes): Depend upon all-libiberty.
12558
12559Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12560
12561 * config.guess (*:CYGWIN*): New
12562
12563Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12564
12565 * Makefile.in (all-target-winsup): All all-target-libiberty.
12566
12567Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12568
12569 * configure.in (noconfigdirs): Add missing # in front of comment.
12570
12571Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12572
12573 * configure.in: add second pass to things added to noconfigdirs
12574 so *-gm-magic can exclude libgloss properly.
12575
12576Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12577
12578 * mpw-configure (extralibs_name, rez_name): Set correctly
12579 for MWC68K compiler.
12580
12581 * mpw-README: Add more info on the necessary build tools.
12582
12583Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12584
12585 * configure.in, config.sub: Recognize cygwin32.
12586
12587Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12588
12589 * config.guess, config.sub: Recognize A/UX.
12590
12591Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * config.sub: Merge with gcc/config.sub.
12594
12595Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12596
12597 * mpw-build.in (do-binutils): Add build of stamps.
12598
12599Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12600
12601 * config.sub: Add recognition for mips64vr4100*-* targets.
12602
12603Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12604
12605 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12606 Add creation of gconfigargs with `--enable-shared' turned on.
12607 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12608 ($(host)-stamp-stage3-configured): Likewise.
12609 (HOLES): Add chatr and ldd.
12610 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12611
12612Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12613
12614 * configure: Pass --nfp to recursive configures.
12615
12616Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12617
12618 * Makefile.in (DLLTOOL): New.
12619 (DLLTOOL_FOR_TARGET): New.
12620 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12621 (EXTRA_TARGET_FLAGS): Ditto.
12622 (EXTRA_GCC_FLAGS): Ditto.
12623 (CONFIGURE_TARGET_MODULES): Ditto.
12624 (DO_X): Ditto.
12625 * configure: Add DLLTOOL.
12626
12627Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12628
12629 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12630 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12631 mh-sco, since old workarounds no longer needed, and don't
12632 build ld, since libraries have weak symbols in COFF.
12633
12634Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12635
12636 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12637
12638Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12639
12640 * configure.in: Make sure that ${CC} can be used to compile an
12641 executable.
12642
afb8d725
JM
12643Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12644
12645 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12646 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12647 nothing depending on whether gdbtk is being built.
12648
252b5132
RH
12649Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12650
12651 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12652
12653Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12654
12655 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12656 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12657
12658Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12659
12660 * config-ml.in: Add support for
12661 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12662 Simplify setting of multidirs from --disable-foo.
12663
12664Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12665
12666 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12667 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12668 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12669 non-empty, pass them on to the GCC make.
252b5132
RH
12670 (all-bootstrap): New rule that is like all-gcc, except it executes
12671 the GCC bootstrap rule instead of the GCC all rule.
12672
12673Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12674
12675 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12676
12677Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12678
12679 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12680 DG/UX support.
12681
12682Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12683
12684 * config.sub (i*86*) Change [345] to [3456]
12685
12686Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12687
12688 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12689 --with-gnu-ld=no.
12690
12691Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12692
12693 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12694 AIX multilibs get built.
12695
12696Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12697
12698 * configure.in (i386-win32): Don't build expect if we're not
12699 building the tcl subdir.
12700
12701Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12702
12703 * Makefile.in: (configure-target-examples, all-target-examples):
12704 New targets, configure and build example programs.
12705
12706Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12707
12708 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12709 use it as input to sedit the generated MPW makefile.
12710 * mpw-README: Add a suggestion about Gestalt.h.
12711
12712Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12713
12714 * config.sub: Accept *-*-ieee*.
12715
12716Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12717
12718 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12719 Ronald F. Guilmette <rfg@monkeys.com>.
12720
12721Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12722
12723 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12724 for powerpc-pe native.
12725 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12726 (target==powerpc-pe): duplicate i386-win32 entry.
12727
12728Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12729
12730 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12731 of vxworks, not just vxworks5.1.
12732
12733Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12734
12735 * mpw-configure: Add support for exec-prefix.
12736
12737Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12738
12739 * config.guess: Recognize HP model 816 machines as having
12740 a PA1.1 processor.
12741
12742Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12743
12744 * configure: Ignore new autoconf configure options.
12745
252b5132
RH
12746Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12747
12748 * config.guess: Recognize Pentium under SCO.
12749 From Robert Lipe <robertl@arnet.com>.
12750
12751Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12752
12753 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12754
12755Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * configure.in: Don't configure gas for alpha-dec-osf*.
12758
12759Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * configure.in: Default to --with-stabs for some targets for which
12762 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12763 i[345]86*-*-unixware*.
12764
12765Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12768 rather than basing it on the target. Simplify handling of options
12769 controlling which directories to configure. Remove extraneous
12770 slash in multi-clean target.
12771
12772Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12773
12774 * config-ml.in: Prefix more variables with ml_ so they don't collide
12775 with configure's.
12776
12777Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12778
12779 * configure: Don't turn -v into --v.
12780
12781Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12782
12783 * configure.in (targargs): Fix typo.
12784
12785 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12786
12787Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12788
12789 * configure.in: Strip --host and --target options from
12790 CONFIG_ARGUMENTS, and always configure for --host only. Add
12791 --with-cross-host option when building with a cross-compiler.
12792 * configure: Canonicalize the arguments put into config.status by
12793 always using `=' for an option with an argument. Pass a presumed
12794 --host or --target explicitly.
12795
12796Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12797
12798 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12799 into general OS recognition case.
12800
12801Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12802
12803 * configure.in (target_configdirs): add target-winsup only
12804 for win32 target systems.
12805
12806Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12807
12808 * Makefile.in (all-target-libgloss): Depend upon
12809 configure-target-newlib, since when libgloss is built it looks to
12810 see if the newlib directory exists.
12811
12812Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12813
12814 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12815 cfg-ml-*.in.
12816
12817Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12818
12819 * configure: Handle LD and LD_FOR_TARGET when configuring a
12820 Canadian Cross.
12821
252b5132
RH
12822Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12823
12824 * configure.in (target_libs): add target-winsup.
12825 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12826 (target==ppcle-pe): remove ld from $noconfigdirs.
12827
12828Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12829
12830 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12831 Preserve relative path names in $srcdir. Build symlink tree if
12832 configuring cross target dir and srcdir=. (= no VPATH support).
12833 (configure-target-libg++): Depend on configure-target-librx.
12834 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12835 * config-ml.in: New file.
12836 * symlink-tree: New file.
12837 * configure: Ensure srcdir="." if that's what it is.
12838
12839Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12840
12841 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12842 includes and FLEX_SKELETON setting.
12843 * mpw-configure (--with-gnu-ld): New option, controls whether
12844 to use PPCLink or ld with PowerMac GCC.
12845 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12846 * mpw-config.in: Configure grez if targeting Mac.
12847
12848 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12849 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12850 just macos.
252b5132
RH
12851 * configure.in: Configure grez resource compiler if targeting Mac.
12852 * Makefile.in (all-grez, install-grez): New targets.
12853
12854Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12855
12856 * configure: CXX defaults to gcc, not g++. If we find
35590697 12857 gcc in the path, set CC to gcc -O2.
252b5132
RH
12858
12859Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12860
12861 * configure: Default ${build} correctly. Avoid picking up extra
12862 spaces when reading CC and CXX from Makefile. When doing a
12863 Canadian Cross, use plausible default values for numerous
12864 variables.
12865 * configure.in: When doing a Canadian Cross, don't try to
12866 configure tools whose configure script can't handle it.
12867
12868Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12869
12870 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12871
12872Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12873
12874 * configure: Remove dubious bug reporting address.
12875
12876Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12877
12878 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12879 configure script, run that instead of this directory's configure.
12880 In either case, print a message that we're configuring the sub-dir.
12881
12882Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12883
12884 * configure.in: Before checking for the existence of various files,
12885 use sed to filter out "target-".
12886
12887Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12888
12889 * Makefile.in (DO_X): Split rule to decrease command line length
12890 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12891 (Philippe De Muyter).
12892
12893Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12894
12895 * Makefile.in (all-patch): depend on all-libiberty.
12896
12897Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12898
12899 * configure.in: If the only directory in target_configdirs which
12900 actually exists is libiberty, then set target_configdirs to empty,
12901 to avoid trying to build a target libiberty in a gas or gdb
12902 distribution.
12903
12904Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12905
12906 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12907 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12908 systems.
252b5132
RH
12909
12910Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12911
12912 * configure.in (copy_dirs): Use sys-include instead of include
12913 for --with-headers option.
12914
12915Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12916
12917 * Makefile.in, configure.in: Make winsup builds work with
12918 new scheme.
12919
12920Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12921
12922 * configure.in: Build the linker on AIX.
12923
12924Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12925
12926 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12927 where needed.
12928
12929Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12930
12931 * Makefile.in (all-gcc): Fix typo.
12932
12933Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12934
12935 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12936
12937Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12938
12939 * configure.in: Rename libFOO to target-libFOO, and xiberty
12940 to target-xiberty, to provide more flexibility.
12941 (target_subdir): Define. Create if cross.
12942 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12943 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12944 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12945 check-libFOO -> check-target-libFOO, etc.
12946 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12947 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12948 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12949 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12950 allow ALL_GCC="" to only configure.
12951 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12952 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12953 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12954
12955Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12956
12957 * Makefile.in (taz): Build "info" in etc explicitly.
12958
12959Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12960
12961 * configure.in: Make sure that CC is undefined (as opposed to
12962 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12963 problem with autoconf trying to configure on a host without GCC.
12964
12965Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12966
12967 * mpw-configure: Set host alias from choice of host compiler,
12968 only use generic MPW Makefile sed if present, edit a file
12969 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12970 * mpw-README: Add problem notes about CW6 and CW7.
12971
12972Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12973
12974 * Makefile.in (taz): Use ";" instead of ";;".
12975
12976Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12977
12978 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12979 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12980 DISTDOCDIRS.
12981 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12982 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12983
12984Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12985
12986 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12987 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12988 Move bfd to DISTSTUFFDIRS.
12989
12990Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12991
12992 * Makefile.in (X11_LIB): Removed.
12993 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12994
12995 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12996
12997Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12998
12999 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13000 names.
13001
13002Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13003
13004 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13005
13006Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13007
13008 * configure.in (i[345]86-*-win32): Always build newlib.
13009 Don't configure cvs, autoconf or texinfo.
13010 * Makefile.in (LD_FOR_TARGET): New.
13011 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13012 Pass down LD_FOR_TARGET.
13013
13014Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13015
13016 * winsup: New directory.
13017 * Makefile.in: Build winsup.
13018 * configure.in: Winsup is configured when target is win32.
13019 Can only build win32 target GDB when native.
35590697 13020
252b5132
RH
13021Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13022
13023 * config.guess: Recognize HP model 819 machines as having
13024 a PA 1.1 processor.
13025
13026Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13027
13028 * configure: Fix sed loop which substitutes for CC and CXX to
13029 avoid bug found in various sed implementations.
13030
13031Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13032
13033 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13034 simulator. Use standard powerpc-*-eabi*.
13035
13036Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13037
13038 * configure.in: Stop putting gas and binutils in noconfigdirs for
13039 powerpc-*-aix* and rs6000-*-*.
13040
13041Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13042
13043 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13044 -mcall-aixdesc libraries.
13045
13046Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13047
13048 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13049
13050 * config.sub (arm | armel | armeb): Fix shell syntax.
13051
13052Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13053
13054 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13055 -msoft-float and -mcpu=common support.
13056 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13057 libraries.
13058
13059Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13060
13061 * configure.in: Allow configuration and build of emacs19 for the alpha.
13062
13063Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13064
13065 * configure.in (CC): Get ^CC, not just any old CC, from
13066 ${host_makefile_frag}.
13067
13068Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13069
35590697 13070 * configure.in (CC): Try to get CC from
252b5132
RH
13071 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13072
13073Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13074
13075 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13076 only if it exists in $(srcdir).
13077
13078Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13079
13080 * configure: If CC and CXX are not set in the environment, set
13081 them, based on either an existing Makefile or on searching for gcc
13082 in PATH. Substitute for CC and CXX in Makefile.
13083 * configure.in: Remove libm from target_libs. Separate
13084 target_configdirs from configdirs. If CC is not set in
13085 environment, try to get it from a host Makefile fragment. Rewrite
13086 changes of configdirs to use skipdirs instead. A few minor
13087 tweaks. Take directories out of target_configdirs as they are
13088 taken out of configdirs. Remove existing Makefile files from
13089 subdirectories. Substitute for TARGET_CONFIGDIRS and
13090 CONFIG_ARGUMENTS in Makefile.
13091 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13092 by configure.in.
13093 (CONFIG_ARGUMENTS): Likewise.
13094 (CONFIGURE_TARGET_MODULES): New variable.
13095 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13096 ($(CONFIGURE_TARGET_MODULES)): New target.
13097 (configure-libg++, configure-libio): New targets.
13098 (all-libg++): Depend upon configure-libg++.
13099 (all-libio): Depend upon configure-libio.
13100 (configure-libgloss, all-libgloss): New targets.
13101 (configure-libstdc++): New target.
13102 (all-libstdc++): Depend upon configure-libstdc++.
13103 (configure-librx, all-librx): New targets.
13104 (configure-newlib): New target.
13105 (all-newlib): Depend upon configure-newlib
13106 (configure-xiberty): New target.
13107 (all-xiberty): Depend upon configure-xiberty.
13108
13109Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13110
13111 * configure.in (host i[345]86-*-win32): Expand the
13112 noconfigdirs again.
13113
13114Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13115
13116 * mpw-configure: Fix sed command file name.
13117
13118Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13119
35590697 13120 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13121 noconfigdirs again.
13122
13123Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13124
13125 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13126 or powerpc*-*-pe*, since they are not yet supported.
13127
13128Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13129
13130 Add PowerMac support and many other enhancements.
13131 * mpw-configure: New option --cc to select compiler to use,
13132 paste options set according to --cc into the generated
13133 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13134 if mpw-make.sed is present.
13135 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13136 add forward includes for PowerPC include files.
13137 * mpw-build.in: Build using Makefile.PPC if present.
13138 (do-byacc, etc): Remove separate version resource builds.
13139 (do-gas): Build "stamps" before "all".
13140 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13141 * mpw-README: Update to reflect --cc option, PowerMac support,
13142 and recently-reported compatibility problems.
13143
13144Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13145
13146 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13147 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13148 (--with-multilib-top): Pass to recursive invocations.
13149
13150Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13151
13152 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13153 v810-*-*.
13154
13155Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13156
13157 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13158 gdb, ld and opcodes on v810-*-*.
13159
252b5132
RH
13160Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13161
13162 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13163 (local-maintainer-clean): New target.
13164 (maintainer-clean): New target.
13165 (realclean): Just depend upon maintainer-clean.
13166
13167Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13168
13169 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13170
13171Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13172
13173 * configure.in: Build ld in mips*-*-bsd* case.
13174
13175Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13176
13177 * config.sub: Accept -lites* OS. From Ian Dall.
13178
13179Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13180
13181 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13182 targets.
252b5132
RH
13183
13184Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13185
13186 * configure.in: treat i386-win32 canadian cross the same as
13187 i386-go32 canadian cross.
13188
13189Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13190
13191 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13192 running under the simulator to build a reduced set of libraries.
13193 (powerpc-*-eabiaix): Add fine grained multilib support added to
13194 other powerpc targets yesterday.
13195
13196Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13197
13198 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13199 -disable-softfloat, -disable-relocatable, -disable-aix, and
13200 -disable-sysv to control which multilib libraries get built.
13201
13202Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13203
13204 * configure: Add Makefile.tem to list of files to remove in trap
13205 handler.
13206
13207Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13208
13209 * config.guess (*Linux*): Add missing "exit"s.
13210 Also, need specific check for alpha-unknown-linux (uses COFF).
13211
13212Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13213
13214 * config.guess: Merge with FSF:
13215
13216 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13217 * config.guess (AIX4): More robust release numbering discovery.
13218
13219 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13220 * config.guess (i386-sequent-ptx): Properly get version number.
13221
13222 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13223 * config.guess (mips:*:4*:UMIPS): New case.
13224
13225Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13226
13227 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13228 (i386-win32 host): Likewise. Don't build readline.
13229
afb8d725
JM
13230Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13231
13232 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13233 SUPPORT_FILES to submakes.
13234
252b5132
RH
13235Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13236
13237 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13238 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13239 mpw-configure.
13240
13241Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13242
13243 * configure.in (appdirs): Use =, not ==, in test expression when
13244 trying to build the text to print in the warning message for
13245 Solaris users.
13246
13247Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13248
13249 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13250
13251Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13252
13253 * config.guess: Recognize lynx-2.3.
13254
13255Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13256
13257 * config.sub (z8ksim): Deleted
13258 (z8k-*-coff): New, this is the one true name of the target.
13259
13260Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13261
13262 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13263
13264Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13265
13266 * config.guess (*:Linux:*:*): First try asking the linker what the
13267 default object file format is (elf, aout, or coff). Then if this
13268 fails, try previous methods.
13269
13270Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13271
13272 * configure.in: Don't build newlib for *-*-vxworks5.1.
13273
13274Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13275
13276 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13277 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13278
13279Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13280
13281 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13282
13283Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13284
13285 * cfg-ml-com.in: New file.
13286 * cfg-ml-pos.in: New file.
13287
13288Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13289
13290 * COPYING.NEWLIB: Add HP free copyright to list.
13291
13292Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13293
13294 * config.sub: Recognize -eabi* for the system, not just -eabi.
13295
13296Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13297
13298 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13299 * config.sub, configure.in (win32): New target and host.
13300
13301Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13302
13303 * configure.in: Add i386-pe configuration.
13304
13305Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13306
13307 * mpw-build.in (install): Install GDB after LD.
13308
13309Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13310
13311 * mpw-config.in (elf/mips.h): Always forward-include, needed
13312 for GDB to build.
13313
13314Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13315
13316 * testsuite: New directory for customer acceptance and whole tool
13317 chain tests.
13318
13319Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13320
13321 * configure: If per-host line isn't found, but AC_OUTPUT is found
13322 and a configure script exists, run it instead.
13323
13324Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13325
13326 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13327
13328Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13329
13330 * configure: Set build_{cpu,vendor,os,alias} to host values when
13331 --build isn't specified.
13332
13333Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13334
13335 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13336 (FLAGS_TO_PASS): Pass them.
13337 (EXTRA_TARGET_FLAGS): Ditto.
13338
252b5132
RH
13339Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13340
13341 * Makefile.in (all-libg++): Depend on all-libstdc++.
13342
13343Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13344
13345 * configure.in (noconfigdirs): Enable all packages for
13346 i386-unknown-netbsd.
13347
13348Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13349
13350 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13351 hosted builds (DOS builds)
13352
13353Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13354
13355 Changes for ARM based on patches from Richard Earnshaw:
13356 * config.sub: Handle armeb and armel.
13357 * configure.in: Omit arm linker only for riscix.
13358
13359Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13360
13361 * config.guess: Update from FSF.
13362
13363Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13364
13365 * config.sub: Recognize powerpcle as the little endian varient of
13366 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13367 powerpcle variant. Convert pentium into i586, not i486. Add p5
13368 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13369 temporarily.
13370
13371Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13372
13373 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13374
13375Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13376
13377 * config.sub: Accept -lites* as a basic system type.
13378
13379Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13380
13381 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13382 installed, and if so return linuxoldld as the system name.
13383
13384Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13385
13386 * config.guess: Add hppa1.1-hp-lites support.
13387
13388Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13389
13390 * configure.in: Don't build newlib for m68k-vxworks5.1.
13391
13392Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13393
13394 * configure.in (mips-sgi-irix6): Use mh-irix5.
13395
13396Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13397
13398 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13399
13400Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13401
13402 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13403 OSF/1. Fix compiler flags.
252b5132
RH
13404 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13405
13406Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13407
13408 * configure.in: Recognize --with-newlib.
13409 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13410
afb8d725
JM
13411Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13412
13413 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13414 to *_X11_MODULES due to gdbtk needing X include files et al.
13415
252b5132
RH
13416Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13417
13418 Merge in support for Mac MPW as a host.
13419 (Old change descriptions retained for informational value.)
13420
13421 * mpw-config.in: Add generic include forwards for cpu-specific
13422 include files in aout and elf directories.
13423
13424 * mpw-configure: Added copyright.
13425 * mpw-config.in: Check for presence of required build tools.
13426 (target_libs): Add newlib.
13427 (target_tools): Add examples.
13428 (Read Me): Generate as "Read Me for MPW" instead.
13429 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13430 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13431 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13432
13433 * mpw-configure: Remove subdir-specific makefile hackery,
13434 delete mk.tmp after using it.
13435
13436 * mpw-build.in (all): Display start and end times.
13437
13438 * mpw-configure (host_canonical): Set.
13439 (target_cpu): Always add to makefiles.
13440 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13441 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13442 (mpw-mh-mpw): Look for in srcdir and srcroot.
13443 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13444
13445 * mpw-build.in: (install-only): New target.
13446
13447 * mpw-configure (host_alias, target_alias): Rename from hostalias
13448 and targetalias, add into generated Makefile.
13449 (mk.tmp): If present, add into generated Makefile.
13450 * mpw-build.in (all-gas): Build config.h first before gas proper.
13451
13452 * mpw-configure (config.status): Write only if changed.
13453 * mpw-config.in (readline): Configure it (not built, just used for
13454 definitions).
13455
13456 * mpw-config.in (elf/mips.h): Add a forward include.
13457
13458 * mpw-config.in: Forward-include most .h files in include into
13459 extra-include.
13460 (readline): Don't build.
13461 mpw-build.in (install): Install GDB.
13462
13463 * mpw-configure (prefix, mpw_prefix): Handle it.
13464 * mpw-config.in (mmalloc, readline): Don't configure.
13465 * mpw-build.in (thisscript): Rename to ThisScript.
13466 Use mpw-build instead of BuildProgram everywhere.
13467 (mmalloc, readline): Don't build.
13468 * mpw-README: New file, basic documentation about the MPW port.
13469
13470 * mpw-config.in: Use forward-include to create include files.
13471
13472 * mpw-configure: Add more things to the top of each configured
13473 Makefile, including contents of config/mpw-mh-mpw.
13474 * mpw-config.in (extra-include): Create this directory and fill it
13475 with Posix-like include files when configuring.
13476
13477 * config.sub (apple, mac, mpw): Add various aliases.
13478
13479 * mpw-build.in: New file, top-level build script fragment for MPW.
13480 * mpw-configure: New file, configure script for MPW.
13481 * mpw-config.in: New file, config fragment for MPW.
13482
13483Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13484
13485 * configure.in (host_libs): Remove glob, since it is gone from the
13486 sources.
13487
13488Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13489
13490 * Makefile.in: define empty GDB_NLM_DEPS var.
13491
13492 * configure.in(target_makefile_frag): use config/mt-netware
13493 for netware targets.
13494
13495Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13496
13497 * config.sub: Merge in recent FSF changes. Remove linux special
13498 cases.
13499
13500Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13501
4bddf3ad 13502 Revert this change:
252b5132
RH
13503
13504 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13505
13506 * build-all.mk: Use CC=cc -Xs on Solaris.
13507
252b5132
RH
13508Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13509
13510 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13511 stop using it.
13512 * Makefile.in: Nuke all references to glob subdirectory.
13513
13514Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13515
13516 * configure.in: Fix --enable-shared logic in per-host.
13517
13518Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13519
13520 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13521
13522Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13523
13524 * configure.in (noconfigdirs): Don't build gas on AIX, for
13525 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13526
13527Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13528
13529 * configure: Fix --cache-file to work if the file argument is a
13530 relative path.
13531
13532Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13533
13534 * configure: If the --cache-file is used, pass it down to
13535 configure in subdirectories.
13536
13537Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13538
13539 * config.sub: add vxworks29k configuration.
13540
13541Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13542
13543 * Makefile.in (taz): Do "diststuff" part quietly.
13544
13545Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13546
13547 * config.sub: Mini-merge with gcc/config.sub.
13548
13549Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13550
13551 * config.guess (IRIX): Sed - to _.
13552
13553Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13554
13555 * Makefile.in (source-vault, binary-vault): New targets.
13556
13557Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13558
13559 * config.sub: Recognize -eabi as a basic system type.
13560
13561Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13562
13563 * configure.in (enable_shared stuff): Fix typo.
13564
13565Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13566
13567 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13568
13569Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13570
13571 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13572
13573Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13574
13575 * configure.in (rs6000-*-*): Don't build gas.
13576
13577Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13578
13579 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13580 reduce command line length.
13581 (AS_FOR_TARGET): Check for as.new, not Makefile.
13582 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13583
13584Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13585
13586 * config.guess: Merge from FSF.
13587
13588Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13589
13590 * configure: Don't use $ when handling program_suffix.
13591
13592Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13593
13594 * configure.in: Configure tk for hppa/hpux.
13595
13596Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13597
13598 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13599
13600Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13601
13602 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13603 to LIBCXXFLAGS. Tests are better run without it.
13604
13605Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13606
13607 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13608
13609Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13610
13611 * configure.in (*-*-netware*): Don't configure xiberty.
13612
13613Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13614
13615 * configure.in: Remove tk from native_only list.
13616
13617Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13618
13619 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13620 for special NCD build.
13621
13622Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13623
13624 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13625 makeall.bat, they're only useful for binutils snapshots.
13626 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13627 makeall.bat to specified SUPPORT_FILES.
13628
13629Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13630
13631 * build-all.mk: Add Ericsson targets to sun4 and solaris
13632 hosts. Add BNR's sun4 target to solaris host, so their
13633 build-from-source will be tested in-house first.
13634
13635Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13636
13637 * Makefile.in (LIBCFLAGS): New variable.
13638 (CFLAGS_FOR_TARGET): Ditto.
13639 (LIBCFLAGS_FOR_TARGET): Ditto.
13640 (LIBCXXFLAGS): Ditto.
13641 (CXXFLAGS_FOR_TARGET): Ditto.
13642 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13643 (BASE_FLAGS_TO_PASS): Pass them.
13644 (EXTRA_TARGET_FLAGS): Ditto.
13645
4bddf3ad 13646 * configure.in: Support --enable-shared.
252b5132
RH
13647
13648Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13649
13650 * configure.in (target_libs): Include libstdc++ again.
13651 * config.guess: Update from FSF (for FreeBSD).
13652
13653Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13654
13655 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13656 makeall.bat.
13657 (DISTDOCDIRS): Add `etc'.
13658 (ETC_SUPPORT_PFX): New variable.
13659 (taz): Include anything from etc starting with a word in
13660 ETC_SUPPORT_PFX.
13661
13662Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13663
13664 * config.sub: Update for recent FSF changes. Remove obsolete
13665 h8300hds entry. Add -windows* and -osx as basic os. Minor
13666 spacing changes.
13667
13668Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13669
13670 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13671
13672 * config.guess: Merge with FSF.
13673 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13674
13675Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13676
13677 * configure: Since the "trap 0" handler will override the exit
13678 status on many systems, only use it for "exit 1", and make it set
13679 a non-zero exit status; reset it before "exit 0". Also, check
13680 exit status of config.sub, and error out if it failed.
13681
13682Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13683
13684 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13685 and install libgloss.
13686
13687Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13688
13689 * Makefile.in (all-binutils): Depend upon all-byacc.
13690
13691 * configure.in: Don't build emacs on Irix 5.
13692
13693Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13694
13695 * configure.in (*-*-netware*): Add libio.
13696
13697Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13698
13699 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13700 (CHECK_TARGET_MODULES): Ditto.
13701 (INSTALL_TARGET_MODULES): Ditto.
13702 (TARGET_LIBS): Ditto.
13703 (all-libstdc++): Note dependencies.
13704
13705Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13706
13707 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13708
13709Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13710
13711 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13712 -fexternal-templates.
13713
13714 * configure.in (target_libs): Add libstdc++.
13715 (noconfigdirs): Add libstdc++ as appropriate.
13716
13717Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13718
13719 * config.guess: Update from FSF.
13720
13721Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13722
13723 * configure: Use ${config_shell} when running ${configsub}.
13724
13725Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13726
13727 * config.sub: No longer recognize h8300h.
13728
13729Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13730
13731 * config.sub: Remove extraneous differences between config.sub and
13732 gcc/config.sub.
13733
13734Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13735
13736 * Makefile.in (DISTSTUFFDIRS): Add gas.
13737
13738Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13739
13740 * COPYING.NEWLIB: New file.
13741
13742Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13743
13744 * config.guess (HP-UX): Patch from Harlan Stenn
13745 <harlan@landmark.com> to also emit release level.
13746
13747Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13748
13749 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13750
13751Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13752
13753 * config.sub: Merge nextstep cleanup from FSF.
13754
13755Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13756
13757 * configure.in (arm-*-*): Don't configure ld for this target.
13758
13759Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13760
13761 * configure.in (*-*-netware): don't configure libg++, libio,
13762 librx, or newlib.
13763
13764Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13765
13766 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13767 configure ld--it works, but it doesn't support shared libraries.
13768
13769Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13770
13771 * config.guess (*-unknown-freebsd*): Get rid of possible
13772 trailing "(Release)" in version string.
13773 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13774
13775Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13776
13777 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13778 Fix type: *-next-neststep -> *-next-nextstep.
13779
13780 * config.guess: Merge from FSF:
13781
13782 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13783
13784 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13785
13786 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13787
13788 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13789 instead of UNIX_SV for UnixWare 1.0).
13790
13791Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13792
13793 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13794 to make gdb/nlm/* build after the compiler and linker.
13795
13796Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13797
13798 * config.guess (netbsd, freebsd, linux): Accept any machine,
13799 not just i[34]86.
13800 (m68k-atari-sysv4): Relocate to match FSF version.
13801
13802 * config.guess: More merges from the FSF:
13803
13804 Add a space before function call or macro invocation.
13805
13806 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13807
13808 * config.guess: Add trap cmd to remove dummy.c and dummy when
13809 interrupted.
13810
13811 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13812
13813 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13814 (dummy): Redirect stderr from compilation of dummy.c.
13815
13816 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13817
13818 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13819
13820Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13821
13822 * configure: Accept and ignore --cache*, for compatibility with
13823 new autoconf.
13824
13825Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13826
13827 * config.guess: Merge from FSF:
13828
13829 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13830
13831 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13832 (PATH): Add /.attbin at end for finding uname.
13833 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13834
13835 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13836
80413487 13837 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13838
13839 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13840
80413487
RH
13841 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13842 to select whether to use ELF or COFF.
252b5132
RH
13843
13844 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13845
80413487 13846 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13847
13848 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13849
13850 * config.guess: Guess the OS version for HPUX.
13851
13852 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13853
13854 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13855
13856Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13857
13858 * configure.in: Recognize --with-headers, --with-libs, and
13859 --without-newlib.
13860 * Makefile.in (all-xiberty): Depend upon all-ld.
13861
13862Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13863
13864 * configure.in: Change i[34]86 to i[345]86.
13865
13866Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13867
13868 * configure (version): A few more tweaks to help message.
13869
13870Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13871
13872 * Makefile.in: Remove (for now) librx as a host library,
13873 now that we're building it for target.
13874
13875Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13876
13877 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13878 (Karl Berry).
13879
13880Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13881
13882 * configure.in: Also configure librx.
13883
13884Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13885
13886 * Makefile.in: Update various rules to reflect that librx
13887 is now needed for libg++.
13888
13889Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13890
13891 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13892
13893Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13894
13895 * configure.in: Configure the examples directory.
13896
13897Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13898
13899 * configure: Simplify Jun 2 1994 change.
13900
13901Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13902
13903 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13904 /bin/gcc isn't good enough to build gcc.
13905
13906Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13907
13908 * Makefile.in (GDB_SUPPORT_FILES): Remove
13909 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13910 (gdb.tar.gz): Add new rule to use standard distribution building
13911 mechanism.
13912
13913Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13914
13915 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13916 Bill Cox <bill@cygnus.com>.
13917
13918Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13919
13920 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13921
13922Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13923
13924 * configure: Search current dir first in .gdbinit.
13925
13926Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13927
13928 * config.sub: Recognize freebsd (merged from gcc config.sub).
13929
13930Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13931
13932 * config.sub: Refer to NeXT's operating system as nextstep.
13933
13934 * config.sub (case $basic_machine): Re-order the cases, to match
13935 the order in the FSF version (which is mostly alphabethical).
13936 Merge in some additions and changes from the FSF.
13937
13938Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13939
13940 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13941 * config.sub: Recognize cxux7.
13942 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13943
13944Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13945
13946 * config.sub: Fix typo powerpc -> powerpc-*.
13947
13948Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13949
13950 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13951
13952 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13953 parallel with all-emacs and install-emacs). Top-level command
13954 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13955
13956Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13957
13958 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13959 $(relbindir)/make before doing ``make install'', and use
13960 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13961 installing over running make binary.
13962 ($(host)-stamp-stage3-installed): Likewise.
13963
13964Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13965
13966 * config.guess: Recognize Mach.
13967
13968Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13969
13970 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13971 see whether --exec-prefix was used.
13972
13973Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13974
13975 * README: Explicitly mention libg++/README. (Zoo's idea.)
13976
13977Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13978
13979 * Makefile.in: Add all-librx target similar to all-libproc.
13980
13981Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13982
13983 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13984 with post 1.2 uname bogosity.
13985
13986Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13987
13988 * configure: Remove temporary files on receipt of a signal.
13989
13990Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13991
13992 * configure: If there is a package_makefile_frag, remove
13993 ${subdir}/Makefile.tem after copying it in.
13994
13995Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13996
13997 * build_all.mk: support rs6000 lynx identifies itself as
13998 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13999 since /bin/gcc is too feeble to compile a modern gcc.
14000
14001Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14002
14003 * brought devo/test-build.mk update-to-date with progressive/
14004 test-build.mk. Add lynx targets and hppa flag info.
14005
14006Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14007
14008 * configure.in: Use mh-ncrsvr43. Patch from
14009 Tom McConnell <tmcconne@sedona.intel.com>.
14010
14011Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14012
14013 * config.guess (i386-unknown-bsdi): No longer need to
14014 check #if defined(__bsdi__) && defined(__i386__).
14015
14016Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14017
14018 * configure: Set program_transform_nameoption correctly.
14019
14020Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14021
14022 * brought build-all.mk update-to-date with progressive build-all.mk,
14023 added new targets and hppa info.
35590697 14024
252b5132
RH
14025Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14026
14027 * configure: If config.guess result is a prefix of the user
14028 specified target, assume a native build and use the user specified
14029 target as the host alias. Remove SunOS patch suffix removal hack.
14030 * configure.in: Remove SunOS patch suffix removal hack.
14031
14032 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14033 in NATIVE_CHECK_MODULES.
14034
14035Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14036
14037 * Makefile.in: Rename HOST_ONLY to NATIVE.
14038 * configure: Delete SunOs patch suffix from host_canonical
14039 and build_canonical variables that are prepended to Makefiles.
14040 * configure.in: Add comments for easier maintenance.
14041
14042Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14043
14044 * Makefile.in: Add all-libproc target similar to all-gui.
14045
14046Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14047
14048 * Makefile.in (CHECK_MODULES): split into
14049 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14050
14051Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14052
14053 * config.guess (i386-unknown-bsdi): New system to guess.
14054
14055Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14056
14057 * Makefile.in: Add all-gui target (but not yet build by "all").
14058
14059Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14060
14061 * config.sub: Move deletion of patch suffix from here...
14062 * configure.in: To here, at Ian's suggestion. The top-
14063 level scripts might need to know of a patch level.
14064
14065Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14066
14067 * config.sub: Strip off patch suffix so rtl is recognized
14068 as a sunos4.1.3 machine, even though it's been patched.
14069
14070Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14071
14072 * Makefile.in (INSTALL_LAST): Delete.
14073 (INSTALL_DOSREL): New.
14074
14075Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14076
14077 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14078 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14079 whether we pass down --with-gnu-ld anyhow.
14080
14081Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14082
14083 * Makefile.in (INSTALL_LAST): Change operation so it works
14084 on more flavors of make.
14085 * configure.in (go32): Don't build libg++ or libio.
14086
14087Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14088
14089 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14090 they can be overriden by templates.
14091
14092Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14093
14094 * configure.in (target==go32): Don't build gdb.
14095 * dosrel: New directory.
14096
14097Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14098
14099 * configure.in (host==go32): Configure dosrel too.
14100 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14101 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14102 be set by incoming names or templates.
14103 (INSTALL_LAST): New rule.
252b5132
RH
14104
14105Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14106
14107 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14108
14109Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14110
252b5132
RH
14111 * configure.in (appdirs): New variable. Currently empty, but will
14112 be used in gas distribution. If nonempty, lists a set of
14113 directories at least one of which must get configured, or top
14114 level configuration is considered to have failed.
14115 (rs6000-*-lynxos*): Use new file name.
14116
14117Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14118
14119 Eliminate XTRAFLAGS.
14120 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14121 newlib include files using -idirafter, and also use -nostdinc.
14122 (CXX_FOR_TARGET): Likewise.
14123 (XTRAFLAGS): Removed.
14124 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14125 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14126 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14127 ($(DO_X)): Don't pass down XTRAFLAGS.
14128
14129Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14130
14131 * configure.in (mips*-dec-bsd*): New target; do build linker.
14132 (mips*-*-bsd*): New target; don't build linker.
14133
14134Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14135
14136 * configure.in: support rs6000-*-lynxos* configuration.
14137 support sunos4 as a cross target.
14138
14139 * config.sub: look for lynx*, not lynx since the OS version may
14140 legitimately be part of the name.
14141
14142Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14143
14144 * configure.in (i[34]86-*-sco*): Move to be with other i386
14145 targets.
14146 (romp-*-*): New target. Skip various binary utilities.
14147 (vax-*-*): New target. Don't build newlib.
14148 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14149
14150Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14151
14152 * configure.in: Only set host_makefile_frag if config
14153 directory exists.
14154
14155Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14156
14157 * install.sh: If $dstdir exists, don't check whether each
14158 component does.
14159
14160Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14161
14162 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14163
14164Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14165
35590697
AJ
14166 * configure.in (*-*-lynxos*): Don't configure newlib for either
14167 native or cross Lynx.
252b5132
RH
14168
14169Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14170
14171 * config.sub (sparc64-elf): Fix os.
14172 (z8k): Remove duplicate.
14173
14174Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14175
14176 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14177 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14178
14179Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14180
14181 * configure: Make file links cleanly even if Lynx fails on
80413487 14182 an NFS symlink (at least fail cleanly).
252b5132
RH
14183
14184Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14185
14186 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14187 -XNh2000.
14188
14189Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14190
14191 * configure: Unknown options are fatal again.
14192
14193Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14194
14195 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14196 compatibility.
252b5132
RH
14197
14198Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14199
14200 * build-all.mk: Add `clean' target.
14201
14202Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14203
14204 * config.guess: Add SINIX support.
14205 * configure.in: Add mips-*-sysv4* support.
14206
14207Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14208
14209 * build-all.mk: Document all useful targets.
14210 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14211 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14212
14213Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14214
14215 * configure: Support --silent, --quiet.
14216
14217Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14218
14219 * configure: Support --disable-FEATURE.
14220
14221Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14222
14223 * config.guess: Recognize NCR running SVR4.3.
14224
14225Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14226
14227 * config.guess: Make BSDI generate i386-unknown-bsd386.
14228 Patch from Paul Eggert <eggert@twinsun.com>.
14229
14230Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14231
14232 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14233
14234Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14235
14236 * configure: Make unrecognized options give nonfatal warnings
14237 instead of fatal errors, and pass them to any subdirectory
14238 configures in case they recognize them.
14239 Make --x equivalent to --with-x.
14240
14241Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14242
14243 * configure: Add --enable-* options. Clean up usage message and
14244 some comments.
14245
14246Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14247
14248 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14249
14250Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14251
14252 * configure.in (hppa*-*-*): Enable binutils.
14253
14254Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14255
14256 * config.sub: Recognize cisco.
14257
14258Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14259
14260 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14261
14262Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14263
14264 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14265 than one configuration name. Add comment.
14266
14267Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14268
14269 * config.guess: about target *-hitachi-hiuxwe2, fixed
14270 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14271 macro is incorrect.]
14272
14273Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14274
14275 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14276 than the "make ls" stuff which used to be here.
14277
14278Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14279
14280 * config.guess: Recognize i[34]86-unknown-freebsd.
14281 From Shawn M Carey <smcarey@rodan.syr.edu>.
14282
14283Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14284
14285 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14286
14287Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14288
14289 * config.guess: Check for ptx.
14290
14291Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14292
14293 * config.sub: Add os9k checking.
14294
14295Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14296
14297 * config.guess: Handle OSF1 running on HPPA processors
14298
14299Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14300
14301 * configure: If subdir configure fails, print out a message with
14302 subdirectory name, in case subdir's configure code didn't identify
14303 itself.
14304
14305Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14306
14307 * configure.in: Remove embedded newlines from configdirs.
14308 Avoid mismatches of substrings. Fix matching strings at end
14309 of configdirs.
14310
14311Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14312
14313 * config.guess: Add Lynx/rs6000 config support.
14314
14315Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14316
14317 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14318
14319Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14320
14321 * configure.in (hppa*-*-osf*): Treat this just like most other
14322 PA configurations (eg no binutils or ld).
14323 (hppa*-*-*elf*): These configurations have binutils and ld.
14324
14325Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14326
14327 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14328
14329Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14330
14331 * configure.in (rs6000-*-*): Build gas.
14332
14333Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14334
80413487 14335 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14336
14337Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14338
14339 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14340 for GDB and GDB has been fixed to not need it.
14341
252b5132
RH
14342Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14343
14344 * config.guess: Recognize vax hosts.
14345
14346Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14347
14348 * configure (while loop): Don't use "break 2" inside case
14349 statement -- the case statement isn't an enclosing loop.
14350
14351Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14352
14353 * config.guess: Clean up NeXT support, to allow nextstep
14354 on Intel machines. Make OS be nextstep.
14355
14356Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14357
14358 * config.guess: Add alternate forms for Convex.
14359
14360Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14361
14362 * configure: Completely rewrite option processing. Take
14363 advantage of pattern-matching to avoid invoking test frequently.
14364 Also clean up host and target defaulting logic.
14365
14366Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14367
14368 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14369 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14370 commands (plus user environment) will fit SCO limits.
14371
14372Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14373
14374 * configure.in: Don't issue warnings about directories which are
14375 not being configured if -norecursion is set. Correct test for
14376 --with-gnu-as and --with-gnu-ld to not get confused by substring
14377 matches.
14378
14379 * configure.in: Don't build gas for alpha-dec-osf1*.
14380
14381Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14382
14383 * configure: Back out Per's change of 12/19/1993. It changes the
14384 behavior of configure in unexpected and confusing ways.
14385
14386 Also, use different delim char when calculating
14387 program_transform_name so that the name can contain slashes.
14388
14389Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14390
14391 * configure.in, config.sub: Add support for VSTa micro-kernel.
14392
14393Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14394
14395 * configure.in: Nuke hacks which were used to get a special
14396 version of GAS for HPPA configurations.
14397
14398Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14399
14400 * configure: If only ${target_alias} is given, use that
14401 as the default for ${host_alias}.
14402 * configure: Add missing back-slashes before nested quotes.
14403
14404Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14405
14406 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14407
14408Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14409
14410 * config.guess: Recognize some Tektronix configurations.
14411 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14412
14413Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14414
14415 * config.sub: Match any flavor of SH.
14416
14417Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14418
14419 * configure.in: Don't try to configure newlib for Alpha.
14420
14421Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14422
14423 * configure.in: Don't build ld for Irix 5. Don't build gas,
14424 libg++ or libio for any Alpha target.
14425
14426 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14427
14428Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14429
14430 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14431 default arguments -- so it tried to compress itself.
14432
14433Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14434
14435 * configure.in (notsupp): ensure that a space is always at the end
14436 of the configdirs list, since the grep checks for an explicit space
14437
14438Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14439
14440 * configure.in (target i386-sysv4.2): don't build ld, since static
14441 versions of many libraries are not available.
14442
14443Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14444
14445 * config.guess: Recognize Apollos (using environment variables).
14446 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14447
14448Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14449
14450 * config.guess: Recognize Sony news mips running newsos.
14451
14452Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14453
14454 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14455 "fi ; else" for bash.
14456
14457Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14458
14459 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14460
14461Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14462
14463 * config.sub: accept unixware as an alias for svr4.2.
14464 Fix some inconsistancies with the gcc version.
14465
14466Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14467
14468 * Makefile.in (DISTDOCDIRS): Add gdb.
14469
14470Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14471
14472 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14473
14474Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14475
14476 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14477 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14478 this now.
14479
14480Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14481
14482 * config.sub: Accept hiux* as an OS name.
14483
14484 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14485 etc/make-stds.texi. The underscore came from gcc, and dje now
14486 agrees that RUNTESTFLAGS is the correct name.
14487
14488Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14489
14490 * install.sh: Remove 'set -e'. It makes any conditionals
14491 in the script useless.
14492
14493 * config.guess: Automatically recognize arm-acorn-riscix
14494 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14495
14496Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14497
14498 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14499
14500Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14501
14502 * Makefile.in (DISTDOCDIRS): New variable.
14503 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14504 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14505
14506Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14507
14508 * configure.in (hppa target): check the source directory for the
14509 pagas sub-directory
14510
14511Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14512
14513 * config.sub: Allow -aout* and -elf*.
14514
14515Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14516
14517 * configure.in: Don't build ld on i386-solaris2, same as for
14518 sparc-solaris2.
14519
14520Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14521
14522 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14523
14524Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14525
14526 * configure.in: Configure gdb for alpha.
14527
14528Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14529
14530 * Makefile.in (CXXFLAGS): Add -O.
14531
14532Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14533
14534 * config.guess: added support for DG Aviion
14535
14536Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14537
14538 * configure.in: Produce warning message for subdirectories not
14539 configurable for this host/target combination. Don't try to
14540 configure gdb for vms.
14541
14542Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14543
14544 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14545 appropriate files before making "diststuff".
14546 (DISTBISONFILES): New var: list of files to be edited.
14547 (DISTSTUFFDIRS): Add binutils.
14548
14549Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14550
14551 * config.sub: also handle mipsel and mips64el (for little endian mips)
14552
14553Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14554
14555 * configure.in: Add * to end of all OS names.
14556
14557Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14558
14559 * configure.in: Build newlib for LynxOS native.
14560
14561Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14562
14563 * config.guess: Add support for delta 88k running SVR3.
14564
14565 * configure.in: Add comment about HP compiler vs. emacs.
14566
14567Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14568
14569 * configure.in: don't build ld on solaris2 (not a viable option
14570 due to bugs in getpwnam & getpwuid)
14571
14572Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14573
14574 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14575 config.guess will produce a full version number.
14576
14577Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14578
14579 * configure.in: Build linker and binutils for alpha-dec-osf1.
14580
14581Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14582
14583 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14584 and gdb/testsuite/Makefile.in.
14585
14586Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14587
14588 * configure.in: recognize mips*- instead of mips-
14589
14590Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14591
14592 * config.sub: Accept linux*coff and linux*elf as operating
14593 systems.
14594
14595Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14596
14597 * config.sub: Recognize mips64, and mips3 as an alias for it.
14598
14599Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14600
14601 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14602 gdb knows how to handle OSF/1 shared libraries.
14603
14604Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14605
14606 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14607 * config.guess: Recognize Hitachi's HIUX.
14608 * config.sub: Recognize h3050r* and hppahitachi.
14609 Remove redundant cases for hp9k[23]*.
14610
14611Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14612
14613 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14614 if gas and ld are in the source tree and are in ${configdirs}.
14615 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14616 --with options (but still pass them down on the command line,
252b5132
RH
14617 if they were explicitly specified).
14618
14619Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14620
14621 * configure: substitute SHELL value in Makefile.in with
14622 ${CONFIG_SHELL}
14623
14624Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14625
14626 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14627 *-*-solaris2* targets.
14628
14629Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14630
14631 * Makefile.in: define M4, and pass it down to sub-makes;
14632 all-autoconf now depends on all-m4
14633
14634Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14635
14636 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14637 presence of {ar,ranlib} instead of a configured directory
14638
14639Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14640
14641 * config.guess: Accept 34?? as well as 33?? for NCR.
14642
14643Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14644
14645 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14646 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14647
14648Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14649
14650 * configure: grab values for $(CC) and $(CXX) from the
14651 environment, so that someone can do "CC=gcc configure; make" and
14652 have it work right (matching the way that autoconf works now)
14653
14654 * configure.in, Makefile.in: add support for gash, the tcl
14655 interface to Galaxy
14656
14657 * config.guess: add NetBSD variants (hp300, x86)
14658
14659Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14660
14661 * install.sh: Support -d option (in the manner of SunOS 4 install,
14662 as it is more deterministic than that of GNU install)
14663 (chmodcmd): Set file to mode 755 by default (should also do default
14664 chgrp and chown, but I don't feel like dealing with that now)
14665
14666Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14667
14668 * config.sub: Remove h8300hhms alias.
14669
14670Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14671
14672 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14673
14674Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14675
14676 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14677 as stmp-fixinc
14678
14679Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14680
14681 * config.sub: recognize m88110-bug-coff.
14682
14683Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14684
14685 * Makefile.in (all-libio): all dependencies on the toolchain used
14686 to build this (gcc, gas, ld, etc)
14687
14688Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14689
14690 * config.guess: Deal with OSF/1 1.3 on alpha.
14691
14692Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14693
14694 * install.sh: add some 'else true' clauses for portability
14695
14696 * configure.in: don't build libio for h8[35]00-*-* targets
14697
14698Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14699
14700 * Makefile.in: Add support for new libio.
14701
14702Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14703
14704 * install.sh: If one command fails, don't try the rest. Don't try
14705 to remove $dsttmp (via trap) unless we have already created it.
14706 If $src doesn't exist, detect it and exit with an error.
14707
14708 * config.guess: Recognize BSD on hp300.
14709
14710Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14711
14712 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14713 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14714
14715Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14716
14717 * Makefile.in (all-send-pr): depends on all-prms
14718
14719Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14720
14721 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14722
14723Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14724
14725 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14726 Added test for mips-mips-riscos5.
14727
14728Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14729
14730 * configure.in: use mh-hp300 for 68k HP hosts
14731
14732Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14733
14734 * configure: add support for CONFIG_SHELL, so that you can use
14735 some alternate shell for evaluating configure scripts
14736
14737Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14738
14739 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14740 in configure script to bug-gdb@prep.ai.mit.edu when building
14741 distribution archive.
14742 * Makefile.in (COMPRESS): Remove def.
14743 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14744 gdb.tar.Z and make-gdb.tar.Z respectively.
14745 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14746 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14747 to convergence with 'taz' target in Makefile.in.
14748
14749Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14750
14751 * install.sh (dsttmp): use trap to ensure that tmp files go
14752 away on error conditions
14753
14754Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14755
14756 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14757
14758Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14759
14760 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14761 its parent is '/' not ''.
14762
14763 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14764
14765Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14766
14767 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14768 that ${newsrcdir}/configure.in does.
14769
14770Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14771
14772 * test-build.mk: support for CONFIG_SHELL
14773
14774Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14775
14776 * config.sub (netware): Add as a basic system type.
14777
14778Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14779
14780 * Makefile.in (Makefile): depend on configure.in. Also drop the
14781 $(srcdir)/ from the dependency on Makefile.in.
14782
14783Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14784
14785 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14786 (h8300hhms is temporary until multi-libraries are implemented).
14787 * configure.in: Handle h8300h too.
14788
14789Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14790
14791 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14792
14793Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14794
14795 * configure: Remove extraneous output when guessing host type.
14796 * config.guess: Remove extraneous output when guessing using C
14797 compiler rather than uname, or when guessing fails.
14798
14799Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14800
14801 * Makefile.in: remove all.cross and install.cross targets
14802
14803 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14804 definitions
14805
14806Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14807
14808 * configure.in (target sh): Build gprof.
14809
14810Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14811
14812 * config.sub: change -solaris to -solaris2
14813
14814Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14815
14816 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14817
14818Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14819
14820 * configure: Correct error message for missing Makefile.in to
14821 print correct directory.
14822
14823Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14824
14825 * install.sh: kludge around 386BSD shell bug
14826
14827Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14828
14829 * config.guess: Recognize NeXT.
14830 * config.guess: Recognize i486-ncr-sysv4.
14831 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14832
14833Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14834
14835 * Makefile.in (MAKEINFOFLAGS): New variable.
14836 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14837 * build-all.mk, test-build.mk: Pass down --no-split as
14838 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14839
14840Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14841
14842 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14843
14844Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14845
14846 * Makefile.in (libg++.tar.z): New rule.
14847 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14848 * Makefile.in (taz): Only do a single chmod.
14849
14850Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14851
14852 * install.sh: don't use dirname anymore (replaced with sed usage)
14853
14854Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14855
14856 * Makefile.in: Change extension for gzip'd files from '.z' to
14857 '.gz' per new FSF standard usage.
14858
14859Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14860
14861 * configure: put quotes around the final value of program_transform_name
14862
14863Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14864
14865 * Makefile.in: new install.sh support; update install-info rules
14866
14867Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14868
14869 * configure.in: Build diff for crosses, but not for go32 host.
14870
14871 * configure.in: Build gprof only for native, and don't build it
14872 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14873
14874Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14875
14876 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14877
14878Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14879
14880 * configure.in (host_tools): Add prms.
14881
14882Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14883
14884 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14885 with $(FLAGS_TO_PASS) on the command line
14886
14887 * config.sub: Recognize lynx and lynxos
14888
14889Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14890
14891 * config.sub: Accept -ecoff*, not just -ecoff.
14892
14893Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14894
14895 * Makefile.in (taz): Use .gz suffix instead of .z.
14896 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14897 names.
14898
14899Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14900
14901 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14902
14903Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14904
14905 * Makefile.in (install-no-fixedincludes): install gcc last, so
14906 that rebuilds that might happen during 'make install' don't get
14907 bogus gcc include files
14908
14909Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14910
14911 Change from Utah for HPPA support:
14912 * config.guess: Recognize hppa1.x-hp-bsd.
14913
14914Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14915
14916 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14917 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14918
14919Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14920
14921 * config.sub: Add support for rom68k and bug boot monitors.
14922
14923Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14924
14925 * Makefile.in: Make all-opcodes depend on all-bfd.
14926
14927Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14928
14929 * config.guess: Added special check for i[34]86-univel-sysv4*.
14930
14931Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14932
14933 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14934 the processor rather than assuming i486.
14935
14936Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14937
14938 * config.guess: Recognize SunOS6 as Solaris3.
14939
14940Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14941
14942 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14943 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14944
14945Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14946
14947 * build-all.mk (all-cross): New target for Canadian Cross.
14948 Added Q2 go32 targets.
14949 * test-build.mk: Configure go32 cross sparclite-aout and
14950 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14951 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14952
14953Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14954
14955 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14956 GO32 hosted toolchains
14957
14958Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14959
14960 * configure: change so "-exec-prefix" gets passed down rather
14961 than "-exec_prefix" so autoconf generated Makefiles get the
14962 exec_prefix set right.
14963
14964Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14965
14966 * config.guess: get the Solaris2 minor version number
14967
14968 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14969
14970Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14971
14972 * config.guess: Recognize some Sequent platforms.
14973
14974Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14975
14976 * Makefile.in: added the vault-install target
14977
14978 * configure.in: actually use the Sun3 makefile fragment that's in
14979 config, also added the release dir to configdirs
14980
14981Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14982
14983 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14984
14985Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14986
14987 * configure.in: remove some program from Alpha targetted toolchains
14988
14989Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14990
14991 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14992 gprof.
14993 (taz): Run "make diststuff" in those directories instead of "make
14994 proto-dir". Look for "VERSION=" only at start of line in subdir
14995 Makefile. Use "gzip -9" for compression.
14996 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14997 (binutils.tar.z): New target.
14998
14999Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15000
15001 * Makefile.in (taz): Include gpl.texinfo.
15002
15003Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15004
15005 * Makefile.in (setup-dirs): Merged into "taz" target.
15006 (taz): Only do `proto-dir' stuff if a directory is actually needed
15007 for this target.
15008
15009Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15010
15011 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15012 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15013 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15014 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15015 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15016
15017Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15018
15019 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15020 config.sub, and move-if-change to gdb testsuite distribution
15021 archive, so the testsuite can be extracted, configured, and
15022 run separately from the gdb distribution. Blow away the Chill
15023 tests that require a Chill compiled executable, since GNU Chill
15024 is not yet publically available.
15025
15026Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15027
15028 * test-build.mk: set environment variables in a single command,
15029 instead of a list of assignments and exports
15030
15031 * config.guess: recognize Alpha/OSF1 systems
15032
15033Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15034
15035 * configure: Change help message to prefer --options rather than
15036 -options.
15037
15038Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15039
15040 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15041 zippy@ecst.csuchico.edu.
15042 * config.guess: Recognize miniframe.
15043
15044Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15045
9eb322aa
MF
15046 * Makefile.in: Use srcroot to find runtest rather than rootme.
15047 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15048
15049Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15050
15051 * test-build.mk: Extensive additions to support building on a
15052 machine other than the host.
15053
15054Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15055
15056 * configure (tooldir): Fix for i386-aix again.
15057
15058Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15059
15060 * configure, Makefile.in: Change definition of $(tooldir)
15061 to match the FSF.
15062
15063Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15064
15065 * config.guess: Recognize i[34]86/SVR4.
15066
15067Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15068
15069 * Makefile.in (all-gdb): gdb depends on sim.
15070
15071Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15072
15073 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15074 at the same time we make the prototype gdb directory.
15075 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15076 files at the same time as the gdb base release distribution.
15077
15078Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15079
15080 * Makefile.in (check): Use individual check targets rather than
15081 DO_X rule.
15082 (check-gcc): Added.
15083
15084Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15085
15086 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15087 for System V release 3.2.
15088
15089Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15090
15091 * config.sub: Recognize hppaosf.
15092 * configure.in: Do configure ld/binutils/gas for it.
15093
15094Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15095
15096 * configure (tooldir): Alter syntax used to set this, for systems
15097 where "\$" isn't handled right, like i386-aix.
15098
15099Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15100
15101 * configure: Pass program-transform-name, not
15102 program_transform_name, to recursive configures.
15103
15104Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15105
15106 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15107 of gas+ld+binutils.
15108
15109Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15110
15111 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15112
15113Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15114
15115 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15116
252b5132
RH
15117Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15118
15119 * Makefile.in (PRMS): Set back to all-prms.
15120
15121Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15122
15123 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15124 targets, rather than for MIPS hosts.
15125
15126Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15127
15128 * configure.in: add comment for --with-x default values
15129
15130 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15131
15132 * Makefile.in: add check-* targets for each of the directories in
15133 the tree. Add a definition of RUNTEST that will use the one we
15134 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15135
15136Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15137
15138 * configure.in: Removed obsolete references to bfd_target and
15139 target_makefile_frag.
15140
15141 * build-all.mk: Set assorted targets for Q2.
15142 * config.sub: Recognize z8k-sim and h8300-hms.
15143 * test-build.mk: Really don't pass host to configure.
15144 (HOLES): Added uname.
15145
15146Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15147
15148 * configure: Handle an empty program-prefix, program-suffix or
15149 program-transform-name correctly.
15150
15151Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15152
15153 * build-all.mk: -G 8 no longer required for MIPS targets.
15154 * test-build.mk: Don't pass host argument to configure; make it
15155 guess.
15156
15157Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15158
15159 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15160 * Makefile.in (COMPRESS): New macro, like GZIP.
15161
15162Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15163
15164 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15165
15166 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15167 with gas currently defaults to -G 0.
15168
15169Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15170
15171 * Makefile.in (all-flex): flex depends on byacc.
15172
15173 * build-all.mk: If host not specified, use config.guess. Pass TAG
15174 to test-build.mk as RELEASE_TAG.
15175 * test-build.mk (configargs): New variable containing arguments to
15176 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15177 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15178
15179 * config.guess: Use /bin/uname when checking -X argument on SCO,
15180 to avoid invoking GNU uname which doesn't understand -X.
15181
15182 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15183
15184 * configure.in: Build gas for mips-*-*.
15185
15186Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15187
15188 * Makefile.in (all.normal): insert missing backslash.
15189
15190Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15191
4bddf3ad 15192 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15193
15194 * Makefile.in: Complete overhaul to merge many almost identical
15195 targets.
15196
15197Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15198
15199 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15200 (gdb.tar.Z): Adjusted.
15201
15202 * Makefile.in (setup-dirs, taz): New targets; should be general
15203 enough to adapt for gdb sometime. Build only .z file.
15204 (gas.tar.z): New target.
15205
15206Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15207
15208 * build-all.mk: Use CC=cc -Xs on Solaris.
15209
252b5132
RH
15210Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15211
15212 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15213 for handling BISON for FSF releases.
15214
15215Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15216
15217 * configure: Actually implement the change zoo just documented.
15218
15219Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15220
15221 * configure: when using config.guess, only set target_alias when
15222 it's not already been set (ie, on the command line)
15223
15224Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15225
15226 * Makefile.in: add installcheck target, set PRMS to install-prms
15227
15228Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15229
15230 * configure: add support for package_makefile_fragment, handle the
15231 case where a directory has a configure.in file but no Makefile.in
15232 more gracefully (with an actual understandable error message, even);
15233 add support for --without (and add this to the usage message); also
15234 explicitly add a --host=${host_alias} to the command line when
15235 config.guess is used
15236
15237Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15238
15239 * configure: Must use both --host and --target in recursive calls.
15240
15241Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15242
15243 * Makefile.in: Change deja-gnu to dejagnu.
15244
15245Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15246
15247 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15248
15249Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15250
15251 * configure.in: canonicalize all instances to *-*-solaris2*,
15252 also strip out a number of tools to not build for go32 host
15253
15254Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15255
15256 * config.guess: add GPL.
15257
15258 * Makefile.in, config.guess, config.sub, configure: bump
15259 copyrights to 93.
15260
15261Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15262
15263 * Makefile.in (do-info): Removed obsolete check for existence of
15264 localenv file.
15265
15266 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15267
15268Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15269
15270 * Makefile.in: a couple of 'else true' for decstation,
15271 support for TclX
15272
15273 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15274
15275Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15276
15277 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15278
15279Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15280
15281 * config.guess: Recognize i386-ibm-aix (PS/2).
15282 * configure.in: Use config/mh-aix386 file for it.
15283
15284Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15285
15286 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15287 CC_FOR_TARGET instead.
15288 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15289
15290Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15291
15292 * Makefile.in: Add sim to list of directories sent with gdb
15293
15294Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15295
15296 * configure.in: Put back mips-dec-bsd* case.
15297
15298Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15299
15300 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15301 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15302 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15303
15304Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15305
15306 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15307
15308 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15309 (install-info): install dir.info only if it exists,
15310 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15311
15312Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15313
15314 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15315 gas for mips-dec-bsd.
15316
15317Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15318
15319 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15320 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15321
15322Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15323
15324 * configure.in: Added "dejagnu" to hosttools list.
15325
15326Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15327
15328 * config.sub, configure.in, config.guess: Add support
15329 for Bosx, an AIX variant from Bull.
15330 Patches from F.Pierresteguy@frcl.bull.fr.
15331
15332Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15333
15334 * devo/dejagnu: Initial creation of devo/dejagnu.
15335 Migrated dejagnu testcases and support files for testing software
15336 tools to reside as subdirectories, currently called "testsuite",
15337 within the directory of the software tool. Migrated all programs,
15338 support libraries, etc. beloging to dejagnu proper from
15339 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15340 with no modifications. The changes to these files which will
15341 allow them to configure, build, and execute properly will be made
15342 in a future update.
15343
15344Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15345
15346 * Makefile.in: Change send_pr to send-pr.
15347 * configure.in: Likewise.
15348 * send_pr: Renamed directory to send-pr.
15349
15350Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15351
15352 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15353
15354Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15355
15356 * README: Update for gdb-4.8 release.
15357 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15358 gdb-xxx.tar.z (gzip'd) file also.
15359
15360Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15361
15362 * Makefile.in: make all-diff depend on all-libiberty
15363
15364Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15365
15366 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15367
15368Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15369
15370 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15371
15372Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15373
15374 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15375 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15376 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15377
15378Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15379
15380 * Makefile.in: makeinfo binary is in a new location
15381
15382Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15383
15384 * config.sub: Accept -ecoff as an OS.
15385
15386 * Makefile.in: Various changes to eliminate a level of make
15387 recursion and reduce the required command line length.
15388 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15389 sub-makes.
15390 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15391 variables holding settings for specific sub-makes.
15392 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15393 in terms of BASE_FLAGS_TO_PASS.
15394 (TARGET_LIBS): New variable listing directories which use
15395 TARGET_FLAGS_TO_PASS.
15396 (subdir_do): Eliminated.
15397 (do-*): New set of targets to replace subdir_do.
15398 (various): All targets which used subdir_do now depend on do-*.
15399 (local-clean): Renamed from do_clean.
15400 (local-distclean): New target, dependency of distclean and
15401 realclean.
15402 (install-info): Don't create directories. Depend on dir.info
15403 rather than calling make recursively.
15404 (install-dir.info): Eliminated.
15405 (install-info-dirs): Create all info directories here.
15406 (dir.info): Depend upon do-install-info.
15407
15408 * test-build.mk (HOLES): Added false.
15409
15410Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15411
15412 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15413
15414Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15415
15416 * Makefile.in (info): remove dependency on all-texinfo. The
15417 problem was really in texinfo/C, not at this level.
15418
15419Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15420
15421 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15422
15423Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15424
15425 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15426 GDB releases.
15427
15428Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15429
15430 * configure: Include srcdir in message about target of link not
15431 being found. Don't convert `-' to `_' in `with' options being
15432 passed to subdirs.
15433
15434Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15435
15436 * configure.in: add uudecode to host_tools
15437
15438 * Makefile.in: added {all,install}-uudecode targets, added them to
15439 the appropriate lists
15440
15441Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15442
15443 * Makefile.in (all-gcc): Added dependency on all-gas.
15444
15445 * configure.in (mips-*-*): Build ld and binutils.
15446
15447Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15448
15449 * configure: check return code from mkdir, print error message and
15450 exit on failure.
15451
15452Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15453
15454 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15455
15456Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15457
15458 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15459
15460Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15461
15462 * config.sub (h8500): Recognize this as a cpu type.
15463
15464Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15465
15466 * configure: source directory missing is no longer a warning
15467
15468 * configure.in: recognize irix[34]* instead of irix[34]
15469
15470 * Makefile.in: define and pass down X11_LIB
15471
252b5132
RH
15472Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15473
15474 * guess-systype: Renamed to ...
15475 * config.guess: ... by popular request.
15476 * configure.in, Makefile.in: Update accordingly.
15477
15478Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15479
15480 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15481 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15482 + Execute ./dummy instead of assuming . is in PATH.
15483
15484Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15485
15486 * guess-systype: New shell script. Attempts to guess the
15487 canonical host name of the executing host.
15488 Only a few hosts are supported so far.
15489 * configure: Call guess-systype if no host is specified.
15490
15491Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15492
15493 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15494 gcc Makefile.
15495
15496
15497Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15498
15499 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15500 (all-gcc, install-gcc, subdir_do): Use it.
15501
15502Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15503
15504 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15505
15506Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15507
15508 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15509 set exclusively by configure, using configure.in .
15510
15511Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15512
15513 * test-build.mk: set $PATH for all builds
15514
15515 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15516
15517Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15518
15519 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15520 the one used in gcc/Makefile.in, so that a null expansion doesn't
15521 override the one needed to build gcc with a native cc.
15522
15523
15524Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15525
15526 * configure: Accept -with arguments.
15527
15528Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15529
15530 * Makefile.in: added h8300sim
15531
15532Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15533
252b5132
RH
15534 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15535 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15536 (all-cygnus, native, build-cygnus): Make
15537 $(canonhost)-stamp-3stage-done, not $(host)....
15538 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15539 i386-sco3.2v4. Added else true to if command.
15540
15541Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15542
15543 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15544
15545Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15546
15547 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15548
15549Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15550
15551 * configure.in: don't remove binutils from Solaris builds
15552
15553Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15554
15555 * Makefile.in: get rid of earlier definitions for *clean,
15556 also handle the recursive info rule better
15557
15558Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15559
15560 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15561 do more-or-less the right thing.
15562
15563Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15564
15565 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15566 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15567
15568Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15569
15570 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15571 $(host_canonical).
15572
15573 * configure.in: split the configdirs list into 4 categories (native
15574 v. cross, library v. tool) and handle the cross-only and native-
15575 only in more reasonable (and correct!) way.
15576
15577Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15578
15579 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15580 configdirs anymore.
15581
15582Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15583
15584 * Makefile.in: extensive cleanup:: removed all of the explicit
15585 clean-* targets, collapsed many wrappers around subdir_do into
15586 one, added additional targets to satisfy standards.texi, deleted
15587 some old targets, some changes for consistency
15588
15589Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15590
15591 * configure.in: handle some programs as cross-only, and others as
15592 native only
15593
15594 * test-build.mk: handle partial holes in a more generic manner
15595
15596 * Makefile.in: m4 depends on libiberty
15597
252b5132
RH
15598Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15599
15600 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15601 time, wdiff, and find to configdirs
15602
15603 * Makefile.in: all, clean, and install rules for the new programs
15604 added to configure.in
15605
15606Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15607
15608 * configure.in: use mh-sun for all *-sun-* hosts
15609
252b5132
RH
15610Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15611
15612 * Makefile.in: define flags for X11 include files and library file
15613 locations, pass them down to the programs that need this info
15614
15615 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15616
252b5132
RH
15617Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15618
15619 * configure.in: start building libg++ for HP-UX targets
15620
15621Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15622
15623 * README: Update references to files moved into etc/.
15624
15625Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15626
15627 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15628 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15629
15630Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15631
15632 * configure: accept dash as well as underscore in long option
15633 names for FSF compatibility.
15634
15635Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15636
15637 * config.sub: added -sco3.2v4 support from FSF.
15638
15639Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15640
15641 * configure.in: expand the section that adds or removes
15642 directories from the list of programs to build, to handle native
15643 vs. cross in addition to host v. native
15644
15645Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15646
15647 * Makefile.in: Replace C++ in macro names with CXX.
15648 This is less likely to break ...
15649
15650Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * test-build.mk: add -w to GNU_MAKE
15653
15654Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15655
15656 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15657 add 'sparc' to list of recognized cpus. This needed to make
15658 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15659 Delete some redundant ose68 variants. Recognize -wrs as an os,
15660 then changes that into $CPU-wrs-vxworks.
15661
15662 * configure.in: remove most references to gdbtest, regularize
15663 target based program removal
15664
15665 * test-build.mk: import from p3 tree (many fixes and changes)
15666
15667Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15668
15669 * Makefile.in: added rules to handle tcl, tk, and expect
15670
15671 * configure.in: handle those directories if they exist
15672
15673Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15674
15675 * config.sub: removed bogus hppabsd and hppahpux names, since
15676 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15677
15678Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15679
15680 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15681 depends upon all-xiberty
15682
15683 * Makefile.in: changes from p3, including:
15684
15685 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15686
15687 * Makefile.in (XTRAFLAGS): include newlib directories if
15688 newlib/Makefile exists, rather than if host != target.
15689
15690 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15691
15692 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15693 from the same source tree and not building a cross-compiler. This
15694 matters for the libg++ configuration if reconfiguring a tree that
15695 has already been installed.
15696
15697 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15698
15699 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15700 pick up the machine and system specific header files.
15701
15702 * Makefile.in: added AS_FOR_TARGET, passed down in
15703 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15704 the C compiler to use to create programs which are run in the
15705 build environment, set it to default to $(CC), and passed it down
15706 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15707
15708 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15709
15710 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15711 We need them for unusual native builds, like systems without
15712 ranlib.
15713
15714 * configure: also define $(host_canonical) and
80413487
RH
15715 $(target_canonical), which are the full, canonical names for the
15716 given host and target
252b5132
RH
15717
15718Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15719
15720 * Makefile.in: Added separate definitions for C++.
15721
15722Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15723
15724 * configure.in (configdirs): Add deja-gnu.
15725
15726Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15727
15728 * README: Update for configure.texi and gdb-4.7 release.
15729
15730Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15731
15732 * Makefile.in: Move "all" target to top of file.
15733 Previously, first target was ".PHONY" which caused BSD4.4 make
15734 to build .PHONY when make was run without arguments.
15735
15736Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15737
15738 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15739 Library-copylefted code in libiberty.
15740
15741Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15742
15743 * config.sub: Replace m68kmote with plain old m68k.
15744
15745Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15746
15747 * Makefile.in: Remove space from blank line, avoid Make complaints.
15748
15749Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15750
15751 * config.sub: Complain if no argument is given. Added support for
15752 386bsd as OS and target alias.
15753
15754Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15755
15756 * Makefile.in (XTRAFLAGS): include newlib directories if
15757 newlib/Makefile exists, rather than if host != target.
15758
15759Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15760
15761 * config.sub: recognize sparclite-wrs-vxworks.
15762
15763 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15764 p3.) Added clean-xiberty to clean.
15765
15766Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15767
15768 * configure.in: use *-*-* instead of nested cases for host and target
15769
15770Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15771
15772 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15773 from the same source tree and not building a cross-compiler. This
15774 matters for the libg++ configuration if reconfiguring a tree that
15775 has already been installed.
15776
15777Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15778
15779 * config.sub (i486v/i486v4): Merge in from FSF version.
15780
15781Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15782
15783 * configure: only set PWD if it is already set.
15784
15785Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15786
15787 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15788 doesn't have unset and all success paths (and most error paths)
15789 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15790 to just ${PWD} to avoid confusion.)
15791
15792Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15793
15794 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15795 even for a native compilation.
15796
15797Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15798
15799 Changes to make the gdb.tar.Z rule work better.
15800
15801 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15802 (DEVO_SUPPORT): Add configure.texi.
15803 (bfd-ilrt.tar.Z): Remove ancient rule.
15804
15805Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15806
15807 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15808 pick up the machine and system specific header files.
15809
15810 * configure.in, config.sub: added new target m68010-adobe-scout,
15811 with alias of adobe68k. Changed configure.in to check for
15812 -scout before -sco* to avoid a false match.
15813
15814 * Makefile.in: added AS_FOR_TARGET, passed down in
15815 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15816 the C compiler to use to create programs which are run in the
15817 build environment, set it to default to $(CC), and passed it down
15818 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15819
15820Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15821
15822 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15823 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15824 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15825 FOR_TARGET variants, to newlib and libg++.
15826
15827Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15828
15829 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15830 first.
15831
15832Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15833
15834 * config.sub: Accept `elf' as an environment.
15835
15836Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15837
15838 * Makefile.in (all-opcodes): cd into the right directory
15839
15840Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15841
15842 * configure: added -program_transform_name option, used as
15843 argument to sed when installing programs.
15844 configure.texi: added documentation for -program_prefix,
15845 -program_suffix and -program_transform_name.
15846
15847Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15848
15849 * config.sub: Accept i486 where i386 ok.
15850
15851Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15852
15853 * config.sub: accept we32k
15854
15855Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15856
35590697 15857 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15858
15859 * Makefile.in: don't create all directories for ``make install'';
15860 let the subdirectories create the ones they need.
15861
15862Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15863
80413487 15864 * COPYING: new file, GPL v2
252b5132
RH
15865
15866Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15867
15868 * Makefile.in: use the new gen-info-dir, which needs a template
15869 argument (which also lives in texinfo)
15870
15871 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15872
252b5132
RH
15873Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15874
15875 * config.sub (ncr3000): Change i386 to i486.
15876
15877Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15878
15879 * Makefile.in: add install-rcs, install-grep to
15880 install-no-fixedincludes, removed install-bison and install-libgcc
15881
15882Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15883
15884 * configure.in: grab the HPUX makefile fragment if on HPUX
15885
15886Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15887
15888 * Makefile.in: eradicate bison spoor (ditto libgcc).
15889 configure.in: recognise m68{k,000}-ericsson-OSE.
15890 es1800 is alias for m68k-ericsson-OSE
15891
15892Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15893
15894 * configure.in: rearrange the parts that remove programs from
15895 configdirs, based now on HOST==TARGET or by canonical triple.
15896
15897Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15898
15899 * test-build.mk: recurse explicitly with -f test-build.mk when
15900 appropriate. predicate stage3 and comparison on the existence
15901 of gcc. That is, if gcc isn't around, we aren't three-staging.
15902 On very clean, also remove ...stamp-co. Build in-place before
15903 doing other builds.
15904
15905Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15906
15907 * Makefile.in, configure.in: add tgas
15908
15909Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15910
15911 * Makefile.in: a number of changes merged in from progressive.
15912
15913 * configure.in: add libm.
15914
15915 * .cvsignore: ignore some stuff that comes from test-build.mk.
15916
252b5132
RH
15917Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15918
15919 * config.sub: Add es1800 (m68k-ericsson-es1800).
15920
15921Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15922
15923 * configure: Add program_suffix (parallel to program_prefix)
15924 * Makefile.in: adjust directory-creating script for losing decstation
15925
15926Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15927
15928 * configure: Minor $subdir-related fixes.
15929
15930Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15931
15932 * configure: fix various problems with propogating
15933 makefile_target_frag in subdirs.
15934 * configure.in: config libgcc if its there
15935
15936Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15937
15938 * config.sub: HPPA merge.
15939
252b5132
RH
15940Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15941
15942 * Makefile.in: Replace all-bison with all-byacc in all
15943 dependency lines for other tools (which now use byacc).
15944
15945Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15946
15947 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15948
252b5132
RH
15949Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15950
15951 * Makefile.in: make gprof rules similar to byacc rules (instead of
15952 vestigal $(unsubdir) that didn't work...)
15953
15954Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15955
15956 * config.sub: Add support for Linux.
15957 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15958 (at least for libg++).
15959
15960Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15961
15962 * configure.texi: fix doc for the -nfp option to configure
15963
15964Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15965
15966 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15967
15968Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15969
15970 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15971 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15972 * configure.in: added solaris* host_makefile_frag hook.
15973
15974Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15975
15976 * config.sub: changed recognition of m68000 so that various
15977 m68k types can be specified via m680[01234]0
15978
15979Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15980
15981 * config.sub (basic_machine): fix sed so that '-foo' isn't
15982 completely substituted out while .+'-foo' loses the '-foo'
15983
15984Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15985
15986 * config.sub ($os): Add -aout.
15987
15988Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15989
15990 * configure: If host_makefile_frag is absolute, don't
15991 prefix ${invsubdir} (relevant to libg++ auto-configure).
15992
15993Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15994
15995 * Makefile.in (tooldir): Define it.
15996 (all-ld): Depend on all-flex.
15997
15998Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15999
16000 * Makefile.in (check): Fix libg++ special case.
16001
16002Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16003
16004 * configure: do not bury `pwd` into config.status, thus do fewer
16005 pwd's.
16006
16007 * configure: print the "Building in" message only when building in
16008 other than "." AND verbose.
16009
16010 * configure: remove -s, rework -v to better accomodate guested
16011 configures.
16012
16013 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16014
16015Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16016
16017 * Makefile.in: macroize flags passed on recursion. remove
16018 fileutils.
16019
16020Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16021
16022 * configure: get makesrcdir right for subdirs deeper than 1.
16023
16024 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16025 install.
16026
16027Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16028
16029 * Makefile.in: don't print subdir_do or recursion lines.
16030
16031Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16032
16033 * standards.texi: added menu item.
16034
16035 * Makefile.in: build and install standards.info.
16036
16037 * standards.texi: new file.
16038
16039Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16040
16041 * configure: test for and move config.status pieces from
16042 ${subdir}/.
16043
16044Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16045
252b5132
RH
16046 * configure: Test for existance of files before trying to mv
16047 them, to avoid numerous non-existance messages.
16048
16049Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16050
16051 * configure: correct final line of config.status.
16052
16053 * configure: patch from eggert. Avoids a protection problem if
16054 the original Makefile.in is read only.
16055
16056 * configure: use move-if-change from gcc to create config.status.
16057 Some makefiles depend on config.status to tell if a directory
16058 has been reconfigured for a different host. This change
16059 prevents those directories from remaking everything in the case
16060 where the reconfig was only intended to rebuild a Makefile.
16061
16062 * configure: test for config.sub with "config.sub sun4" rather
16063 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16064 host alias from a missing config.sub.
16065
16066Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16067
16068 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16069 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16070
16071Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16072
16073 * configure: mkdir ${subdir} as needed.
16074
16075Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16076
16077 * Makefile.in,configure.in: added autoconf.
16078
16079Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16080
16081 * Makefile.in: no longer pass against on recursion.
16082
16083 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16084 definitions are not inherited.
16085
16086 * configure: correct makesrcdir when subdir is .
16087
16088Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16089
16090 * configure: Add support for 'subdirs' variable, which is
16091 like 'configdirs', except that configure doesn't re-invoke
16092 itself for subdirs, it just creates a Makefile for each subdir.
16093 * configure.texi: Document subdirs.
16094
16095Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16096
16097 * configure.in: added flex to configdirs
16098
16099Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16100
16101 * Makefile.in: remove clean-stamps from clean.
16102
16103Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16104
16105 * configure.in: Add gdbtest to configdirs.
16106
16107Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16108
16109 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16110 to recursive makes.
16111 * configure.in: Recognize new ncr3000 config.
16112
16113Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16114
16115 * Makefile.in, configure.in: removed references to gdbm.
16116
16117Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16118
16119 * config.sub: Don't canonicalize os value
16120 newsos* to bsd (readline needs to check for newsos).
16121 (This fix was earlier made Jan 31, but got re-broken.)
16122
16123Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16124
16125 * configure.in: sco is an os, not a vendor!
16126
16127 * configure: Quote $( better. Keep various shells happy.
16128
16129Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16130
16131 * Makefile.in: eliminate stamp-files.
16132
16133Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16134
16135 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16136 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16137
16138Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16139
16140 * config.sub: fix iris/iris3.
16141
16142Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16143
16144 * configure: re-add -rm.
16145
16146Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16147
16148 * Maskefile.in: add .stmp-rcs to all.
16149
16150 * configure.in: remove gas from rs6000 build, use aix host fragment.
16151
16152Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16153
16154 * configure: pass down site_option during recursion.
16155
16156Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16157
16158 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16159
16160Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16161
16162 * configure: Change exec_prefix so that it really defaults to prefix.
16163
16164Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16165
16166 * Makefile.in, configure.in: Add support for mmalloc library.
16167
16168Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16169
16170 * Makefile.in: add stmp dependencies for a few more things.
16171
16172Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16173
16174 * configure: adjusted error message on objdir/srcdir configure
16175 collision, per john's suggestion.
16176
16177 * Makefile.in: add libiberty stmp to all and all.cross.
16178
16179Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16180
16181 * Makefile.in: remove force dependencies, add grep to all.
16182
16183Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16184
16185 * Makefile.in: drop flex. make stamp files work.
16186
16187 * configure: added test for conflicting configuration in srcdir,
16188 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16189 gets cranky. use relative paths for configure and srcdir
16190 whenever possible. Send some error messages to stderr that were
16191 going to stdout.
16192
16193Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16194
16195 * Makefile.in: Fix libg++ rule to check for gcc directory
16196 before using gcc/gcc. Also pass XTRAFLAGS.
16197
16198Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16199
16200 * Makefile.in: added stmp-files so that directories aren't polled
16201 when they are already built.
16202
16203 * configure.texi: fixed a node pointer problem.
16204
16205Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16206
4bddf3ad 16207 * config.sub configure.in gdb/configure.in
252b5132
RH
16208 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16209 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16210 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16211
16212Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16213
16214 * configure: -recurring becomes -silent. corrected help message
16215 for -site= option.
16216
16217 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16218
16219Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16220
16221 * configure: when building Makefile for crosses, replace
16222 tooldir and program_prefix. default srcdir from location of
16223 config.sub. remove "for host in hosts" and "for target in
16224 targets" loops.
16225
16226Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16227
16228 * Makefile.in: Do not pass bindir or mandir to cvs.
16229
16230Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16231
16232 * Makefile.in, configure.in: removed traces of namesubdir,
16233 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16234 copyrights to '92, changed some from Cygnus to FSF.
16235
16236 * configure.texi: remove most references to multiple hosts,
16237 multiple targets, subdirs, etc.
16238
16239 * configure.man: removed rcsid. reference config.sub not
16240 config.subr.
16241
16242 * Makefile.in: mkdir $(infodir) on install-info.
16243
16244Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16245
16246 * configure.texi: Explain better about .gdbinit and about
16247 the environment that configure.in sections run in.
16248
16249Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16250
16251 * configure.in: Ultrix is only a decstation if it's a MIPS.
16252
16253Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16254
16255 * README: DOC.configure => cfg-paper.texi.
16256
16257Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16258
16259 * config.sub (near case $os): Don't convert newsos* to bsd!
16260
16261Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16262
16263 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16264 the number of copies of COPYING that go into the GDB tar file.
16265
16266Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16267
4bddf3ad 16268 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16269 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16270 Fix SCO configuration stuff.
16271
16272Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16273
16274 * Makefile.in: For libg++, make sure the -I pointing
16275 to the gcc directory goes *after* all the libg++-local -I flags.
16276 Also, move just-gcc dependency from just-libg++ to all-libg++.
16277
16278Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16279
16280 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16281
16282Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16283
16284 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16285
16286Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16287
16288 * config.sub: Add stratus configuration frags. Also
16289 submitted to FSF.
16290
16291Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16292
16293 * Makefile.in (DEV_SUPPORT): add configure.man.
16294
16295 * config.sub(Decode manufacturer-specific): add -none*.
16296
16297Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16298
16299 * Makefile.in: remove form feeds to make Sun's make happy.
16300 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16301
16302Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16303
16304 * Makefile.in (AR_FLAGS): Make quieter.
16305
16306Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16307
16308 * configure.in: Add libg++.
16309 * configure: When verbose, don't output the command line at each
16310 level; it will be unremarkably the same as the previous version,
16311 which will be the same as what the user typed.
16312
16313Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16314
16315 * configure.in, Makefile.in: fix clean-info, add flex. add
16316 fileutils.
16317
16318 * configure: be less sensitive to spaces in Makefile.in. Do not
16319 look for sources in "..". Doing so breaks subdirectories that
16320 might have their own configure. If a subdir has it's own
16321 configure script, use it.
16322
16323Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16324
16325 * cfg-paper.texi: some changes suggested by rms.
16326
16327Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16328
16329 * config.sub: Merge in some small additions from the FSF version,
16330 taken from the gcc distribution, to bring the Cygnus and FSF
16331 versions into closer sync.
16332
16333Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16334
16335 * configure.in: Changed svr4 references to sysv4.
16336
16337Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16338
16339 * configure: added -V for version number option.
16340
16341Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16342
16343 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16344 renamed from DOC.configure to cfg-paper.texi.
16345
16346Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16347
16348 * configure, config.subr, config.sub: config.subr is now
16349 config.sub again.
16350
16351Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16352
16353 * configure.texi: new file, in progress.
16354
16355 * Makefile.in: build info file and install the man page for
16356 configure.
16357
16358 * configure.man: new file, first cut.
16359
16360 * configure: find config.subr again now that configuration "none"
16361 has gone. removed all traces of the -ansi option. removed all
16362 traces of the -languages option.
16363
16364 * config.subr: resync from rms.
16365
d932cae7 163661991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16367
16368 * configure, config.sub, config.subr: merge config.sub into
16369 config.subr, call the result config.subr, remove config.sub, use
16370 config.subr.
16371
16372 * Makefile.in: revised install for dir.info.
16373
d932cae7 163741991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16375
16376 * configure.in: add decstation host makefile frag.
16377
16378 * Makefile.in: BISON now bison -y again. also install-gcc on
16379 install. clean-gdbm on clean. infodir belongs in datadir.
16380 Make directories for info install. Build dir.info here then
16381 install it.
16382
d932cae7 163831991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16384
16385 * Makefile.in: fix for bad directory tests.
16386
d932cae7 163871991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16388
16389 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16390 regexp. -srcdir relative was being handled incorrectly.
16391
16392 * Makefile.in: unwrapped some for loops so that parallel makes
16393 work again and so one can focus one's attention on a particular
16394 package.
16395
d932cae7 163961991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16397
16398 * configure: added PWD as a stand in for `pwd` (for speed). use
16399 elif wherever possible. make -srcdir work without -objdir.
16400 -objdir= commented out.
16401
d932cae7 164021991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16403
16404 * configure: +options become --options. -subdirs commented out.
16405 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16406 Makefile now at top of generated Makefile. Removed cvs log
16407 entries. added -srcdir. create .gdbinit only if there is one
16408 in ${srcdir}.
16409
16410 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16411 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16412 and mandir now keyed off datadir by default.
16413
d932cae7 164141991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16415
16416 * Freshly created ChangeLog.
16417
16418\f
16419Local Variables:
16420mode: change-log
16421left-margin: 8
16422fill-column: 76
16423version-control: never
16424End:
This page took 1.637863 seconds and 4 git commands to generate.