GCC: Pass --plugin to AR and RANLIB
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
50ad1254
L
12021-01-09 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
4 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
5 * configure.ac: Include config/gcc-plugin.m4.
6 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
7 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
8 RANLIB if possible.
9 * Makefile.in: Regenerated.
10 * configure: Likewise.
11
055bc77a
NC
122021-01-09 Nick Clifton <nickc@redhat.com>
13
14 * 2.36 release branch crated.
15
f4782128
ST
162021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
17
18 * libtool.m4: Match gnu* along with other GNU systems.
19
16062162
AM
202021-01-07 Alan Modra <amodra@gmail.com>
21
22 * config.sub: Accept OS of eabi* and gnueabi*.
23
c59e30ed
NA
242021-01-05 Nick Alcock <nick.alcock@oracle.com>
25
26 * Makefile.def (libctf): No longer no_check. Checking depends on
27 all-ld.
28 * Makefile.in: Regenerated.
29
d750c713
NC
302021-01-05 Nick Clifton <nickc@redhat.com>
31
32 * libiberty: Sync with gcc. Bring in:
33 2021-01-04 Martin Liska <mliska@suse.cz>
34
35 * strverscmp.c: Convert to utf8 from iso8859.
36
37 2020-12-22 Jason Merrill <jason@redhat.com>
38
39 PR c++/67343
40 * cp-demangle.h (struct d_info): Add unresolved_name_state.
41 * cp-demangle.c (d_prefix): Add subst parm.
42 (d_nested_name): Pass it.
43 (d_unresolved_name): Split out from...
44 (d_expression_1): ...here.
45 (d_demangle_callback): Maybe retry with old sr mangling.
46 * testsuite/demangle-expected: Add test.
47
48 2020-12-21 Jason Merrill <jason@redhat.com>
49
50 * cp-demangle.c (d_expression_1): Recognize qualified-id
51 on RHS of dt/pt.
52 * testsuite/demangle-expected: Add test.
53
54 2020-12-21 Jason Merrill <jason@redhat.com>
55
56 * cp-demangle.c (d_unqualified_name): Clear is_expression.
57 * testsuite/demangle-expected: Add tests.
58
59 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
60
61 * configure: Regenerate.
62 * configure.ac: Avoid using sanitizer.
63
64 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
65
66 * rust-demangle.c (struct rust_demangler): Add
67 skipping_printing and bound_lifetime_depth fields.
68 (eat): Add (v0-only).
69 (parse_integer_62): Add (v0-only).
70 (parse_opt_integer_62): Add (v0-only).
71 (parse_disambiguator): Add (v0-only).
72 (struct rust_mangled_ident): Add punycode{,_len} fields.
73 (parse_ident): Support v0 identifiers.
74 (print_str): Respect skipping_printing.
75 (print_uint64): Add (v0-only).
76 (print_uint64_hex): Add (v0-only).
77 (print_ident): Respect skipping_printing,
78 Support v0 identifiers.
79 (print_lifetime_from_index): Add (v0-only).
80 (demangle_binder): Add (v0-only).
81 (demangle_path): Add (v0-only).
82 (demangle_generic_arg): Add (v0-only).
83 (demangle_type): Add (v0-only).
84 (demangle_path_maybe_open_generics): Add (v0-only).
85 (demangle_dyn_trait): Add (v0-only).
86 (demangle_const): Add (v0-only).
87 (demangle_const_uint): Add (v0-only).
88 (basic_type): Add (v0-only).
89 (rust_demangle_callback): Support v0 symbols.
90 * testsuite/rust-demangle-expected: Add v0 testcases.
91
92 2020-11-13 Seija Kijin <doremylover456@gmail.com>
93
94 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
95
96 2020-11-11 Patrick Palka <ppalka@redhat.com>
97
98 PR c++/88115
99 * cp-demangle.c (d_print_comp_inner)
100 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
101 "operator " prefix for __alignof__.
102 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
103 operand of __alignof__.
104 * testsuite/demangle-expected: Test demangling for __alignof__.
105
106 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
107
108 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
109
110 2020-10-06 Martin Liska <mliska@suse.cz>
111
112 PR lto/97290
113 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
114 Use sh_link of a .symtab_shndx section.
115
5f8c2a15
AM
1162021-01-05 Alan Modra <amodra@gmail.com>
117
118 * config.guess: Import from upstream.
119 * config.sub: Likewise.
120
d6f26c9d
ML
1212020-12-16 Martin Liska <mliska@suse.cz>
122 Tom de Vries <tdevries@suse.de>
123
124 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
125 field. Add meter field.
126 (progressfn): Print progress using meter.
127
7ddfb1a8
EL
1282020-12-02 Enze Li <lienze2010@hotmail.com>
129
130 * .gitignore: Add gnu global outputs.
131
12bf6525
SM
1322020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
133
134 * .gitignore: Sync with gcc.
135
ce04ca31
AR
1362020-10-26 Andreas Rammhold <andreas@rammhold.de>
137
138 * src-release.sh: Use sha256sum instead of md5sum.
139
ba4d88ad
AB
1402020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * Makefile.in: Rebuild.
143 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
144 distclean-gdbserver.
145
f6720b1c
AM
1462020-07-24 Aaron Merey <amerey@redhat.com>
147
f6720b1c
AM
148 * configure: Rebuild.
149 * configure.ac: Remove AC_DEBUGINFOD.
150
b115b9fd
NC
1512020-07-04 Nick Clifton <nickc@redhat.com>
152
153 Binutils 2.35 branch created.
154
11104e42
SC
1552020-04-21 Stephen Casner <casner@acm.org>
156
157 PR 25830
158 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
159 * configure: Rebuild.
160
4635ff97
TT
1612020-03-12 Tom Tromey <tom@tromey.com>
162
163 * Makefile.in: Rebuild.
164 * Makefile.def (gdbserver): Depend on gdbsupport.
165
21329136
TT
1662020-03-12 Tom Tromey <tom@tromey.com>
167
168 * Makefile.in: Rebuild.
169 * Makefile.def (gdbsupport): Don't depend on bfd.
170
9a665d62
TT
1712020-03-12 Tom Tromey <tom@tromey.com>
172
173 * Makefile.in: Rebuild.
174 * Makefile.def (gdbsupport): Depend on intl.
175
b6f9caee
TT
1762020-02-17 Tom Tromey <tom@tromey.com>
177
178 * configure: Rebuild.
179 * configure.ac (configdirs): Add gnulib and gdbsupport when building
180 gdbserver.
181
1a627e7e
TT
1822020-02-14 Tom Tromey <tom@tromey.com>
183
184 * Makefile.in: Rebuild.
185 * Makefile.def: Make gdbserver require gnulib and libiberty.
186
919adfe8
TT
1872020-02-07 Tom Tromey <tom@tromey.com>
188 Pedro Alves <palves@redhat.com>
189
190 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
191 * gdbserver: New directory, moved from gdb/gdbserver.
192 * configure.ac (host_tools): Add gdbserver.
193 Only build gdbserver on certain systems.
194 * Makefile.in, configure: Rebuild.
195 * Makefile.def (host_modules, dependencies): Add gdbserver.
196 * MAINTAINERS: Add gdbserver.
197
fc1ca146
SDJ
1982020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
199
200 * src-release.sh (getver): Look for gdbsupport's
201 create-version.sh script at the current directory if tool is
202 "gdb".
203
cf1d9e09
SM
2042020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
205
206 * remote-sim.c (gdbsim_target::wait): Return
207 sim_data->remote_sim_ptid instead of inferior_ptid.
208
ae774686
NC
2092020-01-18 Nick Clifton <nickc@redhat.com>
210
211 Binutils 2.34 branch created.
212
4fb3a8da
NC
2132020-01-18 Nick Clifton <nickc@redhat.com>
214
215 Synchronize top level configure files with master version:
216
217 2020-01-01 Ben Elliston <bje@gnu.org>
218
219 * config.guess: Update copyright years.
220 * config.sub: Likewise.
221
222 2019-12-21 Ben Elliston <bje@gnu.org>
223
224 * config.guess (set_cc_for_build): Prevent multiple calls by
225 checking if $tmp is already set. We can't check CC_FOR_BUILD as
226 the user may set it externally. Thanks to Torbjörn Granlund for
227 the bug report.
228
229 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
230
231 * config.guess (alpha:Linux:*:*): Guard against missing
232 /proc/cpuinfo by redirecting standard error to /dev/null.
233
234 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
235
236 * config.guess (*:Twizzler:*:*): New.
237 * config.sub (-twizzler*): New.
238
239 2019-07-24 Ben Elliston <bje@gnu.org>
240
241 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
242
243 2019-06-30 Ben Elliston <bje@gnu.org>
244
245 * config.sub (case $os): Match nsk* and powerunix. Don't later
246 match nsk* and set os=nsk which removes the OS version number.
247
248 2019-06-30 Ben Elliston <bje@gnu.org>
249
250 * config.sub: Recognise os108*.
251
252 2019-06-26 Ben Elliston <bje@gnu.org>
253
254 * config.sub (hp300): Set $os to hpux.
255
256 2019-06-26 Ben Elliston <bje@gnu.org>
257
258 * config.sub (vsta): Move into alphabetical order.
259
260 2019-06-10 Ben Elliston <bje@gnu.org>
261
262 * config.guess (*:OS108:*:*): Recognise new OS.
263
264 2019-05-28 Ben Elliston <bje@gnu.org>
265
266 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
267 system compiler is installed. If not, do not run set_cc_for_build,
268 as the default cc will open a dialog box asking to install
269 Xcode. If no C compiler is available, guess based on uname -p and
270 uname -m.
271
272 2019-05-28 Ben Elliston <bje@gnu.org>
273
274 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
275
c4d3fc14
SM
2762020-01-17 Simon Marchi <simon.marchi@efficios.com>
277
278 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
279 * Makefile.in: Re-generate.
280
01027315
TT
2812020-01-14 Tom Tromey <tom@tromey.com>
282
283 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
284 * MAINTAINERS: Add gdbsupport.
285 * configure: Rebuild.
286 * configure.ac (configdirs): Add gdbsupport.
287 * gdbsupport: New directory, move from gdb/gdbsupport.
288 * Makefile.def (host_modules, dependencies): Add gnulib.
289 * Makefile.in: Rebuild.
290
abb78b78
AM
2912020-01-09 Aaron Merey <amerey@redhat.com>
292
293 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
294 new configure option --with-debuginfod.
295 * configure: Regenerate.
296 * configure.ac: Call AC_DEBUGINFOD.
297
cef2097a
CB
2982019-12-26 Christian Biesinger <cbiesinger@google.com>
299
300 * .gitignore: Add perf.data and perf.data.old.
301
95c746cc
SDJ
3022019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
303
304 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
305
a315e147
AM
3062019-10-17 Alan Modra <amodra@gmail.com>
307
308 PR 29
309 * src-release.sh (getver): Replace "head -1" with "head -n 1".
310
87279e3c
NA
3112019-07-30 Nick Alcock <nick.alcock@oracle.com>
312
313 * Makefile.def (host_modules): libctf is no longer no_install.
314 * Makefile.in: Regenerated.
315
1ff6de03
NA
3162019-07-13 Nick Alcock <nick.alcock@oracle.com>
317
318 * Makefile.def (dependencies): all-ld depends on all-libctf.
319 * Makefile.in: Regenerated.
320
60391a25
PB
3212019-09-09 Phil Blundell <pb@pbcl.net>
322
323 binutils 2.33 branch created
324
c1a5d03a
TT
3252019-08-19 Tom Tromey <tom@tromey.com>
326
327 * configure: Rebuild.
328 * configure.ac: Add --with-static-standard-libraries.
329
f211b8c0
NC
3302019-08-09 Nick Clifton <nickc@redhat.com>
331
332 * libiberty: Sync with gcc. Bring in:
333 2019-08-08 Martin Liska <mliska@suse.cz>
334
335 PR bootstrap/91352
336 * lrealpath.c (is_valid_fd): New function.
337
338 2019-07-24 Martin Liska <mliska@suse.cz>
339
340 PR lto/91228
341 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
342 Find first '\0' starting from gnu_lto + 1.
343
344 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
345
346 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
347 This fixes a Bug 90924.
348
349 2019-07-22 Martin Liska <mliska@suse.cz>
350
351 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
352 Do not search for gnu_lto_v1, but search for first '\0'.
353
354 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
355
356 * cplus-dem.c: Include rust-demangle.h.
357 * rust-demangle.c: Include rust-demangle.h.
358 * rust-demangle.h: New file.
359
360 2019-05-31 Michael Forney <mforney@mforney.org>
361
362 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
363 is non-zero.
364
365 2019-04-30 Ben L <bobsayshilol@live.co.uk>
366
367 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
368 * testsuite/d-demangle-expected: Add testcase.
369
370 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
371 * testsuite/d-demangle-expected: Add testcase.
372
373 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
374 * testsuite/d-demangle-expected: Add testcase.
375
376 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
377 * testsuite/d-demangle-expected: Add testcase.
378
379 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
380 * testsuite/d-demangle-expected: Add testcase.
381
382 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
383 * testsuite/demangle-expected: Add testcase.
384
385 * cp-demangle.c (d_encoding): Guard against NULL return values from
386 d_right (dc).
387 * testsuite/demangle-expected: Add testcase.
388
389 2019-04-29 Ben L <bobsayshilol@live.co.uk>
390
391 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
392 char is valid.
393 * testsuite/demangle-expected: Add testcase.
394
395 2019-04-10 Nick Clifton <nickc@redhat.com>
396
397 PR 89394
398 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
399 lengths.
400 (d_count_templates_scopes): Replace num_templates and num_scopes
401 parameters with a struct d_print_info pointer parameter. Adjust
402 body of the function accordingly. Add recursion counter and check
403 that the recursion limit is not reached.
404 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
405 Reset recursion counter afterwards, unless the recursion limit was
406 reached.
407
48b550c2
JB
4082019-07-13 Joel Brobecker <brobecker@adacore.com>
409
410 * src-release (getver): If $tool/gdbsupport/create-version.sh
411 exists, use that to determine the version number.
412
be74b5b7
AS
4132019-06-21 Andreas Schwab <schwab@linux-m68k.org>
414
415 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
416
73cc7272
TT
4172019-06-14 Tom Tromey <tom@tromey.com>
418
419 * MAINTAINERS: Add gnulib.
420 * gnulib: New directory, move from gdb/gnulib.
421 * configure.ac (host_libs): Add gnulib.
422 * configure: Rebuild.
423 * Makefile.def (host_modules, dependencies): Add gnulib.
424 * Makefile.in: Rebuild.
425
79b377b3
NC
4262019-06-03 Nick Clifton <nickc@redhat.com>
427
428 Revert:
429 2019-05-29 Nick Clifton <nickc@redhat.com>
430
431 * configure.ac (noconfigdirs): Add libctf if the target does not use
432 the ELF file format.
433 * configure: Regenerate.
434
e33f2313
NC
4352019-05-29 Nick Clifton <nickc@redhat.com>
436
437 * src-release.sh (do_proto_toplev): Add libctf to list of
438 directories that can be disabled.
439
90bd5423
NC
4402019-05-29 Nick Clifton <nickc@redhat.com>
441
442 * configure.ac (noconfigdirs): Add libctf if the target does not use
443 the ELF file format.
444 * configure: Regenerate.
445
9698cf9b
NA
4462019-05-28 Nick Alcock <nick.alcock@oracle.com>
447
448 * Makefile.def (dependencies): configure-libctf depends on all-bfd
449 and all its deps.
450 * Makefile.in: Regenerated.
451
88981b15
NA
4522019-05-28 Nick Alcock <nick.alcock@oracle.com>
453
454 * MAINTAINERS: Add libctf.
455
0e65dfba
NA
4562019-05-28 Nick Alcock <nick.alcock@oracle.com>
457
458 * Makefile.def (host_modules): Add libctf.
459 * Makefile.def (dependencies): Likewise.
460 libctf depends on zlib, libiberty, and bfd.
461 * Makefile.in: Regenerated.
462 * configure.ac (host_libs): Add libctf.
463 * configure: Regenerated.
464
2376c370
JM
4652019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
466
467 * config.guess: Synchronize with config project master sources.
468 * config.sub: Likewise.
469 * readline/support/config.guess: Likewise.
470 * readline/support/config.sub: Likewise.
471
c1202057
NC
4722019-04-10 Nick Clifton <nickc@redhat.com>
473
474 * libiberty: Sync with gcc. Bring in:
475 2019-04-10 Nick Clifton <nickc@redhat.com>
476
477 PR 89394
478 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
479 lengths.
480 (d_count_templates_scopes): Replace num_templates and num_scopes
481 parameters with a struct d_print_info pointer parameter. Adjust
482 body of the function accordingly. Add recursion counter and check
483 that the recursion limit is not reached.
484 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
485 Reset recursion counter afterwards, unless the recursion limit was
486 reached.
487
f974f26c
NC
4882018-06-24 Nick Clifton <nickc@redhat.com>
489
490 2.32 branch created.
491
d63f2be2
RO
4922019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
493
494 Merge from GCC:
495 PR target/88535
496 * config.guess: Import upstream version 2019-01-03.
497 * config.sub: Import upstream version 2019-01-01.
498
1910070b
NC
4992019-01-10 Nick Clifton <nickc@redhat.com>
500
501 * libiberty: Sync with gcc. Bring in:
502 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
503
504 PR other/16615
505
506 * cp-demangle.c: Mechanically replace "can not" with "cannot".
507 * floatformat.c: Likewise.
508 * strerror.c: Likewise.
509
510 2018-12-22 Jason Merrill <jason@redhat.com>
511
512 Remove support for demangling GCC 2.x era mangling schemes.
513 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
514 internal_cplus_demangle, and all subroutines.
515 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
516 Lucid, ARM, HP, and EDG demangling styles.
517 (cplus_demangle): Remove 'work' variable. Don't call
518 internal_cplus_demangle.
519
69961a84
ДП
5202019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
521
522 * configure.ac: Don't configure readline if --with-system-readline is
523 used.
524 * configure: Re-generate.
525
b555fb21
JM
5262018-10-31 Joseph Myers <joseph@codesourcery.com>
527
528 Merge from GCC:
529 PR bootstrap/82856
530 * multilib.am: New file. From automake.
531
80ca5f98
SDJ
5322018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
533
534 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
535
0a8288f7
NC
5362018-07-16 Nick Clifton <nickc@redhat.com>
537
538 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
539
26996596
SH
5402018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
541
542 * config.sub: Sync with upstream version 2018-07-03.
543
c5244148
SH
5442018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
545
546 * config.guess: Sync with upstream version 2018-06-26.
547 * config.sub: Sync with upstream version 2018-07-02.
548
4119873a
AO
5492018-06-29 Alexandre Oliva <oliva@adacore.com>
550
551 * configure.ac: Introduce support for @unless/@endunless.
552 * Makefile.tpl (dep-kind): Rewrite with cond; return
553 postbootstrap in some cases.
554 (make-postboot-dep, postboot-targets): New.
555 (dependencies): Do not output postbootstrap dependencies at
556 first. Output non-target ones changed for configure to depend
557 on stage_last @if gcc-bootstrap, and the original deps @unless
558 gcc-bootstrap.
559 * configure.in, Makefile.in: Rebuilt.
560
71300e2c
NC
5612018-06-24 Nick Clifton <nickc@redhat.com>
562
563 * configure: Regenerate.
564
d0ac1c44
SM
5652018-06-19 Simon Marchi <simon.marchi@ericsson.com>
566
567 * libtool.m4: Use AC_LANG_SOURCE.
568 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
569 * README-maintainer-mode: Update version requirements.
570 * ar-lib: New file.
571 * test-driver: New file.
572 * configure: Re-generate.
573
e0541124
EB
5742018-06-18 Eric Botcazou <ebotcazou@adacore.com>
575
576 * Makefile.def (fortran): Add check-target-libgomp-fortran.
577 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
578 * Makefile.in: Regenerate.
579
580 * configure: Regenerate.
581
db67d458
SM
5822018-06-18 Simon Marchi <simon.marchi@ericsson.com>
583
584 * configure.ac: Sync with GCC, remove MPX-related things.
585
b5778783
NC
5862018-05-01 Nick Clifton <nickc@redhat.com>
587
588 * config.guess: Synchronize with config project master sources.
589 * config.sub: Likewise.
590
1063beb5
FT
5912018-05-01 Francois H. Theron <francois.theron@netronome.com>
592
593 * configure.ac: Added "nfp" target.
594 * configure: Regenerate.
595
b29d2641
MR
5962018-02-13 Maciej W. Rozycki <macro@mips.com>
597
598 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
599 * configure: Regenerate.
600
52b2f300
NC
6012018-01-30 Nick Clifton <nickc@redhat.com>
602
603 * src-release.sh (do_proto_toplev): Add patterns for more junk files
604 to delete before creating the tarball.
605
b431b4ea
NC
6062018-01-29 Nick Clifton <nickc@redhat.com>
607
608 * src-release.sh (do_proto_toplev): Strip patch remnant files from
609 the sources before creating the tarball.
610
19e2900b
NC
6112018-01-13 Nick Clifton <nickc@redhat.com>
612
613 * src-release.sh: Update copyright notice. Change reference to devo
614 to be a reference to root.
615
bf41f30d
NC
6162018-01-10 Nick Clifton <nickc@redhat.com>
617
618 * config-ml.in: Sync with gcc sources.
619 * config.guess: Likewise.
620 * config.sub: Likewise.
621 * configure.ac: Likewise.
7ec0cd50 622 * configure: Regenerate.
bf41f30d 623
863f7a5f
NC
6242017-12-14 Nick Clifton <nickc@redhat.com>
625
626 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
627
638d9137
SH
6282017-12-12 Stafford Horne <shorne@gmail.com>
629
630 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
631 * configure: Regenerate.
632
ef87240f
NC
6332017-09-15 Nick Clifton <nickc@redhat.com>
634
635 * src-release.sh (LZIPPROG): New define. Provides the name of the
636 lzip program.
637 (do_lz): New function. Compresses a tarball using the lzip
638 program.
639 (do_compress): Add support for lzip compression.
640 (usage): Mention -l option.
641 (build_release): Support -l option to invoke lzip compression.
642
817b7711
AM
6432017-09-15 Alan Modra <amodra@gmail.com>
644
645 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
646 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
647 and sim depending on $tool and $support_files. Echo configure line.
648
255300f5 6492017-09-14 Matt Rice <ratmice@gmail.com>
650
651 * src-release.sh (do_proto_toplev): Enable gold during release process.
652
8f0dd45f
AJ
6532017-04-13 Andrew Jenner <andrew@codesourcery.com>
654
655 * config.sub: Sync with master version in config project.
656
2f5f29ca
AJ
6572017-04-03 Andrew Jenner <andrew@codesourcery.com>
658
659 * config.sub: Handle ia16 in $basic_machine.
660
661 bfd/
662 * config.bfd: Handle ia16.
663
664 gas/
665 * configure.tgt: Handle ia16.
666
667 ld/
668 * configure.tgt: Handle ia16.
669
11997a83
NC
6702017-03-22 Nick Clifton <nickc@redhat.com>
671
672 * config.sub: Sync with master version in config project.
673 * config.guess: Likewise.
674
05a13254
NC
6752017-01-23 Nick Clifton <nickc@redhat.com>
676
677 * configure.ac: Update year in copyright notice.
678 Sync from FSF GCC mainline, bringing in the following patches.
679 * Makefile.def: Likewise.
680 * Makefile.tpl: Likewise.
681 * configure: Regenerate.
682 * Makefile.in: Regenerate.
683
684 2016-12-21 Jakub Jelinek <jakub@redhat.com>
685
686 * configure.ac: Don't bootstrap libmpx unless --with-build-config
687 includes bootstrap-mpx.
688
689 2016-12-01 Matthias Klose <doko@ubuntu.com>
690
691 * configure.ac: Don't use pkg-config to check for bdw-gc.
692
693 2016-11-30 Matthias Klose <doko@ubuntu.com>
694
695 * Makefile.def: Remove reference to boehm-gc target module.
696 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
697 options and for the bdw-gc pkg-config module.
698
699 2016-11-15 Matthias Klose <doko@ubuntu.com>
700
701 * config-ml.in: Remove references to GCJ.
702 * configure.ac: Likewise.
703
704 2016-09-30 Jakub Jelinek <jakub@redhat.com>
705
706 * configure.ac: Add target-libffi to target_libraries.
707 Readd libgcj target disablings, modified to only target-libffi.
708 Readd target addition of go to unsupported languages.
709
710 2016-09-30 Andrew Haley <aph@redhat.com>
711
712 * Makefile.def: Remove libjava.
713 * Makefile.tpl: Likewise.
714 * configure.ac: Likewise.
715
716 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
717
718 * configure.ac: Disable "sim" directory for arc*-*-*.
719
720 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
721
722 * configure.ac: Check for the minimum in-tree MPFR version
723 handled.
724
3f66c01b
AM
7252016-12-31 Alan Modra <amodra@gmail.com>
726
727 * config.sub: Import from upstream.
728
da17fe9d
AM
7292016-12-08 Alan Modra <amodra@gmail.com>
730
731 * configure: Regenerate.
732
d5451cd4
JC
7332016-12-02 Josh Conner <joshconner@google.com>
734
735 * configure.ac: Add fuchsia to targets that use ELF.
736 * configure: Regenerated.
737
5ada5c6f
DE
7382016-11-07 Doug Evans <dje@google.com>
739
740 * config.sub: Sync with upstream version 2016-11-03.
741 git://git.sv.gnu.org/config.git
742 * config.guess: Sync with upstream version 2016-10-02.
743
07619d52
SM
7442016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
745
746 * .gitignore: Add archives and make stamps.
747
bedbe19c
YTL
7482016-07-20 Yan-Ting Lin <currygt52@gmail.com>
749
750 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
751 * configure: Regenerated.
752
9abdce70
WL
7532016-06-28 Walter Lee <walt@tilera.com>
754
755 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
756 * configure: Regenerate.
757
0597bdc4
AM
7582016-05-28 Alan Modra <amodra@gmail.com>
759
760 * Makefile.tpl (configure): Depend on m4 files included.
761 * Makefile.in: Regenerate.
762
1690f1db
NC
7632016-05-27 Nick Clifton <nickc@redhat.com>
764
765 * config.guess (Alpha OSF1): Fix typo introduced during the most
766 recent synchronization update.
767
b43b8535
NC
7682016-05-23 Nick Clifton <nickc@redhat.com>
769
770 * Import these patches from the gcc mainline:
771
772 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
773
774 * config.guess: Import version 2016-04-02 (newest).
775 * config.sub: Import version 2016-05-10 (newest).
776
bb7dc663
NC
7772016-04-19 Nick Clifton <nickc@redhat.com>
778
779 * Import this patch from the GCC mainline:
780
781 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
782
783 PR bootstrap/70173
784 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
785 and gotools directories. Delete the stage_final file.
786 * Makefile.in: Regenerate.
787
ea016470
CC
7882016-03-17 Cary Coutant <ccoutant@gmail.com>
789
790 * configure.ac: Add mips and s390 to the gold target check.
791 * configure: Regenerate.
792
52cf9762
NC
7932016-02-10 Nick Clifton <nickc@redhat.com>
794
795 Import these patches from the GCC mainline:
796
797 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
798
799 * configure.ac: Enable LTO for DJGPP
800 * configure: Regenerate
801
802 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
803
804 PR bootstrap/69329
805 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
806 * Makefile.in: Regenerate.
807
808 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
809 Sebastian Pop <s.pop@samsung.com>
810
811 * Makefile.in: Regenerate.
812 * Makefile.tpl: Export ISLVER.
813 * configure: Regenerate.
814 * config/isl.m4: Detect isl-0.15.
815
816 2016-01-29 Sebastian Pop <s.pop@samsung.com>
817
818 * config/isl.m4: Add comments about isl-0.16.
819 * configure: Regenerate.
820
1985dc2d
L
8212016-01-12 H.J. Lu <hongjiu.lu@intel.com>
822
823 Sync with GCC
824 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
825
826 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
827 symbols.
828
829 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
830
831 PR bootstrap/69134
832 * Makefile.def (mpfr): Disable assembler.
833 * Makefile.in: Regenerate.
834
4849dfd8
NC
8352016-01-11 Nick Clifton <nickc@redhat.com>
836
837 Import the following changes from the GCC mainline:
838
839 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
840
841 * configure.ac: Enable libmpx by default.
842 * configure: Regenerated.
843
844 2015-11-19 Martin Liska <mliska@suse.cz>
845
846 * .gitignore: Add .clang-format to ignored files.
847 * Makefile.tpl: Add clang-format.
848 * Makefile.in: Regenerate.
849
850 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
851
852 PR libffi/65726
853 * Makefile.def (lang_env_dependencies): Make libffi depend
854 on cxx.
855 * Makefile.in: Regenerate.
856
857 2015-12-02 Ian Lance Taylor <iant@google.com>
858
859 PR go/66147
860 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
861 * Makefile.in: Regenerate.
862
863 2015-12-17 Nathan Sidwell <nathan@acm.org>
864
865 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
866 * configure: Regenerate.
867
868 2015-12-17 Sebastian Pop <s.pop@samsung.com>
869
870 * Makefile.in: Replace ISL with isl.
871 * Makefile.tpl: Same.
872 * config/isl.m4: Same.
873 * configure.ac: Same.
874 * contrib/download_prerequisites: Same.
875 * configure: Regenerate.
876
877 2016-01-01 Ben Elliston <bje@gnu.org>
878
879 * config.guess: Import version 2016-01-01.
880 * config.sub: Likewise.
881
f075eb5e
TG
8822015-11-20 Tristan Gingold <gingold@adacore.com>
883
884 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
885 * configure: Regenerate.
886
6c3bc0f8
NC
8872015-10-21 Nick Clifton <nickc@redhat.com>
888
889 PR gas/19109
890 * configure.ac: Note the 'none' is an acceptable argument to
891 --enable-compressed-debug-sections.
892 * configure: Regenerate.
893
edeefb67
L
8942015-10-20 H.J. Lu <hongjiu.lu@intel.com>
895
896 PR gas/19109
897 * configure.ac: Add
898 --enable-compressed-debug-sections={all,gas,gold,ld}.
899 * configure: Regenerated.
900
68996839
NC
9012015-09-30 Nick Clifton <nickc@redhat.com>
902
903 Import the following patches from the GCC mainline:
904
905 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
906
907 PR libfortran/54572
908 * Makefile.def: Make libgfortran depend on libbacktrace.
909 * Makefile.in: Regenerate.
910
911 2015-08-12 Tom de Vries <tom@codesourcery.com>
912
913 PR other/67092
914 PR other/67098
915 * configure.ac: Remove --with_host_libstdcxx support.
916 * configure: Regenerate.
917
918 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
919 Jakub Jelinek <jakub@redhat.com>
920
921 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
922 nvptx*-*-*.
923 * configure: Regenerate.
924
5960642a
L
9252015-08-07 H.J. Lu <hongjiu.lu@intel.com>
926
927 Sync with GCC
928 2015-07-28 Ben Elliston <bje@gnu.org>
929
930 * config.sub, config.guess: Import from upstream.
931
016a3251
DD
9322015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
933
934 * Makefile.def (libiconv): Define bootstrap=true.
935 Mark pdf/html/info as missing.
936 (configure-gcc): Depend on all-libiconv.
937 (all-gcc): Ditto.
938 (configure-libcpp): Ditto.
939 (all-libcpp): Ditto.
940 (configure-intl): Ditto.
941 (all-intl): Ditto.
942 * Makefile.in: Regenerate.
943
136bb21f
L
9442015-07-27 H.J. Lu <hongjiu.lu@intel.com>
945
946 Sync with GCC
947 2015-07-24 Michael Darling <darlingm@gmail.com>
948
949 PR other/66259
950 * config-ml.in: Reflects renaming of configure.in to configure.ac
951 * configure: Likewise
952 * configure.ac: Likewise
953
22121df0
L
9542015-07-14 H.J. Lu <hongjiu.lu@intel.com>
955
956 * Makefile.in: Regenerated.
957
958 Sync with GCC
959 2015-05-21 Jason Merrill <jason@redhat.com>
960
961 * Makefile.tpl: Update comments.
962
963 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
964
965 * Makefile.tpl: Remove surplus whitespace throughout.
966
967 2015-03-25 Martin Liska <mliska@suse.cz>
968 Yury Gribov <y.gribov@samsung.com>
969
970 * Makefile.tpl: Fix ln source location for vimrc file.
971
969b1713
L
9722015-07-14 H.J. Lu <hongjiu.lu@intel.com>
973
974 Sync with GCC
975 2015-05-16 James Bowman <james.bowman@ftdichip.com>
976
977 * configure.ac: FT32 target added.
978 * configure: Regenerate.
979
ce6c656d
L
9802015-07-14 H.J. Lu <hongjiu.lu@intel.com>
981
982 Sync with GCC
983 2015-06-02 Jason Merrill <jason@redhat.com>
984
985 PR bootstrap/66319
986 * configure.ac: Use -std=gnu++98.
987
988 2015-05-28 Mike Frysinger <vapier@gentoo.org>
989
990 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
991 * configure: Regenerate.
992
993 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
994
995 * configure.ac: Fix typo.
996 * configure: Regenerate.
997
998 2015-05-03 Matthias Klose <doko@ubuntu.com>
999
1000 * configure.ac: Match $host configured with triplets.
1001 * configure: Regenerate.
1002
1003 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1004
1005 PR bootstrap/62077
1006 * configure.ac (--enable-stage1-checking): Default to
1007 release,misc,gimple,rtlflag,tree,types if --disable-checking
1008 or --enable-checking is not specified and DEV-PHASE is not
1009 experimental.
1010 * configure: Regenerated.
1011
1012 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1013
1014 Install back PR target/47230 fix (Revert the revert).
1015
16beab3d
L
10162015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1019 target.
1020 * configure: Regenerate.
1021
5569a85f
JDA
10222015-05-13 John David Anglin <dave.anglin@bell.net>
1023
1024 * configure.ac: Disable configuration of GDB for HPUX targets.
1025 * configure: Regenerate.
1026
e81d5d05
L
10272015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1028
1029 PR ld/18355
1030 * Makefile.def: Add extra_configure_flags to host zlib.
1031 * configure.ac (extra_host_zlib_configure_flags): New. Set
1032 to --enable-host-shared When bfd is to be built as shared
1033 library. AC_SUBST.
1034 * Makefile.in: Regenerated.
1035
ec5b9462
HPN
10362015-04-15 Mike Frysinger <vapier@gentoo.org>
1037 Hans-Peter Nilsson <hp@axis.com>
1038
1039 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1040 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1041 use that in the getver call instead of $tool.
1042 (sim_release): Pass gdb as fifth parameter to tar_compress.
1043 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1044
f91ca6bc
IB
10452015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1046
1047 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1048 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1049 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1050 * Makefile.in: Regenerate.
1051
cf39cfc5
L
10522015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1053
1054 * configure.ac: Add --with-system-zlib.
1055 * configure: Regenerated.
1056
6ac1079e
L
10572015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1058
1059 * src-release.sh: Don't configure with --with-target-subdir=.
1060 --disable-multilib.
1061
890ba06f
L
10622015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1063
1064 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1065 src-release.sh.
1066
5675acd9
ES
10672015-03-30 Ed Schouten <ed@nuxi.nl>
1068
1069 * config.sub: Update from upstream, to 2015-03-04 version.
1070 * config.guess: Likewise.
1071
d2d67aea
L
10722015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1073
1074 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1075 * Makefile.in: Regenerated.
1076
92c695a1
L
10772015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1078
1079 * src-release.sh (do_proto_toplev): Configure with --target
1080 --with-target-subdir and --disable-multilib.
1081 (BINUTILS_SUPPORT_DIRS): Add zlib.
1082 (GAS_SUPPORT_DIRS): Likewise.
1083 (GDB_SUPPORT_DIRS): Likewise.
1084 (SIM_SUPPORT_DIRS): Likewise.
1085
091021fa
L
10862015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1087
1088 * configure.ac (target_configdirs): Exclude target-zlib if
1089 target-libjava isn't built.
1090 * configure: Regenerated.
1091
5df8a8fc
L
10922015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1093
1094 Sync with GCC
1095 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1096
1097 * config-ml.in: Robustify ac_configure_args parsing.
1098
1b6c0831
L
10992015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1100
1101 * Makefile.def: Updated from GCC trunk.
1102 * Makefile.tpl: Likewise.
1103 * configure.ac: Likewise.
1104 * Makefile.in: Regenerated.
1105 * configure: Likewise.
1106
3f8107ab
AM
11072015-01-28 James Bowman <james.bowman@ftdichip.com>
1108
1109 * configure.ac: Add FT32 support.
1110 * configure: Regenerate.
1111
10b8fe5e
AG
11122015-01-12 Anthony Green <green@moxielogic.com>
1113
1114 * configure.ac: Don't disable gprof for moxie.
1115 * configure: Rebuild.
1116
6b91c541
AP
11172015-01-03 Andrew Pinski <apinski@cavium.com>
1118
1119 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1120 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1121 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1122 (OBJCOPY_FOR_TARGET): New variable.
1123 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1124 * Makefile.in: Regenerate.
1125 * configure.ac: Check for already installed target objcopy.
1126 Also GCC_TARGET_TOOL on objcopy.
1127 * configure: Regenerate.
1128
6ba37ab4
HPN
11292015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1130
1131 * config.sub: Update from upstream, to 2015-01-01 version.
1132 * config.guess: Ditto.
1133
bb5f7690
EB
11342014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1135
1136 * config.sub: Update from upstream config repo.
1137
6e733cce
L
11382014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1139
1140 * libtool.m4: Updated from GCC trunk.
1141
8969c424
JBG
11422014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1143
1144 * config.guess: Update from upstream config repo.
1145 * config.sub: Ditto.
1146
37e77caf
JBG
11472014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1148
1149 * move-if-change: Update from upstream gnulib.
1150
e3046511
JBG
11512014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1152
1153 * compile: Sync with upstream Automake.
1154 * depcomp: Ditto.
1155 * install-sh: Ditto.
1156 * missing: Ditto.
1157 * mkinstalldirs: Ditto.
1158 * ylwrap: Ditto.
1159
3e615393
TG
11602014-10-15 Tristan Gingold <gingold@adacore.com>
1161
1162 * src-release.sh (do_proto_toplev): Configure with --target.
1163
6d26190c
JY
11642014-10-03 Jing Yu <jingyu@google.com>
1165
1166 * configure.ac: Add aarch64 to list of targets that support gold.
1167 * configure: Regenerate.
1168
a9d58c06
AB
11692014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1170
1171 * configure.ac: Add mips*-img-elf* target triple.
1172 * configure: Regenerate.
1173
b25b5cef
CJW
11742014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1175 * configure: Disable gdb for nds32*-*-* until supported.
1176 * configure.ac: Disable gdb for nds32*-*-* until supported.
1177
f8797b5a
JB
11782014-09-05 Joel Brobecker <brobecker@adacore.com>
1179
1180 * configure: Regenerate.
1181
2536ee9d
WN
11822014-08-27 Will Newton <will.newton@linaro.org>
1183
1184 * src-release.sh: New file.
1185 * src-release: Remove file.
1186
1f995db6
JS
11872014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1188
1189 GDB not supported for or1k*-*-rtems*
1190 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1191 of the stanzas results in this not being caught by or1k*-*-* later.
1192 * configure. Regenerated.
1193
a843ea33
SB
11942014-07-25 Samuel Bronson <naesten@gmail.com>
1195
1196 * .gitattributes: New file for use with git-merge-changelog.
1197
cfbc1a6c
JS
11982014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1199
1200 Disable gdb for or1k*-*-* until supported
1201 * configure.ac (or1k*-*-*): Disable gdb.
1202 * configure: Regenerated.
1203
d9e042ac
SL
12042014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1205
1206 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1207 * configure: Regenerated.
1208
201f096f 12092014-03-26 Jakub Jelinek <jakub@redhat.com>
1210
1211 PR sanitizer/56781
1212 * Makefile.def: Set bootstrap=true; for host fixincludes.
1213 * configure.ac: Don't bootstrap host fixincludes unless
1214 --with-build-config=bootstrap-{a,ub}san.
1215 * Makefile.in: Regenerated.
1216 * configure: Regenerated.
1217
730af8ee 12182014-03-21 Jakub Jelinek <jakub@redhat.com>
1219
1220 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1221 --enable-vtable-verify option parsing. Don't add
1222 target-libsanitizer to bootstrap_target_libs unless
1223 --with-build-config=bootstrap-asan or
1224 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1225 to bootstrap_target_libs unless --enable-vtable-verify.
1226 * configure: Regenerated.
1227
abca8d87 12282014-03-07 Jakub Jelinek <jakub@redhat.com>
1229
1230 PR bootstrap/58572
1231 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1232 -I for libstdc++-v3 includes if $(LEAN).
1233 * Makefile.in: Regenerated.
1234
68d122bb 12352014-02-24 Walter Lee <walt@tilera.com>
1236
1237 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1238 (tilegx-*-*): Change to tilegx*-*-*.
1239 * configure: Regenerate.
1240
39d1b2ae
RS
12412014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1242
1243 * config.sub, config.guess: Import from upstream.
1244
50f80006
EB
12452014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1246
1247 PR bootstrap/60620
72f4393d 1248 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1249 * Makefile.in: Regenerate.
1250
a6305403
YS
12512014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1252
1253 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1254 for WINDRES_FOR_TARGET in default-manifest.o rule.
1255 * Makefile.in: Regenerate.
1256
62a0f723
RO
12572014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1258
1259 PR target/59788
1260 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1261 *solaris2*.
1262
530e8392
KB
12632013-12-19 Keven Boell <keven.boell@intel.com>
1264
1265 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1266 nested lookups for fortran modules.
1267 * dwarf2read.c (read_module): Add fortran module to
1268 the symbol table.
1269 (add_partial_symbol, add_partial_module): Add fortran
1270 module to the partial symbol table.
1271 (new_symbol_full): Create full symbol for fortran module.
1272 * f-exp.y (yylex): Add new module domain to be parsed.
1273 * symtab.h: New domain for fortran modules.
1274
7f9b20bb
KB
12752013-12-19 Keven Boell <keven.boell@intel.com>
1276
1277 * f-exp.y (yylex): Add domain array to enable lookup
1278 in multiple domains. Loop over lookup domains and try
1279 to find requested symbol. Add STRUCT_DOMAIN to lookup
1280 domains to be able to query for user defined types.
1281
afc0578d 12822013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1283
1284 * configure.ac: Add user-friendly check for native x86_64-linux
1285 multilibs.
1286 * configure: Regenerate.
1287
f3f51a69
AM
12882013-11-23 Alan Modra <amodra@gmail.com>
1289
1290 * config.sub, config.guess: Import from upstream.
1291
2440009d 12922013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1293
2440009d 1294 * Makefile.in: Regenerate.
1295
e78e02e6 1296 * Makefile.tpl: Fix typo.
1297 * Makefile.in: Regenerate partially.
1298
9aaf2a7e 12992013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1300
1301 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1302 supported.
1303 * configure: Regenerated.
1304
880b18d1 13052013-10-30 Jason Merrill <jason@redhat.com>
1306
1307 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1308 --disable-build-format-warnings.
1309
522e3d71 13102013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1311
f3f51a69 1312 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1313 depend on libstdc++ and libgcc.
1314 * configure: Regenerate.
1315 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1316 libcilkrts for POSIX and i*86, and x86_64 architectures.
1317 * Makefile.in: Added libcilkrts related fields to support building it.
1318
cb49a9e1 13192013-10-26 Jeff Law <law@redhat.com>
1320
1321 * Makefile.def (target_modules): Remove libmudflap
1322 (languages): Remove check-target-libmudflap).
1323 * Makefile.in: Rebuilt.
1324 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1325 * configure.ac (target_libraries): Remove target-libmudflap.
1326 Remove checks which disabled libmudflap on some systems.
1327 * configure: Rebuilt.
1328 * libmudflap: Directory removed.
1329
82033c9b
JBG
13302013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1331
1332 * configure.ac: Update from GCC.
1333 * configure: Regenerate.
1334
b50d7605
HPN
13352013-10-15 Hans-Peter Nilsson <hp@axis.com>
1336
1337 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1338 files in SUPPORT_FILES.
1339 (SIM_SUPPORT_DIRS): New variable.
1340 (sim.tar.bz2): New rule.
1341
f4cfb980
JBG
13422013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1343
1344 * configure.ac: Update from GCC.
1345 * configure: Regenerate.
1346
78b1434c
JJ
13472013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1348
1349 * COPYING.NEWLIB: Update with new copyright.
1350
b3fc79f8
JBG
13512013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1352
1353 * configure.ac: Update from GCC.
1354 * configure: Regenerate.
1355
cc9afea3
AM
13562013-09-20 Alan Modra <amodra@gmail.com>
1357
1358 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1359 ppc host match. Support little-endian powerpc linux hosts.
1360
f006cabd
JB
13612013-08-16 Joel Brobecker <brobecker@adacore.com>
1362
1363 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1364 strip the "-cvs" suffix from the version number if present.
1365
95e43135
JBG
13662013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1367
1368 * configure.ac: Sync with GCC repo.
1369 * Makefile.def: Ditto.
1370 * configure: Regenerate.
1371 * Makefile.in: Ditto.
1372
7539e41e
JB
13732013-07-22 Joel Brobecker <brobecker@adacore.com>
1374
1375 * src-release (VER): Use $(TOOL)/common/create-version.sh
1376 if it exists.
1377
e8044f35
RS
13782013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1379
1380 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1381 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1382 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1383 * configure: Regenerate.
1384
7bab7634
DC
13852013-06-01 George Thomas <george.thomas@atmel.com>
1386
95e43135
JBG
1387 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1388 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1389
b5364c9e
JJ
13902013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1391
1392 * COPYING.NEWLIB: Add Altera Corporation copyright.
1393
5dad867c
JBG
13942013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1395
1396 * config.guess: Update from config repo.
1397 * config.sub: Ditto.
1398
b836cb18
JBG
13992013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1400
1401 * Makefile.def: Sync with GCC.
1402 * Makefile.in: Regenerate.
1403
e7d5abf1
JBG
14042013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1405
1406 * configure.ac: Sync with GCC.
b836cb18 1407 * configure: Regenerate.
e7d5abf1 1408
4f778543
MF
14092013-03-22 Mike Frysinger <vapier@gentoo.org>
1410
1411 * src-release (VER): Change bfd/configure.in sed to use the new
1412 `bfd/configure --version` output.
1413
f1dd87fc
YZ
14142013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1415
1416 * configure.ac: Sync with GCC repo.
1417 * configure: Ditto.
1418
a413f71a
ILT
14192013-02-05 Ian Lance Taylor <iant@google.com>
1420
1421 PR go/55969
1422 * configure.ac: Disable libgo on some systems where it does not
1423 work.
1424 * configure: Rebuild.
1425
3a98824c
AM
14262013-02-05 Alan Modra <amodra@gmail.com>
1427
1428 * configure: Regenerate after syncing config/.
1429
3dae1673
JBG
14302013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1431
1432 * configure.ac: Sync with GCC repo.
1433 * configure: Ditto.
1434 * Makefile.def: Ditto.
1435 * Makefile.in: Ditto.
1436
bf51454b
JB
14372013-01-11 Joel Brobecker <brobecker@adacore.com>
1438
1439 Sync with GCC, merge:
1440
1441 2013-01-09 Jason Merrill <jason@redhat.com>
1442
1443 * .gitignore: Import from gdb repository.
1444
c841a2be
JBG
14452013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1446
1447 * config.sub: Update from config repo.
1448
d7b9dae9
EB
14492013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1450
1451 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1452 * Makefile.in: Regenerate.
1453
861ea9c8
L
14542013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1455
1456 * Makefile.def (configure-gcc): Depend on all-gmp.
1457 (all-gcc): Remove dependency on all-gmp.
1458 * Makefile.in: Regenerated.
1459
ce82b126
JBG
14602013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1461
1b4f418d 1462 * config.guess: Update from config repo.
c2e5e6d7 1463 * config.sub: Ditto.
ce82b126 1464
fd62a30d
JJ
14652013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1466
1467 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1468 exists and replace the new bfin license in its location.
1469
0140d685
L
14702013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1471
1472 PR gas/14899
1473 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1474 all-ld and all-gold depend on all-gas.
1475 * Makefile.in: Regenerated.
1476
c3d399e7
L
14772012-12-29 Ben Elliston <bje@gnu.org>
1478
1479 * config.guess: Update to 2012-12-29 version.
1480 * config.sub: Likewise.
1481
9417cd2f
JBG
14822012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1483
1484 * Makefile.def (install-target-libgo): Depend on
1485 install-target-libatomic. Merged from GCC repo.
1486 * Makefile.in: Regenerate.
1487
68dad382
JJ
14882012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1489
1490 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1491
2344b8da
TS
14922012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1493
1494 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1495 * configure: Regenerate.
1496
5eb08693
L
14972012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1498
1499 * Makefile.def (target_modules): Add bootstrap=true and
1500 raw_cxx=true to libsanitizer.
1501 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1502 * Makefile.in: Regenerated.
1503 * configure: Likewise.
1504
53ab32d8
JBG
15052012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1506
1507 * config.sub: Merge from config repo.
1508
d2489204
JBG
15092012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1510
1511 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1512 * Makefile.tpl: Ditto.
1513 * Makefile.in: Ditto.
1514 * configure: Ditto.
d2489204 1515
c23b5043
JBG
15162012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1517
1518 * configure.ac (noconfigdirs): Merge from GCC.
1519 * configure: Regenerate.
1520
1dd1f7f6
JBG
15212012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1522
1523 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1524
2bda3143
L
15252012-11-14 Roland McGrath <mcgrathr@google.com>
1526
1527 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1528 * configure: Regenerate.
1529
5286fdef
L
15302012-11-13 Richard Henderson <rth@redhat.com>
1531
1532 * configure.ac: Move libsanitizer logic to subdirectory.
1533 * configure: Regenerate.
1534
15352012-11-13 Dodji Seketeli <dodji@redhat.com>
1536
1537 * configure.ac: Enable libsanitizer just on x86 linux for now.
1538 * configure: Re-generate.
1539
15402012-11-13 David Edelsohn <dje.gcc@gmail.com>
1541
1542 * configure.ac: Merge libquadmath sections.
1543 * configure: Regenerate.
1544
15452012-11-12 Wei Mi <wmi@google.com>
1546
1547 * configure.ac: Add libsanitizer to target_libraries.
1548 * Makefile.def: Ditto.
1549 * configure: Regenerate.
1550 * Makefile.in: Regenerate.
1551
f66a9a70
L
15522012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1553
1554 * configure: Regenerated.
1555
15562012-11-03 Robert Mason <rbmj@verizon.net>
1557
1558 * configure.ac: add --disable-libstdcxx configure option
1559 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1560
6d94c122
CV
15612012-10-24 Corinna Vinschen <corinna@vinschen.de>
1562
1563 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1564 against Mingw64 w32api.
1565 * configure: Regenerate.
1566
a882be68
EB
15672012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1568
1569 PR bootstrap/54820
1570 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1571 * configure: Regenerate.
1572
b3676d82
EB
15732012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1574
1575 PR bootstrap/54820
1576 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1577 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1578 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1579 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1580 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1581 * Makefile.in: Regenerate.
1582 * configure.ac (have_static_libs): New variable and associated check.
1583 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1584 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1585 * configure: Regenerate.
1586
7b0e8ca5
MF
15872012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1588
1589 * config.guess, config.sub: Include updated version from
1590 config-patches. Adds microblaze little endian support.
1591
8e71395b
L
15922012-09-28 Ian Lance Taylor <iant@google.com>
1593
1594 * Makefile.def: Make all-target-libgo depend on
1595 all-target-libbacktrace.
1596 * Makefile.in: Rebuild.
1597
15982012-09-26 Ian Lance Taylor <iant@google.com>
1599
1600 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1601 * Makefile.in: Rebuild.
1602
16032012-09-06 Diego Novillo <dnovillo@google.com>
1604
1605 * configure.ac: Bump minimum GMP version to 4.2.3.
1606 * configure: Re-generate.
1607
16082012-09-05 Georg-Johann Lay <avr@gjlay.de>
1609
1610 PR target/54461
1611 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1612 target-libgloss if not configured --with-avrlibc=no.
1613 * configure: Regenerate.
1614
16152012-09-04 Jason Merrill <jason@redhat.com>
1616
1617 * configure.ac: Fix --enable-languages=all.
1618
16192012-09-03 Richard Guenther <rguenther@suse.de>
1620
1621 PR bootstrap/54138
1622 * configure.ac: Re-organize ISL / CLOOG checks to allow
1623 disabling with either --without-isl or --without-cloog.
1624 * configure: Regenerated.
1625
16262012-09-03 Georg-Johann Lay <avr@gjlay.de>
1627
1628 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1629 * configure: Regenerate.
1630
d09bbf00
SE
16312012-09-21 Steve Ellcey <sellcey@mips.com>
1632
1633 * configure.ac: Add mips*-mti-elf* target.
1634 * configure: Regenerate.
1635
2bf680c4
ILT
16362012-09-19 Ian Lance Taylor <iant@google.com>
1637
1638 * configure.ac (host_libs): Add libbacktrace.
1639 (target_libraries): Add libbacktrace.
1640 * Makefile.def (host_modules): Add libbacktrace.
1641 (target_modules): Likewise.
1642 * configure, Makefile.in: Rebuild.
1643
5c0b3823
WL
16442012-09-15 Jiong Wang <jiwang@tilera.com>
1645
1646 * configure.ac (ENABLE_GOLD): support tilegx*
1647 * configure: rebuild
1648
1488e230
DE
16492012-09-14 David Edelsohn <dje.gcc@gmail.com>
1650
1651 PR target/38607
1652 Merge upstream change.
1653 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1654
1655 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1656 Add libgomp*.o to compare_exclusions for AIX.
1657 * configure: Regenerate.
1658
df6795ce
L
16592012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1660
1661 PR binutils/4970
1662 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1663 and opcodes.
1664 * Makefile.in: Regenerated.
1665
7ec59b9e
L
16662012-08-14 Diego Novillo <dnovillo@google.com>
1667
1668 Merge from cxx-conversion branch.
1669
1670 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1671 POSTSTAGE1_CONFIGURE_FLAGS.
1672 * Makefile.in: Regenerate.
1673 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1674 Force C++ when bootstrapping.
1675 * configure: Regenerate.
1676
16772012-07-06 Richard Guenther <rguenther@suse.de>
1678
1679 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1680 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1681 --with-gmp=system.
1682 * Makefile.in: Regenerated.
1683 * configure: Likewise.
1684
16852012-07-06 Richard Guenther <rguenther@suse.de>
1686
1687 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1688 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1689 supply V=1 as extra_make_flags.
1690 * configure: Regenerated.
1691 * Makefile.in: Likewise.
1692
16932012-07-03 Richard Guenther <rguenther@suse.de>
1694
1695 * Makfile.def (isl): Remove not necessary extra_exports and
1696 extra_make_flags.
1697 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1698 * Makefile.in: Regenerated.
1699
17002012-07-03 Richard Guenther <rguenther@suse.de>
1701
1702 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1703 * configure.ac: If either the ISL or the CLooG check failed
1704 do not try to build in-tree versions.
1705 * Makefile.in: Regenerated.
1706 * configure: Regenerated.
1707
17082012-07-02 Richard Guenther <rguenther@suse.de>
1709 Michael Matz <matz@suse.de>
1710 Tobias Grosser <tobias@grosser.es>
1711 Sebastian Pop <sebpop@gmail.com>
1712
1713 * Makefile.def: Add ISL host module, remove PPL host module.
1714 Adjust ClooG host module to use the proper ISL.
1715 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1716 * configure.ac: Include config/isl.m4. Add ISL host library,
1717 remove PPL. Remove PPL configury, add ISL configury, adjust
1718 ClooG configury.
1719 * Makefile.in: Regenerated.
1720 * configure: Likewise.
1721
17222012-07-02 Richard Guenther <rguenther@suse.de>
1723
1724 Merge from graphite branch
1725 2011-07-21 Tobias Grosser <tobias@grosser.es>
1726
1727 * configure: Regenerated.
1728 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1729 both cloog.org and legacy versions. The only supported version will
1730 be CLooG with the isl backend.
1731
1732 2011-07-21 Tobias Grosser <tobias@grosser.es>
1733
1734 * configure: Regenerated.
1735 * configure.ac: Require cloog isl 0.17.0
1736
1737 2011-07-21 Tobias Grosser <tobias@grosser.es>
1738
1739 * configure: Regenerated.
1740 * config/cloog.m4: Do not define CLOOG_ORG
1741
17422012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1743
1744 * configure.ac: Skip C if explicitly selected.
1745 * configure: Regenerate.
1746
17472012-06-28 Christophe Lyon <christophe.lyon@st.com>
1748
1749 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1750 they contain -O2.
1751 * configure: Regenerate.
1752
17532012-06-20 Jason Merrill <jason@redhat.com>
1754
1755 * Makefile.tpl (check-target-libgomp-c++): New.
1756 (check-target-libitm-c++): New.
1757 * Makefile.def (c++): Add them.
1758 * Makefile.in: Regenerate.
1759
17602012-05-16 Olivier Hainque <hainque@adacore.com>
1761
1762 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1763 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1764 (install-no-fixedincludes): Adjust accordingly.
1765 * Makefile.in: Regenerate.
1766
17672012-05-09 Nick Clifton <nickc@redhat.com>
1768 Paul Smith <psmith@gnu.org>
1769
1770 PR bootstrap/50461
1771 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1772 allow for the fact that from release v3.1.0 of MPFR the source
1773 files were moved into a src sub-directory.
1774 * configure: Regenerate.
1775
17762012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1777
1778 * configure.ac: Bump minimum MPFR version to 2.4.0.
1779 * configure: Regenerated.
1780
17812012-05-01 Richard Henderson <rth@redhat.com>
1782
1783 * Makefile.def (libatomic): New target_module.
1784 * configure.ac (target_libraries): Add libatomic.
1785 (noconfigdirs): Check if libatomic is supported.
1786 * Makefile.in, configure: Rebuild.
1787
f87f9c61
L
17882012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1789
1790 Merge upstream change
1791 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1792
17932011-11-21 Andreas Tobler <andreast@fgznet.ch>
1794
1795 * libtool.m4: Additional FreeBSD 10 fixes.
1796
68f107fa
AO
17972012-06-28 Christophe Lyon <christophe.lyon@st.com>
1798
1799 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1800 they contain -O2.
1801 * configure: Regenerate.
1802
b9c361e0
JL
18032012-05-14 Catherine Moore <clm@codesourcery.com>
1804
1805 * NEWS: Mention PowerPC VLE port.
1806
9eb322aa
MF
18072012-05-11 Mike Frysinger <vapier@gentoo.org>
1808
1809 * MAINTAINERS (config/): Move to intl/ section.
1810 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1811
58b1dd21
NC
18122012-05-09 Nick Clifton <nickc@redhat.com>
1813 Paul Smith <psmith@gnu.org>
1814
1815 PR bootstrap/50461
1816 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1817 allow for the fact that from release v3.1.0 of MPFR the source
1818 files were moved into a src sub-directory.
1819 * configure: Regenerate.
1820
2e702c99
RM
18212012-05-02 Roland McGrath <mcgrathr@google.com>
1822
1823 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1824 * configure: Regenerate.
1825
d2213593
JB
18262012-04-25 Joel Brobecker <brobecker@adacore.com>
1827
1828 * config.sub: Update to 2012-04-18 version from official repo.
1829
202e2356
NC
18302012-03-19 Tristan Gingold <gingold@adacore.com>
1831
1832 * configure.ac (ia64*-*-*vms*): Add support for ld.
1833 * configure: Regenerate.
1834
2479f722
RO
18352012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1836
1837 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1838 (unsupported_languages): Remove mips-sgi-irix6.*.
1839 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1840 (with_stabs): Remove.
1841 * configure: Regenerate.
1842
4e97d92b
RO
18432012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1844
1845 * configure.ac (enable_libgomp): Remove *-*-osf*.
1846 (with_stabs): Remove alpha*-*-osf*.
1847 * configure: Regenerate.
1848
f9ea6f98
JJ
18492012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1850
1851 * COPYING.NEWLIB: Modify DJ Delorie license to include
1852 modification rights in clause as permitted by DJ Delorie.
1853 * COPYING.LIBGLOSS: Ditto.
1854
48688b3e
JJ
18552012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1856
1857 * COPYING.NEWLIB: Remove two unused licenses.
1858
0945bbee
TG
18592012-03-05 Tristan Gingold <gingold@adacore.com>
1860
1861 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1862 * configure: Regenerate.
1863
516be0c5
JJ
18642012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1865
1866 * COPYING.NEWLIB: Add Adapteva notice.
1867 * COPYING.LIBGLOSS: Add Adapteva notice.
1868
64b986c0
EB
18692011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1870
1871 * configure: Regenerate.
1872
58cddc18
JJ
18732011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1874
1875 * COPYING.LIBGLOSS: Add GPL with exception license.
1876
b121d7d4
DD
18772011-11-09 Roland McGrath <mcgrathr@google.com>
1878
1879 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1880 * configure: Rebuild.
1881 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1882 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1883 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1884 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1885 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1886 Add READELF.
1887 * Makefile.in: Rebuild.
1888
d32e2926
RH
18892011-11-08 Richard Henderson <rth@redhat.com>
1890
1891 * configure.ac: Test for libitm directory present first.
1892
1893 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1894
1895 * configure.ac: Test libitm/configure.tgt to disable libitm.
1896 * configure: Rebuild.
1897
98dd765a
RO
18982011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1899
1900 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1901 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1902 * Makefile.in: Regenerate.
1903
99c513f6
DD
19042011-11-01 DJ Delorie <dj@redhat.com>
1905
1906 * configure.ac (rl78-*-*) New case.
1907 * configure: Regenerate.
1908
ff3ec4ee
DD
19092011-11-01 DJ Delorie <dj@redhat.com>
1910
1911 * config.sub: Update to version 2011-10-29 (added rl78)
1912
c28a9f49
NC
19132011-10-27 Nick Clifton <nickc@redhat.com>
1914
1915 * config.sub: Import these changes from the config project:
1916
a903d6ac 1917 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1918 Ben Elliston <bje@gnu.org>
1919
1920 * config.sub (epiphany): New.
1921
1922 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1923 Ben Elliston <bje@gnu.org>
1924
9eb322aa 1925 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1926
1927 2011-08-23 Roland McGrath <mcgrathr@google.com>
1928
1929 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1930 64eb to be64.
1931
1932 2011-08-16 Roland McGrath <mcgrathr@google.com>
1933
1934 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1935 (nacl): Grok as alias for 32el-unknown-nacl.
1936
860144e4
JB
19372011-08-19 Joel Brobecker <brobecker@adacore.com>
1938
1939 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1940
40ae9136
YQ
19412011-08-14 Yao Qi <yao@codesourcery.com>
1942
1943 Merge from gcc:
1944
1945 2011-08-14 Yao Qi <yao@codesourcery.com>
1946 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1947 * configure: Regenerate.
1948
ffdd6afc
ILT
19492011-07-26 Ian Lance Taylor <iant@google.com>
1950
1951 Merge from gcc:
1952
1953 2011-07-26 Ian Lance Taylor <iant@google.com>
1954 * configure.ac: Set have_compiler based on whether gcc directory
1955 exists, rather than on whether gcc is in configdirs.
1956 * configure: Rebuild.
1957
1958 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1959 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1960 link directories.
1961 * Makefile.in: Rebuild.
1962
1963 2011-07-20 Ian Lance Taylor <iant@google.com>
1964 PR bootstrap/49787
1965 * configure.ac: Move --enable-bootstrap handling earlier in file.
1966 If --enable-bootstrap and either --enable-build-with-cxx or
1967 --enable-build-poststage1-with-cxx, enable C++ automatically.
1968 * configure: Rebuild.
1969
1970 2011-07-19 Ian Lance Taylor <iant@google.com>
1971 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1972 make C++ a boot_language. Set and substitute
1973 POSTSTAGE1_CONFIGURE_FLAGS.
1974 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1975 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1976 * configure, Makefile.in: Rebuild.
1977
1978 2011-07-16 Jason Merrill <jason@redhat.com>
1979 * Makefile.def (language=c++): Add check-c++0x and
1980 check-target-libmudflap-c++.
1981 * Makefile.tpl (check-target-libmudflap-c++): New.
1982 * Makefile.in: Regenerate.
1983
1984 2011-07-16 Matthias Klose <doko@ubuntu.com>
1985 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1986 * Makefile.def (target_modules/libjava): Pass
1987 $(EXTRA_CONFIGARGS_LIBJAVA).
1988 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1989 if not configured with --enable-static-libjava.
1990 * Makefile.in: Regenerate.
1991 * configure: Likewise.
1992
1993 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1994 PR regression/47836
1995 PR bootstrap/23656
1996 PR other/47733
1997 PR bootstrap/49247
1998 PR c/48825
1999 * configure.ac (target_libraries): Remove target-libiberty.
2000 Remove case-statement setting skipdirs=target-libiberty for
2001 multiple targets. Remove checking target_configdirs and
2002 removing target-libiberty but keeping target-libgcc if
2003 otherwise empty.
2004 * Makefile.def (target_modules): Don't add libiberty.
2005 (dependencies): Remove all traces of target-libiberty.
2006 * configure, Makefile.in: Regenerate.
2007
9ccb86e7
JM
20082011-07-22 Jason Merrill <jason@redhat.com>
2009
2010 * Makefile.def (language=c++): Add check-c++0x and
2011 check-target-libmudflap-c++.
2012 * Makefile.tpl (check-target-libmudflap-c++): New.
2013 * Makefile.in: Regenerate.
2014
090bc50f
RO
20152011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2016
2017 * configure: Regenerate.
2018
cff32a7c
RO
20192011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2020
2021 PR target/39150
2022 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2023 x86_64-*-solaris2.1[0-9]*.
2024 * configure: Regenerate.
2025
eb4b2452
NC
20262011-06-13 Walter Lee <walt@tilera.com>
2027
2028 * configure.ac (tilepro-*-*) New case.
2029 (tilegx-*-*): Likewise.
2030 * configure: Regenerate.
2031
3c0013bf
NC
20322011-06-06 Nick Clifton <nickc@redhat.com>
2033
2034 * config.sub: Sync from upstream.
2035
91c1f14c
DK
20362011-05-08 Doug Kwan <dougkwan@google.com>
2037
2038 Merge from gcc:
2039
2040 2011-05-08 Doug Kwan <dougkwan@google.com>
2041
2042 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2043 * configure: Regenerated.
2044 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2045 value from configure.
2046 * Makefile.in: Regenerated.
2047
c7e4b184
JM
20482011-05-05 Joseph Myers <joseph@codesourcery.com>
2049
2050 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2051 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2052 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2053 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2054 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2055 *-*-vxworks*): Disable newlib and libgloss in separate case
2056 statement.
2057 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2058 to separate case statement.
2059 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2060 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2061 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2062 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2063 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2064 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2065 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2066 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2067 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2068 i[[3456789]]86-*-rdos*, m32r-*-*,
2069 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2070 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2071 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2072 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2073 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2074 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2075 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2076 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2077 and libgloss in main case over targets. Remove most empty cases
2078 in main case over targets.
2079 * configure: Regenerate.
2080
7152a690
JM
20812011-05-04 Joseph Myers <joseph@codesourcery.com>
2082
2083 * configure.ac: Remove code setting special library locations for
2084 hppa*64*-*-hpux11*. Remove code setting compiler for
2085 sparc-sun-solaris2*.
2086 * configure: Regenerate.
2087
ff46fb8f
JM
20882011-05-04 Joseph Myers <joseph@codesourcery.com>
2089
2090 * configure.ac: Separate libgloss_dir settings from general case
2091 over targets.
2092 * configure: Regenerate.
2093
82ae827f
JM
20942011-04-28 Joseph Myers <joseph@codesourcery.com>
2095
2096 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2097 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2098 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2099 cases in libgcj-disabling case statement.
2100 (hppa*64*-*-linux*): Set unsupported_languages instead of
2101 disabling target-zlib.
2102 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2103 to hppa*64*-*-hpux*.
2104 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2105 hppa*-*-hpux*.
2106 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2107 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2108 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2109 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2110 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2111 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2112 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2113 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2114 libgcj-disabling case statement.
2115 * configure: Regenerate.
2116
0827f9a6
JM
21172011-04-28 Joseph Myers <joseph@codesourcery.com>
2118
2119 * configure.ac: Disable Java for targets not supporting libffi.
2120 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2121 Remove cases in Java-disabling statement.
2122 (*arm-wince-pe): Change to arm-wince-pe.
2123 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2124 cases in Java-disabling statement.
2125 (bfin-*-*): Don't disable Java again.
2126 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2127 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2128 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2129 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2130 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2131 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2132 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2133 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2134 Java-disabling statement.
2135 (mmix-*-*): Don't disable Java again.
2136 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2137 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2138 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2139 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2140 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2141 statement.
2142 * configure: Regenerate.
2143
899b04ef
JM
21442011-04-28 Joseph Myers <joseph@codesourcery.com>
2145
2146 Merge from GCC:
2147
2148 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2149
2150 PR lto/48086
2151 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2152 * configure: Regenerate.
2153
9863d716
JM
21542011-04-28 Joseph Myers <joseph@codesourcery.com>
2155
2156 * configure.ac: Separate cases disabling Java and Java libraries
2157 from general case over targets.
2158 * configure: Regenerate.
2159
a90ef4bf
JM
21602011-04-06 Joseph Myers <joseph@codesourcery.com>
2161
2162 * configure.ac (build_tools): Remove build-byacc.
2163 (host_libs): Remove mmalloc.
2164 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2165 autoconf automake libtool diff rcs fileutils shellutils time
2166 textutils wdiff find uudecode hello tar gzip indent recode release
2167 sed perl gawk findutils gettext zip.
2168 (libgcj): Remove target-qthreads.
2169 (target_tools): Remove target-examples target-gperf.
2170 (YACC): Don't handle building byacc.
2171 * configure: Regenerate.
2172 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2173 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2174 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2175 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2176 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2177 handle building components.
2178 * Makefile.in: Regenerate.
2179
05a02268
RW
21802011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2181
2182 * config.sub: Sync from upstream.
2183
c5f5c3c2
JM
21842011-04-01 Joseph Myers <joseph@codesourcery.com>
2185
2186 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2187 (microblaze*): Don't disable libssp.
2188 * configure: Regenerate.
2189
f6c1938b
JM
21902011-04-01 Joseph Myers <joseph@codesourcery.com>
2191
2192 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2193 moveifchange.
2194 * configure: Regenerate.
2195 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2196 * Makefile.in: Regenerate.
2197
1f111696
JM
21982011-04-01 Joseph Myers <joseph@codesourcery.com>
2199
2200 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2201 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2202 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2203 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2204 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2205 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2206 md_exec_prefix cases.
2207 * configure: Regenerate.
2208
065a5627
JM
22092011-04-01 Joseph Myers <joseph@codesourcery.com>
2210
2211 * configure.ac: Separate cases disabling target-libssp,
2212 target-libiberty, target-libstdc++-v3 and Fortran from general
2213 case over targets.
2214 * configure: Regenerate.
2215
b2f14e4a
JM
22162011-04-01 Joseph Myers <joseph@codesourcery.com>
2217
2218 * configure.ac (*-*-chorusos): Don't disable libgcj.
2219 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2220 Remove case.
2221 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2222 (arm-*-coff): Don't disable libgcj.
2223 (arm*-*-linux-gnueabi): Remove useless assignment.
2224 (arm-*-riscix*): Don't disable libgcj.
2225 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2226 configuration.
2227 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2228 (c54x*-*-*): Remove case.
2229 (tic54x-*-*): Don't disable GCC or GCC libraries.
2230 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2231 to *.
2232 (d10v-*-*): Don't disable GCC libraries.
2233 (d30v-*-*): Don't disable libgcj.
2234 (h8500-*-*): Don't disable GCC libraries.
2235 (i960-*-*): Don't disable libgcj.
2236 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2237 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2238 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2239 libgcj.
2240 (m68k-*-coff*): Remove case.
2241 (mmix-*-*): Don't disable libgloss on host.
2242 (mn10200-*-*, mn10300-*-*): Remove cases.
2243 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2244 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2245 Don't disable libgcj.
2246 (romp-*-*): Remove case.
2247 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2248 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2249 case.
2250 (v810-*-*): Don't disable GCC libraries.
2251 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2252 (ip2k-*-*): Don't disable GCC libraries.
2253 * configure: Regenerate.
2254
6a608608
JM
22552011-03-28 Joseph Myers <joseph@codesourcery.com>
2256
2257 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2258 libffi on host.
2259 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2260 on host.
2261 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2262 * configure: Regenerate.
2263
5b806d27
NC
22642011-03-26 John Marino <binutils@marino.st>
2265
2266 * configure.ac: Add support for *-*-dragonfly*
2267 * configure: Regenerate.
2268
0377a422
JM
22692011-03-25 Joseph Myers <joseph@codesourcery.com>
2270
2271 * configure.ac (native_only): Remove.
2272 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2273 send-pr uudecode guile gnuserv on host.
2274 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2275 send-pr rcs guile perl texinfo libtool on host.
2276 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2277 automake send-pr rcs guile perl texinfo libtool on host.
2278 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2279 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2280 (alpha*-dec-osf*): Don't disable fileutils on target.
2281 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2282 texinfo send-pr expect dejagnu on target.
2283 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2284 target-qthreads on target.
2285 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2286 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2287 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2288 x86_64-*-mingw*): Don't disable expect on target.
2289 (*-*-cygwin*): Don't disable target-gperf on target.
2290 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2291 gnuserv on target.
2292 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2293 target.
2294 * configure: Regenerate.
2295
2354b38b
JM
22962011-03-25 Joseph Myers <joseph@codesourcery.com>
2297
2298 * configure.ac (target_tools): Remove target-groff.
2299 (native_only): Remove target-groff.
2300 (hppa*64*-*-*): Don't disable byacc.
2301 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2302 setting.
2303 (*-*-kaos*): Don't skip target-librx and target-groff.
2304 (*-*-netware*): Don't skip target-libmudflap.
2305 (*-*-tpf*): Don't skip target-libmudflap.
2306 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2307 directories on the host.
2308 (ia64*-*-*vms*): Don't skip tix.
2309 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2310 host.
2311 * configure: Regenerate.
2312
28d9b232
PB
23132011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2314
2315 * configure.ac: Remove references to mt-mep, mt-netware,
2316 mt-wince.
2317 * Makefile.def: Add all-utils soft dependencies.
2318 * Makefile.tpl: Remove GDB_NLM_DEPS.
2319 * configure: Regenerate.
2320 * Makefile.in: Regenerate.
2321
dbbe5f95
PB
23222011-03-24 Paolo Bonzini <bonzini@gnu.org>
2323
2324 Sync from GCC:
2325
2326 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2327
2328 * configure.ac: Do not include mh-x86omitfp.
2329 * configure: Regenerate.
2330
2331 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2332
2333 * configure.ac: Remove empty cases.
2334 * configure: Regenerate.
2335
2336 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2337
2338 * Makefile.def: Add dependency from termcap to gdb.
2339 * Makefile.in: Regenerate.
2340
2341 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2342
2343 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2344 * configure: Regenerate.
2345 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2346 * Makefile.tpl: Likewise.
2347 * Makefile.in: Regenerate.
2348
2349 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2350
2351 * configure.ac: Remove all mentions of tentative_cc.
2352 * configure: Regenerate.
2353
2354 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2355
2356 PR lto/48086
2357 * configure.ac: Re-enable LTO on *-apple-darwin9.
2358 * configure: Regenerate.
2359
3516a403
JM
23602011-03-24 Joseph Myers <joseph@codesourcery.com>
2361
2362 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2363 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2364 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2365 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2366 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2367 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2368 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2369 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2370 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2371 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2372 *-*-rhapsody*): Remove host cases.
2373 * configure: Regenerate.
2374
93cc359e
JM
23752011-03-24 Joseph Myers <joseph@codesourcery.com>
2376
2377 * configure.ac (ppc*-*-pe): Remove host case.
2378 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2379 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2380 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2381 cases.
2382 * configure: Regenerate.
2383
29b2c556
JM
23842011-03-24 Joseph Myers <joseph@codesourcery.com>
2385
2386 * config.sub: Update to version 2011-03-23.
2387
f0ff0f90
JM
23882011-03-22 Joseph Myers <joseph@codesourcery.com>
2389
2390 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2391 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2392 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2393 * configure: Regenerate.
2394
782cb41f
JM
23952011-03-22 Joseph Myers <joseph@codesourcery.com>
2396
2397 * config-ml.in: Don't handle arc-*-elf*.
2398 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2399 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2400 handle GCC libraries.
2401 * configure: Regenerate.
2402
0e8ad34f
RO
24032011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2404
2405 PR bootstrap/48120:
2406 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2407 Add -lstdc++ -lm to LIBS.
2408 * configure: Regenerate.
2409
5548b4ce
DE
24102011-03-18 David Edelsohn <dje.gcc@gmail.com>
2411
2412 * config.guess: Update to version 2011-02-02
2413 * config.sub: Update to version 2011-02-24
2e702c99 2414
86ed8cf6
SP
24152011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2416
9eb322aa
MF
2417 * configure.ac: Adjust test of with_ppl.
2418 * configure: Regenerated.
86ed8cf6 2419
b123da99
SP
24202011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2421
2422 * configure.ac: Add -lpwl to ppllibs.
2423 * config/cloog.m4: Add -lisl to clooglibs.
2424 * configure: Regenerated.
2425
822ce8ee
RW
24262011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2427
2428 Import from Libtool and gnulib:
2429
2430 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2431
2432 Prepare for supporting FreeBSD 10.
2433 * config.rpath: Remove handling of freebsd1* which soon would
2434 match FreeBSD 10.0.
2435
2436 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2437
2438 Remove support for FreeBSD 1.x.
2439 * libtool.m4 (_LT_LINKER_SHLIBS)
2440 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2441 soon would incorrectly match FreeBSD 10.0.
2442
dcb5e506
RW
24432011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2444
2445 PR binutils/12283
2446 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2447 (move-if-change): Comes from gnulib.
2448 * move-if-change: Import version from gnulib.
2449
8d8eef9a
RW
24502011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2451
2452 Sync from GCC:
2453
2454 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2455
2456 PR lto/47225
2457 * Makefile.def (lto-plugin): Double dash for enable-shared.
2458 (configure-gcc): Depend on all-lto-plugin.
2459 * Makefile.in: Rebuilt.
2460
2461 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2462
2463 * configure.ac: Remove extra bracket.
2464 * configure: Regenerate.
2465
2466 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2467
2468 PR lto/47225
2469 * Makefile.def: Add dependency for install-gcc
2470 on install-lto-plugin.
2471 * Makfile.in: Regenerated
2472
2473 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2474
2475 * configure.ac: If with_ppl is no, move setting with_cloog=no
2476 after CLOOG_REQUESTED check.
2477 * configure: Regenerated.
2478
2479 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2480
2481 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2482 CLooG has been requested.
2483 * configure: Regenerated.
2484
2485 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2486
2487 * configure: Regenerated.
2488 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2489
2490 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2491
2492 * configure: Regenerated.
2493 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2494
2495 2011-01-07 Jan Hubicka <jh@suse.cz>
2496
2497 PR lto/47225
2498 * Makefile.in: Regenerate.
2499 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2500 configure.
2501
65b4571a
AO
25022011-01-31 Alexandre Oliva <aoliva@redhat.com>
2503
2504 PR libgcj/44341
2505 * configure.ac: Discard --with-* flags for host when configuring
2506 target libraries for cross build.
2507 * configure: Rebuilt.
2508
7837304f
AS
25092011-01-21 Andreas Schwab <schwab@redhat.com>
2510
2511 Sync from GCC:
2512
2513 2011-01-21 Andreas Schwab <schwab@redhat.com>
2514
2515 * configure.ac: Use AS_HELP_STRING throughout.
2516 * configure: Regenerate.
2517
2518 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2519
2520 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2521 * configure: Regenerate.
2522
115ef890
RW
25232010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2524
2525 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2526
92c9a463
JB
25272011-01-13 Joel Brobecker <brobecker@adacore.com>
2528
2529 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2530 for ia64-hpux.
2531 * configure: Regenerate.
2532
887ebfb4
RW
25332011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2534
2535 Sync from GCC:
2536 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2537
2538 * configure.ac: (picochip): Disable libiberty.
2539 * configure: Regenerate.
2540
04d2c2b2
JJ
25412010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2542
2543 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2544
33d23ee8
ILT
25452010-12-10 Ian Lance Taylor <iant@google.com>
2546
2547 PR bootstrap/46819
2548 * configure.ac: For --disable-libgcj clear libgcj_saved.
2549 * configure: Rebuild.
2550
89a1e9c3
PB
25512010-12-10 Tobias Burnus <burnus@net-b.de>
2552
2553 PR fortran/46540
2554 * configure.ac: Add --disable-libquadmath and
2555 --disable-libquadmath-support.
2556 * configure: Regenerate.
2557
ac7bcd26
TG
25582010-12-10 Tristan Gingold <gingold@adacore.com>
2559
2560 * src-release (ETC_SUPPORT): add gnu-oids.texi
2561
d357cef7
HPN
25622010-12-03 Hans-Peter Nilsson <hp@axis.com>
2563
2564 PR libffi/46792
2565 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2566 * configure: Regenerate.
2567
4f11b223
ILT
25682010-12-02 Ian Lance Taylor <iant@google.com>
2569
2570 * configure.ac: Always set default for poststage1_ldflags to
2571 -static-libstdc++ -static-libgcc.
2572
989abc33
JJ
25732010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2574
2575 * COPYING.NEWLIB: Add National Semiconductor notice.
2576
950386c6
AS
25772010-11-29 Andreas Schwab <schwab@redhat.com>
2578
2579 * configure.ac: Move comment to remove extra space in last argument
2580 of GCC_TARGET_TOOL.
2581
87cda2cf
AO
25822010-11-26 Alexandre Oliva <aoliva@redhat.com>
2583
7d509c83 2584 PR other/46026
87cda2cf
AO
2585 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2586 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2587 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2588 (BASE_FLAGS_TO_PASS): Use it.
2589 * configure: Rebuilt.
2590 * Makefile.in: Rebuilt.
2591
d3b50760
L
25922010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2593
2594 PR binutils/12258
2595 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2596 Properly check default linker.
2597 * configure: Regnerated.
2598
c7791212
NC
25992010-11-23 Matthias Klose <doko@ubuntu.com>
2600
2601 * configure.ac: For --enable-gold, handle value `default' instead of
2602 `both*'. New configure option --{en,dis}able-ld.
2603 * configure: Regenerate.
2604
9e1a94f4
ILT
26052010-11-20 Ian Lance Taylor <iant@google.com>
2606
2607 * configure.ac: Only disable a language library if no language needs
2608 it. Don't let --disable-libgcj uncondtionally disable libffi.
2609 * configure: Rebuild.
2610
ceca0218
PB
26112010-11-20 Paolo Bonzini <bonzini@gnu.org>
2612
2613 * configure: Regenerate.
2614
9b980aa1
RW
26152010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2616
2617 PR other/46202
2618 * configure.ac: Fix just-built in-tree STRIP name to be
2619 binutils/strip-new.
2620 * configure: Regenerate.
2621 * Makefile.def (install-strip-gcc, install-strip-binutils)
2622 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2623 (install-strip-sid): Mirror dependencies on non-strip variants
2624 of these targets on the respective -strip prerequisites.
2625 * Makefile.tpl (install-strip, install-strip-host)
2626 (install-strip-target): New targets.
2627 (install-strip-[+module+], install-strip-target-[+module+]):
2628 New targets.
2629 * Makefile.in: Regenerate.
2630
e552509b
ILT
26312010-11-19 Ian Lance Taylor <iant@google.com>
2632 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2633
2634 * configure.ac: Add target-libgo to target_libraries. Set
2635 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2636 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2637 (HOST_EXPORTS): Add GOC.
2638 (BASE_TARGET_EXPORTS): Add GOC.
2639 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2640 (GOCFLAGS_FOR_TARGET): New variable.
2641 (EXTRA_HOST_FLAGS): Add GOC.
2642 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2643 * Makefile.def (target_modules): Add libgo.
2644 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2645 (dependencies): Add dependency from configure-target-libgo to
2646 configure-target-libffi and all-target-libstdc++-v3. Add
2647 dependencies from all-target-libgo to all-target-libffi.
2648 (languages): Add go.
2649 * configure: Rebuild.
2650 * Makefile.in: Rebuild.
2651
26522010-11-19 Ian Lance Taylor <iant@google.com>
2653
2654 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2655 compiler/flag environment variables.
2656
26572010-11-18 Ian Lance Taylor <iant@google.com>
2658
2659 * configure.ac: Check for lang_requires_boot_languages in
2660 config-lang.in files.
2661 * configure: Rebuild.
2662
8c21d9c7
MF
26632010-11-17 Mike Frysinger <vapier@gentoo.org>
2664
2665 * .gitignore: New file.
2666
e552509b
ILT
26672010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2668 Tobias Burnus <burnus@net-b.de>
2669
2670 PR fortran/32049
2671 * Makefile.def: Add libquadmath; build it with language=fortran.
2672 * configure.ac: Add libquadmath.
2673 * Makefile.tpl: Handle multiple libs in check-[+language+].
2674 * Makefile.in: Regenerate.
2675 * configure: Regenerate.
2676
26772010-11-15 Andreas Schwab <schwab@redhat.com>
2678
2679 * configure.ac: Fix spelling in option names.
2680 * configure: Regenerated.
2681
26822010-11-13 Georg-Johann Lay <georgjohann@web.de>
2683
2684 PR bootstrap/39622
2685 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2686 * configure: Regenerated.
2687
26882010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2689
2690 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2691 define the cloog backend to use. Furthermore, only pass the ppllibs to
2692 the configure checks, if necessary.
2693 * configure: Regenerate.
2694
26952010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2696
2697 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2698 * configure: regenerate
2699
27002010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2701
2702 * config/cloog.m4: Fix typo. verison -> version.
2703 * configure: Regenerate.
2704
27052010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2706
2707 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2708 * configure: Regenerate.
2709
27102010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2711
2712 * configure.ac: Support official CLooG.org versions.
2713 * configure: Regenerate.
2714 * config/cloog.m4: New.
2715
aa291e2d
ME
27162010-11-05 Michael Eager <eager@eagercon.com>
2717
2718 * COPYING.LIBGLOSS: Correct typo in microblaze.
2719 * COPYING.NEWLIB: Same.
2720
e552509b
ILT
27212010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2722
2723 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2724 * configure: Regenerate.
2725
74cea91b
DK
27262010-11-03 Ian Lance Taylor <iant@google.com>
2727 Dave Korn <dave.korn.cygwin@gmail.com>
2728
2729 PR lto/46273
2730 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2731 and on other supported platforms whenever LTO is enabled.
2732 * configure: Rebuild.
2733
6d0cd39e
AM
27342010-11-02 Alan Modra <amodra@gmail.com>
2735
2736 PR binutils/12110
2737 * configure.ac: Error when source path contains spaces.
2738 * configure: Regenerate.
2739
18a8530e
ILT
27402010-10-20 Ian Lance Taylor <iant@google.com>
2741
2742 * Makefile.def (target_modules): Set lib_path to src/.libs for
2743 libstdc++-v3 module.
2744 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2745 * Makefile.in: Rebuild.
2746
6ed3211e
JJ
27472010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2748 Joseph Myers <joseph@codesourcery.com>
2749
2750 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2751 notices.
2752 * COPYING.NEWLIB: Add Texas Instruments notice.
2753
a8eb3f0a
DK
27542010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2755
2756 * configure.ac (build_lto_plugin): New shell variable.
2757 (--enable-lto): Turn on by default for all non-ELF platforms that
2758 have had LTO support added so far. Set build_lto_plugin appropriately
2759 for both ELF and non-ELF.
2760 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2761 * configure: Regenerate.
2762
4074d5f2
RW
27632010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2764
2765 PR bootstrap/45326
2766 PR bootstrap/45174
2767 * configure.ac: Honor initial values of $build_configargs,
2768 $host_configargs, $target_configargs. Mark the precious, so
2769 environment settings get recorded.
2770 * configure: Regenerate.
2771
29821356
RW
27722010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2773
2774 Sync from GCC:
2775
2776 2010-09-30 Michael Eager <eager@eagercon.com>
2777
2778 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2779 * configure: Regenerate.
2780
2781 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2782
2783 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2784 targets and amend comment.
2785 * configure: Regenerate.
2786
2787 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2788
2789 * configure.ac: Enable LTO by default on Darwin.
2790 * configure: Regenerate.
2791
2792 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2793
2794 PR bootstrap/44455
2795 * configure.ac (extra_mpfr_configure_flags): Copy from
2796 extra_mpc_gmp_configure_flags.
2797 * configure: Re-generated.
2798
57eefe4d
RW
27992010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2800
2801 Sync from GCC:
2802
2803 PR bootstrap/45796
2804 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2805 Depend on all-build-libiberty.
2806 * Makefile.in: Regenerate.
2807
28082010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2809
2810 Sync from GCC:
2811
2812 PR bootstrap/44621
2813 * configure.ac: Fix unportable shell quoting.
2814 * configure: Regenerate.
2815
48bb73dd
RW
28162010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2817
2818 * configure.ac: Support all v850 targets.
2819 * configure: Regenerate.
2820
1d14850f
PB
28212010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2822
2823 PR target/44862
2824 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2825 Provide -B option to allow for link spec %s substitutions for
2826 libstdc++.a on darwin.
2827 * Makefile.in: Regenerate.
2828
7530c480
AO
28292010-06-10 Alexandre Oliva <aoliva@redhat.com>
2830
2831 * Makefile.def (configure-gcc): Depend on all-libelf.
2832 * Makefile.in: Rebuild.
2833
285d560d
RW
28342010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2835
2836 * config.sub, config.guess: Update from upstream sources.
2837
a009f2e7
RW
28382010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839
2840 Sync from GCC:
2841
2842 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2843 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2844 * configure: Regenerated.
2845
2846 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2847 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2848 * configure: Regenerate.
2849
2850 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2851 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2852 * configure: Regenerate.
2853
2854 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2855 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2856 separately.
2857 * configure: Regenerate.
2858
2859 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2860 * configure: Regenerate after change to elf.m4.
2861
2862 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2863 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2864 * configure: Regenerated.
2865
2866 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2867 * configure.ac: Print "buggy but acceptable" when CLooG
2868 revision is less than 9.
2869 * configure: Regenerated.
2870
e49e5c92
DK
28712010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2872
2873 Merge from gcc:
2874
2875 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2876 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2877 * configure: Regenerate.
2878
2879 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2880 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2881 a platform that supports LTO.
2882 * configure: Regenerate.
2883
2884 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2885 PR lto/42776
2886 * configure.ac (--enable-lto): Refactor handling so libelf tests
2887 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2888 and allow LTO to be explicitly enabled on non-ELF platforms that
2889 are known to support it inside else-clause.
2890 * configure: Regenerate.
2891
e6de499b
NC
28922010-04-27 Roland McGrath <roland@redhat.com>
2893 H.J. Lu <hongjiu.lu@intel.com>
2894
2895 * configure.ac (--enable-gold): Support both, both/gold and
2896 both/bfd to add gold to configdirs without removing ld.
2897 * configure: Regenerated.
2898
2899 * Makefile.def: Add install-gold dependency to install-ld.
2900 * Makefile.in: Regenerated.
2901
d594eacc
TG
29022010-04-14 Tristan Gingold <gingold@adacore.com>
2903
2904 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2905 * configure: Regenerate.
2906
938d2b74
RW
29072010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2908
2909 Merge from gcc:
2910 PR bootstrap/43615
2911 PR bootstrap/43328
2912 Revert:
2913 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2914 * configure.ac: Do not pass --enable-multilib nor
2915 --disable-multilib in baseargs. Accept explicitly passed
2916 --enable_multilib.
2917 * configure: Regenerate.
2918
a9ef41a7
RW
29192010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2920
2921 PR bootstrap/43328
2922 * configure.ac: Do not pass --enable-multilib nor
2923 --disable-multilib in baseargs. Accept explicitly passed
2924 --enable_multilib.
2925 * configure: Regenerate.
2926
619a3713
JM
29272010-03-23 Joseph Myers <joseph@codesourcery.com>
2928
2929 * configure.ac (tic6x-*-*): New case.
2930 * configure: Regenerate.
2931
92f4e989
JM
29322010-03-23 Joseph Myers <joseph@codesourcery.com>
2933
2934 Merge from gcc:
2935 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2936 PR ada/42554
2937 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2938 * configure: Regenerate.
2939
c35a0556
JM
29402010-03-23 Joseph Myers <joseph@codesourcery.com>
2941
2942 * config.sub: Update to version 2010-03-22.
2943 * config.guess: Update to version 2009-12-30.
2944
18fa8f9c
JM
29452010-03-14 Joseph Myers <joseph@codesourcery.com>
2946
2947 Merge from gcc:
2948 2010-01-11 Richard Guenther <rguenther@suse.de>
2949 PR lto/41569
2950 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2951 * Makefile.in: Regenerated.
2952
ba98da75
RO
29532010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2954
2955 PR libstdc++/32499
2956 * configure.ac (RANLIB): Default to true.
2957 (STRIP): Likewise.
2958 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2959 * configure: Regenerate.
2960
3994761f
NC
29612010-02-17 Nick Clifton <nickc@redhat.com>
2962
2963 PR 11238
2964 * Makefile.tpl (local-distclean): Also remove config.cache files in
2965 sub-directories as there may not be Makefiles present in the
2966 sub-directories.
792cdb50
NC
2967 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2968 the config.cache files found by the find command.
2969
3994761f
NC
2970 * Makefile.in: Regenerate.
2971 * configure.ac: Revert previous delta.
2972 * configure: Regenerate.
2973
01a82011
NC
29742010-02-15 Nick Clifton <nickc@redhat.com>
2975
2976 PR 11238
2977 * configure.ac: Delete config.cache files in sub-directories when
2978 deleting Makefiles.
2979 * configure: Regenerate.
2980
143754cd
NC
29812010-02-15 Nick Clifton <nickc@redhat.com>
2982
2983 * configure.ac: Sync from gcc.
2984 * configure: Regenerate.
2985
a6b5846e
KG
29862010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2987
2988 Sync from gcc:
2989 * configure.ac: Add "recommended" version checks for GMP/MPC.
2990 Update recommended GMP/MPFR/MPC versions.
2991 * configure: Regenerate.
2992
2aa2364a
JR
29932010-01-25 Joern Rennecke <amylaar@spamcop.net>
2994
2995 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2996 * configure.ac (bootstrap_target_libs): Make inclusion of
2997 target-libgomp conditional on libgomb being in target_configdirs.
2998 * configure: Regenerate.
2999
d35e937f
JR
30002010-01-23 Joern Rennecke <amylaar@spamcop.net>
3001
3002 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3003 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3004 * configure: Regenerate.
3005
911e63d0
JR
30062010-01-22 Joern Rennecke <amylaar@spamcop.net>
3007
3008 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3009 * configure.ac (target_configdirs): Substitute.
3010 * Makefile.def: Bootstrap target module libgomp.
3011 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3012 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3013 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3014 * configure, Makefile.in: Regenerate.
3015
3725885a
RW
30162009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3017
3018 * libtool.m4: Sync from git Libtool.
3019 * ltmain.sh: Likewise.
3020 * ltoptions.m4: Likewise.
3021 * ltversion.m4: Likewise.
3022 * lt~obsolete.m4: Likewise.
3023
d5f2ee2e 30242010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3025 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3026
3027 PR bootstrap/42424
3028 * configure.ac: Include libtool m4 files.
9eb322aa 3029 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3030 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3031 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3032
d5f2ee2e
KG
3033 * configure: Regenerate.
3034
f2b2dd91
RW
30352010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3036
3037 PR bootstrap/41818
3038 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3039 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3040 * Makefile.in: Regenerate.
3041
06ca7962
BE
30422009-12-18 Ben Elliston <bje@au.ibm.com>
3043
3044 * config.sub, config.guess: Update from upstream sources.
3045
30a16d7b
JJ
30462009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3047
3048 * COPYING.NEWLIB: Update copyright date.
3049 * COPYING.LIBGLOSS: Ditto.
3050
d9b76ff9
KG
30512009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3052
3053 PR middle-end/30447
3054 PR middle-end/30789
3055 PR other/40302
3056
3057 * configure.ac: Require MPC.
3058 * configure: Regenerate.
3059
3060 * configure.ac: Update minimum MPC version to 0.8.
3061 * configure: Regenerate.
3062
e12dec02
PB
30632009-11-20 Paolo Bonzini <bonzini@gnu.org>
3064
3065 * config.guess: Sync with upstream and gcc.
3066 * config.sub: Sync with upstream and gcc.
3067
606a9ca0
AO
30682009-11-16 Alexandre Oliva <aoliva@redhat.com>
3069
3070 * Makefile.def: Restore host and target settings for gmp.
3071 * Makefile.in: Rebuild.
3072
1f53ca9a
AO
30732009-11-16 Alexandre Oliva <aoliva@redhat.com>
3074
3075 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3076 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3077 Fix portability of test of C++ as bootstrap language. Add
3078 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3079 * configure: Rebuild.
3080 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3081 and cloog. Fix in-tree ppl configuration. Introduce libelf
3082 in-tree building.
3083 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3084 (POSTSTAGE1_HOST_EXPORTS): Use it.
3085 (STAGE[+id+]_CXXFLAGS): New.
3086 (BASE_FLAGS_TO_PASS): Pass it down.
3087 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3088 extra_exports.
3089 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3090 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3091 extra_exports.
3092 * Makefile.in: Rebuild.
3093
30942009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3095
3096 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3097 paths for *-w64-mingw* and x86_64-*mingw*.
3098 * configure: Regenerated.
3099
31002009-10-30 Kai Tietz <kai.tietz@onevision.com>
3101
3102 * configure.ac: Disable target-winsup & co for
3103 x86_64-*-mingw* and *-w64-mingw* targets.
3104 * configure: Regenerated.
3105
31062009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3107
3108 * configure.ac (CLooG test): Use = with test.
3109 * configure: Regenerate.
3110
31112009-10-22 Richard Guenther <rguenther@suse.de>
3112
3113 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3114 cloog if the ppl version check failed. Move flags saving
3115 before setting in libelf check.
3116 * configure: Regenerate.
3117
31182009-10-21 Richard Guenther <rguenther@suse.de>
3119
3120 * configure.ac: Adjust the ppl and cloog configure to work as
3121 documented. Disable cloog if ppl was disabled. Omit the version
3122 checks if they were disabled.
3123 * configure: Re-generate.
3124
6811fb56
RW
31252009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3126
3127 * configure.ac: Add 'lto' to enable_languages, not
3128 new_enable_languages, and only if not already present.
3129 * configure: Regenerate.
3130
700d40ca
ILT
31312009-10-06 Ian Lance Taylor <iant@google.com>
3132
3133 * Makefile.def: check-gold depends upon all-gas.
3134 * Makefile.in: Rebuild.
3135
31362009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3137
3138 * Makefile.def: all-lto-plugin depends on all-libiberty.
3139 set bootstrap=true for lto-plugin.
3140 Add lto-plugin.
3141 * Makefile.in: Regenerate.
3142 * configure.ac (host_libs): Add lto-plugin.
3143 * configure: Regenerate.
3144
31452009-10-03 Diego Novillo <dnovillo@google.com>
3146
3147 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3148 (HOST_LIBELFLIBS): Define.
3149 (HOST_LIBELFINC): Define.
3150 * Makefile.in: Regenerate.
3151 * configure.ac: Add --enable-lto.
3152 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3153 If --enable-lto is used, add 'lto' to new_enable_languages.
3154 If --enable-lto is used and gold is enabled, add
3155 lto-plugin to configdirs.
3156 * configure: Regenerate.
3157
31582009-10-03 Simon Baldwin <simonb@google.com>
3159
3160 * configure.ac: If --with-system-zlib, suppress local zlib and
3161 pass --with-system-zlib to subdir configure scripts.
3162 * configure: Regenerate.
3163
31642009-10-01 Loren J. Rittle <ljrittle@acm.org>
3165 Paolo Bonzini <bonzini@gnu.org>
3166
3167 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3168 $(srcdir).
3169 * Makefile.in: Rebuilt.
3170
c8cb1b3e
PB
31712009-09-29 Paolo Bonzini <bonzini@gnu.org>
3172
3173 Sync from gcc:
3174 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3175
3176 * configure.ac: Update minimum MPC version to 0.7.
3177 * configure: Regenerate.
3178
30167e0a
NC
31792009-09-25 Nick Clifton <nickc@redhat.com>
3180
3181 * configure.ac: Pass any --cache-file=/dev/null option on to
3182 subconfigures.
3183 * configure: Regenerate.
3184
707a0b5c
NC
31852009-09-23 Nick Clifton <nickc@redhat.com>
3186
3187 * config.sub, config.guess: Update from upstream sources.
3188
700d40ca
ILT
31892009-09-22 Loren J. Rittle <ljrittle@acm.org>
3190
3191 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3192 * Makefile.in: Rebuilt.
3193
2fd0b40b
RW
31942009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3195
3196 PR bootstrap/32272
3197 * configure.ac: Error out if $srcdir isn't '.' but contains
3198 host-${host_noncanonical}.
3199 * configure: Regenerate.
3200
4385ad3c
RW
32012009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3202
16b1ad29
RW
3203 * configure.ac: If bootstrapping a combined tree with
3204 --enable-gold, require c++ in stage1_languages.
3205 * configure: Regenerate.
3206
f8dc745f
RW
3207 * configure.ac: Also add target_libs of stage1_languages to
3208 bootstrap_target_libs.
3209 * configure: Regenerate.
3210
4385ad3c
RW
3211 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3212 with --enable-languages not containing c++.
3213 * configure: Regenerate.
3214
df51e4e1
JZ
32152009-09-16 Jie Zhang <jie.zhang@analog.com>
3216
3217 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3218 * configure: Regenerate.
3219
06a51eac
RW
32202009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3221
3222 * configure.ac: Do not use $extrasub for replacing @if/@endif
3223 parts in Makefile; instead, use additional arguments to
3224 AC_CONFIG_COMMANDS to do the replacement manually, with several
3225 sed invocations, to avoid HP-UX sed command limits.
3226 * configure: Regenerate.
3227
96655cc4
AO
32282009-09-04 Alexandre Oliva <aoliva@redhat.com>
3229
3230 * configure.ac (with-build-config): Document. Handle without.
3231 Handle missing argument.
3232 * configure: Rebuilt.
3233
32342009-09-03 Alexandre Oliva <aoliva@redhat.com>
3235
3236 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3237 Default to bootstrap-debug only if compare-debug works.
3238 * configure: Rebuilt.
3239 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3240 * Makefile.in: Rebuilt.
3241
32422009-09-01 Alexandre Oliva <aoliva@redhat.com>
3243
3244 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3245 * Makefile.in: Rebuilt.
3246
8e957354
PB
32472009-09-02 Paolo Bonzini <bonzini@gnu.org>
3248
3249 * Makefile.tpl (AWK): Fix typo.
3250 * Makefile.in: Regenerate.
3251
32522009-09-02 Paolo Bonzini <bonzini@gnu.org>
3253
3254 * configure.ac: Detect awk and sed.
3255 * Makefile.def (flags_to_pass): Add AWK and SED.
3256 * Makefile.tpl (AWK, SED): New.
3257 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3258 * configure: Regenerate.
3259 * Makefile.in: Regenerate.
3260
fb792462
TG
32612009-09-01 Tristan Gingold <gingold@adacore.com>
3262
3263 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3264 Remove logical names.
3265
a69e7d0a
DK
32662009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3267
3268 * ltmain.sh (func_normal_abspath): New function.
3269 (func_relative_path): Likewise.
3270 (func_mode_help): Document new -bindir option for link mode.
3271 (func_mode_link): Add new -bindir option, and use it to place
3272 output DLL if specified.
3273
d444d2ba
RW
32742009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3275
3276 * configure.ac (AC_PREREQ): Bump to 2.64.
3277
13b7343a
RW
32782009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3279
af542c2e
RW
3280 * README-maintainer-mode: Point directly to upstream locations
3281 for autoconf, automake, libtool, gettext, instead of copies on
3282 sources.redhat.com. Document required versions.
3283 * configure.ac: Do not substitute datarootdir, htmldir,
3284 pdfdir, docdir. Do not process --with-datarootdir,
3285 --with-htmldir, --with-pdfdir, --with-docdir.
3286 * configure: Regenerate.
3287
81ecdfbb
RW
3288 * configure: Regenerate.
3289
13b7343a
RW
3290 * compile: Sync from Automake 1.11.
3291 * depcomp: Likewise.
3292 * install-sh: Likewise.
3293 * missing: Likewise.
3294 * mkinstalldirs: Likewise.
3295 * ylwrap: Likewise.
3296
c1102ce7
RW
32972009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3298
34a0f3cf
RW
3299 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3300 (baseargs): Add --disable-option-checking.
3301 * configure: Regenerate.
3302
c1102ce7
RW
3303 * Makefile.def (configure-target-libiberty): Depend on
3304 all-binutils and all-ld.
3305 (configure-target-newlib): Likewise.
3306 * Makefile.in: Regenerate.
3307
e8a5fa9c
RW
33082009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3309
3310 Sync with GCC, merge:
3311
3312 2009-07-31 Christian Bruel <christian.bruel@st.com>
3313
3314 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3315 * configure: Regenerate.
3316
3317 2009-07-06 Ian Lance Taylor <iant@google.com>
3318
3319 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3320 * configure: Rebuild.
3321
3322 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3323
3324 PR bootstrap/40338
3325 * configure.ac (comparestring): Create new variable.
3326 * Makefile.tpl (comparestring): Use to skip some comparisions.
3327 * configure: Regenerate.
3328 * Makefile.in: Regenerate.
3329
3330 2009-06-23 Ian Lance Taylor <iant@google.com>
3331
3332 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3333 boot_languages. Only bootstrap target libraries listed in
3334 target_libs for some boot language. Add --with-stage1-ldflags,
3335 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3336 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3337 if not building with C++.
3338 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3339 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3340 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3341 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3342 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3343 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3344 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3345 * configure, Makefile.in: Rebuild.
3346
3347 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3348
3349 * configure.ac: Detect MPC in default directory.
3350 * configure: Regenerate.
3351
3352 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3353
3354 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3355 to noconfdirs.
3356 * configure: Regenerate.
3357
3358 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3359
3360 * Makefile.def: Add MPC support and dependencies.
3361 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3362
3363 * Makefile.in, configure: Regenerate.
3364
3365 2009-05-24 Nicolas Roche <roche@adacore.com>
3366
3367 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3368 * Makefile.in: Regenerate.
3369
3370 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3371
3372 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3373 * configure: Regenerate.
3374
3375 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3376
3377 * configure.ac ($with_ppl): Default to no if not supplied.
3378 ($with_cloog): Likewise.
3379 configure: Regenerate.
3380
3381 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3382
3383 PR bootstrap/39739
3384 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3385 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3386
3387 * configure, Makefile.in: Regenerate.
3388
3389 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3390
3391 * configure.ac: Change copyright header to refer to version
3392 3 of the GNU General Public License and to point readers at the
3393 COPYING3 file and the FSF's license web page.
3394 * Makefile.def: Likewise.
3395 * Makefile.tpl: Likewise.
3396 * Makefile.in: Regenerate.
3397
3398 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3399
3400 * configure.ac: Restore match for darwin9 or later. Use double
3401 brackets since regeneration eats one pair.
3402 * configure: Regenerate.
3403
bf110216
CF
34042009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3405
3406 * MAINTAINERS: Perform some obvious fixups.
3407
2262bbf4
BE
34082009-08-17 Ben Elliston <bje@au.ibm.com>
3409
3410 * config.sub, config.guess: Update from upstream sources.
3411
25a07265
NC
34122009-08-06 Michael Eager <eager@eagercon.com>
3413
3414 * configure.ac: Add Microblaze target.
3415 * configure: Regenerate.
3416
85bd1942
TG
34172009-07-02 Tristan Gingold <gingold@adacore.com>
3418
3419 * configure.ac: Do not exclude gas for i386-*-darwin.
3420 Add a case for x86_64-*-darwin.
3421 * configure: Regenerate.
3422
f9806fa5
DE
34232009-06-26 Doug Evans <dje@sebabeach.org>
3424
3425 * Makefile.def (host_modules): Add cgen.
3426 * Makefile.in: Regenerate.
3427 * configure.ac (host_tools): Add cgen.
3428 * configure: Regenerate.
3429
6bfb4e30
JJ
34302009-06-17 Michael Eager <eager@eagercon.com>
3431
3432 * COPYING.LIBGLOSS: Add Xilinx license.
3433
8bcf2718
NC
34342009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3435
3436 * configure.ac: Define is_elf for QNX Neutrino targets.
3437 * configure: Regenerate.
3438
04ec0acb
RW
34392009-06-03 Jerome Guitton <guitton@adacore.com>
3440 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3441
9eb322aa
MF
3442 * Makefile.tpl (all): Avoid a trailing backslash.
3443 * Makefile.in: Regenerate.
04ec0acb 3444
7ee5dbeb
BE
34452009-06-03 Ben Elliston <bje@au.ibm.com>
3446
3447 * config.sub, config.guess: Update from upstream sources.
3448
fda13ee8
AO
34492009-06-02 Alexandre Oliva <aoliva@redhat.com>
3450
3451 * Makefile.tpl ([+compare-target+]): Compare all stage
3452 directories, rather than just gcc.
3453 * Makefile.in: Rebuilt.
3454
4a657b0d
DK
34552009-05-28 Doug Kwan <dougkwan@google.com>
3456
3457 * configure.ac: Support gold for target arm*-*-*.
3458 * configure: Regenerate.
3459
07fc31c9
AO
34602009-05-27 Alexandre Oliva <aoliva@redhat.com>
3461
3462 * Makefile.tpl (all): Avoid harmless warning in make all when
3463 gcc-bootstrap is enabled but stage_last does not exist.
3464 * Makefile.in: Rebuilt.
3465
8a7a39ab
TG
34662009-05-25 Tristan Gingold <gingold@adacore.com>
3467
3468 * setup.com: Complete the file with configuration and build.
3469
b5233201
AO
34702009-05-18 Alexandre Oliva <aoliva@redhat.com>
3471
3472 PR other/40159
3473 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3474 gcc-no-bootstrap are mutually exclusive.
3475 * Makefile.in: Rebuilt.
3476
7b6175f9
AO
34772009-05-18 Alexandre Oliva <aoliva@redhat.com>
3478
3479 PR other/40159
3480 * Makefile.tpl (all): Don't end with unconditional success.
3481 * Makefile.in: Rebuilt.
3482
1b05fbbd
AO
34832009-05-12 Alexandre Oliva <aoliva@redhat.com>
3484
3485 PR target/37137
3486 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3487 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3488 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3489 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3490 stage_configureflags, stage_cflags and stage_libcflags into
3491 explicit Makefile macros.
3492 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3493 GFORTRAN.
3494 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3495 CC. Set CC_FOR_BUILD from CC.
3496 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3497 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3498 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3499 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3500 and GFORTRAN.
3501 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3502 (_LIBCFLAGS): Renamed to _TFLAGS.
3503 (do-compare-debug, do-compare3-debug): Drop.
3504 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3505 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3506 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3507 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3508 (XGCC_FLAGS_FOR_TARGET): New.
3509 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3510 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3511 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3512 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3513 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3514 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3515 TFLAGS.
3516 (BUILD_CONFIG): Include if requested.
3517 (all): Set TFLAGS on bootstrap.
3518 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3519 (all-stageid-prefixmodule): Likewise.
3520 (do-clean, distclean-stageid): Set TFLAGS.
3521 (restrap): Fix whitespace.
3522 * Makefile.in: Rebuilt.
3523
dc17c78c
EB
35242009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3525
3526 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3527 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3528 * Makefile.in: Regenerate.
3529
14324cd7
EZ
35302009-04-24 Eli Zaretskii <eliz@gnu.org>
3531
3532 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3533 consistency with config.sub. (Update from upstream sources.)
3534
f8d5f06c
JM
35352009-04-21 Joseph Myers <joseph@codesourcery.com>
3536
3537 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3538
0000e2bf
BE
35392009-04-17 Ben Elliston <bje@au.ibm.com>
3540
3541 * config.sub, config.guess: Update from upstream sources.
3542
20135e4c
NC
35432009-04-15 Anthony Green <green@moxielogic.com>
3544
34adf976 3545 * configure.ac: Add moxie support.
20135e4c
NC
3546 * configure: Rebuilt.
3547
ef699244
L
35482009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3549
3550 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3551 * configure: Regenerate.
3552
10ad8ef3
L
35532009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3554
3555 PR gas/10039
3556 * configure.ac: Require texinfo 4.7.
3557 * configure: Regenerated.
3558
c50523ce
L
35592009-04-09 Steve Ellcey <sje@cup.hp.com>
3560
3561 * Makefil.def (languages): New entries.
3562 * Makefile.tpl (check-gcc-*): New generic target.
3563 * Makefile.in: Regenerate.
3564
47afba5f
EZ
35652009-03-27 Eli Zaretskii <eliz@gnu.org>
3566
3567 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3568 Windows builds of Sed.
3569
dc448a7b
TT
35702009-03-18 Tom Tromey <tromey@redhat.com>
3571
3572 * configure: Rebuild.
3573 * configure.ac (host_libs): Add libiconv.
3574 * Makefile.in: Rebuild.
3575 * Makefile.def (host_modules): Add libiconv.
3576 (configure-gdb, all-gdb): Depend on libiconv.
3577
24741ab2
JB
35782009-03-16 Tristan Gingold <gingold@adacore.com>
3579
3580 * configure.ac: Treat gdb as supported on x86_64-darwin.
3581 * configure: Regenerate.
3582
29383458
JM
35832009-03-16 Joseph Myers <joseph@codesourcery.com>
3584
3585 Merge from GCC:
3586
3587 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3588
3589 * configure.ac (--with-host-libstdcxx): New option.
3590 * configure: Regenerate.
3591
3592 2009-01-29 Robert Millan <rmh@aybabtu.com>
3593
3594 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3595 * configure: Regenerate.
3596
3597 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3598
3599 PR tree-optimization/38515
3600 * configure.ac (cloog-polylib): Removed.
3601 (with_ppl, with_cloog): Test for "no".
3602 * configure: Regenerated.
3603
58e24671
RW
36042009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3605
3606 Backport from git Libtool:
3607
3608 2009-01-19 Robert Millan <rmh@aybabtu.com>
3609 Support GNU/kOpenSolaris.
3610 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3611 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3612 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3613 GNU/kOpenSolaris.
3614
314b2e66
AS
36152009-02-05 Andreas Schwab <schwab@suse.de>
3616
3617 * Makefile.tpl (stage_last): Define $r and $s before using
3618 $(RECURSE_FLAGS_TO_PASS).
3619 * Makefile.in: Regenerate
3620
8b700390
JJ
36212009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3622
3623 * COPYING.NEWLIB: Add ARM license.
3624
66775d67
AM
36252009-01-16 Alan Modra <amodra@bigpond.net.au>
3626
3627 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3628 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3629 * Makefile.in: Regenerate.
3630
19e99079
NC
36312009-01-15 Douglas B Rupp <rupp@gnat.com>
3632
3633 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3634 * configure: Regenerate.
3635
22e8c8e0
RW
36362008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3637
3638 Backport link test fix from upstream Libtool:
3639
3640 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3641 Add cache variables to tests that require the linker to work.
3642 For shlibpath_overrides_runpath, this also changes the semantics
3643 to let the result from the C compiler take precedence.
3644 compiler take precedence.
3645
7d6d7764
BE
36462008-12-02 Ben Elliston <bje@au.ibm.com>
3647
3648 * config.sub, config.guess: Update from upstream sources.
3649
ea8af06e
JJ
36502008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3651
3652 * COPYING.NEWLIB: Updated.
3653 * COPYING.LIBGLOSS: Ditto.
3654
af0771d3
PB
36552008-12-16 Paolo Bonzini <bonzini@gnu.org>
3656
3657 Sync with GCC:
3658
3659 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3660
3661 * configure.ac (ppllibs): Add by default the lib flags.
3662 * configure: Regenerate.
3663
3664 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3665
314b2e66
AS
3666 * configure.ac: Add double brackets on darwin[912].
3667 * configure: Regenerate.
af0771d3
PB
3668
3669 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3670
314b2e66
AS
3671 * configure.ac: Expand to darwin10 and later.
3672 * configure: Regenerate.
af0771d3 3673
f7c83eac
AS
36742008-12-02 Andreas Schwab <schwab@suse.de>
3675
3676 * Makefile.def: configure-target-boehm-gc depends on
3677 all-target-libstdc++-v3.
3678 * Makefile.in: Regenerate.
3679
bc67ad83
BE
36802008-12-02 Ben Elliston <bje@au.ibm.com>
3681
3682 * config.sub, config.guess: Update from upstream sources.
3683
e28c595f
JM
36842008-11-27 Joseph Myers <joseph@codesourcery.com>
3685
3686 Merge from GCC:
3687
3688 2007-12-02 Matthias Klose <doko@ubuntu.com>
3689
3690 * config-ml.in: Remove 64bit configure tests.
3691
3692 2008-05-14 Rafael Espindola <espindola@google.com>
3693
3694 * config-ml.in: don't handle --enable-shared and --enable-static.
3695
3696 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3697 Tobias Grosser <grosser@fim.uni-passau.de>
3698 Jan Sjodin <jan.sjodin@amd.com>
3699 Harsha Jagasia <harsha.jagasia@amd.com>
3700 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3701 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3702 Adrien Eliche <aeliche@isty.uvsq.fr>
3703
3704 Merge from graphite branch.
3705 * configure: Regenerate.
3706 * Makefile.in: Regenerate.
3707 * configure.ac (host_libs): Add ppl and cloog.
3708 Add checks for PPL and CLooG.
3709 * Makefile.def (ppl, cloog): Added modules and dependences.
3710 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3711 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3712
3713 2008-09-03 Richard Guenther <rguenther@suse.de>
3714
3715 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3716 cloog test.
3717 * configure: Re-generate.
3718
3719 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3720
3721 * configure.ac (--with-cloog-polylib): New.
3722 (--disable-cloog-version-check): New.
3723 (--disable-ppl-version-check): New.
3724 * configure: Re-generate.
3725
3726 2008-09-05 Richard Guenther <rguenther@suse.de>
3727
3728 * configure.ac: Initialize clooglibs to -lcloog.
3729 * configure: Re-generate.
3730
3731 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3732
3733 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3734 recommended version to 2.3.2.
3735
3736 * configure: Regenerate.
3737
3738 2008-10-31 Ben Elliston <bje@au.ibm.com>
3739
3740 * configure.ac (spu-*-*): Remove special case.
3741 * configure: Regenerate.
3742
3743 Complete comment text from GCC version of:
3744
3745 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3746
3747 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3748 (GCC_SHLIB_SUBDIR): New.
3749 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3750 * configure: Regenerate.
3751 * Makefile.in: Regenerate.
3752
652dec25
TG
37532008-11-27 Tristan Gingold <gingold@adacore.com>
3754
3755 * configure.ac: Build gdb for i?86-*-darwin*
3756 * configure: Regenerated.
3757
7582fb4a
DJ
37582008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3759
3760 PR bootstrap/38014
3761 PR bootstrap/37923
3762
3763 Revert:
3764
3765 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3766
3767 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3768 * Makefile.in: Regenerated.
3769
3770 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3771
3772 PR gdb/921
3773 PR gdb/1646
3774 PR gdb/2175
3775 PR gdb/2176
3776
3777 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3778 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3779 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3780 (HOST_EXPORTS): Pass CPPFLAGS.
3781 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3782 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3783 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3784 * Makefile.in, configure: Regenerated.
3785 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3786 and CPPFLAGS_FOR_BUILD.
3787
faee1be2
UW
37882008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3789
3790 * configure.ac [spu-*-*]: Do not set skipdirs.
3791 * configure: Re-generate.
3792
b7c2dce4
DJ
37932008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3794
3795 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3796 * Makefile.in: Regenerated.
3797
bb52de30
DJ
37982008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3799
3800 PR gdb/921
3801 PR gdb/1646
3802 PR gdb/2175
3803 PR gdb/2176
3804
3805 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3806 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3807 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3808 (HOST_EXPORTS): Pass CPPFLAGS.
3809 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3810 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3811 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3812 * Makefile.in, configure: Regenerated.
3813 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3814 and CPPFLAGS_FOR_BUILD.
3815
b25062ae
SE
38162008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3817
3818 * libtool.m4: Update to libtool 2.2.6.
3819 * lt~obsolete.m4: Update to libtool 2.2.6.
3820 * ltmain.sh: Update to libtool 2.2.6.
3821 * ltsugar.m4: Update to libtool 2.2.6.
3822 * ltversion.m4: Update to libtool 2.2.6.
3823 * ltoptions.m4: Update to libtool 2.2.6.
3824 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3825
3bbd2f8f
AL
38262008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3827
3828 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3829 (GCC_SHLIB_SUBDIR): New.
3830 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3831 * configure: Regenerate.
3832 * Makefile.in: Regenerate.
3833
b29d32ce
TG
38342008-08-28 Tristan Gingold <gingold@adacore.com>
3835
3836 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3837 Enable bfd, binutils and opcodes.
3838 * configure: Regenerate.
3839
c325a203
DD
38402008-08-16 Nicolas Roche <roche@adacore.com>
3841
3842 * Makefile.tpl: Add BOOT_ADAFLAGS.
3843 * Makefile.in: Regenerate.
3844
e7c8859c
RS
38452008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3846
3847 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3848 * configure: Regenerate.
3849
da888c87
PB
38502008-07-30 Paolo Bonzini <bonzini@gnu.org>
3851
3852 Sync with gcc:
3853 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3854
f7c83eac
AS
3855 * configure.ac: Add makefile fragments for hpux.
3856 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3857 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3858 * configure: Regenerate.
3859 * Makefile.in: Regenerate.
da888c87
PB
3860
3861 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3862
f7c83eac
AS
3863 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3864 * Makefile.in: Regenerate.
3865 * configure: Regenerate.
da888c87 3866
944982cf
ILT
38672008-06-18 Ian Lance Taylor <iant@google.com>
3868
662c6704
ILT
3869 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3870
944982cf
ILT
3871 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3872
7a283e07
RW
38732008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3874
3875 * configure: Regenerate.
3876
5b553f7e
RW
38772008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3878
3879 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3880 "$@" is still intact with both Autoconf 2.59 and 2.62.
3881 * configure: Regenerate.
3882
675492f0
RW
38832008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3884
3885 * Makefile.tpl: Fix comment errors.
3886 * Makefile.in: Regenerate.
3887
b018a5d1
JB
38882008-06-13 Julian Brown <julian@codesourcery.com>
3889
3890 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3891 of libobjc for ARM EABI Linux.
3892 * configure: Regenerate.
3893
310213e8
DE
38942008-06-12 David S. Miller <davem@davemloft.net>
3895 David Edelsohn <edelsohn@gnu.org>
3896
3897 * configure.ac: Add powerpc*-*-* to gold supported targets.
3898 * configure: Regenerate.
3899
6641ce42
JM
39002008-06-08 Joseph Myers <joseph@codesourcery.com>
3901
3902 PR tree-optimization/36218
3903 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3904 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3905 (all prefix="build-"): Pass them to build-system sub-makes.
3906 * Makefile.in: Regenerate.
3907
03c2f9e6
DJ
39082008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3909
3910 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3911 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3912 mkdep, and compile. Update comments.
3913 (ETC_SUPPORT): Add ChangeLog and update comments.
3914
4538db8b
ILT
39152008-05-11 Ian Lance Taylor <iant@google.com>
3916
3917 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3918
266df637
PB
39192008-04-18 Paolo Bonzini <bonzini@gnu.org>
3920
3921 Sync with gcc:
3922 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3923
3924 PR bootstrap/35457
3925 * configure.ac: Include override.m4.
3926 * configure: Regenerate.
3927
3928 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3929
f7c83eac
AS
3930 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3931 * Makefile.in: Regenerate.
266df637
PB
3932
3933 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3934
f7c83eac
AS
3935 * configure.ac: Do not build libssp for the AVR.
3936 * configure: Regenerate.
266df637 3937
a86a761e
NC
39382008-04-18 Nick Clifton <nickc@redhat.com>
3939
3940 * MAINTAINERS: Replace reference to configure.in with reference to
3941 configure.ac.
3942
52310858
NC
39432008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3944
f7c83eac 3945 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3946 as nonconfigurable directories list.
f7c83eac 3947 * configure: Regenerate.
52310858 3948
f5314dd5
DM
39492008-04-14 David S. Miller <davem@davemloft.net>
3950
3951 * configure.ac: Add sparc*-*-* to gold supported targets.
3952 * configure: Regenerate.
3953
e2208220
BE
39542008-04-14 Ben Elliston <bje@au.ibm.com>
3955
3956 * config.sub, config.guess: Update from upstream sources.
3957
0bb6ea20
HPN
39582008-04-12 Hans-Peter Nilsson <hp@axis.com>
3959
3960 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3961 * Makefile.in: Regenerate.
3962
e5164e97
ILT
39632008-04-07 Ian Lance Taylor <iant@google.com>
3964
3965 * Makefile.def: check-gold depends upon all-binutils.
3966 * Makefile.in: Regenerate.
3967
e33b51a6
NC
39682008-04-04 Nick Clifton <nickc@redhat.com>
3969
3970 PR binutils/4334
3971 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3972 builds.
3973 * configure: Regenerate.
3974
fc5df3ab
NC
39752008-04-04 NightStrike <NightStrike@gmail.com>
3976
3977 PR other/35151
f7c83eac
AS
3978 * configure.ac: Combine rules for mingw32 and mingw64.
3979 * configure: Regenerate.
fc5df3ab 3980
c779bab8
PB
39812008-03-27 Paolo Bonzini <bonzini@gnu.org>
3982
3983 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3984 * Makefile.in: Regenerate.
3985
93f9b408
ILT
39862008-03-20 Ian Lance Taylor <iant@google.com>
3987
3988 * configure.ac: Add support for --enable-gold.
3989 * Makefile.def: Add gold as a directory like ld.
3990 * configure, Makefile.in: Regenerate.
3991
5746fb46
AK
39922008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3993
3994 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3995 (s390_cond_extensions): Reduced extensions to the compare related.
3996 (main): z10 cpu type option added.
3997 (expandConditionalJump): Renamed to ...
3998 (insertExpandedMnemonic): ... this.
3999
4000 * opcodes/s390-opc.c: Re-group the operand format makros.
4001 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4002 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4003 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4004 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4005 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4006 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4007 INSTR_SIL_RDU): New instruction formats added.
4008 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4009 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4010 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4011 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4012 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4013 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4014 masks added.
4015 (s390_opformats): New formats added "ris", "rrs", "sil".
4016 * opcodes/s390-opc.txt: Add the conditional jumps with the
4017 extensions removed from automatic expansion in s390-mkopc.c manually.
4018 (asi - trtre): Add new System z10 EC instructions.
4019 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4020
58c85be7
RW
40212008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4022
4023 * configure.ac: m4_include config/proginstall.m4.
4024 * configure: Regenerate.
4025
78124051
RW
40262008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4027
4028 Backport from upstream Libtool:
f7c83eac 4029
78124051 4030 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4031
78124051
RW
4032 Deal with Autoconf 2.62's semantic change in m4_append.
4033 * ltsugar.m4 (lt_append): Replace broken versions of
4034 m4_append.
4035 (lt_if_append_uniq): Don't require separator to be overquoted,
4036 and avoid broken m4_append.
4037 (lt_dict_add): Fix typo.
4038 * libtool.m4 (_LT_DECL): Don't overquote separator.
4039
018f1bea
DE
40402008-03-13 David Edelsohn <edelsohn@gnu.org>
4041
4042 * config.rpath: Add AIX 6 support.
4043
5c5f596d
PB
40442008-03-13 Paolo Bonzini <bonzini@gnu.org>
4045
4046 * Makefile.def (stageprofile). Remove -fprofile-generate
4047 from stage_libcflags.
4048 * Makefile.in: Regenerate.
4049
a1f93a5e
BE
40502008-03-13 Ben Elliston <bje@au.ibm.com>
4051
4052 * config.sub, config.guess: Update from upstream sources.
4053
98c3d905
AK
40542008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4055
4056 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4057 * s390-opc.txt (cmpsc): Duplicate entry removed.
4058 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4059 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4060 fier, cu42, cu41): Fix operand format.
4061
7f6ef0c0
PB
40622008-02-20 Paolo Bonzini <bonzini@gnu.org>
4063
f7c83eac
AS
4064 PR bootstrap/32009
4065 PR bootstrap/32161
4066
4067 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4068 * configure: Regenerate.
4069
4070 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4071 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4072 STAGE4_LIBCFLAGS): New.
4073 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4074 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4075 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4076 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4077 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4078 for target modules. Don't export LIBCFLAGS.
4079 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4080 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4081 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4082 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4083 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4084 * Makefile.in: Regenerate.
7f6ef0c0 4085
eaf19029
PB
40862008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4087
4088 PR libgcj/33085
4089 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4090 Do not use -DDLL_EXPORT. Backport from upstream.
4091
680c43e9
NC
40922008-02-14 Nick Clifton <nickc@redhat.com>
4093
4094 Import this patch from gcc:
4095 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4096
4097 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4098
c72b1d96
HPN
40992008-02-02 Hans-Peter Nilsson <hp@axis.com>
4100
4101 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4102 * configure: Regenerate.
4103
8b66833e
BW
41042008-01-31 Marc Gauthier <marc@tensilica.com>
4105
4106 * configure.ac (xtensa*-*-*): Recognize processor variants.
4107 * configure: Regenerate.
4108
9cc8ae67
PB
41092008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4110
f7c83eac
AS
4111 PR bootstrap/34922
4112 * configure.ac (PARSE_ARGS): Push suitable setting of
4113 ac_subdirs_all, for `./configure --help=recursive'.
4114 Handle `+' in generic toplevel directory disabling.
4115 * configure: Regenerate.
9cc8ae67 4116
19090595
BE
41172008-01-23 Ben Elliston <bje@au.ibm.com>
4118
4119 * config.sub, config.guess: Update from upstream sources.
4120
9f1e7fd3
BE
41212008-01-08 Ben Elliston <bje@au.ibm.com>
4122
4123 * config.sub, config.guess: Update from upstream sources.
4124
2f959d61
JJ
41252007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4126
4127 * COPYING.LIBGLOSS: Update default copyright.
4128
aa054b85
JJ
41292007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4130
4131 * COPYING.NEWLIB: Update default copyright.
4132
57c53b2b
RS
41332007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4134
4135 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4136 Change recommended MPFR from 2.2.1 > 2.3.0.
4137 * configure: Regenerate.
4138
fee14b60
RS
41392007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4140
4141 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4142 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4143 * Makefile.in: Regenerate.
4144
c9b68031
DD
41452007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4146
4147 * configure.ac: Enable libjava for x86_64-*-darwin9.
4148 * configure: Regenerate.
4149
ad25e7d5
BE
41502007-12-05 Ben Elliston <bje@au.ibm.com>
4151
4152 * config.sub, config.guess: Update from upstream sources.
4153
6ac84f65
PB
41542007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4155
f7c83eac
AS
4156 * config-ml.in: Robustify against white space in absolute file
4157 names.
6ac84f65 4158
f7c83eac
AS
4159 * config-ml.in (multi-clean): Substitute ${Makefile}.
4160 Remove superfluous ${Makefile} in list.
6ac84f65 4161
7b3200f9
DJ
41622007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4163
4164 * Makefile.def (dependencies): Make configure-gdb depend on
4165 all-intl.
4166 * Makefile.in: Regenerated.
4167
2c133ff9
JJ
41682007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4169
4170 * Makefile.def: To avoid problems running with parallel makes,
4171 build newlib before libgloss so that target specific header
4172 files are availble.
4173 * Makefile.in: Regenerate.
4174
5074315a
DJ
41752007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4176
4177 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4178 * Makefile.in: Regenerate.
4179
f5bc1778
DJ
41802007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4181
4182 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4183 * libdecnumber: New directory, imported from GCC.
4184
c66487f8
NC
41852007-10-08 Mike Frysinger <vapier@gentoo.org>
4186
4187 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4188 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4189 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4190 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4191 * configure: Regenerate.
4192
b5714970
PB
41932007-10-01 Paolo Bonzini <bonzini@gnu.org>
4194
4195 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4196 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4197 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4198 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4199 * configure.ac: Default them to host tools for $host = $build.
4200 Subst them.
4201
4202 * configure: Regenerate.
4203 * Makefile.in: Regenerate.
4204
f3b1e08e
RS
42052007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4206
4207 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4208 * configure: Regenerate.
4209
cff87f51
DD
42102007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4211
4212 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4213 libstdc++.
4214 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4215 * configure: Regenerate.
4216 * Makefile.in: Regenerate.
f7c83eac 4217
625a61cd
AS
42182007-09-17 Andreas Schwab <schwab@suse.de>
4219
4220 * configure.ac: Raise minimum makeinfo version to 4.6.
4221 * configure: Regenerate.
4222
83a3a68b
AM
42232007-09-15 Alan Modra <amodra@bigpond.net.au>
4224
4225 * configure.ac: Correct makeinfo version check.
4226 * configure: Regenerate.
4227
5bd8be13
RS
42282007-09-14 Richard Sandiford <richard@codesourcery.com>
4229
4230 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4231 to $skipdirs and only disable gprof for newlib. Use the normal
4232 mips*-elf* handling in other respects.
4233 * configure: Regnerate.
4234
5566c1fa
DD
42352007-09-12 David Daney <ddaney@avtrex.com>
4236
4237 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4238 enabling libgcj.
4239 * configure: Regenerate.
4240
42412007-09-12 Richard Guenther <rguenther@suse.de>
4242
4243 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4244 nor --disable-checking is provided also turn on yes and types
4245 checking for stage1.
4246 * configure: Re-generate.
4247
a18e2996 42482007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4249
4250 PR target/33281
4251 * configure.ac: Use config/mh-mingw on mingw.
4252 * configure: Regenerate.
84e7906e 4253
691bb5a1
DD
42542007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4255
4256 PR other/32154
4257 * configure.ac: For libgloss targets, point the linker to the linker
4258 script, startup code and simulator library.
4259 * configure: Regenerate.
4260
6d18b86b
AH
42612007-09-09 Andrew Haley <aph@redhat.com>
4262
4263 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4264 target-libjava.
6d18b86b 4265
f00a3165 42662007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4267
f00a3165 4268 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4269
2abc4e65
BE
42702007-08-21 Richard Guenther <rguenther@suse.de>
4271
4272 * configure.ac: Add types checking to stage1 checking flags.
4273 * configure: Regenerate.
4274
8a6ee3ab 42752007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4276 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4277
4278 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4279 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4280 * Makefile.in: Regenerate.
4281 * configure.ac (--with-debug-prefix-map): New.
4282 * configure: Regenerate.
4283
429acdec
RS
42842007-08-17 Richard Sandiford <richard@codesourcery.com>
4285 Nigel Stephens <nigel@mips.com>
4286
429acdec
RS
4287 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4288 as target_makefile_frag.
4289 * configure: Regenerate.
4290
8520c408
AO
42912007-08-16 Alexandre Oliva <aoliva@redhat.com>
4292
4293 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4294 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4295 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4296 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4297 (do-compare, do-compare3, do-compare-debug): New.
4298 ([+compare-target+]): Use them.
4299
43002007-08-16 Alexandre Oliva <aoliva@redhat.com>
4301
4302 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4303 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4304 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4305 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4306 (do-compare, do-compare3, do-compare-debug): New.
4307 ([+compare-target+]): Use them.
4308
2444379b
BE
43092007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4310 Ben Elliston <bje@au.ibm.com>
4311
4312 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4313 --silent if $silent.
4314 * configure: Regenerate.
4315
d6f99447
DJ
43162007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4317
4318 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4319
bd0aa315
NC
43202007-07-17 Nick Clifton <nickc@redhat.com>
4321
4322 * COPYING3: New file. Contains version 3 of the GNU General
4323 Public License.
4324 * COPYING3.LIB: New file. Contains version 3 of the GNU
4325 Lesser General Public License.
4326
0ebe98fb
BS
43272007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4328
4329 * configure.ac: Fix my previous change to really match GCC.
4330 * configure: Regenerate.
4331
521ec477
DD
43322007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4333
4334 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4335 * configure: Regenerate.
4336
43372007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4338
4339 * configure.ac: Add some missing m4 quotation.
4340 * configure: Regenerate.
4341
0c24b341
NC
43422007-07-09 Kai Tietz <kai.tietz@onevision.com>
4343
f7c83eac
AS
4344 * Makefile.def: Add windmc tool to build.
4345 * Makefile.tpl: Likewise.
4346 * configure.ac: Likewise.
4347 * Makefile.in: Regenerate.
4348 * configure: Regenerate.
0c24b341 4349
a09314d0
L
43502007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4351
4352 * lt~obsolete.m4: New. Import from 20070318 libtool.
4353
7c3e1d12
BS
43542007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4355
4356 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4357 uclinux and linux-uclibc targets.
4358 * configure: Regenerate.
4359
a5b3b4dd
DD
43602007-06-28 DJ Delorie <dj@redhat.com>
4361
4362 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4363 not building newlib.
4364 * configure: Regenerated.
f7c83eac 4365
184d813c
DJ
43662007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4367
4368 * src-release (DEVO_SUPPORT): Correct typos.
4369
31d99776
DJ
43702007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4371
4372 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4373 * Makefile.in: Regenerated.
4374
e00a73e3
PB
43752007-06-14 Paolo Bonzini <bonzini@gnu.org>
4376
f7c83eac
AS
4377 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4378 (distclean-stage[+id+]): Possibly delete stage_last.
4379 * Makefile.in: Regenerate.
e00a73e3 4380
98a1bbc5
BE
43812007-06-07 Ben Elliston <bje@au.ibm.com>
4382
4383 * config.sub, config.guess: Update from upstream sources.
4384
973601e1
BE
43852007-06-07 Ben Elliston <bje@au.ibm.com>
4386
4387 * Makefile.tpl: Fix spelling error.
4388 * Makefile.in: Regenerate.
4389
2038f525
PB
43902007-06-04 Paolo Bonzini <bonzini@gnu.org>
4391
4392 Sync with gcc:
4393 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4394
f7c83eac
AS
4395 PR bootstrap/29382
4396 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4397 * configure: Rebuilt.
2038f525 4398
f7c5c4b5
PB
43992007-06-01 Steve Ellcey <sje@cup.hp.com>
4400
12a64d4f
L
4401 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4402 lt_cv_sys_max_cmd_len.
f7c5c4b5 4403
7ad9660b
PB
44042007-05-31 Paolo Bonzini <bonzini@gnu.org>
4405
4406 * ltgcc.m4: Update from GCC.
4407
0e7ef45c
EC
44082007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4409
12a64d4f 4410 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4411
37ad9514
SE
44122007-05-24 Steve Ellcey <sje@cup.hp.com>
4413
4414 * ltmain.sh: Update from GCC.
4415 * libtool.m4: Update from GCC.
4416 * ltsugar.m4: New. Update from GCC.
4417 * ltversion.m4: New. Update from GCC.
4418 * ltoptions.m4: New. Update from GCC.
4419 * ltconfig: Remove.
4420 * ltcf-c.sh: Remove.
4421 * ltcf-cxx.sh: Remove.
4422 * ltcf-gcj.sh: Remove.
4423 * src-release: Update with new libtool file list.
4424
8ee82aff
PB
44252007-05-16 Paolo Bonzini <bonzini@gnu.org>
4426
4427 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4428 stage_cflags.
4429 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4430 Remove CFLAGS/LIBCFLAGS.
4431 (configure-stage[+id+]-[+prefix+][+module+],
4432 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4433 * Makefile.in: Regenerate.
4434
149cb58d
SE
44352007-04-14 Steve Ellcey <sje@cup.hp.com>
4436
4437 * config-ml.in: Update from GCC.
4438
91506736
DJ
44392007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4440
4441 * src-release (do-proto-toplev): Process the support directories before
4442 the tool directory.
4443
ffa8bd48
RS
44442007-03-21 Richard Sandiford <richard@codesourcery.com>
4445
4446 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4447 of glob. Quote arguments with single quotes too.
4448 * configure: Regenerate.
4449
a4fd3374
DD
44502007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4451
4452 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4453 * Makefile.in: Regenerate
4454
b8025f34
AS
44552007-03-07 Andreas Schwab <schwab@suse.de>
4456
4457 * configure: Regenerate.
4458
a3ca38d2
DD
44592007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4460
4461 * configure.ac: Add "--with-pdfdir" configure option,
4462 which defines pdfdir variable.
4463 * Makefile.def (target=fixincludes): Add install-pdf to
4464 missing targets.
4465 (recursive_targets): Add install-pdf target.
4466 (flags_to_pass): Add pdfdir.
4467 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4468 target.
4469 * configure: Regenerate
4470 * Makefile.in: Regenerate
4471
44722007-02-28 Eric Christopher <echristo@apple.com>
4473
4474 Revert:
4475 2006-12-07 Mike Stump <mrs@apple.com>
4476
4477 * Makefile.def (dependencies): Add dependency for
4478 install-target-libssp and install-target-libgomp on
4479 install-gcc.
4480 * Makefile.in: Regenerate.
4481
44822007-02-27 Matt Kraai <kraai@ftbfs.org>
4483
4484 * configure: Regenerate.
4485 * configure.ac: Move statements after variable declarations.
4486
a4708fba
JM
44872007-02-19 Joseph Myers <joseph@codesourcery.com>
4488
4489 * configure.ac: Adjust for loop syntax.
4490 * configure: Regenerate.
4491
9a819804
AO
44922007-02-18 Alexandre Oliva <aoliva@redhat.com>
4493
4494 * configure: Rebuilt.
4495
81ec575a
AO
44962007-02-18 Alexandre Oliva <aoliva@redhat.com>
4497
4498 * configure.ac: Drop multiple occurrences of --enable-languages,
4499 and fix its quoting.
4500 * configure: Rebuilt.
4501
92f01d61 45022007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4503 Nathan Sidwell <nathan@codesourcery.com>
4504 Vladimir Prus <vladimir@codesourcery.com
4505 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4506
4507 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4508 * configure: Regenerate.
4509
b1299c4e
DJ
45102007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4511
4512 * configure.ac (target_libraries): Move libgcc before libiberty.
4513 * configure: Regenerated.
4514
18f6b6ee
PB
45152007-02-13 Paolo Bonzini <bonzini@gnu.org>
4516
4517 * configure: Regenerate again?
4518
9c4e9f27
PB
45192007-02-13 Paolo Bonzini <bonzini@gnu.org>
4520
4521 * configure: Reapply PR30748 fix which was lost in the previous commit.
4522
24ff9987
DJ
45232007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4524 Paolo Bonzini <bonzini@gnu.org>
4525
4526 PR bootstrap/30753
4527 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4528 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4529 * configure: Regenerated.
4530
7df2cd5d
PB
45312007-02-10 Paolo Bonzini <bonzini@gnu.org>
4532
4533 * configure: Regenerate.
4534
b0aaa663
DJ
45352007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4536
4537 PR bootstrap/30748
4538 * configure.ac: Correct syntax for Solaris ksh.
4539 * configure: Regenerated.
4540
a0323144
PB
45412007-02-09 Paolo Bonzini <bonzini@gnu.org>
4542
4543 * Makefile.def: Sync with GCC.
4544 * Makefile.tpl: Sync with GCC.
4545 * Makefile.in: Regenerate.
4546 * configure: Regenerate.
4547
c6b750e1
DJ
45482007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4549
4550 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4551 noncanonical equivalents.
4552 * configure.in: Rename to...
4553 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4554 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4555 target_noncanonical. Use them. Rewrite removal of configure
4556 arguments for autoconf 2.59. Discard variable settings. Force
4557 program_transform_name for native tools.
4558
4559 * Makefile.in: Regenerated.
4560 * configure: Regenerated with autoconf 2.59.
4561
4562 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4563
f3cd89f4
JJ
45642007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4565
4566 * COPYING.LIBGLOSS: Reformat default Red Hat
4567 license to fit within 80 columns.
4568 * COPYING.NEWLIB: Ditto.
4569
4e206d7e
DB
45702007-02-05 Dave Brolley <brolley@redhat.com>
4571
4572 * Contribute the following changes:
4573 2006-11-28 DJ Delorie <dj@redhat.com>
4574
4575 * configure.in: Fix typo for mep's target_makefile_frag.
4576 * configure: Regenerated.
4577
4578 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4579
4580 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4581 * configure: Regenerate.
4582
4583 2001-09-19 DJ Delorie <dj@redhat.com>
4584
4585 * configure.in (target_makefile_frag): use mt-mep
4586
4587 2001-06-12 Don Howard <dhoward@redhat.com>
4588
4589 * configure.in: Remove gdb from MeP skip list.
4590
4591 2001-04-05 DJ Delorie <dj@redhat.com>
4592
4593 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4594
4595 2001-03-20 Ben Elliston <bje@redhat.com>
4596
4597 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4598
4599 2001-03-19 Ben Elliston <bje@redhat.com>
4600
4601 * config.sub (mep, mep-*): Add.
4602
b2edfdd2
AS
46032007-01-31 Andreas Schwab <schwab@suse.de>
4604
4605 * Makefile.tpl (LDFLAGS): Substitute it.
4606 * Makefile.in: Regenerate.
4607
ceb92e78
PB
46082007-01-11 Paolo Bonzini <bonzini@gnu.org>
4609
4610 * configure.in: Change == to = in test command.
f7c83eac 4611 * configure: Regenerate.
ceb92e78 4612
4b900473 46132007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4614 Nick Clifton <nickc@redhat.com>
4615 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4616
4617 * configure.in (build_configargs, host_configargs, target_configargs):
4618 Remove build/host/target parameters.
4619 (host_libs): Add gmp and mpfr.
4620 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4621 * Makefile.def (gmp, mpfr): New.
4622 (gcc): Remove target.
4623 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4624 target_os, target_vendor): New.
4625 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4626 * configure: Regenerate.
4627 * Makefile.in: Regenerate.
4b900473
PB
4628
46292007-01-11 Matt Fago <fago@earthlink.net>
4630
4631 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4632 to improve robustness of configure tests.
4b900473
PB
4633 * configure: Regenerate.
4634
80f6dcbc
NC
46352007-01-08 Kai Tietz <kai.tietz@onevision.com>
4636
4637 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4638 * configure: Regenerate.
80f6dcbc 4639
f86e35b8
NC
46402007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4641
4642 * Makefile.tpl (all-target): Correct @if conditional for target
4643 modules.
4644 * configure.in: Omit libiberty if building only target libgcc.
4645 * configure, Makefile.in: Regenerated.
4646
79fcd0ec
PB
46472007-01-04 Paolo Bonzini <bonzini@gnu.org>
4648
4649 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4650 * configure: Regenerate.
4651
6aa8ef82
DJ
46522007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4653
4654 * Makefile.def (target_modules): Add libgcc.
4655 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4656 * Makefile.tpl (clean-target-libgcc): Delete.
4657 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4658 on gcc even for bootstrapped modules. Rewrite handling of
4659 lang_env_dependencies to loop over target_modules.
4660 * configure.in (target_libraries): Add target-libgcc.
4661 * Makefile.in, configure: Regenerated.
4662
9b134994
PB
46632006-12-29 Paolo Bonzini <bonzini@gnu.org>
4664
4665 Sync with gcc:
4666 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4667
f7c83eac
AS
4668 * configure.in: Reorganize recognition of languages. Add
4669 --enable-stage1-languages. Show supported languages for the chosen
4670 target rather than all recognized languages.
4671 * configure: Regenerate.
9b134994
PB
4672
4673 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4674
f7c83eac
AS
4675 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4676 * Makefile.in: Regenerate.
9b134994
PB
4677
4678 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4679
f7c83eac
AS
4680 * configure.in: Warn that MPFR 2.2.0 is buggy.
4681 * configure: Regenerate.
9b134994 4682
8cf39b1b
ILT
46832006-12-27 Ian Lance Taylor <iant@google.com>
4684
4685 * configure.in: When removing Makefiles to force a reconfigure, also
4686 remove prev-DIR*/Makefile.
4687 * configure: Regenerate.
4688
ebff6cd5
KH
46892006-12-23 Kazu Hirata <kazu@codesourcery.com>
4690
4691 * config.bfd: Recognize fido.
4692
8a0d8a5c
PB
46932006-12-19 Paolo Bonzini <bonzini@gnu.org>
4694
4695 Sync with gcc:
4696
4697 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4698
4699 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4700 it only affects bootstrap and could be tested on "$host" as well.
4701 * configure: Regenerate.
4702 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4703
4704 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4705
4706 PR bootstrap/29544
4707 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4708 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4709 move here comment from Makefile.tpl.
4710 * Makefile.tpl: Move some definitions higher in the file.
4711 (STAGE1_CHECKING): New.
4712 * configure.in: Add --enable-stage1-checking.
4713 * configure: Regenerate.
4714 * Makefile.in: Regenerate.
4715
4716 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4717
4718 * configure.in: Update error message for missing GMP/MPFR.
4719
4720 * configure: Regenerate.
4721
4722 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4723
4724 * configure.in: Update MPFR version in error message.
4725
4726 * configure: Regenerate.
4727
4728 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4729
4730 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4731 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4732 --with-gmp-lib): New flags.
4733
4734 * configure: Regenerate.
4735
790c0838
AM
47362006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4737
4738 PR bootstrap/30134
4739 * configure.in: Correct x86 darwin support for libjava to powerpc
4740 and i?86 only.
4741 * configure: Regenerate.
4742
77d7106f
AM
47432006-12-11 Alan Modra <amodra@bigpond.net.au>
4744
4745 * configure.in: Handle spu makefile frag.
77d7106f
AM
4746 * Makefile.tpl (MAINT): Define
4747 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4748 * configure: Regenerate.
4749 * Makefile.in: Regenerate.
4750
0cfa5389
BE
47512006-12-11 Ben Elliston <bje@au.ibm.com>
4752
4753 * config.sub, config.guess: Update from upstream sources.
4754
2839fe5d
BE
47552006-12-11 Ben Elliston <bje@au.ibm.com>
4756
4757 * configure.in: Sync with GCC (spu-*-*).
4758 * configure: Sync with GCC.
4759
b897f5d4
MS
47602006-12-07 Mike Stump <mrs@apple.com>
4761
4762 * Makefile.def (dependencies): Add dependency for
4763 install-target-libssp and install-target-libgomp on
4764 install-gcc.
4765 * Makefile.in: Regenerate.
4766
9daf3993
PB
47672006-11-16 Paolo Bonzini <bonzini@gnu.org>
4768
4769 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4770 (unstage): Test for stage_last presence.
4771
4772 PR bootstrap/29802
4773 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4774 * Makefile.in: Regenerate.
4775
9dbaa842
DD
47762006-11-14 DJ Delorie <dj@redhat.com>
4777
4778 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4779 * Makefile.in: Sync with GCC.
4780 * configure.in: Sync with GCC (mpfr, gmp).
4781 * configure: Sync with GCC.
4782
b0cbce8d
JJ
47832006-11-08 Jie Zhang <jie.zhang@analog.com>
4784
4785 * configure.in: Remove target-libgloss from noconfigdirs for
4786 bfin-*-*.
4787 * configure: Regenerated.
4788
44330a94
JJ
47892006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4790
4791 * COPYING.NEWLIB: Add spu license.
7de05dd5 4792 * COPYING.LIBGLOSS: Ditto.
44330a94 4793
56a8fe78
DD
47942006-10-17 Brooks Moses <bmoses@stanford.edu>
4795
4796 * Makefile.def: Added pdf target handling.
4797 * Makefile.tpl: Added pdf target handling.
4798 * Makefile.in: Regenerated.
4799
fbb00ad0
JJ
48002006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4801
4802 * COPYING.NEWLIB: Updated.
4803 * COPYING.LIBGLOSS: Ditto.
4804
6b89cc21
DB
48052006-09-27 Dave Brolley <brolley@redhat.com>
4806
4807 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4808 $s instead of $r.
4809 * configure: Regenerated.
4810
17bcf627
BE
48112006-09-26 Ben Elliston <bje@au.ibm.com>
4812
4813 * config.sub, config.guess: Update from upstream sources.
4814
f3529cf1
TS
48152006-09-20 Thiemo Seufer <ths@mips.com>
4816
4817 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4818 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4819 * configure: Regenerate.
4820
45055374
CV
48212006-08-30 Corinna Vinschen <corinna@vinschen.de>
4822
4823 * configure.in: Never build newlib for a Mingw host.
4824 Never build newlib as Mingw target library.
4825 Test the existence of winsup/cygwin for building a Cygwin newlib,
4826 rather than just winsup.
4827 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4828 building a Mingw target.
4829 * configure: Regenerate.
4830
4be041b2 48312006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4832 Nigel Stephens <nigel@mips.com>
4833 David Ung <davidu@mips.com>
4be041b2
TS
4834
4835 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4836
1d89b610
PB
48372006-07-25 Paolo Bonzini <bonzini@gnu.org>
4838
4839 Sync from GCC:
4840 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4841
f7c83eac
AS
4842 PR bootstrap/18058
4843 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4844 if the bootstrap compiler is a GCC version that supports it.
4845 * configure: Regenerate.
1d89b610 4846
66a79c16
DJ
48472006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4848
4849 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4850 * configure: Regenerated.
4851
c1cb7e02
PB
48522006-07-18 Paolo Bonzini <bonzini@gnu.org>
4853
f7c83eac
AS
4854 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4855 for stages after the first.
c1cb7e02 4856
7206a0ee
JJ
48572006-07-17 Jakub Jelinek <jakub@redhat.com>
4858
4859 * Makefile.def: Add dependencies for configure-opcodes
4860 on configure-intl and all-opcodes on all-intl.
4861 * Makefile.in: Regenerated.
4862
6816f995
AO
48632006-07-04 Peter O'Gorman <peter@pogma.com>
4864
4865 * ltconfig: chmod 644 before ranlib during install.
4866
3d3adb43
PB
48672006-07-03 Paolo Bonzini <bonzini@gnu.org>
4868
1f3f1bbf 4869 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4870 * configure: Regenerate.
4871
64ce424c
PB
48722006-07-03 Paolo Bonzini <bonzini@gnu.org>
4873
4874 Sync from gcc:
4875
4876 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4877
4878 PR other/27063
4879 * configure.in: Test subdir_requires and give an appropriate
4880 error message.
4881 * configure: Regenerate.
4882
4883 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4884
4885 PR target/27540
4886 * configure.in: Only enable libgomp on IRIX 6.
4887 * configure: Regenerate.
4888
d42c4017
DA
48892006-06-20 David Ayers <d.ayers@inode.at>
4890
4891 PR bootstrap/28072
4892 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4893 whether target-libjava is being configured instead of whether the
4894 java front end is enabled.
4895 * configure: Regenerate.
0e7ef45c 4896
4962c51a
MS
48972006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4898
4899 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4900 to R_ARM_LDC_SB_G{0,1,2} respectively.
4901
caee866a
PB
49022006-06-15 Paolo Bonzini <bonzini@gnu.org>
4903
4904 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4905 too.
4906 * Makefile.in: Regenerate.
4907
363ef840
DA
49082006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4909
4910 Sync from gcc:
4911
4912 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4913 * configure.in: Don't enable libgomp on hpux10.
4914 * configure: Rebuilt.
4915
54d1c879
DA
49162006-06-13 David Ayers <d.ayers@inode.at>
4917
4918 Sync from gcc:
4919
4920 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4921
54d1c879
DA
4922 PR bootstrap/27963
4923 PR target/19970
0e7ef45c 4924 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4925 ${libgcj} is specified.
4926 * configure: Regenerate.
0e7ef45c 4927
a4d8b690
JJ
49282006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4929
4930 Sync from gcc:
4931
4932 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4933 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4934
4935 PR bootstrap/18033
4936 * config-ml.in: Eval option if surrounded by single quotes.
4937
4f0ef2d8
CD
49382006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4939
4940 Sync from gcc:
0e7ef45c 4941
4f0ef2d8 4942 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4943
4f0ef2d8
CD
4944 PR libobjc/13946
4945 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4946 * Makefile.in: Regenerate.
4947 * configure.in: Add --enable-objc-gc at toplevel and have it
4948 enable boehm-gc for Objective-C.
4949 Remove target-boehm-gc from libgcj.
4950 Add target-boehm-gc to target_libraries.
4951 Add target-boehm-gc to noconfigdirs where ${libgcj}
4952 is specified.
4953 Assert that boehm-gc is supported when requested for Objective-C.
4954 Only build boehm-gc if needed either for Java or Objective-C.
4955 * configure: Regenerate.
4956
4957 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4958
4f0ef2d8
CD
4959 PR 27674
4960 * Makefile.tpl (configure-[+prefix+][+module+],
4961 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4962 Remove rule to unstage bootstrapped modules.
4963 (stage_current): New.
4964 * Makefile.in: Regenerate.
4965
4966 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4967 Andreas Tobler <a.tobler@schweiz.ch>
4968
4969 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4970 * configure: Rebuilt.
4971
4972 Revert
4973 2006-01-31 Richard Guenther <rguenther@suse.de>
4974 Paolo Bonzini <bonzini@gnu.org>
4975
4976 * Makefile.def (target_modules): Add libgcc-math target module.
4977 * configure.in (target_libraries): Add libgcc-math target library.
4978 (--enable-libgcc-math): New configure switch.
4979 * Makefile.in: Re-generate.
4980 * configure: Re-generate.
4981
c17b816b
JJ
49822006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4983
4984 * config-ml.in: Alter CCASFLAGS to include special
4985 multilib options the same as is done for CFLAGS.
4986
20e95c23
DJ
49872006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4988
4989 * Makefile.def: Added dependencies from sim and gdb on intl, and
4990 added configure dependencies to everything with an all dependency
4991 on intl.
4992 * gettext.m4: Removed.
4993 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4994 (GDB_SUPPORT_DIRS): Add intl.
4995 * Makefile.in: Regenerated.
4996
4bd8ad80
DJ
49972006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4998
4999 * src-release (DEVO_SUPPORT): Add config.rpath.
5000
c380fdd8
PB
50012006-05-25 Paolo Bonzini <bonzini@gnu.org>
5002
5003 * Makefile.def (bfd, opcodes): Fix lib_path.
5004 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5005 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5006 * Makefile.in: Regenerate.
5007
701628f5
MS
50082006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5009
5010 * configure.in: Enable gprof for cross builds.
5011 * configure: Regenerate.
5012
25aae7f2
DJ
50132006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5014
5015 * src-release (MAKEINFOFLAGS): Define.
5016 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5017
ea3d1626
BE
50182006-05-14 Ben Elliston <bje@au.ibm.com>
5019
5020 * config.sub, config.guess: Update from upstream sources.
5021
49b9e644
BE
50222006-05-12 Ben Elliston <bje@au.ibm.com>
5023
5024 * config.sub, config.guess: Update from upstream sources.
5025
482dd2f6
DJ
50262006-05-04 Steve Ellcey <sje@cup.hp.com>
5027
5028 * blt, iwidgets, mmalloc: Remove directories.
5029
8b01a5c2
DD
50302006-05-01 DJ Delorie <dj@redhat.com>
5031
641a3af4 5032 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5033 * configure: Regenerate.
5034
a481dbb7
DD
50352006-04-18 DJ Delorie <dj@redhat.com>
5036
5037 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5038 reference libgloss so that libssp can be built in a combined
5039 tree.
5040 * configure: Regenerate.
5041
962c9e74
BE
50422006-04-10 Ben Elliston <bje@au.ibm.com>
5043
5044 * contrib: Remove directory.
5045
108a6f8e
CD
50462006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5047
5048 * Makefile.tpl: Add install-html target.
5049 * Makefile.def: Add install-html target.
5050 * Makefile.in: Regenerate.
5051 * configure.in: Add --with-datarootdir, --with-docdir,
5052 and --with-htmldir options.
5053 * configure: Regenerate.
5054
a4ef73e9
BE
50552006-03-31 Ben Elliston <bje@au.ibm.com>
5056
5057 PR binutils/1860
5058 * configure.in: Require makeinfo 4.4 or higher.
5059 * configure: Regenerate.
5060
b37df25a
PB
50612006-03-14 Paolo Bonzini <bonzini@gnu.org>
5062
5063 * Makefile.in: Regenerate.
5064
a6df5a19
PB
50652006-03-14 Paolo Bonzini <bonzini@gnu.org>
5066
5067 Sync with gcc:
5068 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5069
f7c83eac
AS
5070 * configure.in: Handle --disable-<component> generically.
5071 * configure: Regenerate.
a6df5a19
PB
5072
5073 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5074
f7c83eac
AS
5075 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5076 (TARGET_CONFIGDIRS): Remove.
5077 * configure.in: Remove AC_SUBST(target_configdirs).
5078 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5079
5080
65419985
L
50812006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5082
5083 PR libgcj/17311
5084 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5085
c52c6897
PB
50862006-02-20 Paolo Bonzini <bonzini@gnu.org>
5087
5088 PR bootstrap/25670
5089
5090 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5091
5092 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5093 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5094 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5095 BUILD_PREFIX, BUILD_PREFIX_1.
5096 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5097
5098 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5099 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5100
5101 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5102 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5103 of `cat stage_current`. Always provide the `r' and `s' variables.
5104 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5105 a single shell execution.
5106 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5107 bootstrapped modules, make the stage1 module if the build was not
5108 started yet, else build the current stage.
5109 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5110 (all-build, all-host, all-target, [+make_target+]-host,
5111 [+make_target+]-target): Do not use \-continued lines.
5112 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5113 (current_stage, restrap, stage_last): New.
5114
5115 * Makefile.in: Regenerate.
5116 * configure: Regenerate.
5117
b3ded179
PB
51182006-02-14 Paolo Bonzini <bonzini@gnu.org>
5119
5120 Sync from gcc:
5121
5122 2006-01-31 Richard Guenther <rguenther@suse.de>
5123 Paolo Bonzini <bonzini@gnu.org>
5124
f7c83eac
AS
5125 * Makefile.def (target_modules): Add libgcc-math target module.
5126 * configure.in (target_libraries): Add libgcc-math target library.
5127 (--enable-libgcc-math): New configure switch.
5128 * Makefile.in: Re-generate.
5129 * configure: Re-generate.
5130 * libgcc-math: New toplevel directory.
b3ded179
PB
5131
5132 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5133 Jakub Jelinek <jakub@redhat.com>
5134 Diego Novillo <dnovillo@redhat.com>
b3ded179 5135
f7c83eac
AS
5136 * libgomp: New directory.
5137 * Makefile.def: Add target_module libgomp.
5138 * Makefile.in: Regenerate.
5139 * configure.in (target_libraries): Add target-libgomp.
5140 * configure: Regenerate.
b3ded179 5141
3a35eeb3
PB
51422006-02-14 Paolo Bonzini <bonzini@gnu.org>
5143 Andreas Schwab <schwab@suse.de>
0e7ef45c 5144
3a35eeb3
PB
5145 * configure: Regenerate.
5146
2429c060
PB
51472006-01-16 Paolo Bonzini <bonzini@gnu.org>
5148
5149 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5150 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5151 the assembler, linker and binutils.
5152 * configure: Regenerate.
5153
ec49b2b8
NC
51542006-01-16 Nick Clifton <nickc@redhat.com>
5155
49b9e644 5156 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5157
44b2308f
AO
51582006-01-05 Alexandre Oliva <aoliva@redhat.com>
5159
5160 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5161 @ from continuation.
5162 * Makefile.in: Rebuilt.
5163
80911fe1
PB
51642006-01-04 Paolo Bonzini <bonzini@gnu.org>
5165
5166 Sync from gcc:
5167
5168 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5169
f7c83eac 5170 PR bootstrap/24252
80911fe1 5171
f7c83eac
AS
5172 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5173 * Makefile.tpl (OBJDUMP): New.
5174 (EXTRA_HOST_FLAGS): Add it.
5175 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5176
f7c83eac
AS
5177 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5178 to use symbolic links between directories. Avoid race conditions
5179 or make them harmless.
5180 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5181
f7c83eac
AS
5182 * Makefile.def (LEAN): Pass.
5183 * Makefile.tpl (LEAN): Define.
5184 (stage[+id+]-start): Accept that the previous directory does not
5185 exist, if the bootstrap is lean.
5186 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5187 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5188 configure substitution.
5189 ([+compare-target+]): Likewise.
5190 ([+bootstrap-target+]-lean): New.
5191 * configure.in: Remove lean bootstrap support from here.
80911fe1 5192
f7c83eac
AS
5193 * Makefile.in: Regenerate.
5194 * configure: Regenerate.
80911fe1
PB
5195
5196 2006-01-02 Andreas Schwab <schwab@suse.de>
5197
f7c83eac
AS
5198 * configure.in: When reconfiguring remove Makefile in
5199 all stage directories.
5200 * configure: Regenerate.
80911fe1 5201
b59bea8a
NC
52022005-12-27 Leif Ekblad <leif@rdos.net>
5203
5204 * configure.in: Add support for RDOS target.
5205 * configure: Regenerate.
5206
d7730bac
NC
52072005-12-27 Nick Clifton <nickc@redhat.com>
5208
5209 PR binutils/1990
5210 * libtool.m4: Synchronize with version in GCC sources.
5211
c02dabc3
PB
52122005-12-20 Paolo Bonzini <bonzini@gnu.org>
5213
f7c83eac 5214 Revert Ada-related part of the previous change.
c02dabc3 5215
f7c83eac
AS
5216 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5217 Do not pass.
5218 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5219 * Makefile.in: Regenerate.
5220 * configure.in: Do not include mt-ppc-aix target fragment.
5221 * configure: Regenerate.
c02dabc3 5222
f6d183c0
PB
52232005-12-19 Paolo Bonzini <bonzini@gnu.org>
5224
5225 * configure.in: Select appropriate fragments for PowerPC/AIX.
5226 * configure: Regenerate.
5227
5228 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5229 BOOT_CFLAGS, BOOT_LDFLAGS.
5230 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5231 BOOT_CFLAGS, BOOT_LDFLAGS.
5232 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5233 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5234 (stage): Fail if we cannot complete the work.
5235 * Makefile.in: Regenerate.
5236
f29759fc
JJ
52372005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5238
5239 * COPYING.NEWLIB: Update copyright year for default
5240 copyright.
5241
1f054001
PB
52422005-12-15 Paolo Bonzini <bonzini@gnu.org>
5243
5244 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5245 install-host-nogcc): Don't invoke $(stage) at the end.
5246 * Makefile.in: Regenerate.
5247
0aed8855
PB
52482005-12-14 Paolo Bonzini <bonzini@gnu.org>
5249
5250 * configure.in: Flip the top-level bootstrap switch.
5251 * configure: Regenerate.
5252
5253 Merge from gcc:
5254
5255 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5256
f7c83eac
AS
5257 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5258 $(stage) and $(unstage).
5259 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5260 (all): Remove stray semicolon.
5261 (local-distclean): Don't handle multilib.tmp and multilib.out.
5262 (install.all): Set $s for consistency.
5263 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5264 check_multilibs setting. Always make the install directory.
5265 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5266 Correct @if/@endif.
5267 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5268 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5269 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5270 (multilib.out): Remove.
5271 * Makefile.in: Regenerated.
0aed8855
PB
5272
52732005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5274
5275 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5276 * configure.in: Replace ms1 arch with mt.
5277 * configure: Rebuilt.
5278
52792005-12-05 Paolo Bonzini <bonzini@gnu.org>
5280
5281 Sync with gcc:
5282
4970f871
NS
52832005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5284
5285 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5286 * configure.in: Replace ms1 arch with mt.
5287 * configure: Rebuilt.
5288
be01d343
PB
52892005-12-05 Paolo Bonzini <bonzini@gnu.org>
5290
5291 Sync with gcc:
5292
5293 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5294
f7c83eac
AS
5295 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5296 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5297 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5298 Find in-tree tools if available.
5299 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5300 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5301 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5302 (COMPILER_*_FOR_TARGET): New.
5303 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5304 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5305 (CONFIGURED_*, USUAL_*): Remove.
5306 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5307 STRIP): Use autoconf substitutions.
5308 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5309 COMPILER_NM_FOR_TARGET): New.
5310 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5311
5312 (all): Make all-host and all-target in parallel.
5313 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5314 that $$r and $$s are set before invoking a recursive make.
5315 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5316 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5317
5318 2005-11-29 Ben Elliston <bje@au.ibm.com>
5319
f7c83eac
AS
5320 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5321 from the gcc build directory.
5322 * Makefile.in: Regenerate.
be01d343
PB
5323
5324 2005-11-29 Ben Elliston <bje@au.ibm.com>
5325
f7c83eac
AS
5326 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5327 depend on all-libdecnumber.
5328 * configure.in (host_libs): Include libdecnumber.
5329 * Makefile.in: Regenerate.
5330 * configure: Likewise.
be01d343
PB
5331
5332 2005-11-21 Kean Johnston <jkj@sco.com>
5333
f7c83eac 5334 * config.sub, config.guess: Sync from upstream sources.
be01d343 5335
907be67c
DJ
53362005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5337
5338 * Makefile.def: Remove gdb dependencies for gdbtk.
5339 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5340 (configure-gdb, install-gdb): New rules.
5341 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5342 * Makefile.in, configure: Regenerated.
5343
e360f423
PB
53442005-10-22 Paolo Bonzini <bonzini@gnu.org>
5345
5346 PR bootstrap/24297
5347 * Makefile.tpl (do-[+make-target+], do-check, install,
5348 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5349 are set before recursing.
5350 * Makefile.in: Regenerate.
5351
45d5eb0a
EB
53522005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5353
5354 PR bootstrap/18939
5355 * Makefile.def (gcc) <target>: Fix thinko.
5356 * Makefile.in: Regenerate.
5357
3cf3372e
BS
53582005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5359
5360 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5361 * configure: Regenerate.
5362
bd70a46f
KH
53632005-10-09 Kazu Hirata <kazu@codesourcery.com>
5364
5365 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5366 target-libffi, target-qthreads, target-libjava, and
5367 targetlibobjc.
5368 * configure: Regenerate.
5369
5ae72758
DJ
53702005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5371
5372 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5373 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5374 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5375 (USUAL_OBJDUMP_FOR_TARGET): New.
5376 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5377 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5378 * configure, Makefile.in: Regenerated.
5ae72758 5379
cc96343e
PB
53802005-10-05 Paolo Bonzini <bonzini@gnu.org>
5381
5382 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5383 before other host packages.
5384
f70224b5
PB
53852005-10-05 Paolo Bonzini <bonzini@gnu.org>
5386
5387 PR bootstrap/22340
5388
5389 * configure.in (default_target): Remove.
5390 * Makefile.tpl (all): Do not use prerequisites as subroutines
5391 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5392 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5393 use prerequisites as subroutines.
5394 (check-host, check-target): New.
5395 (bootstrap configure & all targets): Do not use stage*-start
5396 if the directory layout is already ok.
5397 (non-bootstrap configure & all targets): Prepend a $(unstage).
5398 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5399 (NOTPARALLEL): Remove.
5400 (unstage, stage variables): New variables.
5401 (unstage, stage targets): Simply expand to those variables.
5402
5403 * configure: Regenerate.
5404 * Makefile.in: Regenerate.
5405
c13c918a
JW
54062005-10-04 James E Wilson <wilson@specifix.com>
5407
5408 * Makefile.def (lang_env_dependencies): Add libmudflap.
5409 * Makefile.in: Regenerate.
5410
376a0e54
CM
54112005-10-03 Catherine Moore <clm@cm00re.com>
5412
5413 * configure.in (bfin-*-*): Support bfin.
5414 * configure: Regenerated.
5415
d320aacb
L
54162005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5417
5418 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5419 * configure: Regenerated.
5420
7e0f7140
GK
54212005-09-28 Geoffrey Keating <geoffk@apple.com>
5422
5423 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5424 (LIPO_FOR_TARGET): New.
5425 (CONFIGURED_LIPO_FOR_TARGET): New.
5426 (USUAL_LIPO_FOR_TARGET): New.
5427 (STRIP_FOR_TARGET): New.
5428 (CONFIGURED_STRIP_FOR_TARGET): New.
5429 (USUAL_STRIP_FOR_TARGET): New.
5430 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5431 STRIP_FOR_TARGET.
5432 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5433 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5434 * Makefile.in: Regenerate.
5435 * configure: Regenerate.
0e7ef45c 5436
096f7d00
DE
54372005-09-19 David Edelsohn <edelsohn@gnu.org>
5438
5439 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5440 (rs6000-*-aix*): Same.
5441 * configure: Regenerate.
5442
54432005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5444
5445 * configure.in: Recognize f95 in the --enable-languages option,
5446 and substitute it for fortran, issuing a warning.
5447 * configure: Regenerate.
5448
2016dfcc
BE
54492005-09-07 Ben Elliston <bje@au.ibm.com>
5450
5451 Import from Autoconf sources:
5452
5453 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5454 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5455 Elliston. Handle weird characters correctly.
5456
6dd2fda9
DD
54572005-08-30 Phil Edwards <phil@codesourcery.com>
5458
5459 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5460 * configure: Regenerated.
5461
e6db70d4
RE
54622005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5463
f7c83eac
AS
5464 * Makefile.def (libssp): Add to lang_env_dependencies.
5465 * Makefile.in: Regenerate.
e6db70d4 5466
e1e3d0f5
CG
54672005-08-17 Christian Groessler <chris@groessler.org>
5468
5469 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5470 * Makefile.in: Regenerate.
5471
05cbd757
PB
54722005-08-12 Paolo Bonzini <bonzini@gnu.org>
5473
5474 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5475 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5476 Look for alternate names of the target cc and c++
5477 * configure: Regenerate.
5478
55db4b87
PB
54792005-08-08 Paolo Bonzini <bonzini@gnu.org>
5480
5481 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5482 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5483 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5484 tools; remove code to manually set them.
5485 (Target tools): Look in the environment for them.
5486 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5487 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5488 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5489 build directory.
5490 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5491 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5492 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5493 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5494 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5495 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5496 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5497 * configure: Regenerate.
5498 * Makefile.in: Regenerate.
5499
414e5532
MM
55002005-07-27 Mark Mitchell <mark@codesourcery.com>
5501
5502 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5503 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5504 * Makefile.in: Regenerated.
5505
a19b6204
MM
55062005-07-26 Mark Mitchell <mark@codesourcery.com>
5507
5508 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5509 (CFLAGS_FOR_TARGET): Use it.
5510 (CXXFLAGS_FOR_TARGET): Likewise.
5511 * Makefile.in: Regenerated.
5512 * configure.in (--with-build-sysroot): New option.
5513 * configure: Regenerated.
5514
b73aa406
PB
55152005-07-24 Paolo Bonzini <bonzini@gnu.org>
5516
5517 * Makefile.tpl: Wrap install between unstage and stage
5518 * Makefile.in: Regenerate.
5519
6e4d0bcb
KC
55202005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5521
5522 * all files: Update FSF address.
5523
49f58d10
JB
55242005-07-14 Jim Blandy <jimb@redhat.com>
5525
5526 * configure.in: Add cases for Renesas m32c.
5527 * configure: Regenerated.
0e7ef45c 5528
1d9c9cd7
KC
55292005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5530
5531 * COPYING, compile, config-ml.in, config.guess,
5532 config.sub, install-sh, missing, mkinstalldirs,
5533 symlink-tree, ylwrap: Sync from upstream sources.
5534
1587117a
EC
55352005-07-13 Eric Christopher <echristo@redhat.com>
5536
5537 * configure.in: Add toplevel noconfigdir support for tpf.
5538 * configure: Regenerate.
5539
bb780410
DD
55402005-07-11 Jakub Jelinek <jakub@redhat.com>
5541
5542 * Makefile.def (target_modules): Add libssp.
5543 * configure.in (target_libraries): Add target-libssp.
5544 * configure: Rebuilt.
5545 * Makefile.in: Rebuilt.
5546
064d0a7c
PB
55472005-07-11 Paolo Bonzini <bonzini@gnu.org>
5548
5549 PR ada/22340
5550
5551 * Makefile.def: Sync with gcc.
5552 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5553 * Makefile.in: Regenerate.
5554
b2edd3b5
AS
55552005-07-07 Andreas Schwab <schwab@suse.de>
5556
5557 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5558 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5559 * Makefile.in: Regenerated.
5560
5f128533
KH
55612005-07-07 Kazu Hirata <kazu@codesourcery.com>
5562
5563 * configure.in: Add --enable-libssp and --disable-libssp.
5564 * configure: Regenerate with autoconf-2.13.
5565
4e3fc8e5
GK
55662005-07-06 Geoffrey Keating <geoffk@apple.com>
5567
5568 * configure.in: Don't build sim or rda when targetting darwin.
5569 * configure: Regenerate.
5570
c7357d6a
BE
55712005-07-04 Ben Elliston <bje@gnu.org>
5572
5573 * src-release (do-proto-toplev): Remove dejagnu bits.
5574 (DEJAGNU_SUPPORT_DIRS): Remove.
5575 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5576 (GDBD_SUPPORT_DIRS): Likewise.
5577 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5578 (INSIGHTD_SUPPORT_DIRS): Likewise.
5579 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5580
55812005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5582
5583 * setup.com (mpw): Remove unused directive.
5584
7d329e61
PB
55852005-06-22 Paolo Bonzini <bonzini@gnu.org>
5586
5587 * Makefile.def (stagefeedback): Come after profile.
5588 Define profiledbootstrap target.
5589 * Makefile.tpl (profiledbootstrap): Remove.
5590 (stageprofile-end): Zap stagefeedback.
5591 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5592 * Makefile.in: Regenerate.
5593
e5fbed21
DD
55942005-06-13 Zack Weinberg <zack@codesourcery.com>
5595
5596 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5597 In 'cpp' stanza, support '#line' as well as '# '.
5598
59f7ec45
HPN
55992005-06-07 Hans-Peter Nilsson <hp@axis.com>
5600
5601 * configure.in (unsupported_languages): New macro.
5602 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5603 non-ported target libraries in noconfigdirs.
5604 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5605 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5606 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5607 unsupported_languages.
5608 * configure: Regenerate.
5609
c10e9ba7
DD
56102005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5611
5612 * configure.in: Fix typo in handling of --with-mpfr-dir.
5613 * configure: Regenerate.
5614
20deb2b8
JB
56152005-06-02 Jim Blandy <jimb@redhat.com>
5616
5617 * config.sub: Add cases for the Renesas m32c. (This patch has been
5618 accepted into the master sources.)
5619
cdb9b172 56202005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5621 Michael Snyder <msnyder@redhat.com>
5622 Stan Cox <scox@redhat.com>
cdb9b172 5623
f7c83eac 5624 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5625
f7c83eac 5626 * configure: Regenerate.
cdb9b172 5627
1dc3053f
PB
56282005-05-25 Paolo Bonzini <bonzini@gnu.org>
5629
5630 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5631 (Dependencies): Consider target modules for bootstrap dependencies.
5632 Make target bootstrap modules depend on each stage's gcc.
5633 * Makefile.in: Regenerate.
5634
c60fe18b
PB
56352005-05-20 Paolo Bonzini <bonzini@gnu.org>
5636
5637 * Makefile.def (configure-gcc): Depend on binutils having been built.
5638 (all-gcc): No need to do it here.
5639 * Makefile.in: Regenerate.
5640
27258dd4
PB
56412005-05-19 Paul Brook <paul@codesourcery.com>
5642
0e7ef45c 5643 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5644 language cannot be built.
5645 * configure: Regenerate.
5646
42ecbf5e
DJ
56472005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5648
5649 * ylwrap: Import from Automake 1.9.5.
5650
ae380b45
MS
56512005-05-04 Mike Stump <mrs@apple.com>
5652
5653 * configure.in: Always pass --target to target configures as
5654 otherwise rebuilds that do --recheck will fail.
811d3af8 5655 * configure: Rebuilt.
ae380b45 5656
d545f33b
PB
56572005-05-04 Paolo Bonzini <bonzini@gnu.org>
5658
5659 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5660 STAGE_HOST_EXPORTS.
5661 (configure, all): Add bootstrap support.
5662 (Host modules, target modules): Pass post-stage1 flags and exports.
5663 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5664 * Makefile.in: Regenerate.
5665
2faa2958
PB
56662005-04-29 Paolo Bonzini <bonzini@gnu.org>
5667
5668 Sync from gcc:
5669
5670 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5671
f7c83eac 5672 * config.sub: Update from master copy.
2faa2958
PB
5673
5674 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5675
f7c83eac
AS
5676 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5677 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5678 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5679 "*-*-elf" and "*-*-linux*".
5680 * configure: Regenerate.
2faa2958 5681
a7254363
PB
56822005-04-06 Paolo Bonzini <bonzini@gnu.org>
5683
f7c83eac 5684 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5685 (TARGET_CONFIGARGS): Include --with-target-subdir.
5686 (configure, all): New macros. Use them throughout.
5687
a8637a7d
PB
56882005-04-05 Paolo Bonzini <bonzini@gnu.org>
5689
5690 * Makefile.tpl: Sync with gcc.
5691 * Makefile.in: Regenerate.
5692
dd387d52
JR
56932005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5694
5695 * config/mh-mingw32: Delete.
5696 * configure.in: Don't use it.
5697 * configure: Regenerate.
5698
e90269c8
PB
56992005-03-31 Paolo Bonzini <bonzini@gnu.org>
5700
5701 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5702 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5703 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5704 (HOST_LIB_PATH): Generate from Makefile.def.
5705 (TARGET_LIB_PATH): Likewise.
5706 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5707 * Makefile.in: Regenerate.
5708 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5709 (RPATH_ENVVAR): Include Darwin case.
5710 * configure: Regenerate.
5711
9a237d9e
PB
57122005-03-25 Paolo Bonzini <bonzini@gnu.org>
5713
5714 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5715 * configure: Regenerate.
5716
479759c8
ZW
57172005-03-21 Zack Weinberg <zack@codesourcery.com>
5718
5719 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5720 gcc_version, and gcc_version_trigger from set of flags to pass.
5721 * Makefile.tpl: Remove definitions of above variables.
5722 (config.status): Remove dependency on $(gcc_version_trigger).
5723 * Makefile.in: Regenerate.
5724 * configure.in: Do not reference config/gcc-version.m4 nor
5725 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5726 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5727 * configure: Regenerate.
5728
4cfaf6d5
DD
57292005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5730 Andrew Pinski <pinskia@physics.uc.edu>
5731
5732 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5733 * Makefile.in: Regenerate.
5734
33a3fb7b
AO
57352005-03-01 Alexandre Oliva <aoliva@redhat.com>
5736
5737 PR libgcj/20160
5738 * ltmain.sh: Avoid creating archives with components that have
5739 duplicate basenames.
5740
2da12f12
PB
57412005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5742
479759c8
ZW
5743 PR bootstrap/20250
5744 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5745 instead of check.
5746 * Makefile.in: Regenerate.
2da12f12 5747
b00612cc
PB
57482005-02-28 Paolo Bonzini <bonzini@gnu.org>
5749
5750 Sync from gcc.
5751
5752 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5753
5754 PR bootstrap/17383
5755 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5756 * Makefile.tpl (HOST_SUBDIR): New substitution.
5757 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5758 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5759 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5760 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5761 (Host modules, Bootstrapped modules): Use it.
5762 (Build modules, Target modules): Do not create symlink trees,
5763 always configure out-of-srcdir.
5764 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5765 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5766 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5767 $(HOST_SUBDIR). Create a symlink for host_subdir.
5768
5769 * Makefile.in: Regenerate.
5770 * configure: Regenerate.
5771
5772 Merged from libada-gnattools-branch:
5773 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5774
5775 * Makefile.def: Add gnattools as a module, depending on target-libada.
5776 * Makefile.in: Regenerate.
5777 * configure.in: Include gnattools in host_tools; disable it if ada
5778 is disabled.
5779 * configure: Regenerate.
5780
c3e65f62
NC
57812005-02-23 Nick Clifton <nickc@redhat.com>
5782
5783 * configure: Regenerate.
5784
e4d180c2
NC
57852005-02-22 Paul Schlie <schlie@comcast.net>
5786
5787 * configure.in: Allow darwin targeted ports to build tk, itcl and
5788 libgui.
5789
e3c770b1
EB
57902005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5791
5792 PR libgcj/10353
5793 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5794 * configure: Regenerate.
5795
9c73618c
AC
57962005-02-08 Andrew Cagney <cagney@gnu.org>
5797
5798 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5799 gdb/ section. Update GDB's URL.
5800
c46f8c51
AC
58012005-01-31 Andrew Cagney <cagney@gnu.org>
5802
5803 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5804
c7e66c6d
HPN
58052005-01-29 Hans-Peter Nilsson <hp@axis.com>
5806
5807 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5808 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5809 target-libgloss when not *-*-elf and *-*-aout.
5810 * configure: Regenerate.
5811
a53bf506
AC
58122005-01-27 Andrew Cagney <cagney@gnu.org>
5813
5814 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5815
45181ed1
AC
58162005-01-24 Andrew Cagney <cagney@gnu.org>
5817
5818 * gettext.m4: Only fall back to ../intl/ when it's present.
5819
a1e0f4e4
KC
58202005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5821
5822 * install-sh, config.sub: Import from upstream.
5823
58242005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5825
5826 PR bootstrap/18222
5827 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5828 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5829 * Makefile.in: Regenerate.
5830
c50382e2
PB
58312005-01-03 Paolo Bonzini <bonzini@gnu.org>
5832
5833 Revert 2004-12-28 Makefile changes, a better fix will be
5834 applied to mainline and src after GCC 4.0 branches.
5835
11d07737
PB
58362004-12-28 Paolo Bonzini <bonzini@gnu.org>
5837
5838 PR bootstrap/17383
5839
5840 * Makefile.def (target_modules): Remove stage parameter,
5841 it is always true now.
5842 * Makefile.tpl (configure-build-[+module+],
5843 configure-target-[+module+]): Always build symlink tree
5844 for the directory and for include. BUILD_SUBDIR and
5845 TARGET_SUBDIR cannot be . anymore.
5846 * Makefile.in: Regenerate.
5847
dadfdbe2
DD
58482004-12-25 David Edelsohn <edelsohn@gnu.org>
5849
5850 Revert 2004-12-08 Makefile changes.
5851
dbf85af7
JR
58522004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5853
5854 * configure.in (sh64-*-*): Reenable gprof.
5855 * configure: Regenerate.
5856
6b8fea99
JB
58572004-12-09 Jim Blandy <jimb@redhat.com>
5858
5859 * MAINTAINERS: List 'depcomp' as part of automake.
5860
7341462c
DE
58612004-12-08 David Edelsohn <edelsohn@gnu.org>
5862
5863 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5864 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5865 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5866 * Makefile.in: Regenerate.
5867
21fde4dc
DD
58682004-12-07 Matt Kraai <kraai@ftbfs.org>
5869
5870 * Makefile.tpl: Generate normal dependencies if the LHS module is
5871 not bootstrapped.
5872 * Makefile.in: Regenerate.
5873
3da796a2
RS
58742004-12-03 Richard Sandiford <rsandifo@redhat.com>
5875
5876 * configure.in: Include config/gxx-include-dir.m4. Use
5877 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5878 * configure: Regenerate.
5879
73fb7068
RS
58802004-12-03 Richard Sandiford <rsandifo@redhat.com>
5881
5882 * config.if: Delete.
5883 * configure.in: Set libstdcxx_incdir directly.
5884 * configure: Regenerate.
5885 * MAINTAINERS: Remove mention of config.if.
5886 * src-release (DEVO_SUPPORT): Remove config.if.
5887
6c8e6ce9
EC
58882004-12-02 Eric Christopher <echristo@redhat.com>
5889
3b6098f8
EC
5890 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5891 of things to remove.
6c8e6ce9 5892 * Makefile.in: Regenerate.
479759c8 5893
b8658a2f
RS
58942004-12-02 Richard Sandiford <rsandifo@redhat.com>
5895
5896 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5897 * configure: Regenerate.
5898
afefada0
RS
58992004-12-02 Richard Sandiford <rsandifo@redhat.com>
5900
5901 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5902 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5903 * configure: Regenerate.
5904
5dcac624
DA
59052004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5906
5907 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5908 (hppa*64*-*-*): Delete incorrect comment.
5909 * configure: Rebuilt.
5910
57d1eb1a
DD
59112004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5912
5913 * install-sh, compile: Import from automake.
5914
59152004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5916
5917 * config.guess, config.sub: Import from savannnah.
5918
6d389afc
MS
59192004-11-12 Mike Stump <mrs@apple.com>
5920
5921 * Makefile.def: Add html support.
5922 * Makefile.tpl: Likewise.
5923 * Makefile.in: Regenerate.
5924
69e57115
GK
59252004-11-11 Geoffrey Keating <geoffk@apple.com>
5926
5927 PR 18423
5928 * configure.in: Remove all instances of build-fixincludes from
5929 noconfigdirs.
5930 (build_configargs): Supply --target to subdirectories.
5931 * configure: Regenerate.
5932
5933 * Makefile.def: Make gcc install depend on fixincludes install.
5934 * Makefile.in: Regenerate.
5935
ba719b26
HPN
59362004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5937
5938 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5939 target-libgfortran.
5940 * configure: Regenerate.
5941
c37653e7
DE
59422004-11-07 David Edelsohn <edelsohn@gnu.org>
5943
5944 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5945 like CC.
5946
1eefd493
PB
59472004-11-05 Paolo Bonzini <bonzini@gnu.org>
5948
5949 * Makefile.def (host fixincludes): Specify missing targets.
5950 * Makefile.in: Regenerate.
5951
02b1af09
L
59522004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5953
5954 PR other/17783
5955 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5956 * configure: Regenerated.
5957
7f266840
DJ
59582004-11-04 Daniel Jacobowitz <dan@debian.org>
5959
5960 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5961 * configure: Regenerated.
5962
47444073
AL
59632004-10-28 Eric B. Weddington <ericw@evcohs.com>
5964
5965 PR target/18151
5966 * configure.in (case ${target}): Do not build fixincludes for avr.
5967 * configure: Regenerated.
5968
caeba88f
AL
59692004-10-26 Paolo Bonzini <bonzini@gnu.org>
5970
5971 * configure.in (case ${target}): Do not build fixincludes
5972 on platforms where it is not used.
5973 * configure: Regenerated.
5974
0fdbe983
DJ
59752004-10-23 Daniel Jacobowitz <dan@debian.org>
5976
5977 * configure.in: Use an absolute path to install-sh.
5978 * configure: Regenerated.
5979
1c0f67c1
AC
59802004-10-19 Andrew Cagney <cagney@gnu.org>
5981
5982 * src-release (do-djunpack, do-md5sum): Install the generated file
5983 directly into the proto-toplev/ directory.
479759c8 5984
a9cfce9c
AC
59852004-10-19 Andrew Cagney <cagney@gnu.org>
5986
5987 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5988
ac0fa625
DD
59892004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5990
5991 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5992 * configure: Regenerate.
5993
d27cc32e
PB
59942004-10-06 Paolo Bonzini <bonzini@gnu.org>
5995
5996 Fix wrong conflict resolution in:
5997
5998 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5999
6000 * Makefile.in: Regenerate.
6001 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6002 in the recursive `make', instead of hardwiring `all'.
6003 (Autogenerated TARGET-* variables): New.
6004
1763908f
UW
60052004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6006
6007 Merged from GCC / libtool upstream:
6008 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6009 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6010 * ltcf-cxx.sh (tpf*): Likewise.
6011 * ltconfig (tpf*): Add TPF OS configuration support.
6012
0490e016
NC
60132004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6014
6015 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 6016 * configure: Regenerate.
0490e016 6017
32be62b5
RS
60182004-09-24 Michael Roth <mroth@nessie.de>
6019
6020 * configure.in (--without-headers): Add missing double quotes.
6021 * configure: Regenerate.
6022
6048df60
DD
60232004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6024
6025 * ylwrap: Revert to previous version.
6026
315b3b02
L
60272004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6028
6048df60 6029 PR bootstrap/17369
315b3b02
L
6030 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6031 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6032 SET_GCC_LIB_PATH_CMD.
6033 (BASE_TARGET_EXPORTS): Likewise.
6034 * Makefile.in: Regenerated.
6035
6036 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6037 * configure: Regenerated.
6038
fe69863c
DD
60392004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6040
6041 * config.guess: New upstream version
6042 * compile, depcomp, install-sh, ylwrap: Likewise.
6043
60442004-09-19 Roger Sayle <roger@eyesopen.com>
6045
6046 * config/mh-x86omitfp: New host makefile fragment. Add
6047 -fomit-frame-pointer to the default BOOT_CFLAGS.
6048 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6049 * configure: Regenerate.
6050
60512004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6052
6053 PR target/11572
6054 * configure.in (*-*-darwin*): Renable libobjc.
6055 * configure: Regenerate.
6056
be75bbe1 60572004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6058
be75bbe1
DB
6059 * Makefile.def: Remove libbanshee.
6060 * Makefile.tpl: Ditto.
6061 * configure.in: Ditto.
6062 * Makefile.in: Regen.
6063 * configure: Ditto.
6064
1b882a91
PB
60652004-09-07 Paolo Bonzini <bonzini@gnu.org>
6066
6067 * missing: Import latest version from master repository.
6068
eb1352ed
NC
60692004-09-04 Nick Clifton <nickc@redhat.com>
6070
6071 * config.sub: Import latest version from master repository.
6072 * config.guess: Likewise.
6073 This includes these changes:
479759c8 6074
eb1352ed
NC
6075 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6076
6077 * config.sub: Handle crisv32, alias etraxfs.
6078 * config.guess (crisv32:Linux:*:*): Handle.
6079
6080 2004-08-13 Brad Smith <brad@comstyle.com>
6081
6082 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6083 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6084
6085 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6086
6087 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6088 assume the processor is a powerpc. This is because coreutils
6089 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6090 in this case, due to a MacOS X bug that causes
6091 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6092 to return a negative number.
6093 Problem reported by Petter Reinholdtsen in:
6094 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6095
6096 2004-07-19 Ben Elliston <bje@gnu.org>
6097
6098 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6099
6100 2004-06-24 Ben Elliston <bje@gnu.org>
6101
6102 * config.guess: Update copyright years.
6103 * config.sub: Likewise.
6104
6105 2004-06-22 Robert Millan <robertmh@gnu.org>
6106
6107 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6108 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6109
6110 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6111
6112 * config.guess (*:*VMS:*:*): New entry. Replaces
6113 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6114 manufacturer.
6115
6116 2004-06-22 Ben Elliston <bje@gnu.org>
6117
6118 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6119 * config.sub: Likewise.
6120
6121 2004-06-22 Ben Elliston <bje@gnu.org>
6122
6123 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6124 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6125
6126 2004-06-11 Ben Elliston <bje@gnu.org>
6127
6128 * config.guess (pegasos:OpenBSD:*:*): Remove.
6129
6130 2004-06-11 Ben Elliston <bje@gnu.org>
6131
6132 From Wouter Verhelst <wouter@grep.be>:
6133 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6134
6135 2004-06-11 Ben Elliston <bje@gnu.org>
6136
6137 * config.guess (luna88k:OpenBSD:*:*): New.
6138
6139 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6140
6141 * config.guess (m32r*:Linux:*:*): New case.
6142 * config.sub: Handle m32rle.
6143
6144 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6145
6146 From Jens Petersen <petersen@redhat.com>:
6147 * config.sub: Handle sparcv8.
6148
6149 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6150
6151 From Tom Smith <smith@cag.lkg.hp.com>:
6152 * config.guess: Version suffixes are equally significant on Tru64
6153 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6154 prefix of "P" (patched kernel).
6155
6156 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6157
6158 * config.sub: Add support for National Semiconductor CRX target.
6159
2a3124ca 61602004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6161
2a3124ca
RH
6162 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6163 *-*-netware, but add target-libmudflap.
6164 Consolidate *-*-netware targets (of which really only i?86 exists)
6165 into a single entry.
6166 * configure: Likewise.
6167
0df3d27f
PB
61682004-09-01 Paolo Bonzini <bonzini@gnu.org>
6169
6170 * Makefile.tpl (sorry): Remove.
6171 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6172 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6173 (do-clean): Clean per-stage directories too.
6174 (do-distclean): Run distclean-stage1 too.
6175 (.NOTPARALLEL): Enable during toplevel bootstrap.
6176 (stage[+id+]-bubble): Enable parallel execution during
6177 the recursive invocation.
6178 * Makefile.in: Regenerate.
6179
6180 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6181
6182 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6183
6184 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6185 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6186 * configure: regenerate
479759c8
ZW
6187 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6188 -mdynamic-no-pic
0df3d27f
PB
6189
61902004-08-31 Paolo Bonzini <bonzini@gnu.org>
6191
6192 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6193 include.
6194 * configure.in: Fix indentation.
6195 * configure: Regenerate.
6196
ee025550
PB
61972004-08-31 Paolo Bonzini <bonzini@gnu.org>
6198
6199 * Makefile.def (build_modules): Add fixincludes.
6200 (dependencies): Make gcc depend on fixincludes.
6201 * configure.in (build_tools): Add fixincludes.
6202 (build_configdirs): Always include build_libs.
6203 * Makefile.in: Regenerate.
6204 * configure: Regenerate.
6205
62062004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6207
6208 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6209 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6210 phony targets; do not generate timestamp files.
6211 (distclean-stageN): Remove references to their timestamp files.
6212 (restageN, touch-stageN): Remove.
6213 (stageN-bubble): Rewritten.
6214 (compare): Support lean bootstraps.
6215 * Makefile.in: Regenerate.
6216
6217 * configure.in: Only warn when bootstrapping but
6218 build != host or build != target. Support lean bootstraps.
6219 * configure: Regenerate.
6220
6221 Sync from gcc:
6222 2004-08-26 Phil Edwards <phil@codesourcery.com>
6223
6224 * configure.in: Give a better error message if GMP/MPFR are missing
6225 and a language needing them has been requested.
6226 * configure: Regenerated.
6227
6228 2004-08-25 Phil Edwards <phil@codesourcery.com>
6229
6230 * configure.in: Print a list of available language front-ends if
6231 a requested one is missing. Tidy stray tab characters.
6232 * configure: Regenerated.
6233
72b2455a
PB
62342004-08-17 Paolo Bonzini <bonzini@gnu.org>
6235
6236 * Makefile.in: Regenerate.
6237 * configure: Regenerate.
6238
6239 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6240 stage_*_flags.
6241 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6242 for bootstrapped modules if toplevel bootstrap is going.
6243 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6244 modules. Adjust for changes in Makefile.def. Enable several
6245 rules even in non-bootstrap mode, just to avoid peppering the
6246 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6247 (stage-[+prev+]-bubble): Remove.
6248
6249 * Makefile.def (Dependencies): Depend on all-build-bison,
6250 all-build-flex, all-build-byacc, all-build-texinfo, rather
6251 than the host variations.
6252 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6253 with BUILD_SUBDIR.
6254 (BISON): Update for recent Bisons.
6255 (YACC): Fix typo.
6256 (cross): Depend on all-build.
6257 (all): Do not depend on all-build.
6258 (prebootstrap): Remove.
6259 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6260 (Prebootstrap dependencies): Add them to the per-stage targets
6261 and to all-prebootstrap.
6262 * configure.in (build_configdirs): Always enable build_tools.
6263 (BUILD_DIR_PREFIX): Remove.
6264
6265 * Makefile.def (gcc): Add target variable.
6266 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6267 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6268 in the recursive `make', instead of hardwiring `all'.
6269 (Autogenerated TARGET-* variables): New.
6270
de0b4a87
JW
62712004-08-17 Robert Millan <robertmh@gnu.org>
6272
6273 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6274 (instead of FreeBSD).
6275 * configure: Regenerate.
6276
ad681c85
NN
62772004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6278
675c6968
NN
6279 * Makefile.def, configure.in, src-release: Remove useless, bogus
6280 references to tix.
6281 * Makefile.in, configure: Regenerate.
6282
ad681c85
NN
6283 * src-release: Stop distributing mmalloc with gdb (which doesn't
6284 use it).
6285 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6286 * Makefile.in: Regenerate.
6287
11b04d1f
DD
62882004-08-09 Mark Mitchell <mark@codesourcery.com>
6289
6290 * configure.in (arm*-*-eabi*): New target.
6291 * configure: Regenerate.
6292
f2420bea
NN
62932004-08-01 Robert Millan <robertmh@gnu.org>
6294
6295 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6296 libmudflap for all GNU-based systems (with Glibc).
6297 * configure: Regenerate.
6298
9e6ce191
PB
62992004-08-06 Paolo Bonzini <bonzini@gnu.org>
6300
6301 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6302 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6303 (Dependencies): New section.
6304 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6305 (configure-target-[+module+]): Depend on maybe-all-gcc
6306 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6307 (toplevel profiledbootstrap): Fix dependencies.
6308 * Makefile.in: Regenerate.
6309
df4a6958
MM
63102004-08-03 Mark Mitchell <mark@codesourcery.com>
6311
6312 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6313 target-libiberty to noconfigdirs.
6314
11b04d1f
DD
63152004-08-03 Paul Brook <paul@codesourcery.com>
6316
6317 * configure.in: Check for MPFR as well as GMP.
6318 * configure: Regenerate.
6319
b813574b
PB
63202004-08-03 Paolo Bonzini <bonzini@gnu.org>
6321
6322 * Makefile.def (host-modules): Add gcc.
6323 * Makefile.in: Regenerate.
6324 * Makefile.tpl (sorry): New rule.
6325 (configure-host, all-host, [+make_target+]-host, do-check,
6326 install-host): Do not add gcc as a special case.
6327 (host modules): Add a small special-casing for gcc. Export
6328 extra_make_flags through the environment.
6329 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6330 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6331 other recursive targets for gcc): Remove.
6332
6333 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6334 (stage, unstage): New rules.
6335 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6336 distclean-stage[+id+]): Use stage_current.
6337 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6338 the stage*-start rules.
6339
61edac0c
JW
63402004-07-19 Robert Millan <robertmh@gnu.org>
6341
6342 Synced from gcc:
6343
6344 2004-04-26 Robert Millan <robertmh@gnu.org>
6345
6346 Add patches from libtool CVS.
6347 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6348 * ltconfig: Likewise.
6349 * ltcf-c.sh: Likewise.
6350 * ltcf-cxx.sh: Likewise.
6351 * ltcf-gcj.sh: Likewise.
6352
3e707e94
PB
63532004-07-12 Paolo Bonzini <bonzini@gnu.org>
6354
6355 * configure.in: Add noconfigdirs for crx-*-*.
6356 * configure: Regenerate.
6357
63582004-07-12 Paolo Bonzini <bonzini@gnu.org>
6359
6360 Synced from gcc:
6361
6362 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6363
6364 * configure.in: Build libmudflap by default on FreeBSD.
6365 * configure: Regenerated.
6366
6367 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6368
6369 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6370 systems.
6371 * configure: Regenerated.
6372
6373 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6374
6375 PR target/16344
6376 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6377 feedback based compiler.
6378 * Makefile.in: Rebuilt.
6379
6380 2004-07-05 Phil Edwards <phil@codesourcery.com>
6381
6382 * configure.in: Do not prepend $srcdir to /dev/null in
6383 makefile fragments.
6384 * configure: Regenerate.
6385
a7ee7660
AO
63862004-07-08 Alexandre Oliva <aoliva@redhat.com>
6387
6388 * Makefile.def (host_modules): Set bootstrap=true for flex.
6389 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6390 * Makefile.in: Rebuilt.
6391
6a9cf61e
PB
63922004-07-01 Paolo Bonzini <bonzini@gnu.org>
6393
6394 * Makefile.def (build_modules): Add bison, byacc, flex,
6395 m4, texinfo.
6396 (flags_to_pass): Add FLEX.
6397 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6398 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6399 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6400 DEFAULT_MAKEINFO): Remove.
6401 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6402 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6403 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6404 objdir or else use configured tool.
6405 (all-build): New.
6406 (all): Depend on it.
6407 (Build module dependencies): Add.
6408 * Makefile.in: Regenerate.
6409 * configure.in: Better support for multiple build modules,
6410 matching what is done for host/target modules. Do not look
6411 for "plausible" locations of build tools if Canadian cross.
6412 Use autoconf's AC_PROG_CC to find a C compiler. Define
6413 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6414 * configure: Regenerate.
6415
95b6a1f2
PB
64162004-06-22 Paolo Bonzini <bonzini@gnu.org>
6417
6418 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6419 * Makefile.in: Regenerate.
6420
7ffa0b57
PB
64212004-06-22 Paolo Bonzini <bonzini@gnu.org>
6422
6423 * Makefile.tpl (configure-build-[+module+],
6424 configure-[+module+], configure-target-[+module+]): Pass
6425 [+extra_configure_args+].
6426 (all-build-[+module+], all-[+module+], check-[+module+],
6427 install-[+module+], [+make_target+]-[+module+],
6428 all-target-[+module+], check-target-[+module+],
6429 install-target-[+module+], [+make_target+]-target-[+module+]):
6430 Pass [+extra_make_args+].
6431 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6432 (GCC_HOST_EXPORTS): Remove.
6433 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6434 cross, check-gcc, check-gcc-c++, install-gcc,
6435 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6436 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6437 * Makefile.in: Regenerate.
6438
929ba6e7
CF
64392004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6440
6441 * configure.in: Check for srcdir/winsup rather than build directory
6442 winsup.
6443 * configure: Regenerate.
6444
b76d7de0
CV
64452004-06-17 Corinna Vinschen <vinschen@redhat.com>
6446
6447 * configure.in: Don't build Cygwin native newlib if winsup
6448 directory is missing. Emit warning instead.
6449 * configure: Regenerate.
6450
656fdd47
PB
64512004-06-09 Paolo Bonzini <bonzini@gnu.org>
6452
6453 * Makefile.tpl (touch-stage[+id+]): New.
6454 (restage[+prev+]): Depend on touch-stage[+id+].
6455
6456 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6457 Use it throughout.
6458
6459 * Makefile.def: Add profile and feedback bootstrap stages.
6460 Remove next field from bootstrap stages.
6461 * Makefile.tpl (LN, LN_S): Substitute.
6462 (stageN-start, stageN-end): Use double-colon rules, to
6463 provide a hook for additional setup commands.
6464 (distclean-stageN-gcc, restageN): Create dependencies from
6465 [+prev+], not from [+next+].
6466 (stageN-bubble): Add commands for successive stages from
6467 [+prev+], using double-colon rules.
6468 (all-stageN-gcc): Fix typo.
6469 (stagefeedback-start, profiledbootstrap): New.
6470 * Makefile.in: Regenerate.
6471 * configure.in: Call ACX_PROG_LN.
6472 * configure: Regenerate.
6473
498d4a71
CF
64742004-06-03 Paolo Bonzini <bonzini@gnu.org>
6475
6476 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6477 without gcc.
6478 * configure: Regenerate.
6479
377d8c42
PB
64802004-06-01 Paolo Bonzini <bonzini@gnu.org>
6481
6482 * Makefile.tpl: Fix typo.
6483 * Makefile.in: Regenerate.
6484
f5f8a794
PB
64852004-06-01 Paolo Bonzini <bonzini@gnu.org>
6486
6487 * configure.in: Remove new- prefix from toplevel
6488 bootstrap targets.
6489 * configure: Regenerate.
6490
f7a4c34f
PB
64912004-06-01 Paolo Bonzini <bonzini@gnu.org>
6492
6493 Merge this patch from the gcc tree:
6494
6495 2004-05-30 Andreas Jaeger <aj@suse.de>
6496 Jim Wilson <wilson@specifixinc.com>
6497
6498 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6499 like CC.
6500
319cab08
PB
65012004-06-01 Paolo Bonzini <bonzini@gnu.org>
6502
6503 * Makefile.tpl (all.normal): Rename to all.
6504 (all): Replace with a rule to pick the default
6505 target from configure.
6506 (all-gcc, configure-gcc): Use conditionals to
6507 do nothing when toplevel bootstrap is going on.
6508 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6509 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6510 * configure.in: Support --enable-bootstrap.
6511
6512 * Makefile.def: Remove new- prefix from toplevel
6513 bootstrap targets.
6514 * Makefile.tpl: Likewise.
6515
6516 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6517 target.
6518
6519 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6520 $(RECURSE_FLAGS) to recursive invocation of make.
6521
6522 * Makefile.in: Regenerate.
6523 * configure: Regenerate.
6524
88f64edc
DJ
65252004-05-27 Daniel Jacobowitz <dan@debian.org>
6526
6527 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6528 * configure: Regenerate.
6529
378fce5b
DD
65302004-05-25 Daniel Jacobowitz <drow@false.org>
6531
6532 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6533 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6534 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6535 targets.
6536 * Makefile.in: Regenerate.
6537
dfdffa2c
PB
65382005-05-24 Paolo Bonzini <bonzini@gnu.org>
6539
6540 * configure.in: Test the ability to symlink directories.
6541 * configure: Regenerate.
6542
6543 * Makefile.def (bootstrap-stage): New definitions.
6544 * Makefile.tpl (configure-stage1-gcc,
6545 configure-stage2-gcc, configure-stage3-gcc,
6546 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6547 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6548 new-restage3, compare): Autogenerate, see Makefile.in
6549 entry for behavioral changes.
6550 (distclean-stage1, new-stage1-start, new-stage1-end,
6551 new-stage1-bubble, distclean-stage2, new-stage2-start,
6552 new-stage2-end, new-stage2-bubble, distclean-stage3,
6553 new-stage3-start, new-stage3-end): New autogenerated targets.
6554 (objext, prebootstrap, BOOT_CFLAGS,
6555 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6556 targets.
6557
6558 * Makefile.in: Regenerate.
6559 (distclean-stage1, new-stage1-start, new-stage1-end,
6560 new-stage1-bubble, distclean-stage2, new-stage2-start,
6561 new-stage2-end, new-stage2-bubble, distclean-stage3,
6562 new-stage3-start, new-stage3-end): New targets.
6563 (all-stage1-gcc): Move prebootstrap dependency from here...
6564 (configure-stage1-gcc): ...to here.
6565 (new-bootstrap): Use bubble targets.
6566 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6567 Use per-stage distclean targets.
6568 (configure-stage1-gcc, configure-stage2-gcc,
6569 configure-stage3-gcc, all-stage1-gcc,
6570 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6571 Use new-stageN-start to prepare the tree.
6572
04cf1b77
PB
65732004-05-23 Paolo Bonzini <bonzini@gnu.org>
6574
6575 * Makefile.def (host_modules): add libcpp.
6576 * Makefile.tpl: Add dependencies on and for libcpp.
6577 * Makefile.in: Regenerate.
6578 * configure.in: Add libcpp host module.
6579 * configure: Regenerate.
6580
80b200a1
ZW
65812004-05-17 Zack Weinberg <zack@codesourcery.com>
6582
6583 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6584 of libf2c.
6585 * configure, Makefile.in: Regenerate.
6586
4b1cb4fe
DD
65872004-05-13 Diego Novillo <dnovillo@redhat.com>
6588
6589 Merge from tree-ssa-20020619-branch.
6590
6591 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6592 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6593 (HOST_GMPLIBS): Define.
6594 (HOST_GMPINC): Define.
6595 (TARGET_LIB_PATH): Add libmudflap.
6596 (GFORTRAN_FOR_TARGET): Define.
6597 (configure-build*): Export GFORTRAN.
6598 (configure-gcc): Export GMPLIBS and GMPINC.
6599 (all-gcc): Add maybe-all-libbanshee.
6600 (configure-target-libgfortran): Define.
6601 * Makefile.in: Regenerate.
6602 * configure.in (host_libs): Add libbanshee.
6603 (target_libraries): Add target-libmudflap and target-libgfortran.
6604 Add --with-libbanshee.
6605 Handle --disable-libmudflap.
6606 (*-*-freebsd*): Use with_gmp.
6607 Add $(libgcj) to noconfigdirs.
6608 * configure: Regenerate.
6609 * depcomp: New file.
6610 * MAINTAINERS: Add tree-ssa maintainers.
6611
66122004-04-28 Paolo Bonzini <bonzini@gnu.org>
6613
6614 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6615 * configure: Regenerate.
6616
b8908782
DD
66172004-04-27 Paolo Bonzini <bonzini@gnu.org>
6618
6619 Revert:
6620 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6621
6622 * Makefile.def (flags_to_pass): Remove *dir variables that
6623 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6624 as well as prefix and exec_prefix.
6625 * Makefile.in: Regenerate.
6626
66272004-04-26 Paolo Bonzini <bonzini@gnu.org>
6628
6629 * Makefile.def (host_modules): Mark with the bootstrap
6630 flag packages on which gcc depends.
6631 * Makefile.tpl (all-bootstrap): Use it.
6632 * Makefile.in: Regenerate.
6633
66342004-04-26 Paolo Bonzini <bonzini@gnu.org>
6635
6636 * Makefile.def (flags_to_pass): Remove *dir variables that
6637 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6638 as well as prefix and exec_prefix.
6639 * Makefile.in: Regenerate.
6640
66412004-04-26 Paolo Bonzini <bonzini@gnu.org>
6642
80b200a1
ZW
6643 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6644 * configure: Regenerate.
6645 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6646 * gcc/Makefile.tpl (compare): Use the result of the test.
6647 * gcc/Makefile.in: Regenerate.
b8908782
DD
6648
66492004-04-23 Paolo Bonzini <bonzini@gnu.org>
6650
6651 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6652 Always relocate gcc and prev-gcc to the original names, even
6653 if the build fails.
6654 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6655 New targets.
6656
0f260896
RO
66572004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6658
6659 * configure.in (mips*-*-irix5*): Enable ld.
6660 * configure: Regenerate.
6661
51860f05
JW
66622004-04-15 James E Wilson <wilson@specifixinc.com>
6663
6664 * Makefile.tpl (configure-[+module+], configure-gcc,
6665 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6666 Set and export LDFLAGS.
6667 * Makefile.in: Regenerate.
6668
54752a6b
NN
66692004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6670
6671 PR bootstrap/14871
6672 * Makefile.tpl: If we don't have built-in-tree target tools,
6673 use the ones found by configure rather than hacking around with
6674 program_transform_name.
6675 * configure.in: Give Makefile.tpl the information necessary
6676 to do that.
6677 * Makefile.in: Regenerate.
6678 * configure: Regenerate.
6679
66802004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6681
6682 PR bootstrap/14760
6683 * configure.in: When computing baseargs, strip *all* copies of
6684 offending options. Also, don't match/substitute the trailing space,
6685 so that this actually works when two similar options are separated by
6686 only one space.
6687 * configure: Regenerate.
6688
66892004-04-06 David Edelsohn <edelsohn@gnu.org>
6690
80b200a1
ZW
6691 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6692 (rs6000-*-aix*): Same.
6693 * configure: Regenerate.
54752a6b 6694
5e2b61fb
SS
66952004-03-25 Stan Shebs <shebs@apple.com>
6696
6697 Remove MPW support, no longer used.
6698 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6699 mpw-install: Remove files.
6700 * src-release (DEVO_SUPPORT): Remove names of removed files.
6701 * MAINTAINERS: Likewise.
6702
1a6f2dc7
NN
67032004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6704
a0049f1b
NN
6705 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6706 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6707 * Makefile.in: Regenerate.
6708
1a6f2dc7
NN
6709 * configure.in (top level bootstrap support): Rework --enable-werror
6710 to set @stage2_werror_flag@.
6711 * configure: Regenerate.
6712 * Makefile.tpl (top level bootstrap support): Pass
6713 @stage2_werror_flag@ down to configure in stages 2 and 3.
6714 * Makefile.in: Regenerate.
6715
920e3419
NN
67162004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6717
6718 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6719 for stages 2 and 3 as well as in make. As a consequence, remove
6720 OUTPUT_OPTION (now detected by configure) from the flags passed down
6721 to make.
6722 * Makefile.in: Regenerate.
6723
6724 * Makefile.tpl (new-bootstrap): Fix typo.
6725 * Makefile.in: Regenerate.
6726
4fa63067
NN
67272004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6728
6729 * Makefile.tpl: Rearrange by moving recursive_targets rules
6730 into their proper sections.
6731 * Makefile.tpl (top level bootstrap support): Move disabling
6732 of coverage flags from 'make' to 'configure'; improve comments.
6733 * Makefile.in: Regenerate.
6734
6735 * Makefile.tpl (experimental top level bootstrap) Move stage1
6736 language setting from all- target to configure- target; disable
6737 intermodule optimization in stage 1; prevent gratuitous rebuilds
6738 of stage 1.
6739 * Makefile.in: Regenerate.
6740 * configure.in: Comma-separate stage 1 language list for top
6741 level bootstrap.
6742 * configure: Regenerate.
6743
6744 * Makefile.tpl: Clean up experimental top level bootstrap support:
6745 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6746 prev-gcc in configure- targets as well as all- targets.
6747 * Makefile.in: Regenerate.
6748
fb8a10fd
NN
67492004-03-17 Paolo Bonzini <bonzini@gnu.org>
6750
6751 * configure.in: Remove symbolic link section.
6752 * configure: Regenerate.
6753 * Makefile.tpl (links): Remove.
6754 * Makefile.in: Regenerate.
6755
947f426e 67562004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6757 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6758
6759 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6760 Set with AC_CHECK_PROGS.
947f426e
NN
6761 * configure.in: Fix comment typo from last patch.
6762 * configure: Regenerate.
6763
1d39f329
NN
67642004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6765
6766 * Makefile.tpl: Introduce experimental top level bootstrap support.
6767 * Makefile.in: Regenerate.
6768 * configure.in: Introduce support for top level bootstrap.
6769 * configure: Regenerate.
6770
4b0ac75d 67712004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6772 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6773
6774 PR bootstrap/14522
6775 * configure.in: Cope with shells that do not support unquoted ^
6776 * configure: Regenerate.
6777
2e70b094 67782004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6779 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6780
6781 PR bootstrap/14522
6782 * configure.in: Cope with shell that do not support nesting
6783 quotes inside quoted backquote substitutions.
6784 * configure: Regenerate.
6785
67862004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6787
6788 PR bootstrap/14522
6789 * configure.in: Fix escaping of $.
6790 * configure: Regenerate.
6791
9e07f89d
NN
67922004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6793
6794 * configure: Regenerate.
6795
67962004-03-08 Paolo Bonzini <bonzini@gnu.org>
6797
6798 PR ada/14131
6799 Move language detection to the top level.
6800 * configure.in: Find default values for the tools as
6801 soon as possible. Disable ada if GNAT is not found.
6802 Emit error message about missing languages. Expand
6803 --enable-languages=all for the gcc subdirectory.
6804
1712ab83
RS
68052004-03-01 Richard Sandiford <rsandifo@redhat.com>
6806
6807 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6808 and disable libgcj.
6809 * configure: Regenerated.
6810
3dee29da
NN
68112004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6812
6813 PR bootstrap/7087
6814 * Makefile.tpl: Guard XFOO sed statements better.
6815 * Makefile.tpl: Add dependency for configure-target-libada.
6816 * Makefile.in: Regenerate (incidentally fixes broken
6817 commit when libada-branch was merged).
6818
0558264b
AC
68192004-02-28 Andrew Cagney <cagney@redhat.com>
6820
6821 * src-release (CVS_NAMES): Define.
6822 (do-tar, do-tar): Prune $(CVS_NAMES).
6823
c38f9803
AC
68242004-02-23 Andrew Cagney <cagney@redhat.com>
6825
6826 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6827 2004-02-19.09.
6828
55636792
NN
68292004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6830
6831 PR bootstrap/11932
6832 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6833
1e600082
AC
68342004-02-19 Andrew Cagney <cagney@redhat.com>
6835
6836 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6837 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6838
3769cd82
DD
68392004-02-11 David Edelsohn <edelsohn@gnu.org>
6840
6841 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6842 (rs6000-*-aix*): Same.
6843 * configure: Regenerate.
6844
a92834c8
DD
68452004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6846
6847 * configure.in (host): Add in missing $noconfigdirs to defines.
6848 * configure: Regenerate.
6849
a2592b1b
DD
68502004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6851 Nathanael Nerode <neroden@gcc.gnu.org>
6852
6853 PR ada/6637, PR ada/5911
80b200a1 6854 Merge with libada-branch:
a2592b1b
DD
6855 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6856 with appropriate dependencies. Add --enable-libada configure switch.
6857 * configure, Makefile.in: Regenerate.
6858
e31d1ea3
DD
68592004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6860
6861 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6862 * configure: Regenerate.
6863
db85f5c0
JJ
68642004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6865
6866 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6867
fc434214
DD
68682004-01-23 DJ Delorie <dj@redhat.com>
6869
6870 * Makefile.def (target_modules) [libiberty]: Don't stage.
6871 * Makefile.in: Rebuilt.
6872
ad445c2c 68732004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6874
ad445c2c
JJ
6875 * COPYING.NEWLIB: Update to include copyrights for new
6876 iconv code.
6877
72bbedde
AC
68782004-01-15 Andrew Cagney <cagney@redhat.com>
6879
6880 * src-release: Update copyright year.
6881 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6882 (NEWLIB_SUPPORT_DIRS): Delete macro.
6883 (newlib.tar.bz2): Delete rule.
6884
a6d6062d
DD
68852004-01-14 Loren J. Rittle <ljrittle@acm.org>
6886
6887 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6888 * Makefile.tpl (configure-target-[+module+]): Support stage.
6889 * Makefile.in: Rebuilt.
6890
f8b73030
MR
68912003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6892
6893 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6894 throughout.
6895
aff0e9df
NN
68962004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6897
bb5dca17
NN
6898 * configure.in: Use ./config.cache, not config.cache.
6899 * configure: Regenerate.
6900 * Makefile.tpl: Special-casing not needed for GCC any more.
6901 * Makefile.in: Regenerate.
6902
82252c06
NN
6903 * configure.in: Don't share a cache file for host dirs.
6904 * configure: Regenerate.
6905
aff0e9df
NN
6906 * config-ml.in: Don't mess with the cache file.
6907
95036d20
NN
69082004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6909
ac7b618e
NN
6910 * Makefile.tpl: Make GCC use a separate config.cache.
6911 * Makefile.in: Regenerate.
6912
95036d20
NN
6913 PR bootstrap/11932, PR bootstrap/11933
6914 (I don't know if it will fix either of them, but it relates
6915 to them.)
6916 * configure.in: Don't use shared config.cache for target
6917 directories.
6918 * configure: Regenerate.
6919
08c1856b
DD
69202003-12-31 Roger Sayle <roger@eyesopen.com>
6921
6922 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6923 * configure: Regenerated.
6924
c1968181 69252003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6926
9eb322aa
MF
6927 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6928 * configure: Regenerated.
c1968181 6929
10ecffb9
NN
69302003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6931
6932 Port change over from GCC:
6933 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6934 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6935 (configure-build-[+module+], configure-[+module+]): Likewise.
6936 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6937 * Makefile.in: Regenerate.
6938
f2ab5990
TF
69392003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6940
6941 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6942 * configure: Regenerate.
6943
41a7d11a
JJ
69442003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6945
80b200a1 6946 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6947 stdlib.
6948
d9441a1f
DD
69492003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6950
6951 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6952 * Makefile.in: Regenerate.
6953
3a48a978
DD
69542003-10-20 Phil Edwards <phil@codesourcery.com>
6955
6956 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6957 * configure: Regenerate.
6958
f0b24077
NN
69592003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6960
6961 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6962 HOST_FLAGS_TO_PASS.
6963 * Makefile.in: Regenerate.
6964
5fbad20a
DD
69652003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6966
6967 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6968 * configure: Rebuilt
6969 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6970 * Makefile.in: Rebuilt
6971
78be4155
L
69722003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6973
6974 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6975
051fcc7a
L
69762003-10-01 Phil Edwards <pme@gcc.gnu.org>
6977
6978 * config-ml.in: Use ac_configure_args directly instead of
6979 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6980 actually seen.
6981
69822003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6983
6984 * config-ml.in: Propagate INSTALL variables.
6985
f27d4f92
DJ
69862003-09-21 Daniel Jacobowitz <drow@mvista.com>
6987
6988 * configure.in: Pass a computed --program-transform-name
6989 to subconfigures.
6990 * configure: Regenerated.
6991
cae4d560
NN
69922003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6993
6994 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6995 * Makefile.in: Regenerate.
6996
6997 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6998 * Makefile.in: Regenerate.
6999
8ff944f6
DJ
70002003-09-17 Daniel Jacobowitz <drow@mvista.com>
7001
7002 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7003 quoting.
7004 * configure: Regenerated.
7005
d9a35680
MC
70062003-09-12 Michael Chastain <mec@shout.net>
7007
7008 Fix PR gdb/857.
7009 * src-release (do-proto-topleve): Remove junk files
7010 intl/config.cache, intl/config.status,
7011 intl/config.h, intl/stamp-h.
7012
710068b9
AC
70132003-09-14 Andrew Cagney <cagney@redhat.com>
7014
7015 * src-release (dejagnu.tar): New target.
7016 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7017 (do-djunpack): Use $(PACKAGE) for the package name.
7018
e1008165
DD
70192003-09-04 DJ Delorie <dj@redhat.com>
7020
7021 * configure: Regenerate.
7022
21998d12
NC
70232003-09-04 Robert Millan <robertmh@gnu.org>
7024
7025 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7026
ccca4bb3
DD
70272003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7028
7029 * configure.in: Ensure arguments to sed are properly spaced.
7030 * configure: Regenerate.
7031
ee949b5e
DJ
70322003-08-28 Daniel Jacobowitz <drow@mvista.com>
7033
7034 Merge from gcc:
7035 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7036 * install-sh: Update to newer upstream versions (associated with
7037 aclocal 1.7).
7038 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7039
75addda2
DJ
70402003-08-27 Daniel Jacobowitz <drow@mvista.com>
7041
7042 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7043 * configure: Regenerated.
7044
8d2877d8
NN
70452003-08-23 Phil Edwards <pme@gcc.gnu.org>
7046
7047 * configure.in: Use newline instead of semicolon when assuming
7048 shell arguments in a for loop.
7049 * configure: Regenerated.
7050
d2cc0e0d
GK
70512003-08-20 Geoffrey Keating <geoffk@apple.com>
7052
7053 PR 8180
7054 * configure.in: When testing with_libs and with_headers, treat
7055 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7056 * configure: Regenerate.
80b200a1 7057
d2cc0e0d
GK
7058 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7059 make, shell, etc.
7060 (baseargs): Likewise.
7061 * configure: Regenerate.
7062
04d1ab34
GK
70632003-08-19 Geoffrey Keating <geoffk@apple.com>
7064
7065 * configure.in: Disable libgcj for darwin not on powerpc.
7066 * configure: Rebuild.
7067
ca506da8
MC
70682003-08-15 Michael Chastain <mec@shout.net>
7069
7070 * src-release (do-proto-toplev): Remove junk files
7071 dejagnu/example/calc/config.status,
7072 dejagnu/example/calc/config.log.
7073
a4aa3f49
DD
70742003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7075
7076 * config-ml.in, symlink-tree: Add license.
7077
ede4fbe4
NN
70782003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7079
7080 Merge from gcc:
7081
7082 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7083 * Makefile.tpl (check, check-c++): Express dependencies using
7084 dependencies rather than commands.
7085 * Makefile.in: Regenerate.
7086
7087 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7088 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7089 * Makefile.in: Update.
7090
970f29af
AC
70912003-08-01 Andrew Cagney <cagney@redhat.com>
7092
7093 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7094 * configure: Ditto.
7095
b2884a0c
DD
70962003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7097
7098 * configure.in: Enable libgcj for darwin.
7099 * configure: Rebuild.
7100
c07f46a4
NN
71012003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7102
7103 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7104
9175bfc0
NN
71052003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7106
7107 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7108 creating target and build subdirs to build all parent dirs as needed.
7109 * Makefile.in: Rebuild.
7110 * configure.in: Don't build dirs explicitly here.
7111 * configure: Rebuild.
7112
b9abda6a
AO
71132003-07-22 Alexandre Oliva <aoliva@redhat.com>
7114
7115 * Makefile.tpl (all-make): Depend on intl.
7116 * Makefile.in: Rebuilt.
7117
eef8ffd4
NN
71182003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7119
7120 * config.if: Remove unused libc_interface determination.
7121
295efaf0
NN
71222003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7123
7124 * Makefile.in: Regenerate, correctly this time.
7125
e5c3f801
NN
71262003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7127
7128 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7129 unused INSTALL_PROGRAM_ARGS.
7130 * configure.in: Use AC_PROG_INSTALL.
7131 * Makefile.in: Regenerate.
7132 * configure: Regenerate.
7133
4a18bd6b
AO
71342003-07-10 Alexandre Oliva <aoliva@redhat.com>
7135
7136 * configure: Rebuilt.
7137 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7138 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7139 newlib nor libgloss.
7140 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7141 * configure.in (am33_2.0-*-linux*): Added.
7142
fbd1054d
BW
71432003-07-09 Bob Wilson <bob.wilson@acm.org>
7144
7145 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7146 * configure: Regenerate.
7147
b40e3958
L
71482003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7149
7150 * config-ml.in: Replace PWD with PWD_COMMAND.
7151 * Makefile.tpl: Likewise.
7152 * Makefile.in: Regenerated.
7153
4a5be7ba
NN
71542003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7155
7156 * configure.in: Clean up config-lang.in handling. Delete
7157 useless assignment to "subdirs".
7158 * configure: Regenerate.
7159
9c14acb8
NN
71602003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7161
7162 * configure.in: Rename 'target_libs' to 'target_libraries'.
7163 Remove useless reference to 'target_libs'.
7164 * configure: Regenerate.
7165
8f32e830
KS
71662003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7167
7168 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7169 * Makefile.in: Regenerate.
7170
12f0bd74
NN
71712003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7172
7173 * Makefile.def: Introduce flags_to_pass.
7174 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7175 * Makefile.in: Regenerate.
7176
b07c2aad
HPN
71772003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7178
7179 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7180 and target-libgloss.
7181 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7182 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7183 * configure: Regenerate.
b07c2aad 7184
56f25033
DD
71852003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7186
7187 * configure.in: Update testsuite_flags to new location.
7188 * configure. Regenerate.
80b200a1 7189
4ec9a3b2
NN
71902003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7191
7192 * Makefile.tpl: Remove BUILD_CC stuff.
7193 * Makefile.in: Regenerate.
7194
059083b1 71952003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7196
059083b1
L
7197 * config.guess: Update to 2003-06-12 version.
7198 * config.sub: Update to 2003-06-13 version.
7199
535b046a
TS
72002003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7201
7202 * MAINTAINERS: Add myself as MIPS co-maintainer.
7203
00c22daa 72042003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7205
00c22daa
L
7206 * config.guess: Update to 2003-06-06 version.
7207 * config.sub: Update to 2003-06-06 version.
7208
1047cb91
DD
72092003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7210
7211 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7212 * configure. Regenerate.
7213
123494c8
NN
72142003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7215
1047cb91
DD
7216 * configure.in: Disable serial configure by default.
7217 * configure: Regenerate.
7218 * Makefile.tpl: Abolish .NOTPARALLEL.
7219 * Makefile.in: Regenerate.
7220
7f121bbf
NN
7221 * Makefile.tpl: Replace {build,host,target}_canonical by
7222 {build,host,target}.
7223 * Makefile.in: Regenerate.
7224
123494c8
NN
7225 * Makefile.tpl: Fix stupid pasto.
7226 * Makefile.in: Regenerate.
7227
ec7e0995
NN
72282003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7229
7230 * Makefile.tpl: Remove bogus conditional.
7231 * Makefile.in: Regenerate.
7232
27b1cc72
NN
72332003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7234
2a4cbe27
NN
7235 * Makefile.tpl: Make 'recursive targets' using autogen rather
7236 than shell loop. Remove duplicate 'clean' targets and false
7237 comments.
7238 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7239 Add systematic method of specifying missing targets in subdirs.
7240 Add copyright boilerplate.
7241 * Makefile.in: Regenerate.
7242 * configure.in: Add 'recursive targets' to maybe list.
7243 * configure: Regenerate.
7244
27b1cc72
NN
7245 * Makefile.tpl: Rename [+target+] to [+make_target+].
7246 * Makefile.def: Rename 'target' to 'make_target'.
7247
01e51bd0
NC
72482003-05-30 Nick Clifton <nickc@redhat.com>
7249
7250 * README-maintainer-mode: Update URL for locating blessed config
7251 tools.
7252
2fd84b42
NC
72532003-05-29 Robert Millan <rmh@debian.org>
7254
7255 * ltconfig: Import this patch and modify for use with current
7256 version of ltconfig:
7257
7258 2003-05-21 Bruno Haible <bruno@clisp.org>
7259
7260 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7261 GNU/FreeBSD.
7262
8945c6bb
DD
72632003-05-28 DJ Delorie <dj@redhat.com>
7264
7265 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7266 * Makefile.in: Regenerate.
7267
2f9632a1
JJ
72682003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7269
80b200a1 7270 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7271
3a12db16 72722003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7273
3a12db16
DD
7274 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7275 newlib or libgloss.
7276 * Makefile.in: Regenerate.
7277
44482353
DD
72782003-05-21 DJ Delorie <dj@redhat.com>
7279
7280 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7281 * Makefile.in: Regenerate.
7282
fec2c52d
MR
72832003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7284
7285 * configure.in: Use curly braces in the definition of tooldir.
7286 * configure: Regenerate.
7287
16ae0395
NN
72882003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7289
7290 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7291 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7292 Factor out common code from autogen IF statements.
7293 * configure: Regenerate.
7294 * Makefile.in: Regenerate.
7295
ec11bdc6
DD
72962003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7297
7298 * configure.in: Accept i[3456789]86 for machine type.
7299 * configure: Regenerate.
7300
dd12c3a8
NN
73012003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7302
7303 * configure.in: Switch more things to use maybe dependencies.
7304 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7305 * configure: Regenerate.
7306 * Makefile.tpl: Switch more things to use maybe dependencies.
7307 * Makefile.in: Regenerate.
7308
cf662e21
AJ
73092003-05-16 Andreas Schwab <schwab@suse.de>
7310
7311 * Makefile.tpl (install-opcodes): Define.
7312 * Makefile.in: Rebuild.
7313
5481b376
AJ
73142003-05-13 Andreas Jaeger <aj@suse.de>
7315
7316 * config.guess: Update to 2003-05-09 version.
7317 * config.sub: Update to 2003-05-09 version.
7318
3959a22a
AJ
73192003-05-13 Michael Eager <eager@mvista.com>
7320
7321 * configure.in: Correct sed script so that options in quotes are not
7322 deleted.
7323 * configure: Rebuild.
7324
564b43e5
CV
73252003-05-12 Corinna Vinschen <corinna@vinschen.de>
7326
7327 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7328 and $$s/newlib/libc/sys/cygwin32 include paths.
7329 * configure: Ditto.
7330
bb947dc9
L
73312003-05-05 H.J. Lu <hjl@gnu.org>
7332
7333 * config-ml.in: Restored from gcc repository.
7334
77f7441a
CD
73352003-05-02 Chris Demetriou <cgd@broadcom.com>
7336
80b200a1
ZW
7337 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7338 * Makefile.in: Regenerate.
77f7441a 7339
a26d7085
DJ
73402003-04-27 Daniel Jacobowitz <drow@mvista.com>
7341
7342 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7343 and Makefile.def.
7344
e4c4d240
DJ
73452003-04-27 Daniel Jacobowitz <drow@mvista.com>
7346
7347 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7348 * Makefile.in: Regenerated.
7349
62a3fc85
DD
73502003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7351
7352 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7353 * Makefile.in: Regenerate.
7354
73552003-04-18 Jakub Jelinek <jakub@redhat.com>
7356
7357 * configure.in (powerpc64*-*-linux*): Remove.
7358 * configure: Rebuilt.
7359
5b474aa8
DD
73602003-04-17 Phil Edwards <pme@gcc.gnu.org>
7361
7362 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7363 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7364 and restrap.
7365 * Makefile.in: Regenerate.
7366
73672003-04-16 Richard Earnshaw <rearnsha@arm.com>
7368
7369 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7370 * configure: Regenerated.
7371
bc295afe
AO
73722003-04-11 Alexandre Oliva <aoliva@redhat.com>
7373
7374 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7375 * */configure: Rebuilt.
7376
3728fade
NN
73772003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7378
7379 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7380 * Makefile.in: Regenerate.
7381
ce5b542e
MC
73822003-03-14 Michael Chastain <mec@shout.net>
7383
7384 * Makefile.in: Regenerate with correct Makefile.def.
7385
3db0a37f
NN
73862003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7387
7388 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7389 Make macro.
7390 * Makefile.in: Regenerate.
7391 * configure.in: Clean up gxx_include_dir logic.
7392 * configure: Regenerate.
7393
34349c6e
DD
73942003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7395
7396 * configure.in (gxx_include_dir): Fix typo.
7397 * configure: Regenerated.
7398
686c28c9
AC
73992003-03-06 Andrew Cagney <cagney@redhat.com>
7400
7401 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7402
bba45b8b 74032003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7404
bba45b8b
NN
7405 * configure.in: Include $(build_tooldir)/sys-include in
7406 FLAGS_FOR_TARGET.
7407 * configure: Regenerated.
7408
2683747f
NN
74092003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7410
bba45b8b
NN
7411 * Makefile.tpl: Reindent.
7412 * Makefile.in: Regenerate.
7413 * configure.in: Reindent. Don't set unused variables.
7414 * configure: Regenerate.
7415
2683747f
NN
7416 * Makefile.tpl: Always pass down RANLIB.
7417 * Makefile.in: Regenerate.
7418
7419 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7420 * Makefile.in: Regenerate.
7421 * configure.in: Remove unused logic relating to --enable-shared
7422 and --enable-threads. Remove bogus comments. Remove redundant
7423 noconfigdirs.
7424 * configure: Regenerate.
7425
7426 * configure.in: Replace ${libstdcxx_version} by its value.
7427 Remove reference to mh-dgux.
7428 * configure: Regenerate.
7429
50212802
NN
74302003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7431
7432 * Makefile.tpl: Rearrange.
7433 * Makefile.in: Regenerate.
7434
a6be7fc6
NC
74352003-02-25 Nick Clifton <nickc@redhat.com>
7436
7437 * configure: Remove site-file supprot - it is obsolete.
7438
f8a495c8
NC
74392003-02-24 Uwe Stieber <uwe@wwws.de>
7440
7441 * configure.in: Add support for kaOS as cross build target system.
7442 * configure: Regenerated.
7443
3decd77d
DD
74442003-02-20 Sean McNeil <sean@blue.mcneil.com>
7445
7446 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7447 configure-target-* as some target builds may require additional
7448 flags for preprocessor tests.
7449 * Makefile.in: Regenerated.
7450
f4ff34a3
AO
74512003-02-19 Alexandre Oliva <aoliva@redhat.com>
7452
7453 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7454 * ltconfig: Handle it.
7455 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7456 auto-detecting it.
7457
b7e4a931
AO
74582003-02-19 Alexandre Oliva <aoliva@redhat.com>
7459
7460 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7461 it is used as argument to $CC.
7462 * ltcf-gcj.sh: Likewise.
7463
6b784d9f
AO
74642003-02-19 Alexandre Oliva <aoliva@redhat.com>
7465
7466 * configure.in: Introduce --enable-maintainer-mode.
7467 * configure: Rebuilt.
7468 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7469 for maintainer mode.
7470 * Makefile.in: Rebuilt.
7471
8bcd8a07
AC
74722003-02-19 Andrew Cagney <ac131313@redhat.com>
7473
7474 * configure: Regenerate using autoconf 2.13.
7475
ee3fd329
AM
74762003-02-19 Alan Modra <amodra@bigpond.net.au>
7477
7478 * config.guess: Import latest version.
7479 * config.sub: Import latest version.
7480
e9e45685
JM
74812003-02-18 Jason Merrill <jason@redhat.com>
7482
7483 * Makefile.tpl (check-c++): Allow parallelism.
7484
859789af
AC
74852003-02-17 Andrew Cagney <ac131313@redhat.com>
7486
7487 * configure: Regenerate using autoconf 000227.
7488
b3f16a9b
GK
74892003-02-15 Geoffrey Keating <geoffk@apple.com>
7490
7491 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7492 don't configure target-libobjc.
7493 * configure: Regenerate.
7494
72e60e02
DD
74952003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7496
7497 * Makefile.tpl (RANLIB): Define.
7498 * Makefile.in: Regenerate.
7499
91f0e695
KS
75002003-02-06 Keith R Seitz <keiths@redhat.com>
7501
7502 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7503 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7504 * Makefile.in: Regenerated.
7505 * configure.in: Remove all traces of snavigator, db, and grep.
7506 * configure: Regenerated.
7507
122bfa92
FCE
75082003-01-31 Frank Ch. Eigler <fche@redhat.com>
7509
7510 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7511 * Makefile.in: Regenerated.
7512
264095c3
AO
75132003-01-30 Alexandre Oliva <aoliva@redhat.com>
7514
7515 * config.if: Copy from GCC.
7516
a84dbcb3
AO
75172003-01-27 Phil Edwards <pme@gcc.gnu.org>
7518
7519 * configure.in: Revert 24Jan change.
7520 * configure: Regenerate.
7521
19618276
NN
75222003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7523
7524 * configure.in: Revert previous change.
7525 * configure: Regenerate.
7526
b7f27a92
NN
75272003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7528
7529 * configure.in: Make rda native-only.
7530 * configure: Regenerate.
7531
83326456
NN
75322003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7533
7534 * configure.in: Add missing \.
7535 * configure: Rebuilt.
7536
5e367fa5
JJ
75372003-01-17 Jakub Jelinek <jakub@redhat.com>
7538
7539 * configure.in (baseargs): Avoid using \| in sed regular
7540 expressions.
7541 * configure: Rebuilt.
7542
e01f337c
JJ
75432003-01-16 Jakub Jelinek <jakub@redhat.com>
7544
7545 * configure.in (baseargs): Remove all supported forms of
7546 --cache-file, --srcdir, --host, --build and --target options
7547 from argument lists.
7548 * configure: Rebuilt.
7549
aa236487
AO
75502003-01-15 Alexandre Oliva <aoliva@redhat.com>
7551
7552 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7553 * configure: Rebuilt.
7554
586c0873
NN
75552003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7556
7557 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7558 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7559 * Makefile.in: Regenerate.
7560 * configure: Regenerate.
7561
497f816e
DD
75622003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7563
7564 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7565 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7566 * Makefile.in: Regenerate.
7567
bfbe5519
AO
75682003-01-09 Alexandre Oliva <aoliva@redhat.com>
7569
7570 * configure.in: Remove Makefile in build, host and target modules
7571 unless configure was run with --no-recursion.
7572 * configure: Rebuilt.
7573
3f234ef5
CD
75742003-01-08 Chris Demetriou <cgd@broadcom.com>
7575
7576 * config.guess: Update to 2003-01-03 version.
7577 * config.sub: Update to 2003-01-03 version.
7578
a3982d48
CF
75792003-01-07 Christopher Faylor <cgf@redhat.com>
7580
7581 * configure: Regenerate with proper autoconf 2.13.
7582
75778ec4
CF
75832003-01-07 Christopher Faylor <cgf@redhat.com>
7584
80b200a1
ZW
7585 * configure.in: Add AC_PREREQ for consistency.
7586 * configure: Regenerate.
75778ec4 7587
c180f501
AC
75882003-01-06 Andrew Cagney <ac131313@redhat.com>
7589
7590 * configure.in (GDB_TK): Add tcl directories conditional on
7591 gdb/gdbtk directory being present.
7592 * configure: Regenerate.
5481b376 7593
46ca2cc2
DA
75942003-01-04 John David Anglin <dave.anglin@nrc.ca>
7595
7596 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7597 by gcc if LD is not defined and we are not doing a Canadian Cross.
7598 * configure: Rebuilt.
7599
53dd8dab
DJ
76002003-01-01 Daniel Jacobowitz <drow@mvista.com>
7601
7602 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7603
50ceb20c
TT
76042002-12-31 Tom Tromey <tromey@redhat.com>
7605
7606 * Makefile.in: Rebuilt.
7607 * Makefile.def (target_modules) [libffi]: Allow installation.
7608
e78b5cfe
AS
76092002-12-31 Andreas Schwab <schwab@suse.de>
7610
7611 * configure.in: Fix use of $program_transform_name.
7612 * configure: Regenerated.
7613
67448102
DJ
76142002-12-30 Daniel Jacobowitz <drow@mvista.com>
7615
7616 * configure.in (baseargs): Don't remove first configure argument.
7617 * configure: Regenerated.
7618
e6bfb94a
AO
76192002-12-29 Alexandre Oliva <aoliva@redhat.com>
7620
7621 * Makefile.tpl (local-distclean): Don't remove...
7622 (multilib.ts): ... this. Moved into...
7623 (multilib.out): ... this. Don't use sub-make.
7624 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7625 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7626 (configure-build-[+module+], configure-[+module+],
7627 configure-target-[+module+], configure-gcc): ... these. Test
7628 for Makefile existence. Drop config.status from dependencies.
7629 * Makefile.in: Rebuilt.
7630 * configure.in: Move gcc-version-trigger to the end of
7631 ac_configure_args. Add comments to maybedep.tmp and
7632 serdep.tmp. Introduce --disable-serial-configure. Remove
7633 nonopt from baseargs, matching and removing corresponding
7634 whitespace while at it.
7635 * configure: Rebuilt.
7636
8f0dfb36
AO
76372002-12-28 Alexandre Oliva <aoliva@redhat.com>
7638
7639 * configure.in (host_configargs): Replace reference to
7640 no-longer-defined buildopts with --build=${build_alias}.
7641 * configure: Rebuilt.
7642
43be203f
AO
76432002-12-28 Alexandre Oliva <aoliva@redhat.com>
7644
7645 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7646 program_transform_name to standard idiom.
7647 (AUTOGEN, AUTOCONF): Define.
7648 (Makefile.in): Use $(AUTOGEN).
7649 (Makefile): Depend on config.status, and use autoconf-style rule to
7650 build it. Move original commands to...
7651 (config.status): ... this new target.
7652 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7653 $(AUTOCONF).
7654 * Makefile.in: Rebuilt.
7655
a0da8069
NN
76562002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7657
d18f1c9f
NN
7658 * Makefile.tpl: Fix dramatic bustage due to change in
7659 program_transform_name.
7660 * Makefile.in: Regenerate.
7661
7662 * configure.in: Remove unnecessary PATH setting.
7663 * configure: Regnerate.
7664
7665 * configure.in: Don't default to unprefixed tools unless
7666 the native tools will work.
7667 * configure: Regenerate.
7668
a0da8069
NN
7669 * configure.in: Convert to autoconf script. Blow away lots
7670 of now-redundant Makefile fragments.
7671 * configure: Generate using Autoconf.
7672 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7673 * Makefile.in: Regenerate.
7674
c567df0a
NN
76752002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7676
5481b376 7677 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7678 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7679
5481b376 7680 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7681 where they belong.
2c7f9a32 7682
2dabcfb4
AS
76832002-12-24 Andreas Schwab <schwab@suse.de>
7684
7685 * Makefile.tpl (multilib.out): Fix missing space.
7686 * Makefile.in: Regenerate.
7687
1086bc09
NN
76882002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7689
7690 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7691 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7692 * Makefile.in: Regenerate.
7693 * configure.in: Remove unnecessary leftovers.
7694
1086bc09
NN
76952002-12-21 Geoffrey Keating <geoffk@apple.com>
7696
7697 * configure.in (extra_ranlibflags_for_target): New variable.
7698 (*-*-darwin): Add -c to ranlib commands.
7699 * configure (tooldir): Handle extra_ranlibflags_for_target.
7700
14e9ca95
JJ
77012002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7702
7703 * COPYING.NEWLIB: Updated.
7704 * COPYING.LIBGLOSS: Ditto.
7705
14c428fb
NN
77062002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7707
7708 * Makefile.tpl: Revert HJL's change.
7709 * Makefile.in: Regenerated.
7710 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7711 always.
7712
313b8244
AS
77132002-12-19 Andreas Schwab <schwab@suse.de>
7714
7715 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7716 * Makefile.in: Regenerate.
7717
efeae3db
L
77182002-12-18 H.J. Lu <hjl@gnu.org>
7719
7720 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7721 * Makefile.in: Regenerated.
7722
7723 * configure.in (build_prefix): New. Substitute.
7724
43d92c63
NN
77252002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7726
59da4fe6
NN
7727 * Makefile.tpl: Don't let real targets depend on phony targets.
7728 * Makefile.in: Regenerate.
7729
43d92c63
NN
7730 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7731 * Makefile.in: Regenerate.
7732
b72e6a2d
JM
77332002-12-16 Jason Merrill <jason@redhat.com>
7734
7735 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7736 previous 'make bootstrap'.
7737 * Makefile.in: Regenerate.
7738
95c72c44
HPN
77392002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7740
7741 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7742
7d695d07
JM
77432002-12-13 Jason Merrill <jason@redhat.com>
7744
7745 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7746 library tests.
7747 (check-c++): Just depend on it and check-target-libstdc++-v3.
7748 * Makefile.in: Regenerate.
7749
54103d1e
NN
77502002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7751
7752 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7753 * Makefile.in: Regenerate.
7754
4024f1e1
JJ
77552002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7756
80b200a1
ZW
7757 * COPYING.NEWLIB: Update list of alternate Regent of California
7758 licenses and discuss official revoking of advertising clause.
7759 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7760
7dda0df6
AO
77612002-12-12 Alexandre Oliva <aoliva@redhat.com>
7762
7763 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7764 * Makefile.in: Rebuilt.
7765
d03be79e 77662002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7767
929293f4
NN
7768 * configure: Fix bug put in by gremlins.
7769
d03be79e
NN
7770 * Makefile.tpl: Substitute more autoconfily.
7771 * configure: Substitute more autoconfily.
7772 * Makefile.in: Regenerate.
7773
77742002-12-08 Andrew Cagney <ac131313@redhat.com>
7775
7776 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7777 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7778
77792002-12-06 DJ Delorie <dj@redhat.com>
7780
7781 * Makefile.tpl: Change configure dependencies to not have real
7782 targets depend on phony targets.
b4a77b47 7783
db1ac78d
NN
77842002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7785
bcaf2395
NN
7786 * configure.in: Revert unintentional change.
7787
b4fa093e
NN
7788 * src-release: Configure host subdirs.
7789
db1ac78d
NN
7790 * Makefile.tpl: Change dependency for */multilib.out so that
7791 it works when gcc isn't in the tree.
7792
7793 * configure.in: Substitute more.
7794 * configure: Run subconfigures from the Makefile.
7795 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7796 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7797
15723a45
NN
77982002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7799
e2b9e2dc
NN
7800 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7801 and corresponding dependencies.
7802 * Makefile.in: Regenerate.
7803
2af579c4
NN
7804 * configure.in (host_tools): Order binutils, gas and ld for
7805 convenience in running the testsuites.
7806
a2cc058a
NN
7807 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7808 * Makefile.in: Regenerate.
7809 * configure.in: Introduce rules to serialize subconfigure runs.
7810
15723a45
NN
7811 * configure.in: Introduce BASE_CC_FOR_TARGET.
7812 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7813 Realize configure-build-* targets. Realize configure-target-* targets.
7814 * Makefile.in: Regenerate.
7815
ae831be5
NN
78162002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7817
7818 * configure: Move gcc_version_trigger stuff from here...
7819 * configure.in: ...to here.
7820
7821 * configure.in: Separate subconfigure options added by this file from
7822 options given by the user. Add machinery to put args for host
7823 subconfigures into the Makefile.
7824
7825 * Makefile.tpl: Remove 'vault' targets.
7826 * Makefile.tpl: Reorder and comment dependencies.
7827 * Makefile.in: Regenerate.
7828
bbf7c8ac
NN
78292002-11-28 Geoffrey Keating <geoffk@apple.com>
7830
7831 * configure.in: Move host-specific darwin noconfigdirs into
7832 the host-specific section.
7833
930314a4
NN
78342002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7835
52d7cdee
NN
7836 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7837 during replay.
7838 * Makefile.in: Regenerate.
7839
930314a4
NN
7840 (finishing slow-motion replay)
7841 * configure: Remove skip-this-dir support.
7842 * Makefile.tpl: Remove skip-this-dir support.
7843
7844 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7845 subdirectories.
7846 * Makefile.in: Regenerate.
7847
7848 * Makefile.tpl: Strip out useless setting of 'dir'.
7849 * Makefile.in: Regenerate.
5481b376 7850
930314a4
NN
78512002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7852
7853 (finishing slow-motion replay)
7854 * configure.in: Fix deeply stupid bug.
7855
7856 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7857 shell code in CXX_FOR_TARGET
7858 * Makefile.def: Introduce raw_cxx.
7859 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7860 RAW_CXX_FOR_TARGET.
7861 * Makefile.in: Regenerate.
7862
78632002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7864
7865 (finishing slow-motion replay)
7866 * Makefile.tpl: Remove unnecessary ifs.
7867 * Makefile.in: Regenerate.
7868
5481b376 7869 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7870 dependencies. Maybe-ize build-libiberty. Create dummy install
7871 targets for 'no_install' modules.
5481b376 7872 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7873 build_modules stuff to configure.in.
5481b376 7874 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7875 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7876 * Makefile.in: Regenerate.
7877
3866be5d
NN
78782002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7879
7880 (continuing slow-motion replay)
7881 * Makefile.tpl: Make all-target, install-target behave similarly
7882 to all, install (only hitting configured targets). Eliminate
7883 unused macro defintions.
7884
7885 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7886 build != host.
7887
7888 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7889
7890 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7891
5481b376 7892 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7893 configuring. Remove references to "dosrel".
7894 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7895 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7896 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7897 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7898 and redundant dependency; rearrange slightly.
7899 * Makefile.def: Add host-side libtermcap, utils.
7900
7901 * Makefile.in: Regenerate.
7902
e393202e
NN
79032002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7904
7905 (Continuing slow-motion replay)
7906 * Makefile.def: Add list of recursive targets to autogenerate.
7907 Add build_modules.
7908 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7909 targets. Autogenerate *-build-* targets.
7910 * Makefile.in: Regenerate.
7911
583d52d7
NN
79122002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7913
7914 (Continuing slow-motion replay)
7915 * configure: More autoconf-style substitutions.
7916 * Makefile.tpl: More autoconf-style substitutions.
7917 * Makefile.in: Regenerate.
7918
79192002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7920
7921 (Continuing slow-motion replay)
7922 * configure: Substitute more variables in a more autoconf-friendly
7923 way. Simplify slightly.
7924 * Makefile.tpl: Make more variables substitutable in an
7925 autoconf-friendly way.
7926 * Makefile.in: Regenerate.
7927
874e38b4
NN
79282002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7929
7930 (Continuing slow-motion replay)
7931 * configure.in (v810*): Remove special setting of tools.
7932
7933 * configure: Add support for extra required flags for ar or nm.
7934 * configure.in (aix4.3+): Use above support for target-specific
7935 issues, rather than using config/mt-aix43.
7936
852e5f18
NN
79372002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7938
7939 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7940 * configure: Remove 'removing', which doesn't work. Replace $subdir
7941 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7942 with $srcdir. Reformat indentation. Substitute some variables
7943 formerly hard-coded in the Makefile for build=host.
7944 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7945 * Makefile.def: Autogenerate more.
7946 * Makefile.in: Regenerate.
7947
c9a0d920
DD
79482002-11-13 Bruce Korb <bkorb@gnu.org>
7949
7950 * Makefile.tpl: syntactic cleanup
7951
dd2768ff
KB
79522002-11-04 Kevin Buettner <kevinb@redhat.com>
7953
7954 * Makefile.def (host_modules): Add rda.
7955 * Makefile.in: Regenerate.
7956 * configure.in (target_tool): Add target-rda to list.
7957
1aa8389d
DD
79582002-10-25 Phil Edwards <pme@gcc.gnu.org>
7959
7960 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7961 and restrap targets to this rule.
7962 * Makefile.in: Regenerate.
7963
28f46298
HPN
79642002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7965
7966 * configure.in (i[3456]86-*-linux*): Add check to disable
7967 ${libgcj} for glibc1.
7968
ff72e302
NC
79692002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7970
7971 * configure.in: Add tic4x target.
7972
8607b6c9
NN
79732002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7974
7975 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7976 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7977 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7978 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7979 * Makefile.in: Regenerate.
7980
f8f61f4a
NN
79812002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7982
c86f794b
NN
7983 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7984 * Makefile.in: Regenerate.
7985
a9590527
NN
7986 * Makefile.def: Remove order dependency comments.
7987 * Makefile.tpl: Add explicit install-install dependencies.
7988 * Makefile.in: Regenerate.
7989
8412ce72
NN
7990 * Makefile.tpl: Remove material now in src-release. (Finally!)
7991 * Makefile.in: Regenerate.
7992
8b9f37f1
NN
7993 * configure: Restore my original patch by syncing with gcc version.
7994
f8f61f4a
NN
7995 * Bring following over from gcc:
7996
79972002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7998
7999 * configure.in (s390*-*-linux*): Enable libgcj.
8000
403d9505
NN
80012002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8002
8003 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8004
95f6f383
AM
80052002-10-02 Alan Modra <amodra@bigpond.net.au>
8006
e4673b0a 8007 * configure: Move stray lines back to where they belong.
95f6f383 8008
748503c8
NN
80092002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8010
a581b5c3
NN
8011 * Makefile.tpl: Insert configure-target target, for src-release.
8012
c084f5b4
NN
8013 * configure: Finish reverting change which Andrew Cagney started
8014 reverting. Should fix bustage.
8015
7aa673ed 8016 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
8017 * src-release: New file. Contains material for making net
8018 releases for gdb, binutils, et al., formerly in Makefile.in.
8019
82a9b2d9
NC
80202002-09-30 Nick Clifton <nickc@redhat.com>
8021
8022 * cpu: New top level directory. Intended to hold input files for
8023 CGEN which have FSF copyright assignment.
8024 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8025
c2463a00
AC
80262002-09-29 Andrew Cagney <ac131313@redhat.com>
8027
8028 Revert below (note that src does not contain Makefile.tpl):
8029 * Makefile.tpl: Make subsituted variables more autoconfy.
8030 * Makefile.in: Regenerate.
8031
f03b4789
NN
80322002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8033
c11e16a9
NN
8034 * configure: Revert accidentally applied changes.
8035
f03b4789
NN
8036 * Makefile.tpl: Make more autoconf-friendly.
8037 * Makefile.in: Regenerate.
8038 * configure: Make substitution more autoconf-like.
8039
80402002-09-28 Richard Earnshaw <rearnsha@arm.com>
8041
8042 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8043 single entry to handle all these.
8044 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8045 libjava on arm-*-elf.
8046
c0292023
GK
80472002-09-27 Geoffrey Keating <geoffk@apple.com>
8048
8049 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8050 things that depend on them.
8051
c66d951e
NN
80522002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8053
8054 * Makefile.tpl: Make subsituted variables more autoconfy.
8055 * Makefile.in: Regenerate.
8056 * configure: Make seds more autoconfy.
8057
907a7241 80582002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8059
8060 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8061 * Makefile.in: Regenerate.
8062 * configure.in: Rewrite sed statements to look autoconfy.
8063
907a7241
NN
8064 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8065 all-target-foo on configure-target-foo.
8066 * Makefile.def: Ditto.
8067 * Makefile.in: Rebuild.
8068
405ea7a0
NN
80692002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8070
8071 * Makefile.def: New file.
8072 * Makefile.tpl: New file.
8073 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8074
8075 * configure.in: Minor rearrangement. Simplify tests.
8076
bdc57bfd
JT
80772002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8078
8079 * configure.in (with_headers): Skip copy if value is "yes".
8080 (with_libs): Likewise.
8081
ae03d6e2
NN
80822002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8083
8084 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8085 * configure.in (sh*-*-pe*): Ditto.
8086 * configure.in (mips*-*-pe*): Ditto.
8087 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8088
8089 * configure.in: Rearrange.
8090
707960fe
NC
80912002-09-12 Nick Clifton <nickc@redhat.com>
8092
8093 * Import these changes from the config master repository:
8094
8095 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8096
8097 * config.sub: Add tic4x target.
8098
8099 2002-09-03 Ben Elliston <bje@redhat.com>
8100
8101 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8102 Reported by <Duncan_Stodart@insession.com>.
8103
36ea319f
JJ
81042002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8105
8106 * COPYING.NEWLIB: More updates.
8107
cf57480a
JJ
81082002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8109
8110 * COPYING.NEWLIB: Update.
8111
fd31a171
AC
81122002-08-23 Andrew Cagney <ac131313@redhat.com>
8113
23b632fc
AC
8114 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8115
fd31a171
AC
8116 * config.guess: Import version 2002-08-23.
8117 * config.sub: Import version 2002-08-22.
8118
a08bafb5
AO
81192002-08-20 Alexandre Oliva <aoliva@redhat.com>
8120
8121 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8122 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8123 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8124
17240c1f
NC
81252002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8126
8127 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8128
e70ad0c6
L
81292002-08-04 H.J. Lu (hjl@gnu.org)
8130
8131 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8132
574e6d11
DD
81332002-07-31 Alan Modra <amodra@bigpond.net.au>
8134
8135 * configure.in: Move generic linux case to end. Copy generic
8136 linux noconfigdirs to mips*-*-linux* entry and new
8137 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8138
611e7523
CD
81392002-07-19 Chris Demetriou <cgd@broadcom.com>
8140
8141 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8142 one instance of them which was missed to the list to update.
8143
51759676
CD
81442002-07-16 Chris Demetriou <cgd@broadcom.com>
8145
8146 * config.guess: Update to 2002-07-09 version.
8147 * config.sub: Update to 2002-07-03 version.
8148
7c1f909c
DD
81492002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8150
8151 * configure.in: Remove two redundant tests.
8152
d7cf5d30
DD
81532002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8154
8155 * configure.in (mips*-*-irix6*o32): Enable stabs.
8156
c74222f7
DD
81572002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8158
5b53c336
DD
8159 * configure.in: Don't build grez.
8160 * Makefile.in: Ditto.
8161
c74222f7
DD
8162 * Makefile.in: Remove references to bsp, cygmon, libstub.
8163 * configure.in: Ditto.
8164
8165 * configure.in: Remove leftover reference to gdbtest.
8166
edd1b227
DD
81672002-07-08 Phil Edwards <pme@gcc.gnu.org>
8168
8169 * configure.in (gxx_include_dir): Change to match versioned
8170 C++ headers if --enable-version-specific-runtime-libs is used.
8171
486186e3
AO
81722002-07-04 Steve Ellcey <sje@cup.hp.com>
8173
8174 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8175
ff0a3bf8
DD
81762002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8177
8178 * configure.in: Make --without-x work.
8179
1dfa8174
NC
81802002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8181
8182 * contrib: New directory. Created to contain a copy of the
5481b376 8183 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8184 the FSF GCC sources.
8185
07637366
DD
81862002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8187
b6f83f2a
DD
8188 * configure.in: Rearrange target Makefile fragment collection.
8189
07637366
DD
8190 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8191 cvs[src].
8192 * configure.in: Ditto.
8193
f48556b1
DD
81942002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8195
8196 * Makefile.in: Eliminate 'apache' targets.
8197 * configure.in: Eliminate 'apache' targets.
8198
8199 * configure.in: Eliminate redundant tests. Reorganize.
8200
8201 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8202
8203 * config-ml.in: Eliminate references to Cygnus configure.
8204
8205 * Makefile.in: Eliminate references to building emacs.
8206
82072002-07-01 Denis Chertykov <denisc@overta.ru>
8208
8209 * configure.in: Add support for ip2k.
8210
cdb9e2b8
BE
82112002-06-24 Ben Elliston <bje@redhat.com>
8212
8213 * configure.in (host_tools): Remove cgen.
8214
8215 * Makefile.in (all-cgen): Remove; runs from its source directory.
8216 (check-cgen, install-cgen, clean-cgen): Likewise.
8217 (all-opcodes): No not depend on all-cgen.
8218 (all-sim): Likewise.
8219
3558860c
DD
82202002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8221
8222 * configure.in: Fix AIX configury bug.
8223
e3b0c936
DD
82242002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8225
cdb9e2b8 8226 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8227
cdb9e2b8
BE
8228 * configure.in: Move definition of libstdcxx_flags right above
8229 usage, rather than way earlier.
8ee424c0 8230
c712250a
DD
8231 * configure.in: Pull definition of is_cross_compiler earlier.
8232
9ee1a75c
DD
8233 * configure.in: Rearrange a little.
8234
e3b0c936
DD
8235 * configure.in: Remove references to librx.
8236 * Makefile.in: Remove references to librx.
8237
b2bd228e
DD
82382002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8239
8240 * configure.in: Eliminate ${gasdir} variable.
8241
7cd52483
DB
82422002-06-18 Dave Brolley <brolley@redhat.com>
8243
8244 * configure.in: Add support for frv.
8245 * config.sub: Add support for frv.
8246
6c5e141a
DD
82472002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8248
8249 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8250
0d18b56d
JT
82512002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8252
8253 * configure.in (vax-*-netbsd*): Re-enable gas.
8254
fd8958d5
DD
82552002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8256
27f15fdd
DD
8257 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8258 BUILD_PREFIX_1, to correct nomenclature.
8259 * configure: Likewise.
8260
fd8958d5
DD
8261 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8262 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8263
0c2442b7
DD
82642002-05-31 Olaf Hering <olh@suse.de>
8265
8266 * config-ml.in: Propogate DESTDIR also.
8267
a3602181
JT
82682002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8269
8270 * configure.in (vax-*-netbsd*): Don't build gas for this
8271 platform.
8272
c95f53ae
MM
82732002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8274
8275 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8276 and libgcj for AVR.
8277
1d7c1053
NC
82782002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8279
8280 * config.sub: Add DLX target.
8281
4b37028f
JT
82822002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8283
8284 * config.guess: Update to 2002-05-22 version.
8285 * config.sub: Likewise.
8286
d5de0a84
NC
82872002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8288
8289 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8290 * config-ml.in: Likewise.
8291 * configure: Likewise.
8292 * configure.in: Likewise.
8293
c92a0210
DD
82942002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8295
115a77aa
DD
8296 * configure.in: Simplify makefile fragment collection.
8297
8298 * configure.in: Remove code to build emacs.
e99daf2b 8299
91e060aa
DD
8300 * configure.in : Remove --srcdir argument from targargs and buildargs
8301 (it's always overridden in the Makefile anyway). Rearrange a bit.
8302
8303 * configure: Move some logic to configure.in.
8304 * configure.in: Move some logic from configure.
c92a0210 8305
91217342
JJ
83062002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8307
8308 * COPYING.LIBGLOSS: New file.
8309
d3d8a9ee
NC
83102002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8311
8312 * Makefile.in: Honour DESTDIR.
8313
3a036cdc
AO
83142002-05-05 Alexandre Oliva <aoliva@redhat.com>
8315
8316 * configure.in (noconfigdirs): Don't disable libgcj on
8317 sparc64-*-solaris* and sparcv9-*-solaris*.
8318
6d095fe4
AO
83192002-05-03 Alexandre Oliva <aoliva@redhat.com>
8320
8321 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8322
dac55df9
TF
83232002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8324
8325 * configure.in (FLAGS_FOR_TARGET): Do not add
8326 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8327 on i[3456]86-*-linux*.
8328
a018e15b
TF
83292002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8330
8331 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8332
8333 * configure.in (noconfigdirs): Do not add target-newlib if
8334 target == i[3456]86-*-linux*, and host == target.
8335
5f284831
MM
83362002-04-29 Mark Mitchell <mark@codesourcery.com>
8337
8338 * config.guess: Updated to 2002-04-26's version.
8339 * config.sub: Updated to 2002-04-26's version.
8340
33babf59
DD
83412002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8342
bd5f7da2
DD
8343 * configure.in: delete reference to absent file
8344
a0c4f3a0
DD
8345 * configure.in: replace '[' with 'test'
8346
66f1ba4f
DD
8347 * configure.in: Eliminate references to gash.
8348 * Makefile.in: Eliminate references to gash.
8349
7c3ab50c
DD
8350 * configure.in: remove useless references to 'pic' makefile fragments.
8351
bbc025f5
DD
8352 * configure.in: (*-*-windows*) Finish removing.
8353
33babf59
DD
8354 * configure.in: Eliminate redundant test for libgui.
8355
d5ec694c
DD
83562002-04-26 Joel Sherrill <joel@OARcorp.com>
8357
8358 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8359 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8360
57a5346c
DD
83612002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8362
8363 * configure.in: remove references to dead files
8364
dbf93899
DD
83652002-04-18 Tom Tromey <tromey@redhat.com>
8366
8367 * configure.in: Disallow configuring libgcj when it is already
8368 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8369 Solaris 2.8 by default. For PR libgcj/6158.
8370
26eadf68
DD
83712002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8372
8373 * configure.in: Move default CC setting out of config/mh-* fragments
8374 directly into here.
8375
a0a2c6c6
DD
83762002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8377
8378 * configure.in: don't even try to configure or make a subdirectory
8379 if there's no configure script for it.
8380
9972f812
DD
83812002-04-15 Mark Mitchell <mark@codesourcery.com>
8382
8383 * MAINTAINERS: Remove chill maintainers.
8384 * Makefile.in (CHILLFLAGS): Remove.
8385 (CHILL_LIB): Remove.
8386 (TARGET_CONFIGDIRS): Remove libchill.
8387 (CHILL_FOR_TARGET): Remove.
8388 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8389 CHILL_LIB.
8390 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8391 (CHECK_TARGET_MODULES): Likewise.
8392 (INSTALL_TARGET_MODULES): Likewise.
8393 (CLEAN_TARGET_MODULES): Likewise.
8394 (configure-target-libchill): Remove.
8395 (all-target-libchill): Remove.
8396 * configure.in (target_libs): Remove target-libchill.
8397 Do not compute CHILL_FOR_TARGET.
8398 * libchill: Remove directory.
5481b376 8399
75205f78
DD
84002002-04-15 DJ Delorie <dj@redhat.com>
8401
8402 * Makefile.in, configure.in, configure: Sync with gcc, entries
8403 follow...
8404
84052002-04-08 Tom Tromey <tromey@redhat.com>
8406
8407 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8408 Fixes PR libgcj/6068.
8409
84102002-03-30 Krister Walfridsson <cato@df.lth.se>
8411
8412 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8413
84142002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8415
8416 * configure.in (alpha*-dec-osf*): Enable libgcj.
8417
84182002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8419
8420 Fix for: PR bootstrap/3591, target/5676
8421 * configure.in (mcore-pe): Disable the configuration of
8422 libstdc++-v3 since exceptions are not supported.
8423
84242002-03-20 Anthony Green <green@redhat.com>
8425
8426 * configure.in: Enable libgcj for xscale-elf target.
8427
84282002-02-28 Alexandre Oliva <aoliva@redhat.com>
8429
8430 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8431 libjava.
8432 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8433
84342002-02-22 Alexandre Oliva <aoliva@redhat.com>
8435
8436 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8437 libstdc++-v3 and libjava.
8438
84392002-02-11 Adam Megacz <adam@xwt.org>
8440
8441 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8442 boehm-gc
8443
84442002-02-09 Alexandre Oliva <aoliva@redhat.com>
8445
8446 * config.guess: Updated to 2002-01-30's version.
8447 * config.sub: Updated to 2002-02-01's version.
8448 Contribute sh64-elf.
8449 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8450 * configure.in: Added sh64-*-*.
8451
84522002-01-17 H.J. Lu <hjl@gnu.org>
8453
8454 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8455 (all-target-fastjar): Also depend on all-target-libiberty.
8456
8457Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8458
8459 * configure, configure.in: Use temp file for long sed commands.
8460
84612001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8462
8463 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8464 libf2c.
8465
84662001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8467
8468 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8469
84702001-10-11 Hans-Peter Nilsson <hp@axis.com>
8471
8472 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8473
84742001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8475
8476 * configure: Handle temporary files securely using mkdir.
8477
84782001-09-26 Will Cohen <wcohen@redhat.com>
8479
8480 * configure.in (*-*-linux*): Disable configuration of target-newlib
8481 and target-libgloss.
8482
84832001-09-26 Alexandre Oliva <aoliva@redhat.com>
8484
8485 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8486 RANLIB.
8487
84882001-08-11 Graham Stott <grahams@redhat.com>
8489
8490 * Makefile.in (check-c++): Add missing semicolon.
8491
84922001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8493
8494 * configure.in (sh-*-linux*): New.
8495
84962001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8497
8498 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8499 and libgcj on m68hc11/m68hc12.
8500
85012001-06-27 H.J. Lu (hjl@gnu.org)
8502
8503 * Makefile (CFLAGS_FOR_BUILD): New.
8504 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8505
85062001-06-01 Hans-Peter Nilsson <hp@axis.com>
8507
8508 * configure.in (libstdcxx_flags): Do not try to execute
8509 libstdc++-v3/testsuite_flags until it exists.
8510
85112001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8512
8513 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8514
85152001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8516
8517 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8518
8519Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8520
8521 * configure.in: Move *-chorusos target case to the proper switch.
8522 Disable libgcj.
8523
85242001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8525
8526 * Makefile.in (STAGE1_CFLAGS): Pass down.
8527
85282001-04-13 Alan Modra <amodra@one.net.au>
8529
8530 * config.guess: Add hppa64-linux support. Note for next import that
8531 this is already in the master file.
8532 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8533
85342001-03-22 Colin Howell <chowell@redhat.com>
8535
8536 * Makefile.in (DO_X): Do not backslash single-quotes in
8537 backquotes (two places).
8538
85392001-03-18 Laurynas Biveinis <lauras@softhome.net>
8540
8541 * Makefile.in (DO_X): Quote nested quotes.
8542
85432001-03-15 Laurynas Biveinis <lauras@softhome.net>
8544
8545 * Makefile.in (DO_X): Use double quotes for quoting
8546 "RANLIB=$${RANLIB}".
8547
85482001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8549
8550 * configure.in: Only use `lang_requires' for languages athat are
8551 actually enabled.
8552
85532001-03-07 Tom Tromey <tromey@redhat.com>
8554
8555 * configure.in: Allow config-lang.in to set `lang_requires' to list
8556 of other required languages.
8557
85582001-03-06 Laurynas Biveinis <lauras@softhome.net>
8559
8560 * Makefile.in: Remove RANLIB definition. Use RANLIB
8561 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8562 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8563
85642001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8565 Alexandre Oliva <aoliva@redhat.com>
8566
8567 * Makefile.in (check-c++): Use tabs, not spaces.
8568
85692001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8570
8571 * Makefile.in (check-c++): New rule.
8572
8573 * configure.in (target_libs): Remove libg++.
8574 (noconfigdirs): Remove libg++.
8575 (noconfigdirs): Same.
8576 (noconfigdirs): Same.
8577 (noconfigdirs): Same.
8578
8579 * config-ml.in: Remove libg++ references.
8580
8581 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8582 (ALL_TARGET_MODULES): Same.
8583 (configure-target-libg++): Remove.
8584 (all-target-libg++): Remove.
8585 (configure-target-libio): Remove.
8586 (all-target-libio): Remove.
8587 (check-target-libio): Remove.
8588 (.PHONY): Remove.
8589 (libg++.tar.bz2): Remove.
8590 (all-target-cygmon): Remove libio.
8591 (all-target-libstdc++): Remove.
8592 (configure-target-libstdc++): Remove.
8593 (TARGET_LIB_PATH): Remove libstdc++.
8594 (ALL_GCC_CXX): Remove libstdc++.
8595 (all-target-gperf): Correct.
8596
85972001-02-15 Anthony Green <green@redhat.com>
8598
8599 * configure: Introduce GCJ_FOR_TARGET.
8600 * configure.in: Ditto.
8601 * Makefile.in: Ditto.
8602
86032001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8604
8605 * configure.in: for *-chorusos, don't config target-newlib and
8606 target-libgloss.
8607
86082001-02-04 Mark Mitchell <mark@codesourcery.com>
8609
8610 Remove V2 C++ library.
8611 * configure.in: Remove --enable-libstdcxx_v3 support.
8612
86132001-01-27 Richard Henderson <rth@redhat.com>
8614
8615 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8616
86172001-01-26 Tom Tromey <tromey@redhat.com>
8618
8619 * configure.in: Allow libgcj to be built on Sparc Solaris.
8620
86212001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8622
8623 * configure.in: Enable libgcj on several additional platforms.
8624
86252001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8626
8627 * configure.in: Enable libgcj for linux targets.
8628
86292001-01-09 Mike Stump <mrs@wrs.com>
8630
8631 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8632 failures of subdirectories.
8633
86342001-01-02 Laurynas Biveinis <lauras@softhome.net>
8635
8636 * configure: handle DOS-style absolute paths.
8637
86382001-01-02 Laurynas Biveinis <lauras@softhome.net>
8639
8640 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8641
86422000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8643
8644 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8645 (libstdcxx_incdir): Pass down.
8646 * config.if: Remove expired bits for cxx_interface, add stub.
8647 (libstdcxx_incdir): Add variable for g++ include directory.
8648 * configure.in (gxx_include_dir): Use it.
8649
86502000-12-15 Andreas Jaeger <aj@suse.de>
8651
8652 * configure.in: Handle lang_dirs.
8653
86542000-12-13 Anthony Green <green@redhat.com>
8655
8656 * configure.in: Disable libgcj for any target not specifically
8657 listed. Disable libgcj for x86 and Alpha Linux until compatible
8658 with g++ abi.
8659
86602000-12-13 Mike Stump <mrs@wrs.com>
8661
8662 * Makefile.in (local-distclean): Also remove fastjar.
8663
86642000-12-10 Anthony Green <green@redhat.com>
8665
8666 * configure.in: Define libgcj. Disable libgcj target libraries for
8667 most targets.
8668
86692000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8670
8671 * configure.in (target_libs): Revert 2000-12-08 patch.
8672 (noconfigdirs): Added target-libjava.
8673
86742000-12-09 Laurynas Biveinis <lauras@softhome.net>
8675
8676 * Makefile.in: handle DOS-style absolute paths.
8677
86782000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8679
8680 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8681 libjava.
8682 * configure.in (target_libs): Removed `target-libjava'.
8683
86842000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8685
8686 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8687 (ALL_MODULES): Added fastjar.
8688 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8689 (all-target-libjava): all-fastjar replaces all-zip.
8690 (all-fastjar): Added.
8691 (configure-target-fastjar, all-target-fastjar): Likewise.
8692 * configure.in (host_tools): Added fastjar.
8693
86942000-12-07 Mike Stump <mrs@wrs.com>
8695
8696 * Makefile.in (local-distclean): Remove leftover built files.
8697
86982000-11-16 Fred Fish <fnf@be.com>
8699
8700 * configure.in (enable_libstdcxx_v3): Fix typo,
8701 libstd++ -> libstdc++.
8702
87032000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8704
8705 * configure: Provide the original toplevel configure arguments
8706 (including $0) to subprocesses in the environment rather than
8707 through gcc/configargs.h.
8708
87092000-11-12 Mark Mitchell <mark@codesourcery.com>
8710
8711 * configure: Turn on libstdc++ V3 by default.
8712
87132000-10-16 Michael Meissner <meissner@redhat.com>
8714
8715 * configure (gcc/configargs.h): Only create if there is a build GCC
8716 directory created.
8717
87182000-10-05 Phil Edwards <pme@gcc.gnu.org>
8719
8720 * configure: Save configure arguments to gcc/configargs.h.
8721
87222000-10-04 Andris Pavenis <pavenis@latnet.lv>
8723
8724 * Makefile.in (bootstrap): avoid recursion if subdir missing
8725 (cross): ditto
8726 (do-proto-toplev): ditto
8727
8728Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8729
8730 * configure.in: Do not build byacc for hppa64. Provide paths to the
8731 X11 libraries for hppa64.
8732
87332000-09-02 Anthony Green <green@cygnus.com>
8734
8735 * Makefile.in (all-gcc): Depend on all-zlib.
8736 (CLEAN_MODULES): Add clean-zlib.
8737 (ALL_MODULES): Add all-zlib.
8738 * configure.in (host_libs): Add zlib.
8739
87402000-08-25 Alexandre Oliva <aoliva@redhat.com>
8741
8742 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8743 $targargs to tell whether newlib is going to be built.
8744
8745 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8746 $$r/TARGET_SUBDIR/libio for _G_config.h.
8747
87482000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8749
8750 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8751
8752 * configure: Make enable_threads and enable_shared defaults
8753 explicit. Substitute enable_threads into generated Makefiles.
8754 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8755 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8756
87572000-08-02 Manfred Hollstein <manfredh@redhat.com>
8758
8759 * configure.in: Re-enable all references to libg++ and librx.
8760
ffb97b2f 87612002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8762
ffb97b2f
DD
8763 * configure.in: Add *-*-freebsd* configurations.
8764
bbf6e9e3
AC
87652002-04-07 Andrew Cagney <ac131313@redhat.com>
8766
8767 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8768 (do-tar, do-bz2): New rules.
8769 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8770 (gdb-tar): New rule.
8771 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8772 (insight_dejagnu.tar): New rule.
8773 (insight.tar): New rule.
8774 (gdb+dejagnu.tar): New rule.
8775 (gdb.tar): New rule.
8776
8f1579c0
AC
87772002-04-07 Andrew Cagney <ac131313@redhat.com>
8778
8779 * MAINTAINERS: Update dejagnu/
8780
ba3c59ab
AO
87812002-03-16 Alexandre Oliva <aoliva@redhat.com>
8782
8783 * ltmain.sh (relink_command): Fix typo in previous change.
8784
6243d5dd
AO
87852002-03-15 Alexandre Oliva <aoliva@redhat.com>
8786
8787 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8788 (relink_command): Added --tag flags.
8789 (mode=install): If relinking fails; error out.
8790
80413487
RH
87912002-03-12 Richard Henderson <rth@redhat.com>
8792
8793 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8794 .NOTPARALLEL tag.
8795 (do-check): Rename from check.
8796 (check): Allow parallel check.
8797
3daeddf6
RH
87982002-03-11 Richard Henderson <rth@redhat.com>
8799
8800 * Makefile.in (.NOTPARALLEL): Add fake tag.
8801
fad93c55
L
88022002-03-07 H.J. Lu (hjl@gnu.org)
8803
8804 * configure.in: Enable gprof for mips*-*-linux*.
8805
2e8357fc
AO
88062002-02-28 Alexandre Oliva <aoliva@redhat.com>
8807
8808 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8809 libjava.
8810 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8811
bd48e1a9
AC
88122002-02-24 Andrew Cagney <ac131313@redhat.com>
8813
8814 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8815
39121370
DJ
88162002-02-23 Daniel Jacobowitz <drow@mvista.com>
8817
8818 * config.guess: Import from master sources, rev 1.232.
8819 * config.sub: Import from master sources, rev 1.246.
8820
081ff160
AO
88212002-02-23 Alexandre Oliva <aoliva@redhat.com>
8822
8823 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8824 because its Makefile is there; test for the executable instead.
8825
20a5393b
AO
88262002-02-09 Alexandre Oliva <aoliva@redhat.com>
8827
8828 Contribute sh64-elf.
8829 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8830 * configure.in: Added sh64-*-*.
8831
38135629
JJ
88322002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8833
80413487
RH
8834 * COPYING.NEWLIB: Remove advertising clause from
8835 Berkeley and Red Hat licenses.
38135629 8836
48d19748
MD
88372002-02-01 Mo DeJong <supermo@bayarea.net>
8838
8839 * Makefile.in: Add all-tix to deps for all-snavigator
8840 so that tix is built when building snavigator.
8841
f6e1c110
BE
88422002-02-01 Ben Elliston <bje@redhat.com>
8843
8844 * config.guess: Import from master sources, rev 1.229.
8845 * config.sub: Import from master sources, rev 1.240.
8846
4867be41
DJ
88472002-01-27 Daniel Jacobowitz <drow@mvista.com>
8848
8849 From Steve Ellcey <sje@cup.hp.com>:
8850 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8851 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8852 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8853 IA64.
8854 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8855 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8856 soname_spec, sys_lib_search_path_spec): Ditto.
8857
e82380cc
JT
88582002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8859
8860 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8861 target-libiberty, and target-libgloss. Skip Java-related
8862 libraries if not supported for NetBSD on target CPU.
8863
1319fb9c
NC
88642002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8865
8866 * configure.in: Import StrongARM and XScale target_configdirs from
8867 FSF GCC version.
8868
b020f6ac
L
88692002-01-16 H.J. Lu (hjl@gnu.org)
8870
8871 * config.guess: Import from master sources, rev 1.225.
8872 * config.sub: Import from master sources, rev 1.238.
8873
8874 * MAINTAINERS: Updated notes on config.guess and config.sub.
8875
a0c1c920
NC
88762002-01-11 Steve Ellcey <sje@cup.hp.com>
8877
8878 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8879 ld and gdb are not supported.
8880
a9fa5e1f
JJ
88812002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8882
8883 * Change reference to Cygnus Solutions to be Red Hat.
8884
94077108
JJ
88852002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8886
8887 * COPYING.NEWLIB: Update generic copyright date.
8888
05ecd75c
MS
88892002-01-07 Mark Salter <msalter@redhat.com>
8890
8891 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8892 Allow target-libgloss to be built for arm, strongarm, and xscale.
8893
a106bb62
BE
88942002-01-03 Ben Elliston <bje@redhat.com>
8895
8896 * MAINTAINERS: Update URL for config.* scripts.
8897
0e254642
AM
88982001-12-18 Alan Modra <amodra@bigpond.net.au>
8899
8900 * config.sub: Import latest version.
8901 * config.guess: Likewise.
8902
0a0d0041
TF
89032001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8904
8905 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8906 options for i[3456]86-pc-linux* native builds.
8907
d932cae7
NC
89082001-12-05 Laurent Guerby <guerby@acm.org>
8909
8910 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8911 libiberty.
d932cae7
NC
8912
8913 Import this patch from gcc:
5481b376 8914
d932cae7
NC
8915 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8916
8917 * symlink-tree: handle DOS-style absolute paths.
8918
49b7683b
DD
89192001-11-28 DJ Delorie <dj@redhat.com>
8920 Zack Weinberg <zack@codesourcery.com>
8921
8922 When build != host, create libiberty for the build machine.
8923
8924 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8925 CONFIG_ARGUMENTS.
8926 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8927 New variables.
8928 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8929 and rules.
8930 (all.normal): Depend on ALL_BUILD_MODULES.
8931 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8932 (all-build-libiberty): Depend on configure-build-libiberty.
8933
8934 * configure: Calculate and substitute proper value for
8935 ALL_BUILD_MODULES.
8936 * configure.in: Create the build subdirectory.
8937 Calculate and substitute TARGET_CONFIGARGS (formerly
8938 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8939
26ef82f4
GK
89402001-11-26 Geoffrey Keating <geoffk@redhat.com>
8941
8942 * config.sub: Update to version 1.232 on subversion.
8943
43e64072
NC
89442001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8945
8946 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8947 files from .po files for a distribution.
8948
66f6c0d5
HPN
89492001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8950
8951 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8952
4a02fdb2
JH
89532001-11-13 Jeff Holcomb <jeffh@redhat.com>
8954
8955 Merged from net gcc:
8956 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8957 * ltcf-c.sh: Use $objext, not $ac_objext.
8958 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8959 * ltcf-cxx.sh: Add support for GNU.
8960 2001-07-22 Timothy Wall <twall@redhat.com>
8961 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8962 default settings if using GNU tools with that configuration.
8963 * ltcf-cxx.sh: Ditto.
8964 * ltcf-gcj.sh: Ditto.
8965 2001-07-21 Michael Chastain <chastain@redhat.com>
8966 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8967 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8968 * ltmain.sh: Mark as gcc-local.
8969
227b9953
JH
89702001-11-13 Jeff Holcomb <jeffh@redhat.com>
8971
8972 * Makefile.in (all-bison): Revert 2001-10-24.
8973 Don't depend on texinfo.
8974
cbbab8fb
JJ
89752001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8976
80413487 8977 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8978
922b2485
DD
89792001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8980
8981 * configure.in (--enable-languages): Be more permissive about
8982 syntax. Check for empty lists better. Warn about $LANGUAGES.
8983
f08fa01d
HPN
89842001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8985
8986 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8987
fee3da4e
JH
89882001-10-24 Jeff Holcomb <jeffh@redhat.com>
8989
8990 Makefile.in (all-bison): Don't depend on texinfo.
8991
73fb1ef9
AM
89922001-10-03 Alan Modra <amodra@bigpond.net.au>
8993
8994 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8995
373688ac
AO
89962001-09-29 Alexandre Oliva <aoliva@redhat.com>
8997
8998 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8999
9c07660b
HPN
90002001-09-28 Hans-Peter Nilsson <hp@axis.com>
9001
9002 * config.sub, config.guess: Import latest from subversions.
9003
3f152009
AO
90042001-09-21 Alexandre Oliva <aoliva@redhat.com>
9005
9006 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9007 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9008 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9009 avoid quotes nesting problems.
9010 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9011 (DO_X): Export only variables that are set.
9012
8f6a59e5
BE
90132001-09-19 Ben Elliston <bje@redhat.com>
9014
9015 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9016 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9017 semantics. Use the shell built-in "type" command instead.
9018
a1ec19fa
TS
90192001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9020
9021 * config.sub: Reverted the earlier change, this version is not the
9022 master file.
9023
4008bd9b
TS
90242001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9025
9026 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9027 Add support for mips64.
9028
dd1e52a4
JH
90292001-09-03 Jeff Holcomb <jeffh@redhat.com>
9030
9031 * configure.in: Enable libstdc++-v3 for h8300 targets.
9032
91549d1c
EC
90332001-08-30 Eric Christopher <echristo@redhat.com>
9034 Jason Eckhardt <jle@redhat.com>
9035
9036 * config.sub: Add support for mipsisa32.
9037
cf966cf9
EC
90382001-08-30 Eric Christopher <echristo@redhat.com>
9039
9040 * config.sub, config.guess: Import latest from subversions.
9041
82208dc5
AM
90422001-08-20 Alan Modra <amodra@bigpond.net.au>
9043
9044 * config.sub, config.guess: Import latest from subversions.
9045
4dca8403
DD
90462001-07-26 DJ Delorie <dj@redhat.com>
9047
9048 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9049
1107dce2
AM
90502001-06-19 Alan Modra <amodra@bigpond.net.au>
9051
9052 * Makefile.in: Revert 2001-06-17.
9053 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9054
e09a6604
L
90552001-06-17 H.J. Lu <hjl@gnu.org>
9056
9057 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9058 (gas+binutils.tar.bz2): Likewise.
9059 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9060
31a8b634
AC
9061Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9062
9063 * Makefile.in (VER): When present, extract the version number from
5481b376 9064 the file version.in.
31a8b634 9065
dc70af01
AO
90662001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9067
9068 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9069 gcc/xgcc is built, use -print-prog-name to find out the program
9070 name to use.
9071
839bbd8c
AO
90722001-06-04 Mark Mitchell <mark@codesourcery.com>
9073
9074 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9075 with_gcc]: Use `gcc -shared' to build a shared library.
9076
566e9a30
AO
90772001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9078
9079 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9080 archives.
9081
e877bb69
AO
90822001-05-28 Simon Patarin <simon.patarin@inria.fr>
9083
9084 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9085 libraries when using g++ with native linker.
9086
1605288b
AO
90872001-05-28 Alexandre Oliva <aoliva@redhat.com>
9088
9089 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9090
11a383ba
TR
90912001-05-24 Tom Rix <trix@redhat.com>
9092
9093 * configure.in : enable ld for aix
cf966cf9 9094
18611226
AO
90952001-05-22 Alexandre Oliva <aoliva@redhat.com>
9096
9097 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9098 [aix4*|aix5*]: Prepend blank.
9099
6be7c12c
AO
91002001-05-20 Alexandre Oliva <aoliva@redhat.com>
9101
9102 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9103 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9104 of subdir/configure scripts to use the new libtool.m4.
9105
4ed00bba
L
91062001-05-14 H.J. Lu <hjl@gnu.org>
9107
9108 * config.if (libc_interface): Set to -libc6.2- for cross
9109 compiling to Linux/glibc 2.2.
9110
b1af961c
AO
91112001-05-03 Alexandre Oliva <aoliva@redhat.com>
9112
9113 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9114 libgcj.
9115
5ec3e74e
AO
91162001-04-26 Alexandre Oliva <aoliva@redhat.com>
9117
9118 * configure.in (noconfigdirs): Don't reset it from scratch in the
9119 target case; only append to it.
9120
b3ed1d6b
AO
91212001-04-26 Alexandre Oliva <aoliva@redhat.com>
9122
9123 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9124 sparc-*-solaris2.8]: Disable ${libgcj}.
9125
96111c10
AO
91262001-04-25 Alexandre Oliva <aoliva@redhat.com>
9127
9128 * configure.in (libgcj_saved): Copy from $libgcj.
9129 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9130 --disable-libgcj.
9131
b5bf43f2
AO
91322001-04-20 Alexandre Oliva <aoliva@redhat.com>
9133
9134 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9135 1.641.2.228.
9136
8cc32590
AO
91372001-04-12 Alexandre Oliva <aoliva@redhat.com>
9138
9139 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9140 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9141
dec0cb0c
AO
91422001-04-01 Alexandre Oliva <aoliva@redhat.com>
9143
9144 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9145 New macros.
9146 (bootstrap, cross): Use RECURSE_FLAGS.
9147 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9148
6a9c3886
AO
91492001-03-27 Alexandre Oliva <aoliva@redhat.com>
9150
9151 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9152
d4fc7db8
NC
91532001-03-23 Nick Clifton <nickc@redhat.com>
9154
9155 * README-maintainer-mode: Add note about inability to use "make
9156 distclean" in maintainer mode.
9157
7389ff65
AO
91582001-03-22 Alexandre Oliva <aoliva@redhat.com>
9159
9160 Re-installed:
9161 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9162 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9163 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9164 * ltcf-cxx.sh: Likewise.
9165 * ltcf-gcj.sh: Likewise.
9166
b3e0dc8e
PB
91672001-03-22 Philip Blundell <philb@gnu.org>
9168
9169 * config.sub, config.guess: Import latest from subversions.
9170
469b781c
AO
91712001-03-22 Alexandre Oliva <aoliva@redhat.com>
9172
9173 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9174 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9175
b0dad762
MC
91762001-03-20 Michael Chastain <chastain@redhat.com>
9177
9178 * Makefile.in: all-m4 depends on all-texinfo.
9179
c559bb17
AO
91802001-03-08 Alexandre Oliva <aoliva@redhat.com>
9181
9182 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9183
fef4ae2e
JJ
91842001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9185
9186 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9187 longer valid.
9188
8d6dd99d
NC
91892001-02-16 Nick Clifton <nickc@redhat.com>
9190
9191 * configure.in (noconfigdirs): Allow configuration of texinfo
9192 for Cygwin hosts.
9193
a85d7ed0
NC
91942001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9195
9196 * config.guess: Add linux target for S/390.
9197 * config.sub: Likewise.
9198 * configure.in: Likewise.
9199
51221c5e
DD
92002001-02-06 Ben Elliston <bje@redhat.com>
9201
9202 * configure: Output host type to stdout, not stderr.
9203
9dec4c71
MS
92042001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9205
9206 * config.guess: Import from subversions.gnu.org (revision 1.181).
9207 * config.sub: Import from subversions.gnu.org (revision 1.199).
9208
9add9c04
AM
92092001-01-30 Alan Modra <alan@linuxcare.com.au>
9210
9211 * config.guess: Handle hppa64-linux systems.
9212
8679174d
MS
92132001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9214
9215 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9216 Don't unset, it's non-portable and no longer necessary, set to empty
9217 instead.
9218
02d01ed4
MS
92192001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9220
9221 * ltconfig: Shell portability fix for the tagname validity check.
9222
4cc5853d
MS
92232001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9224
9225 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9226
7487e485
AO
92272001-01-27 Alexandre Oliva <aoliva@redhat.com>
9228
9229 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9230 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9231
f332af52
AO
92322001-01-24 Alexandre Oliva <aoliva@redhat.com>
9233
9234 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9235 keep at least one of build_libtool_libs or build_old_libs set to
9236 yes.
9237
ef099754
AO
92382001-01-24 Alexandre Oliva <aoliva@redhat.com>
9239
9240 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9241 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9242
8341f2fc 92432000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9244
8341f2fc
AJ
9245 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9246
92472000-11-03 Philip Blundell <pb@futuretv.com>
9248
9249 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9250 files.
ebf0fa2e 9251
c320a39f
JJ
92522001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9253
9254 * COPYING.NEWLIB: Put into source repository.
9255
8817b92e
BE
92562001-01-15 Ben Elliston <bje@redhat.com>
9257
9258 * configure.in (host_tools): Add sid.
9259 Always configure cgen.
9260 * Makefile.in (all-sid): New target.
9261 (check-sid, clean-sid, install-sid): Likewise.
9262
35590697
AJ
92632001-01-07 Andreas Jaeger <aj@suse.de>
9264
80413487 9265 * config.sub, config.guess: Update from subversions.
35590697 9266
6ee6cea6
AO
92672000-12-12 Alexandre Oliva <aoliva@redhat.com>
9268
9269 * configure.in: Disable language-specific target libraries for
9270 languages that aren't enabled.
9271
077b8428
NC
92722000-11-24 Nick Clifton <nickc@redhat.com>
9273
9274 * configure.in (xscale-elf): Add target.
9275 (xscale-coff): Add target.
9276 (c4x, c5x, tic54x): Move after ARM targets.
9277
9e28a1ed
AO
92782000-11-23 Alexandre Oliva <aoliva@redhat.com>
9279
9280 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9281
be98a80a
ILT
92822000-11-20 Ian Lance Taylor <ian@zembu.com>
9283
9284 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9285
5cec67bf
AO
92862000-11-18 Alexandre Oliva <aoliva@redhat.com>
9287
9288 * Makefile.in: Merge with GCC and libgcj.
9289 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9290 configure-target-<library> when their configure scripts need the C
9291 or C++ library to have already been built to work properly.
9292 (do_proto_toplev): Set them to an empty string.
9293
d932cae7 92942000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9295
9296 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9297 (REALLY_SET_LIB_PATH): Use them.
9298
d932cae7 92992000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9300
9301 * config.sub: Add support for Sun Chorus
9302
8602ff0c
NC
93032000-11-02 Per Lundberg <plundis@chaosdev.org>
9304
9305 * config.sub: Add support for the *-storm-chaos OS.
9306
f9e0997d
NC
93072000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9308
80413487
RH
9309 * configure.in (noconfigdirs): Don't compile some
9310 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9311
d64552c5
AO
93122000-09-30 Alexandre Oliva <aoliva@redhat.com>
9313
9314 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9315 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9316 all affected `configure' scripts.
9317
97f60b31
AO
93182000-09-25 Alexandre Oliva <aoliva@redhat.com>
9319
9320 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9321 ltcf-c.sh.
9322
6e8dd58f
PB
93232000-09-12 Philip Blundell <philb@gnu.org>
9324
9325 * config.sub, config.guess: Update from subversions.
9326
103a2e99
AO
93272000-09-06 Alexandre Oliva <aoliva@redhat.com>
9328
51601921
AO
9329 * Makefile.in (all-zlib): Added dummy target.
9330
103a2e99
AO
9331 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9332 multi-language branch.
9333
2809b4b9
AO
93342000-09-05 Alexandre Oliva <aoliva@redhat.com>
9335
9336 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9337 (bootstrap*): Depend on all-bootstrap.
9338
7450026c
AO
93392000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9340
9341 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9342 crosses, but add gcc/include to the header search path for them.
9343
6cf86f7f
AO
93442000-08-31 Alexandre Oliva <aoliva@redhat.com>
9345
9346 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9347 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9348 * gettext.m4: New file, extracted from aclocal.m4.
9349
ce2ea6e3
AO
93502000-08-22 Alexandre Oliva <aoliva@redhat.com>
9351
9352 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9353 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9354 sub-configures.
9355
9765193e
DE
93562000-08-20 Doug Evans <dje@casey.transmeta.com>
9357
9358 * Makefile.in (ALL_MODULES): Add all-cgen.
9359 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9360 (all-cgen): New target.
9361 (all-opcodes,all-sim): Depend on all-cgen.
9362 * configure.in (host_tools): Add cgen.
9363 Only configure cgen if --enable-cgen-maint.
9364
d7b32520
AO
93652000-08-17 Alexandre Oliva <aoliva@redhat.com>
9366
9367 * config-ml.in (CC, CXX): Don't introduce a leading space.
9368
e52ef561
AO
93692000-08-16 Alexandre Oliva <aoliva@redhat.com>
9370
9371 * configure.in (libstdcxx_flags): Use
9372 libstdc++-v3/src/libstdc++.INC.
9373
88f9c2a0
AO
93742000-08-15 Alexandre Oliva <aoliva@redhat.com>
9375
9376 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9377
98fbe43f
JM
93782000-08-11 Jason Merrill <jason@redhat.com>
9379
9380 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9381 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9382 (FLAGS_FOR_TARGET): Not here.
9383 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9384
279ddab4
DD
93852000-08-07 DJ Delorie <dj@redhat.com>
9386
9387 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9388 "if we're also building gcc, and it's a gcc that will run on the
9389 build machine, we want to use its includes instead of the system's
9390 default includes".
9391
60523a83
AO
93922000-08-03 Alexandre Oliva <aoliva@redhat.com>
9393
24ffec7a
AO
9394 * configure.in (libstdcxx_flags): Don't use `"'.
9395
60523a83
AO
9396 * config-ml.in: Adjust multilib search paths to the
9397 appropriate multilib tree.
9398
daf644b5
AO
93992000-08-02 Alexandre Oliva <aoliva@redhat.com>
9400
9401 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9402 commas in $LANGUAGES.
9403
63266560
DD
94042000-08-01 Alexandre Oliva <aoliva@redhat.com>
9405
9406 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9407
94082000-07-31 Alexandre Oliva <aoliva@redhat.com>
9409
9410 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9411 CXX_FOR_TARGET for sed.
9412
94132000-07-30 Alexandre Oliva <aoliva@redhat.com>
9414
9415 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9416 Do not override if already set in the environment or in configure.
9417 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9418 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9419
9e449d3e
AO
94202000-07-27 Alexandre Oliva <aoliva@redhat.com>
9421
9422 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9423 (GCC_FOR_TARGET): Use it.
9424 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9425 * configure.in: ... here.
9426 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9427 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9428
8bbd92e0
AO
94292000-07-24 Alexandre Oliva <aoliva@redhat.com>
9430
fd1f87b2
AO
9431 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9432 (configure-target-libchill, configure-target-libobjc): Likewise.
9433
8bbd92e0
AO
9434 * configure.in: Use the same cache file for all target libs.
9435 * config-ml.in: But different cache files per multilib variant.
9436
25c6c112
JL
94372000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9438
9439 * configure (topsrcdir): Don't use dirname.
9440
ba73c63f
JM
94412000-07-20 Jason Merrill <jason@redhat.com>
9442
9443 * configure.in: Remove all references to libg++ and librx.
9444
9445 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9446
1af08294
HPN
94472000-07-20 Hans-Peter Nilsson <hp@axis.com>
9448
9449 * config.sub: Update to subversions version 2000-07-06.
9450
ba73c63f
JM
94512000-07-12 Andrew Haley <aph@cygnus.com>
9452
9453 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9454 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9455
94562000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9457
9458 * symlink-tree: Check number of arguments.
9459
d932cae7 94602000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9461
9462 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9463
ba73c63f
JM
94642000-07-05 Jim Wilson <wilson@cygnus.com>
9465
9466 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9467 search path for a g++ extracted from the build tree. This
9468 will allow link tests run by configure scripts in
9469 subdirectories to succeed.
9470
92ee2f86
UC
94712000-07-01 Koundinya K <kk@ddeorg.soft.net>
9472
80413487 9473 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9474
23f2f29f
CV
94752000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9476
9477 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9478 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9479
f04f5a67
TW
94802000-06-19 Timothy Wall <twall@cygnus.com>
9481
9482 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9483 * config.sub: Add tic54x target.
9484
11da68be
NC
94852000-06-07 Phillip Thomas <pthomas@suse.de>
9486
9487 * README-maintainer-mode: New file: Contains notes on using
9488 --enable-maintainer-mode with binutils.
9489
d932cae7 94902000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9491
9492 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9493
d932cae7 94942000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9495
9496 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9497 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9498
9442cea3
L
949920000-05-21 H.J. Lu (hjl@gnu.org)
9500
80413487
RH
9501 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9502 directory are used if they exist. Make sure
9503 $(build_tooldir)/include is searched for header files,
9504 $(build_tooldir)/lib/ for library files.
9442cea3 9505 (GCC_FOR_TARGET): Likewise.
80413487 9506 (CXX_FOR_TARGET): Likewise.
9442cea3 9507
d932cae7 95082000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9509
9510 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9511
d932cae7 95122000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9513
9514 * Makefile.in (configure-target-libiberty): Depend on
9515 configure-target-newlib.
9516
ba73c63f
JM
95172000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9518
9519 * configure.in, Makefile.in: Merge all libffi-related
9520 configury stuff from the libgcj tree.
9521
d932cae7 95222000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9523
9524 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9525 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9526
d932cae7 95272000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9528
9529 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9530 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9531 current version information. Add to proto-toplev directory.
b5a23627
AC
9532 (gdb-taz): Build do-djunpack.
9533
ba73c63f
JM
95342000-05-15 David Edelsohn <edelsohn@gnu.org>
9535
9536 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9537
7c86ed39
L
95382000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9539
9540 * ltmain.sh: Preserve in relink_command any environment
9541 variables that may affect the linker behavior.
9542
d932cae7 95432000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9544
9545 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9546
d932cae7 95472000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9548
9549 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9550
ed0a91a5
EZ
95512000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9552
9553 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9554 with the version name.
ed0a91a5 9555
ba73c63f 95562000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9557
ba73c63f 9558 * config.if: Tweak.
6cafa39f 9559
ba73c63f 95602000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9561
ba73c63f 9562 * djunpack.bat: New file.
66156876 9563
d932cae7 95642000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9565
9566 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9567 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9568 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9569 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9570
ba73c63f
JM
95712000-04-16 Dave Pitts <dpitts@cozx.com>
9572
80413487
RH
9573 * config.sub (case $basic_machine): Change default for "ibm-*"
9574 to "openedition".
ba73c63f 9575
d932cae7 95762000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9577
9578 * Makefile.in (gdb-taz): New target. GDB specific archive.
9579 (do-md5sum): New target.
9580 (MD5PROG): Define.
9581 (PACKAGE): Default to TOOL.
9582 (VER): Default to a shell script.
9583 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9584 md5 checksum generation.
b35ece4e
AC
9585 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9586 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9587 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9588 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9589
d932cae7 95902000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9591
9592 * configure (warn_cflags): Delete.
9593
ba73c63f 95942000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9595 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9596
80413487
RH
9597 * configure.in (enable_libstdcxx_v3): Add.
9598 (target_libs): Add bits here to switch between libstdc++-v2 and
9599 libstdc++-v3.
9600 * config.if: And this file too.
9601 * Makefile.in: Add libstdc++-v3 targets.
35590697 9602
ba73c63f
JM
96032000-04-05 Michael Meissner <meissner@redhat.com>
9604
9605 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9606
d332c5ac
JM
96072000-03-29 Jason Merrill <jason@casey.cygnus.com>
9608
9609 * configure.in: -linux-gnu*, not -linux-gnu.
9610
d932cae7 96112000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9612
9613 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9614 (do-tar-bz2): Replace TOOL with PACKAGE.
9615 (gdb.tar.bz2): Remove GDBTK from GDB package.
9616 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9617 dejagnu.tar.bz2): New packages.
6dcbc97b 9618
96ce09a7
ILT
96192000-02-27 Andreas Jaeger <aj@suse.de>
9620
9621 * configure.in: Add entry for mips*-*-linux*, move catch all
9622 *-*-*linux* entry below this one.
9623
2031769e
ILT
96242000-02-27 Ian Lance Taylor <ian@zembu.com>
9625
9626 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9627
4bab746c
NC
96282000-02-24 Nick Clifton <nickc@cygnus.com>
9629
9630 * config.sub: Support an OS of "wince".
9631
d932cae7 96322000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9633
9634 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9635 version.
ada59422 9636
5b93d8bb
AM
96372000-02-23 Linas Vepstas <linas@linas.org>
9638
9639 * config.sub: Add support for Linux/IBM 370.
9640 * configure.in: Likewise.
9641
2fb651f6
NC
96422000-02-22 Nick Clifton <nickc@cygnus.com>
9643
9644 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9645
b8441c25
CF
96462000-02-20 Christopher Faylor <cgf@cygnus.com>
9647
9648 * config.guess: Guess "cygwin" rather than "cygwin32".
9649
d332c5ac
JM
96502000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9651
9652 * configure (gcc_version): When setting, narrow search to
9653 lines containing `version_string'.
9654
ba73c63f
JM
96552000-02-15 Denis Chertykov <denisc@overta.ru>
9656
9657 * config.sub: Add support for avr target.
9658
d932cae7 96592000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9660
9661 * config.sub: Add mmix-knuth-mmixware.
9662
96632000-01-27 Christopher Faylor <cgf@redhat.com>
9664
9665 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9666 structure stuff to -L library search.
9667 (CXX_FOR_TARGET): Ditto.
9668 (CROSS_CHECK_MODULES): Fix spelling mistake.
9669
96702000-01-24 Mark Mitchell <mark@codesourcery.com>
9671
9672 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9673 the C++ compiler.
9674
96752000-01-12 Richard Henderson <rth@cygnus.com>
9676
9677 * configure.in: Don't build some bits for beos.
9678
96792000-01-12 Joel Sherrill (joel@OARcorp.com)
9680
9681 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9682 as include files.
9683
91b2c84d
GK
96842000-01-06 Geoff Keating <geoffk@cygnus.com>
9685
9686 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9687 not mh-aix43.
9688
ba73c63f
JM
96891999-12-14 Richard Henderson <rth@cygnus.com>
9690
9691 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9692 * config.sub: Accept alphaev[78], alphaev8.
9693
96941999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9695
9696 * config.guess, config.sub: Update from autoconf.
9697
9698Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9699
9700 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9701 necessary libraries are missing.
9702
97031999-10-25 Andreas Schwab <schwab@suse.de>
9704
9705 * configure: Fix quoting inside arguments of eval.
9706
97071999-10-21 Nick Clifton <nickc@cygnus.com>
9708
9709 * config-ml.in: Allow suppression of some ARM multilibs.
9710
9711Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9712
9713 * config.guess: Add OS/390 match pattern.
9714 * config.sub: Add mvs, openedition targets.
9715 * configure.in (i370-ibm-opened*): New.
9716
ef14edc4
ILT
97171999-09-04 Steve Chamberlain <sac@pobox.com>
9718
9719 * config.sub: Add support for configuring for pj.
9720
afb478e8
NC
97211999-08-31 Nick Clifton <nickc@cygnus.com>
9722
fd6848f6 9723 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9724
ba73c63f 97251999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9726
9727 * configure.in: Do not configure or build ld for AIX
9728 platforms. ld is known to be broken on these platforms.
9729
ba73c63f
JM
9730Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9731
9732 * config-ml.in: Pass compiler flag corresponding to multidirs to
9733 subdir configures.
9734
c363de44
ILT
97351999-08-09 Ian Lance Taylor <ian@zembu.com>
9736
9737 * Makefile.in (LDFLAGS): Define.
9738
dc8bc5a6
ILT
97391999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9740
9741 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9742 noconfigdirs.
9743 (*-*-cygwin*): Likewise.
9744
6ca3858e
ILT
97451999-08-08 Ian Lance Taylor <ian@zembu.com>
9746
71141bb6
ILT
9747 * mkdep: New file.
9748 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9749 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9750
6ca3858e
ILT
9751 From Eli Zaretskii <eliz@is.elta.co.il>:
9752 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9753 long file name when using DJGPP on MS-DOS.
9754
ba73c63f
JM
9755Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9756
9757 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9758
2735a327
AM
97591999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9760
9761 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9762 dependency as this causes "make check" to globally "make all"
9763
ba73c63f
JM
9764Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9765
9766 * configure.in (target_libs): Added target-zlib.
9767 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9768 (CONFIGURE_TARGET_MODULES): Likewise.
9769 (CHECK_TARGET_MODULES): Likewise.
9770 (INSTALL_TARGET_MODULES): Likewise.
9771 (CLEAN_TARGET_MODULES): Likewise.
9772 (configure-target-zlib): New target.
9773 (all-target-zlib): Likewise.
9774 (all-target-libjava): Depend on all-target-zlib.
9775 (configure-target-libjava): Depend on configure-target-zlib.
9776
9777 * Makefile.in (configure-target-libjava): Depend on
9778 configure-target-newlib.
9779 (configure-target-boehm-gc): New target.
9780 (configure-target-qthreads): New target.
9781
80413487
RH
9782 * configure.in (target_libs): Added target-qthreads.
9783 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9784 (CONFIGURE_TARGET_MODULES): Likewise.
9785 (CHECK_TARGET_MODULES): Likewise.
9786 (INSTALL_TARGET_MODULES): Likewise.
9787 (CLEAN_TARGET_MODULES): Likewise.
9788 (all-target-qthreads): New target.
9789 (configure-target-libjava): Depend on configure-target-qthreads.
9790 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9791
9792 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9793 (CONFIGURE_TARGET_MODULES): Likewise.
9794 (CHECK_TARGET_MODULES): Likewise.
9795 (INSTALL_TARGET_MODULES): Likewise.
9796 (CLEAN_TARGET_MODULES): Likewise.
9797 (all-target-libjava): New target.
9798 (all-target-boehm-gc): Likewise.
9799 * configure.in (target_libs): Added libjava, boehm-gc.
9800
08d836d6
ILT
98011999-07-22 Ian Lance Taylor <ian@zembu.com>
9802
9803 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9804 configure.bat in SUPPORT_FILES.
9805 (gas+binutils.tar.bz2): Likewise.
9806
9807 * makeall.bat: Remove; obsolete.
9808
8f36e47c
ILT
98091999-07-21 Ian Lance Taylor <ian@zembu.com>
9810
9811 From Mark Elbrecht:
9812 * configure.bat: Remove; obsolete.
9813
56e82f25
ILT
98141999-07-11 Ian Lance Taylor <ian@zembu.com>
9815
9816 * configure: Add -W -Wall to the default CFLAGS when compiling with
9817 gcc.
9818
1001d816
JL
9819Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9820
9821 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9822
106117aa
MM
98231999-06-30 Mark Mitchell <mark@codesourcery.com>
9824
9825 * configure.in: Build ld on IRIX6.
9826
c376f4ed
ILT
98271999-06-12 Ian Lance Taylor <ian@zembu.com>
9828
9829 * Makefile.in: Change distribution targets to use bzip2 instead of
9830 gzip.
9831 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9832 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9833
306b7445
NC
98341999-06-04 Nick Clifton <nickc@cygnus.com>
9835
9836 * config.sub: Add mcore target.
9837
d932cae7 98381999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9839
9840 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9841
d932cae7 98421999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9843
9844 * config.guess (dummy): Changed to $dummy.
9845
6c3175b0
NC
98461999-05-24 Nick Clifton <nickc@cygnus.com>
9847
ba73c63f
JM
9848 * config.sub: Tidied up case statements.
9849
98501999-05-22 Ben Elliston <bje@cygnus.com>
9851
9852 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9853 <jiro@din.or.jp>.
9854
9855 * config.guess: Merge with FSF version. Future changes will be
9856 more accurately recorded in this ChangeLog.
9857 * config.sub: Likewise.
9858
d932cae7 98591999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9860
9861 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9862
252b5132
RH
98631999-04-30 Tom Tromey <tromey@cygnus.com>
9864
9865 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9866
98671999-04-23 Tom Tromey <tromey@cygnus.com>
9868
9869 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9870
98711999-04-20 Drew Moseley <dmoseley@cygnus.com>
9872
9873 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9874 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9875 Bad merge removed these two changes.
9876
ba73c63f 9877Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9878 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9879
9880 * config.guess (interix Alpha): Add.
9881
252b5132
RH
98821999-04-11 Richard Henderson <rth@cygnus.com>
9883
9884 * configure.in (i?86-*-beos*): Do config gperf; don't config
9885 gdb, newlib, or libgloss.
9886
d932cae7 98871999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9888
ba73c63f
JM
9889 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9890 link a trivial program with -mabi=64. If it fails, remove mabi=64
9891 from multidirs.
9892
d932cae7 98931999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9894
9895 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9896
252b5132
RH
98971999-04-08 Nick Clifton <nickc@cygnus.com>
9898
9899 * config.sub: Add support for mcore targets.
9900
99011999-04-07 Michael Meissner <meissner@cygnus.com>
9902
9903 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9904 not mt-ospace, in order to shut up assembler warning about using
9905 symbols that are named the same as registers.
9906
99071999-04-07 Drew Moseley <dmoseley@cygnus.com>
9908
9909 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9910 dependency list for all-target-cygmon.
9911
99121999-04-05 Doug Evans <devans@casey.cygnus.com>
9913
9914 * config-ml.in: Check $host, not $target, for selective multilibs.
9915 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9916 thumb interworking, and underscore prefix multilibs.
9917
99181999-04-04 Ian Lance Taylor <ian@zembu.com>
9919
9920 * missing: Update to version from current automake.
9921
9922Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9923
9924 * configure (gxx_include_dir): Removed.
9925
9926 * configure.in (gxx_include_dir): Handle it.
9927 * Makefile.in: Likewise.
9928
99291999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9930
9931 * config.sub (mips64vr4111,mips64vr4111el) Add.
9932
99331999-03-21 Ben Elliston <bje@cygnus.com>
9934
80413487 9935 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9936
9937Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9938
252b5132
RH
9939 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9940 config/mh-djgpp.
9941
9942Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9943
9944 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9945 all-target-newlib to dependency list for all-target-bsp.
9946
9947Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9948
9949 * config.sub: Add i386-uwin support.
9950 * config.guess: Likewise.
9951
9952Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9953
9954 * configure.in: cleanup, add mh-*pic handling for arm, special
9955 case powerpc*-*-aix*
9956
9957Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9958
9959 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9960 can be built.
9961
9962Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9963
9964 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9965 targets.
252b5132
RH
9966
99671999-03-02 Nick Clifton <nickc@cygnus.com>
9968
9969 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9970
d932cae7 99711999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9972
9973 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9974
99751999-02-24 Nick Clifton <nickc@cygnus.com>
9976
9977 * config.sub: Fix typo in arm recognition.
9978
d932cae7 99791999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9980
9981 * configure.in (noconfigdirs): Changed target_configdirs to
9982 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9983 rather than m68k-*-* since it is not known to work on
9984 m68k-aout. Ditto for arm-*-*oabi.
9985
d932cae7 99861999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9987
9988 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9989
99901999-02-19 Ben Elliston <bje@cygnus.com>
9991
9992 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9993 Smart and improved by Andrew Cagney.
9994
d932cae7 99951999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9996
9997 * config.guess: Recognize openbsd-*-hppa.
9998
d932cae7 99991999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
10000
10001 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10002 only if it is not empty.
10003
100041999-02-17 Nick Clifton <nickc@cygnus.com>
10005
10006 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 10007
fd6848f6 10008 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
10009
10010 * config.sub: Modified to recognize uname's armv* syntax.
10011
100121999-02-17 Mark Salter <msalter@cygnus.com>
10013
10014 * configure.in: Added target-bsp for sparclite.
10015
d932cae7 100161999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
10017
10018 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10019
100201999-02-08 Nick Clifton <nickc@cygnus.com>
10021
10022 * configure.in: Add support for strongarm port.
10023 * config.sub: Add support for strongarm target.
10024
d932cae7 100251999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10026
252b5132
RH
10027 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10028 the old name config/mh-cygwin32.
10029 Enable texinfo.
10030
d932cae7 100311999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10032
10033 * configure.in: Do build ld for ix86 Solaris.
10034
d932cae7 100351999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10036
10037 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10038 $AR_FOR_TARGET. Likewise for RANLIB.
10039
d932cae7 100401999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10041
80413487
RH
10042 * config.sub (oabi): Recognize.
10043 * configure.in (arm-*-oabi): Handle.
252b5132 10044
d932cae7 100451999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10046
10047 * config.guess: Improve detection of i686 on UnixWare 7.
10048
d932cae7 100491999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10050
10051 * config.guess: Add support for i386-pc-interix.
10052 * config.sub: Likewise.
10053 * configure.in: Likewise.
252b5132 10054
d932cae7 100551999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10056
10057 * Makefile.in: Remove unneeded all-target-libio from
10058 from all-target-winsup target since it is now unneeded.
10059 Add all-target-libtermcap in its place since it is now
10060 needed.
10061
d932cae7 100621998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10063
10064 * configure.in: makefile stub for cygwin target is probably
10065 unnecessary. Remove it for now.
252b5132 10066
d932cae7 100671998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10068
10069 * configure.in: libtermcap.a should be built when cygwin is the
10070 target as well as the host.
10071 * config.guess: Allow mixed case in cygwin uname output.
10072 * Makefile.in: Add libtermcap target.
252b5132 10073
d932cae7 100741998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10075
10076 * config.sub: Clean up handling of hppa2.0.
10077
d932cae7 100781998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10079
10080 * config.guess: Use C code to identify more HP machines.
10081
10082Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10083
10084 * config.sub: Handle hppa2.0.
10085
ba73c63f
JM
10086Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10087
10088 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10089 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10090
100911998-12-15 Mark Salter <msalter@cygnus.com>
10092
10093 * configure.in: Added target-bsp for several target architectures.
10094
10095 * Makefile.in: Added rules for bsp.
10096
252b5132
RH
10097Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10098
10099 * config.guess: Improve detection of hppa2.0 processors.
10100
10101Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10102
10103 * config.guess: Recognize FreeBSD using ELF automatically.
10104
101051998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10106
10107 * configure (skip-this-dir): Add handling for new shell script, which
10108 might be created by a sub-directory's configure to indicate, this particular
10109 directory is "unwanted".
10110 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10111
252b5132
RH
10112Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10113
10114 * ltconfig: import from libtool, after changing libtool to
10115 account for the cygwin name change.
10116
10117Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10118
10119 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10120 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10121
10122Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10123
10124 * configure.in: Add libtermcap to list of cygwin dependencies.
10125
d932cae7 101261998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10127
80413487
RH
10128 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10129 they include winsup/include when it's a cygwin target.
252b5132
RH
10130
101311998-11-12 Tom Tromey <tromey@cygnus.com>
10132
10133 * configure.in (host_tools): Added zip.
10134 * Makefile.in (all-target-libjava): Depend on all-zip.
10135 (all-zip): New target.
10136 (ALL_MODULES): Added all-zip.
10137 (NATIVE_CHECK_MODULES): Added check-zip.
10138 (INSTALL_MODULES): Added install-zip.
10139 (CLEAN_MODULES): Added clean-zip.
10140
d932cae7 101411998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10142
10143 * Makefile.in: lose "32" from comment about cygwin.
10144
d932cae7 101451998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10146
10147 * configure.in: Use -Os to build target libraries for the fr30.
10148
d932cae7 101491998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10150
10151 * config.sub: Add fr30.
10152
d932cae7 101531998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10154
80413487 10155 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10156 cygwin* instead of cygwin32*.
10157 * config.sub: Check cygwin* instead of cygwin32*.
10158
d932cae7 101591998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10160
10161 * config.guess: Match any version of Unixware7.
10162
252b5132
RH
101631998-10-20 Syd Polk <spolk@cygnus.com>
10164
10165 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10166 if desired.
10167
d932cae7 101681998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10169
10170 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10171 these if the appropriate directories and files to not exist.
10172
d932cae7 101731998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10174
10175 * Makefile.in (DEVO_SUPPORT): Add config.if.
10176
d932cae7 101771998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10178
10179 * configure: Add pattern to replace "build_tooldir"'s
10180 definition in the generated Makefile with "tooldir"'s
10181 actual value.
10182
252b5132
RH
10183Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10184
10185 * config.sub: Bring back lost sparcv9.
10186
ba73c63f
JM
10187 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10188
10189Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10190
10191 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10192 CC_FOR_TARGET and friends.
10193
10194Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10195
ba73c63f
JM
10196 * Makefile.in (build_tooldir): New variable, same as tooldir.
10197 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10198 -B$(build_tooldir)/bin/.
10199 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10200
252b5132
RH
10201Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10202
10203 * config.sub: Add support for i[34567]86-pc-udk.
10204 * configure.in: Likewise.
10205
10206Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10207
10208 * Makefile.in: add bzip2 package building bits for user
10209 tools module
10210 * configure.in: ditto
10211
ba73c63f
JM
10212Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10213
10214 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10215 (ALL_TARGET_MODULES): Add all-target-libobjc.
10216 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10217 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10218 (all-target-libchill): Add dependencies.
10219 * configure.in (target_libs): Add libchill.
35590697 10220
252b5132
RH
102211998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10222
ba73c63f 10223 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10224
10225Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10226
10227 * Makefile.in (all-automake): fix dependencies.
10228
10229Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10230
10231 * configure.in: Minor cleanups for building in the $(target_alias)
10232 subdir.
10233
102341998-09-22 Jim Wilson <wilson@cygnus.com>
10235
10236 * Makefile.in (bootstrap): Set r and s before make all. Use
10237 BASE_FLAGS_TO_PASS in make all.
10238 (cross): Likewise.
10239
102401998-09-20 Mark Mitchell <mark@markmitchell.com>
10241
10242 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10243
252b5132
RH
10244Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10245
10246 * config.sub: Fix typo in last change.
10247
102481998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10249
10250 * config.sub: Add support for C4x target.
10251 * configure.in: Likewise.
10252
102531998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10254
10255 * config.sub: Recognize sparcv9 just like sparc64.
10256
10257Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10258
10259 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10260
10261Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10262
10263 * config.guess: Correctly identify Pentium II sco boxes.
10264
10265 * config.guess: Fix "tr" code. From Weiwen Liu.
10266
10267Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10268
10269 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10270 stabs.
10271
10272Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10273
10274 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10275 (ALL_TARGET_MODULES): Add all-target-libchill.
10276 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10277 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10278 (all-target-libchill): Add dependencies.
10279 * configure.in (target_libs): Add libchill.
10280
10281Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10282
10283 * config.guess: Avoid assumptions about "tr" behaves when
10284 LANG is set to something other than English.
10285
10286Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10287
10288 * configure (gxx_include_dir): Changed to
10289 '${prefix}/include/g++'-${libstdcxx_interface}.
10290
10291 * config.if: New to determine the interfaces.
10292
10293Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10294
10295 * config.guess: Detect and handle MPE/IX.
10296 * config.sub: Deal with MPE/IX.
10297
10298Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10299
10300 * configure.in: Use mh-aix43.
10301
103021998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10303
10304 * configure: Fix --without/--disable cases for gxx-include-dir.
10305
10306Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10307
10308 * mdata-sh: Imported. Needed for automake support.
10309
10310Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10311
ba73c63f 10312 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10313 "chmod og=u `find . -print`".
10314
10315Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10316
ba73c63f 10317 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10318
10319Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10320
10321 * Makefile.in: Undo previous patch.
10322
10323Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10324
10325 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10326 to here ...
10327 (install-no-fixedincludes): and here
10328 (INSTALL_MODULES): ... from here.
10329
10330Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10331
10332 * config.sub: Merge with FSF.
10333
10334 * config.guess: Merge with FSF.
10335
10336Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10337
10338 * configure (extraconfigdirs): New variable.
10339 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10340 * Makefile.in (all): Move higher in file.
10341 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10342 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10343 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10344 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10345 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10346
103471998-07-23 Brendan Kehoe <brendan@cygnus.com>
10348
10349 * Makefile.in (all-target-libjava): Depend on all-gcc and
10350 all-target-newlib.
10351 (configure-target-libjava): Depend on $(ALL_GCC).
10352
10353Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10354
10355 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10356 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10357
10358Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10359
10360 * ylwrap: Change absolute path checks to check for DOS style path
10361 names.
10362
10363 * ylwrap: Don't use a full path name if the source file is in the
10364 same directory. From hjl@lucon.org (H.J. Lu).
10365
10366 * config-ml.in: Default to being verbose, to match Feb 18 change to
10367 configure.
10368
10369Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10370
10371 Brought over from egcs:
10372
10373 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10374
10375 * configure.in (target_subdir): Set to ${target_alias} instead
10376 of "libraries".
10377
10378 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10379
10380 * configure.in (target_subdir): Set to libraries if enable_multilib.
10381
10382Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10383
10384 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10385 multilibs, force reconfiguration the first time we create
10386 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10387
10388Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10389
10390 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10391 avoid confusion with --no-recursion.
10392
10393Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10394
10395 * configure.in: Win32 hosts shouldn't use install -x
10396 * install-sh: remove -x option, and special .exe-handling
10397 hack.
10398
10399Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10400
10401 * config.guess: Recognize i586-pc-beos.
10402 * configure.in: Don't build some bits for beos.
10403
10404Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10405
10406 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10407 CFLAGS default to -O2.
10408
10409 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10410 when using GNU ld.
10411
10412Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10413
10414 * ltmain.sh: Correct install when using a different shell.
10415
10416Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10417
10418 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10419
10420Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10421
10422 * makefile.vms: Update to build binutils/makefile.vms. Add install
10423 target.
10424
10425Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10426
10427 * ltconfig: Update to correct AIX handling.
10428
10429Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10430
10431 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10432
10433 * configure.in (target_subdir): Set to ${target_alias} instead
10434 of "libraries".
10435
104361998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10437
10438 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10439 (Makefile): Depend on $(gcc_version_trigger).
10440
10441 * configure (gcc_version): Change default initializer to empty
10442 string.
10443 (gcc_version_trigger): New variable; pass this variable down
10444 to subdir configures to enable them checking gcc's version
10445 themselves. Emit make macros for both gcc_version vars.
10446 (topsrcdir): Initialize reliably.
10447 (recursion line): Remove --with-gcc-version=${gcc_version}.
10448
104491998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10450
10451 * configure (enable_version_specific_runtime_libs): Implement new flag
10452 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10453 in $(libsubdir); emit definition in each generated Makefile.
10454 (gxx_include_dir): Initialize depending on
10455 $enable_version_specific_runtime_libs.
10456
104571998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10458
10459 * configure (gcc_version): Initialize properly depending on
10460 how and where configure is started.
10461 (recursion line): Pass a --with-gcc-version=${gcc_version}
10462 to configures in subdirs.
10463
10464Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10465
10466 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10467 cygmon
252b5132
RH
10468
10469Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10470
10471 * configure.in: Add cygmon and libstub support for mn10200.
10472
104731998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10474
10475 * configure (gcc_version): Add new variable describing the
10476 particular gcc version we're building.
10477 * Makefile.in (libsubdir): Add new macro for the directory
10478 in which the compiler finds executables, libraries, etc.
10479 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10480 and libsubdir.
10481
10482Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10483
ba73c63f
JM
10484 * Makefile.in (local-clean): Remove *.log.
10485 (warning.log): Built with warn_summary from build.log.
10486 (mail-report.log): Run test_summary.
10487 (mail-report-with-warnings.log): Run test_summary including
10488 warning.log in the report.
252b5132
RH
10489
10490Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10491
10492 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10493
10494Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10495
10496 * Makefile.in (grep): Grep no longer depends on libiberty.
10497
10498Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10499
10500 * Makefile.in: all-snavigator needs all-libgui.
10501
10502Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10503
10504 * configure.in: Add cygmon and libstub support for mn10300.
10505
10506Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10507
10508 * missing: Update to version from automake 1.3.
10509
10510 * ltmain.sh: On installation, don't get confused if the same name
10511 appears more than once in the list of library names.
10512
10513Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10514
10515 * config.sub: Accept m68060 and m5200 as CPU names.
10516
10517Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10518
10519 * configure: Use && rather than using -a in test, because odd
10520 strings can confuse test.
10521 * configure.in: Likewise.
10522
10523Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10524
10525 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10526
10527Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10528
10529 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10530 bootstrap4-lean): New targets.
10531
10532Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10533
10534 * mpw-* Delete. Not used.
252b5132
RH
10535
10536Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10537
10538 * COPYING.LIB: Update FSF address.
10539
10540Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10541
10542 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10543
10544 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10545 GAS_SUPPORT_DIRS.
10546
10547Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10548
10549 * ltconfig, ltmain.sh: Avoid producing a version number if
10550 -version-info was not used.
10551
10552Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10555 building with newlib.
10556
105571998-04-30 Paul Eggert <eggert@twinsun.com>
10558
ba73c63f 10559 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10560 Solaris `make' causes it to continue to next definition.
252b5132 10561
afb8d725
JM
10562Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10563
10564 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10565 the right GUI libraries and files are installed along with GDB.
10566
252b5132
RH
10567Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10568
10569 * configure.in: Change alpha to alpha* in several places.
10570
10571Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10572
10573 * config.sub: Recognize sparc86x.
10574
10575Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10576
252b5132
RH
10577 * configure.in (--enable-target-optspace): Remove debug echo.
10578
10579Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10580
10581 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10582
10583Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10584
10585 * ltconfig: Update cygwin32 support.
10586
10587 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10588 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10589 (GDB_SUPPORT_DIRS): Likewise.
10590
10591Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10592
10593 * configure.in (target_makefile_frag): If --enable-target-optspace,
10594 use -Os to compile target libraries rather than -O2. Default to
10595 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10596 not used.
10597 * configure.in (target_cflags): Ditto for d30v.
10598
10599Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10600
10601 * Makefile.in (all-bfd): Depend on all-intl.
10602 (all-binutils): Likewise.
10603 (all-gas): Likewise.
10604 (all-gprof): Likewise.
10605 (all-ld): Likewise.
10606
252b5132
RH
106071998-04-19 Brendan Kehoe <brendan@cygnus.com>
10608
10609 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10610
10611Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10612
10613 * Makefile.in (all-bfd): Depend upon all-libiberty.
10614
10615 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10616
10617Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10618
10619 * Makefile.in: Add libstub.
10620
10621 * configure.in: Ditto. Build libstub for targets that have cygmon
10622 support.
10623
10624Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10625
10626 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10627
10628Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10629
10630 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10631 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10632
10633Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10634
10635 * configure: Define DEFAULT_M4 by searching PATH.
10636 * Makfile.in: Use DEFAULT_M4.
10637
10638Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10639
10640 * ltconfig: Add cygwin32 support.
10641
10642 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10643 to configure and build.
10644
10645Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10646
10647 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10648
10649Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10650
10651 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10652
10653Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10654
10655 * Makefile.in: add ash make rules
10656 * configure.in: add ash to native_only and host_tools lists
10657
10658Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10659
10660 * Makefile.in (all-gettext, all-intl): New targets.
10661 (ALL_MODULES): Added all-gettext, all-intl.
10662 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10663 (INSTALL_MODULES): Added install-gettext, install-intl.
10664 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10665
10666 * configure.in (host_tools): Added gettext.
10667 (native_only): Likewise.
10668 (noconfigdirs) [various cases]: Likewise.
10669 (host_libs): Added intl.
10670
afb8d725
JM
10671Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10672
10673 * configure: Do not disable building gdbtk for cygwin32 hosts.
10674
ba73c63f
JM
10675Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10676
10677 * configure.in: Add thumb-coff target.
10678 * config.sub: Add thumb-coff target.
10679
252b5132
RH
10680Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10681
10682 * Makefile.in: Revert yesterday's change.
10683 (all-target-winsup): all-target-librx stays out of here.
10684
10685Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10686
ba73c63f
JM
10687 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10688 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10689 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10690 Remove references to librx and libg++.
10691
10692Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10693
10694 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10695 recursive makes
10696
10697Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10698
10699 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10700 for newlib directory.
10701 (CXX_FOR_TARGET): Likewise.
10702
10703Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10704
10705 * ltconfig: Update after libtool/ltconfig.in change for
10706 hpux11.
10707
10708Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10709
10710 * ltconfig, ltmain.sh: Update to libtool 1.2.
10711
10712Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10713
10714 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10715 (install-gcc-cross): Instead, override LANGUAGES here.
10716
107171998-03-18 Dave Love <d.love@dl.ac.uk>
10718
10719 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10720 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10721
10722Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10723
10724 * configure.in: Add Thumb-pe target.
10725
10726Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10727
252b5132
RH
10728 * Makefile.in - changed sn targets to snavigator
10729 * configure.in - changed sn targets to snavigator
10730
10731Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10732
10733 * config-ml.in: After building symlink tree call make distclean
10734 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10735 to be the case for libiberty.
10736
10737Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10738
10739 * configure: When making link, also check the current
10740 directory. The configure scripts may create one.
10741
10742Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10743
10744 * config.sub: Accept alphapca56 and alphaev6 properly.
10745
10746Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10747
10748 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10749
252b5132
RH
10750Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10751
80413487 10752 * config.sub (sco5): Fix typo.
252b5132
RH
10753
10754Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10755
10756 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10757 install-itcl.
10758 (install-itcl): Remove dependency on install-tcl.
10759
10760Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10761
10762 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10763
252b5132
RH
10764Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10765
10766 * configure.in: Don't build libgui for a cygwin32 target when not on
10767 a cygwin32 host.
10768
10769Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10770
10771 * configure (redirect): Set to null, so default behavior of
10772 configure is now --verbose.
10773
107741998-02-16 Dave Love <d.love@dl.ac.uk>
10775
10776 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10777 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10778
10779Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10780
10781 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10782 this change to sync Makefile.in with its ChangeLog entries.
10783
10784Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10785
10786 * ltmain.sh (mkdir): Check that the directory doesn't exist
10787 before we exit with error, so that we don't get races during
10788 parallel builds.
10789
10790Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10791
10792 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10793
10794Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10795
10796 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10797 PICFLAG_FOR_TARGET.
10798 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10799
10800 * configure: Emit a definition for the new macro enable_shared
10801 into each Makefile.
10802
252b5132
RH
10803Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10804
10805 * configure.in (host_tools, native_only): Add libtool.
10806
10807Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10808
10809 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10810 Fix typo in ming config comment.
10811
10812Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10813
10814 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10815
10816Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10817
10818 * config.sub: Add tic30 cases, and map c30 to tic30.
10819
ba73c63f
JM
10820Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10821
10822 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10823 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10824 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10825 (CLEAN_TARGET_MODULES): Similarly
10826 (all-target-libf2c): Add dependences.
35590697 10827 * configure.in (target_libs): Add libf2c.
ba73c63f 10828
252b5132
RH
10829Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10830
ba73c63f
JM
10831 * configure.in: Remove expect from noconfigdirs when target
10832 is cygwin32. OK to build expect and dejagnu with Canadian
10833 Cross.
252b5132
RH
10834
10835Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10836
10837 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10838 host.
10839
10840 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10841 and mingw32.
10842
10843Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10844
10845 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10846 here as it is not defined in the toplevel Makefile.
10847
10848Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10849
10850 * configure (package_makefile_rules_frag): New variable, which names
10851 a file with generic rules, ...
10852 Change comment to mention we now have FIVE parts.
10853 * configure: Undo last change.
10854
10855Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10856
10857 * config.guess: More accurate determination of HP processor types.
10858 * config.sub: More accurate determination of HP processor types.
10859
10860Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10861
10862 * configure (package_makefile_frag): Move inserting the
10863 ${package_makefile_frag} to where it should be according
10864 to the comment.
10865
ba73c63f 10866Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10867
10868 * config.guess: Add support for Linux/ARM.
10869
10870Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10871
10872 * .cvsignore: Remove *-info and *-install since they match
10873 release-info and mpw-install, which we don't want to just ignore.
10874
10875Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10876
10877 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10878
10879Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10880
10881 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10882 local_prefix to sub-make invocations.
10883
10884Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10885
10886 * configure.in: Check makefile fragments in the source
10887 directory.
10888
10889Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10890
ba73c63f
JM
10891 * configure.in: Check whether host and target makefile
10892 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10893
10894Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10895
10896 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10897
252b5132
RH
10898Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10899
10900 * configure.in: Make sure we only replace RPATH_ENVVAR on
10901 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10902 regexp to sed.
10903
10904 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10905 to sub-makes.
10906
109071998-01-13 Lee Iverson (leei@ai.sri.com)
10908
10909 * config-ml.in (multi-do): LDFLAGS must include multilib
10910 designator.
10911
10912Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10913
10914 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10915
10916Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10917
10918 * config.sub: Add mingw32 support.
10919 * configure.in: Likewise.
252b5132
RH
10920
10921Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10922
10923 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10924
10925Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10926
10927 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10928 * configure (gxx_include_dir): Provide a definition for subdirs
10929 which do not use autoconf.
10930
10931Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10932
10933 * config.guess: Sync with egcs. Picks up new alpha support,
10934 BeOS & some additional linux support.
10935
ba73c63f 10936Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10937
10938 * config.guess: HP 9000/803 is a PA1.1 machine.
10939
ba73c63f
JM
10940Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10941
10942 * configure.in: It's alpha*-...
252b5132
RH
10943
10944Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10945
ba73c63f
JM
10946 * configure.in (host_makefile_frag, target_makefile_frag):
10947 Handle multiple config files.
10948 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10949 alpha-*-*.
252b5132
RH
10950
10951Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10952
10953 * mkdep: New file.
10954
10955Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10956
10957 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10958
10959Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10960
10961 * Makefile.in: Add libgui directory.
10962 (GDB_TK): Add all-libgui.
10963 * configure.in: Add libgui directory.
10964 * configure: Add all-libgui to GDB_TK.
10965
10966Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10967
10968 * config-ml.in (multidirs): Add m32r to multilib list.
10969
10970Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10971
10972 * Makefile.in (all-target-gperf): Change dependency to
10973 all-target-libstdc++.
10974
10975Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10976
10977 * config.guess: Add BeOS support.
10978
10979Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10980
10981 Source directory cvs renamed to cvssrc:
10982 * configure.in (host_tools): Change cvs to cvssrc.
10983 (native_only): Likewise.
10984 (noconfigdirs) [various cases]: Likewise.
10985 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10986 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10987 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10988 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10989 (all-cvssrc): Rename target from all-cvs.
10990
10991Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10992
10993 * configure (gxx_include_dir): Fix thinko.
10994
10995Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10996
10997 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10998 (install-cross, install-gcc-cross): New targets.
10999
11000Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11001
11002 * configure.in (noconfigdirs): Add support for Thumb target.
11003
11004 * config.sub (maybe_os): Add support for Thumb target.
11005
11006Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11007
11008 * Makefile.in: Add rules for cygmon.
11009
11010 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11011
11012Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11013
11014 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11015 * configure (gxx_include_dir): Provide a definition for subdirs
11016 which do not use autoconf.
11017
11018Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11019
11020 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 11021 11/18/97 build
252b5132
RH
11022
11023Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11024
11025 * From Franz Sirl.
11026 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11027 found on RedHat Linux systems.
11028
11029Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11030
11031 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11032 guesses.
11033
11034Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11035
11036 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11037
11038Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11039
11040 * ltmain.sh: If mkdir fails, check whether the directory was created
11041 anyhow by some other process.
11042
11043Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11044
11045 * configure.in (d30v-*-*): Configure all directories.
11046
11047Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11048
11049 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11050 for the D30V.
11051
11052Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11053
11054 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11055
11056Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11057
80413487
RH
11058 * include/libiberty.h: Add extern "C" { so it can be used with C++
11059 progrms.
11060 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11061 programs.
252b5132
RH
11062
11063Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11064
11065 * configure.in (d30v-*-*): Configure GCC now.
11066
11067Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11068
11069 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11070 is no longer needed.
11071
11072Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11073
11074 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11075
11076Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11077
11078 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11079 targets using "$@" to provide support for similar but not identical
11080 targets without having to duplicate code.
11081
11082Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11083
11084 * makefile.vms: Fix to work with DEC C.
11085
11086Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11087
11088 * config.sub: Add mips-tx39-elf to marketing names.
11089
11090Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11091
11092 * ltmain.sh: Handle symlinks in generated script.
11093
11094Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11095
11096 * configure: Handle autoconf style directory options: --bindir,
11097 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11098 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11099 --sysconfdir.
11100 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11101 (sharedstatedir, localstatedir, oldincludedir): New variables.
11102 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11103 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11104 sbindir, sharedstatedir, and sysconfdir.
11105
11106Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11107
11108 * Makefile.in (bootstrap-lean): New target.
11109
11110Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11111
11112 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11113 sn, and gnuserv from noconfigdirs.
252b5132
RH
11114
11115Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11116
11117 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11118
11119Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11120
ba73c63f 11121 * Makefile.in (cross): New target.
252b5132
RH
11122
11123Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11124 Jeff Law <law@cygnus.com>
252b5132
RH
11125
11126 * Makefile.in (bootstrap2, bootstrap3): New targets.
11127 (all-bootstrap): Remove outdated and confusing target.
11128 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11129
afb8d725
JM
11130Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11131
11132 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11133 windows. Consistent with gdb/configure.
afb8d725 11134
252b5132
RH
111351997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11136
252b5132
RH
11137 * configure.in: Name Linux target fragment.
11138
11139 * configure: Rewrite so that project Makefile fragment is inserted
11140 first and appears last in the resulting Makefile.
11141
11142Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11143
11144 * Makefile.in (install-itcl): Install tcl first.
11145
252b5132 11146Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11147
252b5132
RH
11148 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11149
11150Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11151
11152 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11153
11154 * configure.in (skipdirs): Add target-librx for Linux.
11155 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11156
11157Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11158
11159 * Makefile.in (bootstrap): New target.
11160
11161Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11162
11163 * config.sub: Accept 'amigados' for backward compatability.
11164
11165Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11166
11167 * config.guess: Merge with FSF.
11168
ba73c63f
JM
11169Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11170
11171 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11172
252b5132
RH
11173Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11174
11175 * config.sub: Add "marketing-names" patch.
11176
11177Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11178
80413487 11179 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11180
11181Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11182
11183 * config.sub: Handle v850-elf.
11184
ba73c63f
JM
11185Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11186
11187 * .cvsignore (*-install): Remove.
11188
252b5132
RH
11189Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11190
11191 * ltconfig: Set CONFIG_SHELL in libtool.
11192 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11193
11194Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11195
11196 * configure.in (target_subdir): Set to libraries if enable_multilib.
11197
11198Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11199
11200 * config.guess: Update from gcc directory.
11201
11202Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11203
11204 * Makefile.in (all-sim): Depends on all-readline.
11205
11206Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11207
11208 * Makefile.in (BISON, YACC): Use $$s.
11209 (all-bison): Depend on all-texinfo.
11210
11211Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11212
11213 * Makefile.in (BISON): Add -L flag.
11214 (YACC): Likewise.
11215
11216Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11217
35590697
AJ
11218 * configure.in (noconfigdirs): Add support for v850e target.
11219
252b5132
RH
11220 * config.sub (maybe_os): Add support for v850e target.
11221
11222Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11223
35590697
AJ
11224 * configure.in (noconfigdirs): Add support for v850ea target.
11225
252b5132
RH
11226 * config.sub (maybe_os): Add support for v850ea target.
11227
11228Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11229
11230 * config.sub: Add mipstx39. Delete r3900.
11231
11232Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11233
11234 * Makefile.in (all-autoconf): Depends on all-texinfo.
11235
11236Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11237
11238 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11239 eabi targets.
11240
11241Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11242
11243 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11244
11245 * configure: When handling a Canadian Cross, handle YACC as well as
11246 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11247 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11248
11249Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11250
11251 * Makefile.in (BISON): bison, not byacc or bison -y.
11252 (YACC): bison -y or byacc or yacc.
11253 (various): Add *-bison as appropriate.
11254 (taz): No need to mess with BISON anymore.
11255
11256Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11257
11258 * configure: If OSTYPE matches *win32*, try to find a good value for
11259 CONFIG_SHELL.
11260
11261Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11262
11263 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11264 configure.in if it is present.
11265
11266Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11267
11268 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11269
11270Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11271
11272 * config.sub: Recognize `arc' cpu.
11273 * configure.in: Likewise.
11274 * config-ml.in: Likewise.
11275
11276Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11277
11278 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11279
11280Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11281
11282 * configure: Changed sed delimiter from ':' to '|' when
11283 attempting to substitute ${config_shell} for SHELL. On
11284 NT ${config_shell} may contain a ':' in it.
11285
11286Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11287
11288 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11289
11290Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11293
11294Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11295
11296 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11297
11298 * ylwrap: If the program is a relative path, force it to be
11299 absolute.
11300
11301Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11302
11303 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11304
11305Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11306
11307 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11308 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11309 for libraries.
252b5132
RH
11310
11311Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11312
11313 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11314 separated by spaces.
252b5132
RH
11315
11316Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11317
11318 * ylwrap: New file.
11319 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11320
11321 * ltmain.sh: Handle /bin/sh at start of install program.
11322
11323 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11324
11325 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11326 * missing: New file, from automake 1.2.
11327
11328Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11329
11330 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11331 check-tk to CHECK_X11_MODULES.
11332
11333Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11334
11335 * config.sub: Merge with FSF.
11336
11337Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11338
11339 * config.guess: Merge with FSF.
11340
11341Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11342
11343 * configure: Treat msdosdjgpp like go32.
11344 * configure.in: Likewise. Don't remove gprof for go32.
11345
11346 * configure: Change Makefile.tem2 to Makefile.tm2.
11347
11348Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11349
11350 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11351
11352Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11353
11354 * install-sh (chmodcmd): Set to null if the DST directory already
11355 exists. Same as Nov 11th change.
11356
11357Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11358
35590697 11359 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11360
11361Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11362
11363 * config.guess: Update from FSF.
11364
11365Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11366
11367 * Makefile.in (GDB_TK): Depend on itcl and tix.
11368
11369Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11370
11371 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11372 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11373 (INSTALL_SCRIPT): New variable.
11374 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11375 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11376 to -x.
11377 * install-sh: Add support for -x option.
11378
11379Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11380
11381 * configure.in, Makefile.in: Treat tix like itcl.
11382
11383Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11384
11385 * Makefile.in (WINDRES): New variable.
11386 (WINDRES_FOR_TARGET): New variable.
11387 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11388 (EXTRA_HOST_FLAGS): Add WINDRES.
11389 (EXTRA_TARGET_FLAGS): Add WINDRES.
11390 (EXTRA_GCC_FLAGS): Add WINDRES.
11391 ($(DO_X)): Pass down WINDRES.
11392 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11393 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11394 DLLTOOL_FOR_TARGET.
11395
11396Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11397
11398 * configure.in: configure sim before gdb for win32-x-ppc
11399
11400Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11401
11402 Move gperf into the toplevel, from libg++.
11403 * configure.in (target_tools): Add target-gperf.
11404 (native_only): Add target-gperf.
11405 * Makefile.in (all-target-gperf): New target, depend on
11406 all-target-libg++.
11407 (configure-target-gperf): Empty rule.
11408 (ALL_TARGET_MODULES): Add all-target-gperf.
11409 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11410 (CHECK_TARGET_MODULES): Add check-target-gperf.
11411 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11412 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11413
11414Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11415
252b5132
RH
11416 * config.sub (mn10200): Recognize new basic machine.
11417
11418Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11419
11420 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11421 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11422
11423Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11424
11425 * configure.in: If we're building mips-sgi-irix6* native, turn on
11426 ENABLE_MULTILIB and set TARGET_SUBDIR.
11427
11428Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11429
11430 * Makefile.in (all-sn): Depend on all-grep.
11431
11432Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11433
11434 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11435
11436 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11437 Makefile. From Jeff Makey <jeff@cts.com>.
11438 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11439
11440 * Makefile.in (DISTBISONFILES): Remove.
11441 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11442 $(DEFAULT_YACC).
11443
11444 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11445 cygwin32.
252b5132
RH
11446
11447 * Makefile.in (LD): New variable.
11448 (EXTRA_HOST_FLAGS): Pass down LD.
11449 ($(DO_X)): Likewise.
11450
11451Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11452
11453 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11454
11455Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11456
11457 * configure.in (targargs): Strip out any supplied --build argument
35590697 11458 before adding our own. Always add --build.
252b5132
RH
11459
11460Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11461
11462 * configure.in (targargs): Pass --build if we're doing
11463 a cross-compile.
11464
11465Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11466
ba73c63f 11467 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11468 sed. Otherwise sed chokes on NT path names with drive
11469 designators. Also look for "?:*" as the leading characters in an
11470 absolute pathname.
11471
11472Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11473
11474 * config.sub: Support for r3900.
11475
11476Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * configure.in: Use install-sh, not install.sh.
11479
11480Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11481
11482 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11483 apply it twice.
11484
11485Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11486
11487 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11488 install-binutils.
11489
11490Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11491
11492 * Makefile.in: Add automake targets.
11493 * configure.in (host_tools): Add automake.
11494
11495Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11496
11497 * configure: Default CXX to c++, not gcc.
11498 * Makefile.in (CXX): Set to c++, not gcc.
11499 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11500
11501Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11502
11503 * install-sh: try appending a .exe if source file doesn't
11504 exist
11505
11506Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11507
11508 * configure.in: Turn on multilib by default.
11509 (cross_only): Remove target-libiberty.
11510
11511 * Makefile.in (all-gcc): Don't depend on libiberty.
11512
11513Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11514
11515 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11516
11517Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11518
11519 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11520 (DISTBISONFILES): Add ld/Makefile.in
11521
11522Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11523
11524 * configure.in: if target is cygwin32 but host isn't cygwin32,
11525 don't configure gdb tcl tk expect, not just gdb.
11526
11527Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11528
11529 * configure.in: Added gnuserv everywhere sn appears.
11530
11531 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11532 (CROSS_CHECK_MODULES): Added check-gnuserv.
11533 (INSTALL_MODULES): Added install-gnuserv.
11534 (CLEAN_MODULES): Added clean-gnuserv.
11535 (all-gnuserv): New target.
11536
11537Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11538
11539 * config.guess: Fixes for MIPS OpenBSD systems.
11540
11541Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11542
11543 * Makefile.in (INSTALL_XFORM): Remove.
11544 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11545
11546 * mkinstalldirs: New file, copied from automake.
11547 * Makefile.in (installdirs): Rename from install-dirs. Use
11548 mkinstalldirs. Change all users.
11549 (DEVO_SUPPORT): Add mkinstalldirs.
11550
11551Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11552
11553 * install-sh: Rename from install.sh.
11554 * Makefile.in (INSTALL): Change install.sh to install-sh.
11555 (DEVO_SUPPORT): Likewise.
11556
11557 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11558 Graichen <graichen@rzpd.de>.
11559
11560Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11561
11562 * config.guess: Recognize OpenBSD systems correctly.
11563
11564Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11565
11566 * README, Makefile.in (ETC_SUPPORT): Remove references to
11567 cfg-paper*, configure.{texi,man,info*}._
11568
11569Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11570
11571 * Makefile.in (all.normal): Ensure that gcc is built after all
11572 the x11 - ie gdb - targets.
11573
11574Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11575
11576 * makefile.vms: Don't run conf-a-gas.
11577
11578Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11579
80413487 11580 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11581
11582Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11583
11584 * configure.in: Remove noconfigdirs case since gdb also
11585 configures and builds for tic80-coff.
11586
11587Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11588
11589 * configure: Set cache_file to config.cache.
11590 * Makefile.in (local-distclean): Remove config.cache.
11591
11592Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11593
11594 * COPYING: Update FSF address.
11595
11596Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11597
11598 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11599 noconfigdirs.
11600
11601Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11602
11603 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11604 MAKEDIRS, is empty.
11605
11606Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11607
11608 * config.sub: Tweak mn10300 entry.
11609
11610Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11611
11612 * configure.in (host_tools): Put sim before gdb, so gdb's
11613 configure.tgt can determine if the simulator was configured.
11614
11615Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11616
11617 * config.sub: Move BeOS $os case to be with other Cygnus
11618 local cases.
11619
11620Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11621
11622 * config.sub: Remove misplaced comment that broke Linux.
11623
11624Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11625
11626 * config.sub: Add BeOS support.
11627
11628Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11629
11630 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11631
11632Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11633
11634 * configure.in (noconfigdirs): Remove tcl and tk from
11635 noconfigdirs for cygwin32 builds.
11636
11637Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11638
11639 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11640
11641Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11642
11643 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11644 make-all.com, use makefile.vms instead.
11645
11646Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11647
11648 * config.sub: Accept -lnews*.
11649
11650Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11651
11652 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11653 target-examples and target-libiberty for d30v.
252b5132
RH
11654
11655Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11656
11657 * configure.in (noconfigdirs): Enable ld for d30v.
11658
11659Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11660
11661 * configure.in (tic80-*-*): Build compiler.
11662
11663Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11664
11665 * configure.in (d30v-*): Remove sim directory from list of
35590697 11666 unsupported d30v directories
252b5132
RH
11667
11668Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11669
35590697
AJ
11670 * config.sub, configure.in: Add d30v target cpu.
11671
252b5132
RH
11672Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11673
11674 * makefile.vms: New file.
11675 * make-all.com: Remove.
11676
11677Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11678
11679 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11680
11681Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11682
11683 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11684
11685Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11686
11687 * Makefile.in (ALL_MODULES): Added all-db.
11688 (CROSS_CHECK_MODULES): Addec check-db.
11689 (INSTALL_MODULES): Added install-db.
11690 (CLEAN_MODULES): Added clean-db.
11691
11692Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11693
11694 * config.guess: Merge with latest FSF sources.
11695
11696Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11697
11698 * Makefile.in (ALL_MODULES): Added all-itcl.
11699 (CROSS_CHECK_MODULES): Added check-itcl.
11700 (INSTALL_MODULES): Added install-itcl.
11701 (CLEAN_MODULES): Added clean-itcl.
11702
11703Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11704
11705 * configure.in: build gdb for mn10200
11706
11707Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11708
11709 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11710
11711Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11712
11713 * configure.in (tic80-*-*): Turn off most targets right now.
11714
11715Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11716
11717 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11718 rather than the makeinfo program.
11719 (do-info): Depend upon all-texinfo.
11720
11721Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * configure.in: Remove uses of config/mh-linux.
11724
11725 * config.sub, config.guess: Merge with latest FSF sources.
11726
11727Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11728
11729 * config.sub (case $basic_machine): Add tic80 entries.
11730
11731Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11732
11733 * config.sub, config.guess: Merge with latest FSF sources.
11734
11735Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11736
11737 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11738 * mpw-config.in: Test for NewFolderRecursive.
11739 * mpw-install: Use symbolic name for startup filename.
11740 * mpw-README: Add various additional details.
11741
11742Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11743
11744 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11745
11746Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11747
11748 * configure.in: Do build gcc and the target libraries for
11749 the mn10200.
11750
11751Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11752
11753 * configure.in: don't avoid building gdb for mn10300 any more
11754 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11755 instead of single-quoting it.
11756
11757Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11758
11759 * configure.in: Don't use --with-stabs on IRIX 6.
11760
11761Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11762
11763 * configure.in (m32r): Build gdb, libg++ now.
11764
11765Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11766
11767 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11768 directories from noconfigdirs.
11769
11770Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11771
11772 * config.sub (basic_machine): added mips16 configuration
11773
11774Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11775
11776 * config.sub: Handle d10v-unknown.
11777
11778Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11779
11780 * config.sub: Handle v850-unknown.
11781
11782Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11783
11784 * Makefile.in: add findutils
11785 * configure.in: add findutils to list of host_tools
11786
11787Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11788
11789 * config.sub: Handle mn10200 and mn10300.
11790
11791Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11792
11793 * configure.in (d10v-*): Do not build librx.
11794
11795Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11796
11797 * configure.in (mn10300): Build everything except gdb & libgloss.
11798
11799Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11800
11801 * config.guess: Patch for Dansk Data Elektronik servers,
11802 from Niels Skou Olsen <nso@dde.dk>.
11803
11804 For ncr, use /bin/uname rather than uname, since GNU uname does not
11805 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11806
11807 Patch for MIPS R4000 running System V,
11808 from Eric S. Raymond <esr@snark.thyrsus.com>.
11809
11810 Fix thinko for nextstep.
11811
11812 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11813
11814 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11815 * config.guess: Guess mips-dec-mach_bsd4.3.
11816
11817 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11818 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11819 release numbers.
11820 * config.guess (mips-mips-riscos*): Emit just enough of the
11821 release number.
11822
11823 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11824 * config.guess (sparc-auspex-sunos*): Added.
11825 (f300-fujitsu-*): Added.
11826
11827 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11828 * config.guess: Recognize a Tadpole as a sparc.
11829
11830Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11831
11832 * config.guess: Don't assume that NextStep version is either 2 or
11833 3. NextStep 4 (aka OpenStep 4) has come out now.
11834
11835Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11836
11837 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11838 From Rik Faith <faith@cs.unc.edu>.
11839
11840Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11841
11842 * config.sub: Contributions from bug-gnu-utils to:
11843 Support plain "hppa" (no version given) architecture, reported by
11844 OpenStep.
11845 OpenBSD like NetBSD.
11846 LynxOs is not a hardware supplier.
11847
11848 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11849 OpenBSD like NetBSD.
252b5132
RH
11850 Stratus systems.
11851 More Pyramid systems.
11852 i[n>4]86 Intel chips.
11853 M680[n>4]0 Motorola chips.
11854 Use unknown instead of lynx for hardware manufacturer.
11855
11856Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11857
11858 * install.sh (chmodcmd): Set to null if the DST directory already
11859 exists.
11860
11861Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11862
11863 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11864 not use mt-ppc target Makefile fragment any more.
11865
11866Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11867
11868 * configure.in (*-*-windows): Exclude everything but those dirs
11869 needed to build windows.
11870
11871Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11872
11873 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11874
11875Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11876
11877 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11878
11879Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11880
11881 * Undo my previous change.
11882
11883Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11884
11885 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11886 unconditionally.
11887 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11888
11889Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11890
11891 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11892 host to add it's own flags.
252b5132
RH
11893
11894Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11895
11896 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11897
11898Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11899
11900 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11901 (CXX_FOR_TARGET): Likewise.
11902 (GCC_FOR_TARGET): Define.
11903 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11904 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11905 CC_FOR_TARGET was specified on the command line.
11906 (MAKEOVERRIDES): Don't define.
11907
11908Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11909
11910 * configure.in (m32r): Fix spelling of libg++ libs.
11911
11912Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11913
11914 * config.sub (-apple*): Remove, now redundant.
11915
11916Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11917
11918 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11919
11920 * configure: Rework yesterday's sed script patch.
11921
11922 * config.sub: Merge with FSF.
11923
11924Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11925
11926 * config.guess: Merge from FSF.
11927
11928 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11929 * config.guess: Use pc instead of unknown, for pc clone systems.
11930 Change linux to linux-gnu.
252b5132
RH
11931
11932 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11933 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11934
11935Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11936
11937 * test-build.mk (HOLES): Add "xargs" for gdb.
11938
11939 * configure: Avoid hpux10.20 sed bug.
11940
11941Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11942
4bddf3ad 11943 * configure.in: Add support for windows host
252b5132
RH
11944 (that is a build done under the Microsoft build environment).
11945
11946Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11947
11948 * Makefile.in: Replace all uses of srcroot with s, to shrink
11949 command line lengths.
11950
11951 Patches from Geoffrey Noer <noer@cygnus.com>:
11952 * configure.in: If configuring for newlib, pass --with-newlib to
11953 subdirectories.
11954 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11955 -Bnewlib/ and -Lwinsup to gcc.
11956 (CXX_FOR_TARGET): Likewise.
11957
11958Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11959
11960 * Makefile.in (ETC_SUPPORT): Add configure.
11961
11962Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11963
35590697 11964 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11965 host configuration file.
11966
11967Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11968
11969 * configure.in: Break mn10x00 support into separate
11970 mn10200 and mn10300 configurations.
11971 * config.sub: Likewise.
11972
11973Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11974
11975 * configure.in: Add lots of stuff to noconfigdirs for
11976 the mn10x00 targets.
11977
11978 * config.sub, configure.in: Add mn10x00 support.
11979
11980Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11981
11982 * make-all.com: Call conf-a-gas, not config-a-gas.
11983
11984Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11985
11986 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11987 targets.
252b5132
RH
11988
11989Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11990
11991 * mpw-README: Add much more detail for native PowerMac.
11992 * mpw-install: New file.
11993 * mpw-configure: Add --norecursion and --help options.
11994 * mpw-config.in: Translate readme and install files when
11995 copying to objdir.
11996 * mpw-build.in: Don't always depend on byacc and flex.
11997 (install-only-top): New action.
11998
11999Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12000
12001 * configure.in: You can now configure GDB for the v850.
12002
12003Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12004
12005 * configure.in (noconfigdirs): Don't configure any C++ dirs
12006 if targeting D10V.
12007
12008Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12009
12010 * config.sub: Recognize mips64vr5000.
12011
12012Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12013
12014 * configure.in: Use a single line for host_tools and native_only.
12015
12016Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12017
12018 * config.sub, configure.in: Add entries for m32r.
12019
12020Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12021
12022 * Makefile.in (inet-install): Don't run install-gzip.
12023
12024Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12025
12026 * configure.in: Don't config lots of things for *-*-windows*.
12027
12028Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12029
12030 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12031 (host_libs, host_tools): Copy from configure.in.
12032 * mpw-configure: Don't complain about directories not found.
12033
12034Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12035
12036 * configure.in (i[345]86): Recognize i686 for pentium pro.
12037 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12038 file.
12039
12040 * config.guess (i[345]86): Ditto.
12041
12042Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12043
12044 * configure.in (noconfigdirs): Removed gdb for D10V.
12045
12046Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12047
12048 * configure.in: Remove ld, target-libio, target-libg++, and
12049 target-libstdc++ from noconfigdirs.
12050
12051Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12052
12053 * configure: Fix three locations where shell scripts were
12054 being run directly rather than with config_shell.
12055
12056Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12057
12058 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12059 * config.sub (basic_machine): Recognize v850.
12060
12061Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12062
12063 * mpw-configure: Handle multiple enable/disable options and
12064 pass them down recursively, handle -c and -s flags appropriately
12065 depending on choice of compiler, add escape mechanism for
12066 quoted arguments to gC.
12067
12068Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12069
12070 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12071 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12072 so that -mrelocatable-lib and -mno-eabi are used.
12073
12074 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12075 not support --print-multi-lib, don't abort.
12076
252b5132
RH
12077Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12078
12079 * make-all.com: Run config-a-gas.
12080 * setup.com: Don't copy subdirectory files around.
12081
12082Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12083
12084 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12085 target, it now compiles correctly.
12086
12087Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12088
12089 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12090
12091Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12092
35590697 12093 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12094
12095Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12096
12097 * configure.in (native_only): Add prms.
12098
12099Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12100
12101 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12102 (BINUTILS_SUPPORT_DIRS): Likewise.
12103
12104Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12105
12106 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12107 d10v support is added.
12108
12109Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12110
12111 * configure.in (d10v-*-*): New target.
12112
12113Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12114
12115 * config.guess (HP 9000/811): Recognize this as a PA1.1
12116 machine.
12117
12118Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12119
12120 * Makefile.in (do-tar-gz): New target, split out from tail end of
12121 taz target. Run each command separately, don't use pipes.
12122 (taz): Use it.
12123
12124Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12125
12126 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12127 * mpw-build.in: No builds should depend on building byacc or flex,
12128 they are assumed to be installed already.
12129
12130Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12131
12132 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12133 variable that CC_FOR_TARGET needs.
12134
12135Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12136
12137 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12138 options have changed since the last time the subdirectory was
12139 configured, and if it has, reconfigure.
12140 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12141 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12142
12143Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12144
12145 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12146 CLEAN_MODULES): Add bash.
12147 (all-bash): New target.
12148
12149Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12150
12151 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12152
12153Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12154
12155 * config.sub (basic_machine): Recognize d10v as a valid processor.
12156
12157Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12158
12159 * mpw-configure: Add support for --bindir.
12160 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12161
12162Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12163
12164 * configure.in: add bash, time, gawk to list of hosttools and things
12165 to only build for native toolchains
12166
12167Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12168
12169 * Makefile.in (docdir): Remove.
12170
12171Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12172
12173 * Makefile.in (datadir): Set to $(prefix)/share.
12174
12175Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12176
12177 * configure.in: build diff and patch for cygwin32-hosted
12178 toolchains.
12179
12180Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12181
12182 * config.sub: Accept -rtems*.
12183
12184Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12185
80413487 12186 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12187 remove diff from the list of things not buildable
12188 via Canadian Cross
252b5132
RH
12189
12190Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12191
12192 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12193 don't get ". ".
252b5132
RH
12194
12195Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12196
12197 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12198
12199Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12200
12201 * Makefile.in (taz): Handle case where tex3patch didn't even get
12202 checked out. Also, if it was found, put the symlink in a new util
12203 subdirectory.
12204
12205Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12206
12207 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12208
12209Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12210
12211 * config.sub: Recognize -openvms.
12212 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12213 * make-all.com, setup.com: New files.
12214
12215Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12216
12217 * Makefile.in (taz): tex3patch moved to texinfo/util.
12218
12219Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12220
afb8d725 12221 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12222 * configure.in: remove make from disable-if-Can-Cross list
12223 enable gdb if ${host} and ${target} are cygwin32
12224
12225Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12226
12227 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12228 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12229
12230Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12231
12232 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12233 distinguish sysv/svr4/bsd variants.
12234 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12235
12236Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12237
12238 * configure.in: Added copyright notice.
12239 * move-if-change: Added copyright notice.
12240
12241Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12242
12243 * configure.in (powerpcle-*-solaris*): Until we get shared
12244 libraries working, don't build gdb, sim, make, tcl, tk, or
12245 expect.
12246
12247Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12248
12249 * config.guess: Merge with FSF:
12250
12251 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12252 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12253
12254 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12255 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12256
12257 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12258 * config.guess: Combine two OSF1 rules.
12259 Also recognize field test versions. From mjr@zk3.dec.com.
12260 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12261 because GNU uname does not support -p. From pmr@pajato.com.
12262
12263Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12264
12265 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12266
12267Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12268
12269 * mpw-README: Document GCCIncludes.
12270
12271Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12272
12273 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12274
12275Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12276
12277 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12278
12279Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12280
12281 * configure.in (*-*-cygwin32): Configure make.
12282
12283Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12284
12285 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12286
12287Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12288
12289 * Makefile.in (all-inet): Depend on all-perl.
12290
12291 * Makefile.in (inet-install): New target.
12292
12293 * Makefile.in (all-inet): Depend on all-tcl.
12294 (all-inet): Depend on all-send-pr.
12295
12296Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12297
12298 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12299 temporarily.
12300
12301Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12302
12303 * configure.in: Don't configure --with-gnu-ld on AIX.
12304
12305Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12306
12307 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12308
12309Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12310
12311 * Makefile.in (ALL_MODULES): Added all-inet.
12312 (CROSS_CHECK_MODULES): Added check-inet.
12313 (INSTALL_MODULES): Added install-inet.
12314 (CLEAN_MODULES): Added clean-inet.
12315 (all-indent): New target.
12316
12317 * configure.in (host_tools): Added inet.
12318 (native_only): Added inet.
12319 (noconfigdirs): Added inet.
12320
12321Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12322
12323 * configure.in: Don't configure libgloss if we are not configuring
12324 newlib.
12325
12326Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12327
12328 * configure.in: Don't configure libgloss for unsupported
12329 architectures.
12330
12331Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12332
12333 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12334
12335Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12336
12337 * Makefile.in (ALL_MODULES): Include all-apache.
12338 (CROSS_CHECK_MODULES): Include check-apache.
12339 (INSTALL_MODULES): Include install-apache.
12340 (all-apache): New target.
12341
12342 * configure.in: Added apache everywhere perl is seen.
12343
12344Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12345
12346 * Makefile.in: Add support for clean-{module} and
12347 clean-target-{module} rules.
12348
12349Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12350
12351 * configure.in (*-*-ose) do not build libgloss.
12352
12353Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12354
12355 * config.guess (prep*:SunOS:5.*:*): Turn into
12356 powerpele-unknown-solaris2.
12357
12358Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12359
12360 * configure.in: Permit --enable-shared to specify a list of
12361 directories.
12362
12363Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12364
12365 * configure.in (host==solaris): Pass only the first word of $CC
12366 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12367
12368Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12369
12370 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12371
12372Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12373
12374 * Makefile.in (ALL_MODULES): Include all-perl.
12375 (CROSS_CHECK_MODULES): Include check-perl.
12376 (INSTALL_MODULES): Include install-perl.
12377 (ALL_X11_MODULES): Include all-guile.
12378 (CHECK_X11_MODULES): Include check-guile.
12379 (INSTALL_X11_MODULES): Include install-guile.
12380 (all-perl): New target.
12381 (all-guile): New target.
12382
12383 * configure.in (host_tools): Include perl and guile.
12384 (native_only): Include perl and guile.
12385 (noconfigdirs): Don't build guile and perl; no ports have been
12386 done.
12387
12388Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12389
80413487
RH
12390 * configure (--enable-*): Handle quoted option lists such as
12391 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12392
12393Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12394
12395 * Makefile.in ({,inst}all-target): New rule so we can make and
12396 install all of the target directories easily.
12397
12398Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12399
12400 * configure.in: Add missing global flag in sed substitution when
12401 deleting `target-' from ${configdirs}.
12402
12403Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12404
12405 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12406 option.
12407
12408 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12409 config/mh-necv4.
12410
12411 * install.sh: Correct misspelling of transformbasename.
12412
12413 * config.guess: Recognize mips-*-sysv*.
12414
12415Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12416
12417 * config.sub: Recognize mon960.
12418
12419Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12420
12421 * configure: Restore Canadian Cross handling of BISON and LEX,
12422 removed in Feb 20 change.
12423
12424Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12425
12426 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12427 Mention make install. Remove the old copyright date as well the
12428 clumsy and rather pointless copyright on the README file.
12429
12430Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12431
12432 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12433 Makefile after running symlink-tree, then run `make distclean' to
12434 avoid clobbering any generated files in srcdir.
12435
12436Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12437
12438 * configure.in (m68k-*-netbsd*): Build everything now.
12439
12440Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12441
12442 * Makefile.in (taz): Fix quoting.
12443
12444Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12445
12446 * configure.in (sparclet-*-*): Build everything now.
12447
12448Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12449
12450 * configure.in (m68k-*-linux*): New host.
12451
12452Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12453
12454 * configure: Check for bison before byacc.
12455
12456Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12457
12458 * Makefile.in configure: Change the way LEX and BISON/YACC are
12459 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12460 searching PATH. These are used as fallbacks by Makefile.in if
12461 flex/bison/byacc aren't in objdir.
12462
12463Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12464
12465 * Makefile.in: Make everything which depends upon all-bfd also
12466 depend upon all-opcodes, in case --with-commonbfdlib is used.
12467
12468Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12469
12470 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12471 building NT native compilers on Unix.
12472
12473Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12474
12475 * configure.in: Don't get CC from the host Makefile fragment if we
12476 can find gcc in PATH, or if this is a Canadian Cross. Move the
12477 Solaris test for /usr/ucb/cc to the post target script, just after
12478 the compiler sanity test.
12479
12480Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12481
12482 * config.sub: Merge with FSF.
12483
12484Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12485
12486 * Makefile.in (RPATH_ENVVAR): New variable.
12487 (REALLY_SET_LIB_PATH): Use it.
12488 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12489
12490Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12491
12492 * config.sub, configure.in: Recognize sparclet cpu.
12493
12494Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12495
12496 * config.guess: Support m68k-cbm-sysv4.
12497
12498Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12499
12500 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12501 m68k-unknown-linuxaout from linker help string. Put quotes around
12502 $ld_help_string.
12503
12504Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12505
12506 * config.guess (powerpc-harris-powerunix): Add guess for port
12507 to new target.
12508
12509Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12510
12511 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12512
12513Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12514
12515 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12516 $(REALLY_SET_LIB_PATH) in Makefile.
12517 * Makefile.in (SET_LIB_PATH): New variable.
12518 (REALLY_SET_LIB_PATH): New variable.
12519 ($(DO_X)): Use $(SET_LIB_PATH).
12520 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12521 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12522 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12523 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12524 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12525 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12526 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12527 (install-dosrel): Likewise.
12528 (all-opcodes): Depend upon all-libiberty.
12529
12530Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12531
12532 * config.guess (*:CYGWIN*): New
12533
12534Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12535
12536 * Makefile.in (all-target-winsup): All all-target-libiberty.
12537
12538Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12539
12540 * configure.in (noconfigdirs): Add missing # in front of comment.
12541
12542Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12543
12544 * configure.in: add second pass to things added to noconfigdirs
12545 so *-gm-magic can exclude libgloss properly.
12546
12547Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12548
12549 * mpw-configure (extralibs_name, rez_name): Set correctly
12550 for MWC68K compiler.
12551
12552 * mpw-README: Add more info on the necessary build tools.
12553
12554Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12555
12556 * configure.in, config.sub: Recognize cygwin32.
12557
12558Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12559
12560 * config.guess, config.sub: Recognize A/UX.
12561
12562Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12563
12564 * config.sub: Merge with gcc/config.sub.
12565
12566Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12567
12568 * mpw-build.in (do-binutils): Add build of stamps.
12569
12570Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12571
12572 * config.sub: Add recognition for mips64vr4100*-* targets.
12573
12574Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12575
12576 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12577 Add creation of gconfigargs with `--enable-shared' turned on.
12578 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12579 ($(host)-stamp-stage3-configured): Likewise.
12580 (HOLES): Add chatr and ldd.
12581 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12582
12583Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12584
12585 * configure: Pass --nfp to recursive configures.
12586
12587Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12588
12589 * Makefile.in (DLLTOOL): New.
12590 (DLLTOOL_FOR_TARGET): New.
12591 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12592 (EXTRA_TARGET_FLAGS): Ditto.
12593 (EXTRA_GCC_FLAGS): Ditto.
12594 (CONFIGURE_TARGET_MODULES): Ditto.
12595 (DO_X): Ditto.
12596 * configure: Add DLLTOOL.
12597
12598Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12599
12600 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12601 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12602 mh-sco, since old workarounds no longer needed, and don't
12603 build ld, since libraries have weak symbols in COFF.
12604
12605Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12606
12607 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12608
12609Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12610
12611 * configure.in: Make sure that ${CC} can be used to compile an
12612 executable.
12613
afb8d725
JM
12614Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12615
12616 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12617 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12618 nothing depending on whether gdbtk is being built.
12619
252b5132
RH
12620Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12621
12622 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12623
12624Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12625
12626 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12627 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12628
12629Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12630
12631 * config-ml.in: Add support for
12632 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12633 Simplify setting of multidirs from --disable-foo.
12634
12635Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12636
12637 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12638 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12639 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12640 non-empty, pass them on to the GCC make.
252b5132
RH
12641 (all-bootstrap): New rule that is like all-gcc, except it executes
12642 the GCC bootstrap rule instead of the GCC all rule.
12643
12644Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12645
12646 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12647
12648Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12649
12650 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12651 DG/UX support.
12652
12653Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12654
12655 * config.sub (i*86*) Change [345] to [3456]
12656
12657Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12658
12659 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12660 --with-gnu-ld=no.
12661
12662Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12663
12664 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12665 AIX multilibs get built.
12666
12667Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12668
12669 * configure.in (i386-win32): Don't build expect if we're not
12670 building the tcl subdir.
12671
12672Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12673
12674 * Makefile.in: (configure-target-examples, all-target-examples):
12675 New targets, configure and build example programs.
12676
12677Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12678
12679 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12680 use it as input to sedit the generated MPW makefile.
12681 * mpw-README: Add a suggestion about Gestalt.h.
12682
12683Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12684
12685 * config.sub: Accept *-*-ieee*.
12686
12687Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12688
12689 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12690 Ronald F. Guilmette <rfg@monkeys.com>.
12691
12692Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12693
12694 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12695 for powerpc-pe native.
12696 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12697 (target==powerpc-pe): duplicate i386-win32 entry.
12698
12699Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12700
12701 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12702 of vxworks, not just vxworks5.1.
12703
12704Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12705
12706 * mpw-configure: Add support for exec-prefix.
12707
12708Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12709
12710 * config.guess: Recognize HP model 816 machines as having
12711 a PA1.1 processor.
12712
12713Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12714
12715 * configure: Ignore new autoconf configure options.
12716
252b5132
RH
12717Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12718
12719 * config.guess: Recognize Pentium under SCO.
12720 From Robert Lipe <robertl@arnet.com>.
12721
12722Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12723
12724 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12725
12726Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12727
12728 * configure.in: Don't configure gas for alpha-dec-osf*.
12729
12730Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12731
12732 * configure.in: Default to --with-stabs for some targets for which
12733 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12734 i[345]86*-*-unixware*.
12735
12736Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12737
12738 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12739 rather than basing it on the target. Simplify handling of options
12740 controlling which directories to configure. Remove extraneous
12741 slash in multi-clean target.
12742
12743Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12744
12745 * config-ml.in: Prefix more variables with ml_ so they don't collide
12746 with configure's.
12747
12748Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12749
12750 * configure: Don't turn -v into --v.
12751
12752Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12753
12754 * configure.in (targargs): Fix typo.
12755
12756 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12757
12758Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12759
12760 * configure.in: Strip --host and --target options from
12761 CONFIG_ARGUMENTS, and always configure for --host only. Add
12762 --with-cross-host option when building with a cross-compiler.
12763 * configure: Canonicalize the arguments put into config.status by
12764 always using `=' for an option with an argument. Pass a presumed
12765 --host or --target explicitly.
12766
12767Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12768
12769 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12770 into general OS recognition case.
12771
12772Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12773
12774 * configure.in (target_configdirs): add target-winsup only
12775 for win32 target systems.
12776
12777Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12778
12779 * Makefile.in (all-target-libgloss): Depend upon
12780 configure-target-newlib, since when libgloss is built it looks to
12781 see if the newlib directory exists.
12782
12783Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12784
12785 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12786 cfg-ml-*.in.
12787
12788Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12789
12790 * configure: Handle LD and LD_FOR_TARGET when configuring a
12791 Canadian Cross.
12792
252b5132
RH
12793Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12794
12795 * configure.in (target_libs): add target-winsup.
12796 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12797 (target==ppcle-pe): remove ld from $noconfigdirs.
12798
12799Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12800
12801 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12802 Preserve relative path names in $srcdir. Build symlink tree if
12803 configuring cross target dir and srcdir=. (= no VPATH support).
12804 (configure-target-libg++): Depend on configure-target-librx.
12805 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12806 * config-ml.in: New file.
12807 * symlink-tree: New file.
12808 * configure: Ensure srcdir="." if that's what it is.
12809
12810Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12811
12812 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12813 includes and FLEX_SKELETON setting.
12814 * mpw-configure (--with-gnu-ld): New option, controls whether
12815 to use PPCLink or ld with PowerMac GCC.
12816 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12817 * mpw-config.in: Configure grez if targeting Mac.
12818
12819 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12820 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12821 just macos.
252b5132
RH
12822 * configure.in: Configure grez resource compiler if targeting Mac.
12823 * Makefile.in (all-grez, install-grez): New targets.
12824
12825Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12826
12827 * configure: CXX defaults to gcc, not g++. If we find
35590697 12828 gcc in the path, set CC to gcc -O2.
252b5132
RH
12829
12830Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12831
12832 * configure: Default ${build} correctly. Avoid picking up extra
12833 spaces when reading CC and CXX from Makefile. When doing a
12834 Canadian Cross, use plausible default values for numerous
12835 variables.
12836 * configure.in: When doing a Canadian Cross, don't try to
12837 configure tools whose configure script can't handle it.
12838
12839Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12840
12841 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12842
12843Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12844
12845 * configure: Remove dubious bug reporting address.
12846
12847Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12848
12849 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12850 configure script, run that instead of this directory's configure.
12851 In either case, print a message that we're configuring the sub-dir.
12852
12853Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12854
12855 * configure.in: Before checking for the existence of various files,
12856 use sed to filter out "target-".
12857
12858Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12859
12860 * Makefile.in (DO_X): Split rule to decrease command line length
12861 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12862 (Philippe De Muyter).
12863
12864Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12865
12866 * Makefile.in (all-patch): depend on all-libiberty.
12867
12868Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12869
12870 * configure.in: If the only directory in target_configdirs which
12871 actually exists is libiberty, then set target_configdirs to empty,
12872 to avoid trying to build a target libiberty in a gas or gdb
12873 distribution.
12874
12875Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12876
12877 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12878 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12879 systems.
252b5132
RH
12880
12881Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12882
12883 * configure.in (copy_dirs): Use sys-include instead of include
12884 for --with-headers option.
12885
12886Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12887
12888 * Makefile.in, configure.in: Make winsup builds work with
12889 new scheme.
12890
12891Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12892
12893 * configure.in: Build the linker on AIX.
12894
12895Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12896
12897 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12898 where needed.
12899
12900Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12901
12902 * Makefile.in (all-gcc): Fix typo.
12903
12904Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12905
12906 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12907
12908Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12909
12910 * configure.in: Rename libFOO to target-libFOO, and xiberty
12911 to target-xiberty, to provide more flexibility.
12912 (target_subdir): Define. Create if cross.
12913 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12914 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12915 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12916 check-libFOO -> check-target-libFOO, etc.
12917 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12918 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12919 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12920 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12921 allow ALL_GCC="" to only configure.
12922 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12923 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12924 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12925
12926Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12927
12928 * Makefile.in (taz): Build "info" in etc explicitly.
12929
12930Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12931
12932 * configure.in: Make sure that CC is undefined (as opposed to
12933 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12934 problem with autoconf trying to configure on a host without GCC.
12935
12936Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12937
12938 * mpw-configure: Set host alias from choice of host compiler,
12939 only use generic MPW Makefile sed if present, edit a file
12940 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12941 * mpw-README: Add problem notes about CW6 and CW7.
12942
12943Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12944
12945 * Makefile.in (taz): Use ";" instead of ";;".
12946
12947Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12948
12949 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12950 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12951 DISTDOCDIRS.
12952 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12953 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12954
12955Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12956
12957 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12958 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12959 Move bfd to DISTSTUFFDIRS.
12960
12961Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12962
12963 * Makefile.in (X11_LIB): Removed.
12964 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12965
12966 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12967
12968Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12969
12970 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12971 names.
12972
12973Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12974
12975 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12976
12977Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12978
12979 * configure.in (i[345]86-*-win32): Always build newlib.
12980 Don't configure cvs, autoconf or texinfo.
12981 * Makefile.in (LD_FOR_TARGET): New.
12982 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12983 Pass down LD_FOR_TARGET.
12984
12985Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12986
12987 * winsup: New directory.
12988 * Makefile.in: Build winsup.
12989 * configure.in: Winsup is configured when target is win32.
12990 Can only build win32 target GDB when native.
35590697 12991
252b5132
RH
12992Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12993
12994 * config.guess: Recognize HP model 819 machines as having
12995 a PA 1.1 processor.
12996
12997Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12998
12999 * configure: Fix sed loop which substitutes for CC and CXX to
13000 avoid bug found in various sed implementations.
13001
13002Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13003
13004 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13005 simulator. Use standard powerpc-*-eabi*.
13006
13007Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13008
13009 * configure.in: Stop putting gas and binutils in noconfigdirs for
13010 powerpc-*-aix* and rs6000-*-*.
13011
13012Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13013
13014 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13015 -mcall-aixdesc libraries.
13016
13017Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13018
13019 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13020
13021 * config.sub (arm | armel | armeb): Fix shell syntax.
13022
13023Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13024
13025 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13026 -msoft-float and -mcpu=common support.
13027 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13028 libraries.
13029
13030Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13031
13032 * configure.in: Allow configuration and build of emacs19 for the alpha.
13033
13034Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13035
13036 * configure.in (CC): Get ^CC, not just any old CC, from
13037 ${host_makefile_frag}.
13038
13039Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13040
35590697 13041 * configure.in (CC): Try to get CC from
252b5132
RH
13042 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13043
13044Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13045
13046 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13047 only if it exists in $(srcdir).
13048
13049Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13050
13051 * configure: If CC and CXX are not set in the environment, set
13052 them, based on either an existing Makefile or on searching for gcc
13053 in PATH. Substitute for CC and CXX in Makefile.
13054 * configure.in: Remove libm from target_libs. Separate
13055 target_configdirs from configdirs. If CC is not set in
13056 environment, try to get it from a host Makefile fragment. Rewrite
13057 changes of configdirs to use skipdirs instead. A few minor
13058 tweaks. Take directories out of target_configdirs as they are
13059 taken out of configdirs. Remove existing Makefile files from
13060 subdirectories. Substitute for TARGET_CONFIGDIRS and
13061 CONFIG_ARGUMENTS in Makefile.
13062 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13063 by configure.in.
13064 (CONFIG_ARGUMENTS): Likewise.
13065 (CONFIGURE_TARGET_MODULES): New variable.
13066 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13067 ($(CONFIGURE_TARGET_MODULES)): New target.
13068 (configure-libg++, configure-libio): New targets.
13069 (all-libg++): Depend upon configure-libg++.
13070 (all-libio): Depend upon configure-libio.
13071 (configure-libgloss, all-libgloss): New targets.
13072 (configure-libstdc++): New target.
13073 (all-libstdc++): Depend upon configure-libstdc++.
13074 (configure-librx, all-librx): New targets.
13075 (configure-newlib): New target.
13076 (all-newlib): Depend upon configure-newlib
13077 (configure-xiberty): New target.
13078 (all-xiberty): Depend upon configure-xiberty.
13079
13080Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13081
13082 * configure.in (host i[345]86-*-win32): Expand the
13083 noconfigdirs again.
13084
13085Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13086
13087 * mpw-configure: Fix sed command file name.
13088
13089Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13090
35590697 13091 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13092 noconfigdirs again.
13093
13094Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13095
13096 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13097 or powerpc*-*-pe*, since they are not yet supported.
13098
13099Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13100
13101 Add PowerMac support and many other enhancements.
13102 * mpw-configure: New option --cc to select compiler to use,
13103 paste options set according to --cc into the generated
13104 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13105 if mpw-make.sed is present.
13106 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13107 add forward includes for PowerPC include files.
13108 * mpw-build.in: Build using Makefile.PPC if present.
13109 (do-byacc, etc): Remove separate version resource builds.
13110 (do-gas): Build "stamps" before "all".
13111 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13112 * mpw-README: Update to reflect --cc option, PowerMac support,
13113 and recently-reported compatibility problems.
13114
13115Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13116
13117 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13118 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13119 (--with-multilib-top): Pass to recursive invocations.
13120
13121Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13122
13123 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13124 v810-*-*.
13125
13126Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13127
13128 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13129 gdb, ld and opcodes on v810-*-*.
13130
252b5132
RH
13131Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13132
13133 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13134 (local-maintainer-clean): New target.
13135 (maintainer-clean): New target.
13136 (realclean): Just depend upon maintainer-clean.
13137
13138Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13139
13140 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13141
13142Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13143
13144 * configure.in: Build ld in mips*-*-bsd* case.
13145
13146Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13147
13148 * config.sub: Accept -lites* OS. From Ian Dall.
13149
13150Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13151
13152 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13153 targets.
252b5132
RH
13154
13155Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13156
13157 * configure.in: treat i386-win32 canadian cross the same as
13158 i386-go32 canadian cross.
13159
13160Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13161
13162 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13163 running under the simulator to build a reduced set of libraries.
13164 (powerpc-*-eabiaix): Add fine grained multilib support added to
13165 other powerpc targets yesterday.
13166
13167Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13168
13169 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13170 -disable-softfloat, -disable-relocatable, -disable-aix, and
13171 -disable-sysv to control which multilib libraries get built.
13172
13173Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13174
13175 * configure: Add Makefile.tem to list of files to remove in trap
13176 handler.
13177
13178Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13179
13180 * config.guess (*Linux*): Add missing "exit"s.
13181 Also, need specific check for alpha-unknown-linux (uses COFF).
13182
13183Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13184
13185 * config.guess: Merge with FSF:
13186
13187 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13188 * config.guess (AIX4): More robust release numbering discovery.
13189
13190 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13191 * config.guess (i386-sequent-ptx): Properly get version number.
13192
13193 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13194 * config.guess (mips:*:4*:UMIPS): New case.
13195
13196Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13197
13198 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13199 (i386-win32 host): Likewise. Don't build readline.
13200
afb8d725
JM
13201Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13202
13203 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13204 SUPPORT_FILES to submakes.
13205
252b5132
RH
13206Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13207
13208 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13209 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13210 mpw-configure.
13211
13212Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13213
13214 * configure.in (appdirs): Use =, not ==, in test expression when
13215 trying to build the text to print in the warning message for
13216 Solaris users.
13217
13218Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13219
13220 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13221
13222Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13223
13224 * config.guess: Recognize lynx-2.3.
13225
13226Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13227
13228 * config.sub (z8ksim): Deleted
13229 (z8k-*-coff): New, this is the one true name of the target.
13230
13231Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13232
13233 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13234
13235Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13236
13237 * config.guess (*:Linux:*:*): First try asking the linker what the
13238 default object file format is (elf, aout, or coff). Then if this
13239 fails, try previous methods.
13240
13241Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13242
13243 * configure.in: Don't build newlib for *-*-vxworks5.1.
13244
13245Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13246
13247 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13248 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13249
13250Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13251
13252 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13253
13254Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13255
13256 * cfg-ml-com.in: New file.
13257 * cfg-ml-pos.in: New file.
13258
13259Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13260
13261 * COPYING.NEWLIB: Add HP free copyright to list.
13262
13263Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13264
13265 * config.sub: Recognize -eabi* for the system, not just -eabi.
13266
13267Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13268
13269 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13270 * config.sub, configure.in (win32): New target and host.
13271
13272Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13273
13274 * configure.in: Add i386-pe configuration.
13275
13276Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13277
13278 * mpw-build.in (install): Install GDB after LD.
13279
13280Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13281
13282 * mpw-config.in (elf/mips.h): Always forward-include, needed
13283 for GDB to build.
13284
13285Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13286
13287 * testsuite: New directory for customer acceptance and whole tool
13288 chain tests.
13289
13290Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13291
13292 * configure: If per-host line isn't found, but AC_OUTPUT is found
13293 and a configure script exists, run it instead.
13294
13295Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13296
13297 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13298
13299Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13300
13301 * configure: Set build_{cpu,vendor,os,alias} to host values when
13302 --build isn't specified.
13303
13304Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13305
13306 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13307 (FLAGS_TO_PASS): Pass them.
13308 (EXTRA_TARGET_FLAGS): Ditto.
13309
252b5132
RH
13310Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13311
13312 * Makefile.in (all-libg++): Depend on all-libstdc++.
13313
13314Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13315
13316 * configure.in (noconfigdirs): Enable all packages for
13317 i386-unknown-netbsd.
13318
13319Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13320
13321 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13322 hosted builds (DOS builds)
13323
13324Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13325
13326 Changes for ARM based on patches from Richard Earnshaw:
13327 * config.sub: Handle armeb and armel.
13328 * configure.in: Omit arm linker only for riscix.
13329
13330Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13331
13332 * config.guess: Update from FSF.
13333
13334Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13335
13336 * config.sub: Recognize powerpcle as the little endian varient of
13337 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13338 powerpcle variant. Convert pentium into i586, not i486. Add p5
13339 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13340 temporarily.
13341
13342Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13343
13344 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13345
13346Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13347
13348 * config.sub: Accept -lites* as a basic system type.
13349
13350Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13351
13352 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13353 installed, and if so return linuxoldld as the system name.
13354
13355Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13356
13357 * config.guess: Add hppa1.1-hp-lites support.
13358
13359Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13360
13361 * configure.in: Don't build newlib for m68k-vxworks5.1.
13362
13363Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13364
13365 * configure.in (mips-sgi-irix6): Use mh-irix5.
13366
13367Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13368
13369 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13370
13371Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13372
13373 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13374 OSF/1. Fix compiler flags.
252b5132
RH
13375 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13376
13377Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13378
13379 * configure.in: Recognize --with-newlib.
13380 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13381
afb8d725
JM
13382Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13383
13384 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13385 to *_X11_MODULES due to gdbtk needing X include files et al.
13386
252b5132
RH
13387Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13388
13389 Merge in support for Mac MPW as a host.
13390 (Old change descriptions retained for informational value.)
13391
13392 * mpw-config.in: Add generic include forwards for cpu-specific
13393 include files in aout and elf directories.
13394
13395 * mpw-configure: Added copyright.
13396 * mpw-config.in: Check for presence of required build tools.
13397 (target_libs): Add newlib.
13398 (target_tools): Add examples.
13399 (Read Me): Generate as "Read Me for MPW" instead.
13400 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13401 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13402 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13403
13404 * mpw-configure: Remove subdir-specific makefile hackery,
13405 delete mk.tmp after using it.
13406
13407 * mpw-build.in (all): Display start and end times.
13408
13409 * mpw-configure (host_canonical): Set.
13410 (target_cpu): Always add to makefiles.
13411 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13412 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13413 (mpw-mh-mpw): Look for in srcdir and srcroot.
13414 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13415
13416 * mpw-build.in: (install-only): New target.
13417
13418 * mpw-configure (host_alias, target_alias): Rename from hostalias
13419 and targetalias, add into generated Makefile.
13420 (mk.tmp): If present, add into generated Makefile.
13421 * mpw-build.in (all-gas): Build config.h first before gas proper.
13422
13423 * mpw-configure (config.status): Write only if changed.
13424 * mpw-config.in (readline): Configure it (not built, just used for
13425 definitions).
13426
13427 * mpw-config.in (elf/mips.h): Add a forward include.
13428
13429 * mpw-config.in: Forward-include most .h files in include into
13430 extra-include.
13431 (readline): Don't build.
13432 mpw-build.in (install): Install GDB.
13433
13434 * mpw-configure (prefix, mpw_prefix): Handle it.
13435 * mpw-config.in (mmalloc, readline): Don't configure.
13436 * mpw-build.in (thisscript): Rename to ThisScript.
13437 Use mpw-build instead of BuildProgram everywhere.
13438 (mmalloc, readline): Don't build.
13439 * mpw-README: New file, basic documentation about the MPW port.
13440
13441 * mpw-config.in: Use forward-include to create include files.
13442
13443 * mpw-configure: Add more things to the top of each configured
13444 Makefile, including contents of config/mpw-mh-mpw.
13445 * mpw-config.in (extra-include): Create this directory and fill it
13446 with Posix-like include files when configuring.
13447
13448 * config.sub (apple, mac, mpw): Add various aliases.
13449
13450 * mpw-build.in: New file, top-level build script fragment for MPW.
13451 * mpw-configure: New file, configure script for MPW.
13452 * mpw-config.in: New file, config fragment for MPW.
13453
13454Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13455
13456 * configure.in (host_libs): Remove glob, since it is gone from the
13457 sources.
13458
13459Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13460
13461 * Makefile.in: define empty GDB_NLM_DEPS var.
13462
13463 * configure.in(target_makefile_frag): use config/mt-netware
13464 for netware targets.
13465
13466Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13467
13468 * config.sub: Merge in recent FSF changes. Remove linux special
13469 cases.
13470
13471Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13472
4bddf3ad 13473 Revert this change:
252b5132
RH
13474
13475 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13476
13477 * build-all.mk: Use CC=cc -Xs on Solaris.
13478
252b5132
RH
13479Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13480
13481 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13482 stop using it.
13483 * Makefile.in: Nuke all references to glob subdirectory.
13484
13485Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13486
13487 * configure.in: Fix --enable-shared logic in per-host.
13488
13489Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13490
13491 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13492
13493Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13494
13495 * configure.in (noconfigdirs): Don't build gas on AIX, for
13496 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13497
13498Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13499
13500 * configure: Fix --cache-file to work if the file argument is a
13501 relative path.
13502
13503Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13504
13505 * configure: If the --cache-file is used, pass it down to
13506 configure in subdirectories.
13507
13508Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13509
13510 * config.sub: add vxworks29k configuration.
13511
13512Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13513
13514 * Makefile.in (taz): Do "diststuff" part quietly.
13515
13516Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13517
13518 * config.sub: Mini-merge with gcc/config.sub.
13519
13520Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13521
13522 * config.guess (IRIX): Sed - to _.
13523
13524Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13525
13526 * Makefile.in (source-vault, binary-vault): New targets.
13527
13528Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13529
13530 * config.sub: Recognize -eabi as a basic system type.
13531
13532Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13533
13534 * configure.in (enable_shared stuff): Fix typo.
13535
13536Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13537
13538 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13539
13540Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13541
13542 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13543
13544Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13545
13546 * configure.in (rs6000-*-*): Don't build gas.
13547
13548Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13549
13550 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13551 reduce command line length.
13552 (AS_FOR_TARGET): Check for as.new, not Makefile.
13553 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13554
13555Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13556
13557 * config.guess: Merge from FSF.
13558
13559Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13560
13561 * configure: Don't use $ when handling program_suffix.
13562
13563Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13564
13565 * configure.in: Configure tk for hppa/hpux.
13566
13567Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13568
13569 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13570
13571Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13572
13573 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13574 to LIBCXXFLAGS. Tests are better run without it.
13575
13576Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13577
13578 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13579
13580Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13581
13582 * configure.in (*-*-netware*): Don't configure xiberty.
13583
13584Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13585
13586 * configure.in: Remove tk from native_only list.
13587
13588Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13589
13590 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13591 for special NCD build.
13592
13593Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13594
13595 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13596 makeall.bat, they're only useful for binutils snapshots.
13597 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13598 makeall.bat to specified SUPPORT_FILES.
13599
13600Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13601
13602 * build-all.mk: Add Ericsson targets to sun4 and solaris
13603 hosts. Add BNR's sun4 target to solaris host, so their
13604 build-from-source will be tested in-house first.
13605
13606Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13607
13608 * Makefile.in (LIBCFLAGS): New variable.
13609 (CFLAGS_FOR_TARGET): Ditto.
13610 (LIBCFLAGS_FOR_TARGET): Ditto.
13611 (LIBCXXFLAGS): Ditto.
13612 (CXXFLAGS_FOR_TARGET): Ditto.
13613 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13614 (BASE_FLAGS_TO_PASS): Pass them.
13615 (EXTRA_TARGET_FLAGS): Ditto.
13616
4bddf3ad 13617 * configure.in: Support --enable-shared.
252b5132
RH
13618
13619Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13620
13621 * configure.in (target_libs): Include libstdc++ again.
13622 * config.guess: Update from FSF (for FreeBSD).
13623
13624Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13625
13626 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13627 makeall.bat.
13628 (DISTDOCDIRS): Add `etc'.
13629 (ETC_SUPPORT_PFX): New variable.
13630 (taz): Include anything from etc starting with a word in
13631 ETC_SUPPORT_PFX.
13632
13633Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13634
13635 * config.sub: Update for recent FSF changes. Remove obsolete
13636 h8300hds entry. Add -windows* and -osx as basic os. Minor
13637 spacing changes.
13638
13639Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13640
13641 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13642
13643 * config.guess: Merge with FSF.
13644 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13645
13646Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13647
13648 * configure: Since the "trap 0" handler will override the exit
13649 status on many systems, only use it for "exit 1", and make it set
13650 a non-zero exit status; reset it before "exit 0". Also, check
13651 exit status of config.sub, and error out if it failed.
13652
13653Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13654
13655 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13656 and install libgloss.
13657
13658Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13659
13660 * Makefile.in (all-binutils): Depend upon all-byacc.
13661
13662 * configure.in: Don't build emacs on Irix 5.
13663
13664Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13665
13666 * configure.in (*-*-netware*): Add libio.
13667
13668Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13669
13670 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13671 (CHECK_TARGET_MODULES): Ditto.
13672 (INSTALL_TARGET_MODULES): Ditto.
13673 (TARGET_LIBS): Ditto.
13674 (all-libstdc++): Note dependencies.
13675
13676Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13677
13678 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13679
13680Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13681
13682 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13683 -fexternal-templates.
13684
13685 * configure.in (target_libs): Add libstdc++.
13686 (noconfigdirs): Add libstdc++ as appropriate.
13687
13688Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13689
13690 * config.guess: Update from FSF.
13691
13692Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13693
13694 * configure: Use ${config_shell} when running ${configsub}.
13695
13696Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13697
13698 * config.sub: No longer recognize h8300h.
13699
13700Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13701
13702 * config.sub: Remove extraneous differences between config.sub and
13703 gcc/config.sub.
13704
13705Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13706
13707 * Makefile.in (DISTSTUFFDIRS): Add gas.
13708
13709Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13710
13711 * COPYING.NEWLIB: New file.
13712
13713Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13714
13715 * config.guess (HP-UX): Patch from Harlan Stenn
13716 <harlan@landmark.com> to also emit release level.
13717
13718Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13719
13720 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13721
13722Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13723
13724 * config.sub: Merge nextstep cleanup from FSF.
13725
13726Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13727
13728 * configure.in (arm-*-*): Don't configure ld for this target.
13729
13730Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13731
13732 * configure.in (*-*-netware): don't configure libg++, libio,
13733 librx, or newlib.
13734
13735Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13736
13737 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13738 configure ld--it works, but it doesn't support shared libraries.
13739
13740Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13741
13742 * config.guess (*-unknown-freebsd*): Get rid of possible
13743 trailing "(Release)" in version string.
13744 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13745
13746Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13747
13748 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13749 Fix type: *-next-neststep -> *-next-nextstep.
13750
13751 * config.guess: Merge from FSF:
13752
13753 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13754
13755 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13756
13757 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13758
13759 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13760 instead of UNIX_SV for UnixWare 1.0).
13761
13762Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13763
13764 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13765 to make gdb/nlm/* build after the compiler and linker.
13766
13767Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13768
13769 * config.guess (netbsd, freebsd, linux): Accept any machine,
13770 not just i[34]86.
13771 (m68k-atari-sysv4): Relocate to match FSF version.
13772
13773 * config.guess: More merges from the FSF:
13774
13775 Add a space before function call or macro invocation.
13776
13777 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13778
13779 * config.guess: Add trap cmd to remove dummy.c and dummy when
13780 interrupted.
13781
13782 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13783
13784 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13785 (dummy): Redirect stderr from compilation of dummy.c.
13786
13787 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13788
13789 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13790
13791Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13792
13793 * configure: Accept and ignore --cache*, for compatibility with
13794 new autoconf.
13795
13796Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13797
13798 * config.guess: Merge from FSF:
13799
13800 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13801
13802 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13803 (PATH): Add /.attbin at end for finding uname.
13804 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13805
13806 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13807
80413487 13808 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13809
13810 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13811
80413487
RH
13812 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13813 to select whether to use ELF or COFF.
252b5132
RH
13814
13815 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13816
80413487 13817 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13818
13819 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13820
13821 * config.guess: Guess the OS version for HPUX.
13822
13823 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13824
13825 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13826
13827Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13828
13829 * configure.in: Recognize --with-headers, --with-libs, and
13830 --without-newlib.
13831 * Makefile.in (all-xiberty): Depend upon all-ld.
13832
13833Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13834
13835 * configure.in: Change i[34]86 to i[345]86.
13836
13837Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13838
13839 * configure (version): A few more tweaks to help message.
13840
13841Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13842
13843 * Makefile.in: Remove (for now) librx as a host library,
13844 now that we're building it for target.
13845
13846Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13847
13848 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13849 (Karl Berry).
13850
13851Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13852
13853 * configure.in: Also configure librx.
13854
13855Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13856
13857 * Makefile.in: Update various rules to reflect that librx
13858 is now needed for libg++.
13859
13860Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13861
13862 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13863
13864Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13865
13866 * configure.in: Configure the examples directory.
13867
13868Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13869
13870 * configure: Simplify Jun 2 1994 change.
13871
13872Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13873
13874 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13875 /bin/gcc isn't good enough to build gcc.
13876
13877Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13878
13879 * Makefile.in (GDB_SUPPORT_FILES): Remove
13880 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13881 (gdb.tar.gz): Add new rule to use standard distribution building
13882 mechanism.
13883
13884Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13885
13886 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13887 Bill Cox <bill@cygnus.com>.
13888
13889Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13890
13891 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13892
13893Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13894
13895 * configure: Search current dir first in .gdbinit.
13896
13897Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13898
13899 * config.sub: Recognize freebsd (merged from gcc config.sub).
13900
13901Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13902
13903 * config.sub: Refer to NeXT's operating system as nextstep.
13904
13905 * config.sub (case $basic_machine): Re-order the cases, to match
13906 the order in the FSF version (which is mostly alphabethical).
13907 Merge in some additions and changes from the FSF.
13908
13909Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13910
13911 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13912 * config.sub: Recognize cxux7.
13913 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13914
13915Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13916
13917 * config.sub: Fix typo powerpc -> powerpc-*.
13918
13919Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13920
13921 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13922
13923 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13924 parallel with all-emacs and install-emacs). Top-level command
13925 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13926
13927Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13928
13929 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13930 $(relbindir)/make before doing ``make install'', and use
13931 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13932 installing over running make binary.
13933 ($(host)-stamp-stage3-installed): Likewise.
13934
13935Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13936
13937 * config.guess: Recognize Mach.
13938
13939Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13940
13941 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13942 see whether --exec-prefix was used.
13943
13944Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13945
13946 * README: Explicitly mention libg++/README. (Zoo's idea.)
13947
13948Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13949
13950 * Makefile.in: Add all-librx target similar to all-libproc.
13951
13952Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13953
13954 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13955 with post 1.2 uname bogosity.
13956
13957Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13958
13959 * configure: Remove temporary files on receipt of a signal.
13960
13961Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13962
13963 * configure: If there is a package_makefile_frag, remove
13964 ${subdir}/Makefile.tem after copying it in.
13965
13966Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13967
13968 * build_all.mk: support rs6000 lynx identifies itself as
13969 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13970 since /bin/gcc is too feeble to compile a modern gcc.
13971
13972Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13973
13974 * brought devo/test-build.mk update-to-date with progressive/
13975 test-build.mk. Add lynx targets and hppa flag info.
13976
13977Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13978
13979 * configure.in: Use mh-ncrsvr43. Patch from
13980 Tom McConnell <tmcconne@sedona.intel.com>.
13981
13982Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13983
13984 * config.guess (i386-unknown-bsdi): No longer need to
13985 check #if defined(__bsdi__) && defined(__i386__).
13986
13987Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13988
13989 * configure: Set program_transform_nameoption correctly.
13990
13991Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13992
13993 * brought build-all.mk update-to-date with progressive build-all.mk,
13994 added new targets and hppa info.
35590697 13995
252b5132
RH
13996Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13997
13998 * configure: If config.guess result is a prefix of the user
13999 specified target, assume a native build and use the user specified
14000 target as the host alias. Remove SunOS patch suffix removal hack.
14001 * configure.in: Remove SunOS patch suffix removal hack.
14002
14003 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14004 in NATIVE_CHECK_MODULES.
14005
14006Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14007
14008 * Makefile.in: Rename HOST_ONLY to NATIVE.
14009 * configure: Delete SunOs patch suffix from host_canonical
14010 and build_canonical variables that are prepended to Makefiles.
14011 * configure.in: Add comments for easier maintenance.
14012
14013Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14014
14015 * Makefile.in: Add all-libproc target similar to all-gui.
14016
14017Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14018
14019 * Makefile.in (CHECK_MODULES): split into
14020 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14021
14022Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14023
14024 * config.guess (i386-unknown-bsdi): New system to guess.
14025
14026Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14027
14028 * Makefile.in: Add all-gui target (but not yet build by "all").
14029
14030Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14031
14032 * config.sub: Move deletion of patch suffix from here...
14033 * configure.in: To here, at Ian's suggestion. The top-
14034 level scripts might need to know of a patch level.
14035
14036Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14037
14038 * config.sub: Strip off patch suffix so rtl is recognized
14039 as a sunos4.1.3 machine, even though it's been patched.
14040
14041Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14042
14043 * Makefile.in (INSTALL_LAST): Delete.
14044 (INSTALL_DOSREL): New.
14045
14046Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14047
14048 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14049 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14050 whether we pass down --with-gnu-ld anyhow.
14051
14052Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14053
14054 * Makefile.in (INSTALL_LAST): Change operation so it works
14055 on more flavors of make.
14056 * configure.in (go32): Don't build libg++ or libio.
14057
14058Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14059
14060 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14061 they can be overriden by templates.
14062
14063Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14064
14065 * configure.in (target==go32): Don't build gdb.
14066 * dosrel: New directory.
14067
14068Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14069
14070 * configure.in (host==go32): Configure dosrel too.
14071 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14072 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14073 be set by incoming names or templates.
14074 (INSTALL_LAST): New rule.
252b5132
RH
14075
14076Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14077
14078 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14079
14080Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14081
252b5132
RH
14082 * configure.in (appdirs): New variable. Currently empty, but will
14083 be used in gas distribution. If nonempty, lists a set of
14084 directories at least one of which must get configured, or top
14085 level configuration is considered to have failed.
14086 (rs6000-*-lynxos*): Use new file name.
14087
14088Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14089
14090 Eliminate XTRAFLAGS.
14091 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14092 newlib include files using -idirafter, and also use -nostdinc.
14093 (CXX_FOR_TARGET): Likewise.
14094 (XTRAFLAGS): Removed.
14095 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14096 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14097 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14098 ($(DO_X)): Don't pass down XTRAFLAGS.
14099
14100Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14101
14102 * configure.in (mips*-dec-bsd*): New target; do build linker.
14103 (mips*-*-bsd*): New target; don't build linker.
14104
14105Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14106
14107 * configure.in: support rs6000-*-lynxos* configuration.
14108 support sunos4 as a cross target.
14109
14110 * config.sub: look for lynx*, not lynx since the OS version may
14111 legitimately be part of the name.
14112
14113Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14114
14115 * configure.in (i[34]86-*-sco*): Move to be with other i386
14116 targets.
14117 (romp-*-*): New target. Skip various binary utilities.
14118 (vax-*-*): New target. Don't build newlib.
14119 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14120
14121Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14122
14123 * configure.in: Only set host_makefile_frag if config
14124 directory exists.
14125
14126Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14127
14128 * install.sh: If $dstdir exists, don't check whether each
14129 component does.
14130
14131Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14132
14133 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14134
14135Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14136
35590697
AJ
14137 * configure.in (*-*-lynxos*): Don't configure newlib for either
14138 native or cross Lynx.
252b5132
RH
14139
14140Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14141
14142 * config.sub (sparc64-elf): Fix os.
14143 (z8k): Remove duplicate.
14144
14145Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14146
14147 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14148 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14149
14150Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14151
14152 * configure: Make file links cleanly even if Lynx fails on
80413487 14153 an NFS symlink (at least fail cleanly).
252b5132
RH
14154
14155Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14156
14157 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14158 -XNh2000.
14159
14160Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14161
14162 * configure: Unknown options are fatal again.
14163
14164Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14165
14166 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14167 compatibility.
252b5132
RH
14168
14169Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14170
14171 * build-all.mk: Add `clean' target.
14172
14173Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14174
14175 * config.guess: Add SINIX support.
14176 * configure.in: Add mips-*-sysv4* support.
14177
14178Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14179
14180 * build-all.mk: Document all useful targets.
14181 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14182 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14183
14184Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14185
14186 * configure: Support --silent, --quiet.
14187
14188Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14189
14190 * configure: Support --disable-FEATURE.
14191
14192Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14193
14194 * config.guess: Recognize NCR running SVR4.3.
14195
14196Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14197
14198 * config.guess: Make BSDI generate i386-unknown-bsd386.
14199 Patch from Paul Eggert <eggert@twinsun.com>.
14200
14201Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14202
14203 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14204
14205Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14206
14207 * configure: Make unrecognized options give nonfatal warnings
14208 instead of fatal errors, and pass them to any subdirectory
14209 configures in case they recognize them.
14210 Make --x equivalent to --with-x.
14211
14212Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14213
14214 * configure: Add --enable-* options. Clean up usage message and
14215 some comments.
14216
14217Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14218
14219 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14220
14221Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14222
14223 * configure.in (hppa*-*-*): Enable binutils.
14224
14225Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14226
14227 * config.sub: Recognize cisco.
14228
14229Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14230
14231 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14232
14233Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14234
14235 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14236 than one configuration name. Add comment.
14237
14238Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14239
14240 * config.guess: about target *-hitachi-hiuxwe2, fixed
14241 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14242 macro is incorrect.]
14243
14244Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14245
14246 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14247 than the "make ls" stuff which used to be here.
14248
14249Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14250
14251 * config.guess: Recognize i[34]86-unknown-freebsd.
14252 From Shawn M Carey <smcarey@rodan.syr.edu>.
14253
14254Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14255
14256 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14257
14258Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14259
14260 * config.guess: Check for ptx.
14261
14262Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14263
14264 * config.sub: Add os9k checking.
14265
14266Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14267
14268 * config.guess: Handle OSF1 running on HPPA processors
14269
14270Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14271
14272 * configure: If subdir configure fails, print out a message with
14273 subdirectory name, in case subdir's configure code didn't identify
14274 itself.
14275
14276Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14277
14278 * configure.in: Remove embedded newlines from configdirs.
14279 Avoid mismatches of substrings. Fix matching strings at end
14280 of configdirs.
14281
14282Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14283
14284 * config.guess: Add Lynx/rs6000 config support.
14285
14286Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14287
14288 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14289
14290Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14291
14292 * configure.in (hppa*-*-osf*): Treat this just like most other
14293 PA configurations (eg no binutils or ld).
14294 (hppa*-*-*elf*): These configurations have binutils and ld.
14295
14296Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14297
14298 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14299
14300Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14301
14302 * configure.in (rs6000-*-*): Build gas.
14303
14304Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14305
80413487 14306 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14307
14308Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14309
14310 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14311 for GDB and GDB has been fixed to not need it.
14312
252b5132
RH
14313Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14314
14315 * config.guess: Recognize vax hosts.
14316
14317Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14318
14319 * configure (while loop): Don't use "break 2" inside case
14320 statement -- the case statement isn't an enclosing loop.
14321
14322Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14323
14324 * config.guess: Clean up NeXT support, to allow nextstep
14325 on Intel machines. Make OS be nextstep.
14326
14327Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14328
14329 * config.guess: Add alternate forms for Convex.
14330
14331Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14332
14333 * configure: Completely rewrite option processing. Take
14334 advantage of pattern-matching to avoid invoking test frequently.
14335 Also clean up host and target defaulting logic.
14336
14337Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14338
14339 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14340 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14341 commands (plus user environment) will fit SCO limits.
14342
14343Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14344
14345 * configure.in: Don't issue warnings about directories which are
14346 not being configured if -norecursion is set. Correct test for
14347 --with-gnu-as and --with-gnu-ld to not get confused by substring
14348 matches.
14349
14350 * configure.in: Don't build gas for alpha-dec-osf1*.
14351
14352Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14353
14354 * configure: Back out Per's change of 12/19/1993. It changes the
14355 behavior of configure in unexpected and confusing ways.
14356
14357 Also, use different delim char when calculating
14358 program_transform_name so that the name can contain slashes.
14359
14360Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14361
14362 * configure.in, config.sub: Add support for VSTa micro-kernel.
14363
14364Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14365
14366 * configure.in: Nuke hacks which were used to get a special
14367 version of GAS for HPPA configurations.
14368
14369Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14370
14371 * configure: If only ${target_alias} is given, use that
14372 as the default for ${host_alias}.
14373 * configure: Add missing back-slashes before nested quotes.
14374
14375Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14376
14377 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14378
14379Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14380
14381 * config.guess: Recognize some Tektronix configurations.
14382 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14383
14384Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14385
14386 * config.sub: Match any flavor of SH.
14387
14388Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14389
14390 * configure.in: Don't try to configure newlib for Alpha.
14391
14392Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14393
14394 * configure.in: Don't build ld for Irix 5. Don't build gas,
14395 libg++ or libio for any Alpha target.
14396
14397 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14398
14399Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14400
14401 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14402 default arguments -- so it tried to compress itself.
14403
14404Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14405
14406 * configure.in (notsupp): ensure that a space is always at the end
14407 of the configdirs list, since the grep checks for an explicit space
14408
14409Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14410
14411 * configure.in (target i386-sysv4.2): don't build ld, since static
14412 versions of many libraries are not available.
14413
14414Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14415
14416 * config.guess: Recognize Apollos (using environment variables).
14417 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14418
14419Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14420
14421 * config.guess: Recognize Sony news mips running newsos.
14422
14423Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14424
14425 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14426 "fi ; else" for bash.
14427
14428Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14429
14430 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14431
14432Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14433
14434 * config.sub: accept unixware as an alias for svr4.2.
14435 Fix some inconsistancies with the gcc version.
14436
14437Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14438
14439 * Makefile.in (DISTDOCDIRS): Add gdb.
14440
14441Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14442
14443 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14444
14445Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14446
14447 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14448 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14449 this now.
14450
14451Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14452
14453 * config.sub: Accept hiux* as an OS name.
14454
14455 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14456 etc/make-stds.texi. The underscore came from gcc, and dje now
14457 agrees that RUNTESTFLAGS is the correct name.
14458
14459Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14460
14461 * install.sh: Remove 'set -e'. It makes any conditionals
14462 in the script useless.
14463
14464 * config.guess: Automatically recognize arm-acorn-riscix
14465 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14466
14467Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14468
14469 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14470
14471Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14472
14473 * Makefile.in (DISTDOCDIRS): New variable.
14474 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14475 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14476
14477Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14478
14479 * configure.in (hppa target): check the source directory for the
14480 pagas sub-directory
14481
14482Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14483
14484 * config.sub: Allow -aout* and -elf*.
14485
14486Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14487
14488 * configure.in: Don't build ld on i386-solaris2, same as for
14489 sparc-solaris2.
14490
14491Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14492
14493 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14494
14495Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14496
14497 * configure.in: Configure gdb for alpha.
14498
14499Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14500
14501 * Makefile.in (CXXFLAGS): Add -O.
14502
14503Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14504
14505 * config.guess: added support for DG Aviion
14506
14507Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14508
14509 * configure.in: Produce warning message for subdirectories not
14510 configurable for this host/target combination. Don't try to
14511 configure gdb for vms.
14512
14513Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14514
14515 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14516 appropriate files before making "diststuff".
14517 (DISTBISONFILES): New var: list of files to be edited.
14518 (DISTSTUFFDIRS): Add binutils.
14519
14520Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14521
14522 * config.sub: also handle mipsel and mips64el (for little endian mips)
14523
14524Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14525
14526 * configure.in: Add * to end of all OS names.
14527
14528Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14529
14530 * configure.in: Build newlib for LynxOS native.
14531
14532Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14533
14534 * config.guess: Add support for delta 88k running SVR3.
14535
14536 * configure.in: Add comment about HP compiler vs. emacs.
14537
14538Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14539
14540 * configure.in: don't build ld on solaris2 (not a viable option
14541 due to bugs in getpwnam & getpwuid)
14542
14543Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14544
14545 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14546 config.guess will produce a full version number.
14547
14548Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14549
14550 * configure.in: Build linker and binutils for alpha-dec-osf1.
14551
14552Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14553
14554 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14555 and gdb/testsuite/Makefile.in.
14556
14557Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14558
14559 * configure.in: recognize mips*- instead of mips-
14560
14561Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14562
14563 * config.sub: Accept linux*coff and linux*elf as operating
14564 systems.
14565
14566Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14567
14568 * config.sub: Recognize mips64, and mips3 as an alias for it.
14569
14570Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14571
14572 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14573 gdb knows how to handle OSF/1 shared libraries.
14574
14575Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14576
14577 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14578 * config.guess: Recognize Hitachi's HIUX.
14579 * config.sub: Recognize h3050r* and hppahitachi.
14580 Remove redundant cases for hp9k[23]*.
14581
14582Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14583
14584 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14585 if gas and ld are in the source tree and are in ${configdirs}.
14586 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14587 --with options (but still pass them down on the command line,
252b5132
RH
14588 if they were explicitly specified).
14589
14590Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14591
14592 * configure: substitute SHELL value in Makefile.in with
14593 ${CONFIG_SHELL}
14594
14595Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14596
14597 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14598 *-*-solaris2* targets.
14599
14600Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14601
14602 * Makefile.in: define M4, and pass it down to sub-makes;
14603 all-autoconf now depends on all-m4
14604
14605Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14606
14607 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14608 presence of {ar,ranlib} instead of a configured directory
14609
14610Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14611
14612 * config.guess: Accept 34?? as well as 33?? for NCR.
14613
14614Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14615
14616 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14617 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14618
14619Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14620
14621 * configure: grab values for $(CC) and $(CXX) from the
14622 environment, so that someone can do "CC=gcc configure; make" and
14623 have it work right (matching the way that autoconf works now)
14624
14625 * configure.in, Makefile.in: add support for gash, the tcl
14626 interface to Galaxy
14627
14628 * config.guess: add NetBSD variants (hp300, x86)
14629
14630Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14631
14632 * install.sh: Support -d option (in the manner of SunOS 4 install,
14633 as it is more deterministic than that of GNU install)
14634 (chmodcmd): Set file to mode 755 by default (should also do default
14635 chgrp and chown, but I don't feel like dealing with that now)
14636
14637Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14638
14639 * config.sub: Remove h8300hhms alias.
14640
14641Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14642
14643 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14644
14645Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14646
14647 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14648 as stmp-fixinc
14649
14650Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14651
14652 * config.sub: recognize m88110-bug-coff.
14653
14654Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14655
14656 * Makefile.in (all-libio): all dependencies on the toolchain used
14657 to build this (gcc, gas, ld, etc)
14658
14659Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14660
14661 * config.guess: Deal with OSF/1 1.3 on alpha.
14662
14663Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14664
14665 * install.sh: add some 'else true' clauses for portability
14666
14667 * configure.in: don't build libio for h8[35]00-*-* targets
14668
14669Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14670
14671 * Makefile.in: Add support for new libio.
14672
14673Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14674
14675 * install.sh: If one command fails, don't try the rest. Don't try
14676 to remove $dsttmp (via trap) unless we have already created it.
14677 If $src doesn't exist, detect it and exit with an error.
14678
14679 * config.guess: Recognize BSD on hp300.
14680
14681Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14682
14683 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14684 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14685
14686Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14687
14688 * Makefile.in (all-send-pr): depends on all-prms
14689
14690Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14691
14692 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14693
14694Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14695
14696 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14697 Added test for mips-mips-riscos5.
14698
14699Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14700
14701 * configure.in: use mh-hp300 for 68k HP hosts
14702
14703Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14704
14705 * configure: add support for CONFIG_SHELL, so that you can use
14706 some alternate shell for evaluating configure scripts
14707
14708Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14709
14710 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14711 in configure script to bug-gdb@prep.ai.mit.edu when building
14712 distribution archive.
14713 * Makefile.in (COMPRESS): Remove def.
14714 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14715 gdb.tar.Z and make-gdb.tar.Z respectively.
14716 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14717 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14718 to convergence with 'taz' target in Makefile.in.
14719
14720Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14721
14722 * install.sh (dsttmp): use trap to ensure that tmp files go
14723 away on error conditions
14724
14725Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14726
14727 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14728
14729Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14730
14731 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14732 its parent is '/' not ''.
14733
14734 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14735
14736Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14737
14738 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14739 that ${newsrcdir}/configure.in does.
14740
14741Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14742
14743 * test-build.mk: support for CONFIG_SHELL
14744
14745Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14746
14747 * config.sub (netware): Add as a basic system type.
14748
14749Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14750
14751 * Makefile.in (Makefile): depend on configure.in. Also drop the
14752 $(srcdir)/ from the dependency on Makefile.in.
14753
14754Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14755
14756 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14757 (h8300hhms is temporary until multi-libraries are implemented).
14758 * configure.in: Handle h8300h too.
14759
14760Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14761
14762 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14763
14764Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14765
14766 * configure: Remove extraneous output when guessing host type.
14767 * config.guess: Remove extraneous output when guessing using C
14768 compiler rather than uname, or when guessing fails.
14769
14770Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14771
14772 * Makefile.in: remove all.cross and install.cross targets
14773
14774 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14775 definitions
14776
14777Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14778
14779 * configure.in (target sh): Build gprof.
14780
14781Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14782
14783 * config.sub: change -solaris to -solaris2
14784
14785Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14786
14787 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14788
14789Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14790
14791 * configure: Correct error message for missing Makefile.in to
14792 print correct directory.
14793
14794Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14795
14796 * install.sh: kludge around 386BSD shell bug
14797
14798Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14799
14800 * config.guess: Recognize NeXT.
14801 * config.guess: Recognize i486-ncr-sysv4.
14802 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14803
14804Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14805
14806 * Makefile.in (MAKEINFOFLAGS): New variable.
14807 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14808 * build-all.mk, test-build.mk: Pass down --no-split as
14809 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14810
14811Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14812
14813 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14814
14815Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14816
14817 * Makefile.in (libg++.tar.z): New rule.
14818 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14819 * Makefile.in (taz): Only do a single chmod.
14820
14821Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14822
14823 * install.sh: don't use dirname anymore (replaced with sed usage)
14824
14825Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14826
14827 * Makefile.in: Change extension for gzip'd files from '.z' to
14828 '.gz' per new FSF standard usage.
14829
14830Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14831
14832 * configure: put quotes around the final value of program_transform_name
14833
14834Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14835
14836 * Makefile.in: new install.sh support; update install-info rules
14837
14838Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14839
14840 * configure.in: Build diff for crosses, but not for go32 host.
14841
14842 * configure.in: Build gprof only for native, and don't build it
14843 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14844
14845Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14846
14847 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14848
14849Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14850
14851 * configure.in (host_tools): Add prms.
14852
14853Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14854
14855 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14856 with $(FLAGS_TO_PASS) on the command line
14857
14858 * config.sub: Recognize lynx and lynxos
14859
14860Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14861
14862 * config.sub: Accept -ecoff*, not just -ecoff.
14863
14864Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14865
14866 * Makefile.in (taz): Use .gz suffix instead of .z.
14867 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14868 names.
14869
14870Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14871
14872 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14873
14874Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14875
14876 * Makefile.in (install-no-fixedincludes): install gcc last, so
14877 that rebuilds that might happen during 'make install' don't get
14878 bogus gcc include files
14879
14880Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14881
14882 Change from Utah for HPPA support:
14883 * config.guess: Recognize hppa1.x-hp-bsd.
14884
14885Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14886
14887 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14888 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14889
14890Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14891
14892 * config.sub: Add support for rom68k and bug boot monitors.
14893
14894Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14895
14896 * Makefile.in: Make all-opcodes depend on all-bfd.
14897
14898Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14899
14900 * config.guess: Added special check for i[34]86-univel-sysv4*.
14901
14902Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14903
14904 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14905 the processor rather than assuming i486.
14906
14907Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14908
14909 * config.guess: Recognize SunOS6 as Solaris3.
14910
14911Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14912
14913 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14914 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14915
14916Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14917
14918 * build-all.mk (all-cross): New target for Canadian Cross.
14919 Added Q2 go32 targets.
14920 * test-build.mk: Configure go32 cross sparclite-aout and
14921 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14922 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14923
14924Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14925
14926 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14927 GO32 hosted toolchains
14928
14929Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14930
14931 * configure: change so "-exec-prefix" gets passed down rather
14932 than "-exec_prefix" so autoconf generated Makefiles get the
14933 exec_prefix set right.
14934
14935Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14936
14937 * config.guess: get the Solaris2 minor version number
14938
14939 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14940
14941Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14942
14943 * config.guess: Recognize some Sequent platforms.
14944
14945Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14946
14947 * Makefile.in: added the vault-install target
14948
14949 * configure.in: actually use the Sun3 makefile fragment that's in
14950 config, also added the release dir to configdirs
14951
14952Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14953
14954 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14955
14956Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14957
14958 * configure.in: remove some program from Alpha targetted toolchains
14959
14960Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14961
14962 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14963 gprof.
14964 (taz): Run "make diststuff" in those directories instead of "make
14965 proto-dir". Look for "VERSION=" only at start of line in subdir
14966 Makefile. Use "gzip -9" for compression.
14967 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14968 (binutils.tar.z): New target.
14969
14970Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14971
14972 * Makefile.in (taz): Include gpl.texinfo.
14973
14974Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14975
14976 * Makefile.in (setup-dirs): Merged into "taz" target.
14977 (taz): Only do `proto-dir' stuff if a directory is actually needed
14978 for this target.
14979
14980Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14981
14982 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14983 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14984 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14985 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14986 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14987
14988Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14989
14990 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14991 config.sub, and move-if-change to gdb testsuite distribution
14992 archive, so the testsuite can be extracted, configured, and
14993 run separately from the gdb distribution. Blow away the Chill
14994 tests that require a Chill compiled executable, since GNU Chill
14995 is not yet publically available.
14996
14997Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14998
14999 * test-build.mk: set environment variables in a single command,
15000 instead of a list of assignments and exports
15001
15002 * config.guess: recognize Alpha/OSF1 systems
15003
15004Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15005
15006 * configure: Change help message to prefer --options rather than
15007 -options.
15008
15009Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15010
15011 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15012 zippy@ecst.csuchico.edu.
15013 * config.guess: Recognize miniframe.
15014
15015Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15016
9eb322aa
MF
15017 * Makefile.in: Use srcroot to find runtest rather than rootme.
15018 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
15019
15020Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15021
15022 * test-build.mk: Extensive additions to support building on a
15023 machine other than the host.
15024
15025Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15026
15027 * configure (tooldir): Fix for i386-aix again.
15028
15029Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15030
15031 * configure, Makefile.in: Change definition of $(tooldir)
15032 to match the FSF.
15033
15034Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15035
15036 * config.guess: Recognize i[34]86/SVR4.
15037
15038Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15039
15040 * Makefile.in (all-gdb): gdb depends on sim.
15041
15042Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15043
15044 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15045 at the same time we make the prototype gdb directory.
15046 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15047 files at the same time as the gdb base release distribution.
15048
15049Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15050
15051 * Makefile.in (check): Use individual check targets rather than
15052 DO_X rule.
15053 (check-gcc): Added.
15054
15055Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15056
15057 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15058 for System V release 3.2.
15059
15060Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15061
15062 * config.sub: Recognize hppaosf.
15063 * configure.in: Do configure ld/binutils/gas for it.
15064
15065Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15066
15067 * configure (tooldir): Alter syntax used to set this, for systems
15068 where "\$" isn't handled right, like i386-aix.
15069
15070Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15071
15072 * configure: Pass program-transform-name, not
15073 program_transform_name, to recursive configures.
15074
15075Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15076
15077 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15078 of gas+ld+binutils.
15079
15080Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15081
15082 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15083
15084Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15085
15086 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15087
252b5132
RH
15088Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15089
15090 * Makefile.in (PRMS): Set back to all-prms.
15091
15092Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15093
15094 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15095 targets, rather than for MIPS hosts.
15096
15097Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15098
15099 * configure.in: add comment for --with-x default values
15100
15101 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15102
15103 * Makefile.in: add check-* targets for each of the directories in
15104 the tree. Add a definition of RUNTEST that will use the one we
15105 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15106
15107Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15108
15109 * configure.in: Removed obsolete references to bfd_target and
15110 target_makefile_frag.
15111
15112 * build-all.mk: Set assorted targets for Q2.
15113 * config.sub: Recognize z8k-sim and h8300-hms.
15114 * test-build.mk: Really don't pass host to configure.
15115 (HOLES): Added uname.
15116
15117Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15118
15119 * configure: Handle an empty program-prefix, program-suffix or
15120 program-transform-name correctly.
15121
15122Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15123
15124 * build-all.mk: -G 8 no longer required for MIPS targets.
15125 * test-build.mk: Don't pass host argument to configure; make it
15126 guess.
15127
15128Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15129
15130 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15131 * Makefile.in (COMPRESS): New macro, like GZIP.
15132
15133Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15134
15135 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15136
15137 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15138 with gas currently defaults to -G 0.
15139
15140Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15141
15142 * Makefile.in (all-flex): flex depends on byacc.
15143
15144 * build-all.mk: If host not specified, use config.guess. Pass TAG
15145 to test-build.mk as RELEASE_TAG.
15146 * test-build.mk (configargs): New variable containing arguments to
15147 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15148 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15149
15150 * config.guess: Use /bin/uname when checking -X argument on SCO,
15151 to avoid invoking GNU uname which doesn't understand -X.
15152
15153 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15154
15155 * configure.in: Build gas for mips-*-*.
15156
15157Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15158
15159 * Makefile.in (all.normal): insert missing backslash.
15160
15161Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15162
4bddf3ad 15163 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15164
15165 * Makefile.in: Complete overhaul to merge many almost identical
15166 targets.
15167
15168Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15169
15170 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15171 (gdb.tar.Z): Adjusted.
15172
15173 * Makefile.in (setup-dirs, taz): New targets; should be general
15174 enough to adapt for gdb sometime. Build only .z file.
15175 (gas.tar.z): New target.
15176
15177Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15178
15179 * build-all.mk: Use CC=cc -Xs on Solaris.
15180
252b5132
RH
15181Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15182
15183 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15184 for handling BISON for FSF releases.
15185
15186Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15187
15188 * configure: Actually implement the change zoo just documented.
15189
15190Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15191
15192 * configure: when using config.guess, only set target_alias when
15193 it's not already been set (ie, on the command line)
15194
15195Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15196
15197 * Makefile.in: add installcheck target, set PRMS to install-prms
15198
15199Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15200
15201 * configure: add support for package_makefile_fragment, handle the
15202 case where a directory has a configure.in file but no Makefile.in
15203 more gracefully (with an actual understandable error message, even);
15204 add support for --without (and add this to the usage message); also
15205 explicitly add a --host=${host_alias} to the command line when
15206 config.guess is used
15207
15208Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15209
15210 * configure: Must use both --host and --target in recursive calls.
15211
15212Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15213
15214 * Makefile.in: Change deja-gnu to dejagnu.
15215
15216Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15217
15218 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15219
15220Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15221
15222 * configure.in: canonicalize all instances to *-*-solaris2*,
15223 also strip out a number of tools to not build for go32 host
15224
15225Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15226
15227 * config.guess: add GPL.
15228
15229 * Makefile.in, config.guess, config.sub, configure: bump
15230 copyrights to 93.
15231
15232Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15233
15234 * Makefile.in (do-info): Removed obsolete check for existence of
15235 localenv file.
15236
15237 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15238
15239Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15240
15241 * Makefile.in: a couple of 'else true' for decstation,
15242 support for TclX
15243
15244 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15245
15246Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15247
15248 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15249
15250Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15251
15252 * config.guess: Recognize i386-ibm-aix (PS/2).
15253 * configure.in: Use config/mh-aix386 file for it.
15254
15255Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15256
15257 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15258 CC_FOR_TARGET instead.
15259 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15260
15261Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15262
15263 * Makefile.in: Add sim to list of directories sent with gdb
15264
15265Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15266
15267 * configure.in: Put back mips-dec-bsd* case.
15268
15269Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15270
15271 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15272 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15273 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15274
15275Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15276
15277 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15278
15279 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15280 (install-info): install dir.info only if it exists,
15281 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15282
15283Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15284
15285 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15286 gas for mips-dec-bsd.
15287
15288Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15289
15290 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15291 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15292
15293Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15294
15295 * configure.in: Added "dejagnu" to hosttools list.
15296
15297Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15298
15299 * config.sub, configure.in, config.guess: Add support
15300 for Bosx, an AIX variant from Bull.
15301 Patches from F.Pierresteguy@frcl.bull.fr.
15302
15303Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15304
15305 * devo/dejagnu: Initial creation of devo/dejagnu.
15306 Migrated dejagnu testcases and support files for testing software
15307 tools to reside as subdirectories, currently called "testsuite",
15308 within the directory of the software tool. Migrated all programs,
15309 support libraries, etc. beloging to dejagnu proper from
15310 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15311 with no modifications. The changes to these files which will
15312 allow them to configure, build, and execute properly will be made
15313 in a future update.
15314
15315Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15316
15317 * Makefile.in: Change send_pr to send-pr.
15318 * configure.in: Likewise.
15319 * send_pr: Renamed directory to send-pr.
15320
15321Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15322
15323 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15324
15325Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15326
15327 * README: Update for gdb-4.8 release.
15328 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15329 gdb-xxx.tar.z (gzip'd) file also.
15330
15331Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15332
15333 * Makefile.in: make all-diff depend on all-libiberty
15334
15335Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15336
15337 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15338
15339Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15340
15341 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15342
15343Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15344
15345 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15346 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15347 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15348
15349Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15350
15351 * Makefile.in: makeinfo binary is in a new location
15352
15353Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15354
15355 * config.sub: Accept -ecoff as an OS.
15356
15357 * Makefile.in: Various changes to eliminate a level of make
15358 recursion and reduce the required command line length.
15359 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15360 sub-makes.
15361 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15362 variables holding settings for specific sub-makes.
15363 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15364 in terms of BASE_FLAGS_TO_PASS.
15365 (TARGET_LIBS): New variable listing directories which use
15366 TARGET_FLAGS_TO_PASS.
15367 (subdir_do): Eliminated.
15368 (do-*): New set of targets to replace subdir_do.
15369 (various): All targets which used subdir_do now depend on do-*.
15370 (local-clean): Renamed from do_clean.
15371 (local-distclean): New target, dependency of distclean and
15372 realclean.
15373 (install-info): Don't create directories. Depend on dir.info
15374 rather than calling make recursively.
15375 (install-dir.info): Eliminated.
15376 (install-info-dirs): Create all info directories here.
15377 (dir.info): Depend upon do-install-info.
15378
15379 * test-build.mk (HOLES): Added false.
15380
15381Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15382
15383 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15384
15385Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15386
15387 * Makefile.in (info): remove dependency on all-texinfo. The
15388 problem was really in texinfo/C, not at this level.
15389
15390Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15391
15392 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15393
15394Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15395
15396 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15397 GDB releases.
15398
15399Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15400
15401 * configure: Include srcdir in message about target of link not
15402 being found. Don't convert `-' to `_' in `with' options being
15403 passed to subdirs.
15404
15405Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15406
15407 * configure.in: add uudecode to host_tools
15408
15409 * Makefile.in: added {all,install}-uudecode targets, added them to
15410 the appropriate lists
15411
15412Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15413
15414 * Makefile.in (all-gcc): Added dependency on all-gas.
15415
15416 * configure.in (mips-*-*): Build ld and binutils.
15417
15418Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15419
15420 * configure: check return code from mkdir, print error message and
15421 exit on failure.
15422
15423Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15424
15425 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15426
15427Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15428
15429 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15430
15431Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15432
15433 * config.sub (h8500): Recognize this as a cpu type.
15434
15435Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15436
15437 * configure: source directory missing is no longer a warning
15438
15439 * configure.in: recognize irix[34]* instead of irix[34]
15440
15441 * Makefile.in: define and pass down X11_LIB
15442
252b5132
RH
15443Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15444
15445 * guess-systype: Renamed to ...
15446 * config.guess: ... by popular request.
15447 * configure.in, Makefile.in: Update accordingly.
15448
15449Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15450
15451 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15452 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15453 + Execute ./dummy instead of assuming . is in PATH.
15454
15455Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15456
15457 * guess-systype: New shell script. Attempts to guess the
15458 canonical host name of the executing host.
15459 Only a few hosts are supported so far.
15460 * configure: Call guess-systype if no host is specified.
15461
15462Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15463
15464 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15465 gcc Makefile.
15466
15467
15468Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15469
15470 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15471 (all-gcc, install-gcc, subdir_do): Use it.
15472
15473Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15474
15475 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15476
15477Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15478
15479 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15480 set exclusively by configure, using configure.in .
15481
15482Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15483
15484 * test-build.mk: set $PATH for all builds
15485
15486 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15487
15488Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15489
15490 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15491 the one used in gcc/Makefile.in, so that a null expansion doesn't
15492 override the one needed to build gcc with a native cc.
15493
15494
15495Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15496
15497 * configure: Accept -with arguments.
15498
15499Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15500
15501 * Makefile.in: added h8300sim
15502
15503Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15504
252b5132
RH
15505 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15506 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15507 (all-cygnus, native, build-cygnus): Make
15508 $(canonhost)-stamp-3stage-done, not $(host)....
15509 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15510 i386-sco3.2v4. Added else true to if command.
15511
15512Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15513
15514 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15515
15516Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15517
15518 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15519
15520Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15521
15522 * configure.in: don't remove binutils from Solaris builds
15523
15524Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15525
15526 * Makefile.in: get rid of earlier definitions for *clean,
15527 also handle the recursive info rule better
15528
15529Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15530
15531 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15532 do more-or-less the right thing.
15533
15534Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15535
15536 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15537 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15538
15539Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15540
15541 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15542 $(host_canonical).
15543
15544 * configure.in: split the configdirs list into 4 categories (native
15545 v. cross, library v. tool) and handle the cross-only and native-
15546 only in more reasonable (and correct!) way.
15547
15548Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15549
15550 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15551 configdirs anymore.
15552
15553Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15554
15555 * Makefile.in: extensive cleanup:: removed all of the explicit
15556 clean-* targets, collapsed many wrappers around subdir_do into
15557 one, added additional targets to satisfy standards.texi, deleted
15558 some old targets, some changes for consistency
15559
15560Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15561
15562 * configure.in: handle some programs as cross-only, and others as
15563 native only
15564
15565 * test-build.mk: handle partial holes in a more generic manner
15566
15567 * Makefile.in: m4 depends on libiberty
15568
252b5132
RH
15569Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15570
15571 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15572 time, wdiff, and find to configdirs
15573
15574 * Makefile.in: all, clean, and install rules for the new programs
15575 added to configure.in
15576
15577Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15578
15579 * configure.in: use mh-sun for all *-sun-* hosts
15580
252b5132
RH
15581Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15582
15583 * Makefile.in: define flags for X11 include files and library file
15584 locations, pass them down to the programs that need this info
15585
15586 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15587
252b5132
RH
15588Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15589
15590 * configure.in: start building libg++ for HP-UX targets
15591
15592Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15593
15594 * README: Update references to files moved into etc/.
15595
15596Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15597
15598 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15599 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15600
15601Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15602
15603 * configure: accept dash as well as underscore in long option
15604 names for FSF compatibility.
15605
15606Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15607
15608 * config.sub: added -sco3.2v4 support from FSF.
15609
15610Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15611
15612 * configure.in: expand the section that adds or removes
15613 directories from the list of programs to build, to handle native
15614 vs. cross in addition to host v. native
15615
15616Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15617
15618 * Makefile.in: Replace C++ in macro names with CXX.
15619 This is less likely to break ...
15620
15621Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15622
15623 * test-build.mk: add -w to GNU_MAKE
15624
15625Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15626
15627 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15628 add 'sparc' to list of recognized cpus. This needed to make
15629 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15630 Delete some redundant ose68 variants. Recognize -wrs as an os,
15631 then changes that into $CPU-wrs-vxworks.
15632
15633 * configure.in: remove most references to gdbtest, regularize
15634 target based program removal
15635
15636 * test-build.mk: import from p3 tree (many fixes and changes)
15637
15638Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15639
15640 * Makefile.in: added rules to handle tcl, tk, and expect
15641
15642 * configure.in: handle those directories if they exist
15643
15644Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15645
15646 * config.sub: removed bogus hppabsd and hppahpux names, since
15647 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15648
15649Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15650
15651 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15652 depends upon all-xiberty
15653
15654 * Makefile.in: changes from p3, including:
15655
15656 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15657
15658 * Makefile.in (XTRAFLAGS): include newlib directories if
15659 newlib/Makefile exists, rather than if host != target.
15660
15661 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15662
15663 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15664 from the same source tree and not building a cross-compiler. This
15665 matters for the libg++ configuration if reconfiguring a tree that
15666 has already been installed.
15667
15668 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15669
15670 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15671 pick up the machine and system specific header files.
15672
15673 * Makefile.in: added AS_FOR_TARGET, passed down in
15674 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15675 the C compiler to use to create programs which are run in the
15676 build environment, set it to default to $(CC), and passed it down
15677 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15678
15679 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15680
15681 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15682 We need them for unusual native builds, like systems without
15683 ranlib.
15684
15685 * configure: also define $(host_canonical) and
80413487
RH
15686 $(target_canonical), which are the full, canonical names for the
15687 given host and target
252b5132
RH
15688
15689Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15690
15691 * Makefile.in: Added separate definitions for C++.
15692
15693Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15694
15695 * configure.in (configdirs): Add deja-gnu.
15696
15697Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15698
15699 * README: Update for configure.texi and gdb-4.7 release.
15700
15701Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15702
15703 * Makefile.in: Move "all" target to top of file.
15704 Previously, first target was ".PHONY" which caused BSD4.4 make
15705 to build .PHONY when make was run without arguments.
15706
15707Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15708
15709 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15710 Library-copylefted code in libiberty.
15711
15712Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15713
15714 * config.sub: Replace m68kmote with plain old m68k.
15715
15716Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15717
15718 * Makefile.in: Remove space from blank line, avoid Make complaints.
15719
15720Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15721
15722 * config.sub: Complain if no argument is given. Added support for
15723 386bsd as OS and target alias.
15724
15725Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15726
15727 * Makefile.in (XTRAFLAGS): include newlib directories if
15728 newlib/Makefile exists, rather than if host != target.
15729
15730Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15731
15732 * config.sub: recognize sparclite-wrs-vxworks.
15733
15734 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15735 p3.) Added clean-xiberty to clean.
15736
15737Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15738
15739 * configure.in: use *-*-* instead of nested cases for host and target
15740
15741Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15742
15743 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15744 from the same source tree and not building a cross-compiler. This
15745 matters for the libg++ configuration if reconfiguring a tree that
15746 has already been installed.
15747
15748Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15749
15750 * config.sub (i486v/i486v4): Merge in from FSF version.
15751
15752Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15753
15754 * configure: only set PWD if it is already set.
15755
15756Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15757
15758 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15759 doesn't have unset and all success paths (and most error paths)
15760 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15761 to just ${PWD} to avoid confusion.)
15762
15763Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15764
15765 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15766 even for a native compilation.
15767
15768Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15769
15770 Changes to make the gdb.tar.Z rule work better.
15771
15772 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15773 (DEVO_SUPPORT): Add configure.texi.
15774 (bfd-ilrt.tar.Z): Remove ancient rule.
15775
15776Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15777
15778 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15779 pick up the machine and system specific header files.
15780
15781 * configure.in, config.sub: added new target m68010-adobe-scout,
15782 with alias of adobe68k. Changed configure.in to check for
15783 -scout before -sco* to avoid a false match.
15784
15785 * Makefile.in: added AS_FOR_TARGET, passed down in
15786 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15787 the C compiler to use to create programs which are run in the
15788 build environment, set it to default to $(CC), and passed it down
15789 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15790
15791Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15792
15793 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15794 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15795 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15796 FOR_TARGET variants, to newlib and libg++.
15797
15798Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15799
15800 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15801 first.
15802
15803Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15804
15805 * config.sub: Accept `elf' as an environment.
15806
15807Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15808
15809 * Makefile.in (all-opcodes): cd into the right directory
15810
15811Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15812
15813 * configure: added -program_transform_name option, used as
15814 argument to sed when installing programs.
15815 configure.texi: added documentation for -program_prefix,
15816 -program_suffix and -program_transform_name.
15817
15818Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15819
15820 * config.sub: Accept i486 where i386 ok.
15821
15822Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15823
15824 * config.sub: accept we32k
15825
15826Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15827
35590697 15828 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15829
15830 * Makefile.in: don't create all directories for ``make install'';
15831 let the subdirectories create the ones they need.
15832
15833Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15834
80413487 15835 * COPYING: new file, GPL v2
252b5132
RH
15836
15837Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15838
15839 * Makefile.in: use the new gen-info-dir, which needs a template
15840 argument (which also lives in texinfo)
15841
15842 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15843
252b5132
RH
15844Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15845
15846 * config.sub (ncr3000): Change i386 to i486.
15847
15848Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15849
15850 * Makefile.in: add install-rcs, install-grep to
15851 install-no-fixedincludes, removed install-bison and install-libgcc
15852
15853Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15854
15855 * configure.in: grab the HPUX makefile fragment if on HPUX
15856
15857Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15858
15859 * Makefile.in: eradicate bison spoor (ditto libgcc).
15860 configure.in: recognise m68{k,000}-ericsson-OSE.
15861 es1800 is alias for m68k-ericsson-OSE
15862
15863Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15864
15865 * configure.in: rearrange the parts that remove programs from
15866 configdirs, based now on HOST==TARGET or by canonical triple.
15867
15868Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15869
15870 * test-build.mk: recurse explicitly with -f test-build.mk when
15871 appropriate. predicate stage3 and comparison on the existence
15872 of gcc. That is, if gcc isn't around, we aren't three-staging.
15873 On very clean, also remove ...stamp-co. Build in-place before
15874 doing other builds.
15875
15876Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15877
15878 * Makefile.in, configure.in: add tgas
15879
15880Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15881
15882 * Makefile.in: a number of changes merged in from progressive.
15883
15884 * configure.in: add libm.
15885
15886 * .cvsignore: ignore some stuff that comes from test-build.mk.
15887
252b5132
RH
15888Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15889
15890 * config.sub: Add es1800 (m68k-ericsson-es1800).
15891
15892Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15893
15894 * configure: Add program_suffix (parallel to program_prefix)
15895 * Makefile.in: adjust directory-creating script for losing decstation
15896
15897Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15898
15899 * configure: Minor $subdir-related fixes.
15900
15901Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15902
15903 * configure: fix various problems with propogating
15904 makefile_target_frag in subdirs.
15905 * configure.in: config libgcc if its there
15906
15907Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15908
15909 * config.sub: HPPA merge.
15910
252b5132
RH
15911Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15912
15913 * Makefile.in: Replace all-bison with all-byacc in all
15914 dependency lines for other tools (which now use byacc).
15915
15916Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15917
15918 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15919
252b5132
RH
15920Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15921
15922 * Makefile.in: make gprof rules similar to byacc rules (instead of
15923 vestigal $(unsubdir) that didn't work...)
15924
15925Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15926
15927 * config.sub: Add support for Linux.
15928 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15929 (at least for libg++).
15930
15931Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15932
15933 * configure.texi: fix doc for the -nfp option to configure
15934
15935Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15936
15937 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15938
15939Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15940
15941 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15942 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15943 * configure.in: added solaris* host_makefile_frag hook.
15944
15945Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15946
15947 * config.sub: changed recognition of m68000 so that various
15948 m68k types can be specified via m680[01234]0
15949
15950Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15951
15952 * config.sub (basic_machine): fix sed so that '-foo' isn't
15953 completely substituted out while .+'-foo' loses the '-foo'
15954
15955Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15956
15957 * config.sub ($os): Add -aout.
15958
15959Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15960
15961 * configure: If host_makefile_frag is absolute, don't
15962 prefix ${invsubdir} (relevant to libg++ auto-configure).
15963
15964Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15965
15966 * Makefile.in (tooldir): Define it.
15967 (all-ld): Depend on all-flex.
15968
15969Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15970
15971 * Makefile.in (check): Fix libg++ special case.
15972
15973Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15974
15975 * configure: do not bury `pwd` into config.status, thus do fewer
15976 pwd's.
15977
15978 * configure: print the "Building in" message only when building in
15979 other than "." AND verbose.
15980
15981 * configure: remove -s, rework -v to better accomodate guested
15982 configures.
15983
15984 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15985
15986Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15987
15988 * Makefile.in: macroize flags passed on recursion. remove
15989 fileutils.
15990
15991Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15992
15993 * configure: get makesrcdir right for subdirs deeper than 1.
15994
15995 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15996 install.
15997
15998Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15999
16000 * Makefile.in: don't print subdir_do or recursion lines.
16001
16002Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16003
16004 * standards.texi: added menu item.
16005
16006 * Makefile.in: build and install standards.info.
16007
16008 * standards.texi: new file.
16009
16010Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16011
16012 * configure: test for and move config.status pieces from
16013 ${subdir}/.
16014
16015Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16016
252b5132
RH
16017 * configure: Test for existance of files before trying to mv
16018 them, to avoid numerous non-existance messages.
16019
16020Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16021
16022 * configure: correct final line of config.status.
16023
16024 * configure: patch from eggert. Avoids a protection problem if
16025 the original Makefile.in is read only.
16026
16027 * configure: use move-if-change from gcc to create config.status.
16028 Some makefiles depend on config.status to tell if a directory
16029 has been reconfigured for a different host. This change
16030 prevents those directories from remaking everything in the case
16031 where the reconfig was only intended to rebuild a Makefile.
16032
16033 * configure: test for config.sub with "config.sub sun4" rather
16034 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16035 host alias from a missing config.sub.
16036
16037Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16038
16039 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16040 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16041
16042Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16043
16044 * configure: mkdir ${subdir} as needed.
16045
16046Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16047
16048 * Makefile.in,configure.in: added autoconf.
16049
16050Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16051
16052 * Makefile.in: no longer pass against on recursion.
16053
16054 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16055 definitions are not inherited.
16056
16057 * configure: correct makesrcdir when subdir is .
16058
16059Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16060
16061 * configure: Add support for 'subdirs' variable, which is
16062 like 'configdirs', except that configure doesn't re-invoke
16063 itself for subdirs, it just creates a Makefile for each subdir.
16064 * configure.texi: Document subdirs.
16065
16066Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16067
16068 * configure.in: added flex to configdirs
16069
16070Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16071
16072 * Makefile.in: remove clean-stamps from clean.
16073
16074Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16075
16076 * configure.in: Add gdbtest to configdirs.
16077
16078Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16079
16080 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16081 to recursive makes.
16082 * configure.in: Recognize new ncr3000 config.
16083
16084Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16085
16086 * Makefile.in, configure.in: removed references to gdbm.
16087
16088Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16089
16090 * config.sub: Don't canonicalize os value
16091 newsos* to bsd (readline needs to check for newsos).
16092 (This fix was earlier made Jan 31, but got re-broken.)
16093
16094Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16095
16096 * configure.in: sco is an os, not a vendor!
16097
16098 * configure: Quote $( better. Keep various shells happy.
16099
16100Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16101
16102 * Makefile.in: eliminate stamp-files.
16103
16104Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16105
16106 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16107 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16108
16109Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16110
16111 * config.sub: fix iris/iris3.
16112
16113Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16114
16115 * configure: re-add -rm.
16116
16117Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16118
16119 * Maskefile.in: add .stmp-rcs to all.
16120
16121 * configure.in: remove gas from rs6000 build, use aix host fragment.
16122
16123Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16124
16125 * configure: pass down site_option during recursion.
16126
16127Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16128
16129 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16130
16131Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16132
16133 * configure: Change exec_prefix so that it really defaults to prefix.
16134
16135Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16136
16137 * Makefile.in, configure.in: Add support for mmalloc library.
16138
16139Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16140
16141 * Makefile.in: add stmp dependencies for a few more things.
16142
16143Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16144
16145 * configure: adjusted error message on objdir/srcdir configure
16146 collision, per john's suggestion.
16147
16148 * Makefile.in: add libiberty stmp to all and all.cross.
16149
16150Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16151
16152 * Makefile.in: remove force dependencies, add grep to all.
16153
16154Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16155
16156 * Makefile.in: drop flex. make stamp files work.
16157
16158 * configure: added test for conflicting configuration in srcdir,
16159 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16160 gets cranky. use relative paths for configure and srcdir
16161 whenever possible. Send some error messages to stderr that were
16162 going to stdout.
16163
16164Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16165
16166 * Makefile.in: Fix libg++ rule to check for gcc directory
16167 before using gcc/gcc. Also pass XTRAFLAGS.
16168
16169Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16170
16171 * Makefile.in: added stmp-files so that directories aren't polled
16172 when they are already built.
16173
16174 * configure.texi: fixed a node pointer problem.
16175
16176Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16177
4bddf3ad 16178 * config.sub configure.in gdb/configure.in
252b5132
RH
16179 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16180 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16181 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16182
16183Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16184
16185 * configure: -recurring becomes -silent. corrected help message
16186 for -site= option.
16187
16188 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16189
16190Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16191
16192 * configure: when building Makefile for crosses, replace
16193 tooldir and program_prefix. default srcdir from location of
16194 config.sub. remove "for host in hosts" and "for target in
16195 targets" loops.
16196
16197Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16198
16199 * Makefile.in: Do not pass bindir or mandir to cvs.
16200
16201Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16202
16203 * Makefile.in, configure.in: removed traces of namesubdir,
16204 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16205 copyrights to '92, changed some from Cygnus to FSF.
16206
16207 * configure.texi: remove most references to multiple hosts,
16208 multiple targets, subdirs, etc.
16209
16210 * configure.man: removed rcsid. reference config.sub not
16211 config.subr.
16212
16213 * Makefile.in: mkdir $(infodir) on install-info.
16214
16215Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16216
16217 * configure.texi: Explain better about .gdbinit and about
16218 the environment that configure.in sections run in.
16219
16220Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16221
16222 * configure.in: Ultrix is only a decstation if it's a MIPS.
16223
16224Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16225
16226 * README: DOC.configure => cfg-paper.texi.
16227
16228Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16229
16230 * config.sub (near case $os): Don't convert newsos* to bsd!
16231
16232Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16233
16234 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16235 the number of copies of COPYING that go into the GDB tar file.
16236
16237Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16238
4bddf3ad 16239 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16240 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16241 Fix SCO configuration stuff.
16242
16243Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16244
16245 * Makefile.in: For libg++, make sure the -I pointing
16246 to the gcc directory goes *after* all the libg++-local -I flags.
16247 Also, move just-gcc dependency from just-libg++ to all-libg++.
16248
16249Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16250
16251 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16252
16253Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16254
16255 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16256
16257Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16258
16259 * config.sub: Add stratus configuration frags. Also
16260 submitted to FSF.
16261
16262Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16263
16264 * Makefile.in (DEV_SUPPORT): add configure.man.
16265
16266 * config.sub(Decode manufacturer-specific): add -none*.
16267
16268Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16269
16270 * Makefile.in: remove form feeds to make Sun's make happy.
16271 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16272
16273Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16274
16275 * Makefile.in (AR_FLAGS): Make quieter.
16276
16277Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16278
16279 * configure.in: Add libg++.
16280 * configure: When verbose, don't output the command line at each
16281 level; it will be unremarkably the same as the previous version,
16282 which will be the same as what the user typed.
16283
16284Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16285
16286 * configure.in, Makefile.in: fix clean-info, add flex. add
16287 fileutils.
16288
16289 * configure: be less sensitive to spaces in Makefile.in. Do not
16290 look for sources in "..". Doing so breaks subdirectories that
16291 might have their own configure. If a subdir has it's own
16292 configure script, use it.
16293
16294Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16295
16296 * cfg-paper.texi: some changes suggested by rms.
16297
16298Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16299
16300 * config.sub: Merge in some small additions from the FSF version,
16301 taken from the gcc distribution, to bring the Cygnus and FSF
16302 versions into closer sync.
16303
16304Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16305
16306 * configure.in: Changed svr4 references to sysv4.
16307
16308Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16309
16310 * configure: added -V for version number option.
16311
16312Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16313
16314 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16315 renamed from DOC.configure to cfg-paper.texi.
16316
16317Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16318
16319 * configure, config.subr, config.sub: config.subr is now
16320 config.sub again.
16321
16322Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16323
16324 * configure.texi: new file, in progress.
16325
16326 * Makefile.in: build info file and install the man page for
16327 configure.
16328
16329 * configure.man: new file, first cut.
16330
16331 * configure: find config.subr again now that configuration "none"
16332 has gone. removed all traces of the -ansi option. removed all
16333 traces of the -languages option.
16334
16335 * config.subr: resync from rms.
16336
d932cae7 163371991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16338
16339 * configure, config.sub, config.subr: merge config.sub into
16340 config.subr, call the result config.subr, remove config.sub, use
16341 config.subr.
16342
16343 * Makefile.in: revised install for dir.info.
16344
d932cae7 163451991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16346
16347 * configure.in: add decstation host makefile frag.
16348
16349 * Makefile.in: BISON now bison -y again. also install-gcc on
16350 install. clean-gdbm on clean. infodir belongs in datadir.
16351 Make directories for info install. Build dir.info here then
16352 install it.
16353
d932cae7 163541991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16355
16356 * Makefile.in: fix for bad directory tests.
16357
d932cae7 163581991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16359
16360 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16361 regexp. -srcdir relative was being handled incorrectly.
16362
16363 * Makefile.in: unwrapped some for loops so that parallel makes
16364 work again and so one can focus one's attention on a particular
16365 package.
16366
d932cae7 163671991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16368
16369 * configure: added PWD as a stand in for `pwd` (for speed). use
16370 elif wherever possible. make -srcdir work without -objdir.
16371 -objdir= commented out.
16372
d932cae7 163731991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16374
16375 * configure: +options become --options. -subdirs commented out.
16376 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16377 Makefile now at top of generated Makefile. Removed cvs log
16378 entries. added -srcdir. create .gdbinit only if there is one
16379 in ${srcdir}.
16380
16381 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16382 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16383 and mandir now keyed off datadir by default.
16384
d932cae7 163851991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16386
16387 * Freshly created ChangeLog.
16388
16389\f
16390Local Variables:
16391mode: change-log
16392left-margin: 8
16393fill-column: 76
16394version-control: never
16395End:
This page took 1.523313 seconds and 4 git commands to generate.