]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
Support for a new pacbti unwind opcode.
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
890026e3
AB
12021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * src-release.sh (GDB_SUPPPORT_DIRS): Add libbacktrace.
4
bef9ef8c
NA
52021-09-27 Nick Alcock <nick.alcock@oracle.com>
6
7 PR libctf/27967
8 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
9 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
10 errors from nms that refuse to work on non-regular files. Remove
11 other workarounds for this problem. Strip out blank lines from the
12 nm output.
13
bc4b1401
NA
142021-09-27 Nick Alcock <nick.alcock@oracle.com>
15
16 PR libctf/27967
17 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
18 Solaris 11.
19
51419248
NC
202021-07-03 Nick Clifton <nickc@redhat.com>
21
22 * 2.37 release branch created.
23
20c4b12e
NC
242021-07-03 Nick Clifton <nickc@redhat.com>
25
26 * libiberty: Sync with gcc. Bring in:
27 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com>
28
29 * make-temp-file.c (usrtmp): Remove.
30 (choose_tmpdir): Remove use of usrtmp.
31
32 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
33
34 * simple-object.c (handle_lto_debug_sections): Copy over .BTF section.
35
36 2021-06-28 Indu Bhagat <indu.bhagat@oracle.com>
37 David Faust <david.faust@oracle.com>
38 Jose E. Marchesi <jose.marchesi@oracle.com>
39 Weimin Pan <weimin.pan@oracle.com>
40
41 * simple-object.c (handle_lto_debug_sections): Copy over .ctf
42 sections.
43
44 2021-06-05 John David Anglin <danglin@gcc.gnu.org>
45
46 PR target/100734
47 * configure.ac: Use libiberty snprintf and vsnprintf on
48 hppa*-*-hpux*.
49 * configure: Regenerate.
50
51 2021-05-06 Tom Tromey <tom@tromey.com>
52
53 * hashtab.c (htab_eq_string): New function.
54
55 2021-05-04 Eric Botcazou <ebotcazou@adacore.com>
56
57 * configure.ac: Make test for variables more robust.
58 * configure: Regenerate.
59
60 2021-05-03 H.J. Lu <hjl.tools@gmail.com>
61
62 PR bootstrap/99703
63 * configure: Regenerated.
64
65 2021-04-21 Andreas Schwab <schwab@linux-m68k.org>
66
67 PR demangler/100177
68 * rust-demangle.c (demangle_const_char): Properly print the
69 character value.
70
71 2021-03-31 Patrick Palka <ppalka@redhat.com>
72
73 PR c++/88115
74 * cp-demangle.c (d_dump, d_make_comp, d_expression_1)
75 (d_count_templates_scopes): Handle DEMANGLE_COMPONENT_VENDOR_EXPR.
76 (d_print_comp_inner): Likewise.
77 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Revert r11-4926
78 change.
79 <case DEMANGLE_COMPONENT_UNARY>: Likewise.
80 * testsuite/demangle-expected: Adjust __alignof__ tests.
81
82 2021-03-16 Nick Clifton <nickc@redhat.com>
83
84 * sha1.c (sha1_process_bytes): Use memmove in place of memcpy.
85
86 2021-02-20 Mike Frysinger <vapier@gentoo.org>
87
88 * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, $(srcdir)/aclocal.m4): Define.
89 (configure_deps): Rename to ...
90 (aclocal_deps): ... this. Replace aclocal.m4 with acinclude.m4.
91 ($(srcdir)/configure): Replace $(configure_deps) with
92 $(srcdir)/aclocal.m4.
93 * aclocal.m4: Move libiberty macros to acinclude.m4, then regenerate.
94 * acinclude.m4: New file.
95 * configure: Regenerate.
96
97 2021-02-19 Ayush Mittal <ayush.m@samsung.com>
98
99 * argv.c (expandargv): free allocated buffer if read fails.
100
101 2021-02-01 Martin Sebor <msebor@redhat.com>
102
103 * dyn-string.c (dyn_string_insert_cstr): Use memcpy instead of strncpy
104 to avoid -Wstringop-truncation.
105
5c9e84c2
MF
1062021-05-29 Mike Frysinger <vapier@gentoo.org>
107
108 * configure.ac: Add gnulib to configdirs for sim.
109 * configure: Regenerate.
110
78a7f576
MR
1112021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
112
113 * MAINTAINERS: Update path to readline config.{sub,guess} files.
114
2e8adb64
MR
1152021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
116
117 * config.guess: Import from upstream.
118 * config.sub: Likewise.
119
9cc11ab5
MF
1202021-05-18 Mike Frysinger <vapier@gentoo.org>
121
122 * Makefile.def: Add configure-sim dependency on all-gnulib.
123 * Makefile.in: Regenerated.
124
a8d6316b
NC
1252021-05-04 Nick Clifton <nickc@redhat.com>
126
127 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
128 * configure: Regenerate.
129
755ba58e
NA
1302021-03-18 Nick Alcock <nick.alcock@oracle.com>
131
132 PR libctf/27482
133 * Makefile.def: Add install-bfd dependencies for install-libctf and
134 install-ld, and install-strip-bfd dependencies for
135 install-strip-libctf and install-strip-ld; move the install-ld
136 dependency on install-libctf to join it.
137 * Makefile.in: Regenerated.
138
367c5eb7
MF
1392021-03-12 Mike Frysinger <vapier@gentoo.org>
140
141 * Makefile.def: Remove all-sim dependency on configure-gdb.
142 * Makefile.in: Regenerated.
143
1dbde357
L
1442021-02-28 H.J. Lu <hongjiu.lu@intel.com>
145
146 PR binutils/26766
147 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
148 PGO_BUILD_TRAINING=yes.
149 (PGO_BUILD_TRAINING_MFLAGS): New.
150 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
151
a57d1773
AM
1522021-02-09 Alan Modra <amodra@gmail.com>
153
154 * configure.ac: Delete arm*-*-symbianelf* entry.
155 * configure: Regenerate.
156
f04ce15e
NA
1572021-01-26 Nick Alcock <nick.alcock@oracle.com>
158
159 * Makefile.def: Add install-libctf dependency to install-ld.
160 * Makefile.in: Regenerated.
161
3034143d
MF
1622021-01-12 Mike Frysinger <vapier@gentoo.org>
163
164 * src-release.sh (do_proto_toplev): Rewrite indentation.
165
44124a46
L
1662021-01-11 H.J. Lu <hongjiu.lu@intel.com>
167
168 PR binutils/26766
169 * configure.ac:
170 * configure: Regenerated.
171
03c02f31
L
1722021-01-11 H.J. Lu <hongjiu.lu@intel.com>
173
174 PR ld/27173
175 * configure: Regenerated.
176 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
177 --plugin and rc before enabling --plugin.
178
af019bfd
L
1792021-01-09 H.J. Lu <hongjiu.lu@intel.com>
180
181 PR binutils/26766
182 * Makefile.tpl (BUILD_CFLAGS): New.
183 (CFLAGS): Append $(BUILD_CFLAGS).
184 (CXXFLAGS): Likewise.
185 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
186 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
187 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
188 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
189 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
190 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
191 (PGO-TRAINING-TARGETS): Likewise.
192 (PGO_BUILD_TRAINING): Likewise.
193 (all): Add '+' to the command line for recursive make. Support
194 the PGO build.
195 * configure.ac: Add --enable-pgo-build[=lto].
196 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
197 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
198 * Makefile.in: Regenerated.
199 * configure: Likewise.
200
50ad1254
L
2012021-01-09 H.J. Lu <hongjiu.lu@intel.com>
202
203 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
204 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
205 * configure.ac: Include config/gcc-plugin.m4.
206 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
207 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
208 RANLIB if possible.
209 * Makefile.in: Regenerated.
210 * configure: Likewise.
211
055bc77a
NC
2122021-01-09 Nick Clifton <nickc@redhat.com>
213
214 * 2.36 release branch crated.
215
f4782128
ST
2162021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
217
218 * libtool.m4: Match gnu* along with other GNU systems.
219
16062162
AM
2202021-01-07 Alan Modra <amodra@gmail.com>
221
222 * config.sub: Accept OS of eabi* and gnueabi*.
223
c59e30ed
NA
2242021-01-05 Nick Alcock <nick.alcock@oracle.com>
225
226 * Makefile.def (libctf): No longer no_check. Checking depends on
227 all-ld.
228 * Makefile.in: Regenerated.
229
d750c713
NC
2302021-01-05 Nick Clifton <nickc@redhat.com>
231
232 * libiberty: Sync with gcc. Bring in:
233 2021-01-04 Martin Liska <mliska@suse.cz>
234
235 * strverscmp.c: Convert to utf8 from iso8859.
236
237 2020-12-22 Jason Merrill <jason@redhat.com>
238
239 PR c++/67343
240 * cp-demangle.h (struct d_info): Add unresolved_name_state.
241 * cp-demangle.c (d_prefix): Add subst parm.
242 (d_nested_name): Pass it.
243 (d_unresolved_name): Split out from...
244 (d_expression_1): ...here.
245 (d_demangle_callback): Maybe retry with old sr mangling.
246 * testsuite/demangle-expected: Add test.
247
248 2020-12-21 Jason Merrill <jason@redhat.com>
249
250 * cp-demangle.c (d_expression_1): Recognize qualified-id
251 on RHS of dt/pt.
252 * testsuite/demangle-expected: Add test.
253
254 2020-12-21 Jason Merrill <jason@redhat.com>
255
256 * cp-demangle.c (d_unqualified_name): Clear is_expression.
257 * testsuite/demangle-expected: Add tests.
258
259 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
260
261 * configure: Regenerate.
262 * configure.ac: Avoid using sanitizer.
263
264 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
265
266 * rust-demangle.c (struct rust_demangler): Add
267 skipping_printing and bound_lifetime_depth fields.
268 (eat): Add (v0-only).
269 (parse_integer_62): Add (v0-only).
270 (parse_opt_integer_62): Add (v0-only).
271 (parse_disambiguator): Add (v0-only).
272 (struct rust_mangled_ident): Add punycode{,_len} fields.
273 (parse_ident): Support v0 identifiers.
274 (print_str): Respect skipping_printing.
275 (print_uint64): Add (v0-only).
276 (print_uint64_hex): Add (v0-only).
277 (print_ident): Respect skipping_printing,
278 Support v0 identifiers.
279 (print_lifetime_from_index): Add (v0-only).
280 (demangle_binder): Add (v0-only).
281 (demangle_path): Add (v0-only).
282 (demangle_generic_arg): Add (v0-only).
283 (demangle_type): Add (v0-only).
284 (demangle_path_maybe_open_generics): Add (v0-only).
285 (demangle_dyn_trait): Add (v0-only).
286 (demangle_const): Add (v0-only).
287 (demangle_const_uint): Add (v0-only).
288 (basic_type): Add (v0-only).
289 (rust_demangle_callback): Support v0 symbols.
290 * testsuite/rust-demangle-expected: Add v0 testcases.
291
292 2020-11-13 Seija Kijin <doremylover456@gmail.com>
293
294 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
295
296 2020-11-11 Patrick Palka <ppalka@redhat.com>
297
298 PR c++/88115
299 * cp-demangle.c (d_print_comp_inner)
300 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
301 "operator " prefix for __alignof__.
302 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
303 operand of __alignof__.
304 * testsuite/demangle-expected: Test demangling for __alignof__.
305
306 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
307
308 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
309
310 2020-10-06 Martin Liska <mliska@suse.cz>
311
312 PR lto/97290
313 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
314 Use sh_link of a .symtab_shndx section.
315
5f8c2a15
AM
3162021-01-05 Alan Modra <amodra@gmail.com>
317
318 * config.guess: Import from upstream.
319 * config.sub: Likewise.
320
d6f26c9d
ML
3212020-12-16 Martin Liska <mliska@suse.cz>
322 Tom de Vries <tdevries@suse.de>
323
324 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
325 field. Add meter field.
326 (progressfn): Print progress using meter.
327
7ddfb1a8
EL
3282020-12-02 Enze Li <lienze2010@hotmail.com>
329
330 * .gitignore: Add gnu global outputs.
331
12bf6525
SM
3322020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
333
334 * .gitignore: Sync with gcc.
335
ce04ca31
AR
3362020-10-26 Andreas Rammhold <andreas@rammhold.de>
337
338 * src-release.sh: Use sha256sum instead of md5sum.
339
ba4d88ad
AB
3402020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * Makefile.in: Rebuild.
343 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
344 distclean-gdbserver.
345
f6720b1c
AM
3462020-07-24 Aaron Merey <amerey@redhat.com>
347
f6720b1c
AM
348 * configure: Rebuild.
349 * configure.ac: Remove AC_DEBUGINFOD.
350
b115b9fd
NC
3512020-07-04 Nick Clifton <nickc@redhat.com>
352
353 Binutils 2.35 branch created.
354
11104e42
SC
3552020-04-21 Stephen Casner <casner@acm.org>
356
357 PR 25830
358 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
359 * configure: Rebuild.
360
4635ff97
TT
3612020-03-12 Tom Tromey <tom@tromey.com>
362
363 * Makefile.in: Rebuild.
364 * Makefile.def (gdbserver): Depend on gdbsupport.
365
21329136
TT
3662020-03-12 Tom Tromey <tom@tromey.com>
367
368 * Makefile.in: Rebuild.
369 * Makefile.def (gdbsupport): Don't depend on bfd.
370
9a665d62
TT
3712020-03-12 Tom Tromey <tom@tromey.com>
372
373 * Makefile.in: Rebuild.
374 * Makefile.def (gdbsupport): Depend on intl.
375
b6f9caee
TT
3762020-02-17 Tom Tromey <tom@tromey.com>
377
378 * configure: Rebuild.
379 * configure.ac (configdirs): Add gnulib and gdbsupport when building
380 gdbserver.
381
1a627e7e
TT
3822020-02-14 Tom Tromey <tom@tromey.com>
383
384 * Makefile.in: Rebuild.
385 * Makefile.def: Make gdbserver require gnulib and libiberty.
386
919adfe8
TT
3872020-02-07 Tom Tromey <tom@tromey.com>
388 Pedro Alves <palves@redhat.com>
389
390 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
391 * gdbserver: New directory, moved from gdb/gdbserver.
392 * configure.ac (host_tools): Add gdbserver.
393 Only build gdbserver on certain systems.
394 * Makefile.in, configure: Rebuild.
395 * Makefile.def (host_modules, dependencies): Add gdbserver.
396 * MAINTAINERS: Add gdbserver.
397
fc1ca146
SDJ
3982020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
399
400 * src-release.sh (getver): Look for gdbsupport's
401 create-version.sh script at the current directory if tool is
402 "gdb".
403
cf1d9e09
SM
4042020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
405
406 * remote-sim.c (gdbsim_target::wait): Return
407 sim_data->remote_sim_ptid instead of inferior_ptid.
408
ae774686
NC
4092020-01-18 Nick Clifton <nickc@redhat.com>
410
411 Binutils 2.34 branch created.
412
4fb3a8da
NC
4132020-01-18 Nick Clifton <nickc@redhat.com>
414
415 Synchronize top level configure files with master version:
416
417 2020-01-01 Ben Elliston <bje@gnu.org>
418
419 * config.guess: Update copyright years.
420 * config.sub: Likewise.
421
422 2019-12-21 Ben Elliston <bje@gnu.org>
423
424 * config.guess (set_cc_for_build): Prevent multiple calls by
425 checking if $tmp is already set. We can't check CC_FOR_BUILD as
426 the user may set it externally. Thanks to Torbjörn Granlund for
427 the bug report.
428
429 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
430
431 * config.guess (alpha:Linux:*:*): Guard against missing
432 /proc/cpuinfo by redirecting standard error to /dev/null.
433
434 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
435
436 * config.guess (*:Twizzler:*:*): New.
437 * config.sub (-twizzler*): New.
438
439 2019-07-24 Ben Elliston <bje@gnu.org>
440
441 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
442
443 2019-06-30 Ben Elliston <bje@gnu.org>
444
445 * config.sub (case $os): Match nsk* and powerunix. Don't later
446 match nsk* and set os=nsk which removes the OS version number.
447
448 2019-06-30 Ben Elliston <bje@gnu.org>
449
450 * config.sub: Recognise os108*.
451
452 2019-06-26 Ben Elliston <bje@gnu.org>
453
454 * config.sub (hp300): Set $os to hpux.
455
456 2019-06-26 Ben Elliston <bje@gnu.org>
457
458 * config.sub (vsta): Move into alphabetical order.
459
460 2019-06-10 Ben Elliston <bje@gnu.org>
461
462 * config.guess (*:OS108:*:*): Recognise new OS.
463
464 2019-05-28 Ben Elliston <bje@gnu.org>
465
466 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
467 system compiler is installed. If not, do not run set_cc_for_build,
468 as the default cc will open a dialog box asking to install
469 Xcode. If no C compiler is available, guess based on uname -p and
470 uname -m.
471
472 2019-05-28 Ben Elliston <bje@gnu.org>
473
474 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
475
c4d3fc14
SM
4762020-01-17 Simon Marchi <simon.marchi@efficios.com>
477
478 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
479 * Makefile.in: Re-generate.
480
01027315
TT
4812020-01-14 Tom Tromey <tom@tromey.com>
482
483 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
484 * MAINTAINERS: Add gdbsupport.
485 * configure: Rebuild.
486 * configure.ac (configdirs): Add gdbsupport.
487 * gdbsupport: New directory, move from gdb/gdbsupport.
488 * Makefile.def (host_modules, dependencies): Add gnulib.
489 * Makefile.in: Rebuild.
490
abb78b78
AM
4912020-01-09 Aaron Merey <amerey@redhat.com>
492
493 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
494 new configure option --with-debuginfod.
495 * configure: Regenerate.
496 * configure.ac: Call AC_DEBUGINFOD.
497
cef2097a
CB
4982019-12-26 Christian Biesinger <cbiesinger@google.com>
499
500 * .gitignore: Add perf.data and perf.data.old.
501
95c746cc
SDJ
5022019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
503
504 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
505
a315e147
AM
5062019-10-17 Alan Modra <amodra@gmail.com>
507
508 PR 29
509 * src-release.sh (getver): Replace "head -1" with "head -n 1".
510
87279e3c
NA
5112019-07-30 Nick Alcock <nick.alcock@oracle.com>
512
513 * Makefile.def (host_modules): libctf is no longer no_install.
514 * Makefile.in: Regenerated.
515
1ff6de03
NA
5162019-07-13 Nick Alcock <nick.alcock@oracle.com>
517
518 * Makefile.def (dependencies): all-ld depends on all-libctf.
519 * Makefile.in: Regenerated.
520
60391a25
PB
5212019-09-09 Phil Blundell <pb@pbcl.net>
522
523 binutils 2.33 branch created
524
c1a5d03a
TT
5252019-08-19 Tom Tromey <tom@tromey.com>
526
527 * configure: Rebuild.
528 * configure.ac: Add --with-static-standard-libraries.
529
f211b8c0
NC
5302019-08-09 Nick Clifton <nickc@redhat.com>
531
532 * libiberty: Sync with gcc. Bring in:
533 2019-08-08 Martin Liska <mliska@suse.cz>
534
535 PR bootstrap/91352
536 * lrealpath.c (is_valid_fd): New function.
537
538 2019-07-24 Martin Liska <mliska@suse.cz>
539
540 PR lto/91228
541 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
542 Find first '\0' starting from gnu_lto + 1.
543
544 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
545
546 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
547 This fixes a Bug 90924.
548
549 2019-07-22 Martin Liska <mliska@suse.cz>
550
551 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
552 Do not search for gnu_lto_v1, but search for first '\0'.
553
554 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
555
556 * cplus-dem.c: Include rust-demangle.h.
557 * rust-demangle.c: Include rust-demangle.h.
558 * rust-demangle.h: New file.
559
560 2019-05-31 Michael Forney <mforney@mforney.org>
561
562 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
563 is non-zero.
564
565 2019-04-30 Ben L <bobsayshilol@live.co.uk>
566
567 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
568 * testsuite/d-demangle-expected: Add testcase.
569
570 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
571 * testsuite/d-demangle-expected: Add testcase.
572
573 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
574 * testsuite/d-demangle-expected: Add testcase.
575
576 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
577 * testsuite/d-demangle-expected: Add testcase.
578
579 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
580 * testsuite/d-demangle-expected: Add testcase.
581
582 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
583 * testsuite/demangle-expected: Add testcase.
584
585 * cp-demangle.c (d_encoding): Guard against NULL return values from
586 d_right (dc).
587 * testsuite/demangle-expected: Add testcase.
588
589 2019-04-29 Ben L <bobsayshilol@live.co.uk>
590
591 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
592 char is valid.
593 * testsuite/demangle-expected: Add testcase.
594
595 2019-04-10 Nick Clifton <nickc@redhat.com>
596
597 PR 89394
598 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
599 lengths.
600 (d_count_templates_scopes): Replace num_templates and num_scopes
601 parameters with a struct d_print_info pointer parameter. Adjust
602 body of the function accordingly. Add recursion counter and check
603 that the recursion limit is not reached.
604 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
605 Reset recursion counter afterwards, unless the recursion limit was
606 reached.
607
48b550c2
JB
6082019-07-13 Joel Brobecker <brobecker@adacore.com>
609
610 * src-release (getver): If $tool/gdbsupport/create-version.sh
611 exists, use that to determine the version number.
612
be74b5b7
AS
6132019-06-21 Andreas Schwab <schwab@linux-m68k.org>
614
615 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
616
73cc7272
TT
6172019-06-14 Tom Tromey <tom@tromey.com>
618
619 * MAINTAINERS: Add gnulib.
620 * gnulib: New directory, move from gdb/gnulib.
621 * configure.ac (host_libs): Add gnulib.
622 * configure: Rebuild.
623 * Makefile.def (host_modules, dependencies): Add gnulib.
624 * Makefile.in: Rebuild.
625
79b377b3
NC
6262019-06-03 Nick Clifton <nickc@redhat.com>
627
628 Revert:
629 2019-05-29 Nick Clifton <nickc@redhat.com>
630
631 * configure.ac (noconfigdirs): Add libctf if the target does not use
632 the ELF file format.
633 * configure: Regenerate.
634
e33f2313
NC
6352019-05-29 Nick Clifton <nickc@redhat.com>
636
637 * src-release.sh (do_proto_toplev): Add libctf to list of
638 directories that can be disabled.
639
90bd5423
NC
6402019-05-29 Nick Clifton <nickc@redhat.com>
641
642 * configure.ac (noconfigdirs): Add libctf if the target does not use
643 the ELF file format.
644 * configure: Regenerate.
645
9698cf9b
NA
6462019-05-28 Nick Alcock <nick.alcock@oracle.com>
647
648 * Makefile.def (dependencies): configure-libctf depends on all-bfd
649 and all its deps.
650 * Makefile.in: Regenerated.
651
88981b15
NA
6522019-05-28 Nick Alcock <nick.alcock@oracle.com>
653
654 * MAINTAINERS: Add libctf.
655
0e65dfba
NA
6562019-05-28 Nick Alcock <nick.alcock@oracle.com>
657
658 * Makefile.def (host_modules): Add libctf.
659 * Makefile.def (dependencies): Likewise.
660 libctf depends on zlib, libiberty, and bfd.
661 * Makefile.in: Regenerated.
662 * configure.ac (host_libs): Add libctf.
663 * configure: Regenerated.
664
2376c370
JM
6652019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
666
667 * config.guess: Synchronize with config project master sources.
668 * config.sub: Likewise.
669 * readline/support/config.guess: Likewise.
670 * readline/support/config.sub: Likewise.
671
c1202057
NC
6722019-04-10 Nick Clifton <nickc@redhat.com>
673
674 * libiberty: Sync with gcc. Bring in:
675 2019-04-10 Nick Clifton <nickc@redhat.com>
676
677 PR 89394
678 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
679 lengths.
680 (d_count_templates_scopes): Replace num_templates and num_scopes
681 parameters with a struct d_print_info pointer parameter. Adjust
682 body of the function accordingly. Add recursion counter and check
683 that the recursion limit is not reached.
684 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
685 Reset recursion counter afterwards, unless the recursion limit was
686 reached.
687
f974f26c
NC
6882018-06-24 Nick Clifton <nickc@redhat.com>
689
690 2.32 branch created.
691
d63f2be2
RO
6922019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
693
694 Merge from GCC:
695 PR target/88535
696 * config.guess: Import upstream version 2019-01-03.
697 * config.sub: Import upstream version 2019-01-01.
698
1910070b
NC
6992019-01-10 Nick Clifton <nickc@redhat.com>
700
701 * libiberty: Sync with gcc. Bring in:
702 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
703
704 PR other/16615
705
706 * cp-demangle.c: Mechanically replace "can not" with "cannot".
707 * floatformat.c: Likewise.
708 * strerror.c: Likewise.
709
710 2018-12-22 Jason Merrill <jason@redhat.com>
711
712 Remove support for demangling GCC 2.x era mangling schemes.
713 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
714 internal_cplus_demangle, and all subroutines.
715 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
716 Lucid, ARM, HP, and EDG demangling styles.
717 (cplus_demangle): Remove 'work' variable. Don't call
718 internal_cplus_demangle.
719
69961a84
ДП
7202019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
721
722 * configure.ac: Don't configure readline if --with-system-readline is
723 used.
724 * configure: Re-generate.
725
b555fb21
JM
7262018-10-31 Joseph Myers <joseph@codesourcery.com>
727
728 Merge from GCC:
729 PR bootstrap/82856
730 * multilib.am: New file. From automake.
731
80ca5f98
SDJ
7322018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
733
734 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
735
0a8288f7
NC
7362018-07-16 Nick Clifton <nickc@redhat.com>
737
738 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
739
26996596
SH
7402018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
741
742 * config.sub: Sync with upstream version 2018-07-03.
743
c5244148
SH
7442018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
745
746 * config.guess: Sync with upstream version 2018-06-26.
747 * config.sub: Sync with upstream version 2018-07-02.
748
4119873a
AO
7492018-06-29 Alexandre Oliva <oliva@adacore.com>
750
751 * configure.ac: Introduce support for @unless/@endunless.
752 * Makefile.tpl (dep-kind): Rewrite with cond; return
753 postbootstrap in some cases.
754 (make-postboot-dep, postboot-targets): New.
755 (dependencies): Do not output postbootstrap dependencies at
756 first. Output non-target ones changed for configure to depend
757 on stage_last @if gcc-bootstrap, and the original deps @unless
758 gcc-bootstrap.
759 * configure.in, Makefile.in: Rebuilt.
760
71300e2c
NC
7612018-06-24 Nick Clifton <nickc@redhat.com>
762
763 * configure: Regenerate.
764
d0ac1c44
SM
7652018-06-19 Simon Marchi <simon.marchi@ericsson.com>
766
767 * libtool.m4: Use AC_LANG_SOURCE.
768 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
769 * README-maintainer-mode: Update version requirements.
770 * ar-lib: New file.
771 * test-driver: New file.
772 * configure: Re-generate.
773
e0541124
EB
7742018-06-18 Eric Botcazou <ebotcazou@adacore.com>
775
776 * Makefile.def (fortran): Add check-target-libgomp-fortran.
777 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
778 * Makefile.in: Regenerate.
779
780 * configure: Regenerate.
781
db67d458
SM
7822018-06-18 Simon Marchi <simon.marchi@ericsson.com>
783
784 * configure.ac: Sync with GCC, remove MPX-related things.
785
b5778783
NC
7862018-05-01 Nick Clifton <nickc@redhat.com>
787
788 * config.guess: Synchronize with config project master sources.
789 * config.sub: Likewise.
790
1063beb5
FT
7912018-05-01 Francois H. Theron <francois.theron@netronome.com>
792
793 * configure.ac: Added "nfp" target.
794 * configure: Regenerate.
795
b29d2641
MR
7962018-02-13 Maciej W. Rozycki <macro@mips.com>
797
798 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
799 * configure: Regenerate.
800
52b2f300
NC
8012018-01-30 Nick Clifton <nickc@redhat.com>
802
803 * src-release.sh (do_proto_toplev): Add patterns for more junk files
804 to delete before creating the tarball.
805
b431b4ea
NC
8062018-01-29 Nick Clifton <nickc@redhat.com>
807
808 * src-release.sh (do_proto_toplev): Strip patch remnant files from
809 the sources before creating the tarball.
810
19e2900b
NC
8112018-01-13 Nick Clifton <nickc@redhat.com>
812
813 * src-release.sh: Update copyright notice. Change reference to devo
814 to be a reference to root.
815
bf41f30d
NC
8162018-01-10 Nick Clifton <nickc@redhat.com>
817
818 * config-ml.in: Sync with gcc sources.
819 * config.guess: Likewise.
820 * config.sub: Likewise.
821 * configure.ac: Likewise.
7ec0cd50 822 * configure: Regenerate.
bf41f30d 823
863f7a5f
NC
8242017-12-14 Nick Clifton <nickc@redhat.com>
825
826 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
827
638d9137
SH
8282017-12-12 Stafford Horne <shorne@gmail.com>
829
830 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
831 * configure: Regenerate.
832
ef87240f
NC
8332017-09-15 Nick Clifton <nickc@redhat.com>
834
835 * src-release.sh (LZIPPROG): New define. Provides the name of the
836 lzip program.
837 (do_lz): New function. Compresses a tarball using the lzip
838 program.
839 (do_compress): Add support for lzip compression.
840 (usage): Mention -l option.
841 (build_release): Support -l option to invoke lzip compression.
842
817b7711
AM
8432017-09-15 Alan Modra <amodra@gmail.com>
844
845 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
846 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
847 and sim depending on $tool and $support_files. Echo configure line.
848
255300f5 8492017-09-14 Matt Rice <ratmice@gmail.com>
850
851 * src-release.sh (do_proto_toplev): Enable gold during release process.
852
8f0dd45f
AJ
8532017-04-13 Andrew Jenner <andrew@codesourcery.com>
854
855 * config.sub: Sync with master version in config project.
856
2f5f29ca
AJ
8572017-04-03 Andrew Jenner <andrew@codesourcery.com>
858
859 * config.sub: Handle ia16 in $basic_machine.
860
861 bfd/
862 * config.bfd: Handle ia16.
863
864 gas/
865 * configure.tgt: Handle ia16.
866
867 ld/
868 * configure.tgt: Handle ia16.
869
11997a83
NC
8702017-03-22 Nick Clifton <nickc@redhat.com>
871
872 * config.sub: Sync with master version in config project.
873 * config.guess: Likewise.
874
05a13254
NC
8752017-01-23 Nick Clifton <nickc@redhat.com>
876
877 * configure.ac: Update year in copyright notice.
878 Sync from FSF GCC mainline, bringing in the following patches.
879 * Makefile.def: Likewise.
880 * Makefile.tpl: Likewise.
881 * configure: Regenerate.
882 * Makefile.in: Regenerate.
883
884 2016-12-21 Jakub Jelinek <jakub@redhat.com>
885
886 * configure.ac: Don't bootstrap libmpx unless --with-build-config
887 includes bootstrap-mpx.
888
889 2016-12-01 Matthias Klose <doko@ubuntu.com>
890
891 * configure.ac: Don't use pkg-config to check for bdw-gc.
892
893 2016-11-30 Matthias Klose <doko@ubuntu.com>
894
895 * Makefile.def: Remove reference to boehm-gc target module.
896 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
897 options and for the bdw-gc pkg-config module.
898
899 2016-11-15 Matthias Klose <doko@ubuntu.com>
900
901 * config-ml.in: Remove references to GCJ.
902 * configure.ac: Likewise.
903
904 2016-09-30 Jakub Jelinek <jakub@redhat.com>
905
906 * configure.ac: Add target-libffi to target_libraries.
907 Readd libgcj target disablings, modified to only target-libffi.
908 Readd target addition of go to unsupported languages.
909
910 2016-09-30 Andrew Haley <aph@redhat.com>
911
912 * Makefile.def: Remove libjava.
913 * Makefile.tpl: Likewise.
914 * configure.ac: Likewise.
915
916 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
917
918 * configure.ac: Disable "sim" directory for arc*-*-*.
919
920 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
921
922 * configure.ac: Check for the minimum in-tree MPFR version
923 handled.
924
3f66c01b
AM
9252016-12-31 Alan Modra <amodra@gmail.com>
926
927 * config.sub: Import from upstream.
928
da17fe9d
AM
9292016-12-08 Alan Modra <amodra@gmail.com>
930
931 * configure: Regenerate.
932
d5451cd4
JC
9332016-12-02 Josh Conner <joshconner@google.com>
934
935 * configure.ac: Add fuchsia to targets that use ELF.
936 * configure: Regenerated.
937
5ada5c6f
DE
9382016-11-07 Doug Evans <dje@google.com>
939
940 * config.sub: Sync with upstream version 2016-11-03.
941 git://git.sv.gnu.org/config.git
942 * config.guess: Sync with upstream version 2016-10-02.
943
07619d52
SM
9442016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
945
946 * .gitignore: Add archives and make stamps.
947
bedbe19c
YTL
9482016-07-20 Yan-Ting Lin <currygt52@gmail.com>
949
950 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
951 * configure: Regenerated.
952
9abdce70
WL
9532016-06-28 Walter Lee <walt@tilera.com>
954
955 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
956 * configure: Regenerate.
957
0597bdc4
AM
9582016-05-28 Alan Modra <amodra@gmail.com>
959
960 * Makefile.tpl (configure): Depend on m4 files included.
961 * Makefile.in: Regenerate.
962
1690f1db
NC
9632016-05-27 Nick Clifton <nickc@redhat.com>
964
965 * config.guess (Alpha OSF1): Fix typo introduced during the most
966 recent synchronization update.
967
b43b8535
NC
9682016-05-23 Nick Clifton <nickc@redhat.com>
969
970 * Import these patches from the gcc mainline:
971
972 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
973
974 * config.guess: Import version 2016-04-02 (newest).
975 * config.sub: Import version 2016-05-10 (newest).
976
bb7dc663
NC
9772016-04-19 Nick Clifton <nickc@redhat.com>
978
979 * Import this patch from the GCC mainline:
980
981 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
982
983 PR bootstrap/70173
984 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
985 and gotools directories. Delete the stage_final file.
986 * Makefile.in: Regenerate.
987
ea016470
CC
9882016-03-17 Cary Coutant <ccoutant@gmail.com>
989
990 * configure.ac: Add mips and s390 to the gold target check.
991 * configure: Regenerate.
992
52cf9762
NC
9932016-02-10 Nick Clifton <nickc@redhat.com>
994
995 Import these patches from the GCC mainline:
996
997 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
998
999 * configure.ac: Enable LTO for DJGPP
1000 * configure: Regenerate
1001
1002 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1003
1004 PR bootstrap/69329
1005 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1006 * Makefile.in: Regenerate.
1007
1008 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1009 Sebastian Pop <s.pop@samsung.com>
1010
1011 * Makefile.in: Regenerate.
1012 * Makefile.tpl: Export ISLVER.
1013 * configure: Regenerate.
1014 * config/isl.m4: Detect isl-0.15.
1015
1016 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1017
1018 * config/isl.m4: Add comments about isl-0.16.
1019 * configure: Regenerate.
1020
1985dc2d
L
10212016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1022
1023 Sync with GCC
1024 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1025
1026 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1027 symbols.
1028
1029 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
1030
1031 PR bootstrap/69134
1032 * Makefile.def (mpfr): Disable assembler.
1033 * Makefile.in: Regenerate.
1034
4849dfd8
NC
10352016-01-11 Nick Clifton <nickc@redhat.com>
1036
1037 Import the following changes from the GCC mainline:
1038
1039 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1040
1041 * configure.ac: Enable libmpx by default.
1042 * configure: Regenerated.
1043
1044 2015-11-19 Martin Liska <mliska@suse.cz>
1045
1046 * .gitignore: Add .clang-format to ignored files.
1047 * Makefile.tpl: Add clang-format.
1048 * Makefile.in: Regenerate.
1049
1050 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1051
1052 PR libffi/65726
1053 * Makefile.def (lang_env_dependencies): Make libffi depend
1054 on cxx.
1055 * Makefile.in: Regenerate.
1056
1057 2015-12-02 Ian Lance Taylor <iant@google.com>
1058
1059 PR go/66147
1060 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1061 * Makefile.in: Regenerate.
1062
1063 2015-12-17 Nathan Sidwell <nathan@acm.org>
1064
1065 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1066 * configure: Regenerate.
1067
1068 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1069
1070 * Makefile.in: Replace ISL with isl.
1071 * Makefile.tpl: Same.
1072 * config/isl.m4: Same.
1073 * configure.ac: Same.
1074 * contrib/download_prerequisites: Same.
1075 * configure: Regenerate.
1076
1077 2016-01-01 Ben Elliston <bje@gnu.org>
1078
1079 * config.guess: Import version 2016-01-01.
1080 * config.sub: Likewise.
1081
f075eb5e
TG
10822015-11-20 Tristan Gingold <gingold@adacore.com>
1083
1084 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1085 * configure: Regenerate.
1086
6c3bc0f8
NC
10872015-10-21 Nick Clifton <nickc@redhat.com>
1088
1089 PR gas/19109
1090 * configure.ac: Note the 'none' is an acceptable argument to
1091 --enable-compressed-debug-sections.
1092 * configure: Regenerate.
1093
edeefb67
L
10942015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1095
1096 PR gas/19109
1097 * configure.ac: Add
1098 --enable-compressed-debug-sections={all,gas,gold,ld}.
1099 * configure: Regenerated.
1100
68996839
NC
11012015-09-30 Nick Clifton <nickc@redhat.com>
1102
1103 Import the following patches from the GCC mainline:
1104
1105 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1106
1107 PR libfortran/54572
1108 * Makefile.def: Make libgfortran depend on libbacktrace.
1109 * Makefile.in: Regenerate.
1110
1111 2015-08-12 Tom de Vries <tom@codesourcery.com>
1112
1113 PR other/67092
1114 PR other/67098
1115 * configure.ac: Remove --with_host_libstdcxx support.
1116 * configure: Regenerate.
1117
1118 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1119 Jakub Jelinek <jakub@redhat.com>
1120
1121 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1122 nvptx*-*-*.
1123 * configure: Regenerate.
1124
5960642a
L
11252015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 Sync with GCC
1128 2015-07-28 Ben Elliston <bje@gnu.org>
1129
1130 * config.sub, config.guess: Import from upstream.
1131
016a3251
DD
11322015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1133
1134 * Makefile.def (libiconv): Define bootstrap=true.
1135 Mark pdf/html/info as missing.
1136 (configure-gcc): Depend on all-libiconv.
1137 (all-gcc): Ditto.
1138 (configure-libcpp): Ditto.
1139 (all-libcpp): Ditto.
1140 (configure-intl): Ditto.
1141 (all-intl): Ditto.
1142 * Makefile.in: Regenerate.
1143
136bb21f
L
11442015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1145
1146 Sync with GCC
1147 2015-07-24 Michael Darling <darlingm@gmail.com>
1148
1149 PR other/66259
1150 * config-ml.in: Reflects renaming of configure.in to configure.ac
1151 * configure: Likewise
1152 * configure.ac: Likewise
1153
22121df0
L
11542015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1155
1156 * Makefile.in: Regenerated.
1157
1158 Sync with GCC
1159 2015-05-21 Jason Merrill <jason@redhat.com>
1160
1161 * Makefile.tpl: Update comments.
1162
1163 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1164
1165 * Makefile.tpl: Remove surplus whitespace throughout.
1166
1167 2015-03-25 Martin Liska <mliska@suse.cz>
1168 Yury Gribov <y.gribov@samsung.com>
1169
1170 * Makefile.tpl: Fix ln source location for vimrc file.
1171
969b1713
L
11722015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1173
1174 Sync with GCC
1175 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1176
1177 * configure.ac: FT32 target added.
1178 * configure: Regenerate.
1179
ce6c656d
L
11802015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 Sync with GCC
1183 2015-06-02 Jason Merrill <jason@redhat.com>
1184
1185 PR bootstrap/66319
1186 * configure.ac: Use -std=gnu++98.
1187
1188 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1189
1190 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1191 * configure: Regenerate.
1192
1193 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1194
1195 * configure.ac: Fix typo.
1196 * configure: Regenerate.
1197
1198 2015-05-03 Matthias Klose <doko@ubuntu.com>
1199
1200 * configure.ac: Match $host configured with triplets.
1201 * configure: Regenerate.
1202
1203 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1204
1205 PR bootstrap/62077
1206 * configure.ac (--enable-stage1-checking): Default to
1207 release,misc,gimple,rtlflag,tree,types if --disable-checking
1208 or --enable-checking is not specified and DEV-PHASE is not
1209 experimental.
1210 * configure: Regenerated.
1211
1212 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1213
1214 Install back PR target/47230 fix (Revert the revert).
1215
16beab3d
L
12162015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1217
1218 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1219 target.
1220 * configure: Regenerate.
1221
5569a85f
JDA
12222015-05-13 John David Anglin <dave.anglin@bell.net>
1223
1224 * configure.ac: Disable configuration of GDB for HPUX targets.
1225 * configure: Regenerate.
1226
e81d5d05
L
12272015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1228
1229 PR ld/18355
1230 * Makefile.def: Add extra_configure_flags to host zlib.
1231 * configure.ac (extra_host_zlib_configure_flags): New. Set
1232 to --enable-host-shared When bfd is to be built as shared
1233 library. AC_SUBST.
1234 * Makefile.in: Regenerated.
1235
ec5b9462
HPN
12362015-04-15 Mike Frysinger <vapier@gentoo.org>
1237 Hans-Peter Nilsson <hp@axis.com>
1238
1239 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1240 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1241 use that in the getver call instead of $tool.
1242 (sim_release): Pass gdb as fifth parameter to tar_compress.
1243 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1244
f91ca6bc
IB
12452015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1246
1247 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1248 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1249 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1250 * Makefile.in: Regenerate.
1251
cf39cfc5
L
12522015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1253
1254 * configure.ac: Add --with-system-zlib.
1255 * configure: Regenerated.
1256
6ac1079e
L
12572015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * src-release.sh: Don't configure with --with-target-subdir=.
1260 --disable-multilib.
1261
890ba06f
L
12622015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1263
1264 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1265 src-release.sh.
1266
5675acd9
ES
12672015-03-30 Ed Schouten <ed@nuxi.nl>
1268
1269 * config.sub: Update from upstream, to 2015-03-04 version.
1270 * config.guess: Likewise.
1271
d2d67aea
L
12722015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1273
1274 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1275 * Makefile.in: Regenerated.
1276
92c695a1
L
12772015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1278
1279 * src-release.sh (do_proto_toplev): Configure with --target
1280 --with-target-subdir and --disable-multilib.
1281 (BINUTILS_SUPPORT_DIRS): Add zlib.
1282 (GAS_SUPPORT_DIRS): Likewise.
1283 (GDB_SUPPORT_DIRS): Likewise.
1284 (SIM_SUPPORT_DIRS): Likewise.
1285
091021fa
L
12862015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1287
1288 * configure.ac (target_configdirs): Exclude target-zlib if
1289 target-libjava isn't built.
1290 * configure: Regenerated.
1291
5df8a8fc
L
12922015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1293
1294 Sync with GCC
1295 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1296
1297 * config-ml.in: Robustify ac_configure_args parsing.
1298
1b6c0831
L
12992015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1300
1301 * Makefile.def: Updated from GCC trunk.
1302 * Makefile.tpl: Likewise.
1303 * configure.ac: Likewise.
1304 * Makefile.in: Regenerated.
1305 * configure: Likewise.
1306
3f8107ab
AM
13072015-01-28 James Bowman <james.bowman@ftdichip.com>
1308
1309 * configure.ac: Add FT32 support.
1310 * configure: Regenerate.
1311
10b8fe5e
AG
13122015-01-12 Anthony Green <green@moxielogic.com>
1313
1314 * configure.ac: Don't disable gprof for moxie.
1315 * configure: Rebuild.
1316
6b91c541
AP
13172015-01-03 Andrew Pinski <apinski@cavium.com>
1318
1319 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1320 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1321 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1322 (OBJCOPY_FOR_TARGET): New variable.
1323 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1324 * Makefile.in: Regenerate.
1325 * configure.ac: Check for already installed target objcopy.
1326 Also GCC_TARGET_TOOL on objcopy.
1327 * configure: Regenerate.
1328
6ba37ab4
HPN
13292015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1330
1331 * config.sub: Update from upstream, to 2015-01-01 version.
1332 * config.guess: Ditto.
1333
bb5f7690
EB
13342014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1335
1336 * config.sub: Update from upstream config repo.
1337
6e733cce
L
13382014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1339
1340 * libtool.m4: Updated from GCC trunk.
1341
8969c424
JBG
13422014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1343
1344 * config.guess: Update from upstream config repo.
1345 * config.sub: Ditto.
1346
37e77caf
JBG
13472014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1348
1349 * move-if-change: Update from upstream gnulib.
1350
e3046511
JBG
13512014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1352
1353 * compile: Sync with upstream Automake.
1354 * depcomp: Ditto.
1355 * install-sh: Ditto.
1356 * missing: Ditto.
1357 * mkinstalldirs: Ditto.
1358 * ylwrap: Ditto.
1359
3e615393
TG
13602014-10-15 Tristan Gingold <gingold@adacore.com>
1361
1362 * src-release.sh (do_proto_toplev): Configure with --target.
1363
6d26190c
JY
13642014-10-03 Jing Yu <jingyu@google.com>
1365
1366 * configure.ac: Add aarch64 to list of targets that support gold.
1367 * configure: Regenerate.
1368
a9d58c06
AB
13692014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1370
1371 * configure.ac: Add mips*-img-elf* target triple.
1372 * configure: Regenerate.
1373
b25b5cef
CJW
13742014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1375 * configure: Disable gdb for nds32*-*-* until supported.
1376 * configure.ac: Disable gdb for nds32*-*-* until supported.
1377
f8797b5a
JB
13782014-09-05 Joel Brobecker <brobecker@adacore.com>
1379
1380 * configure: Regenerate.
1381
2536ee9d
WN
13822014-08-27 Will Newton <will.newton@linaro.org>
1383
1384 * src-release.sh: New file.
1385 * src-release: Remove file.
1386
1f995db6
JS
13872014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1388
1389 GDB not supported for or1k*-*-rtems*
1390 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1391 of the stanzas results in this not being caught by or1k*-*-* later.
1392 * configure. Regenerated.
1393
a843ea33
SB
13942014-07-25 Samuel Bronson <naesten@gmail.com>
1395
1396 * .gitattributes: New file for use with git-merge-changelog.
1397
cfbc1a6c
JS
13982014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1399
1400 Disable gdb for or1k*-*-* until supported
1401 * configure.ac (or1k*-*-*): Disable gdb.
1402 * configure: Regenerated.
1403
d9e042ac
SL
14042014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1405
1406 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1407 * configure: Regenerated.
1408
201f096f 14092014-03-26 Jakub Jelinek <jakub@redhat.com>
1410
1411 PR sanitizer/56781
1412 * Makefile.def: Set bootstrap=true; for host fixincludes.
1413 * configure.ac: Don't bootstrap host fixincludes unless
1414 --with-build-config=bootstrap-{a,ub}san.
1415 * Makefile.in: Regenerated.
1416 * configure: Regenerated.
1417
730af8ee 14182014-03-21 Jakub Jelinek <jakub@redhat.com>
1419
1420 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1421 --enable-vtable-verify option parsing. Don't add
1422 target-libsanitizer to bootstrap_target_libs unless
1423 --with-build-config=bootstrap-asan or
1424 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1425 to bootstrap_target_libs unless --enable-vtable-verify.
1426 * configure: Regenerated.
1427
abca8d87 14282014-03-07 Jakub Jelinek <jakub@redhat.com>
1429
1430 PR bootstrap/58572
1431 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1432 -I for libstdc++-v3 includes if $(LEAN).
1433 * Makefile.in: Regenerated.
1434
68d122bb 14352014-02-24 Walter Lee <walt@tilera.com>
1436
1437 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1438 (tilegx-*-*): Change to tilegx*-*-*.
1439 * configure: Regenerate.
1440
39d1b2ae
RS
14412014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1442
1443 * config.sub, config.guess: Import from upstream.
1444
50f80006
EB
14452014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1446
1447 PR bootstrap/60620
72f4393d 1448 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1449 * Makefile.in: Regenerate.
1450
a6305403
YS
14512014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1452
1453 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1454 for WINDRES_FOR_TARGET in default-manifest.o rule.
1455 * Makefile.in: Regenerate.
1456
62a0f723
RO
14572014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1458
1459 PR target/59788
1460 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1461 *solaris2*.
1462
530e8392
KB
14632013-12-19 Keven Boell <keven.boell@intel.com>
1464
1465 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1466 nested lookups for fortran modules.
1467 * dwarf2read.c (read_module): Add fortran module to
1468 the symbol table.
1469 (add_partial_symbol, add_partial_module): Add fortran
1470 module to the partial symbol table.
1471 (new_symbol_full): Create full symbol for fortran module.
1472 * f-exp.y (yylex): Add new module domain to be parsed.
1473 * symtab.h: New domain for fortran modules.
1474
7f9b20bb
KB
14752013-12-19 Keven Boell <keven.boell@intel.com>
1476
1477 * f-exp.y (yylex): Add domain array to enable lookup
1478 in multiple domains. Loop over lookup domains and try
1479 to find requested symbol. Add STRUCT_DOMAIN to lookup
1480 domains to be able to query for user defined types.
1481
afc0578d 14822013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1483
1484 * configure.ac: Add user-friendly check for native x86_64-linux
1485 multilibs.
1486 * configure: Regenerate.
1487
f3f51a69
AM
14882013-11-23 Alan Modra <amodra@gmail.com>
1489
1490 * config.sub, config.guess: Import from upstream.
1491
2440009d 14922013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1493
2440009d 1494 * Makefile.in: Regenerate.
1495
e78e02e6 1496 * Makefile.tpl: Fix typo.
1497 * Makefile.in: Regenerate partially.
1498
9aaf2a7e 14992013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1500
1501 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1502 supported.
1503 * configure: Regenerated.
1504
880b18d1 15052013-10-30 Jason Merrill <jason@redhat.com>
1506
1507 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1508 --disable-build-format-warnings.
1509
522e3d71 15102013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1511
f3f51a69 1512 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1513 depend on libstdc++ and libgcc.
1514 * configure: Regenerate.
1515 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1516 libcilkrts for POSIX and i*86, and x86_64 architectures.
1517 * Makefile.in: Added libcilkrts related fields to support building it.
1518
cb49a9e1 15192013-10-26 Jeff Law <law@redhat.com>
1520
1521 * Makefile.def (target_modules): Remove libmudflap
1522 (languages): Remove check-target-libmudflap).
1523 * Makefile.in: Rebuilt.
1524 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1525 * configure.ac (target_libraries): Remove target-libmudflap.
1526 Remove checks which disabled libmudflap on some systems.
1527 * configure: Rebuilt.
1528 * libmudflap: Directory removed.
1529
82033c9b
JBG
15302013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1531
1532 * configure.ac: Update from GCC.
1533 * configure: Regenerate.
1534
b50d7605
HPN
15352013-10-15 Hans-Peter Nilsson <hp@axis.com>
1536
1537 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1538 files in SUPPORT_FILES.
1539 (SIM_SUPPORT_DIRS): New variable.
1540 (sim.tar.bz2): New rule.
1541
f4cfb980
JBG
15422013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1543
1544 * configure.ac: Update from GCC.
1545 * configure: Regenerate.
1546
78b1434c
JJ
15472013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1548
1549 * COPYING.NEWLIB: Update with new copyright.
1550
b3fc79f8
JBG
15512013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1552
1553 * configure.ac: Update from GCC.
1554 * configure: Regenerate.
1555
cc9afea3
AM
15562013-09-20 Alan Modra <amodra@gmail.com>
1557
1558 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1559 ppc host match. Support little-endian powerpc linux hosts.
1560
f006cabd
JB
15612013-08-16 Joel Brobecker <brobecker@adacore.com>
1562
1563 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1564 strip the "-cvs" suffix from the version number if present.
1565
95e43135
JBG
15662013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1567
1568 * configure.ac: Sync with GCC repo.
1569 * Makefile.def: Ditto.
1570 * configure: Regenerate.
1571 * Makefile.in: Ditto.
1572
7539e41e
JB
15732013-07-22 Joel Brobecker <brobecker@adacore.com>
1574
1575 * src-release (VER): Use $(TOOL)/common/create-version.sh
1576 if it exists.
1577
e8044f35
RS
15782013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1579
1580 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1581 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1582 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1583 * configure: Regenerate.
1584
7bab7634
DC
15852013-06-01 George Thomas <george.thomas@atmel.com>
1586
95e43135
JBG
1587 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1588 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1589
b5364c9e
JJ
15902013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1591
1592 * COPYING.NEWLIB: Add Altera Corporation copyright.
1593
5dad867c
JBG
15942013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1595
1596 * config.guess: Update from config repo.
1597 * config.sub: Ditto.
1598
b836cb18
JBG
15992013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1600
1601 * Makefile.def: Sync with GCC.
1602 * Makefile.in: Regenerate.
1603
e7d5abf1
JBG
16042013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1605
1606 * configure.ac: Sync with GCC.
b836cb18 1607 * configure: Regenerate.
e7d5abf1 1608
4f778543
MF
16092013-03-22 Mike Frysinger <vapier@gentoo.org>
1610
1611 * src-release (VER): Change bfd/configure.in sed to use the new
1612 `bfd/configure --version` output.
1613
f1dd87fc
YZ
16142013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1615
1616 * configure.ac: Sync with GCC repo.
1617 * configure: Ditto.
1618
a413f71a
ILT
16192013-02-05 Ian Lance Taylor <iant@google.com>
1620
1621 PR go/55969
1622 * configure.ac: Disable libgo on some systems where it does not
1623 work.
1624 * configure: Rebuild.
1625
3a98824c
AM
16262013-02-05 Alan Modra <amodra@gmail.com>
1627
1628 * configure: Regenerate after syncing config/.
1629
3dae1673
JBG
16302013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1631
1632 * configure.ac: Sync with GCC repo.
1633 * configure: Ditto.
1634 * Makefile.def: Ditto.
1635 * Makefile.in: Ditto.
1636
bf51454b
JB
16372013-01-11 Joel Brobecker <brobecker@adacore.com>
1638
1639 Sync with GCC, merge:
1640
1641 2013-01-09 Jason Merrill <jason@redhat.com>
1642
1643 * .gitignore: Import from gdb repository.
1644
c841a2be
JBG
16452013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1646
1647 * config.sub: Update from config repo.
1648
d7b9dae9
EB
16492013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1650
1651 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1652 * Makefile.in: Regenerate.
1653
861ea9c8
L
16542013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1655
1656 * Makefile.def (configure-gcc): Depend on all-gmp.
1657 (all-gcc): Remove dependency on all-gmp.
1658 * Makefile.in: Regenerated.
1659
ce82b126
JBG
16602013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1661
1b4f418d 1662 * config.guess: Update from config repo.
c2e5e6d7 1663 * config.sub: Ditto.
ce82b126 1664
fd62a30d
JJ
16652013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1666
1667 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1668 exists and replace the new bfin license in its location.
1669
0140d685
L
16702013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1671
1672 PR gas/14899
1673 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1674 all-ld and all-gold depend on all-gas.
1675 * Makefile.in: Regenerated.
1676
c3d399e7
L
16772012-12-29 Ben Elliston <bje@gnu.org>
1678
1679 * config.guess: Update to 2012-12-29 version.
1680 * config.sub: Likewise.
1681
9417cd2f
JBG
16822012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1683
1684 * Makefile.def (install-target-libgo): Depend on
1685 install-target-libatomic. Merged from GCC repo.
1686 * Makefile.in: Regenerate.
1687
68dad382
JJ
16882012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1689
1690 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1691
2344b8da
TS
16922012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1693
1694 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1695 * configure: Regenerate.
1696
5eb08693
L
16972012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1698
1699 * Makefile.def (target_modules): Add bootstrap=true and
1700 raw_cxx=true to libsanitizer.
1701 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1702 * Makefile.in: Regenerated.
1703 * configure: Likewise.
1704
53ab32d8
JBG
17052012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1706
1707 * config.sub: Merge from config repo.
1708
d2489204
JBG
17092012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1710
1711 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1712 * Makefile.tpl: Ditto.
1713 * Makefile.in: Ditto.
1714 * configure: Ditto.
d2489204 1715
c23b5043
JBG
17162012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1717
1718 * configure.ac (noconfigdirs): Merge from GCC.
1719 * configure: Regenerate.
1720
1dd1f7f6
JBG
17212012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1722
1723 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1724
2bda3143
L
17252012-11-14 Roland McGrath <mcgrathr@google.com>
1726
1727 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1728 * configure: Regenerate.
1729
5286fdef
L
17302012-11-13 Richard Henderson <rth@redhat.com>
1731
1732 * configure.ac: Move libsanitizer logic to subdirectory.
1733 * configure: Regenerate.
1734
17352012-11-13 Dodji Seketeli <dodji@redhat.com>
1736
1737 * configure.ac: Enable libsanitizer just on x86 linux for now.
1738 * configure: Re-generate.
1739
17402012-11-13 David Edelsohn <dje.gcc@gmail.com>
1741
1742 * configure.ac: Merge libquadmath sections.
1743 * configure: Regenerate.
1744
17452012-11-12 Wei Mi <wmi@google.com>
1746
1747 * configure.ac: Add libsanitizer to target_libraries.
1748 * Makefile.def: Ditto.
1749 * configure: Regenerate.
1750 * Makefile.in: Regenerate.
1751
f66a9a70
L
17522012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1753
1754 * configure: Regenerated.
1755
17562012-11-03 Robert Mason <rbmj@verizon.net>
1757
1758 * configure.ac: add --disable-libstdcxx configure option
1759 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1760
6d94c122
CV
17612012-10-24 Corinna Vinschen <corinna@vinschen.de>
1762
1763 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1764 against Mingw64 w32api.
1765 * configure: Regenerate.
1766
a882be68
EB
17672012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1768
1769 PR bootstrap/54820
1770 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1771 * configure: Regenerate.
1772
b3676d82
EB
17732012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1774
1775 PR bootstrap/54820
1776 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1777 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1778 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1779 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1780 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1781 * Makefile.in: Regenerate.
1782 * configure.ac (have_static_libs): New variable and associated check.
1783 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1784 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1785 * configure: Regenerate.
1786
7b0e8ca5
MF
17872012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1788
1789 * config.guess, config.sub: Include updated version from
1790 config-patches. Adds microblaze little endian support.
1791
8e71395b
L
17922012-09-28 Ian Lance Taylor <iant@google.com>
1793
1794 * Makefile.def: Make all-target-libgo depend on
1795 all-target-libbacktrace.
1796 * Makefile.in: Rebuild.
1797
17982012-09-26 Ian Lance Taylor <iant@google.com>
1799
1800 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1801 * Makefile.in: Rebuild.
1802
18032012-09-06 Diego Novillo <dnovillo@google.com>
1804
1805 * configure.ac: Bump minimum GMP version to 4.2.3.
1806 * configure: Re-generate.
1807
18082012-09-05 Georg-Johann Lay <avr@gjlay.de>
1809
1810 PR target/54461
1811 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1812 target-libgloss if not configured --with-avrlibc=no.
1813 * configure: Regenerate.
1814
18152012-09-04 Jason Merrill <jason@redhat.com>
1816
1817 * configure.ac: Fix --enable-languages=all.
1818
18192012-09-03 Richard Guenther <rguenther@suse.de>
1820
1821 PR bootstrap/54138
1822 * configure.ac: Re-organize ISL / CLOOG checks to allow
1823 disabling with either --without-isl or --without-cloog.
1824 * configure: Regenerated.
1825
18262012-09-03 Georg-Johann Lay <avr@gjlay.de>
1827
1828 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1829 * configure: Regenerate.
1830
d09bbf00
SE
18312012-09-21 Steve Ellcey <sellcey@mips.com>
1832
1833 * configure.ac: Add mips*-mti-elf* target.
1834 * configure: Regenerate.
1835
2bf680c4
ILT
18362012-09-19 Ian Lance Taylor <iant@google.com>
1837
1838 * configure.ac (host_libs): Add libbacktrace.
1839 (target_libraries): Add libbacktrace.
1840 * Makefile.def (host_modules): Add libbacktrace.
1841 (target_modules): Likewise.
1842 * configure, Makefile.in: Rebuild.
1843
5c0b3823
WL
18442012-09-15 Jiong Wang <jiwang@tilera.com>
1845
1846 * configure.ac (ENABLE_GOLD): support tilegx*
1847 * configure: rebuild
1848
1488e230
DE
18492012-09-14 David Edelsohn <dje.gcc@gmail.com>
1850
1851 PR target/38607
1852 Merge upstream change.
1853 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1854
1855 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1856 Add libgomp*.o to compare_exclusions for AIX.
1857 * configure: Regenerate.
1858
df6795ce
L
18592012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1860
1861 PR binutils/4970
1862 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1863 and opcodes.
1864 * Makefile.in: Regenerated.
1865
7ec59b9e
L
18662012-08-14 Diego Novillo <dnovillo@google.com>
1867
1868 Merge from cxx-conversion branch.
1869
1870 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1871 POSTSTAGE1_CONFIGURE_FLAGS.
1872 * Makefile.in: Regenerate.
1873 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1874 Force C++ when bootstrapping.
1875 * configure: Regenerate.
1876
18772012-07-06 Richard Guenther <rguenther@suse.de>
1878
1879 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1880 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1881 --with-gmp=system.
1882 * Makefile.in: Regenerated.
1883 * configure: Likewise.
1884
18852012-07-06 Richard Guenther <rguenther@suse.de>
1886
1887 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1888 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1889 supply V=1 as extra_make_flags.
1890 * configure: Regenerated.
1891 * Makefile.in: Likewise.
1892
18932012-07-03 Richard Guenther <rguenther@suse.de>
1894
1895 * Makfile.def (isl): Remove not necessary extra_exports and
1896 extra_make_flags.
1897 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1898 * Makefile.in: Regenerated.
1899
19002012-07-03 Richard Guenther <rguenther@suse.de>
1901
1902 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1903 * configure.ac: If either the ISL or the CLooG check failed
1904 do not try to build in-tree versions.
1905 * Makefile.in: Regenerated.
1906 * configure: Regenerated.
1907
19082012-07-02 Richard Guenther <rguenther@suse.de>
1909 Michael Matz <matz@suse.de>
1910 Tobias Grosser <tobias@grosser.es>
1911 Sebastian Pop <sebpop@gmail.com>
1912
1913 * Makefile.def: Add ISL host module, remove PPL host module.
1914 Adjust ClooG host module to use the proper ISL.
1915 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1916 * configure.ac: Include config/isl.m4. Add ISL host library,
1917 remove PPL. Remove PPL configury, add ISL configury, adjust
1918 ClooG configury.
1919 * Makefile.in: Regenerated.
1920 * configure: Likewise.
1921
19222012-07-02 Richard Guenther <rguenther@suse.de>
1923
1924 Merge from graphite branch
1925 2011-07-21 Tobias Grosser <tobias@grosser.es>
1926
1927 * configure: Regenerated.
1928 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1929 both cloog.org and legacy versions. The only supported version will
1930 be CLooG with the isl backend.
1931
1932 2011-07-21 Tobias Grosser <tobias@grosser.es>
1933
1934 * configure: Regenerated.
1935 * configure.ac: Require cloog isl 0.17.0
1936
1937 2011-07-21 Tobias Grosser <tobias@grosser.es>
1938
1939 * configure: Regenerated.
1940 * config/cloog.m4: Do not define CLOOG_ORG
1941
19422012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1943
1944 * configure.ac: Skip C if explicitly selected.
1945 * configure: Regenerate.
1946
19472012-06-28 Christophe Lyon <christophe.lyon@st.com>
1948
1949 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1950 they contain -O2.
1951 * configure: Regenerate.
1952
19532012-06-20 Jason Merrill <jason@redhat.com>
1954
1955 * Makefile.tpl (check-target-libgomp-c++): New.
1956 (check-target-libitm-c++): New.
1957 * Makefile.def (c++): Add them.
1958 * Makefile.in: Regenerate.
1959
19602012-05-16 Olivier Hainque <hainque@adacore.com>
1961
1962 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1963 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1964 (install-no-fixedincludes): Adjust accordingly.
1965 * Makefile.in: Regenerate.
1966
19672012-05-09 Nick Clifton <nickc@redhat.com>
1968 Paul Smith <psmith@gnu.org>
1969
1970 PR bootstrap/50461
1971 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1972 allow for the fact that from release v3.1.0 of MPFR the source
1973 files were moved into a src sub-directory.
1974 * configure: Regenerate.
1975
19762012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1977
1978 * configure.ac: Bump minimum MPFR version to 2.4.0.
1979 * configure: Regenerated.
1980
19812012-05-01 Richard Henderson <rth@redhat.com>
1982
1983 * Makefile.def (libatomic): New target_module.
1984 * configure.ac (target_libraries): Add libatomic.
1985 (noconfigdirs): Check if libatomic is supported.
1986 * Makefile.in, configure: Rebuild.
1987
f87f9c61
L
19882012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1989
1990 Merge upstream change
1991 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1992
19932011-11-21 Andreas Tobler <andreast@fgznet.ch>
1994
1995 * libtool.m4: Additional FreeBSD 10 fixes.
1996
68f107fa
AO
19972012-06-28 Christophe Lyon <christophe.lyon@st.com>
1998
1999 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2000 they contain -O2.
2001 * configure: Regenerate.
2002
b9c361e0
JL
20032012-05-14 Catherine Moore <clm@codesourcery.com>
2004
2005 * NEWS: Mention PowerPC VLE port.
2006
9eb322aa
MF
20072012-05-11 Mike Frysinger <vapier@gentoo.org>
2008
2009 * MAINTAINERS (config/): Move to intl/ section.
2010 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
2011
58b1dd21
NC
20122012-05-09 Nick Clifton <nickc@redhat.com>
2013 Paul Smith <psmith@gnu.org>
2014
2015 PR bootstrap/50461
2016 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2017 allow for the fact that from release v3.1.0 of MPFR the source
2018 files were moved into a src sub-directory.
2019 * configure: Regenerate.
2020
2e702c99
RM
20212012-05-02 Roland McGrath <mcgrathr@google.com>
2022
2023 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2024 * configure: Regenerate.
2025
d2213593
JB
20262012-04-25 Joel Brobecker <brobecker@adacore.com>
2027
2028 * config.sub: Update to 2012-04-18 version from official repo.
2029
202e2356
NC
20302012-03-19 Tristan Gingold <gingold@adacore.com>
2031
2032 * configure.ac (ia64*-*-*vms*): Add support for ld.
2033 * configure: Regenerate.
2034
2479f722
RO
20352012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2036
2037 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2038 (unsupported_languages): Remove mips-sgi-irix6.*.
2039 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2040 (with_stabs): Remove.
2041 * configure: Regenerate.
2042
4e97d92b
RO
20432012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2044
2045 * configure.ac (enable_libgomp): Remove *-*-osf*.
2046 (with_stabs): Remove alpha*-*-osf*.
2047 * configure: Regenerate.
2048
f9ea6f98
JJ
20492012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2050
2051 * COPYING.NEWLIB: Modify DJ Delorie license to include
2052 modification rights in clause as permitted by DJ Delorie.
2053 * COPYING.LIBGLOSS: Ditto.
2054
48688b3e
JJ
20552012-03-09 Jeff Johnston <jjohnstn@redhat.com>
2056
2057 * COPYING.NEWLIB: Remove two unused licenses.
2058
0945bbee
TG
20592012-03-05 Tristan Gingold <gingold@adacore.com>
2060
2061 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2062 * configure: Regenerate.
2063
516be0c5
JJ
20642012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
2065
2066 * COPYING.NEWLIB: Add Adapteva notice.
2067 * COPYING.LIBGLOSS: Add Adapteva notice.
2068
64b986c0
EB
20692011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2070
2071 * configure: Regenerate.
2072
58cddc18
JJ
20732011-12-15 Jeff Johnston <jjohnstn@redhat.com>
2074
2075 * COPYING.LIBGLOSS: Add GPL with exception license.
2076
b121d7d4
DD
20772011-11-09 Roland McGrath <mcgrathr@google.com>
2078
2079 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2080 * configure: Rebuild.
2081 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2082 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2083 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2084 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2085 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2086 Add READELF.
2087 * Makefile.in: Rebuild.
2088
d32e2926
RH
20892011-11-08 Richard Henderson <rth@redhat.com>
2090
2091 * configure.ac: Test for libitm directory present first.
2092
2093 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2094
2095 * configure.ac: Test libitm/configure.tgt to disable libitm.
2096 * configure: Rebuild.
2097
98dd765a
RO
20982011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2099
2100 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2101 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2102 * Makefile.in: Regenerate.
2103
99c513f6
DD
21042011-11-01 DJ Delorie <dj@redhat.com>
2105
2106 * configure.ac (rl78-*-*) New case.
2107 * configure: Regenerate.
2108
ff3ec4ee
DD
21092011-11-01 DJ Delorie <dj@redhat.com>
2110
2111 * config.sub: Update to version 2011-10-29 (added rl78)
2112
c28a9f49
NC
21132011-10-27 Nick Clifton <nickc@redhat.com>
2114
2115 * config.sub: Import these changes from the config project:
2116
a903d6ac 2117 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
2118 Ben Elliston <bje@gnu.org>
2119
2120 * config.sub (epiphany): New.
2121
2122 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2123 Ben Elliston <bje@gnu.org>
2124
9eb322aa 2125 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
2126
2127 2011-08-23 Roland McGrath <mcgrathr@google.com>
2128
2129 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2130 64eb to be64.
2131
2132 2011-08-16 Roland McGrath <mcgrathr@google.com>
2133
2134 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2135 (nacl): Grok as alias for 32el-unknown-nacl.
2136
860144e4
JB
21372011-08-19 Joel Brobecker <brobecker@adacore.com>
2138
2139 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2140
40ae9136
YQ
21412011-08-14 Yao Qi <yao@codesourcery.com>
2142
2143 Merge from gcc:
2144
2145 2011-08-14 Yao Qi <yao@codesourcery.com>
2146 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2147 * configure: Regenerate.
2148
ffdd6afc
ILT
21492011-07-26 Ian Lance Taylor <iant@google.com>
2150
2151 Merge from gcc:
2152
2153 2011-07-26 Ian Lance Taylor <iant@google.com>
2154 * configure.ac: Set have_compiler based on whether gcc directory
2155 exists, rather than on whether gcc is in configdirs.
2156 * configure: Rebuild.
2157
2158 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2159 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2160 link directories.
2161 * Makefile.in: Rebuild.
2162
2163 2011-07-20 Ian Lance Taylor <iant@google.com>
2164 PR bootstrap/49787
2165 * configure.ac: Move --enable-bootstrap handling earlier in file.
2166 If --enable-bootstrap and either --enable-build-with-cxx or
2167 --enable-build-poststage1-with-cxx, enable C++ automatically.
2168 * configure: Rebuild.
2169
2170 2011-07-19 Ian Lance Taylor <iant@google.com>
2171 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2172 make C++ a boot_language. Set and substitute
2173 POSTSTAGE1_CONFIGURE_FLAGS.
2174 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2175 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2176 * configure, Makefile.in: Rebuild.
2177
2178 2011-07-16 Jason Merrill <jason@redhat.com>
2179 * Makefile.def (language=c++): Add check-c++0x and
2180 check-target-libmudflap-c++.
2181 * Makefile.tpl (check-target-libmudflap-c++): New.
2182 * Makefile.in: Regenerate.
2183
2184 2011-07-16 Matthias Klose <doko@ubuntu.com>
2185 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2186 * Makefile.def (target_modules/libjava): Pass
2187 $(EXTRA_CONFIGARGS_LIBJAVA).
2188 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2189 if not configured with --enable-static-libjava.
2190 * Makefile.in: Regenerate.
2191 * configure: Likewise.
2192
2193 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2194 PR regression/47836
2195 PR bootstrap/23656
2196 PR other/47733
2197 PR bootstrap/49247
2198 PR c/48825
2199 * configure.ac (target_libraries): Remove target-libiberty.
2200 Remove case-statement setting skipdirs=target-libiberty for
2201 multiple targets. Remove checking target_configdirs and
2202 removing target-libiberty but keeping target-libgcc if
2203 otherwise empty.
2204 * Makefile.def (target_modules): Don't add libiberty.
2205 (dependencies): Remove all traces of target-libiberty.
2206 * configure, Makefile.in: Regenerate.
2207
9ccb86e7
JM
22082011-07-22 Jason Merrill <jason@redhat.com>
2209
2210 * Makefile.def (language=c++): Add check-c++0x and
2211 check-target-libmudflap-c++.
2212 * Makefile.tpl (check-target-libmudflap-c++): New.
2213 * Makefile.in: Regenerate.
2214
090bc50f
RO
22152011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2216
2217 * configure: Regenerate.
2218
cff32a7c
RO
22192011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2220
2221 PR target/39150
2222 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2223 x86_64-*-solaris2.1[0-9]*.
2224 * configure: Regenerate.
2225
eb4b2452
NC
22262011-06-13 Walter Lee <walt@tilera.com>
2227
2228 * configure.ac (tilepro-*-*) New case.
2229 (tilegx-*-*): Likewise.
2230 * configure: Regenerate.
2231
3c0013bf
NC
22322011-06-06 Nick Clifton <nickc@redhat.com>
2233
2234 * config.sub: Sync from upstream.
2235
91c1f14c
DK
22362011-05-08 Doug Kwan <dougkwan@google.com>
2237
2238 Merge from gcc:
2239
2240 2011-05-08 Doug Kwan <dougkwan@google.com>
2241
2242 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2243 * configure: Regenerated.
2244 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2245 value from configure.
2246 * Makefile.in: Regenerated.
2247
c7e4b184
JM
22482011-05-05 Joseph Myers <joseph@codesourcery.com>
2249
2250 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2251 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2252 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2253 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2254 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2255 *-*-vxworks*): Disable newlib and libgloss in separate case
2256 statement.
2257 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2258 to separate case statement.
2259 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2260 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2261 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2262 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2263 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2264 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2265 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2266 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2267 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2268 i[[3456789]]86-*-rdos*, m32r-*-*,
2269 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2270 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2271 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2272 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2273 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2274 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2275 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2276 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2277 and libgloss in main case over targets. Remove most empty cases
2278 in main case over targets.
2279 * configure: Regenerate.
2280
7152a690
JM
22812011-05-04 Joseph Myers <joseph@codesourcery.com>
2282
2283 * configure.ac: Remove code setting special library locations for
2284 hppa*64*-*-hpux11*. Remove code setting compiler for
2285 sparc-sun-solaris2*.
2286 * configure: Regenerate.
2287
ff46fb8f
JM
22882011-05-04 Joseph Myers <joseph@codesourcery.com>
2289
2290 * configure.ac: Separate libgloss_dir settings from general case
2291 over targets.
2292 * configure: Regenerate.
2293
82ae827f
JM
22942011-04-28 Joseph Myers <joseph@codesourcery.com>
2295
2296 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2297 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2298 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2299 cases in libgcj-disabling case statement.
2300 (hppa*64*-*-linux*): Set unsupported_languages instead of
2301 disabling target-zlib.
2302 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2303 to hppa*64*-*-hpux*.
2304 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2305 hppa*-*-hpux*.
2306 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2307 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2308 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2309 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2310 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2311 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2312 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2313 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2314 libgcj-disabling case statement.
2315 * configure: Regenerate.
2316
0827f9a6
JM
23172011-04-28 Joseph Myers <joseph@codesourcery.com>
2318
2319 * configure.ac: Disable Java for targets not supporting libffi.
2320 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2321 Remove cases in Java-disabling statement.
2322 (*arm-wince-pe): Change to arm-wince-pe.
2323 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2324 cases in Java-disabling statement.
2325 (bfin-*-*): Don't disable Java again.
2326 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2327 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2328 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2329 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2330 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2331 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2332 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2333 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2334 Java-disabling statement.
2335 (mmix-*-*): Don't disable Java again.
2336 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2337 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2338 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2339 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2340 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2341 statement.
2342 * configure: Regenerate.
2343
899b04ef
JM
23442011-04-28 Joseph Myers <joseph@codesourcery.com>
2345
2346 Merge from GCC:
2347
2348 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2349
2350 PR lto/48086
2351 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2352 * configure: Regenerate.
2353
9863d716
JM
23542011-04-28 Joseph Myers <joseph@codesourcery.com>
2355
2356 * configure.ac: Separate cases disabling Java and Java libraries
2357 from general case over targets.
2358 * configure: Regenerate.
2359
a90ef4bf
JM
23602011-04-06 Joseph Myers <joseph@codesourcery.com>
2361
2362 * configure.ac (build_tools): Remove build-byacc.
2363 (host_libs): Remove mmalloc.
2364 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2365 autoconf automake libtool diff rcs fileutils shellutils time
2366 textutils wdiff find uudecode hello tar gzip indent recode release
2367 sed perl gawk findutils gettext zip.
2368 (libgcj): Remove target-qthreads.
2369 (target_tools): Remove target-examples target-gperf.
2370 (YACC): Don't handle building byacc.
2371 * configure: Regenerate.
2372 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2373 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2374 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2375 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2376 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2377 handle building components.
2378 * Makefile.in: Regenerate.
2379
05a02268
RW
23802011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2381
2382 * config.sub: Sync from upstream.
2383
c5f5c3c2
JM
23842011-04-01 Joseph Myers <joseph@codesourcery.com>
2385
2386 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2387 (microblaze*): Don't disable libssp.
2388 * configure: Regenerate.
2389
f6c1938b
JM
23902011-04-01 Joseph Myers <joseph@codesourcery.com>
2391
2392 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2393 moveifchange.
2394 * configure: Regenerate.
2395 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2396 * Makefile.in: Regenerate.
2397
1f111696
JM
23982011-04-01 Joseph Myers <joseph@codesourcery.com>
2399
2400 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2401 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2402 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2403 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2404 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2405 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2406 md_exec_prefix cases.
2407 * configure: Regenerate.
2408
065a5627
JM
24092011-04-01 Joseph Myers <joseph@codesourcery.com>
2410
2411 * configure.ac: Separate cases disabling target-libssp,
2412 target-libiberty, target-libstdc++-v3 and Fortran from general
2413 case over targets.
2414 * configure: Regenerate.
2415
b2f14e4a
JM
24162011-04-01 Joseph Myers <joseph@codesourcery.com>
2417
2418 * configure.ac (*-*-chorusos): Don't disable libgcj.
2419 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2420 Remove case.
2421 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2422 (arm-*-coff): Don't disable libgcj.
2423 (arm*-*-linux-gnueabi): Remove useless assignment.
2424 (arm-*-riscix*): Don't disable libgcj.
2425 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2426 configuration.
2427 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2428 (c54x*-*-*): Remove case.
2429 (tic54x-*-*): Don't disable GCC or GCC libraries.
2430 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2431 to *.
2432 (d10v-*-*): Don't disable GCC libraries.
2433 (d30v-*-*): Don't disable libgcj.
2434 (h8500-*-*): Don't disable GCC libraries.
2435 (i960-*-*): Don't disable libgcj.
2436 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2437 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2438 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2439 libgcj.
2440 (m68k-*-coff*): Remove case.
2441 (mmix-*-*): Don't disable libgloss on host.
2442 (mn10200-*-*, mn10300-*-*): Remove cases.
2443 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2444 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2445 Don't disable libgcj.
2446 (romp-*-*): Remove case.
2447 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2448 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2449 case.
2450 (v810-*-*): Don't disable GCC libraries.
2451 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2452 (ip2k-*-*): Don't disable GCC libraries.
2453 * configure: Regenerate.
2454
6a608608
JM
24552011-03-28 Joseph Myers <joseph@codesourcery.com>
2456
2457 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2458 libffi on host.
2459 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2460 on host.
2461 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2462 * configure: Regenerate.
2463
5b806d27
NC
24642011-03-26 John Marino <binutils@marino.st>
2465
2466 * configure.ac: Add support for *-*-dragonfly*
2467 * configure: Regenerate.
2468
0377a422
JM
24692011-03-25 Joseph Myers <joseph@codesourcery.com>
2470
2471 * configure.ac (native_only): Remove.
2472 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2473 send-pr uudecode guile gnuserv on host.
2474 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2475 send-pr rcs guile perl texinfo libtool on host.
2476 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2477 automake send-pr rcs guile perl texinfo libtool on host.
2478 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2479 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2480 (alpha*-dec-osf*): Don't disable fileutils on target.
2481 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2482 texinfo send-pr expect dejagnu on target.
2483 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2484 target-qthreads on target.
2485 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2486 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2487 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2488 x86_64-*-mingw*): Don't disable expect on target.
2489 (*-*-cygwin*): Don't disable target-gperf on target.
2490 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2491 gnuserv on target.
2492 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2493 target.
2494 * configure: Regenerate.
2495
2354b38b
JM
24962011-03-25 Joseph Myers <joseph@codesourcery.com>
2497
2498 * configure.ac (target_tools): Remove target-groff.
2499 (native_only): Remove target-groff.
2500 (hppa*64*-*-*): Don't disable byacc.
2501 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2502 setting.
2503 (*-*-kaos*): Don't skip target-librx and target-groff.
2504 (*-*-netware*): Don't skip target-libmudflap.
2505 (*-*-tpf*): Don't skip target-libmudflap.
2506 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2507 directories on the host.
2508 (ia64*-*-*vms*): Don't skip tix.
2509 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2510 host.
2511 * configure: Regenerate.
2512
28d9b232
PB
25132011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2514
2515 * configure.ac: Remove references to mt-mep, mt-netware,
2516 mt-wince.
2517 * Makefile.def: Add all-utils soft dependencies.
2518 * Makefile.tpl: Remove GDB_NLM_DEPS.
2519 * configure: Regenerate.
2520 * Makefile.in: Regenerate.
2521
dbbe5f95
PB
25222011-03-24 Paolo Bonzini <bonzini@gnu.org>
2523
2524 Sync from GCC:
2525
2526 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2527
2528 * configure.ac: Do not include mh-x86omitfp.
2529 * configure: Regenerate.
2530
2531 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2532
2533 * configure.ac: Remove empty cases.
2534 * configure: Regenerate.
2535
2536 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2537
2538 * Makefile.def: Add dependency from termcap to gdb.
2539 * Makefile.in: Regenerate.
2540
2541 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2542
2543 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2544 * configure: Regenerate.
2545 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2546 * Makefile.tpl: Likewise.
2547 * Makefile.in: Regenerate.
2548
2549 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2550
2551 * configure.ac: Remove all mentions of tentative_cc.
2552 * configure: Regenerate.
2553
2554 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2555
2556 PR lto/48086
2557 * configure.ac: Re-enable LTO on *-apple-darwin9.
2558 * configure: Regenerate.
2559
3516a403
JM
25602011-03-24 Joseph Myers <joseph@codesourcery.com>
2561
2562 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2563 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2564 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2565 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2566 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2567 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2568 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2569 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2570 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2571 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2572 *-*-rhapsody*): Remove host cases.
2573 * configure: Regenerate.
2574
93cc359e
JM
25752011-03-24 Joseph Myers <joseph@codesourcery.com>
2576
2577 * configure.ac (ppc*-*-pe): Remove host case.
2578 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2579 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2580 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2581 cases.
2582 * configure: Regenerate.
2583
29b2c556
JM
25842011-03-24 Joseph Myers <joseph@codesourcery.com>
2585
2586 * config.sub: Update to version 2011-03-23.
2587
f0ff0f90
JM
25882011-03-22 Joseph Myers <joseph@codesourcery.com>
2589
2590 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2591 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2592 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2593 * configure: Regenerate.
2594
782cb41f
JM
25952011-03-22 Joseph Myers <joseph@codesourcery.com>
2596
2597 * config-ml.in: Don't handle arc-*-elf*.
2598 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2599 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2600 handle GCC libraries.
2601 * configure: Regenerate.
2602
0e8ad34f
RO
26032011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2604
2605 PR bootstrap/48120:
2606 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2607 Add -lstdc++ -lm to LIBS.
2608 * configure: Regenerate.
2609
5548b4ce
DE
26102011-03-18 David Edelsohn <dje.gcc@gmail.com>
2611
2612 * config.guess: Update to version 2011-02-02
2613 * config.sub: Update to version 2011-02-24
2e702c99 2614
86ed8cf6
SP
26152011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2616
9eb322aa
MF
2617 * configure.ac: Adjust test of with_ppl.
2618 * configure: Regenerated.
86ed8cf6 2619
b123da99
SP
26202011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2621
2622 * configure.ac: Add -lpwl to ppllibs.
2623 * config/cloog.m4: Add -lisl to clooglibs.
2624 * configure: Regenerated.
2625
822ce8ee
RW
26262011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2627
2628 Import from Libtool and gnulib:
2629
2630 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2631
2632 Prepare for supporting FreeBSD 10.
2633 * config.rpath: Remove handling of freebsd1* which soon would
2634 match FreeBSD 10.0.
2635
2636 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2637
2638 Remove support for FreeBSD 1.x.
2639 * libtool.m4 (_LT_LINKER_SHLIBS)
2640 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2641 soon would incorrectly match FreeBSD 10.0.
2642
dcb5e506
RW
26432011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2644
2645 PR binutils/12283
2646 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2647 (move-if-change): Comes from gnulib.
2648 * move-if-change: Import version from gnulib.
2649
8d8eef9a
RW
26502011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2651
2652 Sync from GCC:
2653
2654 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2655
2656 PR lto/47225
2657 * Makefile.def (lto-plugin): Double dash for enable-shared.
2658 (configure-gcc): Depend on all-lto-plugin.
2659 * Makefile.in: Rebuilt.
2660
2661 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2662
2663 * configure.ac: Remove extra bracket.
2664 * configure: Regenerate.
2665
2666 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2667
2668 PR lto/47225
2669 * Makefile.def: Add dependency for install-gcc
2670 on install-lto-plugin.
2671 * Makfile.in: Regenerated
2672
2673 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2674
2675 * configure.ac: If with_ppl is no, move setting with_cloog=no
2676 after CLOOG_REQUESTED check.
2677 * configure: Regenerated.
2678
2679 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2680
2681 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2682 CLooG has been requested.
2683 * configure: Regenerated.
2684
2685 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2686
2687 * configure: Regenerated.
2688 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2689
2690 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2691
2692 * configure: Regenerated.
2693 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2694
2695 2011-01-07 Jan Hubicka <jh@suse.cz>
2696
2697 PR lto/47225
2698 * Makefile.in: Regenerate.
2699 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2700 configure.
2701
65b4571a
AO
27022011-01-31 Alexandre Oliva <aoliva@redhat.com>
2703
2704 PR libgcj/44341
2705 * configure.ac: Discard --with-* flags for host when configuring
2706 target libraries for cross build.
2707 * configure: Rebuilt.
2708
7837304f
AS
27092011-01-21 Andreas Schwab <schwab@redhat.com>
2710
2711 Sync from GCC:
2712
2713 2011-01-21 Andreas Schwab <schwab@redhat.com>
2714
2715 * configure.ac: Use AS_HELP_STRING throughout.
2716 * configure: Regenerate.
2717
2718 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2719
2720 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2721 * configure: Regenerate.
2722
115ef890
RW
27232010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2724
2725 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2726
92c9a463
JB
27272011-01-13 Joel Brobecker <brobecker@adacore.com>
2728
2729 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2730 for ia64-hpux.
2731 * configure: Regenerate.
2732
887ebfb4
RW
27332011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2734
2735 Sync from GCC:
2736 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2737
2738 * configure.ac: (picochip): Disable libiberty.
2739 * configure: Regenerate.
2740
04d2c2b2
JJ
27412010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2742
2743 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2744
33d23ee8
ILT
27452010-12-10 Ian Lance Taylor <iant@google.com>
2746
2747 PR bootstrap/46819
2748 * configure.ac: For --disable-libgcj clear libgcj_saved.
2749 * configure: Rebuild.
2750
89a1e9c3
PB
27512010-12-10 Tobias Burnus <burnus@net-b.de>
2752
2753 PR fortran/46540
2754 * configure.ac: Add --disable-libquadmath and
2755 --disable-libquadmath-support.
2756 * configure: Regenerate.
2757
ac7bcd26
TG
27582010-12-10 Tristan Gingold <gingold@adacore.com>
2759
2760 * src-release (ETC_SUPPORT): add gnu-oids.texi
2761
d357cef7
HPN
27622010-12-03 Hans-Peter Nilsson <hp@axis.com>
2763
2764 PR libffi/46792
2765 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2766 * configure: Regenerate.
2767
4f11b223
ILT
27682010-12-02 Ian Lance Taylor <iant@google.com>
2769
2770 * configure.ac: Always set default for poststage1_ldflags to
2771 -static-libstdc++ -static-libgcc.
2772
989abc33
JJ
27732010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2774
2775 * COPYING.NEWLIB: Add National Semiconductor notice.
2776
950386c6
AS
27772010-11-29 Andreas Schwab <schwab@redhat.com>
2778
2779 * configure.ac: Move comment to remove extra space in last argument
2780 of GCC_TARGET_TOOL.
2781
87cda2cf
AO
27822010-11-26 Alexandre Oliva <aoliva@redhat.com>
2783
7d509c83 2784 PR other/46026
87cda2cf
AO
2785 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2786 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2787 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2788 (BASE_FLAGS_TO_PASS): Use it.
2789 * configure: Rebuilt.
2790 * Makefile.in: Rebuilt.
2791
d3b50760
L
27922010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2793
2794 PR binutils/12258
2795 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2796 Properly check default linker.
2797 * configure: Regnerated.
2798
c7791212
NC
27992010-11-23 Matthias Klose <doko@ubuntu.com>
2800
2801 * configure.ac: For --enable-gold, handle value `default' instead of
2802 `both*'. New configure option --{en,dis}able-ld.
2803 * configure: Regenerate.
2804
9e1a94f4
ILT
28052010-11-20 Ian Lance Taylor <iant@google.com>
2806
2807 * configure.ac: Only disable a language library if no language needs
2808 it. Don't let --disable-libgcj uncondtionally disable libffi.
2809 * configure: Rebuild.
2810
ceca0218
PB
28112010-11-20 Paolo Bonzini <bonzini@gnu.org>
2812
2813 * configure: Regenerate.
2814
9b980aa1
RW
28152010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2816
2817 PR other/46202
2818 * configure.ac: Fix just-built in-tree STRIP name to be
2819 binutils/strip-new.
2820 * configure: Regenerate.
2821 * Makefile.def (install-strip-gcc, install-strip-binutils)
2822 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2823 (install-strip-sid): Mirror dependencies on non-strip variants
2824 of these targets on the respective -strip prerequisites.
2825 * Makefile.tpl (install-strip, install-strip-host)
2826 (install-strip-target): New targets.
2827 (install-strip-[+module+], install-strip-target-[+module+]):
2828 New targets.
2829 * Makefile.in: Regenerate.
2830
e552509b
ILT
28312010-11-19 Ian Lance Taylor <iant@google.com>
2832 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2833
2834 * configure.ac: Add target-libgo to target_libraries. Set
2835 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2836 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2837 (HOST_EXPORTS): Add GOC.
2838 (BASE_TARGET_EXPORTS): Add GOC.
2839 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2840 (GOCFLAGS_FOR_TARGET): New variable.
2841 (EXTRA_HOST_FLAGS): Add GOC.
2842 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2843 * Makefile.def (target_modules): Add libgo.
2844 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2845 (dependencies): Add dependency from configure-target-libgo to
2846 configure-target-libffi and all-target-libstdc++-v3. Add
2847 dependencies from all-target-libgo to all-target-libffi.
2848 (languages): Add go.
2849 * configure: Rebuild.
2850 * Makefile.in: Rebuild.
2851
28522010-11-19 Ian Lance Taylor <iant@google.com>
2853
2854 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2855 compiler/flag environment variables.
2856
28572010-11-18 Ian Lance Taylor <iant@google.com>
2858
2859 * configure.ac: Check for lang_requires_boot_languages in
2860 config-lang.in files.
2861 * configure: Rebuild.
2862
8c21d9c7
MF
28632010-11-17 Mike Frysinger <vapier@gentoo.org>
2864
2865 * .gitignore: New file.
2866
e552509b
ILT
28672010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2868 Tobias Burnus <burnus@net-b.de>
2869
2870 PR fortran/32049
2871 * Makefile.def: Add libquadmath; build it with language=fortran.
2872 * configure.ac: Add libquadmath.
2873 * Makefile.tpl: Handle multiple libs in check-[+language+].
2874 * Makefile.in: Regenerate.
2875 * configure: Regenerate.
2876
28772010-11-15 Andreas Schwab <schwab@redhat.com>
2878
2879 * configure.ac: Fix spelling in option names.
2880 * configure: Regenerated.
2881
28822010-11-13 Georg-Johann Lay <georgjohann@web.de>
2883
2884 PR bootstrap/39622
2885 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2886 * configure: Regenerated.
2887
28882010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2889
2890 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2891 define the cloog backend to use. Furthermore, only pass the ppllibs to
2892 the configure checks, if necessary.
2893 * configure: Regenerate.
2894
28952010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2896
2897 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2898 * configure: regenerate
2899
29002010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2901
2902 * config/cloog.m4: Fix typo. verison -> version.
2903 * configure: Regenerate.
2904
29052010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2906
2907 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2908 * configure: Regenerate.
2909
29102010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2911
2912 * configure.ac: Support official CLooG.org versions.
2913 * configure: Regenerate.
2914 * config/cloog.m4: New.
2915
aa291e2d
ME
29162010-11-05 Michael Eager <eager@eagercon.com>
2917
2918 * COPYING.LIBGLOSS: Correct typo in microblaze.
2919 * COPYING.NEWLIB: Same.
2920
e552509b
ILT
29212010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2922
2923 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2924 * configure: Regenerate.
2925
74cea91b
DK
29262010-11-03 Ian Lance Taylor <iant@google.com>
2927 Dave Korn <dave.korn.cygwin@gmail.com>
2928
2929 PR lto/46273
2930 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2931 and on other supported platforms whenever LTO is enabled.
2932 * configure: Rebuild.
2933
6d0cd39e
AM
29342010-11-02 Alan Modra <amodra@gmail.com>
2935
2936 PR binutils/12110
2937 * configure.ac: Error when source path contains spaces.
2938 * configure: Regenerate.
2939
18a8530e
ILT
29402010-10-20 Ian Lance Taylor <iant@google.com>
2941
2942 * Makefile.def (target_modules): Set lib_path to src/.libs for
2943 libstdc++-v3 module.
2944 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2945 * Makefile.in: Rebuild.
2946
6ed3211e
JJ
29472010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2948 Joseph Myers <joseph@codesourcery.com>
2949
2950 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2951 notices.
2952 * COPYING.NEWLIB: Add Texas Instruments notice.
2953
a8eb3f0a
DK
29542010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2955
2956 * configure.ac (build_lto_plugin): New shell variable.
2957 (--enable-lto): Turn on by default for all non-ELF platforms that
2958 have had LTO support added so far. Set build_lto_plugin appropriately
2959 for both ELF and non-ELF.
2960 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2961 * configure: Regenerate.
2962
4074d5f2
RW
29632010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2964
2965 PR bootstrap/45326
2966 PR bootstrap/45174
2967 * configure.ac: Honor initial values of $build_configargs,
2968 $host_configargs, $target_configargs. Mark the precious, so
2969 environment settings get recorded.
2970 * configure: Regenerate.
2971
29821356
RW
29722010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2973
2974 Sync from GCC:
2975
2976 2010-09-30 Michael Eager <eager@eagercon.com>
2977
2978 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2979 * configure: Regenerate.
2980
2981 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2982
2983 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2984 targets and amend comment.
2985 * configure: Regenerate.
2986
2987 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2988
2989 * configure.ac: Enable LTO by default on Darwin.
2990 * configure: Regenerate.
2991
2992 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2993
2994 PR bootstrap/44455
2995 * configure.ac (extra_mpfr_configure_flags): Copy from
2996 extra_mpc_gmp_configure_flags.
2997 * configure: Re-generated.
2998
57eefe4d
RW
29992010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3000
3001 Sync from GCC:
3002
3003 PR bootstrap/45796
3004 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3005 Depend on all-build-libiberty.
3006 * Makefile.in: Regenerate.
3007
30082010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
3009
3010 Sync from GCC:
3011
3012 PR bootstrap/44621
3013 * configure.ac: Fix unportable shell quoting.
3014 * configure: Regenerate.
3015
48bb73dd
RW
30162010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3017
3018 * configure.ac: Support all v850 targets.
3019 * configure: Regenerate.
3020
1d14850f
PB
30212010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3022
3023 PR target/44862
3024 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3025 Provide -B option to allow for link spec %s substitutions for
3026 libstdc++.a on darwin.
3027 * Makefile.in: Regenerate.
3028
7530c480
AO
30292010-06-10 Alexandre Oliva <aoliva@redhat.com>
3030
3031 * Makefile.def (configure-gcc): Depend on all-libelf.
3032 * Makefile.in: Rebuild.
3033
285d560d
RW
30342010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3035
3036 * config.sub, config.guess: Update from upstream sources.
3037
a009f2e7
RW
30382010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3039
3040 Sync from GCC:
3041
3042 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3043 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3044 * configure: Regenerated.
3045
3046 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3047 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3048 * configure: Regenerate.
3049
3050 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
3051 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3052 * configure: Regenerate.
3053
3054 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3055 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3056 separately.
3057 * configure: Regenerate.
3058
3059 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3060 * configure: Regenerate after change to elf.m4.
3061
3062 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3063 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3064 * configure: Regenerated.
3065
3066 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3067 * configure.ac: Print "buggy but acceptable" when CLooG
3068 revision is less than 9.
3069 * configure: Regenerated.
3070
e49e5c92
DK
30712010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
3072
3073 Merge from gcc:
3074
3075 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3076 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3077 * configure: Regenerate.
3078
3079 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3080 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3081 a platform that supports LTO.
3082 * configure: Regenerate.
3083
3084 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3085 PR lto/42776
3086 * configure.ac (--enable-lto): Refactor handling so libelf tests
3087 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3088 and allow LTO to be explicitly enabled on non-ELF platforms that
3089 are known to support it inside else-clause.
3090 * configure: Regenerate.
3091
e6de499b
NC
30922010-04-27 Roland McGrath <roland@redhat.com>
3093 H.J. Lu <hongjiu.lu@intel.com>
3094
3095 * configure.ac (--enable-gold): Support both, both/gold and
3096 both/bfd to add gold to configdirs without removing ld.
3097 * configure: Regenerated.
3098
3099 * Makefile.def: Add install-gold dependency to install-ld.
3100 * Makefile.in: Regenerated.
3101
d594eacc
TG
31022010-04-14 Tristan Gingold <gingold@adacore.com>
3103
3104 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3105 * configure: Regenerate.
3106
938d2b74
RW
31072010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3108
3109 Merge from gcc:
3110 PR bootstrap/43615
3111 PR bootstrap/43328
3112 Revert:
3113 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3114 * configure.ac: Do not pass --enable-multilib nor
3115 --disable-multilib in baseargs. Accept explicitly passed
3116 --enable_multilib.
3117 * configure: Regenerate.
3118
a9ef41a7
RW
31192010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3120
3121 PR bootstrap/43328
3122 * configure.ac: Do not pass --enable-multilib nor
3123 --disable-multilib in baseargs. Accept explicitly passed
3124 --enable_multilib.
3125 * configure: Regenerate.
3126
619a3713
JM
31272010-03-23 Joseph Myers <joseph@codesourcery.com>
3128
3129 * configure.ac (tic6x-*-*): New case.
3130 * configure: Regenerate.
3131
92f4e989
JM
31322010-03-23 Joseph Myers <joseph@codesourcery.com>
3133
3134 Merge from gcc:
3135 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3136 PR ada/42554
3137 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3138 * configure: Regenerate.
3139
c35a0556
JM
31402010-03-23 Joseph Myers <joseph@codesourcery.com>
3141
3142 * config.sub: Update to version 2010-03-22.
3143 * config.guess: Update to version 2009-12-30.
3144
18fa8f9c
JM
31452010-03-14 Joseph Myers <joseph@codesourcery.com>
3146
3147 Merge from gcc:
3148 2010-01-11 Richard Guenther <rguenther@suse.de>
3149 PR lto/41569
3150 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3151 * Makefile.in: Regenerated.
3152
ba98da75
RO
31532010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3154
3155 PR libstdc++/32499
3156 * configure.ac (RANLIB): Default to true.
3157 (STRIP): Likewise.
3158 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3159 * configure: Regenerate.
3160
3994761f
NC
31612010-02-17 Nick Clifton <nickc@redhat.com>
3162
3163 PR 11238
3164 * Makefile.tpl (local-distclean): Also remove config.cache files in
3165 sub-directories as there may not be Makefiles present in the
3166 sub-directories.
792cdb50
NC
3167 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3168 the config.cache files found by the find command.
3169
3994761f
NC
3170 * Makefile.in: Regenerate.
3171 * configure.ac: Revert previous delta.
3172 * configure: Regenerate.
3173
01a82011
NC
31742010-02-15 Nick Clifton <nickc@redhat.com>
3175
3176 PR 11238
3177 * configure.ac: Delete config.cache files in sub-directories when
3178 deleting Makefiles.
3179 * configure: Regenerate.
3180
143754cd
NC
31812010-02-15 Nick Clifton <nickc@redhat.com>
3182
3183 * configure.ac: Sync from gcc.
3184 * configure: Regenerate.
3185
a6b5846e
KG
31862010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3187
3188 Sync from gcc:
3189 * configure.ac: Add "recommended" version checks for GMP/MPC.
3190 Update recommended GMP/MPFR/MPC versions.
3191 * configure: Regenerate.
3192
2aa2364a
JR
31932010-01-25 Joern Rennecke <amylaar@spamcop.net>
3194
3195 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3196 * configure.ac (bootstrap_target_libs): Make inclusion of
3197 target-libgomp conditional on libgomb being in target_configdirs.
3198 * configure: Regenerate.
3199
d35e937f
JR
32002010-01-23 Joern Rennecke <amylaar@spamcop.net>
3201
3202 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3203 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3204 * configure: Regenerate.
3205
911e63d0
JR
32062010-01-22 Joern Rennecke <amylaar@spamcop.net>
3207
3208 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3209 * configure.ac (target_configdirs): Substitute.
3210 * Makefile.def: Bootstrap target module libgomp.
3211 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3212 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3213 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3214 * configure, Makefile.in: Regenerate.
3215
3725885a
RW
32162009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3217
3218 * libtool.m4: Sync from git Libtool.
3219 * ltmain.sh: Likewise.
3220 * ltoptions.m4: Likewise.
3221 * ltversion.m4: Likewise.
3222 * lt~obsolete.m4: Likewise.
3223
d5f2ee2e 32242010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3225 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3226
3227 PR bootstrap/42424
3228 * configure.ac: Include libtool m4 files.
9eb322aa 3229 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3230 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3231 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3232
d5f2ee2e
KG
3233 * configure: Regenerate.
3234
f2b2dd91
RW
32352010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3236
3237 PR bootstrap/41818
3238 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3239 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3240 * Makefile.in: Regenerate.
3241
06ca7962
BE
32422009-12-18 Ben Elliston <bje@au.ibm.com>
3243
3244 * config.sub, config.guess: Update from upstream sources.
3245
30a16d7b
JJ
32462009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3247
3248 * COPYING.NEWLIB: Update copyright date.
3249 * COPYING.LIBGLOSS: Ditto.
3250
d9b76ff9
KG
32512009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3252
3253 PR middle-end/30447
3254 PR middle-end/30789
3255 PR other/40302
3256
3257 * configure.ac: Require MPC.
3258 * configure: Regenerate.
3259
3260 * configure.ac: Update minimum MPC version to 0.8.
3261 * configure: Regenerate.
3262
e12dec02
PB
32632009-11-20 Paolo Bonzini <bonzini@gnu.org>
3264
3265 * config.guess: Sync with upstream and gcc.
3266 * config.sub: Sync with upstream and gcc.
3267
606a9ca0
AO
32682009-11-16 Alexandre Oliva <aoliva@redhat.com>
3269
3270 * Makefile.def: Restore host and target settings for gmp.
3271 * Makefile.in: Rebuild.
3272
1f53ca9a
AO
32732009-11-16 Alexandre Oliva <aoliva@redhat.com>
3274
3275 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3276 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3277 Fix portability of test of C++ as bootstrap language. Add
3278 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3279 * configure: Rebuild.
3280 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3281 and cloog. Fix in-tree ppl configuration. Introduce libelf
3282 in-tree building.
3283 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3284 (POSTSTAGE1_HOST_EXPORTS): Use it.
3285 (STAGE[+id+]_CXXFLAGS): New.
3286 (BASE_FLAGS_TO_PASS): Pass it down.
3287 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3288 extra_exports.
3289 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3290 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3291 extra_exports.
3292 * Makefile.in: Rebuild.
3293
32942009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3295
3296 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3297 paths for *-w64-mingw* and x86_64-*mingw*.
3298 * configure: Regenerated.
3299
33002009-10-30 Kai Tietz <kai.tietz@onevision.com>
3301
3302 * configure.ac: Disable target-winsup & co for
3303 x86_64-*-mingw* and *-w64-mingw* targets.
3304 * configure: Regenerated.
3305
33062009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3307
3308 * configure.ac (CLooG test): Use = with test.
3309 * configure: Regenerate.
3310
33112009-10-22 Richard Guenther <rguenther@suse.de>
3312
3313 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3314 cloog if the ppl version check failed. Move flags saving
3315 before setting in libelf check.
3316 * configure: Regenerate.
3317
33182009-10-21 Richard Guenther <rguenther@suse.de>
3319
3320 * configure.ac: Adjust the ppl and cloog configure to work as
3321 documented. Disable cloog if ppl was disabled. Omit the version
3322 checks if they were disabled.
3323 * configure: Re-generate.
3324
6811fb56
RW
33252009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3326
3327 * configure.ac: Add 'lto' to enable_languages, not
3328 new_enable_languages, and only if not already present.
3329 * configure: Regenerate.
3330
700d40ca
ILT
33312009-10-06 Ian Lance Taylor <iant@google.com>
3332
3333 * Makefile.def: check-gold depends upon all-gas.
3334 * Makefile.in: Rebuild.
3335
33362009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3337
3338 * Makefile.def: all-lto-plugin depends on all-libiberty.
3339 set bootstrap=true for lto-plugin.
3340 Add lto-plugin.
3341 * Makefile.in: Regenerate.
3342 * configure.ac (host_libs): Add lto-plugin.
3343 * configure: Regenerate.
3344
33452009-10-03 Diego Novillo <dnovillo@google.com>
3346
3347 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3348 (HOST_LIBELFLIBS): Define.
3349 (HOST_LIBELFINC): Define.
3350 * Makefile.in: Regenerate.
3351 * configure.ac: Add --enable-lto.
3352 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3353 If --enable-lto is used, add 'lto' to new_enable_languages.
3354 If --enable-lto is used and gold is enabled, add
3355 lto-plugin to configdirs.
3356 * configure: Regenerate.
3357
33582009-10-03 Simon Baldwin <simonb@google.com>
3359
3360 * configure.ac: If --with-system-zlib, suppress local zlib and
3361 pass --with-system-zlib to subdir configure scripts.
3362 * configure: Regenerate.
3363
33642009-10-01 Loren J. Rittle <ljrittle@acm.org>
3365 Paolo Bonzini <bonzini@gnu.org>
3366
3367 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3368 $(srcdir).
3369 * Makefile.in: Rebuilt.
3370
c8cb1b3e
PB
33712009-09-29 Paolo Bonzini <bonzini@gnu.org>
3372
3373 Sync from gcc:
3374 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3375
3376 * configure.ac: Update minimum MPC version to 0.7.
3377 * configure: Regenerate.
3378
30167e0a
NC
33792009-09-25 Nick Clifton <nickc@redhat.com>
3380
3381 * configure.ac: Pass any --cache-file=/dev/null option on to
3382 subconfigures.
3383 * configure: Regenerate.
3384
707a0b5c
NC
33852009-09-23 Nick Clifton <nickc@redhat.com>
3386
3387 * config.sub, config.guess: Update from upstream sources.
3388
700d40ca
ILT
33892009-09-22 Loren J. Rittle <ljrittle@acm.org>
3390
3391 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3392 * Makefile.in: Rebuilt.
3393
2fd0b40b
RW
33942009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3395
3396 PR bootstrap/32272
3397 * configure.ac: Error out if $srcdir isn't '.' but contains
3398 host-${host_noncanonical}.
3399 * configure: Regenerate.
3400
4385ad3c
RW
34012009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3402
16b1ad29
RW
3403 * configure.ac: If bootstrapping a combined tree with
3404 --enable-gold, require c++ in stage1_languages.
3405 * configure: Regenerate.
3406
f8dc745f
RW
3407 * configure.ac: Also add target_libs of stage1_languages to
3408 bootstrap_target_libs.
3409 * configure: Regenerate.
3410
4385ad3c
RW
3411 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3412 with --enable-languages not containing c++.
3413 * configure: Regenerate.
3414
df51e4e1
JZ
34152009-09-16 Jie Zhang <jie.zhang@analog.com>
3416
3417 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3418 * configure: Regenerate.
3419
06a51eac
RW
34202009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3421
3422 * configure.ac: Do not use $extrasub for replacing @if/@endif
3423 parts in Makefile; instead, use additional arguments to
3424 AC_CONFIG_COMMANDS to do the replacement manually, with several
3425 sed invocations, to avoid HP-UX sed command limits.
3426 * configure: Regenerate.
3427
96655cc4
AO
34282009-09-04 Alexandre Oliva <aoliva@redhat.com>
3429
3430 * configure.ac (with-build-config): Document. Handle without.
3431 Handle missing argument.
3432 * configure: Rebuilt.
3433
34342009-09-03 Alexandre Oliva <aoliva@redhat.com>
3435
3436 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3437 Default to bootstrap-debug only if compare-debug works.
3438 * configure: Rebuilt.
3439 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3440 * Makefile.in: Rebuilt.
3441
34422009-09-01 Alexandre Oliva <aoliva@redhat.com>
3443
3444 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3445 * Makefile.in: Rebuilt.
3446
8e957354
PB
34472009-09-02 Paolo Bonzini <bonzini@gnu.org>
3448
3449 * Makefile.tpl (AWK): Fix typo.
3450 * Makefile.in: Regenerate.
3451
34522009-09-02 Paolo Bonzini <bonzini@gnu.org>
3453
3454 * configure.ac: Detect awk and sed.
3455 * Makefile.def (flags_to_pass): Add AWK and SED.
3456 * Makefile.tpl (AWK, SED): New.
3457 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3458 * configure: Regenerate.
3459 * Makefile.in: Regenerate.
3460
fb792462
TG
34612009-09-01 Tristan Gingold <gingold@adacore.com>
3462
3463 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3464 Remove logical names.
3465
a69e7d0a
DK
34662009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3467
3468 * ltmain.sh (func_normal_abspath): New function.
3469 (func_relative_path): Likewise.
3470 (func_mode_help): Document new -bindir option for link mode.
3471 (func_mode_link): Add new -bindir option, and use it to place
3472 output DLL if specified.
3473
d444d2ba
RW
34742009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3475
3476 * configure.ac (AC_PREREQ): Bump to 2.64.
3477
13b7343a
RW
34782009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3479
af542c2e
RW
3480 * README-maintainer-mode: Point directly to upstream locations
3481 for autoconf, automake, libtool, gettext, instead of copies on
3482 sources.redhat.com. Document required versions.
3483 * configure.ac: Do not substitute datarootdir, htmldir,
3484 pdfdir, docdir. Do not process --with-datarootdir,
3485 --with-htmldir, --with-pdfdir, --with-docdir.
3486 * configure: Regenerate.
3487
81ecdfbb
RW
3488 * configure: Regenerate.
3489
13b7343a
RW
3490 * compile: Sync from Automake 1.11.
3491 * depcomp: Likewise.
3492 * install-sh: Likewise.
3493 * missing: Likewise.
3494 * mkinstalldirs: Likewise.
3495 * ylwrap: Likewise.
3496
c1102ce7
RW
34972009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3498
34a0f3cf
RW
3499 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3500 (baseargs): Add --disable-option-checking.
3501 * configure: Regenerate.
3502
c1102ce7
RW
3503 * Makefile.def (configure-target-libiberty): Depend on
3504 all-binutils and all-ld.
3505 (configure-target-newlib): Likewise.
3506 * Makefile.in: Regenerate.
3507
e8a5fa9c
RW
35082009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3509
3510 Sync with GCC, merge:
3511
3512 2009-07-31 Christian Bruel <christian.bruel@st.com>
3513
3514 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3515 * configure: Regenerate.
3516
3517 2009-07-06 Ian Lance Taylor <iant@google.com>
3518
3519 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3520 * configure: Rebuild.
3521
3522 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3523
3524 PR bootstrap/40338
3525 * configure.ac (comparestring): Create new variable.
3526 * Makefile.tpl (comparestring): Use to skip some comparisions.
3527 * configure: Regenerate.
3528 * Makefile.in: Regenerate.
3529
3530 2009-06-23 Ian Lance Taylor <iant@google.com>
3531
3532 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3533 boot_languages. Only bootstrap target libraries listed in
3534 target_libs for some boot language. Add --with-stage1-ldflags,
3535 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3536 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3537 if not building with C++.
3538 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3539 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3540 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3541 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3542 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3543 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3544 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3545 * configure, Makefile.in: Rebuild.
3546
3547 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3548
3549 * configure.ac: Detect MPC in default directory.
3550 * configure: Regenerate.
3551
3552 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3553
3554 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3555 to noconfdirs.
3556 * configure: Regenerate.
3557
3558 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3559
3560 * Makefile.def: Add MPC support and dependencies.
3561 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3562
3563 * Makefile.in, configure: Regenerate.
3564
3565 2009-05-24 Nicolas Roche <roche@adacore.com>
3566
3567 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3568 * Makefile.in: Regenerate.
3569
3570 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3571
3572 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3573 * configure: Regenerate.
3574
3575 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3576
3577 * configure.ac ($with_ppl): Default to no if not supplied.
3578 ($with_cloog): Likewise.
3579 configure: Regenerate.
3580
3581 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3582
3583 PR bootstrap/39739
3584 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3585 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3586
3587 * configure, Makefile.in: Regenerate.
3588
3589 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3590
3591 * configure.ac: Change copyright header to refer to version
3592 3 of the GNU General Public License and to point readers at the
3593 COPYING3 file and the FSF's license web page.
3594 * Makefile.def: Likewise.
3595 * Makefile.tpl: Likewise.
3596 * Makefile.in: Regenerate.
3597
3598 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3599
3600 * configure.ac: Restore match for darwin9 or later. Use double
3601 brackets since regeneration eats one pair.
3602 * configure: Regenerate.
3603
bf110216
CF
36042009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3605
3606 * MAINTAINERS: Perform some obvious fixups.
3607
2262bbf4
BE
36082009-08-17 Ben Elliston <bje@au.ibm.com>
3609
3610 * config.sub, config.guess: Update from upstream sources.
3611
25a07265
NC
36122009-08-06 Michael Eager <eager@eagercon.com>
3613
3614 * configure.ac: Add Microblaze target.
3615 * configure: Regenerate.
3616
85bd1942
TG
36172009-07-02 Tristan Gingold <gingold@adacore.com>
3618
3619 * configure.ac: Do not exclude gas for i386-*-darwin.
3620 Add a case for x86_64-*-darwin.
3621 * configure: Regenerate.
3622
f9806fa5
DE
36232009-06-26 Doug Evans <dje@sebabeach.org>
3624
3625 * Makefile.def (host_modules): Add cgen.
3626 * Makefile.in: Regenerate.
3627 * configure.ac (host_tools): Add cgen.
3628 * configure: Regenerate.
3629
6bfb4e30
JJ
36302009-06-17 Michael Eager <eager@eagercon.com>
3631
3632 * COPYING.LIBGLOSS: Add Xilinx license.
3633
8bcf2718
NC
36342009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3635
3636 * configure.ac: Define is_elf for QNX Neutrino targets.
3637 * configure: Regenerate.
3638
04ec0acb
RW
36392009-06-03 Jerome Guitton <guitton@adacore.com>
3640 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3641
9eb322aa
MF
3642 * Makefile.tpl (all): Avoid a trailing backslash.
3643 * Makefile.in: Regenerate.
04ec0acb 3644
7ee5dbeb
BE
36452009-06-03 Ben Elliston <bje@au.ibm.com>
3646
3647 * config.sub, config.guess: Update from upstream sources.
3648
fda13ee8
AO
36492009-06-02 Alexandre Oliva <aoliva@redhat.com>
3650
3651 * Makefile.tpl ([+compare-target+]): Compare all stage
3652 directories, rather than just gcc.
3653 * Makefile.in: Rebuilt.
3654
4a657b0d
DK
36552009-05-28 Doug Kwan <dougkwan@google.com>
3656
3657 * configure.ac: Support gold for target arm*-*-*.
3658 * configure: Regenerate.
3659
07fc31c9
AO
36602009-05-27 Alexandre Oliva <aoliva@redhat.com>
3661
3662 * Makefile.tpl (all): Avoid harmless warning in make all when
3663 gcc-bootstrap is enabled but stage_last does not exist.
3664 * Makefile.in: Rebuilt.
3665
8a7a39ab
TG
36662009-05-25 Tristan Gingold <gingold@adacore.com>
3667
3668 * setup.com: Complete the file with configuration and build.
3669
b5233201
AO
36702009-05-18 Alexandre Oliva <aoliva@redhat.com>
3671
3672 PR other/40159
3673 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3674 gcc-no-bootstrap are mutually exclusive.
3675 * Makefile.in: Rebuilt.
3676
7b6175f9
AO
36772009-05-18 Alexandre Oliva <aoliva@redhat.com>
3678
3679 PR other/40159
3680 * Makefile.tpl (all): Don't end with unconditional success.
3681 * Makefile.in: Rebuilt.
3682
1b05fbbd
AO
36832009-05-12 Alexandre Oliva <aoliva@redhat.com>
3684
3685 PR target/37137
3686 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3687 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3688 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3689 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3690 stage_configureflags, stage_cflags and stage_libcflags into
3691 explicit Makefile macros.
3692 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3693 GFORTRAN.
3694 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3695 CC. Set CC_FOR_BUILD from CC.
3696 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3697 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3698 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3699 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3700 and GFORTRAN.
3701 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3702 (_LIBCFLAGS): Renamed to _TFLAGS.
3703 (do-compare-debug, do-compare3-debug): Drop.
3704 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3705 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3706 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3707 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3708 (XGCC_FLAGS_FOR_TARGET): New.
3709 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3710 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3711 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3712 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3713 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3714 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3715 TFLAGS.
3716 (BUILD_CONFIG): Include if requested.
3717 (all): Set TFLAGS on bootstrap.
3718 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3719 (all-stageid-prefixmodule): Likewise.
3720 (do-clean, distclean-stageid): Set TFLAGS.
3721 (restrap): Fix whitespace.
3722 * Makefile.in: Rebuilt.
3723
dc17c78c
EB
37242009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3725
3726 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3727 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3728 * Makefile.in: Regenerate.
3729
14324cd7
EZ
37302009-04-24 Eli Zaretskii <eliz@gnu.org>
3731
3732 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3733 consistency with config.sub. (Update from upstream sources.)
3734
f8d5f06c
JM
37352009-04-21 Joseph Myers <joseph@codesourcery.com>
3736
3737 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3738
0000e2bf
BE
37392009-04-17 Ben Elliston <bje@au.ibm.com>
3740
3741 * config.sub, config.guess: Update from upstream sources.
3742
20135e4c
NC
37432009-04-15 Anthony Green <green@moxielogic.com>
3744
34adf976 3745 * configure.ac: Add moxie support.
20135e4c
NC
3746 * configure: Rebuilt.
3747
ef699244
L
37482009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3749
3750 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3751 * configure: Regenerate.
3752
10ad8ef3
L
37532009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3754
3755 PR gas/10039
3756 * configure.ac: Require texinfo 4.7.
3757 * configure: Regenerated.
3758
c50523ce
L
37592009-04-09 Steve Ellcey <sje@cup.hp.com>
3760
3761 * Makefil.def (languages): New entries.
3762 * Makefile.tpl (check-gcc-*): New generic target.
3763 * Makefile.in: Regenerate.
3764
47afba5f
EZ
37652009-03-27 Eli Zaretskii <eliz@gnu.org>
3766
3767 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3768 Windows builds of Sed.
3769
dc448a7b
TT
37702009-03-18 Tom Tromey <tromey@redhat.com>
3771
3772 * configure: Rebuild.
3773 * configure.ac (host_libs): Add libiconv.
3774 * Makefile.in: Rebuild.
3775 * Makefile.def (host_modules): Add libiconv.
3776 (configure-gdb, all-gdb): Depend on libiconv.
3777
24741ab2
JB
37782009-03-16 Tristan Gingold <gingold@adacore.com>
3779
3780 * configure.ac: Treat gdb as supported on x86_64-darwin.
3781 * configure: Regenerate.
3782
29383458
JM
37832009-03-16 Joseph Myers <joseph@codesourcery.com>
3784
3785 Merge from GCC:
3786
3787 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3788
3789 * configure.ac (--with-host-libstdcxx): New option.
3790 * configure: Regenerate.
3791
3792 2009-01-29 Robert Millan <rmh@aybabtu.com>
3793
3794 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3795 * configure: Regenerate.
3796
3797 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3798
3799 PR tree-optimization/38515
3800 * configure.ac (cloog-polylib): Removed.
3801 (with_ppl, with_cloog): Test for "no".
3802 * configure: Regenerated.
3803
58e24671
RW
38042009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3805
3806 Backport from git Libtool:
3807
3808 2009-01-19 Robert Millan <rmh@aybabtu.com>
3809 Support GNU/kOpenSolaris.
3810 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3811 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3812 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3813 GNU/kOpenSolaris.
3814
314b2e66
AS
38152009-02-05 Andreas Schwab <schwab@suse.de>
3816
3817 * Makefile.tpl (stage_last): Define $r and $s before using
3818 $(RECURSE_FLAGS_TO_PASS).
3819 * Makefile.in: Regenerate
3820
8b700390
JJ
38212009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3822
3823 * COPYING.NEWLIB: Add ARM license.
3824
66775d67
AM
38252009-01-16 Alan Modra <amodra@bigpond.net.au>
3826
3827 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3828 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3829 * Makefile.in: Regenerate.
3830
19e99079
NC
38312009-01-15 Douglas B Rupp <rupp@gnat.com>
3832
3833 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3834 * configure: Regenerate.
3835
22e8c8e0
RW
38362008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3837
3838 Backport link test fix from upstream Libtool:
3839
3840 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3841 Add cache variables to tests that require the linker to work.
3842 For shlibpath_overrides_runpath, this also changes the semantics
3843 to let the result from the C compiler take precedence.
3844 compiler take precedence.
3845
7d6d7764
BE
38462008-12-02 Ben Elliston <bje@au.ibm.com>
3847
3848 * config.sub, config.guess: Update from upstream sources.
3849
ea8af06e
JJ
38502008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3851
3852 * COPYING.NEWLIB: Updated.
3853 * COPYING.LIBGLOSS: Ditto.
3854
af0771d3
PB
38552008-12-16 Paolo Bonzini <bonzini@gnu.org>
3856
3857 Sync with GCC:
3858
3859 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3860
3861 * configure.ac (ppllibs): Add by default the lib flags.
3862 * configure: Regenerate.
3863
3864 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3865
314b2e66
AS
3866 * configure.ac: Add double brackets on darwin[912].
3867 * configure: Regenerate.
af0771d3
PB
3868
3869 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3870
314b2e66
AS
3871 * configure.ac: Expand to darwin10 and later.
3872 * configure: Regenerate.
af0771d3 3873
f7c83eac
AS
38742008-12-02 Andreas Schwab <schwab@suse.de>
3875
3876 * Makefile.def: configure-target-boehm-gc depends on
3877 all-target-libstdc++-v3.
3878 * Makefile.in: Regenerate.
3879
bc67ad83
BE
38802008-12-02 Ben Elliston <bje@au.ibm.com>
3881
3882 * config.sub, config.guess: Update from upstream sources.
3883
e28c595f
JM
38842008-11-27 Joseph Myers <joseph@codesourcery.com>
3885
3886 Merge from GCC:
3887
3888 2007-12-02 Matthias Klose <doko@ubuntu.com>
3889
3890 * config-ml.in: Remove 64bit configure tests.
3891
3892 2008-05-14 Rafael Espindola <espindola@google.com>
3893
3894 * config-ml.in: don't handle --enable-shared and --enable-static.
3895
3896 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3897 Tobias Grosser <grosser@fim.uni-passau.de>
3898 Jan Sjodin <jan.sjodin@amd.com>
3899 Harsha Jagasia <harsha.jagasia@amd.com>
3900 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3901 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3902 Adrien Eliche <aeliche@isty.uvsq.fr>
3903
3904 Merge from graphite branch.
3905 * configure: Regenerate.
3906 * Makefile.in: Regenerate.
3907 * configure.ac (host_libs): Add ppl and cloog.
3908 Add checks for PPL and CLooG.
3909 * Makefile.def (ppl, cloog): Added modules and dependences.
3910 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3911 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3912
3913 2008-09-03 Richard Guenther <rguenther@suse.de>
3914
3915 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3916 cloog test.
3917 * configure: Re-generate.
3918
3919 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3920
3921 * configure.ac (--with-cloog-polylib): New.
3922 (--disable-cloog-version-check): New.
3923 (--disable-ppl-version-check): New.
3924 * configure: Re-generate.
3925
3926 2008-09-05 Richard Guenther <rguenther@suse.de>
3927
3928 * configure.ac: Initialize clooglibs to -lcloog.
3929 * configure: Re-generate.
3930
3931 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3932
3933 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3934 recommended version to 2.3.2.
3935
3936 * configure: Regenerate.
3937
3938 2008-10-31 Ben Elliston <bje@au.ibm.com>
3939
3940 * configure.ac (spu-*-*): Remove special case.
3941 * configure: Regenerate.
3942
3943 Complete comment text from GCC version of:
3944
3945 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3946
3947 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3948 (GCC_SHLIB_SUBDIR): New.
3949 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3950 * configure: Regenerate.
3951 * Makefile.in: Regenerate.
3952
652dec25
TG
39532008-11-27 Tristan Gingold <gingold@adacore.com>
3954
3955 * configure.ac: Build gdb for i?86-*-darwin*
3956 * configure: Regenerated.
3957
7582fb4a
DJ
39582008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3959
3960 PR bootstrap/38014
3961 PR bootstrap/37923
3962
3963 Revert:
3964
3965 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3966
3967 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3968 * Makefile.in: Regenerated.
3969
3970 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3971
3972 PR gdb/921
3973 PR gdb/1646
3974 PR gdb/2175
3975 PR gdb/2176
3976
3977 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3978 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3979 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3980 (HOST_EXPORTS): Pass CPPFLAGS.
3981 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3982 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3983 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3984 * Makefile.in, configure: Regenerated.
3985 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3986 and CPPFLAGS_FOR_BUILD.
3987
faee1be2
UW
39882008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3989
3990 * configure.ac [spu-*-*]: Do not set skipdirs.
3991 * configure: Re-generate.
3992
b7c2dce4
DJ
39932008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3994
3995 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3996 * Makefile.in: Regenerated.
3997
bb52de30
DJ
39982008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3999
4000 PR gdb/921
4001 PR gdb/1646
4002 PR gdb/2175
4003 PR gdb/2176
4004
4005 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4006 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4007 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4008 (HOST_EXPORTS): Pass CPPFLAGS.
4009 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4010 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4011 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4012 * Makefile.in, configure: Regenerated.
4013 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4014 and CPPFLAGS_FOR_BUILD.
4015
b25062ae
SE
40162008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
4017
4018 * libtool.m4: Update to libtool 2.2.6.
4019 * lt~obsolete.m4: Update to libtool 2.2.6.
4020 * ltmain.sh: Update to libtool 2.2.6.
4021 * ltsugar.m4: Update to libtool 2.2.6.
4022 * ltversion.m4: Update to libtool 2.2.6.
4023 * ltoptions.m4: Update to libtool 2.2.6.
4024 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4025
3bbd2f8f
AL
40262008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4027
4028 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4029 (GCC_SHLIB_SUBDIR): New.
4030 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4031 * configure: Regenerate.
4032 * Makefile.in: Regenerate.
4033
b29d32ce
TG
40342008-08-28 Tristan Gingold <gingold@adacore.com>
4035
4036 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4037 Enable bfd, binutils and opcodes.
4038 * configure: Regenerate.
4039
c325a203
DD
40402008-08-16 Nicolas Roche <roche@adacore.com>
4041
4042 * Makefile.tpl: Add BOOT_ADAFLAGS.
4043 * Makefile.in: Regenerate.
4044
e7c8859c
RS
40452008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
4046
4047 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4048 * configure: Regenerate.
4049
da888c87
PB
40502008-07-30 Paolo Bonzini <bonzini@gnu.org>
4051
4052 Sync with gcc:
4053 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4054
f7c83eac
AS
4055 * configure.ac: Add makefile fragments for hpux.
4056 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4057 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4058 * configure: Regenerate.
4059 * Makefile.in: Regenerate.
da888c87
PB
4060
4061 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4062
f7c83eac
AS
4063 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4064 * Makefile.in: Regenerate.
4065 * configure: Regenerate.
da888c87 4066
944982cf
ILT
40672008-06-18 Ian Lance Taylor <iant@google.com>
4068
662c6704
ILT
4069 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
4070
944982cf
ILT
4071 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
4072
7a283e07
RW
40732008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4074
4075 * configure: Regenerate.
4076
5b553f7e
RW
40772008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4078
4079 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4080 "$@" is still intact with both Autoconf 2.59 and 2.62.
4081 * configure: Regenerate.
4082
675492f0
RW
40832008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4084
4085 * Makefile.tpl: Fix comment errors.
4086 * Makefile.in: Regenerate.
4087
b018a5d1
JB
40882008-06-13 Julian Brown <julian@codesourcery.com>
4089
4090 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4091 of libobjc for ARM EABI Linux.
4092 * configure: Regenerate.
4093
310213e8
DE
40942008-06-12 David S. Miller <davem@davemloft.net>
4095 David Edelsohn <edelsohn@gnu.org>
4096
4097 * configure.ac: Add powerpc*-*-* to gold supported targets.
4098 * configure: Regenerate.
4099
6641ce42
JM
41002008-06-08 Joseph Myers <joseph@codesourcery.com>
4101
4102 PR tree-optimization/36218
4103 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4104 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4105 (all prefix="build-"): Pass them to build-system sub-makes.
4106 * Makefile.in: Regenerate.
4107
03c2f9e6
DJ
41082008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
4109
4110 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
4111 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
4112 mkdep, and compile. Update comments.
4113 (ETC_SUPPORT): Add ChangeLog and update comments.
4114
4538db8b
ILT
41152008-05-11 Ian Lance Taylor <iant@google.com>
4116
4117 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4118
266df637
PB
41192008-04-18 Paolo Bonzini <bonzini@gnu.org>
4120
4121 Sync with gcc:
4122 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4123
4124 PR bootstrap/35457
4125 * configure.ac: Include override.m4.
4126 * configure: Regenerate.
4127
4128 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4129
f7c83eac
AS
4130 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4131 * Makefile.in: Regenerate.
266df637
PB
4132
4133 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4134
f7c83eac
AS
4135 * configure.ac: Do not build libssp for the AVR.
4136 * configure: Regenerate.
266df637 4137
a86a761e
NC
41382008-04-18 Nick Clifton <nickc@redhat.com>
4139
4140 * MAINTAINERS: Replace reference to configure.in with reference to
4141 configure.ac.
4142
52310858
NC
41432008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4144
f7c83eac 4145 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 4146 as nonconfigurable directories list.
f7c83eac 4147 * configure: Regenerate.
52310858 4148
f5314dd5
DM
41492008-04-14 David S. Miller <davem@davemloft.net>
4150
4151 * configure.ac: Add sparc*-*-* to gold supported targets.
4152 * configure: Regenerate.
4153
e2208220
BE
41542008-04-14 Ben Elliston <bje@au.ibm.com>
4155
4156 * config.sub, config.guess: Update from upstream sources.
4157
0bb6ea20
HPN
41582008-04-12 Hans-Peter Nilsson <hp@axis.com>
4159
4160 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4161 * Makefile.in: Regenerate.
4162
e5164e97
ILT
41632008-04-07 Ian Lance Taylor <iant@google.com>
4164
4165 * Makefile.def: check-gold depends upon all-binutils.
4166 * Makefile.in: Regenerate.
4167
e33b51a6
NC
41682008-04-04 Nick Clifton <nickc@redhat.com>
4169
4170 PR binutils/4334
4171 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4172 builds.
4173 * configure: Regenerate.
4174
fc5df3ab
NC
41752008-04-04 NightStrike <NightStrike@gmail.com>
4176
4177 PR other/35151
f7c83eac
AS
4178 * configure.ac: Combine rules for mingw32 and mingw64.
4179 * configure: Regenerate.
fc5df3ab 4180
c779bab8
PB
41812008-03-27 Paolo Bonzini <bonzini@gnu.org>
4182
4183 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4184 * Makefile.in: Regenerate.
4185
93f9b408
ILT
41862008-03-20 Ian Lance Taylor <iant@google.com>
4187
4188 * configure.ac: Add support for --enable-gold.
4189 * Makefile.def: Add gold as a directory like ld.
4190 * configure, Makefile.in: Regenerate.
4191
5746fb46
AK
41922008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4193
4194 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4195 (s390_cond_extensions): Reduced extensions to the compare related.
4196 (main): z10 cpu type option added.
4197 (expandConditionalJump): Renamed to ...
4198 (insertExpandedMnemonic): ... this.
4199
4200 * opcodes/s390-opc.c: Re-group the operand format makros.
4201 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4202 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4203 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4204 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4205 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4206 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4207 INSTR_SIL_RDU): New instruction formats added.
4208 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4209 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4210 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4211 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4212 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4213 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4214 masks added.
4215 (s390_opformats): New formats added "ris", "rrs", "sil".
4216 * opcodes/s390-opc.txt: Add the conditional jumps with the
4217 extensions removed from automatic expansion in s390-mkopc.c manually.
4218 (asi - trtre): Add new System z10 EC instructions.
4219 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4220
58c85be7
RW
42212008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4222
4223 * configure.ac: m4_include config/proginstall.m4.
4224 * configure: Regenerate.
4225
78124051
RW
42262008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4227
4228 Backport from upstream Libtool:
f7c83eac 4229
78124051 4230 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4231
78124051
RW
4232 Deal with Autoconf 2.62's semantic change in m4_append.
4233 * ltsugar.m4 (lt_append): Replace broken versions of
4234 m4_append.
4235 (lt_if_append_uniq): Don't require separator to be overquoted,
4236 and avoid broken m4_append.
4237 (lt_dict_add): Fix typo.
4238 * libtool.m4 (_LT_DECL): Don't overquote separator.
4239
018f1bea
DE
42402008-03-13 David Edelsohn <edelsohn@gnu.org>
4241
4242 * config.rpath: Add AIX 6 support.
4243
5c5f596d
PB
42442008-03-13 Paolo Bonzini <bonzini@gnu.org>
4245
4246 * Makefile.def (stageprofile). Remove -fprofile-generate
4247 from stage_libcflags.
4248 * Makefile.in: Regenerate.
4249
a1f93a5e
BE
42502008-03-13 Ben Elliston <bje@au.ibm.com>
4251
4252 * config.sub, config.guess: Update from upstream sources.
4253
98c3d905
AK
42542008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4255
4256 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4257 * s390-opc.txt (cmpsc): Duplicate entry removed.
4258 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4259 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4260 fier, cu42, cu41): Fix operand format.
4261
7f6ef0c0
PB
42622008-02-20 Paolo Bonzini <bonzini@gnu.org>
4263
f7c83eac
AS
4264 PR bootstrap/32009
4265 PR bootstrap/32161
4266
4267 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4268 * configure: Regenerate.
4269
4270 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4271 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4272 STAGE4_LIBCFLAGS): New.
4273 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4274 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4275 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4276 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4277 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4278 for target modules. Don't export LIBCFLAGS.
4279 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4280 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4281 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4282 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4283 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4284 * Makefile.in: Regenerate.
7f6ef0c0 4285
eaf19029
PB
42862008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4287
4288 PR libgcj/33085
4289 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4290 Do not use -DDLL_EXPORT. Backport from upstream.
4291
680c43e9
NC
42922008-02-14 Nick Clifton <nickc@redhat.com>
4293
4294 Import this patch from gcc:
4295 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4296
4297 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4298
c72b1d96
HPN
42992008-02-02 Hans-Peter Nilsson <hp@axis.com>
4300
4301 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4302 * configure: Regenerate.
4303
8b66833e
BW
43042008-01-31 Marc Gauthier <marc@tensilica.com>
4305
4306 * configure.ac (xtensa*-*-*): Recognize processor variants.
4307 * configure: Regenerate.
4308
9cc8ae67
PB
43092008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4310
f7c83eac
AS
4311 PR bootstrap/34922
4312 * configure.ac (PARSE_ARGS): Push suitable setting of
4313 ac_subdirs_all, for `./configure --help=recursive'.
4314 Handle `+' in generic toplevel directory disabling.
4315 * configure: Regenerate.
9cc8ae67 4316
19090595
BE
43172008-01-23 Ben Elliston <bje@au.ibm.com>
4318
4319 * config.sub, config.guess: Update from upstream sources.
4320
9f1e7fd3
BE
43212008-01-08 Ben Elliston <bje@au.ibm.com>
4322
4323 * config.sub, config.guess: Update from upstream sources.
4324
2f959d61
JJ
43252007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4326
4327 * COPYING.LIBGLOSS: Update default copyright.
4328
aa054b85
JJ
43292007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4330
4331 * COPYING.NEWLIB: Update default copyright.
4332
57c53b2b
RS
43332007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4334
4335 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4336 Change recommended MPFR from 2.2.1 > 2.3.0.
4337 * configure: Regenerate.
4338
fee14b60
RS
43392007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4340
4341 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4342 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4343 * Makefile.in: Regenerate.
4344
c9b68031
DD
43452007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4346
4347 * configure.ac: Enable libjava for x86_64-*-darwin9.
4348 * configure: Regenerate.
4349
ad25e7d5
BE
43502007-12-05 Ben Elliston <bje@au.ibm.com>
4351
4352 * config.sub, config.guess: Update from upstream sources.
4353
6ac84f65
PB
43542007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4355
f7c83eac
AS
4356 * config-ml.in: Robustify against white space in absolute file
4357 names.
6ac84f65 4358
f7c83eac
AS
4359 * config-ml.in (multi-clean): Substitute ${Makefile}.
4360 Remove superfluous ${Makefile} in list.
6ac84f65 4361
7b3200f9
DJ
43622007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4363
4364 * Makefile.def (dependencies): Make configure-gdb depend on
4365 all-intl.
4366 * Makefile.in: Regenerated.
4367
2c133ff9
JJ
43682007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4369
4370 * Makefile.def: To avoid problems running with parallel makes,
4371 build newlib before libgloss so that target specific header
4372 files are availble.
4373 * Makefile.in: Regenerate.
4374
5074315a
DJ
43752007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4376
4377 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4378 * Makefile.in: Regenerate.
4379
f5bc1778
DJ
43802007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4381
4382 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4383 * libdecnumber: New directory, imported from GCC.
4384
c66487f8
NC
43852007-10-08 Mike Frysinger <vapier@gentoo.org>
4386
4387 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4388 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4389 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4390 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4391 * configure: Regenerate.
4392
b5714970
PB
43932007-10-01 Paolo Bonzini <bonzini@gnu.org>
4394
4395 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4396 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4397 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4398 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4399 * configure.ac: Default them to host tools for $host = $build.
4400 Subst them.
4401
4402 * configure: Regenerate.
4403 * Makefile.in: Regenerate.
4404
f3b1e08e
RS
44052007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4406
4407 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4408 * configure: Regenerate.
4409
cff87f51
DD
44102007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4411
4412 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4413 libstdc++.
4414 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4415 * configure: Regenerate.
4416 * Makefile.in: Regenerate.
f7c83eac 4417
625a61cd
AS
44182007-09-17 Andreas Schwab <schwab@suse.de>
4419
4420 * configure.ac: Raise minimum makeinfo version to 4.6.
4421 * configure: Regenerate.
4422
83a3a68b
AM
44232007-09-15 Alan Modra <amodra@bigpond.net.au>
4424
4425 * configure.ac: Correct makeinfo version check.
4426 * configure: Regenerate.
4427
5bd8be13
RS
44282007-09-14 Richard Sandiford <richard@codesourcery.com>
4429
4430 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4431 to $skipdirs and only disable gprof for newlib. Use the normal
4432 mips*-elf* handling in other respects.
4433 * configure: Regnerate.
4434
5566c1fa
DD
44352007-09-12 David Daney <ddaney@avtrex.com>
4436
4437 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4438 enabling libgcj.
4439 * configure: Regenerate.
4440
44412007-09-12 Richard Guenther <rguenther@suse.de>
4442
4443 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4444 nor --disable-checking is provided also turn on yes and types
4445 checking for stage1.
4446 * configure: Re-generate.
4447
a18e2996 44482007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4449
4450 PR target/33281
4451 * configure.ac: Use config/mh-mingw on mingw.
4452 * configure: Regenerate.
84e7906e 4453
691bb5a1
DD
44542007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4455
4456 PR other/32154
4457 * configure.ac: For libgloss targets, point the linker to the linker
4458 script, startup code and simulator library.
4459 * configure: Regenerate.
4460
6d18b86b
AH
44612007-09-09 Andrew Haley <aph@redhat.com>
4462
4463 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4464 target-libjava.
6d18b86b 4465
f00a3165 44662007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4467
f00a3165 4468 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4469
2abc4e65
BE
44702007-08-21 Richard Guenther <rguenther@suse.de>
4471
4472 * configure.ac: Add types checking to stage1 checking flags.
4473 * configure: Regenerate.
4474
8a6ee3ab 44752007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4476 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4477
4478 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4479 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4480 * Makefile.in: Regenerate.
4481 * configure.ac (--with-debug-prefix-map): New.
4482 * configure: Regenerate.
4483
429acdec
RS
44842007-08-17 Richard Sandiford <richard@codesourcery.com>
4485 Nigel Stephens <nigel@mips.com>
4486
429acdec
RS
4487 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4488 as target_makefile_frag.
4489 * configure: Regenerate.
4490
8520c408
AO
44912007-08-16 Alexandre Oliva <aoliva@redhat.com>
4492
4493 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4494 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4495 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4496 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4497 (do-compare, do-compare3, do-compare-debug): New.
4498 ([+compare-target+]): Use them.
4499
45002007-08-16 Alexandre Oliva <aoliva@redhat.com>
4501
4502 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4503 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4504 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4505 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4506 (do-compare, do-compare3, do-compare-debug): New.
4507 ([+compare-target+]): Use them.
4508
2444379b
BE
45092007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4510 Ben Elliston <bje@au.ibm.com>
4511
4512 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4513 --silent if $silent.
4514 * configure: Regenerate.
4515
d6f99447
DJ
45162007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4517
4518 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4519
bd0aa315
NC
45202007-07-17 Nick Clifton <nickc@redhat.com>
4521
4522 * COPYING3: New file. Contains version 3 of the GNU General
4523 Public License.
4524 * COPYING3.LIB: New file. Contains version 3 of the GNU
4525 Lesser General Public License.
4526
0ebe98fb
BS
45272007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4528
4529 * configure.ac: Fix my previous change to really match GCC.
4530 * configure: Regenerate.
4531
521ec477
DD
45322007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4533
4534 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4535 * configure: Regenerate.
4536
45372007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4538
4539 * configure.ac: Add some missing m4 quotation.
4540 * configure: Regenerate.
4541
0c24b341
NC
45422007-07-09 Kai Tietz <kai.tietz@onevision.com>
4543
f7c83eac
AS
4544 * Makefile.def: Add windmc tool to build.
4545 * Makefile.tpl: Likewise.
4546 * configure.ac: Likewise.
4547 * Makefile.in: Regenerate.
4548 * configure: Regenerate.
0c24b341 4549
a09314d0
L
45502007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4551
4552 * lt~obsolete.m4: New. Import from 20070318 libtool.
4553
7c3e1d12
BS
45542007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4555
4556 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4557 uclinux and linux-uclibc targets.
4558 * configure: Regenerate.
4559
a5b3b4dd
DD
45602007-06-28 DJ Delorie <dj@redhat.com>
4561
4562 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4563 not building newlib.
4564 * configure: Regenerated.
f7c83eac 4565
184d813c
DJ
45662007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * src-release (DEVO_SUPPORT): Correct typos.
4569
31d99776
DJ
45702007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4571
4572 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4573 * Makefile.in: Regenerated.
4574
e00a73e3
PB
45752007-06-14 Paolo Bonzini <bonzini@gnu.org>
4576
f7c83eac
AS
4577 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4578 (distclean-stage[+id+]): Possibly delete stage_last.
4579 * Makefile.in: Regenerate.
e00a73e3 4580
98a1bbc5
BE
45812007-06-07 Ben Elliston <bje@au.ibm.com>
4582
4583 * config.sub, config.guess: Update from upstream sources.
4584
973601e1
BE
45852007-06-07 Ben Elliston <bje@au.ibm.com>
4586
4587 * Makefile.tpl: Fix spelling error.
4588 * Makefile.in: Regenerate.
4589
2038f525
PB
45902007-06-04 Paolo Bonzini <bonzini@gnu.org>
4591
4592 Sync with gcc:
4593 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4594
f7c83eac
AS
4595 PR bootstrap/29382
4596 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4597 * configure: Rebuilt.
2038f525 4598
f7c5c4b5
PB
45992007-06-01 Steve Ellcey <sje@cup.hp.com>
4600
12a64d4f
L
4601 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4602 lt_cv_sys_max_cmd_len.
f7c5c4b5 4603
7ad9660b
PB
46042007-05-31 Paolo Bonzini <bonzini@gnu.org>
4605
4606 * ltgcc.m4: Update from GCC.
4607
0e7ef45c
EC
46082007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4609
12a64d4f 4610 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4611
37ad9514
SE
46122007-05-24 Steve Ellcey <sje@cup.hp.com>
4613
4614 * ltmain.sh: Update from GCC.
4615 * libtool.m4: Update from GCC.
4616 * ltsugar.m4: New. Update from GCC.
4617 * ltversion.m4: New. Update from GCC.
4618 * ltoptions.m4: New. Update from GCC.
4619 * ltconfig: Remove.
4620 * ltcf-c.sh: Remove.
4621 * ltcf-cxx.sh: Remove.
4622 * ltcf-gcj.sh: Remove.
4623 * src-release: Update with new libtool file list.
4624
8ee82aff
PB
46252007-05-16 Paolo Bonzini <bonzini@gnu.org>
4626
4627 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4628 stage_cflags.
4629 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4630 Remove CFLAGS/LIBCFLAGS.
4631 (configure-stage[+id+]-[+prefix+][+module+],
4632 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4633 * Makefile.in: Regenerate.
4634
149cb58d
SE
46352007-04-14 Steve Ellcey <sje@cup.hp.com>
4636
4637 * config-ml.in: Update from GCC.
4638
91506736
DJ
46392007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4640
4641 * src-release (do-proto-toplev): Process the support directories before
4642 the tool directory.
4643
ffa8bd48
RS
46442007-03-21 Richard Sandiford <richard@codesourcery.com>
4645
4646 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4647 of glob. Quote arguments with single quotes too.
4648 * configure: Regenerate.
4649
a4fd3374
DD
46502007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4651
4652 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4653 * Makefile.in: Regenerate
4654
b8025f34
AS
46552007-03-07 Andreas Schwab <schwab@suse.de>
4656
4657 * configure: Regenerate.
4658
a3ca38d2
DD
46592007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4660
4661 * configure.ac: Add "--with-pdfdir" configure option,
4662 which defines pdfdir variable.
4663 * Makefile.def (target=fixincludes): Add install-pdf to
4664 missing targets.
4665 (recursive_targets): Add install-pdf target.
4666 (flags_to_pass): Add pdfdir.
4667 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4668 target.
4669 * configure: Regenerate
4670 * Makefile.in: Regenerate
4671
46722007-02-28 Eric Christopher <echristo@apple.com>
4673
4674 Revert:
4675 2006-12-07 Mike Stump <mrs@apple.com>
4676
4677 * Makefile.def (dependencies): Add dependency for
4678 install-target-libssp and install-target-libgomp on
4679 install-gcc.
4680 * Makefile.in: Regenerate.
4681
46822007-02-27 Matt Kraai <kraai@ftbfs.org>
4683
4684 * configure: Regenerate.
4685 * configure.ac: Move statements after variable declarations.
4686
a4708fba
JM
46872007-02-19 Joseph Myers <joseph@codesourcery.com>
4688
4689 * configure.ac: Adjust for loop syntax.
4690 * configure: Regenerate.
4691
9a819804
AO
46922007-02-18 Alexandre Oliva <aoliva@redhat.com>
4693
4694 * configure: Rebuilt.
4695
81ec575a
AO
46962007-02-18 Alexandre Oliva <aoliva@redhat.com>
4697
4698 * configure.ac: Drop multiple occurrences of --enable-languages,
4699 and fix its quoting.
4700 * configure: Rebuilt.
4701
92f01d61 47022007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4703 Nathan Sidwell <nathan@codesourcery.com>
4704 Vladimir Prus <vladimir@codesourcery.com
4705 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4706
4707 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4708 * configure: Regenerate.
4709
b1299c4e
DJ
47102007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4711
4712 * configure.ac (target_libraries): Move libgcc before libiberty.
4713 * configure: Regenerated.
4714
18f6b6ee
PB
47152007-02-13 Paolo Bonzini <bonzini@gnu.org>
4716
4717 * configure: Regenerate again?
4718
9c4e9f27
PB
47192007-02-13 Paolo Bonzini <bonzini@gnu.org>
4720
4721 * configure: Reapply PR30748 fix which was lost in the previous commit.
4722
24ff9987
DJ
47232007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4724 Paolo Bonzini <bonzini@gnu.org>
4725
4726 PR bootstrap/30753
4727 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4728 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4729 * configure: Regenerated.
4730
7df2cd5d
PB
47312007-02-10 Paolo Bonzini <bonzini@gnu.org>
4732
4733 * configure: Regenerate.
4734
b0aaa663
DJ
47352007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4736
4737 PR bootstrap/30748
4738 * configure.ac: Correct syntax for Solaris ksh.
4739 * configure: Regenerated.
4740
a0323144
PB
47412007-02-09 Paolo Bonzini <bonzini@gnu.org>
4742
4743 * Makefile.def: Sync with GCC.
4744 * Makefile.tpl: Sync with GCC.
4745 * Makefile.in: Regenerate.
4746 * configure: Regenerate.
4747
c6b750e1
DJ
47482007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4749
4750 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4751 noncanonical equivalents.
4752 * configure.in: Rename to...
4753 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4754 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4755 target_noncanonical. Use them. Rewrite removal of configure
4756 arguments for autoconf 2.59. Discard variable settings. Force
4757 program_transform_name for native tools.
4758
4759 * Makefile.in: Regenerated.
4760 * configure: Regenerated with autoconf 2.59.
4761
4762 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4763
f3cd89f4
JJ
47642007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4765
4766 * COPYING.LIBGLOSS: Reformat default Red Hat
4767 license to fit within 80 columns.
4768 * COPYING.NEWLIB: Ditto.
4769
4e206d7e
DB
47702007-02-05 Dave Brolley <brolley@redhat.com>
4771
4772 * Contribute the following changes:
4773 2006-11-28 DJ Delorie <dj@redhat.com>
4774
4775 * configure.in: Fix typo for mep's target_makefile_frag.
4776 * configure: Regenerated.
4777
4778 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4779
4780 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4781 * configure: Regenerate.
4782
4783 2001-09-19 DJ Delorie <dj@redhat.com>
4784
4785 * configure.in (target_makefile_frag): use mt-mep
4786
4787 2001-06-12 Don Howard <dhoward@redhat.com>
4788
4789 * configure.in: Remove gdb from MeP skip list.
4790
4791 2001-04-05 DJ Delorie <dj@redhat.com>
4792
4793 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4794
4795 2001-03-20 Ben Elliston <bje@redhat.com>
4796
4797 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4798
4799 2001-03-19 Ben Elliston <bje@redhat.com>
4800
4801 * config.sub (mep, mep-*): Add.
4802
b2edfdd2
AS
48032007-01-31 Andreas Schwab <schwab@suse.de>
4804
4805 * Makefile.tpl (LDFLAGS): Substitute it.
4806 * Makefile.in: Regenerate.
4807
ceb92e78
PB
48082007-01-11 Paolo Bonzini <bonzini@gnu.org>
4809
4810 * configure.in: Change == to = in test command.
f7c83eac 4811 * configure: Regenerate.
ceb92e78 4812
4b900473 48132007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4814 Nick Clifton <nickc@redhat.com>
4815 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4816
4817 * configure.in (build_configargs, host_configargs, target_configargs):
4818 Remove build/host/target parameters.
4819 (host_libs): Add gmp and mpfr.
4820 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4821 * Makefile.def (gmp, mpfr): New.
4822 (gcc): Remove target.
4823 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4824 target_os, target_vendor): New.
4825 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4826 * configure: Regenerate.
4827 * Makefile.in: Regenerate.
4b900473
PB
4828
48292007-01-11 Matt Fago <fago@earthlink.net>
4830
4831 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4832 to improve robustness of configure tests.
4b900473
PB
4833 * configure: Regenerate.
4834
80f6dcbc
NC
48352007-01-08 Kai Tietz <kai.tietz@onevision.com>
4836
4837 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4838 * configure: Regenerate.
80f6dcbc 4839
f86e35b8
NC
48402007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4841
4842 * Makefile.tpl (all-target): Correct @if conditional for target
4843 modules.
4844 * configure.in: Omit libiberty if building only target libgcc.
4845 * configure, Makefile.in: Regenerated.
4846
79fcd0ec
PB
48472007-01-04 Paolo Bonzini <bonzini@gnu.org>
4848
4849 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4850 * configure: Regenerate.
4851
6aa8ef82
DJ
48522007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4853
4854 * Makefile.def (target_modules): Add libgcc.
4855 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4856 * Makefile.tpl (clean-target-libgcc): Delete.
4857 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4858 on gcc even for bootstrapped modules. Rewrite handling of
4859 lang_env_dependencies to loop over target_modules.
4860 * configure.in (target_libraries): Add target-libgcc.
4861 * Makefile.in, configure: Regenerated.
4862
9b134994
PB
48632006-12-29 Paolo Bonzini <bonzini@gnu.org>
4864
4865 Sync with gcc:
4866 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4867
f7c83eac
AS
4868 * configure.in: Reorganize recognition of languages. Add
4869 --enable-stage1-languages. Show supported languages for the chosen
4870 target rather than all recognized languages.
4871 * configure: Regenerate.
9b134994
PB
4872
4873 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4874
f7c83eac
AS
4875 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4876 * Makefile.in: Regenerate.
9b134994
PB
4877
4878 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4879
f7c83eac
AS
4880 * configure.in: Warn that MPFR 2.2.0 is buggy.
4881 * configure: Regenerate.
9b134994 4882
8cf39b1b
ILT
48832006-12-27 Ian Lance Taylor <iant@google.com>
4884
4885 * configure.in: When removing Makefiles to force a reconfigure, also
4886 remove prev-DIR*/Makefile.
4887 * configure: Regenerate.
4888
ebff6cd5
KH
48892006-12-23 Kazu Hirata <kazu@codesourcery.com>
4890
4891 * config.bfd: Recognize fido.
4892
8a0d8a5c
PB
48932006-12-19 Paolo Bonzini <bonzini@gnu.org>
4894
4895 Sync with gcc:
4896
4897 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4898
4899 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4900 it only affects bootstrap and could be tested on "$host" as well.
4901 * configure: Regenerate.
4902 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4903
4904 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4905
4906 PR bootstrap/29544
4907 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4908 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4909 move here comment from Makefile.tpl.
4910 * Makefile.tpl: Move some definitions higher in the file.
4911 (STAGE1_CHECKING): New.
4912 * configure.in: Add --enable-stage1-checking.
4913 * configure: Regenerate.
4914 * Makefile.in: Regenerate.
4915
4916 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4917
4918 * configure.in: Update error message for missing GMP/MPFR.
4919
4920 * configure: Regenerate.
4921
4922 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4923
4924 * configure.in: Update MPFR version in error message.
4925
4926 * configure: Regenerate.
4927
4928 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4929
4930 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4931 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4932 --with-gmp-lib): New flags.
4933
4934 * configure: Regenerate.
4935
790c0838
AM
49362006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4937
4938 PR bootstrap/30134
4939 * configure.in: Correct x86 darwin support for libjava to powerpc
4940 and i?86 only.
4941 * configure: Regenerate.
4942
77d7106f
AM
49432006-12-11 Alan Modra <amodra@bigpond.net.au>
4944
4945 * configure.in: Handle spu makefile frag.
77d7106f
AM
4946 * Makefile.tpl (MAINT): Define
4947 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4948 * configure: Regenerate.
4949 * Makefile.in: Regenerate.
4950
0cfa5389
BE
49512006-12-11 Ben Elliston <bje@au.ibm.com>
4952
4953 * config.sub, config.guess: Update from upstream sources.
4954
2839fe5d
BE
49552006-12-11 Ben Elliston <bje@au.ibm.com>
4956
4957 * configure.in: Sync with GCC (spu-*-*).
4958 * configure: Sync with GCC.
4959
b897f5d4
MS
49602006-12-07 Mike Stump <mrs@apple.com>
4961
4962 * Makefile.def (dependencies): Add dependency for
4963 install-target-libssp and install-target-libgomp on
4964 install-gcc.
4965 * Makefile.in: Regenerate.
4966
9daf3993
PB
49672006-11-16 Paolo Bonzini <bonzini@gnu.org>
4968
4969 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4970 (unstage): Test for stage_last presence.
4971
4972 PR bootstrap/29802
4973 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4974 * Makefile.in: Regenerate.
4975
9dbaa842
DD
49762006-11-14 DJ Delorie <dj@redhat.com>
4977
4978 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4979 * Makefile.in: Sync with GCC.
4980 * configure.in: Sync with GCC (mpfr, gmp).
4981 * configure: Sync with GCC.
4982
b0cbce8d
JJ
49832006-11-08 Jie Zhang <jie.zhang@analog.com>
4984
4985 * configure.in: Remove target-libgloss from noconfigdirs for
4986 bfin-*-*.
4987 * configure: Regenerated.
4988
44330a94
JJ
49892006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4990
4991 * COPYING.NEWLIB: Add spu license.
7de05dd5 4992 * COPYING.LIBGLOSS: Ditto.
44330a94 4993
56a8fe78
DD
49942006-10-17 Brooks Moses <bmoses@stanford.edu>
4995
4996 * Makefile.def: Added pdf target handling.
4997 * Makefile.tpl: Added pdf target handling.
4998 * Makefile.in: Regenerated.
4999
fbb00ad0
JJ
50002006-10-11 Jeff Johnston <jjohnstn@redhat.com>
5001
5002 * COPYING.NEWLIB: Updated.
5003 * COPYING.LIBGLOSS: Ditto.
5004
6b89cc21
DB
50052006-09-27 Dave Brolley <brolley@redhat.com>
5006
5007 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
5008 $s instead of $r.
5009 * configure: Regenerated.
5010
17bcf627
BE
50112006-09-26 Ben Elliston <bje@au.ibm.com>
5012
5013 * config.sub, config.guess: Update from upstream sources.
5014
f3529cf1
TS
50152006-09-20 Thiemo Seufer <ths@mips.com>
5016
5017 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5018 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5019 * configure: Regenerate.
5020
45055374
CV
50212006-08-30 Corinna Vinschen <corinna@vinschen.de>
5022
5023 * configure.in: Never build newlib for a Mingw host.
5024 Never build newlib as Mingw target library.
5025 Test the existence of winsup/cygwin for building a Cygwin newlib,
5026 rather than just winsup.
5027 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5028 building a Mingw target.
5029 * configure: Regenerate.
5030
4be041b2 50312006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
5032 Nigel Stephens <nigel@mips.com>
5033 David Ung <davidu@mips.com>
4be041b2
TS
5034
5035 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
5036
1d89b610
PB
50372006-07-25 Paolo Bonzini <bonzini@gnu.org>
5038
5039 Sync from GCC:
5040 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5041
f7c83eac
AS
5042 PR bootstrap/18058
5043 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5044 if the bootstrap compiler is a GCC version that supports it.
5045 * configure: Regenerate.
1d89b610 5046
66a79c16
DJ
50472006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5048
5049 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5050 * configure: Regenerated.
5051
c1cb7e02
PB
50522006-07-18 Paolo Bonzini <bonzini@gnu.org>
5053
f7c83eac
AS
5054 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5055 for stages after the first.
c1cb7e02 5056
7206a0ee
JJ
50572006-07-17 Jakub Jelinek <jakub@redhat.com>
5058
5059 * Makefile.def: Add dependencies for configure-opcodes
5060 on configure-intl and all-opcodes on all-intl.
5061 * Makefile.in: Regenerated.
5062
6816f995
AO
50632006-07-04 Peter O'Gorman <peter@pogma.com>
5064
5065 * ltconfig: chmod 644 before ranlib during install.
5066
3d3adb43
PB
50672006-07-03 Paolo Bonzini <bonzini@gnu.org>
5068
1f3f1bbf 5069 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
5070 * configure: Regenerate.
5071
64ce424c
PB
50722006-07-03 Paolo Bonzini <bonzini@gnu.org>
5073
5074 Sync from gcc:
5075
5076 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
5077
5078 PR other/27063
5079 * configure.in: Test subdir_requires and give an appropriate
5080 error message.
5081 * configure: Regenerate.
5082
5083 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5084
5085 PR target/27540
5086 * configure.in: Only enable libgomp on IRIX 6.
5087 * configure: Regenerate.
5088
d42c4017
DA
50892006-06-20 David Ayers <d.ayers@inode.at>
5090
5091 PR bootstrap/28072
5092 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5093 whether target-libjava is being configured instead of whether the
5094 java front end is enabled.
5095 * configure: Regenerate.
0e7ef45c 5096
4962c51a
MS
50972006-06-15 Mark Shinwell <shinwell@codesourcery.com>
5098
5099 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
5100 to R_ARM_LDC_SB_G{0,1,2} respectively.
5101
caee866a
PB
51022006-06-15 Paolo Bonzini <bonzini@gnu.org>
5103
5104 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5105 too.
5106 * Makefile.in: Regenerate.
5107
363ef840
DA
51082006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5109
5110 Sync from gcc:
5111
5112 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5113 * configure.in: Don't enable libgomp on hpux10.
5114 * configure: Rebuilt.
5115
54d1c879
DA
51162006-06-13 David Ayers <d.ayers@inode.at>
5117
5118 Sync from gcc:
5119
5120 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 5121
54d1c879
DA
5122 PR bootstrap/27963
5123 PR target/19970
0e7ef45c 5124 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
5125 ${libgcj} is specified.
5126 * configure: Regenerate.
0e7ef45c 5127
a4d8b690
JJ
51282006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5129
5130 Sync from gcc:
5131
5132 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 5133 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
5134
5135 PR bootstrap/18033
5136 * config-ml.in: Eval option if surrounded by single quotes.
5137
4f0ef2d8
CD
51382006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5139
5140 Sync from gcc:
0e7ef45c 5141
4f0ef2d8 5142 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 5143
4f0ef2d8
CD
5144 PR libobjc/13946
5145 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5146 * Makefile.in: Regenerate.
5147 * configure.in: Add --enable-objc-gc at toplevel and have it
5148 enable boehm-gc for Objective-C.
5149 Remove target-boehm-gc from libgcj.
5150 Add target-boehm-gc to target_libraries.
5151 Add target-boehm-gc to noconfigdirs where ${libgcj}
5152 is specified.
5153 Assert that boehm-gc is supported when requested for Objective-C.
5154 Only build boehm-gc if needed either for Java or Objective-C.
5155 * configure: Regenerate.
5156
5157 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 5158
4f0ef2d8
CD
5159 PR 27674
5160 * Makefile.tpl (configure-[+prefix+][+module+],
5161 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5162 Remove rule to unstage bootstrapped modules.
5163 (stage_current): New.
5164 * Makefile.in: Regenerate.
5165
5166 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5167 Andreas Tobler <a.tobler@schweiz.ch>
5168
5169 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5170 * configure: Rebuilt.
5171
5172 Revert
5173 2006-01-31 Richard Guenther <rguenther@suse.de>
5174 Paolo Bonzini <bonzini@gnu.org>
5175
5176 * Makefile.def (target_modules): Add libgcc-math target module.
5177 * configure.in (target_libraries): Add libgcc-math target library.
5178 (--enable-libgcc-math): New configure switch.
5179 * Makefile.in: Re-generate.
5180 * configure: Re-generate.
5181
c17b816b
JJ
51822006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5183
5184 * config-ml.in: Alter CCASFLAGS to include special
5185 multilib options the same as is done for CFLAGS.
5186
20e95c23
DJ
51872006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * Makefile.def: Added dependencies from sim and gdb on intl, and
5190 added configure dependencies to everything with an all dependency
5191 on intl.
5192 * gettext.m4: Removed.
5193 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5194 (GDB_SUPPORT_DIRS): Add intl.
5195 * Makefile.in: Regenerated.
5196
4bd8ad80
DJ
51972006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5198
5199 * src-release (DEVO_SUPPORT): Add config.rpath.
5200
c380fdd8
PB
52012006-05-25 Paolo Bonzini <bonzini@gnu.org>
5202
5203 * Makefile.def (bfd, opcodes): Fix lib_path.
5204 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5205 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5206 * Makefile.in: Regenerate.
5207
701628f5
MS
52082006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5209
5210 * configure.in: Enable gprof for cross builds.
5211 * configure: Regenerate.
5212
25aae7f2
DJ
52132006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5214
5215 * src-release (MAKEINFOFLAGS): Define.
5216 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5217
ea3d1626
BE
52182006-05-14 Ben Elliston <bje@au.ibm.com>
5219
5220 * config.sub, config.guess: Update from upstream sources.
5221
49b9e644
BE
52222006-05-12 Ben Elliston <bje@au.ibm.com>
5223
5224 * config.sub, config.guess: Update from upstream sources.
5225
482dd2f6
DJ
52262006-05-04 Steve Ellcey <sje@cup.hp.com>
5227
5228 * blt, iwidgets, mmalloc: Remove directories.
5229
8b01a5c2
DD
52302006-05-01 DJ Delorie <dj@redhat.com>
5231
641a3af4 5232 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5233 * configure: Regenerate.
5234
a481dbb7
DD
52352006-04-18 DJ Delorie <dj@redhat.com>
5236
5237 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5238 reference libgloss so that libssp can be built in a combined
5239 tree.
5240 * configure: Regenerate.
5241
962c9e74
BE
52422006-04-10 Ben Elliston <bje@au.ibm.com>
5243
5244 * contrib: Remove directory.
5245
108a6f8e
CD
52462006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5247
5248 * Makefile.tpl: Add install-html target.
5249 * Makefile.def: Add install-html target.
5250 * Makefile.in: Regenerate.
5251 * configure.in: Add --with-datarootdir, --with-docdir,
5252 and --with-htmldir options.
5253 * configure: Regenerate.
5254
a4ef73e9
BE
52552006-03-31 Ben Elliston <bje@au.ibm.com>
5256
5257 PR binutils/1860
5258 * configure.in: Require makeinfo 4.4 or higher.
5259 * configure: Regenerate.
5260
b37df25a
PB
52612006-03-14 Paolo Bonzini <bonzini@gnu.org>
5262
5263 * Makefile.in: Regenerate.
5264
a6df5a19
PB
52652006-03-14 Paolo Bonzini <bonzini@gnu.org>
5266
5267 Sync with gcc:
5268 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5269
f7c83eac
AS
5270 * configure.in: Handle --disable-<component> generically.
5271 * configure: Regenerate.
a6df5a19
PB
5272
5273 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5274
f7c83eac
AS
5275 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5276 (TARGET_CONFIGDIRS): Remove.
5277 * configure.in: Remove AC_SUBST(target_configdirs).
5278 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5279
5280
65419985
L
52812006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5282
5283 PR libgcj/17311
5284 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5285
c52c6897
PB
52862006-02-20 Paolo Bonzini <bonzini@gnu.org>
5287
5288 PR bootstrap/25670
5289
5290 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5291
5292 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5293 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5294 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5295 BUILD_PREFIX, BUILD_PREFIX_1.
5296 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5297
5298 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5299 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5300
5301 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5302 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5303 of `cat stage_current`. Always provide the `r' and `s' variables.
5304 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5305 a single shell execution.
5306 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5307 bootstrapped modules, make the stage1 module if the build was not
5308 started yet, else build the current stage.
5309 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5310 (all-build, all-host, all-target, [+make_target+]-host,
5311 [+make_target+]-target): Do not use \-continued lines.
5312 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5313 (current_stage, restrap, stage_last): New.
5314
5315 * Makefile.in: Regenerate.
5316 * configure: Regenerate.
5317
b3ded179
PB
53182006-02-14 Paolo Bonzini <bonzini@gnu.org>
5319
5320 Sync from gcc:
5321
5322 2006-01-31 Richard Guenther <rguenther@suse.de>
5323 Paolo Bonzini <bonzini@gnu.org>
5324
f7c83eac
AS
5325 * Makefile.def (target_modules): Add libgcc-math target module.
5326 * configure.in (target_libraries): Add libgcc-math target library.
5327 (--enable-libgcc-math): New configure switch.
5328 * Makefile.in: Re-generate.
5329 * configure: Re-generate.
5330 * libgcc-math: New toplevel directory.
b3ded179
PB
5331
5332 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5333 Jakub Jelinek <jakub@redhat.com>
5334 Diego Novillo <dnovillo@redhat.com>
b3ded179 5335
f7c83eac
AS
5336 * libgomp: New directory.
5337 * Makefile.def: Add target_module libgomp.
5338 * Makefile.in: Regenerate.
5339 * configure.in (target_libraries): Add target-libgomp.
5340 * configure: Regenerate.
b3ded179 5341
3a35eeb3
PB
53422006-02-14 Paolo Bonzini <bonzini@gnu.org>
5343 Andreas Schwab <schwab@suse.de>
0e7ef45c 5344
3a35eeb3
PB
5345 * configure: Regenerate.
5346
2429c060
PB
53472006-01-16 Paolo Bonzini <bonzini@gnu.org>
5348
5349 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5350 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5351 the assembler, linker and binutils.
5352 * configure: Regenerate.
5353
ec49b2b8
NC
53542006-01-16 Nick Clifton <nickc@redhat.com>
5355
49b9e644 5356 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5357
44b2308f
AO
53582006-01-05 Alexandre Oliva <aoliva@redhat.com>
5359
5360 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5361 @ from continuation.
5362 * Makefile.in: Rebuilt.
5363
80911fe1
PB
53642006-01-04 Paolo Bonzini <bonzini@gnu.org>
5365
5366 Sync from gcc:
5367
5368 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5369
f7c83eac 5370 PR bootstrap/24252
80911fe1 5371
f7c83eac
AS
5372 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5373 * Makefile.tpl (OBJDUMP): New.
5374 (EXTRA_HOST_FLAGS): Add it.
5375 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5376
f7c83eac
AS
5377 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5378 to use symbolic links between directories. Avoid race conditions
5379 or make them harmless.
5380 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5381
f7c83eac
AS
5382 * Makefile.def (LEAN): Pass.
5383 * Makefile.tpl (LEAN): Define.
5384 (stage[+id+]-start): Accept that the previous directory does not
5385 exist, if the bootstrap is lean.
5386 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5387 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5388 configure substitution.
5389 ([+compare-target+]): Likewise.
5390 ([+bootstrap-target+]-lean): New.
5391 * configure.in: Remove lean bootstrap support from here.
80911fe1 5392
f7c83eac
AS
5393 * Makefile.in: Regenerate.
5394 * configure: Regenerate.
80911fe1
PB
5395
5396 2006-01-02 Andreas Schwab <schwab@suse.de>
5397
f7c83eac
AS
5398 * configure.in: When reconfiguring remove Makefile in
5399 all stage directories.
5400 * configure: Regenerate.
80911fe1 5401
b59bea8a
NC
54022005-12-27 Leif Ekblad <leif@rdos.net>
5403
5404 * configure.in: Add support for RDOS target.
5405 * configure: Regenerate.
5406
d7730bac
NC
54072005-12-27 Nick Clifton <nickc@redhat.com>
5408
5409 PR binutils/1990
5410 * libtool.m4: Synchronize with version in GCC sources.
5411
c02dabc3
PB
54122005-12-20 Paolo Bonzini <bonzini@gnu.org>
5413
f7c83eac 5414 Revert Ada-related part of the previous change.
c02dabc3 5415
f7c83eac
AS
5416 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5417 Do not pass.
5418 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5419 * Makefile.in: Regenerate.
5420 * configure.in: Do not include mt-ppc-aix target fragment.
5421 * configure: Regenerate.
c02dabc3 5422
f6d183c0
PB
54232005-12-19 Paolo Bonzini <bonzini@gnu.org>
5424
5425 * configure.in: Select appropriate fragments for PowerPC/AIX.
5426 * configure: Regenerate.
5427
5428 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5429 BOOT_CFLAGS, BOOT_LDFLAGS.
5430 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5431 BOOT_CFLAGS, BOOT_LDFLAGS.
5432 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5433 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5434 (stage): Fail if we cannot complete the work.
5435 * Makefile.in: Regenerate.
5436
f29759fc
JJ
54372005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5438
5439 * COPYING.NEWLIB: Update copyright year for default
5440 copyright.
5441
1f054001
PB
54422005-12-15 Paolo Bonzini <bonzini@gnu.org>
5443
5444 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5445 install-host-nogcc): Don't invoke $(stage) at the end.
5446 * Makefile.in: Regenerate.
5447
0aed8855
PB
54482005-12-14 Paolo Bonzini <bonzini@gnu.org>
5449
5450 * configure.in: Flip the top-level bootstrap switch.
5451 * configure: Regenerate.
5452
5453 Merge from gcc:
5454
5455 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5456
f7c83eac
AS
5457 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5458 $(stage) and $(unstage).
5459 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5460 (all): Remove stray semicolon.
5461 (local-distclean): Don't handle multilib.tmp and multilib.out.
5462 (install.all): Set $s for consistency.
5463 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5464 check_multilibs setting. Always make the install directory.
5465 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5466 Correct @if/@endif.
5467 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5468 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5469 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5470 (multilib.out): Remove.
5471 * Makefile.in: Regenerated.
0aed8855
PB
5472
54732005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5474
5475 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5476 * configure.in: Replace ms1 arch with mt.
5477 * configure: Rebuilt.
5478
54792005-12-05 Paolo Bonzini <bonzini@gnu.org>
5480
5481 Sync with gcc:
5482
4970f871
NS
54832005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5484
5485 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5486 * configure.in: Replace ms1 arch with mt.
5487 * configure: Rebuilt.
5488
be01d343
PB
54892005-12-05 Paolo Bonzini <bonzini@gnu.org>
5490
5491 Sync with gcc:
5492
5493 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5494
f7c83eac
AS
5495 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5496 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5497 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5498 Find in-tree tools if available.
5499 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5500 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5501 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5502 (COMPILER_*_FOR_TARGET): New.
5503 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5504 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5505 (CONFIGURED_*, USUAL_*): Remove.
5506 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5507 STRIP): Use autoconf substitutions.
5508 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5509 COMPILER_NM_FOR_TARGET): New.
5510 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5511
5512 (all): Make all-host and all-target in parallel.
5513 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5514 that $$r and $$s are set before invoking a recursive make.
5515 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5516 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5517
5518 2005-11-29 Ben Elliston <bje@au.ibm.com>
5519
f7c83eac
AS
5520 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5521 from the gcc build directory.
5522 * Makefile.in: Regenerate.
be01d343
PB
5523
5524 2005-11-29 Ben Elliston <bje@au.ibm.com>
5525
f7c83eac
AS
5526 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5527 depend on all-libdecnumber.
5528 * configure.in (host_libs): Include libdecnumber.
5529 * Makefile.in: Regenerate.
5530 * configure: Likewise.
be01d343
PB
5531
5532 2005-11-21 Kean Johnston <jkj@sco.com>
5533
f7c83eac 5534 * config.sub, config.guess: Sync from upstream sources.
be01d343 5535
907be67c
DJ
55362005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5537
5538 * Makefile.def: Remove gdb dependencies for gdbtk.
5539 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5540 (configure-gdb, install-gdb): New rules.
5541 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5542 * Makefile.in, configure: Regenerated.
5543
e360f423
PB
55442005-10-22 Paolo Bonzini <bonzini@gnu.org>
5545
5546 PR bootstrap/24297
5547 * Makefile.tpl (do-[+make-target+], do-check, install,
5548 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5549 are set before recursing.
5550 * Makefile.in: Regenerate.
5551
45d5eb0a
EB
55522005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5553
5554 PR bootstrap/18939
5555 * Makefile.def (gcc) <target>: Fix thinko.
5556 * Makefile.in: Regenerate.
5557
3cf3372e
BS
55582005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5559
5560 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5561 * configure: Regenerate.
5562
bd70a46f
KH
55632005-10-09 Kazu Hirata <kazu@codesourcery.com>
5564
5565 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5566 target-libffi, target-qthreads, target-libjava, and
5567 targetlibobjc.
5568 * configure: Regenerate.
5569
5ae72758
DJ
55702005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5571
5572 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5573 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5574 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5575 (USUAL_OBJDUMP_FOR_TARGET): New.
5576 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5577 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5578 * configure, Makefile.in: Regenerated.
5ae72758 5579
cc96343e
PB
55802005-10-05 Paolo Bonzini <bonzini@gnu.org>
5581
5582 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5583 before other host packages.
5584
f70224b5
PB
55852005-10-05 Paolo Bonzini <bonzini@gnu.org>
5586
5587 PR bootstrap/22340
5588
5589 * configure.in (default_target): Remove.
5590 * Makefile.tpl (all): Do not use prerequisites as subroutines
5591 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5592 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5593 use prerequisites as subroutines.
5594 (check-host, check-target): New.
5595 (bootstrap configure & all targets): Do not use stage*-start
5596 if the directory layout is already ok.
5597 (non-bootstrap configure & all targets): Prepend a $(unstage).
5598 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5599 (NOTPARALLEL): Remove.
5600 (unstage, stage variables): New variables.
5601 (unstage, stage targets): Simply expand to those variables.
5602
5603 * configure: Regenerate.
5604 * Makefile.in: Regenerate.
5605
c13c918a
JW
56062005-10-04 James E Wilson <wilson@specifix.com>
5607
5608 * Makefile.def (lang_env_dependencies): Add libmudflap.
5609 * Makefile.in: Regenerate.
5610
376a0e54
CM
56112005-10-03 Catherine Moore <clm@cm00re.com>
5612
5613 * configure.in (bfin-*-*): Support bfin.
5614 * configure: Regenerated.
5615
d320aacb
L
56162005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5617
5618 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5619 * configure: Regenerated.
5620
7e0f7140
GK
56212005-09-28 Geoffrey Keating <geoffk@apple.com>
5622
5623 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5624 (LIPO_FOR_TARGET): New.
5625 (CONFIGURED_LIPO_FOR_TARGET): New.
5626 (USUAL_LIPO_FOR_TARGET): New.
5627 (STRIP_FOR_TARGET): New.
5628 (CONFIGURED_STRIP_FOR_TARGET): New.
5629 (USUAL_STRIP_FOR_TARGET): New.
5630 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5631 STRIP_FOR_TARGET.
5632 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5633 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5634 * Makefile.in: Regenerate.
5635 * configure: Regenerate.
0e7ef45c 5636
096f7d00
DE
56372005-09-19 David Edelsohn <edelsohn@gnu.org>
5638
5639 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5640 (rs6000-*-aix*): Same.
5641 * configure: Regenerate.
5642
56432005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5644
5645 * configure.in: Recognize f95 in the --enable-languages option,
5646 and substitute it for fortran, issuing a warning.
5647 * configure: Regenerate.
5648
2016dfcc
BE
56492005-09-07 Ben Elliston <bje@au.ibm.com>
5650
5651 Import from Autoconf sources:
5652
5653 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5654 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5655 Elliston. Handle weird characters correctly.
5656
6dd2fda9
DD
56572005-08-30 Phil Edwards <phil@codesourcery.com>
5658
5659 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5660 * configure: Regenerated.
5661
e6db70d4
RE
56622005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5663
f7c83eac
AS
5664 * Makefile.def (libssp): Add to lang_env_dependencies.
5665 * Makefile.in: Regenerate.
e6db70d4 5666
e1e3d0f5
CG
56672005-08-17 Christian Groessler <chris@groessler.org>
5668
5669 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5670 * Makefile.in: Regenerate.
5671
05cbd757
PB
56722005-08-12 Paolo Bonzini <bonzini@gnu.org>
5673
5674 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5675 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5676 Look for alternate names of the target cc and c++
5677 * configure: Regenerate.
5678
55db4b87
PB
56792005-08-08 Paolo Bonzini <bonzini@gnu.org>
5680
5681 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5682 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5683 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5684 tools; remove code to manually set them.
5685 (Target tools): Look in the environment for them.
5686 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5687 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5688 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5689 build directory.
5690 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5691 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5692 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5693 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5694 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5695 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5696 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5697 * configure: Regenerate.
5698 * Makefile.in: Regenerate.
5699
414e5532
MM
57002005-07-27 Mark Mitchell <mark@codesourcery.com>
5701
5702 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5703 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5704 * Makefile.in: Regenerated.
5705
a19b6204
MM
57062005-07-26 Mark Mitchell <mark@codesourcery.com>
5707
5708 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5709 (CFLAGS_FOR_TARGET): Use it.
5710 (CXXFLAGS_FOR_TARGET): Likewise.
5711 * Makefile.in: Regenerated.
5712 * configure.in (--with-build-sysroot): New option.
5713 * configure: Regenerated.
5714
b73aa406
PB
57152005-07-24 Paolo Bonzini <bonzini@gnu.org>
5716
5717 * Makefile.tpl: Wrap install between unstage and stage
5718 * Makefile.in: Regenerate.
5719
6e4d0bcb
KC
57202005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5721
5722 * all files: Update FSF address.
5723
49f58d10
JB
57242005-07-14 Jim Blandy <jimb@redhat.com>
5725
5726 * configure.in: Add cases for Renesas m32c.
5727 * configure: Regenerated.
0e7ef45c 5728
1d9c9cd7
KC
57292005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5730
5731 * COPYING, compile, config-ml.in, config.guess,
5732 config.sub, install-sh, missing, mkinstalldirs,
5733 symlink-tree, ylwrap: Sync from upstream sources.
5734
1587117a
EC
57352005-07-13 Eric Christopher <echristo@redhat.com>
5736
5737 * configure.in: Add toplevel noconfigdir support for tpf.
5738 * configure: Regenerate.
5739
bb780410
DD
57402005-07-11 Jakub Jelinek <jakub@redhat.com>
5741
5742 * Makefile.def (target_modules): Add libssp.
5743 * configure.in (target_libraries): Add target-libssp.
5744 * configure: Rebuilt.
5745 * Makefile.in: Rebuilt.
5746
064d0a7c
PB
57472005-07-11 Paolo Bonzini <bonzini@gnu.org>
5748
5749 PR ada/22340
5750
5751 * Makefile.def: Sync with gcc.
5752 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5753 * Makefile.in: Regenerate.
5754
b2edd3b5
AS
57552005-07-07 Andreas Schwab <schwab@suse.de>
5756
5757 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5758 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5759 * Makefile.in: Regenerated.
5760
5f128533
KH
57612005-07-07 Kazu Hirata <kazu@codesourcery.com>
5762
5763 * configure.in: Add --enable-libssp and --disable-libssp.
5764 * configure: Regenerate with autoconf-2.13.
5765
4e3fc8e5
GK
57662005-07-06 Geoffrey Keating <geoffk@apple.com>
5767
5768 * configure.in: Don't build sim or rda when targetting darwin.
5769 * configure: Regenerate.
5770
c7357d6a
BE
57712005-07-04 Ben Elliston <bje@gnu.org>
5772
5773 * src-release (do-proto-toplev): Remove dejagnu bits.
5774 (DEJAGNU_SUPPORT_DIRS): Remove.
5775 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5776 (GDBD_SUPPORT_DIRS): Likewise.
5777 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5778 (INSIGHTD_SUPPORT_DIRS): Likewise.
5779 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5780
57812005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5782
5783 * setup.com (mpw): Remove unused directive.
5784
7d329e61
PB
57852005-06-22 Paolo Bonzini <bonzini@gnu.org>
5786
5787 * Makefile.def (stagefeedback): Come after profile.
5788 Define profiledbootstrap target.
5789 * Makefile.tpl (profiledbootstrap): Remove.
5790 (stageprofile-end): Zap stagefeedback.
5791 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5792 * Makefile.in: Regenerate.
5793
e5fbed21
DD
57942005-06-13 Zack Weinberg <zack@codesourcery.com>
5795
5796 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5797 In 'cpp' stanza, support '#line' as well as '# '.
5798
59f7ec45
HPN
57992005-06-07 Hans-Peter Nilsson <hp@axis.com>
5800
5801 * configure.in (unsupported_languages): New macro.
5802 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5803 non-ported target libraries in noconfigdirs.
5804 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5805 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5806 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5807 unsupported_languages.
5808 * configure: Regenerate.
5809
c10e9ba7
DD
58102005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5811
5812 * configure.in: Fix typo in handling of --with-mpfr-dir.
5813 * configure: Regenerate.
5814
20deb2b8
JB
58152005-06-02 Jim Blandy <jimb@redhat.com>
5816
5817 * config.sub: Add cases for the Renesas m32c. (This patch has been
5818 accepted into the master sources.)
5819
cdb9b172 58202005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5821 Michael Snyder <msnyder@redhat.com>
5822 Stan Cox <scox@redhat.com>
cdb9b172 5823
f7c83eac 5824 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5825
f7c83eac 5826 * configure: Regenerate.
cdb9b172 5827
1dc3053f
PB
58282005-05-25 Paolo Bonzini <bonzini@gnu.org>
5829
5830 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5831 (Dependencies): Consider target modules for bootstrap dependencies.
5832 Make target bootstrap modules depend on each stage's gcc.
5833 * Makefile.in: Regenerate.
5834
c60fe18b
PB
58352005-05-20 Paolo Bonzini <bonzini@gnu.org>
5836
5837 * Makefile.def (configure-gcc): Depend on binutils having been built.
5838 (all-gcc): No need to do it here.
5839 * Makefile.in: Regenerate.
5840
27258dd4
PB
58412005-05-19 Paul Brook <paul@codesourcery.com>
5842
0e7ef45c 5843 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5844 language cannot be built.
5845 * configure: Regenerate.
5846
42ecbf5e
DJ
58472005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5848
5849 * ylwrap: Import from Automake 1.9.5.
5850
ae380b45
MS
58512005-05-04 Mike Stump <mrs@apple.com>
5852
5853 * configure.in: Always pass --target to target configures as
5854 otherwise rebuilds that do --recheck will fail.
811d3af8 5855 * configure: Rebuilt.
ae380b45 5856
d545f33b
PB
58572005-05-04 Paolo Bonzini <bonzini@gnu.org>
5858
5859 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5860 STAGE_HOST_EXPORTS.
5861 (configure, all): Add bootstrap support.
5862 (Host modules, target modules): Pass post-stage1 flags and exports.
5863 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5864 * Makefile.in: Regenerate.
5865
2faa2958
PB
58662005-04-29 Paolo Bonzini <bonzini@gnu.org>
5867
5868 Sync from gcc:
5869
5870 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5871
f7c83eac 5872 * config.sub: Update from master copy.
2faa2958
PB
5873
5874 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5875
f7c83eac
AS
5876 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5877 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5878 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5879 "*-*-elf" and "*-*-linux*".
5880 * configure: Regenerate.
2faa2958 5881
a7254363
PB
58822005-04-06 Paolo Bonzini <bonzini@gnu.org>
5883
f7c83eac 5884 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5885 (TARGET_CONFIGARGS): Include --with-target-subdir.
5886 (configure, all): New macros. Use them throughout.
5887
a8637a7d
PB
58882005-04-05 Paolo Bonzini <bonzini@gnu.org>
5889
5890 * Makefile.tpl: Sync with gcc.
5891 * Makefile.in: Regenerate.
5892
dd387d52
JR
58932005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5894
5895 * config/mh-mingw32: Delete.
5896 * configure.in: Don't use it.
5897 * configure: Regenerate.
5898
e90269c8
PB
58992005-03-31 Paolo Bonzini <bonzini@gnu.org>
5900
5901 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5902 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5903 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5904 (HOST_LIB_PATH): Generate from Makefile.def.
5905 (TARGET_LIB_PATH): Likewise.
5906 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5907 * Makefile.in: Regenerate.
5908 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5909 (RPATH_ENVVAR): Include Darwin case.
5910 * configure: Regenerate.
5911
9a237d9e
PB
59122005-03-25 Paolo Bonzini <bonzini@gnu.org>
5913
5914 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5915 * configure: Regenerate.
5916
479759c8
ZW
59172005-03-21 Zack Weinberg <zack@codesourcery.com>
5918
5919 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5920 gcc_version, and gcc_version_trigger from set of flags to pass.
5921 * Makefile.tpl: Remove definitions of above variables.
5922 (config.status): Remove dependency on $(gcc_version_trigger).
5923 * Makefile.in: Regenerate.
5924 * configure.in: Do not reference config/gcc-version.m4 nor
5925 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5926 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5927 * configure: Regenerate.
5928
4cfaf6d5
DD
59292005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5930 Andrew Pinski <pinskia@physics.uc.edu>
5931
5932 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5933 * Makefile.in: Regenerate.
5934
33a3fb7b
AO
59352005-03-01 Alexandre Oliva <aoliva@redhat.com>
5936
5937 PR libgcj/20160
5938 * ltmain.sh: Avoid creating archives with components that have
5939 duplicate basenames.
5940
2da12f12
PB
59412005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5942
479759c8
ZW
5943 PR bootstrap/20250
5944 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5945 instead of check.
5946 * Makefile.in: Regenerate.
2da12f12 5947
b00612cc
PB
59482005-02-28 Paolo Bonzini <bonzini@gnu.org>
5949
5950 Sync from gcc.
5951
5952 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5953
5954 PR bootstrap/17383
5955 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5956 * Makefile.tpl (HOST_SUBDIR): New substitution.
5957 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5958 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5959 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5960 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5961 (Host modules, Bootstrapped modules): Use it.
5962 (Build modules, Target modules): Do not create symlink trees,
5963 always configure out-of-srcdir.
5964 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5965 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5966 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5967 $(HOST_SUBDIR). Create a symlink for host_subdir.
5968
5969 * Makefile.in: Regenerate.
5970 * configure: Regenerate.
5971
5972 Merged from libada-gnattools-branch:
5973 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5974
5975 * Makefile.def: Add gnattools as a module, depending on target-libada.
5976 * Makefile.in: Regenerate.
5977 * configure.in: Include gnattools in host_tools; disable it if ada
5978 is disabled.
5979 * configure: Regenerate.
5980
c3e65f62
NC
59812005-02-23 Nick Clifton <nickc@redhat.com>
5982
5983 * configure: Regenerate.
5984
e4d180c2
NC
59852005-02-22 Paul Schlie <schlie@comcast.net>
5986
5987 * configure.in: Allow darwin targeted ports to build tk, itcl and
5988 libgui.
5989
e3c770b1
EB
59902005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5991
5992 PR libgcj/10353
5993 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5994 * configure: Regenerate.
5995
9c73618c
AC
59962005-02-08 Andrew Cagney <cagney@gnu.org>
5997
5998 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5999 gdb/ section. Update GDB's URL.
6000
c46f8c51
AC
60012005-01-31 Andrew Cagney <cagney@gnu.org>
6002
6003 * gettext.m4: Only set ENABLE_NLS when gettext is present.
6004
c7e66c6d
HPN
60052005-01-29 Hans-Peter Nilsson <hp@axis.com>
6006
6007 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6008 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6009 target-libgloss when not *-*-elf and *-*-aout.
6010 * configure: Regenerate.
6011
a53bf506
AC
60122005-01-27 Andrew Cagney <cagney@gnu.org>
6013
6014 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
6015
45181ed1
AC
60162005-01-24 Andrew Cagney <cagney@gnu.org>
6017
6018 * gettext.m4: Only fall back to ../intl/ when it's present.
6019
a1e0f4e4
KC
60202005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6021
6022 * install-sh, config.sub: Import from upstream.
6023
60242005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
6025
6026 PR bootstrap/18222
6027 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6028 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6029 * Makefile.in: Regenerate.
6030
c50382e2
PB
60312005-01-03 Paolo Bonzini <bonzini@gnu.org>
6032
6033 Revert 2004-12-28 Makefile changes, a better fix will be
6034 applied to mainline and src after GCC 4.0 branches.
6035
11d07737
PB
60362004-12-28 Paolo Bonzini <bonzini@gnu.org>
6037
6038 PR bootstrap/17383
6039
6040 * Makefile.def (target_modules): Remove stage parameter,
6041 it is always true now.
6042 * Makefile.tpl (configure-build-[+module+],
6043 configure-target-[+module+]): Always build symlink tree
6044 for the directory and for include. BUILD_SUBDIR and
6045 TARGET_SUBDIR cannot be . anymore.
6046 * Makefile.in: Regenerate.
6047
dadfdbe2
DD
60482004-12-25 David Edelsohn <edelsohn@gnu.org>
6049
6050 Revert 2004-12-08 Makefile changes.
6051
dbf85af7
JR
60522004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6053
6054 * configure.in (sh64-*-*): Reenable gprof.
6055 * configure: Regenerate.
6056
6b8fea99
JB
60572004-12-09 Jim Blandy <jimb@redhat.com>
6058
6059 * MAINTAINERS: List 'depcomp' as part of automake.
6060
7341462c
DE
60612004-12-08 David Edelsohn <edelsohn@gnu.org>
6062
6063 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6064 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6065 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6066 * Makefile.in: Regenerate.
6067
21fde4dc
DD
60682004-12-07 Matt Kraai <kraai@ftbfs.org>
6069
6070 * Makefile.tpl: Generate normal dependencies if the LHS module is
6071 not bootstrapped.
6072 * Makefile.in: Regenerate.
6073
3da796a2
RS
60742004-12-03 Richard Sandiford <rsandifo@redhat.com>
6075
6076 * configure.in: Include config/gxx-include-dir.m4. Use
6077 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6078 * configure: Regenerate.
6079
73fb7068
RS
60802004-12-03 Richard Sandiford <rsandifo@redhat.com>
6081
6082 * config.if: Delete.
6083 * configure.in: Set libstdcxx_incdir directly.
6084 * configure: Regenerate.
6085 * MAINTAINERS: Remove mention of config.if.
6086 * src-release (DEVO_SUPPORT): Remove config.if.
6087
6c8e6ce9
EC
60882004-12-02 Eric Christopher <echristo@redhat.com>
6089
3b6098f8
EC
6090 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
6091 of things to remove.
6c8e6ce9 6092 * Makefile.in: Regenerate.
479759c8 6093
b8658a2f
RS
60942004-12-02 Richard Sandiford <rsandifo@redhat.com>
6095
6096 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6097 * configure: Regenerate.
6098
afefada0
RS
60992004-12-02 Richard Sandiford <rsandifo@redhat.com>
6100
6101 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6102 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6103 * configure: Regenerate.
6104
5dcac624
DA
61052004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6106
6107 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6108 (hppa*64*-*-*): Delete incorrect comment.
6109 * configure: Rebuilt.
6110
57d1eb1a
DD
61112004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6112
6113 * install-sh, compile: Import from automake.
6114
61152004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6116
6117 * config.guess, config.sub: Import from savannnah.
6118
6d389afc
MS
61192004-11-12 Mike Stump <mrs@apple.com>
6120
6121 * Makefile.def: Add html support.
6122 * Makefile.tpl: Likewise.
6123 * Makefile.in: Regenerate.
6124
69e57115
GK
61252004-11-11 Geoffrey Keating <geoffk@apple.com>
6126
6127 PR 18423
6128 * configure.in: Remove all instances of build-fixincludes from
6129 noconfigdirs.
6130 (build_configargs): Supply --target to subdirectories.
6131 * configure: Regenerate.
6132
6133 * Makefile.def: Make gcc install depend on fixincludes install.
6134 * Makefile.in: Regenerate.
6135
ba719b26
HPN
61362004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6137
6138 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6139 target-libgfortran.
6140 * configure: Regenerate.
6141
c37653e7
DE
61422004-11-07 David Edelsohn <edelsohn@gnu.org>
6143
6144 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6145 like CC.
6146
1eefd493
PB
61472004-11-05 Paolo Bonzini <bonzini@gnu.org>
6148
6149 * Makefile.def (host fixincludes): Specify missing targets.
6150 * Makefile.in: Regenerate.
6151
02b1af09
L
61522004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6153
6154 PR other/17783
6155 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6156 * configure: Regenerated.
6157
7f266840
DJ
61582004-11-04 Daniel Jacobowitz <dan@debian.org>
6159
6160 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6161 * configure: Regenerated.
6162
47444073
AL
61632004-10-28 Eric B. Weddington <ericw@evcohs.com>
6164
6165 PR target/18151
6166 * configure.in (case ${target}): Do not build fixincludes for avr.
6167 * configure: Regenerated.
6168
caeba88f
AL
61692004-10-26 Paolo Bonzini <bonzini@gnu.org>
6170
6171 * configure.in (case ${target}): Do not build fixincludes
6172 on platforms where it is not used.
6173 * configure: Regenerated.
6174
0fdbe983
DJ
61752004-10-23 Daniel Jacobowitz <dan@debian.org>
6176
6177 * configure.in: Use an absolute path to install-sh.
6178 * configure: Regenerated.
6179
1c0f67c1
AC
61802004-10-19 Andrew Cagney <cagney@gnu.org>
6181
6182 * src-release (do-djunpack, do-md5sum): Install the generated file
6183 directly into the proto-toplev/ directory.
479759c8 6184
a9cfce9c
AC
61852004-10-19 Andrew Cagney <cagney@gnu.org>
6186
6187 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6188
ac0fa625
DD
61892004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6190
6191 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6192 * configure: Regenerate.
6193
d27cc32e
PB
61942004-10-06 Paolo Bonzini <bonzini@gnu.org>
6195
6196 Fix wrong conflict resolution in:
6197
6198 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6199
6200 * Makefile.in: Regenerate.
6201 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6202 in the recursive `make', instead of hardwiring `all'.
6203 (Autogenerated TARGET-* variables): New.
6204
1763908f
UW
62052004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6206
6207 Merged from GCC / libtool upstream:
6208 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6209 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6210 * ltcf-cxx.sh (tpf*): Likewise.
6211 * ltconfig (tpf*): Add TPF OS configuration support.
6212
0490e016
NC
62132004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6214
6215 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6216 * configure: Regenerate.
0490e016 6217
32be62b5
RS
62182004-09-24 Michael Roth <mroth@nessie.de>
6219
6220 * configure.in (--without-headers): Add missing double quotes.
6221 * configure: Regenerate.
6222
6048df60
DD
62232004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6224
6225 * ylwrap: Revert to previous version.
6226
315b3b02
L
62272004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6228
6048df60 6229 PR bootstrap/17369
315b3b02
L
6230 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6231 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6232 SET_GCC_LIB_PATH_CMD.
6233 (BASE_TARGET_EXPORTS): Likewise.
6234 * Makefile.in: Regenerated.
6235
6236 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6237 * configure: Regenerated.
6238
fe69863c
DD
62392004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6240
6241 * config.guess: New upstream version
6242 * compile, depcomp, install-sh, ylwrap: Likewise.
6243
62442004-09-19 Roger Sayle <roger@eyesopen.com>
6245
6246 * config/mh-x86omitfp: New host makefile fragment. Add
6247 -fomit-frame-pointer to the default BOOT_CFLAGS.
6248 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6249 * configure: Regenerate.
6250
62512004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6252
6253 PR target/11572
6254 * configure.in (*-*-darwin*): Renable libobjc.
6255 * configure: Regenerate.
6256
be75bbe1 62572004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6258
be75bbe1
DB
6259 * Makefile.def: Remove libbanshee.
6260 * Makefile.tpl: Ditto.
6261 * configure.in: Ditto.
6262 * Makefile.in: Regen.
6263 * configure: Ditto.
6264
1b882a91
PB
62652004-09-07 Paolo Bonzini <bonzini@gnu.org>
6266
6267 * missing: Import latest version from master repository.
6268
eb1352ed
NC
62692004-09-04 Nick Clifton <nickc@redhat.com>
6270
6271 * config.sub: Import latest version from master repository.
6272 * config.guess: Likewise.
6273 This includes these changes:
479759c8 6274
eb1352ed
NC
6275 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6276
6277 * config.sub: Handle crisv32, alias etraxfs.
6278 * config.guess (crisv32:Linux:*:*): Handle.
6279
6280 2004-08-13 Brad Smith <brad@comstyle.com>
6281
6282 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6283 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6284
6285 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6286
6287 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6288 assume the processor is a powerpc. This is because coreutils
6289 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6290 in this case, due to a MacOS X bug that causes
6291 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6292 to return a negative number.
6293 Problem reported by Petter Reinholdtsen in:
6294 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6295
6296 2004-07-19 Ben Elliston <bje@gnu.org>
6297
6298 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6299
6300 2004-06-24 Ben Elliston <bje@gnu.org>
6301
6302 * config.guess: Update copyright years.
6303 * config.sub: Likewise.
6304
6305 2004-06-22 Robert Millan <robertmh@gnu.org>
6306
6307 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6308 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6309
6310 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6311
6312 * config.guess (*:*VMS:*:*): New entry. Replaces
6313 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6314 manufacturer.
6315
6316 2004-06-22 Ben Elliston <bje@gnu.org>
6317
6318 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6319 * config.sub: Likewise.
6320
6321 2004-06-22 Ben Elliston <bje@gnu.org>
6322
6323 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6324 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6325
6326 2004-06-11 Ben Elliston <bje@gnu.org>
6327
6328 * config.guess (pegasos:OpenBSD:*:*): Remove.
6329
6330 2004-06-11 Ben Elliston <bje@gnu.org>
6331
6332 From Wouter Verhelst <wouter@grep.be>:
6333 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6334
6335 2004-06-11 Ben Elliston <bje@gnu.org>
6336
6337 * config.guess (luna88k:OpenBSD:*:*): New.
6338
6339 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6340
6341 * config.guess (m32r*:Linux:*:*): New case.
6342 * config.sub: Handle m32rle.
6343
6344 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6345
6346 From Jens Petersen <petersen@redhat.com>:
6347 * config.sub: Handle sparcv8.
6348
6349 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6350
6351 From Tom Smith <smith@cag.lkg.hp.com>:
6352 * config.guess: Version suffixes are equally significant on Tru64
6353 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6354 prefix of "P" (patched kernel).
6355
6356 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6357
6358 * config.sub: Add support for National Semiconductor CRX target.
6359
2a3124ca 63602004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6361
2a3124ca
RH
6362 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6363 *-*-netware, but add target-libmudflap.
6364 Consolidate *-*-netware targets (of which really only i?86 exists)
6365 into a single entry.
6366 * configure: Likewise.
6367
0df3d27f
PB
63682004-09-01 Paolo Bonzini <bonzini@gnu.org>
6369
6370 * Makefile.tpl (sorry): Remove.
6371 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6372 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6373 (do-clean): Clean per-stage directories too.
6374 (do-distclean): Run distclean-stage1 too.
6375 (.NOTPARALLEL): Enable during toplevel bootstrap.
6376 (stage[+id+]-bubble): Enable parallel execution during
6377 the recursive invocation.
6378 * Makefile.in: Regenerate.
6379
6380 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6381
6382 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6383
6384 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6385 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6386 * configure: regenerate
479759c8
ZW
6387 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6388 -mdynamic-no-pic
0df3d27f
PB
6389
63902004-08-31 Paolo Bonzini <bonzini@gnu.org>
6391
6392 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6393 include.
6394 * configure.in: Fix indentation.
6395 * configure: Regenerate.
6396
ee025550
PB
63972004-08-31 Paolo Bonzini <bonzini@gnu.org>
6398
6399 * Makefile.def (build_modules): Add fixincludes.
6400 (dependencies): Make gcc depend on fixincludes.
6401 * configure.in (build_tools): Add fixincludes.
6402 (build_configdirs): Always include build_libs.
6403 * Makefile.in: Regenerate.
6404 * configure: Regenerate.
6405
64062004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6407
6408 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6409 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6410 phony targets; do not generate timestamp files.
6411 (distclean-stageN): Remove references to their timestamp files.
6412 (restageN, touch-stageN): Remove.
6413 (stageN-bubble): Rewritten.
6414 (compare): Support lean bootstraps.
6415 * Makefile.in: Regenerate.
6416
6417 * configure.in: Only warn when bootstrapping but
6418 build != host or build != target. Support lean bootstraps.
6419 * configure: Regenerate.
6420
6421 Sync from gcc:
6422 2004-08-26 Phil Edwards <phil@codesourcery.com>
6423
6424 * configure.in: Give a better error message if GMP/MPFR are missing
6425 and a language needing them has been requested.
6426 * configure: Regenerated.
6427
6428 2004-08-25 Phil Edwards <phil@codesourcery.com>
6429
6430 * configure.in: Print a list of available language front-ends if
6431 a requested one is missing. Tidy stray tab characters.
6432 * configure: Regenerated.
6433
72b2455a
PB
64342004-08-17 Paolo Bonzini <bonzini@gnu.org>
6435
6436 * Makefile.in: Regenerate.
6437 * configure: Regenerate.
6438
6439 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6440 stage_*_flags.
6441 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6442 for bootstrapped modules if toplevel bootstrap is going.
6443 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6444 modules. Adjust for changes in Makefile.def. Enable several
6445 rules even in non-bootstrap mode, just to avoid peppering the
6446 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6447 (stage-[+prev+]-bubble): Remove.
6448
6449 * Makefile.def (Dependencies): Depend on all-build-bison,
6450 all-build-flex, all-build-byacc, all-build-texinfo, rather
6451 than the host variations.
6452 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6453 with BUILD_SUBDIR.
6454 (BISON): Update for recent Bisons.
6455 (YACC): Fix typo.
6456 (cross): Depend on all-build.
6457 (all): Do not depend on all-build.
6458 (prebootstrap): Remove.
6459 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6460 (Prebootstrap dependencies): Add them to the per-stage targets
6461 and to all-prebootstrap.
6462 * configure.in (build_configdirs): Always enable build_tools.
6463 (BUILD_DIR_PREFIX): Remove.
6464
6465 * Makefile.def (gcc): Add target variable.
6466 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6467 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6468 in the recursive `make', instead of hardwiring `all'.
6469 (Autogenerated TARGET-* variables): New.
6470
de0b4a87
JW
64712004-08-17 Robert Millan <robertmh@gnu.org>
6472
6473 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6474 (instead of FreeBSD).
6475 * configure: Regenerate.
6476
ad681c85
NN
64772004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6478
675c6968
NN
6479 * Makefile.def, configure.in, src-release: Remove useless, bogus
6480 references to tix.
6481 * Makefile.in, configure: Regenerate.
6482
ad681c85
NN
6483 * src-release: Stop distributing mmalloc with gdb (which doesn't
6484 use it).
6485 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6486 * Makefile.in: Regenerate.
6487
11b04d1f
DD
64882004-08-09 Mark Mitchell <mark@codesourcery.com>
6489
6490 * configure.in (arm*-*-eabi*): New target.
6491 * configure: Regenerate.
6492
f2420bea
NN
64932004-08-01 Robert Millan <robertmh@gnu.org>
6494
6495 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6496 libmudflap for all GNU-based systems (with Glibc).
6497 * configure: Regenerate.
6498
9e6ce191
PB
64992004-08-06 Paolo Bonzini <bonzini@gnu.org>
6500
6501 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6502 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6503 (Dependencies): New section.
6504 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6505 (configure-target-[+module+]): Depend on maybe-all-gcc
6506 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6507 (toplevel profiledbootstrap): Fix dependencies.
6508 * Makefile.in: Regenerate.
6509
df4a6958
MM
65102004-08-03 Mark Mitchell <mark@codesourcery.com>
6511
6512 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6513 target-libiberty to noconfigdirs.
6514
11b04d1f
DD
65152004-08-03 Paul Brook <paul@codesourcery.com>
6516
6517 * configure.in: Check for MPFR as well as GMP.
6518 * configure: Regenerate.
6519
b813574b
PB
65202004-08-03 Paolo Bonzini <bonzini@gnu.org>
6521
6522 * Makefile.def (host-modules): Add gcc.
6523 * Makefile.in: Regenerate.
6524 * Makefile.tpl (sorry): New rule.
6525 (configure-host, all-host, [+make_target+]-host, do-check,
6526 install-host): Do not add gcc as a special case.
6527 (host modules): Add a small special-casing for gcc. Export
6528 extra_make_flags through the environment.
6529 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6530 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6531 other recursive targets for gcc): Remove.
6532
6533 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6534 (stage, unstage): New rules.
6535 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6536 distclean-stage[+id+]): Use stage_current.
6537 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6538 the stage*-start rules.
6539
61edac0c
JW
65402004-07-19 Robert Millan <robertmh@gnu.org>
6541
6542 Synced from gcc:
6543
6544 2004-04-26 Robert Millan <robertmh@gnu.org>
6545
6546 Add patches from libtool CVS.
6547 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6548 * ltconfig: Likewise.
6549 * ltcf-c.sh: Likewise.
6550 * ltcf-cxx.sh: Likewise.
6551 * ltcf-gcj.sh: Likewise.
6552
3e707e94
PB
65532004-07-12 Paolo Bonzini <bonzini@gnu.org>
6554
6555 * configure.in: Add noconfigdirs for crx-*-*.
6556 * configure: Regenerate.
6557
65582004-07-12 Paolo Bonzini <bonzini@gnu.org>
6559
6560 Synced from gcc:
6561
6562 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6563
6564 * configure.in: Build libmudflap by default on FreeBSD.
6565 * configure: Regenerated.
6566
6567 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6568
6569 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6570 systems.
6571 * configure: Regenerated.
6572
6573 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6574
6575 PR target/16344
6576 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6577 feedback based compiler.
6578 * Makefile.in: Rebuilt.
6579
6580 2004-07-05 Phil Edwards <phil@codesourcery.com>
6581
6582 * configure.in: Do not prepend $srcdir to /dev/null in
6583 makefile fragments.
6584 * configure: Regenerate.
6585
a7ee7660
AO
65862004-07-08 Alexandre Oliva <aoliva@redhat.com>
6587
6588 * Makefile.def (host_modules): Set bootstrap=true for flex.
6589 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6590 * Makefile.in: Rebuilt.
6591
6a9cf61e
PB
65922004-07-01 Paolo Bonzini <bonzini@gnu.org>
6593
6594 * Makefile.def (build_modules): Add bison, byacc, flex,
6595 m4, texinfo.
6596 (flags_to_pass): Add FLEX.
6597 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6598 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6599 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6600 DEFAULT_MAKEINFO): Remove.
6601 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6602 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6603 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6604 objdir or else use configured tool.
6605 (all-build): New.
6606 (all): Depend on it.
6607 (Build module dependencies): Add.
6608 * Makefile.in: Regenerate.
6609 * configure.in: Better support for multiple build modules,
6610 matching what is done for host/target modules. Do not look
6611 for "plausible" locations of build tools if Canadian cross.
6612 Use autoconf's AC_PROG_CC to find a C compiler. Define
6613 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6614 * configure: Regenerate.
6615
95b6a1f2
PB
66162004-06-22 Paolo Bonzini <bonzini@gnu.org>
6617
6618 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6619 * Makefile.in: Regenerate.
6620
7ffa0b57
PB
66212004-06-22 Paolo Bonzini <bonzini@gnu.org>
6622
6623 * Makefile.tpl (configure-build-[+module+],
6624 configure-[+module+], configure-target-[+module+]): Pass
6625 [+extra_configure_args+].
6626 (all-build-[+module+], all-[+module+], check-[+module+],
6627 install-[+module+], [+make_target+]-[+module+],
6628 all-target-[+module+], check-target-[+module+],
6629 install-target-[+module+], [+make_target+]-target-[+module+]):
6630 Pass [+extra_make_args+].
6631 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6632 (GCC_HOST_EXPORTS): Remove.
6633 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6634 cross, check-gcc, check-gcc-c++, install-gcc,
6635 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6636 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6637 * Makefile.in: Regenerate.
6638
929ba6e7
CF
66392004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6640
6641 * configure.in: Check for srcdir/winsup rather than build directory
6642 winsup.
6643 * configure: Regenerate.
6644
b76d7de0
CV
66452004-06-17 Corinna Vinschen <vinschen@redhat.com>
6646
6647 * configure.in: Don't build Cygwin native newlib if winsup
6648 directory is missing. Emit warning instead.
6649 * configure: Regenerate.
6650
656fdd47
PB
66512004-06-09 Paolo Bonzini <bonzini@gnu.org>
6652
6653 * Makefile.tpl (touch-stage[+id+]): New.
6654 (restage[+prev+]): Depend on touch-stage[+id+].
6655
6656 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6657 Use it throughout.
6658
6659 * Makefile.def: Add profile and feedback bootstrap stages.
6660 Remove next field from bootstrap stages.
6661 * Makefile.tpl (LN, LN_S): Substitute.
6662 (stageN-start, stageN-end): Use double-colon rules, to
6663 provide a hook for additional setup commands.
6664 (distclean-stageN-gcc, restageN): Create dependencies from
6665 [+prev+], not from [+next+].
6666 (stageN-bubble): Add commands for successive stages from
6667 [+prev+], using double-colon rules.
6668 (all-stageN-gcc): Fix typo.
6669 (stagefeedback-start, profiledbootstrap): New.
6670 * Makefile.in: Regenerate.
6671 * configure.in: Call ACX_PROG_LN.
6672 * configure: Regenerate.
6673
498d4a71
CF
66742004-06-03 Paolo Bonzini <bonzini@gnu.org>
6675
6676 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6677 without gcc.
6678 * configure: Regenerate.
6679
377d8c42
PB
66802004-06-01 Paolo Bonzini <bonzini@gnu.org>
6681
6682 * Makefile.tpl: Fix typo.
6683 * Makefile.in: Regenerate.
6684
f5f8a794
PB
66852004-06-01 Paolo Bonzini <bonzini@gnu.org>
6686
6687 * configure.in: Remove new- prefix from toplevel
6688 bootstrap targets.
6689 * configure: Regenerate.
6690
f7a4c34f
PB
66912004-06-01 Paolo Bonzini <bonzini@gnu.org>
6692
6693 Merge this patch from the gcc tree:
6694
6695 2004-05-30 Andreas Jaeger <aj@suse.de>
6696 Jim Wilson <wilson@specifixinc.com>
6697
6698 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6699 like CC.
6700
319cab08
PB
67012004-06-01 Paolo Bonzini <bonzini@gnu.org>
6702
6703 * Makefile.tpl (all.normal): Rename to all.
6704 (all): Replace with a rule to pick the default
6705 target from configure.
6706 (all-gcc, configure-gcc): Use conditionals to
6707 do nothing when toplevel bootstrap is going on.
6708 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6709 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6710 * configure.in: Support --enable-bootstrap.
6711
6712 * Makefile.def: Remove new- prefix from toplevel
6713 bootstrap targets.
6714 * Makefile.tpl: Likewise.
6715
6716 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6717 target.
6718
6719 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6720 $(RECURSE_FLAGS) to recursive invocation of make.
6721
6722 * Makefile.in: Regenerate.
6723 * configure: Regenerate.
6724
88f64edc
DJ
67252004-05-27 Daniel Jacobowitz <dan@debian.org>
6726
6727 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6728 * configure: Regenerate.
6729
378fce5b
DD
67302004-05-25 Daniel Jacobowitz <drow@false.org>
6731
6732 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6733 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6734 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6735 targets.
6736 * Makefile.in: Regenerate.
6737
dfdffa2c
PB
67382005-05-24 Paolo Bonzini <bonzini@gnu.org>
6739
6740 * configure.in: Test the ability to symlink directories.
6741 * configure: Regenerate.
6742
6743 * Makefile.def (bootstrap-stage): New definitions.
6744 * Makefile.tpl (configure-stage1-gcc,
6745 configure-stage2-gcc, configure-stage3-gcc,
6746 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6747 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6748 new-restage3, compare): Autogenerate, see Makefile.in
6749 entry for behavioral changes.
6750 (distclean-stage1, new-stage1-start, new-stage1-end,
6751 new-stage1-bubble, distclean-stage2, new-stage2-start,
6752 new-stage2-end, new-stage2-bubble, distclean-stage3,
6753 new-stage3-start, new-stage3-end): New autogenerated targets.
6754 (objext, prebootstrap, BOOT_CFLAGS,
6755 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6756 targets.
6757
6758 * Makefile.in: Regenerate.
6759 (distclean-stage1, new-stage1-start, new-stage1-end,
6760 new-stage1-bubble, distclean-stage2, new-stage2-start,
6761 new-stage2-end, new-stage2-bubble, distclean-stage3,
6762 new-stage3-start, new-stage3-end): New targets.
6763 (all-stage1-gcc): Move prebootstrap dependency from here...
6764 (configure-stage1-gcc): ...to here.
6765 (new-bootstrap): Use bubble targets.
6766 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6767 Use per-stage distclean targets.
6768 (configure-stage1-gcc, configure-stage2-gcc,
6769 configure-stage3-gcc, all-stage1-gcc,
6770 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6771 Use new-stageN-start to prepare the tree.
6772
04cf1b77
PB
67732004-05-23 Paolo Bonzini <bonzini@gnu.org>
6774
6775 * Makefile.def (host_modules): add libcpp.
6776 * Makefile.tpl: Add dependencies on and for libcpp.
6777 * Makefile.in: Regenerate.
6778 * configure.in: Add libcpp host module.
6779 * configure: Regenerate.
6780
80b200a1
ZW
67812004-05-17 Zack Weinberg <zack@codesourcery.com>
6782
6783 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6784 of libf2c.
6785 * configure, Makefile.in: Regenerate.
6786
4b1cb4fe
DD
67872004-05-13 Diego Novillo <dnovillo@redhat.com>
6788
6789 Merge from tree-ssa-20020619-branch.
6790
6791 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6792 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6793 (HOST_GMPLIBS): Define.
6794 (HOST_GMPINC): Define.
6795 (TARGET_LIB_PATH): Add libmudflap.
6796 (GFORTRAN_FOR_TARGET): Define.
6797 (configure-build*): Export GFORTRAN.
6798 (configure-gcc): Export GMPLIBS and GMPINC.
6799 (all-gcc): Add maybe-all-libbanshee.
6800 (configure-target-libgfortran): Define.
6801 * Makefile.in: Regenerate.
6802 * configure.in (host_libs): Add libbanshee.
6803 (target_libraries): Add target-libmudflap and target-libgfortran.
6804 Add --with-libbanshee.
6805 Handle --disable-libmudflap.
6806 (*-*-freebsd*): Use with_gmp.
6807 Add $(libgcj) to noconfigdirs.
6808 * configure: Regenerate.
6809 * depcomp: New file.
6810 * MAINTAINERS: Add tree-ssa maintainers.
6811
68122004-04-28 Paolo Bonzini <bonzini@gnu.org>
6813
6814 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6815 * configure: Regenerate.
6816
b8908782
DD
68172004-04-27 Paolo Bonzini <bonzini@gnu.org>
6818
6819 Revert:
6820 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6821
6822 * Makefile.def (flags_to_pass): Remove *dir variables that
6823 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6824 as well as prefix and exec_prefix.
6825 * Makefile.in: Regenerate.
6826
68272004-04-26 Paolo Bonzini <bonzini@gnu.org>
6828
6829 * Makefile.def (host_modules): Mark with the bootstrap
6830 flag packages on which gcc depends.
6831 * Makefile.tpl (all-bootstrap): Use it.
6832 * Makefile.in: Regenerate.
6833
68342004-04-26 Paolo Bonzini <bonzini@gnu.org>
6835
6836 * Makefile.def (flags_to_pass): Remove *dir variables that
6837 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6838 as well as prefix and exec_prefix.
6839 * Makefile.in: Regenerate.
6840
68412004-04-26 Paolo Bonzini <bonzini@gnu.org>
6842
80b200a1
ZW
6843 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6844 * configure: Regenerate.
6845 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6846 * gcc/Makefile.tpl (compare): Use the result of the test.
6847 * gcc/Makefile.in: Regenerate.
b8908782
DD
6848
68492004-04-23 Paolo Bonzini <bonzini@gnu.org>
6850
6851 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6852 Always relocate gcc and prev-gcc to the original names, even
6853 if the build fails.
6854 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6855 New targets.
6856
0f260896
RO
68572004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6858
6859 * configure.in (mips*-*-irix5*): Enable ld.
6860 * configure: Regenerate.
6861
51860f05
JW
68622004-04-15 James E Wilson <wilson@specifixinc.com>
6863
6864 * Makefile.tpl (configure-[+module+], configure-gcc,
6865 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6866 Set and export LDFLAGS.
6867 * Makefile.in: Regenerate.
6868
54752a6b
NN
68692004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6870
6871 PR bootstrap/14871
6872 * Makefile.tpl: If we don't have built-in-tree target tools,
6873 use the ones found by configure rather than hacking around with
6874 program_transform_name.
6875 * configure.in: Give Makefile.tpl the information necessary
6876 to do that.
6877 * Makefile.in: Regenerate.
6878 * configure: Regenerate.
6879
68802004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6881
6882 PR bootstrap/14760
6883 * configure.in: When computing baseargs, strip *all* copies of
6884 offending options. Also, don't match/substitute the trailing space,
6885 so that this actually works when two similar options are separated by
6886 only one space.
6887 * configure: Regenerate.
6888
68892004-04-06 David Edelsohn <edelsohn@gnu.org>
6890
80b200a1
ZW
6891 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6892 (rs6000-*-aix*): Same.
6893 * configure: Regenerate.
54752a6b 6894
5e2b61fb
SS
68952004-03-25 Stan Shebs <shebs@apple.com>
6896
6897 Remove MPW support, no longer used.
6898 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6899 mpw-install: Remove files.
6900 * src-release (DEVO_SUPPORT): Remove names of removed files.
6901 * MAINTAINERS: Likewise.
6902
1a6f2dc7
NN
69032004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6904
a0049f1b
NN
6905 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6906 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6907 * Makefile.in: Regenerate.
6908
1a6f2dc7
NN
6909 * configure.in (top level bootstrap support): Rework --enable-werror
6910 to set @stage2_werror_flag@.
6911 * configure: Regenerate.
6912 * Makefile.tpl (top level bootstrap support): Pass
6913 @stage2_werror_flag@ down to configure in stages 2 and 3.
6914 * Makefile.in: Regenerate.
6915
920e3419
NN
69162004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6917
6918 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6919 for stages 2 and 3 as well as in make. As a consequence, remove
6920 OUTPUT_OPTION (now detected by configure) from the flags passed down
6921 to make.
6922 * Makefile.in: Regenerate.
6923
6924 * Makefile.tpl (new-bootstrap): Fix typo.
6925 * Makefile.in: Regenerate.
6926
4fa63067
NN
69272004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6928
6929 * Makefile.tpl: Rearrange by moving recursive_targets rules
6930 into their proper sections.
6931 * Makefile.tpl (top level bootstrap support): Move disabling
6932 of coverage flags from 'make' to 'configure'; improve comments.
6933 * Makefile.in: Regenerate.
6934
6935 * Makefile.tpl (experimental top level bootstrap) Move stage1
6936 language setting from all- target to configure- target; disable
6937 intermodule optimization in stage 1; prevent gratuitous rebuilds
6938 of stage 1.
6939 * Makefile.in: Regenerate.
6940 * configure.in: Comma-separate stage 1 language list for top
6941 level bootstrap.
6942 * configure: Regenerate.
6943
6944 * Makefile.tpl: Clean up experimental top level bootstrap support:
6945 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6946 prev-gcc in configure- targets as well as all- targets.
6947 * Makefile.in: Regenerate.
6948
fb8a10fd
NN
69492004-03-17 Paolo Bonzini <bonzini@gnu.org>
6950
6951 * configure.in: Remove symbolic link section.
6952 * configure: Regenerate.
6953 * Makefile.tpl (links): Remove.
6954 * Makefile.in: Regenerate.
6955
947f426e 69562004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6957 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6958
6959 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6960 Set with AC_CHECK_PROGS.
947f426e
NN
6961 * configure.in: Fix comment typo from last patch.
6962 * configure: Regenerate.
6963
1d39f329
NN
69642004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6965
6966 * Makefile.tpl: Introduce experimental top level bootstrap support.
6967 * Makefile.in: Regenerate.
6968 * configure.in: Introduce support for top level bootstrap.
6969 * configure: Regenerate.
6970
4b0ac75d 69712004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6972 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6973
6974 PR bootstrap/14522
6975 * configure.in: Cope with shells that do not support unquoted ^
6976 * configure: Regenerate.
6977
2e70b094 69782004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6979 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6980
6981 PR bootstrap/14522
6982 * configure.in: Cope with shell that do not support nesting
6983 quotes inside quoted backquote substitutions.
6984 * configure: Regenerate.
6985
69862004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6987
6988 PR bootstrap/14522
6989 * configure.in: Fix escaping of $.
6990 * configure: Regenerate.
6991
9e07f89d
NN
69922004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6993
6994 * configure: Regenerate.
6995
69962004-03-08 Paolo Bonzini <bonzini@gnu.org>
6997
6998 PR ada/14131
6999 Move language detection to the top level.
7000 * configure.in: Find default values for the tools as
7001 soon as possible. Disable ada if GNAT is not found.
7002 Emit error message about missing languages. Expand
7003 --enable-languages=all for the gcc subdirectory.
7004
1712ab83
RS
70052004-03-01 Richard Sandiford <rsandifo@redhat.com>
7006
7007 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7008 and disable libgcj.
7009 * configure: Regenerated.
7010
3dee29da
NN
70112004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 PR bootstrap/7087
7014 * Makefile.tpl: Guard XFOO sed statements better.
7015 * Makefile.tpl: Add dependency for configure-target-libada.
7016 * Makefile.in: Regenerate (incidentally fixes broken
7017 commit when libada-branch was merged).
7018
0558264b
AC
70192004-02-28 Andrew Cagney <cagney@redhat.com>
7020
7021 * src-release (CVS_NAMES): Define.
7022 (do-tar, do-tar): Prune $(CVS_NAMES).
7023
c38f9803
AC
70242004-02-23 Andrew Cagney <cagney@redhat.com>
7025
7026 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
7027 2004-02-19.09.
7028
55636792
NN
70292004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
7030
7031 PR bootstrap/11932
7032 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7033
1e600082
AC
70342004-02-19 Andrew Cagney <cagney@redhat.com>
7035
7036 * config.guess: Update from version 2003-06-12 to 2004-02-16.
7037 * config.sub: Update from version 2003-06-13 to 2004-02-16.
7038
3769cd82
DD
70392004-02-11 David Edelsohn <edelsohn@gnu.org>
7040
7041 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7042 (rs6000-*-aix*): Same.
7043 * configure: Regenerate.
7044
a92834c8
DD
70452004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7046
7047 * configure.in (host): Add in missing $noconfigdirs to defines.
7048 * configure: Regenerate.
7049
a2592b1b
DD
70502004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7051 Nathanael Nerode <neroden@gcc.gnu.org>
7052
7053 PR ada/6637, PR ada/5911
80b200a1 7054 Merge with libada-branch:
a2592b1b
DD
7055 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7056 with appropriate dependencies. Add --enable-libada configure switch.
7057 * configure, Makefile.in: Regenerate.
7058
e31d1ea3
DD
70592004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7060
7061 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7062 * configure: Regenerate.
7063
db85f5c0
JJ
70642004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7065
7066 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 7067
fc434214
DD
70682004-01-23 DJ Delorie <dj@redhat.com>
7069
7070 * Makefile.def (target_modules) [libiberty]: Don't stage.
7071 * Makefile.in: Rebuilt.
7072
ad445c2c 70732004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 7074
ad445c2c
JJ
7075 * COPYING.NEWLIB: Update to include copyrights for new
7076 iconv code.
7077
72bbedde
AC
70782004-01-15 Andrew Cagney <cagney@redhat.com>
7079
7080 * src-release: Update copyright year.
7081 (do-proto-toplev): Configure using i686-pc-linux-gnu.
7082 (NEWLIB_SUPPORT_DIRS): Delete macro.
7083 (newlib.tar.bz2): Delete rule.
7084
a6d6062d
DD
70852004-01-14 Loren J. Rittle <ljrittle@acm.org>
7086
7087 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7088 * Makefile.tpl (configure-target-[+module+]): Support stage.
7089 * Makefile.in: Rebuilt.
7090
f8b73030
MR
70912003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7092
7093 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
7094 throughout.
7095
aff0e9df
NN
70962004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7097
bb5dca17
NN
7098 * configure.in: Use ./config.cache, not config.cache.
7099 * configure: Regenerate.
7100 * Makefile.tpl: Special-casing not needed for GCC any more.
7101 * Makefile.in: Regenerate.
7102
82252c06
NN
7103 * configure.in: Don't share a cache file for host dirs.
7104 * configure: Regenerate.
7105
aff0e9df
NN
7106 * config-ml.in: Don't mess with the cache file.
7107
95036d20
NN
71082004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7109
ac7b618e
NN
7110 * Makefile.tpl: Make GCC use a separate config.cache.
7111 * Makefile.in: Regenerate.
7112
95036d20
NN
7113 PR bootstrap/11932, PR bootstrap/11933
7114 (I don't know if it will fix either of them, but it relates
7115 to them.)
7116 * configure.in: Don't use shared config.cache for target
7117 directories.
7118 * configure: Regenerate.
7119
08c1856b
DD
71202003-12-31 Roger Sayle <roger@eyesopen.com>
7121
7122 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7123 * configure: Regenerated.
7124
c1968181 71252003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 7126
9eb322aa
MF
7127 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7128 * configure: Regenerated.
c1968181 7129
10ecffb9
NN
71302003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7131
7132 Port change over from GCC:
7133 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7134 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7135 (configure-build-[+module+], configure-[+module+]): Likewise.
7136 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7137 * Makefile.in: Regenerate.
7138
f2ab5990
TF
71392003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7140
7141 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7142 * configure: Regenerate.
7143
41a7d11a
JJ
71442003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7145
80b200a1 7146 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
7147 stdlib.
7148
d9441a1f
DD
71492003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7150
7151 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7152 * Makefile.in: Regenerate.
7153
3a48a978
DD
71542003-10-20 Phil Edwards <phil@codesourcery.com>
7155
7156 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7157 * configure: Regenerate.
7158
f0b24077
NN
71592003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7160
7161 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7162 HOST_FLAGS_TO_PASS.
7163 * Makefile.in: Regenerate.
7164
5fbad20a
DD
71652003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7166
7167 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7168 * configure: Rebuilt
7169 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7170 * Makefile.in: Rebuilt
7171
78be4155
L
71722003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7173
7174 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7175
051fcc7a
L
71762003-10-01 Phil Edwards <pme@gcc.gnu.org>
7177
7178 * config-ml.in: Use ac_configure_args directly instead of
7179 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7180 actually seen.
7181
71822003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7183
7184 * config-ml.in: Propagate INSTALL variables.
7185
f27d4f92
DJ
71862003-09-21 Daniel Jacobowitz <drow@mvista.com>
7187
7188 * configure.in: Pass a computed --program-transform-name
7189 to subconfigures.
7190 * configure: Regenerated.
7191
cae4d560
NN
71922003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7193
7194 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7195 * Makefile.in: Regenerate.
7196
7197 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7198 * Makefile.in: Regenerate.
7199
8ff944f6
DJ
72002003-09-17 Daniel Jacobowitz <drow@mvista.com>
7201
7202 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7203 quoting.
7204 * configure: Regenerated.
7205
d9a35680
MC
72062003-09-12 Michael Chastain <mec@shout.net>
7207
7208 Fix PR gdb/857.
7209 * src-release (do-proto-topleve): Remove junk files
7210 intl/config.cache, intl/config.status,
7211 intl/config.h, intl/stamp-h.
7212
710068b9
AC
72132003-09-14 Andrew Cagney <cagney@redhat.com>
7214
7215 * src-release (dejagnu.tar): New target.
7216 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7217 (do-djunpack): Use $(PACKAGE) for the package name.
7218
e1008165
DD
72192003-09-04 DJ Delorie <dj@redhat.com>
7220
7221 * configure: Regenerate.
7222
21998d12
NC
72232003-09-04 Robert Millan <robertmh@gnu.org>
7224
7225 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7226
ccca4bb3
DD
72272003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7228
7229 * configure.in: Ensure arguments to sed are properly spaced.
7230 * configure: Regenerate.
7231
ee949b5e
DJ
72322003-08-28 Daniel Jacobowitz <drow@mvista.com>
7233
7234 Merge from gcc:
7235 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7236 * install-sh: Update to newer upstream versions (associated with
7237 aclocal 1.7).
7238 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7239
75addda2
DJ
72402003-08-27 Daniel Jacobowitz <drow@mvista.com>
7241
7242 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7243 * configure: Regenerated.
7244
8d2877d8
NN
72452003-08-23 Phil Edwards <pme@gcc.gnu.org>
7246
7247 * configure.in: Use newline instead of semicolon when assuming
7248 shell arguments in a for loop.
7249 * configure: Regenerated.
7250
d2cc0e0d
GK
72512003-08-20 Geoffrey Keating <geoffk@apple.com>
7252
7253 PR 8180
7254 * configure.in: When testing with_libs and with_headers, treat
7255 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7256 * configure: Regenerate.
80b200a1 7257
d2cc0e0d
GK
7258 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7259 make, shell, etc.
7260 (baseargs): Likewise.
7261 * configure: Regenerate.
7262
04d1ab34
GK
72632003-08-19 Geoffrey Keating <geoffk@apple.com>
7264
7265 * configure.in: Disable libgcj for darwin not on powerpc.
7266 * configure: Rebuild.
7267
ca506da8
MC
72682003-08-15 Michael Chastain <mec@shout.net>
7269
7270 * src-release (do-proto-toplev): Remove junk files
7271 dejagnu/example/calc/config.status,
7272 dejagnu/example/calc/config.log.
7273
a4aa3f49
DD
72742003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7275
7276 * config-ml.in, symlink-tree: Add license.
7277
ede4fbe4
NN
72782003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7279
7280 Merge from gcc:
7281
7282 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7283 * Makefile.tpl (check, check-c++): Express dependencies using
7284 dependencies rather than commands.
7285 * Makefile.in: Regenerate.
7286
7287 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7288 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7289 * Makefile.in: Update.
7290
970f29af
AC
72912003-08-01 Andrew Cagney <cagney@redhat.com>
7292
7293 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7294 * configure: Ditto.
7295
b2884a0c
DD
72962003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7297
7298 * configure.in: Enable libgcj for darwin.
7299 * configure: Rebuild.
7300
c07f46a4
NN
73012003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7302
7303 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7304
9175bfc0
NN
73052003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7306
7307 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7308 creating target and build subdirs to build all parent dirs as needed.
7309 * Makefile.in: Rebuild.
7310 * configure.in: Don't build dirs explicitly here.
7311 * configure: Rebuild.
7312
b9abda6a
AO
73132003-07-22 Alexandre Oliva <aoliva@redhat.com>
7314
7315 * Makefile.tpl (all-make): Depend on intl.
7316 * Makefile.in: Rebuilt.
7317
eef8ffd4
NN
73182003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7319
7320 * config.if: Remove unused libc_interface determination.
7321
295efaf0
NN
73222003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7323
7324 * Makefile.in: Regenerate, correctly this time.
7325
e5c3f801
NN
73262003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7327
7328 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7329 unused INSTALL_PROGRAM_ARGS.
7330 * configure.in: Use AC_PROG_INSTALL.
7331 * Makefile.in: Regenerate.
7332 * configure: Regenerate.
7333
4a18bd6b
AO
73342003-07-10 Alexandre Oliva <aoliva@redhat.com>
7335
7336 * configure: Rebuilt.
7337 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7338 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7339 newlib nor libgloss.
7340 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7341 * configure.in (am33_2.0-*-linux*): Added.
7342
fbd1054d
BW
73432003-07-09 Bob Wilson <bob.wilson@acm.org>
7344
7345 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7346 * configure: Regenerate.
7347
b40e3958
L
73482003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7349
7350 * config-ml.in: Replace PWD with PWD_COMMAND.
7351 * Makefile.tpl: Likewise.
7352 * Makefile.in: Regenerated.
7353
4a5be7ba
NN
73542003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7355
7356 * configure.in: Clean up config-lang.in handling. Delete
7357 useless assignment to "subdirs".
7358 * configure: Regenerate.
7359
9c14acb8
NN
73602003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7361
7362 * configure.in: Rename 'target_libs' to 'target_libraries'.
7363 Remove useless reference to 'target_libs'.
7364 * configure: Regenerate.
7365
8f32e830
KS
73662003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7367
7368 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7369 * Makefile.in: Regenerate.
7370
12f0bd74
NN
73712003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7372
7373 * Makefile.def: Introduce flags_to_pass.
7374 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7375 * Makefile.in: Regenerate.
7376
b07c2aad
HPN
73772003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7378
7379 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7380 and target-libgloss.
7381 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7382 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7383 * configure: Regenerate.
b07c2aad 7384
56f25033
DD
73852003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7386
7387 * configure.in: Update testsuite_flags to new location.
7388 * configure. Regenerate.
80b200a1 7389
4ec9a3b2
NN
73902003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7391
7392 * Makefile.tpl: Remove BUILD_CC stuff.
7393 * Makefile.in: Regenerate.
7394
059083b1 73952003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7396
059083b1
L
7397 * config.guess: Update to 2003-06-12 version.
7398 * config.sub: Update to 2003-06-13 version.
7399
535b046a
TS
74002003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7401
7402 * MAINTAINERS: Add myself as MIPS co-maintainer.
7403
00c22daa 74042003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7405
00c22daa
L
7406 * config.guess: Update to 2003-06-06 version.
7407 * config.sub: Update to 2003-06-06 version.
7408
1047cb91
DD
74092003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7410
7411 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7412 * configure. Regenerate.
7413
123494c8
NN
74142003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7415
1047cb91
DD
7416 * configure.in: Disable serial configure by default.
7417 * configure: Regenerate.
7418 * Makefile.tpl: Abolish .NOTPARALLEL.
7419 * Makefile.in: Regenerate.
7420
7f121bbf
NN
7421 * Makefile.tpl: Replace {build,host,target}_canonical by
7422 {build,host,target}.
7423 * Makefile.in: Regenerate.
7424
123494c8
NN
7425 * Makefile.tpl: Fix stupid pasto.
7426 * Makefile.in: Regenerate.
7427
ec7e0995
NN
74282003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7429
7430 * Makefile.tpl: Remove bogus conditional.
7431 * Makefile.in: Regenerate.
7432
27b1cc72
NN
74332003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7434
2a4cbe27
NN
7435 * Makefile.tpl: Make 'recursive targets' using autogen rather
7436 than shell loop. Remove duplicate 'clean' targets and false
7437 comments.
7438 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7439 Add systematic method of specifying missing targets in subdirs.
7440 Add copyright boilerplate.
7441 * Makefile.in: Regenerate.
7442 * configure.in: Add 'recursive targets' to maybe list.
7443 * configure: Regenerate.
7444
27b1cc72
NN
7445 * Makefile.tpl: Rename [+target+] to [+make_target+].
7446 * Makefile.def: Rename 'target' to 'make_target'.
7447
01e51bd0
NC
74482003-05-30 Nick Clifton <nickc@redhat.com>
7449
7450 * README-maintainer-mode: Update URL for locating blessed config
7451 tools.
7452
2fd84b42
NC
74532003-05-29 Robert Millan <rmh@debian.org>
7454
7455 * ltconfig: Import this patch and modify for use with current
7456 version of ltconfig:
7457
7458 2003-05-21 Bruno Haible <bruno@clisp.org>
7459
7460 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7461 GNU/FreeBSD.
7462
8945c6bb
DD
74632003-05-28 DJ Delorie <dj@redhat.com>
7464
7465 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7466 * Makefile.in: Regenerate.
7467
2f9632a1
JJ
74682003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7469
80b200a1 7470 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7471
3a12db16 74722003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7473
3a12db16
DD
7474 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7475 newlib or libgloss.
7476 * Makefile.in: Regenerate.
7477
44482353
DD
74782003-05-21 DJ Delorie <dj@redhat.com>
7479
7480 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7481 * Makefile.in: Regenerate.
7482
fec2c52d
MR
74832003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7484
7485 * configure.in: Use curly braces in the definition of tooldir.
7486 * configure: Regenerate.
7487
16ae0395
NN
74882003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7489
7490 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7491 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7492 Factor out common code from autogen IF statements.
7493 * configure: Regenerate.
7494 * Makefile.in: Regenerate.
7495
ec11bdc6
DD
74962003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7497
7498 * configure.in: Accept i[3456789]86 for machine type.
7499 * configure: Regenerate.
7500
dd12c3a8
NN
75012003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7502
7503 * configure.in: Switch more things to use maybe dependencies.
7504 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7505 * configure: Regenerate.
7506 * Makefile.tpl: Switch more things to use maybe dependencies.
7507 * Makefile.in: Regenerate.
7508
cf662e21
AJ
75092003-05-16 Andreas Schwab <schwab@suse.de>
7510
7511 * Makefile.tpl (install-opcodes): Define.
7512 * Makefile.in: Rebuild.
7513
5481b376
AJ
75142003-05-13 Andreas Jaeger <aj@suse.de>
7515
7516 * config.guess: Update to 2003-05-09 version.
7517 * config.sub: Update to 2003-05-09 version.
7518
3959a22a
AJ
75192003-05-13 Michael Eager <eager@mvista.com>
7520
7521 * configure.in: Correct sed script so that options in quotes are not
7522 deleted.
7523 * configure: Rebuild.
7524
564b43e5
CV
75252003-05-12 Corinna Vinschen <corinna@vinschen.de>
7526
7527 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7528 and $$s/newlib/libc/sys/cygwin32 include paths.
7529 * configure: Ditto.
7530
bb947dc9
L
75312003-05-05 H.J. Lu <hjl@gnu.org>
7532
7533 * config-ml.in: Restored from gcc repository.
7534
77f7441a
CD
75352003-05-02 Chris Demetriou <cgd@broadcom.com>
7536
80b200a1
ZW
7537 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7538 * Makefile.in: Regenerate.
77f7441a 7539
a26d7085
DJ
75402003-04-27 Daniel Jacobowitz <drow@mvista.com>
7541
7542 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7543 and Makefile.def.
7544
e4c4d240
DJ
75452003-04-27 Daniel Jacobowitz <drow@mvista.com>
7546
7547 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7548 * Makefile.in: Regenerated.
7549
62a3fc85
DD
75502003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7551
7552 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7553 * Makefile.in: Regenerate.
7554
75552003-04-18 Jakub Jelinek <jakub@redhat.com>
7556
7557 * configure.in (powerpc64*-*-linux*): Remove.
7558 * configure: Rebuilt.
7559
5b474aa8
DD
75602003-04-17 Phil Edwards <pme@gcc.gnu.org>
7561
7562 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7563 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7564 and restrap.
7565 * Makefile.in: Regenerate.
7566
75672003-04-16 Richard Earnshaw <rearnsha@arm.com>
7568
7569 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7570 * configure: Regenerated.
7571
bc295afe
AO
75722003-04-11 Alexandre Oliva <aoliva@redhat.com>
7573
7574 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7575 * */configure: Rebuilt.
7576
3728fade
NN
75772003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7578
7579 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7580 * Makefile.in: Regenerate.
7581
ce5b542e
MC
75822003-03-14 Michael Chastain <mec@shout.net>
7583
7584 * Makefile.in: Regenerate with correct Makefile.def.
7585
3db0a37f
NN
75862003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7587
7588 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7589 Make macro.
7590 * Makefile.in: Regenerate.
7591 * configure.in: Clean up gxx_include_dir logic.
7592 * configure: Regenerate.
7593
34349c6e
DD
75942003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7595
7596 * configure.in (gxx_include_dir): Fix typo.
7597 * configure: Regenerated.
7598
686c28c9
AC
75992003-03-06 Andrew Cagney <cagney@redhat.com>
7600
7601 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7602
bba45b8b 76032003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7604
bba45b8b
NN
7605 * configure.in: Include $(build_tooldir)/sys-include in
7606 FLAGS_FOR_TARGET.
7607 * configure: Regenerated.
7608
2683747f
NN
76092003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7610
bba45b8b
NN
7611 * Makefile.tpl: Reindent.
7612 * Makefile.in: Regenerate.
7613 * configure.in: Reindent. Don't set unused variables.
7614 * configure: Regenerate.
7615
2683747f
NN
7616 * Makefile.tpl: Always pass down RANLIB.
7617 * Makefile.in: Regenerate.
7618
7619 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7620 * Makefile.in: Regenerate.
7621 * configure.in: Remove unused logic relating to --enable-shared
7622 and --enable-threads. Remove bogus comments. Remove redundant
7623 noconfigdirs.
7624 * configure: Regenerate.
7625
7626 * configure.in: Replace ${libstdcxx_version} by its value.
7627 Remove reference to mh-dgux.
7628 * configure: Regenerate.
7629
50212802
NN
76302003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7631
7632 * Makefile.tpl: Rearrange.
7633 * Makefile.in: Regenerate.
7634
a6be7fc6
NC
76352003-02-25 Nick Clifton <nickc@redhat.com>
7636
7637 * configure: Remove site-file supprot - it is obsolete.
7638
f8a495c8
NC
76392003-02-24 Uwe Stieber <uwe@wwws.de>
7640
7641 * configure.in: Add support for kaOS as cross build target system.
7642 * configure: Regenerated.
7643
3decd77d
DD
76442003-02-20 Sean McNeil <sean@blue.mcneil.com>
7645
7646 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7647 configure-target-* as some target builds may require additional
7648 flags for preprocessor tests.
7649 * Makefile.in: Regenerated.
7650
f4ff34a3
AO
76512003-02-19 Alexandre Oliva <aoliva@redhat.com>
7652
7653 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7654 * ltconfig: Handle it.
7655 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7656 auto-detecting it.
7657
b7e4a931
AO
76582003-02-19 Alexandre Oliva <aoliva@redhat.com>
7659
7660 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7661 it is used as argument to $CC.
7662 * ltcf-gcj.sh: Likewise.
7663
6b784d9f
AO
76642003-02-19 Alexandre Oliva <aoliva@redhat.com>
7665
7666 * configure.in: Introduce --enable-maintainer-mode.
7667 * configure: Rebuilt.
7668 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7669 for maintainer mode.
7670 * Makefile.in: Rebuilt.
7671
8bcd8a07
AC
76722003-02-19 Andrew Cagney <ac131313@redhat.com>
7673
7674 * configure: Regenerate using autoconf 2.13.
7675
ee3fd329
AM
76762003-02-19 Alan Modra <amodra@bigpond.net.au>
7677
7678 * config.guess: Import latest version.
7679 * config.sub: Import latest version.
7680
e9e45685
JM
76812003-02-18 Jason Merrill <jason@redhat.com>
7682
7683 * Makefile.tpl (check-c++): Allow parallelism.
7684
859789af
AC
76852003-02-17 Andrew Cagney <ac131313@redhat.com>
7686
7687 * configure: Regenerate using autoconf 000227.
7688
b3f16a9b
GK
76892003-02-15 Geoffrey Keating <geoffk@apple.com>
7690
7691 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7692 don't configure target-libobjc.
7693 * configure: Regenerate.
7694
72e60e02
DD
76952003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7696
7697 * Makefile.tpl (RANLIB): Define.
7698 * Makefile.in: Regenerate.
7699
91f0e695
KS
77002003-02-06 Keith R Seitz <keiths@redhat.com>
7701
7702 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7703 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7704 * Makefile.in: Regenerated.
7705 * configure.in: Remove all traces of snavigator, db, and grep.
7706 * configure: Regenerated.
7707
122bfa92
FCE
77082003-01-31 Frank Ch. Eigler <fche@redhat.com>
7709
7710 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7711 * Makefile.in: Regenerated.
7712
264095c3
AO
77132003-01-30 Alexandre Oliva <aoliva@redhat.com>
7714
7715 * config.if: Copy from GCC.
7716
a84dbcb3
AO
77172003-01-27 Phil Edwards <pme@gcc.gnu.org>
7718
7719 * configure.in: Revert 24Jan change.
7720 * configure: Regenerate.
7721
19618276
NN
77222003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7723
7724 * configure.in: Revert previous change.
7725 * configure: Regenerate.
7726
b7f27a92
NN
77272003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7728
7729 * configure.in: Make rda native-only.
7730 * configure: Regenerate.
7731
83326456
NN
77322003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7733
7734 * configure.in: Add missing \.
7735 * configure: Rebuilt.
7736
5e367fa5
JJ
77372003-01-17 Jakub Jelinek <jakub@redhat.com>
7738
7739 * configure.in (baseargs): Avoid using \| in sed regular
7740 expressions.
7741 * configure: Rebuilt.
7742
e01f337c
JJ
77432003-01-16 Jakub Jelinek <jakub@redhat.com>
7744
7745 * configure.in (baseargs): Remove all supported forms of
7746 --cache-file, --srcdir, --host, --build and --target options
7747 from argument lists.
7748 * configure: Rebuilt.
7749
aa236487
AO
77502003-01-15 Alexandre Oliva <aoliva@redhat.com>
7751
7752 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7753 * configure: Rebuilt.
7754
586c0873
NN
77552003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7756
7757 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7758 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7759 * Makefile.in: Regenerate.
7760 * configure: Regenerate.
7761
497f816e
DD
77622003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7763
7764 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7765 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7766 * Makefile.in: Regenerate.
7767
bfbe5519
AO
77682003-01-09 Alexandre Oliva <aoliva@redhat.com>
7769
7770 * configure.in: Remove Makefile in build, host and target modules
7771 unless configure was run with --no-recursion.
7772 * configure: Rebuilt.
7773
3f234ef5
CD
77742003-01-08 Chris Demetriou <cgd@broadcom.com>
7775
7776 * config.guess: Update to 2003-01-03 version.
7777 * config.sub: Update to 2003-01-03 version.
7778
a3982d48
CF
77792003-01-07 Christopher Faylor <cgf@redhat.com>
7780
7781 * configure: Regenerate with proper autoconf 2.13.
7782
75778ec4
CF
77832003-01-07 Christopher Faylor <cgf@redhat.com>
7784
80b200a1
ZW
7785 * configure.in: Add AC_PREREQ for consistency.
7786 * configure: Regenerate.
75778ec4 7787
c180f501
AC
77882003-01-06 Andrew Cagney <ac131313@redhat.com>
7789
7790 * configure.in (GDB_TK): Add tcl directories conditional on
7791 gdb/gdbtk directory being present.
7792 * configure: Regenerate.
5481b376 7793
46ca2cc2
DA
77942003-01-04 John David Anglin <dave.anglin@nrc.ca>
7795
7796 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7797 by gcc if LD is not defined and we are not doing a Canadian Cross.
7798 * configure: Rebuilt.
7799
53dd8dab
DJ
78002003-01-01 Daniel Jacobowitz <drow@mvista.com>
7801
7802 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7803
50ceb20c
TT
78042002-12-31 Tom Tromey <tromey@redhat.com>
7805
7806 * Makefile.in: Rebuilt.
7807 * Makefile.def (target_modules) [libffi]: Allow installation.
7808
e78b5cfe
AS
78092002-12-31 Andreas Schwab <schwab@suse.de>
7810
7811 * configure.in: Fix use of $program_transform_name.
7812 * configure: Regenerated.
7813
67448102
DJ
78142002-12-30 Daniel Jacobowitz <drow@mvista.com>
7815
7816 * configure.in (baseargs): Don't remove first configure argument.
7817 * configure: Regenerated.
7818
e6bfb94a
AO
78192002-12-29 Alexandre Oliva <aoliva@redhat.com>
7820
7821 * Makefile.tpl (local-distclean): Don't remove...
7822 (multilib.ts): ... this. Moved into...
7823 (multilib.out): ... this. Don't use sub-make.
7824 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7825 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7826 (configure-build-[+module+], configure-[+module+],
7827 configure-target-[+module+], configure-gcc): ... these. Test
7828 for Makefile existence. Drop config.status from dependencies.
7829 * Makefile.in: Rebuilt.
7830 * configure.in: Move gcc-version-trigger to the end of
7831 ac_configure_args. Add comments to maybedep.tmp and
7832 serdep.tmp. Introduce --disable-serial-configure. Remove
7833 nonopt from baseargs, matching and removing corresponding
7834 whitespace while at it.
7835 * configure: Rebuilt.
7836
8f0dfb36
AO
78372002-12-28 Alexandre Oliva <aoliva@redhat.com>
7838
7839 * configure.in (host_configargs): Replace reference to
7840 no-longer-defined buildopts with --build=${build_alias}.
7841 * configure: Rebuilt.
7842
43be203f
AO
78432002-12-28 Alexandre Oliva <aoliva@redhat.com>
7844
7845 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7846 program_transform_name to standard idiom.
7847 (AUTOGEN, AUTOCONF): Define.
7848 (Makefile.in): Use $(AUTOGEN).
7849 (Makefile): Depend on config.status, and use autoconf-style rule to
7850 build it. Move original commands to...
7851 (config.status): ... this new target.
7852 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7853 $(AUTOCONF).
7854 * Makefile.in: Rebuilt.
7855
a0da8069
NN
78562002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7857
d18f1c9f
NN
7858 * Makefile.tpl: Fix dramatic bustage due to change in
7859 program_transform_name.
7860 * Makefile.in: Regenerate.
7861
7862 * configure.in: Remove unnecessary PATH setting.
7863 * configure: Regnerate.
7864
7865 * configure.in: Don't default to unprefixed tools unless
7866 the native tools will work.
7867 * configure: Regenerate.
7868
a0da8069
NN
7869 * configure.in: Convert to autoconf script. Blow away lots
7870 of now-redundant Makefile fragments.
7871 * configure: Generate using Autoconf.
7872 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7873 * Makefile.in: Regenerate.
7874
c567df0a
NN
78752002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7876
5481b376 7877 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7878 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7879
5481b376 7880 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7881 where they belong.
2c7f9a32 7882
2dabcfb4
AS
78832002-12-24 Andreas Schwab <schwab@suse.de>
7884
7885 * Makefile.tpl (multilib.out): Fix missing space.
7886 * Makefile.in: Regenerate.
7887
1086bc09
NN
78882002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7889
7890 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7891 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7892 * Makefile.in: Regenerate.
7893 * configure.in: Remove unnecessary leftovers.
7894
1086bc09
NN
78952002-12-21 Geoffrey Keating <geoffk@apple.com>
7896
7897 * configure.in (extra_ranlibflags_for_target): New variable.
7898 (*-*-darwin): Add -c to ranlib commands.
7899 * configure (tooldir): Handle extra_ranlibflags_for_target.
7900
14e9ca95
JJ
79012002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7902
7903 * COPYING.NEWLIB: Updated.
7904 * COPYING.LIBGLOSS: Ditto.
7905
14c428fb
NN
79062002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7907
7908 * Makefile.tpl: Revert HJL's change.
7909 * Makefile.in: Regenerated.
7910 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7911 always.
7912
313b8244
AS
79132002-12-19 Andreas Schwab <schwab@suse.de>
7914
7915 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7916 * Makefile.in: Regenerate.
7917
efeae3db
L
79182002-12-18 H.J. Lu <hjl@gnu.org>
7919
7920 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7921 * Makefile.in: Regenerated.
7922
7923 * configure.in (build_prefix): New. Substitute.
7924
43d92c63
NN
79252002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7926
59da4fe6
NN
7927 * Makefile.tpl: Don't let real targets depend on phony targets.
7928 * Makefile.in: Regenerate.
7929
43d92c63
NN
7930 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7931 * Makefile.in: Regenerate.
7932
b72e6a2d
JM
79332002-12-16 Jason Merrill <jason@redhat.com>
7934
7935 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7936 previous 'make bootstrap'.
7937 * Makefile.in: Regenerate.
7938
95c72c44
HPN
79392002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7940
7941 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7942
7d695d07
JM
79432002-12-13 Jason Merrill <jason@redhat.com>
7944
7945 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7946 library tests.
7947 (check-c++): Just depend on it and check-target-libstdc++-v3.
7948 * Makefile.in: Regenerate.
7949
54103d1e
NN
79502002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7951
7952 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7953 * Makefile.in: Regenerate.
7954
4024f1e1
JJ
79552002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7956
80b200a1
ZW
7957 * COPYING.NEWLIB: Update list of alternate Regent of California
7958 licenses and discuss official revoking of advertising clause.
7959 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7960
7dda0df6
AO
79612002-12-12 Alexandre Oliva <aoliva@redhat.com>
7962
7963 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7964 * Makefile.in: Rebuilt.
7965
d03be79e 79662002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7967
929293f4
NN
7968 * configure: Fix bug put in by gremlins.
7969
d03be79e
NN
7970 * Makefile.tpl: Substitute more autoconfily.
7971 * configure: Substitute more autoconfily.
7972 * Makefile.in: Regenerate.
7973
79742002-12-08 Andrew Cagney <ac131313@redhat.com>
7975
7976 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7977 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7978
79792002-12-06 DJ Delorie <dj@redhat.com>
7980
7981 * Makefile.tpl: Change configure dependencies to not have real
7982 targets depend on phony targets.
b4a77b47 7983
db1ac78d
NN
79842002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7985
bcaf2395
NN
7986 * configure.in: Revert unintentional change.
7987
b4fa093e
NN
7988 * src-release: Configure host subdirs.
7989
db1ac78d
NN
7990 * Makefile.tpl: Change dependency for */multilib.out so that
7991 it works when gcc isn't in the tree.
7992
7993 * configure.in: Substitute more.
7994 * configure: Run subconfigures from the Makefile.
7995 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7996 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7997
15723a45
NN
79982002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7999
e2b9e2dc
NN
8000 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8001 and corresponding dependencies.
8002 * Makefile.in: Regenerate.
8003
2af579c4
NN
8004 * configure.in (host_tools): Order binutils, gas and ld for
8005 convenience in running the testsuites.
8006
a2cc058a
NN
8007 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8008 * Makefile.in: Regenerate.
8009 * configure.in: Introduce rules to serialize subconfigure runs.
8010
15723a45
NN
8011 * configure.in: Introduce BASE_CC_FOR_TARGET.
8012 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8013 Realize configure-build-* targets. Realize configure-target-* targets.
8014 * Makefile.in: Regenerate.
8015
ae831be5
NN
80162002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8017
8018 * configure: Move gcc_version_trigger stuff from here...
8019 * configure.in: ...to here.
8020
8021 * configure.in: Separate subconfigure options added by this file from
8022 options given by the user. Add machinery to put args for host
8023 subconfigures into the Makefile.
8024
8025 * Makefile.tpl: Remove 'vault' targets.
8026 * Makefile.tpl: Reorder and comment dependencies.
8027 * Makefile.in: Regenerate.
8028
bbf7c8ac
NN
80292002-11-28 Geoffrey Keating <geoffk@apple.com>
8030
8031 * configure.in: Move host-specific darwin noconfigdirs into
8032 the host-specific section.
8033
930314a4
NN
80342002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8035
52d7cdee
NN
8036 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
8037 during replay.
8038 * Makefile.in: Regenerate.
8039
930314a4
NN
8040 (finishing slow-motion replay)
8041 * configure: Remove skip-this-dir support.
8042 * Makefile.tpl: Remove skip-this-dir support.
8043
8044 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8045 subdirectories.
8046 * Makefile.in: Regenerate.
8047
8048 * Makefile.tpl: Strip out useless setting of 'dir'.
8049 * Makefile.in: Regenerate.
5481b376 8050
930314a4
NN
80512002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8052
8053 (finishing slow-motion replay)
8054 * configure.in: Fix deeply stupid bug.
8055
8056 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8057 shell code in CXX_FOR_TARGET
8058 * Makefile.def: Introduce raw_cxx.
8059 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8060 RAW_CXX_FOR_TARGET.
8061 * Makefile.in: Regenerate.
8062
80632002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8064
8065 (finishing slow-motion replay)
8066 * Makefile.tpl: Remove unnecessary ifs.
8067 * Makefile.in: Regenerate.
8068
5481b376 8069 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
8070 dependencies. Maybe-ize build-libiberty. Create dummy install
8071 targets for 'no_install' modules.
5481b376 8072 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 8073 build_modules stuff to configure.in.
5481b376 8074 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
8075 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8076 * Makefile.in: Regenerate.
8077
3866be5d
NN
80782002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8079
8080 (continuing slow-motion replay)
8081 * Makefile.tpl: Make all-target, install-target behave similarly
8082 to all, install (only hitting configured targets). Eliminate
8083 unused macro defintions.
8084
8085 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8086 build != host.
8087
8088 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8089
8090 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8091
5481b376 8092 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
8093 configuring. Remove references to "dosrel".
8094 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 8095 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 8096 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 8097 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
8098 and redundant dependency; rearrange slightly.
8099 * Makefile.def: Add host-side libtermcap, utils.
8100
8101 * Makefile.in: Regenerate.
8102
e393202e
NN
81032002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8104
8105 (Continuing slow-motion replay)
8106 * Makefile.def: Add list of recursive targets to autogenerate.
8107 Add build_modules.
8108 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8109 targets. Autogenerate *-build-* targets.
8110 * Makefile.in: Regenerate.
8111
583d52d7
NN
81122002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8113
8114 (Continuing slow-motion replay)
8115 * configure: More autoconf-style substitutions.
8116 * Makefile.tpl: More autoconf-style substitutions.
8117 * Makefile.in: Regenerate.
8118
81192002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8120
8121 (Continuing slow-motion replay)
8122 * configure: Substitute more variables in a more autoconf-friendly
8123 way. Simplify slightly.
8124 * Makefile.tpl: Make more variables substitutable in an
8125 autoconf-friendly way.
8126 * Makefile.in: Regenerate.
8127
874e38b4
NN
81282002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8129
8130 (Continuing slow-motion replay)
8131 * configure.in (v810*): Remove special setting of tools.
8132
8133 * configure: Add support for extra required flags for ar or nm.
8134 * configure.in (aix4.3+): Use above support for target-specific
8135 issues, rather than using config/mt-aix43.
8136
852e5f18
NN
81372002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8138
8139 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8140 * configure: Remove 'removing', which doesn't work. Replace $subdir
8141 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8142 with $srcdir. Reformat indentation. Substitute some variables
8143 formerly hard-coded in the Makefile for build=host.
8144 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8145 * Makefile.def: Autogenerate more.
8146 * Makefile.in: Regenerate.
8147
c9a0d920
DD
81482002-11-13 Bruce Korb <bkorb@gnu.org>
8149
8150 * Makefile.tpl: syntactic cleanup
8151
dd2768ff
KB
81522002-11-04 Kevin Buettner <kevinb@redhat.com>
8153
8154 * Makefile.def (host_modules): Add rda.
8155 * Makefile.in: Regenerate.
8156 * configure.in (target_tool): Add target-rda to list.
8157
1aa8389d
DD
81582002-10-25 Phil Edwards <pme@gcc.gnu.org>
8159
8160 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8161 and restrap targets to this rule.
8162 * Makefile.in: Regenerate.
8163
28f46298
HPN
81642002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8165
8166 * configure.in (i[3456]86-*-linux*): Add check to disable
8167 ${libgcj} for glibc1.
8168
ff72e302
NC
81692002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8170
8171 * configure.in: Add tic4x target.
8172
8607b6c9
NN
81732002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8174
8175 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8176 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8177 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8178 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8179 * Makefile.in: Regenerate.
8180
f8f61f4a
NN
81812002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8182
c86f794b
NN
8183 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8184 * Makefile.in: Regenerate.
8185
a9590527
NN
8186 * Makefile.def: Remove order dependency comments.
8187 * Makefile.tpl: Add explicit install-install dependencies.
8188 * Makefile.in: Regenerate.
8189
8412ce72
NN
8190 * Makefile.tpl: Remove material now in src-release. (Finally!)
8191 * Makefile.in: Regenerate.
8192
8b9f37f1
NN
8193 * configure: Restore my original patch by syncing with gcc version.
8194
f8f61f4a
NN
8195 * Bring following over from gcc:
8196
81972002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8198
8199 * configure.in (s390*-*-linux*): Enable libgcj.
8200
403d9505
NN
82012002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8202
8203 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8204
95f6f383
AM
82052002-10-02 Alan Modra <amodra@bigpond.net.au>
8206
e4673b0a 8207 * configure: Move stray lines back to where they belong.
95f6f383 8208
748503c8
NN
82092002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8210
a581b5c3
NN
8211 * Makefile.tpl: Insert configure-target target, for src-release.
8212
c084f5b4
NN
8213 * configure: Finish reverting change which Andrew Cagney started
8214 reverting. Should fix bustage.
8215
7aa673ed 8216 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8217 * src-release: New file. Contains material for making net
8218 releases for gdb, binutils, et al., formerly in Makefile.in.
8219
82a9b2d9
NC
82202002-09-30 Nick Clifton <nickc@redhat.com>
8221
8222 * cpu: New top level directory. Intended to hold input files for
8223 CGEN which have FSF copyright assignment.
8224 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8225
c2463a00
AC
82262002-09-29 Andrew Cagney <ac131313@redhat.com>
8227
8228 Revert below (note that src does not contain Makefile.tpl):
8229 * Makefile.tpl: Make subsituted variables more autoconfy.
8230 * Makefile.in: Regenerate.
8231
f03b4789
NN
82322002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8233
c11e16a9
NN
8234 * configure: Revert accidentally applied changes.
8235
f03b4789
NN
8236 * Makefile.tpl: Make more autoconf-friendly.
8237 * Makefile.in: Regenerate.
8238 * configure: Make substitution more autoconf-like.
8239
82402002-09-28 Richard Earnshaw <rearnsha@arm.com>
8241
8242 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8243 single entry to handle all these.
8244 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8245 libjava on arm-*-elf.
8246
c0292023
GK
82472002-09-27 Geoffrey Keating <geoffk@apple.com>
8248
8249 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8250 things that depend on them.
8251
c66d951e
NN
82522002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8253
8254 * Makefile.tpl: Make subsituted variables more autoconfy.
8255 * Makefile.in: Regenerate.
8256 * configure: Make seds more autoconfy.
8257
907a7241 82582002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8259
8260 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8261 * Makefile.in: Regenerate.
8262 * configure.in: Rewrite sed statements to look autoconfy.
8263
907a7241
NN
8264 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8265 all-target-foo on configure-target-foo.
8266 * Makefile.def: Ditto.
8267 * Makefile.in: Rebuild.
8268
405ea7a0
NN
82692002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8270
8271 * Makefile.def: New file.
8272 * Makefile.tpl: New file.
8273 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8274
8275 * configure.in: Minor rearrangement. Simplify tests.
8276
bdc57bfd
JT
82772002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8278
8279 * configure.in (with_headers): Skip copy if value is "yes".
8280 (with_libs): Likewise.
8281
ae03d6e2
NN
82822002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8283
8284 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8285 * configure.in (sh*-*-pe*): Ditto.
8286 * configure.in (mips*-*-pe*): Ditto.
8287 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8288
8289 * configure.in: Rearrange.
8290
707960fe
NC
82912002-09-12 Nick Clifton <nickc@redhat.com>
8292
8293 * Import these changes from the config master repository:
8294
8295 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8296
8297 * config.sub: Add tic4x target.
8298
8299 2002-09-03 Ben Elliston <bje@redhat.com>
8300
8301 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8302 Reported by <Duncan_Stodart@insession.com>.
8303
36ea319f
JJ
83042002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8305
8306 * COPYING.NEWLIB: More updates.
8307
cf57480a
JJ
83082002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8309
8310 * COPYING.NEWLIB: Update.
8311
fd31a171
AC
83122002-08-23 Andrew Cagney <ac131313@redhat.com>
8313
23b632fc
AC
8314 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8315
fd31a171
AC
8316 * config.guess: Import version 2002-08-23.
8317 * config.sub: Import version 2002-08-22.
8318
a08bafb5
AO
83192002-08-20 Alexandre Oliva <aoliva@redhat.com>
8320
8321 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8322 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8323 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8324
17240c1f
NC
83252002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8326
8327 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8328
e70ad0c6
L
83292002-08-04 H.J. Lu (hjl@gnu.org)
8330
8331 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8332
574e6d11
DD
83332002-07-31 Alan Modra <amodra@bigpond.net.au>
8334
8335 * configure.in: Move generic linux case to end. Copy generic
8336 linux noconfigdirs to mips*-*-linux* entry and new
8337 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8338
611e7523
CD
83392002-07-19 Chris Demetriou <cgd@broadcom.com>
8340
8341 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8342 one instance of them which was missed to the list to update.
8343
51759676
CD
83442002-07-16 Chris Demetriou <cgd@broadcom.com>
8345
8346 * config.guess: Update to 2002-07-09 version.
8347 * config.sub: Update to 2002-07-03 version.
8348
7c1f909c
DD
83492002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8350
8351 * configure.in: Remove two redundant tests.
8352
d7cf5d30
DD
83532002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8354
8355 * configure.in (mips*-*-irix6*o32): Enable stabs.
8356
c74222f7
DD
83572002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8358
5b53c336
DD
8359 * configure.in: Don't build grez.
8360 * Makefile.in: Ditto.
8361
c74222f7
DD
8362 * Makefile.in: Remove references to bsp, cygmon, libstub.
8363 * configure.in: Ditto.
8364
8365 * configure.in: Remove leftover reference to gdbtest.
8366
edd1b227
DD
83672002-07-08 Phil Edwards <pme@gcc.gnu.org>
8368
8369 * configure.in (gxx_include_dir): Change to match versioned
8370 C++ headers if --enable-version-specific-runtime-libs is used.
8371
486186e3
AO
83722002-07-04 Steve Ellcey <sje@cup.hp.com>
8373
8374 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8375
ff0a3bf8
DD
83762002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8377
8378 * configure.in: Make --without-x work.
8379
1dfa8174
NC
83802002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8381
8382 * contrib: New directory. Created to contain a copy of the
5481b376 8383 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8384 the FSF GCC sources.
8385
07637366
DD
83862002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8387
b6f83f2a
DD
8388 * configure.in: Rearrange target Makefile fragment collection.
8389
07637366
DD
8390 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8391 cvs[src].
8392 * configure.in: Ditto.
8393
f48556b1
DD
83942002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8395
8396 * Makefile.in: Eliminate 'apache' targets.
8397 * configure.in: Eliminate 'apache' targets.
8398
8399 * configure.in: Eliminate redundant tests. Reorganize.
8400
8401 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8402
8403 * config-ml.in: Eliminate references to Cygnus configure.
8404
8405 * Makefile.in: Eliminate references to building emacs.
8406
84072002-07-01 Denis Chertykov <denisc@overta.ru>
8408
8409 * configure.in: Add support for ip2k.
8410
cdb9e2b8
BE
84112002-06-24 Ben Elliston <bje@redhat.com>
8412
8413 * configure.in (host_tools): Remove cgen.
8414
8415 * Makefile.in (all-cgen): Remove; runs from its source directory.
8416 (check-cgen, install-cgen, clean-cgen): Likewise.
8417 (all-opcodes): No not depend on all-cgen.
8418 (all-sim): Likewise.
8419
3558860c
DD
84202002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8421
8422 * configure.in: Fix AIX configury bug.
8423
e3b0c936
DD
84242002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8425
cdb9e2b8 8426 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8427
cdb9e2b8
BE
8428 * configure.in: Move definition of libstdcxx_flags right above
8429 usage, rather than way earlier.
8ee424c0 8430
c712250a
DD
8431 * configure.in: Pull definition of is_cross_compiler earlier.
8432
9ee1a75c
DD
8433 * configure.in: Rearrange a little.
8434
e3b0c936
DD
8435 * configure.in: Remove references to librx.
8436 * Makefile.in: Remove references to librx.
8437
b2bd228e
DD
84382002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8439
8440 * configure.in: Eliminate ${gasdir} variable.
8441
7cd52483
DB
84422002-06-18 Dave Brolley <brolley@redhat.com>
8443
8444 * configure.in: Add support for frv.
8445 * config.sub: Add support for frv.
8446
6c5e141a
DD
84472002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8448
8449 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8450
0d18b56d
JT
84512002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8452
8453 * configure.in (vax-*-netbsd*): Re-enable gas.
8454
fd8958d5
DD
84552002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8456
27f15fdd
DD
8457 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8458 BUILD_PREFIX_1, to correct nomenclature.
8459 * configure: Likewise.
8460
fd8958d5
DD
8461 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8462 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8463
0c2442b7
DD
84642002-05-31 Olaf Hering <olh@suse.de>
8465
8466 * config-ml.in: Propogate DESTDIR also.
8467
a3602181
JT
84682002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8469
8470 * configure.in (vax-*-netbsd*): Don't build gas for this
8471 platform.
8472
c95f53ae
MM
84732002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8474
8475 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8476 and libgcj for AVR.
8477
1d7c1053
NC
84782002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8479
8480 * config.sub: Add DLX target.
8481
4b37028f
JT
84822002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8483
8484 * config.guess: Update to 2002-05-22 version.
8485 * config.sub: Likewise.
8486
d5de0a84
NC
84872002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8488
8489 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8490 * config-ml.in: Likewise.
8491 * configure: Likewise.
8492 * configure.in: Likewise.
8493
c92a0210
DD
84942002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8495
115a77aa
DD
8496 * configure.in: Simplify makefile fragment collection.
8497
8498 * configure.in: Remove code to build emacs.
e99daf2b 8499
91e060aa
DD
8500 * configure.in : Remove --srcdir argument from targargs and buildargs
8501 (it's always overridden in the Makefile anyway). Rearrange a bit.
8502
8503 * configure: Move some logic to configure.in.
8504 * configure.in: Move some logic from configure.
c92a0210 8505
91217342
JJ
85062002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8507
8508 * COPYING.LIBGLOSS: New file.
8509
d3d8a9ee
NC
85102002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8511
8512 * Makefile.in: Honour DESTDIR.
8513
3a036cdc
AO
85142002-05-05 Alexandre Oliva <aoliva@redhat.com>
8515
8516 * configure.in (noconfigdirs): Don't disable libgcj on
8517 sparc64-*-solaris* and sparcv9-*-solaris*.
8518
6d095fe4
AO
85192002-05-03 Alexandre Oliva <aoliva@redhat.com>
8520
8521 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8522
dac55df9
TF
85232002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8524
8525 * configure.in (FLAGS_FOR_TARGET): Do not add
8526 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8527 on i[3456]86-*-linux*.
8528
a018e15b
TF
85292002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8530
8531 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8532
8533 * configure.in (noconfigdirs): Do not add target-newlib if
8534 target == i[3456]86-*-linux*, and host == target.
8535
5f284831
MM
85362002-04-29 Mark Mitchell <mark@codesourcery.com>
8537
8538 * config.guess: Updated to 2002-04-26's version.
8539 * config.sub: Updated to 2002-04-26's version.
8540
33babf59
DD
85412002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8542
bd5f7da2
DD
8543 * configure.in: delete reference to absent file
8544
a0c4f3a0
DD
8545 * configure.in: replace '[' with 'test'
8546
66f1ba4f
DD
8547 * configure.in: Eliminate references to gash.
8548 * Makefile.in: Eliminate references to gash.
8549
7c3ab50c
DD
8550 * configure.in: remove useless references to 'pic' makefile fragments.
8551
bbc025f5
DD
8552 * configure.in: (*-*-windows*) Finish removing.
8553
33babf59
DD
8554 * configure.in: Eliminate redundant test for libgui.
8555
d5ec694c
DD
85562002-04-26 Joel Sherrill <joel@OARcorp.com>
8557
8558 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8559 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8560
57a5346c
DD
85612002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8562
8563 * configure.in: remove references to dead files
8564
dbf93899
DD
85652002-04-18 Tom Tromey <tromey@redhat.com>
8566
8567 * configure.in: Disallow configuring libgcj when it is already
8568 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8569 Solaris 2.8 by default. For PR libgcj/6158.
8570
26eadf68
DD
85712002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8572
8573 * configure.in: Move default CC setting out of config/mh-* fragments
8574 directly into here.
8575
a0a2c6c6
DD
85762002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8577
8578 * configure.in: don't even try to configure or make a subdirectory
8579 if there's no configure script for it.
8580
9972f812
DD
85812002-04-15 Mark Mitchell <mark@codesourcery.com>
8582
8583 * MAINTAINERS: Remove chill maintainers.
8584 * Makefile.in (CHILLFLAGS): Remove.
8585 (CHILL_LIB): Remove.
8586 (TARGET_CONFIGDIRS): Remove libchill.
8587 (CHILL_FOR_TARGET): Remove.
8588 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8589 CHILL_LIB.
8590 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8591 (CHECK_TARGET_MODULES): Likewise.
8592 (INSTALL_TARGET_MODULES): Likewise.
8593 (CLEAN_TARGET_MODULES): Likewise.
8594 (configure-target-libchill): Remove.
8595 (all-target-libchill): Remove.
8596 * configure.in (target_libs): Remove target-libchill.
8597 Do not compute CHILL_FOR_TARGET.
8598 * libchill: Remove directory.
5481b376 8599
75205f78
DD
86002002-04-15 DJ Delorie <dj@redhat.com>
8601
8602 * Makefile.in, configure.in, configure: Sync with gcc, entries
8603 follow...
8604
86052002-04-08 Tom Tromey <tromey@redhat.com>
8606
8607 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8608 Fixes PR libgcj/6068.
8609
86102002-03-30 Krister Walfridsson <cato@df.lth.se>
8611
8612 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8613
86142002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8615
8616 * configure.in (alpha*-dec-osf*): Enable libgcj.
8617
86182002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8619
8620 Fix for: PR bootstrap/3591, target/5676
8621 * configure.in (mcore-pe): Disable the configuration of
8622 libstdc++-v3 since exceptions are not supported.
8623
86242002-03-20 Anthony Green <green@redhat.com>
8625
8626 * configure.in: Enable libgcj for xscale-elf target.
8627
86282002-02-28 Alexandre Oliva <aoliva@redhat.com>
8629
8630 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8631 libjava.
8632 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8633
86342002-02-22 Alexandre Oliva <aoliva@redhat.com>
8635
8636 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8637 libstdc++-v3 and libjava.
8638
86392002-02-11 Adam Megacz <adam@xwt.org>
8640
8641 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8642 boehm-gc
8643
86442002-02-09 Alexandre Oliva <aoliva@redhat.com>
8645
8646 * config.guess: Updated to 2002-01-30's version.
8647 * config.sub: Updated to 2002-02-01's version.
8648 Contribute sh64-elf.
8649 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8650 * configure.in: Added sh64-*-*.
8651
86522002-01-17 H.J. Lu <hjl@gnu.org>
8653
8654 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8655 (all-target-fastjar): Also depend on all-target-libiberty.
8656
8657Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8658
8659 * configure, configure.in: Use temp file for long sed commands.
8660
86612001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8662
8663 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8664 libf2c.
8665
86662001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8667
8668 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8669
86702001-10-11 Hans-Peter Nilsson <hp@axis.com>
8671
8672 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8673
86742001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8675
8676 * configure: Handle temporary files securely using mkdir.
8677
86782001-09-26 Will Cohen <wcohen@redhat.com>
8679
8680 * configure.in (*-*-linux*): Disable configuration of target-newlib
8681 and target-libgloss.
8682
86832001-09-26 Alexandre Oliva <aoliva@redhat.com>
8684
8685 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8686 RANLIB.
8687
86882001-08-11 Graham Stott <grahams@redhat.com>
8689
8690 * Makefile.in (check-c++): Add missing semicolon.
8691
86922001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8693
8694 * configure.in (sh-*-linux*): New.
8695
86962001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8697
8698 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8699 and libgcj on m68hc11/m68hc12.
8700
87012001-06-27 H.J. Lu (hjl@gnu.org)
8702
8703 * Makefile (CFLAGS_FOR_BUILD): New.
8704 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8705
87062001-06-01 Hans-Peter Nilsson <hp@axis.com>
8707
8708 * configure.in (libstdcxx_flags): Do not try to execute
8709 libstdc++-v3/testsuite_flags until it exists.
8710
87112001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8712
8713 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8714
87152001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8716
8717 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8718
8719Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8720
8721 * configure.in: Move *-chorusos target case to the proper switch.
8722 Disable libgcj.
8723
87242001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8725
8726 * Makefile.in (STAGE1_CFLAGS): Pass down.
8727
87282001-04-13 Alan Modra <amodra@one.net.au>
8729
8730 * config.guess: Add hppa64-linux support. Note for next import that
8731 this is already in the master file.
8732 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8733
87342001-03-22 Colin Howell <chowell@redhat.com>
8735
8736 * Makefile.in (DO_X): Do not backslash single-quotes in
8737 backquotes (two places).
8738
87392001-03-18 Laurynas Biveinis <lauras@softhome.net>
8740
8741 * Makefile.in (DO_X): Quote nested quotes.
8742
87432001-03-15 Laurynas Biveinis <lauras@softhome.net>
8744
8745 * Makefile.in (DO_X): Use double quotes for quoting
8746 "RANLIB=$${RANLIB}".
8747
87482001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8749
8750 * configure.in: Only use `lang_requires' for languages athat are
8751 actually enabled.
8752
87532001-03-07 Tom Tromey <tromey@redhat.com>
8754
8755 * configure.in: Allow config-lang.in to set `lang_requires' to list
8756 of other required languages.
8757
87582001-03-06 Laurynas Biveinis <lauras@softhome.net>
8759
8760 * Makefile.in: Remove RANLIB definition. Use RANLIB
8761 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8762 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8763
87642001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8765 Alexandre Oliva <aoliva@redhat.com>
8766
8767 * Makefile.in (check-c++): Use tabs, not spaces.
8768
87692001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8770
8771 * Makefile.in (check-c++): New rule.
8772
8773 * configure.in (target_libs): Remove libg++.
8774 (noconfigdirs): Remove libg++.
8775 (noconfigdirs): Same.
8776 (noconfigdirs): Same.
8777 (noconfigdirs): Same.
8778
8779 * config-ml.in: Remove libg++ references.
8780
8781 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8782 (ALL_TARGET_MODULES): Same.
8783 (configure-target-libg++): Remove.
8784 (all-target-libg++): Remove.
8785 (configure-target-libio): Remove.
8786 (all-target-libio): Remove.
8787 (check-target-libio): Remove.
8788 (.PHONY): Remove.
8789 (libg++.tar.bz2): Remove.
8790 (all-target-cygmon): Remove libio.
8791 (all-target-libstdc++): Remove.
8792 (configure-target-libstdc++): Remove.
8793 (TARGET_LIB_PATH): Remove libstdc++.
8794 (ALL_GCC_CXX): Remove libstdc++.
8795 (all-target-gperf): Correct.
8796
87972001-02-15 Anthony Green <green@redhat.com>
8798
8799 * configure: Introduce GCJ_FOR_TARGET.
8800 * configure.in: Ditto.
8801 * Makefile.in: Ditto.
8802
88032001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8804
8805 * configure.in: for *-chorusos, don't config target-newlib and
8806 target-libgloss.
8807
88082001-02-04 Mark Mitchell <mark@codesourcery.com>
8809
8810 Remove V2 C++ library.
8811 * configure.in: Remove --enable-libstdcxx_v3 support.
8812
88132001-01-27 Richard Henderson <rth@redhat.com>
8814
8815 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8816
88172001-01-26 Tom Tromey <tromey@redhat.com>
8818
8819 * configure.in: Allow libgcj to be built on Sparc Solaris.
8820
88212001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8822
8823 * configure.in: Enable libgcj on several additional platforms.
8824
88252001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8826
8827 * configure.in: Enable libgcj for linux targets.
8828
88292001-01-09 Mike Stump <mrs@wrs.com>
8830
8831 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8832 failures of subdirectories.
8833
88342001-01-02 Laurynas Biveinis <lauras@softhome.net>
8835
8836 * configure: handle DOS-style absolute paths.
8837
88382001-01-02 Laurynas Biveinis <lauras@softhome.net>
8839
8840 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8841
88422000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8843
8844 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8845 (libstdcxx_incdir): Pass down.
8846 * config.if: Remove expired bits for cxx_interface, add stub.
8847 (libstdcxx_incdir): Add variable for g++ include directory.
8848 * configure.in (gxx_include_dir): Use it.
8849
88502000-12-15 Andreas Jaeger <aj@suse.de>
8851
8852 * configure.in: Handle lang_dirs.
8853
88542000-12-13 Anthony Green <green@redhat.com>
8855
8856 * configure.in: Disable libgcj for any target not specifically
8857 listed. Disable libgcj for x86 and Alpha Linux until compatible
8858 with g++ abi.
8859
88602000-12-13 Mike Stump <mrs@wrs.com>
8861
8862 * Makefile.in (local-distclean): Also remove fastjar.
8863
88642000-12-10 Anthony Green <green@redhat.com>
8865
8866 * configure.in: Define libgcj. Disable libgcj target libraries for
8867 most targets.
8868
88692000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8870
8871 * configure.in (target_libs): Revert 2000-12-08 patch.
8872 (noconfigdirs): Added target-libjava.
8873
88742000-12-09 Laurynas Biveinis <lauras@softhome.net>
8875
8876 * Makefile.in: handle DOS-style absolute paths.
8877
88782000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8879
8880 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8881 libjava.
8882 * configure.in (target_libs): Removed `target-libjava'.
8883
88842000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8885
8886 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8887 (ALL_MODULES): Added fastjar.
8888 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8889 (all-target-libjava): all-fastjar replaces all-zip.
8890 (all-fastjar): Added.
8891 (configure-target-fastjar, all-target-fastjar): Likewise.
8892 * configure.in (host_tools): Added fastjar.
8893
88942000-12-07 Mike Stump <mrs@wrs.com>
8895
8896 * Makefile.in (local-distclean): Remove leftover built files.
8897
88982000-11-16 Fred Fish <fnf@be.com>
8899
8900 * configure.in (enable_libstdcxx_v3): Fix typo,
8901 libstd++ -> libstdc++.
8902
89032000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8904
8905 * configure: Provide the original toplevel configure arguments
8906 (including $0) to subprocesses in the environment rather than
8907 through gcc/configargs.h.
8908
89092000-11-12 Mark Mitchell <mark@codesourcery.com>
8910
8911 * configure: Turn on libstdc++ V3 by default.
8912
89132000-10-16 Michael Meissner <meissner@redhat.com>
8914
8915 * configure (gcc/configargs.h): Only create if there is a build GCC
8916 directory created.
8917
89182000-10-05 Phil Edwards <pme@gcc.gnu.org>
8919
8920 * configure: Save configure arguments to gcc/configargs.h.
8921
89222000-10-04 Andris Pavenis <pavenis@latnet.lv>
8923
8924 * Makefile.in (bootstrap): avoid recursion if subdir missing
8925 (cross): ditto
8926 (do-proto-toplev): ditto
8927
8928Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8929
8930 * configure.in: Do not build byacc for hppa64. Provide paths to the
8931 X11 libraries for hppa64.
8932
89332000-09-02 Anthony Green <green@cygnus.com>
8934
8935 * Makefile.in (all-gcc): Depend on all-zlib.
8936 (CLEAN_MODULES): Add clean-zlib.
8937 (ALL_MODULES): Add all-zlib.
8938 * configure.in (host_libs): Add zlib.
8939
89402000-08-25 Alexandre Oliva <aoliva@redhat.com>
8941
8942 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8943 $targargs to tell whether newlib is going to be built.
8944
8945 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8946 $$r/TARGET_SUBDIR/libio for _G_config.h.
8947
89482000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8949
8950 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8951
8952 * configure: Make enable_threads and enable_shared defaults
8953 explicit. Substitute enable_threads into generated Makefiles.
8954 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8955 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8956
89572000-08-02 Manfred Hollstein <manfredh@redhat.com>
8958
8959 * configure.in: Re-enable all references to libg++ and librx.
8960
ffb97b2f 89612002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8962
ffb97b2f
DD
8963 * configure.in: Add *-*-freebsd* configurations.
8964
bbf6e9e3
AC
89652002-04-07 Andrew Cagney <ac131313@redhat.com>
8966
8967 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8968 (do-tar, do-bz2): New rules.
8969 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8970 (gdb-tar): New rule.
8971 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8972 (insight_dejagnu.tar): New rule.
8973 (insight.tar): New rule.
8974 (gdb+dejagnu.tar): New rule.
8975 (gdb.tar): New rule.
8976
8f1579c0
AC
89772002-04-07 Andrew Cagney <ac131313@redhat.com>
8978
8979 * MAINTAINERS: Update dejagnu/
8980
ba3c59ab
AO
89812002-03-16 Alexandre Oliva <aoliva@redhat.com>
8982
8983 * ltmain.sh (relink_command): Fix typo in previous change.
8984
6243d5dd
AO
89852002-03-15 Alexandre Oliva <aoliva@redhat.com>
8986
8987 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8988 (relink_command): Added --tag flags.
8989 (mode=install): If relinking fails; error out.
8990
80413487
RH
89912002-03-12 Richard Henderson <rth@redhat.com>
8992
8993 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8994 .NOTPARALLEL tag.
8995 (do-check): Rename from check.
8996 (check): Allow parallel check.
8997
3daeddf6
RH
89982002-03-11 Richard Henderson <rth@redhat.com>
8999
9000 * Makefile.in (.NOTPARALLEL): Add fake tag.
9001
fad93c55
L
90022002-03-07 H.J. Lu (hjl@gnu.org)
9003
9004 * configure.in: Enable gprof for mips*-*-linux*.
9005
2e8357fc
AO
90062002-02-28 Alexandre Oliva <aoliva@redhat.com>
9007
9008 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9009 libjava.
9010 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
9011
bd48e1a9
AC
90122002-02-24 Andrew Cagney <ac131313@redhat.com>
9013
9014 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
9015
39121370
DJ
90162002-02-23 Daniel Jacobowitz <drow@mvista.com>
9017
9018 * config.guess: Import from master sources, rev 1.232.
9019 * config.sub: Import from master sources, rev 1.246.
9020
081ff160
AO
90212002-02-23 Alexandre Oliva <aoliva@redhat.com>
9022
9023 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9024 because its Makefile is there; test for the executable instead.
9025
20a5393b
AO
90262002-02-09 Alexandre Oliva <aoliva@redhat.com>
9027
9028 Contribute sh64-elf.
9029 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9030 * configure.in: Added sh64-*-*.
9031
38135629
JJ
90322002-02-04 Jeff Johnston <jjohnstn@redhat.com>
9033
80413487
RH
9034 * COPYING.NEWLIB: Remove advertising clause from
9035 Berkeley and Red Hat licenses.
38135629 9036
48d19748
MD
90372002-02-01 Mo DeJong <supermo@bayarea.net>
9038
9039 * Makefile.in: Add all-tix to deps for all-snavigator
9040 so that tix is built when building snavigator.
9041
f6e1c110
BE
90422002-02-01 Ben Elliston <bje@redhat.com>
9043
9044 * config.guess: Import from master sources, rev 1.229.
9045 * config.sub: Import from master sources, rev 1.240.
9046
4867be41
DJ
90472002-01-27 Daniel Jacobowitz <drow@mvista.com>
9048
9049 From Steve Ellcey <sje@cup.hp.com>:
9050 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9051 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9052 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9053 IA64.
9054 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9055 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9056 soname_spec, sys_lib_search_path_spec): Ditto.
9057
e82380cc
JT
90582002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9059
9060 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9061 target-libiberty, and target-libgloss. Skip Java-related
9062 libraries if not supported for NetBSD on target CPU.
9063
1319fb9c
NC
90642002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
9065
9066 * configure.in: Import StrongARM and XScale target_configdirs from
9067 FSF GCC version.
9068
b020f6ac
L
90692002-01-16 H.J. Lu (hjl@gnu.org)
9070
9071 * config.guess: Import from master sources, rev 1.225.
9072 * config.sub: Import from master sources, rev 1.238.
9073
9074 * MAINTAINERS: Updated notes on config.guess and config.sub.
9075
a0c1c920
NC
90762002-01-11 Steve Ellcey <sje@cup.hp.com>
9077
9078 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9079 ld and gdb are not supported.
9080
a9fa5e1f
JJ
90812002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9082
9083 * Change reference to Cygnus Solutions to be Red Hat.
9084
94077108
JJ
90852002-01-07 Jeff Johnston <jjohnstn@redhat.com>
9086
9087 * COPYING.NEWLIB: Update generic copyright date.
9088
05ecd75c
MS
90892002-01-07 Mark Salter <msalter@redhat.com>
9090
9091 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9092 Allow target-libgloss to be built for arm, strongarm, and xscale.
9093
a106bb62
BE
90942002-01-03 Ben Elliston <bje@redhat.com>
9095
9096 * MAINTAINERS: Update URL for config.* scripts.
9097
0e254642
AM
90982001-12-18 Alan Modra <amodra@bigpond.net.au>
9099
9100 * config.sub: Import latest version.
9101 * config.guess: Likewise.
9102
0a0d0041
TF
91032001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9104
9105 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9106 options for i[3456]86-pc-linux* native builds.
9107
d932cae7
NC
91082001-12-05 Laurent Guerby <guerby@acm.org>
9109
9110 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 9111 libiberty.
d932cae7
NC
9112
9113 Import this patch from gcc:
5481b376 9114
d932cae7
NC
9115 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9116
9117 * symlink-tree: handle DOS-style absolute paths.
9118
49b7683b
DD
91192001-11-28 DJ Delorie <dj@redhat.com>
9120 Zack Weinberg <zack@codesourcery.com>
9121
9122 When build != host, create libiberty for the build machine.
9123
9124 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9125 CONFIG_ARGUMENTS.
9126 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9127 New variables.
9128 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9129 and rules.
9130 (all.normal): Depend on ALL_BUILD_MODULES.
9131 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9132 (all-build-libiberty): Depend on configure-build-libiberty.
9133
9134 * configure: Calculate and substitute proper value for
9135 ALL_BUILD_MODULES.
9136 * configure.in: Create the build subdirectory.
9137 Calculate and substitute TARGET_CONFIGARGS (formerly
9138 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9139
26ef82f4
GK
91402001-11-26 Geoffrey Keating <geoffk@redhat.com>
9141
9142 * config.sub: Update to version 1.232 on subversion.
9143
43e64072
NC
91442001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9145
9146 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9147 files from .po files for a distribution.
9148
66f6c0d5
HPN
91492001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9150
9151 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9152
4a02fdb2
JH
91532001-11-13 Jeff Holcomb <jeffh@redhat.com>
9154
9155 Merged from net gcc:
9156 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9157 * ltcf-c.sh: Use $objext, not $ac_objext.
9158 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9159 * ltcf-cxx.sh: Add support for GNU.
9160 2001-07-22 Timothy Wall <twall@redhat.com>
9161 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9162 default settings if using GNU tools with that configuration.
9163 * ltcf-cxx.sh: Ditto.
9164 * ltcf-gcj.sh: Ditto.
9165 2001-07-21 Michael Chastain <chastain@redhat.com>
9166 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9167 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9168 * ltmain.sh: Mark as gcc-local.
9169
227b9953
JH
91702001-11-13 Jeff Holcomb <jeffh@redhat.com>
9171
9172 * Makefile.in (all-bison): Revert 2001-10-24.
9173 Don't depend on texinfo.
9174
cbbab8fb
JJ
91752001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9176
80413487 9177 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 9178
922b2485
DD
91792001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9180
9181 * configure.in (--enable-languages): Be more permissive about
9182 syntax. Check for empty lists better. Warn about $LANGUAGES.
9183
f08fa01d
HPN
91842001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9185
9186 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9187
fee3da4e
JH
91882001-10-24 Jeff Holcomb <jeffh@redhat.com>
9189
9190 Makefile.in (all-bison): Don't depend on texinfo.
9191
73fb1ef9
AM
91922001-10-03 Alan Modra <amodra@bigpond.net.au>
9193
9194 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9195
373688ac
AO
91962001-09-29 Alexandre Oliva <aoliva@redhat.com>
9197
9198 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9199
9c07660b
HPN
92002001-09-28 Hans-Peter Nilsson <hp@axis.com>
9201
9202 * config.sub, config.guess: Import latest from subversions.
9203
3f152009
AO
92042001-09-21 Alexandre Oliva <aoliva@redhat.com>
9205
9206 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9207 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9208 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9209 avoid quotes nesting problems.
9210 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9211 (DO_X): Export only variables that are set.
9212
8f6a59e5
BE
92132001-09-19 Ben Elliston <bje@redhat.com>
9214
9215 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9216 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9217 semantics. Use the shell built-in "type" command instead.
9218
a1ec19fa
TS
92192001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9220
9221 * config.sub: Reverted the earlier change, this version is not the
9222 master file.
9223
4008bd9b
TS
92242001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9225
9226 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9227 Add support for mips64.
9228
dd1e52a4
JH
92292001-09-03 Jeff Holcomb <jeffh@redhat.com>
9230
9231 * configure.in: Enable libstdc++-v3 for h8300 targets.
9232
91549d1c
EC
92332001-08-30 Eric Christopher <echristo@redhat.com>
9234 Jason Eckhardt <jle@redhat.com>
9235
9236 * config.sub: Add support for mipsisa32.
9237
cf966cf9
EC
92382001-08-30 Eric Christopher <echristo@redhat.com>
9239
9240 * config.sub, config.guess: Import latest from subversions.
9241
82208dc5
AM
92422001-08-20 Alan Modra <amodra@bigpond.net.au>
9243
9244 * config.sub, config.guess: Import latest from subversions.
9245
4dca8403
DD
92462001-07-26 DJ Delorie <dj@redhat.com>
9247
9248 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9249
1107dce2
AM
92502001-06-19 Alan Modra <amodra@bigpond.net.au>
9251
9252 * Makefile.in: Revert 2001-06-17.
9253 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9254
e09a6604
L
92552001-06-17 H.J. Lu <hjl@gnu.org>
9256
9257 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9258 (gas+binutils.tar.bz2): Likewise.
9259 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9260
31a8b634
AC
9261Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9262
9263 * Makefile.in (VER): When present, extract the version number from
5481b376 9264 the file version.in.
31a8b634 9265
dc70af01
AO
92662001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9267
9268 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9269 gcc/xgcc is built, use -print-prog-name to find out the program
9270 name to use.
9271
839bbd8c
AO
92722001-06-04 Mark Mitchell <mark@codesourcery.com>
9273
9274 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9275 with_gcc]: Use `gcc -shared' to build a shared library.
9276
566e9a30
AO
92772001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9278
9279 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9280 archives.
9281
e877bb69
AO
92822001-05-28 Simon Patarin <simon.patarin@inria.fr>
9283
9284 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9285 libraries when using g++ with native linker.
9286
1605288b
AO
92872001-05-28 Alexandre Oliva <aoliva@redhat.com>
9288
9289 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9290
11a383ba
TR
92912001-05-24 Tom Rix <trix@redhat.com>
9292
9293 * configure.in : enable ld for aix
cf966cf9 9294
18611226
AO
92952001-05-22 Alexandre Oliva <aoliva@redhat.com>
9296
9297 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9298 [aix4*|aix5*]: Prepend blank.
9299
6be7c12c
AO
93002001-05-20 Alexandre Oliva <aoliva@redhat.com>
9301
9302 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9303 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9304 of subdir/configure scripts to use the new libtool.m4.
9305
4ed00bba
L
93062001-05-14 H.J. Lu <hjl@gnu.org>
9307
9308 * config.if (libc_interface): Set to -libc6.2- for cross
9309 compiling to Linux/glibc 2.2.
9310
b1af961c
AO
93112001-05-03 Alexandre Oliva <aoliva@redhat.com>
9312
9313 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9314 libgcj.
9315
5ec3e74e
AO
93162001-04-26 Alexandre Oliva <aoliva@redhat.com>
9317
9318 * configure.in (noconfigdirs): Don't reset it from scratch in the
9319 target case; only append to it.
9320
b3ed1d6b
AO
93212001-04-26 Alexandre Oliva <aoliva@redhat.com>
9322
9323 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9324 sparc-*-solaris2.8]: Disable ${libgcj}.
9325
96111c10
AO
93262001-04-25 Alexandre Oliva <aoliva@redhat.com>
9327
9328 * configure.in (libgcj_saved): Copy from $libgcj.
9329 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9330 --disable-libgcj.
9331
b5bf43f2
AO
93322001-04-20 Alexandre Oliva <aoliva@redhat.com>
9333
9334 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9335 1.641.2.228.
9336
8cc32590
AO
93372001-04-12 Alexandre Oliva <aoliva@redhat.com>
9338
9339 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9340 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9341
dec0cb0c
AO
93422001-04-01 Alexandre Oliva <aoliva@redhat.com>
9343
9344 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9345 New macros.
9346 (bootstrap, cross): Use RECURSE_FLAGS.
9347 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9348
6a9c3886
AO
93492001-03-27 Alexandre Oliva <aoliva@redhat.com>
9350
9351 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9352
d4fc7db8
NC
93532001-03-23 Nick Clifton <nickc@redhat.com>
9354
9355 * README-maintainer-mode: Add note about inability to use "make
9356 distclean" in maintainer mode.
9357
7389ff65
AO
93582001-03-22 Alexandre Oliva <aoliva@redhat.com>
9359
9360 Re-installed:
9361 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9362 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9363 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9364 * ltcf-cxx.sh: Likewise.
9365 * ltcf-gcj.sh: Likewise.
9366
b3e0dc8e
PB
93672001-03-22 Philip Blundell <philb@gnu.org>
9368
9369 * config.sub, config.guess: Import latest from subversions.
9370
469b781c
AO
93712001-03-22 Alexandre Oliva <aoliva@redhat.com>
9372
9373 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9374 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9375
b0dad762
MC
93762001-03-20 Michael Chastain <chastain@redhat.com>
9377
9378 * Makefile.in: all-m4 depends on all-texinfo.
9379
c559bb17
AO
93802001-03-08 Alexandre Oliva <aoliva@redhat.com>
9381
9382 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9383
fef4ae2e
JJ
93842001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9385
9386 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9387 longer valid.
9388
8d6dd99d
NC
93892001-02-16 Nick Clifton <nickc@redhat.com>
9390
9391 * configure.in (noconfigdirs): Allow configuration of texinfo
9392 for Cygwin hosts.
9393
a85d7ed0
NC
93942001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9395
9396 * config.guess: Add linux target for S/390.
9397 * config.sub: Likewise.
9398 * configure.in: Likewise.
9399
51221c5e
DD
94002001-02-06 Ben Elliston <bje@redhat.com>
9401
9402 * configure: Output host type to stdout, not stderr.
9403
9dec4c71
MS
94042001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9405
9406 * config.guess: Import from subversions.gnu.org (revision 1.181).
9407 * config.sub: Import from subversions.gnu.org (revision 1.199).
9408
9add9c04
AM
94092001-01-30 Alan Modra <alan@linuxcare.com.au>
9410
9411 * config.guess: Handle hppa64-linux systems.
9412
8679174d
MS
94132001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9414
9415 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9416 Don't unset, it's non-portable and no longer necessary, set to empty
9417 instead.
9418
02d01ed4
MS
94192001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9420
9421 * ltconfig: Shell portability fix for the tagname validity check.
9422
4cc5853d
MS
94232001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9424
9425 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9426
7487e485
AO
94272001-01-27 Alexandre Oliva <aoliva@redhat.com>
9428
9429 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9430 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9431
f332af52
AO
94322001-01-24 Alexandre Oliva <aoliva@redhat.com>
9433
9434 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9435 keep at least one of build_libtool_libs or build_old_libs set to
9436 yes.
9437
ef099754
AO
94382001-01-24 Alexandre Oliva <aoliva@redhat.com>
9439
9440 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9441 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9442
8341f2fc 94432000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9444
8341f2fc
AJ
9445 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9446
94472000-11-03 Philip Blundell <pb@futuretv.com>
9448
9449 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9450 files.
ebf0fa2e 9451
c320a39f
JJ
94522001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9453
9454 * COPYING.NEWLIB: Put into source repository.
9455
8817b92e
BE
94562001-01-15 Ben Elliston <bje@redhat.com>
9457
9458 * configure.in (host_tools): Add sid.
9459 Always configure cgen.
9460 * Makefile.in (all-sid): New target.
9461 (check-sid, clean-sid, install-sid): Likewise.
9462
35590697
AJ
94632001-01-07 Andreas Jaeger <aj@suse.de>
9464
80413487 9465 * config.sub, config.guess: Update from subversions.
35590697 9466
6ee6cea6
AO
94672000-12-12 Alexandre Oliva <aoliva@redhat.com>
9468
9469 * configure.in: Disable language-specific target libraries for
9470 languages that aren't enabled.
9471
077b8428
NC
94722000-11-24 Nick Clifton <nickc@redhat.com>
9473
9474 * configure.in (xscale-elf): Add target.
9475 (xscale-coff): Add target.
9476 (c4x, c5x, tic54x): Move after ARM targets.
9477
9e28a1ed
AO
94782000-11-23 Alexandre Oliva <aoliva@redhat.com>
9479
9480 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9481
be98a80a
ILT
94822000-11-20 Ian Lance Taylor <ian@zembu.com>
9483
9484 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9485
5cec67bf
AO
94862000-11-18 Alexandre Oliva <aoliva@redhat.com>
9487
9488 * Makefile.in: Merge with GCC and libgcj.
9489 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9490 configure-target-<library> when their configure scripts need the C
9491 or C++ library to have already been built to work properly.
9492 (do_proto_toplev): Set them to an empty string.
9493
d932cae7 94942000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9495
9496 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9497 (REALLY_SET_LIB_PATH): Use them.
9498
d932cae7 94992000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9500
9501 * config.sub: Add support for Sun Chorus
9502
8602ff0c
NC
95032000-11-02 Per Lundberg <plundis@chaosdev.org>
9504
9505 * config.sub: Add support for the *-storm-chaos OS.
9506
f9e0997d
NC
95072000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9508
80413487
RH
9509 * configure.in (noconfigdirs): Don't compile some
9510 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9511
d64552c5
AO
95122000-09-30 Alexandre Oliva <aoliva@redhat.com>
9513
9514 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9515 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9516 all affected `configure' scripts.
9517
97f60b31
AO
95182000-09-25 Alexandre Oliva <aoliva@redhat.com>
9519
9520 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9521 ltcf-c.sh.
9522
6e8dd58f
PB
95232000-09-12 Philip Blundell <philb@gnu.org>
9524
9525 * config.sub, config.guess: Update from subversions.
9526
103a2e99
AO
95272000-09-06 Alexandre Oliva <aoliva@redhat.com>
9528
51601921
AO
9529 * Makefile.in (all-zlib): Added dummy target.
9530
103a2e99
AO
9531 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9532 multi-language branch.
9533
2809b4b9
AO
95342000-09-05 Alexandre Oliva <aoliva@redhat.com>
9535
9536 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9537 (bootstrap*): Depend on all-bootstrap.
9538
7450026c
AO
95392000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9540
9541 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9542 crosses, but add gcc/include to the header search path for them.
9543
6cf86f7f
AO
95442000-08-31 Alexandre Oliva <aoliva@redhat.com>
9545
9546 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9547 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9548 * gettext.m4: New file, extracted from aclocal.m4.
9549
ce2ea6e3
AO
95502000-08-22 Alexandre Oliva <aoliva@redhat.com>
9551
9552 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9553 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9554 sub-configures.
9555
9765193e
DE
95562000-08-20 Doug Evans <dje@casey.transmeta.com>
9557
9558 * Makefile.in (ALL_MODULES): Add all-cgen.
9559 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9560 (all-cgen): New target.
9561 (all-opcodes,all-sim): Depend on all-cgen.
9562 * configure.in (host_tools): Add cgen.
9563 Only configure cgen if --enable-cgen-maint.
9564
d7b32520
AO
95652000-08-17 Alexandre Oliva <aoliva@redhat.com>
9566
9567 * config-ml.in (CC, CXX): Don't introduce a leading space.
9568
e52ef561
AO
95692000-08-16 Alexandre Oliva <aoliva@redhat.com>
9570
9571 * configure.in (libstdcxx_flags): Use
9572 libstdc++-v3/src/libstdc++.INC.
9573
88f9c2a0
AO
95742000-08-15 Alexandre Oliva <aoliva@redhat.com>
9575
9576 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9577
98fbe43f
JM
95782000-08-11 Jason Merrill <jason@redhat.com>
9579
9580 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9581 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9582 (FLAGS_FOR_TARGET): Not here.
9583 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9584
279ddab4
DD
95852000-08-07 DJ Delorie <dj@redhat.com>
9586
9587 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9588 "if we're also building gcc, and it's a gcc that will run on the
9589 build machine, we want to use its includes instead of the system's
9590 default includes".
9591
60523a83
AO
95922000-08-03 Alexandre Oliva <aoliva@redhat.com>
9593
24ffec7a
AO
9594 * configure.in (libstdcxx_flags): Don't use `"'.
9595
60523a83
AO
9596 * config-ml.in: Adjust multilib search paths to the
9597 appropriate multilib tree.
9598
daf644b5
AO
95992000-08-02 Alexandre Oliva <aoliva@redhat.com>
9600
9601 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9602 commas in $LANGUAGES.
9603
63266560
DD
96042000-08-01 Alexandre Oliva <aoliva@redhat.com>
9605
9606 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9607
96082000-07-31 Alexandre Oliva <aoliva@redhat.com>
9609
9610 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9611 CXX_FOR_TARGET for sed.
9612
96132000-07-30 Alexandre Oliva <aoliva@redhat.com>
9614
9615 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9616 Do not override if already set in the environment or in configure.
9617 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9618 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9619
9e449d3e
AO
96202000-07-27 Alexandre Oliva <aoliva@redhat.com>
9621
9622 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9623 (GCC_FOR_TARGET): Use it.
9624 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9625 * configure.in: ... here.
9626 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9627 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9628
8bbd92e0
AO
96292000-07-24 Alexandre Oliva <aoliva@redhat.com>
9630
fd1f87b2
AO
9631 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9632 (configure-target-libchill, configure-target-libobjc): Likewise.
9633
8bbd92e0
AO
9634 * configure.in: Use the same cache file for all target libs.
9635 * config-ml.in: But different cache files per multilib variant.
9636
25c6c112
JL
96372000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9638
9639 * configure (topsrcdir): Don't use dirname.
9640
ba73c63f
JM
96412000-07-20 Jason Merrill <jason@redhat.com>
9642
9643 * configure.in: Remove all references to libg++ and librx.
9644
9645 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9646
1af08294
HPN
96472000-07-20 Hans-Peter Nilsson <hp@axis.com>
9648
9649 * config.sub: Update to subversions version 2000-07-06.
9650
ba73c63f
JM
96512000-07-12 Andrew Haley <aph@cygnus.com>
9652
9653 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9654 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9655
96562000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9657
9658 * symlink-tree: Check number of arguments.
9659
d932cae7 96602000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9661
9662 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9663
ba73c63f
JM
96642000-07-05 Jim Wilson <wilson@cygnus.com>
9665
9666 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9667 search path for a g++ extracted from the build tree. This
9668 will allow link tests run by configure scripts in
9669 subdirectories to succeed.
9670
92ee2f86
UC
96712000-07-01 Koundinya K <kk@ddeorg.soft.net>
9672
80413487 9673 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9674
23f2f29f
CV
96752000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9676
9677 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9678 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9679
f04f5a67
TW
96802000-06-19 Timothy Wall <twall@cygnus.com>
9681
9682 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9683 * config.sub: Add tic54x target.
9684
11da68be
NC
96852000-06-07 Phillip Thomas <pthomas@suse.de>
9686
9687 * README-maintainer-mode: New file: Contains notes on using
9688 --enable-maintainer-mode with binutils.
9689
d932cae7 96902000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9691
9692 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9693
d932cae7 96942000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9695
9696 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9697 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9698
9442cea3
L
969920000-05-21 H.J. Lu (hjl@gnu.org)
9700
80413487
RH
9701 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9702 directory are used if they exist. Make sure
9703 $(build_tooldir)/include is searched for header files,
9704 $(build_tooldir)/lib/ for library files.
9442cea3 9705 (GCC_FOR_TARGET): Likewise.
80413487 9706 (CXX_FOR_TARGET): Likewise.
9442cea3 9707
d932cae7 97082000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9709
9710 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9711
d932cae7 97122000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9713
9714 * Makefile.in (configure-target-libiberty): Depend on
9715 configure-target-newlib.
9716
ba73c63f
JM
97172000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9718
9719 * configure.in, Makefile.in: Merge all libffi-related
9720 configury stuff from the libgcj tree.
9721
d932cae7 97222000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9723
9724 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9725 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9726
d932cae7 97272000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9728
9729 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9730 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9731 current version information. Add to proto-toplev directory.
b5a23627
AC
9732 (gdb-taz): Build do-djunpack.
9733
ba73c63f
JM
97342000-05-15 David Edelsohn <edelsohn@gnu.org>
9735
9736 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9737
7c86ed39
L
97382000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9739
9740 * ltmain.sh: Preserve in relink_command any environment
9741 variables that may affect the linker behavior.
9742
d932cae7 97432000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9744
9745 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9746
d932cae7 97472000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9748
9749 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9750
ed0a91a5
EZ
97512000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9752
9753 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9754 with the version name.
ed0a91a5 9755
ba73c63f 97562000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9757
ba73c63f 9758 * config.if: Tweak.
6cafa39f 9759
ba73c63f 97602000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9761
ba73c63f 9762 * djunpack.bat: New file.
66156876 9763
d932cae7 97642000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9765
9766 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9767 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9768 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9769 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9770
ba73c63f
JM
97712000-04-16 Dave Pitts <dpitts@cozx.com>
9772
80413487
RH
9773 * config.sub (case $basic_machine): Change default for "ibm-*"
9774 to "openedition".
ba73c63f 9775
d932cae7 97762000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9777
9778 * Makefile.in (gdb-taz): New target. GDB specific archive.
9779 (do-md5sum): New target.
9780 (MD5PROG): Define.
9781 (PACKAGE): Default to TOOL.
9782 (VER): Default to a shell script.
9783 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9784 md5 checksum generation.
b35ece4e
AC
9785 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9786 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9787 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9788 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9789
d932cae7 97902000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9791
9792 * configure (warn_cflags): Delete.
9793
ba73c63f 97942000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9795 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9796
80413487
RH
9797 * configure.in (enable_libstdcxx_v3): Add.
9798 (target_libs): Add bits here to switch between libstdc++-v2 and
9799 libstdc++-v3.
9800 * config.if: And this file too.
9801 * Makefile.in: Add libstdc++-v3 targets.
35590697 9802
ba73c63f
JM
98032000-04-05 Michael Meissner <meissner@redhat.com>
9804
9805 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9806
d332c5ac
JM
98072000-03-29 Jason Merrill <jason@casey.cygnus.com>
9808
9809 * configure.in: -linux-gnu*, not -linux-gnu.
9810
d932cae7 98112000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9812
9813 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9814 (do-tar-bz2): Replace TOOL with PACKAGE.
9815 (gdb.tar.bz2): Remove GDBTK from GDB package.
9816 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9817 dejagnu.tar.bz2): New packages.
6dcbc97b 9818
96ce09a7
ILT
98192000-02-27 Andreas Jaeger <aj@suse.de>
9820
9821 * configure.in: Add entry for mips*-*-linux*, move catch all
9822 *-*-*linux* entry below this one.
9823
2031769e
ILT
98242000-02-27 Ian Lance Taylor <ian@zembu.com>
9825
9826 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9827
4bab746c
NC
98282000-02-24 Nick Clifton <nickc@cygnus.com>
9829
9830 * config.sub: Support an OS of "wince".
9831
d932cae7 98322000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9833
9834 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9835 version.
ada59422 9836
5b93d8bb
AM
98372000-02-23 Linas Vepstas <linas@linas.org>
9838
9839 * config.sub: Add support for Linux/IBM 370.
9840 * configure.in: Likewise.
9841
2fb651f6
NC
98422000-02-22 Nick Clifton <nickc@cygnus.com>
9843
9844 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9845
b8441c25
CF
98462000-02-20 Christopher Faylor <cgf@cygnus.com>
9847
9848 * config.guess: Guess "cygwin" rather than "cygwin32".
9849
d332c5ac
JM
98502000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9851
9852 * configure (gcc_version): When setting, narrow search to
9853 lines containing `version_string'.
9854
ba73c63f
JM
98552000-02-15 Denis Chertykov <denisc@overta.ru>
9856
9857 * config.sub: Add support for avr target.
9858
d932cae7 98592000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9860
9861 * config.sub: Add mmix-knuth-mmixware.
9862
98632000-01-27 Christopher Faylor <cgf@redhat.com>
9864
9865 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9866 structure stuff to -L library search.
9867 (CXX_FOR_TARGET): Ditto.
9868 (CROSS_CHECK_MODULES): Fix spelling mistake.
9869
98702000-01-24 Mark Mitchell <mark@codesourcery.com>
9871
9872 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9873 the C++ compiler.
9874
98752000-01-12 Richard Henderson <rth@cygnus.com>
9876
9877 * configure.in: Don't build some bits for beos.
9878
98792000-01-12 Joel Sherrill (joel@OARcorp.com)
9880
9881 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9882 as include files.
9883
91b2c84d
GK
98842000-01-06 Geoff Keating <geoffk@cygnus.com>
9885
9886 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9887 not mh-aix43.
9888
ba73c63f
JM
98891999-12-14 Richard Henderson <rth@cygnus.com>
9890
9891 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9892 * config.sub: Accept alphaev[78], alphaev8.
9893
98941999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9895
9896 * config.guess, config.sub: Update from autoconf.
9897
9898Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9899
9900 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9901 necessary libraries are missing.
9902
99031999-10-25 Andreas Schwab <schwab@suse.de>
9904
9905 * configure: Fix quoting inside arguments of eval.
9906
99071999-10-21 Nick Clifton <nickc@cygnus.com>
9908
9909 * config-ml.in: Allow suppression of some ARM multilibs.
9910
9911Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9912
9913 * config.guess: Add OS/390 match pattern.
9914 * config.sub: Add mvs, openedition targets.
9915 * configure.in (i370-ibm-opened*): New.
9916
ef14edc4
ILT
99171999-09-04 Steve Chamberlain <sac@pobox.com>
9918
9919 * config.sub: Add support for configuring for pj.
9920
afb478e8
NC
99211999-08-31 Nick Clifton <nickc@cygnus.com>
9922
fd6848f6 9923 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9924
ba73c63f 99251999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9926
9927 * configure.in: Do not configure or build ld for AIX
9928 platforms. ld is known to be broken on these platforms.
9929
ba73c63f
JM
9930Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9931
9932 * config-ml.in: Pass compiler flag corresponding to multidirs to
9933 subdir configures.
9934
c363de44
ILT
99351999-08-09 Ian Lance Taylor <ian@zembu.com>
9936
9937 * Makefile.in (LDFLAGS): Define.
9938
dc8bc5a6
ILT
99391999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9940
9941 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9942 noconfigdirs.
9943 (*-*-cygwin*): Likewise.
9944
6ca3858e
ILT
99451999-08-08 Ian Lance Taylor <ian@zembu.com>
9946
71141bb6
ILT
9947 * mkdep: New file.
9948 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9949 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9950
6ca3858e
ILT
9951 From Eli Zaretskii <eliz@is.elta.co.il>:
9952 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9953 long file name when using DJGPP on MS-DOS.
9954
ba73c63f
JM
9955Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9956
9957 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9958
2735a327
AM
99591999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9960
9961 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9962 dependency as this causes "make check" to globally "make all"
9963
ba73c63f
JM
9964Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9965
9966 * configure.in (target_libs): Added target-zlib.
9967 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9968 (CONFIGURE_TARGET_MODULES): Likewise.
9969 (CHECK_TARGET_MODULES): Likewise.
9970 (INSTALL_TARGET_MODULES): Likewise.
9971 (CLEAN_TARGET_MODULES): Likewise.
9972 (configure-target-zlib): New target.
9973 (all-target-zlib): Likewise.
9974 (all-target-libjava): Depend on all-target-zlib.
9975 (configure-target-libjava): Depend on configure-target-zlib.
9976
9977 * Makefile.in (configure-target-libjava): Depend on
9978 configure-target-newlib.
9979 (configure-target-boehm-gc): New target.
9980 (configure-target-qthreads): New target.
9981
80413487
RH
9982 * configure.in (target_libs): Added target-qthreads.
9983 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9984 (CONFIGURE_TARGET_MODULES): Likewise.
9985 (CHECK_TARGET_MODULES): Likewise.
9986 (INSTALL_TARGET_MODULES): Likewise.
9987 (CLEAN_TARGET_MODULES): Likewise.
9988 (all-target-qthreads): New target.
9989 (configure-target-libjava): Depend on configure-target-qthreads.
9990 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9991
9992 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9993 (CONFIGURE_TARGET_MODULES): Likewise.
9994 (CHECK_TARGET_MODULES): Likewise.
9995 (INSTALL_TARGET_MODULES): Likewise.
9996 (CLEAN_TARGET_MODULES): Likewise.
9997 (all-target-libjava): New target.
9998 (all-target-boehm-gc): Likewise.
9999 * configure.in (target_libs): Added libjava, boehm-gc.
10000
08d836d6
ILT
100011999-07-22 Ian Lance Taylor <ian@zembu.com>
10002
10003 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10004 configure.bat in SUPPORT_FILES.
10005 (gas+binutils.tar.bz2): Likewise.
10006
10007 * makeall.bat: Remove; obsolete.
10008
8f36e47c
ILT
100091999-07-21 Ian Lance Taylor <ian@zembu.com>
10010
10011 From Mark Elbrecht:
10012 * configure.bat: Remove; obsolete.
10013
56e82f25
ILT
100141999-07-11 Ian Lance Taylor <ian@zembu.com>
10015
10016 * configure: Add -W -Wall to the default CFLAGS when compiling with
10017 gcc.
10018
1001d816
JL
10019Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10020
10021 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10022
106117aa
MM
100231999-06-30 Mark Mitchell <mark@codesourcery.com>
10024
10025 * configure.in: Build ld on IRIX6.
10026
c376f4ed
ILT
100271999-06-12 Ian Lance Taylor <ian@zembu.com>
10028
10029 * Makefile.in: Change distribution targets to use bzip2 instead of
10030 gzip.
10031 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 10032 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 10033
306b7445
NC
100341999-06-04 Nick Clifton <nickc@cygnus.com>
10035
10036 * config.sub: Add mcore target.
10037
d932cae7 100381999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
10039
10040 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10041
d932cae7 100421999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
10043
10044 * config.guess (dummy): Changed to $dummy.
10045
6c3175b0
NC
100461999-05-24 Nick Clifton <nickc@cygnus.com>
10047
ba73c63f
JM
10048 * config.sub: Tidied up case statements.
10049
100501999-05-22 Ben Elliston <bje@cygnus.com>
10051
10052 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10053 <jiro@din.or.jp>.
10054
10055 * config.guess: Merge with FSF version. Future changes will be
10056 more accurately recorded in this ChangeLog.
10057 * config.sub: Likewise.
10058
d932cae7 100591999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
10060
10061 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 10062
252b5132
RH
100631999-04-30 Tom Tromey <tromey@cygnus.com>
10064
10065 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10066
100671999-04-23 Tom Tromey <tromey@cygnus.com>
10068
10069 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10070
100711999-04-20 Drew Moseley <dmoseley@cygnus.com>
10072
10073 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10074 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10075 Bad merge removed these two changes.
10076
ba73c63f 10077Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 10078 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
10079
10080 * config.guess (interix Alpha): Add.
10081
252b5132
RH
100821999-04-11 Richard Henderson <rth@cygnus.com>
10083
10084 * configure.in (i?86-*-beos*): Do config gperf; don't config
10085 gdb, newlib, or libgloss.
10086
d932cae7 100871999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10088
ba73c63f
JM
10089 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10090 link a trivial program with -mabi=64. If it fails, remove mabi=64
10091 from multidirs.
10092
d932cae7 100931999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
10094
10095 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10096
252b5132
RH
100971999-04-08 Nick Clifton <nickc@cygnus.com>
10098
10099 * config.sub: Add support for mcore targets.
10100
101011999-04-07 Michael Meissner <meissner@cygnus.com>
10102
10103 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10104 not mt-ospace, in order to shut up assembler warning about using
10105 symbols that are named the same as registers.
10106
101071999-04-07 Drew Moseley <dmoseley@cygnus.com>
10108
10109 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10110 dependency list for all-target-cygmon.
10111
101121999-04-05 Doug Evans <devans@casey.cygnus.com>
10113
10114 * config-ml.in: Check $host, not $target, for selective multilibs.
10115 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10116 thumb interworking, and underscore prefix multilibs.
10117
101181999-04-04 Ian Lance Taylor <ian@zembu.com>
10119
10120 * missing: Update to version from current automake.
10121
10122Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10123
10124 * configure (gxx_include_dir): Removed.
10125
10126 * configure.in (gxx_include_dir): Handle it.
10127 * Makefile.in: Likewise.
10128
101291999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10130
10131 * config.sub (mips64vr4111,mips64vr4111el) Add.
10132
101331999-03-21 Ben Elliston <bje@cygnus.com>
10134
80413487 10135 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
10136
10137Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10138
252b5132
RH
10139 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10140 config/mh-djgpp.
10141
10142Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10143
10144 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10145 all-target-newlib to dependency list for all-target-bsp.
10146
10147Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10148
10149 * config.sub: Add i386-uwin support.
10150 * config.guess: Likewise.
10151
10152Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10153
10154 * configure.in: cleanup, add mh-*pic handling for arm, special
10155 case powerpc*-*-aix*
10156
10157Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10158
10159 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10160 can be built.
10161
10162Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10163
10164 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 10165 targets.
252b5132
RH
10166
101671999-03-02 Nick Clifton <nickc@cygnus.com>
10168
10169 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10170
d932cae7 101711999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10172
10173 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10174
101751999-02-24 Nick Clifton <nickc@cygnus.com>
10176
10177 * config.sub: Fix typo in arm recognition.
10178
d932cae7 101791999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
10180
10181 * configure.in (noconfigdirs): Changed target_configdirs to
10182 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10183 rather than m68k-*-* since it is not known to work on
10184 m68k-aout. Ditto for arm-*-*oabi.
10185
d932cae7 101861999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
10187
10188 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
10189
101901999-02-19 Ben Elliston <bje@cygnus.com>
10191
10192 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10193 Smart and improved by Andrew Cagney.
10194
d932cae7 101951999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
10196
10197 * config.guess: Recognize openbsd-*-hppa.
10198
d932cae7 101991999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10200
10201 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10202 only if it is not empty.
10203
102041999-02-17 Nick Clifton <nickc@cygnus.com>
10205
10206 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10207
fd6848f6 10208 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10209
10210 * config.sub: Modified to recognize uname's armv* syntax.
10211
102121999-02-17 Mark Salter <msalter@cygnus.com>
10213
10214 * configure.in: Added target-bsp for sparclite.
10215
d932cae7 102161999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10217
10218 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10219
102201999-02-08 Nick Clifton <nickc@cygnus.com>
10221
10222 * configure.in: Add support for strongarm port.
10223 * config.sub: Add support for strongarm target.
10224
d932cae7 102251999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10226
252b5132
RH
10227 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10228 the old name config/mh-cygwin32.
10229 Enable texinfo.
10230
d932cae7 102311999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10232
10233 * configure.in: Do build ld for ix86 Solaris.
10234
d932cae7 102351999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10236
10237 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10238 $AR_FOR_TARGET. Likewise for RANLIB.
10239
d932cae7 102401999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10241
80413487
RH
10242 * config.sub (oabi): Recognize.
10243 * configure.in (arm-*-oabi): Handle.
252b5132 10244
d932cae7 102451999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10246
10247 * config.guess: Improve detection of i686 on UnixWare 7.
10248
d932cae7 102491999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10250
10251 * config.guess: Add support for i386-pc-interix.
10252 * config.sub: Likewise.
10253 * configure.in: Likewise.
252b5132 10254
d932cae7 102551999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10256
10257 * Makefile.in: Remove unneeded all-target-libio from
10258 from all-target-winsup target since it is now unneeded.
10259 Add all-target-libtermcap in its place since it is now
10260 needed.
10261
d932cae7 102621998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10263
10264 * configure.in: makefile stub for cygwin target is probably
10265 unnecessary. Remove it for now.
252b5132 10266
d932cae7 102671998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10268
10269 * configure.in: libtermcap.a should be built when cygwin is the
10270 target as well as the host.
10271 * config.guess: Allow mixed case in cygwin uname output.
10272 * Makefile.in: Add libtermcap target.
252b5132 10273
d932cae7 102741998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10275
10276 * config.sub: Clean up handling of hppa2.0.
10277
d932cae7 102781998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10279
10280 * config.guess: Use C code to identify more HP machines.
10281
10282Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10283
10284 * config.sub: Handle hppa2.0.
10285
ba73c63f
JM
10286Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10287
10288 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10289 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10290
102911998-12-15 Mark Salter <msalter@cygnus.com>
10292
10293 * configure.in: Added target-bsp for several target architectures.
10294
10295 * Makefile.in: Added rules for bsp.
10296
252b5132
RH
10297Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10298
10299 * config.guess: Improve detection of hppa2.0 processors.
10300
10301Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10302
10303 * config.guess: Recognize FreeBSD using ELF automatically.
10304
103051998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10306
10307 * configure (skip-this-dir): Add handling for new shell script, which
10308 might be created by a sub-directory's configure to indicate, this particular
10309 directory is "unwanted".
10310 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10311
252b5132
RH
10312Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10313
10314 * ltconfig: import from libtool, after changing libtool to
10315 account for the cygwin name change.
10316
10317Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10318
10319 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10320 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10321
10322Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10323
10324 * configure.in: Add libtermcap to list of cygwin dependencies.
10325
d932cae7 103261998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10327
80413487
RH
10328 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10329 they include winsup/include when it's a cygwin target.
252b5132
RH
10330
103311998-11-12 Tom Tromey <tromey@cygnus.com>
10332
10333 * configure.in (host_tools): Added zip.
10334 * Makefile.in (all-target-libjava): Depend on all-zip.
10335 (all-zip): New target.
10336 (ALL_MODULES): Added all-zip.
10337 (NATIVE_CHECK_MODULES): Added check-zip.
10338 (INSTALL_MODULES): Added install-zip.
10339 (CLEAN_MODULES): Added clean-zip.
10340
d932cae7 103411998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10342
10343 * Makefile.in: lose "32" from comment about cygwin.
10344
d932cae7 103451998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10346
10347 * configure.in: Use -Os to build target libraries for the fr30.
10348
d932cae7 103491998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10350
10351 * config.sub: Add fr30.
10352
d932cae7 103531998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10354
80413487 10355 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10356 cygwin* instead of cygwin32*.
10357 * config.sub: Check cygwin* instead of cygwin32*.
10358
d932cae7 103591998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10360
10361 * config.guess: Match any version of Unixware7.
10362
252b5132
RH
103631998-10-20 Syd Polk <spolk@cygnus.com>
10364
10365 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10366 if desired.
10367
d932cae7 103681998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10369
10370 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10371 these if the appropriate directories and files to not exist.
10372
d932cae7 103731998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10374
10375 * Makefile.in (DEVO_SUPPORT): Add config.if.
10376
d932cae7 103771998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10378
10379 * configure: Add pattern to replace "build_tooldir"'s
10380 definition in the generated Makefile with "tooldir"'s
10381 actual value.
10382
252b5132
RH
10383Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10384
10385 * config.sub: Bring back lost sparcv9.
10386
ba73c63f
JM
10387 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10388
10389Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10390
10391 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10392 CC_FOR_TARGET and friends.
10393
10394Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10395
ba73c63f
JM
10396 * Makefile.in (build_tooldir): New variable, same as tooldir.
10397 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10398 -B$(build_tooldir)/bin/.
10399 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10400
252b5132
RH
10401Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10402
10403 * config.sub: Add support for i[34567]86-pc-udk.
10404 * configure.in: Likewise.
10405
10406Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10407
10408 * Makefile.in: add bzip2 package building bits for user
10409 tools module
10410 * configure.in: ditto
10411
ba73c63f
JM
10412Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10413
10414 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10415 (ALL_TARGET_MODULES): Add all-target-libobjc.
10416 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10417 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10418 (all-target-libchill): Add dependencies.
10419 * configure.in (target_libs): Add libchill.
35590697 10420
252b5132
RH
104211998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10422
ba73c63f 10423 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10424
10425Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10426
10427 * Makefile.in (all-automake): fix dependencies.
10428
10429Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10430
10431 * configure.in: Minor cleanups for building in the $(target_alias)
10432 subdir.
10433
104341998-09-22 Jim Wilson <wilson@cygnus.com>
10435
10436 * Makefile.in (bootstrap): Set r and s before make all. Use
10437 BASE_FLAGS_TO_PASS in make all.
10438 (cross): Likewise.
10439
104401998-09-20 Mark Mitchell <mark@markmitchell.com>
10441
10442 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10443
252b5132
RH
10444Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10445
10446 * config.sub: Fix typo in last change.
10447
104481998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10449
10450 * config.sub: Add support for C4x target.
10451 * configure.in: Likewise.
10452
104531998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10454
10455 * config.sub: Recognize sparcv9 just like sparc64.
10456
10457Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10458
10459 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10460
10461Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10462
10463 * config.guess: Correctly identify Pentium II sco boxes.
10464
10465 * config.guess: Fix "tr" code. From Weiwen Liu.
10466
10467Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10468
10469 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10470 stabs.
10471
10472Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10473
10474 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10475 (ALL_TARGET_MODULES): Add all-target-libchill.
10476 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10477 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10478 (all-target-libchill): Add dependencies.
10479 * configure.in (target_libs): Add libchill.
10480
10481Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10482
10483 * config.guess: Avoid assumptions about "tr" behaves when
10484 LANG is set to something other than English.
10485
10486Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10487
10488 * configure (gxx_include_dir): Changed to
10489 '${prefix}/include/g++'-${libstdcxx_interface}.
10490
10491 * config.if: New to determine the interfaces.
10492
10493Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10494
10495 * config.guess: Detect and handle MPE/IX.
10496 * config.sub: Deal with MPE/IX.
10497
10498Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10499
10500 * configure.in: Use mh-aix43.
10501
105021998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10503
10504 * configure: Fix --without/--disable cases for gxx-include-dir.
10505
10506Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10507
10508 * mdata-sh: Imported. Needed for automake support.
10509
10510Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10511
ba73c63f 10512 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10513 "chmod og=u `find . -print`".
10514
10515Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10516
ba73c63f 10517 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10518
10519Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10520
10521 * Makefile.in: Undo previous patch.
10522
10523Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10524
10525 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10526 to here ...
10527 (install-no-fixedincludes): and here
10528 (INSTALL_MODULES): ... from here.
10529
10530Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10531
10532 * config.sub: Merge with FSF.
10533
10534 * config.guess: Merge with FSF.
10535
10536Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10537
10538 * configure (extraconfigdirs): New variable.
10539 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10540 * Makefile.in (all): Move higher in file.
10541 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10542 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10543 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10544 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10545 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10546
105471998-07-23 Brendan Kehoe <brendan@cygnus.com>
10548
10549 * Makefile.in (all-target-libjava): Depend on all-gcc and
10550 all-target-newlib.
10551 (configure-target-libjava): Depend on $(ALL_GCC).
10552
10553Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10554
10555 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10556 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10557
10558Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10559
10560 * ylwrap: Change absolute path checks to check for DOS style path
10561 names.
10562
10563 * ylwrap: Don't use a full path name if the source file is in the
10564 same directory. From hjl@lucon.org (H.J. Lu).
10565
10566 * config-ml.in: Default to being verbose, to match Feb 18 change to
10567 configure.
10568
10569Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10570
10571 Brought over from egcs:
10572
10573 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10574
10575 * configure.in (target_subdir): Set to ${target_alias} instead
10576 of "libraries".
10577
10578 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10579
10580 * configure.in (target_subdir): Set to libraries if enable_multilib.
10581
10582Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10583
10584 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10585 multilibs, force reconfiguration the first time we create
10586 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10587
10588Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10589
10590 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10591 avoid confusion with --no-recursion.
10592
10593Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10594
10595 * configure.in: Win32 hosts shouldn't use install -x
10596 * install-sh: remove -x option, and special .exe-handling
10597 hack.
10598
10599Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10600
10601 * config.guess: Recognize i586-pc-beos.
10602 * configure.in: Don't build some bits for beos.
10603
10604Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10607 CFLAGS default to -O2.
10608
10609 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10610 when using GNU ld.
10611
10612Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10613
10614 * ltmain.sh: Correct install when using a different shell.
10615
10616Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10617
10618 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10619
10620Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10621
10622 * makefile.vms: Update to build binutils/makefile.vms. Add install
10623 target.
10624
10625Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10626
10627 * ltconfig: Update to correct AIX handling.
10628
10629Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10630
10631 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10632
10633 * configure.in (target_subdir): Set to ${target_alias} instead
10634 of "libraries".
10635
106361998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10637
10638 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10639 (Makefile): Depend on $(gcc_version_trigger).
10640
10641 * configure (gcc_version): Change default initializer to empty
10642 string.
10643 (gcc_version_trigger): New variable; pass this variable down
10644 to subdir configures to enable them checking gcc's version
10645 themselves. Emit make macros for both gcc_version vars.
10646 (topsrcdir): Initialize reliably.
10647 (recursion line): Remove --with-gcc-version=${gcc_version}.
10648
106491998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10650
10651 * configure (enable_version_specific_runtime_libs): Implement new flag
10652 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10653 in $(libsubdir); emit definition in each generated Makefile.
10654 (gxx_include_dir): Initialize depending on
10655 $enable_version_specific_runtime_libs.
10656
106571998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10658
10659 * configure (gcc_version): Initialize properly depending on
10660 how and where configure is started.
10661 (recursion line): Pass a --with-gcc-version=${gcc_version}
10662 to configures in subdirs.
10663
10664Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10665
10666 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10667 cygmon
252b5132
RH
10668
10669Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10670
10671 * configure.in: Add cygmon and libstub support for mn10200.
10672
106731998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10674
10675 * configure (gcc_version): Add new variable describing the
10676 particular gcc version we're building.
10677 * Makefile.in (libsubdir): Add new macro for the directory
10678 in which the compiler finds executables, libraries, etc.
10679 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10680 and libsubdir.
10681
10682Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10683
ba73c63f
JM
10684 * Makefile.in (local-clean): Remove *.log.
10685 (warning.log): Built with warn_summary from build.log.
10686 (mail-report.log): Run test_summary.
10687 (mail-report-with-warnings.log): Run test_summary including
10688 warning.log in the report.
252b5132
RH
10689
10690Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10691
10692 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10693
10694Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10695
10696 * Makefile.in (grep): Grep no longer depends on libiberty.
10697
10698Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10699
10700 * Makefile.in: all-snavigator needs all-libgui.
10701
10702Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10703
10704 * configure.in: Add cygmon and libstub support for mn10300.
10705
10706Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10707
10708 * missing: Update to version from automake 1.3.
10709
10710 * ltmain.sh: On installation, don't get confused if the same name
10711 appears more than once in the list of library names.
10712
10713Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10714
10715 * config.sub: Accept m68060 and m5200 as CPU names.
10716
10717Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10718
10719 * configure: Use && rather than using -a in test, because odd
10720 strings can confuse test.
10721 * configure.in: Likewise.
10722
10723Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10724
10725 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10726
10727Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10728
10729 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10730 bootstrap4-lean): New targets.
10731
10732Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10733
10734 * mpw-* Delete. Not used.
252b5132
RH
10735
10736Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10737
10738 * COPYING.LIB: Update FSF address.
10739
10740Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10741
10742 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10743
10744 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10745 GAS_SUPPORT_DIRS.
10746
10747Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10748
10749 * ltconfig, ltmain.sh: Avoid producing a version number if
10750 -version-info was not used.
10751
10752Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10753
10754 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10755 building with newlib.
10756
107571998-04-30 Paul Eggert <eggert@twinsun.com>
10758
ba73c63f 10759 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10760 Solaris `make' causes it to continue to next definition.
252b5132 10761
afb8d725
JM
10762Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10763
10764 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10765 the right GUI libraries and files are installed along with GDB.
10766
252b5132
RH
10767Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10768
10769 * configure.in: Change alpha to alpha* in several places.
10770
10771Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10772
10773 * config.sub: Recognize sparc86x.
10774
10775Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10776
252b5132
RH
10777 * configure.in (--enable-target-optspace): Remove debug echo.
10778
10779Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10780
10781 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10782
10783Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10784
10785 * ltconfig: Update cygwin32 support.
10786
10787 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10788 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10789 (GDB_SUPPORT_DIRS): Likewise.
10790
10791Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10792
10793 * configure.in (target_makefile_frag): If --enable-target-optspace,
10794 use -Os to compile target libraries rather than -O2. Default to
10795 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10796 not used.
10797 * configure.in (target_cflags): Ditto for d30v.
10798
10799Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10800
10801 * Makefile.in (all-bfd): Depend on all-intl.
10802 (all-binutils): Likewise.
10803 (all-gas): Likewise.
10804 (all-gprof): Likewise.
10805 (all-ld): Likewise.
10806
252b5132
RH
108071998-04-19 Brendan Kehoe <brendan@cygnus.com>
10808
10809 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10810
10811Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10812
10813 * Makefile.in (all-bfd): Depend upon all-libiberty.
10814
10815 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10816
10817Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10818
10819 * Makefile.in: Add libstub.
10820
10821 * configure.in: Ditto. Build libstub for targets that have cygmon
10822 support.
10823
10824Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10825
10826 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10827
10828Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10829
10830 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10831 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10832
10833Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10834
10835 * configure: Define DEFAULT_M4 by searching PATH.
10836 * Makfile.in: Use DEFAULT_M4.
10837
10838Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10839
10840 * ltconfig: Add cygwin32 support.
10841
10842 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10843 to configure and build.
10844
10845Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10846
10847 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10848
10849Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10850
10851 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10852
10853Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10854
10855 * Makefile.in: add ash make rules
10856 * configure.in: add ash to native_only and host_tools lists
10857
10858Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10859
10860 * Makefile.in (all-gettext, all-intl): New targets.
10861 (ALL_MODULES): Added all-gettext, all-intl.
10862 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10863 (INSTALL_MODULES): Added install-gettext, install-intl.
10864 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10865
10866 * configure.in (host_tools): Added gettext.
10867 (native_only): Likewise.
10868 (noconfigdirs) [various cases]: Likewise.
10869 (host_libs): Added intl.
10870
afb8d725
JM
10871Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10872
10873 * configure: Do not disable building gdbtk for cygwin32 hosts.
10874
ba73c63f
JM
10875Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10876
10877 * configure.in: Add thumb-coff target.
10878 * config.sub: Add thumb-coff target.
10879
252b5132
RH
10880Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10881
10882 * Makefile.in: Revert yesterday's change.
10883 (all-target-winsup): all-target-librx stays out of here.
10884
10885Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10886
ba73c63f
JM
10887 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10888 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10889 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10890 Remove references to librx and libg++.
10891
10892Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10893
10894 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10895 recursive makes
10896
10897Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10898
10899 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10900 for newlib directory.
10901 (CXX_FOR_TARGET): Likewise.
10902
10903Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10904
10905 * ltconfig: Update after libtool/ltconfig.in change for
10906 hpux11.
10907
10908Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10909
10910 * ltconfig, ltmain.sh: Update to libtool 1.2.
10911
10912Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10913
10914 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10915 (install-gcc-cross): Instead, override LANGUAGES here.
10916
109171998-03-18 Dave Love <d.love@dl.ac.uk>
10918
10919 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10920 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10921
10922Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10923
10924 * configure.in: Add Thumb-pe target.
10925
10926Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10927
252b5132
RH
10928 * Makefile.in - changed sn targets to snavigator
10929 * configure.in - changed sn targets to snavigator
10930
10931Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10932
10933 * config-ml.in: After building symlink tree call make distclean
10934 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10935 to be the case for libiberty.
10936
10937Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10938
10939 * configure: When making link, also check the current
10940 directory. The configure scripts may create one.
10941
10942Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10943
10944 * config.sub: Accept alphapca56 and alphaev6 properly.
10945
10946Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10947
10948 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10949
252b5132
RH
10950Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10951
80413487 10952 * config.sub (sco5): Fix typo.
252b5132
RH
10953
10954Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10955
10956 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10957 install-itcl.
10958 (install-itcl): Remove dependency on install-tcl.
10959
10960Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10961
10962 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10963
252b5132
RH
10964Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10965
10966 * configure.in: Don't build libgui for a cygwin32 target when not on
10967 a cygwin32 host.
10968
10969Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10970
10971 * configure (redirect): Set to null, so default behavior of
10972 configure is now --verbose.
10973
109741998-02-16 Dave Love <d.love@dl.ac.uk>
10975
10976 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10977 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10978
10979Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10980
10981 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10982 this change to sync Makefile.in with its ChangeLog entries.
10983
10984Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10985
10986 * ltmain.sh (mkdir): Check that the directory doesn't exist
10987 before we exit with error, so that we don't get races during
10988 parallel builds.
10989
10990Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10991
10992 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10993
10994Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10995
10996 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10997 PICFLAG_FOR_TARGET.
10998 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10999
11000 * configure: Emit a definition for the new macro enable_shared
11001 into each Makefile.
11002
252b5132
RH
11003Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11004
11005 * configure.in (host_tools, native_only): Add libtool.
11006
11007Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11008
11009 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11010 Fix typo in ming config comment.
11011
11012Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11013
11014 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11015
11016Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11017
11018 * config.sub: Add tic30 cases, and map c30 to tic30.
11019
ba73c63f
JM
11020Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11021
11022 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11023 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11024 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11025 (CLEAN_TARGET_MODULES): Similarly
11026 (all-target-libf2c): Add dependences.
35590697 11027 * configure.in (target_libs): Add libf2c.
ba73c63f 11028
252b5132
RH
11029Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11030
ba73c63f
JM
11031 * configure.in: Remove expect from noconfigdirs when target
11032 is cygwin32. OK to build expect and dejagnu with Canadian
11033 Cross.
252b5132
RH
11034
11035Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11036
11037 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11038 host.
11039
11040 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11041 and mingw32.
11042
11043Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11044
11045 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11046 here as it is not defined in the toplevel Makefile.
11047
11048Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11049
11050 * configure (package_makefile_rules_frag): New variable, which names
11051 a file with generic rules, ...
11052 Change comment to mention we now have FIVE parts.
11053 * configure: Undo last change.
11054
11055Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11056
11057 * config.guess: More accurate determination of HP processor types.
11058 * config.sub: More accurate determination of HP processor types.
11059
11060Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11061
11062 * configure (package_makefile_frag): Move inserting the
11063 ${package_makefile_frag} to where it should be according
11064 to the comment.
11065
ba73c63f 11066Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
11067
11068 * config.guess: Add support for Linux/ARM.
11069
11070Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11071
11072 * .cvsignore: Remove *-info and *-install since they match
11073 release-info and mpw-install, which we don't want to just ignore.
11074
11075Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11076
11077 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11078
11079Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11080
11081 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11082 local_prefix to sub-make invocations.
11083
11084Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11085
11086 * configure.in: Check makefile fragments in the source
11087 directory.
11088
11089Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11090
ba73c63f
JM
11091 * configure.in: Check whether host and target makefile
11092 fragments exist before adding them to *_makefile_frag.
252b5132
RH
11093
11094Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11095
11096 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 11097
252b5132
RH
11098Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11099
11100 * configure.in: Make sure we only replace RPATH_ENVVAR on
11101 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11102 regexp to sed.
11103
11104 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11105 to sub-makes.
11106
111071998-01-13 Lee Iverson (leei@ai.sri.com)
11108
11109 * config-ml.in (multi-do): LDFLAGS must include multilib
11110 designator.
11111
11112Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11113
11114 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11115
11116Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11117
11118 * config.sub: Add mingw32 support.
11119 * configure.in: Likewise.
252b5132
RH
11120
11121Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11122
11123 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11124
11125Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11126
11127 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11128 * configure (gxx_include_dir): Provide a definition for subdirs
11129 which do not use autoconf.
11130
11131Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11132
11133 * config.guess: Sync with egcs. Picks up new alpha support,
11134 BeOS & some additional linux support.
11135
ba73c63f 11136Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
11137
11138 * config.guess: HP 9000/803 is a PA1.1 machine.
11139
ba73c63f
JM
11140Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11141
11142 * configure.in: It's alpha*-...
252b5132
RH
11143
11144Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11145
ba73c63f
JM
11146 * configure.in (host_makefile_frag, target_makefile_frag):
11147 Handle multiple config files.
11148 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11149 alpha-*-*.
252b5132
RH
11150
11151Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11152
11153 * mkdep: New file.
11154
11155Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11156
11157 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11158
11159Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11160
11161 * Makefile.in: Add libgui directory.
11162 (GDB_TK): Add all-libgui.
11163 * configure.in: Add libgui directory.
11164 * configure: Add all-libgui to GDB_TK.
11165
11166Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11167
11168 * config-ml.in (multidirs): Add m32r to multilib list.
11169
11170Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11171
11172 * Makefile.in (all-target-gperf): Change dependency to
11173 all-target-libstdc++.
11174
11175Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11176
11177 * config.guess: Add BeOS support.
11178
11179Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11180
11181 Source directory cvs renamed to cvssrc:
11182 * configure.in (host_tools): Change cvs to cvssrc.
11183 (native_only): Likewise.
11184 (noconfigdirs) [various cases]: Likewise.
11185 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11186 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11187 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11188 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11189 (all-cvssrc): Rename target from all-cvs.
11190
11191Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11192
11193 * configure (gxx_include_dir): Fix thinko.
11194
11195Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11196
11197 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11198 (install-cross, install-gcc-cross): New targets.
11199
11200Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11201
11202 * configure.in (noconfigdirs): Add support for Thumb target.
11203
11204 * config.sub (maybe_os): Add support for Thumb target.
11205
11206Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11207
11208 * Makefile.in: Add rules for cygmon.
11209
11210 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11211
11212Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11213
11214 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11215 * configure (gxx_include_dir): Provide a definition for subdirs
11216 which do not use autoconf.
11217
11218Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11219
11220 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11221 11/18/97 build
252b5132
RH
11222
11223Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11224
11225 * From Franz Sirl.
11226 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11227 found on RedHat Linux systems.
11228
11229Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11230
11231 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11232 guesses.
11233
11234Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11235
11236 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11237
11238Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11239
11240 * ltmain.sh: If mkdir fails, check whether the directory was created
11241 anyhow by some other process.
11242
11243Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11244
11245 * configure.in (d30v-*-*): Configure all directories.
11246
11247Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11248
11249 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11250 for the D30V.
11251
11252Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11253
11254 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11255
11256Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11257
80413487
RH
11258 * include/libiberty.h: Add extern "C" { so it can be used with C++
11259 progrms.
11260 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11261 programs.
252b5132
RH
11262
11263Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11264
11265 * configure.in (d30v-*-*): Configure GCC now.
11266
11267Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11268
11269 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11270 is no longer needed.
11271
11272Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11273
11274 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11275
11276Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11277
11278 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11279 targets using "$@" to provide support for similar but not identical
11280 targets without having to duplicate code.
11281
11282Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11283
11284 * makefile.vms: Fix to work with DEC C.
11285
11286Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11287
11288 * config.sub: Add mips-tx39-elf to marketing names.
11289
11290Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * ltmain.sh: Handle symlinks in generated script.
11293
11294Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11295
11296 * configure: Handle autoconf style directory options: --bindir,
11297 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11298 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11299 --sysconfdir.
11300 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11301 (sharedstatedir, localstatedir, oldincludedir): New variables.
11302 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11303 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11304 sbindir, sharedstatedir, and sysconfdir.
11305
11306Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11307
11308 * Makefile.in (bootstrap-lean): New target.
11309
11310Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11311
11312 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11313 sn, and gnuserv from noconfigdirs.
252b5132
RH
11314
11315Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11316
11317 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11318
11319Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11320
ba73c63f 11321 * Makefile.in (cross): New target.
252b5132
RH
11322
11323Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11324 Jeff Law <law@cygnus.com>
252b5132
RH
11325
11326 * Makefile.in (bootstrap2, bootstrap3): New targets.
11327 (all-bootstrap): Remove outdated and confusing target.
11328 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11329
afb8d725
JM
11330Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11331
11332 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11333 windows. Consistent with gdb/configure.
afb8d725 11334
252b5132
RH
113351997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11336
252b5132
RH
11337 * configure.in: Name Linux target fragment.
11338
11339 * configure: Rewrite so that project Makefile fragment is inserted
11340 first and appears last in the resulting Makefile.
11341
11342Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11343
11344 * Makefile.in (install-itcl): Install tcl first.
11345
252b5132 11346Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11347
252b5132
RH
11348 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11349
11350Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11351
11352 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11353
11354 * configure.in (skipdirs): Add target-librx for Linux.
11355 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11356
11357Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11358
11359 * Makefile.in (bootstrap): New target.
11360
11361Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11362
11363 * config.sub: Accept 'amigados' for backward compatability.
11364
11365Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11366
11367 * config.guess: Merge with FSF.
11368
ba73c63f
JM
11369Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11370
11371 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11372
252b5132
RH
11373Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11374
11375 * config.sub: Add "marketing-names" patch.
11376
11377Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11378
80413487 11379 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11380
11381Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11382
11383 * config.sub: Handle v850-elf.
11384
ba73c63f
JM
11385Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11386
11387 * .cvsignore (*-install): Remove.
11388
252b5132
RH
11389Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11390
11391 * ltconfig: Set CONFIG_SHELL in libtool.
11392 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11393
11394Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11395
11396 * configure.in (target_subdir): Set to libraries if enable_multilib.
11397
11398Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11399
11400 * config.guess: Update from gcc directory.
11401
11402Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11403
11404 * Makefile.in (all-sim): Depends on all-readline.
11405
11406Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11407
11408 * Makefile.in (BISON, YACC): Use $$s.
11409 (all-bison): Depend on all-texinfo.
11410
11411Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11412
11413 * Makefile.in (BISON): Add -L flag.
11414 (YACC): Likewise.
11415
11416Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11417
35590697
AJ
11418 * configure.in (noconfigdirs): Add support for v850e target.
11419
252b5132
RH
11420 * config.sub (maybe_os): Add support for v850e target.
11421
11422Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11423
35590697
AJ
11424 * configure.in (noconfigdirs): Add support for v850ea target.
11425
252b5132
RH
11426 * config.sub (maybe_os): Add support for v850ea target.
11427
11428Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11429
11430 * config.sub: Add mipstx39. Delete r3900.
11431
11432Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11433
11434 * Makefile.in (all-autoconf): Depends on all-texinfo.
11435
11436Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11437
11438 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11439 eabi targets.
11440
11441Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11442
11443 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11444
11445 * configure: When handling a Canadian Cross, handle YACC as well as
11446 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11447 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11448
11449Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11450
11451 * Makefile.in (BISON): bison, not byacc or bison -y.
11452 (YACC): bison -y or byacc or yacc.
11453 (various): Add *-bison as appropriate.
11454 (taz): No need to mess with BISON anymore.
11455
11456Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11457
11458 * configure: If OSTYPE matches *win32*, try to find a good value for
11459 CONFIG_SHELL.
11460
11461Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11462
11463 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11464 configure.in if it is present.
11465
11466Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11467
11468 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11469
11470Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11471
11472 * config.sub: Recognize `arc' cpu.
11473 * configure.in: Likewise.
11474 * config-ml.in: Likewise.
11475
11476Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11479
11480Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11481
11482 * configure: Changed sed delimiter from ':' to '|' when
11483 attempting to substitute ${config_shell} for SHELL. On
11484 NT ${config_shell} may contain a ':' in it.
11485
11486Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11487
11488 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11489
11490Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11491
11492 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11493
11494Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11495
11496 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11497
11498 * ylwrap: If the program is a relative path, force it to be
11499 absolute.
11500
11501Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11502
11503 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11504
11505Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11506
11507 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11508 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11509 for libraries.
252b5132
RH
11510
11511Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11512
11513 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11514 separated by spaces.
252b5132
RH
11515
11516Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11517
11518 * ylwrap: New file.
11519 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11520
11521 * ltmain.sh: Handle /bin/sh at start of install program.
11522
11523 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11524
11525 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11526 * missing: New file, from automake 1.2.
11527
11528Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11529
11530 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11531 check-tk to CHECK_X11_MODULES.
11532
11533Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11534
11535 * config.sub: Merge with FSF.
11536
11537Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11538
11539 * config.guess: Merge with FSF.
11540
11541Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11542
11543 * configure: Treat msdosdjgpp like go32.
11544 * configure.in: Likewise. Don't remove gprof for go32.
11545
11546 * configure: Change Makefile.tem2 to Makefile.tm2.
11547
11548Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11549
11550 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11551
11552Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11553
11554 * install-sh (chmodcmd): Set to null if the DST directory already
11555 exists. Same as Nov 11th change.
11556
11557Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11558
35590697 11559 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11560
11561Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11562
11563 * config.guess: Update from FSF.
11564
11565Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11566
11567 * Makefile.in (GDB_TK): Depend on itcl and tix.
11568
11569Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11570
11571 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11572 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11573 (INSTALL_SCRIPT): New variable.
11574 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11575 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11576 to -x.
11577 * install-sh: Add support for -x option.
11578
11579Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11580
11581 * configure.in, Makefile.in: Treat tix like itcl.
11582
11583Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11584
11585 * Makefile.in (WINDRES): New variable.
11586 (WINDRES_FOR_TARGET): New variable.
11587 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11588 (EXTRA_HOST_FLAGS): Add WINDRES.
11589 (EXTRA_TARGET_FLAGS): Add WINDRES.
11590 (EXTRA_GCC_FLAGS): Add WINDRES.
11591 ($(DO_X)): Pass down WINDRES.
11592 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11593 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11594 DLLTOOL_FOR_TARGET.
11595
11596Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11597
11598 * configure.in: configure sim before gdb for win32-x-ppc
11599
11600Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11601
11602 Move gperf into the toplevel, from libg++.
11603 * configure.in (target_tools): Add target-gperf.
11604 (native_only): Add target-gperf.
11605 * Makefile.in (all-target-gperf): New target, depend on
11606 all-target-libg++.
11607 (configure-target-gperf): Empty rule.
11608 (ALL_TARGET_MODULES): Add all-target-gperf.
11609 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11610 (CHECK_TARGET_MODULES): Add check-target-gperf.
11611 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11612 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11613
11614Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11615
252b5132
RH
11616 * config.sub (mn10200): Recognize new basic machine.
11617
11618Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11619
11620 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11621 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11622
11623Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11624
11625 * configure.in: If we're building mips-sgi-irix6* native, turn on
11626 ENABLE_MULTILIB and set TARGET_SUBDIR.
11627
11628Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11629
11630 * Makefile.in (all-sn): Depend on all-grep.
11631
11632Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11633
11634 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11635
11636 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11637 Makefile. From Jeff Makey <jeff@cts.com>.
11638 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11639
11640 * Makefile.in (DISTBISONFILES): Remove.
11641 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11642 $(DEFAULT_YACC).
11643
11644 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11645 cygwin32.
252b5132
RH
11646
11647 * Makefile.in (LD): New variable.
11648 (EXTRA_HOST_FLAGS): Pass down LD.
11649 ($(DO_X)): Likewise.
11650
11651Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11652
11653 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11654
11655Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11656
11657 * configure.in (targargs): Strip out any supplied --build argument
35590697 11658 before adding our own. Always add --build.
252b5132
RH
11659
11660Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11661
11662 * configure.in (targargs): Pass --build if we're doing
11663 a cross-compile.
11664
11665Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11666
ba73c63f 11667 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11668 sed. Otherwise sed chokes on NT path names with drive
11669 designators. Also look for "?:*" as the leading characters in an
11670 absolute pathname.
11671
11672Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11673
11674 * config.sub: Support for r3900.
11675
11676Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11677
11678 * configure.in: Use install-sh, not install.sh.
11679
11680Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11681
11682 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11683 apply it twice.
11684
11685Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11686
11687 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11688 install-binutils.
11689
11690Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11691
11692 * Makefile.in: Add automake targets.
11693 * configure.in (host_tools): Add automake.
11694
11695Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11696
11697 * configure: Default CXX to c++, not gcc.
11698 * Makefile.in (CXX): Set to c++, not gcc.
11699 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11700
11701Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11702
11703 * install-sh: try appending a .exe if source file doesn't
11704 exist
11705
11706Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11707
11708 * configure.in: Turn on multilib by default.
11709 (cross_only): Remove target-libiberty.
11710
11711 * Makefile.in (all-gcc): Don't depend on libiberty.
11712
11713Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11714
11715 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11716
11717Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11718
11719 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11720 (DISTBISONFILES): Add ld/Makefile.in
11721
11722Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11723
11724 * configure.in: if target is cygwin32 but host isn't cygwin32,
11725 don't configure gdb tcl tk expect, not just gdb.
11726
11727Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11728
11729 * configure.in: Added gnuserv everywhere sn appears.
11730
11731 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11732 (CROSS_CHECK_MODULES): Added check-gnuserv.
11733 (INSTALL_MODULES): Added install-gnuserv.
11734 (CLEAN_MODULES): Added clean-gnuserv.
11735 (all-gnuserv): New target.
11736
11737Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11738
11739 * config.guess: Fixes for MIPS OpenBSD systems.
11740
11741Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11742
11743 * Makefile.in (INSTALL_XFORM): Remove.
11744 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11745
11746 * mkinstalldirs: New file, copied from automake.
11747 * Makefile.in (installdirs): Rename from install-dirs. Use
11748 mkinstalldirs. Change all users.
11749 (DEVO_SUPPORT): Add mkinstalldirs.
11750
11751Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11752
11753 * install-sh: Rename from install.sh.
11754 * Makefile.in (INSTALL): Change install.sh to install-sh.
11755 (DEVO_SUPPORT): Likewise.
11756
11757 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11758 Graichen <graichen@rzpd.de>.
11759
11760Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11761
11762 * config.guess: Recognize OpenBSD systems correctly.
11763
11764Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11765
11766 * README, Makefile.in (ETC_SUPPORT): Remove references to
11767 cfg-paper*, configure.{texi,man,info*}._
11768
11769Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11770
11771 * Makefile.in (all.normal): Ensure that gcc is built after all
11772 the x11 - ie gdb - targets.
11773
11774Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11775
11776 * makefile.vms: Don't run conf-a-gas.
11777
11778Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11779
80413487 11780 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11781
11782Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11783
11784 * configure.in: Remove noconfigdirs case since gdb also
11785 configures and builds for tic80-coff.
11786
11787Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11788
11789 * configure: Set cache_file to config.cache.
11790 * Makefile.in (local-distclean): Remove config.cache.
11791
11792Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11793
11794 * COPYING: Update FSF address.
11795
11796Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11797
11798 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11799 noconfigdirs.
11800
11801Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11802
11803 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11804 MAKEDIRS, is empty.
11805
11806Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11807
11808 * config.sub: Tweak mn10300 entry.
11809
11810Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11811
11812 * configure.in (host_tools): Put sim before gdb, so gdb's
11813 configure.tgt can determine if the simulator was configured.
11814
11815Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11816
11817 * config.sub: Move BeOS $os case to be with other Cygnus
11818 local cases.
11819
11820Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11821
11822 * config.sub: Remove misplaced comment that broke Linux.
11823
11824Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11825
11826 * config.sub: Add BeOS support.
11827
11828Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11829
11830 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11831
11832Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11833
11834 * configure.in (noconfigdirs): Remove tcl and tk from
11835 noconfigdirs for cygwin32 builds.
11836
11837Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11838
11839 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11840
11841Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11842
11843 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11844 make-all.com, use makefile.vms instead.
11845
11846Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11847
11848 * config.sub: Accept -lnews*.
11849
11850Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11851
11852 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11853 target-examples and target-libiberty for d30v.
252b5132
RH
11854
11855Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11856
11857 * configure.in (noconfigdirs): Enable ld for d30v.
11858
11859Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11860
11861 * configure.in (tic80-*-*): Build compiler.
11862
11863Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11864
11865 * configure.in (d30v-*): Remove sim directory from list of
35590697 11866 unsupported d30v directories
252b5132
RH
11867
11868Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11869
35590697
AJ
11870 * config.sub, configure.in: Add d30v target cpu.
11871
252b5132
RH
11872Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11873
11874 * makefile.vms: New file.
11875 * make-all.com: Remove.
11876
11877Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11878
11879 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11880
11881Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11882
11883 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11884
11885Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11886
11887 * Makefile.in (ALL_MODULES): Added all-db.
11888 (CROSS_CHECK_MODULES): Addec check-db.
11889 (INSTALL_MODULES): Added install-db.
11890 (CLEAN_MODULES): Added clean-db.
11891
11892Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11893
11894 * config.guess: Merge with latest FSF sources.
11895
11896Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11897
11898 * Makefile.in (ALL_MODULES): Added all-itcl.
11899 (CROSS_CHECK_MODULES): Added check-itcl.
11900 (INSTALL_MODULES): Added install-itcl.
11901 (CLEAN_MODULES): Added clean-itcl.
11902
11903Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11904
11905 * configure.in: build gdb for mn10200
11906
11907Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11908
11909 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11910
11911Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11912
11913 * configure.in (tic80-*-*): Turn off most targets right now.
11914
11915Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11916
11917 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11918 rather than the makeinfo program.
11919 (do-info): Depend upon all-texinfo.
11920
11921Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11922
11923 * configure.in: Remove uses of config/mh-linux.
11924
11925 * config.sub, config.guess: Merge with latest FSF sources.
11926
11927Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11928
11929 * config.sub (case $basic_machine): Add tic80 entries.
11930
11931Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11932
11933 * config.sub, config.guess: Merge with latest FSF sources.
11934
11935Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11936
11937 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11938 * mpw-config.in: Test for NewFolderRecursive.
11939 * mpw-install: Use symbolic name for startup filename.
11940 * mpw-README: Add various additional details.
11941
11942Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11943
11944 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11945
11946Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11947
11948 * configure.in: Do build gcc and the target libraries for
11949 the mn10200.
11950
11951Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11952
11953 * configure.in: don't avoid building gdb for mn10300 any more
11954 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11955 instead of single-quoting it.
11956
11957Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11958
11959 * configure.in: Don't use --with-stabs on IRIX 6.
11960
11961Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11962
11963 * configure.in (m32r): Build gdb, libg++ now.
11964
11965Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11966
11967 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11968 directories from noconfigdirs.
11969
11970Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11971
11972 * config.sub (basic_machine): added mips16 configuration
11973
11974Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11975
11976 * config.sub: Handle d10v-unknown.
11977
11978Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11979
11980 * config.sub: Handle v850-unknown.
11981
11982Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11983
11984 * Makefile.in: add findutils
11985 * configure.in: add findutils to list of host_tools
11986
11987Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11988
11989 * config.sub: Handle mn10200 and mn10300.
11990
11991Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11992
11993 * configure.in (d10v-*): Do not build librx.
11994
11995Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11996
11997 * configure.in (mn10300): Build everything except gdb & libgloss.
11998
11999Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12000
12001 * config.guess: Patch for Dansk Data Elektronik servers,
12002 from Niels Skou Olsen <nso@dde.dk>.
12003
12004 For ncr, use /bin/uname rather than uname, since GNU uname does not
12005 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12006
12007 Patch for MIPS R4000 running System V,
12008 from Eric S. Raymond <esr@snark.thyrsus.com>.
12009
12010 Fix thinko for nextstep.
12011
12012 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12013
12014 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12015 * config.guess: Guess mips-dec-mach_bsd4.3.
12016
12017 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12018 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12019 release numbers.
12020 * config.guess (mips-mips-riscos*): Emit just enough of the
12021 release number.
12022
12023 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12024 * config.guess (sparc-auspex-sunos*): Added.
12025 (f300-fujitsu-*): Added.
12026
12027 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12028 * config.guess: Recognize a Tadpole as a sparc.
12029
12030Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12031
12032 * config.guess: Don't assume that NextStep version is either 2 or
12033 3. NextStep 4 (aka OpenStep 4) has come out now.
12034
12035Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12036
12037 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12038 From Rik Faith <faith@cs.unc.edu>.
12039
12040Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12041
12042 * config.sub: Contributions from bug-gnu-utils to:
12043 Support plain "hppa" (no version given) architecture, reported by
12044 OpenStep.
12045 OpenBSD like NetBSD.
12046 LynxOs is not a hardware supplier.
12047
12048 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 12049 OpenBSD like NetBSD.
252b5132
RH
12050 Stratus systems.
12051 More Pyramid systems.
12052 i[n>4]86 Intel chips.
12053 M680[n>4]0 Motorola chips.
12054 Use unknown instead of lynx for hardware manufacturer.
12055
12056Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12057
12058 * install.sh (chmodcmd): Set to null if the DST directory already
12059 exists.
12060
12061Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12062
12063 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12064 not use mt-ppc target Makefile fragment any more.
12065
12066Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12067
12068 * configure.in (*-*-windows): Exclude everything but those dirs
12069 needed to build windows.
12070
12071Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12072
12073 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12074
12075Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12076
12077 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
12078
12079Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12080
12081 * Undo my previous change.
12082
12083Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12084
12085 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12086 unconditionally.
12087 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12088
12089Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12090
12091 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12092 host to add it's own flags.
252b5132
RH
12093
12094Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12095
12096 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12097
12098Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12099
12100 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12101 (CXX_FOR_TARGET): Likewise.
12102 (GCC_FOR_TARGET): Define.
12103 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12104 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12105 CC_FOR_TARGET was specified on the command line.
12106 (MAKEOVERRIDES): Don't define.
12107
12108Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12109
12110 * configure.in (m32r): Fix spelling of libg++ libs.
12111
12112Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12113
12114 * config.sub (-apple*): Remove, now redundant.
12115
12116Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12117
12118 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12119
12120 * configure: Rework yesterday's sed script patch.
12121
12122 * config.sub: Merge with FSF.
12123
12124Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12125
12126 * config.guess: Merge from FSF.
12127
12128 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
12129 * config.guess: Use pc instead of unknown, for pc clone systems.
12130 Change linux to linux-gnu.
252b5132
RH
12131
12132 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 12133 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
12134
12135Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12136
12137 * test-build.mk (HOLES): Add "xargs" for gdb.
12138
12139 * configure: Avoid hpux10.20 sed bug.
12140
12141Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12142
4bddf3ad 12143 * configure.in: Add support for windows host
252b5132
RH
12144 (that is a build done under the Microsoft build environment).
12145
12146Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12147
12148 * Makefile.in: Replace all uses of srcroot with s, to shrink
12149 command line lengths.
12150
12151 Patches from Geoffrey Noer <noer@cygnus.com>:
12152 * configure.in: If configuring for newlib, pass --with-newlib to
12153 subdirectories.
12154 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12155 -Bnewlib/ and -Lwinsup to gcc.
12156 (CXX_FOR_TARGET): Likewise.
12157
12158Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12159
12160 * Makefile.in (ETC_SUPPORT): Add configure.
12161
12162Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12163
35590697 12164 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
12165 host configuration file.
12166
12167Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12168
12169 * configure.in: Break mn10x00 support into separate
12170 mn10200 and mn10300 configurations.
12171 * config.sub: Likewise.
12172
12173Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12174
12175 * configure.in: Add lots of stuff to noconfigdirs for
12176 the mn10x00 targets.
12177
12178 * config.sub, configure.in: Add mn10x00 support.
12179
12180Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12181
12182 * make-all.com: Call conf-a-gas, not config-a-gas.
12183
12184Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12185
12186 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 12187 targets.
252b5132
RH
12188
12189Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12190
12191 * mpw-README: Add much more detail for native PowerMac.
12192 * mpw-install: New file.
12193 * mpw-configure: Add --norecursion and --help options.
12194 * mpw-config.in: Translate readme and install files when
12195 copying to objdir.
12196 * mpw-build.in: Don't always depend on byacc and flex.
12197 (install-only-top): New action.
12198
12199Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12200
12201 * configure.in: You can now configure GDB for the v850.
12202
12203Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12204
12205 * configure.in (noconfigdirs): Don't configure any C++ dirs
12206 if targeting D10V.
12207
12208Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12209
12210 * config.sub: Recognize mips64vr5000.
12211
12212Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12213
12214 * configure.in: Use a single line for host_tools and native_only.
12215
12216Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12217
12218 * config.sub, configure.in: Add entries for m32r.
12219
12220Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12221
12222 * Makefile.in (inet-install): Don't run install-gzip.
12223
12224Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12225
12226 * configure.in: Don't config lots of things for *-*-windows*.
12227
12228Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12229
12230 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12231 (host_libs, host_tools): Copy from configure.in.
12232 * mpw-configure: Don't complain about directories not found.
12233
12234Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12235
12236 * configure.in (i[345]86): Recognize i686 for pentium pro.
12237 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12238 file.
12239
12240 * config.guess (i[345]86): Ditto.
12241
12242Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12243
12244 * configure.in (noconfigdirs): Removed gdb for D10V.
12245
12246Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12247
12248 * configure.in: Remove ld, target-libio, target-libg++, and
12249 target-libstdc++ from noconfigdirs.
12250
12251Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12252
12253 * configure: Fix three locations where shell scripts were
12254 being run directly rather than with config_shell.
12255
12256Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12257
12258 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12259 * config.sub (basic_machine): Recognize v850.
12260
12261Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12262
12263 * mpw-configure: Handle multiple enable/disable options and
12264 pass them down recursively, handle -c and -s flags appropriately
12265 depending on choice of compiler, add escape mechanism for
12266 quoted arguments to gC.
12267
12268Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12269
12270 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12271 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12272 so that -mrelocatable-lib and -mno-eabi are used.
12273
12274 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12275 not support --print-multi-lib, don't abort.
12276
252b5132
RH
12277Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12278
12279 * make-all.com: Run config-a-gas.
12280 * setup.com: Don't copy subdirectory files around.
12281
12282Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12283
12284 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12285 target, it now compiles correctly.
12286
12287Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12288
12289 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12290
12291Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12292
35590697 12293 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12294
12295Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12296
12297 * configure.in (native_only): Add prms.
12298
12299Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12300
12301 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12302 (BINUTILS_SUPPORT_DIRS): Likewise.
12303
12304Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12305
12306 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12307 d10v support is added.
12308
12309Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12310
12311 * configure.in (d10v-*-*): New target.
12312
12313Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12314
12315 * config.guess (HP 9000/811): Recognize this as a PA1.1
12316 machine.
12317
12318Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12319
12320 * Makefile.in (do-tar-gz): New target, split out from tail end of
12321 taz target. Run each command separately, don't use pipes.
12322 (taz): Use it.
12323
12324Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12325
12326 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12327 * mpw-build.in: No builds should depend on building byacc or flex,
12328 they are assumed to be installed already.
12329
12330Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12331
12332 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12333 variable that CC_FOR_TARGET needs.
12334
12335Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12336
12337 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12338 options have changed since the last time the subdirectory was
12339 configured, and if it has, reconfigure.
12340 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12341 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12342
12343Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12344
12345 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12346 CLEAN_MODULES): Add bash.
12347 (all-bash): New target.
12348
12349Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12350
12351 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12352
12353Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12354
12355 * config.sub (basic_machine): Recognize d10v as a valid processor.
12356
12357Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12358
12359 * mpw-configure: Add support for --bindir.
12360 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12361
12362Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12363
12364 * configure.in: add bash, time, gawk to list of hosttools and things
12365 to only build for native toolchains
12366
12367Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12368
12369 * Makefile.in (docdir): Remove.
12370
12371Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12372
12373 * Makefile.in (datadir): Set to $(prefix)/share.
12374
12375Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12376
12377 * configure.in: build diff and patch for cygwin32-hosted
12378 toolchains.
12379
12380Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12381
12382 * config.sub: Accept -rtems*.
12383
12384Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12385
80413487 12386 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12387 remove diff from the list of things not buildable
12388 via Canadian Cross
252b5132
RH
12389
12390Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12391
12392 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12393 don't get ". ".
252b5132
RH
12394
12395Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12396
12397 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12398
12399Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12400
12401 * Makefile.in (taz): Handle case where tex3patch didn't even get
12402 checked out. Also, if it was found, put the symlink in a new util
12403 subdirectory.
12404
12405Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12406
12407 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12408
12409Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12410
12411 * config.sub: Recognize -openvms.
12412 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12413 * make-all.com, setup.com: New files.
12414
12415Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12416
12417 * Makefile.in (taz): tex3patch moved to texinfo/util.
12418
12419Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12420
afb8d725 12421 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12422 * configure.in: remove make from disable-if-Can-Cross list
12423 enable gdb if ${host} and ${target} are cygwin32
12424
12425Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12426
12427 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12428 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12429
12430Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12431
12432 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12433 distinguish sysv/svr4/bsd variants.
12434 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12435
12436Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12437
12438 * configure.in: Added copyright notice.
12439 * move-if-change: Added copyright notice.
12440
12441Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12442
12443 * configure.in (powerpcle-*-solaris*): Until we get shared
12444 libraries working, don't build gdb, sim, make, tcl, tk, or
12445 expect.
12446
12447Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12448
12449 * config.guess: Merge with FSF:
12450
12451 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12452 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12453
12454 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12455 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12456
12457 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12458 * config.guess: Combine two OSF1 rules.
12459 Also recognize field test versions. From mjr@zk3.dec.com.
12460 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12461 because GNU uname does not support -p. From pmr@pajato.com.
12462
12463Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12464
12465 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12466
12467Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12468
12469 * mpw-README: Document GCCIncludes.
12470
12471Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12472
12473 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12474
12475Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12476
12477 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12478
12479Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12480
12481 * configure.in (*-*-cygwin32): Configure make.
12482
12483Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12484
12485 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12486
12487Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12488
12489 * Makefile.in (all-inet): Depend on all-perl.
12490
12491 * Makefile.in (inet-install): New target.
12492
12493 * Makefile.in (all-inet): Depend on all-tcl.
12494 (all-inet): Depend on all-send-pr.
12495
12496Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12497
12498 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12499 temporarily.
12500
12501Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * configure.in: Don't configure --with-gnu-ld on AIX.
12504
12505Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12506
12507 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12508
12509Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12510
12511 * Makefile.in (ALL_MODULES): Added all-inet.
12512 (CROSS_CHECK_MODULES): Added check-inet.
12513 (INSTALL_MODULES): Added install-inet.
12514 (CLEAN_MODULES): Added clean-inet.
12515 (all-indent): New target.
12516
12517 * configure.in (host_tools): Added inet.
12518 (native_only): Added inet.
12519 (noconfigdirs): Added inet.
12520
12521Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12522
12523 * configure.in: Don't configure libgloss if we are not configuring
12524 newlib.
12525
12526Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12527
12528 * configure.in: Don't configure libgloss for unsupported
12529 architectures.
12530
12531Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12532
12533 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12534
12535Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12536
12537 * Makefile.in (ALL_MODULES): Include all-apache.
12538 (CROSS_CHECK_MODULES): Include check-apache.
12539 (INSTALL_MODULES): Include install-apache.
12540 (all-apache): New target.
12541
12542 * configure.in: Added apache everywhere perl is seen.
12543
12544Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12545
12546 * Makefile.in: Add support for clean-{module} and
12547 clean-target-{module} rules.
12548
12549Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12550
12551 * configure.in (*-*-ose) do not build libgloss.
12552
12553Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12554
12555 * config.guess (prep*:SunOS:5.*:*): Turn into
12556 powerpele-unknown-solaris2.
12557
12558Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12559
12560 * configure.in: Permit --enable-shared to specify a list of
12561 directories.
12562
12563Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12564
12565 * configure.in (host==solaris): Pass only the first word of $CC
12566 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12567
12568Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12569
12570 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12571
12572Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12573
12574 * Makefile.in (ALL_MODULES): Include all-perl.
12575 (CROSS_CHECK_MODULES): Include check-perl.
12576 (INSTALL_MODULES): Include install-perl.
12577 (ALL_X11_MODULES): Include all-guile.
12578 (CHECK_X11_MODULES): Include check-guile.
12579 (INSTALL_X11_MODULES): Include install-guile.
12580 (all-perl): New target.
12581 (all-guile): New target.
12582
12583 * configure.in (host_tools): Include perl and guile.
12584 (native_only): Include perl and guile.
12585 (noconfigdirs): Don't build guile and perl; no ports have been
12586 done.
12587
12588Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12589
80413487
RH
12590 * configure (--enable-*): Handle quoted option lists such as
12591 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12592
12593Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12594
12595 * Makefile.in ({,inst}all-target): New rule so we can make and
12596 install all of the target directories easily.
12597
12598Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12599
12600 * configure.in: Add missing global flag in sed substitution when
12601 deleting `target-' from ${configdirs}.
12602
12603Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12604
12605 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12606 option.
12607
12608 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12609 config/mh-necv4.
12610
12611 * install.sh: Correct misspelling of transformbasename.
12612
12613 * config.guess: Recognize mips-*-sysv*.
12614
12615Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12616
12617 * config.sub: Recognize mon960.
12618
12619Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12620
12621 * configure: Restore Canadian Cross handling of BISON and LEX,
12622 removed in Feb 20 change.
12623
12624Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12625
12626 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12627 Mention make install. Remove the old copyright date as well the
12628 clumsy and rather pointless copyright on the README file.
12629
12630Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12631
12632 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12633 Makefile after running symlink-tree, then run `make distclean' to
12634 avoid clobbering any generated files in srcdir.
12635
12636Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12637
12638 * configure.in (m68k-*-netbsd*): Build everything now.
12639
12640Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12641
12642 * Makefile.in (taz): Fix quoting.
12643
12644Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12645
12646 * configure.in (sparclet-*-*): Build everything now.
12647
12648Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12649
12650 * configure.in (m68k-*-linux*): New host.
12651
12652Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12653
12654 * configure: Check for bison before byacc.
12655
12656Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12657
12658 * Makefile.in configure: Change the way LEX and BISON/YACC are
12659 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12660 searching PATH. These are used as fallbacks by Makefile.in if
12661 flex/bison/byacc aren't in objdir.
12662
12663Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12664
12665 * Makefile.in: Make everything which depends upon all-bfd also
12666 depend upon all-opcodes, in case --with-commonbfdlib is used.
12667
12668Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12669
12670 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12671 building NT native compilers on Unix.
12672
12673Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12674
12675 * configure.in: Don't get CC from the host Makefile fragment if we
12676 can find gcc in PATH, or if this is a Canadian Cross. Move the
12677 Solaris test for /usr/ucb/cc to the post target script, just after
12678 the compiler sanity test.
12679
12680Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12681
12682 * config.sub: Merge with FSF.
12683
12684Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12685
12686 * Makefile.in (RPATH_ENVVAR): New variable.
12687 (REALLY_SET_LIB_PATH): Use it.
12688 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12689
12690Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12691
12692 * config.sub, configure.in: Recognize sparclet cpu.
12693
12694Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12695
12696 * config.guess: Support m68k-cbm-sysv4.
12697
12698Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12699
12700 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12701 m68k-unknown-linuxaout from linker help string. Put quotes around
12702 $ld_help_string.
12703
12704Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12705
12706 * config.guess (powerpc-harris-powerunix): Add guess for port
12707 to new target.
12708
12709Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12710
12711 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12712
12713Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12714
12715 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12716 $(REALLY_SET_LIB_PATH) in Makefile.
12717 * Makefile.in (SET_LIB_PATH): New variable.
12718 (REALLY_SET_LIB_PATH): New variable.
12719 ($(DO_X)): Use $(SET_LIB_PATH).
12720 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12721 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12722 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12723 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12724 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12725 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12726 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12727 (install-dosrel): Likewise.
12728 (all-opcodes): Depend upon all-libiberty.
12729
12730Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12731
12732 * config.guess (*:CYGWIN*): New
12733
12734Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12735
12736 * Makefile.in (all-target-winsup): All all-target-libiberty.
12737
12738Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12739
12740 * configure.in (noconfigdirs): Add missing # in front of comment.
12741
12742Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12743
12744 * configure.in: add second pass to things added to noconfigdirs
12745 so *-gm-magic can exclude libgloss properly.
12746
12747Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12748
12749 * mpw-configure (extralibs_name, rez_name): Set correctly
12750 for MWC68K compiler.
12751
12752 * mpw-README: Add more info on the necessary build tools.
12753
12754Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12755
12756 * configure.in, config.sub: Recognize cygwin32.
12757
12758Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12759
12760 * config.guess, config.sub: Recognize A/UX.
12761
12762Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12763
12764 * config.sub: Merge with gcc/config.sub.
12765
12766Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12767
12768 * mpw-build.in (do-binutils): Add build of stamps.
12769
12770Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12771
12772 * config.sub: Add recognition for mips64vr4100*-* targets.
12773
12774Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12775
12776 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12777 Add creation of gconfigargs with `--enable-shared' turned on.
12778 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12779 ($(host)-stamp-stage3-configured): Likewise.
12780 (HOLES): Add chatr and ldd.
12781 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12782
12783Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12784
12785 * configure: Pass --nfp to recursive configures.
12786
12787Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12788
12789 * Makefile.in (DLLTOOL): New.
12790 (DLLTOOL_FOR_TARGET): New.
12791 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12792 (EXTRA_TARGET_FLAGS): Ditto.
12793 (EXTRA_GCC_FLAGS): Ditto.
12794 (CONFIGURE_TARGET_MODULES): Ditto.
12795 (DO_X): Ditto.
12796 * configure: Add DLLTOOL.
12797
12798Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12799
12800 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12801 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12802 mh-sco, since old workarounds no longer needed, and don't
12803 build ld, since libraries have weak symbols in COFF.
12804
12805Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12806
12807 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12808
12809Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12810
12811 * configure.in: Make sure that ${CC} can be used to compile an
12812 executable.
12813
afb8d725
JM
12814Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12815
12816 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12817 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12818 nothing depending on whether gdbtk is being built.
12819
252b5132
RH
12820Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12821
12822 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12823
12824Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12825
12826 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12827 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12828
12829Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12830
12831 * config-ml.in: Add support for
12832 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12833 Simplify setting of multidirs from --disable-foo.
12834
12835Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12836
12837 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12838 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12839 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12840 non-empty, pass them on to the GCC make.
252b5132
RH
12841 (all-bootstrap): New rule that is like all-gcc, except it executes
12842 the GCC bootstrap rule instead of the GCC all rule.
12843
12844Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12845
12846 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12847
12848Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12849
12850 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12851 DG/UX support.
12852
12853Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12854
12855 * config.sub (i*86*) Change [345] to [3456]
12856
12857Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12858
12859 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12860 --with-gnu-ld=no.
12861
12862Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12863
12864 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12865 AIX multilibs get built.
12866
12867Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12868
12869 * configure.in (i386-win32): Don't build expect if we're not
12870 building the tcl subdir.
12871
12872Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12873
12874 * Makefile.in: (configure-target-examples, all-target-examples):
12875 New targets, configure and build example programs.
12876
12877Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12878
12879 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12880 use it as input to sedit the generated MPW makefile.
12881 * mpw-README: Add a suggestion about Gestalt.h.
12882
12883Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12884
12885 * config.sub: Accept *-*-ieee*.
12886
12887Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12888
12889 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12890 Ronald F. Guilmette <rfg@monkeys.com>.
12891
12892Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12893
12894 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12895 for powerpc-pe native.
12896 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12897 (target==powerpc-pe): duplicate i386-win32 entry.
12898
12899Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12900
12901 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12902 of vxworks, not just vxworks5.1.
12903
12904Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12905
12906 * mpw-configure: Add support for exec-prefix.
12907
12908Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12909
12910 * config.guess: Recognize HP model 816 machines as having
12911 a PA1.1 processor.
12912
12913Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12914
12915 * configure: Ignore new autoconf configure options.
12916
252b5132
RH
12917Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12918
12919 * config.guess: Recognize Pentium under SCO.
12920 From Robert Lipe <robertl@arnet.com>.
12921
12922Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12923
12924 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12925
12926Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12927
12928 * configure.in: Don't configure gas for alpha-dec-osf*.
12929
12930Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12931
12932 * configure.in: Default to --with-stabs for some targets for which
12933 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12934 i[345]86*-*-unixware*.
12935
12936Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12937
12938 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12939 rather than basing it on the target. Simplify handling of options
12940 controlling which directories to configure. Remove extraneous
12941 slash in multi-clean target.
12942
12943Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12944
12945 * config-ml.in: Prefix more variables with ml_ so they don't collide
12946 with configure's.
12947
12948Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12949
12950 * configure: Don't turn -v into --v.
12951
12952Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12953
12954 * configure.in (targargs): Fix typo.
12955
12956 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12957
12958Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12959
12960 * configure.in: Strip --host and --target options from
12961 CONFIG_ARGUMENTS, and always configure for --host only. Add
12962 --with-cross-host option when building with a cross-compiler.
12963 * configure: Canonicalize the arguments put into config.status by
12964 always using `=' for an option with an argument. Pass a presumed
12965 --host or --target explicitly.
12966
12967Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12968
12969 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12970 into general OS recognition case.
12971
12972Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12973
12974 * configure.in (target_configdirs): add target-winsup only
12975 for win32 target systems.
12976
12977Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12978
12979 * Makefile.in (all-target-libgloss): Depend upon
12980 configure-target-newlib, since when libgloss is built it looks to
12981 see if the newlib directory exists.
12982
12983Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12984
12985 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12986 cfg-ml-*.in.
12987
12988Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12989
12990 * configure: Handle LD and LD_FOR_TARGET when configuring a
12991 Canadian Cross.
12992
252b5132
RH
12993Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12994
12995 * configure.in (target_libs): add target-winsup.
12996 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12997 (target==ppcle-pe): remove ld from $noconfigdirs.
12998
12999Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13000
13001 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13002 Preserve relative path names in $srcdir. Build symlink tree if
13003 configuring cross target dir and srcdir=. (= no VPATH support).
13004 (configure-target-libg++): Depend on configure-target-librx.
13005 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13006 * config-ml.in: New file.
13007 * symlink-tree: New file.
13008 * configure: Ensure srcdir="." if that's what it is.
13009
13010Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13011
13012 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13013 includes and FLEX_SKELETON setting.
13014 * mpw-configure (--with-gnu-ld): New option, controls whether
13015 to use PPCLink or ld with PowerMac GCC.
13016 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13017 * mpw-config.in: Configure grez if targeting Mac.
13018
13019 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
13020 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13021 just macos.
252b5132
RH
13022 * configure.in: Configure grez resource compiler if targeting Mac.
13023 * Makefile.in (all-grez, install-grez): New targets.
13024
13025Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13026
13027 * configure: CXX defaults to gcc, not g++. If we find
35590697 13028 gcc in the path, set CC to gcc -O2.
252b5132
RH
13029
13030Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13031
13032 * configure: Default ${build} correctly. Avoid picking up extra
13033 spaces when reading CC and CXX from Makefile. When doing a
13034 Canadian Cross, use plausible default values for numerous
13035 variables.
13036 * configure.in: When doing a Canadian Cross, don't try to
13037 configure tools whose configure script can't handle it.
13038
13039Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13040
13041 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13042
13043Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13044
13045 * configure: Remove dubious bug reporting address.
13046
13047Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13048
13049 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13050 configure script, run that instead of this directory's configure.
13051 In either case, print a message that we're configuring the sub-dir.
13052
13053Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13054
13055 * configure.in: Before checking for the existence of various files,
13056 use sed to filter out "target-".
13057
13058Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13059
13060 * Makefile.in (DO_X): Split rule to decrease command line length
13061 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13062 (Philippe De Muyter).
13063
13064Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13065
13066 * Makefile.in (all-patch): depend on all-libiberty.
13067
13068Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13069
13070 * configure.in: If the only directory in target_configdirs which
13071 actually exists is libiberty, then set target_configdirs to empty,
13072 to avoid trying to build a target libiberty in a gas or gdb
13073 distribution.
13074
13075Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13076
13077 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
13078 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13079 systems.
252b5132
RH
13080
13081Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13082
13083 * configure.in (copy_dirs): Use sys-include instead of include
13084 for --with-headers option.
13085
13086Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13087
13088 * Makefile.in, configure.in: Make winsup builds work with
13089 new scheme.
13090
13091Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13092
13093 * configure.in: Build the linker on AIX.
13094
13095Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13096
13097 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13098 where needed.
13099
13100Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13101
13102 * Makefile.in (all-gcc): Fix typo.
13103
13104Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13105
13106 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13107
13108Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13109
13110 * configure.in: Rename libFOO to target-libFOO, and xiberty
13111 to target-xiberty, to provide more flexibility.
13112 (target_subdir): Define. Create if cross.
13113 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13114 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13115 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13116 check-libFOO -> check-target-libFOO, etc.
13117 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13118 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13119 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13120 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13121 allow ALL_GCC="" to only configure.
13122 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13123 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13124 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13125
13126Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13127
13128 * Makefile.in (taz): Build "info" in etc explicitly.
13129
13130Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13131
13132 * configure.in: Make sure that CC is undefined (as opposed to
13133 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13134 problem with autoconf trying to configure on a host without GCC.
13135
13136Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13137
13138 * mpw-configure: Set host alias from choice of host compiler,
13139 only use generic MPW Makefile sed if present, edit a file
13140 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13141 * mpw-README: Add problem notes about CW6 and CW7.
13142
13143Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13144
13145 * Makefile.in (taz): Use ";" instead of ";;".
13146
13147Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13148
13149 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13150 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13151 DISTDOCDIRS.
13152 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13153 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13154
13155Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13156
13157 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13158 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13159 Move bfd to DISTSTUFFDIRS.
13160
13161Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13162
13163 * Makefile.in (X11_LIB): Removed.
13164 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13165
13166 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13167
13168Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13169
13170 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13171 names.
13172
13173Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13174
13175 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13176
13177Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13178
13179 * configure.in (i[345]86-*-win32): Always build newlib.
13180 Don't configure cvs, autoconf or texinfo.
13181 * Makefile.in (LD_FOR_TARGET): New.
13182 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13183 Pass down LD_FOR_TARGET.
13184
13185Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13186
13187 * winsup: New directory.
13188 * Makefile.in: Build winsup.
13189 * configure.in: Winsup is configured when target is win32.
13190 Can only build win32 target GDB when native.
35590697 13191
252b5132
RH
13192Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13193
13194 * config.guess: Recognize HP model 819 machines as having
13195 a PA 1.1 processor.
13196
13197Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13198
13199 * configure: Fix sed loop which substitutes for CC and CXX to
13200 avoid bug found in various sed implementations.
13201
13202Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13203
13204 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13205 simulator. Use standard powerpc-*-eabi*.
13206
13207Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13208
13209 * configure.in: Stop putting gas and binutils in noconfigdirs for
13210 powerpc-*-aix* and rs6000-*-*.
13211
13212Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13213
13214 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13215 -mcall-aixdesc libraries.
13216
13217Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13218
13219 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13220
13221 * config.sub (arm | armel | armeb): Fix shell syntax.
13222
13223Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13224
13225 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13226 -msoft-float and -mcpu=common support.
13227 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13228 libraries.
13229
13230Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13231
13232 * configure.in: Allow configuration and build of emacs19 for the alpha.
13233
13234Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13235
13236 * configure.in (CC): Get ^CC, not just any old CC, from
13237 ${host_makefile_frag}.
13238
13239Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13240
35590697 13241 * configure.in (CC): Try to get CC from
252b5132
RH
13242 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13243
13244Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13245
13246 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13247 only if it exists in $(srcdir).
13248
13249Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13250
13251 * configure: If CC and CXX are not set in the environment, set
13252 them, based on either an existing Makefile or on searching for gcc
13253 in PATH. Substitute for CC and CXX in Makefile.
13254 * configure.in: Remove libm from target_libs. Separate
13255 target_configdirs from configdirs. If CC is not set in
13256 environment, try to get it from a host Makefile fragment. Rewrite
13257 changes of configdirs to use skipdirs instead. A few minor
13258 tweaks. Take directories out of target_configdirs as they are
13259 taken out of configdirs. Remove existing Makefile files from
13260 subdirectories. Substitute for TARGET_CONFIGDIRS and
13261 CONFIG_ARGUMENTS in Makefile.
13262 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13263 by configure.in.
13264 (CONFIG_ARGUMENTS): Likewise.
13265 (CONFIGURE_TARGET_MODULES): New variable.
13266 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13267 ($(CONFIGURE_TARGET_MODULES)): New target.
13268 (configure-libg++, configure-libio): New targets.
13269 (all-libg++): Depend upon configure-libg++.
13270 (all-libio): Depend upon configure-libio.
13271 (configure-libgloss, all-libgloss): New targets.
13272 (configure-libstdc++): New target.
13273 (all-libstdc++): Depend upon configure-libstdc++.
13274 (configure-librx, all-librx): New targets.
13275 (configure-newlib): New target.
13276 (all-newlib): Depend upon configure-newlib
13277 (configure-xiberty): New target.
13278 (all-xiberty): Depend upon configure-xiberty.
13279
13280Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13281
13282 * configure.in (host i[345]86-*-win32): Expand the
13283 noconfigdirs again.
13284
13285Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13286
13287 * mpw-configure: Fix sed command file name.
13288
13289Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13290
35590697 13291 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13292 noconfigdirs again.
13293
13294Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13295
13296 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13297 or powerpc*-*-pe*, since they are not yet supported.
13298
13299Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13300
13301 Add PowerMac support and many other enhancements.
13302 * mpw-configure: New option --cc to select compiler to use,
13303 paste options set according to --cc into the generated
13304 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13305 if mpw-make.sed is present.
13306 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13307 add forward includes for PowerPC include files.
13308 * mpw-build.in: Build using Makefile.PPC if present.
13309 (do-byacc, etc): Remove separate version resource builds.
13310 (do-gas): Build "stamps" before "all".
13311 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13312 * mpw-README: Update to reflect --cc option, PowerMac support,
13313 and recently-reported compatibility problems.
13314
13315Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13316
13317 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13318 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13319 (--with-multilib-top): Pass to recursive invocations.
13320
13321Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13322
13323 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13324 v810-*-*.
13325
13326Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13327
13328 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13329 gdb, ld and opcodes on v810-*-*.
13330
252b5132
RH
13331Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13332
13333 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13334 (local-maintainer-clean): New target.
13335 (maintainer-clean): New target.
13336 (realclean): Just depend upon maintainer-clean.
13337
13338Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13339
13340 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13341
13342Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13343
13344 * configure.in: Build ld in mips*-*-bsd* case.
13345
13346Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13347
13348 * config.sub: Accept -lites* OS. From Ian Dall.
13349
13350Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13351
13352 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13353 targets.
252b5132
RH
13354
13355Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13356
13357 * configure.in: treat i386-win32 canadian cross the same as
13358 i386-go32 canadian cross.
13359
13360Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13361
13362 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13363 running under the simulator to build a reduced set of libraries.
13364 (powerpc-*-eabiaix): Add fine grained multilib support added to
13365 other powerpc targets yesterday.
13366
13367Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13368
13369 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13370 -disable-softfloat, -disable-relocatable, -disable-aix, and
13371 -disable-sysv to control which multilib libraries get built.
13372
13373Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13374
13375 * configure: Add Makefile.tem to list of files to remove in trap
13376 handler.
13377
13378Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13379
13380 * config.guess (*Linux*): Add missing "exit"s.
13381 Also, need specific check for alpha-unknown-linux (uses COFF).
13382
13383Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13384
13385 * config.guess: Merge with FSF:
13386
13387 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13388 * config.guess (AIX4): More robust release numbering discovery.
13389
13390 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13391 * config.guess (i386-sequent-ptx): Properly get version number.
13392
13393 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13394 * config.guess (mips:*:4*:UMIPS): New case.
13395
13396Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13397
13398 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13399 (i386-win32 host): Likewise. Don't build readline.
13400
afb8d725
JM
13401Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13402
13403 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13404 SUPPORT_FILES to submakes.
13405
252b5132
RH
13406Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13407
13408 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13409 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13410 mpw-configure.
13411
13412Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13413
13414 * configure.in (appdirs): Use =, not ==, in test expression when
13415 trying to build the text to print in the warning message for
13416 Solaris users.
13417
13418Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13419
13420 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13421
13422Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13423
13424 * config.guess: Recognize lynx-2.3.
13425
13426Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13427
13428 * config.sub (z8ksim): Deleted
13429 (z8k-*-coff): New, this is the one true name of the target.
13430
13431Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13432
13433 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13434
13435Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13436
13437 * config.guess (*:Linux:*:*): First try asking the linker what the
13438 default object file format is (elf, aout, or coff). Then if this
13439 fails, try previous methods.
13440
13441Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13442
13443 * configure.in: Don't build newlib for *-*-vxworks5.1.
13444
13445Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13446
13447 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13448 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13449
13450Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13451
13452 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13453
13454Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13455
13456 * cfg-ml-com.in: New file.
13457 * cfg-ml-pos.in: New file.
13458
13459Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13460
13461 * COPYING.NEWLIB: Add HP free copyright to list.
13462
13463Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13464
13465 * config.sub: Recognize -eabi* for the system, not just -eabi.
13466
13467Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13468
13469 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13470 * config.sub, configure.in (win32): New target and host.
13471
13472Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13473
13474 * configure.in: Add i386-pe configuration.
13475
13476Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13477
13478 * mpw-build.in (install): Install GDB after LD.
13479
13480Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13481
13482 * mpw-config.in (elf/mips.h): Always forward-include, needed
13483 for GDB to build.
13484
13485Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13486
13487 * testsuite: New directory for customer acceptance and whole tool
13488 chain tests.
13489
13490Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13491
13492 * configure: If per-host line isn't found, but AC_OUTPUT is found
13493 and a configure script exists, run it instead.
13494
13495Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13496
13497 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13498
13499Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13500
13501 * configure: Set build_{cpu,vendor,os,alias} to host values when
13502 --build isn't specified.
13503
13504Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13505
13506 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13507 (FLAGS_TO_PASS): Pass them.
13508 (EXTRA_TARGET_FLAGS): Ditto.
13509
252b5132
RH
13510Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13511
13512 * Makefile.in (all-libg++): Depend on all-libstdc++.
13513
13514Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13515
13516 * configure.in (noconfigdirs): Enable all packages for
13517 i386-unknown-netbsd.
13518
13519Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13520
13521 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13522 hosted builds (DOS builds)
13523
13524Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13525
13526 Changes for ARM based on patches from Richard Earnshaw:
13527 * config.sub: Handle armeb and armel.
13528 * configure.in: Omit arm linker only for riscix.
13529
13530Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13531
13532 * config.guess: Update from FSF.
13533
13534Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13535
13536 * config.sub: Recognize powerpcle as the little endian varient of
13537 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13538 powerpcle variant. Convert pentium into i586, not i486. Add p5
13539 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13540 temporarily.
13541
13542Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13543
13544 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13545
13546Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13547
13548 * config.sub: Accept -lites* as a basic system type.
13549
13550Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13551
13552 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13553 installed, and if so return linuxoldld as the system name.
13554
13555Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13556
13557 * config.guess: Add hppa1.1-hp-lites support.
13558
13559Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13560
13561 * configure.in: Don't build newlib for m68k-vxworks5.1.
13562
13563Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13564
13565 * configure.in (mips-sgi-irix6): Use mh-irix5.
13566
13567Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13568
13569 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13570
13571Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13572
13573 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13574 OSF/1. Fix compiler flags.
252b5132
RH
13575 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13576
13577Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13578
13579 * configure.in: Recognize --with-newlib.
13580 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13581
afb8d725
JM
13582Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13583
13584 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13585 to *_X11_MODULES due to gdbtk needing X include files et al.
13586
252b5132
RH
13587Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13588
13589 Merge in support for Mac MPW as a host.
13590 (Old change descriptions retained for informational value.)
13591
13592 * mpw-config.in: Add generic include forwards for cpu-specific
13593 include files in aout and elf directories.
13594
13595 * mpw-configure: Added copyright.
13596 * mpw-config.in: Check for presence of required build tools.
13597 (target_libs): Add newlib.
13598 (target_tools): Add examples.
13599 (Read Me): Generate as "Read Me for MPW" instead.
13600 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13601 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13602 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13603
13604 * mpw-configure: Remove subdir-specific makefile hackery,
13605 delete mk.tmp after using it.
13606
13607 * mpw-build.in (all): Display start and end times.
13608
13609 * mpw-configure (host_canonical): Set.
13610 (target_cpu): Always add to makefiles.
13611 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13612 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13613 (mpw-mh-mpw): Look for in srcdir and srcroot.
13614 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13615
13616 * mpw-build.in: (install-only): New target.
13617
13618 * mpw-configure (host_alias, target_alias): Rename from hostalias
13619 and targetalias, add into generated Makefile.
13620 (mk.tmp): If present, add into generated Makefile.
13621 * mpw-build.in (all-gas): Build config.h first before gas proper.
13622
13623 * mpw-configure (config.status): Write only if changed.
13624 * mpw-config.in (readline): Configure it (not built, just used for
13625 definitions).
13626
13627 * mpw-config.in (elf/mips.h): Add a forward include.
13628
13629 * mpw-config.in: Forward-include most .h files in include into
13630 extra-include.
13631 (readline): Don't build.
13632 mpw-build.in (install): Install GDB.
13633
13634 * mpw-configure (prefix, mpw_prefix): Handle it.
13635 * mpw-config.in (mmalloc, readline): Don't configure.
13636 * mpw-build.in (thisscript): Rename to ThisScript.
13637 Use mpw-build instead of BuildProgram everywhere.
13638 (mmalloc, readline): Don't build.
13639 * mpw-README: New file, basic documentation about the MPW port.
13640
13641 * mpw-config.in: Use forward-include to create include files.
13642
13643 * mpw-configure: Add more things to the top of each configured
13644 Makefile, including contents of config/mpw-mh-mpw.
13645 * mpw-config.in (extra-include): Create this directory and fill it
13646 with Posix-like include files when configuring.
13647
13648 * config.sub (apple, mac, mpw): Add various aliases.
13649
13650 * mpw-build.in: New file, top-level build script fragment for MPW.
13651 * mpw-configure: New file, configure script for MPW.
13652 * mpw-config.in: New file, config fragment for MPW.
13653
13654Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13655
13656 * configure.in (host_libs): Remove glob, since it is gone from the
13657 sources.
13658
13659Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13660
13661 * Makefile.in: define empty GDB_NLM_DEPS var.
13662
13663 * configure.in(target_makefile_frag): use config/mt-netware
13664 for netware targets.
13665
13666Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13667
13668 * config.sub: Merge in recent FSF changes. Remove linux special
13669 cases.
13670
13671Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13672
4bddf3ad 13673 Revert this change:
252b5132
RH
13674
13675 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13676
13677 * build-all.mk: Use CC=cc -Xs on Solaris.
13678
252b5132
RH
13679Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13680
13681 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13682 stop using it.
13683 * Makefile.in: Nuke all references to glob subdirectory.
13684
13685Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13686
13687 * configure.in: Fix --enable-shared logic in per-host.
13688
13689Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13690
13691 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13692
13693Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13694
13695 * configure.in (noconfigdirs): Don't build gas on AIX, for
13696 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13697
13698Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13699
13700 * configure: Fix --cache-file to work if the file argument is a
13701 relative path.
13702
13703Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13704
13705 * configure: If the --cache-file is used, pass it down to
13706 configure in subdirectories.
13707
13708Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13709
13710 * config.sub: add vxworks29k configuration.
13711
13712Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13713
13714 * Makefile.in (taz): Do "diststuff" part quietly.
13715
13716Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13717
13718 * config.sub: Mini-merge with gcc/config.sub.
13719
13720Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13721
13722 * config.guess (IRIX): Sed - to _.
13723
13724Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13725
13726 * Makefile.in (source-vault, binary-vault): New targets.
13727
13728Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13729
13730 * config.sub: Recognize -eabi as a basic system type.
13731
13732Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13733
13734 * configure.in (enable_shared stuff): Fix typo.
13735
13736Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13737
13738 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13739
13740Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13741
13742 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13743
13744Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13745
13746 * configure.in (rs6000-*-*): Don't build gas.
13747
13748Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13749
13750 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13751 reduce command line length.
13752 (AS_FOR_TARGET): Check for as.new, not Makefile.
13753 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13754
13755Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13756
13757 * config.guess: Merge from FSF.
13758
13759Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13760
13761 * configure: Don't use $ when handling program_suffix.
13762
13763Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13764
13765 * configure.in: Configure tk for hppa/hpux.
13766
13767Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13768
13769 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13770
13771Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13772
13773 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13774 to LIBCXXFLAGS. Tests are better run without it.
13775
13776Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13777
13778 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13779
13780Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13781
13782 * configure.in (*-*-netware*): Don't configure xiberty.
13783
13784Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13785
13786 * configure.in: Remove tk from native_only list.
13787
13788Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13789
13790 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13791 for special NCD build.
13792
13793Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13794
13795 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13796 makeall.bat, they're only useful for binutils snapshots.
13797 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13798 makeall.bat to specified SUPPORT_FILES.
13799
13800Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13801
13802 * build-all.mk: Add Ericsson targets to sun4 and solaris
13803 hosts. Add BNR's sun4 target to solaris host, so their
13804 build-from-source will be tested in-house first.
13805
13806Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13807
13808 * Makefile.in (LIBCFLAGS): New variable.
13809 (CFLAGS_FOR_TARGET): Ditto.
13810 (LIBCFLAGS_FOR_TARGET): Ditto.
13811 (LIBCXXFLAGS): Ditto.
13812 (CXXFLAGS_FOR_TARGET): Ditto.
13813 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13814 (BASE_FLAGS_TO_PASS): Pass them.
13815 (EXTRA_TARGET_FLAGS): Ditto.
13816
4bddf3ad 13817 * configure.in: Support --enable-shared.
252b5132
RH
13818
13819Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13820
13821 * configure.in (target_libs): Include libstdc++ again.
13822 * config.guess: Update from FSF (for FreeBSD).
13823
13824Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13825
13826 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13827 makeall.bat.
13828 (DISTDOCDIRS): Add `etc'.
13829 (ETC_SUPPORT_PFX): New variable.
13830 (taz): Include anything from etc starting with a word in
13831 ETC_SUPPORT_PFX.
13832
13833Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13834
13835 * config.sub: Update for recent FSF changes. Remove obsolete
13836 h8300hds entry. Add -windows* and -osx as basic os. Minor
13837 spacing changes.
13838
13839Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13840
13841 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13842
13843 * config.guess: Merge with FSF.
13844 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13845
13846Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13847
13848 * configure: Since the "trap 0" handler will override the exit
13849 status on many systems, only use it for "exit 1", and make it set
13850 a non-zero exit status; reset it before "exit 0". Also, check
13851 exit status of config.sub, and error out if it failed.
13852
13853Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13854
13855 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13856 and install libgloss.
13857
13858Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13859
13860 * Makefile.in (all-binutils): Depend upon all-byacc.
13861
13862 * configure.in: Don't build emacs on Irix 5.
13863
13864Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13865
13866 * configure.in (*-*-netware*): Add libio.
13867
13868Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13869
13870 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13871 (CHECK_TARGET_MODULES): Ditto.
13872 (INSTALL_TARGET_MODULES): Ditto.
13873 (TARGET_LIBS): Ditto.
13874 (all-libstdc++): Note dependencies.
13875
13876Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13877
13878 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13879
13880Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13881
13882 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13883 -fexternal-templates.
13884
13885 * configure.in (target_libs): Add libstdc++.
13886 (noconfigdirs): Add libstdc++ as appropriate.
13887
13888Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13889
13890 * config.guess: Update from FSF.
13891
13892Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13893
13894 * configure: Use ${config_shell} when running ${configsub}.
13895
13896Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13897
13898 * config.sub: No longer recognize h8300h.
13899
13900Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13901
13902 * config.sub: Remove extraneous differences between config.sub and
13903 gcc/config.sub.
13904
13905Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13906
13907 * Makefile.in (DISTSTUFFDIRS): Add gas.
13908
13909Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13910
13911 * COPYING.NEWLIB: New file.
13912
13913Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13914
13915 * config.guess (HP-UX): Patch from Harlan Stenn
13916 <harlan@landmark.com> to also emit release level.
13917
13918Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13919
13920 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13921
13922Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13923
13924 * config.sub: Merge nextstep cleanup from FSF.
13925
13926Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13927
13928 * configure.in (arm-*-*): Don't configure ld for this target.
13929
13930Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13931
13932 * configure.in (*-*-netware): don't configure libg++, libio,
13933 librx, or newlib.
13934
13935Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13936
13937 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13938 configure ld--it works, but it doesn't support shared libraries.
13939
13940Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13941
13942 * config.guess (*-unknown-freebsd*): Get rid of possible
13943 trailing "(Release)" in version string.
13944 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13945
13946Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13947
13948 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13949 Fix type: *-next-neststep -> *-next-nextstep.
13950
13951 * config.guess: Merge from FSF:
13952
13953 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13954
13955 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13956
13957 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13958
13959 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13960 instead of UNIX_SV for UnixWare 1.0).
13961
13962Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13963
13964 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13965 to make gdb/nlm/* build after the compiler and linker.
13966
13967Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13968
13969 * config.guess (netbsd, freebsd, linux): Accept any machine,
13970 not just i[34]86.
13971 (m68k-atari-sysv4): Relocate to match FSF version.
13972
13973 * config.guess: More merges from the FSF:
13974
13975 Add a space before function call or macro invocation.
13976
13977 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13978
13979 * config.guess: Add trap cmd to remove dummy.c and dummy when
13980 interrupted.
13981
13982 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13983
13984 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13985 (dummy): Redirect stderr from compilation of dummy.c.
13986
13987 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13988
13989 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13990
13991Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13992
13993 * configure: Accept and ignore --cache*, for compatibility with
13994 new autoconf.
13995
13996Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13997
13998 * config.guess: Merge from FSF:
13999
14000 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14001
14002 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
14003 (PATH): Add /.attbin at end for finding uname.
14004 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
14005
14006 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14007
80413487 14008 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
14009
14010 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14011
80413487
RH
14012 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14013 to select whether to use ELF or COFF.
252b5132
RH
14014
14015 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14016
80413487 14017 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
14018
14019 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14020
14021 * config.guess: Guess the OS version for HPUX.
14022
14023 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14024
14025 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14026
14027Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14028
14029 * configure.in: Recognize --with-headers, --with-libs, and
14030 --without-newlib.
14031 * Makefile.in (all-xiberty): Depend upon all-ld.
14032
14033Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14034
14035 * configure.in: Change i[34]86 to i[345]86.
14036
14037Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14038
14039 * configure (version): A few more tweaks to help message.
14040
14041Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14042
14043 * Makefile.in: Remove (for now) librx as a host library,
14044 now that we're building it for target.
14045
14046Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14047
14048 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14049 (Karl Berry).
14050
14051Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14052
14053 * configure.in: Also configure librx.
14054
14055Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14056
14057 * Makefile.in: Update various rules to reflect that librx
14058 is now needed for libg++.
14059
14060Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14061
14062 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14063
14064Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14065
14066 * configure.in: Configure the examples directory.
14067
14068Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14069
14070 * configure: Simplify Jun 2 1994 change.
14071
14072Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14073
14074 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14075 /bin/gcc isn't good enough to build gcc.
14076
14077Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14078
14079 * Makefile.in (GDB_SUPPORT_FILES): Remove
14080 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14081 (gdb.tar.gz): Add new rule to use standard distribution building
14082 mechanism.
14083
14084Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14085
14086 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14087 Bill Cox <bill@cygnus.com>.
14088
14089Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14090
14091 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14092
14093Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14094
14095 * configure: Search current dir first in .gdbinit.
14096
14097Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14098
14099 * config.sub: Recognize freebsd (merged from gcc config.sub).
14100
14101Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14102
14103 * config.sub: Refer to NeXT's operating system as nextstep.
14104
14105 * config.sub (case $basic_machine): Re-order the cases, to match
14106 the order in the FSF version (which is mostly alphabethical).
14107 Merge in some additions and changes from the FSF.
14108
14109Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14110
14111 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14112 * config.sub: Recognize cxux7.
14113 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14114
14115Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14116
14117 * config.sub: Fix typo powerpc -> powerpc-*.
14118
14119Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14120
14121 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14122
14123 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14124 parallel with all-emacs and install-emacs). Top-level command
14125 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14126
14127Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14128
14129 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14130 $(relbindir)/make before doing ``make install'', and use
14131 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14132 installing over running make binary.
14133 ($(host)-stamp-stage3-installed): Likewise.
14134
14135Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14136
14137 * config.guess: Recognize Mach.
14138
14139Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14140
14141 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14142 see whether --exec-prefix was used.
14143
14144Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14145
14146 * README: Explicitly mention libg++/README. (Zoo's idea.)
14147
14148Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14149
14150 * Makefile.in: Add all-librx target similar to all-libproc.
14151
14152Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14153
14154 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14155 with post 1.2 uname bogosity.
14156
14157Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14158
14159 * configure: Remove temporary files on receipt of a signal.
14160
14161Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14162
14163 * configure: If there is a package_makefile_frag, remove
14164 ${subdir}/Makefile.tem after copying it in.
14165
14166Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14167
14168 * build_all.mk: support rs6000 lynx identifies itself as
14169 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14170 since /bin/gcc is too feeble to compile a modern gcc.
14171
14172Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14173
14174 * brought devo/test-build.mk update-to-date with progressive/
14175 test-build.mk. Add lynx targets and hppa flag info.
14176
14177Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14178
14179 * configure.in: Use mh-ncrsvr43. Patch from
14180 Tom McConnell <tmcconne@sedona.intel.com>.
14181
14182Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14183
14184 * config.guess (i386-unknown-bsdi): No longer need to
14185 check #if defined(__bsdi__) && defined(__i386__).
14186
14187Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14188
14189 * configure: Set program_transform_nameoption correctly.
14190
14191Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14192
14193 * brought build-all.mk update-to-date with progressive build-all.mk,
14194 added new targets and hppa info.
35590697 14195
252b5132
RH
14196Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14197
14198 * configure: If config.guess result is a prefix of the user
14199 specified target, assume a native build and use the user specified
14200 target as the host alias. Remove SunOS patch suffix removal hack.
14201 * configure.in: Remove SunOS patch suffix removal hack.
14202
14203 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14204 in NATIVE_CHECK_MODULES.
14205
14206Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14207
14208 * Makefile.in: Rename HOST_ONLY to NATIVE.
14209 * configure: Delete SunOs patch suffix from host_canonical
14210 and build_canonical variables that are prepended to Makefiles.
14211 * configure.in: Add comments for easier maintenance.
14212
14213Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14214
14215 * Makefile.in: Add all-libproc target similar to all-gui.
14216
14217Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14218
14219 * Makefile.in (CHECK_MODULES): split into
14220 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14221
14222Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14223
14224 * config.guess (i386-unknown-bsdi): New system to guess.
14225
14226Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14227
14228 * Makefile.in: Add all-gui target (but not yet build by "all").
14229
14230Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14231
14232 * config.sub: Move deletion of patch suffix from here...
14233 * configure.in: To here, at Ian's suggestion. The top-
14234 level scripts might need to know of a patch level.
14235
14236Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14237
14238 * config.sub: Strip off patch suffix so rtl is recognized
14239 as a sunos4.1.3 machine, even though it's been patched.
14240
14241Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14242
14243 * Makefile.in (INSTALL_LAST): Delete.
14244 (INSTALL_DOSREL): New.
14245
14246Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14247
14248 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14249 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14250 whether we pass down --with-gnu-ld anyhow.
14251
14252Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14253
14254 * Makefile.in (INSTALL_LAST): Change operation so it works
14255 on more flavors of make.
14256 * configure.in (go32): Don't build libg++ or libio.
14257
14258Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14259
14260 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14261 they can be overriden by templates.
14262
14263Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14264
14265 * configure.in (target==go32): Don't build gdb.
14266 * dosrel: New directory.
14267
14268Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14269
14270 * configure.in (host==go32): Configure dosrel too.
14271 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14272 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14273 be set by incoming names or templates.
14274 (INSTALL_LAST): New rule.
252b5132
RH
14275
14276Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14277
14278 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14279
14280Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14281
252b5132
RH
14282 * configure.in (appdirs): New variable. Currently empty, but will
14283 be used in gas distribution. If nonempty, lists a set of
14284 directories at least one of which must get configured, or top
14285 level configuration is considered to have failed.
14286 (rs6000-*-lynxos*): Use new file name.
14287
14288Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14289
14290 Eliminate XTRAFLAGS.
14291 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14292 newlib include files using -idirafter, and also use -nostdinc.
14293 (CXX_FOR_TARGET): Likewise.
14294 (XTRAFLAGS): Removed.
14295 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14296 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14297 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14298 ($(DO_X)): Don't pass down XTRAFLAGS.
14299
14300Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14301
14302 * configure.in (mips*-dec-bsd*): New target; do build linker.
14303 (mips*-*-bsd*): New target; don't build linker.
14304
14305Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14306
14307 * configure.in: support rs6000-*-lynxos* configuration.
14308 support sunos4 as a cross target.
14309
14310 * config.sub: look for lynx*, not lynx since the OS version may
14311 legitimately be part of the name.
14312
14313Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14314
14315 * configure.in (i[34]86-*-sco*): Move to be with other i386
14316 targets.
14317 (romp-*-*): New target. Skip various binary utilities.
14318 (vax-*-*): New target. Don't build newlib.
14319 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14320
14321Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14322
14323 * configure.in: Only set host_makefile_frag if config
14324 directory exists.
14325
14326Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14327
14328 * install.sh: If $dstdir exists, don't check whether each
14329 component does.
14330
14331Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14332
14333 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14334
14335Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14336
35590697
AJ
14337 * configure.in (*-*-lynxos*): Don't configure newlib for either
14338 native or cross Lynx.
252b5132
RH
14339
14340Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14341
14342 * config.sub (sparc64-elf): Fix os.
14343 (z8k): Remove duplicate.
14344
14345Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14346
14347 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14348 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14349
14350Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14351
14352 * configure: Make file links cleanly even if Lynx fails on
80413487 14353 an NFS symlink (at least fail cleanly).
252b5132
RH
14354
14355Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14356
14357 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14358 -XNh2000.
14359
14360Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14361
14362 * configure: Unknown options are fatal again.
14363
14364Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14365
14366 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14367 compatibility.
252b5132
RH
14368
14369Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14370
14371 * build-all.mk: Add `clean' target.
14372
14373Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14374
14375 * config.guess: Add SINIX support.
14376 * configure.in: Add mips-*-sysv4* support.
14377
14378Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14379
14380 * build-all.mk: Document all useful targets.
14381 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14382 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14383
14384Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14385
14386 * configure: Support --silent, --quiet.
14387
14388Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14389
14390 * configure: Support --disable-FEATURE.
14391
14392Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14393
14394 * config.guess: Recognize NCR running SVR4.3.
14395
14396Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14397
14398 * config.guess: Make BSDI generate i386-unknown-bsd386.
14399 Patch from Paul Eggert <eggert@twinsun.com>.
14400
14401Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14402
14403 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14404
14405Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14406
14407 * configure: Make unrecognized options give nonfatal warnings
14408 instead of fatal errors, and pass them to any subdirectory
14409 configures in case they recognize them.
14410 Make --x equivalent to --with-x.
14411
14412Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14413
14414 * configure: Add --enable-* options. Clean up usage message and
14415 some comments.
14416
14417Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14418
14419 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14420
14421Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14422
14423 * configure.in (hppa*-*-*): Enable binutils.
14424
14425Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14426
14427 * config.sub: Recognize cisco.
14428
14429Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14430
14431 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14432
14433Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14434
14435 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14436 than one configuration name. Add comment.
14437
14438Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14439
14440 * config.guess: about target *-hitachi-hiuxwe2, fixed
14441 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14442 macro is incorrect.]
14443
14444Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14445
14446 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14447 than the "make ls" stuff which used to be here.
14448
14449Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14450
14451 * config.guess: Recognize i[34]86-unknown-freebsd.
14452 From Shawn M Carey <smcarey@rodan.syr.edu>.
14453
14454Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14455
14456 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14457
14458Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14459
14460 * config.guess: Check for ptx.
14461
14462Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14463
14464 * config.sub: Add os9k checking.
14465
14466Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14467
14468 * config.guess: Handle OSF1 running on HPPA processors
14469
14470Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14471
14472 * configure: If subdir configure fails, print out a message with
14473 subdirectory name, in case subdir's configure code didn't identify
14474 itself.
14475
14476Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14477
14478 * configure.in: Remove embedded newlines from configdirs.
14479 Avoid mismatches of substrings. Fix matching strings at end
14480 of configdirs.
14481
14482Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14483
14484 * config.guess: Add Lynx/rs6000 config support.
14485
14486Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14487
14488 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14489
14490Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14491
14492 * configure.in (hppa*-*-osf*): Treat this just like most other
14493 PA configurations (eg no binutils or ld).
14494 (hppa*-*-*elf*): These configurations have binutils and ld.
14495
14496Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14497
14498 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14499
14500Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14501
14502 * configure.in (rs6000-*-*): Build gas.
14503
14504Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14505
80413487 14506 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14507
14508Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14509
14510 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14511 for GDB and GDB has been fixed to not need it.
14512
252b5132
RH
14513Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14514
14515 * config.guess: Recognize vax hosts.
14516
14517Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14518
14519 * configure (while loop): Don't use "break 2" inside case
14520 statement -- the case statement isn't an enclosing loop.
14521
14522Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14523
14524 * config.guess: Clean up NeXT support, to allow nextstep
14525 on Intel machines. Make OS be nextstep.
14526
14527Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14528
14529 * config.guess: Add alternate forms for Convex.
14530
14531Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14532
14533 * configure: Completely rewrite option processing. Take
14534 advantage of pattern-matching to avoid invoking test frequently.
14535 Also clean up host and target defaulting logic.
14536
14537Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14538
14539 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14540 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14541 commands (plus user environment) will fit SCO limits.
14542
14543Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14544
14545 * configure.in: Don't issue warnings about directories which are
14546 not being configured if -norecursion is set. Correct test for
14547 --with-gnu-as and --with-gnu-ld to not get confused by substring
14548 matches.
14549
14550 * configure.in: Don't build gas for alpha-dec-osf1*.
14551
14552Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14553
14554 * configure: Back out Per's change of 12/19/1993. It changes the
14555 behavior of configure in unexpected and confusing ways.
14556
14557 Also, use different delim char when calculating
14558 program_transform_name so that the name can contain slashes.
14559
14560Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14561
14562 * configure.in, config.sub: Add support for VSTa micro-kernel.
14563
14564Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14565
14566 * configure.in: Nuke hacks which were used to get a special
14567 version of GAS for HPPA configurations.
14568
14569Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14570
14571 * configure: If only ${target_alias} is given, use that
14572 as the default for ${host_alias}.
14573 * configure: Add missing back-slashes before nested quotes.
14574
14575Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14576
14577 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14578
14579Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14580
14581 * config.guess: Recognize some Tektronix configurations.
14582 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14583
14584Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14585
14586 * config.sub: Match any flavor of SH.
14587
14588Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14589
14590 * configure.in: Don't try to configure newlib for Alpha.
14591
14592Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14593
14594 * configure.in: Don't build ld for Irix 5. Don't build gas,
14595 libg++ or libio for any Alpha target.
14596
14597 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14598
14599Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14600
14601 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14602 default arguments -- so it tried to compress itself.
14603
14604Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14605
14606 * configure.in (notsupp): ensure that a space is always at the end
14607 of the configdirs list, since the grep checks for an explicit space
14608
14609Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14610
14611 * configure.in (target i386-sysv4.2): don't build ld, since static
14612 versions of many libraries are not available.
14613
14614Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14615
14616 * config.guess: Recognize Apollos (using environment variables).
14617 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14618
14619Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14620
14621 * config.guess: Recognize Sony news mips running newsos.
14622
14623Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14624
14625 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14626 "fi ; else" for bash.
14627
14628Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14629
14630 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14631
14632Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14633
14634 * config.sub: accept unixware as an alias for svr4.2.
14635 Fix some inconsistancies with the gcc version.
14636
14637Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14638
14639 * Makefile.in (DISTDOCDIRS): Add gdb.
14640
14641Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14642
14643 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14644
14645Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14646
14647 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14648 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14649 this now.
14650
14651Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14652
14653 * config.sub: Accept hiux* as an OS name.
14654
14655 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14656 etc/make-stds.texi. The underscore came from gcc, and dje now
14657 agrees that RUNTESTFLAGS is the correct name.
14658
14659Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14660
14661 * install.sh: Remove 'set -e'. It makes any conditionals
14662 in the script useless.
14663
14664 * config.guess: Automatically recognize arm-acorn-riscix
14665 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14666
14667Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14668
14669 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14670
14671Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14672
14673 * Makefile.in (DISTDOCDIRS): New variable.
14674 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14675 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14676
14677Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14678
14679 * configure.in (hppa target): check the source directory for the
14680 pagas sub-directory
14681
14682Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14683
14684 * config.sub: Allow -aout* and -elf*.
14685
14686Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14687
14688 * configure.in: Don't build ld on i386-solaris2, same as for
14689 sparc-solaris2.
14690
14691Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14692
14693 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14694
14695Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14696
14697 * configure.in: Configure gdb for alpha.
14698
14699Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14700
14701 * Makefile.in (CXXFLAGS): Add -O.
14702
14703Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14704
14705 * config.guess: added support for DG Aviion
14706
14707Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14708
14709 * configure.in: Produce warning message for subdirectories not
14710 configurable for this host/target combination. Don't try to
14711 configure gdb for vms.
14712
14713Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14714
14715 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14716 appropriate files before making "diststuff".
14717 (DISTBISONFILES): New var: list of files to be edited.
14718 (DISTSTUFFDIRS): Add binutils.
14719
14720Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14721
14722 * config.sub: also handle mipsel and mips64el (for little endian mips)
14723
14724Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14725
14726 * configure.in: Add * to end of all OS names.
14727
14728Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14729
14730 * configure.in: Build newlib for LynxOS native.
14731
14732Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14733
14734 * config.guess: Add support for delta 88k running SVR3.
14735
14736 * configure.in: Add comment about HP compiler vs. emacs.
14737
14738Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14739
14740 * configure.in: don't build ld on solaris2 (not a viable option
14741 due to bugs in getpwnam & getpwuid)
14742
14743Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14744
14745 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14746 config.guess will produce a full version number.
14747
14748Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14749
14750 * configure.in: Build linker and binutils for alpha-dec-osf1.
14751
14752Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14753
14754 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14755 and gdb/testsuite/Makefile.in.
14756
14757Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14758
14759 * configure.in: recognize mips*- instead of mips-
14760
14761Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14762
14763 * config.sub: Accept linux*coff and linux*elf as operating
14764 systems.
14765
14766Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14767
14768 * config.sub: Recognize mips64, and mips3 as an alias for it.
14769
14770Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14771
14772 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14773 gdb knows how to handle OSF/1 shared libraries.
14774
14775Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14776
14777 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14778 * config.guess: Recognize Hitachi's HIUX.
14779 * config.sub: Recognize h3050r* and hppahitachi.
14780 Remove redundant cases for hp9k[23]*.
14781
14782Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14783
14784 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14785 if gas and ld are in the source tree and are in ${configdirs}.
14786 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14787 --with options (but still pass them down on the command line,
252b5132
RH
14788 if they were explicitly specified).
14789
14790Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14791
14792 * configure: substitute SHELL value in Makefile.in with
14793 ${CONFIG_SHELL}
14794
14795Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14796
14797 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14798 *-*-solaris2* targets.
14799
14800Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14801
14802 * Makefile.in: define M4, and pass it down to sub-makes;
14803 all-autoconf now depends on all-m4
14804
14805Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14806
14807 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14808 presence of {ar,ranlib} instead of a configured directory
14809
14810Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14811
14812 * config.guess: Accept 34?? as well as 33?? for NCR.
14813
14814Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14815
14816 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14817 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14818
14819Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14820
14821 * configure: grab values for $(CC) and $(CXX) from the
14822 environment, so that someone can do "CC=gcc configure; make" and
14823 have it work right (matching the way that autoconf works now)
14824
14825 * configure.in, Makefile.in: add support for gash, the tcl
14826 interface to Galaxy
14827
14828 * config.guess: add NetBSD variants (hp300, x86)
14829
14830Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14831
14832 * install.sh: Support -d option (in the manner of SunOS 4 install,
14833 as it is more deterministic than that of GNU install)
14834 (chmodcmd): Set file to mode 755 by default (should also do default
14835 chgrp and chown, but I don't feel like dealing with that now)
14836
14837Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14838
14839 * config.sub: Remove h8300hhms alias.
14840
14841Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14842
14843 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14844
14845Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14846
14847 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14848 as stmp-fixinc
14849
14850Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14851
14852 * config.sub: recognize m88110-bug-coff.
14853
14854Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14855
14856 * Makefile.in (all-libio): all dependencies on the toolchain used
14857 to build this (gcc, gas, ld, etc)
14858
14859Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14860
14861 * config.guess: Deal with OSF/1 1.3 on alpha.
14862
14863Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14864
14865 * install.sh: add some 'else true' clauses for portability
14866
14867 * configure.in: don't build libio for h8[35]00-*-* targets
14868
14869Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14870
14871 * Makefile.in: Add support for new libio.
14872
14873Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14874
14875 * install.sh: If one command fails, don't try the rest. Don't try
14876 to remove $dsttmp (via trap) unless we have already created it.
14877 If $src doesn't exist, detect it and exit with an error.
14878
14879 * config.guess: Recognize BSD on hp300.
14880
14881Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14882
14883 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14884 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14885
14886Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14887
14888 * Makefile.in (all-send-pr): depends on all-prms
14889
14890Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14891
14892 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14893
14894Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14895
14896 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14897 Added test for mips-mips-riscos5.
14898
14899Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14900
14901 * configure.in: use mh-hp300 for 68k HP hosts
14902
14903Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14904
14905 * configure: add support for CONFIG_SHELL, so that you can use
14906 some alternate shell for evaluating configure scripts
14907
14908Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14909
14910 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14911 in configure script to bug-gdb@prep.ai.mit.edu when building
14912 distribution archive.
14913 * Makefile.in (COMPRESS): Remove def.
14914 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14915 gdb.tar.Z and make-gdb.tar.Z respectively.
14916 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14917 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14918 to convergence with 'taz' target in Makefile.in.
14919
14920Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14921
14922 * install.sh (dsttmp): use trap to ensure that tmp files go
14923 away on error conditions
14924
14925Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14926
14927 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14928
14929Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14930
14931 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14932 its parent is '/' not ''.
14933
14934 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14935
14936Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14937
14938 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14939 that ${newsrcdir}/configure.in does.
14940
14941Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14942
14943 * test-build.mk: support for CONFIG_SHELL
14944
14945Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14946
14947 * config.sub (netware): Add as a basic system type.
14948
14949Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14950
14951 * Makefile.in (Makefile): depend on configure.in. Also drop the
14952 $(srcdir)/ from the dependency on Makefile.in.
14953
14954Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14955
14956 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14957 (h8300hhms is temporary until multi-libraries are implemented).
14958 * configure.in: Handle h8300h too.
14959
14960Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14961
14962 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14963
14964Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14965
14966 * configure: Remove extraneous output when guessing host type.
14967 * config.guess: Remove extraneous output when guessing using C
14968 compiler rather than uname, or when guessing fails.
14969
14970Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14971
14972 * Makefile.in: remove all.cross and install.cross targets
14973
14974 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14975 definitions
14976
14977Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14978
14979 * configure.in (target sh): Build gprof.
14980
14981Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14982
14983 * config.sub: change -solaris to -solaris2
14984
14985Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14986
14987 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14988
14989Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14990
14991 * configure: Correct error message for missing Makefile.in to
14992 print correct directory.
14993
14994Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14995
14996 * install.sh: kludge around 386BSD shell bug
14997
14998Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14999
15000 * config.guess: Recognize NeXT.
15001 * config.guess: Recognize i486-ncr-sysv4.
15002 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15003
15004Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15005
15006 * Makefile.in (MAKEINFOFLAGS): New variable.
15007 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15008 * build-all.mk, test-build.mk: Pass down --no-split as
15009 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15010
15011Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15012
15013 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15014
15015Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15016
15017 * Makefile.in (libg++.tar.z): New rule.
15018 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15019 * Makefile.in (taz): Only do a single chmod.
15020
15021Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15022
15023 * install.sh: don't use dirname anymore (replaced with sed usage)
15024
15025Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15026
15027 * Makefile.in: Change extension for gzip'd files from '.z' to
15028 '.gz' per new FSF standard usage.
15029
15030Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15031
15032 * configure: put quotes around the final value of program_transform_name
15033
15034Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15035
15036 * Makefile.in: new install.sh support; update install-info rules
15037
15038Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15039
15040 * configure.in: Build diff for crosses, but not for go32 host.
15041
15042 * configure.in: Build gprof only for native, and don't build it
15043 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15044
15045Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15046
15047 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15048
15049Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15050
15051 * configure.in (host_tools): Add prms.
15052
15053Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15054
15055 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15056 with $(FLAGS_TO_PASS) on the command line
15057
15058 * config.sub: Recognize lynx and lynxos
15059
15060Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15061
15062 * config.sub: Accept -ecoff*, not just -ecoff.
15063
15064Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15065
15066 * Makefile.in (taz): Use .gz suffix instead of .z.
15067 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15068 names.
15069
15070Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15071
15072 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15073
15074Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15075
15076 * Makefile.in (install-no-fixedincludes): install gcc last, so
15077 that rebuilds that might happen during 'make install' don't get
15078 bogus gcc include files
15079
15080Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15081
15082 Change from Utah for HPPA support:
15083 * config.guess: Recognize hppa1.x-hp-bsd.
15084
15085Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15086
15087 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15088 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15089
15090Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15091
15092 * config.sub: Add support for rom68k and bug boot monitors.
15093
15094Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15095
15096 * Makefile.in: Make all-opcodes depend on all-bfd.
15097
15098Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15099
15100 * config.guess: Added special check for i[34]86-univel-sysv4*.
15101
15102Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15103
15104 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15105 the processor rather than assuming i486.
15106
15107Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15108
15109 * config.guess: Recognize SunOS6 as Solaris3.
15110
15111Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15112
15113 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15114 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15115
15116Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15117
15118 * build-all.mk (all-cross): New target for Canadian Cross.
15119 Added Q2 go32 targets.
15120 * test-build.mk: Configure go32 cross sparclite-aout and
15121 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15122 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15123
15124Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15125
15126 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15127 GO32 hosted toolchains
15128
15129Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15130
15131 * configure: change so "-exec-prefix" gets passed down rather
15132 than "-exec_prefix" so autoconf generated Makefiles get the
15133 exec_prefix set right.
15134
15135Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15136
15137 * config.guess: get the Solaris2 minor version number
15138
15139 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15140
15141Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15142
15143 * config.guess: Recognize some Sequent platforms.
15144
15145Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15146
15147 * Makefile.in: added the vault-install target
15148
15149 * configure.in: actually use the Sun3 makefile fragment that's in
15150 config, also added the release dir to configdirs
15151
15152Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15153
15154 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15155
15156Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15157
15158 * configure.in: remove some program from Alpha targetted toolchains
15159
15160Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15161
15162 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15163 gprof.
15164 (taz): Run "make diststuff" in those directories instead of "make
15165 proto-dir". Look for "VERSION=" only at start of line in subdir
15166 Makefile. Use "gzip -9" for compression.
15167 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15168 (binutils.tar.z): New target.
15169
15170Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15171
15172 * Makefile.in (taz): Include gpl.texinfo.
15173
15174Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15175
15176 * Makefile.in (setup-dirs): Merged into "taz" target.
15177 (taz): Only do `proto-dir' stuff if a directory is actually needed
15178 for this target.
15179
15180Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15181
15182 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15183 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15184 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15185 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15186 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15187
15188Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15189
15190 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15191 config.sub, and move-if-change to gdb testsuite distribution
15192 archive, so the testsuite can be extracted, configured, and
15193 run separately from the gdb distribution. Blow away the Chill
15194 tests that require a Chill compiled executable, since GNU Chill
15195 is not yet publically available.
15196
15197Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15198
15199 * test-build.mk: set environment variables in a single command,
15200 instead of a list of assignments and exports
15201
15202 * config.guess: recognize Alpha/OSF1 systems
15203
15204Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15205
15206 * configure: Change help message to prefer --options rather than
15207 -options.
15208
15209Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15210
15211 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15212 zippy@ecst.csuchico.edu.
15213 * config.guess: Recognize miniframe.
15214
15215Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15216
9eb322aa
MF
15217 * Makefile.in: Use srcroot to find runtest rather than rootme.
15218 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15219
15220Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15221
15222 * test-build.mk: Extensive additions to support building on a
15223 machine other than the host.
15224
15225Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15226
15227 * configure (tooldir): Fix for i386-aix again.
15228
15229Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15230
15231 * configure, Makefile.in: Change definition of $(tooldir)
15232 to match the FSF.
15233
15234Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15235
15236 * config.guess: Recognize i[34]86/SVR4.
15237
15238Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15239
15240 * Makefile.in (all-gdb): gdb depends on sim.
15241
15242Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15243
15244 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15245 at the same time we make the prototype gdb directory.
15246 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15247 files at the same time as the gdb base release distribution.
15248
15249Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15250
15251 * Makefile.in (check): Use individual check targets rather than
15252 DO_X rule.
15253 (check-gcc): Added.
15254
15255Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15256
15257 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15258 for System V release 3.2.
15259
15260Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15261
15262 * config.sub: Recognize hppaosf.
15263 * configure.in: Do configure ld/binutils/gas for it.
15264
15265Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15266
15267 * configure (tooldir): Alter syntax used to set this, for systems
15268 where "\$" isn't handled right, like i386-aix.
15269
15270Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15271
15272 * configure: Pass program-transform-name, not
15273 program_transform_name, to recursive configures.
15274
15275Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15276
15277 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15278 of gas+ld+binutils.
15279
15280Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15281
15282 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15283
15284Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15285
15286 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15287
252b5132
RH
15288Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15289
15290 * Makefile.in (PRMS): Set back to all-prms.
15291
15292Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15293
15294 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15295 targets, rather than for MIPS hosts.
15296
15297Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15298
15299 * configure.in: add comment for --with-x default values
15300
15301 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15302
15303 * Makefile.in: add check-* targets for each of the directories in
15304 the tree. Add a definition of RUNTEST that will use the one we
15305 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15306
15307Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15308
15309 * configure.in: Removed obsolete references to bfd_target and
15310 target_makefile_frag.
15311
15312 * build-all.mk: Set assorted targets for Q2.
15313 * config.sub: Recognize z8k-sim and h8300-hms.
15314 * test-build.mk: Really don't pass host to configure.
15315 (HOLES): Added uname.
15316
15317Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15318
15319 * configure: Handle an empty program-prefix, program-suffix or
15320 program-transform-name correctly.
15321
15322Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15323
15324 * build-all.mk: -G 8 no longer required for MIPS targets.
15325 * test-build.mk: Don't pass host argument to configure; make it
15326 guess.
15327
15328Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15329
15330 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15331 * Makefile.in (COMPRESS): New macro, like GZIP.
15332
15333Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15334
15335 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15336
15337 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15338 with gas currently defaults to -G 0.
15339
15340Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15341
15342 * Makefile.in (all-flex): flex depends on byacc.
15343
15344 * build-all.mk: If host not specified, use config.guess. Pass TAG
15345 to test-build.mk as RELEASE_TAG.
15346 * test-build.mk (configargs): New variable containing arguments to
15347 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15348 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15349
15350 * config.guess: Use /bin/uname when checking -X argument on SCO,
15351 to avoid invoking GNU uname which doesn't understand -X.
15352
15353 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15354
15355 * configure.in: Build gas for mips-*-*.
15356
15357Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15358
15359 * Makefile.in (all.normal): insert missing backslash.
15360
15361Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15362
4bddf3ad 15363 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15364
15365 * Makefile.in: Complete overhaul to merge many almost identical
15366 targets.
15367
15368Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15369
15370 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15371 (gdb.tar.Z): Adjusted.
15372
15373 * Makefile.in (setup-dirs, taz): New targets; should be general
15374 enough to adapt for gdb sometime. Build only .z file.
15375 (gas.tar.z): New target.
15376
15377Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15378
15379 * build-all.mk: Use CC=cc -Xs on Solaris.
15380
252b5132
RH
15381Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15382
15383 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15384 for handling BISON for FSF releases.
15385
15386Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15387
15388 * configure: Actually implement the change zoo just documented.
15389
15390Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15391
15392 * configure: when using config.guess, only set target_alias when
15393 it's not already been set (ie, on the command line)
15394
15395Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15396
15397 * Makefile.in: add installcheck target, set PRMS to install-prms
15398
15399Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15400
15401 * configure: add support for package_makefile_fragment, handle the
15402 case where a directory has a configure.in file but no Makefile.in
15403 more gracefully (with an actual understandable error message, even);
15404 add support for --without (and add this to the usage message); also
15405 explicitly add a --host=${host_alias} to the command line when
15406 config.guess is used
15407
15408Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15409
15410 * configure: Must use both --host and --target in recursive calls.
15411
15412Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15413
15414 * Makefile.in: Change deja-gnu to dejagnu.
15415
15416Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15417
15418 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15419
15420Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15421
15422 * configure.in: canonicalize all instances to *-*-solaris2*,
15423 also strip out a number of tools to not build for go32 host
15424
15425Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15426
15427 * config.guess: add GPL.
15428
15429 * Makefile.in, config.guess, config.sub, configure: bump
15430 copyrights to 93.
15431
15432Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15433
15434 * Makefile.in (do-info): Removed obsolete check for existence of
15435 localenv file.
15436
15437 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15438
15439Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15440
15441 * Makefile.in: a couple of 'else true' for decstation,
15442 support for TclX
15443
15444 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15445
15446Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15447
15448 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15449
15450Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15451
15452 * config.guess: Recognize i386-ibm-aix (PS/2).
15453 * configure.in: Use config/mh-aix386 file for it.
15454
15455Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15456
15457 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15458 CC_FOR_TARGET instead.
15459 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15460
15461Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15462
15463 * Makefile.in: Add sim to list of directories sent with gdb
15464
15465Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15466
15467 * configure.in: Put back mips-dec-bsd* case.
15468
15469Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15470
15471 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15472 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15473 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15474
15475Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15476
15477 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15478
15479 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15480 (install-info): install dir.info only if it exists,
15481 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15482
15483Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15484
15485 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15486 gas for mips-dec-bsd.
15487
15488Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15489
15490 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15491 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15492
15493Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15494
15495 * configure.in: Added "dejagnu" to hosttools list.
15496
15497Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15498
15499 * config.sub, configure.in, config.guess: Add support
15500 for Bosx, an AIX variant from Bull.
15501 Patches from F.Pierresteguy@frcl.bull.fr.
15502
15503Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15504
15505 * devo/dejagnu: Initial creation of devo/dejagnu.
15506 Migrated dejagnu testcases and support files for testing software
15507 tools to reside as subdirectories, currently called "testsuite",
15508 within the directory of the software tool. Migrated all programs,
15509 support libraries, etc. beloging to dejagnu proper from
15510 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15511 with no modifications. The changes to these files which will
15512 allow them to configure, build, and execute properly will be made
15513 in a future update.
15514
15515Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15516
15517 * Makefile.in: Change send_pr to send-pr.
15518 * configure.in: Likewise.
15519 * send_pr: Renamed directory to send-pr.
15520
15521Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15522
15523 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15524
15525Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15526
15527 * README: Update for gdb-4.8 release.
15528 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15529 gdb-xxx.tar.z (gzip'd) file also.
15530
15531Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15532
15533 * Makefile.in: make all-diff depend on all-libiberty
15534
15535Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15536
15537 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15538
15539Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15540
15541 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15542
15543Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15544
15545 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15546 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15547 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15548
15549Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15550
15551 * Makefile.in: makeinfo binary is in a new location
15552
15553Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15554
15555 * config.sub: Accept -ecoff as an OS.
15556
15557 * Makefile.in: Various changes to eliminate a level of make
15558 recursion and reduce the required command line length.
15559 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15560 sub-makes.
15561 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15562 variables holding settings for specific sub-makes.
15563 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15564 in terms of BASE_FLAGS_TO_PASS.
15565 (TARGET_LIBS): New variable listing directories which use
15566 TARGET_FLAGS_TO_PASS.
15567 (subdir_do): Eliminated.
15568 (do-*): New set of targets to replace subdir_do.
15569 (various): All targets which used subdir_do now depend on do-*.
15570 (local-clean): Renamed from do_clean.
15571 (local-distclean): New target, dependency of distclean and
15572 realclean.
15573 (install-info): Don't create directories. Depend on dir.info
15574 rather than calling make recursively.
15575 (install-dir.info): Eliminated.
15576 (install-info-dirs): Create all info directories here.
15577 (dir.info): Depend upon do-install-info.
15578
15579 * test-build.mk (HOLES): Added false.
15580
15581Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15582
15583 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15584
15585Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15586
15587 * Makefile.in (info): remove dependency on all-texinfo. The
15588 problem was really in texinfo/C, not at this level.
15589
15590Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15591
15592 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15593
15594Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15595
15596 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15597 GDB releases.
15598
15599Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15600
15601 * configure: Include srcdir in message about target of link not
15602 being found. Don't convert `-' to `_' in `with' options being
15603 passed to subdirs.
15604
15605Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15606
15607 * configure.in: add uudecode to host_tools
15608
15609 * Makefile.in: added {all,install}-uudecode targets, added them to
15610 the appropriate lists
15611
15612Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15613
15614 * Makefile.in (all-gcc): Added dependency on all-gas.
15615
15616 * configure.in (mips-*-*): Build ld and binutils.
15617
15618Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15619
15620 * configure: check return code from mkdir, print error message and
15621 exit on failure.
15622
15623Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15624
15625 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15626
15627Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15628
15629 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15630
15631Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15632
15633 * config.sub (h8500): Recognize this as a cpu type.
15634
15635Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15636
15637 * configure: source directory missing is no longer a warning
15638
15639 * configure.in: recognize irix[34]* instead of irix[34]
15640
15641 * Makefile.in: define and pass down X11_LIB
15642
252b5132
RH
15643Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15644
15645 * guess-systype: Renamed to ...
15646 * config.guess: ... by popular request.
15647 * configure.in, Makefile.in: Update accordingly.
15648
15649Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15650
15651 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15652 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15653 + Execute ./dummy instead of assuming . is in PATH.
15654
15655Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15656
15657 * guess-systype: New shell script. Attempts to guess the
15658 canonical host name of the executing host.
15659 Only a few hosts are supported so far.
15660 * configure: Call guess-systype if no host is specified.
15661
15662Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15663
15664 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15665 gcc Makefile.
15666
15667
15668Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15669
15670 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15671 (all-gcc, install-gcc, subdir_do): Use it.
15672
15673Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15674
15675 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15676
15677Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15678
15679 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15680 set exclusively by configure, using configure.in .
15681
15682Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15683
15684 * test-build.mk: set $PATH for all builds
15685
15686 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15687
15688Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15689
15690 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15691 the one used in gcc/Makefile.in, so that a null expansion doesn't
15692 override the one needed to build gcc with a native cc.
15693
15694
15695Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15696
15697 * configure: Accept -with arguments.
15698
15699Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15700
15701 * Makefile.in: added h8300sim
15702
15703Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15704
252b5132
RH
15705 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15706 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15707 (all-cygnus, native, build-cygnus): Make
15708 $(canonhost)-stamp-3stage-done, not $(host)....
15709 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15710 i386-sco3.2v4. Added else true to if command.
15711
15712Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15713
15714 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15715
15716Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15717
15718 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15719
15720Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15721
15722 * configure.in: don't remove binutils from Solaris builds
15723
15724Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15725
15726 * Makefile.in: get rid of earlier definitions for *clean,
15727 also handle the recursive info rule better
15728
15729Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15730
15731 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15732 do more-or-less the right thing.
15733
15734Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15735
15736 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15737 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15738
15739Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15740
15741 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15742 $(host_canonical).
15743
15744 * configure.in: split the configdirs list into 4 categories (native
15745 v. cross, library v. tool) and handle the cross-only and native-
15746 only in more reasonable (and correct!) way.
15747
15748Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15749
15750 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15751 configdirs anymore.
15752
15753Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15754
15755 * Makefile.in: extensive cleanup:: removed all of the explicit
15756 clean-* targets, collapsed many wrappers around subdir_do into
15757 one, added additional targets to satisfy standards.texi, deleted
15758 some old targets, some changes for consistency
15759
15760Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15761
15762 * configure.in: handle some programs as cross-only, and others as
15763 native only
15764
15765 * test-build.mk: handle partial holes in a more generic manner
15766
15767 * Makefile.in: m4 depends on libiberty
15768
252b5132
RH
15769Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15770
15771 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15772 time, wdiff, and find to configdirs
15773
15774 * Makefile.in: all, clean, and install rules for the new programs
15775 added to configure.in
15776
15777Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15778
15779 * configure.in: use mh-sun for all *-sun-* hosts
15780
252b5132
RH
15781Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15782
15783 * Makefile.in: define flags for X11 include files and library file
15784 locations, pass them down to the programs that need this info
15785
15786 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15787
252b5132
RH
15788Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15789
15790 * configure.in: start building libg++ for HP-UX targets
15791
15792Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15793
15794 * README: Update references to files moved into etc/.
15795
15796Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15797
15798 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15799 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15800
15801Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15802
15803 * configure: accept dash as well as underscore in long option
15804 names for FSF compatibility.
15805
15806Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15807
15808 * config.sub: added -sco3.2v4 support from FSF.
15809
15810Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15811
15812 * configure.in: expand the section that adds or removes
15813 directories from the list of programs to build, to handle native
15814 vs. cross in addition to host v. native
15815
15816Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15817
15818 * Makefile.in: Replace C++ in macro names with CXX.
15819 This is less likely to break ...
15820
15821Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15822
15823 * test-build.mk: add -w to GNU_MAKE
15824
15825Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15826
15827 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15828 add 'sparc' to list of recognized cpus. This needed to make
15829 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15830 Delete some redundant ose68 variants. Recognize -wrs as an os,
15831 then changes that into $CPU-wrs-vxworks.
15832
15833 * configure.in: remove most references to gdbtest, regularize
15834 target based program removal
15835
15836 * test-build.mk: import from p3 tree (many fixes and changes)
15837
15838Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15839
15840 * Makefile.in: added rules to handle tcl, tk, and expect
15841
15842 * configure.in: handle those directories if they exist
15843
15844Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15845
15846 * config.sub: removed bogus hppabsd and hppahpux names, since
15847 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15848
15849Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15850
15851 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15852 depends upon all-xiberty
15853
15854 * Makefile.in: changes from p3, including:
15855
15856 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15857
15858 * Makefile.in (XTRAFLAGS): include newlib directories if
15859 newlib/Makefile exists, rather than if host != target.
15860
15861 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15862
15863 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15864 from the same source tree and not building a cross-compiler. This
15865 matters for the libg++ configuration if reconfiguring a tree that
15866 has already been installed.
15867
15868 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15869
15870 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15871 pick up the machine and system specific header files.
15872
15873 * Makefile.in: added AS_FOR_TARGET, passed down in
15874 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15875 the C compiler to use to create programs which are run in the
15876 build environment, set it to default to $(CC), and passed it down
15877 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15878
15879 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15880
15881 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15882 We need them for unusual native builds, like systems without
15883 ranlib.
15884
15885 * configure: also define $(host_canonical) and
80413487
RH
15886 $(target_canonical), which are the full, canonical names for the
15887 given host and target
252b5132
RH
15888
15889Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15890
15891 * Makefile.in: Added separate definitions for C++.
15892
15893Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15894
15895 * configure.in (configdirs): Add deja-gnu.
15896
15897Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15898
15899 * README: Update for configure.texi and gdb-4.7 release.
15900
15901Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15902
15903 * Makefile.in: Move "all" target to top of file.
15904 Previously, first target was ".PHONY" which caused BSD4.4 make
15905 to build .PHONY when make was run without arguments.
15906
15907Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15908
15909 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15910 Library-copylefted code in libiberty.
15911
15912Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15913
15914 * config.sub: Replace m68kmote with plain old m68k.
15915
15916Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15917
15918 * Makefile.in: Remove space from blank line, avoid Make complaints.
15919
15920Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15921
15922 * config.sub: Complain if no argument is given. Added support for
15923 386bsd as OS and target alias.
15924
15925Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15926
15927 * Makefile.in (XTRAFLAGS): include newlib directories if
15928 newlib/Makefile exists, rather than if host != target.
15929
15930Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15931
15932 * config.sub: recognize sparclite-wrs-vxworks.
15933
15934 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15935 p3.) Added clean-xiberty to clean.
15936
15937Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15938
15939 * configure.in: use *-*-* instead of nested cases for host and target
15940
15941Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15942
15943 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15944 from the same source tree and not building a cross-compiler. This
15945 matters for the libg++ configuration if reconfiguring a tree that
15946 has already been installed.
15947
15948Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15949
15950 * config.sub (i486v/i486v4): Merge in from FSF version.
15951
15952Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15953
15954 * configure: only set PWD if it is already set.
15955
15956Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15957
15958 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15959 doesn't have unset and all success paths (and most error paths)
15960 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15961 to just ${PWD} to avoid confusion.)
15962
15963Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15964
15965 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15966 even for a native compilation.
15967
15968Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15969
15970 Changes to make the gdb.tar.Z rule work better.
15971
15972 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15973 (DEVO_SUPPORT): Add configure.texi.
15974 (bfd-ilrt.tar.Z): Remove ancient rule.
15975
15976Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15977
15978 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15979 pick up the machine and system specific header files.
15980
15981 * configure.in, config.sub: added new target m68010-adobe-scout,
15982 with alias of adobe68k. Changed configure.in to check for
15983 -scout before -sco* to avoid a false match.
15984
15985 * Makefile.in: added AS_FOR_TARGET, passed down in
15986 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15987 the C compiler to use to create programs which are run in the
15988 build environment, set it to default to $(CC), and passed it down
15989 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15990
15991Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15992
15993 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15994 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15995 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15996 FOR_TARGET variants, to newlib and libg++.
15997
15998Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15999
16000 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16001 first.
16002
16003Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16004
16005 * config.sub: Accept `elf' as an environment.
16006
16007Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16008
16009 * Makefile.in (all-opcodes): cd into the right directory
16010
16011Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16012
16013 * configure: added -program_transform_name option, used as
16014 argument to sed when installing programs.
16015 configure.texi: added documentation for -program_prefix,
16016 -program_suffix and -program_transform_name.
16017
16018Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16019
16020 * config.sub: Accept i486 where i386 ok.
16021
16022Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16023
16024 * config.sub: accept we32k
16025
16026Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16027
35590697 16028 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
16029
16030 * Makefile.in: don't create all directories for ``make install'';
16031 let the subdirectories create the ones they need.
16032
16033Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16034
80413487 16035 * COPYING: new file, GPL v2
252b5132
RH
16036
16037Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16038
16039 * Makefile.in: use the new gen-info-dir, which needs a template
16040 argument (which also lives in texinfo)
16041
16042 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16043
252b5132
RH
16044Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16045
16046 * config.sub (ncr3000): Change i386 to i486.
16047
16048Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16049
16050 * Makefile.in: add install-rcs, install-grep to
16051 install-no-fixedincludes, removed install-bison and install-libgcc
16052
16053Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16054
16055 * configure.in: grab the HPUX makefile fragment if on HPUX
16056
16057Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16058
16059 * Makefile.in: eradicate bison spoor (ditto libgcc).
16060 configure.in: recognise m68{k,000}-ericsson-OSE.
16061 es1800 is alias for m68k-ericsson-OSE
16062
16063Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16064
16065 * configure.in: rearrange the parts that remove programs from
16066 configdirs, based now on HOST==TARGET or by canonical triple.
16067
16068Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16069
16070 * test-build.mk: recurse explicitly with -f test-build.mk when
16071 appropriate. predicate stage3 and comparison on the existence
16072 of gcc. That is, if gcc isn't around, we aren't three-staging.
16073 On very clean, also remove ...stamp-co. Build in-place before
16074 doing other builds.
16075
16076Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16077
16078 * Makefile.in, configure.in: add tgas
16079
16080Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16081
16082 * Makefile.in: a number of changes merged in from progressive.
16083
16084 * configure.in: add libm.
16085
16086 * .cvsignore: ignore some stuff that comes from test-build.mk.
16087
252b5132
RH
16088Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16089
16090 * config.sub: Add es1800 (m68k-ericsson-es1800).
16091
16092Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16093
16094 * configure: Add program_suffix (parallel to program_prefix)
16095 * Makefile.in: adjust directory-creating script for losing decstation
16096
16097Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16098
16099 * configure: Minor $subdir-related fixes.
16100
16101Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16102
16103 * configure: fix various problems with propogating
16104 makefile_target_frag in subdirs.
16105 * configure.in: config libgcc if its there
16106
16107Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16108
16109 * config.sub: HPPA merge.
16110
252b5132
RH
16111Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16112
16113 * Makefile.in: Replace all-bison with all-byacc in all
16114 dependency lines for other tools (which now use byacc).
16115
16116Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16117
16118 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16119
252b5132
RH
16120Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16121
16122 * Makefile.in: make gprof rules similar to byacc rules (instead of
16123 vestigal $(unsubdir) that didn't work...)
16124
16125Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16126
16127 * config.sub: Add support for Linux.
16128 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16129 (at least for libg++).
16130
16131Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16132
16133 * configure.texi: fix doc for the -nfp option to configure
16134
16135Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16136
16137 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16138
16139Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16140
16141 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16142 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16143 * configure.in: added solaris* host_makefile_frag hook.
16144
16145Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16146
16147 * config.sub: changed recognition of m68000 so that various
16148 m68k types can be specified via m680[01234]0
16149
16150Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16151
16152 * config.sub (basic_machine): fix sed so that '-foo' isn't
16153 completely substituted out while .+'-foo' loses the '-foo'
16154
16155Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16156
16157 * config.sub ($os): Add -aout.
16158
16159Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16160
16161 * configure: If host_makefile_frag is absolute, don't
16162 prefix ${invsubdir} (relevant to libg++ auto-configure).
16163
16164Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16165
16166 * Makefile.in (tooldir): Define it.
16167 (all-ld): Depend on all-flex.
16168
16169Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16170
16171 * Makefile.in (check): Fix libg++ special case.
16172
16173Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16174
16175 * configure: do not bury `pwd` into config.status, thus do fewer
16176 pwd's.
16177
16178 * configure: print the "Building in" message only when building in
16179 other than "." AND verbose.
16180
16181 * configure: remove -s, rework -v to better accomodate guested
16182 configures.
16183
16184 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16185
16186Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16187
16188 * Makefile.in: macroize flags passed on recursion. remove
16189 fileutils.
16190
16191Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16192
16193 * configure: get makesrcdir right for subdirs deeper than 1.
16194
16195 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16196 install.
16197
16198Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16199
16200 * Makefile.in: don't print subdir_do or recursion lines.
16201
16202Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16203
16204 * standards.texi: added menu item.
16205
16206 * Makefile.in: build and install standards.info.
16207
16208 * standards.texi: new file.
16209
16210Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16211
16212 * configure: test for and move config.status pieces from
16213 ${subdir}/.
16214
16215Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16216
252b5132
RH
16217 * configure: Test for existance of files before trying to mv
16218 them, to avoid numerous non-existance messages.
16219
16220Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16221
16222 * configure: correct final line of config.status.
16223
16224 * configure: patch from eggert. Avoids a protection problem if
16225 the original Makefile.in is read only.
16226
16227 * configure: use move-if-change from gcc to create config.status.
16228 Some makefiles depend on config.status to tell if a directory
16229 has been reconfigured for a different host. This change
16230 prevents those directories from remaking everything in the case
16231 where the reconfig was only intended to rebuild a Makefile.
16232
16233 * configure: test for config.sub with "config.sub sun4" rather
16234 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16235 host alias from a missing config.sub.
16236
16237Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16238
16239 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16240 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16241
16242Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16243
16244 * configure: mkdir ${subdir} as needed.
16245
16246Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16247
16248 * Makefile.in,configure.in: added autoconf.
16249
16250Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16251
16252 * Makefile.in: no longer pass against on recursion.
16253
16254 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16255 definitions are not inherited.
16256
16257 * configure: correct makesrcdir when subdir is .
16258
16259Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16260
16261 * configure: Add support for 'subdirs' variable, which is
16262 like 'configdirs', except that configure doesn't re-invoke
16263 itself for subdirs, it just creates a Makefile for each subdir.
16264 * configure.texi: Document subdirs.
16265
16266Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16267
16268 * configure.in: added flex to configdirs
16269
16270Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16271
16272 * Makefile.in: remove clean-stamps from clean.
16273
16274Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16275
16276 * configure.in: Add gdbtest to configdirs.
16277
16278Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16279
16280 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16281 to recursive makes.
16282 * configure.in: Recognize new ncr3000 config.
16283
16284Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16285
16286 * Makefile.in, configure.in: removed references to gdbm.
16287
16288Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16289
16290 * config.sub: Don't canonicalize os value
16291 newsos* to bsd (readline needs to check for newsos).
16292 (This fix was earlier made Jan 31, but got re-broken.)
16293
16294Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16295
16296 * configure.in: sco is an os, not a vendor!
16297
16298 * configure: Quote $( better. Keep various shells happy.
16299
16300Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16301
16302 * Makefile.in: eliminate stamp-files.
16303
16304Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16305
16306 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16307 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16308
16309Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16310
16311 * config.sub: fix iris/iris3.
16312
16313Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16314
16315 * configure: re-add -rm.
16316
16317Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16318
16319 * Maskefile.in: add .stmp-rcs to all.
16320
16321 * configure.in: remove gas from rs6000 build, use aix host fragment.
16322
16323Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16324
16325 * configure: pass down site_option during recursion.
16326
16327Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16328
16329 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16330
16331Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16332
16333 * configure: Change exec_prefix so that it really defaults to prefix.
16334
16335Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16336
16337 * Makefile.in, configure.in: Add support for mmalloc library.
16338
16339Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16340
16341 * Makefile.in: add stmp dependencies for a few more things.
16342
16343Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16344
16345 * configure: adjusted error message on objdir/srcdir configure
16346 collision, per john's suggestion.
16347
16348 * Makefile.in: add libiberty stmp to all and all.cross.
16349
16350Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16351
16352 * Makefile.in: remove force dependencies, add grep to all.
16353
16354Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16355
16356 * Makefile.in: drop flex. make stamp files work.
16357
16358 * configure: added test for conflicting configuration in srcdir,
16359 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16360 gets cranky. use relative paths for configure and srcdir
16361 whenever possible. Send some error messages to stderr that were
16362 going to stdout.
16363
16364Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16365
16366 * Makefile.in: Fix libg++ rule to check for gcc directory
16367 before using gcc/gcc. Also pass XTRAFLAGS.
16368
16369Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16370
16371 * Makefile.in: added stmp-files so that directories aren't polled
16372 when they are already built.
16373
16374 * configure.texi: fixed a node pointer problem.
16375
16376Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16377
4bddf3ad 16378 * config.sub configure.in gdb/configure.in
252b5132
RH
16379 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16380 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16381 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16382
16383Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16384
16385 * configure: -recurring becomes -silent. corrected help message
16386 for -site= option.
16387
16388 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16389
16390Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16391
16392 * configure: when building Makefile for crosses, replace
16393 tooldir and program_prefix. default srcdir from location of
16394 config.sub. remove "for host in hosts" and "for target in
16395 targets" loops.
16396
16397Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16398
16399 * Makefile.in: Do not pass bindir or mandir to cvs.
16400
16401Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16402
16403 * Makefile.in, configure.in: removed traces of namesubdir,
16404 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16405 copyrights to '92, changed some from Cygnus to FSF.
16406
16407 * configure.texi: remove most references to multiple hosts,
16408 multiple targets, subdirs, etc.
16409
16410 * configure.man: removed rcsid. reference config.sub not
16411 config.subr.
16412
16413 * Makefile.in: mkdir $(infodir) on install-info.
16414
16415Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16416
16417 * configure.texi: Explain better about .gdbinit and about
16418 the environment that configure.in sections run in.
16419
16420Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16421
16422 * configure.in: Ultrix is only a decstation if it's a MIPS.
16423
16424Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16425
16426 * README: DOC.configure => cfg-paper.texi.
16427
16428Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16429
16430 * config.sub (near case $os): Don't convert newsos* to bsd!
16431
16432Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16433
16434 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16435 the number of copies of COPYING that go into the GDB tar file.
16436
16437Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16438
4bddf3ad 16439 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16440 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16441 Fix SCO configuration stuff.
16442
16443Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16444
16445 * Makefile.in: For libg++, make sure the -I pointing
16446 to the gcc directory goes *after* all the libg++-local -I flags.
16447 Also, move just-gcc dependency from just-libg++ to all-libg++.
16448
16449Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16450
16451 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16452
16453Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16454
16455 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16456
16457Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16458
16459 * config.sub: Add stratus configuration frags. Also
16460 submitted to FSF.
16461
16462Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16463
16464 * Makefile.in (DEV_SUPPORT): add configure.man.
16465
16466 * config.sub(Decode manufacturer-specific): add -none*.
16467
16468Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16469
16470 * Makefile.in: remove form feeds to make Sun's make happy.
16471 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16472
16473Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16474
16475 * Makefile.in (AR_FLAGS): Make quieter.
16476
16477Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16478
16479 * configure.in: Add libg++.
16480 * configure: When verbose, don't output the command line at each
16481 level; it will be unremarkably the same as the previous version,
16482 which will be the same as what the user typed.
16483
16484Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16485
16486 * configure.in, Makefile.in: fix clean-info, add flex. add
16487 fileutils.
16488
16489 * configure: be less sensitive to spaces in Makefile.in. Do not
16490 look for sources in "..". Doing so breaks subdirectories that
16491 might have their own configure. If a subdir has it's own
16492 configure script, use it.
16493
16494Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16495
16496 * cfg-paper.texi: some changes suggested by rms.
16497
16498Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16499
16500 * config.sub: Merge in some small additions from the FSF version,
16501 taken from the gcc distribution, to bring the Cygnus and FSF
16502 versions into closer sync.
16503
16504Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16505
16506 * configure.in: Changed svr4 references to sysv4.
16507
16508Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16509
16510 * configure: added -V for version number option.
16511
16512Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16513
16514 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16515 renamed from DOC.configure to cfg-paper.texi.
16516
16517Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16518
16519 * configure, config.subr, config.sub: config.subr is now
16520 config.sub again.
16521
16522Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16523
16524 * configure.texi: new file, in progress.
16525
16526 * Makefile.in: build info file and install the man page for
16527 configure.
16528
16529 * configure.man: new file, first cut.
16530
16531 * configure: find config.subr again now that configuration "none"
16532 has gone. removed all traces of the -ansi option. removed all
16533 traces of the -languages option.
16534
16535 * config.subr: resync from rms.
16536
d932cae7 165371991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16538
16539 * configure, config.sub, config.subr: merge config.sub into
16540 config.subr, call the result config.subr, remove config.sub, use
16541 config.subr.
16542
16543 * Makefile.in: revised install for dir.info.
16544
d932cae7 165451991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16546
16547 * configure.in: add decstation host makefile frag.
16548
16549 * Makefile.in: BISON now bison -y again. also install-gcc on
16550 install. clean-gdbm on clean. infodir belongs in datadir.
16551 Make directories for info install. Build dir.info here then
16552 install it.
16553
d932cae7 165541991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16555
16556 * Makefile.in: fix for bad directory tests.
16557
d932cae7 165581991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16559
16560 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16561 regexp. -srcdir relative was being handled incorrectly.
16562
16563 * Makefile.in: unwrapped some for loops so that parallel makes
16564 work again and so one can focus one's attention on a particular
16565 package.
16566
d932cae7 165671991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16568
16569 * configure: added PWD as a stand in for `pwd` (for speed). use
16570 elif wherever possible. make -srcdir work without -objdir.
16571 -objdir= commented out.
16572
d932cae7 165731991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16574
16575 * configure: +options become --options. -subdirs commented out.
16576 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16577 Makefile now at top of generated Makefile. Removed cvs log
16578 entries. added -srcdir. create .gdbinit only if there is one
16579 in ${srcdir}.
16580
16581 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16582 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16583 and mandir now keyed off datadir by default.
16584
d932cae7 165851991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16586
16587 * Freshly created ChangeLog.
16588
16589\f
16590Local Variables:
16591mode: change-log
16592left-margin: 8
16593fill-column: 76
16594version-control: never
16595End: