ld: depend on libctf
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
f04ce15e
NA
12021-01-26 Nick Alcock <nick.alcock@oracle.com>
2
3 * Makefile.def: Add install-libctf dependency to install-ld.
4 * Makefile.in: Regenerated.
5
3034143d
MF
62021-01-12 Mike Frysinger <vapier@gentoo.org>
7
8 * src-release.sh (do_proto_toplev): Rewrite indentation.
9
44124a46
L
102021-01-11 H.J. Lu <hongjiu.lu@intel.com>
11
12 PR binutils/26766
13 * configure.ac:
14 * configure: Regenerated.
15
03c02f31
L
162021-01-11 H.J. Lu <hongjiu.lu@intel.com>
17
18 PR ld/27173
19 * configure: Regenerated.
20 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
21 --plugin and rc before enabling --plugin.
22
af019bfd
L
232021-01-09 H.J. Lu <hongjiu.lu@intel.com>
24
25 PR binutils/26766
26 * Makefile.tpl (BUILD_CFLAGS): New.
27 (CFLAGS): Append $(BUILD_CFLAGS).
28 (CXXFLAGS): Likewise.
29 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
30 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
31 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
32 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
33 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
34 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
35 (PGO-TRAINING-TARGETS): Likewise.
36 (PGO_BUILD_TRAINING): Likewise.
37 (all): Add '+' to the command line for recursive make. Support
38 the PGO build.
39 * configure.ac: Add --enable-pgo-build[=lto].
40 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
41 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
42 * Makefile.in: Regenerated.
43 * configure: Likewise.
44
50ad1254
L
452021-01-09 H.J. Lu <hongjiu.lu@intel.com>
46
47 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
48 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
49 * configure.ac: Include config/gcc-plugin.m4.
50 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
51 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
52 RANLIB if possible.
53 * Makefile.in: Regenerated.
54 * configure: Likewise.
55
055bc77a
NC
562021-01-09 Nick Clifton <nickc@redhat.com>
57
58 * 2.36 release branch crated.
59
f4782128
ST
602021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
61
62 * libtool.m4: Match gnu* along with other GNU systems.
63
16062162
AM
642021-01-07 Alan Modra <amodra@gmail.com>
65
66 * config.sub: Accept OS of eabi* and gnueabi*.
67
c59e30ed
NA
682021-01-05 Nick Alcock <nick.alcock@oracle.com>
69
70 * Makefile.def (libctf): No longer no_check. Checking depends on
71 all-ld.
72 * Makefile.in: Regenerated.
73
d750c713
NC
742021-01-05 Nick Clifton <nickc@redhat.com>
75
76 * libiberty: Sync with gcc. Bring in:
77 2021-01-04 Martin Liska <mliska@suse.cz>
78
79 * strverscmp.c: Convert to utf8 from iso8859.
80
81 2020-12-22 Jason Merrill <jason@redhat.com>
82
83 PR c++/67343
84 * cp-demangle.h (struct d_info): Add unresolved_name_state.
85 * cp-demangle.c (d_prefix): Add subst parm.
86 (d_nested_name): Pass it.
87 (d_unresolved_name): Split out from...
88 (d_expression_1): ...here.
89 (d_demangle_callback): Maybe retry with old sr mangling.
90 * testsuite/demangle-expected: Add test.
91
92 2020-12-21 Jason Merrill <jason@redhat.com>
93
94 * cp-demangle.c (d_expression_1): Recognize qualified-id
95 on RHS of dt/pt.
96 * testsuite/demangle-expected: Add test.
97
98 2020-12-21 Jason Merrill <jason@redhat.com>
99
100 * cp-demangle.c (d_unqualified_name): Clear is_expression.
101 * testsuite/demangle-expected: Add tests.
102
103 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
104
105 * configure: Regenerate.
106 * configure.ac: Avoid using sanitizer.
107
108 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
109
110 * rust-demangle.c (struct rust_demangler): Add
111 skipping_printing and bound_lifetime_depth fields.
112 (eat): Add (v0-only).
113 (parse_integer_62): Add (v0-only).
114 (parse_opt_integer_62): Add (v0-only).
115 (parse_disambiguator): Add (v0-only).
116 (struct rust_mangled_ident): Add punycode{,_len} fields.
117 (parse_ident): Support v0 identifiers.
118 (print_str): Respect skipping_printing.
119 (print_uint64): Add (v0-only).
120 (print_uint64_hex): Add (v0-only).
121 (print_ident): Respect skipping_printing,
122 Support v0 identifiers.
123 (print_lifetime_from_index): Add (v0-only).
124 (demangle_binder): Add (v0-only).
125 (demangle_path): Add (v0-only).
126 (demangle_generic_arg): Add (v0-only).
127 (demangle_type): Add (v0-only).
128 (demangle_path_maybe_open_generics): Add (v0-only).
129 (demangle_dyn_trait): Add (v0-only).
130 (demangle_const): Add (v0-only).
131 (demangle_const_uint): Add (v0-only).
132 (basic_type): Add (v0-only).
133 (rust_demangle_callback): Support v0 symbols.
134 * testsuite/rust-demangle-expected: Add v0 testcases.
135
136 2020-11-13 Seija Kijin <doremylover456@gmail.com>
137
138 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
139
140 2020-11-11 Patrick Palka <ppalka@redhat.com>
141
142 PR c++/88115
143 * cp-demangle.c (d_print_comp_inner)
144 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
145 "operator " prefix for __alignof__.
146 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
147 operand of __alignof__.
148 * testsuite/demangle-expected: Test demangling for __alignof__.
149
150 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
151
152 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
153
154 2020-10-06 Martin Liska <mliska@suse.cz>
155
156 PR lto/97290
157 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
158 Use sh_link of a .symtab_shndx section.
159
5f8c2a15
AM
1602021-01-05 Alan Modra <amodra@gmail.com>
161
162 * config.guess: Import from upstream.
163 * config.sub: Likewise.
164
d6f26c9d
ML
1652020-12-16 Martin Liska <mliska@suse.cz>
166 Tom de Vries <tdevries@suse.de>
167
168 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
169 field. Add meter field.
170 (progressfn): Print progress using meter.
171
7ddfb1a8
EL
1722020-12-02 Enze Li <lienze2010@hotmail.com>
173
174 * .gitignore: Add gnu global outputs.
175
12bf6525
SM
1762020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
177
178 * .gitignore: Sync with gcc.
179
ce04ca31
AR
1802020-10-26 Andreas Rammhold <andreas@rammhold.de>
181
182 * src-release.sh: Use sha256sum instead of md5sum.
183
ba4d88ad
AB
1842020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * Makefile.in: Rebuild.
187 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
188 distclean-gdbserver.
189
f6720b1c
AM
1902020-07-24 Aaron Merey <amerey@redhat.com>
191
f6720b1c
AM
192 * configure: Rebuild.
193 * configure.ac: Remove AC_DEBUGINFOD.
194
b115b9fd
NC
1952020-07-04 Nick Clifton <nickc@redhat.com>
196
197 Binutils 2.35 branch created.
198
11104e42
SC
1992020-04-21 Stephen Casner <casner@acm.org>
200
201 PR 25830
202 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
203 * configure: Rebuild.
204
4635ff97
TT
2052020-03-12 Tom Tromey <tom@tromey.com>
206
207 * Makefile.in: Rebuild.
208 * Makefile.def (gdbserver): Depend on gdbsupport.
209
21329136
TT
2102020-03-12 Tom Tromey <tom@tromey.com>
211
212 * Makefile.in: Rebuild.
213 * Makefile.def (gdbsupport): Don't depend on bfd.
214
9a665d62
TT
2152020-03-12 Tom Tromey <tom@tromey.com>
216
217 * Makefile.in: Rebuild.
218 * Makefile.def (gdbsupport): Depend on intl.
219
b6f9caee
TT
2202020-02-17 Tom Tromey <tom@tromey.com>
221
222 * configure: Rebuild.
223 * configure.ac (configdirs): Add gnulib and gdbsupport when building
224 gdbserver.
225
1a627e7e
TT
2262020-02-14 Tom Tromey <tom@tromey.com>
227
228 * Makefile.in: Rebuild.
229 * Makefile.def: Make gdbserver require gnulib and libiberty.
230
919adfe8
TT
2312020-02-07 Tom Tromey <tom@tromey.com>
232 Pedro Alves <palves@redhat.com>
233
234 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
235 * gdbserver: New directory, moved from gdb/gdbserver.
236 * configure.ac (host_tools): Add gdbserver.
237 Only build gdbserver on certain systems.
238 * Makefile.in, configure: Rebuild.
239 * Makefile.def (host_modules, dependencies): Add gdbserver.
240 * MAINTAINERS: Add gdbserver.
241
fc1ca146
SDJ
2422020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
243
244 * src-release.sh (getver): Look for gdbsupport's
245 create-version.sh script at the current directory if tool is
246 "gdb".
247
cf1d9e09
SM
2482020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
249
250 * remote-sim.c (gdbsim_target::wait): Return
251 sim_data->remote_sim_ptid instead of inferior_ptid.
252
ae774686
NC
2532020-01-18 Nick Clifton <nickc@redhat.com>
254
255 Binutils 2.34 branch created.
256
4fb3a8da
NC
2572020-01-18 Nick Clifton <nickc@redhat.com>
258
259 Synchronize top level configure files with master version:
260
261 2020-01-01 Ben Elliston <bje@gnu.org>
262
263 * config.guess: Update copyright years.
264 * config.sub: Likewise.
265
266 2019-12-21 Ben Elliston <bje@gnu.org>
267
268 * config.guess (set_cc_for_build): Prevent multiple calls by
269 checking if $tmp is already set. We can't check CC_FOR_BUILD as
270 the user may set it externally. Thanks to Torbjörn Granlund for
271 the bug report.
272
273 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
274
275 * config.guess (alpha:Linux:*:*): Guard against missing
276 /proc/cpuinfo by redirecting standard error to /dev/null.
277
278 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
279
280 * config.guess (*:Twizzler:*:*): New.
281 * config.sub (-twizzler*): New.
282
283 2019-07-24 Ben Elliston <bje@gnu.org>
284
285 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
286
287 2019-06-30 Ben Elliston <bje@gnu.org>
288
289 * config.sub (case $os): Match nsk* and powerunix. Don't later
290 match nsk* and set os=nsk which removes the OS version number.
291
292 2019-06-30 Ben Elliston <bje@gnu.org>
293
294 * config.sub: Recognise os108*.
295
296 2019-06-26 Ben Elliston <bje@gnu.org>
297
298 * config.sub (hp300): Set $os to hpux.
299
300 2019-06-26 Ben Elliston <bje@gnu.org>
301
302 * config.sub (vsta): Move into alphabetical order.
303
304 2019-06-10 Ben Elliston <bje@gnu.org>
305
306 * config.guess (*:OS108:*:*): Recognise new OS.
307
308 2019-05-28 Ben Elliston <bje@gnu.org>
309
310 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
311 system compiler is installed. If not, do not run set_cc_for_build,
312 as the default cc will open a dialog box asking to install
313 Xcode. If no C compiler is available, guess based on uname -p and
314 uname -m.
315
316 2019-05-28 Ben Elliston <bje@gnu.org>
317
318 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
319
c4d3fc14
SM
3202020-01-17 Simon Marchi <simon.marchi@efficios.com>
321
322 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
323 * Makefile.in: Re-generate.
324
01027315
TT
3252020-01-14 Tom Tromey <tom@tromey.com>
326
327 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
328 * MAINTAINERS: Add gdbsupport.
329 * configure: Rebuild.
330 * configure.ac (configdirs): Add gdbsupport.
331 * gdbsupport: New directory, move from gdb/gdbsupport.
332 * Makefile.def (host_modules, dependencies): Add gnulib.
333 * Makefile.in: Rebuild.
334
abb78b78
AM
3352020-01-09 Aaron Merey <amerey@redhat.com>
336
337 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
338 new configure option --with-debuginfod.
339 * configure: Regenerate.
340 * configure.ac: Call AC_DEBUGINFOD.
341
cef2097a
CB
3422019-12-26 Christian Biesinger <cbiesinger@google.com>
343
344 * .gitignore: Add perf.data and perf.data.old.
345
95c746cc
SDJ
3462019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
347
348 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
349
a315e147
AM
3502019-10-17 Alan Modra <amodra@gmail.com>
351
352 PR 29
353 * src-release.sh (getver): Replace "head -1" with "head -n 1".
354
87279e3c
NA
3552019-07-30 Nick Alcock <nick.alcock@oracle.com>
356
357 * Makefile.def (host_modules): libctf is no longer no_install.
358 * Makefile.in: Regenerated.
359
1ff6de03
NA
3602019-07-13 Nick Alcock <nick.alcock@oracle.com>
361
362 * Makefile.def (dependencies): all-ld depends on all-libctf.
363 * Makefile.in: Regenerated.
364
60391a25
PB
3652019-09-09 Phil Blundell <pb@pbcl.net>
366
367 binutils 2.33 branch created
368
c1a5d03a
TT
3692019-08-19 Tom Tromey <tom@tromey.com>
370
371 * configure: Rebuild.
372 * configure.ac: Add --with-static-standard-libraries.
373
f211b8c0
NC
3742019-08-09 Nick Clifton <nickc@redhat.com>
375
376 * libiberty: Sync with gcc. Bring in:
377 2019-08-08 Martin Liska <mliska@suse.cz>
378
379 PR bootstrap/91352
380 * lrealpath.c (is_valid_fd): New function.
381
382 2019-07-24 Martin Liska <mliska@suse.cz>
383
384 PR lto/91228
385 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
386 Find first '\0' starting from gnu_lto + 1.
387
388 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
389
390 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
391 This fixes a Bug 90924.
392
393 2019-07-22 Martin Liska <mliska@suse.cz>
394
395 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
396 Do not search for gnu_lto_v1, but search for first '\0'.
397
398 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
399
400 * cplus-dem.c: Include rust-demangle.h.
401 * rust-demangle.c: Include rust-demangle.h.
402 * rust-demangle.h: New file.
403
404 2019-05-31 Michael Forney <mforney@mforney.org>
405
406 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
407 is non-zero.
408
409 2019-04-30 Ben L <bobsayshilol@live.co.uk>
410
411 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
412 * testsuite/d-demangle-expected: Add testcase.
413
414 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
415 * testsuite/d-demangle-expected: Add testcase.
416
417 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
418 * testsuite/d-demangle-expected: Add testcase.
419
420 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
421 * testsuite/d-demangle-expected: Add testcase.
422
423 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
424 * testsuite/d-demangle-expected: Add testcase.
425
426 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
427 * testsuite/demangle-expected: Add testcase.
428
429 * cp-demangle.c (d_encoding): Guard against NULL return values from
430 d_right (dc).
431 * testsuite/demangle-expected: Add testcase.
432
433 2019-04-29 Ben L <bobsayshilol@live.co.uk>
434
435 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
436 char is valid.
437 * testsuite/demangle-expected: Add testcase.
438
439 2019-04-10 Nick Clifton <nickc@redhat.com>
440
441 PR 89394
442 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
443 lengths.
444 (d_count_templates_scopes): Replace num_templates and num_scopes
445 parameters with a struct d_print_info pointer parameter. Adjust
446 body of the function accordingly. Add recursion counter and check
447 that the recursion limit is not reached.
448 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
449 Reset recursion counter afterwards, unless the recursion limit was
450 reached.
451
48b550c2
JB
4522019-07-13 Joel Brobecker <brobecker@adacore.com>
453
454 * src-release (getver): If $tool/gdbsupport/create-version.sh
455 exists, use that to determine the version number.
456
be74b5b7
AS
4572019-06-21 Andreas Schwab <schwab@linux-m68k.org>
458
459 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
460
73cc7272
TT
4612019-06-14 Tom Tromey <tom@tromey.com>
462
463 * MAINTAINERS: Add gnulib.
464 * gnulib: New directory, move from gdb/gnulib.
465 * configure.ac (host_libs): Add gnulib.
466 * configure: Rebuild.
467 * Makefile.def (host_modules, dependencies): Add gnulib.
468 * Makefile.in: Rebuild.
469
79b377b3
NC
4702019-06-03 Nick Clifton <nickc@redhat.com>
471
472 Revert:
473 2019-05-29 Nick Clifton <nickc@redhat.com>
474
475 * configure.ac (noconfigdirs): Add libctf if the target does not use
476 the ELF file format.
477 * configure: Regenerate.
478
e33f2313
NC
4792019-05-29 Nick Clifton <nickc@redhat.com>
480
481 * src-release.sh (do_proto_toplev): Add libctf to list of
482 directories that can be disabled.
483
90bd5423
NC
4842019-05-29 Nick Clifton <nickc@redhat.com>
485
486 * configure.ac (noconfigdirs): Add libctf if the target does not use
487 the ELF file format.
488 * configure: Regenerate.
489
9698cf9b
NA
4902019-05-28 Nick Alcock <nick.alcock@oracle.com>
491
492 * Makefile.def (dependencies): configure-libctf depends on all-bfd
493 and all its deps.
494 * Makefile.in: Regenerated.
495
88981b15
NA
4962019-05-28 Nick Alcock <nick.alcock@oracle.com>
497
498 * MAINTAINERS: Add libctf.
499
0e65dfba
NA
5002019-05-28 Nick Alcock <nick.alcock@oracle.com>
501
502 * Makefile.def (host_modules): Add libctf.
503 * Makefile.def (dependencies): Likewise.
504 libctf depends on zlib, libiberty, and bfd.
505 * Makefile.in: Regenerated.
506 * configure.ac (host_libs): Add libctf.
507 * configure: Regenerated.
508
2376c370
JM
5092019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
510
511 * config.guess: Synchronize with config project master sources.
512 * config.sub: Likewise.
513 * readline/support/config.guess: Likewise.
514 * readline/support/config.sub: Likewise.
515
c1202057
NC
5162019-04-10 Nick Clifton <nickc@redhat.com>
517
518 * libiberty: Sync with gcc. Bring in:
519 2019-04-10 Nick Clifton <nickc@redhat.com>
520
521 PR 89394
522 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
523 lengths.
524 (d_count_templates_scopes): Replace num_templates and num_scopes
525 parameters with a struct d_print_info pointer parameter. Adjust
526 body of the function accordingly. Add recursion counter and check
527 that the recursion limit is not reached.
528 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
529 Reset recursion counter afterwards, unless the recursion limit was
530 reached.
531
f974f26c
NC
5322018-06-24 Nick Clifton <nickc@redhat.com>
533
534 2.32 branch created.
535
d63f2be2
RO
5362019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
537
538 Merge from GCC:
539 PR target/88535
540 * config.guess: Import upstream version 2019-01-03.
541 * config.sub: Import upstream version 2019-01-01.
542
1910070b
NC
5432019-01-10 Nick Clifton <nickc@redhat.com>
544
545 * libiberty: Sync with gcc. Bring in:
546 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
547
548 PR other/16615
549
550 * cp-demangle.c: Mechanically replace "can not" with "cannot".
551 * floatformat.c: Likewise.
552 * strerror.c: Likewise.
553
554 2018-12-22 Jason Merrill <jason@redhat.com>
555
556 Remove support for demangling GCC 2.x era mangling schemes.
557 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
558 internal_cplus_demangle, and all subroutines.
559 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
560 Lucid, ARM, HP, and EDG demangling styles.
561 (cplus_demangle): Remove 'work' variable. Don't call
562 internal_cplus_demangle.
563
69961a84
ДП
5642019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
565
566 * configure.ac: Don't configure readline if --with-system-readline is
567 used.
568 * configure: Re-generate.
569
b555fb21
JM
5702018-10-31 Joseph Myers <joseph@codesourcery.com>
571
572 Merge from GCC:
573 PR bootstrap/82856
574 * multilib.am: New file. From automake.
575
80ca5f98
SDJ
5762018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
577
578 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
579
0a8288f7
NC
5802018-07-16 Nick Clifton <nickc@redhat.com>
581
582 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
583
26996596
SH
5842018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
585
586 * config.sub: Sync with upstream version 2018-07-03.
587
c5244148
SH
5882018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
589
590 * config.guess: Sync with upstream version 2018-06-26.
591 * config.sub: Sync with upstream version 2018-07-02.
592
4119873a
AO
5932018-06-29 Alexandre Oliva <oliva@adacore.com>
594
595 * configure.ac: Introduce support for @unless/@endunless.
596 * Makefile.tpl (dep-kind): Rewrite with cond; return
597 postbootstrap in some cases.
598 (make-postboot-dep, postboot-targets): New.
599 (dependencies): Do not output postbootstrap dependencies at
600 first. Output non-target ones changed for configure to depend
601 on stage_last @if gcc-bootstrap, and the original deps @unless
602 gcc-bootstrap.
603 * configure.in, Makefile.in: Rebuilt.
604
71300e2c
NC
6052018-06-24 Nick Clifton <nickc@redhat.com>
606
607 * configure: Regenerate.
608
d0ac1c44
SM
6092018-06-19 Simon Marchi <simon.marchi@ericsson.com>
610
611 * libtool.m4: Use AC_LANG_SOURCE.
612 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
613 * README-maintainer-mode: Update version requirements.
614 * ar-lib: New file.
615 * test-driver: New file.
616 * configure: Re-generate.
617
e0541124
EB
6182018-06-18 Eric Botcazou <ebotcazou@adacore.com>
619
620 * Makefile.def (fortran): Add check-target-libgomp-fortran.
621 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
622 * Makefile.in: Regenerate.
623
624 * configure: Regenerate.
625
db67d458
SM
6262018-06-18 Simon Marchi <simon.marchi@ericsson.com>
627
628 * configure.ac: Sync with GCC, remove MPX-related things.
629
b5778783
NC
6302018-05-01 Nick Clifton <nickc@redhat.com>
631
632 * config.guess: Synchronize with config project master sources.
633 * config.sub: Likewise.
634
1063beb5
FT
6352018-05-01 Francois H. Theron <francois.theron@netronome.com>
636
637 * configure.ac: Added "nfp" target.
638 * configure: Regenerate.
639
b29d2641
MR
6402018-02-13 Maciej W. Rozycki <macro@mips.com>
641
642 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
643 * configure: Regenerate.
644
52b2f300
NC
6452018-01-30 Nick Clifton <nickc@redhat.com>
646
647 * src-release.sh (do_proto_toplev): Add patterns for more junk files
648 to delete before creating the tarball.
649
b431b4ea
NC
6502018-01-29 Nick Clifton <nickc@redhat.com>
651
652 * src-release.sh (do_proto_toplev): Strip patch remnant files from
653 the sources before creating the tarball.
654
19e2900b
NC
6552018-01-13 Nick Clifton <nickc@redhat.com>
656
657 * src-release.sh: Update copyright notice. Change reference to devo
658 to be a reference to root.
659
bf41f30d
NC
6602018-01-10 Nick Clifton <nickc@redhat.com>
661
662 * config-ml.in: Sync with gcc sources.
663 * config.guess: Likewise.
664 * config.sub: Likewise.
665 * configure.ac: Likewise.
7ec0cd50 666 * configure: Regenerate.
bf41f30d 667
863f7a5f
NC
6682017-12-14 Nick Clifton <nickc@redhat.com>
669
670 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
671
638d9137
SH
6722017-12-12 Stafford Horne <shorne@gmail.com>
673
674 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
675 * configure: Regenerate.
676
ef87240f
NC
6772017-09-15 Nick Clifton <nickc@redhat.com>
678
679 * src-release.sh (LZIPPROG): New define. Provides the name of the
680 lzip program.
681 (do_lz): New function. Compresses a tarball using the lzip
682 program.
683 (do_compress): Add support for lzip compression.
684 (usage): Mention -l option.
685 (build_release): Support -l option to invoke lzip compression.
686
817b7711
AM
6872017-09-15 Alan Modra <amodra@gmail.com>
688
689 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
690 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
691 and sim depending on $tool and $support_files. Echo configure line.
692
255300f5 6932017-09-14 Matt Rice <ratmice@gmail.com>
694
695 * src-release.sh (do_proto_toplev): Enable gold during release process.
696
8f0dd45f
AJ
6972017-04-13 Andrew Jenner <andrew@codesourcery.com>
698
699 * config.sub: Sync with master version in config project.
700
2f5f29ca
AJ
7012017-04-03 Andrew Jenner <andrew@codesourcery.com>
702
703 * config.sub: Handle ia16 in $basic_machine.
704
705 bfd/
706 * config.bfd: Handle ia16.
707
708 gas/
709 * configure.tgt: Handle ia16.
710
711 ld/
712 * configure.tgt: Handle ia16.
713
11997a83
NC
7142017-03-22 Nick Clifton <nickc@redhat.com>
715
716 * config.sub: Sync with master version in config project.
717 * config.guess: Likewise.
718
05a13254
NC
7192017-01-23 Nick Clifton <nickc@redhat.com>
720
721 * configure.ac: Update year in copyright notice.
722 Sync from FSF GCC mainline, bringing in the following patches.
723 * Makefile.def: Likewise.
724 * Makefile.tpl: Likewise.
725 * configure: Regenerate.
726 * Makefile.in: Regenerate.
727
728 2016-12-21 Jakub Jelinek <jakub@redhat.com>
729
730 * configure.ac: Don't bootstrap libmpx unless --with-build-config
731 includes bootstrap-mpx.
732
733 2016-12-01 Matthias Klose <doko@ubuntu.com>
734
735 * configure.ac: Don't use pkg-config to check for bdw-gc.
736
737 2016-11-30 Matthias Klose <doko@ubuntu.com>
738
739 * Makefile.def: Remove reference to boehm-gc target module.
740 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
741 options and for the bdw-gc pkg-config module.
742
743 2016-11-15 Matthias Klose <doko@ubuntu.com>
744
745 * config-ml.in: Remove references to GCJ.
746 * configure.ac: Likewise.
747
748 2016-09-30 Jakub Jelinek <jakub@redhat.com>
749
750 * configure.ac: Add target-libffi to target_libraries.
751 Readd libgcj target disablings, modified to only target-libffi.
752 Readd target addition of go to unsupported languages.
753
754 2016-09-30 Andrew Haley <aph@redhat.com>
755
756 * Makefile.def: Remove libjava.
757 * Makefile.tpl: Likewise.
758 * configure.ac: Likewise.
759
760 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
761
762 * configure.ac: Disable "sim" directory for arc*-*-*.
763
764 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
765
766 * configure.ac: Check for the minimum in-tree MPFR version
767 handled.
768
3f66c01b
AM
7692016-12-31 Alan Modra <amodra@gmail.com>
770
771 * config.sub: Import from upstream.
772
da17fe9d
AM
7732016-12-08 Alan Modra <amodra@gmail.com>
774
775 * configure: Regenerate.
776
d5451cd4
JC
7772016-12-02 Josh Conner <joshconner@google.com>
778
779 * configure.ac: Add fuchsia to targets that use ELF.
780 * configure: Regenerated.
781
5ada5c6f
DE
7822016-11-07 Doug Evans <dje@google.com>
783
784 * config.sub: Sync with upstream version 2016-11-03.
785 git://git.sv.gnu.org/config.git
786 * config.guess: Sync with upstream version 2016-10-02.
787
07619d52
SM
7882016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
789
790 * .gitignore: Add archives and make stamps.
791
bedbe19c
YTL
7922016-07-20 Yan-Ting Lin <currygt52@gmail.com>
793
794 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
795 * configure: Regenerated.
796
9abdce70
WL
7972016-06-28 Walter Lee <walt@tilera.com>
798
799 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
800 * configure: Regenerate.
801
0597bdc4
AM
8022016-05-28 Alan Modra <amodra@gmail.com>
803
804 * Makefile.tpl (configure): Depend on m4 files included.
805 * Makefile.in: Regenerate.
806
1690f1db
NC
8072016-05-27 Nick Clifton <nickc@redhat.com>
808
809 * config.guess (Alpha OSF1): Fix typo introduced during the most
810 recent synchronization update.
811
b43b8535
NC
8122016-05-23 Nick Clifton <nickc@redhat.com>
813
814 * Import these patches from the gcc mainline:
815
816 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
817
818 * config.guess: Import version 2016-04-02 (newest).
819 * config.sub: Import version 2016-05-10 (newest).
820
bb7dc663
NC
8212016-04-19 Nick Clifton <nickc@redhat.com>
822
823 * Import this patch from the GCC mainline:
824
825 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
826
827 PR bootstrap/70173
828 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
829 and gotools directories. Delete the stage_final file.
830 * Makefile.in: Regenerate.
831
ea016470
CC
8322016-03-17 Cary Coutant <ccoutant@gmail.com>
833
834 * configure.ac: Add mips and s390 to the gold target check.
835 * configure: Regenerate.
836
52cf9762
NC
8372016-02-10 Nick Clifton <nickc@redhat.com>
838
839 Import these patches from the GCC mainline:
840
841 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
842
843 * configure.ac: Enable LTO for DJGPP
844 * configure: Regenerate
845
846 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
847
848 PR bootstrap/69329
849 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
850 * Makefile.in: Regenerate.
851
852 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
853 Sebastian Pop <s.pop@samsung.com>
854
855 * Makefile.in: Regenerate.
856 * Makefile.tpl: Export ISLVER.
857 * configure: Regenerate.
858 * config/isl.m4: Detect isl-0.15.
859
860 2016-01-29 Sebastian Pop <s.pop@samsung.com>
861
862 * config/isl.m4: Add comments about isl-0.16.
863 * configure: Regenerate.
864
1985dc2d
L
8652016-01-12 H.J. Lu <hongjiu.lu@intel.com>
866
867 Sync with GCC
868 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
869
870 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
871 symbols.
872
873 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
874
875 PR bootstrap/69134
876 * Makefile.def (mpfr): Disable assembler.
877 * Makefile.in: Regenerate.
878
4849dfd8
NC
8792016-01-11 Nick Clifton <nickc@redhat.com>
880
881 Import the following changes from the GCC mainline:
882
883 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
884
885 * configure.ac: Enable libmpx by default.
886 * configure: Regenerated.
887
888 2015-11-19 Martin Liska <mliska@suse.cz>
889
890 * .gitignore: Add .clang-format to ignored files.
891 * Makefile.tpl: Add clang-format.
892 * Makefile.in: Regenerate.
893
894 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
895
896 PR libffi/65726
897 * Makefile.def (lang_env_dependencies): Make libffi depend
898 on cxx.
899 * Makefile.in: Regenerate.
900
901 2015-12-02 Ian Lance Taylor <iant@google.com>
902
903 PR go/66147
904 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
905 * Makefile.in: Regenerate.
906
907 2015-12-17 Nathan Sidwell <nathan@acm.org>
908
909 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
910 * configure: Regenerate.
911
912 2015-12-17 Sebastian Pop <s.pop@samsung.com>
913
914 * Makefile.in: Replace ISL with isl.
915 * Makefile.tpl: Same.
916 * config/isl.m4: Same.
917 * configure.ac: Same.
918 * contrib/download_prerequisites: Same.
919 * configure: Regenerate.
920
921 2016-01-01 Ben Elliston <bje@gnu.org>
922
923 * config.guess: Import version 2016-01-01.
924 * config.sub: Likewise.
925
f075eb5e
TG
9262015-11-20 Tristan Gingold <gingold@adacore.com>
927
928 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
929 * configure: Regenerate.
930
6c3bc0f8
NC
9312015-10-21 Nick Clifton <nickc@redhat.com>
932
933 PR gas/19109
934 * configure.ac: Note the 'none' is an acceptable argument to
935 --enable-compressed-debug-sections.
936 * configure: Regenerate.
937
edeefb67
L
9382015-10-20 H.J. Lu <hongjiu.lu@intel.com>
939
940 PR gas/19109
941 * configure.ac: Add
942 --enable-compressed-debug-sections={all,gas,gold,ld}.
943 * configure: Regenerated.
944
68996839
NC
9452015-09-30 Nick Clifton <nickc@redhat.com>
946
947 Import the following patches from the GCC mainline:
948
949 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
950
951 PR libfortran/54572
952 * Makefile.def: Make libgfortran depend on libbacktrace.
953 * Makefile.in: Regenerate.
954
955 2015-08-12 Tom de Vries <tom@codesourcery.com>
956
957 PR other/67092
958 PR other/67098
959 * configure.ac: Remove --with_host_libstdcxx support.
960 * configure: Regenerate.
961
962 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
963 Jakub Jelinek <jakub@redhat.com>
964
965 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
966 nvptx*-*-*.
967 * configure: Regenerate.
968
5960642a
L
9692015-08-07 H.J. Lu <hongjiu.lu@intel.com>
970
971 Sync with GCC
972 2015-07-28 Ben Elliston <bje@gnu.org>
973
974 * config.sub, config.guess: Import from upstream.
975
016a3251
DD
9762015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
977
978 * Makefile.def (libiconv): Define bootstrap=true.
979 Mark pdf/html/info as missing.
980 (configure-gcc): Depend on all-libiconv.
981 (all-gcc): Ditto.
982 (configure-libcpp): Ditto.
983 (all-libcpp): Ditto.
984 (configure-intl): Ditto.
985 (all-intl): Ditto.
986 * Makefile.in: Regenerate.
987
136bb21f
L
9882015-07-27 H.J. Lu <hongjiu.lu@intel.com>
989
990 Sync with GCC
991 2015-07-24 Michael Darling <darlingm@gmail.com>
992
993 PR other/66259
994 * config-ml.in: Reflects renaming of configure.in to configure.ac
995 * configure: Likewise
996 * configure.ac: Likewise
997
22121df0
L
9982015-07-14 H.J. Lu <hongjiu.lu@intel.com>
999
1000 * Makefile.in: Regenerated.
1001
1002 Sync with GCC
1003 2015-05-21 Jason Merrill <jason@redhat.com>
1004
1005 * Makefile.tpl: Update comments.
1006
1007 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1008
1009 * Makefile.tpl: Remove surplus whitespace throughout.
1010
1011 2015-03-25 Martin Liska <mliska@suse.cz>
1012 Yury Gribov <y.gribov@samsung.com>
1013
1014 * Makefile.tpl: Fix ln source location for vimrc file.
1015
969b1713
L
10162015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 Sync with GCC
1019 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1020
1021 * configure.ac: FT32 target added.
1022 * configure: Regenerate.
1023
ce6c656d
L
10242015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1025
1026 Sync with GCC
1027 2015-06-02 Jason Merrill <jason@redhat.com>
1028
1029 PR bootstrap/66319
1030 * configure.ac: Use -std=gnu++98.
1031
1032 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1033
1034 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1035 * configure: Regenerate.
1036
1037 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1038
1039 * configure.ac: Fix typo.
1040 * configure: Regenerate.
1041
1042 2015-05-03 Matthias Klose <doko@ubuntu.com>
1043
1044 * configure.ac: Match $host configured with triplets.
1045 * configure: Regenerate.
1046
1047 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1048
1049 PR bootstrap/62077
1050 * configure.ac (--enable-stage1-checking): Default to
1051 release,misc,gimple,rtlflag,tree,types if --disable-checking
1052 or --enable-checking is not specified and DEV-PHASE is not
1053 experimental.
1054 * configure: Regenerated.
1055
1056 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1057
1058 Install back PR target/47230 fix (Revert the revert).
1059
16beab3d
L
10602015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1061
1062 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1063 target.
1064 * configure: Regenerate.
1065
5569a85f
JDA
10662015-05-13 John David Anglin <dave.anglin@bell.net>
1067
1068 * configure.ac: Disable configuration of GDB for HPUX targets.
1069 * configure: Regenerate.
1070
e81d5d05
L
10712015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1072
1073 PR ld/18355
1074 * Makefile.def: Add extra_configure_flags to host zlib.
1075 * configure.ac (extra_host_zlib_configure_flags): New. Set
1076 to --enable-host-shared When bfd is to be built as shared
1077 library. AC_SUBST.
1078 * Makefile.in: Regenerated.
1079
ec5b9462
HPN
10802015-04-15 Mike Frysinger <vapier@gentoo.org>
1081 Hans-Peter Nilsson <hp@axis.com>
1082
1083 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1084 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1085 use that in the getver call instead of $tool.
1086 (sim_release): Pass gdb as fifth parameter to tar_compress.
1087 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1088
f91ca6bc
IB
10892015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1090
1091 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1092 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1093 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1094 * Makefile.in: Regenerate.
1095
cf39cfc5
L
10962015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * configure.ac: Add --with-system-zlib.
1099 * configure: Regenerated.
1100
6ac1079e
L
11012015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * src-release.sh: Don't configure with --with-target-subdir=.
1104 --disable-multilib.
1105
890ba06f
L
11062015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1109 src-release.sh.
1110
5675acd9
ES
11112015-03-30 Ed Schouten <ed@nuxi.nl>
1112
1113 * config.sub: Update from upstream, to 2015-03-04 version.
1114 * config.guess: Likewise.
1115
d2d67aea
L
11162015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1117
1118 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1119 * Makefile.in: Regenerated.
1120
92c695a1
L
11212015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 * src-release.sh (do_proto_toplev): Configure with --target
1124 --with-target-subdir and --disable-multilib.
1125 (BINUTILS_SUPPORT_DIRS): Add zlib.
1126 (GAS_SUPPORT_DIRS): Likewise.
1127 (GDB_SUPPORT_DIRS): Likewise.
1128 (SIM_SUPPORT_DIRS): Likewise.
1129
091021fa
L
11302015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 * configure.ac (target_configdirs): Exclude target-zlib if
1133 target-libjava isn't built.
1134 * configure: Regenerated.
1135
5df8a8fc
L
11362015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1137
1138 Sync with GCC
1139 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1140
1141 * config-ml.in: Robustify ac_configure_args parsing.
1142
1b6c0831
L
11432015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1144
1145 * Makefile.def: Updated from GCC trunk.
1146 * Makefile.tpl: Likewise.
1147 * configure.ac: Likewise.
1148 * Makefile.in: Regenerated.
1149 * configure: Likewise.
1150
3f8107ab
AM
11512015-01-28 James Bowman <james.bowman@ftdichip.com>
1152
1153 * configure.ac: Add FT32 support.
1154 * configure: Regenerate.
1155
10b8fe5e
AG
11562015-01-12 Anthony Green <green@moxielogic.com>
1157
1158 * configure.ac: Don't disable gprof for moxie.
1159 * configure: Rebuild.
1160
6b91c541
AP
11612015-01-03 Andrew Pinski <apinski@cavium.com>
1162
1163 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1164 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1165 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1166 (OBJCOPY_FOR_TARGET): New variable.
1167 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1168 * Makefile.in: Regenerate.
1169 * configure.ac: Check for already installed target objcopy.
1170 Also GCC_TARGET_TOOL on objcopy.
1171 * configure: Regenerate.
1172
6ba37ab4
HPN
11732015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1174
1175 * config.sub: Update from upstream, to 2015-01-01 version.
1176 * config.guess: Ditto.
1177
bb5f7690
EB
11782014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1179
1180 * config.sub: Update from upstream config repo.
1181
6e733cce
L
11822014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1183
1184 * libtool.m4: Updated from GCC trunk.
1185
8969c424
JBG
11862014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1187
1188 * config.guess: Update from upstream config repo.
1189 * config.sub: Ditto.
1190
37e77caf
JBG
11912014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1192
1193 * move-if-change: Update from upstream gnulib.
1194
e3046511
JBG
11952014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1196
1197 * compile: Sync with upstream Automake.
1198 * depcomp: Ditto.
1199 * install-sh: Ditto.
1200 * missing: Ditto.
1201 * mkinstalldirs: Ditto.
1202 * ylwrap: Ditto.
1203
3e615393
TG
12042014-10-15 Tristan Gingold <gingold@adacore.com>
1205
1206 * src-release.sh (do_proto_toplev): Configure with --target.
1207
6d26190c
JY
12082014-10-03 Jing Yu <jingyu@google.com>
1209
1210 * configure.ac: Add aarch64 to list of targets that support gold.
1211 * configure: Regenerate.
1212
a9d58c06
AB
12132014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1214
1215 * configure.ac: Add mips*-img-elf* target triple.
1216 * configure: Regenerate.
1217
b25b5cef
CJW
12182014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1219 * configure: Disable gdb for nds32*-*-* until supported.
1220 * configure.ac: Disable gdb for nds32*-*-* until supported.
1221
f8797b5a
JB
12222014-09-05 Joel Brobecker <brobecker@adacore.com>
1223
1224 * configure: Regenerate.
1225
2536ee9d
WN
12262014-08-27 Will Newton <will.newton@linaro.org>
1227
1228 * src-release.sh: New file.
1229 * src-release: Remove file.
1230
1f995db6
JS
12312014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1232
1233 GDB not supported for or1k*-*-rtems*
1234 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1235 of the stanzas results in this not being caught by or1k*-*-* later.
1236 * configure. Regenerated.
1237
a843ea33
SB
12382014-07-25 Samuel Bronson <naesten@gmail.com>
1239
1240 * .gitattributes: New file for use with git-merge-changelog.
1241
cfbc1a6c
JS
12422014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1243
1244 Disable gdb for or1k*-*-* until supported
1245 * configure.ac (or1k*-*-*): Disable gdb.
1246 * configure: Regenerated.
1247
d9e042ac
SL
12482014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1249
1250 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1251 * configure: Regenerated.
1252
201f096f 12532014-03-26 Jakub Jelinek <jakub@redhat.com>
1254
1255 PR sanitizer/56781
1256 * Makefile.def: Set bootstrap=true; for host fixincludes.
1257 * configure.ac: Don't bootstrap host fixincludes unless
1258 --with-build-config=bootstrap-{a,ub}san.
1259 * Makefile.in: Regenerated.
1260 * configure: Regenerated.
1261
730af8ee 12622014-03-21 Jakub Jelinek <jakub@redhat.com>
1263
1264 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1265 --enable-vtable-verify option parsing. Don't add
1266 target-libsanitizer to bootstrap_target_libs unless
1267 --with-build-config=bootstrap-asan or
1268 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1269 to bootstrap_target_libs unless --enable-vtable-verify.
1270 * configure: Regenerated.
1271
abca8d87 12722014-03-07 Jakub Jelinek <jakub@redhat.com>
1273
1274 PR bootstrap/58572
1275 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1276 -I for libstdc++-v3 includes if $(LEAN).
1277 * Makefile.in: Regenerated.
1278
68d122bb 12792014-02-24 Walter Lee <walt@tilera.com>
1280
1281 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1282 (tilegx-*-*): Change to tilegx*-*-*.
1283 * configure: Regenerate.
1284
39d1b2ae
RS
12852014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1286
1287 * config.sub, config.guess: Import from upstream.
1288
50f80006
EB
12892014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1290
1291 PR bootstrap/60620
72f4393d 1292 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1293 * Makefile.in: Regenerate.
1294
a6305403
YS
12952014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1296
1297 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1298 for WINDRES_FOR_TARGET in default-manifest.o rule.
1299 * Makefile.in: Regenerate.
1300
62a0f723
RO
13012014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1302
1303 PR target/59788
1304 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1305 *solaris2*.
1306
530e8392
KB
13072013-12-19 Keven Boell <keven.boell@intel.com>
1308
1309 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1310 nested lookups for fortran modules.
1311 * dwarf2read.c (read_module): Add fortran module to
1312 the symbol table.
1313 (add_partial_symbol, add_partial_module): Add fortran
1314 module to the partial symbol table.
1315 (new_symbol_full): Create full symbol for fortran module.
1316 * f-exp.y (yylex): Add new module domain to be parsed.
1317 * symtab.h: New domain for fortran modules.
1318
7f9b20bb
KB
13192013-12-19 Keven Boell <keven.boell@intel.com>
1320
1321 * f-exp.y (yylex): Add domain array to enable lookup
1322 in multiple domains. Loop over lookup domains and try
1323 to find requested symbol. Add STRUCT_DOMAIN to lookup
1324 domains to be able to query for user defined types.
1325
afc0578d 13262013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1327
1328 * configure.ac: Add user-friendly check for native x86_64-linux
1329 multilibs.
1330 * configure: Regenerate.
1331
f3f51a69
AM
13322013-11-23 Alan Modra <amodra@gmail.com>
1333
1334 * config.sub, config.guess: Import from upstream.
1335
2440009d 13362013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1337
2440009d 1338 * Makefile.in: Regenerate.
1339
e78e02e6 1340 * Makefile.tpl: Fix typo.
1341 * Makefile.in: Regenerate partially.
1342
9aaf2a7e 13432013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1344
1345 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1346 supported.
1347 * configure: Regenerated.
1348
880b18d1 13492013-10-30 Jason Merrill <jason@redhat.com>
1350
1351 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1352 --disable-build-format-warnings.
1353
522e3d71 13542013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1355
f3f51a69 1356 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1357 depend on libstdc++ and libgcc.
1358 * configure: Regenerate.
1359 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1360 libcilkrts for POSIX and i*86, and x86_64 architectures.
1361 * Makefile.in: Added libcilkrts related fields to support building it.
1362
cb49a9e1 13632013-10-26 Jeff Law <law@redhat.com>
1364
1365 * Makefile.def (target_modules): Remove libmudflap
1366 (languages): Remove check-target-libmudflap).
1367 * Makefile.in: Rebuilt.
1368 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1369 * configure.ac (target_libraries): Remove target-libmudflap.
1370 Remove checks which disabled libmudflap on some systems.
1371 * configure: Rebuilt.
1372 * libmudflap: Directory removed.
1373
82033c9b
JBG
13742013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1375
1376 * configure.ac: Update from GCC.
1377 * configure: Regenerate.
1378
b50d7605
HPN
13792013-10-15 Hans-Peter Nilsson <hp@axis.com>
1380
1381 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1382 files in SUPPORT_FILES.
1383 (SIM_SUPPORT_DIRS): New variable.
1384 (sim.tar.bz2): New rule.
1385
f4cfb980
JBG
13862013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1387
1388 * configure.ac: Update from GCC.
1389 * configure: Regenerate.
1390
78b1434c
JJ
13912013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1392
1393 * COPYING.NEWLIB: Update with new copyright.
1394
b3fc79f8
JBG
13952013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1396
1397 * configure.ac: Update from GCC.
1398 * configure: Regenerate.
1399
cc9afea3
AM
14002013-09-20 Alan Modra <amodra@gmail.com>
1401
1402 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1403 ppc host match. Support little-endian powerpc linux hosts.
1404
f006cabd
JB
14052013-08-16 Joel Brobecker <brobecker@adacore.com>
1406
1407 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1408 strip the "-cvs" suffix from the version number if present.
1409
95e43135
JBG
14102013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1411
1412 * configure.ac: Sync with GCC repo.
1413 * Makefile.def: Ditto.
1414 * configure: Regenerate.
1415 * Makefile.in: Ditto.
1416
7539e41e
JB
14172013-07-22 Joel Brobecker <brobecker@adacore.com>
1418
1419 * src-release (VER): Use $(TOOL)/common/create-version.sh
1420 if it exists.
1421
e8044f35
RS
14222013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1423
1424 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1425 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1426 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1427 * configure: Regenerate.
1428
7bab7634
DC
14292013-06-01 George Thomas <george.thomas@atmel.com>
1430
95e43135
JBG
1431 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1432 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1433
b5364c9e
JJ
14342013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1435
1436 * COPYING.NEWLIB: Add Altera Corporation copyright.
1437
5dad867c
JBG
14382013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1439
1440 * config.guess: Update from config repo.
1441 * config.sub: Ditto.
1442
b836cb18
JBG
14432013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1444
1445 * Makefile.def: Sync with GCC.
1446 * Makefile.in: Regenerate.
1447
e7d5abf1
JBG
14482013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1449
1450 * configure.ac: Sync with GCC.
b836cb18 1451 * configure: Regenerate.
e7d5abf1 1452
4f778543
MF
14532013-03-22 Mike Frysinger <vapier@gentoo.org>
1454
1455 * src-release (VER): Change bfd/configure.in sed to use the new
1456 `bfd/configure --version` output.
1457
f1dd87fc
YZ
14582013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1459
1460 * configure.ac: Sync with GCC repo.
1461 * configure: Ditto.
1462
a413f71a
ILT
14632013-02-05 Ian Lance Taylor <iant@google.com>
1464
1465 PR go/55969
1466 * configure.ac: Disable libgo on some systems where it does not
1467 work.
1468 * configure: Rebuild.
1469
3a98824c
AM
14702013-02-05 Alan Modra <amodra@gmail.com>
1471
1472 * configure: Regenerate after syncing config/.
1473
3dae1673
JBG
14742013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1475
1476 * configure.ac: Sync with GCC repo.
1477 * configure: Ditto.
1478 * Makefile.def: Ditto.
1479 * Makefile.in: Ditto.
1480
bf51454b
JB
14812013-01-11 Joel Brobecker <brobecker@adacore.com>
1482
1483 Sync with GCC, merge:
1484
1485 2013-01-09 Jason Merrill <jason@redhat.com>
1486
1487 * .gitignore: Import from gdb repository.
1488
c841a2be
JBG
14892013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1490
1491 * config.sub: Update from config repo.
1492
d7b9dae9
EB
14932013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1494
1495 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1496 * Makefile.in: Regenerate.
1497
861ea9c8
L
14982013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1499
1500 * Makefile.def (configure-gcc): Depend on all-gmp.
1501 (all-gcc): Remove dependency on all-gmp.
1502 * Makefile.in: Regenerated.
1503
ce82b126
JBG
15042013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1505
1b4f418d 1506 * config.guess: Update from config repo.
c2e5e6d7 1507 * config.sub: Ditto.
ce82b126 1508
fd62a30d
JJ
15092013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1510
1511 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1512 exists and replace the new bfin license in its location.
1513
0140d685
L
15142013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1515
1516 PR gas/14899
1517 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1518 all-ld and all-gold depend on all-gas.
1519 * Makefile.in: Regenerated.
1520
c3d399e7
L
15212012-12-29 Ben Elliston <bje@gnu.org>
1522
1523 * config.guess: Update to 2012-12-29 version.
1524 * config.sub: Likewise.
1525
9417cd2f
JBG
15262012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1527
1528 * Makefile.def (install-target-libgo): Depend on
1529 install-target-libatomic. Merged from GCC repo.
1530 * Makefile.in: Regenerate.
1531
68dad382
JJ
15322012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1533
1534 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1535
2344b8da
TS
15362012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1537
1538 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1539 * configure: Regenerate.
1540
5eb08693
L
15412012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1542
1543 * Makefile.def (target_modules): Add bootstrap=true and
1544 raw_cxx=true to libsanitizer.
1545 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1546 * Makefile.in: Regenerated.
1547 * configure: Likewise.
1548
53ab32d8
JBG
15492012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1550
1551 * config.sub: Merge from config repo.
1552
d2489204
JBG
15532012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1554
1555 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1556 * Makefile.tpl: Ditto.
1557 * Makefile.in: Ditto.
1558 * configure: Ditto.
d2489204 1559
c23b5043
JBG
15602012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1561
1562 * configure.ac (noconfigdirs): Merge from GCC.
1563 * configure: Regenerate.
1564
1dd1f7f6
JBG
15652012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1566
1567 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1568
2bda3143
L
15692012-11-14 Roland McGrath <mcgrathr@google.com>
1570
1571 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1572 * configure: Regenerate.
1573
5286fdef
L
15742012-11-13 Richard Henderson <rth@redhat.com>
1575
1576 * configure.ac: Move libsanitizer logic to subdirectory.
1577 * configure: Regenerate.
1578
15792012-11-13 Dodji Seketeli <dodji@redhat.com>
1580
1581 * configure.ac: Enable libsanitizer just on x86 linux for now.
1582 * configure: Re-generate.
1583
15842012-11-13 David Edelsohn <dje.gcc@gmail.com>
1585
1586 * configure.ac: Merge libquadmath sections.
1587 * configure: Regenerate.
1588
15892012-11-12 Wei Mi <wmi@google.com>
1590
1591 * configure.ac: Add libsanitizer to target_libraries.
1592 * Makefile.def: Ditto.
1593 * configure: Regenerate.
1594 * Makefile.in: Regenerate.
1595
f66a9a70
L
15962012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1597
1598 * configure: Regenerated.
1599
16002012-11-03 Robert Mason <rbmj@verizon.net>
1601
1602 * configure.ac: add --disable-libstdcxx configure option
1603 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1604
6d94c122
CV
16052012-10-24 Corinna Vinschen <corinna@vinschen.de>
1606
1607 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1608 against Mingw64 w32api.
1609 * configure: Regenerate.
1610
a882be68
EB
16112012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1612
1613 PR bootstrap/54820
1614 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1615 * configure: Regenerate.
1616
b3676d82
EB
16172012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1618
1619 PR bootstrap/54820
1620 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1621 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1622 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1623 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1624 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1625 * Makefile.in: Regenerate.
1626 * configure.ac (have_static_libs): New variable and associated check.
1627 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1628 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1629 * configure: Regenerate.
1630
7b0e8ca5
MF
16312012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1632
1633 * config.guess, config.sub: Include updated version from
1634 config-patches. Adds microblaze little endian support.
1635
8e71395b
L
16362012-09-28 Ian Lance Taylor <iant@google.com>
1637
1638 * Makefile.def: Make all-target-libgo depend on
1639 all-target-libbacktrace.
1640 * Makefile.in: Rebuild.
1641
16422012-09-26 Ian Lance Taylor <iant@google.com>
1643
1644 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1645 * Makefile.in: Rebuild.
1646
16472012-09-06 Diego Novillo <dnovillo@google.com>
1648
1649 * configure.ac: Bump minimum GMP version to 4.2.3.
1650 * configure: Re-generate.
1651
16522012-09-05 Georg-Johann Lay <avr@gjlay.de>
1653
1654 PR target/54461
1655 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1656 target-libgloss if not configured --with-avrlibc=no.
1657 * configure: Regenerate.
1658
16592012-09-04 Jason Merrill <jason@redhat.com>
1660
1661 * configure.ac: Fix --enable-languages=all.
1662
16632012-09-03 Richard Guenther <rguenther@suse.de>
1664
1665 PR bootstrap/54138
1666 * configure.ac: Re-organize ISL / CLOOG checks to allow
1667 disabling with either --without-isl or --without-cloog.
1668 * configure: Regenerated.
1669
16702012-09-03 Georg-Johann Lay <avr@gjlay.de>
1671
1672 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1673 * configure: Regenerate.
1674
d09bbf00
SE
16752012-09-21 Steve Ellcey <sellcey@mips.com>
1676
1677 * configure.ac: Add mips*-mti-elf* target.
1678 * configure: Regenerate.
1679
2bf680c4
ILT
16802012-09-19 Ian Lance Taylor <iant@google.com>
1681
1682 * configure.ac (host_libs): Add libbacktrace.
1683 (target_libraries): Add libbacktrace.
1684 * Makefile.def (host_modules): Add libbacktrace.
1685 (target_modules): Likewise.
1686 * configure, Makefile.in: Rebuild.
1687
5c0b3823
WL
16882012-09-15 Jiong Wang <jiwang@tilera.com>
1689
1690 * configure.ac (ENABLE_GOLD): support tilegx*
1691 * configure: rebuild
1692
1488e230
DE
16932012-09-14 David Edelsohn <dje.gcc@gmail.com>
1694
1695 PR target/38607
1696 Merge upstream change.
1697 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1698
1699 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1700 Add libgomp*.o to compare_exclusions for AIX.
1701 * configure: Regenerate.
1702
df6795ce
L
17032012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1704
1705 PR binutils/4970
1706 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1707 and opcodes.
1708 * Makefile.in: Regenerated.
1709
7ec59b9e
L
17102012-08-14 Diego Novillo <dnovillo@google.com>
1711
1712 Merge from cxx-conversion branch.
1713
1714 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1715 POSTSTAGE1_CONFIGURE_FLAGS.
1716 * Makefile.in: Regenerate.
1717 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1718 Force C++ when bootstrapping.
1719 * configure: Regenerate.
1720
17212012-07-06 Richard Guenther <rguenther@suse.de>
1722
1723 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1724 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1725 --with-gmp=system.
1726 * Makefile.in: Regenerated.
1727 * configure: Likewise.
1728
17292012-07-06 Richard Guenther <rguenther@suse.de>
1730
1731 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1732 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1733 supply V=1 as extra_make_flags.
1734 * configure: Regenerated.
1735 * Makefile.in: Likewise.
1736
17372012-07-03 Richard Guenther <rguenther@suse.de>
1738
1739 * Makfile.def (isl): Remove not necessary extra_exports and
1740 extra_make_flags.
1741 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1742 * Makefile.in: Regenerated.
1743
17442012-07-03 Richard Guenther <rguenther@suse.de>
1745
1746 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1747 * configure.ac: If either the ISL or the CLooG check failed
1748 do not try to build in-tree versions.
1749 * Makefile.in: Regenerated.
1750 * configure: Regenerated.
1751
17522012-07-02 Richard Guenther <rguenther@suse.de>
1753 Michael Matz <matz@suse.de>
1754 Tobias Grosser <tobias@grosser.es>
1755 Sebastian Pop <sebpop@gmail.com>
1756
1757 * Makefile.def: Add ISL host module, remove PPL host module.
1758 Adjust ClooG host module to use the proper ISL.
1759 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1760 * configure.ac: Include config/isl.m4. Add ISL host library,
1761 remove PPL. Remove PPL configury, add ISL configury, adjust
1762 ClooG configury.
1763 * Makefile.in: Regenerated.
1764 * configure: Likewise.
1765
17662012-07-02 Richard Guenther <rguenther@suse.de>
1767
1768 Merge from graphite branch
1769 2011-07-21 Tobias Grosser <tobias@grosser.es>
1770
1771 * configure: Regenerated.
1772 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1773 both cloog.org and legacy versions. The only supported version will
1774 be CLooG with the isl backend.
1775
1776 2011-07-21 Tobias Grosser <tobias@grosser.es>
1777
1778 * configure: Regenerated.
1779 * configure.ac: Require cloog isl 0.17.0
1780
1781 2011-07-21 Tobias Grosser <tobias@grosser.es>
1782
1783 * configure: Regenerated.
1784 * config/cloog.m4: Do not define CLOOG_ORG
1785
17862012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1787
1788 * configure.ac: Skip C if explicitly selected.
1789 * configure: Regenerate.
1790
17912012-06-28 Christophe Lyon <christophe.lyon@st.com>
1792
1793 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1794 they contain -O2.
1795 * configure: Regenerate.
1796
17972012-06-20 Jason Merrill <jason@redhat.com>
1798
1799 * Makefile.tpl (check-target-libgomp-c++): New.
1800 (check-target-libitm-c++): New.
1801 * Makefile.def (c++): Add them.
1802 * Makefile.in: Regenerate.
1803
18042012-05-16 Olivier Hainque <hainque@adacore.com>
1805
1806 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1807 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1808 (install-no-fixedincludes): Adjust accordingly.
1809 * Makefile.in: Regenerate.
1810
18112012-05-09 Nick Clifton <nickc@redhat.com>
1812 Paul Smith <psmith@gnu.org>
1813
1814 PR bootstrap/50461
1815 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1816 allow for the fact that from release v3.1.0 of MPFR the source
1817 files were moved into a src sub-directory.
1818 * configure: Regenerate.
1819
18202012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1821
1822 * configure.ac: Bump minimum MPFR version to 2.4.0.
1823 * configure: Regenerated.
1824
18252012-05-01 Richard Henderson <rth@redhat.com>
1826
1827 * Makefile.def (libatomic): New target_module.
1828 * configure.ac (target_libraries): Add libatomic.
1829 (noconfigdirs): Check if libatomic is supported.
1830 * Makefile.in, configure: Rebuild.
1831
f87f9c61
L
18322012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1833
1834 Merge upstream change
1835 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1836
18372011-11-21 Andreas Tobler <andreast@fgznet.ch>
1838
1839 * libtool.m4: Additional FreeBSD 10 fixes.
1840
68f107fa
AO
18412012-06-28 Christophe Lyon <christophe.lyon@st.com>
1842
1843 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1844 they contain -O2.
1845 * configure: Regenerate.
1846
b9c361e0
JL
18472012-05-14 Catherine Moore <clm@codesourcery.com>
1848
1849 * NEWS: Mention PowerPC VLE port.
1850
9eb322aa
MF
18512012-05-11 Mike Frysinger <vapier@gentoo.org>
1852
1853 * MAINTAINERS (config/): Move to intl/ section.
1854 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1855
58b1dd21
NC
18562012-05-09 Nick Clifton <nickc@redhat.com>
1857 Paul Smith <psmith@gnu.org>
1858
1859 PR bootstrap/50461
1860 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1861 allow for the fact that from release v3.1.0 of MPFR the source
1862 files were moved into a src sub-directory.
1863 * configure: Regenerate.
1864
2e702c99
RM
18652012-05-02 Roland McGrath <mcgrathr@google.com>
1866
1867 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1868 * configure: Regenerate.
1869
d2213593
JB
18702012-04-25 Joel Brobecker <brobecker@adacore.com>
1871
1872 * config.sub: Update to 2012-04-18 version from official repo.
1873
202e2356
NC
18742012-03-19 Tristan Gingold <gingold@adacore.com>
1875
1876 * configure.ac (ia64*-*-*vms*): Add support for ld.
1877 * configure: Regenerate.
1878
2479f722
RO
18792012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1880
1881 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1882 (unsupported_languages): Remove mips-sgi-irix6.*.
1883 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1884 (with_stabs): Remove.
1885 * configure: Regenerate.
1886
4e97d92b
RO
18872012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1888
1889 * configure.ac (enable_libgomp): Remove *-*-osf*.
1890 (with_stabs): Remove alpha*-*-osf*.
1891 * configure: Regenerate.
1892
f9ea6f98
JJ
18932012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1894
1895 * COPYING.NEWLIB: Modify DJ Delorie license to include
1896 modification rights in clause as permitted by DJ Delorie.
1897 * COPYING.LIBGLOSS: Ditto.
1898
48688b3e
JJ
18992012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1900
1901 * COPYING.NEWLIB: Remove two unused licenses.
1902
0945bbee
TG
19032012-03-05 Tristan Gingold <gingold@adacore.com>
1904
1905 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1906 * configure: Regenerate.
1907
516be0c5
JJ
19082012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1909
1910 * COPYING.NEWLIB: Add Adapteva notice.
1911 * COPYING.LIBGLOSS: Add Adapteva notice.
1912
64b986c0
EB
19132011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1914
1915 * configure: Regenerate.
1916
58cddc18
JJ
19172011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1918
1919 * COPYING.LIBGLOSS: Add GPL with exception license.
1920
b121d7d4
DD
19212011-11-09 Roland McGrath <mcgrathr@google.com>
1922
1923 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1924 * configure: Rebuild.
1925 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1926 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1927 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1928 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1929 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1930 Add READELF.
1931 * Makefile.in: Rebuild.
1932
d32e2926
RH
19332011-11-08 Richard Henderson <rth@redhat.com>
1934
1935 * configure.ac: Test for libitm directory present first.
1936
1937 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1938
1939 * configure.ac: Test libitm/configure.tgt to disable libitm.
1940 * configure: Rebuild.
1941
98dd765a
RO
19422011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1943
1944 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1945 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1946 * Makefile.in: Regenerate.
1947
99c513f6
DD
19482011-11-01 DJ Delorie <dj@redhat.com>
1949
1950 * configure.ac (rl78-*-*) New case.
1951 * configure: Regenerate.
1952
ff3ec4ee
DD
19532011-11-01 DJ Delorie <dj@redhat.com>
1954
1955 * config.sub: Update to version 2011-10-29 (added rl78)
1956
c28a9f49
NC
19572011-10-27 Nick Clifton <nickc@redhat.com>
1958
1959 * config.sub: Import these changes from the config project:
1960
a903d6ac 1961 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1962 Ben Elliston <bje@gnu.org>
1963
1964 * config.sub (epiphany): New.
1965
1966 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1967 Ben Elliston <bje@gnu.org>
1968
9eb322aa 1969 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1970
1971 2011-08-23 Roland McGrath <mcgrathr@google.com>
1972
1973 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1974 64eb to be64.
1975
1976 2011-08-16 Roland McGrath <mcgrathr@google.com>
1977
1978 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1979 (nacl): Grok as alias for 32el-unknown-nacl.
1980
860144e4
JB
19812011-08-19 Joel Brobecker <brobecker@adacore.com>
1982
1983 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1984
40ae9136
YQ
19852011-08-14 Yao Qi <yao@codesourcery.com>
1986
1987 Merge from gcc:
1988
1989 2011-08-14 Yao Qi <yao@codesourcery.com>
1990 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1991 * configure: Regenerate.
1992
ffdd6afc
ILT
19932011-07-26 Ian Lance Taylor <iant@google.com>
1994
1995 Merge from gcc:
1996
1997 2011-07-26 Ian Lance Taylor <iant@google.com>
1998 * configure.ac: Set have_compiler based on whether gcc directory
1999 exists, rather than on whether gcc is in configdirs.
2000 * configure: Rebuild.
2001
2002 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2003 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2004 link directories.
2005 * Makefile.in: Rebuild.
2006
2007 2011-07-20 Ian Lance Taylor <iant@google.com>
2008 PR bootstrap/49787
2009 * configure.ac: Move --enable-bootstrap handling earlier in file.
2010 If --enable-bootstrap and either --enable-build-with-cxx or
2011 --enable-build-poststage1-with-cxx, enable C++ automatically.
2012 * configure: Rebuild.
2013
2014 2011-07-19 Ian Lance Taylor <iant@google.com>
2015 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2016 make C++ a boot_language. Set and substitute
2017 POSTSTAGE1_CONFIGURE_FLAGS.
2018 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2019 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2020 * configure, Makefile.in: Rebuild.
2021
2022 2011-07-16 Jason Merrill <jason@redhat.com>
2023 * Makefile.def (language=c++): Add check-c++0x and
2024 check-target-libmudflap-c++.
2025 * Makefile.tpl (check-target-libmudflap-c++): New.
2026 * Makefile.in: Regenerate.
2027
2028 2011-07-16 Matthias Klose <doko@ubuntu.com>
2029 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2030 * Makefile.def (target_modules/libjava): Pass
2031 $(EXTRA_CONFIGARGS_LIBJAVA).
2032 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2033 if not configured with --enable-static-libjava.
2034 * Makefile.in: Regenerate.
2035 * configure: Likewise.
2036
2037 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2038 PR regression/47836
2039 PR bootstrap/23656
2040 PR other/47733
2041 PR bootstrap/49247
2042 PR c/48825
2043 * configure.ac (target_libraries): Remove target-libiberty.
2044 Remove case-statement setting skipdirs=target-libiberty for
2045 multiple targets. Remove checking target_configdirs and
2046 removing target-libiberty but keeping target-libgcc if
2047 otherwise empty.
2048 * Makefile.def (target_modules): Don't add libiberty.
2049 (dependencies): Remove all traces of target-libiberty.
2050 * configure, Makefile.in: Regenerate.
2051
9ccb86e7
JM
20522011-07-22 Jason Merrill <jason@redhat.com>
2053
2054 * Makefile.def (language=c++): Add check-c++0x and
2055 check-target-libmudflap-c++.
2056 * Makefile.tpl (check-target-libmudflap-c++): New.
2057 * Makefile.in: Regenerate.
2058
090bc50f
RO
20592011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2060
2061 * configure: Regenerate.
2062
cff32a7c
RO
20632011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2064
2065 PR target/39150
2066 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2067 x86_64-*-solaris2.1[0-9]*.
2068 * configure: Regenerate.
2069
eb4b2452
NC
20702011-06-13 Walter Lee <walt@tilera.com>
2071
2072 * configure.ac (tilepro-*-*) New case.
2073 (tilegx-*-*): Likewise.
2074 * configure: Regenerate.
2075
3c0013bf
NC
20762011-06-06 Nick Clifton <nickc@redhat.com>
2077
2078 * config.sub: Sync from upstream.
2079
91c1f14c
DK
20802011-05-08 Doug Kwan <dougkwan@google.com>
2081
2082 Merge from gcc:
2083
2084 2011-05-08 Doug Kwan <dougkwan@google.com>
2085
2086 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2087 * configure: Regenerated.
2088 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2089 value from configure.
2090 * Makefile.in: Regenerated.
2091
c7e4b184
JM
20922011-05-05 Joseph Myers <joseph@codesourcery.com>
2093
2094 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2095 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2096 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2097 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2098 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2099 *-*-vxworks*): Disable newlib and libgloss in separate case
2100 statement.
2101 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2102 to separate case statement.
2103 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2104 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2105 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2106 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2107 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2108 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2109 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2110 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2111 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2112 i[[3456789]]86-*-rdos*, m32r-*-*,
2113 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2114 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2115 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2116 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2117 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2118 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2119 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2120 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2121 and libgloss in main case over targets. Remove most empty cases
2122 in main case over targets.
2123 * configure: Regenerate.
2124
7152a690
JM
21252011-05-04 Joseph Myers <joseph@codesourcery.com>
2126
2127 * configure.ac: Remove code setting special library locations for
2128 hppa*64*-*-hpux11*. Remove code setting compiler for
2129 sparc-sun-solaris2*.
2130 * configure: Regenerate.
2131
ff46fb8f
JM
21322011-05-04 Joseph Myers <joseph@codesourcery.com>
2133
2134 * configure.ac: Separate libgloss_dir settings from general case
2135 over targets.
2136 * configure: Regenerate.
2137
82ae827f
JM
21382011-04-28 Joseph Myers <joseph@codesourcery.com>
2139
2140 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2141 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2142 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2143 cases in libgcj-disabling case statement.
2144 (hppa*64*-*-linux*): Set unsupported_languages instead of
2145 disabling target-zlib.
2146 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2147 to hppa*64*-*-hpux*.
2148 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2149 hppa*-*-hpux*.
2150 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2151 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2152 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2153 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2154 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2155 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2156 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2157 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2158 libgcj-disabling case statement.
2159 * configure: Regenerate.
2160
0827f9a6
JM
21612011-04-28 Joseph Myers <joseph@codesourcery.com>
2162
2163 * configure.ac: Disable Java for targets not supporting libffi.
2164 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2165 Remove cases in Java-disabling statement.
2166 (*arm-wince-pe): Change to arm-wince-pe.
2167 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2168 cases in Java-disabling statement.
2169 (bfin-*-*): Don't disable Java again.
2170 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2171 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2172 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2173 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2174 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2175 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2176 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2177 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2178 Java-disabling statement.
2179 (mmix-*-*): Don't disable Java again.
2180 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2181 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2182 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2183 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2184 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2185 statement.
2186 * configure: Regenerate.
2187
899b04ef
JM
21882011-04-28 Joseph Myers <joseph@codesourcery.com>
2189
2190 Merge from GCC:
2191
2192 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2193
2194 PR lto/48086
2195 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2196 * configure: Regenerate.
2197
9863d716
JM
21982011-04-28 Joseph Myers <joseph@codesourcery.com>
2199
2200 * configure.ac: Separate cases disabling Java and Java libraries
2201 from general case over targets.
2202 * configure: Regenerate.
2203
a90ef4bf
JM
22042011-04-06 Joseph Myers <joseph@codesourcery.com>
2205
2206 * configure.ac (build_tools): Remove build-byacc.
2207 (host_libs): Remove mmalloc.
2208 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2209 autoconf automake libtool diff rcs fileutils shellutils time
2210 textutils wdiff find uudecode hello tar gzip indent recode release
2211 sed perl gawk findutils gettext zip.
2212 (libgcj): Remove target-qthreads.
2213 (target_tools): Remove target-examples target-gperf.
2214 (YACC): Don't handle building byacc.
2215 * configure: Regenerate.
2216 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2217 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2218 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2219 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2220 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2221 handle building components.
2222 * Makefile.in: Regenerate.
2223
05a02268
RW
22242011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2225
2226 * config.sub: Sync from upstream.
2227
c5f5c3c2
JM
22282011-04-01 Joseph Myers <joseph@codesourcery.com>
2229
2230 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2231 (microblaze*): Don't disable libssp.
2232 * configure: Regenerate.
2233
f6c1938b
JM
22342011-04-01 Joseph Myers <joseph@codesourcery.com>
2235
2236 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2237 moveifchange.
2238 * configure: Regenerate.
2239 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2240 * Makefile.in: Regenerate.
2241
1f111696
JM
22422011-04-01 Joseph Myers <joseph@codesourcery.com>
2243
2244 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2245 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2246 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2247 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2248 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2249 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2250 md_exec_prefix cases.
2251 * configure: Regenerate.
2252
065a5627
JM
22532011-04-01 Joseph Myers <joseph@codesourcery.com>
2254
2255 * configure.ac: Separate cases disabling target-libssp,
2256 target-libiberty, target-libstdc++-v3 and Fortran from general
2257 case over targets.
2258 * configure: Regenerate.
2259
b2f14e4a
JM
22602011-04-01 Joseph Myers <joseph@codesourcery.com>
2261
2262 * configure.ac (*-*-chorusos): Don't disable libgcj.
2263 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2264 Remove case.
2265 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2266 (arm-*-coff): Don't disable libgcj.
2267 (arm*-*-linux-gnueabi): Remove useless assignment.
2268 (arm-*-riscix*): Don't disable libgcj.
2269 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2270 configuration.
2271 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2272 (c54x*-*-*): Remove case.
2273 (tic54x-*-*): Don't disable GCC or GCC libraries.
2274 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2275 to *.
2276 (d10v-*-*): Don't disable GCC libraries.
2277 (d30v-*-*): Don't disable libgcj.
2278 (h8500-*-*): Don't disable GCC libraries.
2279 (i960-*-*): Don't disable libgcj.
2280 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2281 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2282 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2283 libgcj.
2284 (m68k-*-coff*): Remove case.
2285 (mmix-*-*): Don't disable libgloss on host.
2286 (mn10200-*-*, mn10300-*-*): Remove cases.
2287 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2288 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2289 Don't disable libgcj.
2290 (romp-*-*): Remove case.
2291 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2292 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2293 case.
2294 (v810-*-*): Don't disable GCC libraries.
2295 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2296 (ip2k-*-*): Don't disable GCC libraries.
2297 * configure: Regenerate.
2298
6a608608
JM
22992011-03-28 Joseph Myers <joseph@codesourcery.com>
2300
2301 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2302 libffi on host.
2303 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2304 on host.
2305 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2306 * configure: Regenerate.
2307
5b806d27
NC
23082011-03-26 John Marino <binutils@marino.st>
2309
2310 * configure.ac: Add support for *-*-dragonfly*
2311 * configure: Regenerate.
2312
0377a422
JM
23132011-03-25 Joseph Myers <joseph@codesourcery.com>
2314
2315 * configure.ac (native_only): Remove.
2316 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2317 send-pr uudecode guile gnuserv on host.
2318 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2319 send-pr rcs guile perl texinfo libtool on host.
2320 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2321 automake send-pr rcs guile perl texinfo libtool on host.
2322 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2323 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2324 (alpha*-dec-osf*): Don't disable fileutils on target.
2325 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2326 texinfo send-pr expect dejagnu on target.
2327 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2328 target-qthreads on target.
2329 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2330 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2331 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2332 x86_64-*-mingw*): Don't disable expect on target.
2333 (*-*-cygwin*): Don't disable target-gperf on target.
2334 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2335 gnuserv on target.
2336 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2337 target.
2338 * configure: Regenerate.
2339
2354b38b
JM
23402011-03-25 Joseph Myers <joseph@codesourcery.com>
2341
2342 * configure.ac (target_tools): Remove target-groff.
2343 (native_only): Remove target-groff.
2344 (hppa*64*-*-*): Don't disable byacc.
2345 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2346 setting.
2347 (*-*-kaos*): Don't skip target-librx and target-groff.
2348 (*-*-netware*): Don't skip target-libmudflap.
2349 (*-*-tpf*): Don't skip target-libmudflap.
2350 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2351 directories on the host.
2352 (ia64*-*-*vms*): Don't skip tix.
2353 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2354 host.
2355 * configure: Regenerate.
2356
28d9b232
PB
23572011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2358
2359 * configure.ac: Remove references to mt-mep, mt-netware,
2360 mt-wince.
2361 * Makefile.def: Add all-utils soft dependencies.
2362 * Makefile.tpl: Remove GDB_NLM_DEPS.
2363 * configure: Regenerate.
2364 * Makefile.in: Regenerate.
2365
dbbe5f95
PB
23662011-03-24 Paolo Bonzini <bonzini@gnu.org>
2367
2368 Sync from GCC:
2369
2370 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2371
2372 * configure.ac: Do not include mh-x86omitfp.
2373 * configure: Regenerate.
2374
2375 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2376
2377 * configure.ac: Remove empty cases.
2378 * configure: Regenerate.
2379
2380 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2381
2382 * Makefile.def: Add dependency from termcap to gdb.
2383 * Makefile.in: Regenerate.
2384
2385 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2386
2387 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2388 * configure: Regenerate.
2389 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2390 * Makefile.tpl: Likewise.
2391 * Makefile.in: Regenerate.
2392
2393 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2394
2395 * configure.ac: Remove all mentions of tentative_cc.
2396 * configure: Regenerate.
2397
2398 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2399
2400 PR lto/48086
2401 * configure.ac: Re-enable LTO on *-apple-darwin9.
2402 * configure: Regenerate.
2403
3516a403
JM
24042011-03-24 Joseph Myers <joseph@codesourcery.com>
2405
2406 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2407 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2408 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2409 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2410 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2411 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2412 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2413 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2414 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2415 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2416 *-*-rhapsody*): Remove host cases.
2417 * configure: Regenerate.
2418
93cc359e
JM
24192011-03-24 Joseph Myers <joseph@codesourcery.com>
2420
2421 * configure.ac (ppc*-*-pe): Remove host case.
2422 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2423 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2424 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2425 cases.
2426 * configure: Regenerate.
2427
29b2c556
JM
24282011-03-24 Joseph Myers <joseph@codesourcery.com>
2429
2430 * config.sub: Update to version 2011-03-23.
2431
f0ff0f90
JM
24322011-03-22 Joseph Myers <joseph@codesourcery.com>
2433
2434 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2435 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2436 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2437 * configure: Regenerate.
2438
782cb41f
JM
24392011-03-22 Joseph Myers <joseph@codesourcery.com>
2440
2441 * config-ml.in: Don't handle arc-*-elf*.
2442 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2443 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2444 handle GCC libraries.
2445 * configure: Regenerate.
2446
0e8ad34f
RO
24472011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2448
2449 PR bootstrap/48120:
2450 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2451 Add -lstdc++ -lm to LIBS.
2452 * configure: Regenerate.
2453
5548b4ce
DE
24542011-03-18 David Edelsohn <dje.gcc@gmail.com>
2455
2456 * config.guess: Update to version 2011-02-02
2457 * config.sub: Update to version 2011-02-24
2e702c99 2458
86ed8cf6
SP
24592011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2460
9eb322aa
MF
2461 * configure.ac: Adjust test of with_ppl.
2462 * configure: Regenerated.
86ed8cf6 2463
b123da99
SP
24642011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2465
2466 * configure.ac: Add -lpwl to ppllibs.
2467 * config/cloog.m4: Add -lisl to clooglibs.
2468 * configure: Regenerated.
2469
822ce8ee
RW
24702011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2471
2472 Import from Libtool and gnulib:
2473
2474 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2475
2476 Prepare for supporting FreeBSD 10.
2477 * config.rpath: Remove handling of freebsd1* which soon would
2478 match FreeBSD 10.0.
2479
2480 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2481
2482 Remove support for FreeBSD 1.x.
2483 * libtool.m4 (_LT_LINKER_SHLIBS)
2484 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2485 soon would incorrectly match FreeBSD 10.0.
2486
dcb5e506
RW
24872011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2488
2489 PR binutils/12283
2490 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2491 (move-if-change): Comes from gnulib.
2492 * move-if-change: Import version from gnulib.
2493
8d8eef9a
RW
24942011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2495
2496 Sync from GCC:
2497
2498 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2499
2500 PR lto/47225
2501 * Makefile.def (lto-plugin): Double dash for enable-shared.
2502 (configure-gcc): Depend on all-lto-plugin.
2503 * Makefile.in: Rebuilt.
2504
2505 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2506
2507 * configure.ac: Remove extra bracket.
2508 * configure: Regenerate.
2509
2510 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2511
2512 PR lto/47225
2513 * Makefile.def: Add dependency for install-gcc
2514 on install-lto-plugin.
2515 * Makfile.in: Regenerated
2516
2517 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2518
2519 * configure.ac: If with_ppl is no, move setting with_cloog=no
2520 after CLOOG_REQUESTED check.
2521 * configure: Regenerated.
2522
2523 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2524
2525 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2526 CLooG has been requested.
2527 * configure: Regenerated.
2528
2529 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2530
2531 * configure: Regenerated.
2532 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2533
2534 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2535
2536 * configure: Regenerated.
2537 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2538
2539 2011-01-07 Jan Hubicka <jh@suse.cz>
2540
2541 PR lto/47225
2542 * Makefile.in: Regenerate.
2543 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2544 configure.
2545
65b4571a
AO
25462011-01-31 Alexandre Oliva <aoliva@redhat.com>
2547
2548 PR libgcj/44341
2549 * configure.ac: Discard --with-* flags for host when configuring
2550 target libraries for cross build.
2551 * configure: Rebuilt.
2552
7837304f
AS
25532011-01-21 Andreas Schwab <schwab@redhat.com>
2554
2555 Sync from GCC:
2556
2557 2011-01-21 Andreas Schwab <schwab@redhat.com>
2558
2559 * configure.ac: Use AS_HELP_STRING throughout.
2560 * configure: Regenerate.
2561
2562 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2563
2564 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2565 * configure: Regenerate.
2566
115ef890
RW
25672010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2568
2569 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2570
92c9a463
JB
25712011-01-13 Joel Brobecker <brobecker@adacore.com>
2572
2573 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2574 for ia64-hpux.
2575 * configure: Regenerate.
2576
887ebfb4
RW
25772011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2578
2579 Sync from GCC:
2580 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2581
2582 * configure.ac: (picochip): Disable libiberty.
2583 * configure: Regenerate.
2584
04d2c2b2
JJ
25852010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2586
2587 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2588
33d23ee8
ILT
25892010-12-10 Ian Lance Taylor <iant@google.com>
2590
2591 PR bootstrap/46819
2592 * configure.ac: For --disable-libgcj clear libgcj_saved.
2593 * configure: Rebuild.
2594
89a1e9c3
PB
25952010-12-10 Tobias Burnus <burnus@net-b.de>
2596
2597 PR fortran/46540
2598 * configure.ac: Add --disable-libquadmath and
2599 --disable-libquadmath-support.
2600 * configure: Regenerate.
2601
ac7bcd26
TG
26022010-12-10 Tristan Gingold <gingold@adacore.com>
2603
2604 * src-release (ETC_SUPPORT): add gnu-oids.texi
2605
d357cef7
HPN
26062010-12-03 Hans-Peter Nilsson <hp@axis.com>
2607
2608 PR libffi/46792
2609 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2610 * configure: Regenerate.
2611
4f11b223
ILT
26122010-12-02 Ian Lance Taylor <iant@google.com>
2613
2614 * configure.ac: Always set default for poststage1_ldflags to
2615 -static-libstdc++ -static-libgcc.
2616
989abc33
JJ
26172010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2618
2619 * COPYING.NEWLIB: Add National Semiconductor notice.
2620
950386c6
AS
26212010-11-29 Andreas Schwab <schwab@redhat.com>
2622
2623 * configure.ac: Move comment to remove extra space in last argument
2624 of GCC_TARGET_TOOL.
2625
87cda2cf
AO
26262010-11-26 Alexandre Oliva <aoliva@redhat.com>
2627
7d509c83 2628 PR other/46026
87cda2cf
AO
2629 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2630 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2631 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2632 (BASE_FLAGS_TO_PASS): Use it.
2633 * configure: Rebuilt.
2634 * Makefile.in: Rebuilt.
2635
d3b50760
L
26362010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2637
2638 PR binutils/12258
2639 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2640 Properly check default linker.
2641 * configure: Regnerated.
2642
c7791212
NC
26432010-11-23 Matthias Klose <doko@ubuntu.com>
2644
2645 * configure.ac: For --enable-gold, handle value `default' instead of
2646 `both*'. New configure option --{en,dis}able-ld.
2647 * configure: Regenerate.
2648
9e1a94f4
ILT
26492010-11-20 Ian Lance Taylor <iant@google.com>
2650
2651 * configure.ac: Only disable a language library if no language needs
2652 it. Don't let --disable-libgcj uncondtionally disable libffi.
2653 * configure: Rebuild.
2654
ceca0218
PB
26552010-11-20 Paolo Bonzini <bonzini@gnu.org>
2656
2657 * configure: Regenerate.
2658
9b980aa1
RW
26592010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2660
2661 PR other/46202
2662 * configure.ac: Fix just-built in-tree STRIP name to be
2663 binutils/strip-new.
2664 * configure: Regenerate.
2665 * Makefile.def (install-strip-gcc, install-strip-binutils)
2666 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2667 (install-strip-sid): Mirror dependencies on non-strip variants
2668 of these targets on the respective -strip prerequisites.
2669 * Makefile.tpl (install-strip, install-strip-host)
2670 (install-strip-target): New targets.
2671 (install-strip-[+module+], install-strip-target-[+module+]):
2672 New targets.
2673 * Makefile.in: Regenerate.
2674
e552509b
ILT
26752010-11-19 Ian Lance Taylor <iant@google.com>
2676 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2677
2678 * configure.ac: Add target-libgo to target_libraries. Set
2679 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2680 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2681 (HOST_EXPORTS): Add GOC.
2682 (BASE_TARGET_EXPORTS): Add GOC.
2683 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2684 (GOCFLAGS_FOR_TARGET): New variable.
2685 (EXTRA_HOST_FLAGS): Add GOC.
2686 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2687 * Makefile.def (target_modules): Add libgo.
2688 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2689 (dependencies): Add dependency from configure-target-libgo to
2690 configure-target-libffi and all-target-libstdc++-v3. Add
2691 dependencies from all-target-libgo to all-target-libffi.
2692 (languages): Add go.
2693 * configure: Rebuild.
2694 * Makefile.in: Rebuild.
2695
26962010-11-19 Ian Lance Taylor <iant@google.com>
2697
2698 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2699 compiler/flag environment variables.
2700
27012010-11-18 Ian Lance Taylor <iant@google.com>
2702
2703 * configure.ac: Check for lang_requires_boot_languages in
2704 config-lang.in files.
2705 * configure: Rebuild.
2706
8c21d9c7
MF
27072010-11-17 Mike Frysinger <vapier@gentoo.org>
2708
2709 * .gitignore: New file.
2710
e552509b
ILT
27112010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2712 Tobias Burnus <burnus@net-b.de>
2713
2714 PR fortran/32049
2715 * Makefile.def: Add libquadmath; build it with language=fortran.
2716 * configure.ac: Add libquadmath.
2717 * Makefile.tpl: Handle multiple libs in check-[+language+].
2718 * Makefile.in: Regenerate.
2719 * configure: Regenerate.
2720
27212010-11-15 Andreas Schwab <schwab@redhat.com>
2722
2723 * configure.ac: Fix spelling in option names.
2724 * configure: Regenerated.
2725
27262010-11-13 Georg-Johann Lay <georgjohann@web.de>
2727
2728 PR bootstrap/39622
2729 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2730 * configure: Regenerated.
2731
27322010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2733
2734 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2735 define the cloog backend to use. Furthermore, only pass the ppllibs to
2736 the configure checks, if necessary.
2737 * configure: Regenerate.
2738
27392010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2740
2741 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2742 * configure: regenerate
2743
27442010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2745
2746 * config/cloog.m4: Fix typo. verison -> version.
2747 * configure: Regenerate.
2748
27492010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2750
2751 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2752 * configure: Regenerate.
2753
27542010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2755
2756 * configure.ac: Support official CLooG.org versions.
2757 * configure: Regenerate.
2758 * config/cloog.m4: New.
2759
aa291e2d
ME
27602010-11-05 Michael Eager <eager@eagercon.com>
2761
2762 * COPYING.LIBGLOSS: Correct typo in microblaze.
2763 * COPYING.NEWLIB: Same.
2764
e552509b
ILT
27652010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2766
2767 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2768 * configure: Regenerate.
2769
74cea91b
DK
27702010-11-03 Ian Lance Taylor <iant@google.com>
2771 Dave Korn <dave.korn.cygwin@gmail.com>
2772
2773 PR lto/46273
2774 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2775 and on other supported platforms whenever LTO is enabled.
2776 * configure: Rebuild.
2777
6d0cd39e
AM
27782010-11-02 Alan Modra <amodra@gmail.com>
2779
2780 PR binutils/12110
2781 * configure.ac: Error when source path contains spaces.
2782 * configure: Regenerate.
2783
18a8530e
ILT
27842010-10-20 Ian Lance Taylor <iant@google.com>
2785
2786 * Makefile.def (target_modules): Set lib_path to src/.libs for
2787 libstdc++-v3 module.
2788 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2789 * Makefile.in: Rebuild.
2790
6ed3211e
JJ
27912010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2792 Joseph Myers <joseph@codesourcery.com>
2793
2794 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2795 notices.
2796 * COPYING.NEWLIB: Add Texas Instruments notice.
2797
a8eb3f0a
DK
27982010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2799
2800 * configure.ac (build_lto_plugin): New shell variable.
2801 (--enable-lto): Turn on by default for all non-ELF platforms that
2802 have had LTO support added so far. Set build_lto_plugin appropriately
2803 for both ELF and non-ELF.
2804 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2805 * configure: Regenerate.
2806
4074d5f2
RW
28072010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2808
2809 PR bootstrap/45326
2810 PR bootstrap/45174
2811 * configure.ac: Honor initial values of $build_configargs,
2812 $host_configargs, $target_configargs. Mark the precious, so
2813 environment settings get recorded.
2814 * configure: Regenerate.
2815
29821356
RW
28162010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2817
2818 Sync from GCC:
2819
2820 2010-09-30 Michael Eager <eager@eagercon.com>
2821
2822 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2823 * configure: Regenerate.
2824
2825 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2826
2827 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2828 targets and amend comment.
2829 * configure: Regenerate.
2830
2831 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2832
2833 * configure.ac: Enable LTO by default on Darwin.
2834 * configure: Regenerate.
2835
2836 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2837
2838 PR bootstrap/44455
2839 * configure.ac (extra_mpfr_configure_flags): Copy from
2840 extra_mpc_gmp_configure_flags.
2841 * configure: Re-generated.
2842
57eefe4d
RW
28432010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2844
2845 Sync from GCC:
2846
2847 PR bootstrap/45796
2848 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2849 Depend on all-build-libiberty.
2850 * Makefile.in: Regenerate.
2851
28522010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2853
2854 Sync from GCC:
2855
2856 PR bootstrap/44621
2857 * configure.ac: Fix unportable shell quoting.
2858 * configure: Regenerate.
2859
48bb73dd
RW
28602010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2861
2862 * configure.ac: Support all v850 targets.
2863 * configure: Regenerate.
2864
1d14850f
PB
28652010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2866
2867 PR target/44862
2868 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2869 Provide -B option to allow for link spec %s substitutions for
2870 libstdc++.a on darwin.
2871 * Makefile.in: Regenerate.
2872
7530c480
AO
28732010-06-10 Alexandre Oliva <aoliva@redhat.com>
2874
2875 * Makefile.def (configure-gcc): Depend on all-libelf.
2876 * Makefile.in: Rebuild.
2877
285d560d
RW
28782010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2879
2880 * config.sub, config.guess: Update from upstream sources.
2881
a009f2e7
RW
28822010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2883
2884 Sync from GCC:
2885
2886 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2887 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2888 * configure: Regenerated.
2889
2890 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2891 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2892 * configure: Regenerate.
2893
2894 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2895 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2896 * configure: Regenerate.
2897
2898 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2899 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2900 separately.
2901 * configure: Regenerate.
2902
2903 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2904 * configure: Regenerate after change to elf.m4.
2905
2906 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2907 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2908 * configure: Regenerated.
2909
2910 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2911 * configure.ac: Print "buggy but acceptable" when CLooG
2912 revision is less than 9.
2913 * configure: Regenerated.
2914
e49e5c92
DK
29152010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2916
2917 Merge from gcc:
2918
2919 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2920 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2921 * configure: Regenerate.
2922
2923 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2924 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2925 a platform that supports LTO.
2926 * configure: Regenerate.
2927
2928 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2929 PR lto/42776
2930 * configure.ac (--enable-lto): Refactor handling so libelf tests
2931 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2932 and allow LTO to be explicitly enabled on non-ELF platforms that
2933 are known to support it inside else-clause.
2934 * configure: Regenerate.
2935
e6de499b
NC
29362010-04-27 Roland McGrath <roland@redhat.com>
2937 H.J. Lu <hongjiu.lu@intel.com>
2938
2939 * configure.ac (--enable-gold): Support both, both/gold and
2940 both/bfd to add gold to configdirs without removing ld.
2941 * configure: Regenerated.
2942
2943 * Makefile.def: Add install-gold dependency to install-ld.
2944 * Makefile.in: Regenerated.
2945
d594eacc
TG
29462010-04-14 Tristan Gingold <gingold@adacore.com>
2947
2948 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2949 * configure: Regenerate.
2950
938d2b74
RW
29512010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2952
2953 Merge from gcc:
2954 PR bootstrap/43615
2955 PR bootstrap/43328
2956 Revert:
2957 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2958 * configure.ac: Do not pass --enable-multilib nor
2959 --disable-multilib in baseargs. Accept explicitly passed
2960 --enable_multilib.
2961 * configure: Regenerate.
2962
a9ef41a7
RW
29632010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2964
2965 PR bootstrap/43328
2966 * configure.ac: Do not pass --enable-multilib nor
2967 --disable-multilib in baseargs. Accept explicitly passed
2968 --enable_multilib.
2969 * configure: Regenerate.
2970
619a3713
JM
29712010-03-23 Joseph Myers <joseph@codesourcery.com>
2972
2973 * configure.ac (tic6x-*-*): New case.
2974 * configure: Regenerate.
2975
92f4e989
JM
29762010-03-23 Joseph Myers <joseph@codesourcery.com>
2977
2978 Merge from gcc:
2979 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2980 PR ada/42554
2981 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2982 * configure: Regenerate.
2983
c35a0556
JM
29842010-03-23 Joseph Myers <joseph@codesourcery.com>
2985
2986 * config.sub: Update to version 2010-03-22.
2987 * config.guess: Update to version 2009-12-30.
2988
18fa8f9c
JM
29892010-03-14 Joseph Myers <joseph@codesourcery.com>
2990
2991 Merge from gcc:
2992 2010-01-11 Richard Guenther <rguenther@suse.de>
2993 PR lto/41569
2994 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2995 * Makefile.in: Regenerated.
2996
ba98da75
RO
29972010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2998
2999 PR libstdc++/32499
3000 * configure.ac (RANLIB): Default to true.
3001 (STRIP): Likewise.
3002 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3003 * configure: Regenerate.
3004
3994761f
NC
30052010-02-17 Nick Clifton <nickc@redhat.com>
3006
3007 PR 11238
3008 * Makefile.tpl (local-distclean): Also remove config.cache files in
3009 sub-directories as there may not be Makefiles present in the
3010 sub-directories.
792cdb50
NC
3011 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3012 the config.cache files found by the find command.
3013
3994761f
NC
3014 * Makefile.in: Regenerate.
3015 * configure.ac: Revert previous delta.
3016 * configure: Regenerate.
3017
01a82011
NC
30182010-02-15 Nick Clifton <nickc@redhat.com>
3019
3020 PR 11238
3021 * configure.ac: Delete config.cache files in sub-directories when
3022 deleting Makefiles.
3023 * configure: Regenerate.
3024
143754cd
NC
30252010-02-15 Nick Clifton <nickc@redhat.com>
3026
3027 * configure.ac: Sync from gcc.
3028 * configure: Regenerate.
3029
a6b5846e
KG
30302010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3031
3032 Sync from gcc:
3033 * configure.ac: Add "recommended" version checks for GMP/MPC.
3034 Update recommended GMP/MPFR/MPC versions.
3035 * configure: Regenerate.
3036
2aa2364a
JR
30372010-01-25 Joern Rennecke <amylaar@spamcop.net>
3038
3039 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3040 * configure.ac (bootstrap_target_libs): Make inclusion of
3041 target-libgomp conditional on libgomb being in target_configdirs.
3042 * configure: Regenerate.
3043
d35e937f
JR
30442010-01-23 Joern Rennecke <amylaar@spamcop.net>
3045
3046 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3047 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3048 * configure: Regenerate.
3049
911e63d0
JR
30502010-01-22 Joern Rennecke <amylaar@spamcop.net>
3051
3052 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3053 * configure.ac (target_configdirs): Substitute.
3054 * Makefile.def: Bootstrap target module libgomp.
3055 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3056 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3057 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3058 * configure, Makefile.in: Regenerate.
3059
3725885a
RW
30602009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3061
3062 * libtool.m4: Sync from git Libtool.
3063 * ltmain.sh: Likewise.
3064 * ltoptions.m4: Likewise.
3065 * ltversion.m4: Likewise.
3066 * lt~obsolete.m4: Likewise.
3067
d5f2ee2e 30682010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3069 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3070
3071 PR bootstrap/42424
3072 * configure.ac: Include libtool m4 files.
9eb322aa 3073 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3074 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3075 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3076
d5f2ee2e
KG
3077 * configure: Regenerate.
3078
f2b2dd91
RW
30792010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3080
3081 PR bootstrap/41818
3082 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3083 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3084 * Makefile.in: Regenerate.
3085
06ca7962
BE
30862009-12-18 Ben Elliston <bje@au.ibm.com>
3087
3088 * config.sub, config.guess: Update from upstream sources.
3089
30a16d7b
JJ
30902009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3091
3092 * COPYING.NEWLIB: Update copyright date.
3093 * COPYING.LIBGLOSS: Ditto.
3094
d9b76ff9
KG
30952009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3096
3097 PR middle-end/30447
3098 PR middle-end/30789
3099 PR other/40302
3100
3101 * configure.ac: Require MPC.
3102 * configure: Regenerate.
3103
3104 * configure.ac: Update minimum MPC version to 0.8.
3105 * configure: Regenerate.
3106
e12dec02
PB
31072009-11-20 Paolo Bonzini <bonzini@gnu.org>
3108
3109 * config.guess: Sync with upstream and gcc.
3110 * config.sub: Sync with upstream and gcc.
3111
606a9ca0
AO
31122009-11-16 Alexandre Oliva <aoliva@redhat.com>
3113
3114 * Makefile.def: Restore host and target settings for gmp.
3115 * Makefile.in: Rebuild.
3116
1f53ca9a
AO
31172009-11-16 Alexandre Oliva <aoliva@redhat.com>
3118
3119 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3120 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3121 Fix portability of test of C++ as bootstrap language. Add
3122 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3123 * configure: Rebuild.
3124 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3125 and cloog. Fix in-tree ppl configuration. Introduce libelf
3126 in-tree building.
3127 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3128 (POSTSTAGE1_HOST_EXPORTS): Use it.
3129 (STAGE[+id+]_CXXFLAGS): New.
3130 (BASE_FLAGS_TO_PASS): Pass it down.
3131 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3132 extra_exports.
3133 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3134 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3135 extra_exports.
3136 * Makefile.in: Rebuild.
3137
31382009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3139
3140 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3141 paths for *-w64-mingw* and x86_64-*mingw*.
3142 * configure: Regenerated.
3143
31442009-10-30 Kai Tietz <kai.tietz@onevision.com>
3145
3146 * configure.ac: Disable target-winsup & co for
3147 x86_64-*-mingw* and *-w64-mingw* targets.
3148 * configure: Regenerated.
3149
31502009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3151
3152 * configure.ac (CLooG test): Use = with test.
3153 * configure: Regenerate.
3154
31552009-10-22 Richard Guenther <rguenther@suse.de>
3156
3157 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3158 cloog if the ppl version check failed. Move flags saving
3159 before setting in libelf check.
3160 * configure: Regenerate.
3161
31622009-10-21 Richard Guenther <rguenther@suse.de>
3163
3164 * configure.ac: Adjust the ppl and cloog configure to work as
3165 documented. Disable cloog if ppl was disabled. Omit the version
3166 checks if they were disabled.
3167 * configure: Re-generate.
3168
6811fb56
RW
31692009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3170
3171 * configure.ac: Add 'lto' to enable_languages, not
3172 new_enable_languages, and only if not already present.
3173 * configure: Regenerate.
3174
700d40ca
ILT
31752009-10-06 Ian Lance Taylor <iant@google.com>
3176
3177 * Makefile.def: check-gold depends upon all-gas.
3178 * Makefile.in: Rebuild.
3179
31802009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3181
3182 * Makefile.def: all-lto-plugin depends on all-libiberty.
3183 set bootstrap=true for lto-plugin.
3184 Add lto-plugin.
3185 * Makefile.in: Regenerate.
3186 * configure.ac (host_libs): Add lto-plugin.
3187 * configure: Regenerate.
3188
31892009-10-03 Diego Novillo <dnovillo@google.com>
3190
3191 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3192 (HOST_LIBELFLIBS): Define.
3193 (HOST_LIBELFINC): Define.
3194 * Makefile.in: Regenerate.
3195 * configure.ac: Add --enable-lto.
3196 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3197 If --enable-lto is used, add 'lto' to new_enable_languages.
3198 If --enable-lto is used and gold is enabled, add
3199 lto-plugin to configdirs.
3200 * configure: Regenerate.
3201
32022009-10-03 Simon Baldwin <simonb@google.com>
3203
3204 * configure.ac: If --with-system-zlib, suppress local zlib and
3205 pass --with-system-zlib to subdir configure scripts.
3206 * configure: Regenerate.
3207
32082009-10-01 Loren J. Rittle <ljrittle@acm.org>
3209 Paolo Bonzini <bonzini@gnu.org>
3210
3211 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3212 $(srcdir).
3213 * Makefile.in: Rebuilt.
3214
c8cb1b3e
PB
32152009-09-29 Paolo Bonzini <bonzini@gnu.org>
3216
3217 Sync from gcc:
3218 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3219
3220 * configure.ac: Update minimum MPC version to 0.7.
3221 * configure: Regenerate.
3222
30167e0a
NC
32232009-09-25 Nick Clifton <nickc@redhat.com>
3224
3225 * configure.ac: Pass any --cache-file=/dev/null option on to
3226 subconfigures.
3227 * configure: Regenerate.
3228
707a0b5c
NC
32292009-09-23 Nick Clifton <nickc@redhat.com>
3230
3231 * config.sub, config.guess: Update from upstream sources.
3232
700d40ca
ILT
32332009-09-22 Loren J. Rittle <ljrittle@acm.org>
3234
3235 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3236 * Makefile.in: Rebuilt.
3237
2fd0b40b
RW
32382009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3239
3240 PR bootstrap/32272
3241 * configure.ac: Error out if $srcdir isn't '.' but contains
3242 host-${host_noncanonical}.
3243 * configure: Regenerate.
3244
4385ad3c
RW
32452009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3246
16b1ad29
RW
3247 * configure.ac: If bootstrapping a combined tree with
3248 --enable-gold, require c++ in stage1_languages.
3249 * configure: Regenerate.
3250
f8dc745f
RW
3251 * configure.ac: Also add target_libs of stage1_languages to
3252 bootstrap_target_libs.
3253 * configure: Regenerate.
3254
4385ad3c
RW
3255 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3256 with --enable-languages not containing c++.
3257 * configure: Regenerate.
3258
df51e4e1
JZ
32592009-09-16 Jie Zhang <jie.zhang@analog.com>
3260
3261 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3262 * configure: Regenerate.
3263
06a51eac
RW
32642009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3265
3266 * configure.ac: Do not use $extrasub for replacing @if/@endif
3267 parts in Makefile; instead, use additional arguments to
3268 AC_CONFIG_COMMANDS to do the replacement manually, with several
3269 sed invocations, to avoid HP-UX sed command limits.
3270 * configure: Regenerate.
3271
96655cc4
AO
32722009-09-04 Alexandre Oliva <aoliva@redhat.com>
3273
3274 * configure.ac (with-build-config): Document. Handle without.
3275 Handle missing argument.
3276 * configure: Rebuilt.
3277
32782009-09-03 Alexandre Oliva <aoliva@redhat.com>
3279
3280 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3281 Default to bootstrap-debug only if compare-debug works.
3282 * configure: Rebuilt.
3283 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3284 * Makefile.in: Rebuilt.
3285
32862009-09-01 Alexandre Oliva <aoliva@redhat.com>
3287
3288 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3289 * Makefile.in: Rebuilt.
3290
8e957354
PB
32912009-09-02 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * Makefile.tpl (AWK): Fix typo.
3294 * Makefile.in: Regenerate.
3295
32962009-09-02 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * configure.ac: Detect awk and sed.
3299 * Makefile.def (flags_to_pass): Add AWK and SED.
3300 * Makefile.tpl (AWK, SED): New.
3301 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3302 * configure: Regenerate.
3303 * Makefile.in: Regenerate.
3304
fb792462
TG
33052009-09-01 Tristan Gingold <gingold@adacore.com>
3306
3307 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3308 Remove logical names.
3309
a69e7d0a
DK
33102009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3311
3312 * ltmain.sh (func_normal_abspath): New function.
3313 (func_relative_path): Likewise.
3314 (func_mode_help): Document new -bindir option for link mode.
3315 (func_mode_link): Add new -bindir option, and use it to place
3316 output DLL if specified.
3317
d444d2ba
RW
33182009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3319
3320 * configure.ac (AC_PREREQ): Bump to 2.64.
3321
13b7343a
RW
33222009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3323
af542c2e
RW
3324 * README-maintainer-mode: Point directly to upstream locations
3325 for autoconf, automake, libtool, gettext, instead of copies on
3326 sources.redhat.com. Document required versions.
3327 * configure.ac: Do not substitute datarootdir, htmldir,
3328 pdfdir, docdir. Do not process --with-datarootdir,
3329 --with-htmldir, --with-pdfdir, --with-docdir.
3330 * configure: Regenerate.
3331
81ecdfbb
RW
3332 * configure: Regenerate.
3333
13b7343a
RW
3334 * compile: Sync from Automake 1.11.
3335 * depcomp: Likewise.
3336 * install-sh: Likewise.
3337 * missing: Likewise.
3338 * mkinstalldirs: Likewise.
3339 * ylwrap: Likewise.
3340
c1102ce7
RW
33412009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3342
34a0f3cf
RW
3343 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3344 (baseargs): Add --disable-option-checking.
3345 * configure: Regenerate.
3346
c1102ce7
RW
3347 * Makefile.def (configure-target-libiberty): Depend on
3348 all-binutils and all-ld.
3349 (configure-target-newlib): Likewise.
3350 * Makefile.in: Regenerate.
3351
e8a5fa9c
RW
33522009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3353
3354 Sync with GCC, merge:
3355
3356 2009-07-31 Christian Bruel <christian.bruel@st.com>
3357
3358 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3359 * configure: Regenerate.
3360
3361 2009-07-06 Ian Lance Taylor <iant@google.com>
3362
3363 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3364 * configure: Rebuild.
3365
3366 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3367
3368 PR bootstrap/40338
3369 * configure.ac (comparestring): Create new variable.
3370 * Makefile.tpl (comparestring): Use to skip some comparisions.
3371 * configure: Regenerate.
3372 * Makefile.in: Regenerate.
3373
3374 2009-06-23 Ian Lance Taylor <iant@google.com>
3375
3376 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3377 boot_languages. Only bootstrap target libraries listed in
3378 target_libs for some boot language. Add --with-stage1-ldflags,
3379 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3380 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3381 if not building with C++.
3382 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3383 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3384 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3385 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3386 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3387 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3388 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3389 * configure, Makefile.in: Rebuild.
3390
3391 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3392
3393 * configure.ac: Detect MPC in default directory.
3394 * configure: Regenerate.
3395
3396 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3397
3398 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3399 to noconfdirs.
3400 * configure: Regenerate.
3401
3402 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3403
3404 * Makefile.def: Add MPC support and dependencies.
3405 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3406
3407 * Makefile.in, configure: Regenerate.
3408
3409 2009-05-24 Nicolas Roche <roche@adacore.com>
3410
3411 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3412 * Makefile.in: Regenerate.
3413
3414 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3415
3416 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3417 * configure: Regenerate.
3418
3419 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3420
3421 * configure.ac ($with_ppl): Default to no if not supplied.
3422 ($with_cloog): Likewise.
3423 configure: Regenerate.
3424
3425 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3426
3427 PR bootstrap/39739
3428 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3429 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3430
3431 * configure, Makefile.in: Regenerate.
3432
3433 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3434
3435 * configure.ac: Change copyright header to refer to version
3436 3 of the GNU General Public License and to point readers at the
3437 COPYING3 file and the FSF's license web page.
3438 * Makefile.def: Likewise.
3439 * Makefile.tpl: Likewise.
3440 * Makefile.in: Regenerate.
3441
3442 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3443
3444 * configure.ac: Restore match for darwin9 or later. Use double
3445 brackets since regeneration eats one pair.
3446 * configure: Regenerate.
3447
bf110216
CF
34482009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3449
3450 * MAINTAINERS: Perform some obvious fixups.
3451
2262bbf4
BE
34522009-08-17 Ben Elliston <bje@au.ibm.com>
3453
3454 * config.sub, config.guess: Update from upstream sources.
3455
25a07265
NC
34562009-08-06 Michael Eager <eager@eagercon.com>
3457
3458 * configure.ac: Add Microblaze target.
3459 * configure: Regenerate.
3460
85bd1942
TG
34612009-07-02 Tristan Gingold <gingold@adacore.com>
3462
3463 * configure.ac: Do not exclude gas for i386-*-darwin.
3464 Add a case for x86_64-*-darwin.
3465 * configure: Regenerate.
3466
f9806fa5
DE
34672009-06-26 Doug Evans <dje@sebabeach.org>
3468
3469 * Makefile.def (host_modules): Add cgen.
3470 * Makefile.in: Regenerate.
3471 * configure.ac (host_tools): Add cgen.
3472 * configure: Regenerate.
3473
6bfb4e30
JJ
34742009-06-17 Michael Eager <eager@eagercon.com>
3475
3476 * COPYING.LIBGLOSS: Add Xilinx license.
3477
8bcf2718
NC
34782009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3479
3480 * configure.ac: Define is_elf for QNX Neutrino targets.
3481 * configure: Regenerate.
3482
04ec0acb
RW
34832009-06-03 Jerome Guitton <guitton@adacore.com>
3484 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3485
9eb322aa
MF
3486 * Makefile.tpl (all): Avoid a trailing backslash.
3487 * Makefile.in: Regenerate.
04ec0acb 3488
7ee5dbeb
BE
34892009-06-03 Ben Elliston <bje@au.ibm.com>
3490
3491 * config.sub, config.guess: Update from upstream sources.
3492
fda13ee8
AO
34932009-06-02 Alexandre Oliva <aoliva@redhat.com>
3494
3495 * Makefile.tpl ([+compare-target+]): Compare all stage
3496 directories, rather than just gcc.
3497 * Makefile.in: Rebuilt.
3498
4a657b0d
DK
34992009-05-28 Doug Kwan <dougkwan@google.com>
3500
3501 * configure.ac: Support gold for target arm*-*-*.
3502 * configure: Regenerate.
3503
07fc31c9
AO
35042009-05-27 Alexandre Oliva <aoliva@redhat.com>
3505
3506 * Makefile.tpl (all): Avoid harmless warning in make all when
3507 gcc-bootstrap is enabled but stage_last does not exist.
3508 * Makefile.in: Rebuilt.
3509
8a7a39ab
TG
35102009-05-25 Tristan Gingold <gingold@adacore.com>
3511
3512 * setup.com: Complete the file with configuration and build.
3513
b5233201
AO
35142009-05-18 Alexandre Oliva <aoliva@redhat.com>
3515
3516 PR other/40159
3517 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3518 gcc-no-bootstrap are mutually exclusive.
3519 * Makefile.in: Rebuilt.
3520
7b6175f9
AO
35212009-05-18 Alexandre Oliva <aoliva@redhat.com>
3522
3523 PR other/40159
3524 * Makefile.tpl (all): Don't end with unconditional success.
3525 * Makefile.in: Rebuilt.
3526
1b05fbbd
AO
35272009-05-12 Alexandre Oliva <aoliva@redhat.com>
3528
3529 PR target/37137
3530 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3531 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3532 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3533 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3534 stage_configureflags, stage_cflags and stage_libcflags into
3535 explicit Makefile macros.
3536 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3537 GFORTRAN.
3538 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3539 CC. Set CC_FOR_BUILD from CC.
3540 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3541 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3542 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3543 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3544 and GFORTRAN.
3545 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3546 (_LIBCFLAGS): Renamed to _TFLAGS.
3547 (do-compare-debug, do-compare3-debug): Drop.
3548 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3549 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3550 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3551 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3552 (XGCC_FLAGS_FOR_TARGET): New.
3553 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3554 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3555 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3556 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3557 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3558 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3559 TFLAGS.
3560 (BUILD_CONFIG): Include if requested.
3561 (all): Set TFLAGS on bootstrap.
3562 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3563 (all-stageid-prefixmodule): Likewise.
3564 (do-clean, distclean-stageid): Set TFLAGS.
3565 (restrap): Fix whitespace.
3566 * Makefile.in: Rebuilt.
3567
dc17c78c
EB
35682009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3569
3570 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3571 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3572 * Makefile.in: Regenerate.
3573
14324cd7
EZ
35742009-04-24 Eli Zaretskii <eliz@gnu.org>
3575
3576 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3577 consistency with config.sub. (Update from upstream sources.)
3578
f8d5f06c
JM
35792009-04-21 Joseph Myers <joseph@codesourcery.com>
3580
3581 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3582
0000e2bf
BE
35832009-04-17 Ben Elliston <bje@au.ibm.com>
3584
3585 * config.sub, config.guess: Update from upstream sources.
3586
20135e4c
NC
35872009-04-15 Anthony Green <green@moxielogic.com>
3588
34adf976 3589 * configure.ac: Add moxie support.
20135e4c
NC
3590 * configure: Rebuilt.
3591
ef699244
L
35922009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3593
3594 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3595 * configure: Regenerate.
3596
10ad8ef3
L
35972009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3598
3599 PR gas/10039
3600 * configure.ac: Require texinfo 4.7.
3601 * configure: Regenerated.
3602
c50523ce
L
36032009-04-09 Steve Ellcey <sje@cup.hp.com>
3604
3605 * Makefil.def (languages): New entries.
3606 * Makefile.tpl (check-gcc-*): New generic target.
3607 * Makefile.in: Regenerate.
3608
47afba5f
EZ
36092009-03-27 Eli Zaretskii <eliz@gnu.org>
3610
3611 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3612 Windows builds of Sed.
3613
dc448a7b
TT
36142009-03-18 Tom Tromey <tromey@redhat.com>
3615
3616 * configure: Rebuild.
3617 * configure.ac (host_libs): Add libiconv.
3618 * Makefile.in: Rebuild.
3619 * Makefile.def (host_modules): Add libiconv.
3620 (configure-gdb, all-gdb): Depend on libiconv.
3621
24741ab2
JB
36222009-03-16 Tristan Gingold <gingold@adacore.com>
3623
3624 * configure.ac: Treat gdb as supported on x86_64-darwin.
3625 * configure: Regenerate.
3626
29383458
JM
36272009-03-16 Joseph Myers <joseph@codesourcery.com>
3628
3629 Merge from GCC:
3630
3631 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3632
3633 * configure.ac (--with-host-libstdcxx): New option.
3634 * configure: Regenerate.
3635
3636 2009-01-29 Robert Millan <rmh@aybabtu.com>
3637
3638 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3639 * configure: Regenerate.
3640
3641 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3642
3643 PR tree-optimization/38515
3644 * configure.ac (cloog-polylib): Removed.
3645 (with_ppl, with_cloog): Test for "no".
3646 * configure: Regenerated.
3647
58e24671
RW
36482009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3649
3650 Backport from git Libtool:
3651
3652 2009-01-19 Robert Millan <rmh@aybabtu.com>
3653 Support GNU/kOpenSolaris.
3654 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3655 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3656 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3657 GNU/kOpenSolaris.
3658
314b2e66
AS
36592009-02-05 Andreas Schwab <schwab@suse.de>
3660
3661 * Makefile.tpl (stage_last): Define $r and $s before using
3662 $(RECURSE_FLAGS_TO_PASS).
3663 * Makefile.in: Regenerate
3664
8b700390
JJ
36652009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3666
3667 * COPYING.NEWLIB: Add ARM license.
3668
66775d67
AM
36692009-01-16 Alan Modra <amodra@bigpond.net.au>
3670
3671 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3672 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3673 * Makefile.in: Regenerate.
3674
19e99079
NC
36752009-01-15 Douglas B Rupp <rupp@gnat.com>
3676
3677 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3678 * configure: Regenerate.
3679
22e8c8e0
RW
36802008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3681
3682 Backport link test fix from upstream Libtool:
3683
3684 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3685 Add cache variables to tests that require the linker to work.
3686 For shlibpath_overrides_runpath, this also changes the semantics
3687 to let the result from the C compiler take precedence.
3688 compiler take precedence.
3689
7d6d7764
BE
36902008-12-02 Ben Elliston <bje@au.ibm.com>
3691
3692 * config.sub, config.guess: Update from upstream sources.
3693
ea8af06e
JJ
36942008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3695
3696 * COPYING.NEWLIB: Updated.
3697 * COPYING.LIBGLOSS: Ditto.
3698
af0771d3
PB
36992008-12-16 Paolo Bonzini <bonzini@gnu.org>
3700
3701 Sync with GCC:
3702
3703 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3704
3705 * configure.ac (ppllibs): Add by default the lib flags.
3706 * configure: Regenerate.
3707
3708 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3709
314b2e66
AS
3710 * configure.ac: Add double brackets on darwin[912].
3711 * configure: Regenerate.
af0771d3
PB
3712
3713 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3714
314b2e66
AS
3715 * configure.ac: Expand to darwin10 and later.
3716 * configure: Regenerate.
af0771d3 3717
f7c83eac
AS
37182008-12-02 Andreas Schwab <schwab@suse.de>
3719
3720 * Makefile.def: configure-target-boehm-gc depends on
3721 all-target-libstdc++-v3.
3722 * Makefile.in: Regenerate.
3723
bc67ad83
BE
37242008-12-02 Ben Elliston <bje@au.ibm.com>
3725
3726 * config.sub, config.guess: Update from upstream sources.
3727
e28c595f
JM
37282008-11-27 Joseph Myers <joseph@codesourcery.com>
3729
3730 Merge from GCC:
3731
3732 2007-12-02 Matthias Klose <doko@ubuntu.com>
3733
3734 * config-ml.in: Remove 64bit configure tests.
3735
3736 2008-05-14 Rafael Espindola <espindola@google.com>
3737
3738 * config-ml.in: don't handle --enable-shared and --enable-static.
3739
3740 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3741 Tobias Grosser <grosser@fim.uni-passau.de>
3742 Jan Sjodin <jan.sjodin@amd.com>
3743 Harsha Jagasia <harsha.jagasia@amd.com>
3744 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3745 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3746 Adrien Eliche <aeliche@isty.uvsq.fr>
3747
3748 Merge from graphite branch.
3749 * configure: Regenerate.
3750 * Makefile.in: Regenerate.
3751 * configure.ac (host_libs): Add ppl and cloog.
3752 Add checks for PPL and CLooG.
3753 * Makefile.def (ppl, cloog): Added modules and dependences.
3754 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3755 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3756
3757 2008-09-03 Richard Guenther <rguenther@suse.de>
3758
3759 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3760 cloog test.
3761 * configure: Re-generate.
3762
3763 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3764
3765 * configure.ac (--with-cloog-polylib): New.
3766 (--disable-cloog-version-check): New.
3767 (--disable-ppl-version-check): New.
3768 * configure: Re-generate.
3769
3770 2008-09-05 Richard Guenther <rguenther@suse.de>
3771
3772 * configure.ac: Initialize clooglibs to -lcloog.
3773 * configure: Re-generate.
3774
3775 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3776
3777 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3778 recommended version to 2.3.2.
3779
3780 * configure: Regenerate.
3781
3782 2008-10-31 Ben Elliston <bje@au.ibm.com>
3783
3784 * configure.ac (spu-*-*): Remove special case.
3785 * configure: Regenerate.
3786
3787 Complete comment text from GCC version of:
3788
3789 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3790
3791 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3792 (GCC_SHLIB_SUBDIR): New.
3793 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3794 * configure: Regenerate.
3795 * Makefile.in: Regenerate.
3796
652dec25
TG
37972008-11-27 Tristan Gingold <gingold@adacore.com>
3798
3799 * configure.ac: Build gdb for i?86-*-darwin*
3800 * configure: Regenerated.
3801
7582fb4a
DJ
38022008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 PR bootstrap/38014
3805 PR bootstrap/37923
3806
3807 Revert:
3808
3809 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3810
3811 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3812 * Makefile.in: Regenerated.
3813
3814 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 PR gdb/921
3817 PR gdb/1646
3818 PR gdb/2175
3819 PR gdb/2176
3820
3821 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3822 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3823 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3824 (HOST_EXPORTS): Pass CPPFLAGS.
3825 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3826 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3827 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3828 * Makefile.in, configure: Regenerated.
3829 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3830 and CPPFLAGS_FOR_BUILD.
3831
faee1be2
UW
38322008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3833
3834 * configure.ac [spu-*-*]: Do not set skipdirs.
3835 * configure: Re-generate.
3836
b7c2dce4
DJ
38372008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3838
3839 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3840 * Makefile.in: Regenerated.
3841
bb52de30
DJ
38422008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 PR gdb/921
3845 PR gdb/1646
3846 PR gdb/2175
3847 PR gdb/2176
3848
3849 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3850 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3851 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3852 (HOST_EXPORTS): Pass CPPFLAGS.
3853 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3854 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3855 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3856 * Makefile.in, configure: Regenerated.
3857 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3858 and CPPFLAGS_FOR_BUILD.
3859
b25062ae
SE
38602008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3861
3862 * libtool.m4: Update to libtool 2.2.6.
3863 * lt~obsolete.m4: Update to libtool 2.2.6.
3864 * ltmain.sh: Update to libtool 2.2.6.
3865 * ltsugar.m4: Update to libtool 2.2.6.
3866 * ltversion.m4: Update to libtool 2.2.6.
3867 * ltoptions.m4: Update to libtool 2.2.6.
3868 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3869
3bbd2f8f
AL
38702008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3871
3872 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3873 (GCC_SHLIB_SUBDIR): New.
3874 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3875 * configure: Regenerate.
3876 * Makefile.in: Regenerate.
3877
b29d32ce
TG
38782008-08-28 Tristan Gingold <gingold@adacore.com>
3879
3880 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3881 Enable bfd, binutils and opcodes.
3882 * configure: Regenerate.
3883
c325a203
DD
38842008-08-16 Nicolas Roche <roche@adacore.com>
3885
3886 * Makefile.tpl: Add BOOT_ADAFLAGS.
3887 * Makefile.in: Regenerate.
3888
e7c8859c
RS
38892008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3890
3891 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3892 * configure: Regenerate.
3893
da888c87
PB
38942008-07-30 Paolo Bonzini <bonzini@gnu.org>
3895
3896 Sync with gcc:
3897 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3898
f7c83eac
AS
3899 * configure.ac: Add makefile fragments for hpux.
3900 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3901 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3902 * configure: Regenerate.
3903 * Makefile.in: Regenerate.
da888c87
PB
3904
3905 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3906
f7c83eac
AS
3907 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3908 * Makefile.in: Regenerate.
3909 * configure: Regenerate.
da888c87 3910
944982cf
ILT
39112008-06-18 Ian Lance Taylor <iant@google.com>
3912
662c6704
ILT
3913 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3914
944982cf
ILT
3915 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3916
7a283e07
RW
39172008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3918
3919 * configure: Regenerate.
3920
5b553f7e
RW
39212008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3922
3923 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3924 "$@" is still intact with both Autoconf 2.59 and 2.62.
3925 * configure: Regenerate.
3926
675492f0
RW
39272008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3928
3929 * Makefile.tpl: Fix comment errors.
3930 * Makefile.in: Regenerate.
3931
b018a5d1
JB
39322008-06-13 Julian Brown <julian@codesourcery.com>
3933
3934 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3935 of libobjc for ARM EABI Linux.
3936 * configure: Regenerate.
3937
310213e8
DE
39382008-06-12 David S. Miller <davem@davemloft.net>
3939 David Edelsohn <edelsohn@gnu.org>
3940
3941 * configure.ac: Add powerpc*-*-* to gold supported targets.
3942 * configure: Regenerate.
3943
6641ce42
JM
39442008-06-08 Joseph Myers <joseph@codesourcery.com>
3945
3946 PR tree-optimization/36218
3947 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3948 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3949 (all prefix="build-"): Pass them to build-system sub-makes.
3950 * Makefile.in: Regenerate.
3951
03c2f9e6
DJ
39522008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3953
3954 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3955 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3956 mkdep, and compile. Update comments.
3957 (ETC_SUPPORT): Add ChangeLog and update comments.
3958
4538db8b
ILT
39592008-05-11 Ian Lance Taylor <iant@google.com>
3960
3961 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3962
266df637
PB
39632008-04-18 Paolo Bonzini <bonzini@gnu.org>
3964
3965 Sync with gcc:
3966 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3967
3968 PR bootstrap/35457
3969 * configure.ac: Include override.m4.
3970 * configure: Regenerate.
3971
3972 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3973
f7c83eac
AS
3974 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3975 * Makefile.in: Regenerate.
266df637
PB
3976
3977 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3978
f7c83eac
AS
3979 * configure.ac: Do not build libssp for the AVR.
3980 * configure: Regenerate.
266df637 3981
a86a761e
NC
39822008-04-18 Nick Clifton <nickc@redhat.com>
3983
3984 * MAINTAINERS: Replace reference to configure.in with reference to
3985 configure.ac.
3986
52310858
NC
39872008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3988
f7c83eac 3989 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3990 as nonconfigurable directories list.
f7c83eac 3991 * configure: Regenerate.
52310858 3992
f5314dd5
DM
39932008-04-14 David S. Miller <davem@davemloft.net>
3994
3995 * configure.ac: Add sparc*-*-* to gold supported targets.
3996 * configure: Regenerate.
3997
e2208220
BE
39982008-04-14 Ben Elliston <bje@au.ibm.com>
3999
4000 * config.sub, config.guess: Update from upstream sources.
4001
0bb6ea20
HPN
40022008-04-12 Hans-Peter Nilsson <hp@axis.com>
4003
4004 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4005 * Makefile.in: Regenerate.
4006
e5164e97
ILT
40072008-04-07 Ian Lance Taylor <iant@google.com>
4008
4009 * Makefile.def: check-gold depends upon all-binutils.
4010 * Makefile.in: Regenerate.
4011
e33b51a6
NC
40122008-04-04 Nick Clifton <nickc@redhat.com>
4013
4014 PR binutils/4334
4015 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4016 builds.
4017 * configure: Regenerate.
4018
fc5df3ab
NC
40192008-04-04 NightStrike <NightStrike@gmail.com>
4020
4021 PR other/35151
f7c83eac
AS
4022 * configure.ac: Combine rules for mingw32 and mingw64.
4023 * configure: Regenerate.
fc5df3ab 4024
c779bab8
PB
40252008-03-27 Paolo Bonzini <bonzini@gnu.org>
4026
4027 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4028 * Makefile.in: Regenerate.
4029
93f9b408
ILT
40302008-03-20 Ian Lance Taylor <iant@google.com>
4031
4032 * configure.ac: Add support for --enable-gold.
4033 * Makefile.def: Add gold as a directory like ld.
4034 * configure, Makefile.in: Regenerate.
4035
5746fb46
AK
40362008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4037
4038 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4039 (s390_cond_extensions): Reduced extensions to the compare related.
4040 (main): z10 cpu type option added.
4041 (expandConditionalJump): Renamed to ...
4042 (insertExpandedMnemonic): ... this.
4043
4044 * opcodes/s390-opc.c: Re-group the operand format makros.
4045 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4046 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4047 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4048 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4049 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4050 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4051 INSTR_SIL_RDU): New instruction formats added.
4052 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4053 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4054 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4055 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4056 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4057 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4058 masks added.
4059 (s390_opformats): New formats added "ris", "rrs", "sil".
4060 * opcodes/s390-opc.txt: Add the conditional jumps with the
4061 extensions removed from automatic expansion in s390-mkopc.c manually.
4062 (asi - trtre): Add new System z10 EC instructions.
4063 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4064
58c85be7
RW
40652008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4066
4067 * configure.ac: m4_include config/proginstall.m4.
4068 * configure: Regenerate.
4069
78124051
RW
40702008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4071
4072 Backport from upstream Libtool:
f7c83eac 4073
78124051 4074 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4075
78124051
RW
4076 Deal with Autoconf 2.62's semantic change in m4_append.
4077 * ltsugar.m4 (lt_append): Replace broken versions of
4078 m4_append.
4079 (lt_if_append_uniq): Don't require separator to be overquoted,
4080 and avoid broken m4_append.
4081 (lt_dict_add): Fix typo.
4082 * libtool.m4 (_LT_DECL): Don't overquote separator.
4083
018f1bea
DE
40842008-03-13 David Edelsohn <edelsohn@gnu.org>
4085
4086 * config.rpath: Add AIX 6 support.
4087
5c5f596d
PB
40882008-03-13 Paolo Bonzini <bonzini@gnu.org>
4089
4090 * Makefile.def (stageprofile). Remove -fprofile-generate
4091 from stage_libcflags.
4092 * Makefile.in: Regenerate.
4093
a1f93a5e
BE
40942008-03-13 Ben Elliston <bje@au.ibm.com>
4095
4096 * config.sub, config.guess: Update from upstream sources.
4097
98c3d905
AK
40982008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4099
4100 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4101 * s390-opc.txt (cmpsc): Duplicate entry removed.
4102 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4103 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4104 fier, cu42, cu41): Fix operand format.
4105
7f6ef0c0
PB
41062008-02-20 Paolo Bonzini <bonzini@gnu.org>
4107
f7c83eac
AS
4108 PR bootstrap/32009
4109 PR bootstrap/32161
4110
4111 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4112 * configure: Regenerate.
4113
4114 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4115 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4116 STAGE4_LIBCFLAGS): New.
4117 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4118 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4119 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4120 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4121 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4122 for target modules. Don't export LIBCFLAGS.
4123 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4124 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4125 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4126 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4127 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4128 * Makefile.in: Regenerate.
7f6ef0c0 4129
eaf19029
PB
41302008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4131
4132 PR libgcj/33085
4133 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4134 Do not use -DDLL_EXPORT. Backport from upstream.
4135
680c43e9
NC
41362008-02-14 Nick Clifton <nickc@redhat.com>
4137
4138 Import this patch from gcc:
4139 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4140
4141 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4142
c72b1d96
HPN
41432008-02-02 Hans-Peter Nilsson <hp@axis.com>
4144
4145 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4146 * configure: Regenerate.
4147
8b66833e
BW
41482008-01-31 Marc Gauthier <marc@tensilica.com>
4149
4150 * configure.ac (xtensa*-*-*): Recognize processor variants.
4151 * configure: Regenerate.
4152
9cc8ae67
PB
41532008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4154
f7c83eac
AS
4155 PR bootstrap/34922
4156 * configure.ac (PARSE_ARGS): Push suitable setting of
4157 ac_subdirs_all, for `./configure --help=recursive'.
4158 Handle `+' in generic toplevel directory disabling.
4159 * configure: Regenerate.
9cc8ae67 4160
19090595
BE
41612008-01-23 Ben Elliston <bje@au.ibm.com>
4162
4163 * config.sub, config.guess: Update from upstream sources.
4164
9f1e7fd3
BE
41652008-01-08 Ben Elliston <bje@au.ibm.com>
4166
4167 * config.sub, config.guess: Update from upstream sources.
4168
2f959d61
JJ
41692007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4170
4171 * COPYING.LIBGLOSS: Update default copyright.
4172
aa054b85
JJ
41732007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4174
4175 * COPYING.NEWLIB: Update default copyright.
4176
57c53b2b
RS
41772007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4178
4179 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4180 Change recommended MPFR from 2.2.1 > 2.3.0.
4181 * configure: Regenerate.
4182
fee14b60
RS
41832007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4184
4185 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4186 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4187 * Makefile.in: Regenerate.
4188
c9b68031
DD
41892007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4190
4191 * configure.ac: Enable libjava for x86_64-*-darwin9.
4192 * configure: Regenerate.
4193
ad25e7d5
BE
41942007-12-05 Ben Elliston <bje@au.ibm.com>
4195
4196 * config.sub, config.guess: Update from upstream sources.
4197
6ac84f65
PB
41982007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4199
f7c83eac
AS
4200 * config-ml.in: Robustify against white space in absolute file
4201 names.
6ac84f65 4202
f7c83eac
AS
4203 * config-ml.in (multi-clean): Substitute ${Makefile}.
4204 Remove superfluous ${Makefile} in list.
6ac84f65 4205
7b3200f9
DJ
42062007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4207
4208 * Makefile.def (dependencies): Make configure-gdb depend on
4209 all-intl.
4210 * Makefile.in: Regenerated.
4211
2c133ff9
JJ
42122007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4213
4214 * Makefile.def: To avoid problems running with parallel makes,
4215 build newlib before libgloss so that target specific header
4216 files are availble.
4217 * Makefile.in: Regenerate.
4218
5074315a
DJ
42192007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4222 * Makefile.in: Regenerate.
4223
f5bc1778
DJ
42242007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4227 * libdecnumber: New directory, imported from GCC.
4228
c66487f8
NC
42292007-10-08 Mike Frysinger <vapier@gentoo.org>
4230
4231 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4232 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4233 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4234 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4235 * configure: Regenerate.
4236
b5714970
PB
42372007-10-01 Paolo Bonzini <bonzini@gnu.org>
4238
4239 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4240 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4241 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4242 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4243 * configure.ac: Default them to host tools for $host = $build.
4244 Subst them.
4245
4246 * configure: Regenerate.
4247 * Makefile.in: Regenerate.
4248
f3b1e08e
RS
42492007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4250
4251 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4252 * configure: Regenerate.
4253
cff87f51
DD
42542007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4255
4256 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4257 libstdc++.
4258 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4259 * configure: Regenerate.
4260 * Makefile.in: Regenerate.
f7c83eac 4261
625a61cd
AS
42622007-09-17 Andreas Schwab <schwab@suse.de>
4263
4264 * configure.ac: Raise minimum makeinfo version to 4.6.
4265 * configure: Regenerate.
4266
83a3a68b
AM
42672007-09-15 Alan Modra <amodra@bigpond.net.au>
4268
4269 * configure.ac: Correct makeinfo version check.
4270 * configure: Regenerate.
4271
5bd8be13
RS
42722007-09-14 Richard Sandiford <richard@codesourcery.com>
4273
4274 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4275 to $skipdirs and only disable gprof for newlib. Use the normal
4276 mips*-elf* handling in other respects.
4277 * configure: Regnerate.
4278
5566c1fa
DD
42792007-09-12 David Daney <ddaney@avtrex.com>
4280
4281 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4282 enabling libgcj.
4283 * configure: Regenerate.
4284
42852007-09-12 Richard Guenther <rguenther@suse.de>
4286
4287 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4288 nor --disable-checking is provided also turn on yes and types
4289 checking for stage1.
4290 * configure: Re-generate.
4291
a18e2996 42922007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4293
4294 PR target/33281
4295 * configure.ac: Use config/mh-mingw on mingw.
4296 * configure: Regenerate.
84e7906e 4297
691bb5a1
DD
42982007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4299
4300 PR other/32154
4301 * configure.ac: For libgloss targets, point the linker to the linker
4302 script, startup code and simulator library.
4303 * configure: Regenerate.
4304
6d18b86b
AH
43052007-09-09 Andrew Haley <aph@redhat.com>
4306
4307 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4308 target-libjava.
6d18b86b 4309
f00a3165 43102007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4311
f00a3165 4312 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4313
2abc4e65
BE
43142007-08-21 Richard Guenther <rguenther@suse.de>
4315
4316 * configure.ac: Add types checking to stage1 checking flags.
4317 * configure: Regenerate.
4318
8a6ee3ab 43192007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4320 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4321
4322 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4323 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4324 * Makefile.in: Regenerate.
4325 * configure.ac (--with-debug-prefix-map): New.
4326 * configure: Regenerate.
4327
429acdec
RS
43282007-08-17 Richard Sandiford <richard@codesourcery.com>
4329 Nigel Stephens <nigel@mips.com>
4330
429acdec
RS
4331 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4332 as target_makefile_frag.
4333 * configure: Regenerate.
4334
8520c408
AO
43352007-08-16 Alexandre Oliva <aoliva@redhat.com>
4336
4337 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4338 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4339 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4340 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4341 (do-compare, do-compare3, do-compare-debug): New.
4342 ([+compare-target+]): Use them.
4343
43442007-08-16 Alexandre Oliva <aoliva@redhat.com>
4345
4346 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4347 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4348 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4349 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4350 (do-compare, do-compare3, do-compare-debug): New.
4351 ([+compare-target+]): Use them.
4352
2444379b
BE
43532007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4354 Ben Elliston <bje@au.ibm.com>
4355
4356 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4357 --silent if $silent.
4358 * configure: Regenerate.
4359
d6f99447
DJ
43602007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4361
4362 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4363
bd0aa315
NC
43642007-07-17 Nick Clifton <nickc@redhat.com>
4365
4366 * COPYING3: New file. Contains version 3 of the GNU General
4367 Public License.
4368 * COPYING3.LIB: New file. Contains version 3 of the GNU
4369 Lesser General Public License.
4370
0ebe98fb
BS
43712007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4372
4373 * configure.ac: Fix my previous change to really match GCC.
4374 * configure: Regenerate.
4375
521ec477
DD
43762007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4377
4378 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4379 * configure: Regenerate.
4380
43812007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4382
4383 * configure.ac: Add some missing m4 quotation.
4384 * configure: Regenerate.
4385
0c24b341
NC
43862007-07-09 Kai Tietz <kai.tietz@onevision.com>
4387
f7c83eac
AS
4388 * Makefile.def: Add windmc tool to build.
4389 * Makefile.tpl: Likewise.
4390 * configure.ac: Likewise.
4391 * Makefile.in: Regenerate.
4392 * configure: Regenerate.
0c24b341 4393
a09314d0
L
43942007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4395
4396 * lt~obsolete.m4: New. Import from 20070318 libtool.
4397
7c3e1d12
BS
43982007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4399
4400 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4401 uclinux and linux-uclibc targets.
4402 * configure: Regenerate.
4403
a5b3b4dd
DD
44042007-06-28 DJ Delorie <dj@redhat.com>
4405
4406 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4407 not building newlib.
4408 * configure: Regenerated.
f7c83eac 4409
184d813c
DJ
44102007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4411
4412 * src-release (DEVO_SUPPORT): Correct typos.
4413
31d99776
DJ
44142007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4415
4416 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4417 * Makefile.in: Regenerated.
4418
e00a73e3
PB
44192007-06-14 Paolo Bonzini <bonzini@gnu.org>
4420
f7c83eac
AS
4421 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4422 (distclean-stage[+id+]): Possibly delete stage_last.
4423 * Makefile.in: Regenerate.
e00a73e3 4424
98a1bbc5
BE
44252007-06-07 Ben Elliston <bje@au.ibm.com>
4426
4427 * config.sub, config.guess: Update from upstream sources.
4428
973601e1
BE
44292007-06-07 Ben Elliston <bje@au.ibm.com>
4430
4431 * Makefile.tpl: Fix spelling error.
4432 * Makefile.in: Regenerate.
4433
2038f525
PB
44342007-06-04 Paolo Bonzini <bonzini@gnu.org>
4435
4436 Sync with gcc:
4437 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4438
f7c83eac
AS
4439 PR bootstrap/29382
4440 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4441 * configure: Rebuilt.
2038f525 4442
f7c5c4b5
PB
44432007-06-01 Steve Ellcey <sje@cup.hp.com>
4444
12a64d4f
L
4445 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4446 lt_cv_sys_max_cmd_len.
f7c5c4b5 4447
7ad9660b
PB
44482007-05-31 Paolo Bonzini <bonzini@gnu.org>
4449
4450 * ltgcc.m4: Update from GCC.
4451
0e7ef45c
EC
44522007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4453
12a64d4f 4454 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4455
37ad9514
SE
44562007-05-24 Steve Ellcey <sje@cup.hp.com>
4457
4458 * ltmain.sh: Update from GCC.
4459 * libtool.m4: Update from GCC.
4460 * ltsugar.m4: New. Update from GCC.
4461 * ltversion.m4: New. Update from GCC.
4462 * ltoptions.m4: New. Update from GCC.
4463 * ltconfig: Remove.
4464 * ltcf-c.sh: Remove.
4465 * ltcf-cxx.sh: Remove.
4466 * ltcf-gcj.sh: Remove.
4467 * src-release: Update with new libtool file list.
4468
8ee82aff
PB
44692007-05-16 Paolo Bonzini <bonzini@gnu.org>
4470
4471 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4472 stage_cflags.
4473 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4474 Remove CFLAGS/LIBCFLAGS.
4475 (configure-stage[+id+]-[+prefix+][+module+],
4476 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4477 * Makefile.in: Regenerate.
4478
149cb58d
SE
44792007-04-14 Steve Ellcey <sje@cup.hp.com>
4480
4481 * config-ml.in: Update from GCC.
4482
91506736
DJ
44832007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4484
4485 * src-release (do-proto-toplev): Process the support directories before
4486 the tool directory.
4487
ffa8bd48
RS
44882007-03-21 Richard Sandiford <richard@codesourcery.com>
4489
4490 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4491 of glob. Quote arguments with single quotes too.
4492 * configure: Regenerate.
4493
a4fd3374
DD
44942007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4495
4496 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4497 * Makefile.in: Regenerate
4498
b8025f34
AS
44992007-03-07 Andreas Schwab <schwab@suse.de>
4500
4501 * configure: Regenerate.
4502
a3ca38d2
DD
45032007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4504
4505 * configure.ac: Add "--with-pdfdir" configure option,
4506 which defines pdfdir variable.
4507 * Makefile.def (target=fixincludes): Add install-pdf to
4508 missing targets.
4509 (recursive_targets): Add install-pdf target.
4510 (flags_to_pass): Add pdfdir.
4511 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4512 target.
4513 * configure: Regenerate
4514 * Makefile.in: Regenerate
4515
45162007-02-28 Eric Christopher <echristo@apple.com>
4517
4518 Revert:
4519 2006-12-07 Mike Stump <mrs@apple.com>
4520
4521 * Makefile.def (dependencies): Add dependency for
4522 install-target-libssp and install-target-libgomp on
4523 install-gcc.
4524 * Makefile.in: Regenerate.
4525
45262007-02-27 Matt Kraai <kraai@ftbfs.org>
4527
4528 * configure: Regenerate.
4529 * configure.ac: Move statements after variable declarations.
4530
a4708fba
JM
45312007-02-19 Joseph Myers <joseph@codesourcery.com>
4532
4533 * configure.ac: Adjust for loop syntax.
4534 * configure: Regenerate.
4535
9a819804
AO
45362007-02-18 Alexandre Oliva <aoliva@redhat.com>
4537
4538 * configure: Rebuilt.
4539
81ec575a
AO
45402007-02-18 Alexandre Oliva <aoliva@redhat.com>
4541
4542 * configure.ac: Drop multiple occurrences of --enable-languages,
4543 and fix its quoting.
4544 * configure: Rebuilt.
4545
92f01d61 45462007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4547 Nathan Sidwell <nathan@codesourcery.com>
4548 Vladimir Prus <vladimir@codesourcery.com
4549 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4550
4551 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4552 * configure: Regenerate.
4553
b1299c4e
DJ
45542007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4555
4556 * configure.ac (target_libraries): Move libgcc before libiberty.
4557 * configure: Regenerated.
4558
18f6b6ee
PB
45592007-02-13 Paolo Bonzini <bonzini@gnu.org>
4560
4561 * configure: Regenerate again?
4562
9c4e9f27
PB
45632007-02-13 Paolo Bonzini <bonzini@gnu.org>
4564
4565 * configure: Reapply PR30748 fix which was lost in the previous commit.
4566
24ff9987
DJ
45672007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4568 Paolo Bonzini <bonzini@gnu.org>
4569
4570 PR bootstrap/30753
4571 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4572 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4573 * configure: Regenerated.
4574
7df2cd5d
PB
45752007-02-10 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * configure: Regenerate.
4578
b0aaa663
DJ
45792007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 PR bootstrap/30748
4582 * configure.ac: Correct syntax for Solaris ksh.
4583 * configure: Regenerated.
4584
a0323144
PB
45852007-02-09 Paolo Bonzini <bonzini@gnu.org>
4586
4587 * Makefile.def: Sync with GCC.
4588 * Makefile.tpl: Sync with GCC.
4589 * Makefile.in: Regenerate.
4590 * configure: Regenerate.
4591
c6b750e1
DJ
45922007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4593
4594 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4595 noncanonical equivalents.
4596 * configure.in: Rename to...
4597 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4598 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4599 target_noncanonical. Use them. Rewrite removal of configure
4600 arguments for autoconf 2.59. Discard variable settings. Force
4601 program_transform_name for native tools.
4602
4603 * Makefile.in: Regenerated.
4604 * configure: Regenerated with autoconf 2.59.
4605
4606 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4607
f3cd89f4
JJ
46082007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4609
4610 * COPYING.LIBGLOSS: Reformat default Red Hat
4611 license to fit within 80 columns.
4612 * COPYING.NEWLIB: Ditto.
4613
4e206d7e
DB
46142007-02-05 Dave Brolley <brolley@redhat.com>
4615
4616 * Contribute the following changes:
4617 2006-11-28 DJ Delorie <dj@redhat.com>
4618
4619 * configure.in: Fix typo for mep's target_makefile_frag.
4620 * configure: Regenerated.
4621
4622 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4623
4624 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4625 * configure: Regenerate.
4626
4627 2001-09-19 DJ Delorie <dj@redhat.com>
4628
4629 * configure.in (target_makefile_frag): use mt-mep
4630
4631 2001-06-12 Don Howard <dhoward@redhat.com>
4632
4633 * configure.in: Remove gdb from MeP skip list.
4634
4635 2001-04-05 DJ Delorie <dj@redhat.com>
4636
4637 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4638
4639 2001-03-20 Ben Elliston <bje@redhat.com>
4640
4641 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4642
4643 2001-03-19 Ben Elliston <bje@redhat.com>
4644
4645 * config.sub (mep, mep-*): Add.
4646
b2edfdd2
AS
46472007-01-31 Andreas Schwab <schwab@suse.de>
4648
4649 * Makefile.tpl (LDFLAGS): Substitute it.
4650 * Makefile.in: Regenerate.
4651
ceb92e78
PB
46522007-01-11 Paolo Bonzini <bonzini@gnu.org>
4653
4654 * configure.in: Change == to = in test command.
f7c83eac 4655 * configure: Regenerate.
ceb92e78 4656
4b900473 46572007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4658 Nick Clifton <nickc@redhat.com>
4659 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4660
4661 * configure.in (build_configargs, host_configargs, target_configargs):
4662 Remove build/host/target parameters.
4663 (host_libs): Add gmp and mpfr.
4664 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4665 * Makefile.def (gmp, mpfr): New.
4666 (gcc): Remove target.
4667 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4668 target_os, target_vendor): New.
4669 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4670 * configure: Regenerate.
4671 * Makefile.in: Regenerate.
4b900473
PB
4672
46732007-01-11 Matt Fago <fago@earthlink.net>
4674
4675 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4676 to improve robustness of configure tests.
4b900473
PB
4677 * configure: Regenerate.
4678
80f6dcbc
NC
46792007-01-08 Kai Tietz <kai.tietz@onevision.com>
4680
4681 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4682 * configure: Regenerate.
80f6dcbc 4683
f86e35b8
NC
46842007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4685
4686 * Makefile.tpl (all-target): Correct @if conditional for target
4687 modules.
4688 * configure.in: Omit libiberty if building only target libgcc.
4689 * configure, Makefile.in: Regenerated.
4690
79fcd0ec
PB
46912007-01-04 Paolo Bonzini <bonzini@gnu.org>
4692
4693 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4694 * configure: Regenerate.
4695
6aa8ef82
DJ
46962007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4697
4698 * Makefile.def (target_modules): Add libgcc.
4699 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4700 * Makefile.tpl (clean-target-libgcc): Delete.
4701 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4702 on gcc even for bootstrapped modules. Rewrite handling of
4703 lang_env_dependencies to loop over target_modules.
4704 * configure.in (target_libraries): Add target-libgcc.
4705 * Makefile.in, configure: Regenerated.
4706
9b134994
PB
47072006-12-29 Paolo Bonzini <bonzini@gnu.org>
4708
4709 Sync with gcc:
4710 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4711
f7c83eac
AS
4712 * configure.in: Reorganize recognition of languages. Add
4713 --enable-stage1-languages. Show supported languages for the chosen
4714 target rather than all recognized languages.
4715 * configure: Regenerate.
9b134994
PB
4716
4717 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4718
f7c83eac
AS
4719 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4720 * Makefile.in: Regenerate.
9b134994
PB
4721
4722 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4723
f7c83eac
AS
4724 * configure.in: Warn that MPFR 2.2.0 is buggy.
4725 * configure: Regenerate.
9b134994 4726
8cf39b1b
ILT
47272006-12-27 Ian Lance Taylor <iant@google.com>
4728
4729 * configure.in: When removing Makefiles to force a reconfigure, also
4730 remove prev-DIR*/Makefile.
4731 * configure: Regenerate.
4732
ebff6cd5
KH
47332006-12-23 Kazu Hirata <kazu@codesourcery.com>
4734
4735 * config.bfd: Recognize fido.
4736
8a0d8a5c
PB
47372006-12-19 Paolo Bonzini <bonzini@gnu.org>
4738
4739 Sync with gcc:
4740
4741 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4742
4743 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4744 it only affects bootstrap and could be tested on "$host" as well.
4745 * configure: Regenerate.
4746 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4747
4748 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4749
4750 PR bootstrap/29544
4751 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4752 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4753 move here comment from Makefile.tpl.
4754 * Makefile.tpl: Move some definitions higher in the file.
4755 (STAGE1_CHECKING): New.
4756 * configure.in: Add --enable-stage1-checking.
4757 * configure: Regenerate.
4758 * Makefile.in: Regenerate.
4759
4760 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4761
4762 * configure.in: Update error message for missing GMP/MPFR.
4763
4764 * configure: Regenerate.
4765
4766 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4767
4768 * configure.in: Update MPFR version in error message.
4769
4770 * configure: Regenerate.
4771
4772 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4773
4774 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4775 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4776 --with-gmp-lib): New flags.
4777
4778 * configure: Regenerate.
4779
790c0838
AM
47802006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4781
4782 PR bootstrap/30134
4783 * configure.in: Correct x86 darwin support for libjava to powerpc
4784 and i?86 only.
4785 * configure: Regenerate.
4786
77d7106f
AM
47872006-12-11 Alan Modra <amodra@bigpond.net.au>
4788
4789 * configure.in: Handle spu makefile frag.
77d7106f
AM
4790 * Makefile.tpl (MAINT): Define
4791 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4792 * configure: Regenerate.
4793 * Makefile.in: Regenerate.
4794
0cfa5389
BE
47952006-12-11 Ben Elliston <bje@au.ibm.com>
4796
4797 * config.sub, config.guess: Update from upstream sources.
4798
2839fe5d
BE
47992006-12-11 Ben Elliston <bje@au.ibm.com>
4800
4801 * configure.in: Sync with GCC (spu-*-*).
4802 * configure: Sync with GCC.
4803
b897f5d4
MS
48042006-12-07 Mike Stump <mrs@apple.com>
4805
4806 * Makefile.def (dependencies): Add dependency for
4807 install-target-libssp and install-target-libgomp on
4808 install-gcc.
4809 * Makefile.in: Regenerate.
4810
9daf3993
PB
48112006-11-16 Paolo Bonzini <bonzini@gnu.org>
4812
4813 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4814 (unstage): Test for stage_last presence.
4815
4816 PR bootstrap/29802
4817 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4818 * Makefile.in: Regenerate.
4819
9dbaa842
DD
48202006-11-14 DJ Delorie <dj@redhat.com>
4821
4822 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4823 * Makefile.in: Sync with GCC.
4824 * configure.in: Sync with GCC (mpfr, gmp).
4825 * configure: Sync with GCC.
4826
b0cbce8d
JJ
48272006-11-08 Jie Zhang <jie.zhang@analog.com>
4828
4829 * configure.in: Remove target-libgloss from noconfigdirs for
4830 bfin-*-*.
4831 * configure: Regenerated.
4832
44330a94
JJ
48332006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4834
4835 * COPYING.NEWLIB: Add spu license.
7de05dd5 4836 * COPYING.LIBGLOSS: Ditto.
44330a94 4837
56a8fe78
DD
48382006-10-17 Brooks Moses <bmoses@stanford.edu>
4839
4840 * Makefile.def: Added pdf target handling.
4841 * Makefile.tpl: Added pdf target handling.
4842 * Makefile.in: Regenerated.
4843
fbb00ad0
JJ
48442006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4845
4846 * COPYING.NEWLIB: Updated.
4847 * COPYING.LIBGLOSS: Ditto.
4848
6b89cc21
DB
48492006-09-27 Dave Brolley <brolley@redhat.com>
4850
4851 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4852 $s instead of $r.
4853 * configure: Regenerated.
4854
17bcf627
BE
48552006-09-26 Ben Elliston <bje@au.ibm.com>
4856
4857 * config.sub, config.guess: Update from upstream sources.
4858
f3529cf1
TS
48592006-09-20 Thiemo Seufer <ths@mips.com>
4860
4861 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4862 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4863 * configure: Regenerate.
4864
45055374
CV
48652006-08-30 Corinna Vinschen <corinna@vinschen.de>
4866
4867 * configure.in: Never build newlib for a Mingw host.
4868 Never build newlib as Mingw target library.
4869 Test the existence of winsup/cygwin for building a Cygwin newlib,
4870 rather than just winsup.
4871 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4872 building a Mingw target.
4873 * configure: Regenerate.
4874
4be041b2 48752006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4876 Nigel Stephens <nigel@mips.com>
4877 David Ung <davidu@mips.com>
4be041b2
TS
4878
4879 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4880
1d89b610
PB
48812006-07-25 Paolo Bonzini <bonzini@gnu.org>
4882
4883 Sync from GCC:
4884 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4885
f7c83eac
AS
4886 PR bootstrap/18058
4887 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4888 if the bootstrap compiler is a GCC version that supports it.
4889 * configure: Regenerate.
1d89b610 4890
66a79c16
DJ
48912006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4892
4893 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4894 * configure: Regenerated.
4895
c1cb7e02
PB
48962006-07-18 Paolo Bonzini <bonzini@gnu.org>
4897
f7c83eac
AS
4898 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4899 for stages after the first.
c1cb7e02 4900
7206a0ee
JJ
49012006-07-17 Jakub Jelinek <jakub@redhat.com>
4902
4903 * Makefile.def: Add dependencies for configure-opcodes
4904 on configure-intl and all-opcodes on all-intl.
4905 * Makefile.in: Regenerated.
4906
6816f995
AO
49072006-07-04 Peter O'Gorman <peter@pogma.com>
4908
4909 * ltconfig: chmod 644 before ranlib during install.
4910
3d3adb43
PB
49112006-07-03 Paolo Bonzini <bonzini@gnu.org>
4912
1f3f1bbf 4913 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4914 * configure: Regenerate.
4915
64ce424c
PB
49162006-07-03 Paolo Bonzini <bonzini@gnu.org>
4917
4918 Sync from gcc:
4919
4920 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4921
4922 PR other/27063
4923 * configure.in: Test subdir_requires and give an appropriate
4924 error message.
4925 * configure: Regenerate.
4926
4927 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4928
4929 PR target/27540
4930 * configure.in: Only enable libgomp on IRIX 6.
4931 * configure: Regenerate.
4932
d42c4017
DA
49332006-06-20 David Ayers <d.ayers@inode.at>
4934
4935 PR bootstrap/28072
4936 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4937 whether target-libjava is being configured instead of whether the
4938 java front end is enabled.
4939 * configure: Regenerate.
0e7ef45c 4940
4962c51a
MS
49412006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4942
4943 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4944 to R_ARM_LDC_SB_G{0,1,2} respectively.
4945
caee866a
PB
49462006-06-15 Paolo Bonzini <bonzini@gnu.org>
4947
4948 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4949 too.
4950 * Makefile.in: Regenerate.
4951
363ef840
DA
49522006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4953
4954 Sync from gcc:
4955
4956 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4957 * configure.in: Don't enable libgomp on hpux10.
4958 * configure: Rebuilt.
4959
54d1c879
DA
49602006-06-13 David Ayers <d.ayers@inode.at>
4961
4962 Sync from gcc:
4963
4964 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4965
54d1c879
DA
4966 PR bootstrap/27963
4967 PR target/19970
0e7ef45c 4968 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4969 ${libgcj} is specified.
4970 * configure: Regenerate.
0e7ef45c 4971
a4d8b690
JJ
49722006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4973
4974 Sync from gcc:
4975
4976 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4977 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4978
4979 PR bootstrap/18033
4980 * config-ml.in: Eval option if surrounded by single quotes.
4981
4f0ef2d8
CD
49822006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4983
4984 Sync from gcc:
0e7ef45c 4985
4f0ef2d8 4986 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4987
4f0ef2d8
CD
4988 PR libobjc/13946
4989 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4990 * Makefile.in: Regenerate.
4991 * configure.in: Add --enable-objc-gc at toplevel and have it
4992 enable boehm-gc for Objective-C.
4993 Remove target-boehm-gc from libgcj.
4994 Add target-boehm-gc to target_libraries.
4995 Add target-boehm-gc to noconfigdirs where ${libgcj}
4996 is specified.
4997 Assert that boehm-gc is supported when requested for Objective-C.
4998 Only build boehm-gc if needed either for Java or Objective-C.
4999 * configure: Regenerate.
5000
5001 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 5002
4f0ef2d8
CD
5003 PR 27674
5004 * Makefile.tpl (configure-[+prefix+][+module+],
5005 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5006 Remove rule to unstage bootstrapped modules.
5007 (stage_current): New.
5008 * Makefile.in: Regenerate.
5009
5010 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5011 Andreas Tobler <a.tobler@schweiz.ch>
5012
5013 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5014 * configure: Rebuilt.
5015
5016 Revert
5017 2006-01-31 Richard Guenther <rguenther@suse.de>
5018 Paolo Bonzini <bonzini@gnu.org>
5019
5020 * Makefile.def (target_modules): Add libgcc-math target module.
5021 * configure.in (target_libraries): Add libgcc-math target library.
5022 (--enable-libgcc-math): New configure switch.
5023 * Makefile.in: Re-generate.
5024 * configure: Re-generate.
5025
c17b816b
JJ
50262006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5027
5028 * config-ml.in: Alter CCASFLAGS to include special
5029 multilib options the same as is done for CFLAGS.
5030
20e95c23
DJ
50312006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5032
5033 * Makefile.def: Added dependencies from sim and gdb on intl, and
5034 added configure dependencies to everything with an all dependency
5035 on intl.
5036 * gettext.m4: Removed.
5037 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5038 (GDB_SUPPORT_DIRS): Add intl.
5039 * Makefile.in: Regenerated.
5040
4bd8ad80
DJ
50412006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5042
5043 * src-release (DEVO_SUPPORT): Add config.rpath.
5044
c380fdd8
PB
50452006-05-25 Paolo Bonzini <bonzini@gnu.org>
5046
5047 * Makefile.def (bfd, opcodes): Fix lib_path.
5048 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5049 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5050 * Makefile.in: Regenerate.
5051
701628f5
MS
50522006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5053
5054 * configure.in: Enable gprof for cross builds.
5055 * configure: Regenerate.
5056
25aae7f2
DJ
50572006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5058
5059 * src-release (MAKEINFOFLAGS): Define.
5060 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5061
ea3d1626
BE
50622006-05-14 Ben Elliston <bje@au.ibm.com>
5063
5064 * config.sub, config.guess: Update from upstream sources.
5065
49b9e644
BE
50662006-05-12 Ben Elliston <bje@au.ibm.com>
5067
5068 * config.sub, config.guess: Update from upstream sources.
5069
482dd2f6
DJ
50702006-05-04 Steve Ellcey <sje@cup.hp.com>
5071
5072 * blt, iwidgets, mmalloc: Remove directories.
5073
8b01a5c2
DD
50742006-05-01 DJ Delorie <dj@redhat.com>
5075
641a3af4 5076 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5077 * configure: Regenerate.
5078
a481dbb7
DD
50792006-04-18 DJ Delorie <dj@redhat.com>
5080
5081 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5082 reference libgloss so that libssp can be built in a combined
5083 tree.
5084 * configure: Regenerate.
5085
962c9e74
BE
50862006-04-10 Ben Elliston <bje@au.ibm.com>
5087
5088 * contrib: Remove directory.
5089
108a6f8e
CD
50902006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5091
5092 * Makefile.tpl: Add install-html target.
5093 * Makefile.def: Add install-html target.
5094 * Makefile.in: Regenerate.
5095 * configure.in: Add --with-datarootdir, --with-docdir,
5096 and --with-htmldir options.
5097 * configure: Regenerate.
5098
a4ef73e9
BE
50992006-03-31 Ben Elliston <bje@au.ibm.com>
5100
5101 PR binutils/1860
5102 * configure.in: Require makeinfo 4.4 or higher.
5103 * configure: Regenerate.
5104
b37df25a
PB
51052006-03-14 Paolo Bonzini <bonzini@gnu.org>
5106
5107 * Makefile.in: Regenerate.
5108
a6df5a19
PB
51092006-03-14 Paolo Bonzini <bonzini@gnu.org>
5110
5111 Sync with gcc:
5112 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5113
f7c83eac
AS
5114 * configure.in: Handle --disable-<component> generically.
5115 * configure: Regenerate.
a6df5a19
PB
5116
5117 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5118
f7c83eac
AS
5119 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5120 (TARGET_CONFIGDIRS): Remove.
5121 * configure.in: Remove AC_SUBST(target_configdirs).
5122 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5123
5124
65419985
L
51252006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5126
5127 PR libgcj/17311
5128 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5129
c52c6897
PB
51302006-02-20 Paolo Bonzini <bonzini@gnu.org>
5131
5132 PR bootstrap/25670
5133
5134 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5135
5136 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5137 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5138 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5139 BUILD_PREFIX, BUILD_PREFIX_1.
5140 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5141
5142 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5143 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5144
5145 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5146 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5147 of `cat stage_current`. Always provide the `r' and `s' variables.
5148 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5149 a single shell execution.
5150 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5151 bootstrapped modules, make the stage1 module if the build was not
5152 started yet, else build the current stage.
5153 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5154 (all-build, all-host, all-target, [+make_target+]-host,
5155 [+make_target+]-target): Do not use \-continued lines.
5156 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5157 (current_stage, restrap, stage_last): New.
5158
5159 * Makefile.in: Regenerate.
5160 * configure: Regenerate.
5161
b3ded179
PB
51622006-02-14 Paolo Bonzini <bonzini@gnu.org>
5163
5164 Sync from gcc:
5165
5166 2006-01-31 Richard Guenther <rguenther@suse.de>
5167 Paolo Bonzini <bonzini@gnu.org>
5168
f7c83eac
AS
5169 * Makefile.def (target_modules): Add libgcc-math target module.
5170 * configure.in (target_libraries): Add libgcc-math target library.
5171 (--enable-libgcc-math): New configure switch.
5172 * Makefile.in: Re-generate.
5173 * configure: Re-generate.
5174 * libgcc-math: New toplevel directory.
b3ded179
PB
5175
5176 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5177 Jakub Jelinek <jakub@redhat.com>
5178 Diego Novillo <dnovillo@redhat.com>
b3ded179 5179
f7c83eac
AS
5180 * libgomp: New directory.
5181 * Makefile.def: Add target_module libgomp.
5182 * Makefile.in: Regenerate.
5183 * configure.in (target_libraries): Add target-libgomp.
5184 * configure: Regenerate.
b3ded179 5185
3a35eeb3
PB
51862006-02-14 Paolo Bonzini <bonzini@gnu.org>
5187 Andreas Schwab <schwab@suse.de>
0e7ef45c 5188
3a35eeb3
PB
5189 * configure: Regenerate.
5190
2429c060
PB
51912006-01-16 Paolo Bonzini <bonzini@gnu.org>
5192
5193 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5194 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5195 the assembler, linker and binutils.
5196 * configure: Regenerate.
5197
ec49b2b8
NC
51982006-01-16 Nick Clifton <nickc@redhat.com>
5199
49b9e644 5200 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5201
44b2308f
AO
52022006-01-05 Alexandre Oliva <aoliva@redhat.com>
5203
5204 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5205 @ from continuation.
5206 * Makefile.in: Rebuilt.
5207
80911fe1
PB
52082006-01-04 Paolo Bonzini <bonzini@gnu.org>
5209
5210 Sync from gcc:
5211
5212 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5213
f7c83eac 5214 PR bootstrap/24252
80911fe1 5215
f7c83eac
AS
5216 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5217 * Makefile.tpl (OBJDUMP): New.
5218 (EXTRA_HOST_FLAGS): Add it.
5219 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5220
f7c83eac
AS
5221 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5222 to use symbolic links between directories. Avoid race conditions
5223 or make them harmless.
5224 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5225
f7c83eac
AS
5226 * Makefile.def (LEAN): Pass.
5227 * Makefile.tpl (LEAN): Define.
5228 (stage[+id+]-start): Accept that the previous directory does not
5229 exist, if the bootstrap is lean.
5230 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5231 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5232 configure substitution.
5233 ([+compare-target+]): Likewise.
5234 ([+bootstrap-target+]-lean): New.
5235 * configure.in: Remove lean bootstrap support from here.
80911fe1 5236
f7c83eac
AS
5237 * Makefile.in: Regenerate.
5238 * configure: Regenerate.
80911fe1
PB
5239
5240 2006-01-02 Andreas Schwab <schwab@suse.de>
5241
f7c83eac
AS
5242 * configure.in: When reconfiguring remove Makefile in
5243 all stage directories.
5244 * configure: Regenerate.
80911fe1 5245
b59bea8a
NC
52462005-12-27 Leif Ekblad <leif@rdos.net>
5247
5248 * configure.in: Add support for RDOS target.
5249 * configure: Regenerate.
5250
d7730bac
NC
52512005-12-27 Nick Clifton <nickc@redhat.com>
5252
5253 PR binutils/1990
5254 * libtool.m4: Synchronize with version in GCC sources.
5255
c02dabc3
PB
52562005-12-20 Paolo Bonzini <bonzini@gnu.org>
5257
f7c83eac 5258 Revert Ada-related part of the previous change.
c02dabc3 5259
f7c83eac
AS
5260 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5261 Do not pass.
5262 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5263 * Makefile.in: Regenerate.
5264 * configure.in: Do not include mt-ppc-aix target fragment.
5265 * configure: Regenerate.
c02dabc3 5266
f6d183c0
PB
52672005-12-19 Paolo Bonzini <bonzini@gnu.org>
5268
5269 * configure.in: Select appropriate fragments for PowerPC/AIX.
5270 * configure: Regenerate.
5271
5272 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5273 BOOT_CFLAGS, BOOT_LDFLAGS.
5274 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5275 BOOT_CFLAGS, BOOT_LDFLAGS.
5276 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5277 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5278 (stage): Fail if we cannot complete the work.
5279 * Makefile.in: Regenerate.
5280
f29759fc
JJ
52812005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5282
5283 * COPYING.NEWLIB: Update copyright year for default
5284 copyright.
5285
1f054001
PB
52862005-12-15 Paolo Bonzini <bonzini@gnu.org>
5287
5288 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5289 install-host-nogcc): Don't invoke $(stage) at the end.
5290 * Makefile.in: Regenerate.
5291
0aed8855
PB
52922005-12-14 Paolo Bonzini <bonzini@gnu.org>
5293
5294 * configure.in: Flip the top-level bootstrap switch.
5295 * configure: Regenerate.
5296
5297 Merge from gcc:
5298
5299 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5300
f7c83eac
AS
5301 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5302 $(stage) and $(unstage).
5303 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5304 (all): Remove stray semicolon.
5305 (local-distclean): Don't handle multilib.tmp and multilib.out.
5306 (install.all): Set $s for consistency.
5307 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5308 check_multilibs setting. Always make the install directory.
5309 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5310 Correct @if/@endif.
5311 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5312 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5313 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5314 (multilib.out): Remove.
5315 * Makefile.in: Regenerated.
0aed8855
PB
5316
53172005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5318
5319 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5320 * configure.in: Replace ms1 arch with mt.
5321 * configure: Rebuilt.
5322
53232005-12-05 Paolo Bonzini <bonzini@gnu.org>
5324
5325 Sync with gcc:
5326
4970f871
NS
53272005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5328
5329 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5330 * configure.in: Replace ms1 arch with mt.
5331 * configure: Rebuilt.
5332
be01d343
PB
53332005-12-05 Paolo Bonzini <bonzini@gnu.org>
5334
5335 Sync with gcc:
5336
5337 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5338
f7c83eac
AS
5339 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5340 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5341 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5342 Find in-tree tools if available.
5343 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5344 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5345 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5346 (COMPILER_*_FOR_TARGET): New.
5347 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5348 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5349 (CONFIGURED_*, USUAL_*): Remove.
5350 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5351 STRIP): Use autoconf substitutions.
5352 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5353 COMPILER_NM_FOR_TARGET): New.
5354 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5355
5356 (all): Make all-host and all-target in parallel.
5357 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5358 that $$r and $$s are set before invoking a recursive make.
5359 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5360 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5361
5362 2005-11-29 Ben Elliston <bje@au.ibm.com>
5363
f7c83eac
AS
5364 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5365 from the gcc build directory.
5366 * Makefile.in: Regenerate.
be01d343
PB
5367
5368 2005-11-29 Ben Elliston <bje@au.ibm.com>
5369
f7c83eac
AS
5370 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5371 depend on all-libdecnumber.
5372 * configure.in (host_libs): Include libdecnumber.
5373 * Makefile.in: Regenerate.
5374 * configure: Likewise.
be01d343
PB
5375
5376 2005-11-21 Kean Johnston <jkj@sco.com>
5377
f7c83eac 5378 * config.sub, config.guess: Sync from upstream sources.
be01d343 5379
907be67c
DJ
53802005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5381
5382 * Makefile.def: Remove gdb dependencies for gdbtk.
5383 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5384 (configure-gdb, install-gdb): New rules.
5385 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5386 * Makefile.in, configure: Regenerated.
5387
e360f423
PB
53882005-10-22 Paolo Bonzini <bonzini@gnu.org>
5389
5390 PR bootstrap/24297
5391 * Makefile.tpl (do-[+make-target+], do-check, install,
5392 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5393 are set before recursing.
5394 * Makefile.in: Regenerate.
5395
45d5eb0a
EB
53962005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5397
5398 PR bootstrap/18939
5399 * Makefile.def (gcc) <target>: Fix thinko.
5400 * Makefile.in: Regenerate.
5401
3cf3372e
BS
54022005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5403
5404 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5405 * configure: Regenerate.
5406
bd70a46f
KH
54072005-10-09 Kazu Hirata <kazu@codesourcery.com>
5408
5409 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5410 target-libffi, target-qthreads, target-libjava, and
5411 targetlibobjc.
5412 * configure: Regenerate.
5413
5ae72758
DJ
54142005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5415
5416 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5417 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5418 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5419 (USUAL_OBJDUMP_FOR_TARGET): New.
5420 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5421 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5422 * configure, Makefile.in: Regenerated.
5ae72758 5423
cc96343e
PB
54242005-10-05 Paolo Bonzini <bonzini@gnu.org>
5425
5426 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5427 before other host packages.
5428
f70224b5
PB
54292005-10-05 Paolo Bonzini <bonzini@gnu.org>
5430
5431 PR bootstrap/22340
5432
5433 * configure.in (default_target): Remove.
5434 * Makefile.tpl (all): Do not use prerequisites as subroutines
5435 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5436 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5437 use prerequisites as subroutines.
5438 (check-host, check-target): New.
5439 (bootstrap configure & all targets): Do not use stage*-start
5440 if the directory layout is already ok.
5441 (non-bootstrap configure & all targets): Prepend a $(unstage).
5442 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5443 (NOTPARALLEL): Remove.
5444 (unstage, stage variables): New variables.
5445 (unstage, stage targets): Simply expand to those variables.
5446
5447 * configure: Regenerate.
5448 * Makefile.in: Regenerate.
5449
c13c918a
JW
54502005-10-04 James E Wilson <wilson@specifix.com>
5451
5452 * Makefile.def (lang_env_dependencies): Add libmudflap.
5453 * Makefile.in: Regenerate.
5454
376a0e54
CM
54552005-10-03 Catherine Moore <clm@cm00re.com>
5456
5457 * configure.in (bfin-*-*): Support bfin.
5458 * configure: Regenerated.
5459
d320aacb
L
54602005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5461
5462 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5463 * configure: Regenerated.
5464
7e0f7140
GK
54652005-09-28 Geoffrey Keating <geoffk@apple.com>
5466
5467 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5468 (LIPO_FOR_TARGET): New.
5469 (CONFIGURED_LIPO_FOR_TARGET): New.
5470 (USUAL_LIPO_FOR_TARGET): New.
5471 (STRIP_FOR_TARGET): New.
5472 (CONFIGURED_STRIP_FOR_TARGET): New.
5473 (USUAL_STRIP_FOR_TARGET): New.
5474 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5475 STRIP_FOR_TARGET.
5476 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5477 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5478 * Makefile.in: Regenerate.
5479 * configure: Regenerate.
0e7ef45c 5480
096f7d00
DE
54812005-09-19 David Edelsohn <edelsohn@gnu.org>
5482
5483 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5484 (rs6000-*-aix*): Same.
5485 * configure: Regenerate.
5486
54872005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5488
5489 * configure.in: Recognize f95 in the --enable-languages option,
5490 and substitute it for fortran, issuing a warning.
5491 * configure: Regenerate.
5492
2016dfcc
BE
54932005-09-07 Ben Elliston <bje@au.ibm.com>
5494
5495 Import from Autoconf sources:
5496
5497 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5498 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5499 Elliston. Handle weird characters correctly.
5500
6dd2fda9
DD
55012005-08-30 Phil Edwards <phil@codesourcery.com>
5502
5503 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5504 * configure: Regenerated.
5505
e6db70d4
RE
55062005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5507
f7c83eac
AS
5508 * Makefile.def (libssp): Add to lang_env_dependencies.
5509 * Makefile.in: Regenerate.
e6db70d4 5510
e1e3d0f5
CG
55112005-08-17 Christian Groessler <chris@groessler.org>
5512
5513 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5514 * Makefile.in: Regenerate.
5515
05cbd757
PB
55162005-08-12 Paolo Bonzini <bonzini@gnu.org>
5517
5518 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5519 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5520 Look for alternate names of the target cc and c++
5521 * configure: Regenerate.
5522
55db4b87
PB
55232005-08-08 Paolo Bonzini <bonzini@gnu.org>
5524
5525 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5526 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5527 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5528 tools; remove code to manually set them.
5529 (Target tools): Look in the environment for them.
5530 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5531 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5532 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5533 build directory.
5534 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5535 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5536 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5537 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5538 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5539 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5540 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5541 * configure: Regenerate.
5542 * Makefile.in: Regenerate.
5543
414e5532
MM
55442005-07-27 Mark Mitchell <mark@codesourcery.com>
5545
5546 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5547 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5548 * Makefile.in: Regenerated.
5549
a19b6204
MM
55502005-07-26 Mark Mitchell <mark@codesourcery.com>
5551
5552 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5553 (CFLAGS_FOR_TARGET): Use it.
5554 (CXXFLAGS_FOR_TARGET): Likewise.
5555 * Makefile.in: Regenerated.
5556 * configure.in (--with-build-sysroot): New option.
5557 * configure: Regenerated.
5558
b73aa406
PB
55592005-07-24 Paolo Bonzini <bonzini@gnu.org>
5560
5561 * Makefile.tpl: Wrap install between unstage and stage
5562 * Makefile.in: Regenerate.
5563
6e4d0bcb
KC
55642005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5565
5566 * all files: Update FSF address.
5567
49f58d10
JB
55682005-07-14 Jim Blandy <jimb@redhat.com>
5569
5570 * configure.in: Add cases for Renesas m32c.
5571 * configure: Regenerated.
0e7ef45c 5572
1d9c9cd7
KC
55732005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5574
5575 * COPYING, compile, config-ml.in, config.guess,
5576 config.sub, install-sh, missing, mkinstalldirs,
5577 symlink-tree, ylwrap: Sync from upstream sources.
5578
1587117a
EC
55792005-07-13 Eric Christopher <echristo@redhat.com>
5580
5581 * configure.in: Add toplevel noconfigdir support for tpf.
5582 * configure: Regenerate.
5583
bb780410
DD
55842005-07-11 Jakub Jelinek <jakub@redhat.com>
5585
5586 * Makefile.def (target_modules): Add libssp.
5587 * configure.in (target_libraries): Add target-libssp.
5588 * configure: Rebuilt.
5589 * Makefile.in: Rebuilt.
5590
064d0a7c
PB
55912005-07-11 Paolo Bonzini <bonzini@gnu.org>
5592
5593 PR ada/22340
5594
5595 * Makefile.def: Sync with gcc.
5596 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5597 * Makefile.in: Regenerate.
5598
b2edd3b5
AS
55992005-07-07 Andreas Schwab <schwab@suse.de>
5600
5601 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5602 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5603 * Makefile.in: Regenerated.
5604
5f128533
KH
56052005-07-07 Kazu Hirata <kazu@codesourcery.com>
5606
5607 * configure.in: Add --enable-libssp and --disable-libssp.
5608 * configure: Regenerate with autoconf-2.13.
5609
4e3fc8e5
GK
56102005-07-06 Geoffrey Keating <geoffk@apple.com>
5611
5612 * configure.in: Don't build sim or rda when targetting darwin.
5613 * configure: Regenerate.
5614
c7357d6a
BE
56152005-07-04 Ben Elliston <bje@gnu.org>
5616
5617 * src-release (do-proto-toplev): Remove dejagnu bits.
5618 (DEJAGNU_SUPPORT_DIRS): Remove.
5619 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5620 (GDBD_SUPPORT_DIRS): Likewise.
5621 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5622 (INSIGHTD_SUPPORT_DIRS): Likewise.
5623 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5624
56252005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5626
5627 * setup.com (mpw): Remove unused directive.
5628
7d329e61
PB
56292005-06-22 Paolo Bonzini <bonzini@gnu.org>
5630
5631 * Makefile.def (stagefeedback): Come after profile.
5632 Define profiledbootstrap target.
5633 * Makefile.tpl (profiledbootstrap): Remove.
5634 (stageprofile-end): Zap stagefeedback.
5635 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5636 * Makefile.in: Regenerate.
5637
e5fbed21
DD
56382005-06-13 Zack Weinberg <zack@codesourcery.com>
5639
5640 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5641 In 'cpp' stanza, support '#line' as well as '# '.
5642
59f7ec45
HPN
56432005-06-07 Hans-Peter Nilsson <hp@axis.com>
5644
5645 * configure.in (unsupported_languages): New macro.
5646 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5647 non-ported target libraries in noconfigdirs.
5648 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5649 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5650 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5651 unsupported_languages.
5652 * configure: Regenerate.
5653
c10e9ba7
DD
56542005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5655
5656 * configure.in: Fix typo in handling of --with-mpfr-dir.
5657 * configure: Regenerate.
5658
20deb2b8
JB
56592005-06-02 Jim Blandy <jimb@redhat.com>
5660
5661 * config.sub: Add cases for the Renesas m32c. (This patch has been
5662 accepted into the master sources.)
5663
cdb9b172 56642005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5665 Michael Snyder <msnyder@redhat.com>
5666 Stan Cox <scox@redhat.com>
cdb9b172 5667
f7c83eac 5668 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5669
f7c83eac 5670 * configure: Regenerate.
cdb9b172 5671
1dc3053f
PB
56722005-05-25 Paolo Bonzini <bonzini@gnu.org>
5673
5674 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5675 (Dependencies): Consider target modules for bootstrap dependencies.
5676 Make target bootstrap modules depend on each stage's gcc.
5677 * Makefile.in: Regenerate.
5678
c60fe18b
PB
56792005-05-20 Paolo Bonzini <bonzini@gnu.org>
5680
5681 * Makefile.def (configure-gcc): Depend on binutils having been built.
5682 (all-gcc): No need to do it here.
5683 * Makefile.in: Regenerate.
5684
27258dd4
PB
56852005-05-19 Paul Brook <paul@codesourcery.com>
5686
0e7ef45c 5687 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5688 language cannot be built.
5689 * configure: Regenerate.
5690
42ecbf5e
DJ
56912005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5692
5693 * ylwrap: Import from Automake 1.9.5.
5694
ae380b45
MS
56952005-05-04 Mike Stump <mrs@apple.com>
5696
5697 * configure.in: Always pass --target to target configures as
5698 otherwise rebuilds that do --recheck will fail.
811d3af8 5699 * configure: Rebuilt.
ae380b45 5700
d545f33b
PB
57012005-05-04 Paolo Bonzini <bonzini@gnu.org>
5702
5703 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5704 STAGE_HOST_EXPORTS.
5705 (configure, all): Add bootstrap support.
5706 (Host modules, target modules): Pass post-stage1 flags and exports.
5707 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5708 * Makefile.in: Regenerate.
5709
2faa2958
PB
57102005-04-29 Paolo Bonzini <bonzini@gnu.org>
5711
5712 Sync from gcc:
5713
5714 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5715
f7c83eac 5716 * config.sub: Update from master copy.
2faa2958
PB
5717
5718 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5719
f7c83eac
AS
5720 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5721 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5722 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5723 "*-*-elf" and "*-*-linux*".
5724 * configure: Regenerate.
2faa2958 5725
a7254363
PB
57262005-04-06 Paolo Bonzini <bonzini@gnu.org>
5727
f7c83eac 5728 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5729 (TARGET_CONFIGARGS): Include --with-target-subdir.
5730 (configure, all): New macros. Use them throughout.
5731
a8637a7d
PB
57322005-04-05 Paolo Bonzini <bonzini@gnu.org>
5733
5734 * Makefile.tpl: Sync with gcc.
5735 * Makefile.in: Regenerate.
5736
dd387d52
JR
57372005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5738
5739 * config/mh-mingw32: Delete.
5740 * configure.in: Don't use it.
5741 * configure: Regenerate.
5742
e90269c8
PB
57432005-03-31 Paolo Bonzini <bonzini@gnu.org>
5744
5745 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5746 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5747 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5748 (HOST_LIB_PATH): Generate from Makefile.def.
5749 (TARGET_LIB_PATH): Likewise.
5750 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5751 * Makefile.in: Regenerate.
5752 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5753 (RPATH_ENVVAR): Include Darwin case.
5754 * configure: Regenerate.
5755
9a237d9e
PB
57562005-03-25 Paolo Bonzini <bonzini@gnu.org>
5757
5758 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5759 * configure: Regenerate.
5760
479759c8
ZW
57612005-03-21 Zack Weinberg <zack@codesourcery.com>
5762
5763 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5764 gcc_version, and gcc_version_trigger from set of flags to pass.
5765 * Makefile.tpl: Remove definitions of above variables.
5766 (config.status): Remove dependency on $(gcc_version_trigger).
5767 * Makefile.in: Regenerate.
5768 * configure.in: Do not reference config/gcc-version.m4 nor
5769 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5770 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5771 * configure: Regenerate.
5772
4cfaf6d5
DD
57732005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5774 Andrew Pinski <pinskia@physics.uc.edu>
5775
5776 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5777 * Makefile.in: Regenerate.
5778
33a3fb7b
AO
57792005-03-01 Alexandre Oliva <aoliva@redhat.com>
5780
5781 PR libgcj/20160
5782 * ltmain.sh: Avoid creating archives with components that have
5783 duplicate basenames.
5784
2da12f12
PB
57852005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5786
479759c8
ZW
5787 PR bootstrap/20250
5788 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5789 instead of check.
5790 * Makefile.in: Regenerate.
2da12f12 5791
b00612cc
PB
57922005-02-28 Paolo Bonzini <bonzini@gnu.org>
5793
5794 Sync from gcc.
5795
5796 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5797
5798 PR bootstrap/17383
5799 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5800 * Makefile.tpl (HOST_SUBDIR): New substitution.
5801 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5802 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5803 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5804 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5805 (Host modules, Bootstrapped modules): Use it.
5806 (Build modules, Target modules): Do not create symlink trees,
5807 always configure out-of-srcdir.
5808 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5809 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5810 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5811 $(HOST_SUBDIR). Create a symlink for host_subdir.
5812
5813 * Makefile.in: Regenerate.
5814 * configure: Regenerate.
5815
5816 Merged from libada-gnattools-branch:
5817 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5818
5819 * Makefile.def: Add gnattools as a module, depending on target-libada.
5820 * Makefile.in: Regenerate.
5821 * configure.in: Include gnattools in host_tools; disable it if ada
5822 is disabled.
5823 * configure: Regenerate.
5824
c3e65f62
NC
58252005-02-23 Nick Clifton <nickc@redhat.com>
5826
5827 * configure: Regenerate.
5828
e4d180c2
NC
58292005-02-22 Paul Schlie <schlie@comcast.net>
5830
5831 * configure.in: Allow darwin targeted ports to build tk, itcl and
5832 libgui.
5833
e3c770b1
EB
58342005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5835
5836 PR libgcj/10353
5837 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5838 * configure: Regenerate.
5839
9c73618c
AC
58402005-02-08 Andrew Cagney <cagney@gnu.org>
5841
5842 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5843 gdb/ section. Update GDB's URL.
5844
c46f8c51
AC
58452005-01-31 Andrew Cagney <cagney@gnu.org>
5846
5847 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5848
c7e66c6d
HPN
58492005-01-29 Hans-Peter Nilsson <hp@axis.com>
5850
5851 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5852 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5853 target-libgloss when not *-*-elf and *-*-aout.
5854 * configure: Regenerate.
5855
a53bf506
AC
58562005-01-27 Andrew Cagney <cagney@gnu.org>
5857
5858 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5859
45181ed1
AC
58602005-01-24 Andrew Cagney <cagney@gnu.org>
5861
5862 * gettext.m4: Only fall back to ../intl/ when it's present.
5863
a1e0f4e4
KC
58642005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5865
5866 * install-sh, config.sub: Import from upstream.
5867
58682005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5869
5870 PR bootstrap/18222
5871 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5872 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5873 * Makefile.in: Regenerate.
5874
c50382e2
PB
58752005-01-03 Paolo Bonzini <bonzini@gnu.org>
5876
5877 Revert 2004-12-28 Makefile changes, a better fix will be
5878 applied to mainline and src after GCC 4.0 branches.
5879
11d07737
PB
58802004-12-28 Paolo Bonzini <bonzini@gnu.org>
5881
5882 PR bootstrap/17383
5883
5884 * Makefile.def (target_modules): Remove stage parameter,
5885 it is always true now.
5886 * Makefile.tpl (configure-build-[+module+],
5887 configure-target-[+module+]): Always build symlink tree
5888 for the directory and for include. BUILD_SUBDIR and
5889 TARGET_SUBDIR cannot be . anymore.
5890 * Makefile.in: Regenerate.
5891
dadfdbe2
DD
58922004-12-25 David Edelsohn <edelsohn@gnu.org>
5893
5894 Revert 2004-12-08 Makefile changes.
5895
dbf85af7
JR
58962004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5897
5898 * configure.in (sh64-*-*): Reenable gprof.
5899 * configure: Regenerate.
5900
6b8fea99
JB
59012004-12-09 Jim Blandy <jimb@redhat.com>
5902
5903 * MAINTAINERS: List 'depcomp' as part of automake.
5904
7341462c
DE
59052004-12-08 David Edelsohn <edelsohn@gnu.org>
5906
5907 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5908 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5909 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5910 * Makefile.in: Regenerate.
5911
21fde4dc
DD
59122004-12-07 Matt Kraai <kraai@ftbfs.org>
5913
5914 * Makefile.tpl: Generate normal dependencies if the LHS module is
5915 not bootstrapped.
5916 * Makefile.in: Regenerate.
5917
3da796a2
RS
59182004-12-03 Richard Sandiford <rsandifo@redhat.com>
5919
5920 * configure.in: Include config/gxx-include-dir.m4. Use
5921 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5922 * configure: Regenerate.
5923
73fb7068
RS
59242004-12-03 Richard Sandiford <rsandifo@redhat.com>
5925
5926 * config.if: Delete.
5927 * configure.in: Set libstdcxx_incdir directly.
5928 * configure: Regenerate.
5929 * MAINTAINERS: Remove mention of config.if.
5930 * src-release (DEVO_SUPPORT): Remove config.if.
5931
6c8e6ce9
EC
59322004-12-02 Eric Christopher <echristo@redhat.com>
5933
3b6098f8
EC
5934 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5935 of things to remove.
6c8e6ce9 5936 * Makefile.in: Regenerate.
479759c8 5937
b8658a2f
RS
59382004-12-02 Richard Sandiford <rsandifo@redhat.com>
5939
5940 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5941 * configure: Regenerate.
5942
afefada0
RS
59432004-12-02 Richard Sandiford <rsandifo@redhat.com>
5944
5945 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5946 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5947 * configure: Regenerate.
5948
5dcac624
DA
59492004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5950
5951 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5952 (hppa*64*-*-*): Delete incorrect comment.
5953 * configure: Rebuilt.
5954
57d1eb1a
DD
59552004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5956
5957 * install-sh, compile: Import from automake.
5958
59592004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5960
5961 * config.guess, config.sub: Import from savannnah.
5962
6d389afc
MS
59632004-11-12 Mike Stump <mrs@apple.com>
5964
5965 * Makefile.def: Add html support.
5966 * Makefile.tpl: Likewise.
5967 * Makefile.in: Regenerate.
5968
69e57115
GK
59692004-11-11 Geoffrey Keating <geoffk@apple.com>
5970
5971 PR 18423
5972 * configure.in: Remove all instances of build-fixincludes from
5973 noconfigdirs.
5974 (build_configargs): Supply --target to subdirectories.
5975 * configure: Regenerate.
5976
5977 * Makefile.def: Make gcc install depend on fixincludes install.
5978 * Makefile.in: Regenerate.
5979
ba719b26
HPN
59802004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5981
5982 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5983 target-libgfortran.
5984 * configure: Regenerate.
5985
c37653e7
DE
59862004-11-07 David Edelsohn <edelsohn@gnu.org>
5987
5988 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5989 like CC.
5990
1eefd493
PB
59912004-11-05 Paolo Bonzini <bonzini@gnu.org>
5992
5993 * Makefile.def (host fixincludes): Specify missing targets.
5994 * Makefile.in: Regenerate.
5995
02b1af09
L
59962004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5997
5998 PR other/17783
5999 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6000 * configure: Regenerated.
6001
7f266840
DJ
60022004-11-04 Daniel Jacobowitz <dan@debian.org>
6003
6004 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6005 * configure: Regenerated.
6006
47444073
AL
60072004-10-28 Eric B. Weddington <ericw@evcohs.com>
6008
6009 PR target/18151
6010 * configure.in (case ${target}): Do not build fixincludes for avr.
6011 * configure: Regenerated.
6012
caeba88f
AL
60132004-10-26 Paolo Bonzini <bonzini@gnu.org>
6014
6015 * configure.in (case ${target}): Do not build fixincludes
6016 on platforms where it is not used.
6017 * configure: Regenerated.
6018
0fdbe983
DJ
60192004-10-23 Daniel Jacobowitz <dan@debian.org>
6020
6021 * configure.in: Use an absolute path to install-sh.
6022 * configure: Regenerated.
6023
1c0f67c1
AC
60242004-10-19 Andrew Cagney <cagney@gnu.org>
6025
6026 * src-release (do-djunpack, do-md5sum): Install the generated file
6027 directly into the proto-toplev/ directory.
479759c8 6028
a9cfce9c
AC
60292004-10-19 Andrew Cagney <cagney@gnu.org>
6030
6031 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6032
ac0fa625
DD
60332004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6034
6035 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6036 * configure: Regenerate.
6037
d27cc32e
PB
60382004-10-06 Paolo Bonzini <bonzini@gnu.org>
6039
6040 Fix wrong conflict resolution in:
6041
6042 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6043
6044 * Makefile.in: Regenerate.
6045 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6046 in the recursive `make', instead of hardwiring `all'.
6047 (Autogenerated TARGET-* variables): New.
6048
1763908f
UW
60492004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6050
6051 Merged from GCC / libtool upstream:
6052 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6053 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6054 * ltcf-cxx.sh (tpf*): Likewise.
6055 * ltconfig (tpf*): Add TPF OS configuration support.
6056
0490e016
NC
60572004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6058
6059 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6060 * configure: Regenerate.
0490e016 6061
32be62b5
RS
60622004-09-24 Michael Roth <mroth@nessie.de>
6063
6064 * configure.in (--without-headers): Add missing double quotes.
6065 * configure: Regenerate.
6066
6048df60
DD
60672004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6068
6069 * ylwrap: Revert to previous version.
6070
315b3b02
L
60712004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6072
6048df60 6073 PR bootstrap/17369
315b3b02
L
6074 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6075 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6076 SET_GCC_LIB_PATH_CMD.
6077 (BASE_TARGET_EXPORTS): Likewise.
6078 * Makefile.in: Regenerated.
6079
6080 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6081 * configure: Regenerated.
6082
fe69863c
DD
60832004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6084
6085 * config.guess: New upstream version
6086 * compile, depcomp, install-sh, ylwrap: Likewise.
6087
60882004-09-19 Roger Sayle <roger@eyesopen.com>
6089
6090 * config/mh-x86omitfp: New host makefile fragment. Add
6091 -fomit-frame-pointer to the default BOOT_CFLAGS.
6092 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6093 * configure: Regenerate.
6094
60952004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6096
6097 PR target/11572
6098 * configure.in (*-*-darwin*): Renable libobjc.
6099 * configure: Regenerate.
6100
be75bbe1 61012004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6102
be75bbe1
DB
6103 * Makefile.def: Remove libbanshee.
6104 * Makefile.tpl: Ditto.
6105 * configure.in: Ditto.
6106 * Makefile.in: Regen.
6107 * configure: Ditto.
6108
1b882a91
PB
61092004-09-07 Paolo Bonzini <bonzini@gnu.org>
6110
6111 * missing: Import latest version from master repository.
6112
eb1352ed
NC
61132004-09-04 Nick Clifton <nickc@redhat.com>
6114
6115 * config.sub: Import latest version from master repository.
6116 * config.guess: Likewise.
6117 This includes these changes:
479759c8 6118
eb1352ed
NC
6119 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6120
6121 * config.sub: Handle crisv32, alias etraxfs.
6122 * config.guess (crisv32:Linux:*:*): Handle.
6123
6124 2004-08-13 Brad Smith <brad@comstyle.com>
6125
6126 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6127 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6128
6129 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6130
6131 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6132 assume the processor is a powerpc. This is because coreutils
6133 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6134 in this case, due to a MacOS X bug that causes
6135 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6136 to return a negative number.
6137 Problem reported by Petter Reinholdtsen in:
6138 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6139
6140 2004-07-19 Ben Elliston <bje@gnu.org>
6141
6142 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6143
6144 2004-06-24 Ben Elliston <bje@gnu.org>
6145
6146 * config.guess: Update copyright years.
6147 * config.sub: Likewise.
6148
6149 2004-06-22 Robert Millan <robertmh@gnu.org>
6150
6151 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6152 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6153
6154 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6155
6156 * config.guess (*:*VMS:*:*): New entry. Replaces
6157 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6158 manufacturer.
6159
6160 2004-06-22 Ben Elliston <bje@gnu.org>
6161
6162 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6163 * config.sub: Likewise.
6164
6165 2004-06-22 Ben Elliston <bje@gnu.org>
6166
6167 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6168 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6169
6170 2004-06-11 Ben Elliston <bje@gnu.org>
6171
6172 * config.guess (pegasos:OpenBSD:*:*): Remove.
6173
6174 2004-06-11 Ben Elliston <bje@gnu.org>
6175
6176 From Wouter Verhelst <wouter@grep.be>:
6177 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6178
6179 2004-06-11 Ben Elliston <bje@gnu.org>
6180
6181 * config.guess (luna88k:OpenBSD:*:*): New.
6182
6183 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6184
6185 * config.guess (m32r*:Linux:*:*): New case.
6186 * config.sub: Handle m32rle.
6187
6188 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6189
6190 From Jens Petersen <petersen@redhat.com>:
6191 * config.sub: Handle sparcv8.
6192
6193 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6194
6195 From Tom Smith <smith@cag.lkg.hp.com>:
6196 * config.guess: Version suffixes are equally significant on Tru64
6197 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6198 prefix of "P" (patched kernel).
6199
6200 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6201
6202 * config.sub: Add support for National Semiconductor CRX target.
6203
2a3124ca 62042004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6205
2a3124ca
RH
6206 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6207 *-*-netware, but add target-libmudflap.
6208 Consolidate *-*-netware targets (of which really only i?86 exists)
6209 into a single entry.
6210 * configure: Likewise.
6211
0df3d27f
PB
62122004-09-01 Paolo Bonzini <bonzini@gnu.org>
6213
6214 * Makefile.tpl (sorry): Remove.
6215 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6216 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6217 (do-clean): Clean per-stage directories too.
6218 (do-distclean): Run distclean-stage1 too.
6219 (.NOTPARALLEL): Enable during toplevel bootstrap.
6220 (stage[+id+]-bubble): Enable parallel execution during
6221 the recursive invocation.
6222 * Makefile.in: Regenerate.
6223
6224 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6225
6226 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6227
6228 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6229 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6230 * configure: regenerate
479759c8
ZW
6231 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6232 -mdynamic-no-pic
0df3d27f
PB
6233
62342004-08-31 Paolo Bonzini <bonzini@gnu.org>
6235
6236 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6237 include.
6238 * configure.in: Fix indentation.
6239 * configure: Regenerate.
6240
ee025550
PB
62412004-08-31 Paolo Bonzini <bonzini@gnu.org>
6242
6243 * Makefile.def (build_modules): Add fixincludes.
6244 (dependencies): Make gcc depend on fixincludes.
6245 * configure.in (build_tools): Add fixincludes.
6246 (build_configdirs): Always include build_libs.
6247 * Makefile.in: Regenerate.
6248 * configure: Regenerate.
6249
62502004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6251
6252 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6253 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6254 phony targets; do not generate timestamp files.
6255 (distclean-stageN): Remove references to their timestamp files.
6256 (restageN, touch-stageN): Remove.
6257 (stageN-bubble): Rewritten.
6258 (compare): Support lean bootstraps.
6259 * Makefile.in: Regenerate.
6260
6261 * configure.in: Only warn when bootstrapping but
6262 build != host or build != target. Support lean bootstraps.
6263 * configure: Regenerate.
6264
6265 Sync from gcc:
6266 2004-08-26 Phil Edwards <phil@codesourcery.com>
6267
6268 * configure.in: Give a better error message if GMP/MPFR are missing
6269 and a language needing them has been requested.
6270 * configure: Regenerated.
6271
6272 2004-08-25 Phil Edwards <phil@codesourcery.com>
6273
6274 * configure.in: Print a list of available language front-ends if
6275 a requested one is missing. Tidy stray tab characters.
6276 * configure: Regenerated.
6277
72b2455a
PB
62782004-08-17 Paolo Bonzini <bonzini@gnu.org>
6279
6280 * Makefile.in: Regenerate.
6281 * configure: Regenerate.
6282
6283 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6284 stage_*_flags.
6285 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6286 for bootstrapped modules if toplevel bootstrap is going.
6287 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6288 modules. Adjust for changes in Makefile.def. Enable several
6289 rules even in non-bootstrap mode, just to avoid peppering the
6290 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6291 (stage-[+prev+]-bubble): Remove.
6292
6293 * Makefile.def (Dependencies): Depend on all-build-bison,
6294 all-build-flex, all-build-byacc, all-build-texinfo, rather
6295 than the host variations.
6296 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6297 with BUILD_SUBDIR.
6298 (BISON): Update for recent Bisons.
6299 (YACC): Fix typo.
6300 (cross): Depend on all-build.
6301 (all): Do not depend on all-build.
6302 (prebootstrap): Remove.
6303 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6304 (Prebootstrap dependencies): Add them to the per-stage targets
6305 and to all-prebootstrap.
6306 * configure.in (build_configdirs): Always enable build_tools.
6307 (BUILD_DIR_PREFIX): Remove.
6308
6309 * Makefile.def (gcc): Add target variable.
6310 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6311 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6312 in the recursive `make', instead of hardwiring `all'.
6313 (Autogenerated TARGET-* variables): New.
6314
de0b4a87
JW
63152004-08-17 Robert Millan <robertmh@gnu.org>
6316
6317 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6318 (instead of FreeBSD).
6319 * configure: Regenerate.
6320
ad681c85
NN
63212004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6322
675c6968
NN
6323 * Makefile.def, configure.in, src-release: Remove useless, bogus
6324 references to tix.
6325 * Makefile.in, configure: Regenerate.
6326
ad681c85
NN
6327 * src-release: Stop distributing mmalloc with gdb (which doesn't
6328 use it).
6329 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6330 * Makefile.in: Regenerate.
6331
11b04d1f
DD
63322004-08-09 Mark Mitchell <mark@codesourcery.com>
6333
6334 * configure.in (arm*-*-eabi*): New target.
6335 * configure: Regenerate.
6336
f2420bea
NN
63372004-08-01 Robert Millan <robertmh@gnu.org>
6338
6339 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6340 libmudflap for all GNU-based systems (with Glibc).
6341 * configure: Regenerate.
6342
9e6ce191
PB
63432004-08-06 Paolo Bonzini <bonzini@gnu.org>
6344
6345 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6346 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6347 (Dependencies): New section.
6348 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6349 (configure-target-[+module+]): Depend on maybe-all-gcc
6350 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6351 (toplevel profiledbootstrap): Fix dependencies.
6352 * Makefile.in: Regenerate.
6353
df4a6958
MM
63542004-08-03 Mark Mitchell <mark@codesourcery.com>
6355
6356 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6357 target-libiberty to noconfigdirs.
6358
11b04d1f
DD
63592004-08-03 Paul Brook <paul@codesourcery.com>
6360
6361 * configure.in: Check for MPFR as well as GMP.
6362 * configure: Regenerate.
6363
b813574b
PB
63642004-08-03 Paolo Bonzini <bonzini@gnu.org>
6365
6366 * Makefile.def (host-modules): Add gcc.
6367 * Makefile.in: Regenerate.
6368 * Makefile.tpl (sorry): New rule.
6369 (configure-host, all-host, [+make_target+]-host, do-check,
6370 install-host): Do not add gcc as a special case.
6371 (host modules): Add a small special-casing for gcc. Export
6372 extra_make_flags through the environment.
6373 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6374 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6375 other recursive targets for gcc): Remove.
6376
6377 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6378 (stage, unstage): New rules.
6379 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6380 distclean-stage[+id+]): Use stage_current.
6381 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6382 the stage*-start rules.
6383
61edac0c
JW
63842004-07-19 Robert Millan <robertmh@gnu.org>
6385
6386 Synced from gcc:
6387
6388 2004-04-26 Robert Millan <robertmh@gnu.org>
6389
6390 Add patches from libtool CVS.
6391 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6392 * ltconfig: Likewise.
6393 * ltcf-c.sh: Likewise.
6394 * ltcf-cxx.sh: Likewise.
6395 * ltcf-gcj.sh: Likewise.
6396
3e707e94
PB
63972004-07-12 Paolo Bonzini <bonzini@gnu.org>
6398
6399 * configure.in: Add noconfigdirs for crx-*-*.
6400 * configure: Regenerate.
6401
64022004-07-12 Paolo Bonzini <bonzini@gnu.org>
6403
6404 Synced from gcc:
6405
6406 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6407
6408 * configure.in: Build libmudflap by default on FreeBSD.
6409 * configure: Regenerated.
6410
6411 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6412
6413 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6414 systems.
6415 * configure: Regenerated.
6416
6417 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6418
6419 PR target/16344
6420 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6421 feedback based compiler.
6422 * Makefile.in: Rebuilt.
6423
6424 2004-07-05 Phil Edwards <phil@codesourcery.com>
6425
6426 * configure.in: Do not prepend $srcdir to /dev/null in
6427 makefile fragments.
6428 * configure: Regenerate.
6429
a7ee7660
AO
64302004-07-08 Alexandre Oliva <aoliva@redhat.com>
6431
6432 * Makefile.def (host_modules): Set bootstrap=true for flex.
6433 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6434 * Makefile.in: Rebuilt.
6435
6a9cf61e
PB
64362004-07-01 Paolo Bonzini <bonzini@gnu.org>
6437
6438 * Makefile.def (build_modules): Add bison, byacc, flex,
6439 m4, texinfo.
6440 (flags_to_pass): Add FLEX.
6441 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6442 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6443 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6444 DEFAULT_MAKEINFO): Remove.
6445 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6446 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6447 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6448 objdir or else use configured tool.
6449 (all-build): New.
6450 (all): Depend on it.
6451 (Build module dependencies): Add.
6452 * Makefile.in: Regenerate.
6453 * configure.in: Better support for multiple build modules,
6454 matching what is done for host/target modules. Do not look
6455 for "plausible" locations of build tools if Canadian cross.
6456 Use autoconf's AC_PROG_CC to find a C compiler. Define
6457 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6458 * configure: Regenerate.
6459
95b6a1f2
PB
64602004-06-22 Paolo Bonzini <bonzini@gnu.org>
6461
6462 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6463 * Makefile.in: Regenerate.
6464
7ffa0b57
PB
64652004-06-22 Paolo Bonzini <bonzini@gnu.org>
6466
6467 * Makefile.tpl (configure-build-[+module+],
6468 configure-[+module+], configure-target-[+module+]): Pass
6469 [+extra_configure_args+].
6470 (all-build-[+module+], all-[+module+], check-[+module+],
6471 install-[+module+], [+make_target+]-[+module+],
6472 all-target-[+module+], check-target-[+module+],
6473 install-target-[+module+], [+make_target+]-target-[+module+]):
6474 Pass [+extra_make_args+].
6475 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6476 (GCC_HOST_EXPORTS): Remove.
6477 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6478 cross, check-gcc, check-gcc-c++, install-gcc,
6479 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6480 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6481 * Makefile.in: Regenerate.
6482
929ba6e7
CF
64832004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6484
6485 * configure.in: Check for srcdir/winsup rather than build directory
6486 winsup.
6487 * configure: Regenerate.
6488
b76d7de0
CV
64892004-06-17 Corinna Vinschen <vinschen@redhat.com>
6490
6491 * configure.in: Don't build Cygwin native newlib if winsup
6492 directory is missing. Emit warning instead.
6493 * configure: Regenerate.
6494
656fdd47
PB
64952004-06-09 Paolo Bonzini <bonzini@gnu.org>
6496
6497 * Makefile.tpl (touch-stage[+id+]): New.
6498 (restage[+prev+]): Depend on touch-stage[+id+].
6499
6500 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6501 Use it throughout.
6502
6503 * Makefile.def: Add profile and feedback bootstrap stages.
6504 Remove next field from bootstrap stages.
6505 * Makefile.tpl (LN, LN_S): Substitute.
6506 (stageN-start, stageN-end): Use double-colon rules, to
6507 provide a hook for additional setup commands.
6508 (distclean-stageN-gcc, restageN): Create dependencies from
6509 [+prev+], not from [+next+].
6510 (stageN-bubble): Add commands for successive stages from
6511 [+prev+], using double-colon rules.
6512 (all-stageN-gcc): Fix typo.
6513 (stagefeedback-start, profiledbootstrap): New.
6514 * Makefile.in: Regenerate.
6515 * configure.in: Call ACX_PROG_LN.
6516 * configure: Regenerate.
6517
498d4a71
CF
65182004-06-03 Paolo Bonzini <bonzini@gnu.org>
6519
6520 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6521 without gcc.
6522 * configure: Regenerate.
6523
377d8c42
PB
65242004-06-01 Paolo Bonzini <bonzini@gnu.org>
6525
6526 * Makefile.tpl: Fix typo.
6527 * Makefile.in: Regenerate.
6528
f5f8a794
PB
65292004-06-01 Paolo Bonzini <bonzini@gnu.org>
6530
6531 * configure.in: Remove new- prefix from toplevel
6532 bootstrap targets.
6533 * configure: Regenerate.
6534
f7a4c34f
PB
65352004-06-01 Paolo Bonzini <bonzini@gnu.org>
6536
6537 Merge this patch from the gcc tree:
6538
6539 2004-05-30 Andreas Jaeger <aj@suse.de>
6540 Jim Wilson <wilson@specifixinc.com>
6541
6542 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6543 like CC.
6544
319cab08
PB
65452004-06-01 Paolo Bonzini <bonzini@gnu.org>
6546
6547 * Makefile.tpl (all.normal): Rename to all.
6548 (all): Replace with a rule to pick the default
6549 target from configure.
6550 (all-gcc, configure-gcc): Use conditionals to
6551 do nothing when toplevel bootstrap is going on.
6552 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6553 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6554 * configure.in: Support --enable-bootstrap.
6555
6556 * Makefile.def: Remove new- prefix from toplevel
6557 bootstrap targets.
6558 * Makefile.tpl: Likewise.
6559
6560 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6561 target.
6562
6563 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6564 $(RECURSE_FLAGS) to recursive invocation of make.
6565
6566 * Makefile.in: Regenerate.
6567 * configure: Regenerate.
6568
88f64edc
DJ
65692004-05-27 Daniel Jacobowitz <dan@debian.org>
6570
6571 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6572 * configure: Regenerate.
6573
378fce5b
DD
65742004-05-25 Daniel Jacobowitz <drow@false.org>
6575
6576 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6577 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6578 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6579 targets.
6580 * Makefile.in: Regenerate.
6581
dfdffa2c
PB
65822005-05-24 Paolo Bonzini <bonzini@gnu.org>
6583
6584 * configure.in: Test the ability to symlink directories.
6585 * configure: Regenerate.
6586
6587 * Makefile.def (bootstrap-stage): New definitions.
6588 * Makefile.tpl (configure-stage1-gcc,
6589 configure-stage2-gcc, configure-stage3-gcc,
6590 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6591 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6592 new-restage3, compare): Autogenerate, see Makefile.in
6593 entry for behavioral changes.
6594 (distclean-stage1, new-stage1-start, new-stage1-end,
6595 new-stage1-bubble, distclean-stage2, new-stage2-start,
6596 new-stage2-end, new-stage2-bubble, distclean-stage3,
6597 new-stage3-start, new-stage3-end): New autogenerated targets.
6598 (objext, prebootstrap, BOOT_CFLAGS,
6599 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6600 targets.
6601
6602 * Makefile.in: Regenerate.
6603 (distclean-stage1, new-stage1-start, new-stage1-end,
6604 new-stage1-bubble, distclean-stage2, new-stage2-start,
6605 new-stage2-end, new-stage2-bubble, distclean-stage3,
6606 new-stage3-start, new-stage3-end): New targets.
6607 (all-stage1-gcc): Move prebootstrap dependency from here...
6608 (configure-stage1-gcc): ...to here.
6609 (new-bootstrap): Use bubble targets.
6610 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6611 Use per-stage distclean targets.
6612 (configure-stage1-gcc, configure-stage2-gcc,
6613 configure-stage3-gcc, all-stage1-gcc,
6614 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6615 Use new-stageN-start to prepare the tree.
6616
04cf1b77
PB
66172004-05-23 Paolo Bonzini <bonzini@gnu.org>
6618
6619 * Makefile.def (host_modules): add libcpp.
6620 * Makefile.tpl: Add dependencies on and for libcpp.
6621 * Makefile.in: Regenerate.
6622 * configure.in: Add libcpp host module.
6623 * configure: Regenerate.
6624
80b200a1
ZW
66252004-05-17 Zack Weinberg <zack@codesourcery.com>
6626
6627 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6628 of libf2c.
6629 * configure, Makefile.in: Regenerate.
6630
4b1cb4fe
DD
66312004-05-13 Diego Novillo <dnovillo@redhat.com>
6632
6633 Merge from tree-ssa-20020619-branch.
6634
6635 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6636 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6637 (HOST_GMPLIBS): Define.
6638 (HOST_GMPINC): Define.
6639 (TARGET_LIB_PATH): Add libmudflap.
6640 (GFORTRAN_FOR_TARGET): Define.
6641 (configure-build*): Export GFORTRAN.
6642 (configure-gcc): Export GMPLIBS and GMPINC.
6643 (all-gcc): Add maybe-all-libbanshee.
6644 (configure-target-libgfortran): Define.
6645 * Makefile.in: Regenerate.
6646 * configure.in (host_libs): Add libbanshee.
6647 (target_libraries): Add target-libmudflap and target-libgfortran.
6648 Add --with-libbanshee.
6649 Handle --disable-libmudflap.
6650 (*-*-freebsd*): Use with_gmp.
6651 Add $(libgcj) to noconfigdirs.
6652 * configure: Regenerate.
6653 * depcomp: New file.
6654 * MAINTAINERS: Add tree-ssa maintainers.
6655
66562004-04-28 Paolo Bonzini <bonzini@gnu.org>
6657
6658 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6659 * configure: Regenerate.
6660
b8908782
DD
66612004-04-27 Paolo Bonzini <bonzini@gnu.org>
6662
6663 Revert:
6664 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6665
6666 * Makefile.def (flags_to_pass): Remove *dir variables that
6667 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6668 as well as prefix and exec_prefix.
6669 * Makefile.in: Regenerate.
6670
66712004-04-26 Paolo Bonzini <bonzini@gnu.org>
6672
6673 * Makefile.def (host_modules): Mark with the bootstrap
6674 flag packages on which gcc depends.
6675 * Makefile.tpl (all-bootstrap): Use it.
6676 * Makefile.in: Regenerate.
6677
66782004-04-26 Paolo Bonzini <bonzini@gnu.org>
6679
6680 * Makefile.def (flags_to_pass): Remove *dir variables that
6681 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6682 as well as prefix and exec_prefix.
6683 * Makefile.in: Regenerate.
6684
66852004-04-26 Paolo Bonzini <bonzini@gnu.org>
6686
80b200a1
ZW
6687 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6688 * configure: Regenerate.
6689 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6690 * gcc/Makefile.tpl (compare): Use the result of the test.
6691 * gcc/Makefile.in: Regenerate.
b8908782
DD
6692
66932004-04-23 Paolo Bonzini <bonzini@gnu.org>
6694
6695 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6696 Always relocate gcc and prev-gcc to the original names, even
6697 if the build fails.
6698 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6699 New targets.
6700
0f260896
RO
67012004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6702
6703 * configure.in (mips*-*-irix5*): Enable ld.
6704 * configure: Regenerate.
6705
51860f05
JW
67062004-04-15 James E Wilson <wilson@specifixinc.com>
6707
6708 * Makefile.tpl (configure-[+module+], configure-gcc,
6709 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6710 Set and export LDFLAGS.
6711 * Makefile.in: Regenerate.
6712
54752a6b
NN
67132004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6714
6715 PR bootstrap/14871
6716 * Makefile.tpl: If we don't have built-in-tree target tools,
6717 use the ones found by configure rather than hacking around with
6718 program_transform_name.
6719 * configure.in: Give Makefile.tpl the information necessary
6720 to do that.
6721 * Makefile.in: Regenerate.
6722 * configure: Regenerate.
6723
67242004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6725
6726 PR bootstrap/14760
6727 * configure.in: When computing baseargs, strip *all* copies of
6728 offending options. Also, don't match/substitute the trailing space,
6729 so that this actually works when two similar options are separated by
6730 only one space.
6731 * configure: Regenerate.
6732
67332004-04-06 David Edelsohn <edelsohn@gnu.org>
6734
80b200a1
ZW
6735 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6736 (rs6000-*-aix*): Same.
6737 * configure: Regenerate.
54752a6b 6738
5e2b61fb
SS
67392004-03-25 Stan Shebs <shebs@apple.com>
6740
6741 Remove MPW support, no longer used.
6742 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6743 mpw-install: Remove files.
6744 * src-release (DEVO_SUPPORT): Remove names of removed files.
6745 * MAINTAINERS: Likewise.
6746
1a6f2dc7
NN
67472004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6748
a0049f1b
NN
6749 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6750 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6751 * Makefile.in: Regenerate.
6752
1a6f2dc7
NN
6753 * configure.in (top level bootstrap support): Rework --enable-werror
6754 to set @stage2_werror_flag@.
6755 * configure: Regenerate.
6756 * Makefile.tpl (top level bootstrap support): Pass
6757 @stage2_werror_flag@ down to configure in stages 2 and 3.
6758 * Makefile.in: Regenerate.
6759
920e3419
NN
67602004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6761
6762 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6763 for stages 2 and 3 as well as in make. As a consequence, remove
6764 OUTPUT_OPTION (now detected by configure) from the flags passed down
6765 to make.
6766 * Makefile.in: Regenerate.
6767
6768 * Makefile.tpl (new-bootstrap): Fix typo.
6769 * Makefile.in: Regenerate.
6770
4fa63067
NN
67712004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6772
6773 * Makefile.tpl: Rearrange by moving recursive_targets rules
6774 into their proper sections.
6775 * Makefile.tpl (top level bootstrap support): Move disabling
6776 of coverage flags from 'make' to 'configure'; improve comments.
6777 * Makefile.in: Regenerate.
6778
6779 * Makefile.tpl (experimental top level bootstrap) Move stage1
6780 language setting from all- target to configure- target; disable
6781 intermodule optimization in stage 1; prevent gratuitous rebuilds
6782 of stage 1.
6783 * Makefile.in: Regenerate.
6784 * configure.in: Comma-separate stage 1 language list for top
6785 level bootstrap.
6786 * configure: Regenerate.
6787
6788 * Makefile.tpl: Clean up experimental top level bootstrap support:
6789 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6790 prev-gcc in configure- targets as well as all- targets.
6791 * Makefile.in: Regenerate.
6792
fb8a10fd
NN
67932004-03-17 Paolo Bonzini <bonzini@gnu.org>
6794
6795 * configure.in: Remove symbolic link section.
6796 * configure: Regenerate.
6797 * Makefile.tpl (links): Remove.
6798 * Makefile.in: Regenerate.
6799
947f426e 68002004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6801 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6802
6803 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6804 Set with AC_CHECK_PROGS.
947f426e
NN
6805 * configure.in: Fix comment typo from last patch.
6806 * configure: Regenerate.
6807
1d39f329
NN
68082004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * Makefile.tpl: Introduce experimental top level bootstrap support.
6811 * Makefile.in: Regenerate.
6812 * configure.in: Introduce support for top level bootstrap.
6813 * configure: Regenerate.
6814
4b0ac75d 68152004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6816 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6817
6818 PR bootstrap/14522
6819 * configure.in: Cope with shells that do not support unquoted ^
6820 * configure: Regenerate.
6821
2e70b094 68222004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6823 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6824
6825 PR bootstrap/14522
6826 * configure.in: Cope with shell that do not support nesting
6827 quotes inside quoted backquote substitutions.
6828 * configure: Regenerate.
6829
68302004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6831
6832 PR bootstrap/14522
6833 * configure.in: Fix escaping of $.
6834 * configure: Regenerate.
6835
9e07f89d
NN
68362004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6837
6838 * configure: Regenerate.
6839
68402004-03-08 Paolo Bonzini <bonzini@gnu.org>
6841
6842 PR ada/14131
6843 Move language detection to the top level.
6844 * configure.in: Find default values for the tools as
6845 soon as possible. Disable ada if GNAT is not found.
6846 Emit error message about missing languages. Expand
6847 --enable-languages=all for the gcc subdirectory.
6848
1712ab83
RS
68492004-03-01 Richard Sandiford <rsandifo@redhat.com>
6850
6851 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6852 and disable libgcj.
6853 * configure: Regenerated.
6854
3dee29da
NN
68552004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6856
6857 PR bootstrap/7087
6858 * Makefile.tpl: Guard XFOO sed statements better.
6859 * Makefile.tpl: Add dependency for configure-target-libada.
6860 * Makefile.in: Regenerate (incidentally fixes broken
6861 commit when libada-branch was merged).
6862
0558264b
AC
68632004-02-28 Andrew Cagney <cagney@redhat.com>
6864
6865 * src-release (CVS_NAMES): Define.
6866 (do-tar, do-tar): Prune $(CVS_NAMES).
6867
c38f9803
AC
68682004-02-23 Andrew Cagney <cagney@redhat.com>
6869
6870 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6871 2004-02-19.09.
6872
55636792
NN
68732004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 PR bootstrap/11932
6876 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6877
1e600082
AC
68782004-02-19 Andrew Cagney <cagney@redhat.com>
6879
6880 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6881 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6882
3769cd82
DD
68832004-02-11 David Edelsohn <edelsohn@gnu.org>
6884
6885 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6886 (rs6000-*-aix*): Same.
6887 * configure: Regenerate.
6888
a92834c8
DD
68892004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6890
6891 * configure.in (host): Add in missing $noconfigdirs to defines.
6892 * configure: Regenerate.
6893
a2592b1b
DD
68942004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6895 Nathanael Nerode <neroden@gcc.gnu.org>
6896
6897 PR ada/6637, PR ada/5911
80b200a1 6898 Merge with libada-branch:
a2592b1b
DD
6899 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6900 with appropriate dependencies. Add --enable-libada configure switch.
6901 * configure, Makefile.in: Regenerate.
6902
e31d1ea3
DD
69032004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6904
6905 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6906 * configure: Regenerate.
6907
db85f5c0
JJ
69082004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6909
6910 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6911
fc434214
DD
69122004-01-23 DJ Delorie <dj@redhat.com>
6913
6914 * Makefile.def (target_modules) [libiberty]: Don't stage.
6915 * Makefile.in: Rebuilt.
6916
ad445c2c 69172004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6918
ad445c2c
JJ
6919 * COPYING.NEWLIB: Update to include copyrights for new
6920 iconv code.
6921
72bbedde
AC
69222004-01-15 Andrew Cagney <cagney@redhat.com>
6923
6924 * src-release: Update copyright year.
6925 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6926 (NEWLIB_SUPPORT_DIRS): Delete macro.
6927 (newlib.tar.bz2): Delete rule.
6928
a6d6062d
DD
69292004-01-14 Loren J. Rittle <ljrittle@acm.org>
6930
6931 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6932 * Makefile.tpl (configure-target-[+module+]): Support stage.
6933 * Makefile.in: Rebuilt.
6934
f8b73030
MR
69352003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6936
6937 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6938 throughout.
6939
aff0e9df
NN
69402004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6941
bb5dca17
NN
6942 * configure.in: Use ./config.cache, not config.cache.
6943 * configure: Regenerate.
6944 * Makefile.tpl: Special-casing not needed for GCC any more.
6945 * Makefile.in: Regenerate.
6946
82252c06
NN
6947 * configure.in: Don't share a cache file for host dirs.
6948 * configure: Regenerate.
6949
aff0e9df
NN
6950 * config-ml.in: Don't mess with the cache file.
6951
95036d20
NN
69522004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6953
ac7b618e
NN
6954 * Makefile.tpl: Make GCC use a separate config.cache.
6955 * Makefile.in: Regenerate.
6956
95036d20
NN
6957 PR bootstrap/11932, PR bootstrap/11933
6958 (I don't know if it will fix either of them, but it relates
6959 to them.)
6960 * configure.in: Don't use shared config.cache for target
6961 directories.
6962 * configure: Regenerate.
6963
08c1856b
DD
69642003-12-31 Roger Sayle <roger@eyesopen.com>
6965
6966 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6967 * configure: Regenerated.
6968
c1968181 69692003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6970
9eb322aa
MF
6971 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6972 * configure: Regenerated.
c1968181 6973
10ecffb9
NN
69742003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6975
6976 Port change over from GCC:
6977 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6978 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6979 (configure-build-[+module+], configure-[+module+]): Likewise.
6980 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6981 * Makefile.in: Regenerate.
6982
f2ab5990
TF
69832003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6984
6985 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6986 * configure: Regenerate.
6987
41a7d11a
JJ
69882003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6989
80b200a1 6990 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6991 stdlib.
6992
d9441a1f
DD
69932003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6994
6995 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6996 * Makefile.in: Regenerate.
6997
3a48a978
DD
69982003-10-20 Phil Edwards <phil@codesourcery.com>
6999
7000 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7001 * configure: Regenerate.
7002
f0b24077
NN
70032003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7004
7005 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7006 HOST_FLAGS_TO_PASS.
7007 * Makefile.in: Regenerate.
7008
5fbad20a
DD
70092003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7010
7011 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7012 * configure: Rebuilt
7013 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7014 * Makefile.in: Rebuilt
7015
78be4155
L
70162003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7017
7018 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7019
051fcc7a
L
70202003-10-01 Phil Edwards <pme@gcc.gnu.org>
7021
7022 * config-ml.in: Use ac_configure_args directly instead of
7023 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7024 actually seen.
7025
70262003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7027
7028 * config-ml.in: Propagate INSTALL variables.
7029
f27d4f92
DJ
70302003-09-21 Daniel Jacobowitz <drow@mvista.com>
7031
7032 * configure.in: Pass a computed --program-transform-name
7033 to subconfigures.
7034 * configure: Regenerated.
7035
cae4d560
NN
70362003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7037
7038 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7039 * Makefile.in: Regenerate.
7040
7041 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7042 * Makefile.in: Regenerate.
7043
8ff944f6
DJ
70442003-09-17 Daniel Jacobowitz <drow@mvista.com>
7045
7046 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7047 quoting.
7048 * configure: Regenerated.
7049
d9a35680
MC
70502003-09-12 Michael Chastain <mec@shout.net>
7051
7052 Fix PR gdb/857.
7053 * src-release (do-proto-topleve): Remove junk files
7054 intl/config.cache, intl/config.status,
7055 intl/config.h, intl/stamp-h.
7056
710068b9
AC
70572003-09-14 Andrew Cagney <cagney@redhat.com>
7058
7059 * src-release (dejagnu.tar): New target.
7060 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7061 (do-djunpack): Use $(PACKAGE) for the package name.
7062
e1008165
DD
70632003-09-04 DJ Delorie <dj@redhat.com>
7064
7065 * configure: Regenerate.
7066
21998d12
NC
70672003-09-04 Robert Millan <robertmh@gnu.org>
7068
7069 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7070
ccca4bb3
DD
70712003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7072
7073 * configure.in: Ensure arguments to sed are properly spaced.
7074 * configure: Regenerate.
7075
ee949b5e
DJ
70762003-08-28 Daniel Jacobowitz <drow@mvista.com>
7077
7078 Merge from gcc:
7079 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7080 * install-sh: Update to newer upstream versions (associated with
7081 aclocal 1.7).
7082 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7083
75addda2
DJ
70842003-08-27 Daniel Jacobowitz <drow@mvista.com>
7085
7086 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7087 * configure: Regenerated.
7088
8d2877d8
NN
70892003-08-23 Phil Edwards <pme@gcc.gnu.org>
7090
7091 * configure.in: Use newline instead of semicolon when assuming
7092 shell arguments in a for loop.
7093 * configure: Regenerated.
7094
d2cc0e0d
GK
70952003-08-20 Geoffrey Keating <geoffk@apple.com>
7096
7097 PR 8180
7098 * configure.in: When testing with_libs and with_headers, treat
7099 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7100 * configure: Regenerate.
80b200a1 7101
d2cc0e0d
GK
7102 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7103 make, shell, etc.
7104 (baseargs): Likewise.
7105 * configure: Regenerate.
7106
04d1ab34
GK
71072003-08-19 Geoffrey Keating <geoffk@apple.com>
7108
7109 * configure.in: Disable libgcj for darwin not on powerpc.
7110 * configure: Rebuild.
7111
ca506da8
MC
71122003-08-15 Michael Chastain <mec@shout.net>
7113
7114 * src-release (do-proto-toplev): Remove junk files
7115 dejagnu/example/calc/config.status,
7116 dejagnu/example/calc/config.log.
7117
a4aa3f49
DD
71182003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7119
7120 * config-ml.in, symlink-tree: Add license.
7121
ede4fbe4
NN
71222003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7123
7124 Merge from gcc:
7125
7126 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7127 * Makefile.tpl (check, check-c++): Express dependencies using
7128 dependencies rather than commands.
7129 * Makefile.in: Regenerate.
7130
7131 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7132 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7133 * Makefile.in: Update.
7134
970f29af
AC
71352003-08-01 Andrew Cagney <cagney@redhat.com>
7136
7137 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7138 * configure: Ditto.
7139
b2884a0c
DD
71402003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7141
7142 * configure.in: Enable libgcj for darwin.
7143 * configure: Rebuild.
7144
c07f46a4
NN
71452003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7146
7147 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7148
9175bfc0
NN
71492003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7150
7151 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7152 creating target and build subdirs to build all parent dirs as needed.
7153 * Makefile.in: Rebuild.
7154 * configure.in: Don't build dirs explicitly here.
7155 * configure: Rebuild.
7156
b9abda6a
AO
71572003-07-22 Alexandre Oliva <aoliva@redhat.com>
7158
7159 * Makefile.tpl (all-make): Depend on intl.
7160 * Makefile.in: Rebuilt.
7161
eef8ffd4
NN
71622003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7163
7164 * config.if: Remove unused libc_interface determination.
7165
295efaf0
NN
71662003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7167
7168 * Makefile.in: Regenerate, correctly this time.
7169
e5c3f801
NN
71702003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7171
7172 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7173 unused INSTALL_PROGRAM_ARGS.
7174 * configure.in: Use AC_PROG_INSTALL.
7175 * Makefile.in: Regenerate.
7176 * configure: Regenerate.
7177
4a18bd6b
AO
71782003-07-10 Alexandre Oliva <aoliva@redhat.com>
7179
7180 * configure: Rebuilt.
7181 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7182 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7183 newlib nor libgloss.
7184 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7185 * configure.in (am33_2.0-*-linux*): Added.
7186
fbd1054d
BW
71872003-07-09 Bob Wilson <bob.wilson@acm.org>
7188
7189 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7190 * configure: Regenerate.
7191
b40e3958
L
71922003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7193
7194 * config-ml.in: Replace PWD with PWD_COMMAND.
7195 * Makefile.tpl: Likewise.
7196 * Makefile.in: Regenerated.
7197
4a5be7ba
NN
71982003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7199
7200 * configure.in: Clean up config-lang.in handling. Delete
7201 useless assignment to "subdirs".
7202 * configure: Regenerate.
7203
9c14acb8
NN
72042003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7205
7206 * configure.in: Rename 'target_libs' to 'target_libraries'.
7207 Remove useless reference to 'target_libs'.
7208 * configure: Regenerate.
7209
8f32e830
KS
72102003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7211
7212 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7213 * Makefile.in: Regenerate.
7214
12f0bd74
NN
72152003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7216
7217 * Makefile.def: Introduce flags_to_pass.
7218 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7219 * Makefile.in: Regenerate.
7220
b07c2aad
HPN
72212003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7222
7223 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7224 and target-libgloss.
7225 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7226 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7227 * configure: Regenerate.
b07c2aad 7228
56f25033
DD
72292003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7230
7231 * configure.in: Update testsuite_flags to new location.
7232 * configure. Regenerate.
80b200a1 7233
4ec9a3b2
NN
72342003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7235
7236 * Makefile.tpl: Remove BUILD_CC stuff.
7237 * Makefile.in: Regenerate.
7238
059083b1 72392003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7240
059083b1
L
7241 * config.guess: Update to 2003-06-12 version.
7242 * config.sub: Update to 2003-06-13 version.
7243
535b046a
TS
72442003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7245
7246 * MAINTAINERS: Add myself as MIPS co-maintainer.
7247
00c22daa 72482003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7249
00c22daa
L
7250 * config.guess: Update to 2003-06-06 version.
7251 * config.sub: Update to 2003-06-06 version.
7252
1047cb91
DD
72532003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7254
7255 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7256 * configure. Regenerate.
7257
123494c8
NN
72582003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7259
1047cb91
DD
7260 * configure.in: Disable serial configure by default.
7261 * configure: Regenerate.
7262 * Makefile.tpl: Abolish .NOTPARALLEL.
7263 * Makefile.in: Regenerate.
7264
7f121bbf
NN
7265 * Makefile.tpl: Replace {build,host,target}_canonical by
7266 {build,host,target}.
7267 * Makefile.in: Regenerate.
7268
123494c8
NN
7269 * Makefile.tpl: Fix stupid pasto.
7270 * Makefile.in: Regenerate.
7271
ec7e0995
NN
72722003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7273
7274 * Makefile.tpl: Remove bogus conditional.
7275 * Makefile.in: Regenerate.
7276
27b1cc72
NN
72772003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7278
2a4cbe27
NN
7279 * Makefile.tpl: Make 'recursive targets' using autogen rather
7280 than shell loop. Remove duplicate 'clean' targets and false
7281 comments.
7282 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7283 Add systematic method of specifying missing targets in subdirs.
7284 Add copyright boilerplate.
7285 * Makefile.in: Regenerate.
7286 * configure.in: Add 'recursive targets' to maybe list.
7287 * configure: Regenerate.
7288
27b1cc72
NN
7289 * Makefile.tpl: Rename [+target+] to [+make_target+].
7290 * Makefile.def: Rename 'target' to 'make_target'.
7291
01e51bd0
NC
72922003-05-30 Nick Clifton <nickc@redhat.com>
7293
7294 * README-maintainer-mode: Update URL for locating blessed config
7295 tools.
7296
2fd84b42
NC
72972003-05-29 Robert Millan <rmh@debian.org>
7298
7299 * ltconfig: Import this patch and modify for use with current
7300 version of ltconfig:
7301
7302 2003-05-21 Bruno Haible <bruno@clisp.org>
7303
7304 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7305 GNU/FreeBSD.
7306
8945c6bb
DD
73072003-05-28 DJ Delorie <dj@redhat.com>
7308
7309 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7310 * Makefile.in: Regenerate.
7311
2f9632a1
JJ
73122003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7313
80b200a1 7314 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7315
3a12db16 73162003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7317
3a12db16
DD
7318 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7319 newlib or libgloss.
7320 * Makefile.in: Regenerate.
7321
44482353
DD
73222003-05-21 DJ Delorie <dj@redhat.com>
7323
7324 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7325 * Makefile.in: Regenerate.
7326
fec2c52d
MR
73272003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7328
7329 * configure.in: Use curly braces in the definition of tooldir.
7330 * configure: Regenerate.
7331
16ae0395
NN
73322003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7333
7334 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7335 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7336 Factor out common code from autogen IF statements.
7337 * configure: Regenerate.
7338 * Makefile.in: Regenerate.
7339
ec11bdc6
DD
73402003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7341
7342 * configure.in: Accept i[3456789]86 for machine type.
7343 * configure: Regenerate.
7344
dd12c3a8
NN
73452003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7346
7347 * configure.in: Switch more things to use maybe dependencies.
7348 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7349 * configure: Regenerate.
7350 * Makefile.tpl: Switch more things to use maybe dependencies.
7351 * Makefile.in: Regenerate.
7352
cf662e21
AJ
73532003-05-16 Andreas Schwab <schwab@suse.de>
7354
7355 * Makefile.tpl (install-opcodes): Define.
7356 * Makefile.in: Rebuild.
7357
5481b376
AJ
73582003-05-13 Andreas Jaeger <aj@suse.de>
7359
7360 * config.guess: Update to 2003-05-09 version.
7361 * config.sub: Update to 2003-05-09 version.
7362
3959a22a
AJ
73632003-05-13 Michael Eager <eager@mvista.com>
7364
7365 * configure.in: Correct sed script so that options in quotes are not
7366 deleted.
7367 * configure: Rebuild.
7368
564b43e5
CV
73692003-05-12 Corinna Vinschen <corinna@vinschen.de>
7370
7371 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7372 and $$s/newlib/libc/sys/cygwin32 include paths.
7373 * configure: Ditto.
7374
bb947dc9
L
73752003-05-05 H.J. Lu <hjl@gnu.org>
7376
7377 * config-ml.in: Restored from gcc repository.
7378
77f7441a
CD
73792003-05-02 Chris Demetriou <cgd@broadcom.com>
7380
80b200a1
ZW
7381 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7382 * Makefile.in: Regenerate.
77f7441a 7383
a26d7085
DJ
73842003-04-27 Daniel Jacobowitz <drow@mvista.com>
7385
7386 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7387 and Makefile.def.
7388
e4c4d240
DJ
73892003-04-27 Daniel Jacobowitz <drow@mvista.com>
7390
7391 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7392 * Makefile.in: Regenerated.
7393
62a3fc85
DD
73942003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7395
7396 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7397 * Makefile.in: Regenerate.
7398
73992003-04-18 Jakub Jelinek <jakub@redhat.com>
7400
7401 * configure.in (powerpc64*-*-linux*): Remove.
7402 * configure: Rebuilt.
7403
5b474aa8
DD
74042003-04-17 Phil Edwards <pme@gcc.gnu.org>
7405
7406 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7407 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7408 and restrap.
7409 * Makefile.in: Regenerate.
7410
74112003-04-16 Richard Earnshaw <rearnsha@arm.com>
7412
7413 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7414 * configure: Regenerated.
7415
bc295afe
AO
74162003-04-11 Alexandre Oliva <aoliva@redhat.com>
7417
7418 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7419 * */configure: Rebuilt.
7420
3728fade
NN
74212003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7422
7423 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7424 * Makefile.in: Regenerate.
7425
ce5b542e
MC
74262003-03-14 Michael Chastain <mec@shout.net>
7427
7428 * Makefile.in: Regenerate with correct Makefile.def.
7429
3db0a37f
NN
74302003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7431
7432 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7433 Make macro.
7434 * Makefile.in: Regenerate.
7435 * configure.in: Clean up gxx_include_dir logic.
7436 * configure: Regenerate.
7437
34349c6e
DD
74382003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7439
7440 * configure.in (gxx_include_dir): Fix typo.
7441 * configure: Regenerated.
7442
686c28c9
AC
74432003-03-06 Andrew Cagney <cagney@redhat.com>
7444
7445 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7446
bba45b8b 74472003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7448
bba45b8b
NN
7449 * configure.in: Include $(build_tooldir)/sys-include in
7450 FLAGS_FOR_TARGET.
7451 * configure: Regenerated.
7452
2683747f
NN
74532003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7454
bba45b8b
NN
7455 * Makefile.tpl: Reindent.
7456 * Makefile.in: Regenerate.
7457 * configure.in: Reindent. Don't set unused variables.
7458 * configure: Regenerate.
7459
2683747f
NN
7460 * Makefile.tpl: Always pass down RANLIB.
7461 * Makefile.in: Regenerate.
7462
7463 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7464 * Makefile.in: Regenerate.
7465 * configure.in: Remove unused logic relating to --enable-shared
7466 and --enable-threads. Remove bogus comments. Remove redundant
7467 noconfigdirs.
7468 * configure: Regenerate.
7469
7470 * configure.in: Replace ${libstdcxx_version} by its value.
7471 Remove reference to mh-dgux.
7472 * configure: Regenerate.
7473
50212802
NN
74742003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7475
7476 * Makefile.tpl: Rearrange.
7477 * Makefile.in: Regenerate.
7478
a6be7fc6
NC
74792003-02-25 Nick Clifton <nickc@redhat.com>
7480
7481 * configure: Remove site-file supprot - it is obsolete.
7482
f8a495c8
NC
74832003-02-24 Uwe Stieber <uwe@wwws.de>
7484
7485 * configure.in: Add support for kaOS as cross build target system.
7486 * configure: Regenerated.
7487
3decd77d
DD
74882003-02-20 Sean McNeil <sean@blue.mcneil.com>
7489
7490 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7491 configure-target-* as some target builds may require additional
7492 flags for preprocessor tests.
7493 * Makefile.in: Regenerated.
7494
f4ff34a3
AO
74952003-02-19 Alexandre Oliva <aoliva@redhat.com>
7496
7497 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7498 * ltconfig: Handle it.
7499 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7500 auto-detecting it.
7501
b7e4a931
AO
75022003-02-19 Alexandre Oliva <aoliva@redhat.com>
7503
7504 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7505 it is used as argument to $CC.
7506 * ltcf-gcj.sh: Likewise.
7507
6b784d9f
AO
75082003-02-19 Alexandre Oliva <aoliva@redhat.com>
7509
7510 * configure.in: Introduce --enable-maintainer-mode.
7511 * configure: Rebuilt.
7512 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7513 for maintainer mode.
7514 * Makefile.in: Rebuilt.
7515
8bcd8a07
AC
75162003-02-19 Andrew Cagney <ac131313@redhat.com>
7517
7518 * configure: Regenerate using autoconf 2.13.
7519
ee3fd329
AM
75202003-02-19 Alan Modra <amodra@bigpond.net.au>
7521
7522 * config.guess: Import latest version.
7523 * config.sub: Import latest version.
7524
e9e45685
JM
75252003-02-18 Jason Merrill <jason@redhat.com>
7526
7527 * Makefile.tpl (check-c++): Allow parallelism.
7528
859789af
AC
75292003-02-17 Andrew Cagney <ac131313@redhat.com>
7530
7531 * configure: Regenerate using autoconf 000227.
7532
b3f16a9b
GK
75332003-02-15 Geoffrey Keating <geoffk@apple.com>
7534
7535 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7536 don't configure target-libobjc.
7537 * configure: Regenerate.
7538
72e60e02
DD
75392003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7540
7541 * Makefile.tpl (RANLIB): Define.
7542 * Makefile.in: Regenerate.
7543
91f0e695
KS
75442003-02-06 Keith R Seitz <keiths@redhat.com>
7545
7546 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7547 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7548 * Makefile.in: Regenerated.
7549 * configure.in: Remove all traces of snavigator, db, and grep.
7550 * configure: Regenerated.
7551
122bfa92
FCE
75522003-01-31 Frank Ch. Eigler <fche@redhat.com>
7553
7554 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7555 * Makefile.in: Regenerated.
7556
264095c3
AO
75572003-01-30 Alexandre Oliva <aoliva@redhat.com>
7558
7559 * config.if: Copy from GCC.
7560
a84dbcb3
AO
75612003-01-27 Phil Edwards <pme@gcc.gnu.org>
7562
7563 * configure.in: Revert 24Jan change.
7564 * configure: Regenerate.
7565
19618276
NN
75662003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7567
7568 * configure.in: Revert previous change.
7569 * configure: Regenerate.
7570
b7f27a92
NN
75712003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7572
7573 * configure.in: Make rda native-only.
7574 * configure: Regenerate.
7575
83326456
NN
75762003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7577
7578 * configure.in: Add missing \.
7579 * configure: Rebuilt.
7580
5e367fa5
JJ
75812003-01-17 Jakub Jelinek <jakub@redhat.com>
7582
7583 * configure.in (baseargs): Avoid using \| in sed regular
7584 expressions.
7585 * configure: Rebuilt.
7586
e01f337c
JJ
75872003-01-16 Jakub Jelinek <jakub@redhat.com>
7588
7589 * configure.in (baseargs): Remove all supported forms of
7590 --cache-file, --srcdir, --host, --build and --target options
7591 from argument lists.
7592 * configure: Rebuilt.
7593
aa236487
AO
75942003-01-15 Alexandre Oliva <aoliva@redhat.com>
7595
7596 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7597 * configure: Rebuilt.
7598
586c0873
NN
75992003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7600
7601 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7602 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7603 * Makefile.in: Regenerate.
7604 * configure: Regenerate.
7605
497f816e
DD
76062003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7607
7608 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7609 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7610 * Makefile.in: Regenerate.
7611
bfbe5519
AO
76122003-01-09 Alexandre Oliva <aoliva@redhat.com>
7613
7614 * configure.in: Remove Makefile in build, host and target modules
7615 unless configure was run with --no-recursion.
7616 * configure: Rebuilt.
7617
3f234ef5
CD
76182003-01-08 Chris Demetriou <cgd@broadcom.com>
7619
7620 * config.guess: Update to 2003-01-03 version.
7621 * config.sub: Update to 2003-01-03 version.
7622
a3982d48
CF
76232003-01-07 Christopher Faylor <cgf@redhat.com>
7624
7625 * configure: Regenerate with proper autoconf 2.13.
7626
75778ec4
CF
76272003-01-07 Christopher Faylor <cgf@redhat.com>
7628
80b200a1
ZW
7629 * configure.in: Add AC_PREREQ for consistency.
7630 * configure: Regenerate.
75778ec4 7631
c180f501
AC
76322003-01-06 Andrew Cagney <ac131313@redhat.com>
7633
7634 * configure.in (GDB_TK): Add tcl directories conditional on
7635 gdb/gdbtk directory being present.
7636 * configure: Regenerate.
5481b376 7637
46ca2cc2
DA
76382003-01-04 John David Anglin <dave.anglin@nrc.ca>
7639
7640 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7641 by gcc if LD is not defined and we are not doing a Canadian Cross.
7642 * configure: Rebuilt.
7643
53dd8dab
DJ
76442003-01-01 Daniel Jacobowitz <drow@mvista.com>
7645
7646 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7647
50ceb20c
TT
76482002-12-31 Tom Tromey <tromey@redhat.com>
7649
7650 * Makefile.in: Rebuilt.
7651 * Makefile.def (target_modules) [libffi]: Allow installation.
7652
e78b5cfe
AS
76532002-12-31 Andreas Schwab <schwab@suse.de>
7654
7655 * configure.in: Fix use of $program_transform_name.
7656 * configure: Regenerated.
7657
67448102
DJ
76582002-12-30 Daniel Jacobowitz <drow@mvista.com>
7659
7660 * configure.in (baseargs): Don't remove first configure argument.
7661 * configure: Regenerated.
7662
e6bfb94a
AO
76632002-12-29 Alexandre Oliva <aoliva@redhat.com>
7664
7665 * Makefile.tpl (local-distclean): Don't remove...
7666 (multilib.ts): ... this. Moved into...
7667 (multilib.out): ... this. Don't use sub-make.
7668 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7669 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7670 (configure-build-[+module+], configure-[+module+],
7671 configure-target-[+module+], configure-gcc): ... these. Test
7672 for Makefile existence. Drop config.status from dependencies.
7673 * Makefile.in: Rebuilt.
7674 * configure.in: Move gcc-version-trigger to the end of
7675 ac_configure_args. Add comments to maybedep.tmp and
7676 serdep.tmp. Introduce --disable-serial-configure. Remove
7677 nonopt from baseargs, matching and removing corresponding
7678 whitespace while at it.
7679 * configure: Rebuilt.
7680
8f0dfb36
AO
76812002-12-28 Alexandre Oliva <aoliva@redhat.com>
7682
7683 * configure.in (host_configargs): Replace reference to
7684 no-longer-defined buildopts with --build=${build_alias}.
7685 * configure: Rebuilt.
7686
43be203f
AO
76872002-12-28 Alexandre Oliva <aoliva@redhat.com>
7688
7689 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7690 program_transform_name to standard idiom.
7691 (AUTOGEN, AUTOCONF): Define.
7692 (Makefile.in): Use $(AUTOGEN).
7693 (Makefile): Depend on config.status, and use autoconf-style rule to
7694 build it. Move original commands to...
7695 (config.status): ... this new target.
7696 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7697 $(AUTOCONF).
7698 * Makefile.in: Rebuilt.
7699
a0da8069
NN
77002002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7701
d18f1c9f
NN
7702 * Makefile.tpl: Fix dramatic bustage due to change in
7703 program_transform_name.
7704 * Makefile.in: Regenerate.
7705
7706 * configure.in: Remove unnecessary PATH setting.
7707 * configure: Regnerate.
7708
7709 * configure.in: Don't default to unprefixed tools unless
7710 the native tools will work.
7711 * configure: Regenerate.
7712
a0da8069
NN
7713 * configure.in: Convert to autoconf script. Blow away lots
7714 of now-redundant Makefile fragments.
7715 * configure: Generate using Autoconf.
7716 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7717 * Makefile.in: Regenerate.
7718
c567df0a
NN
77192002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7720
5481b376 7721 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7722 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7723
5481b376 7724 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7725 where they belong.
2c7f9a32 7726
2dabcfb4
AS
77272002-12-24 Andreas Schwab <schwab@suse.de>
7728
7729 * Makefile.tpl (multilib.out): Fix missing space.
7730 * Makefile.in: Regenerate.
7731
1086bc09
NN
77322002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7733
7734 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7735 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7736 * Makefile.in: Regenerate.
7737 * configure.in: Remove unnecessary leftovers.
7738
1086bc09
NN
77392002-12-21 Geoffrey Keating <geoffk@apple.com>
7740
7741 * configure.in (extra_ranlibflags_for_target): New variable.
7742 (*-*-darwin): Add -c to ranlib commands.
7743 * configure (tooldir): Handle extra_ranlibflags_for_target.
7744
14e9ca95
JJ
77452002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7746
7747 * COPYING.NEWLIB: Updated.
7748 * COPYING.LIBGLOSS: Ditto.
7749
14c428fb
NN
77502002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7751
7752 * Makefile.tpl: Revert HJL's change.
7753 * Makefile.in: Regenerated.
7754 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7755 always.
7756
313b8244
AS
77572002-12-19 Andreas Schwab <schwab@suse.de>
7758
7759 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7760 * Makefile.in: Regenerate.
7761
efeae3db
L
77622002-12-18 H.J. Lu <hjl@gnu.org>
7763
7764 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7765 * Makefile.in: Regenerated.
7766
7767 * configure.in (build_prefix): New. Substitute.
7768
43d92c63
NN
77692002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7770
59da4fe6
NN
7771 * Makefile.tpl: Don't let real targets depend on phony targets.
7772 * Makefile.in: Regenerate.
7773
43d92c63
NN
7774 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7775 * Makefile.in: Regenerate.
7776
b72e6a2d
JM
77772002-12-16 Jason Merrill <jason@redhat.com>
7778
7779 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7780 previous 'make bootstrap'.
7781 * Makefile.in: Regenerate.
7782
95c72c44
HPN
77832002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7784
7785 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7786
7d695d07
JM
77872002-12-13 Jason Merrill <jason@redhat.com>
7788
7789 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7790 library tests.
7791 (check-c++): Just depend on it and check-target-libstdc++-v3.
7792 * Makefile.in: Regenerate.
7793
54103d1e
NN
77942002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7795
7796 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7797 * Makefile.in: Regenerate.
7798
4024f1e1
JJ
77992002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7800
80b200a1
ZW
7801 * COPYING.NEWLIB: Update list of alternate Regent of California
7802 licenses and discuss official revoking of advertising clause.
7803 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7804
7dda0df6
AO
78052002-12-12 Alexandre Oliva <aoliva@redhat.com>
7806
7807 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7808 * Makefile.in: Rebuilt.
7809
d03be79e 78102002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7811
929293f4
NN
7812 * configure: Fix bug put in by gremlins.
7813
d03be79e
NN
7814 * Makefile.tpl: Substitute more autoconfily.
7815 * configure: Substitute more autoconfily.
7816 * Makefile.in: Regenerate.
7817
78182002-12-08 Andrew Cagney <ac131313@redhat.com>
7819
7820 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7821 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7822
78232002-12-06 DJ Delorie <dj@redhat.com>
7824
7825 * Makefile.tpl: Change configure dependencies to not have real
7826 targets depend on phony targets.
b4a77b47 7827
db1ac78d
NN
78282002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7829
bcaf2395
NN
7830 * configure.in: Revert unintentional change.
7831
b4fa093e
NN
7832 * src-release: Configure host subdirs.
7833
db1ac78d
NN
7834 * Makefile.tpl: Change dependency for */multilib.out so that
7835 it works when gcc isn't in the tree.
7836
7837 * configure.in: Substitute more.
7838 * configure: Run subconfigures from the Makefile.
7839 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7840 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7841
15723a45
NN
78422002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7843
e2b9e2dc
NN
7844 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7845 and corresponding dependencies.
7846 * Makefile.in: Regenerate.
7847
2af579c4
NN
7848 * configure.in (host_tools): Order binutils, gas and ld for
7849 convenience in running the testsuites.
7850
a2cc058a
NN
7851 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7852 * Makefile.in: Regenerate.
7853 * configure.in: Introduce rules to serialize subconfigure runs.
7854
15723a45
NN
7855 * configure.in: Introduce BASE_CC_FOR_TARGET.
7856 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7857 Realize configure-build-* targets. Realize configure-target-* targets.
7858 * Makefile.in: Regenerate.
7859
ae831be5
NN
78602002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7861
7862 * configure: Move gcc_version_trigger stuff from here...
7863 * configure.in: ...to here.
7864
7865 * configure.in: Separate subconfigure options added by this file from
7866 options given by the user. Add machinery to put args for host
7867 subconfigures into the Makefile.
7868
7869 * Makefile.tpl: Remove 'vault' targets.
7870 * Makefile.tpl: Reorder and comment dependencies.
7871 * Makefile.in: Regenerate.
7872
bbf7c8ac
NN
78732002-11-28 Geoffrey Keating <geoffk@apple.com>
7874
7875 * configure.in: Move host-specific darwin noconfigdirs into
7876 the host-specific section.
7877
930314a4
NN
78782002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7879
52d7cdee
NN
7880 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7881 during replay.
7882 * Makefile.in: Regenerate.
7883
930314a4
NN
7884 (finishing slow-motion replay)
7885 * configure: Remove skip-this-dir support.
7886 * Makefile.tpl: Remove skip-this-dir support.
7887
7888 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7889 subdirectories.
7890 * Makefile.in: Regenerate.
7891
7892 * Makefile.tpl: Strip out useless setting of 'dir'.
7893 * Makefile.in: Regenerate.
5481b376 7894
930314a4
NN
78952002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7896
7897 (finishing slow-motion replay)
7898 * configure.in: Fix deeply stupid bug.
7899
7900 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7901 shell code in CXX_FOR_TARGET
7902 * Makefile.def: Introduce raw_cxx.
7903 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7904 RAW_CXX_FOR_TARGET.
7905 * Makefile.in: Regenerate.
7906
79072002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7908
7909 (finishing slow-motion replay)
7910 * Makefile.tpl: Remove unnecessary ifs.
7911 * Makefile.in: Regenerate.
7912
5481b376 7913 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7914 dependencies. Maybe-ize build-libiberty. Create dummy install
7915 targets for 'no_install' modules.
5481b376 7916 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7917 build_modules stuff to configure.in.
5481b376 7918 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7919 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7920 * Makefile.in: Regenerate.
7921
3866be5d
NN
79222002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7923
7924 (continuing slow-motion replay)
7925 * Makefile.tpl: Make all-target, install-target behave similarly
7926 to all, install (only hitting configured targets). Eliminate
7927 unused macro defintions.
7928
7929 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7930 build != host.
7931
7932 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7933
7934 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7935
5481b376 7936 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7937 configuring. Remove references to "dosrel".
7938 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7939 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7940 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7941 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7942 and redundant dependency; rearrange slightly.
7943 * Makefile.def: Add host-side libtermcap, utils.
7944
7945 * Makefile.in: Regenerate.
7946
e393202e
NN
79472002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7948
7949 (Continuing slow-motion replay)
7950 * Makefile.def: Add list of recursive targets to autogenerate.
7951 Add build_modules.
7952 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7953 targets. Autogenerate *-build-* targets.
7954 * Makefile.in: Regenerate.
7955
583d52d7
NN
79562002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7957
7958 (Continuing slow-motion replay)
7959 * configure: More autoconf-style substitutions.
7960 * Makefile.tpl: More autoconf-style substitutions.
7961 * Makefile.in: Regenerate.
7962
79632002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7964
7965 (Continuing slow-motion replay)
7966 * configure: Substitute more variables in a more autoconf-friendly
7967 way. Simplify slightly.
7968 * Makefile.tpl: Make more variables substitutable in an
7969 autoconf-friendly way.
7970 * Makefile.in: Regenerate.
7971
874e38b4
NN
79722002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7973
7974 (Continuing slow-motion replay)
7975 * configure.in (v810*): Remove special setting of tools.
7976
7977 * configure: Add support for extra required flags for ar or nm.
7978 * configure.in (aix4.3+): Use above support for target-specific
7979 issues, rather than using config/mt-aix43.
7980
852e5f18
NN
79812002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7982
7983 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7984 * configure: Remove 'removing', which doesn't work. Replace $subdir
7985 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7986 with $srcdir. Reformat indentation. Substitute some variables
7987 formerly hard-coded in the Makefile for build=host.
7988 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7989 * Makefile.def: Autogenerate more.
7990 * Makefile.in: Regenerate.
7991
c9a0d920
DD
79922002-11-13 Bruce Korb <bkorb@gnu.org>
7993
7994 * Makefile.tpl: syntactic cleanup
7995
dd2768ff
KB
79962002-11-04 Kevin Buettner <kevinb@redhat.com>
7997
7998 * Makefile.def (host_modules): Add rda.
7999 * Makefile.in: Regenerate.
8000 * configure.in (target_tool): Add target-rda to list.
8001
1aa8389d
DD
80022002-10-25 Phil Edwards <pme@gcc.gnu.org>
8003
8004 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8005 and restrap targets to this rule.
8006 * Makefile.in: Regenerate.
8007
28f46298
HPN
80082002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8009
8010 * configure.in (i[3456]86-*-linux*): Add check to disable
8011 ${libgcj} for glibc1.
8012
ff72e302
NC
80132002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8014
8015 * configure.in: Add tic4x target.
8016
8607b6c9
NN
80172002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8018
8019 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8020 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8021 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8022 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8023 * Makefile.in: Regenerate.
8024
f8f61f4a
NN
80252002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8026
c86f794b
NN
8027 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8028 * Makefile.in: Regenerate.
8029
a9590527
NN
8030 * Makefile.def: Remove order dependency comments.
8031 * Makefile.tpl: Add explicit install-install dependencies.
8032 * Makefile.in: Regenerate.
8033
8412ce72
NN
8034 * Makefile.tpl: Remove material now in src-release. (Finally!)
8035 * Makefile.in: Regenerate.
8036
8b9f37f1
NN
8037 * configure: Restore my original patch by syncing with gcc version.
8038
f8f61f4a
NN
8039 * Bring following over from gcc:
8040
80412002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8042
8043 * configure.in (s390*-*-linux*): Enable libgcj.
8044
403d9505
NN
80452002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8046
8047 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8048
95f6f383
AM
80492002-10-02 Alan Modra <amodra@bigpond.net.au>
8050
e4673b0a 8051 * configure: Move stray lines back to where they belong.
95f6f383 8052
748503c8
NN
80532002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8054
a581b5c3
NN
8055 * Makefile.tpl: Insert configure-target target, for src-release.
8056
c084f5b4
NN
8057 * configure: Finish reverting change which Andrew Cagney started
8058 reverting. Should fix bustage.
8059
7aa673ed 8060 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8061 * src-release: New file. Contains material for making net
8062 releases for gdb, binutils, et al., formerly in Makefile.in.
8063
82a9b2d9
NC
80642002-09-30 Nick Clifton <nickc@redhat.com>
8065
8066 * cpu: New top level directory. Intended to hold input files for
8067 CGEN which have FSF copyright assignment.
8068 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8069
c2463a00
AC
80702002-09-29 Andrew Cagney <ac131313@redhat.com>
8071
8072 Revert below (note that src does not contain Makefile.tpl):
8073 * Makefile.tpl: Make subsituted variables more autoconfy.
8074 * Makefile.in: Regenerate.
8075
f03b4789
NN
80762002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8077
c11e16a9
NN
8078 * configure: Revert accidentally applied changes.
8079
f03b4789
NN
8080 * Makefile.tpl: Make more autoconf-friendly.
8081 * Makefile.in: Regenerate.
8082 * configure: Make substitution more autoconf-like.
8083
80842002-09-28 Richard Earnshaw <rearnsha@arm.com>
8085
8086 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8087 single entry to handle all these.
8088 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8089 libjava on arm-*-elf.
8090
c0292023
GK
80912002-09-27 Geoffrey Keating <geoffk@apple.com>
8092
8093 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8094 things that depend on them.
8095
c66d951e
NN
80962002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8097
8098 * Makefile.tpl: Make subsituted variables more autoconfy.
8099 * Makefile.in: Regenerate.
8100 * configure: Make seds more autoconfy.
8101
907a7241 81022002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8103
8104 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8105 * Makefile.in: Regenerate.
8106 * configure.in: Rewrite sed statements to look autoconfy.
8107
907a7241
NN
8108 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8109 all-target-foo on configure-target-foo.
8110 * Makefile.def: Ditto.
8111 * Makefile.in: Rebuild.
8112
405ea7a0
NN
81132002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8114
8115 * Makefile.def: New file.
8116 * Makefile.tpl: New file.
8117 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8118
8119 * configure.in: Minor rearrangement. Simplify tests.
8120
bdc57bfd
JT
81212002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8122
8123 * configure.in (with_headers): Skip copy if value is "yes".
8124 (with_libs): Likewise.
8125
ae03d6e2
NN
81262002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8127
8128 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8129 * configure.in (sh*-*-pe*): Ditto.
8130 * configure.in (mips*-*-pe*): Ditto.
8131 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8132
8133 * configure.in: Rearrange.
8134
707960fe
NC
81352002-09-12 Nick Clifton <nickc@redhat.com>
8136
8137 * Import these changes from the config master repository:
8138
8139 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8140
8141 * config.sub: Add tic4x target.
8142
8143 2002-09-03 Ben Elliston <bje@redhat.com>
8144
8145 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8146 Reported by <Duncan_Stodart@insession.com>.
8147
36ea319f
JJ
81482002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8149
8150 * COPYING.NEWLIB: More updates.
8151
cf57480a
JJ
81522002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8153
8154 * COPYING.NEWLIB: Update.
8155
fd31a171
AC
81562002-08-23 Andrew Cagney <ac131313@redhat.com>
8157
23b632fc
AC
8158 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8159
fd31a171
AC
8160 * config.guess: Import version 2002-08-23.
8161 * config.sub: Import version 2002-08-22.
8162
a08bafb5
AO
81632002-08-20 Alexandre Oliva <aoliva@redhat.com>
8164
8165 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8166 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8167 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8168
17240c1f
NC
81692002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8170
8171 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8172
e70ad0c6
L
81732002-08-04 H.J. Lu (hjl@gnu.org)
8174
8175 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8176
574e6d11
DD
81772002-07-31 Alan Modra <amodra@bigpond.net.au>
8178
8179 * configure.in: Move generic linux case to end. Copy generic
8180 linux noconfigdirs to mips*-*-linux* entry and new
8181 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8182
611e7523
CD
81832002-07-19 Chris Demetriou <cgd@broadcom.com>
8184
8185 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8186 one instance of them which was missed to the list to update.
8187
51759676
CD
81882002-07-16 Chris Demetriou <cgd@broadcom.com>
8189
8190 * config.guess: Update to 2002-07-09 version.
8191 * config.sub: Update to 2002-07-03 version.
8192
7c1f909c
DD
81932002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8194
8195 * configure.in: Remove two redundant tests.
8196
d7cf5d30
DD
81972002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8198
8199 * configure.in (mips*-*-irix6*o32): Enable stabs.
8200
c74222f7
DD
82012002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8202
5b53c336
DD
8203 * configure.in: Don't build grez.
8204 * Makefile.in: Ditto.
8205
c74222f7
DD
8206 * Makefile.in: Remove references to bsp, cygmon, libstub.
8207 * configure.in: Ditto.
8208
8209 * configure.in: Remove leftover reference to gdbtest.
8210
edd1b227
DD
82112002-07-08 Phil Edwards <pme@gcc.gnu.org>
8212
8213 * configure.in (gxx_include_dir): Change to match versioned
8214 C++ headers if --enable-version-specific-runtime-libs is used.
8215
486186e3
AO
82162002-07-04 Steve Ellcey <sje@cup.hp.com>
8217
8218 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8219
ff0a3bf8
DD
82202002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8221
8222 * configure.in: Make --without-x work.
8223
1dfa8174
NC
82242002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8225
8226 * contrib: New directory. Created to contain a copy of the
5481b376 8227 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8228 the FSF GCC sources.
8229
07637366
DD
82302002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8231
b6f83f2a
DD
8232 * configure.in: Rearrange target Makefile fragment collection.
8233
07637366
DD
8234 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8235 cvs[src].
8236 * configure.in: Ditto.
8237
f48556b1
DD
82382002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8239
8240 * Makefile.in: Eliminate 'apache' targets.
8241 * configure.in: Eliminate 'apache' targets.
8242
8243 * configure.in: Eliminate redundant tests. Reorganize.
8244
8245 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8246
8247 * config-ml.in: Eliminate references to Cygnus configure.
8248
8249 * Makefile.in: Eliminate references to building emacs.
8250
82512002-07-01 Denis Chertykov <denisc@overta.ru>
8252
8253 * configure.in: Add support for ip2k.
8254
cdb9e2b8
BE
82552002-06-24 Ben Elliston <bje@redhat.com>
8256
8257 * configure.in (host_tools): Remove cgen.
8258
8259 * Makefile.in (all-cgen): Remove; runs from its source directory.
8260 (check-cgen, install-cgen, clean-cgen): Likewise.
8261 (all-opcodes): No not depend on all-cgen.
8262 (all-sim): Likewise.
8263
3558860c
DD
82642002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8265
8266 * configure.in: Fix AIX configury bug.
8267
e3b0c936
DD
82682002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8269
cdb9e2b8 8270 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8271
cdb9e2b8
BE
8272 * configure.in: Move definition of libstdcxx_flags right above
8273 usage, rather than way earlier.
8ee424c0 8274
c712250a
DD
8275 * configure.in: Pull definition of is_cross_compiler earlier.
8276
9ee1a75c
DD
8277 * configure.in: Rearrange a little.
8278
e3b0c936
DD
8279 * configure.in: Remove references to librx.
8280 * Makefile.in: Remove references to librx.
8281
b2bd228e
DD
82822002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8283
8284 * configure.in: Eliminate ${gasdir} variable.
8285
7cd52483
DB
82862002-06-18 Dave Brolley <brolley@redhat.com>
8287
8288 * configure.in: Add support for frv.
8289 * config.sub: Add support for frv.
8290
6c5e141a
DD
82912002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8292
8293 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8294
0d18b56d
JT
82952002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8296
8297 * configure.in (vax-*-netbsd*): Re-enable gas.
8298
fd8958d5
DD
82992002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8300
27f15fdd
DD
8301 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8302 BUILD_PREFIX_1, to correct nomenclature.
8303 * configure: Likewise.
8304
fd8958d5
DD
8305 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8306 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8307
0c2442b7
DD
83082002-05-31 Olaf Hering <olh@suse.de>
8309
8310 * config-ml.in: Propogate DESTDIR also.
8311
a3602181
JT
83122002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8313
8314 * configure.in (vax-*-netbsd*): Don't build gas for this
8315 platform.
8316
c95f53ae
MM
83172002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8318
8319 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8320 and libgcj for AVR.
8321
1d7c1053
NC
83222002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8323
8324 * config.sub: Add DLX target.
8325
4b37028f
JT
83262002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8327
8328 * config.guess: Update to 2002-05-22 version.
8329 * config.sub: Likewise.
8330
d5de0a84
NC
83312002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8332
8333 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8334 * config-ml.in: Likewise.
8335 * configure: Likewise.
8336 * configure.in: Likewise.
8337
c92a0210
DD
83382002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8339
115a77aa
DD
8340 * configure.in: Simplify makefile fragment collection.
8341
8342 * configure.in: Remove code to build emacs.
e99daf2b 8343
91e060aa
DD
8344 * configure.in : Remove --srcdir argument from targargs and buildargs
8345 (it's always overridden in the Makefile anyway). Rearrange a bit.
8346
8347 * configure: Move some logic to configure.in.
8348 * configure.in: Move some logic from configure.
c92a0210 8349
91217342
JJ
83502002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8351
8352 * COPYING.LIBGLOSS: New file.
8353
d3d8a9ee
NC
83542002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8355
8356 * Makefile.in: Honour DESTDIR.
8357
3a036cdc
AO
83582002-05-05 Alexandre Oliva <aoliva@redhat.com>
8359
8360 * configure.in (noconfigdirs): Don't disable libgcj on
8361 sparc64-*-solaris* and sparcv9-*-solaris*.
8362
6d095fe4
AO
83632002-05-03 Alexandre Oliva <aoliva@redhat.com>
8364
8365 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8366
dac55df9
TF
83672002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8368
8369 * configure.in (FLAGS_FOR_TARGET): Do not add
8370 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8371 on i[3456]86-*-linux*.
8372
a018e15b
TF
83732002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8374
8375 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8376
8377 * configure.in (noconfigdirs): Do not add target-newlib if
8378 target == i[3456]86-*-linux*, and host == target.
8379
5f284831
MM
83802002-04-29 Mark Mitchell <mark@codesourcery.com>
8381
8382 * config.guess: Updated to 2002-04-26's version.
8383 * config.sub: Updated to 2002-04-26's version.
8384
33babf59
DD
83852002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8386
bd5f7da2
DD
8387 * configure.in: delete reference to absent file
8388
a0c4f3a0
DD
8389 * configure.in: replace '[' with 'test'
8390
66f1ba4f
DD
8391 * configure.in: Eliminate references to gash.
8392 * Makefile.in: Eliminate references to gash.
8393
7c3ab50c
DD
8394 * configure.in: remove useless references to 'pic' makefile fragments.
8395
bbc025f5
DD
8396 * configure.in: (*-*-windows*) Finish removing.
8397
33babf59
DD
8398 * configure.in: Eliminate redundant test for libgui.
8399
d5ec694c
DD
84002002-04-26 Joel Sherrill <joel@OARcorp.com>
8401
8402 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8403 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8404
57a5346c
DD
84052002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8406
8407 * configure.in: remove references to dead files
8408
dbf93899
DD
84092002-04-18 Tom Tromey <tromey@redhat.com>
8410
8411 * configure.in: Disallow configuring libgcj when it is already
8412 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8413 Solaris 2.8 by default. For PR libgcj/6158.
8414
26eadf68
DD
84152002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8416
8417 * configure.in: Move default CC setting out of config/mh-* fragments
8418 directly into here.
8419
a0a2c6c6
DD
84202002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8421
8422 * configure.in: don't even try to configure or make a subdirectory
8423 if there's no configure script for it.
8424
9972f812
DD
84252002-04-15 Mark Mitchell <mark@codesourcery.com>
8426
8427 * MAINTAINERS: Remove chill maintainers.
8428 * Makefile.in (CHILLFLAGS): Remove.
8429 (CHILL_LIB): Remove.
8430 (TARGET_CONFIGDIRS): Remove libchill.
8431 (CHILL_FOR_TARGET): Remove.
8432 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8433 CHILL_LIB.
8434 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8435 (CHECK_TARGET_MODULES): Likewise.
8436 (INSTALL_TARGET_MODULES): Likewise.
8437 (CLEAN_TARGET_MODULES): Likewise.
8438 (configure-target-libchill): Remove.
8439 (all-target-libchill): Remove.
8440 * configure.in (target_libs): Remove target-libchill.
8441 Do not compute CHILL_FOR_TARGET.
8442 * libchill: Remove directory.
5481b376 8443
75205f78
DD
84442002-04-15 DJ Delorie <dj@redhat.com>
8445
8446 * Makefile.in, configure.in, configure: Sync with gcc, entries
8447 follow...
8448
84492002-04-08 Tom Tromey <tromey@redhat.com>
8450
8451 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8452 Fixes PR libgcj/6068.
8453
84542002-03-30 Krister Walfridsson <cato@df.lth.se>
8455
8456 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8457
84582002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8459
8460 * configure.in (alpha*-dec-osf*): Enable libgcj.
8461
84622002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8463
8464 Fix for: PR bootstrap/3591, target/5676
8465 * configure.in (mcore-pe): Disable the configuration of
8466 libstdc++-v3 since exceptions are not supported.
8467
84682002-03-20 Anthony Green <green@redhat.com>
8469
8470 * configure.in: Enable libgcj for xscale-elf target.
8471
84722002-02-28 Alexandre Oliva <aoliva@redhat.com>
8473
8474 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8475 libjava.
8476 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8477
84782002-02-22 Alexandre Oliva <aoliva@redhat.com>
8479
8480 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8481 libstdc++-v3 and libjava.
8482
84832002-02-11 Adam Megacz <adam@xwt.org>
8484
8485 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8486 boehm-gc
8487
84882002-02-09 Alexandre Oliva <aoliva@redhat.com>
8489
8490 * config.guess: Updated to 2002-01-30's version.
8491 * config.sub: Updated to 2002-02-01's version.
8492 Contribute sh64-elf.
8493 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8494 * configure.in: Added sh64-*-*.
8495
84962002-01-17 H.J. Lu <hjl@gnu.org>
8497
8498 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8499 (all-target-fastjar): Also depend on all-target-libiberty.
8500
8501Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8502
8503 * configure, configure.in: Use temp file for long sed commands.
8504
85052001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8506
8507 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8508 libf2c.
8509
85102001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8511
8512 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8513
85142001-10-11 Hans-Peter Nilsson <hp@axis.com>
8515
8516 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8517
85182001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8519
8520 * configure: Handle temporary files securely using mkdir.
8521
85222001-09-26 Will Cohen <wcohen@redhat.com>
8523
8524 * configure.in (*-*-linux*): Disable configuration of target-newlib
8525 and target-libgloss.
8526
85272001-09-26 Alexandre Oliva <aoliva@redhat.com>
8528
8529 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8530 RANLIB.
8531
85322001-08-11 Graham Stott <grahams@redhat.com>
8533
8534 * Makefile.in (check-c++): Add missing semicolon.
8535
85362001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8537
8538 * configure.in (sh-*-linux*): New.
8539
85402001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8541
8542 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8543 and libgcj on m68hc11/m68hc12.
8544
85452001-06-27 H.J. Lu (hjl@gnu.org)
8546
8547 * Makefile (CFLAGS_FOR_BUILD): New.
8548 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8549
85502001-06-01 Hans-Peter Nilsson <hp@axis.com>
8551
8552 * configure.in (libstdcxx_flags): Do not try to execute
8553 libstdc++-v3/testsuite_flags until it exists.
8554
85552001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8556
8557 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8558
85592001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8560
8561 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8562
8563Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8564
8565 * configure.in: Move *-chorusos target case to the proper switch.
8566 Disable libgcj.
8567
85682001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8569
8570 * Makefile.in (STAGE1_CFLAGS): Pass down.
8571
85722001-04-13 Alan Modra <amodra@one.net.au>
8573
8574 * config.guess: Add hppa64-linux support. Note for next import that
8575 this is already in the master file.
8576 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8577
85782001-03-22 Colin Howell <chowell@redhat.com>
8579
8580 * Makefile.in (DO_X): Do not backslash single-quotes in
8581 backquotes (two places).
8582
85832001-03-18 Laurynas Biveinis <lauras@softhome.net>
8584
8585 * Makefile.in (DO_X): Quote nested quotes.
8586
85872001-03-15 Laurynas Biveinis <lauras@softhome.net>
8588
8589 * Makefile.in (DO_X): Use double quotes for quoting
8590 "RANLIB=$${RANLIB}".
8591
85922001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8593
8594 * configure.in: Only use `lang_requires' for languages athat are
8595 actually enabled.
8596
85972001-03-07 Tom Tromey <tromey@redhat.com>
8598
8599 * configure.in: Allow config-lang.in to set `lang_requires' to list
8600 of other required languages.
8601
86022001-03-06 Laurynas Biveinis <lauras@softhome.net>
8603
8604 * Makefile.in: Remove RANLIB definition. Use RANLIB
8605 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8606 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8607
86082001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8609 Alexandre Oliva <aoliva@redhat.com>
8610
8611 * Makefile.in (check-c++): Use tabs, not spaces.
8612
86132001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8614
8615 * Makefile.in (check-c++): New rule.
8616
8617 * configure.in (target_libs): Remove libg++.
8618 (noconfigdirs): Remove libg++.
8619 (noconfigdirs): Same.
8620 (noconfigdirs): Same.
8621 (noconfigdirs): Same.
8622
8623 * config-ml.in: Remove libg++ references.
8624
8625 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8626 (ALL_TARGET_MODULES): Same.
8627 (configure-target-libg++): Remove.
8628 (all-target-libg++): Remove.
8629 (configure-target-libio): Remove.
8630 (all-target-libio): Remove.
8631 (check-target-libio): Remove.
8632 (.PHONY): Remove.
8633 (libg++.tar.bz2): Remove.
8634 (all-target-cygmon): Remove libio.
8635 (all-target-libstdc++): Remove.
8636 (configure-target-libstdc++): Remove.
8637 (TARGET_LIB_PATH): Remove libstdc++.
8638 (ALL_GCC_CXX): Remove libstdc++.
8639 (all-target-gperf): Correct.
8640
86412001-02-15 Anthony Green <green@redhat.com>
8642
8643 * configure: Introduce GCJ_FOR_TARGET.
8644 * configure.in: Ditto.
8645 * Makefile.in: Ditto.
8646
86472001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8648
8649 * configure.in: for *-chorusos, don't config target-newlib and
8650 target-libgloss.
8651
86522001-02-04 Mark Mitchell <mark@codesourcery.com>
8653
8654 Remove V2 C++ library.
8655 * configure.in: Remove --enable-libstdcxx_v3 support.
8656
86572001-01-27 Richard Henderson <rth@redhat.com>
8658
8659 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8660
86612001-01-26 Tom Tromey <tromey@redhat.com>
8662
8663 * configure.in: Allow libgcj to be built on Sparc Solaris.
8664
86652001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8666
8667 * configure.in: Enable libgcj on several additional platforms.
8668
86692001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8670
8671 * configure.in: Enable libgcj for linux targets.
8672
86732001-01-09 Mike Stump <mrs@wrs.com>
8674
8675 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8676 failures of subdirectories.
8677
86782001-01-02 Laurynas Biveinis <lauras@softhome.net>
8679
8680 * configure: handle DOS-style absolute paths.
8681
86822001-01-02 Laurynas Biveinis <lauras@softhome.net>
8683
8684 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8685
86862000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8687
8688 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8689 (libstdcxx_incdir): Pass down.
8690 * config.if: Remove expired bits for cxx_interface, add stub.
8691 (libstdcxx_incdir): Add variable for g++ include directory.
8692 * configure.in (gxx_include_dir): Use it.
8693
86942000-12-15 Andreas Jaeger <aj@suse.de>
8695
8696 * configure.in: Handle lang_dirs.
8697
86982000-12-13 Anthony Green <green@redhat.com>
8699
8700 * configure.in: Disable libgcj for any target not specifically
8701 listed. Disable libgcj for x86 and Alpha Linux until compatible
8702 with g++ abi.
8703
87042000-12-13 Mike Stump <mrs@wrs.com>
8705
8706 * Makefile.in (local-distclean): Also remove fastjar.
8707
87082000-12-10 Anthony Green <green@redhat.com>
8709
8710 * configure.in: Define libgcj. Disable libgcj target libraries for
8711 most targets.
8712
87132000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8714
8715 * configure.in (target_libs): Revert 2000-12-08 patch.
8716 (noconfigdirs): Added target-libjava.
8717
87182000-12-09 Laurynas Biveinis <lauras@softhome.net>
8719
8720 * Makefile.in: handle DOS-style absolute paths.
8721
87222000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8723
8724 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8725 libjava.
8726 * configure.in (target_libs): Removed `target-libjava'.
8727
87282000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8729
8730 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8731 (ALL_MODULES): Added fastjar.
8732 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8733 (all-target-libjava): all-fastjar replaces all-zip.
8734 (all-fastjar): Added.
8735 (configure-target-fastjar, all-target-fastjar): Likewise.
8736 * configure.in (host_tools): Added fastjar.
8737
87382000-12-07 Mike Stump <mrs@wrs.com>
8739
8740 * Makefile.in (local-distclean): Remove leftover built files.
8741
87422000-11-16 Fred Fish <fnf@be.com>
8743
8744 * configure.in (enable_libstdcxx_v3): Fix typo,
8745 libstd++ -> libstdc++.
8746
87472000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8748
8749 * configure: Provide the original toplevel configure arguments
8750 (including $0) to subprocesses in the environment rather than
8751 through gcc/configargs.h.
8752
87532000-11-12 Mark Mitchell <mark@codesourcery.com>
8754
8755 * configure: Turn on libstdc++ V3 by default.
8756
87572000-10-16 Michael Meissner <meissner@redhat.com>
8758
8759 * configure (gcc/configargs.h): Only create if there is a build GCC
8760 directory created.
8761
87622000-10-05 Phil Edwards <pme@gcc.gnu.org>
8763
8764 * configure: Save configure arguments to gcc/configargs.h.
8765
87662000-10-04 Andris Pavenis <pavenis@latnet.lv>
8767
8768 * Makefile.in (bootstrap): avoid recursion if subdir missing
8769 (cross): ditto
8770 (do-proto-toplev): ditto
8771
8772Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8773
8774 * configure.in: Do not build byacc for hppa64. Provide paths to the
8775 X11 libraries for hppa64.
8776
87772000-09-02 Anthony Green <green@cygnus.com>
8778
8779 * Makefile.in (all-gcc): Depend on all-zlib.
8780 (CLEAN_MODULES): Add clean-zlib.
8781 (ALL_MODULES): Add all-zlib.
8782 * configure.in (host_libs): Add zlib.
8783
87842000-08-25 Alexandre Oliva <aoliva@redhat.com>
8785
8786 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8787 $targargs to tell whether newlib is going to be built.
8788
8789 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8790 $$r/TARGET_SUBDIR/libio for _G_config.h.
8791
87922000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8793
8794 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8795
8796 * configure: Make enable_threads and enable_shared defaults
8797 explicit. Substitute enable_threads into generated Makefiles.
8798 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8799 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8800
88012000-08-02 Manfred Hollstein <manfredh@redhat.com>
8802
8803 * configure.in: Re-enable all references to libg++ and librx.
8804
ffb97b2f 88052002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8806
ffb97b2f
DD
8807 * configure.in: Add *-*-freebsd* configurations.
8808
bbf6e9e3
AC
88092002-04-07 Andrew Cagney <ac131313@redhat.com>
8810
8811 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8812 (do-tar, do-bz2): New rules.
8813 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8814 (gdb-tar): New rule.
8815 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8816 (insight_dejagnu.tar): New rule.
8817 (insight.tar): New rule.
8818 (gdb+dejagnu.tar): New rule.
8819 (gdb.tar): New rule.
8820
8f1579c0
AC
88212002-04-07 Andrew Cagney <ac131313@redhat.com>
8822
8823 * MAINTAINERS: Update dejagnu/
8824
ba3c59ab
AO
88252002-03-16 Alexandre Oliva <aoliva@redhat.com>
8826
8827 * ltmain.sh (relink_command): Fix typo in previous change.
8828
6243d5dd
AO
88292002-03-15 Alexandre Oliva <aoliva@redhat.com>
8830
8831 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8832 (relink_command): Added --tag flags.
8833 (mode=install): If relinking fails; error out.
8834
80413487
RH
88352002-03-12 Richard Henderson <rth@redhat.com>
8836
8837 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8838 .NOTPARALLEL tag.
8839 (do-check): Rename from check.
8840 (check): Allow parallel check.
8841
3daeddf6
RH
88422002-03-11 Richard Henderson <rth@redhat.com>
8843
8844 * Makefile.in (.NOTPARALLEL): Add fake tag.
8845
fad93c55
L
88462002-03-07 H.J. Lu (hjl@gnu.org)
8847
8848 * configure.in: Enable gprof for mips*-*-linux*.
8849
2e8357fc
AO
88502002-02-28 Alexandre Oliva <aoliva@redhat.com>
8851
8852 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8853 libjava.
8854 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8855
bd48e1a9
AC
88562002-02-24 Andrew Cagney <ac131313@redhat.com>
8857
8858 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8859
39121370
DJ
88602002-02-23 Daniel Jacobowitz <drow@mvista.com>
8861
8862 * config.guess: Import from master sources, rev 1.232.
8863 * config.sub: Import from master sources, rev 1.246.
8864
081ff160
AO
88652002-02-23 Alexandre Oliva <aoliva@redhat.com>
8866
8867 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8868 because its Makefile is there; test for the executable instead.
8869
20a5393b
AO
88702002-02-09 Alexandre Oliva <aoliva@redhat.com>
8871
8872 Contribute sh64-elf.
8873 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8874 * configure.in: Added sh64-*-*.
8875
38135629
JJ
88762002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8877
80413487
RH
8878 * COPYING.NEWLIB: Remove advertising clause from
8879 Berkeley and Red Hat licenses.
38135629 8880
48d19748
MD
88812002-02-01 Mo DeJong <supermo@bayarea.net>
8882
8883 * Makefile.in: Add all-tix to deps for all-snavigator
8884 so that tix is built when building snavigator.
8885
f6e1c110
BE
88862002-02-01 Ben Elliston <bje@redhat.com>
8887
8888 * config.guess: Import from master sources, rev 1.229.
8889 * config.sub: Import from master sources, rev 1.240.
8890
4867be41
DJ
88912002-01-27 Daniel Jacobowitz <drow@mvista.com>
8892
8893 From Steve Ellcey <sje@cup.hp.com>:
8894 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8895 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8896 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8897 IA64.
8898 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8899 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8900 soname_spec, sys_lib_search_path_spec): Ditto.
8901
e82380cc
JT
89022002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8903
8904 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8905 target-libiberty, and target-libgloss. Skip Java-related
8906 libraries if not supported for NetBSD on target CPU.
8907
1319fb9c
NC
89082002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8909
8910 * configure.in: Import StrongARM and XScale target_configdirs from
8911 FSF GCC version.
8912
b020f6ac
L
89132002-01-16 H.J. Lu (hjl@gnu.org)
8914
8915 * config.guess: Import from master sources, rev 1.225.
8916 * config.sub: Import from master sources, rev 1.238.
8917
8918 * MAINTAINERS: Updated notes on config.guess and config.sub.
8919
a0c1c920
NC
89202002-01-11 Steve Ellcey <sje@cup.hp.com>
8921
8922 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8923 ld and gdb are not supported.
8924
a9fa5e1f
JJ
89252002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8926
8927 * Change reference to Cygnus Solutions to be Red Hat.
8928
94077108
JJ
89292002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8930
8931 * COPYING.NEWLIB: Update generic copyright date.
8932
05ecd75c
MS
89332002-01-07 Mark Salter <msalter@redhat.com>
8934
8935 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8936 Allow target-libgloss to be built for arm, strongarm, and xscale.
8937
a106bb62
BE
89382002-01-03 Ben Elliston <bje@redhat.com>
8939
8940 * MAINTAINERS: Update URL for config.* scripts.
8941
0e254642
AM
89422001-12-18 Alan Modra <amodra@bigpond.net.au>
8943
8944 * config.sub: Import latest version.
8945 * config.guess: Likewise.
8946
0a0d0041
TF
89472001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8948
8949 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8950 options for i[3456]86-pc-linux* native builds.
8951
d932cae7
NC
89522001-12-05 Laurent Guerby <guerby@acm.org>
8953
8954 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8955 libiberty.
d932cae7
NC
8956
8957 Import this patch from gcc:
5481b376 8958
d932cae7
NC
8959 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8960
8961 * symlink-tree: handle DOS-style absolute paths.
8962
49b7683b
DD
89632001-11-28 DJ Delorie <dj@redhat.com>
8964 Zack Weinberg <zack@codesourcery.com>
8965
8966 When build != host, create libiberty for the build machine.
8967
8968 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8969 CONFIG_ARGUMENTS.
8970 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8971 New variables.
8972 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8973 and rules.
8974 (all.normal): Depend on ALL_BUILD_MODULES.
8975 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8976 (all-build-libiberty): Depend on configure-build-libiberty.
8977
8978 * configure: Calculate and substitute proper value for
8979 ALL_BUILD_MODULES.
8980 * configure.in: Create the build subdirectory.
8981 Calculate and substitute TARGET_CONFIGARGS (formerly
8982 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8983
26ef82f4
GK
89842001-11-26 Geoffrey Keating <geoffk@redhat.com>
8985
8986 * config.sub: Update to version 1.232 on subversion.
8987
43e64072
NC
89882001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8989
8990 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8991 files from .po files for a distribution.
8992
66f6c0d5
HPN
89932001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8994
8995 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8996
4a02fdb2
JH
89972001-11-13 Jeff Holcomb <jeffh@redhat.com>
8998
8999 Merged from net gcc:
9000 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9001 * ltcf-c.sh: Use $objext, not $ac_objext.
9002 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9003 * ltcf-cxx.sh: Add support for GNU.
9004 2001-07-22 Timothy Wall <twall@redhat.com>
9005 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9006 default settings if using GNU tools with that configuration.
9007 * ltcf-cxx.sh: Ditto.
9008 * ltcf-gcj.sh: Ditto.
9009 2001-07-21 Michael Chastain <chastain@redhat.com>
9010 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9011 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9012 * ltmain.sh: Mark as gcc-local.
9013
227b9953
JH
90142001-11-13 Jeff Holcomb <jeffh@redhat.com>
9015
9016 * Makefile.in (all-bison): Revert 2001-10-24.
9017 Don't depend on texinfo.
9018
cbbab8fb
JJ
90192001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9020
80413487 9021 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9022
922b2485
DD
90232001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9024
9025 * configure.in (--enable-languages): Be more permissive about
9026 syntax. Check for empty lists better. Warn about $LANGUAGES.
9027
f08fa01d
HPN
90282001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9029
9030 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9031
fee3da4e
JH
90322001-10-24 Jeff Holcomb <jeffh@redhat.com>
9033
9034 Makefile.in (all-bison): Don't depend on texinfo.
9035
73fb1ef9
AM
90362001-10-03 Alan Modra <amodra@bigpond.net.au>
9037
9038 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9039
373688ac
AO
90402001-09-29 Alexandre Oliva <aoliva@redhat.com>
9041
9042 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9043
9c07660b
HPN
90442001-09-28 Hans-Peter Nilsson <hp@axis.com>
9045
9046 * config.sub, config.guess: Import latest from subversions.
9047
3f152009
AO
90482001-09-21 Alexandre Oliva <aoliva@redhat.com>
9049
9050 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9051 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9052 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9053 avoid quotes nesting problems.
9054 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9055 (DO_X): Export only variables that are set.
9056
8f6a59e5
BE
90572001-09-19 Ben Elliston <bje@redhat.com>
9058
9059 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9060 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9061 semantics. Use the shell built-in "type" command instead.
9062
a1ec19fa
TS
90632001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9064
9065 * config.sub: Reverted the earlier change, this version is not the
9066 master file.
9067
4008bd9b
TS
90682001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9069
9070 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9071 Add support for mips64.
9072
dd1e52a4
JH
90732001-09-03 Jeff Holcomb <jeffh@redhat.com>
9074
9075 * configure.in: Enable libstdc++-v3 for h8300 targets.
9076
91549d1c
EC
90772001-08-30 Eric Christopher <echristo@redhat.com>
9078 Jason Eckhardt <jle@redhat.com>
9079
9080 * config.sub: Add support for mipsisa32.
9081
cf966cf9
EC
90822001-08-30 Eric Christopher <echristo@redhat.com>
9083
9084 * config.sub, config.guess: Import latest from subversions.
9085
82208dc5
AM
90862001-08-20 Alan Modra <amodra@bigpond.net.au>
9087
9088 * config.sub, config.guess: Import latest from subversions.
9089
4dca8403
DD
90902001-07-26 DJ Delorie <dj@redhat.com>
9091
9092 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9093
1107dce2
AM
90942001-06-19 Alan Modra <amodra@bigpond.net.au>
9095
9096 * Makefile.in: Revert 2001-06-17.
9097 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9098
e09a6604
L
90992001-06-17 H.J. Lu <hjl@gnu.org>
9100
9101 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9102 (gas+binutils.tar.bz2): Likewise.
9103 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9104
31a8b634
AC
9105Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9106
9107 * Makefile.in (VER): When present, extract the version number from
5481b376 9108 the file version.in.
31a8b634 9109
dc70af01
AO
91102001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9111
9112 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9113 gcc/xgcc is built, use -print-prog-name to find out the program
9114 name to use.
9115
839bbd8c
AO
91162001-06-04 Mark Mitchell <mark@codesourcery.com>
9117
9118 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9119 with_gcc]: Use `gcc -shared' to build a shared library.
9120
566e9a30
AO
91212001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9122
9123 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9124 archives.
9125
e877bb69
AO
91262001-05-28 Simon Patarin <simon.patarin@inria.fr>
9127
9128 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9129 libraries when using g++ with native linker.
9130
1605288b
AO
91312001-05-28 Alexandre Oliva <aoliva@redhat.com>
9132
9133 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9134
11a383ba
TR
91352001-05-24 Tom Rix <trix@redhat.com>
9136
9137 * configure.in : enable ld for aix
cf966cf9 9138
18611226
AO
91392001-05-22 Alexandre Oliva <aoliva@redhat.com>
9140
9141 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9142 [aix4*|aix5*]: Prepend blank.
9143
6be7c12c
AO
91442001-05-20 Alexandre Oliva <aoliva@redhat.com>
9145
9146 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9147 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9148 of subdir/configure scripts to use the new libtool.m4.
9149
4ed00bba
L
91502001-05-14 H.J. Lu <hjl@gnu.org>
9151
9152 * config.if (libc_interface): Set to -libc6.2- for cross
9153 compiling to Linux/glibc 2.2.
9154
b1af961c
AO
91552001-05-03 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9158 libgcj.
9159
5ec3e74e
AO
91602001-04-26 Alexandre Oliva <aoliva@redhat.com>
9161
9162 * configure.in (noconfigdirs): Don't reset it from scratch in the
9163 target case; only append to it.
9164
b3ed1d6b
AO
91652001-04-26 Alexandre Oliva <aoliva@redhat.com>
9166
9167 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9168 sparc-*-solaris2.8]: Disable ${libgcj}.
9169
96111c10
AO
91702001-04-25 Alexandre Oliva <aoliva@redhat.com>
9171
9172 * configure.in (libgcj_saved): Copy from $libgcj.
9173 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9174 --disable-libgcj.
9175
b5bf43f2
AO
91762001-04-20 Alexandre Oliva <aoliva@redhat.com>
9177
9178 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9179 1.641.2.228.
9180
8cc32590
AO
91812001-04-12 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9184 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9185
dec0cb0c
AO
91862001-04-01 Alexandre Oliva <aoliva@redhat.com>
9187
9188 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9189 New macros.
9190 (bootstrap, cross): Use RECURSE_FLAGS.
9191 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9192
6a9c3886
AO
91932001-03-27 Alexandre Oliva <aoliva@redhat.com>
9194
9195 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9196
d4fc7db8
NC
91972001-03-23 Nick Clifton <nickc@redhat.com>
9198
9199 * README-maintainer-mode: Add note about inability to use "make
9200 distclean" in maintainer mode.
9201
7389ff65
AO
92022001-03-22 Alexandre Oliva <aoliva@redhat.com>
9203
9204 Re-installed:
9205 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9206 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9207 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9208 * ltcf-cxx.sh: Likewise.
9209 * ltcf-gcj.sh: Likewise.
9210
b3e0dc8e
PB
92112001-03-22 Philip Blundell <philb@gnu.org>
9212
9213 * config.sub, config.guess: Import latest from subversions.
9214
469b781c
AO
92152001-03-22 Alexandre Oliva <aoliva@redhat.com>
9216
9217 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9218 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9219
b0dad762
MC
92202001-03-20 Michael Chastain <chastain@redhat.com>
9221
9222 * Makefile.in: all-m4 depends on all-texinfo.
9223
c559bb17
AO
92242001-03-08 Alexandre Oliva <aoliva@redhat.com>
9225
9226 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9227
fef4ae2e
JJ
92282001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9229
9230 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9231 longer valid.
9232
8d6dd99d
NC
92332001-02-16 Nick Clifton <nickc@redhat.com>
9234
9235 * configure.in (noconfigdirs): Allow configuration of texinfo
9236 for Cygwin hosts.
9237
a85d7ed0
NC
92382001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9239
9240 * config.guess: Add linux target for S/390.
9241 * config.sub: Likewise.
9242 * configure.in: Likewise.
9243
51221c5e
DD
92442001-02-06 Ben Elliston <bje@redhat.com>
9245
9246 * configure: Output host type to stdout, not stderr.
9247
9dec4c71
MS
92482001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9249
9250 * config.guess: Import from subversions.gnu.org (revision 1.181).
9251 * config.sub: Import from subversions.gnu.org (revision 1.199).
9252
9add9c04
AM
92532001-01-30 Alan Modra <alan@linuxcare.com.au>
9254
9255 * config.guess: Handle hppa64-linux systems.
9256
8679174d
MS
92572001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9258
9259 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9260 Don't unset, it's non-portable and no longer necessary, set to empty
9261 instead.
9262
02d01ed4
MS
92632001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9264
9265 * ltconfig: Shell portability fix for the tagname validity check.
9266
4cc5853d
MS
92672001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9268
9269 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9270
7487e485
AO
92712001-01-27 Alexandre Oliva <aoliva@redhat.com>
9272
9273 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9274 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9275
f332af52
AO
92762001-01-24 Alexandre Oliva <aoliva@redhat.com>
9277
9278 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9279 keep at least one of build_libtool_libs or build_old_libs set to
9280 yes.
9281
ef099754
AO
92822001-01-24 Alexandre Oliva <aoliva@redhat.com>
9283
9284 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9285 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9286
8341f2fc 92872000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9288
8341f2fc
AJ
9289 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9290
92912000-11-03 Philip Blundell <pb@futuretv.com>
9292
9293 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9294 files.
ebf0fa2e 9295
c320a39f
JJ
92962001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9297
9298 * COPYING.NEWLIB: Put into source repository.
9299
8817b92e
BE
93002001-01-15 Ben Elliston <bje@redhat.com>
9301
9302 * configure.in (host_tools): Add sid.
9303 Always configure cgen.
9304 * Makefile.in (all-sid): New target.
9305 (check-sid, clean-sid, install-sid): Likewise.
9306
35590697
AJ
93072001-01-07 Andreas Jaeger <aj@suse.de>
9308
80413487 9309 * config.sub, config.guess: Update from subversions.
35590697 9310
6ee6cea6
AO
93112000-12-12 Alexandre Oliva <aoliva@redhat.com>
9312
9313 * configure.in: Disable language-specific target libraries for
9314 languages that aren't enabled.
9315
077b8428
NC
93162000-11-24 Nick Clifton <nickc@redhat.com>
9317
9318 * configure.in (xscale-elf): Add target.
9319 (xscale-coff): Add target.
9320 (c4x, c5x, tic54x): Move after ARM targets.
9321
9e28a1ed
AO
93222000-11-23 Alexandre Oliva <aoliva@redhat.com>
9323
9324 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9325
be98a80a
ILT
93262000-11-20 Ian Lance Taylor <ian@zembu.com>
9327
9328 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9329
5cec67bf
AO
93302000-11-18 Alexandre Oliva <aoliva@redhat.com>
9331
9332 * Makefile.in: Merge with GCC and libgcj.
9333 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9334 configure-target-<library> when their configure scripts need the C
9335 or C++ library to have already been built to work properly.
9336 (do_proto_toplev): Set them to an empty string.
9337
d932cae7 93382000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9339
9340 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9341 (REALLY_SET_LIB_PATH): Use them.
9342
d932cae7 93432000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9344
9345 * config.sub: Add support for Sun Chorus
9346
8602ff0c
NC
93472000-11-02 Per Lundberg <plundis@chaosdev.org>
9348
9349 * config.sub: Add support for the *-storm-chaos OS.
9350
f9e0997d
NC
93512000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9352
80413487
RH
9353 * configure.in (noconfigdirs): Don't compile some
9354 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9355
d64552c5
AO
93562000-09-30 Alexandre Oliva <aoliva@redhat.com>
9357
9358 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9359 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9360 all affected `configure' scripts.
9361
97f60b31
AO
93622000-09-25 Alexandre Oliva <aoliva@redhat.com>
9363
9364 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9365 ltcf-c.sh.
9366
6e8dd58f
PB
93672000-09-12 Philip Blundell <philb@gnu.org>
9368
9369 * config.sub, config.guess: Update from subversions.
9370
103a2e99
AO
93712000-09-06 Alexandre Oliva <aoliva@redhat.com>
9372
51601921
AO
9373 * Makefile.in (all-zlib): Added dummy target.
9374
103a2e99
AO
9375 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9376 multi-language branch.
9377
2809b4b9
AO
93782000-09-05 Alexandre Oliva <aoliva@redhat.com>
9379
9380 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9381 (bootstrap*): Depend on all-bootstrap.
9382
7450026c
AO
93832000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9384
9385 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9386 crosses, but add gcc/include to the header search path for them.
9387
6cf86f7f
AO
93882000-08-31 Alexandre Oliva <aoliva@redhat.com>
9389
9390 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9391 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9392 * gettext.m4: New file, extracted from aclocal.m4.
9393
ce2ea6e3
AO
93942000-08-22 Alexandre Oliva <aoliva@redhat.com>
9395
9396 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9397 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9398 sub-configures.
9399
9765193e
DE
94002000-08-20 Doug Evans <dje@casey.transmeta.com>
9401
9402 * Makefile.in (ALL_MODULES): Add all-cgen.
9403 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9404 (all-cgen): New target.
9405 (all-opcodes,all-sim): Depend on all-cgen.
9406 * configure.in (host_tools): Add cgen.
9407 Only configure cgen if --enable-cgen-maint.
9408
d7b32520
AO
94092000-08-17 Alexandre Oliva <aoliva@redhat.com>
9410
9411 * config-ml.in (CC, CXX): Don't introduce a leading space.
9412
e52ef561
AO
94132000-08-16 Alexandre Oliva <aoliva@redhat.com>
9414
9415 * configure.in (libstdcxx_flags): Use
9416 libstdc++-v3/src/libstdc++.INC.
9417
88f9c2a0
AO
94182000-08-15 Alexandre Oliva <aoliva@redhat.com>
9419
9420 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9421
98fbe43f
JM
94222000-08-11 Jason Merrill <jason@redhat.com>
9423
9424 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9425 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9426 (FLAGS_FOR_TARGET): Not here.
9427 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9428
279ddab4
DD
94292000-08-07 DJ Delorie <dj@redhat.com>
9430
9431 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9432 "if we're also building gcc, and it's a gcc that will run on the
9433 build machine, we want to use its includes instead of the system's
9434 default includes".
9435
60523a83
AO
94362000-08-03 Alexandre Oliva <aoliva@redhat.com>
9437
24ffec7a
AO
9438 * configure.in (libstdcxx_flags): Don't use `"'.
9439
60523a83
AO
9440 * config-ml.in: Adjust multilib search paths to the
9441 appropriate multilib tree.
9442
daf644b5
AO
94432000-08-02 Alexandre Oliva <aoliva@redhat.com>
9444
9445 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9446 commas in $LANGUAGES.
9447
63266560
DD
94482000-08-01 Alexandre Oliva <aoliva@redhat.com>
9449
9450 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9451
94522000-07-31 Alexandre Oliva <aoliva@redhat.com>
9453
9454 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9455 CXX_FOR_TARGET for sed.
9456
94572000-07-30 Alexandre Oliva <aoliva@redhat.com>
9458
9459 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9460 Do not override if already set in the environment or in configure.
9461 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9462 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9463
9e449d3e
AO
94642000-07-27 Alexandre Oliva <aoliva@redhat.com>
9465
9466 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9467 (GCC_FOR_TARGET): Use it.
9468 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9469 * configure.in: ... here.
9470 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9471 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9472
8bbd92e0
AO
94732000-07-24 Alexandre Oliva <aoliva@redhat.com>
9474
fd1f87b2
AO
9475 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9476 (configure-target-libchill, configure-target-libobjc): Likewise.
9477
8bbd92e0
AO
9478 * configure.in: Use the same cache file for all target libs.
9479 * config-ml.in: But different cache files per multilib variant.
9480
25c6c112
JL
94812000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9482
9483 * configure (topsrcdir): Don't use dirname.
9484
ba73c63f
JM
94852000-07-20 Jason Merrill <jason@redhat.com>
9486
9487 * configure.in: Remove all references to libg++ and librx.
9488
9489 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9490
1af08294
HPN
94912000-07-20 Hans-Peter Nilsson <hp@axis.com>
9492
9493 * config.sub: Update to subversions version 2000-07-06.
9494
ba73c63f
JM
94952000-07-12 Andrew Haley <aph@cygnus.com>
9496
9497 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9498 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9499
95002000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9501
9502 * symlink-tree: Check number of arguments.
9503
d932cae7 95042000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9505
9506 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9507
ba73c63f
JM
95082000-07-05 Jim Wilson <wilson@cygnus.com>
9509
9510 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9511 search path for a g++ extracted from the build tree. This
9512 will allow link tests run by configure scripts in
9513 subdirectories to succeed.
9514
92ee2f86
UC
95152000-07-01 Koundinya K <kk@ddeorg.soft.net>
9516
80413487 9517 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9518
23f2f29f
CV
95192000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9520
9521 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9522 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9523
f04f5a67
TW
95242000-06-19 Timothy Wall <twall@cygnus.com>
9525
9526 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9527 * config.sub: Add tic54x target.
9528
11da68be
NC
95292000-06-07 Phillip Thomas <pthomas@suse.de>
9530
9531 * README-maintainer-mode: New file: Contains notes on using
9532 --enable-maintainer-mode with binutils.
9533
d932cae7 95342000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9535
9536 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9537
d932cae7 95382000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9539
9540 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9541 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9542
9442cea3
L
954320000-05-21 H.J. Lu (hjl@gnu.org)
9544
80413487
RH
9545 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9546 directory are used if they exist. Make sure
9547 $(build_tooldir)/include is searched for header files,
9548 $(build_tooldir)/lib/ for library files.
9442cea3 9549 (GCC_FOR_TARGET): Likewise.
80413487 9550 (CXX_FOR_TARGET): Likewise.
9442cea3 9551
d932cae7 95522000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9553
9554 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9555
d932cae7 95562000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9557
9558 * Makefile.in (configure-target-libiberty): Depend on
9559 configure-target-newlib.
9560
ba73c63f
JM
95612000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9562
9563 * configure.in, Makefile.in: Merge all libffi-related
9564 configury stuff from the libgcj tree.
9565
d932cae7 95662000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9567
9568 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9569 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9570
d932cae7 95712000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9572
9573 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9574 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9575 current version information. Add to proto-toplev directory.
b5a23627
AC
9576 (gdb-taz): Build do-djunpack.
9577
ba73c63f
JM
95782000-05-15 David Edelsohn <edelsohn@gnu.org>
9579
9580 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9581
7c86ed39
L
95822000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9583
9584 * ltmain.sh: Preserve in relink_command any environment
9585 variables that may affect the linker behavior.
9586
d932cae7 95872000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9588
9589 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9590
d932cae7 95912000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9592
9593 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9594
ed0a91a5
EZ
95952000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9596
9597 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9598 with the version name.
ed0a91a5 9599
ba73c63f 96002000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9601
ba73c63f 9602 * config.if: Tweak.
6cafa39f 9603
ba73c63f 96042000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9605
ba73c63f 9606 * djunpack.bat: New file.
66156876 9607
d932cae7 96082000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9609
9610 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9611 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9612 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9613 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9614
ba73c63f
JM
96152000-04-16 Dave Pitts <dpitts@cozx.com>
9616
80413487
RH
9617 * config.sub (case $basic_machine): Change default for "ibm-*"
9618 to "openedition".
ba73c63f 9619
d932cae7 96202000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9621
9622 * Makefile.in (gdb-taz): New target. GDB specific archive.
9623 (do-md5sum): New target.
9624 (MD5PROG): Define.
9625 (PACKAGE): Default to TOOL.
9626 (VER): Default to a shell script.
9627 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9628 md5 checksum generation.
b35ece4e
AC
9629 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9630 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9631 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9632 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9633
d932cae7 96342000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9635
9636 * configure (warn_cflags): Delete.
9637
ba73c63f 96382000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9639 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9640
80413487
RH
9641 * configure.in (enable_libstdcxx_v3): Add.
9642 (target_libs): Add bits here to switch between libstdc++-v2 and
9643 libstdc++-v3.
9644 * config.if: And this file too.
9645 * Makefile.in: Add libstdc++-v3 targets.
35590697 9646
ba73c63f
JM
96472000-04-05 Michael Meissner <meissner@redhat.com>
9648
9649 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9650
d332c5ac
JM
96512000-03-29 Jason Merrill <jason@casey.cygnus.com>
9652
9653 * configure.in: -linux-gnu*, not -linux-gnu.
9654
d932cae7 96552000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9656
9657 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9658 (do-tar-bz2): Replace TOOL with PACKAGE.
9659 (gdb.tar.bz2): Remove GDBTK from GDB package.
9660 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9661 dejagnu.tar.bz2): New packages.
6dcbc97b 9662
96ce09a7
ILT
96632000-02-27 Andreas Jaeger <aj@suse.de>
9664
9665 * configure.in: Add entry for mips*-*-linux*, move catch all
9666 *-*-*linux* entry below this one.
9667
2031769e
ILT
96682000-02-27 Ian Lance Taylor <ian@zembu.com>
9669
9670 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9671
4bab746c
NC
96722000-02-24 Nick Clifton <nickc@cygnus.com>
9673
9674 * config.sub: Support an OS of "wince".
9675
d932cae7 96762000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9677
9678 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9679 version.
ada59422 9680
5b93d8bb
AM
96812000-02-23 Linas Vepstas <linas@linas.org>
9682
9683 * config.sub: Add support for Linux/IBM 370.
9684 * configure.in: Likewise.
9685
2fb651f6
NC
96862000-02-22 Nick Clifton <nickc@cygnus.com>
9687
9688 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9689
b8441c25
CF
96902000-02-20 Christopher Faylor <cgf@cygnus.com>
9691
9692 * config.guess: Guess "cygwin" rather than "cygwin32".
9693
d332c5ac
JM
96942000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9695
9696 * configure (gcc_version): When setting, narrow search to
9697 lines containing `version_string'.
9698
ba73c63f
JM
96992000-02-15 Denis Chertykov <denisc@overta.ru>
9700
9701 * config.sub: Add support for avr target.
9702
d932cae7 97032000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9704
9705 * config.sub: Add mmix-knuth-mmixware.
9706
97072000-01-27 Christopher Faylor <cgf@redhat.com>
9708
9709 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9710 structure stuff to -L library search.
9711 (CXX_FOR_TARGET): Ditto.
9712 (CROSS_CHECK_MODULES): Fix spelling mistake.
9713
97142000-01-24 Mark Mitchell <mark@codesourcery.com>
9715
9716 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9717 the C++ compiler.
9718
97192000-01-12 Richard Henderson <rth@cygnus.com>
9720
9721 * configure.in: Don't build some bits for beos.
9722
97232000-01-12 Joel Sherrill (joel@OARcorp.com)
9724
9725 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9726 as include files.
9727
91b2c84d
GK
97282000-01-06 Geoff Keating <geoffk@cygnus.com>
9729
9730 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9731 not mh-aix43.
9732
ba73c63f
JM
97331999-12-14 Richard Henderson <rth@cygnus.com>
9734
9735 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9736 * config.sub: Accept alphaev[78], alphaev8.
9737
97381999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9739
9740 * config.guess, config.sub: Update from autoconf.
9741
9742Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9743
9744 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9745 necessary libraries are missing.
9746
97471999-10-25 Andreas Schwab <schwab@suse.de>
9748
9749 * configure: Fix quoting inside arguments of eval.
9750
97511999-10-21 Nick Clifton <nickc@cygnus.com>
9752
9753 * config-ml.in: Allow suppression of some ARM multilibs.
9754
9755Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9756
9757 * config.guess: Add OS/390 match pattern.
9758 * config.sub: Add mvs, openedition targets.
9759 * configure.in (i370-ibm-opened*): New.
9760
ef14edc4
ILT
97611999-09-04 Steve Chamberlain <sac@pobox.com>
9762
9763 * config.sub: Add support for configuring for pj.
9764
afb478e8
NC
97651999-08-31 Nick Clifton <nickc@cygnus.com>
9766
fd6848f6 9767 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9768
ba73c63f 97691999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9770
9771 * configure.in: Do not configure or build ld for AIX
9772 platforms. ld is known to be broken on these platforms.
9773
ba73c63f
JM
9774Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9775
9776 * config-ml.in: Pass compiler flag corresponding to multidirs to
9777 subdir configures.
9778
c363de44
ILT
97791999-08-09 Ian Lance Taylor <ian@zembu.com>
9780
9781 * Makefile.in (LDFLAGS): Define.
9782
dc8bc5a6
ILT
97831999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9784
9785 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9786 noconfigdirs.
9787 (*-*-cygwin*): Likewise.
9788
6ca3858e
ILT
97891999-08-08 Ian Lance Taylor <ian@zembu.com>
9790
71141bb6
ILT
9791 * mkdep: New file.
9792 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9793 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9794
6ca3858e
ILT
9795 From Eli Zaretskii <eliz@is.elta.co.il>:
9796 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9797 long file name when using DJGPP on MS-DOS.
9798
ba73c63f
JM
9799Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9800
9801 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9802
2735a327
AM
98031999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9804
9805 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9806 dependency as this causes "make check" to globally "make all"
9807
ba73c63f
JM
9808Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9809
9810 * configure.in (target_libs): Added target-zlib.
9811 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9812 (CONFIGURE_TARGET_MODULES): Likewise.
9813 (CHECK_TARGET_MODULES): Likewise.
9814 (INSTALL_TARGET_MODULES): Likewise.
9815 (CLEAN_TARGET_MODULES): Likewise.
9816 (configure-target-zlib): New target.
9817 (all-target-zlib): Likewise.
9818 (all-target-libjava): Depend on all-target-zlib.
9819 (configure-target-libjava): Depend on configure-target-zlib.
9820
9821 * Makefile.in (configure-target-libjava): Depend on
9822 configure-target-newlib.
9823 (configure-target-boehm-gc): New target.
9824 (configure-target-qthreads): New target.
9825
80413487
RH
9826 * configure.in (target_libs): Added target-qthreads.
9827 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9828 (CONFIGURE_TARGET_MODULES): Likewise.
9829 (CHECK_TARGET_MODULES): Likewise.
9830 (INSTALL_TARGET_MODULES): Likewise.
9831 (CLEAN_TARGET_MODULES): Likewise.
9832 (all-target-qthreads): New target.
9833 (configure-target-libjava): Depend on configure-target-qthreads.
9834 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9835
9836 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9837 (CONFIGURE_TARGET_MODULES): Likewise.
9838 (CHECK_TARGET_MODULES): Likewise.
9839 (INSTALL_TARGET_MODULES): Likewise.
9840 (CLEAN_TARGET_MODULES): Likewise.
9841 (all-target-libjava): New target.
9842 (all-target-boehm-gc): Likewise.
9843 * configure.in (target_libs): Added libjava, boehm-gc.
9844
08d836d6
ILT
98451999-07-22 Ian Lance Taylor <ian@zembu.com>
9846
9847 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9848 configure.bat in SUPPORT_FILES.
9849 (gas+binutils.tar.bz2): Likewise.
9850
9851 * makeall.bat: Remove; obsolete.
9852
8f36e47c
ILT
98531999-07-21 Ian Lance Taylor <ian@zembu.com>
9854
9855 From Mark Elbrecht:
9856 * configure.bat: Remove; obsolete.
9857
56e82f25
ILT
98581999-07-11 Ian Lance Taylor <ian@zembu.com>
9859
9860 * configure: Add -W -Wall to the default CFLAGS when compiling with
9861 gcc.
9862
1001d816
JL
9863Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9864
9865 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9866
106117aa
MM
98671999-06-30 Mark Mitchell <mark@codesourcery.com>
9868
9869 * configure.in: Build ld on IRIX6.
9870
c376f4ed
ILT
98711999-06-12 Ian Lance Taylor <ian@zembu.com>
9872
9873 * Makefile.in: Change distribution targets to use bzip2 instead of
9874 gzip.
9875 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9876 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9877
306b7445
NC
98781999-06-04 Nick Clifton <nickc@cygnus.com>
9879
9880 * config.sub: Add mcore target.
9881
d932cae7 98821999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9883
9884 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9885
d932cae7 98861999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9887
9888 * config.guess (dummy): Changed to $dummy.
9889
6c3175b0
NC
98901999-05-24 Nick Clifton <nickc@cygnus.com>
9891
ba73c63f
JM
9892 * config.sub: Tidied up case statements.
9893
98941999-05-22 Ben Elliston <bje@cygnus.com>
9895
9896 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9897 <jiro@din.or.jp>.
9898
9899 * config.guess: Merge with FSF version. Future changes will be
9900 more accurately recorded in this ChangeLog.
9901 * config.sub: Likewise.
9902
d932cae7 99031999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9904
9905 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9906
252b5132
RH
99071999-04-30 Tom Tromey <tromey@cygnus.com>
9908
9909 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9910
99111999-04-23 Tom Tromey <tromey@cygnus.com>
9912
9913 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9914
99151999-04-20 Drew Moseley <dmoseley@cygnus.com>
9916
9917 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9918 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9919 Bad merge removed these two changes.
9920
ba73c63f 9921Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9922 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9923
9924 * config.guess (interix Alpha): Add.
9925
252b5132
RH
99261999-04-11 Richard Henderson <rth@cygnus.com>
9927
9928 * configure.in (i?86-*-beos*): Do config gperf; don't config
9929 gdb, newlib, or libgloss.
9930
d932cae7 99311999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9932
ba73c63f
JM
9933 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9934 link a trivial program with -mabi=64. If it fails, remove mabi=64
9935 from multidirs.
9936
d932cae7 99371999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9938
9939 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9940
252b5132
RH
99411999-04-08 Nick Clifton <nickc@cygnus.com>
9942
9943 * config.sub: Add support for mcore targets.
9944
99451999-04-07 Michael Meissner <meissner@cygnus.com>
9946
9947 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9948 not mt-ospace, in order to shut up assembler warning about using
9949 symbols that are named the same as registers.
9950
99511999-04-07 Drew Moseley <dmoseley@cygnus.com>
9952
9953 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9954 dependency list for all-target-cygmon.
9955
99561999-04-05 Doug Evans <devans@casey.cygnus.com>
9957
9958 * config-ml.in: Check $host, not $target, for selective multilibs.
9959 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9960 thumb interworking, and underscore prefix multilibs.
9961
99621999-04-04 Ian Lance Taylor <ian@zembu.com>
9963
9964 * missing: Update to version from current automake.
9965
9966Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9967
9968 * configure (gxx_include_dir): Removed.
9969
9970 * configure.in (gxx_include_dir): Handle it.
9971 * Makefile.in: Likewise.
9972
99731999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9974
9975 * config.sub (mips64vr4111,mips64vr4111el) Add.
9976
99771999-03-21 Ben Elliston <bje@cygnus.com>
9978
80413487 9979 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9980
9981Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9982
252b5132
RH
9983 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9984 config/mh-djgpp.
9985
9986Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9987
9988 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9989 all-target-newlib to dependency list for all-target-bsp.
9990
9991Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9992
9993 * config.sub: Add i386-uwin support.
9994 * config.guess: Likewise.
9995
9996Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9997
9998 * configure.in: cleanup, add mh-*pic handling for arm, special
9999 case powerpc*-*-aix*
10000
10001Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10002
10003 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10004 can be built.
10005
10006Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10007
10008 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 10009 targets.
252b5132
RH
10010
100111999-03-02 Nick Clifton <nickc@cygnus.com>
10012
10013 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10014
d932cae7 100151999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10016
10017 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10018
100191999-02-24 Nick Clifton <nickc@cygnus.com>
10020
10021 * config.sub: Fix typo in arm recognition.
10022
d932cae7 100231999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10024
10025 * configure.in (noconfigdirs): Changed target_configdirs to
10026 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10027 rather than m68k-*-* since it is not known to work on
10028 m68k-aout. Ditto for arm-*-*oabi.
10029
d932cae7 100301999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10031
10032 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10033
100341999-02-19 Ben Elliston <bje@cygnus.com>
10035
10036 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10037 Smart and improved by Andrew Cagney.
10038
d932cae7 100391999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10040
10041 * config.guess: Recognize openbsd-*-hppa.
10042
d932cae7 100431999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10044
10045 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10046 only if it is not empty.
10047
100481999-02-17 Nick Clifton <nickc@cygnus.com>
10049
10050 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10051
fd6848f6 10052 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10053
10054 * config.sub: Modified to recognize uname's armv* syntax.
10055
100561999-02-17 Mark Salter <msalter@cygnus.com>
10057
10058 * configure.in: Added target-bsp for sparclite.
10059
d932cae7 100601999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10061
10062 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10063
100641999-02-08 Nick Clifton <nickc@cygnus.com>
10065
10066 * configure.in: Add support for strongarm port.
10067 * config.sub: Add support for strongarm target.
10068
d932cae7 100691999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10070
252b5132
RH
10071 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10072 the old name config/mh-cygwin32.
10073 Enable texinfo.
10074
d932cae7 100751999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10076
10077 * configure.in: Do build ld for ix86 Solaris.
10078
d932cae7 100791999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10080
10081 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10082 $AR_FOR_TARGET. Likewise for RANLIB.
10083
d932cae7 100841999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10085
80413487
RH
10086 * config.sub (oabi): Recognize.
10087 * configure.in (arm-*-oabi): Handle.
252b5132 10088
d932cae7 100891999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10090
10091 * config.guess: Improve detection of i686 on UnixWare 7.
10092
d932cae7 100931999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10094
10095 * config.guess: Add support for i386-pc-interix.
10096 * config.sub: Likewise.
10097 * configure.in: Likewise.
252b5132 10098
d932cae7 100991999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10100
10101 * Makefile.in: Remove unneeded all-target-libio from
10102 from all-target-winsup target since it is now unneeded.
10103 Add all-target-libtermcap in its place since it is now
10104 needed.
10105
d932cae7 101061998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10107
10108 * configure.in: makefile stub for cygwin target is probably
10109 unnecessary. Remove it for now.
252b5132 10110
d932cae7 101111998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10112
10113 * configure.in: libtermcap.a should be built when cygwin is the
10114 target as well as the host.
10115 * config.guess: Allow mixed case in cygwin uname output.
10116 * Makefile.in: Add libtermcap target.
252b5132 10117
d932cae7 101181998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10119
10120 * config.sub: Clean up handling of hppa2.0.
10121
d932cae7 101221998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10123
10124 * config.guess: Use C code to identify more HP machines.
10125
10126Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10127
10128 * config.sub: Handle hppa2.0.
10129
ba73c63f
JM
10130Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10131
10132 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10133 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10134
101351998-12-15 Mark Salter <msalter@cygnus.com>
10136
10137 * configure.in: Added target-bsp for several target architectures.
10138
10139 * Makefile.in: Added rules for bsp.
10140
252b5132
RH
10141Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10142
10143 * config.guess: Improve detection of hppa2.0 processors.
10144
10145Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10146
10147 * config.guess: Recognize FreeBSD using ELF automatically.
10148
101491998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10150
10151 * configure (skip-this-dir): Add handling for new shell script, which
10152 might be created by a sub-directory's configure to indicate, this particular
10153 directory is "unwanted".
10154 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10155
252b5132
RH
10156Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10157
10158 * ltconfig: import from libtool, after changing libtool to
10159 account for the cygwin name change.
10160
10161Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10162
10163 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10164 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10165
10166Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10167
10168 * configure.in: Add libtermcap to list of cygwin dependencies.
10169
d932cae7 101701998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10171
80413487
RH
10172 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10173 they include winsup/include when it's a cygwin target.
252b5132
RH
10174
101751998-11-12 Tom Tromey <tromey@cygnus.com>
10176
10177 * configure.in (host_tools): Added zip.
10178 * Makefile.in (all-target-libjava): Depend on all-zip.
10179 (all-zip): New target.
10180 (ALL_MODULES): Added all-zip.
10181 (NATIVE_CHECK_MODULES): Added check-zip.
10182 (INSTALL_MODULES): Added install-zip.
10183 (CLEAN_MODULES): Added clean-zip.
10184
d932cae7 101851998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10186
10187 * Makefile.in: lose "32" from comment about cygwin.
10188
d932cae7 101891998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10190
10191 * configure.in: Use -Os to build target libraries for the fr30.
10192
d932cae7 101931998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10194
10195 * config.sub: Add fr30.
10196
d932cae7 101971998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10198
80413487 10199 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10200 cygwin* instead of cygwin32*.
10201 * config.sub: Check cygwin* instead of cygwin32*.
10202
d932cae7 102031998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10204
10205 * config.guess: Match any version of Unixware7.
10206
252b5132
RH
102071998-10-20 Syd Polk <spolk@cygnus.com>
10208
10209 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10210 if desired.
10211
d932cae7 102121998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10213
10214 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10215 these if the appropriate directories and files to not exist.
10216
d932cae7 102171998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10218
10219 * Makefile.in (DEVO_SUPPORT): Add config.if.
10220
d932cae7 102211998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10222
10223 * configure: Add pattern to replace "build_tooldir"'s
10224 definition in the generated Makefile with "tooldir"'s
10225 actual value.
10226
252b5132
RH
10227Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10228
10229 * config.sub: Bring back lost sparcv9.
10230
ba73c63f
JM
10231 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10232
10233Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10234
10235 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10236 CC_FOR_TARGET and friends.
10237
10238Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10239
ba73c63f
JM
10240 * Makefile.in (build_tooldir): New variable, same as tooldir.
10241 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10242 -B$(build_tooldir)/bin/.
10243 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10244
252b5132
RH
10245Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10246
10247 * config.sub: Add support for i[34567]86-pc-udk.
10248 * configure.in: Likewise.
10249
10250Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10251
10252 * Makefile.in: add bzip2 package building bits for user
10253 tools module
10254 * configure.in: ditto
10255
ba73c63f
JM
10256Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10257
10258 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10259 (ALL_TARGET_MODULES): Add all-target-libobjc.
10260 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10261 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10262 (all-target-libchill): Add dependencies.
10263 * configure.in (target_libs): Add libchill.
35590697 10264
252b5132
RH
102651998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10266
ba73c63f 10267 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10268
10269Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10270
10271 * Makefile.in (all-automake): fix dependencies.
10272
10273Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10274
10275 * configure.in: Minor cleanups for building in the $(target_alias)
10276 subdir.
10277
102781998-09-22 Jim Wilson <wilson@cygnus.com>
10279
10280 * Makefile.in (bootstrap): Set r and s before make all. Use
10281 BASE_FLAGS_TO_PASS in make all.
10282 (cross): Likewise.
10283
102841998-09-20 Mark Mitchell <mark@markmitchell.com>
10285
10286 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10287
252b5132
RH
10288Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10289
10290 * config.sub: Fix typo in last change.
10291
102921998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10293
10294 * config.sub: Add support for C4x target.
10295 * configure.in: Likewise.
10296
102971998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10298
10299 * config.sub: Recognize sparcv9 just like sparc64.
10300
10301Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10302
10303 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10304
10305Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10306
10307 * config.guess: Correctly identify Pentium II sco boxes.
10308
10309 * config.guess: Fix "tr" code. From Weiwen Liu.
10310
10311Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10312
10313 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10314 stabs.
10315
10316Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10317
10318 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10319 (ALL_TARGET_MODULES): Add all-target-libchill.
10320 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10321 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10322 (all-target-libchill): Add dependencies.
10323 * configure.in (target_libs): Add libchill.
10324
10325Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10326
10327 * config.guess: Avoid assumptions about "tr" behaves when
10328 LANG is set to something other than English.
10329
10330Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10331
10332 * configure (gxx_include_dir): Changed to
10333 '${prefix}/include/g++'-${libstdcxx_interface}.
10334
10335 * config.if: New to determine the interfaces.
10336
10337Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10338
10339 * config.guess: Detect and handle MPE/IX.
10340 * config.sub: Deal with MPE/IX.
10341
10342Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10343
10344 * configure.in: Use mh-aix43.
10345
103461998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10347
10348 * configure: Fix --without/--disable cases for gxx-include-dir.
10349
10350Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10351
10352 * mdata-sh: Imported. Needed for automake support.
10353
10354Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10355
ba73c63f 10356 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10357 "chmod og=u `find . -print`".
10358
10359Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10360
ba73c63f 10361 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10362
10363Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10364
10365 * Makefile.in: Undo previous patch.
10366
10367Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10368
10369 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10370 to here ...
10371 (install-no-fixedincludes): and here
10372 (INSTALL_MODULES): ... from here.
10373
10374Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10375
10376 * config.sub: Merge with FSF.
10377
10378 * config.guess: Merge with FSF.
10379
10380Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10381
10382 * configure (extraconfigdirs): New variable.
10383 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10384 * Makefile.in (all): Move higher in file.
10385 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10386 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10387 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10388 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10389 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10390
103911998-07-23 Brendan Kehoe <brendan@cygnus.com>
10392
10393 * Makefile.in (all-target-libjava): Depend on all-gcc and
10394 all-target-newlib.
10395 (configure-target-libjava): Depend on $(ALL_GCC).
10396
10397Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10398
10399 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10400 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10401
10402Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10403
10404 * ylwrap: Change absolute path checks to check for DOS style path
10405 names.
10406
10407 * ylwrap: Don't use a full path name if the source file is in the
10408 same directory. From hjl@lucon.org (H.J. Lu).
10409
10410 * config-ml.in: Default to being verbose, to match Feb 18 change to
10411 configure.
10412
10413Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10414
10415 Brought over from egcs:
10416
10417 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10418
10419 * configure.in (target_subdir): Set to ${target_alias} instead
10420 of "libraries".
10421
10422 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10423
10424 * configure.in (target_subdir): Set to libraries if enable_multilib.
10425
10426Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10427
10428 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10429 multilibs, force reconfiguration the first time we create
10430 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10431
10432Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10433
10434 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10435 avoid confusion with --no-recursion.
10436
10437Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10438
10439 * configure.in: Win32 hosts shouldn't use install -x
10440 * install-sh: remove -x option, and special .exe-handling
10441 hack.
10442
10443Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10444
10445 * config.guess: Recognize i586-pc-beos.
10446 * configure.in: Don't build some bits for beos.
10447
10448Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10449
10450 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10451 CFLAGS default to -O2.
10452
10453 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10454 when using GNU ld.
10455
10456Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10457
10458 * ltmain.sh: Correct install when using a different shell.
10459
10460Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10461
10462 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10463
10464Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10465
10466 * makefile.vms: Update to build binutils/makefile.vms. Add install
10467 target.
10468
10469Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * ltconfig: Update to correct AIX handling.
10472
10473Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10474
10475 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10476
10477 * configure.in (target_subdir): Set to ${target_alias} instead
10478 of "libraries".
10479
104801998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10481
10482 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10483 (Makefile): Depend on $(gcc_version_trigger).
10484
10485 * configure (gcc_version): Change default initializer to empty
10486 string.
10487 (gcc_version_trigger): New variable; pass this variable down
10488 to subdir configures to enable them checking gcc's version
10489 themselves. Emit make macros for both gcc_version vars.
10490 (topsrcdir): Initialize reliably.
10491 (recursion line): Remove --with-gcc-version=${gcc_version}.
10492
104931998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10494
10495 * configure (enable_version_specific_runtime_libs): Implement new flag
10496 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10497 in $(libsubdir); emit definition in each generated Makefile.
10498 (gxx_include_dir): Initialize depending on
10499 $enable_version_specific_runtime_libs.
10500
105011998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10502
10503 * configure (gcc_version): Initialize properly depending on
10504 how and where configure is started.
10505 (recursion line): Pass a --with-gcc-version=${gcc_version}
10506 to configures in subdirs.
10507
10508Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10509
10510 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10511 cygmon
252b5132
RH
10512
10513Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10514
10515 * configure.in: Add cygmon and libstub support for mn10200.
10516
105171998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10518
10519 * configure (gcc_version): Add new variable describing the
10520 particular gcc version we're building.
10521 * Makefile.in (libsubdir): Add new macro for the directory
10522 in which the compiler finds executables, libraries, etc.
10523 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10524 and libsubdir.
10525
10526Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10527
ba73c63f
JM
10528 * Makefile.in (local-clean): Remove *.log.
10529 (warning.log): Built with warn_summary from build.log.
10530 (mail-report.log): Run test_summary.
10531 (mail-report-with-warnings.log): Run test_summary including
10532 warning.log in the report.
252b5132
RH
10533
10534Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10535
10536 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10537
10538Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10539
10540 * Makefile.in (grep): Grep no longer depends on libiberty.
10541
10542Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10543
10544 * Makefile.in: all-snavigator needs all-libgui.
10545
10546Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10547
10548 * configure.in: Add cygmon and libstub support for mn10300.
10549
10550Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10551
10552 * missing: Update to version from automake 1.3.
10553
10554 * ltmain.sh: On installation, don't get confused if the same name
10555 appears more than once in the list of library names.
10556
10557Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10558
10559 * config.sub: Accept m68060 and m5200 as CPU names.
10560
10561Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10562
10563 * configure: Use && rather than using -a in test, because odd
10564 strings can confuse test.
10565 * configure.in: Likewise.
10566
10567Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10568
10569 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10570
10571Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10572
10573 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10574 bootstrap4-lean): New targets.
10575
10576Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10577
10578 * mpw-* Delete. Not used.
252b5132
RH
10579
10580Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10581
10582 * COPYING.LIB: Update FSF address.
10583
10584Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10585
10586 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10587
10588 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10589 GAS_SUPPORT_DIRS.
10590
10591Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10592
10593 * ltconfig, ltmain.sh: Avoid producing a version number if
10594 -version-info was not used.
10595
10596Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10599 building with newlib.
10600
106011998-04-30 Paul Eggert <eggert@twinsun.com>
10602
ba73c63f 10603 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10604 Solaris `make' causes it to continue to next definition.
252b5132 10605
afb8d725
JM
10606Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10607
10608 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10609 the right GUI libraries and files are installed along with GDB.
10610
252b5132
RH
10611Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10612
10613 * configure.in: Change alpha to alpha* in several places.
10614
10615Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10616
10617 * config.sub: Recognize sparc86x.
10618
10619Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10620
252b5132
RH
10621 * configure.in (--enable-target-optspace): Remove debug echo.
10622
10623Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10624
10625 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10626
10627Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10628
10629 * ltconfig: Update cygwin32 support.
10630
10631 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10632 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10633 (GDB_SUPPORT_DIRS): Likewise.
10634
10635Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10636
10637 * configure.in (target_makefile_frag): If --enable-target-optspace,
10638 use -Os to compile target libraries rather than -O2. Default to
10639 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10640 not used.
10641 * configure.in (target_cflags): Ditto for d30v.
10642
10643Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10644
10645 * Makefile.in (all-bfd): Depend on all-intl.
10646 (all-binutils): Likewise.
10647 (all-gas): Likewise.
10648 (all-gprof): Likewise.
10649 (all-ld): Likewise.
10650
252b5132
RH
106511998-04-19 Brendan Kehoe <brendan@cygnus.com>
10652
10653 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10654
10655Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * Makefile.in (all-bfd): Depend upon all-libiberty.
10658
10659 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10660
10661Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10662
10663 * Makefile.in: Add libstub.
10664
10665 * configure.in: Ditto. Build libstub for targets that have cygmon
10666 support.
10667
10668Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10669
10670 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10671
10672Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10673
10674 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10675 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10676
10677Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10678
10679 * configure: Define DEFAULT_M4 by searching PATH.
10680 * Makfile.in: Use DEFAULT_M4.
10681
10682Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10683
10684 * ltconfig: Add cygwin32 support.
10685
10686 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10687 to configure and build.
10688
10689Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10690
10691 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10692
10693Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10694
10695 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10696
10697Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10698
10699 * Makefile.in: add ash make rules
10700 * configure.in: add ash to native_only and host_tools lists
10701
10702Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10703
10704 * Makefile.in (all-gettext, all-intl): New targets.
10705 (ALL_MODULES): Added all-gettext, all-intl.
10706 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10707 (INSTALL_MODULES): Added install-gettext, install-intl.
10708 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10709
10710 * configure.in (host_tools): Added gettext.
10711 (native_only): Likewise.
10712 (noconfigdirs) [various cases]: Likewise.
10713 (host_libs): Added intl.
10714
afb8d725
JM
10715Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10716
10717 * configure: Do not disable building gdbtk for cygwin32 hosts.
10718
ba73c63f
JM
10719Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10720
10721 * configure.in: Add thumb-coff target.
10722 * config.sub: Add thumb-coff target.
10723
252b5132
RH
10724Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10725
10726 * Makefile.in: Revert yesterday's change.
10727 (all-target-winsup): all-target-librx stays out of here.
10728
10729Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10730
ba73c63f
JM
10731 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10732 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10733 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10734 Remove references to librx and libg++.
10735
10736Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10737
10738 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10739 recursive makes
10740
10741Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10742
10743 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10744 for newlib directory.
10745 (CXX_FOR_TARGET): Likewise.
10746
10747Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10748
10749 * ltconfig: Update after libtool/ltconfig.in change for
10750 hpux11.
10751
10752Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10753
10754 * ltconfig, ltmain.sh: Update to libtool 1.2.
10755
10756Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10757
10758 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10759 (install-gcc-cross): Instead, override LANGUAGES here.
10760
107611998-03-18 Dave Love <d.love@dl.ac.uk>
10762
10763 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10764 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10765
10766Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10767
10768 * configure.in: Add Thumb-pe target.
10769
10770Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10771
252b5132
RH
10772 * Makefile.in - changed sn targets to snavigator
10773 * configure.in - changed sn targets to snavigator
10774
10775Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10776
10777 * config-ml.in: After building symlink tree call make distclean
10778 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10779 to be the case for libiberty.
10780
10781Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10782
10783 * configure: When making link, also check the current
10784 directory. The configure scripts may create one.
10785
10786Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10787
10788 * config.sub: Accept alphapca56 and alphaev6 properly.
10789
10790Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10791
10792 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10793
252b5132
RH
10794Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10795
80413487 10796 * config.sub (sco5): Fix typo.
252b5132
RH
10797
10798Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10799
10800 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10801 install-itcl.
10802 (install-itcl): Remove dependency on install-tcl.
10803
10804Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10805
10806 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10807
252b5132
RH
10808Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10809
10810 * configure.in: Don't build libgui for a cygwin32 target when not on
10811 a cygwin32 host.
10812
10813Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10814
10815 * configure (redirect): Set to null, so default behavior of
10816 configure is now --verbose.
10817
108181998-02-16 Dave Love <d.love@dl.ac.uk>
10819
10820 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10821 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10822
10823Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10824
10825 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10826 this change to sync Makefile.in with its ChangeLog entries.
10827
10828Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10829
10830 * ltmain.sh (mkdir): Check that the directory doesn't exist
10831 before we exit with error, so that we don't get races during
10832 parallel builds.
10833
10834Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10835
10836 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10837
10838Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10839
10840 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10841 PICFLAG_FOR_TARGET.
10842 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10843
10844 * configure: Emit a definition for the new macro enable_shared
10845 into each Makefile.
10846
252b5132
RH
10847Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10848
10849 * configure.in (host_tools, native_only): Add libtool.
10850
10851Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10852
10853 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10854 Fix typo in ming config comment.
10855
10856Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10857
10858 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10859
10860Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10861
10862 * config.sub: Add tic30 cases, and map c30 to tic30.
10863
ba73c63f
JM
10864Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10865
10866 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10867 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10868 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10869 (CLEAN_TARGET_MODULES): Similarly
10870 (all-target-libf2c): Add dependences.
35590697 10871 * configure.in (target_libs): Add libf2c.
ba73c63f 10872
252b5132
RH
10873Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10874
ba73c63f
JM
10875 * configure.in: Remove expect from noconfigdirs when target
10876 is cygwin32. OK to build expect and dejagnu with Canadian
10877 Cross.
252b5132
RH
10878
10879Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10880
10881 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10882 host.
10883
10884 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10885 and mingw32.
10886
10887Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10888
10889 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10890 here as it is not defined in the toplevel Makefile.
10891
10892Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10893
10894 * configure (package_makefile_rules_frag): New variable, which names
10895 a file with generic rules, ...
10896 Change comment to mention we now have FIVE parts.
10897 * configure: Undo last change.
10898
10899Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10900
10901 * config.guess: More accurate determination of HP processor types.
10902 * config.sub: More accurate determination of HP processor types.
10903
10904Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10905
10906 * configure (package_makefile_frag): Move inserting the
10907 ${package_makefile_frag} to where it should be according
10908 to the comment.
10909
ba73c63f 10910Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10911
10912 * config.guess: Add support for Linux/ARM.
10913
10914Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10915
10916 * .cvsignore: Remove *-info and *-install since they match
10917 release-info and mpw-install, which we don't want to just ignore.
10918
10919Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10920
10921 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10922
10923Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10924
10925 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10926 local_prefix to sub-make invocations.
10927
10928Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10929
10930 * configure.in: Check makefile fragments in the source
10931 directory.
10932
10933Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10934
ba73c63f
JM
10935 * configure.in: Check whether host and target makefile
10936 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10937
10938Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10939
10940 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10941
252b5132
RH
10942Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10943
10944 * configure.in: Make sure we only replace RPATH_ENVVAR on
10945 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10946 regexp to sed.
10947
10948 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10949 to sub-makes.
10950
109511998-01-13 Lee Iverson (leei@ai.sri.com)
10952
10953 * config-ml.in (multi-do): LDFLAGS must include multilib
10954 designator.
10955
10956Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10957
10958 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10959
10960Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10961
10962 * config.sub: Add mingw32 support.
10963 * configure.in: Likewise.
252b5132
RH
10964
10965Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10966
10967 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10968
10969Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10970
10971 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10972 * configure (gxx_include_dir): Provide a definition for subdirs
10973 which do not use autoconf.
10974
10975Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10976
10977 * config.guess: Sync with egcs. Picks up new alpha support,
10978 BeOS & some additional linux support.
10979
ba73c63f 10980Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10981
10982 * config.guess: HP 9000/803 is a PA1.1 machine.
10983
ba73c63f
JM
10984Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10985
10986 * configure.in: It's alpha*-...
252b5132
RH
10987
10988Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10989
ba73c63f
JM
10990 * configure.in (host_makefile_frag, target_makefile_frag):
10991 Handle multiple config files.
10992 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10993 alpha-*-*.
252b5132
RH
10994
10995Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10996
10997 * mkdep: New file.
10998
10999Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11000
11001 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11002
11003Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11004
11005 * Makefile.in: Add libgui directory.
11006 (GDB_TK): Add all-libgui.
11007 * configure.in: Add libgui directory.
11008 * configure: Add all-libgui to GDB_TK.
11009
11010Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11011
11012 * config-ml.in (multidirs): Add m32r to multilib list.
11013
11014Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11015
11016 * Makefile.in (all-target-gperf): Change dependency to
11017 all-target-libstdc++.
11018
11019Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11020
11021 * config.guess: Add BeOS support.
11022
11023Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11024
11025 Source directory cvs renamed to cvssrc:
11026 * configure.in (host_tools): Change cvs to cvssrc.
11027 (native_only): Likewise.
11028 (noconfigdirs) [various cases]: Likewise.
11029 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11030 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11031 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11032 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11033 (all-cvssrc): Rename target from all-cvs.
11034
11035Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11036
11037 * configure (gxx_include_dir): Fix thinko.
11038
11039Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11040
11041 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11042 (install-cross, install-gcc-cross): New targets.
11043
11044Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11045
11046 * configure.in (noconfigdirs): Add support for Thumb target.
11047
11048 * config.sub (maybe_os): Add support for Thumb target.
11049
11050Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11051
11052 * Makefile.in: Add rules for cygmon.
11053
11054 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11055
11056Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11057
11058 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11059 * configure (gxx_include_dir): Provide a definition for subdirs
11060 which do not use autoconf.
11061
11062Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11063
11064 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11065 11/18/97 build
252b5132
RH
11066
11067Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11068
11069 * From Franz Sirl.
11070 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11071 found on RedHat Linux systems.
11072
11073Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11074
11075 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11076 guesses.
11077
11078Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11079
11080 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11081
11082Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11083
11084 * ltmain.sh: If mkdir fails, check whether the directory was created
11085 anyhow by some other process.
11086
11087Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11088
11089 * configure.in (d30v-*-*): Configure all directories.
11090
11091Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11092
11093 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11094 for the D30V.
11095
11096Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11097
11098 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11099
11100Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11101
80413487
RH
11102 * include/libiberty.h: Add extern "C" { so it can be used with C++
11103 progrms.
11104 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11105 programs.
252b5132
RH
11106
11107Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11108
11109 * configure.in (d30v-*-*): Configure GCC now.
11110
11111Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11112
11113 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11114 is no longer needed.
11115
11116Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11117
11118 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11119
11120Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11121
11122 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11123 targets using "$@" to provide support for similar but not identical
11124 targets without having to duplicate code.
11125
11126Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11127
11128 * makefile.vms: Fix to work with DEC C.
11129
11130Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11131
11132 * config.sub: Add mips-tx39-elf to marketing names.
11133
11134Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11135
11136 * ltmain.sh: Handle symlinks in generated script.
11137
11138Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11139
11140 * configure: Handle autoconf style directory options: --bindir,
11141 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11142 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11143 --sysconfdir.
11144 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11145 (sharedstatedir, localstatedir, oldincludedir): New variables.
11146 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11147 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11148 sbindir, sharedstatedir, and sysconfdir.
11149
11150Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11151
11152 * Makefile.in (bootstrap-lean): New target.
11153
11154Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11155
11156 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11157 sn, and gnuserv from noconfigdirs.
252b5132
RH
11158
11159Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11160
11161 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11162
11163Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11164
ba73c63f 11165 * Makefile.in (cross): New target.
252b5132
RH
11166
11167Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11168 Jeff Law <law@cygnus.com>
252b5132
RH
11169
11170 * Makefile.in (bootstrap2, bootstrap3): New targets.
11171 (all-bootstrap): Remove outdated and confusing target.
11172 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11173
afb8d725
JM
11174Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11175
11176 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11177 windows. Consistent with gdb/configure.
afb8d725 11178
252b5132
RH
111791997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11180
252b5132
RH
11181 * configure.in: Name Linux target fragment.
11182
11183 * configure: Rewrite so that project Makefile fragment is inserted
11184 first and appears last in the resulting Makefile.
11185
11186Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11187
11188 * Makefile.in (install-itcl): Install tcl first.
11189
252b5132 11190Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11191
252b5132
RH
11192 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11193
11194Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11195
11196 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11197
11198 * configure.in (skipdirs): Add target-librx for Linux.
11199 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11200
11201Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11202
11203 * Makefile.in (bootstrap): New target.
11204
11205Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11206
11207 * config.sub: Accept 'amigados' for backward compatability.
11208
11209Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11210
11211 * config.guess: Merge with FSF.
11212
ba73c63f
JM
11213Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11214
11215 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11216
252b5132
RH
11217Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11218
11219 * config.sub: Add "marketing-names" patch.
11220
11221Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11222
80413487 11223 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11224
11225Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11226
11227 * config.sub: Handle v850-elf.
11228
ba73c63f
JM
11229Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11230
11231 * .cvsignore (*-install): Remove.
11232
252b5132
RH
11233Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11234
11235 * ltconfig: Set CONFIG_SHELL in libtool.
11236 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11237
11238Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11239
11240 * configure.in (target_subdir): Set to libraries if enable_multilib.
11241
11242Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11243
11244 * config.guess: Update from gcc directory.
11245
11246Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11247
11248 * Makefile.in (all-sim): Depends on all-readline.
11249
11250Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11251
11252 * Makefile.in (BISON, YACC): Use $$s.
11253 (all-bison): Depend on all-texinfo.
11254
11255Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11256
11257 * Makefile.in (BISON): Add -L flag.
11258 (YACC): Likewise.
11259
11260Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11261
35590697
AJ
11262 * configure.in (noconfigdirs): Add support for v850e target.
11263
252b5132
RH
11264 * config.sub (maybe_os): Add support for v850e target.
11265
11266Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11267
35590697
AJ
11268 * configure.in (noconfigdirs): Add support for v850ea target.
11269
252b5132
RH
11270 * config.sub (maybe_os): Add support for v850ea target.
11271
11272Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11273
11274 * config.sub: Add mipstx39. Delete r3900.
11275
11276Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11277
11278 * Makefile.in (all-autoconf): Depends on all-texinfo.
11279
11280Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11281
11282 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11283 eabi targets.
11284
11285Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11286
11287 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11288
11289 * configure: When handling a Canadian Cross, handle YACC as well as
11290 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11291 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11292
11293Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11294
11295 * Makefile.in (BISON): bison, not byacc or bison -y.
11296 (YACC): bison -y or byacc or yacc.
11297 (various): Add *-bison as appropriate.
11298 (taz): No need to mess with BISON anymore.
11299
11300Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11301
11302 * configure: If OSTYPE matches *win32*, try to find a good value for
11303 CONFIG_SHELL.
11304
11305Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11308 configure.in if it is present.
11309
11310Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11311
11312 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11313
11314Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11315
11316 * config.sub: Recognize `arc' cpu.
11317 * configure.in: Likewise.
11318 * config-ml.in: Likewise.
11319
11320Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11321
11322 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11323
11324Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11325
11326 * configure: Changed sed delimiter from ':' to '|' when
11327 attempting to substitute ${config_shell} for SHELL. On
11328 NT ${config_shell} may contain a ':' in it.
11329
11330Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11331
11332 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11333
11334Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11335
11336 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11337
11338Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11339
11340 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11341
11342 * ylwrap: If the program is a relative path, force it to be
11343 absolute.
11344
11345Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11346
11347 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11348
11349Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11350
11351 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11352 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11353 for libraries.
252b5132
RH
11354
11355Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11356
11357 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11358 separated by spaces.
252b5132
RH
11359
11360Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11361
11362 * ylwrap: New file.
11363 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11364
11365 * ltmain.sh: Handle /bin/sh at start of install program.
11366
11367 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11368
11369 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11370 * missing: New file, from automake 1.2.
11371
11372Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11373
11374 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11375 check-tk to CHECK_X11_MODULES.
11376
11377Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11378
11379 * config.sub: Merge with FSF.
11380
11381Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11382
11383 * config.guess: Merge with FSF.
11384
11385Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11386
11387 * configure: Treat msdosdjgpp like go32.
11388 * configure.in: Likewise. Don't remove gprof for go32.
11389
11390 * configure: Change Makefile.tem2 to Makefile.tm2.
11391
11392Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11393
11394 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11395
11396Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11397
11398 * install-sh (chmodcmd): Set to null if the DST directory already
11399 exists. Same as Nov 11th change.
11400
11401Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11402
35590697 11403 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11404
11405Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11406
11407 * config.guess: Update from FSF.
11408
11409Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11410
11411 * Makefile.in (GDB_TK): Depend on itcl and tix.
11412
11413Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11414
11415 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11416 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11417 (INSTALL_SCRIPT): New variable.
11418 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11419 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11420 to -x.
11421 * install-sh: Add support for -x option.
11422
11423Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11424
11425 * configure.in, Makefile.in: Treat tix like itcl.
11426
11427Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11428
11429 * Makefile.in (WINDRES): New variable.
11430 (WINDRES_FOR_TARGET): New variable.
11431 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11432 (EXTRA_HOST_FLAGS): Add WINDRES.
11433 (EXTRA_TARGET_FLAGS): Add WINDRES.
11434 (EXTRA_GCC_FLAGS): Add WINDRES.
11435 ($(DO_X)): Pass down WINDRES.
11436 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11437 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11438 DLLTOOL_FOR_TARGET.
11439
11440Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11441
11442 * configure.in: configure sim before gdb for win32-x-ppc
11443
11444Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11445
11446 Move gperf into the toplevel, from libg++.
11447 * configure.in (target_tools): Add target-gperf.
11448 (native_only): Add target-gperf.
11449 * Makefile.in (all-target-gperf): New target, depend on
11450 all-target-libg++.
11451 (configure-target-gperf): Empty rule.
11452 (ALL_TARGET_MODULES): Add all-target-gperf.
11453 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11454 (CHECK_TARGET_MODULES): Add check-target-gperf.
11455 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11456 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11457
11458Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11459
252b5132
RH
11460 * config.sub (mn10200): Recognize new basic machine.
11461
11462Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11463
11464 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11465 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11466
11467Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11468
11469 * configure.in: If we're building mips-sgi-irix6* native, turn on
11470 ENABLE_MULTILIB and set TARGET_SUBDIR.
11471
11472Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11473
11474 * Makefile.in (all-sn): Depend on all-grep.
11475
11476Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11479
11480 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11481 Makefile. From Jeff Makey <jeff@cts.com>.
11482 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11483
11484 * Makefile.in (DISTBISONFILES): Remove.
11485 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11486 $(DEFAULT_YACC).
11487
11488 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11489 cygwin32.
252b5132
RH
11490
11491 * Makefile.in (LD): New variable.
11492 (EXTRA_HOST_FLAGS): Pass down LD.
11493 ($(DO_X)): Likewise.
11494
11495Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11496
11497 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11498
11499Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11500
11501 * configure.in (targargs): Strip out any supplied --build argument
35590697 11502 before adding our own. Always add --build.
252b5132
RH
11503
11504Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11505
11506 * configure.in (targargs): Pass --build if we're doing
11507 a cross-compile.
11508
11509Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11510
ba73c63f 11511 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11512 sed. Otherwise sed chokes on NT path names with drive
11513 designators. Also look for "?:*" as the leading characters in an
11514 absolute pathname.
11515
11516Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11517
11518 * config.sub: Support for r3900.
11519
11520Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * configure.in: Use install-sh, not install.sh.
11523
11524Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11525
11526 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11527 apply it twice.
11528
11529Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11530
11531 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11532 install-binutils.
11533
11534Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11535
11536 * Makefile.in: Add automake targets.
11537 * configure.in (host_tools): Add automake.
11538
11539Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11540
11541 * configure: Default CXX to c++, not gcc.
11542 * Makefile.in (CXX): Set to c++, not gcc.
11543 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11544
11545Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11546
11547 * install-sh: try appending a .exe if source file doesn't
11548 exist
11549
11550Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11551
11552 * configure.in: Turn on multilib by default.
11553 (cross_only): Remove target-libiberty.
11554
11555 * Makefile.in (all-gcc): Don't depend on libiberty.
11556
11557Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11558
11559 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11560
11561Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11562
11563 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11564 (DISTBISONFILES): Add ld/Makefile.in
11565
11566Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11567
11568 * configure.in: if target is cygwin32 but host isn't cygwin32,
11569 don't configure gdb tcl tk expect, not just gdb.
11570
11571Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11572
11573 * configure.in: Added gnuserv everywhere sn appears.
11574
11575 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11576 (CROSS_CHECK_MODULES): Added check-gnuserv.
11577 (INSTALL_MODULES): Added install-gnuserv.
11578 (CLEAN_MODULES): Added clean-gnuserv.
11579 (all-gnuserv): New target.
11580
11581Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11582
11583 * config.guess: Fixes for MIPS OpenBSD systems.
11584
11585Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11586
11587 * Makefile.in (INSTALL_XFORM): Remove.
11588 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11589
11590 * mkinstalldirs: New file, copied from automake.
11591 * Makefile.in (installdirs): Rename from install-dirs. Use
11592 mkinstalldirs. Change all users.
11593 (DEVO_SUPPORT): Add mkinstalldirs.
11594
11595Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11596
11597 * install-sh: Rename from install.sh.
11598 * Makefile.in (INSTALL): Change install.sh to install-sh.
11599 (DEVO_SUPPORT): Likewise.
11600
11601 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11602 Graichen <graichen@rzpd.de>.
11603
11604Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11605
11606 * config.guess: Recognize OpenBSD systems correctly.
11607
11608Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11609
11610 * README, Makefile.in (ETC_SUPPORT): Remove references to
11611 cfg-paper*, configure.{texi,man,info*}._
11612
11613Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11614
11615 * Makefile.in (all.normal): Ensure that gcc is built after all
11616 the x11 - ie gdb - targets.
11617
11618Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11619
11620 * makefile.vms: Don't run conf-a-gas.
11621
11622Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11623
80413487 11624 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11625
11626Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11627
11628 * configure.in: Remove noconfigdirs case since gdb also
11629 configures and builds for tic80-coff.
11630
11631Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11632
11633 * configure: Set cache_file to config.cache.
11634 * Makefile.in (local-distclean): Remove config.cache.
11635
11636Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11637
11638 * COPYING: Update FSF address.
11639
11640Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11641
11642 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11643 noconfigdirs.
11644
11645Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11646
11647 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11648 MAKEDIRS, is empty.
11649
11650Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11651
11652 * config.sub: Tweak mn10300 entry.
11653
11654Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11655
11656 * configure.in (host_tools): Put sim before gdb, so gdb's
11657 configure.tgt can determine if the simulator was configured.
11658
11659Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11660
11661 * config.sub: Move BeOS $os case to be with other Cygnus
11662 local cases.
11663
11664Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11665
11666 * config.sub: Remove misplaced comment that broke Linux.
11667
11668Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11669
11670 * config.sub: Add BeOS support.
11671
11672Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11673
11674 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11675
11676Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11677
11678 * configure.in (noconfigdirs): Remove tcl and tk from
11679 noconfigdirs for cygwin32 builds.
11680
11681Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11682
11683 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11684
11685Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11686
11687 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11688 make-all.com, use makefile.vms instead.
11689
11690Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11691
11692 * config.sub: Accept -lnews*.
11693
11694Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11695
11696 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11697 target-examples and target-libiberty for d30v.
252b5132
RH
11698
11699Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11700
11701 * configure.in (noconfigdirs): Enable ld for d30v.
11702
11703Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11704
11705 * configure.in (tic80-*-*): Build compiler.
11706
11707Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11708
11709 * configure.in (d30v-*): Remove sim directory from list of
35590697 11710 unsupported d30v directories
252b5132
RH
11711
11712Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11713
35590697
AJ
11714 * config.sub, configure.in: Add d30v target cpu.
11715
252b5132
RH
11716Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11717
11718 * makefile.vms: New file.
11719 * make-all.com: Remove.
11720
11721Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11722
11723 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11724
11725Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11726
11727 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11728
11729Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11730
11731 * Makefile.in (ALL_MODULES): Added all-db.
11732 (CROSS_CHECK_MODULES): Addec check-db.
11733 (INSTALL_MODULES): Added install-db.
11734 (CLEAN_MODULES): Added clean-db.
11735
11736Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11737
11738 * config.guess: Merge with latest FSF sources.
11739
11740Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11741
11742 * Makefile.in (ALL_MODULES): Added all-itcl.
11743 (CROSS_CHECK_MODULES): Added check-itcl.
11744 (INSTALL_MODULES): Added install-itcl.
11745 (CLEAN_MODULES): Added clean-itcl.
11746
11747Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11748
11749 * configure.in: build gdb for mn10200
11750
11751Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11752
11753 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11754
11755Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11756
11757 * configure.in (tic80-*-*): Turn off most targets right now.
11758
11759Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11760
11761 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11762 rather than the makeinfo program.
11763 (do-info): Depend upon all-texinfo.
11764
11765Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11766
11767 * configure.in: Remove uses of config/mh-linux.
11768
11769 * config.sub, config.guess: Merge with latest FSF sources.
11770
11771Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11772
11773 * config.sub (case $basic_machine): Add tic80 entries.
11774
11775Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11776
11777 * config.sub, config.guess: Merge with latest FSF sources.
11778
11779Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11780
11781 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11782 * mpw-config.in: Test for NewFolderRecursive.
11783 * mpw-install: Use symbolic name for startup filename.
11784 * mpw-README: Add various additional details.
11785
11786Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11787
11788 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11789
11790Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11791
11792 * configure.in: Do build gcc and the target libraries for
11793 the mn10200.
11794
11795Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11796
11797 * configure.in: don't avoid building gdb for mn10300 any more
11798 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11799 instead of single-quoting it.
11800
11801Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11802
11803 * configure.in: Don't use --with-stabs on IRIX 6.
11804
11805Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11806
11807 * configure.in (m32r): Build gdb, libg++ now.
11808
11809Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11810
11811 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11812 directories from noconfigdirs.
11813
11814Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11815
11816 * config.sub (basic_machine): added mips16 configuration
11817
11818Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11819
11820 * config.sub: Handle d10v-unknown.
11821
11822Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11823
11824 * config.sub: Handle v850-unknown.
11825
11826Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11827
11828 * Makefile.in: add findutils
11829 * configure.in: add findutils to list of host_tools
11830
11831Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11832
11833 * config.sub: Handle mn10200 and mn10300.
11834
11835Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11836
11837 * configure.in (d10v-*): Do not build librx.
11838
11839Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11840
11841 * configure.in (mn10300): Build everything except gdb & libgloss.
11842
11843Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11844
11845 * config.guess: Patch for Dansk Data Elektronik servers,
11846 from Niels Skou Olsen <nso@dde.dk>.
11847
11848 For ncr, use /bin/uname rather than uname, since GNU uname does not
11849 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11850
11851 Patch for MIPS R4000 running System V,
11852 from Eric S. Raymond <esr@snark.thyrsus.com>.
11853
11854 Fix thinko for nextstep.
11855
11856 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11857
11858 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11859 * config.guess: Guess mips-dec-mach_bsd4.3.
11860
11861 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11862 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11863 release numbers.
11864 * config.guess (mips-mips-riscos*): Emit just enough of the
11865 release number.
11866
11867 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11868 * config.guess (sparc-auspex-sunos*): Added.
11869 (f300-fujitsu-*): Added.
11870
11871 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11872 * config.guess: Recognize a Tadpole as a sparc.
11873
11874Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11875
11876 * config.guess: Don't assume that NextStep version is either 2 or
11877 3. NextStep 4 (aka OpenStep 4) has come out now.
11878
11879Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11880
11881 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11882 From Rik Faith <faith@cs.unc.edu>.
11883
11884Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11885
11886 * config.sub: Contributions from bug-gnu-utils to:
11887 Support plain "hppa" (no version given) architecture, reported by
11888 OpenStep.
11889 OpenBSD like NetBSD.
11890 LynxOs is not a hardware supplier.
11891
11892 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11893 OpenBSD like NetBSD.
252b5132
RH
11894 Stratus systems.
11895 More Pyramid systems.
11896 i[n>4]86 Intel chips.
11897 M680[n>4]0 Motorola chips.
11898 Use unknown instead of lynx for hardware manufacturer.
11899
11900Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11901
11902 * install.sh (chmodcmd): Set to null if the DST directory already
11903 exists.
11904
11905Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11906
11907 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11908 not use mt-ppc target Makefile fragment any more.
11909
11910Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11911
11912 * configure.in (*-*-windows): Exclude everything but those dirs
11913 needed to build windows.
11914
11915Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11916
11917 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11918
11919Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11920
11921 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11922
11923Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11924
11925 * Undo my previous change.
11926
11927Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11928
11929 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11930 unconditionally.
11931 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11932
11933Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11934
11935 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11936 host to add it's own flags.
252b5132
RH
11937
11938Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11939
11940 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11941
11942Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11943
11944 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11945 (CXX_FOR_TARGET): Likewise.
11946 (GCC_FOR_TARGET): Define.
11947 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11948 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11949 CC_FOR_TARGET was specified on the command line.
11950 (MAKEOVERRIDES): Don't define.
11951
11952Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11953
11954 * configure.in (m32r): Fix spelling of libg++ libs.
11955
11956Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11957
11958 * config.sub (-apple*): Remove, now redundant.
11959
11960Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11961
11962 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11963
11964 * configure: Rework yesterday's sed script patch.
11965
11966 * config.sub: Merge with FSF.
11967
11968Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11969
11970 * config.guess: Merge from FSF.
11971
11972 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11973 * config.guess: Use pc instead of unknown, for pc clone systems.
11974 Change linux to linux-gnu.
252b5132
RH
11975
11976 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11977 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11978
11979Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11980
11981 * test-build.mk (HOLES): Add "xargs" for gdb.
11982
11983 * configure: Avoid hpux10.20 sed bug.
11984
11985Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11986
4bddf3ad 11987 * configure.in: Add support for windows host
252b5132
RH
11988 (that is a build done under the Microsoft build environment).
11989
11990Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11991
11992 * Makefile.in: Replace all uses of srcroot with s, to shrink
11993 command line lengths.
11994
11995 Patches from Geoffrey Noer <noer@cygnus.com>:
11996 * configure.in: If configuring for newlib, pass --with-newlib to
11997 subdirectories.
11998 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11999 -Bnewlib/ and -Lwinsup to gcc.
12000 (CXX_FOR_TARGET): Likewise.
12001
12002Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12003
12004 * Makefile.in (ETC_SUPPORT): Add configure.
12005
12006Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12007
35590697 12008 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
12009 host configuration file.
12010
12011Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12012
12013 * configure.in: Break mn10x00 support into separate
12014 mn10200 and mn10300 configurations.
12015 * config.sub: Likewise.
12016
12017Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12018
12019 * configure.in: Add lots of stuff to noconfigdirs for
12020 the mn10x00 targets.
12021
12022 * config.sub, configure.in: Add mn10x00 support.
12023
12024Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12025
12026 * make-all.com: Call conf-a-gas, not config-a-gas.
12027
12028Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12029
12030 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12031 targets.
252b5132
RH
12032
12033Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12034
12035 * mpw-README: Add much more detail for native PowerMac.
12036 * mpw-install: New file.
12037 * mpw-configure: Add --norecursion and --help options.
12038 * mpw-config.in: Translate readme and install files when
12039 copying to objdir.
12040 * mpw-build.in: Don't always depend on byacc and flex.
12041 (install-only-top): New action.
12042
12043Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12044
12045 * configure.in: You can now configure GDB for the v850.
12046
12047Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12048
12049 * configure.in (noconfigdirs): Don't configure any C++ dirs
12050 if targeting D10V.
12051
12052Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12053
12054 * config.sub: Recognize mips64vr5000.
12055
12056Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12057
12058 * configure.in: Use a single line for host_tools and native_only.
12059
12060Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12061
12062 * config.sub, configure.in: Add entries for m32r.
12063
12064Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12065
12066 * Makefile.in (inet-install): Don't run install-gzip.
12067
12068Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12069
12070 * configure.in: Don't config lots of things for *-*-windows*.
12071
12072Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12073
12074 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12075 (host_libs, host_tools): Copy from configure.in.
12076 * mpw-configure: Don't complain about directories not found.
12077
12078Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12079
12080 * configure.in (i[345]86): Recognize i686 for pentium pro.
12081 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12082 file.
12083
12084 * config.guess (i[345]86): Ditto.
12085
12086Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12087
12088 * configure.in (noconfigdirs): Removed gdb for D10V.
12089
12090Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12091
12092 * configure.in: Remove ld, target-libio, target-libg++, and
12093 target-libstdc++ from noconfigdirs.
12094
12095Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12096
12097 * configure: Fix three locations where shell scripts were
12098 being run directly rather than with config_shell.
12099
12100Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12101
12102 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12103 * config.sub (basic_machine): Recognize v850.
12104
12105Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12106
12107 * mpw-configure: Handle multiple enable/disable options and
12108 pass them down recursively, handle -c and -s flags appropriately
12109 depending on choice of compiler, add escape mechanism for
12110 quoted arguments to gC.
12111
12112Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12113
12114 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12115 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12116 so that -mrelocatable-lib and -mno-eabi are used.
12117
12118 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12119 not support --print-multi-lib, don't abort.
12120
252b5132
RH
12121Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12122
12123 * make-all.com: Run config-a-gas.
12124 * setup.com: Don't copy subdirectory files around.
12125
12126Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12127
12128 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12129 target, it now compiles correctly.
12130
12131Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12132
12133 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12134
12135Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12136
35590697 12137 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12138
12139Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12140
12141 * configure.in (native_only): Add prms.
12142
12143Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12144
12145 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12146 (BINUTILS_SUPPORT_DIRS): Likewise.
12147
12148Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12149
12150 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12151 d10v support is added.
12152
12153Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12154
12155 * configure.in (d10v-*-*): New target.
12156
12157Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12158
12159 * config.guess (HP 9000/811): Recognize this as a PA1.1
12160 machine.
12161
12162Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12163
12164 * Makefile.in (do-tar-gz): New target, split out from tail end of
12165 taz target. Run each command separately, don't use pipes.
12166 (taz): Use it.
12167
12168Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12169
12170 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12171 * mpw-build.in: No builds should depend on building byacc or flex,
12172 they are assumed to be installed already.
12173
12174Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12175
12176 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12177 variable that CC_FOR_TARGET needs.
12178
12179Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12180
12181 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12182 options have changed since the last time the subdirectory was
12183 configured, and if it has, reconfigure.
12184 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12185 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12186
12187Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12188
12189 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12190 CLEAN_MODULES): Add bash.
12191 (all-bash): New target.
12192
12193Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12194
12195 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12196
12197Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12198
12199 * config.sub (basic_machine): Recognize d10v as a valid processor.
12200
12201Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12202
12203 * mpw-configure: Add support for --bindir.
12204 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12205
12206Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12207
12208 * configure.in: add bash, time, gawk to list of hosttools and things
12209 to only build for native toolchains
12210
12211Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12212
12213 * Makefile.in (docdir): Remove.
12214
12215Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12216
12217 * Makefile.in (datadir): Set to $(prefix)/share.
12218
12219Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12220
12221 * configure.in: build diff and patch for cygwin32-hosted
12222 toolchains.
12223
12224Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12225
12226 * config.sub: Accept -rtems*.
12227
12228Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12229
80413487 12230 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12231 remove diff from the list of things not buildable
12232 via Canadian Cross
252b5132
RH
12233
12234Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12235
12236 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12237 don't get ". ".
252b5132
RH
12238
12239Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12240
12241 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12242
12243Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12244
12245 * Makefile.in (taz): Handle case where tex3patch didn't even get
12246 checked out. Also, if it was found, put the symlink in a new util
12247 subdirectory.
12248
12249Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12250
12251 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12252
12253Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12254
12255 * config.sub: Recognize -openvms.
12256 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12257 * make-all.com, setup.com: New files.
12258
12259Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12260
12261 * Makefile.in (taz): tex3patch moved to texinfo/util.
12262
12263Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12264
afb8d725 12265 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12266 * configure.in: remove make from disable-if-Can-Cross list
12267 enable gdb if ${host} and ${target} are cygwin32
12268
12269Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12270
12271 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12272 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12273
12274Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12275
12276 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12277 distinguish sysv/svr4/bsd variants.
12278 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12279
12280Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12281
12282 * configure.in: Added copyright notice.
12283 * move-if-change: Added copyright notice.
12284
12285Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12286
12287 * configure.in (powerpcle-*-solaris*): Until we get shared
12288 libraries working, don't build gdb, sim, make, tcl, tk, or
12289 expect.
12290
12291Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12292
12293 * config.guess: Merge with FSF:
12294
12295 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12296 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12297
12298 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12299 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12300
12301 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12302 * config.guess: Combine two OSF1 rules.
12303 Also recognize field test versions. From mjr@zk3.dec.com.
12304 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12305 because GNU uname does not support -p. From pmr@pajato.com.
12306
12307Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12308
12309 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12310
12311Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12312
12313 * mpw-README: Document GCCIncludes.
12314
12315Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12316
12317 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12318
12319Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12320
12321 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12322
12323Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12324
12325 * configure.in (*-*-cygwin32): Configure make.
12326
12327Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12328
12329 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12330
12331Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12332
12333 * Makefile.in (all-inet): Depend on all-perl.
12334
12335 * Makefile.in (inet-install): New target.
12336
12337 * Makefile.in (all-inet): Depend on all-tcl.
12338 (all-inet): Depend on all-send-pr.
12339
12340Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12341
12342 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12343 temporarily.
12344
12345Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12346
12347 * configure.in: Don't configure --with-gnu-ld on AIX.
12348
12349Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12350
12351 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12352
12353Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12354
12355 * Makefile.in (ALL_MODULES): Added all-inet.
12356 (CROSS_CHECK_MODULES): Added check-inet.
12357 (INSTALL_MODULES): Added install-inet.
12358 (CLEAN_MODULES): Added clean-inet.
12359 (all-indent): New target.
12360
12361 * configure.in (host_tools): Added inet.
12362 (native_only): Added inet.
12363 (noconfigdirs): Added inet.
12364
12365Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12366
12367 * configure.in: Don't configure libgloss if we are not configuring
12368 newlib.
12369
12370Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12371
12372 * configure.in: Don't configure libgloss for unsupported
12373 architectures.
12374
12375Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12376
12377 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12378
12379Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12380
12381 * Makefile.in (ALL_MODULES): Include all-apache.
12382 (CROSS_CHECK_MODULES): Include check-apache.
12383 (INSTALL_MODULES): Include install-apache.
12384 (all-apache): New target.
12385
12386 * configure.in: Added apache everywhere perl is seen.
12387
12388Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12389
12390 * Makefile.in: Add support for clean-{module} and
12391 clean-target-{module} rules.
12392
12393Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12394
12395 * configure.in (*-*-ose) do not build libgloss.
12396
12397Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12398
12399 * config.guess (prep*:SunOS:5.*:*): Turn into
12400 powerpele-unknown-solaris2.
12401
12402Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12403
12404 * configure.in: Permit --enable-shared to specify a list of
12405 directories.
12406
12407Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12408
12409 * configure.in (host==solaris): Pass only the first word of $CC
12410 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12411
12412Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12413
12414 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12415
12416Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12417
12418 * Makefile.in (ALL_MODULES): Include all-perl.
12419 (CROSS_CHECK_MODULES): Include check-perl.
12420 (INSTALL_MODULES): Include install-perl.
12421 (ALL_X11_MODULES): Include all-guile.
12422 (CHECK_X11_MODULES): Include check-guile.
12423 (INSTALL_X11_MODULES): Include install-guile.
12424 (all-perl): New target.
12425 (all-guile): New target.
12426
12427 * configure.in (host_tools): Include perl and guile.
12428 (native_only): Include perl and guile.
12429 (noconfigdirs): Don't build guile and perl; no ports have been
12430 done.
12431
12432Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12433
80413487
RH
12434 * configure (--enable-*): Handle quoted option lists such as
12435 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12436
12437Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12438
12439 * Makefile.in ({,inst}all-target): New rule so we can make and
12440 install all of the target directories easily.
12441
12442Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12443
12444 * configure.in: Add missing global flag in sed substitution when
12445 deleting `target-' from ${configdirs}.
12446
12447Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12448
12449 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12450 option.
12451
12452 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12453 config/mh-necv4.
12454
12455 * install.sh: Correct misspelling of transformbasename.
12456
12457 * config.guess: Recognize mips-*-sysv*.
12458
12459Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12460
12461 * config.sub: Recognize mon960.
12462
12463Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12464
12465 * configure: Restore Canadian Cross handling of BISON and LEX,
12466 removed in Feb 20 change.
12467
12468Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12469
12470 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12471 Mention make install. Remove the old copyright date as well the
12472 clumsy and rather pointless copyright on the README file.
12473
12474Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12475
12476 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12477 Makefile after running symlink-tree, then run `make distclean' to
12478 avoid clobbering any generated files in srcdir.
12479
12480Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12481
12482 * configure.in (m68k-*-netbsd*): Build everything now.
12483
12484Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12485
12486 * Makefile.in (taz): Fix quoting.
12487
12488Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12489
12490 * configure.in (sparclet-*-*): Build everything now.
12491
12492Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12493
12494 * configure.in (m68k-*-linux*): New host.
12495
12496Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12497
12498 * configure: Check for bison before byacc.
12499
12500Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12501
12502 * Makefile.in configure: Change the way LEX and BISON/YACC are
12503 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12504 searching PATH. These are used as fallbacks by Makefile.in if
12505 flex/bison/byacc aren't in objdir.
12506
12507Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12508
12509 * Makefile.in: Make everything which depends upon all-bfd also
12510 depend upon all-opcodes, in case --with-commonbfdlib is used.
12511
12512Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12513
12514 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12515 building NT native compilers on Unix.
12516
12517Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12518
12519 * configure.in: Don't get CC from the host Makefile fragment if we
12520 can find gcc in PATH, or if this is a Canadian Cross. Move the
12521 Solaris test for /usr/ucb/cc to the post target script, just after
12522 the compiler sanity test.
12523
12524Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * config.sub: Merge with FSF.
12527
12528Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12529
12530 * Makefile.in (RPATH_ENVVAR): New variable.
12531 (REALLY_SET_LIB_PATH): Use it.
12532 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12533
12534Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12535
12536 * config.sub, configure.in: Recognize sparclet cpu.
12537
12538Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12539
12540 * config.guess: Support m68k-cbm-sysv4.
12541
12542Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12543
12544 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12545 m68k-unknown-linuxaout from linker help string. Put quotes around
12546 $ld_help_string.
12547
12548Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12549
12550 * config.guess (powerpc-harris-powerunix): Add guess for port
12551 to new target.
12552
12553Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12554
12555 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12556
12557Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12558
12559 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12560 $(REALLY_SET_LIB_PATH) in Makefile.
12561 * Makefile.in (SET_LIB_PATH): New variable.
12562 (REALLY_SET_LIB_PATH): New variable.
12563 ($(DO_X)): Use $(SET_LIB_PATH).
12564 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12565 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12566 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12567 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12568 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12569 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12570 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12571 (install-dosrel): Likewise.
12572 (all-opcodes): Depend upon all-libiberty.
12573
12574Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12575
12576 * config.guess (*:CYGWIN*): New
12577
12578Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12579
12580 * Makefile.in (all-target-winsup): All all-target-libiberty.
12581
12582Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12583
12584 * configure.in (noconfigdirs): Add missing # in front of comment.
12585
12586Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12587
12588 * configure.in: add second pass to things added to noconfigdirs
12589 so *-gm-magic can exclude libgloss properly.
12590
12591Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12592
12593 * mpw-configure (extralibs_name, rez_name): Set correctly
12594 for MWC68K compiler.
12595
12596 * mpw-README: Add more info on the necessary build tools.
12597
12598Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12599
12600 * configure.in, config.sub: Recognize cygwin32.
12601
12602Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12603
12604 * config.guess, config.sub: Recognize A/UX.
12605
12606Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12607
12608 * config.sub: Merge with gcc/config.sub.
12609
12610Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12611
12612 * mpw-build.in (do-binutils): Add build of stamps.
12613
12614Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12615
12616 * config.sub: Add recognition for mips64vr4100*-* targets.
12617
12618Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12619
12620 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12621 Add creation of gconfigargs with `--enable-shared' turned on.
12622 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12623 ($(host)-stamp-stage3-configured): Likewise.
12624 (HOLES): Add chatr and ldd.
12625 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12626
12627Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12628
12629 * configure: Pass --nfp to recursive configures.
12630
12631Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12632
12633 * Makefile.in (DLLTOOL): New.
12634 (DLLTOOL_FOR_TARGET): New.
12635 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12636 (EXTRA_TARGET_FLAGS): Ditto.
12637 (EXTRA_GCC_FLAGS): Ditto.
12638 (CONFIGURE_TARGET_MODULES): Ditto.
12639 (DO_X): Ditto.
12640 * configure: Add DLLTOOL.
12641
12642Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12643
12644 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12645 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12646 mh-sco, since old workarounds no longer needed, and don't
12647 build ld, since libraries have weak symbols in COFF.
12648
12649Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12650
12651 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12652
12653Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12654
12655 * configure.in: Make sure that ${CC} can be used to compile an
12656 executable.
12657
afb8d725
JM
12658Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12659
12660 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12661 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12662 nothing depending on whether gdbtk is being built.
12663
252b5132
RH
12664Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12665
12666 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12667
12668Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12669
12670 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12671 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12672
12673Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12674
12675 * config-ml.in: Add support for
12676 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12677 Simplify setting of multidirs from --disable-foo.
12678
12679Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12680
12681 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12682 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12683 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12684 non-empty, pass them on to the GCC make.
252b5132
RH
12685 (all-bootstrap): New rule that is like all-gcc, except it executes
12686 the GCC bootstrap rule instead of the GCC all rule.
12687
12688Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12689
12690 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12691
12692Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12693
12694 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12695 DG/UX support.
12696
12697Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12698
12699 * config.sub (i*86*) Change [345] to [3456]
12700
12701Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12702
12703 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12704 --with-gnu-ld=no.
12705
12706Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12707
12708 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12709 AIX multilibs get built.
12710
12711Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12712
12713 * configure.in (i386-win32): Don't build expect if we're not
12714 building the tcl subdir.
12715
12716Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12717
12718 * Makefile.in: (configure-target-examples, all-target-examples):
12719 New targets, configure and build example programs.
12720
12721Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12722
12723 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12724 use it as input to sedit the generated MPW makefile.
12725 * mpw-README: Add a suggestion about Gestalt.h.
12726
12727Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12728
12729 * config.sub: Accept *-*-ieee*.
12730
12731Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12732
12733 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12734 Ronald F. Guilmette <rfg@monkeys.com>.
12735
12736Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12737
12738 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12739 for powerpc-pe native.
12740 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12741 (target==powerpc-pe): duplicate i386-win32 entry.
12742
12743Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12744
12745 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12746 of vxworks, not just vxworks5.1.
12747
12748Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12749
12750 * mpw-configure: Add support for exec-prefix.
12751
12752Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12753
12754 * config.guess: Recognize HP model 816 machines as having
12755 a PA1.1 processor.
12756
12757Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12758
12759 * configure: Ignore new autoconf configure options.
12760
252b5132
RH
12761Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12762
12763 * config.guess: Recognize Pentium under SCO.
12764 From Robert Lipe <robertl@arnet.com>.
12765
12766Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12767
12768 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12769
12770Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12771
12772 * configure.in: Don't configure gas for alpha-dec-osf*.
12773
12774Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12775
12776 * configure.in: Default to --with-stabs for some targets for which
12777 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12778 i[345]86*-*-unixware*.
12779
12780Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12781
12782 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12783 rather than basing it on the target. Simplify handling of options
12784 controlling which directories to configure. Remove extraneous
12785 slash in multi-clean target.
12786
12787Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12788
12789 * config-ml.in: Prefix more variables with ml_ so they don't collide
12790 with configure's.
12791
12792Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12793
12794 * configure: Don't turn -v into --v.
12795
12796Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12797
12798 * configure.in (targargs): Fix typo.
12799
12800 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12801
12802Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12803
12804 * configure.in: Strip --host and --target options from
12805 CONFIG_ARGUMENTS, and always configure for --host only. Add
12806 --with-cross-host option when building with a cross-compiler.
12807 * configure: Canonicalize the arguments put into config.status by
12808 always using `=' for an option with an argument. Pass a presumed
12809 --host or --target explicitly.
12810
12811Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12812
12813 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12814 into general OS recognition case.
12815
12816Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12817
12818 * configure.in (target_configdirs): add target-winsup only
12819 for win32 target systems.
12820
12821Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12822
12823 * Makefile.in (all-target-libgloss): Depend upon
12824 configure-target-newlib, since when libgloss is built it looks to
12825 see if the newlib directory exists.
12826
12827Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12828
12829 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12830 cfg-ml-*.in.
12831
12832Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12833
12834 * configure: Handle LD and LD_FOR_TARGET when configuring a
12835 Canadian Cross.
12836
252b5132
RH
12837Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12838
12839 * configure.in (target_libs): add target-winsup.
12840 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12841 (target==ppcle-pe): remove ld from $noconfigdirs.
12842
12843Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12844
12845 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12846 Preserve relative path names in $srcdir. Build symlink tree if
12847 configuring cross target dir and srcdir=. (= no VPATH support).
12848 (configure-target-libg++): Depend on configure-target-librx.
12849 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12850 * config-ml.in: New file.
12851 * symlink-tree: New file.
12852 * configure: Ensure srcdir="." if that's what it is.
12853
12854Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12855
12856 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12857 includes and FLEX_SKELETON setting.
12858 * mpw-configure (--with-gnu-ld): New option, controls whether
12859 to use PPCLink or ld with PowerMac GCC.
12860 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12861 * mpw-config.in: Configure grez if targeting Mac.
12862
12863 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12864 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12865 just macos.
252b5132
RH
12866 * configure.in: Configure grez resource compiler if targeting Mac.
12867 * Makefile.in (all-grez, install-grez): New targets.
12868
12869Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12870
12871 * configure: CXX defaults to gcc, not g++. If we find
35590697 12872 gcc in the path, set CC to gcc -O2.
252b5132
RH
12873
12874Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12875
12876 * configure: Default ${build} correctly. Avoid picking up extra
12877 spaces when reading CC and CXX from Makefile. When doing a
12878 Canadian Cross, use plausible default values for numerous
12879 variables.
12880 * configure.in: When doing a Canadian Cross, don't try to
12881 configure tools whose configure script can't handle it.
12882
12883Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12884
12885 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12886
12887Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12888
12889 * configure: Remove dubious bug reporting address.
12890
12891Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12892
12893 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12894 configure script, run that instead of this directory's configure.
12895 In either case, print a message that we're configuring the sub-dir.
12896
12897Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12898
12899 * configure.in: Before checking for the existence of various files,
12900 use sed to filter out "target-".
12901
12902Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12903
12904 * Makefile.in (DO_X): Split rule to decrease command line length
12905 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12906 (Philippe De Muyter).
12907
12908Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12909
12910 * Makefile.in (all-patch): depend on all-libiberty.
12911
12912Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12913
12914 * configure.in: If the only directory in target_configdirs which
12915 actually exists is libiberty, then set target_configdirs to empty,
12916 to avoid trying to build a target libiberty in a gas or gdb
12917 distribution.
12918
12919Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12920
12921 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12922 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12923 systems.
252b5132
RH
12924
12925Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12926
12927 * configure.in (copy_dirs): Use sys-include instead of include
12928 for --with-headers option.
12929
12930Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12931
12932 * Makefile.in, configure.in: Make winsup builds work with
12933 new scheme.
12934
12935Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12936
12937 * configure.in: Build the linker on AIX.
12938
12939Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12940
12941 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12942 where needed.
12943
12944Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12945
12946 * Makefile.in (all-gcc): Fix typo.
12947
12948Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12949
12950 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12951
12952Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12953
12954 * configure.in: Rename libFOO to target-libFOO, and xiberty
12955 to target-xiberty, to provide more flexibility.
12956 (target_subdir): Define. Create if cross.
12957 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12958 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12959 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12960 check-libFOO -> check-target-libFOO, etc.
12961 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12962 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12963 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12964 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12965 allow ALL_GCC="" to only configure.
12966 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12967 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12968 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12969
12970Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12971
12972 * Makefile.in (taz): Build "info" in etc explicitly.
12973
12974Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12975
12976 * configure.in: Make sure that CC is undefined (as opposed to
12977 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12978 problem with autoconf trying to configure on a host without GCC.
12979
12980Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12981
12982 * mpw-configure: Set host alias from choice of host compiler,
12983 only use generic MPW Makefile sed if present, edit a file
12984 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12985 * mpw-README: Add problem notes about CW6 and CW7.
12986
12987Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12988
12989 * Makefile.in (taz): Use ";" instead of ";;".
12990
12991Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12992
12993 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12994 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12995 DISTDOCDIRS.
12996 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12997 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12998
12999Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13000
13001 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13002 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13003 Move bfd to DISTSTUFFDIRS.
13004
13005Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13006
13007 * Makefile.in (X11_LIB): Removed.
13008 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13009
13010 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13011
13012Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13013
13014 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13015 names.
13016
13017Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13018
13019 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13020
13021Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13022
13023 * configure.in (i[345]86-*-win32): Always build newlib.
13024 Don't configure cvs, autoconf or texinfo.
13025 * Makefile.in (LD_FOR_TARGET): New.
13026 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13027 Pass down LD_FOR_TARGET.
13028
13029Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13030
13031 * winsup: New directory.
13032 * Makefile.in: Build winsup.
13033 * configure.in: Winsup is configured when target is win32.
13034 Can only build win32 target GDB when native.
35590697 13035
252b5132
RH
13036Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13037
13038 * config.guess: Recognize HP model 819 machines as having
13039 a PA 1.1 processor.
13040
13041Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13042
13043 * configure: Fix sed loop which substitutes for CC and CXX to
13044 avoid bug found in various sed implementations.
13045
13046Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13047
13048 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13049 simulator. Use standard powerpc-*-eabi*.
13050
13051Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13052
13053 * configure.in: Stop putting gas and binutils in noconfigdirs for
13054 powerpc-*-aix* and rs6000-*-*.
13055
13056Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13057
13058 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13059 -mcall-aixdesc libraries.
13060
13061Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13062
13063 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13064
13065 * config.sub (arm | armel | armeb): Fix shell syntax.
13066
13067Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13068
13069 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13070 -msoft-float and -mcpu=common support.
13071 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13072 libraries.
13073
13074Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13075
13076 * configure.in: Allow configuration and build of emacs19 for the alpha.
13077
13078Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13079
13080 * configure.in (CC): Get ^CC, not just any old CC, from
13081 ${host_makefile_frag}.
13082
13083Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13084
35590697 13085 * configure.in (CC): Try to get CC from
252b5132
RH
13086 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13087
13088Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13089
13090 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13091 only if it exists in $(srcdir).
13092
13093Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13094
13095 * configure: If CC and CXX are not set in the environment, set
13096 them, based on either an existing Makefile or on searching for gcc
13097 in PATH. Substitute for CC and CXX in Makefile.
13098 * configure.in: Remove libm from target_libs. Separate
13099 target_configdirs from configdirs. If CC is not set in
13100 environment, try to get it from a host Makefile fragment. Rewrite
13101 changes of configdirs to use skipdirs instead. A few minor
13102 tweaks. Take directories out of target_configdirs as they are
13103 taken out of configdirs. Remove existing Makefile files from
13104 subdirectories. Substitute for TARGET_CONFIGDIRS and
13105 CONFIG_ARGUMENTS in Makefile.
13106 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13107 by configure.in.
13108 (CONFIG_ARGUMENTS): Likewise.
13109 (CONFIGURE_TARGET_MODULES): New variable.
13110 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13111 ($(CONFIGURE_TARGET_MODULES)): New target.
13112 (configure-libg++, configure-libio): New targets.
13113 (all-libg++): Depend upon configure-libg++.
13114 (all-libio): Depend upon configure-libio.
13115 (configure-libgloss, all-libgloss): New targets.
13116 (configure-libstdc++): New target.
13117 (all-libstdc++): Depend upon configure-libstdc++.
13118 (configure-librx, all-librx): New targets.
13119 (configure-newlib): New target.
13120 (all-newlib): Depend upon configure-newlib
13121 (configure-xiberty): New target.
13122 (all-xiberty): Depend upon configure-xiberty.
13123
13124Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13125
13126 * configure.in (host i[345]86-*-win32): Expand the
13127 noconfigdirs again.
13128
13129Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13130
13131 * mpw-configure: Fix sed command file name.
13132
13133Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13134
35590697 13135 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13136 noconfigdirs again.
13137
13138Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13139
13140 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13141 or powerpc*-*-pe*, since they are not yet supported.
13142
13143Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13144
13145 Add PowerMac support and many other enhancements.
13146 * mpw-configure: New option --cc to select compiler to use,
13147 paste options set according to --cc into the generated
13148 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13149 if mpw-make.sed is present.
13150 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13151 add forward includes for PowerPC include files.
13152 * mpw-build.in: Build using Makefile.PPC if present.
13153 (do-byacc, etc): Remove separate version resource builds.
13154 (do-gas): Build "stamps" before "all".
13155 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13156 * mpw-README: Update to reflect --cc option, PowerMac support,
13157 and recently-reported compatibility problems.
13158
13159Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13160
13161 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13162 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13163 (--with-multilib-top): Pass to recursive invocations.
13164
13165Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13166
13167 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13168 v810-*-*.
13169
13170Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13171
13172 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13173 gdb, ld and opcodes on v810-*-*.
13174
252b5132
RH
13175Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13176
13177 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13178 (local-maintainer-clean): New target.
13179 (maintainer-clean): New target.
13180 (realclean): Just depend upon maintainer-clean.
13181
13182Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13183
13184 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13185
13186Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13187
13188 * configure.in: Build ld in mips*-*-bsd* case.
13189
13190Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13191
13192 * config.sub: Accept -lites* OS. From Ian Dall.
13193
13194Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13195
13196 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13197 targets.
252b5132
RH
13198
13199Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13200
13201 * configure.in: treat i386-win32 canadian cross the same as
13202 i386-go32 canadian cross.
13203
13204Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13205
13206 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13207 running under the simulator to build a reduced set of libraries.
13208 (powerpc-*-eabiaix): Add fine grained multilib support added to
13209 other powerpc targets yesterday.
13210
13211Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13212
13213 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13214 -disable-softfloat, -disable-relocatable, -disable-aix, and
13215 -disable-sysv to control which multilib libraries get built.
13216
13217Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13218
13219 * configure: Add Makefile.tem to list of files to remove in trap
13220 handler.
13221
13222Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13223
13224 * config.guess (*Linux*): Add missing "exit"s.
13225 Also, need specific check for alpha-unknown-linux (uses COFF).
13226
13227Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13228
13229 * config.guess: Merge with FSF:
13230
13231 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13232 * config.guess (AIX4): More robust release numbering discovery.
13233
13234 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13235 * config.guess (i386-sequent-ptx): Properly get version number.
13236
13237 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13238 * config.guess (mips:*:4*:UMIPS): New case.
13239
13240Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13241
13242 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13243 (i386-win32 host): Likewise. Don't build readline.
13244
afb8d725
JM
13245Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13246
13247 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13248 SUPPORT_FILES to submakes.
13249
252b5132
RH
13250Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13251
13252 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13253 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13254 mpw-configure.
13255
13256Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13257
13258 * configure.in (appdirs): Use =, not ==, in test expression when
13259 trying to build the text to print in the warning message for
13260 Solaris users.
13261
13262Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13263
13264 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13265
13266Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13267
13268 * config.guess: Recognize lynx-2.3.
13269
13270Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13271
13272 * config.sub (z8ksim): Deleted
13273 (z8k-*-coff): New, this is the one true name of the target.
13274
13275Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13276
13277 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13278
13279Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13280
13281 * config.guess (*:Linux:*:*): First try asking the linker what the
13282 default object file format is (elf, aout, or coff). Then if this
13283 fails, try previous methods.
13284
13285Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13286
13287 * configure.in: Don't build newlib for *-*-vxworks5.1.
13288
13289Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13290
13291 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13292 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13293
13294Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13295
13296 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13297
13298Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13299
13300 * cfg-ml-com.in: New file.
13301 * cfg-ml-pos.in: New file.
13302
13303Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13304
13305 * COPYING.NEWLIB: Add HP free copyright to list.
13306
13307Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13308
13309 * config.sub: Recognize -eabi* for the system, not just -eabi.
13310
13311Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13312
13313 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13314 * config.sub, configure.in (win32): New target and host.
13315
13316Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13317
13318 * configure.in: Add i386-pe configuration.
13319
13320Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13321
13322 * mpw-build.in (install): Install GDB after LD.
13323
13324Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13325
13326 * mpw-config.in (elf/mips.h): Always forward-include, needed
13327 for GDB to build.
13328
13329Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13330
13331 * testsuite: New directory for customer acceptance and whole tool
13332 chain tests.
13333
13334Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13335
13336 * configure: If per-host line isn't found, but AC_OUTPUT is found
13337 and a configure script exists, run it instead.
13338
13339Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13340
13341 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13342
13343Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13344
13345 * configure: Set build_{cpu,vendor,os,alias} to host values when
13346 --build isn't specified.
13347
13348Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13349
13350 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13351 (FLAGS_TO_PASS): Pass them.
13352 (EXTRA_TARGET_FLAGS): Ditto.
13353
252b5132
RH
13354Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13355
13356 * Makefile.in (all-libg++): Depend on all-libstdc++.
13357
13358Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13359
13360 * configure.in (noconfigdirs): Enable all packages for
13361 i386-unknown-netbsd.
13362
13363Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13364
13365 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13366 hosted builds (DOS builds)
13367
13368Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13369
13370 Changes for ARM based on patches from Richard Earnshaw:
13371 * config.sub: Handle armeb and armel.
13372 * configure.in: Omit arm linker only for riscix.
13373
13374Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13375
13376 * config.guess: Update from FSF.
13377
13378Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13379
13380 * config.sub: Recognize powerpcle as the little endian varient of
13381 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13382 powerpcle variant. Convert pentium into i586, not i486. Add p5
13383 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13384 temporarily.
13385
13386Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13387
13388 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13389
13390Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13391
13392 * config.sub: Accept -lites* as a basic system type.
13393
13394Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13395
13396 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13397 installed, and if so return linuxoldld as the system name.
13398
13399Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13400
13401 * config.guess: Add hppa1.1-hp-lites support.
13402
13403Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13404
13405 * configure.in: Don't build newlib for m68k-vxworks5.1.
13406
13407Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13408
13409 * configure.in (mips-sgi-irix6): Use mh-irix5.
13410
13411Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13412
13413 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13414
13415Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13416
13417 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13418 OSF/1. Fix compiler flags.
252b5132
RH
13419 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13420
13421Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13422
13423 * configure.in: Recognize --with-newlib.
13424 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13425
afb8d725
JM
13426Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13427
13428 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13429 to *_X11_MODULES due to gdbtk needing X include files et al.
13430
252b5132
RH
13431Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13432
13433 Merge in support for Mac MPW as a host.
13434 (Old change descriptions retained for informational value.)
13435
13436 * mpw-config.in: Add generic include forwards for cpu-specific
13437 include files in aout and elf directories.
13438
13439 * mpw-configure: Added copyright.
13440 * mpw-config.in: Check for presence of required build tools.
13441 (target_libs): Add newlib.
13442 (target_tools): Add examples.
13443 (Read Me): Generate as "Read Me for MPW" instead.
13444 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13445 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13446 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13447
13448 * mpw-configure: Remove subdir-specific makefile hackery,
13449 delete mk.tmp after using it.
13450
13451 * mpw-build.in (all): Display start and end times.
13452
13453 * mpw-configure (host_canonical): Set.
13454 (target_cpu): Always add to makefiles.
13455 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13456 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13457 (mpw-mh-mpw): Look for in srcdir and srcroot.
13458 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13459
13460 * mpw-build.in: (install-only): New target.
13461
13462 * mpw-configure (host_alias, target_alias): Rename from hostalias
13463 and targetalias, add into generated Makefile.
13464 (mk.tmp): If present, add into generated Makefile.
13465 * mpw-build.in (all-gas): Build config.h first before gas proper.
13466
13467 * mpw-configure (config.status): Write only if changed.
13468 * mpw-config.in (readline): Configure it (not built, just used for
13469 definitions).
13470
13471 * mpw-config.in (elf/mips.h): Add a forward include.
13472
13473 * mpw-config.in: Forward-include most .h files in include into
13474 extra-include.
13475 (readline): Don't build.
13476 mpw-build.in (install): Install GDB.
13477
13478 * mpw-configure (prefix, mpw_prefix): Handle it.
13479 * mpw-config.in (mmalloc, readline): Don't configure.
13480 * mpw-build.in (thisscript): Rename to ThisScript.
13481 Use mpw-build instead of BuildProgram everywhere.
13482 (mmalloc, readline): Don't build.
13483 * mpw-README: New file, basic documentation about the MPW port.
13484
13485 * mpw-config.in: Use forward-include to create include files.
13486
13487 * mpw-configure: Add more things to the top of each configured
13488 Makefile, including contents of config/mpw-mh-mpw.
13489 * mpw-config.in (extra-include): Create this directory and fill it
13490 with Posix-like include files when configuring.
13491
13492 * config.sub (apple, mac, mpw): Add various aliases.
13493
13494 * mpw-build.in: New file, top-level build script fragment for MPW.
13495 * mpw-configure: New file, configure script for MPW.
13496 * mpw-config.in: New file, config fragment for MPW.
13497
13498Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13499
13500 * configure.in (host_libs): Remove glob, since it is gone from the
13501 sources.
13502
13503Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13504
13505 * Makefile.in: define empty GDB_NLM_DEPS var.
13506
13507 * configure.in(target_makefile_frag): use config/mt-netware
13508 for netware targets.
13509
13510Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13511
13512 * config.sub: Merge in recent FSF changes. Remove linux special
13513 cases.
13514
13515Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13516
4bddf3ad 13517 Revert this change:
252b5132
RH
13518
13519 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13520
13521 * build-all.mk: Use CC=cc -Xs on Solaris.
13522
252b5132
RH
13523Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13524
13525 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13526 stop using it.
13527 * Makefile.in: Nuke all references to glob subdirectory.
13528
13529Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13530
13531 * configure.in: Fix --enable-shared logic in per-host.
13532
13533Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13534
13535 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13536
13537Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13538
13539 * configure.in (noconfigdirs): Don't build gas on AIX, for
13540 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13541
13542Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13543
13544 * configure: Fix --cache-file to work if the file argument is a
13545 relative path.
13546
13547Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13548
13549 * configure: If the --cache-file is used, pass it down to
13550 configure in subdirectories.
13551
13552Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13553
13554 * config.sub: add vxworks29k configuration.
13555
13556Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13557
13558 * Makefile.in (taz): Do "diststuff" part quietly.
13559
13560Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13561
13562 * config.sub: Mini-merge with gcc/config.sub.
13563
13564Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13565
13566 * config.guess (IRIX): Sed - to _.
13567
13568Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13569
13570 * Makefile.in (source-vault, binary-vault): New targets.
13571
13572Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13573
13574 * config.sub: Recognize -eabi as a basic system type.
13575
13576Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13577
13578 * configure.in (enable_shared stuff): Fix typo.
13579
13580Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13581
13582 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13583
13584Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13585
13586 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13587
13588Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13589
13590 * configure.in (rs6000-*-*): Don't build gas.
13591
13592Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13593
13594 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13595 reduce command line length.
13596 (AS_FOR_TARGET): Check for as.new, not Makefile.
13597 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13598
13599Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13600
13601 * config.guess: Merge from FSF.
13602
13603Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13604
13605 * configure: Don't use $ when handling program_suffix.
13606
13607Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13608
13609 * configure.in: Configure tk for hppa/hpux.
13610
13611Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13612
13613 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13614
13615Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13616
13617 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13618 to LIBCXXFLAGS. Tests are better run without it.
13619
13620Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13621
13622 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13623
13624Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13625
13626 * configure.in (*-*-netware*): Don't configure xiberty.
13627
13628Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13629
13630 * configure.in: Remove tk from native_only list.
13631
13632Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13633
13634 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13635 for special NCD build.
13636
13637Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13638
13639 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13640 makeall.bat, they're only useful for binutils snapshots.
13641 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13642 makeall.bat to specified SUPPORT_FILES.
13643
13644Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13645
13646 * build-all.mk: Add Ericsson targets to sun4 and solaris
13647 hosts. Add BNR's sun4 target to solaris host, so their
13648 build-from-source will be tested in-house first.
13649
13650Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13651
13652 * Makefile.in (LIBCFLAGS): New variable.
13653 (CFLAGS_FOR_TARGET): Ditto.
13654 (LIBCFLAGS_FOR_TARGET): Ditto.
13655 (LIBCXXFLAGS): Ditto.
13656 (CXXFLAGS_FOR_TARGET): Ditto.
13657 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13658 (BASE_FLAGS_TO_PASS): Pass them.
13659 (EXTRA_TARGET_FLAGS): Ditto.
13660
4bddf3ad 13661 * configure.in: Support --enable-shared.
252b5132
RH
13662
13663Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13664
13665 * configure.in (target_libs): Include libstdc++ again.
13666 * config.guess: Update from FSF (for FreeBSD).
13667
13668Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13669
13670 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13671 makeall.bat.
13672 (DISTDOCDIRS): Add `etc'.
13673 (ETC_SUPPORT_PFX): New variable.
13674 (taz): Include anything from etc starting with a word in
13675 ETC_SUPPORT_PFX.
13676
13677Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13678
13679 * config.sub: Update for recent FSF changes. Remove obsolete
13680 h8300hds entry. Add -windows* and -osx as basic os. Minor
13681 spacing changes.
13682
13683Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13684
13685 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13686
13687 * config.guess: Merge with FSF.
13688 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13689
13690Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13691
13692 * configure: Since the "trap 0" handler will override the exit
13693 status on many systems, only use it for "exit 1", and make it set
13694 a non-zero exit status; reset it before "exit 0". Also, check
13695 exit status of config.sub, and error out if it failed.
13696
13697Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13698
13699 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13700 and install libgloss.
13701
13702Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13703
13704 * Makefile.in (all-binutils): Depend upon all-byacc.
13705
13706 * configure.in: Don't build emacs on Irix 5.
13707
13708Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13709
13710 * configure.in (*-*-netware*): Add libio.
13711
13712Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13713
13714 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13715 (CHECK_TARGET_MODULES): Ditto.
13716 (INSTALL_TARGET_MODULES): Ditto.
13717 (TARGET_LIBS): Ditto.
13718 (all-libstdc++): Note dependencies.
13719
13720Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13721
13722 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13723
13724Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13725
13726 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13727 -fexternal-templates.
13728
13729 * configure.in (target_libs): Add libstdc++.
13730 (noconfigdirs): Add libstdc++ as appropriate.
13731
13732Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13733
13734 * config.guess: Update from FSF.
13735
13736Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13737
13738 * configure: Use ${config_shell} when running ${configsub}.
13739
13740Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13741
13742 * config.sub: No longer recognize h8300h.
13743
13744Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13745
13746 * config.sub: Remove extraneous differences between config.sub and
13747 gcc/config.sub.
13748
13749Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13750
13751 * Makefile.in (DISTSTUFFDIRS): Add gas.
13752
13753Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13754
13755 * COPYING.NEWLIB: New file.
13756
13757Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13758
13759 * config.guess (HP-UX): Patch from Harlan Stenn
13760 <harlan@landmark.com> to also emit release level.
13761
13762Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13763
13764 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13765
13766Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13767
13768 * config.sub: Merge nextstep cleanup from FSF.
13769
13770Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13771
13772 * configure.in (arm-*-*): Don't configure ld for this target.
13773
13774Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13775
13776 * configure.in (*-*-netware): don't configure libg++, libio,
13777 librx, or newlib.
13778
13779Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13780
13781 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13782 configure ld--it works, but it doesn't support shared libraries.
13783
13784Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13785
13786 * config.guess (*-unknown-freebsd*): Get rid of possible
13787 trailing "(Release)" in version string.
13788 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13789
13790Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13791
13792 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13793 Fix type: *-next-neststep -> *-next-nextstep.
13794
13795 * config.guess: Merge from FSF:
13796
13797 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13798
13799 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13800
13801 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13802
13803 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13804 instead of UNIX_SV for UnixWare 1.0).
13805
13806Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13807
13808 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13809 to make gdb/nlm/* build after the compiler and linker.
13810
13811Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13812
13813 * config.guess (netbsd, freebsd, linux): Accept any machine,
13814 not just i[34]86.
13815 (m68k-atari-sysv4): Relocate to match FSF version.
13816
13817 * config.guess: More merges from the FSF:
13818
13819 Add a space before function call or macro invocation.
13820
13821 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13822
13823 * config.guess: Add trap cmd to remove dummy.c and dummy when
13824 interrupted.
13825
13826 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13827
13828 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13829 (dummy): Redirect stderr from compilation of dummy.c.
13830
13831 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13832
13833 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13834
13835Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13836
13837 * configure: Accept and ignore --cache*, for compatibility with
13838 new autoconf.
13839
13840Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13841
13842 * config.guess: Merge from FSF:
13843
13844 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13845
13846 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13847 (PATH): Add /.attbin at end for finding uname.
13848 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13849
13850 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13851
80413487 13852 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13853
13854 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13855
80413487
RH
13856 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13857 to select whether to use ELF or COFF.
252b5132
RH
13858
13859 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13860
80413487 13861 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13862
13863 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13864
13865 * config.guess: Guess the OS version for HPUX.
13866
13867 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13868
13869 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13870
13871Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13872
13873 * configure.in: Recognize --with-headers, --with-libs, and
13874 --without-newlib.
13875 * Makefile.in (all-xiberty): Depend upon all-ld.
13876
13877Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13878
13879 * configure.in: Change i[34]86 to i[345]86.
13880
13881Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13882
13883 * configure (version): A few more tweaks to help message.
13884
13885Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13886
13887 * Makefile.in: Remove (for now) librx as a host library,
13888 now that we're building it for target.
13889
13890Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13891
13892 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13893 (Karl Berry).
13894
13895Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13896
13897 * configure.in: Also configure librx.
13898
13899Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13900
13901 * Makefile.in: Update various rules to reflect that librx
13902 is now needed for libg++.
13903
13904Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13905
13906 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13907
13908Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13909
13910 * configure.in: Configure the examples directory.
13911
13912Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13913
13914 * configure: Simplify Jun 2 1994 change.
13915
13916Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13917
13918 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13919 /bin/gcc isn't good enough to build gcc.
13920
13921Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13922
13923 * Makefile.in (GDB_SUPPORT_FILES): Remove
13924 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13925 (gdb.tar.gz): Add new rule to use standard distribution building
13926 mechanism.
13927
13928Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13929
13930 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13931 Bill Cox <bill@cygnus.com>.
13932
13933Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13934
13935 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13936
13937Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13938
13939 * configure: Search current dir first in .gdbinit.
13940
13941Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13942
13943 * config.sub: Recognize freebsd (merged from gcc config.sub).
13944
13945Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13946
13947 * config.sub: Refer to NeXT's operating system as nextstep.
13948
13949 * config.sub (case $basic_machine): Re-order the cases, to match
13950 the order in the FSF version (which is mostly alphabethical).
13951 Merge in some additions and changes from the FSF.
13952
13953Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13954
13955 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13956 * config.sub: Recognize cxux7.
13957 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13958
13959Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13960
13961 * config.sub: Fix typo powerpc -> powerpc-*.
13962
13963Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13964
13965 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13966
13967 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13968 parallel with all-emacs and install-emacs). Top-level command
13969 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13970
13971Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13972
13973 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13974 $(relbindir)/make before doing ``make install'', and use
13975 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13976 installing over running make binary.
13977 ($(host)-stamp-stage3-installed): Likewise.
13978
13979Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13980
13981 * config.guess: Recognize Mach.
13982
13983Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13984
13985 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13986 see whether --exec-prefix was used.
13987
13988Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13989
13990 * README: Explicitly mention libg++/README. (Zoo's idea.)
13991
13992Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13993
13994 * Makefile.in: Add all-librx target similar to all-libproc.
13995
13996Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13997
13998 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13999 with post 1.2 uname bogosity.
14000
14001Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14002
14003 * configure: Remove temporary files on receipt of a signal.
14004
14005Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14006
14007 * configure: If there is a package_makefile_frag, remove
14008 ${subdir}/Makefile.tem after copying it in.
14009
14010Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14011
14012 * build_all.mk: support rs6000 lynx identifies itself as
14013 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14014 since /bin/gcc is too feeble to compile a modern gcc.
14015
14016Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14017
14018 * brought devo/test-build.mk update-to-date with progressive/
14019 test-build.mk. Add lynx targets and hppa flag info.
14020
14021Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14022
14023 * configure.in: Use mh-ncrsvr43. Patch from
14024 Tom McConnell <tmcconne@sedona.intel.com>.
14025
14026Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14027
14028 * config.guess (i386-unknown-bsdi): No longer need to
14029 check #if defined(__bsdi__) && defined(__i386__).
14030
14031Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14032
14033 * configure: Set program_transform_nameoption correctly.
14034
14035Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14036
14037 * brought build-all.mk update-to-date with progressive build-all.mk,
14038 added new targets and hppa info.
35590697 14039
252b5132
RH
14040Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14041
14042 * configure: If config.guess result is a prefix of the user
14043 specified target, assume a native build and use the user specified
14044 target as the host alias. Remove SunOS patch suffix removal hack.
14045 * configure.in: Remove SunOS patch suffix removal hack.
14046
14047 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14048 in NATIVE_CHECK_MODULES.
14049
14050Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14051
14052 * Makefile.in: Rename HOST_ONLY to NATIVE.
14053 * configure: Delete SunOs patch suffix from host_canonical
14054 and build_canonical variables that are prepended to Makefiles.
14055 * configure.in: Add comments for easier maintenance.
14056
14057Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14058
14059 * Makefile.in: Add all-libproc target similar to all-gui.
14060
14061Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14062
14063 * Makefile.in (CHECK_MODULES): split into
14064 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14065
14066Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14067
14068 * config.guess (i386-unknown-bsdi): New system to guess.
14069
14070Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14071
14072 * Makefile.in: Add all-gui target (but not yet build by "all").
14073
14074Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14075
14076 * config.sub: Move deletion of patch suffix from here...
14077 * configure.in: To here, at Ian's suggestion. The top-
14078 level scripts might need to know of a patch level.
14079
14080Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14081
14082 * config.sub: Strip off patch suffix so rtl is recognized
14083 as a sunos4.1.3 machine, even though it's been patched.
14084
14085Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14086
14087 * Makefile.in (INSTALL_LAST): Delete.
14088 (INSTALL_DOSREL): New.
14089
14090Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14091
14092 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14093 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14094 whether we pass down --with-gnu-ld anyhow.
14095
14096Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14097
14098 * Makefile.in (INSTALL_LAST): Change operation so it works
14099 on more flavors of make.
14100 * configure.in (go32): Don't build libg++ or libio.
14101
14102Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14103
14104 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14105 they can be overriden by templates.
14106
14107Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14108
14109 * configure.in (target==go32): Don't build gdb.
14110 * dosrel: New directory.
14111
14112Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14113
14114 * configure.in (host==go32): Configure dosrel too.
14115 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14116 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14117 be set by incoming names or templates.
14118 (INSTALL_LAST): New rule.
252b5132
RH
14119
14120Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14121
14122 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14123
14124Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14125
252b5132
RH
14126 * configure.in (appdirs): New variable. Currently empty, but will
14127 be used in gas distribution. If nonempty, lists a set of
14128 directories at least one of which must get configured, or top
14129 level configuration is considered to have failed.
14130 (rs6000-*-lynxos*): Use new file name.
14131
14132Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14133
14134 Eliminate XTRAFLAGS.
14135 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14136 newlib include files using -idirafter, and also use -nostdinc.
14137 (CXX_FOR_TARGET): Likewise.
14138 (XTRAFLAGS): Removed.
14139 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14140 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14141 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14142 ($(DO_X)): Don't pass down XTRAFLAGS.
14143
14144Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14145
14146 * configure.in (mips*-dec-bsd*): New target; do build linker.
14147 (mips*-*-bsd*): New target; don't build linker.
14148
14149Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14150
14151 * configure.in: support rs6000-*-lynxos* configuration.
14152 support sunos4 as a cross target.
14153
14154 * config.sub: look for lynx*, not lynx since the OS version may
14155 legitimately be part of the name.
14156
14157Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14158
14159 * configure.in (i[34]86-*-sco*): Move to be with other i386
14160 targets.
14161 (romp-*-*): New target. Skip various binary utilities.
14162 (vax-*-*): New target. Don't build newlib.
14163 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14164
14165Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14166
14167 * configure.in: Only set host_makefile_frag if config
14168 directory exists.
14169
14170Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14171
14172 * install.sh: If $dstdir exists, don't check whether each
14173 component does.
14174
14175Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14176
14177 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14178
14179Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14180
35590697
AJ
14181 * configure.in (*-*-lynxos*): Don't configure newlib for either
14182 native or cross Lynx.
252b5132
RH
14183
14184Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14185
14186 * config.sub (sparc64-elf): Fix os.
14187 (z8k): Remove duplicate.
14188
14189Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14190
14191 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14192 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14193
14194Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14195
14196 * configure: Make file links cleanly even if Lynx fails on
80413487 14197 an NFS symlink (at least fail cleanly).
252b5132
RH
14198
14199Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14200
14201 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14202 -XNh2000.
14203
14204Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14205
14206 * configure: Unknown options are fatal again.
14207
14208Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14209
14210 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14211 compatibility.
252b5132
RH
14212
14213Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14214
14215 * build-all.mk: Add `clean' target.
14216
14217Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14218
14219 * config.guess: Add SINIX support.
14220 * configure.in: Add mips-*-sysv4* support.
14221
14222Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14223
14224 * build-all.mk: Document all useful targets.
14225 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14226 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14227
14228Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14229
14230 * configure: Support --silent, --quiet.
14231
14232Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14233
14234 * configure: Support --disable-FEATURE.
14235
14236Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14237
14238 * config.guess: Recognize NCR running SVR4.3.
14239
14240Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14241
14242 * config.guess: Make BSDI generate i386-unknown-bsd386.
14243 Patch from Paul Eggert <eggert@twinsun.com>.
14244
14245Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14246
14247 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14248
14249Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14250
14251 * configure: Make unrecognized options give nonfatal warnings
14252 instead of fatal errors, and pass them to any subdirectory
14253 configures in case they recognize them.
14254 Make --x equivalent to --with-x.
14255
14256Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14257
14258 * configure: Add --enable-* options. Clean up usage message and
14259 some comments.
14260
14261Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14262
14263 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14264
14265Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14266
14267 * configure.in (hppa*-*-*): Enable binutils.
14268
14269Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14270
14271 * config.sub: Recognize cisco.
14272
14273Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14274
14275 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14276
14277Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14278
14279 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14280 than one configuration name. Add comment.
14281
14282Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14283
14284 * config.guess: about target *-hitachi-hiuxwe2, fixed
14285 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14286 macro is incorrect.]
14287
14288Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14289
14290 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14291 than the "make ls" stuff which used to be here.
14292
14293Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14294
14295 * config.guess: Recognize i[34]86-unknown-freebsd.
14296 From Shawn M Carey <smcarey@rodan.syr.edu>.
14297
14298Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14299
14300 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14301
14302Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14303
14304 * config.guess: Check for ptx.
14305
14306Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14307
14308 * config.sub: Add os9k checking.
14309
14310Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14311
14312 * config.guess: Handle OSF1 running on HPPA processors
14313
14314Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14315
14316 * configure: If subdir configure fails, print out a message with
14317 subdirectory name, in case subdir's configure code didn't identify
14318 itself.
14319
14320Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14321
14322 * configure.in: Remove embedded newlines from configdirs.
14323 Avoid mismatches of substrings. Fix matching strings at end
14324 of configdirs.
14325
14326Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14327
14328 * config.guess: Add Lynx/rs6000 config support.
14329
14330Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14331
14332 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14333
14334Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14335
14336 * configure.in (hppa*-*-osf*): Treat this just like most other
14337 PA configurations (eg no binutils or ld).
14338 (hppa*-*-*elf*): These configurations have binutils and ld.
14339
14340Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14341
14342 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14343
14344Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14345
14346 * configure.in (rs6000-*-*): Build gas.
14347
14348Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14349
80413487 14350 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14351
14352Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14353
14354 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14355 for GDB and GDB has been fixed to not need it.
14356
252b5132
RH
14357Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14358
14359 * config.guess: Recognize vax hosts.
14360
14361Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14362
14363 * configure (while loop): Don't use "break 2" inside case
14364 statement -- the case statement isn't an enclosing loop.
14365
14366Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14367
14368 * config.guess: Clean up NeXT support, to allow nextstep
14369 on Intel machines. Make OS be nextstep.
14370
14371Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14372
14373 * config.guess: Add alternate forms for Convex.
14374
14375Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14376
14377 * configure: Completely rewrite option processing. Take
14378 advantage of pattern-matching to avoid invoking test frequently.
14379 Also clean up host and target defaulting logic.
14380
14381Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14382
14383 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14384 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14385 commands (plus user environment) will fit SCO limits.
14386
14387Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14388
14389 * configure.in: Don't issue warnings about directories which are
14390 not being configured if -norecursion is set. Correct test for
14391 --with-gnu-as and --with-gnu-ld to not get confused by substring
14392 matches.
14393
14394 * configure.in: Don't build gas for alpha-dec-osf1*.
14395
14396Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14397
14398 * configure: Back out Per's change of 12/19/1993. It changes the
14399 behavior of configure in unexpected and confusing ways.
14400
14401 Also, use different delim char when calculating
14402 program_transform_name so that the name can contain slashes.
14403
14404Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14405
14406 * configure.in, config.sub: Add support for VSTa micro-kernel.
14407
14408Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14409
14410 * configure.in: Nuke hacks which were used to get a special
14411 version of GAS for HPPA configurations.
14412
14413Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14414
14415 * configure: If only ${target_alias} is given, use that
14416 as the default for ${host_alias}.
14417 * configure: Add missing back-slashes before nested quotes.
14418
14419Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14420
14421 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14422
14423Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14424
14425 * config.guess: Recognize some Tektronix configurations.
14426 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14427
14428Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14429
14430 * config.sub: Match any flavor of SH.
14431
14432Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14433
14434 * configure.in: Don't try to configure newlib for Alpha.
14435
14436Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14437
14438 * configure.in: Don't build ld for Irix 5. Don't build gas,
14439 libg++ or libio for any Alpha target.
14440
14441 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14442
14443Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14444
14445 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14446 default arguments -- so it tried to compress itself.
14447
14448Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14449
14450 * configure.in (notsupp): ensure that a space is always at the end
14451 of the configdirs list, since the grep checks for an explicit space
14452
14453Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14454
14455 * configure.in (target i386-sysv4.2): don't build ld, since static
14456 versions of many libraries are not available.
14457
14458Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14459
14460 * config.guess: Recognize Apollos (using environment variables).
14461 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14462
14463Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14464
14465 * config.guess: Recognize Sony news mips running newsos.
14466
14467Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14468
14469 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14470 "fi ; else" for bash.
14471
14472Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14473
14474 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14475
14476Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14477
14478 * config.sub: accept unixware as an alias for svr4.2.
14479 Fix some inconsistancies with the gcc version.
14480
14481Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14482
14483 * Makefile.in (DISTDOCDIRS): Add gdb.
14484
14485Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14486
14487 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14488
14489Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14490
14491 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14492 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14493 this now.
14494
14495Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14496
14497 * config.sub: Accept hiux* as an OS name.
14498
14499 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14500 etc/make-stds.texi. The underscore came from gcc, and dje now
14501 agrees that RUNTESTFLAGS is the correct name.
14502
14503Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14504
14505 * install.sh: Remove 'set -e'. It makes any conditionals
14506 in the script useless.
14507
14508 * config.guess: Automatically recognize arm-acorn-riscix
14509 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14510
14511Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14512
14513 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14514
14515Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14516
14517 * Makefile.in (DISTDOCDIRS): New variable.
14518 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14519 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14520
14521Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14522
14523 * configure.in (hppa target): check the source directory for the
14524 pagas sub-directory
14525
14526Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14527
14528 * config.sub: Allow -aout* and -elf*.
14529
14530Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14531
14532 * configure.in: Don't build ld on i386-solaris2, same as for
14533 sparc-solaris2.
14534
14535Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14536
14537 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14538
14539Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14540
14541 * configure.in: Configure gdb for alpha.
14542
14543Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14544
14545 * Makefile.in (CXXFLAGS): Add -O.
14546
14547Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14548
14549 * config.guess: added support for DG Aviion
14550
14551Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14552
14553 * configure.in: Produce warning message for subdirectories not
14554 configurable for this host/target combination. Don't try to
14555 configure gdb for vms.
14556
14557Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14558
14559 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14560 appropriate files before making "diststuff".
14561 (DISTBISONFILES): New var: list of files to be edited.
14562 (DISTSTUFFDIRS): Add binutils.
14563
14564Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14565
14566 * config.sub: also handle mipsel and mips64el (for little endian mips)
14567
14568Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14569
14570 * configure.in: Add * to end of all OS names.
14571
14572Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14573
14574 * configure.in: Build newlib for LynxOS native.
14575
14576Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14577
14578 * config.guess: Add support for delta 88k running SVR3.
14579
14580 * configure.in: Add comment about HP compiler vs. emacs.
14581
14582Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14583
14584 * configure.in: don't build ld on solaris2 (not a viable option
14585 due to bugs in getpwnam & getpwuid)
14586
14587Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14588
14589 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14590 config.guess will produce a full version number.
14591
14592Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14593
14594 * configure.in: Build linker and binutils for alpha-dec-osf1.
14595
14596Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14597
14598 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14599 and gdb/testsuite/Makefile.in.
14600
14601Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14602
14603 * configure.in: recognize mips*- instead of mips-
14604
14605Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14606
14607 * config.sub: Accept linux*coff and linux*elf as operating
14608 systems.
14609
14610Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14611
14612 * config.sub: Recognize mips64, and mips3 as an alias for it.
14613
14614Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14615
14616 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14617 gdb knows how to handle OSF/1 shared libraries.
14618
14619Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14620
14621 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14622 * config.guess: Recognize Hitachi's HIUX.
14623 * config.sub: Recognize h3050r* and hppahitachi.
14624 Remove redundant cases for hp9k[23]*.
14625
14626Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14627
14628 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14629 if gas and ld are in the source tree and are in ${configdirs}.
14630 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14631 --with options (but still pass them down on the command line,
252b5132
RH
14632 if they were explicitly specified).
14633
14634Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14635
14636 * configure: substitute SHELL value in Makefile.in with
14637 ${CONFIG_SHELL}
14638
14639Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14640
14641 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14642 *-*-solaris2* targets.
14643
14644Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14645
14646 * Makefile.in: define M4, and pass it down to sub-makes;
14647 all-autoconf now depends on all-m4
14648
14649Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14650
14651 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14652 presence of {ar,ranlib} instead of a configured directory
14653
14654Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14655
14656 * config.guess: Accept 34?? as well as 33?? for NCR.
14657
14658Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14659
14660 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14661 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14662
14663Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14664
14665 * configure: grab values for $(CC) and $(CXX) from the
14666 environment, so that someone can do "CC=gcc configure; make" and
14667 have it work right (matching the way that autoconf works now)
14668
14669 * configure.in, Makefile.in: add support for gash, the tcl
14670 interface to Galaxy
14671
14672 * config.guess: add NetBSD variants (hp300, x86)
14673
14674Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14675
14676 * install.sh: Support -d option (in the manner of SunOS 4 install,
14677 as it is more deterministic than that of GNU install)
14678 (chmodcmd): Set file to mode 755 by default (should also do default
14679 chgrp and chown, but I don't feel like dealing with that now)
14680
14681Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14682
14683 * config.sub: Remove h8300hhms alias.
14684
14685Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14686
14687 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14688
14689Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14690
14691 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14692 as stmp-fixinc
14693
14694Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14695
14696 * config.sub: recognize m88110-bug-coff.
14697
14698Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14699
14700 * Makefile.in (all-libio): all dependencies on the toolchain used
14701 to build this (gcc, gas, ld, etc)
14702
14703Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14704
14705 * config.guess: Deal with OSF/1 1.3 on alpha.
14706
14707Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14708
14709 * install.sh: add some 'else true' clauses for portability
14710
14711 * configure.in: don't build libio for h8[35]00-*-* targets
14712
14713Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14714
14715 * Makefile.in: Add support for new libio.
14716
14717Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14718
14719 * install.sh: If one command fails, don't try the rest. Don't try
14720 to remove $dsttmp (via trap) unless we have already created it.
14721 If $src doesn't exist, detect it and exit with an error.
14722
14723 * config.guess: Recognize BSD on hp300.
14724
14725Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14726
14727 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14728 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14729
14730Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14731
14732 * Makefile.in (all-send-pr): depends on all-prms
14733
14734Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14735
14736 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14737
14738Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14739
14740 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14741 Added test for mips-mips-riscos5.
14742
14743Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14744
14745 * configure.in: use mh-hp300 for 68k HP hosts
14746
14747Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14748
14749 * configure: add support for CONFIG_SHELL, so that you can use
14750 some alternate shell for evaluating configure scripts
14751
14752Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14753
14754 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14755 in configure script to bug-gdb@prep.ai.mit.edu when building
14756 distribution archive.
14757 * Makefile.in (COMPRESS): Remove def.
14758 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14759 gdb.tar.Z and make-gdb.tar.Z respectively.
14760 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14761 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14762 to convergence with 'taz' target in Makefile.in.
14763
14764Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14765
14766 * install.sh (dsttmp): use trap to ensure that tmp files go
14767 away on error conditions
14768
14769Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14770
14771 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14772
14773Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14774
14775 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14776 its parent is '/' not ''.
14777
14778 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14779
14780Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14781
14782 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14783 that ${newsrcdir}/configure.in does.
14784
14785Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14786
14787 * test-build.mk: support for CONFIG_SHELL
14788
14789Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14790
14791 * config.sub (netware): Add as a basic system type.
14792
14793Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14794
14795 * Makefile.in (Makefile): depend on configure.in. Also drop the
14796 $(srcdir)/ from the dependency on Makefile.in.
14797
14798Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14799
14800 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14801 (h8300hhms is temporary until multi-libraries are implemented).
14802 * configure.in: Handle h8300h too.
14803
14804Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14805
14806 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14807
14808Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14809
14810 * configure: Remove extraneous output when guessing host type.
14811 * config.guess: Remove extraneous output when guessing using C
14812 compiler rather than uname, or when guessing fails.
14813
14814Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14815
14816 * Makefile.in: remove all.cross and install.cross targets
14817
14818 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14819 definitions
14820
14821Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14822
14823 * configure.in (target sh): Build gprof.
14824
14825Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14826
14827 * config.sub: change -solaris to -solaris2
14828
14829Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14830
14831 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14832
14833Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14834
14835 * configure: Correct error message for missing Makefile.in to
14836 print correct directory.
14837
14838Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14839
14840 * install.sh: kludge around 386BSD shell bug
14841
14842Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14843
14844 * config.guess: Recognize NeXT.
14845 * config.guess: Recognize i486-ncr-sysv4.
14846 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14847
14848Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14849
14850 * Makefile.in (MAKEINFOFLAGS): New variable.
14851 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14852 * build-all.mk, test-build.mk: Pass down --no-split as
14853 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14854
14855Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14856
14857 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14858
14859Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14860
14861 * Makefile.in (libg++.tar.z): New rule.
14862 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14863 * Makefile.in (taz): Only do a single chmod.
14864
14865Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14866
14867 * install.sh: don't use dirname anymore (replaced with sed usage)
14868
14869Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14870
14871 * Makefile.in: Change extension for gzip'd files from '.z' to
14872 '.gz' per new FSF standard usage.
14873
14874Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14875
14876 * configure: put quotes around the final value of program_transform_name
14877
14878Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14879
14880 * Makefile.in: new install.sh support; update install-info rules
14881
14882Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14883
14884 * configure.in: Build diff for crosses, but not for go32 host.
14885
14886 * configure.in: Build gprof only for native, and don't build it
14887 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14888
14889Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14890
14891 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14892
14893Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14894
14895 * configure.in (host_tools): Add prms.
14896
14897Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14898
14899 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14900 with $(FLAGS_TO_PASS) on the command line
14901
14902 * config.sub: Recognize lynx and lynxos
14903
14904Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14905
14906 * config.sub: Accept -ecoff*, not just -ecoff.
14907
14908Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14909
14910 * Makefile.in (taz): Use .gz suffix instead of .z.
14911 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14912 names.
14913
14914Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14915
14916 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14917
14918Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14919
14920 * Makefile.in (install-no-fixedincludes): install gcc last, so
14921 that rebuilds that might happen during 'make install' don't get
14922 bogus gcc include files
14923
14924Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14925
14926 Change from Utah for HPPA support:
14927 * config.guess: Recognize hppa1.x-hp-bsd.
14928
14929Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14930
14931 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14932 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14933
14934Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14935
14936 * config.sub: Add support for rom68k and bug boot monitors.
14937
14938Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14939
14940 * Makefile.in: Make all-opcodes depend on all-bfd.
14941
14942Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14943
14944 * config.guess: Added special check for i[34]86-univel-sysv4*.
14945
14946Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14947
14948 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14949 the processor rather than assuming i486.
14950
14951Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14952
14953 * config.guess: Recognize SunOS6 as Solaris3.
14954
14955Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14956
14957 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14958 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14959
14960Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14961
14962 * build-all.mk (all-cross): New target for Canadian Cross.
14963 Added Q2 go32 targets.
14964 * test-build.mk: Configure go32 cross sparclite-aout and
14965 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14966 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14967
14968Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14969
14970 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14971 GO32 hosted toolchains
14972
14973Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14974
14975 * configure: change so "-exec-prefix" gets passed down rather
14976 than "-exec_prefix" so autoconf generated Makefiles get the
14977 exec_prefix set right.
14978
14979Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14980
14981 * config.guess: get the Solaris2 minor version number
14982
14983 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14984
14985Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14986
14987 * config.guess: Recognize some Sequent platforms.
14988
14989Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14990
14991 * Makefile.in: added the vault-install target
14992
14993 * configure.in: actually use the Sun3 makefile fragment that's in
14994 config, also added the release dir to configdirs
14995
14996Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14997
14998 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14999
15000Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15001
15002 * configure.in: remove some program from Alpha targetted toolchains
15003
15004Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15005
15006 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15007 gprof.
15008 (taz): Run "make diststuff" in those directories instead of "make
15009 proto-dir". Look for "VERSION=" only at start of line in subdir
15010 Makefile. Use "gzip -9" for compression.
15011 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15012 (binutils.tar.z): New target.
15013
15014Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15015
15016 * Makefile.in (taz): Include gpl.texinfo.
15017
15018Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15019
15020 * Makefile.in (setup-dirs): Merged into "taz" target.
15021 (taz): Only do `proto-dir' stuff if a directory is actually needed
15022 for this target.
15023
15024Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15025
15026 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15027 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15028 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15029 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15030 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15031
15032Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15033
15034 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15035 config.sub, and move-if-change to gdb testsuite distribution
15036 archive, so the testsuite can be extracted, configured, and
15037 run separately from the gdb distribution. Blow away the Chill
15038 tests that require a Chill compiled executable, since GNU Chill
15039 is not yet publically available.
15040
15041Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15042
15043 * test-build.mk: set environment variables in a single command,
15044 instead of a list of assignments and exports
15045
15046 * config.guess: recognize Alpha/OSF1 systems
15047
15048Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15049
15050 * configure: Change help message to prefer --options rather than
15051 -options.
15052
15053Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15054
15055 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15056 zippy@ecst.csuchico.edu.
15057 * config.guess: Recognize miniframe.
15058
15059Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15060
9eb322aa
MF
15061 * Makefile.in: Use srcroot to find runtest rather than rootme.
15062 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15063
15064Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15065
15066 * test-build.mk: Extensive additions to support building on a
15067 machine other than the host.
15068
15069Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15070
15071 * configure (tooldir): Fix for i386-aix again.
15072
15073Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15074
15075 * configure, Makefile.in: Change definition of $(tooldir)
15076 to match the FSF.
15077
15078Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15079
15080 * config.guess: Recognize i[34]86/SVR4.
15081
15082Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15083
15084 * Makefile.in (all-gdb): gdb depends on sim.
15085
15086Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15087
15088 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15089 at the same time we make the prototype gdb directory.
15090 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15091 files at the same time as the gdb base release distribution.
15092
15093Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15094
15095 * Makefile.in (check): Use individual check targets rather than
15096 DO_X rule.
15097 (check-gcc): Added.
15098
15099Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15100
15101 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15102 for System V release 3.2.
15103
15104Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15105
15106 * config.sub: Recognize hppaosf.
15107 * configure.in: Do configure ld/binutils/gas for it.
15108
15109Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15110
15111 * configure (tooldir): Alter syntax used to set this, for systems
15112 where "\$" isn't handled right, like i386-aix.
15113
15114Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15115
15116 * configure: Pass program-transform-name, not
15117 program_transform_name, to recursive configures.
15118
15119Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15120
15121 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15122 of gas+ld+binutils.
15123
15124Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15125
15126 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15127
15128Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15129
15130 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15131
252b5132
RH
15132Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15133
15134 * Makefile.in (PRMS): Set back to all-prms.
15135
15136Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15137
15138 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15139 targets, rather than for MIPS hosts.
15140
15141Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15142
15143 * configure.in: add comment for --with-x default values
15144
15145 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15146
15147 * Makefile.in: add check-* targets for each of the directories in
15148 the tree. Add a definition of RUNTEST that will use the one we
15149 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15150
15151Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15152
15153 * configure.in: Removed obsolete references to bfd_target and
15154 target_makefile_frag.
15155
15156 * build-all.mk: Set assorted targets for Q2.
15157 * config.sub: Recognize z8k-sim and h8300-hms.
15158 * test-build.mk: Really don't pass host to configure.
15159 (HOLES): Added uname.
15160
15161Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15162
15163 * configure: Handle an empty program-prefix, program-suffix or
15164 program-transform-name correctly.
15165
15166Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15167
15168 * build-all.mk: -G 8 no longer required for MIPS targets.
15169 * test-build.mk: Don't pass host argument to configure; make it
15170 guess.
15171
15172Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15173
15174 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15175 * Makefile.in (COMPRESS): New macro, like GZIP.
15176
15177Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15178
15179 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15180
15181 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15182 with gas currently defaults to -G 0.
15183
15184Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15185
15186 * Makefile.in (all-flex): flex depends on byacc.
15187
15188 * build-all.mk: If host not specified, use config.guess. Pass TAG
15189 to test-build.mk as RELEASE_TAG.
15190 * test-build.mk (configargs): New variable containing arguments to
15191 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15192 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15193
15194 * config.guess: Use /bin/uname when checking -X argument on SCO,
15195 to avoid invoking GNU uname which doesn't understand -X.
15196
15197 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15198
15199 * configure.in: Build gas for mips-*-*.
15200
15201Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15202
15203 * Makefile.in (all.normal): insert missing backslash.
15204
15205Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15206
4bddf3ad 15207 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15208
15209 * Makefile.in: Complete overhaul to merge many almost identical
15210 targets.
15211
15212Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15213
15214 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15215 (gdb.tar.Z): Adjusted.
15216
15217 * Makefile.in (setup-dirs, taz): New targets; should be general
15218 enough to adapt for gdb sometime. Build only .z file.
15219 (gas.tar.z): New target.
15220
15221Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15222
15223 * build-all.mk: Use CC=cc -Xs on Solaris.
15224
252b5132
RH
15225Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15226
15227 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15228 for handling BISON for FSF releases.
15229
15230Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15231
15232 * configure: Actually implement the change zoo just documented.
15233
15234Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15235
15236 * configure: when using config.guess, only set target_alias when
15237 it's not already been set (ie, on the command line)
15238
15239Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15240
15241 * Makefile.in: add installcheck target, set PRMS to install-prms
15242
15243Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15244
15245 * configure: add support for package_makefile_fragment, handle the
15246 case where a directory has a configure.in file but no Makefile.in
15247 more gracefully (with an actual understandable error message, even);
15248 add support for --without (and add this to the usage message); also
15249 explicitly add a --host=${host_alias} to the command line when
15250 config.guess is used
15251
15252Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15253
15254 * configure: Must use both --host and --target in recursive calls.
15255
15256Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15257
15258 * Makefile.in: Change deja-gnu to dejagnu.
15259
15260Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15261
15262 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15263
15264Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15265
15266 * configure.in: canonicalize all instances to *-*-solaris2*,
15267 also strip out a number of tools to not build for go32 host
15268
15269Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15270
15271 * config.guess: add GPL.
15272
15273 * Makefile.in, config.guess, config.sub, configure: bump
15274 copyrights to 93.
15275
15276Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15277
15278 * Makefile.in (do-info): Removed obsolete check for existence of
15279 localenv file.
15280
15281 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15282
15283Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15284
15285 * Makefile.in: a couple of 'else true' for decstation,
15286 support for TclX
15287
15288 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15289
15290Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15291
15292 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15293
15294Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15295
15296 * config.guess: Recognize i386-ibm-aix (PS/2).
15297 * configure.in: Use config/mh-aix386 file for it.
15298
15299Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15300
15301 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15302 CC_FOR_TARGET instead.
15303 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15304
15305Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15306
15307 * Makefile.in: Add sim to list of directories sent with gdb
15308
15309Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15310
15311 * configure.in: Put back mips-dec-bsd* case.
15312
15313Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15314
15315 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15316 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15317 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15318
15319Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15320
15321 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15322
15323 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15324 (install-info): install dir.info only if it exists,
15325 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15326
15327Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15328
15329 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15330 gas for mips-dec-bsd.
15331
15332Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15333
15334 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15335 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15336
15337Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15338
15339 * configure.in: Added "dejagnu" to hosttools list.
15340
15341Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15342
15343 * config.sub, configure.in, config.guess: Add support
15344 for Bosx, an AIX variant from Bull.
15345 Patches from F.Pierresteguy@frcl.bull.fr.
15346
15347Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15348
15349 * devo/dejagnu: Initial creation of devo/dejagnu.
15350 Migrated dejagnu testcases and support files for testing software
15351 tools to reside as subdirectories, currently called "testsuite",
15352 within the directory of the software tool. Migrated all programs,
15353 support libraries, etc. beloging to dejagnu proper from
15354 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15355 with no modifications. The changes to these files which will
15356 allow them to configure, build, and execute properly will be made
15357 in a future update.
15358
15359Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15360
15361 * Makefile.in: Change send_pr to send-pr.
15362 * configure.in: Likewise.
15363 * send_pr: Renamed directory to send-pr.
15364
15365Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15366
15367 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15368
15369Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15370
15371 * README: Update for gdb-4.8 release.
15372 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15373 gdb-xxx.tar.z (gzip'd) file also.
15374
15375Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15376
15377 * Makefile.in: make all-diff depend on all-libiberty
15378
15379Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15380
15381 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15382
15383Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15384
15385 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15386
15387Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15388
15389 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15390 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15391 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15392
15393Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15394
15395 * Makefile.in: makeinfo binary is in a new location
15396
15397Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15398
15399 * config.sub: Accept -ecoff as an OS.
15400
15401 * Makefile.in: Various changes to eliminate a level of make
15402 recursion and reduce the required command line length.
15403 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15404 sub-makes.
15405 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15406 variables holding settings for specific sub-makes.
15407 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15408 in terms of BASE_FLAGS_TO_PASS.
15409 (TARGET_LIBS): New variable listing directories which use
15410 TARGET_FLAGS_TO_PASS.
15411 (subdir_do): Eliminated.
15412 (do-*): New set of targets to replace subdir_do.
15413 (various): All targets which used subdir_do now depend on do-*.
15414 (local-clean): Renamed from do_clean.
15415 (local-distclean): New target, dependency of distclean and
15416 realclean.
15417 (install-info): Don't create directories. Depend on dir.info
15418 rather than calling make recursively.
15419 (install-dir.info): Eliminated.
15420 (install-info-dirs): Create all info directories here.
15421 (dir.info): Depend upon do-install-info.
15422
15423 * test-build.mk (HOLES): Added false.
15424
15425Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15426
15427 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15428
15429Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15430
15431 * Makefile.in (info): remove dependency on all-texinfo. The
15432 problem was really in texinfo/C, not at this level.
15433
15434Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15435
15436 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15437
15438Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15439
15440 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15441 GDB releases.
15442
15443Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15444
15445 * configure: Include srcdir in message about target of link not
15446 being found. Don't convert `-' to `_' in `with' options being
15447 passed to subdirs.
15448
15449Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15450
15451 * configure.in: add uudecode to host_tools
15452
15453 * Makefile.in: added {all,install}-uudecode targets, added them to
15454 the appropriate lists
15455
15456Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15457
15458 * Makefile.in (all-gcc): Added dependency on all-gas.
15459
15460 * configure.in (mips-*-*): Build ld and binutils.
15461
15462Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15463
15464 * configure: check return code from mkdir, print error message and
15465 exit on failure.
15466
15467Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15468
15469 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15470
15471Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15472
15473 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15474
15475Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15476
15477 * config.sub (h8500): Recognize this as a cpu type.
15478
15479Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15480
15481 * configure: source directory missing is no longer a warning
15482
15483 * configure.in: recognize irix[34]* instead of irix[34]
15484
15485 * Makefile.in: define and pass down X11_LIB
15486
252b5132
RH
15487Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15488
15489 * guess-systype: Renamed to ...
15490 * config.guess: ... by popular request.
15491 * configure.in, Makefile.in: Update accordingly.
15492
15493Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15494
15495 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15496 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15497 + Execute ./dummy instead of assuming . is in PATH.
15498
15499Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15500
15501 * guess-systype: New shell script. Attempts to guess the
15502 canonical host name of the executing host.
15503 Only a few hosts are supported so far.
15504 * configure: Call guess-systype if no host is specified.
15505
15506Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15507
15508 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15509 gcc Makefile.
15510
15511
15512Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15513
15514 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15515 (all-gcc, install-gcc, subdir_do): Use it.
15516
15517Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15518
15519 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15520
15521Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15522
15523 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15524 set exclusively by configure, using configure.in .
15525
15526Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15527
15528 * test-build.mk: set $PATH for all builds
15529
15530 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15531
15532Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15533
15534 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15535 the one used in gcc/Makefile.in, so that a null expansion doesn't
15536 override the one needed to build gcc with a native cc.
15537
15538
15539Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15540
15541 * configure: Accept -with arguments.
15542
15543Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15544
15545 * Makefile.in: added h8300sim
15546
15547Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15548
252b5132
RH
15549 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15550 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15551 (all-cygnus, native, build-cygnus): Make
15552 $(canonhost)-stamp-3stage-done, not $(host)....
15553 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15554 i386-sco3.2v4. Added else true to if command.
15555
15556Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15557
15558 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15559
15560Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15561
15562 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15563
15564Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15565
15566 * configure.in: don't remove binutils from Solaris builds
15567
15568Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15569
15570 * Makefile.in: get rid of earlier definitions for *clean,
15571 also handle the recursive info rule better
15572
15573Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15574
15575 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15576 do more-or-less the right thing.
15577
15578Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15579
15580 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15581 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15582
15583Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15584
15585 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15586 $(host_canonical).
15587
15588 * configure.in: split the configdirs list into 4 categories (native
15589 v. cross, library v. tool) and handle the cross-only and native-
15590 only in more reasonable (and correct!) way.
15591
15592Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15593
15594 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15595 configdirs anymore.
15596
15597Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15598
15599 * Makefile.in: extensive cleanup:: removed all of the explicit
15600 clean-* targets, collapsed many wrappers around subdir_do into
15601 one, added additional targets to satisfy standards.texi, deleted
15602 some old targets, some changes for consistency
15603
15604Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15605
15606 * configure.in: handle some programs as cross-only, and others as
15607 native only
15608
15609 * test-build.mk: handle partial holes in a more generic manner
15610
15611 * Makefile.in: m4 depends on libiberty
15612
252b5132
RH
15613Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15614
15615 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15616 time, wdiff, and find to configdirs
15617
15618 * Makefile.in: all, clean, and install rules for the new programs
15619 added to configure.in
15620
15621Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15622
15623 * configure.in: use mh-sun for all *-sun-* hosts
15624
252b5132
RH
15625Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15626
15627 * Makefile.in: define flags for X11 include files and library file
15628 locations, pass them down to the programs that need this info
15629
15630 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15631
252b5132
RH
15632Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15633
15634 * configure.in: start building libg++ for HP-UX targets
15635
15636Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15637
15638 * README: Update references to files moved into etc/.
15639
15640Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15641
15642 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15643 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15644
15645Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15646
15647 * configure: accept dash as well as underscore in long option
15648 names for FSF compatibility.
15649
15650Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15651
15652 * config.sub: added -sco3.2v4 support from FSF.
15653
15654Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15655
15656 * configure.in: expand the section that adds or removes
15657 directories from the list of programs to build, to handle native
15658 vs. cross in addition to host v. native
15659
15660Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15661
15662 * Makefile.in: Replace C++ in macro names with CXX.
15663 This is less likely to break ...
15664
15665Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15666
15667 * test-build.mk: add -w to GNU_MAKE
15668
15669Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15670
15671 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15672 add 'sparc' to list of recognized cpus. This needed to make
15673 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15674 Delete some redundant ose68 variants. Recognize -wrs as an os,
15675 then changes that into $CPU-wrs-vxworks.
15676
15677 * configure.in: remove most references to gdbtest, regularize
15678 target based program removal
15679
15680 * test-build.mk: import from p3 tree (many fixes and changes)
15681
15682Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15683
15684 * Makefile.in: added rules to handle tcl, tk, and expect
15685
15686 * configure.in: handle those directories if they exist
15687
15688Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15689
15690 * config.sub: removed bogus hppabsd and hppahpux names, since
15691 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15692
15693Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15694
15695 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15696 depends upon all-xiberty
15697
15698 * Makefile.in: changes from p3, including:
15699
15700 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15701
15702 * Makefile.in (XTRAFLAGS): include newlib directories if
15703 newlib/Makefile exists, rather than if host != target.
15704
15705 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15706
15707 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15708 from the same source tree and not building a cross-compiler. This
15709 matters for the libg++ configuration if reconfiguring a tree that
15710 has already been installed.
15711
15712 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15713
15714 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15715 pick up the machine and system specific header files.
15716
15717 * Makefile.in: added AS_FOR_TARGET, passed down in
15718 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15719 the C compiler to use to create programs which are run in the
15720 build environment, set it to default to $(CC), and passed it down
15721 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15722
15723 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15724
15725 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15726 We need them for unusual native builds, like systems without
15727 ranlib.
15728
15729 * configure: also define $(host_canonical) and
80413487
RH
15730 $(target_canonical), which are the full, canonical names for the
15731 given host and target
252b5132
RH
15732
15733Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15734
15735 * Makefile.in: Added separate definitions for C++.
15736
15737Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15738
15739 * configure.in (configdirs): Add deja-gnu.
15740
15741Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15742
15743 * README: Update for configure.texi and gdb-4.7 release.
15744
15745Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15746
15747 * Makefile.in: Move "all" target to top of file.
15748 Previously, first target was ".PHONY" which caused BSD4.4 make
15749 to build .PHONY when make was run without arguments.
15750
15751Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15752
15753 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15754 Library-copylefted code in libiberty.
15755
15756Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15757
15758 * config.sub: Replace m68kmote with plain old m68k.
15759
15760Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15761
15762 * Makefile.in: Remove space from blank line, avoid Make complaints.
15763
15764Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15765
15766 * config.sub: Complain if no argument is given. Added support for
15767 386bsd as OS and target alias.
15768
15769Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15770
15771 * Makefile.in (XTRAFLAGS): include newlib directories if
15772 newlib/Makefile exists, rather than if host != target.
15773
15774Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15775
15776 * config.sub: recognize sparclite-wrs-vxworks.
15777
15778 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15779 p3.) Added clean-xiberty to clean.
15780
15781Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15782
15783 * configure.in: use *-*-* instead of nested cases for host and target
15784
15785Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15786
15787 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15788 from the same source tree and not building a cross-compiler. This
15789 matters for the libg++ configuration if reconfiguring a tree that
15790 has already been installed.
15791
15792Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15793
15794 * config.sub (i486v/i486v4): Merge in from FSF version.
15795
15796Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15797
15798 * configure: only set PWD if it is already set.
15799
15800Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15801
15802 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15803 doesn't have unset and all success paths (and most error paths)
15804 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15805 to just ${PWD} to avoid confusion.)
15806
15807Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15808
15809 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15810 even for a native compilation.
15811
15812Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15813
15814 Changes to make the gdb.tar.Z rule work better.
15815
15816 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15817 (DEVO_SUPPORT): Add configure.texi.
15818 (bfd-ilrt.tar.Z): Remove ancient rule.
15819
15820Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15821
15822 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15823 pick up the machine and system specific header files.
15824
15825 * configure.in, config.sub: added new target m68010-adobe-scout,
15826 with alias of adobe68k. Changed configure.in to check for
15827 -scout before -sco* to avoid a false match.
15828
15829 * Makefile.in: added AS_FOR_TARGET, passed down in
15830 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15831 the C compiler to use to create programs which are run in the
15832 build environment, set it to default to $(CC), and passed it down
15833 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15834
15835Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15836
15837 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15838 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15839 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15840 FOR_TARGET variants, to newlib and libg++.
15841
15842Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15843
15844 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15845 first.
15846
15847Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15848
15849 * config.sub: Accept `elf' as an environment.
15850
15851Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15852
15853 * Makefile.in (all-opcodes): cd into the right directory
15854
15855Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15856
15857 * configure: added -program_transform_name option, used as
15858 argument to sed when installing programs.
15859 configure.texi: added documentation for -program_prefix,
15860 -program_suffix and -program_transform_name.
15861
15862Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15863
15864 * config.sub: Accept i486 where i386 ok.
15865
15866Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15867
15868 * config.sub: accept we32k
15869
15870Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15871
35590697 15872 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15873
15874 * Makefile.in: don't create all directories for ``make install'';
15875 let the subdirectories create the ones they need.
15876
15877Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15878
80413487 15879 * COPYING: new file, GPL v2
252b5132
RH
15880
15881Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15882
15883 * Makefile.in: use the new gen-info-dir, which needs a template
15884 argument (which also lives in texinfo)
15885
15886 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15887
252b5132
RH
15888Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15889
15890 * config.sub (ncr3000): Change i386 to i486.
15891
15892Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15893
15894 * Makefile.in: add install-rcs, install-grep to
15895 install-no-fixedincludes, removed install-bison and install-libgcc
15896
15897Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15898
15899 * configure.in: grab the HPUX makefile fragment if on HPUX
15900
15901Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15902
15903 * Makefile.in: eradicate bison spoor (ditto libgcc).
15904 configure.in: recognise m68{k,000}-ericsson-OSE.
15905 es1800 is alias for m68k-ericsson-OSE
15906
15907Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15908
15909 * configure.in: rearrange the parts that remove programs from
15910 configdirs, based now on HOST==TARGET or by canonical triple.
15911
15912Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15913
15914 * test-build.mk: recurse explicitly with -f test-build.mk when
15915 appropriate. predicate stage3 and comparison on the existence
15916 of gcc. That is, if gcc isn't around, we aren't three-staging.
15917 On very clean, also remove ...stamp-co. Build in-place before
15918 doing other builds.
15919
15920Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15921
15922 * Makefile.in, configure.in: add tgas
15923
15924Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15925
15926 * Makefile.in: a number of changes merged in from progressive.
15927
15928 * configure.in: add libm.
15929
15930 * .cvsignore: ignore some stuff that comes from test-build.mk.
15931
252b5132
RH
15932Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15933
15934 * config.sub: Add es1800 (m68k-ericsson-es1800).
15935
15936Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15937
15938 * configure: Add program_suffix (parallel to program_prefix)
15939 * Makefile.in: adjust directory-creating script for losing decstation
15940
15941Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15942
15943 * configure: Minor $subdir-related fixes.
15944
15945Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15946
15947 * configure: fix various problems with propogating
15948 makefile_target_frag in subdirs.
15949 * configure.in: config libgcc if its there
15950
15951Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15952
15953 * config.sub: HPPA merge.
15954
252b5132
RH
15955Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15956
15957 * Makefile.in: Replace all-bison with all-byacc in all
15958 dependency lines for other tools (which now use byacc).
15959
15960Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15961
15962 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15963
252b5132
RH
15964Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15965
15966 * Makefile.in: make gprof rules similar to byacc rules (instead of
15967 vestigal $(unsubdir) that didn't work...)
15968
15969Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15970
15971 * config.sub: Add support for Linux.
15972 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15973 (at least for libg++).
15974
15975Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15976
15977 * configure.texi: fix doc for the -nfp option to configure
15978
15979Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15980
15981 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15982
15983Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15984
15985 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15986 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15987 * configure.in: added solaris* host_makefile_frag hook.
15988
15989Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15990
15991 * config.sub: changed recognition of m68000 so that various
15992 m68k types can be specified via m680[01234]0
15993
15994Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15995
15996 * config.sub (basic_machine): fix sed so that '-foo' isn't
15997 completely substituted out while .+'-foo' loses the '-foo'
15998
15999Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16000
16001 * config.sub ($os): Add -aout.
16002
16003Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16004
16005 * configure: If host_makefile_frag is absolute, don't
16006 prefix ${invsubdir} (relevant to libg++ auto-configure).
16007
16008Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16009
16010 * Makefile.in (tooldir): Define it.
16011 (all-ld): Depend on all-flex.
16012
16013Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16014
16015 * Makefile.in (check): Fix libg++ special case.
16016
16017Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16018
16019 * configure: do not bury `pwd` into config.status, thus do fewer
16020 pwd's.
16021
16022 * configure: print the "Building in" message only when building in
16023 other than "." AND verbose.
16024
16025 * configure: remove -s, rework -v to better accomodate guested
16026 configures.
16027
16028 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16029
16030Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16031
16032 * Makefile.in: macroize flags passed on recursion. remove
16033 fileutils.
16034
16035Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16036
16037 * configure: get makesrcdir right for subdirs deeper than 1.
16038
16039 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16040 install.
16041
16042Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16043
16044 * Makefile.in: don't print subdir_do or recursion lines.
16045
16046Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16047
16048 * standards.texi: added menu item.
16049
16050 * Makefile.in: build and install standards.info.
16051
16052 * standards.texi: new file.
16053
16054Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16055
16056 * configure: test for and move config.status pieces from
16057 ${subdir}/.
16058
16059Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16060
252b5132
RH
16061 * configure: Test for existance of files before trying to mv
16062 them, to avoid numerous non-existance messages.
16063
16064Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16065
16066 * configure: correct final line of config.status.
16067
16068 * configure: patch from eggert. Avoids a protection problem if
16069 the original Makefile.in is read only.
16070
16071 * configure: use move-if-change from gcc to create config.status.
16072 Some makefiles depend on config.status to tell if a directory
16073 has been reconfigured for a different host. This change
16074 prevents those directories from remaking everything in the case
16075 where the reconfig was only intended to rebuild a Makefile.
16076
16077 * configure: test for config.sub with "config.sub sun4" rather
16078 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16079 host alias from a missing config.sub.
16080
16081Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16082
16083 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16084 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16085
16086Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16087
16088 * configure: mkdir ${subdir} as needed.
16089
16090Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16091
16092 * Makefile.in,configure.in: added autoconf.
16093
16094Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16095
16096 * Makefile.in: no longer pass against on recursion.
16097
16098 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16099 definitions are not inherited.
16100
16101 * configure: correct makesrcdir when subdir is .
16102
16103Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16104
16105 * configure: Add support for 'subdirs' variable, which is
16106 like 'configdirs', except that configure doesn't re-invoke
16107 itself for subdirs, it just creates a Makefile for each subdir.
16108 * configure.texi: Document subdirs.
16109
16110Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16111
16112 * configure.in: added flex to configdirs
16113
16114Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16115
16116 * Makefile.in: remove clean-stamps from clean.
16117
16118Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16119
16120 * configure.in: Add gdbtest to configdirs.
16121
16122Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16123
16124 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16125 to recursive makes.
16126 * configure.in: Recognize new ncr3000 config.
16127
16128Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16129
16130 * Makefile.in, configure.in: removed references to gdbm.
16131
16132Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16133
16134 * config.sub: Don't canonicalize os value
16135 newsos* to bsd (readline needs to check for newsos).
16136 (This fix was earlier made Jan 31, but got re-broken.)
16137
16138Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16139
16140 * configure.in: sco is an os, not a vendor!
16141
16142 * configure: Quote $( better. Keep various shells happy.
16143
16144Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16145
16146 * Makefile.in: eliminate stamp-files.
16147
16148Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16149
16150 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16151 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16152
16153Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16154
16155 * config.sub: fix iris/iris3.
16156
16157Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16158
16159 * configure: re-add -rm.
16160
16161Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16162
16163 * Maskefile.in: add .stmp-rcs to all.
16164
16165 * configure.in: remove gas from rs6000 build, use aix host fragment.
16166
16167Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16168
16169 * configure: pass down site_option during recursion.
16170
16171Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16172
16173 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16174
16175Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16176
16177 * configure: Change exec_prefix so that it really defaults to prefix.
16178
16179Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16180
16181 * Makefile.in, configure.in: Add support for mmalloc library.
16182
16183Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16184
16185 * Makefile.in: add stmp dependencies for a few more things.
16186
16187Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16188
16189 * configure: adjusted error message on objdir/srcdir configure
16190 collision, per john's suggestion.
16191
16192 * Makefile.in: add libiberty stmp to all and all.cross.
16193
16194Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16195
16196 * Makefile.in: remove force dependencies, add grep to all.
16197
16198Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16199
16200 * Makefile.in: drop flex. make stamp files work.
16201
16202 * configure: added test for conflicting configuration in srcdir,
16203 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16204 gets cranky. use relative paths for configure and srcdir
16205 whenever possible. Send some error messages to stderr that were
16206 going to stdout.
16207
16208Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16209
16210 * Makefile.in: Fix libg++ rule to check for gcc directory
16211 before using gcc/gcc. Also pass XTRAFLAGS.
16212
16213Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16214
16215 * Makefile.in: added stmp-files so that directories aren't polled
16216 when they are already built.
16217
16218 * configure.texi: fixed a node pointer problem.
16219
16220Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16221
4bddf3ad 16222 * config.sub configure.in gdb/configure.in
252b5132
RH
16223 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16224 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16225 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16226
16227Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16228
16229 * configure: -recurring becomes -silent. corrected help message
16230 for -site= option.
16231
16232 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16233
16234Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16235
16236 * configure: when building Makefile for crosses, replace
16237 tooldir and program_prefix. default srcdir from location of
16238 config.sub. remove "for host in hosts" and "for target in
16239 targets" loops.
16240
16241Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16242
16243 * Makefile.in: Do not pass bindir or mandir to cvs.
16244
16245Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16246
16247 * Makefile.in, configure.in: removed traces of namesubdir,
16248 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16249 copyrights to '92, changed some from Cygnus to FSF.
16250
16251 * configure.texi: remove most references to multiple hosts,
16252 multiple targets, subdirs, etc.
16253
16254 * configure.man: removed rcsid. reference config.sub not
16255 config.subr.
16256
16257 * Makefile.in: mkdir $(infodir) on install-info.
16258
16259Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16260
16261 * configure.texi: Explain better about .gdbinit and about
16262 the environment that configure.in sections run in.
16263
16264Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16265
16266 * configure.in: Ultrix is only a decstation if it's a MIPS.
16267
16268Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16269
16270 * README: DOC.configure => cfg-paper.texi.
16271
16272Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16273
16274 * config.sub (near case $os): Don't convert newsos* to bsd!
16275
16276Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16277
16278 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16279 the number of copies of COPYING that go into the GDB tar file.
16280
16281Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16282
4bddf3ad 16283 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16284 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16285 Fix SCO configuration stuff.
16286
16287Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16288
16289 * Makefile.in: For libg++, make sure the -I pointing
16290 to the gcc directory goes *after* all the libg++-local -I flags.
16291 Also, move just-gcc dependency from just-libg++ to all-libg++.
16292
16293Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16294
16295 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16296
16297Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16298
16299 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16300
16301Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16302
16303 * config.sub: Add stratus configuration frags. Also
16304 submitted to FSF.
16305
16306Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16307
16308 * Makefile.in (DEV_SUPPORT): add configure.man.
16309
16310 * config.sub(Decode manufacturer-specific): add -none*.
16311
16312Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16313
16314 * Makefile.in: remove form feeds to make Sun's make happy.
16315 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16316
16317Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16318
16319 * Makefile.in (AR_FLAGS): Make quieter.
16320
16321Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16322
16323 * configure.in: Add libg++.
16324 * configure: When verbose, don't output the command line at each
16325 level; it will be unremarkably the same as the previous version,
16326 which will be the same as what the user typed.
16327
16328Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16329
16330 * configure.in, Makefile.in: fix clean-info, add flex. add
16331 fileutils.
16332
16333 * configure: be less sensitive to spaces in Makefile.in. Do not
16334 look for sources in "..". Doing so breaks subdirectories that
16335 might have their own configure. If a subdir has it's own
16336 configure script, use it.
16337
16338Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16339
16340 * cfg-paper.texi: some changes suggested by rms.
16341
16342Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16343
16344 * config.sub: Merge in some small additions from the FSF version,
16345 taken from the gcc distribution, to bring the Cygnus and FSF
16346 versions into closer sync.
16347
16348Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16349
16350 * configure.in: Changed svr4 references to sysv4.
16351
16352Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16353
16354 * configure: added -V for version number option.
16355
16356Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16357
16358 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16359 renamed from DOC.configure to cfg-paper.texi.
16360
16361Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16362
16363 * configure, config.subr, config.sub: config.subr is now
16364 config.sub again.
16365
16366Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16367
16368 * configure.texi: new file, in progress.
16369
16370 * Makefile.in: build info file and install the man page for
16371 configure.
16372
16373 * configure.man: new file, first cut.
16374
16375 * configure: find config.subr again now that configuration "none"
16376 has gone. removed all traces of the -ansi option. removed all
16377 traces of the -languages option.
16378
16379 * config.subr: resync from rms.
16380
d932cae7 163811991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16382
16383 * configure, config.sub, config.subr: merge config.sub into
16384 config.subr, call the result config.subr, remove config.sub, use
16385 config.subr.
16386
16387 * Makefile.in: revised install for dir.info.
16388
d932cae7 163891991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16390
16391 * configure.in: add decstation host makefile frag.
16392
16393 * Makefile.in: BISON now bison -y again. also install-gcc on
16394 install. clean-gdbm on clean. infodir belongs in datadir.
16395 Make directories for info install. Build dir.info here then
16396 install it.
16397
d932cae7 163981991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16399
16400 * Makefile.in: fix for bad directory tests.
16401
d932cae7 164021991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16403
16404 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16405 regexp. -srcdir relative was being handled incorrectly.
16406
16407 * Makefile.in: unwrapped some for loops so that parallel makes
16408 work again and so one can focus one's attention on a particular
16409 package.
16410
d932cae7 164111991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16412
16413 * configure: added PWD as a stand in for `pwd` (for speed). use
16414 elif wherever possible. make -srcdir work without -objdir.
16415 -objdir= commented out.
16416
d932cae7 164171991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16418
16419 * configure: +options become --options. -subdirs commented out.
16420 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16421 Makefile now at top of generated Makefile. Removed cvs log
16422 entries. added -srcdir. create .gdbinit only if there is one
16423 in ${srcdir}.
16424
16425 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16426 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16427 and mandir now keyed off datadir by default.
16428
d932cae7 164291991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16430
16431 * Freshly created ChangeLog.
16432
16433\f
16434Local Variables:
16435mode: change-log
16436left-margin: 8
16437fill-column: 76
16438version-control: never
16439End:
This page took 1.625284 seconds and 4 git commands to generate.