]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
gdbsupport: common-utils.h: fix typo in header
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
c59e30ed
NA
12021-01-05 Nick Alcock <nick.alcock@oracle.com>
2
3 * Makefile.def (libctf): No longer no_check. Checking depends on
4 all-ld.
5 * Makefile.in: Regenerated.
6
d750c713
NC
72021-01-05 Nick Clifton <nickc@redhat.com>
8
9 * libiberty: Sync with gcc. Bring in:
10 2021-01-04 Martin Liska <mliska@suse.cz>
11
12 * strverscmp.c: Convert to utf8 from iso8859.
13
14 2020-12-22 Jason Merrill <jason@redhat.com>
15
16 PR c++/67343
17 * cp-demangle.h (struct d_info): Add unresolved_name_state.
18 * cp-demangle.c (d_prefix): Add subst parm.
19 (d_nested_name): Pass it.
20 (d_unresolved_name): Split out from...
21 (d_expression_1): ...here.
22 (d_demangle_callback): Maybe retry with old sr mangling.
23 * testsuite/demangle-expected: Add test.
24
25 2020-12-21 Jason Merrill <jason@redhat.com>
26
27 * cp-demangle.c (d_expression_1): Recognize qualified-id
28 on RHS of dt/pt.
29 * testsuite/demangle-expected: Add test.
30
31 2020-12-21 Jason Merrill <jason@redhat.com>
32
33 * cp-demangle.c (d_unqualified_name): Clear is_expression.
34 * testsuite/demangle-expected: Add tests.
35
36 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
37
38 * configure: Regenerate.
39 * configure.ac: Avoid using sanitizer.
40
41 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
42
43 * rust-demangle.c (struct rust_demangler): Add
44 skipping_printing and bound_lifetime_depth fields.
45 (eat): Add (v0-only).
46 (parse_integer_62): Add (v0-only).
47 (parse_opt_integer_62): Add (v0-only).
48 (parse_disambiguator): Add (v0-only).
49 (struct rust_mangled_ident): Add punycode{,_len} fields.
50 (parse_ident): Support v0 identifiers.
51 (print_str): Respect skipping_printing.
52 (print_uint64): Add (v0-only).
53 (print_uint64_hex): Add (v0-only).
54 (print_ident): Respect skipping_printing,
55 Support v0 identifiers.
56 (print_lifetime_from_index): Add (v0-only).
57 (demangle_binder): Add (v0-only).
58 (demangle_path): Add (v0-only).
59 (demangle_generic_arg): Add (v0-only).
60 (demangle_type): Add (v0-only).
61 (demangle_path_maybe_open_generics): Add (v0-only).
62 (demangle_dyn_trait): Add (v0-only).
63 (demangle_const): Add (v0-only).
64 (demangle_const_uint): Add (v0-only).
65 (basic_type): Add (v0-only).
66 (rust_demangle_callback): Support v0 symbols.
67 * testsuite/rust-demangle-expected: Add v0 testcases.
68
69 2020-11-13 Seija Kijin <doremylover456@gmail.com>
70
71 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
72
73 2020-11-11 Patrick Palka <ppalka@redhat.com>
74
75 PR c++/88115
76 * cp-demangle.c (d_print_comp_inner)
77 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
78 "operator " prefix for __alignof__.
79 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
80 operand of __alignof__.
81 * testsuite/demangle-expected: Test demangling for __alignof__.
82
83 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
84
85 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
86
87 2020-10-06 Martin Liska <mliska@suse.cz>
88
89 PR lto/97290
90 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
91 Use sh_link of a .symtab_shndx section.
92
5f8c2a15
AM
932021-01-05 Alan Modra <amodra@gmail.com>
94
95 * config.guess: Import from upstream.
96 * config.sub: Likewise.
97
d6f26c9d
ML
982020-12-16 Martin Liska <mliska@suse.cz>
99 Tom de Vries <tdevries@suse.de>
100
101 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
102 field. Add meter field.
103 (progressfn): Print progress using meter.
104
7ddfb1a8
EL
1052020-12-02 Enze Li <lienze2010@hotmail.com>
106
107 * .gitignore: Add gnu global outputs.
108
12bf6525
SM
1092020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
110
111 * .gitignore: Sync with gcc.
112
ce04ca31
AR
1132020-10-26 Andreas Rammhold <andreas@rammhold.de>
114
115 * src-release.sh: Use sha256sum instead of md5sum.
116
ba4d88ad
AB
1172020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
118
119 * Makefile.in: Rebuild.
120 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
121 distclean-gdbserver.
122
f6720b1c
AM
1232020-07-24 Aaron Merey <amerey@redhat.com>
124
f6720b1c
AM
125 * configure: Rebuild.
126 * configure.ac: Remove AC_DEBUGINFOD.
127
b115b9fd
NC
1282020-07-04 Nick Clifton <nickc@redhat.com>
129
130 Binutils 2.35 branch created.
131
11104e42
SC
1322020-04-21 Stephen Casner <casner@acm.org>
133
134 PR 25830
135 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
136 * configure: Rebuild.
137
4635ff97
TT
1382020-03-12 Tom Tromey <tom@tromey.com>
139
140 * Makefile.in: Rebuild.
141 * Makefile.def (gdbserver): Depend on gdbsupport.
142
21329136
TT
1432020-03-12 Tom Tromey <tom@tromey.com>
144
145 * Makefile.in: Rebuild.
146 * Makefile.def (gdbsupport): Don't depend on bfd.
147
9a665d62
TT
1482020-03-12 Tom Tromey <tom@tromey.com>
149
150 * Makefile.in: Rebuild.
151 * Makefile.def (gdbsupport): Depend on intl.
152
b6f9caee
TT
1532020-02-17 Tom Tromey <tom@tromey.com>
154
155 * configure: Rebuild.
156 * configure.ac (configdirs): Add gnulib and gdbsupport when building
157 gdbserver.
158
1a627e7e
TT
1592020-02-14 Tom Tromey <tom@tromey.com>
160
161 * Makefile.in: Rebuild.
162 * Makefile.def: Make gdbserver require gnulib and libiberty.
163
919adfe8
TT
1642020-02-07 Tom Tromey <tom@tromey.com>
165 Pedro Alves <palves@redhat.com>
166
167 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
168 * gdbserver: New directory, moved from gdb/gdbserver.
169 * configure.ac (host_tools): Add gdbserver.
170 Only build gdbserver on certain systems.
171 * Makefile.in, configure: Rebuild.
172 * Makefile.def (host_modules, dependencies): Add gdbserver.
173 * MAINTAINERS: Add gdbserver.
174
fc1ca146
SDJ
1752020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
176
177 * src-release.sh (getver): Look for gdbsupport's
178 create-version.sh script at the current directory if tool is
179 "gdb".
180
cf1d9e09
SM
1812020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
182
183 * remote-sim.c (gdbsim_target::wait): Return
184 sim_data->remote_sim_ptid instead of inferior_ptid.
185
ae774686
NC
1862020-01-18 Nick Clifton <nickc@redhat.com>
187
188 Binutils 2.34 branch created.
189
4fb3a8da
NC
1902020-01-18 Nick Clifton <nickc@redhat.com>
191
192 Synchronize top level configure files with master version:
193
194 2020-01-01 Ben Elliston <bje@gnu.org>
195
196 * config.guess: Update copyright years.
197 * config.sub: Likewise.
198
199 2019-12-21 Ben Elliston <bje@gnu.org>
200
201 * config.guess (set_cc_for_build): Prevent multiple calls by
202 checking if $tmp is already set. We can't check CC_FOR_BUILD as
203 the user may set it externally. Thanks to Torbjörn Granlund for
204 the bug report.
205
206 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
207
208 * config.guess (alpha:Linux:*:*): Guard against missing
209 /proc/cpuinfo by redirecting standard error to /dev/null.
210
211 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
212
213 * config.guess (*:Twizzler:*:*): New.
214 * config.sub (-twizzler*): New.
215
216 2019-07-24 Ben Elliston <bje@gnu.org>
217
218 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
219
220 2019-06-30 Ben Elliston <bje@gnu.org>
221
222 * config.sub (case $os): Match nsk* and powerunix. Don't later
223 match nsk* and set os=nsk which removes the OS version number.
224
225 2019-06-30 Ben Elliston <bje@gnu.org>
226
227 * config.sub: Recognise os108*.
228
229 2019-06-26 Ben Elliston <bje@gnu.org>
230
231 * config.sub (hp300): Set $os to hpux.
232
233 2019-06-26 Ben Elliston <bje@gnu.org>
234
235 * config.sub (vsta): Move into alphabetical order.
236
237 2019-06-10 Ben Elliston <bje@gnu.org>
238
239 * config.guess (*:OS108:*:*): Recognise new OS.
240
241 2019-05-28 Ben Elliston <bje@gnu.org>
242
243 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
244 system compiler is installed. If not, do not run set_cc_for_build,
245 as the default cc will open a dialog box asking to install
246 Xcode. If no C compiler is available, guess based on uname -p and
247 uname -m.
248
249 2019-05-28 Ben Elliston <bje@gnu.org>
250
251 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
252
c4d3fc14
SM
2532020-01-17 Simon Marchi <simon.marchi@efficios.com>
254
255 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
256 * Makefile.in: Re-generate.
257
01027315
TT
2582020-01-14 Tom Tromey <tom@tromey.com>
259
260 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
261 * MAINTAINERS: Add gdbsupport.
262 * configure: Rebuild.
263 * configure.ac (configdirs): Add gdbsupport.
264 * gdbsupport: New directory, move from gdb/gdbsupport.
265 * Makefile.def (host_modules, dependencies): Add gnulib.
266 * Makefile.in: Rebuild.
267
abb78b78
AM
2682020-01-09 Aaron Merey <amerey@redhat.com>
269
270 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
271 new configure option --with-debuginfod.
272 * configure: Regenerate.
273 * configure.ac: Call AC_DEBUGINFOD.
274
cef2097a
CB
2752019-12-26 Christian Biesinger <cbiesinger@google.com>
276
277 * .gitignore: Add perf.data and perf.data.old.
278
95c746cc
SDJ
2792019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
280
281 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
282
a315e147
AM
2832019-10-17 Alan Modra <amodra@gmail.com>
284
285 PR 29
286 * src-release.sh (getver): Replace "head -1" with "head -n 1".
287
87279e3c
NA
2882019-07-30 Nick Alcock <nick.alcock@oracle.com>
289
290 * Makefile.def (host_modules): libctf is no longer no_install.
291 * Makefile.in: Regenerated.
292
1ff6de03
NA
2932019-07-13 Nick Alcock <nick.alcock@oracle.com>
294
295 * Makefile.def (dependencies): all-ld depends on all-libctf.
296 * Makefile.in: Regenerated.
297
60391a25
PB
2982019-09-09 Phil Blundell <pb@pbcl.net>
299
300 binutils 2.33 branch created
301
c1a5d03a
TT
3022019-08-19 Tom Tromey <tom@tromey.com>
303
304 * configure: Rebuild.
305 * configure.ac: Add --with-static-standard-libraries.
306
f211b8c0
NC
3072019-08-09 Nick Clifton <nickc@redhat.com>
308
309 * libiberty: Sync with gcc. Bring in:
310 2019-08-08 Martin Liska <mliska@suse.cz>
311
312 PR bootstrap/91352
313 * lrealpath.c (is_valid_fd): New function.
314
315 2019-07-24 Martin Liska <mliska@suse.cz>
316
317 PR lto/91228
318 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
319 Find first '\0' starting from gnu_lto + 1.
320
321 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
322
323 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
324 This fixes a Bug 90924.
325
326 2019-07-22 Martin Liska <mliska@suse.cz>
327
328 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
329 Do not search for gnu_lto_v1, but search for first '\0'.
330
331 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
332
333 * cplus-dem.c: Include rust-demangle.h.
334 * rust-demangle.c: Include rust-demangle.h.
335 * rust-demangle.h: New file.
336
337 2019-05-31 Michael Forney <mforney@mforney.org>
338
339 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
340 is non-zero.
341
342 2019-04-30 Ben L <bobsayshilol@live.co.uk>
343
344 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
345 * testsuite/d-demangle-expected: Add testcase.
346
347 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
348 * testsuite/d-demangle-expected: Add testcase.
349
350 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
351 * testsuite/d-demangle-expected: Add testcase.
352
353 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
354 * testsuite/d-demangle-expected: Add testcase.
355
356 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
357 * testsuite/d-demangle-expected: Add testcase.
358
359 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
360 * testsuite/demangle-expected: Add testcase.
361
362 * cp-demangle.c (d_encoding): Guard against NULL return values from
363 d_right (dc).
364 * testsuite/demangle-expected: Add testcase.
365
366 2019-04-29 Ben L <bobsayshilol@live.co.uk>
367
368 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
369 char is valid.
370 * testsuite/demangle-expected: Add testcase.
371
372 2019-04-10 Nick Clifton <nickc@redhat.com>
373
374 PR 89394
375 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
376 lengths.
377 (d_count_templates_scopes): Replace num_templates and num_scopes
378 parameters with a struct d_print_info pointer parameter. Adjust
379 body of the function accordingly. Add recursion counter and check
380 that the recursion limit is not reached.
381 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
382 Reset recursion counter afterwards, unless the recursion limit was
383 reached.
384
48b550c2
JB
3852019-07-13 Joel Brobecker <brobecker@adacore.com>
386
387 * src-release (getver): If $tool/gdbsupport/create-version.sh
388 exists, use that to determine the version number.
389
be74b5b7
AS
3902019-06-21 Andreas Schwab <schwab@linux-m68k.org>
391
392 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
393
73cc7272
TT
3942019-06-14 Tom Tromey <tom@tromey.com>
395
396 * MAINTAINERS: Add gnulib.
397 * gnulib: New directory, move from gdb/gnulib.
398 * configure.ac (host_libs): Add gnulib.
399 * configure: Rebuild.
400 * Makefile.def (host_modules, dependencies): Add gnulib.
401 * Makefile.in: Rebuild.
402
79b377b3
NC
4032019-06-03 Nick Clifton <nickc@redhat.com>
404
405 Revert:
406 2019-05-29 Nick Clifton <nickc@redhat.com>
407
408 * configure.ac (noconfigdirs): Add libctf if the target does not use
409 the ELF file format.
410 * configure: Regenerate.
411
e33f2313
NC
4122019-05-29 Nick Clifton <nickc@redhat.com>
413
414 * src-release.sh (do_proto_toplev): Add libctf to list of
415 directories that can be disabled.
416
90bd5423
NC
4172019-05-29 Nick Clifton <nickc@redhat.com>
418
419 * configure.ac (noconfigdirs): Add libctf if the target does not use
420 the ELF file format.
421 * configure: Regenerate.
422
9698cf9b
NA
4232019-05-28 Nick Alcock <nick.alcock@oracle.com>
424
425 * Makefile.def (dependencies): configure-libctf depends on all-bfd
426 and all its deps.
427 * Makefile.in: Regenerated.
428
88981b15
NA
4292019-05-28 Nick Alcock <nick.alcock@oracle.com>
430
431 * MAINTAINERS: Add libctf.
432
0e65dfba
NA
4332019-05-28 Nick Alcock <nick.alcock@oracle.com>
434
435 * Makefile.def (host_modules): Add libctf.
436 * Makefile.def (dependencies): Likewise.
437 libctf depends on zlib, libiberty, and bfd.
438 * Makefile.in: Regenerated.
439 * configure.ac (host_libs): Add libctf.
440 * configure: Regenerated.
441
2376c370
JM
4422019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
443
444 * config.guess: Synchronize with config project master sources.
445 * config.sub: Likewise.
446 * readline/support/config.guess: Likewise.
447 * readline/support/config.sub: Likewise.
448
c1202057
NC
4492019-04-10 Nick Clifton <nickc@redhat.com>
450
451 * libiberty: Sync with gcc. Bring in:
452 2019-04-10 Nick Clifton <nickc@redhat.com>
453
454 PR 89394
455 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
456 lengths.
457 (d_count_templates_scopes): Replace num_templates and num_scopes
458 parameters with a struct d_print_info pointer parameter. Adjust
459 body of the function accordingly. Add recursion counter and check
460 that the recursion limit is not reached.
461 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
462 Reset recursion counter afterwards, unless the recursion limit was
463 reached.
464
f974f26c
NC
4652018-06-24 Nick Clifton <nickc@redhat.com>
466
467 2.32 branch created.
468
d63f2be2
RO
4692019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
470
471 Merge from GCC:
472 PR target/88535
473 * config.guess: Import upstream version 2019-01-03.
474 * config.sub: Import upstream version 2019-01-01.
475
1910070b
NC
4762019-01-10 Nick Clifton <nickc@redhat.com>
477
478 * libiberty: Sync with gcc. Bring in:
479 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
480
481 PR other/16615
482
483 * cp-demangle.c: Mechanically replace "can not" with "cannot".
484 * floatformat.c: Likewise.
485 * strerror.c: Likewise.
486
487 2018-12-22 Jason Merrill <jason@redhat.com>
488
489 Remove support for demangling GCC 2.x era mangling schemes.
490 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
491 internal_cplus_demangle, and all subroutines.
492 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
493 Lucid, ARM, HP, and EDG demangling styles.
494 (cplus_demangle): Remove 'work' variable. Don't call
495 internal_cplus_demangle.
496
69961a84
ДП
4972019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
498
499 * configure.ac: Don't configure readline if --with-system-readline is
500 used.
501 * configure: Re-generate.
502
b555fb21
JM
5032018-10-31 Joseph Myers <joseph@codesourcery.com>
504
505 Merge from GCC:
506 PR bootstrap/82856
507 * multilib.am: New file. From automake.
508
80ca5f98
SDJ
5092018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
510
511 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
512
0a8288f7
NC
5132018-07-16 Nick Clifton <nickc@redhat.com>
514
515 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
516
26996596
SH
5172018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
518
519 * config.sub: Sync with upstream version 2018-07-03.
520
c5244148
SH
5212018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
522
523 * config.guess: Sync with upstream version 2018-06-26.
524 * config.sub: Sync with upstream version 2018-07-02.
525
4119873a
AO
5262018-06-29 Alexandre Oliva <oliva@adacore.com>
527
528 * configure.ac: Introduce support for @unless/@endunless.
529 * Makefile.tpl (dep-kind): Rewrite with cond; return
530 postbootstrap in some cases.
531 (make-postboot-dep, postboot-targets): New.
532 (dependencies): Do not output postbootstrap dependencies at
533 first. Output non-target ones changed for configure to depend
534 on stage_last @if gcc-bootstrap, and the original deps @unless
535 gcc-bootstrap.
536 * configure.in, Makefile.in: Rebuilt.
537
71300e2c
NC
5382018-06-24 Nick Clifton <nickc@redhat.com>
539
540 * configure: Regenerate.
541
d0ac1c44
SM
5422018-06-19 Simon Marchi <simon.marchi@ericsson.com>
543
544 * libtool.m4: Use AC_LANG_SOURCE.
545 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
546 * README-maintainer-mode: Update version requirements.
547 * ar-lib: New file.
548 * test-driver: New file.
549 * configure: Re-generate.
550
e0541124
EB
5512018-06-18 Eric Botcazou <ebotcazou@adacore.com>
552
553 * Makefile.def (fortran): Add check-target-libgomp-fortran.
554 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
555 * Makefile.in: Regenerate.
556
557 * configure: Regenerate.
558
db67d458
SM
5592018-06-18 Simon Marchi <simon.marchi@ericsson.com>
560
561 * configure.ac: Sync with GCC, remove MPX-related things.
562
b5778783
NC
5632018-05-01 Nick Clifton <nickc@redhat.com>
564
565 * config.guess: Synchronize with config project master sources.
566 * config.sub: Likewise.
567
1063beb5
FT
5682018-05-01 Francois H. Theron <francois.theron@netronome.com>
569
570 * configure.ac: Added "nfp" target.
571 * configure: Regenerate.
572
b29d2641
MR
5732018-02-13 Maciej W. Rozycki <macro@mips.com>
574
575 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
576 * configure: Regenerate.
577
52b2f300
NC
5782018-01-30 Nick Clifton <nickc@redhat.com>
579
580 * src-release.sh (do_proto_toplev): Add patterns for more junk files
581 to delete before creating the tarball.
582
b431b4ea
NC
5832018-01-29 Nick Clifton <nickc@redhat.com>
584
585 * src-release.sh (do_proto_toplev): Strip patch remnant files from
586 the sources before creating the tarball.
587
19e2900b
NC
5882018-01-13 Nick Clifton <nickc@redhat.com>
589
590 * src-release.sh: Update copyright notice. Change reference to devo
591 to be a reference to root.
592
bf41f30d
NC
5932018-01-10 Nick Clifton <nickc@redhat.com>
594
595 * config-ml.in: Sync with gcc sources.
596 * config.guess: Likewise.
597 * config.sub: Likewise.
598 * configure.ac: Likewise.
7ec0cd50 599 * configure: Regenerate.
bf41f30d 600
863f7a5f
NC
6012017-12-14 Nick Clifton <nickc@redhat.com>
602
603 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
604
638d9137
SH
6052017-12-12 Stafford Horne <shorne@gmail.com>
606
607 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
608 * configure: Regenerate.
609
ef87240f
NC
6102017-09-15 Nick Clifton <nickc@redhat.com>
611
612 * src-release.sh (LZIPPROG): New define. Provides the name of the
613 lzip program.
614 (do_lz): New function. Compresses a tarball using the lzip
615 program.
616 (do_compress): Add support for lzip compression.
617 (usage): Mention -l option.
618 (build_release): Support -l option to invoke lzip compression.
619
817b7711
AM
6202017-09-15 Alan Modra <amodra@gmail.com>
621
622 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
623 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
624 and sim depending on $tool and $support_files. Echo configure line.
625
255300f5 6262017-09-14 Matt Rice <ratmice@gmail.com>
627
628 * src-release.sh (do_proto_toplev): Enable gold during release process.
629
8f0dd45f
AJ
6302017-04-13 Andrew Jenner <andrew@codesourcery.com>
631
632 * config.sub: Sync with master version in config project.
633
2f5f29ca
AJ
6342017-04-03 Andrew Jenner <andrew@codesourcery.com>
635
636 * config.sub: Handle ia16 in $basic_machine.
637
638 bfd/
639 * config.bfd: Handle ia16.
640
641 gas/
642 * configure.tgt: Handle ia16.
643
644 ld/
645 * configure.tgt: Handle ia16.
646
11997a83
NC
6472017-03-22 Nick Clifton <nickc@redhat.com>
648
649 * config.sub: Sync with master version in config project.
650 * config.guess: Likewise.
651
05a13254
NC
6522017-01-23 Nick Clifton <nickc@redhat.com>
653
654 * configure.ac: Update year in copyright notice.
655 Sync from FSF GCC mainline, bringing in the following patches.
656 * Makefile.def: Likewise.
657 * Makefile.tpl: Likewise.
658 * configure: Regenerate.
659 * Makefile.in: Regenerate.
660
661 2016-12-21 Jakub Jelinek <jakub@redhat.com>
662
663 * configure.ac: Don't bootstrap libmpx unless --with-build-config
664 includes bootstrap-mpx.
665
666 2016-12-01 Matthias Klose <doko@ubuntu.com>
667
668 * configure.ac: Don't use pkg-config to check for bdw-gc.
669
670 2016-11-30 Matthias Klose <doko@ubuntu.com>
671
672 * Makefile.def: Remove reference to boehm-gc target module.
673 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
674 options and for the bdw-gc pkg-config module.
675
676 2016-11-15 Matthias Klose <doko@ubuntu.com>
677
678 * config-ml.in: Remove references to GCJ.
679 * configure.ac: Likewise.
680
681 2016-09-30 Jakub Jelinek <jakub@redhat.com>
682
683 * configure.ac: Add target-libffi to target_libraries.
684 Readd libgcj target disablings, modified to only target-libffi.
685 Readd target addition of go to unsupported languages.
686
687 2016-09-30 Andrew Haley <aph@redhat.com>
688
689 * Makefile.def: Remove libjava.
690 * Makefile.tpl: Likewise.
691 * configure.ac: Likewise.
692
693 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
694
695 * configure.ac: Disable "sim" directory for arc*-*-*.
696
697 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
698
699 * configure.ac: Check for the minimum in-tree MPFR version
700 handled.
701
3f66c01b
AM
7022016-12-31 Alan Modra <amodra@gmail.com>
703
704 * config.sub: Import from upstream.
705
da17fe9d
AM
7062016-12-08 Alan Modra <amodra@gmail.com>
707
708 * configure: Regenerate.
709
d5451cd4
JC
7102016-12-02 Josh Conner <joshconner@google.com>
711
712 * configure.ac: Add fuchsia to targets that use ELF.
713 * configure: Regenerated.
714
5ada5c6f
DE
7152016-11-07 Doug Evans <dje@google.com>
716
717 * config.sub: Sync with upstream version 2016-11-03.
718 git://git.sv.gnu.org/config.git
719 * config.guess: Sync with upstream version 2016-10-02.
720
07619d52
SM
7212016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
722
723 * .gitignore: Add archives and make stamps.
724
bedbe19c
YTL
7252016-07-20 Yan-Ting Lin <currygt52@gmail.com>
726
727 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
728 * configure: Regenerated.
729
9abdce70
WL
7302016-06-28 Walter Lee <walt@tilera.com>
731
732 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
733 * configure: Regenerate.
734
0597bdc4
AM
7352016-05-28 Alan Modra <amodra@gmail.com>
736
737 * Makefile.tpl (configure): Depend on m4 files included.
738 * Makefile.in: Regenerate.
739
1690f1db
NC
7402016-05-27 Nick Clifton <nickc@redhat.com>
741
742 * config.guess (Alpha OSF1): Fix typo introduced during the most
743 recent synchronization update.
744
b43b8535
NC
7452016-05-23 Nick Clifton <nickc@redhat.com>
746
747 * Import these patches from the gcc mainline:
748
749 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
750
751 * config.guess: Import version 2016-04-02 (newest).
752 * config.sub: Import version 2016-05-10 (newest).
753
bb7dc663
NC
7542016-04-19 Nick Clifton <nickc@redhat.com>
755
756 * Import this patch from the GCC mainline:
757
758 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
759
760 PR bootstrap/70173
761 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
762 and gotools directories. Delete the stage_final file.
763 * Makefile.in: Regenerate.
764
ea016470
CC
7652016-03-17 Cary Coutant <ccoutant@gmail.com>
766
767 * configure.ac: Add mips and s390 to the gold target check.
768 * configure: Regenerate.
769
52cf9762
NC
7702016-02-10 Nick Clifton <nickc@redhat.com>
771
772 Import these patches from the GCC mainline:
773
774 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
775
776 * configure.ac: Enable LTO for DJGPP
777 * configure: Regenerate
778
779 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
780
781 PR bootstrap/69329
782 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
783 * Makefile.in: Regenerate.
784
785 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
786 Sebastian Pop <s.pop@samsung.com>
787
788 * Makefile.in: Regenerate.
789 * Makefile.tpl: Export ISLVER.
790 * configure: Regenerate.
791 * config/isl.m4: Detect isl-0.15.
792
793 2016-01-29 Sebastian Pop <s.pop@samsung.com>
794
795 * config/isl.m4: Add comments about isl-0.16.
796 * configure: Regenerate.
797
1985dc2d
L
7982016-01-12 H.J. Lu <hongjiu.lu@intel.com>
799
800 Sync with GCC
801 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
802
803 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
804 symbols.
805
806 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
807
808 PR bootstrap/69134
809 * Makefile.def (mpfr): Disable assembler.
810 * Makefile.in: Regenerate.
811
4849dfd8
NC
8122016-01-11 Nick Clifton <nickc@redhat.com>
813
814 Import the following changes from the GCC mainline:
815
816 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
817
818 * configure.ac: Enable libmpx by default.
819 * configure: Regenerated.
820
821 2015-11-19 Martin Liska <mliska@suse.cz>
822
823 * .gitignore: Add .clang-format to ignored files.
824 * Makefile.tpl: Add clang-format.
825 * Makefile.in: Regenerate.
826
827 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
828
829 PR libffi/65726
830 * Makefile.def (lang_env_dependencies): Make libffi depend
831 on cxx.
832 * Makefile.in: Regenerate.
833
834 2015-12-02 Ian Lance Taylor <iant@google.com>
835
836 PR go/66147
837 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
838 * Makefile.in: Regenerate.
839
840 2015-12-17 Nathan Sidwell <nathan@acm.org>
841
842 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
843 * configure: Regenerate.
844
845 2015-12-17 Sebastian Pop <s.pop@samsung.com>
846
847 * Makefile.in: Replace ISL with isl.
848 * Makefile.tpl: Same.
849 * config/isl.m4: Same.
850 * configure.ac: Same.
851 * contrib/download_prerequisites: Same.
852 * configure: Regenerate.
853
854 2016-01-01 Ben Elliston <bje@gnu.org>
855
856 * config.guess: Import version 2016-01-01.
857 * config.sub: Likewise.
858
f075eb5e
TG
8592015-11-20 Tristan Gingold <gingold@adacore.com>
860
861 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
862 * configure: Regenerate.
863
6c3bc0f8
NC
8642015-10-21 Nick Clifton <nickc@redhat.com>
865
866 PR gas/19109
867 * configure.ac: Note the 'none' is an acceptable argument to
868 --enable-compressed-debug-sections.
869 * configure: Regenerate.
870
edeefb67
L
8712015-10-20 H.J. Lu <hongjiu.lu@intel.com>
872
873 PR gas/19109
874 * configure.ac: Add
875 --enable-compressed-debug-sections={all,gas,gold,ld}.
876 * configure: Regenerated.
877
68996839
NC
8782015-09-30 Nick Clifton <nickc@redhat.com>
879
880 Import the following patches from the GCC mainline:
881
882 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
883
884 PR libfortran/54572
885 * Makefile.def: Make libgfortran depend on libbacktrace.
886 * Makefile.in: Regenerate.
887
888 2015-08-12 Tom de Vries <tom@codesourcery.com>
889
890 PR other/67092
891 PR other/67098
892 * configure.ac: Remove --with_host_libstdcxx support.
893 * configure: Regenerate.
894
895 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
896 Jakub Jelinek <jakub@redhat.com>
897
898 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
899 nvptx*-*-*.
900 * configure: Regenerate.
901
5960642a
L
9022015-08-07 H.J. Lu <hongjiu.lu@intel.com>
903
904 Sync with GCC
905 2015-07-28 Ben Elliston <bje@gnu.org>
906
907 * config.sub, config.guess: Import from upstream.
908
016a3251
DD
9092015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
910
911 * Makefile.def (libiconv): Define bootstrap=true.
912 Mark pdf/html/info as missing.
913 (configure-gcc): Depend on all-libiconv.
914 (all-gcc): Ditto.
915 (configure-libcpp): Ditto.
916 (all-libcpp): Ditto.
917 (configure-intl): Ditto.
918 (all-intl): Ditto.
919 * Makefile.in: Regenerate.
920
136bb21f
L
9212015-07-27 H.J. Lu <hongjiu.lu@intel.com>
922
923 Sync with GCC
924 2015-07-24 Michael Darling <darlingm@gmail.com>
925
926 PR other/66259
927 * config-ml.in: Reflects renaming of configure.in to configure.ac
928 * configure: Likewise
929 * configure.ac: Likewise
930
22121df0
L
9312015-07-14 H.J. Lu <hongjiu.lu@intel.com>
932
933 * Makefile.in: Regenerated.
934
935 Sync with GCC
936 2015-05-21 Jason Merrill <jason@redhat.com>
937
938 * Makefile.tpl: Update comments.
939
940 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
941
942 * Makefile.tpl: Remove surplus whitespace throughout.
943
944 2015-03-25 Martin Liska <mliska@suse.cz>
945 Yury Gribov <y.gribov@samsung.com>
946
947 * Makefile.tpl: Fix ln source location for vimrc file.
948
969b1713
L
9492015-07-14 H.J. Lu <hongjiu.lu@intel.com>
950
951 Sync with GCC
952 2015-05-16 James Bowman <james.bowman@ftdichip.com>
953
954 * configure.ac: FT32 target added.
955 * configure: Regenerate.
956
ce6c656d
L
9572015-07-14 H.J. Lu <hongjiu.lu@intel.com>
958
959 Sync with GCC
960 2015-06-02 Jason Merrill <jason@redhat.com>
961
962 PR bootstrap/66319
963 * configure.ac: Use -std=gnu++98.
964
965 2015-05-28 Mike Frysinger <vapier@gentoo.org>
966
967 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
968 * configure: Regenerate.
969
970 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
971
972 * configure.ac: Fix typo.
973 * configure: Regenerate.
974
975 2015-05-03 Matthias Klose <doko@ubuntu.com>
976
977 * configure.ac: Match $host configured with triplets.
978 * configure: Regenerate.
979
980 2015-04-17 Jakub Jelinek <jakub@redhat.com>
981
982 PR bootstrap/62077
983 * configure.ac (--enable-stage1-checking): Default to
984 release,misc,gimple,rtlflag,tree,types if --disable-checking
985 or --enable-checking is not specified and DEV-PHASE is not
986 experimental.
987 * configure: Regenerated.
988
989 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
990
991 Install back PR target/47230 fix (Revert the revert).
992
16beab3d
L
9932015-06-30 H.J. Lu <hongjiu.lu@intel.com>
994
995 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
996 target.
997 * configure: Regenerate.
998
5569a85f
JDA
9992015-05-13 John David Anglin <dave.anglin@bell.net>
1000
1001 * configure.ac: Disable configuration of GDB for HPUX targets.
1002 * configure: Regenerate.
1003
e81d5d05
L
10042015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1005
1006 PR ld/18355
1007 * Makefile.def: Add extra_configure_flags to host zlib.
1008 * configure.ac (extra_host_zlib_configure_flags): New. Set
1009 to --enable-host-shared When bfd is to be built as shared
1010 library. AC_SUBST.
1011 * Makefile.in: Regenerated.
1012
ec5b9462
HPN
10132015-04-15 Mike Frysinger <vapier@gentoo.org>
1014 Hans-Peter Nilsson <hp@axis.com>
1015
1016 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 1017 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
1018 use that in the getver call instead of $tool.
1019 (sim_release): Pass gdb as fifth parameter to tar_compress.
1020 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1021
f91ca6bc
IB
10222015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1023
1024 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1025 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1026 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1027 * Makefile.in: Regenerate.
1028
cf39cfc5
L
10292015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1030
1031 * configure.ac: Add --with-system-zlib.
1032 * configure: Regenerated.
1033
6ac1079e
L
10342015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1035
1036 * src-release.sh: Don't configure with --with-target-subdir=.
1037 --disable-multilib.
1038
890ba06f
L
10392015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1040
1041 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1042 src-release.sh.
1043
5675acd9
ES
10442015-03-30 Ed Schouten <ed@nuxi.nl>
1045
1046 * config.sub: Update from upstream, to 2015-03-04 version.
1047 * config.guess: Likewise.
1048
d2d67aea
L
10492015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1050
1051 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1052 * Makefile.in: Regenerated.
1053
92c695a1
L
10542015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1055
1056 * src-release.sh (do_proto_toplev): Configure with --target
1057 --with-target-subdir and --disable-multilib.
1058 (BINUTILS_SUPPORT_DIRS): Add zlib.
1059 (GAS_SUPPORT_DIRS): Likewise.
1060 (GDB_SUPPORT_DIRS): Likewise.
1061 (SIM_SUPPORT_DIRS): Likewise.
1062
091021fa
L
10632015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1064
1065 * configure.ac (target_configdirs): Exclude target-zlib if
1066 target-libjava isn't built.
1067 * configure: Regenerated.
1068
5df8a8fc
L
10692015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1070
1071 Sync with GCC
1072 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1073
1074 * config-ml.in: Robustify ac_configure_args parsing.
1075
1b6c0831
L
10762015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1077
1078 * Makefile.def: Updated from GCC trunk.
1079 * Makefile.tpl: Likewise.
1080 * configure.ac: Likewise.
1081 * Makefile.in: Regenerated.
1082 * configure: Likewise.
1083
3f8107ab
AM
10842015-01-28 James Bowman <james.bowman@ftdichip.com>
1085
1086 * configure.ac: Add FT32 support.
1087 * configure: Regenerate.
1088
10b8fe5e
AG
10892015-01-12 Anthony Green <green@moxielogic.com>
1090
1091 * configure.ac: Don't disable gprof for moxie.
1092 * configure: Rebuild.
1093
6b91c541
AP
10942015-01-03 Andrew Pinski <apinski@cavium.com>
1095
1096 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1097 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1098 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1099 (OBJCOPY_FOR_TARGET): New variable.
1100 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1101 * Makefile.in: Regenerate.
1102 * configure.ac: Check for already installed target objcopy.
1103 Also GCC_TARGET_TOOL on objcopy.
1104 * configure: Regenerate.
1105
6ba37ab4
HPN
11062015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1107
1108 * config.sub: Update from upstream, to 2015-01-01 version.
1109 * config.guess: Ditto.
1110
bb5f7690
EB
11112014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1112
1113 * config.sub: Update from upstream config repo.
1114
6e733cce
L
11152014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 * libtool.m4: Updated from GCC trunk.
1118
8969c424
JBG
11192014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1120
1121 * config.guess: Update from upstream config repo.
1122 * config.sub: Ditto.
1123
37e77caf
JBG
11242014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1125
1126 * move-if-change: Update from upstream gnulib.
1127
e3046511
JBG
11282014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1129
1130 * compile: Sync with upstream Automake.
1131 * depcomp: Ditto.
1132 * install-sh: Ditto.
1133 * missing: Ditto.
1134 * mkinstalldirs: Ditto.
1135 * ylwrap: Ditto.
1136
3e615393
TG
11372014-10-15 Tristan Gingold <gingold@adacore.com>
1138
1139 * src-release.sh (do_proto_toplev): Configure with --target.
1140
6d26190c
JY
11412014-10-03 Jing Yu <jingyu@google.com>
1142
1143 * configure.ac: Add aarch64 to list of targets that support gold.
1144 * configure: Regenerate.
1145
a9d58c06
AB
11462014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1147
1148 * configure.ac: Add mips*-img-elf* target triple.
1149 * configure: Regenerate.
1150
b25b5cef
CJW
11512014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1152 * configure: Disable gdb for nds32*-*-* until supported.
1153 * configure.ac: Disable gdb for nds32*-*-* until supported.
1154
f8797b5a
JB
11552014-09-05 Joel Brobecker <brobecker@adacore.com>
1156
1157 * configure: Regenerate.
1158
2536ee9d
WN
11592014-08-27 Will Newton <will.newton@linaro.org>
1160
1161 * src-release.sh: New file.
1162 * src-release: Remove file.
1163
1f995db6
JS
11642014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1165
1166 GDB not supported for or1k*-*-rtems*
1167 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1168 of the stanzas results in this not being caught by or1k*-*-* later.
1169 * configure. Regenerated.
1170
a843ea33
SB
11712014-07-25 Samuel Bronson <naesten@gmail.com>
1172
1173 * .gitattributes: New file for use with git-merge-changelog.
1174
cfbc1a6c
JS
11752014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1176
1177 Disable gdb for or1k*-*-* until supported
1178 * configure.ac (or1k*-*-*): Disable gdb.
1179 * configure: Regenerated.
1180
d9e042ac
SL
11812014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1182
1183 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1184 * configure: Regenerated.
1185
201f096f 11862014-03-26 Jakub Jelinek <jakub@redhat.com>
1187
1188 PR sanitizer/56781
1189 * Makefile.def: Set bootstrap=true; for host fixincludes.
1190 * configure.ac: Don't bootstrap host fixincludes unless
1191 --with-build-config=bootstrap-{a,ub}san.
1192 * Makefile.in: Regenerated.
1193 * configure: Regenerated.
1194
730af8ee 11952014-03-21 Jakub Jelinek <jakub@redhat.com>
1196
1197 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1198 --enable-vtable-verify option parsing. Don't add
1199 target-libsanitizer to bootstrap_target_libs unless
1200 --with-build-config=bootstrap-asan or
1201 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1202 to bootstrap_target_libs unless --enable-vtable-verify.
1203 * configure: Regenerated.
1204
abca8d87 12052014-03-07 Jakub Jelinek <jakub@redhat.com>
1206
1207 PR bootstrap/58572
1208 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1209 -I for libstdc++-v3 includes if $(LEAN).
1210 * Makefile.in: Regenerated.
1211
68d122bb 12122014-02-24 Walter Lee <walt@tilera.com>
1213
1214 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1215 (tilegx-*-*): Change to tilegx*-*-*.
1216 * configure: Regenerate.
1217
39d1b2ae
RS
12182014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1219
1220 * config.sub, config.guess: Import from upstream.
1221
50f80006
EB
12222014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1223
1224 PR bootstrap/60620
72f4393d 1225 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
1226 * Makefile.in: Regenerate.
1227
a6305403
YS
12282014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1229
1230 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1231 for WINDRES_FOR_TARGET in default-manifest.o rule.
1232 * Makefile.in: Regenerate.
1233
62a0f723
RO
12342014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1235
1236 PR target/59788
1237 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1238 *solaris2*.
1239
530e8392
KB
12402013-12-19 Keven Boell <keven.boell@intel.com>
1241
1242 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1243 nested lookups for fortran modules.
1244 * dwarf2read.c (read_module): Add fortran module to
1245 the symbol table.
1246 (add_partial_symbol, add_partial_module): Add fortran
1247 module to the partial symbol table.
1248 (new_symbol_full): Create full symbol for fortran module.
1249 * f-exp.y (yylex): Add new module domain to be parsed.
1250 * symtab.h: New domain for fortran modules.
1251
7f9b20bb
KB
12522013-12-19 Keven Boell <keven.boell@intel.com>
1253
1254 * f-exp.y (yylex): Add domain array to enable lookup
1255 in multiple domains. Loop over lookup domains and try
1256 to find requested symbol. Add STRUCT_DOMAIN to lookup
1257 domains to be able to query for user defined types.
1258
afc0578d 12592013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1260
1261 * configure.ac: Add user-friendly check for native x86_64-linux
1262 multilibs.
1263 * configure: Regenerate.
1264
f3f51a69
AM
12652013-11-23 Alan Modra <amodra@gmail.com>
1266
1267 * config.sub, config.guess: Import from upstream.
1268
2440009d 12692013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1270
2440009d 1271 * Makefile.in: Regenerate.
1272
e78e02e6 1273 * Makefile.tpl: Fix typo.
1274 * Makefile.in: Regenerate partially.
1275
9aaf2a7e 12762013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1277
1278 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1279 supported.
1280 * configure: Regenerated.
1281
880b18d1 12822013-10-30 Jason Merrill <jason@redhat.com>
1283
1284 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1285 --disable-build-format-warnings.
1286
522e3d71 12872013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1288
f3f51a69 1289 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 1290 depend on libstdc++ and libgcc.
1291 * configure: Regenerate.
1292 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1293 libcilkrts for POSIX and i*86, and x86_64 architectures.
1294 * Makefile.in: Added libcilkrts related fields to support building it.
1295
cb49a9e1 12962013-10-26 Jeff Law <law@redhat.com>
1297
1298 * Makefile.def (target_modules): Remove libmudflap
1299 (languages): Remove check-target-libmudflap).
1300 * Makefile.in: Rebuilt.
1301 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1302 * configure.ac (target_libraries): Remove target-libmudflap.
1303 Remove checks which disabled libmudflap on some systems.
1304 * configure: Rebuilt.
1305 * libmudflap: Directory removed.
1306
82033c9b
JBG
13072013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1308
1309 * configure.ac: Update from GCC.
1310 * configure: Regenerate.
1311
b50d7605
HPN
13122013-10-15 Hans-Peter Nilsson <hp@axis.com>
1313
1314 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1315 files in SUPPORT_FILES.
1316 (SIM_SUPPORT_DIRS): New variable.
1317 (sim.tar.bz2): New rule.
1318
f4cfb980
JBG
13192013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1320
1321 * configure.ac: Update from GCC.
1322 * configure: Regenerate.
1323
78b1434c
JJ
13242013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1325
1326 * COPYING.NEWLIB: Update with new copyright.
1327
b3fc79f8
JBG
13282013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1329
1330 * configure.ac: Update from GCC.
1331 * configure: Regenerate.
1332
cc9afea3
AM
13332013-09-20 Alan Modra <amodra@gmail.com>
1334
1335 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1336 ppc host match. Support little-endian powerpc linux hosts.
1337
f006cabd
JB
13382013-08-16 Joel Brobecker <brobecker@adacore.com>
1339
1340 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1341 strip the "-cvs" suffix from the version number if present.
1342
95e43135
JBG
13432013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1344
1345 * configure.ac: Sync with GCC repo.
1346 * Makefile.def: Ditto.
1347 * configure: Regenerate.
1348 * Makefile.in: Ditto.
1349
7539e41e
JB
13502013-07-22 Joel Brobecker <brobecker@adacore.com>
1351
1352 * src-release (VER): Use $(TOOL)/common/create-version.sh
1353 if it exists.
1354
e8044f35
RS
13552013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1356
1357 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1358 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1359 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1360 * configure: Regenerate.
1361
7bab7634
DC
13622013-06-01 George Thomas <george.thomas@atmel.com>
1363
95e43135
JBG
1364 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1365 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 1366
b5364c9e
JJ
13672013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1368
1369 * COPYING.NEWLIB: Add Altera Corporation copyright.
1370
5dad867c
JBG
13712013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1372
1373 * config.guess: Update from config repo.
1374 * config.sub: Ditto.
1375
b836cb18
JBG
13762013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1377
1378 * Makefile.def: Sync with GCC.
1379 * Makefile.in: Regenerate.
1380
e7d5abf1
JBG
13812013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1382
1383 * configure.ac: Sync with GCC.
b836cb18 1384 * configure: Regenerate.
e7d5abf1 1385
4f778543
MF
13862013-03-22 Mike Frysinger <vapier@gentoo.org>
1387
1388 * src-release (VER): Change bfd/configure.in sed to use the new
1389 `bfd/configure --version` output.
1390
f1dd87fc
YZ
13912013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1392
1393 * configure.ac: Sync with GCC repo.
1394 * configure: Ditto.
1395
a413f71a
ILT
13962013-02-05 Ian Lance Taylor <iant@google.com>
1397
1398 PR go/55969
1399 * configure.ac: Disable libgo on some systems where it does not
1400 work.
1401 * configure: Rebuild.
1402
3a98824c
AM
14032013-02-05 Alan Modra <amodra@gmail.com>
1404
1405 * configure: Regenerate after syncing config/.
1406
3dae1673
JBG
14072013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1408
1409 * configure.ac: Sync with GCC repo.
1410 * configure: Ditto.
1411 * Makefile.def: Ditto.
1412 * Makefile.in: Ditto.
1413
bf51454b
JB
14142013-01-11 Joel Brobecker <brobecker@adacore.com>
1415
1416 Sync with GCC, merge:
1417
1418 2013-01-09 Jason Merrill <jason@redhat.com>
1419
1420 * .gitignore: Import from gdb repository.
1421
c841a2be
JBG
14222013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1423
1424 * config.sub: Update from config repo.
1425
d7b9dae9
EB
14262013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1427
1428 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1429 * Makefile.in: Regenerate.
1430
861ea9c8
L
14312013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1432
1433 * Makefile.def (configure-gcc): Depend on all-gmp.
1434 (all-gcc): Remove dependency on all-gmp.
1435 * Makefile.in: Regenerated.
1436
ce82b126
JBG
14372013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1438
1b4f418d 1439 * config.guess: Update from config repo.
c2e5e6d7 1440 * config.sub: Ditto.
ce82b126 1441
fd62a30d
JJ
14422013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1443
1444 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1445 exists and replace the new bfin license in its location.
1446
0140d685
L
14472013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1448
1449 PR gas/14899
1450 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1451 all-ld and all-gold depend on all-gas.
1452 * Makefile.in: Regenerated.
1453
c3d399e7
L
14542012-12-29 Ben Elliston <bje@gnu.org>
1455
1456 * config.guess: Update to 2012-12-29 version.
1457 * config.sub: Likewise.
1458
9417cd2f
JBG
14592012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1460
1461 * Makefile.def (install-target-libgo): Depend on
1462 install-target-libatomic. Merged from GCC repo.
1463 * Makefile.in: Regenerate.
1464
68dad382
JJ
14652012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1466
1467 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1468
2344b8da
TS
14692012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1470
1471 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1472 * configure: Regenerate.
1473
5eb08693
L
14742012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1475
1476 * Makefile.def (target_modules): Add bootstrap=true and
1477 raw_cxx=true to libsanitizer.
1478 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1479 * Makefile.in: Regenerated.
1480 * configure: Likewise.
1481
53ab32d8
JBG
14822012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1483
1484 * config.sub: Merge from config repo.
1485
d2489204
JBG
14862012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1487
1488 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1489 * Makefile.tpl: Ditto.
1490 * Makefile.in: Ditto.
1491 * configure: Ditto.
d2489204 1492
c23b5043
JBG
14932012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1494
1495 * configure.ac (noconfigdirs): Merge from GCC.
1496 * configure: Regenerate.
1497
1dd1f7f6
JBG
14982012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1499
1500 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1501
2bda3143
L
15022012-11-14 Roland McGrath <mcgrathr@google.com>
1503
1504 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1505 * configure: Regenerate.
1506
5286fdef
L
15072012-11-13 Richard Henderson <rth@redhat.com>
1508
1509 * configure.ac: Move libsanitizer logic to subdirectory.
1510 * configure: Regenerate.
1511
15122012-11-13 Dodji Seketeli <dodji@redhat.com>
1513
1514 * configure.ac: Enable libsanitizer just on x86 linux for now.
1515 * configure: Re-generate.
1516
15172012-11-13 David Edelsohn <dje.gcc@gmail.com>
1518
1519 * configure.ac: Merge libquadmath sections.
1520 * configure: Regenerate.
1521
15222012-11-12 Wei Mi <wmi@google.com>
1523
1524 * configure.ac: Add libsanitizer to target_libraries.
1525 * Makefile.def: Ditto.
1526 * configure: Regenerate.
1527 * Makefile.in: Regenerate.
1528
f66a9a70
L
15292012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1530
1531 * configure: Regenerated.
1532
15332012-11-03 Robert Mason <rbmj@verizon.net>
1534
1535 * configure.ac: add --disable-libstdcxx configure option
1536 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1537
6d94c122
CV
15382012-10-24 Corinna Vinschen <corinna@vinschen.de>
1539
1540 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1541 against Mingw64 w32api.
1542 * configure: Regenerate.
1543
a882be68
EB
15442012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1545
1546 PR bootstrap/54820
1547 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1548 * configure: Regenerate.
1549
b3676d82
EB
15502012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1551
1552 PR bootstrap/54820
1553 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1554 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1555 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1556 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1557 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1558 * Makefile.in: Regenerate.
1559 * configure.ac (have_static_libs): New variable and associated check.
1560 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1561 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1562 * configure: Regenerate.
1563
7b0e8ca5
MF
15642012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1565
1566 * config.guess, config.sub: Include updated version from
1567 config-patches. Adds microblaze little endian support.
1568
8e71395b
L
15692012-09-28 Ian Lance Taylor <iant@google.com>
1570
1571 * Makefile.def: Make all-target-libgo depend on
1572 all-target-libbacktrace.
1573 * Makefile.in: Rebuild.
1574
15752012-09-26 Ian Lance Taylor <iant@google.com>
1576
1577 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1578 * Makefile.in: Rebuild.
1579
15802012-09-06 Diego Novillo <dnovillo@google.com>
1581
1582 * configure.ac: Bump minimum GMP version to 4.2.3.
1583 * configure: Re-generate.
1584
15852012-09-05 Georg-Johann Lay <avr@gjlay.de>
1586
1587 PR target/54461
1588 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1589 target-libgloss if not configured --with-avrlibc=no.
1590 * configure: Regenerate.
1591
15922012-09-04 Jason Merrill <jason@redhat.com>
1593
1594 * configure.ac: Fix --enable-languages=all.
1595
15962012-09-03 Richard Guenther <rguenther@suse.de>
1597
1598 PR bootstrap/54138
1599 * configure.ac: Re-organize ISL / CLOOG checks to allow
1600 disabling with either --without-isl or --without-cloog.
1601 * configure: Regenerated.
1602
16032012-09-03 Georg-Johann Lay <avr@gjlay.de>
1604
1605 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1606 * configure: Regenerate.
1607
d09bbf00
SE
16082012-09-21 Steve Ellcey <sellcey@mips.com>
1609
1610 * configure.ac: Add mips*-mti-elf* target.
1611 * configure: Regenerate.
1612
2bf680c4
ILT
16132012-09-19 Ian Lance Taylor <iant@google.com>
1614
1615 * configure.ac (host_libs): Add libbacktrace.
1616 (target_libraries): Add libbacktrace.
1617 * Makefile.def (host_modules): Add libbacktrace.
1618 (target_modules): Likewise.
1619 * configure, Makefile.in: Rebuild.
1620
5c0b3823
WL
16212012-09-15 Jiong Wang <jiwang@tilera.com>
1622
1623 * configure.ac (ENABLE_GOLD): support tilegx*
1624 * configure: rebuild
1625
1488e230
DE
16262012-09-14 David Edelsohn <dje.gcc@gmail.com>
1627
1628 PR target/38607
1629 Merge upstream change.
1630 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1631
1632 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1633 Add libgomp*.o to compare_exclusions for AIX.
1634 * configure: Regenerate.
1635
df6795ce
L
16362012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1637
1638 PR binutils/4970
1639 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1640 and opcodes.
1641 * Makefile.in: Regenerated.
1642
7ec59b9e
L
16432012-08-14 Diego Novillo <dnovillo@google.com>
1644
1645 Merge from cxx-conversion branch.
1646
1647 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1648 POSTSTAGE1_CONFIGURE_FLAGS.
1649 * Makefile.in: Regenerate.
1650 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1651 Force C++ when bootstrapping.
1652 * configure: Regenerate.
1653
16542012-07-06 Richard Guenther <rguenther@suse.de>
1655
1656 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1657 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1658 --with-gmp=system.
1659 * Makefile.in: Regenerated.
1660 * configure: Likewise.
1661
16622012-07-06 Richard Guenther <rguenther@suse.de>
1663
1664 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1665 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1666 supply V=1 as extra_make_flags.
1667 * configure: Regenerated.
1668 * Makefile.in: Likewise.
1669
16702012-07-03 Richard Guenther <rguenther@suse.de>
1671
1672 * Makfile.def (isl): Remove not necessary extra_exports and
1673 extra_make_flags.
1674 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1675 * Makefile.in: Regenerated.
1676
16772012-07-03 Richard Guenther <rguenther@suse.de>
1678
1679 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1680 * configure.ac: If either the ISL or the CLooG check failed
1681 do not try to build in-tree versions.
1682 * Makefile.in: Regenerated.
1683 * configure: Regenerated.
1684
16852012-07-02 Richard Guenther <rguenther@suse.de>
1686 Michael Matz <matz@suse.de>
1687 Tobias Grosser <tobias@grosser.es>
1688 Sebastian Pop <sebpop@gmail.com>
1689
1690 * Makefile.def: Add ISL host module, remove PPL host module.
1691 Adjust ClooG host module to use the proper ISL.
1692 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1693 * configure.ac: Include config/isl.m4. Add ISL host library,
1694 remove PPL. Remove PPL configury, add ISL configury, adjust
1695 ClooG configury.
1696 * Makefile.in: Regenerated.
1697 * configure: Likewise.
1698
16992012-07-02 Richard Guenther <rguenther@suse.de>
1700
1701 Merge from graphite branch
1702 2011-07-21 Tobias Grosser <tobias@grosser.es>
1703
1704 * configure: Regenerated.
1705 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1706 both cloog.org and legacy versions. The only supported version will
1707 be CLooG with the isl backend.
1708
1709 2011-07-21 Tobias Grosser <tobias@grosser.es>
1710
1711 * configure: Regenerated.
1712 * configure.ac: Require cloog isl 0.17.0
1713
1714 2011-07-21 Tobias Grosser <tobias@grosser.es>
1715
1716 * configure: Regenerated.
1717 * config/cloog.m4: Do not define CLOOG_ORG
1718
17192012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1720
1721 * configure.ac: Skip C if explicitly selected.
1722 * configure: Regenerate.
1723
17242012-06-28 Christophe Lyon <christophe.lyon@st.com>
1725
1726 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1727 they contain -O2.
1728 * configure: Regenerate.
1729
17302012-06-20 Jason Merrill <jason@redhat.com>
1731
1732 * Makefile.tpl (check-target-libgomp-c++): New.
1733 (check-target-libitm-c++): New.
1734 * Makefile.def (c++): Add them.
1735 * Makefile.in: Regenerate.
1736
17372012-05-16 Olivier Hainque <hainque@adacore.com>
1738
1739 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1740 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1741 (install-no-fixedincludes): Adjust accordingly.
1742 * Makefile.in: Regenerate.
1743
17442012-05-09 Nick Clifton <nickc@redhat.com>
1745 Paul Smith <psmith@gnu.org>
1746
1747 PR bootstrap/50461
1748 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1749 allow for the fact that from release v3.1.0 of MPFR the source
1750 files were moved into a src sub-directory.
1751 * configure: Regenerate.
1752
17532012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1754
1755 * configure.ac: Bump minimum MPFR version to 2.4.0.
1756 * configure: Regenerated.
1757
17582012-05-01 Richard Henderson <rth@redhat.com>
1759
1760 * Makefile.def (libatomic): New target_module.
1761 * configure.ac (target_libraries): Add libatomic.
1762 (noconfigdirs): Check if libatomic is supported.
1763 * Makefile.in, configure: Rebuild.
1764
f87f9c61
L
17652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1766
1767 Merge upstream change
1768 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1769
17702011-11-21 Andreas Tobler <andreast@fgznet.ch>
1771
1772 * libtool.m4: Additional FreeBSD 10 fixes.
1773
68f107fa
AO
17742012-06-28 Christophe Lyon <christophe.lyon@st.com>
1775
1776 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1777 they contain -O2.
1778 * configure: Regenerate.
1779
b9c361e0
JL
17802012-05-14 Catherine Moore <clm@codesourcery.com>
1781
1782 * NEWS: Mention PowerPC VLE port.
1783
9eb322aa
MF
17842012-05-11 Mike Frysinger <vapier@gentoo.org>
1785
1786 * MAINTAINERS (config/): Move to intl/ section.
1787 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1788
58b1dd21
NC
17892012-05-09 Nick Clifton <nickc@redhat.com>
1790 Paul Smith <psmith@gnu.org>
1791
1792 PR bootstrap/50461
1793 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1794 allow for the fact that from release v3.1.0 of MPFR the source
1795 files were moved into a src sub-directory.
1796 * configure: Regenerate.
1797
2e702c99
RM
17982012-05-02 Roland McGrath <mcgrathr@google.com>
1799
1800 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1801 * configure: Regenerate.
1802
d2213593
JB
18032012-04-25 Joel Brobecker <brobecker@adacore.com>
1804
1805 * config.sub: Update to 2012-04-18 version from official repo.
1806
202e2356
NC
18072012-03-19 Tristan Gingold <gingold@adacore.com>
1808
1809 * configure.ac (ia64*-*-*vms*): Add support for ld.
1810 * configure: Regenerate.
1811
2479f722
RO
18122012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1813
1814 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1815 (unsupported_languages): Remove mips-sgi-irix6.*.
1816 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1817 (with_stabs): Remove.
1818 * configure: Regenerate.
1819
4e97d92b
RO
18202012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1821
1822 * configure.ac (enable_libgomp): Remove *-*-osf*.
1823 (with_stabs): Remove alpha*-*-osf*.
1824 * configure: Regenerate.
1825
f9ea6f98
JJ
18262012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1827
1828 * COPYING.NEWLIB: Modify DJ Delorie license to include
1829 modification rights in clause as permitted by DJ Delorie.
1830 * COPYING.LIBGLOSS: Ditto.
1831
48688b3e
JJ
18322012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1833
1834 * COPYING.NEWLIB: Remove two unused licenses.
1835
0945bbee
TG
18362012-03-05 Tristan Gingold <gingold@adacore.com>
1837
1838 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1839 * configure: Regenerate.
1840
516be0c5
JJ
18412012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1842
1843 * COPYING.NEWLIB: Add Adapteva notice.
1844 * COPYING.LIBGLOSS: Add Adapteva notice.
1845
64b986c0
EB
18462011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1847
1848 * configure: Regenerate.
1849
58cddc18
JJ
18502011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1851
1852 * COPYING.LIBGLOSS: Add GPL with exception license.
1853
b121d7d4
DD
18542011-11-09 Roland McGrath <mcgrathr@google.com>
1855
1856 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1857 * configure: Rebuild.
1858 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1859 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1860 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1861 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1862 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1863 Add READELF.
1864 * Makefile.in: Rebuild.
1865
d32e2926
RH
18662011-11-08 Richard Henderson <rth@redhat.com>
1867
1868 * configure.ac: Test for libitm directory present first.
1869
1870 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1871
1872 * configure.ac: Test libitm/configure.tgt to disable libitm.
1873 * configure: Rebuild.
1874
98dd765a
RO
18752011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1876
1877 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1878 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1879 * Makefile.in: Regenerate.
1880
99c513f6
DD
18812011-11-01 DJ Delorie <dj@redhat.com>
1882
1883 * configure.ac (rl78-*-*) New case.
1884 * configure: Regenerate.
1885
ff3ec4ee
DD
18862011-11-01 DJ Delorie <dj@redhat.com>
1887
1888 * config.sub: Update to version 2011-10-29 (added rl78)
1889
c28a9f49
NC
18902011-10-27 Nick Clifton <nickc@redhat.com>
1891
1892 * config.sub: Import these changes from the config project:
1893
a903d6ac 1894 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1895 Ben Elliston <bje@gnu.org>
1896
1897 * config.sub (epiphany): New.
1898
1899 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1900 Ben Elliston <bje@gnu.org>
1901
9eb322aa 1902 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1903
1904 2011-08-23 Roland McGrath <mcgrathr@google.com>
1905
1906 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1907 64eb to be64.
1908
1909 2011-08-16 Roland McGrath <mcgrathr@google.com>
1910
1911 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1912 (nacl): Grok as alias for 32el-unknown-nacl.
1913
860144e4
JB
19142011-08-19 Joel Brobecker <brobecker@adacore.com>
1915
1916 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1917
40ae9136
YQ
19182011-08-14 Yao Qi <yao@codesourcery.com>
1919
1920 Merge from gcc:
1921
1922 2011-08-14 Yao Qi <yao@codesourcery.com>
1923 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1924 * configure: Regenerate.
1925
ffdd6afc
ILT
19262011-07-26 Ian Lance Taylor <iant@google.com>
1927
1928 Merge from gcc:
1929
1930 2011-07-26 Ian Lance Taylor <iant@google.com>
1931 * configure.ac: Set have_compiler based on whether gcc directory
1932 exists, rather than on whether gcc is in configdirs.
1933 * configure: Rebuild.
1934
1935 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1936 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1937 link directories.
1938 * Makefile.in: Rebuild.
1939
1940 2011-07-20 Ian Lance Taylor <iant@google.com>
1941 PR bootstrap/49787
1942 * configure.ac: Move --enable-bootstrap handling earlier in file.
1943 If --enable-bootstrap and either --enable-build-with-cxx or
1944 --enable-build-poststage1-with-cxx, enable C++ automatically.
1945 * configure: Rebuild.
1946
1947 2011-07-19 Ian Lance Taylor <iant@google.com>
1948 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1949 make C++ a boot_language. Set and substitute
1950 POSTSTAGE1_CONFIGURE_FLAGS.
1951 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1952 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1953 * configure, Makefile.in: Rebuild.
1954
1955 2011-07-16 Jason Merrill <jason@redhat.com>
1956 * Makefile.def (language=c++): Add check-c++0x and
1957 check-target-libmudflap-c++.
1958 * Makefile.tpl (check-target-libmudflap-c++): New.
1959 * Makefile.in: Regenerate.
1960
1961 2011-07-16 Matthias Klose <doko@ubuntu.com>
1962 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1963 * Makefile.def (target_modules/libjava): Pass
1964 $(EXTRA_CONFIGARGS_LIBJAVA).
1965 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1966 if not configured with --enable-static-libjava.
1967 * Makefile.in: Regenerate.
1968 * configure: Likewise.
1969
1970 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1971 PR regression/47836
1972 PR bootstrap/23656
1973 PR other/47733
1974 PR bootstrap/49247
1975 PR c/48825
1976 * configure.ac (target_libraries): Remove target-libiberty.
1977 Remove case-statement setting skipdirs=target-libiberty for
1978 multiple targets. Remove checking target_configdirs and
1979 removing target-libiberty but keeping target-libgcc if
1980 otherwise empty.
1981 * Makefile.def (target_modules): Don't add libiberty.
1982 (dependencies): Remove all traces of target-libiberty.
1983 * configure, Makefile.in: Regenerate.
1984
9ccb86e7
JM
19852011-07-22 Jason Merrill <jason@redhat.com>
1986
1987 * Makefile.def (language=c++): Add check-c++0x and
1988 check-target-libmudflap-c++.
1989 * Makefile.tpl (check-target-libmudflap-c++): New.
1990 * Makefile.in: Regenerate.
1991
090bc50f
RO
19922011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1993
1994 * configure: Regenerate.
1995
cff32a7c
RO
19962011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1997
1998 PR target/39150
1999 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2000 x86_64-*-solaris2.1[0-9]*.
2001 * configure: Regenerate.
2002
eb4b2452
NC
20032011-06-13 Walter Lee <walt@tilera.com>
2004
2005 * configure.ac (tilepro-*-*) New case.
2006 (tilegx-*-*): Likewise.
2007 * configure: Regenerate.
2008
3c0013bf
NC
20092011-06-06 Nick Clifton <nickc@redhat.com>
2010
2011 * config.sub: Sync from upstream.
2012
91c1f14c
DK
20132011-05-08 Doug Kwan <dougkwan@google.com>
2014
2015 Merge from gcc:
2016
2017 2011-05-08 Doug Kwan <dougkwan@google.com>
2018
2019 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2020 * configure: Regenerated.
2021 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2022 value from configure.
2023 * Makefile.in: Regenerated.
2024
c7e4b184
JM
20252011-05-05 Joseph Myers <joseph@codesourcery.com>
2026
2027 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2028 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2029 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2030 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2031 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2032 *-*-vxworks*): Disable newlib and libgloss in separate case
2033 statement.
2034 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2035 to separate case statement.
2036 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2037 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2038 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2039 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2040 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2041 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2042 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2043 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2044 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2045 i[[3456789]]86-*-rdos*, m32r-*-*,
2046 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2047 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2048 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2049 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2050 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2051 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2052 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2053 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2054 and libgloss in main case over targets. Remove most empty cases
2055 in main case over targets.
2056 * configure: Regenerate.
2057
7152a690
JM
20582011-05-04 Joseph Myers <joseph@codesourcery.com>
2059
2060 * configure.ac: Remove code setting special library locations for
2061 hppa*64*-*-hpux11*. Remove code setting compiler for
2062 sparc-sun-solaris2*.
2063 * configure: Regenerate.
2064
ff46fb8f
JM
20652011-05-04 Joseph Myers <joseph@codesourcery.com>
2066
2067 * configure.ac: Separate libgloss_dir settings from general case
2068 over targets.
2069 * configure: Regenerate.
2070
82ae827f
JM
20712011-04-28 Joseph Myers <joseph@codesourcery.com>
2072
2073 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2074 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2075 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2076 cases in libgcj-disabling case statement.
2077 (hppa*64*-*-linux*): Set unsupported_languages instead of
2078 disabling target-zlib.
2079 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2080 to hppa*64*-*-hpux*.
2081 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2082 hppa*-*-hpux*.
2083 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2084 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2085 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2086 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2087 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2088 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2089 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2090 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2091 libgcj-disabling case statement.
2092 * configure: Regenerate.
2093
0827f9a6
JM
20942011-04-28 Joseph Myers <joseph@codesourcery.com>
2095
2096 * configure.ac: Disable Java for targets not supporting libffi.
2097 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2098 Remove cases in Java-disabling statement.
2099 (*arm-wince-pe): Change to arm-wince-pe.
2100 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2101 cases in Java-disabling statement.
2102 (bfin-*-*): Don't disable Java again.
2103 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2104 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2105 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2106 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2107 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2108 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2109 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2110 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2111 Java-disabling statement.
2112 (mmix-*-*): Don't disable Java again.
2113 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2114 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2115 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2116 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2117 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2118 statement.
2119 * configure: Regenerate.
2120
899b04ef
JM
21212011-04-28 Joseph Myers <joseph@codesourcery.com>
2122
2123 Merge from GCC:
2124
2125 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2126
2127 PR lto/48086
2128 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2129 * configure: Regenerate.
2130
9863d716
JM
21312011-04-28 Joseph Myers <joseph@codesourcery.com>
2132
2133 * configure.ac: Separate cases disabling Java and Java libraries
2134 from general case over targets.
2135 * configure: Regenerate.
2136
a90ef4bf
JM
21372011-04-06 Joseph Myers <joseph@codesourcery.com>
2138
2139 * configure.ac (build_tools): Remove build-byacc.
2140 (host_libs): Remove mmalloc.
2141 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2142 autoconf automake libtool diff rcs fileutils shellutils time
2143 textutils wdiff find uudecode hello tar gzip indent recode release
2144 sed perl gawk findutils gettext zip.
2145 (libgcj): Remove target-qthreads.
2146 (target_tools): Remove target-examples target-gperf.
2147 (YACC): Don't handle building byacc.
2148 * configure: Regenerate.
2149 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2150 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2151 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2152 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2153 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2154 handle building components.
2155 * Makefile.in: Regenerate.
2156
05a02268
RW
21572011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2158
2159 * config.sub: Sync from upstream.
2160
c5f5c3c2
JM
21612011-04-01 Joseph Myers <joseph@codesourcery.com>
2162
2163 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2164 (microblaze*): Don't disable libssp.
2165 * configure: Regenerate.
2166
f6c1938b
JM
21672011-04-01 Joseph Myers <joseph@codesourcery.com>
2168
2169 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2170 moveifchange.
2171 * configure: Regenerate.
2172 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2173 * Makefile.in: Regenerate.
2174
1f111696
JM
21752011-04-01 Joseph Myers <joseph@codesourcery.com>
2176
2177 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2178 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2179 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2180 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2181 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2182 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2183 md_exec_prefix cases.
2184 * configure: Regenerate.
2185
065a5627
JM
21862011-04-01 Joseph Myers <joseph@codesourcery.com>
2187
2188 * configure.ac: Separate cases disabling target-libssp,
2189 target-libiberty, target-libstdc++-v3 and Fortran from general
2190 case over targets.
2191 * configure: Regenerate.
2192
b2f14e4a
JM
21932011-04-01 Joseph Myers <joseph@codesourcery.com>
2194
2195 * configure.ac (*-*-chorusos): Don't disable libgcj.
2196 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2197 Remove case.
2198 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2199 (arm-*-coff): Don't disable libgcj.
2200 (arm*-*-linux-gnueabi): Remove useless assignment.
2201 (arm-*-riscix*): Don't disable libgcj.
2202 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2203 configuration.
2204 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2205 (c54x*-*-*): Remove case.
2206 (tic54x-*-*): Don't disable GCC or GCC libraries.
2207 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2208 to *.
2209 (d10v-*-*): Don't disable GCC libraries.
2210 (d30v-*-*): Don't disable libgcj.
2211 (h8500-*-*): Don't disable GCC libraries.
2212 (i960-*-*): Don't disable libgcj.
2213 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2214 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2215 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2216 libgcj.
2217 (m68k-*-coff*): Remove case.
2218 (mmix-*-*): Don't disable libgloss on host.
2219 (mn10200-*-*, mn10300-*-*): Remove cases.
2220 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2221 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2222 Don't disable libgcj.
2223 (romp-*-*): Remove case.
2224 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2225 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2226 case.
2227 (v810-*-*): Don't disable GCC libraries.
2228 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2229 (ip2k-*-*): Don't disable GCC libraries.
2230 * configure: Regenerate.
2231
6a608608
JM
22322011-03-28 Joseph Myers <joseph@codesourcery.com>
2233
2234 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2235 libffi on host.
2236 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2237 on host.
2238 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2239 * configure: Regenerate.
2240
5b806d27
NC
22412011-03-26 John Marino <binutils@marino.st>
2242
2243 * configure.ac: Add support for *-*-dragonfly*
2244 * configure: Regenerate.
2245
0377a422
JM
22462011-03-25 Joseph Myers <joseph@codesourcery.com>
2247
2248 * configure.ac (native_only): Remove.
2249 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2250 send-pr uudecode guile gnuserv on host.
2251 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2252 send-pr rcs guile perl texinfo libtool on host.
2253 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2254 automake send-pr rcs guile perl texinfo libtool on host.
2255 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2256 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2257 (alpha*-dec-osf*): Don't disable fileutils on target.
2258 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2259 texinfo send-pr expect dejagnu on target.
2260 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2261 target-qthreads on target.
2262 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2263 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2264 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2265 x86_64-*-mingw*): Don't disable expect on target.
2266 (*-*-cygwin*): Don't disable target-gperf on target.
2267 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2268 gnuserv on target.
2269 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2270 target.
2271 * configure: Regenerate.
2272
2354b38b
JM
22732011-03-25 Joseph Myers <joseph@codesourcery.com>
2274
2275 * configure.ac (target_tools): Remove target-groff.
2276 (native_only): Remove target-groff.
2277 (hppa*64*-*-*): Don't disable byacc.
2278 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2279 setting.
2280 (*-*-kaos*): Don't skip target-librx and target-groff.
2281 (*-*-netware*): Don't skip target-libmudflap.
2282 (*-*-tpf*): Don't skip target-libmudflap.
2283 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2284 directories on the host.
2285 (ia64*-*-*vms*): Don't skip tix.
2286 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2287 host.
2288 * configure: Regenerate.
2289
28d9b232
PB
22902011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2291
2292 * configure.ac: Remove references to mt-mep, mt-netware,
2293 mt-wince.
2294 * Makefile.def: Add all-utils soft dependencies.
2295 * Makefile.tpl: Remove GDB_NLM_DEPS.
2296 * configure: Regenerate.
2297 * Makefile.in: Regenerate.
2298
dbbe5f95
PB
22992011-03-24 Paolo Bonzini <bonzini@gnu.org>
2300
2301 Sync from GCC:
2302
2303 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2304
2305 * configure.ac: Do not include mh-x86omitfp.
2306 * configure: Regenerate.
2307
2308 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2309
2310 * configure.ac: Remove empty cases.
2311 * configure: Regenerate.
2312
2313 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2314
2315 * Makefile.def: Add dependency from termcap to gdb.
2316 * Makefile.in: Regenerate.
2317
2318 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2319
2320 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2321 * configure: Regenerate.
2322 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2323 * Makefile.tpl: Likewise.
2324 * Makefile.in: Regenerate.
2325
2326 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2327
2328 * configure.ac: Remove all mentions of tentative_cc.
2329 * configure: Regenerate.
2330
2331 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2332
2333 PR lto/48086
2334 * configure.ac: Re-enable LTO on *-apple-darwin9.
2335 * configure: Regenerate.
2336
3516a403
JM
23372011-03-24 Joseph Myers <joseph@codesourcery.com>
2338
2339 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2340 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2341 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2342 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2343 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2344 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2345 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2346 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2347 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2348 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2349 *-*-rhapsody*): Remove host cases.
2350 * configure: Regenerate.
2351
93cc359e
JM
23522011-03-24 Joseph Myers <joseph@codesourcery.com>
2353
2354 * configure.ac (ppc*-*-pe): Remove host case.
2355 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2356 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2357 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2358 cases.
2359 * configure: Regenerate.
2360
29b2c556
JM
23612011-03-24 Joseph Myers <joseph@codesourcery.com>
2362
2363 * config.sub: Update to version 2011-03-23.
2364
f0ff0f90
JM
23652011-03-22 Joseph Myers <joseph@codesourcery.com>
2366
2367 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2368 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2369 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2370 * configure: Regenerate.
2371
782cb41f
JM
23722011-03-22 Joseph Myers <joseph@codesourcery.com>
2373
2374 * config-ml.in: Don't handle arc-*-elf*.
2375 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2376 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2377 handle GCC libraries.
2378 * configure: Regenerate.
2379
0e8ad34f
RO
23802011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2381
2382 PR bootstrap/48120:
2383 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2384 Add -lstdc++ -lm to LIBS.
2385 * configure: Regenerate.
2386
5548b4ce
DE
23872011-03-18 David Edelsohn <dje.gcc@gmail.com>
2388
2389 * config.guess: Update to version 2011-02-02
2390 * config.sub: Update to version 2011-02-24
2e702c99 2391
86ed8cf6
SP
23922011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2393
9eb322aa
MF
2394 * configure.ac: Adjust test of with_ppl.
2395 * configure: Regenerated.
86ed8cf6 2396
b123da99
SP
23972011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2398
2399 * configure.ac: Add -lpwl to ppllibs.
2400 * config/cloog.m4: Add -lisl to clooglibs.
2401 * configure: Regenerated.
2402
822ce8ee
RW
24032011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2404
2405 Import from Libtool and gnulib:
2406
2407 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2408
2409 Prepare for supporting FreeBSD 10.
2410 * config.rpath: Remove handling of freebsd1* which soon would
2411 match FreeBSD 10.0.
2412
2413 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2414
2415 Remove support for FreeBSD 1.x.
2416 * libtool.m4 (_LT_LINKER_SHLIBS)
2417 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2418 soon would incorrectly match FreeBSD 10.0.
2419
dcb5e506
RW
24202011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2421
2422 PR binutils/12283
2423 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2424 (move-if-change): Comes from gnulib.
2425 * move-if-change: Import version from gnulib.
2426
8d8eef9a
RW
24272011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2428
2429 Sync from GCC:
2430
2431 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2432
2433 PR lto/47225
2434 * Makefile.def (lto-plugin): Double dash for enable-shared.
2435 (configure-gcc): Depend on all-lto-plugin.
2436 * Makefile.in: Rebuilt.
2437
2438 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2439
2440 * configure.ac: Remove extra bracket.
2441 * configure: Regenerate.
2442
2443 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2444
2445 PR lto/47225
2446 * Makefile.def: Add dependency for install-gcc
2447 on install-lto-plugin.
2448 * Makfile.in: Regenerated
2449
2450 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2451
2452 * configure.ac: If with_ppl is no, move setting with_cloog=no
2453 after CLOOG_REQUESTED check.
2454 * configure: Regenerated.
2455
2456 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2457
2458 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2459 CLooG has been requested.
2460 * configure: Regenerated.
2461
2462 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2463
2464 * configure: Regenerated.
2465 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2466
2467 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2468
2469 * configure: Regenerated.
2470 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2471
2472 2011-01-07 Jan Hubicka <jh@suse.cz>
2473
2474 PR lto/47225
2475 * Makefile.in: Regenerate.
2476 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2477 configure.
2478
65b4571a
AO
24792011-01-31 Alexandre Oliva <aoliva@redhat.com>
2480
2481 PR libgcj/44341
2482 * configure.ac: Discard --with-* flags for host when configuring
2483 target libraries for cross build.
2484 * configure: Rebuilt.
2485
7837304f
AS
24862011-01-21 Andreas Schwab <schwab@redhat.com>
2487
2488 Sync from GCC:
2489
2490 2011-01-21 Andreas Schwab <schwab@redhat.com>
2491
2492 * configure.ac: Use AS_HELP_STRING throughout.
2493 * configure: Regenerate.
2494
2495 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2496
2497 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2498 * configure: Regenerate.
2499
115ef890
RW
25002010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2501
2502 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2503
92c9a463
JB
25042011-01-13 Joel Brobecker <brobecker@adacore.com>
2505
2506 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2507 for ia64-hpux.
2508 * configure: Regenerate.
2509
887ebfb4
RW
25102011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2511
2512 Sync from GCC:
2513 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2514
2515 * configure.ac: (picochip): Disable libiberty.
2516 * configure: Regenerate.
2517
04d2c2b2
JJ
25182010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2519
2520 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2521
33d23ee8
ILT
25222010-12-10 Ian Lance Taylor <iant@google.com>
2523
2524 PR bootstrap/46819
2525 * configure.ac: For --disable-libgcj clear libgcj_saved.
2526 * configure: Rebuild.
2527
89a1e9c3
PB
25282010-12-10 Tobias Burnus <burnus@net-b.de>
2529
2530 PR fortran/46540
2531 * configure.ac: Add --disable-libquadmath and
2532 --disable-libquadmath-support.
2533 * configure: Regenerate.
2534
ac7bcd26
TG
25352010-12-10 Tristan Gingold <gingold@adacore.com>
2536
2537 * src-release (ETC_SUPPORT): add gnu-oids.texi
2538
d357cef7
HPN
25392010-12-03 Hans-Peter Nilsson <hp@axis.com>
2540
2541 PR libffi/46792
2542 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2543 * configure: Regenerate.
2544
4f11b223
ILT
25452010-12-02 Ian Lance Taylor <iant@google.com>
2546
2547 * configure.ac: Always set default for poststage1_ldflags to
2548 -static-libstdc++ -static-libgcc.
2549
989abc33
JJ
25502010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2551
2552 * COPYING.NEWLIB: Add National Semiconductor notice.
2553
950386c6
AS
25542010-11-29 Andreas Schwab <schwab@redhat.com>
2555
2556 * configure.ac: Move comment to remove extra space in last argument
2557 of GCC_TARGET_TOOL.
2558
87cda2cf
AO
25592010-11-26 Alexandre Oliva <aoliva@redhat.com>
2560
7d509c83 2561 PR other/46026
87cda2cf
AO
2562 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2563 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2564 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2565 (BASE_FLAGS_TO_PASS): Use it.
2566 * configure: Rebuilt.
2567 * Makefile.in: Rebuilt.
2568
d3b50760
L
25692010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2570
2571 PR binutils/12258
2572 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2573 Properly check default linker.
2574 * configure: Regnerated.
2575
c7791212
NC
25762010-11-23 Matthias Klose <doko@ubuntu.com>
2577
2578 * configure.ac: For --enable-gold, handle value `default' instead of
2579 `both*'. New configure option --{en,dis}able-ld.
2580 * configure: Regenerate.
2581
9e1a94f4
ILT
25822010-11-20 Ian Lance Taylor <iant@google.com>
2583
2584 * configure.ac: Only disable a language library if no language needs
2585 it. Don't let --disable-libgcj uncondtionally disable libffi.
2586 * configure: Rebuild.
2587
ceca0218
PB
25882010-11-20 Paolo Bonzini <bonzini@gnu.org>
2589
2590 * configure: Regenerate.
2591
9b980aa1
RW
25922010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2593
2594 PR other/46202
2595 * configure.ac: Fix just-built in-tree STRIP name to be
2596 binutils/strip-new.
2597 * configure: Regenerate.
2598 * Makefile.def (install-strip-gcc, install-strip-binutils)
2599 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2600 (install-strip-sid): Mirror dependencies on non-strip variants
2601 of these targets on the respective -strip prerequisites.
2602 * Makefile.tpl (install-strip, install-strip-host)
2603 (install-strip-target): New targets.
2604 (install-strip-[+module+], install-strip-target-[+module+]):
2605 New targets.
2606 * Makefile.in: Regenerate.
2607
e552509b
ILT
26082010-11-19 Ian Lance Taylor <iant@google.com>
2609 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2610
2611 * configure.ac: Add target-libgo to target_libraries. Set
2612 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2613 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2614 (HOST_EXPORTS): Add GOC.
2615 (BASE_TARGET_EXPORTS): Add GOC.
2616 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2617 (GOCFLAGS_FOR_TARGET): New variable.
2618 (EXTRA_HOST_FLAGS): Add GOC.
2619 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2620 * Makefile.def (target_modules): Add libgo.
2621 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2622 (dependencies): Add dependency from configure-target-libgo to
2623 configure-target-libffi and all-target-libstdc++-v3. Add
2624 dependencies from all-target-libgo to all-target-libffi.
2625 (languages): Add go.
2626 * configure: Rebuild.
2627 * Makefile.in: Rebuild.
2628
26292010-11-19 Ian Lance Taylor <iant@google.com>
2630
2631 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2632 compiler/flag environment variables.
2633
26342010-11-18 Ian Lance Taylor <iant@google.com>
2635
2636 * configure.ac: Check for lang_requires_boot_languages in
2637 config-lang.in files.
2638 * configure: Rebuild.
2639
8c21d9c7
MF
26402010-11-17 Mike Frysinger <vapier@gentoo.org>
2641
2642 * .gitignore: New file.
2643
e552509b
ILT
26442010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2645 Tobias Burnus <burnus@net-b.de>
2646
2647 PR fortran/32049
2648 * Makefile.def: Add libquadmath; build it with language=fortran.
2649 * configure.ac: Add libquadmath.
2650 * Makefile.tpl: Handle multiple libs in check-[+language+].
2651 * Makefile.in: Regenerate.
2652 * configure: Regenerate.
2653
26542010-11-15 Andreas Schwab <schwab@redhat.com>
2655
2656 * configure.ac: Fix spelling in option names.
2657 * configure: Regenerated.
2658
26592010-11-13 Georg-Johann Lay <georgjohann@web.de>
2660
2661 PR bootstrap/39622
2662 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2663 * configure: Regenerated.
2664
26652010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2666
2667 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2668 define the cloog backend to use. Furthermore, only pass the ppllibs to
2669 the configure checks, if necessary.
2670 * configure: Regenerate.
2671
26722010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2673
2674 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2675 * configure: regenerate
2676
26772010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2678
2679 * config/cloog.m4: Fix typo. verison -> version.
2680 * configure: Regenerate.
2681
26822010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2683
2684 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2685 * configure: Regenerate.
2686
26872010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2688
2689 * configure.ac: Support official CLooG.org versions.
2690 * configure: Regenerate.
2691 * config/cloog.m4: New.
2692
aa291e2d
ME
26932010-11-05 Michael Eager <eager@eagercon.com>
2694
2695 * COPYING.LIBGLOSS: Correct typo in microblaze.
2696 * COPYING.NEWLIB: Same.
2697
e552509b
ILT
26982010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2699
2700 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2701 * configure: Regenerate.
2702
74cea91b
DK
27032010-11-03 Ian Lance Taylor <iant@google.com>
2704 Dave Korn <dave.korn.cygwin@gmail.com>
2705
2706 PR lto/46273
2707 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2708 and on other supported platforms whenever LTO is enabled.
2709 * configure: Rebuild.
2710
6d0cd39e
AM
27112010-11-02 Alan Modra <amodra@gmail.com>
2712
2713 PR binutils/12110
2714 * configure.ac: Error when source path contains spaces.
2715 * configure: Regenerate.
2716
18a8530e
ILT
27172010-10-20 Ian Lance Taylor <iant@google.com>
2718
2719 * Makefile.def (target_modules): Set lib_path to src/.libs for
2720 libstdc++-v3 module.
2721 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2722 * Makefile.in: Rebuild.
2723
6ed3211e
JJ
27242010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2725 Joseph Myers <joseph@codesourcery.com>
2726
2727 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2728 notices.
2729 * COPYING.NEWLIB: Add Texas Instruments notice.
2730
a8eb3f0a
DK
27312010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2732
2733 * configure.ac (build_lto_plugin): New shell variable.
2734 (--enable-lto): Turn on by default for all non-ELF platforms that
2735 have had LTO support added so far. Set build_lto_plugin appropriately
2736 for both ELF and non-ELF.
2737 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2738 * configure: Regenerate.
2739
4074d5f2
RW
27402010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2741
2742 PR bootstrap/45326
2743 PR bootstrap/45174
2744 * configure.ac: Honor initial values of $build_configargs,
2745 $host_configargs, $target_configargs. Mark the precious, so
2746 environment settings get recorded.
2747 * configure: Regenerate.
2748
29821356
RW
27492010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2750
2751 Sync from GCC:
2752
2753 2010-09-30 Michael Eager <eager@eagercon.com>
2754
2755 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2756 * configure: Regenerate.
2757
2758 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2759
2760 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2761 targets and amend comment.
2762 * configure: Regenerate.
2763
2764 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2765
2766 * configure.ac: Enable LTO by default on Darwin.
2767 * configure: Regenerate.
2768
2769 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2770
2771 PR bootstrap/44455
2772 * configure.ac (extra_mpfr_configure_flags): Copy from
2773 extra_mpc_gmp_configure_flags.
2774 * configure: Re-generated.
2775
57eefe4d
RW
27762010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2777
2778 Sync from GCC:
2779
2780 PR bootstrap/45796
2781 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2782 Depend on all-build-libiberty.
2783 * Makefile.in: Regenerate.
2784
27852010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2786
2787 Sync from GCC:
2788
2789 PR bootstrap/44621
2790 * configure.ac: Fix unportable shell quoting.
2791 * configure: Regenerate.
2792
48bb73dd
RW
27932010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2794
2795 * configure.ac: Support all v850 targets.
2796 * configure: Regenerate.
2797
1d14850f
PB
27982010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2799
2800 PR target/44862
2801 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2802 Provide -B option to allow for link spec %s substitutions for
2803 libstdc++.a on darwin.
2804 * Makefile.in: Regenerate.
2805
7530c480
AO
28062010-06-10 Alexandre Oliva <aoliva@redhat.com>
2807
2808 * Makefile.def (configure-gcc): Depend on all-libelf.
2809 * Makefile.in: Rebuild.
2810
285d560d
RW
28112010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2812
2813 * config.sub, config.guess: Update from upstream sources.
2814
a009f2e7
RW
28152010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2816
2817 Sync from GCC:
2818
2819 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2820 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2821 * configure: Regenerated.
2822
2823 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2824 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2825 * configure: Regenerate.
2826
2827 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2828 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2829 * configure: Regenerate.
2830
2831 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2832 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2833 separately.
2834 * configure: Regenerate.
2835
2836 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2837 * configure: Regenerate after change to elf.m4.
2838
2839 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2840 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2841 * configure: Regenerated.
2842
2843 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2844 * configure.ac: Print "buggy but acceptable" when CLooG
2845 revision is less than 9.
2846 * configure: Regenerated.
2847
e49e5c92
DK
28482010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2849
2850 Merge from gcc:
2851
2852 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2853 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2854 * configure: Regenerate.
2855
2856 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2857 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2858 a platform that supports LTO.
2859 * configure: Regenerate.
2860
2861 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2862 PR lto/42776
2863 * configure.ac (--enable-lto): Refactor handling so libelf tests
2864 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2865 and allow LTO to be explicitly enabled on non-ELF platforms that
2866 are known to support it inside else-clause.
2867 * configure: Regenerate.
2868
e6de499b
NC
28692010-04-27 Roland McGrath <roland@redhat.com>
2870 H.J. Lu <hongjiu.lu@intel.com>
2871
2872 * configure.ac (--enable-gold): Support both, both/gold and
2873 both/bfd to add gold to configdirs without removing ld.
2874 * configure: Regenerated.
2875
2876 * Makefile.def: Add install-gold dependency to install-ld.
2877 * Makefile.in: Regenerated.
2878
d594eacc
TG
28792010-04-14 Tristan Gingold <gingold@adacore.com>
2880
2881 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2882 * configure: Regenerate.
2883
938d2b74
RW
28842010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2885
2886 Merge from gcc:
2887 PR bootstrap/43615
2888 PR bootstrap/43328
2889 Revert:
2890 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2891 * configure.ac: Do not pass --enable-multilib nor
2892 --disable-multilib in baseargs. Accept explicitly passed
2893 --enable_multilib.
2894 * configure: Regenerate.
2895
a9ef41a7
RW
28962010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2897
2898 PR bootstrap/43328
2899 * configure.ac: Do not pass --enable-multilib nor
2900 --disable-multilib in baseargs. Accept explicitly passed
2901 --enable_multilib.
2902 * configure: Regenerate.
2903
619a3713
JM
29042010-03-23 Joseph Myers <joseph@codesourcery.com>
2905
2906 * configure.ac (tic6x-*-*): New case.
2907 * configure: Regenerate.
2908
92f4e989
JM
29092010-03-23 Joseph Myers <joseph@codesourcery.com>
2910
2911 Merge from gcc:
2912 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2913 PR ada/42554
2914 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2915 * configure: Regenerate.
2916
c35a0556
JM
29172010-03-23 Joseph Myers <joseph@codesourcery.com>
2918
2919 * config.sub: Update to version 2010-03-22.
2920 * config.guess: Update to version 2009-12-30.
2921
18fa8f9c
JM
29222010-03-14 Joseph Myers <joseph@codesourcery.com>
2923
2924 Merge from gcc:
2925 2010-01-11 Richard Guenther <rguenther@suse.de>
2926 PR lto/41569
2927 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2928 * Makefile.in: Regenerated.
2929
ba98da75
RO
29302010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2931
2932 PR libstdc++/32499
2933 * configure.ac (RANLIB): Default to true.
2934 (STRIP): Likewise.
2935 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2936 * configure: Regenerate.
2937
3994761f
NC
29382010-02-17 Nick Clifton <nickc@redhat.com>
2939
2940 PR 11238
2941 * Makefile.tpl (local-distclean): Also remove config.cache files in
2942 sub-directories as there may not be Makefiles present in the
2943 sub-directories.
792cdb50
NC
2944 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2945 the config.cache files found by the find command.
2946
3994761f
NC
2947 * Makefile.in: Regenerate.
2948 * configure.ac: Revert previous delta.
2949 * configure: Regenerate.
2950
01a82011
NC
29512010-02-15 Nick Clifton <nickc@redhat.com>
2952
2953 PR 11238
2954 * configure.ac: Delete config.cache files in sub-directories when
2955 deleting Makefiles.
2956 * configure: Regenerate.
2957
143754cd
NC
29582010-02-15 Nick Clifton <nickc@redhat.com>
2959
2960 * configure.ac: Sync from gcc.
2961 * configure: Regenerate.
2962
a6b5846e
KG
29632010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2964
2965 Sync from gcc:
2966 * configure.ac: Add "recommended" version checks for GMP/MPC.
2967 Update recommended GMP/MPFR/MPC versions.
2968 * configure: Regenerate.
2969
2aa2364a
JR
29702010-01-25 Joern Rennecke <amylaar@spamcop.net>
2971
2972 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2973 * configure.ac (bootstrap_target_libs): Make inclusion of
2974 target-libgomp conditional on libgomb being in target_configdirs.
2975 * configure: Regenerate.
2976
d35e937f
JR
29772010-01-23 Joern Rennecke <amylaar@spamcop.net>
2978
2979 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2980 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2981 * configure: Regenerate.
2982
911e63d0
JR
29832010-01-22 Joern Rennecke <amylaar@spamcop.net>
2984
2985 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2986 * configure.ac (target_configdirs): Substitute.
2987 * Makefile.def: Bootstrap target module libgomp.
2988 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2989 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2990 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2991 * configure, Makefile.in: Regenerate.
2992
3725885a
RW
29932009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2994
2995 * libtool.m4: Sync from git Libtool.
2996 * ltmain.sh: Likewise.
2997 * ltoptions.m4: Likewise.
2998 * ltversion.m4: Likewise.
2999 * lt~obsolete.m4: Likewise.
3000
d5f2ee2e 30012010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 3002 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
3003
3004 PR bootstrap/42424
3005 * configure.ac: Include libtool m4 files.
9eb322aa 3006 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
3007 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3008 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 3009
d5f2ee2e
KG
3010 * configure: Regenerate.
3011
f2b2dd91
RW
30122010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3013
3014 PR bootstrap/41818
3015 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3016 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3017 * Makefile.in: Regenerate.
3018
06ca7962
BE
30192009-12-18 Ben Elliston <bje@au.ibm.com>
3020
3021 * config.sub, config.guess: Update from upstream sources.
3022
30a16d7b
JJ
30232009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3024
3025 * COPYING.NEWLIB: Update copyright date.
3026 * COPYING.LIBGLOSS: Ditto.
3027
d9b76ff9
KG
30282009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3029
3030 PR middle-end/30447
3031 PR middle-end/30789
3032 PR other/40302
3033
3034 * configure.ac: Require MPC.
3035 * configure: Regenerate.
3036
3037 * configure.ac: Update minimum MPC version to 0.8.
3038 * configure: Regenerate.
3039
e12dec02
PB
30402009-11-20 Paolo Bonzini <bonzini@gnu.org>
3041
3042 * config.guess: Sync with upstream and gcc.
3043 * config.sub: Sync with upstream and gcc.
3044
606a9ca0
AO
30452009-11-16 Alexandre Oliva <aoliva@redhat.com>
3046
3047 * Makefile.def: Restore host and target settings for gmp.
3048 * Makefile.in: Rebuild.
3049
1f53ca9a
AO
30502009-11-16 Alexandre Oliva <aoliva@redhat.com>
3051
3052 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3053 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3054 Fix portability of test of C++ as bootstrap language. Add
3055 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3056 * configure: Rebuild.
3057 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3058 and cloog. Fix in-tree ppl configuration. Introduce libelf
3059 in-tree building.
3060 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3061 (POSTSTAGE1_HOST_EXPORTS): Use it.
3062 (STAGE[+id+]_CXXFLAGS): New.
3063 (BASE_FLAGS_TO_PASS): Pass it down.
3064 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3065 extra_exports.
3066 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3067 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3068 extra_exports.
3069 * Makefile.in: Rebuild.
3070
30712009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3072
3073 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3074 paths for *-w64-mingw* and x86_64-*mingw*.
3075 * configure: Regenerated.
3076
30772009-10-30 Kai Tietz <kai.tietz@onevision.com>
3078
3079 * configure.ac: Disable target-winsup & co for
3080 x86_64-*-mingw* and *-w64-mingw* targets.
3081 * configure: Regenerated.
3082
30832009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3084
3085 * configure.ac (CLooG test): Use = with test.
3086 * configure: Regenerate.
3087
30882009-10-22 Richard Guenther <rguenther@suse.de>
3089
3090 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3091 cloog if the ppl version check failed. Move flags saving
3092 before setting in libelf check.
3093 * configure: Regenerate.
3094
30952009-10-21 Richard Guenther <rguenther@suse.de>
3096
3097 * configure.ac: Adjust the ppl and cloog configure to work as
3098 documented. Disable cloog if ppl was disabled. Omit the version
3099 checks if they were disabled.
3100 * configure: Re-generate.
3101
6811fb56
RW
31022009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3103
3104 * configure.ac: Add 'lto' to enable_languages, not
3105 new_enable_languages, and only if not already present.
3106 * configure: Regenerate.
3107
700d40ca
ILT
31082009-10-06 Ian Lance Taylor <iant@google.com>
3109
3110 * Makefile.def: check-gold depends upon all-gas.
3111 * Makefile.in: Rebuild.
3112
31132009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3114
3115 * Makefile.def: all-lto-plugin depends on all-libiberty.
3116 set bootstrap=true for lto-plugin.
3117 Add lto-plugin.
3118 * Makefile.in: Regenerate.
3119 * configure.ac (host_libs): Add lto-plugin.
3120 * configure: Regenerate.
3121
31222009-10-03 Diego Novillo <dnovillo@google.com>
3123
3124 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3125 (HOST_LIBELFLIBS): Define.
3126 (HOST_LIBELFINC): Define.
3127 * Makefile.in: Regenerate.
3128 * configure.ac: Add --enable-lto.
3129 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3130 If --enable-lto is used, add 'lto' to new_enable_languages.
3131 If --enable-lto is used and gold is enabled, add
3132 lto-plugin to configdirs.
3133 * configure: Regenerate.
3134
31352009-10-03 Simon Baldwin <simonb@google.com>
3136
3137 * configure.ac: If --with-system-zlib, suppress local zlib and
3138 pass --with-system-zlib to subdir configure scripts.
3139 * configure: Regenerate.
3140
31412009-10-01 Loren J. Rittle <ljrittle@acm.org>
3142 Paolo Bonzini <bonzini@gnu.org>
3143
3144 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3145 $(srcdir).
3146 * Makefile.in: Rebuilt.
3147
c8cb1b3e
PB
31482009-09-29 Paolo Bonzini <bonzini@gnu.org>
3149
3150 Sync from gcc:
3151 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3152
3153 * configure.ac: Update minimum MPC version to 0.7.
3154 * configure: Regenerate.
3155
30167e0a
NC
31562009-09-25 Nick Clifton <nickc@redhat.com>
3157
3158 * configure.ac: Pass any --cache-file=/dev/null option on to
3159 subconfigures.
3160 * configure: Regenerate.
3161
707a0b5c
NC
31622009-09-23 Nick Clifton <nickc@redhat.com>
3163
3164 * config.sub, config.guess: Update from upstream sources.
3165
700d40ca
ILT
31662009-09-22 Loren J. Rittle <ljrittle@acm.org>
3167
3168 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3169 * Makefile.in: Rebuilt.
3170
2fd0b40b
RW
31712009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3172
3173 PR bootstrap/32272
3174 * configure.ac: Error out if $srcdir isn't '.' but contains
3175 host-${host_noncanonical}.
3176 * configure: Regenerate.
3177
4385ad3c
RW
31782009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3179
16b1ad29
RW
3180 * configure.ac: If bootstrapping a combined tree with
3181 --enable-gold, require c++ in stage1_languages.
3182 * configure: Regenerate.
3183
f8dc745f
RW
3184 * configure.ac: Also add target_libs of stage1_languages to
3185 bootstrap_target_libs.
3186 * configure: Regenerate.
3187
4385ad3c
RW
3188 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3189 with --enable-languages not containing c++.
3190 * configure: Regenerate.
3191
df51e4e1
JZ
31922009-09-16 Jie Zhang <jie.zhang@analog.com>
3193
3194 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3195 * configure: Regenerate.
3196
06a51eac
RW
31972009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3198
3199 * configure.ac: Do not use $extrasub for replacing @if/@endif
3200 parts in Makefile; instead, use additional arguments to
3201 AC_CONFIG_COMMANDS to do the replacement manually, with several
3202 sed invocations, to avoid HP-UX sed command limits.
3203 * configure: Regenerate.
3204
96655cc4
AO
32052009-09-04 Alexandre Oliva <aoliva@redhat.com>
3206
3207 * configure.ac (with-build-config): Document. Handle without.
3208 Handle missing argument.
3209 * configure: Rebuilt.
3210
32112009-09-03 Alexandre Oliva <aoliva@redhat.com>
3212
3213 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3214 Default to bootstrap-debug only if compare-debug works.
3215 * configure: Rebuilt.
3216 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3217 * Makefile.in: Rebuilt.
3218
32192009-09-01 Alexandre Oliva <aoliva@redhat.com>
3220
3221 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3222 * Makefile.in: Rebuilt.
3223
8e957354
PB
32242009-09-02 Paolo Bonzini <bonzini@gnu.org>
3225
3226 * Makefile.tpl (AWK): Fix typo.
3227 * Makefile.in: Regenerate.
3228
32292009-09-02 Paolo Bonzini <bonzini@gnu.org>
3230
3231 * configure.ac: Detect awk and sed.
3232 * Makefile.def (flags_to_pass): Add AWK and SED.
3233 * Makefile.tpl (AWK, SED): New.
3234 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3235 * configure: Regenerate.
3236 * Makefile.in: Regenerate.
3237
fb792462
TG
32382009-09-01 Tristan Gingold <gingold@adacore.com>
3239
3240 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3241 Remove logical names.
3242
a69e7d0a
DK
32432009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3244
3245 * ltmain.sh (func_normal_abspath): New function.
3246 (func_relative_path): Likewise.
3247 (func_mode_help): Document new -bindir option for link mode.
3248 (func_mode_link): Add new -bindir option, and use it to place
3249 output DLL if specified.
3250
d444d2ba
RW
32512009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3252
3253 * configure.ac (AC_PREREQ): Bump to 2.64.
3254
13b7343a
RW
32552009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3256
af542c2e
RW
3257 * README-maintainer-mode: Point directly to upstream locations
3258 for autoconf, automake, libtool, gettext, instead of copies on
3259 sources.redhat.com. Document required versions.
3260 * configure.ac: Do not substitute datarootdir, htmldir,
3261 pdfdir, docdir. Do not process --with-datarootdir,
3262 --with-htmldir, --with-pdfdir, --with-docdir.
3263 * configure: Regenerate.
3264
81ecdfbb
RW
3265 * configure: Regenerate.
3266
13b7343a
RW
3267 * compile: Sync from Automake 1.11.
3268 * depcomp: Likewise.
3269 * install-sh: Likewise.
3270 * missing: Likewise.
3271 * mkinstalldirs: Likewise.
3272 * ylwrap: Likewise.
3273
c1102ce7
RW
32742009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3275
34a0f3cf
RW
3276 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3277 (baseargs): Add --disable-option-checking.
3278 * configure: Regenerate.
3279
c1102ce7
RW
3280 * Makefile.def (configure-target-libiberty): Depend on
3281 all-binutils and all-ld.
3282 (configure-target-newlib): Likewise.
3283 * Makefile.in: Regenerate.
3284
e8a5fa9c
RW
32852009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3286
3287 Sync with GCC, merge:
3288
3289 2009-07-31 Christian Bruel <christian.bruel@st.com>
3290
3291 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3292 * configure: Regenerate.
3293
3294 2009-07-06 Ian Lance Taylor <iant@google.com>
3295
3296 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3297 * configure: Rebuild.
3298
3299 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3300
3301 PR bootstrap/40338
3302 * configure.ac (comparestring): Create new variable.
3303 * Makefile.tpl (comparestring): Use to skip some comparisions.
3304 * configure: Regenerate.
3305 * Makefile.in: Regenerate.
3306
3307 2009-06-23 Ian Lance Taylor <iant@google.com>
3308
3309 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3310 boot_languages. Only bootstrap target libraries listed in
3311 target_libs for some boot language. Add --with-stage1-ldflags,
3312 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3313 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3314 if not building with C++.
3315 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3316 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3317 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3318 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3319 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3320 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3321 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3322 * configure, Makefile.in: Rebuild.
3323
3324 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3325
3326 * configure.ac: Detect MPC in default directory.
3327 * configure: Regenerate.
3328
3329 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3330
3331 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3332 to noconfdirs.
3333 * configure: Regenerate.
3334
3335 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3336
3337 * Makefile.def: Add MPC support and dependencies.
3338 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3339
3340 * Makefile.in, configure: Regenerate.
3341
3342 2009-05-24 Nicolas Roche <roche@adacore.com>
3343
3344 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3345 * Makefile.in: Regenerate.
3346
3347 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3348
3349 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3350 * configure: Regenerate.
3351
3352 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3353
3354 * configure.ac ($with_ppl): Default to no if not supplied.
3355 ($with_cloog): Likewise.
3356 configure: Regenerate.
3357
3358 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3359
3360 PR bootstrap/39739
3361 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3362 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3363
3364 * configure, Makefile.in: Regenerate.
3365
3366 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3367
3368 * configure.ac: Change copyright header to refer to version
3369 3 of the GNU General Public License and to point readers at the
3370 COPYING3 file and the FSF's license web page.
3371 * Makefile.def: Likewise.
3372 * Makefile.tpl: Likewise.
3373 * Makefile.in: Regenerate.
3374
3375 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3376
3377 * configure.ac: Restore match for darwin9 or later. Use double
3378 brackets since regeneration eats one pair.
3379 * configure: Regenerate.
3380
bf110216
CF
33812009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3382
3383 * MAINTAINERS: Perform some obvious fixups.
3384
2262bbf4
BE
33852009-08-17 Ben Elliston <bje@au.ibm.com>
3386
3387 * config.sub, config.guess: Update from upstream sources.
3388
25a07265
NC
33892009-08-06 Michael Eager <eager@eagercon.com>
3390
3391 * configure.ac: Add Microblaze target.
3392 * configure: Regenerate.
3393
85bd1942
TG
33942009-07-02 Tristan Gingold <gingold@adacore.com>
3395
3396 * configure.ac: Do not exclude gas for i386-*-darwin.
3397 Add a case for x86_64-*-darwin.
3398 * configure: Regenerate.
3399
f9806fa5
DE
34002009-06-26 Doug Evans <dje@sebabeach.org>
3401
3402 * Makefile.def (host_modules): Add cgen.
3403 * Makefile.in: Regenerate.
3404 * configure.ac (host_tools): Add cgen.
3405 * configure: Regenerate.
3406
6bfb4e30
JJ
34072009-06-17 Michael Eager <eager@eagercon.com>
3408
3409 * COPYING.LIBGLOSS: Add Xilinx license.
3410
8bcf2718
NC
34112009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3412
3413 * configure.ac: Define is_elf for QNX Neutrino targets.
3414 * configure: Regenerate.
3415
04ec0acb
RW
34162009-06-03 Jerome Guitton <guitton@adacore.com>
3417 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3418
9eb322aa
MF
3419 * Makefile.tpl (all): Avoid a trailing backslash.
3420 * Makefile.in: Regenerate.
04ec0acb 3421
7ee5dbeb
BE
34222009-06-03 Ben Elliston <bje@au.ibm.com>
3423
3424 * config.sub, config.guess: Update from upstream sources.
3425
fda13ee8
AO
34262009-06-02 Alexandre Oliva <aoliva@redhat.com>
3427
3428 * Makefile.tpl ([+compare-target+]): Compare all stage
3429 directories, rather than just gcc.
3430 * Makefile.in: Rebuilt.
3431
4a657b0d
DK
34322009-05-28 Doug Kwan <dougkwan@google.com>
3433
3434 * configure.ac: Support gold for target arm*-*-*.
3435 * configure: Regenerate.
3436
07fc31c9
AO
34372009-05-27 Alexandre Oliva <aoliva@redhat.com>
3438
3439 * Makefile.tpl (all): Avoid harmless warning in make all when
3440 gcc-bootstrap is enabled but stage_last does not exist.
3441 * Makefile.in: Rebuilt.
3442
8a7a39ab
TG
34432009-05-25 Tristan Gingold <gingold@adacore.com>
3444
3445 * setup.com: Complete the file with configuration and build.
3446
b5233201
AO
34472009-05-18 Alexandre Oliva <aoliva@redhat.com>
3448
3449 PR other/40159
3450 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3451 gcc-no-bootstrap are mutually exclusive.
3452 * Makefile.in: Rebuilt.
3453
7b6175f9
AO
34542009-05-18 Alexandre Oliva <aoliva@redhat.com>
3455
3456 PR other/40159
3457 * Makefile.tpl (all): Don't end with unconditional success.
3458 * Makefile.in: Rebuilt.
3459
1b05fbbd
AO
34602009-05-12 Alexandre Oliva <aoliva@redhat.com>
3461
3462 PR target/37137
3463 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3464 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3465 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3466 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3467 stage_configureflags, stage_cflags and stage_libcflags into
3468 explicit Makefile macros.
3469 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3470 GFORTRAN.
3471 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3472 CC. Set CC_FOR_BUILD from CC.
3473 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3474 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3475 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3476 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3477 and GFORTRAN.
3478 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3479 (_LIBCFLAGS): Renamed to _TFLAGS.
3480 (do-compare-debug, do-compare3-debug): Drop.
3481 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3482 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3483 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3484 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3485 (XGCC_FLAGS_FOR_TARGET): New.
3486 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3487 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3488 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3489 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3490 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3491 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3492 TFLAGS.
3493 (BUILD_CONFIG): Include if requested.
3494 (all): Set TFLAGS on bootstrap.
3495 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3496 (all-stageid-prefixmodule): Likewise.
3497 (do-clean, distclean-stageid): Set TFLAGS.
3498 (restrap): Fix whitespace.
3499 * Makefile.in: Rebuilt.
3500
dc17c78c
EB
35012009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3502
3503 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3504 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3505 * Makefile.in: Regenerate.
3506
14324cd7
EZ
35072009-04-24 Eli Zaretskii <eliz@gnu.org>
3508
3509 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3510 consistency with config.sub. (Update from upstream sources.)
3511
f8d5f06c
JM
35122009-04-21 Joseph Myers <joseph@codesourcery.com>
3513
3514 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3515
0000e2bf
BE
35162009-04-17 Ben Elliston <bje@au.ibm.com>
3517
3518 * config.sub, config.guess: Update from upstream sources.
3519
20135e4c
NC
35202009-04-15 Anthony Green <green@moxielogic.com>
3521
34adf976 3522 * configure.ac: Add moxie support.
20135e4c
NC
3523 * configure: Rebuilt.
3524
ef699244
L
35252009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3526
3527 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3528 * configure: Regenerate.
3529
10ad8ef3
L
35302009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3531
3532 PR gas/10039
3533 * configure.ac: Require texinfo 4.7.
3534 * configure: Regenerated.
3535
c50523ce
L
35362009-04-09 Steve Ellcey <sje@cup.hp.com>
3537
3538 * Makefil.def (languages): New entries.
3539 * Makefile.tpl (check-gcc-*): New generic target.
3540 * Makefile.in: Regenerate.
3541
47afba5f
EZ
35422009-03-27 Eli Zaretskii <eliz@gnu.org>
3543
3544 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3545 Windows builds of Sed.
3546
dc448a7b
TT
35472009-03-18 Tom Tromey <tromey@redhat.com>
3548
3549 * configure: Rebuild.
3550 * configure.ac (host_libs): Add libiconv.
3551 * Makefile.in: Rebuild.
3552 * Makefile.def (host_modules): Add libiconv.
3553 (configure-gdb, all-gdb): Depend on libiconv.
3554
24741ab2
JB
35552009-03-16 Tristan Gingold <gingold@adacore.com>
3556
3557 * configure.ac: Treat gdb as supported on x86_64-darwin.
3558 * configure: Regenerate.
3559
29383458
JM
35602009-03-16 Joseph Myers <joseph@codesourcery.com>
3561
3562 Merge from GCC:
3563
3564 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3565
3566 * configure.ac (--with-host-libstdcxx): New option.
3567 * configure: Regenerate.
3568
3569 2009-01-29 Robert Millan <rmh@aybabtu.com>
3570
3571 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3572 * configure: Regenerate.
3573
3574 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3575
3576 PR tree-optimization/38515
3577 * configure.ac (cloog-polylib): Removed.
3578 (with_ppl, with_cloog): Test for "no".
3579 * configure: Regenerated.
3580
58e24671
RW
35812009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3582
3583 Backport from git Libtool:
3584
3585 2009-01-19 Robert Millan <rmh@aybabtu.com>
3586 Support GNU/kOpenSolaris.
3587 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3588 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3589 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3590 GNU/kOpenSolaris.
3591
314b2e66
AS
35922009-02-05 Andreas Schwab <schwab@suse.de>
3593
3594 * Makefile.tpl (stage_last): Define $r and $s before using
3595 $(RECURSE_FLAGS_TO_PASS).
3596 * Makefile.in: Regenerate
3597
8b700390
JJ
35982009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3599
3600 * COPYING.NEWLIB: Add ARM license.
3601
66775d67
AM
36022009-01-16 Alan Modra <amodra@bigpond.net.au>
3603
3604 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3605 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3606 * Makefile.in: Regenerate.
3607
19e99079
NC
36082009-01-15 Douglas B Rupp <rupp@gnat.com>
3609
3610 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3611 * configure: Regenerate.
3612
22e8c8e0
RW
36132008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3614
3615 Backport link test fix from upstream Libtool:
3616
3617 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3618 Add cache variables to tests that require the linker to work.
3619 For shlibpath_overrides_runpath, this also changes the semantics
3620 to let the result from the C compiler take precedence.
3621 compiler take precedence.
3622
7d6d7764
BE
36232008-12-02 Ben Elliston <bje@au.ibm.com>
3624
3625 * config.sub, config.guess: Update from upstream sources.
3626
ea8af06e
JJ
36272008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3628
3629 * COPYING.NEWLIB: Updated.
3630 * COPYING.LIBGLOSS: Ditto.
3631
af0771d3
PB
36322008-12-16 Paolo Bonzini <bonzini@gnu.org>
3633
3634 Sync with GCC:
3635
3636 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3637
3638 * configure.ac (ppllibs): Add by default the lib flags.
3639 * configure: Regenerate.
3640
3641 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3642
314b2e66
AS
3643 * configure.ac: Add double brackets on darwin[912].
3644 * configure: Regenerate.
af0771d3
PB
3645
3646 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3647
314b2e66
AS
3648 * configure.ac: Expand to darwin10 and later.
3649 * configure: Regenerate.
af0771d3 3650
f7c83eac
AS
36512008-12-02 Andreas Schwab <schwab@suse.de>
3652
3653 * Makefile.def: configure-target-boehm-gc depends on
3654 all-target-libstdc++-v3.
3655 * Makefile.in: Regenerate.
3656
bc67ad83
BE
36572008-12-02 Ben Elliston <bje@au.ibm.com>
3658
3659 * config.sub, config.guess: Update from upstream sources.
3660
e28c595f
JM
36612008-11-27 Joseph Myers <joseph@codesourcery.com>
3662
3663 Merge from GCC:
3664
3665 2007-12-02 Matthias Klose <doko@ubuntu.com>
3666
3667 * config-ml.in: Remove 64bit configure tests.
3668
3669 2008-05-14 Rafael Espindola <espindola@google.com>
3670
3671 * config-ml.in: don't handle --enable-shared and --enable-static.
3672
3673 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3674 Tobias Grosser <grosser@fim.uni-passau.de>
3675 Jan Sjodin <jan.sjodin@amd.com>
3676 Harsha Jagasia <harsha.jagasia@amd.com>
3677 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3678 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3679 Adrien Eliche <aeliche@isty.uvsq.fr>
3680
3681 Merge from graphite branch.
3682 * configure: Regenerate.
3683 * Makefile.in: Regenerate.
3684 * configure.ac (host_libs): Add ppl and cloog.
3685 Add checks for PPL and CLooG.
3686 * Makefile.def (ppl, cloog): Added modules and dependences.
3687 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3688 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3689
3690 2008-09-03 Richard Guenther <rguenther@suse.de>
3691
3692 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3693 cloog test.
3694 * configure: Re-generate.
3695
3696 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3697
3698 * configure.ac (--with-cloog-polylib): New.
3699 (--disable-cloog-version-check): New.
3700 (--disable-ppl-version-check): New.
3701 * configure: Re-generate.
3702
3703 2008-09-05 Richard Guenther <rguenther@suse.de>
3704
3705 * configure.ac: Initialize clooglibs to -lcloog.
3706 * configure: Re-generate.
3707
3708 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3709
3710 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3711 recommended version to 2.3.2.
3712
3713 * configure: Regenerate.
3714
3715 2008-10-31 Ben Elliston <bje@au.ibm.com>
3716
3717 * configure.ac (spu-*-*): Remove special case.
3718 * configure: Regenerate.
3719
3720 Complete comment text from GCC version of:
3721
3722 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3723
3724 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3725 (GCC_SHLIB_SUBDIR): New.
3726 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3727 * configure: Regenerate.
3728 * Makefile.in: Regenerate.
3729
652dec25
TG
37302008-11-27 Tristan Gingold <gingold@adacore.com>
3731
3732 * configure.ac: Build gdb for i?86-*-darwin*
3733 * configure: Regenerated.
3734
7582fb4a
DJ
37352008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3736
3737 PR bootstrap/38014
3738 PR bootstrap/37923
3739
3740 Revert:
3741
3742 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3743
3744 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3745 * Makefile.in: Regenerated.
3746
3747 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3748
3749 PR gdb/921
3750 PR gdb/1646
3751 PR gdb/2175
3752 PR gdb/2176
3753
3754 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3755 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3756 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3757 (HOST_EXPORTS): Pass CPPFLAGS.
3758 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3759 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3760 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3761 * Makefile.in, configure: Regenerated.
3762 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3763 and CPPFLAGS_FOR_BUILD.
3764
faee1be2
UW
37652008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3766
3767 * configure.ac [spu-*-*]: Do not set skipdirs.
3768 * configure: Re-generate.
3769
b7c2dce4
DJ
37702008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3771
3772 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3773 * Makefile.in: Regenerated.
3774
bb52de30
DJ
37752008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3776
3777 PR gdb/921
3778 PR gdb/1646
3779 PR gdb/2175
3780 PR gdb/2176
3781
3782 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3783 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3784 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3785 (HOST_EXPORTS): Pass CPPFLAGS.
3786 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3787 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3788 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3789 * Makefile.in, configure: Regenerated.
3790 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3791 and CPPFLAGS_FOR_BUILD.
3792
b25062ae
SE
37932008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3794
3795 * libtool.m4: Update to libtool 2.2.6.
3796 * lt~obsolete.m4: Update to libtool 2.2.6.
3797 * ltmain.sh: Update to libtool 2.2.6.
3798 * ltsugar.m4: Update to libtool 2.2.6.
3799 * ltversion.m4: Update to libtool 2.2.6.
3800 * ltoptions.m4: Update to libtool 2.2.6.
3801 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3802
3bbd2f8f
AL
38032008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3804
3805 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3806 (GCC_SHLIB_SUBDIR): New.
3807 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3808 * configure: Regenerate.
3809 * Makefile.in: Regenerate.
3810
b29d32ce
TG
38112008-08-28 Tristan Gingold <gingold@adacore.com>
3812
3813 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3814 Enable bfd, binutils and opcodes.
3815 * configure: Regenerate.
3816
c325a203
DD
38172008-08-16 Nicolas Roche <roche@adacore.com>
3818
3819 * Makefile.tpl: Add BOOT_ADAFLAGS.
3820 * Makefile.in: Regenerate.
3821
e7c8859c
RS
38222008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3823
3824 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3825 * configure: Regenerate.
3826
da888c87
PB
38272008-07-30 Paolo Bonzini <bonzini@gnu.org>
3828
3829 Sync with gcc:
3830 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3831
f7c83eac
AS
3832 * configure.ac: Add makefile fragments for hpux.
3833 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3834 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3835 * configure: Regenerate.
3836 * Makefile.in: Regenerate.
da888c87
PB
3837
3838 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3839
f7c83eac
AS
3840 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3841 * Makefile.in: Regenerate.
3842 * configure: Regenerate.
da888c87 3843
944982cf
ILT
38442008-06-18 Ian Lance Taylor <iant@google.com>
3845
662c6704
ILT
3846 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3847
944982cf
ILT
3848 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3849
7a283e07
RW
38502008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3851
3852 * configure: Regenerate.
3853
5b553f7e
RW
38542008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3855
3856 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3857 "$@" is still intact with both Autoconf 2.59 and 2.62.
3858 * configure: Regenerate.
3859
675492f0
RW
38602008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3861
3862 * Makefile.tpl: Fix comment errors.
3863 * Makefile.in: Regenerate.
3864
b018a5d1
JB
38652008-06-13 Julian Brown <julian@codesourcery.com>
3866
3867 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3868 of libobjc for ARM EABI Linux.
3869 * configure: Regenerate.
3870
310213e8
DE
38712008-06-12 David S. Miller <davem@davemloft.net>
3872 David Edelsohn <edelsohn@gnu.org>
3873
3874 * configure.ac: Add powerpc*-*-* to gold supported targets.
3875 * configure: Regenerate.
3876
6641ce42
JM
38772008-06-08 Joseph Myers <joseph@codesourcery.com>
3878
3879 PR tree-optimization/36218
3880 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3881 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3882 (all prefix="build-"): Pass them to build-system sub-makes.
3883 * Makefile.in: Regenerate.
3884
03c2f9e6
DJ
38852008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3888 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3889 mkdep, and compile. Update comments.
3890 (ETC_SUPPORT): Add ChangeLog and update comments.
3891
4538db8b
ILT
38922008-05-11 Ian Lance Taylor <iant@google.com>
3893
3894 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3895
266df637
PB
38962008-04-18 Paolo Bonzini <bonzini@gnu.org>
3897
3898 Sync with gcc:
3899 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3900
3901 PR bootstrap/35457
3902 * configure.ac: Include override.m4.
3903 * configure: Regenerate.
3904
3905 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3906
f7c83eac
AS
3907 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3908 * Makefile.in: Regenerate.
266df637
PB
3909
3910 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3911
f7c83eac
AS
3912 * configure.ac: Do not build libssp for the AVR.
3913 * configure: Regenerate.
266df637 3914
a86a761e
NC
39152008-04-18 Nick Clifton <nickc@redhat.com>
3916
3917 * MAINTAINERS: Replace reference to configure.in with reference to
3918 configure.ac.
3919
52310858
NC
39202008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3921
f7c83eac 3922 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3923 as nonconfigurable directories list.
f7c83eac 3924 * configure: Regenerate.
52310858 3925
f5314dd5
DM
39262008-04-14 David S. Miller <davem@davemloft.net>
3927
3928 * configure.ac: Add sparc*-*-* to gold supported targets.
3929 * configure: Regenerate.
3930
e2208220
BE
39312008-04-14 Ben Elliston <bje@au.ibm.com>
3932
3933 * config.sub, config.guess: Update from upstream sources.
3934
0bb6ea20
HPN
39352008-04-12 Hans-Peter Nilsson <hp@axis.com>
3936
3937 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3938 * Makefile.in: Regenerate.
3939
e5164e97
ILT
39402008-04-07 Ian Lance Taylor <iant@google.com>
3941
3942 * Makefile.def: check-gold depends upon all-binutils.
3943 * Makefile.in: Regenerate.
3944
e33b51a6
NC
39452008-04-04 Nick Clifton <nickc@redhat.com>
3946
3947 PR binutils/4334
3948 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3949 builds.
3950 * configure: Regenerate.
3951
fc5df3ab
NC
39522008-04-04 NightStrike <NightStrike@gmail.com>
3953
3954 PR other/35151
f7c83eac
AS
3955 * configure.ac: Combine rules for mingw32 and mingw64.
3956 * configure: Regenerate.
fc5df3ab 3957
c779bab8
PB
39582008-03-27 Paolo Bonzini <bonzini@gnu.org>
3959
3960 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3961 * Makefile.in: Regenerate.
3962
93f9b408
ILT
39632008-03-20 Ian Lance Taylor <iant@google.com>
3964
3965 * configure.ac: Add support for --enable-gold.
3966 * Makefile.def: Add gold as a directory like ld.
3967 * configure, Makefile.in: Regenerate.
3968
5746fb46
AK
39692008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3970
3971 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3972 (s390_cond_extensions): Reduced extensions to the compare related.
3973 (main): z10 cpu type option added.
3974 (expandConditionalJump): Renamed to ...
3975 (insertExpandedMnemonic): ... this.
3976
3977 * opcodes/s390-opc.c: Re-group the operand format makros.
3978 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3979 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3980 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3981 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3982 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3983 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3984 INSTR_SIL_RDU): New instruction formats added.
3985 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3986 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3987 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3988 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3989 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3990 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3991 masks added.
3992 (s390_opformats): New formats added "ris", "rrs", "sil".
3993 * opcodes/s390-opc.txt: Add the conditional jumps with the
3994 extensions removed from automatic expansion in s390-mkopc.c manually.
3995 (asi - trtre): Add new System z10 EC instructions.
3996 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3997
58c85be7
RW
39982008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3999
4000 * configure.ac: m4_include config/proginstall.m4.
4001 * configure: Regenerate.
4002
78124051
RW
40032008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4004
4005 Backport from upstream Libtool:
f7c83eac 4006
78124051 4007 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 4008
78124051
RW
4009 Deal with Autoconf 2.62's semantic change in m4_append.
4010 * ltsugar.m4 (lt_append): Replace broken versions of
4011 m4_append.
4012 (lt_if_append_uniq): Don't require separator to be overquoted,
4013 and avoid broken m4_append.
4014 (lt_dict_add): Fix typo.
4015 * libtool.m4 (_LT_DECL): Don't overquote separator.
4016
018f1bea
DE
40172008-03-13 David Edelsohn <edelsohn@gnu.org>
4018
4019 * config.rpath: Add AIX 6 support.
4020
5c5f596d
PB
40212008-03-13 Paolo Bonzini <bonzini@gnu.org>
4022
4023 * Makefile.def (stageprofile). Remove -fprofile-generate
4024 from stage_libcflags.
4025 * Makefile.in: Regenerate.
4026
a1f93a5e
BE
40272008-03-13 Ben Elliston <bje@au.ibm.com>
4028
4029 * config.sub, config.guess: Update from upstream sources.
4030
98c3d905
AK
40312008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4032
4033 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4034 * s390-opc.txt (cmpsc): Duplicate entry removed.
4035 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4036 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4037 fier, cu42, cu41): Fix operand format.
4038
7f6ef0c0
PB
40392008-02-20 Paolo Bonzini <bonzini@gnu.org>
4040
f7c83eac
AS
4041 PR bootstrap/32009
4042 PR bootstrap/32161
4043
4044 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4045 * configure: Regenerate.
4046
4047 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4048 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4049 STAGE4_LIBCFLAGS): New.
4050 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4051 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4052 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4053 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4054 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4055 for target modules. Don't export LIBCFLAGS.
4056 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4057 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4058 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4059 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4060 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4061 * Makefile.in: Regenerate.
7f6ef0c0 4062
eaf19029
PB
40632008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4064
4065 PR libgcj/33085
4066 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4067 Do not use -DDLL_EXPORT. Backport from upstream.
4068
680c43e9
NC
40692008-02-14 Nick Clifton <nickc@redhat.com>
4070
4071 Import this patch from gcc:
4072 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4073
4074 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4075
c72b1d96
HPN
40762008-02-02 Hans-Peter Nilsson <hp@axis.com>
4077
4078 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4079 * configure: Regenerate.
4080
8b66833e
BW
40812008-01-31 Marc Gauthier <marc@tensilica.com>
4082
4083 * configure.ac (xtensa*-*-*): Recognize processor variants.
4084 * configure: Regenerate.
4085
9cc8ae67
PB
40862008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4087
f7c83eac
AS
4088 PR bootstrap/34922
4089 * configure.ac (PARSE_ARGS): Push suitable setting of
4090 ac_subdirs_all, for `./configure --help=recursive'.
4091 Handle `+' in generic toplevel directory disabling.
4092 * configure: Regenerate.
9cc8ae67 4093
19090595
BE
40942008-01-23 Ben Elliston <bje@au.ibm.com>
4095
4096 * config.sub, config.guess: Update from upstream sources.
4097
9f1e7fd3
BE
40982008-01-08 Ben Elliston <bje@au.ibm.com>
4099
4100 * config.sub, config.guess: Update from upstream sources.
4101
2f959d61
JJ
41022007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4103
4104 * COPYING.LIBGLOSS: Update default copyright.
4105
aa054b85
JJ
41062007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4107
4108 * COPYING.NEWLIB: Update default copyright.
4109
57c53b2b
RS
41102007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4111
4112 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4113 Change recommended MPFR from 2.2.1 > 2.3.0.
4114 * configure: Regenerate.
4115
fee14b60
RS
41162007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4117
4118 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4119 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4120 * Makefile.in: Regenerate.
4121
c9b68031
DD
41222007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4123
4124 * configure.ac: Enable libjava for x86_64-*-darwin9.
4125 * configure: Regenerate.
4126
ad25e7d5
BE
41272007-12-05 Ben Elliston <bje@au.ibm.com>
4128
4129 * config.sub, config.guess: Update from upstream sources.
4130
6ac84f65
PB
41312007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4132
f7c83eac
AS
4133 * config-ml.in: Robustify against white space in absolute file
4134 names.
6ac84f65 4135
f7c83eac
AS
4136 * config-ml.in (multi-clean): Substitute ${Makefile}.
4137 Remove superfluous ${Makefile} in list.
6ac84f65 4138
7b3200f9
DJ
41392007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4140
4141 * Makefile.def (dependencies): Make configure-gdb depend on
4142 all-intl.
4143 * Makefile.in: Regenerated.
4144
2c133ff9
JJ
41452007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4146
4147 * Makefile.def: To avoid problems running with parallel makes,
4148 build newlib before libgloss so that target specific header
4149 files are availble.
4150 * Makefile.in: Regenerate.
4151
5074315a
DJ
41522007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4153
4154 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4155 * Makefile.in: Regenerate.
4156
f5bc1778
DJ
41572007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4158
4159 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4160 * libdecnumber: New directory, imported from GCC.
4161
c66487f8
NC
41622007-10-08 Mike Frysinger <vapier@gentoo.org>
4163
4164 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4165 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4166 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4167 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4168 * configure: Regenerate.
4169
b5714970
PB
41702007-10-01 Paolo Bonzini <bonzini@gnu.org>
4171
4172 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4173 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4174 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4175 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4176 * configure.ac: Default them to host tools for $host = $build.
4177 Subst them.
4178
4179 * configure: Regenerate.
4180 * Makefile.in: Regenerate.
4181
f3b1e08e
RS
41822007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4183
4184 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4185 * configure: Regenerate.
4186
cff87f51
DD
41872007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4188
4189 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4190 libstdc++.
4191 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4192 * configure: Regenerate.
4193 * Makefile.in: Regenerate.
f7c83eac 4194
625a61cd
AS
41952007-09-17 Andreas Schwab <schwab@suse.de>
4196
4197 * configure.ac: Raise minimum makeinfo version to 4.6.
4198 * configure: Regenerate.
4199
83a3a68b
AM
42002007-09-15 Alan Modra <amodra@bigpond.net.au>
4201
4202 * configure.ac: Correct makeinfo version check.
4203 * configure: Regenerate.
4204
5bd8be13
RS
42052007-09-14 Richard Sandiford <richard@codesourcery.com>
4206
4207 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4208 to $skipdirs and only disable gprof for newlib. Use the normal
4209 mips*-elf* handling in other respects.
4210 * configure: Regnerate.
4211
5566c1fa
DD
42122007-09-12 David Daney <ddaney@avtrex.com>
4213
4214 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4215 enabling libgcj.
4216 * configure: Regenerate.
4217
42182007-09-12 Richard Guenther <rguenther@suse.de>
4219
4220 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4221 nor --disable-checking is provided also turn on yes and types
4222 checking for stage1.
4223 * configure: Re-generate.
4224
a18e2996 42252007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
4226
4227 PR target/33281
4228 * configure.ac: Use config/mh-mingw on mingw.
4229 * configure: Regenerate.
84e7906e 4230
691bb5a1
DD
42312007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4232
4233 PR other/32154
4234 * configure.ac: For libgloss targets, point the linker to the linker
4235 script, startup code and simulator library.
4236 * configure: Regenerate.
4237
6d18b86b
AH
42382007-09-09 Andrew Haley <aph@redhat.com>
4239
4240 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 4241 target-libjava.
6d18b86b 4242
f00a3165 42432007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 4244
f00a3165 4245 * config.sub, config.guess: Update from upstream sources.
971aaaa5 4246
2abc4e65
BE
42472007-08-21 Richard Guenther <rguenther@suse.de>
4248
4249 * configure.ac: Add types checking to stage1 checking flags.
4250 * configure: Regenerate.
4251
8a6ee3ab 42522007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 4253 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
4254
4255 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4256 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4257 * Makefile.in: Regenerate.
4258 * configure.ac (--with-debug-prefix-map): New.
4259 * configure: Regenerate.
4260
429acdec
RS
42612007-08-17 Richard Sandiford <richard@codesourcery.com>
4262 Nigel Stephens <nigel@mips.com>
4263
429acdec
RS
4264 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4265 as target_makefile_frag.
4266 * configure: Regenerate.
4267
8520c408
AO
42682007-08-16 Alexandre Oliva <aoliva@redhat.com>
4269
4270 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4271 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4272 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4273 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4274 (do-compare, do-compare3, do-compare-debug): New.
4275 ([+compare-target+]): Use them.
4276
42772007-08-16 Alexandre Oliva <aoliva@redhat.com>
4278
4279 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4280 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4281 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4282 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4283 (do-compare, do-compare3, do-compare-debug): New.
4284 ([+compare-target+]): Use them.
4285
2444379b
BE
42862007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4287 Ben Elliston <bje@au.ibm.com>
4288
4289 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4290 --silent if $silent.
4291 * configure: Regenerate.
4292
d6f99447
DJ
42932007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4294
4295 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4296
bd0aa315
NC
42972007-07-17 Nick Clifton <nickc@redhat.com>
4298
4299 * COPYING3: New file. Contains version 3 of the GNU General
4300 Public License.
4301 * COPYING3.LIB: New file. Contains version 3 of the GNU
4302 Lesser General Public License.
4303
0ebe98fb
BS
43042007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4305
4306 * configure.ac: Fix my previous change to really match GCC.
4307 * configure: Regenerate.
4308
521ec477
DD
43092007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4310
4311 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4312 * configure: Regenerate.
4313
43142007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4315
4316 * configure.ac: Add some missing m4 quotation.
4317 * configure: Regenerate.
4318
0c24b341
NC
43192007-07-09 Kai Tietz <kai.tietz@onevision.com>
4320
f7c83eac
AS
4321 * Makefile.def: Add windmc tool to build.
4322 * Makefile.tpl: Likewise.
4323 * configure.ac: Likewise.
4324 * Makefile.in: Regenerate.
4325 * configure: Regenerate.
0c24b341 4326
a09314d0
L
43272007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4328
4329 * lt~obsolete.m4: New. Import from 20070318 libtool.
4330
7c3e1d12
BS
43312007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4332
4333 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4334 uclinux and linux-uclibc targets.
4335 * configure: Regenerate.
4336
a5b3b4dd
DD
43372007-06-28 DJ Delorie <dj@redhat.com>
4338
4339 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4340 not building newlib.
4341 * configure: Regenerated.
f7c83eac 4342
184d813c
DJ
43432007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4344
4345 * src-release (DEVO_SUPPORT): Correct typos.
4346
31d99776
DJ
43472007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4348
4349 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4350 * Makefile.in: Regenerated.
4351
e00a73e3
PB
43522007-06-14 Paolo Bonzini <bonzini@gnu.org>
4353
f7c83eac
AS
4354 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4355 (distclean-stage[+id+]): Possibly delete stage_last.
4356 * Makefile.in: Regenerate.
e00a73e3 4357
98a1bbc5
BE
43582007-06-07 Ben Elliston <bje@au.ibm.com>
4359
4360 * config.sub, config.guess: Update from upstream sources.
4361
973601e1
BE
43622007-06-07 Ben Elliston <bje@au.ibm.com>
4363
4364 * Makefile.tpl: Fix spelling error.
4365 * Makefile.in: Regenerate.
4366
2038f525
PB
43672007-06-04 Paolo Bonzini <bonzini@gnu.org>
4368
4369 Sync with gcc:
4370 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4371
f7c83eac
AS
4372 PR bootstrap/29382
4373 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4374 * configure: Rebuilt.
2038f525 4375
f7c5c4b5
PB
43762007-06-01 Steve Ellcey <sje@cup.hp.com>
4377
12a64d4f
L
4378 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4379 lt_cv_sys_max_cmd_len.
f7c5c4b5 4380
7ad9660b
PB
43812007-05-31 Paolo Bonzini <bonzini@gnu.org>
4382
4383 * ltgcc.m4: Update from GCC.
4384
0e7ef45c
EC
43852007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4386
12a64d4f 4387 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 4388
37ad9514
SE
43892007-05-24 Steve Ellcey <sje@cup.hp.com>
4390
4391 * ltmain.sh: Update from GCC.
4392 * libtool.m4: Update from GCC.
4393 * ltsugar.m4: New. Update from GCC.
4394 * ltversion.m4: New. Update from GCC.
4395 * ltoptions.m4: New. Update from GCC.
4396 * ltconfig: Remove.
4397 * ltcf-c.sh: Remove.
4398 * ltcf-cxx.sh: Remove.
4399 * ltcf-gcj.sh: Remove.
4400 * src-release: Update with new libtool file list.
4401
8ee82aff
PB
44022007-05-16 Paolo Bonzini <bonzini@gnu.org>
4403
4404 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4405 stage_cflags.
4406 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4407 Remove CFLAGS/LIBCFLAGS.
4408 (configure-stage[+id+]-[+prefix+][+module+],
4409 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4410 * Makefile.in: Regenerate.
4411
149cb58d
SE
44122007-04-14 Steve Ellcey <sje@cup.hp.com>
4413
4414 * config-ml.in: Update from GCC.
4415
91506736
DJ
44162007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4417
4418 * src-release (do-proto-toplev): Process the support directories before
4419 the tool directory.
4420
ffa8bd48
RS
44212007-03-21 Richard Sandiford <richard@codesourcery.com>
4422
4423 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4424 of glob. Quote arguments with single quotes too.
4425 * configure: Regenerate.
4426
a4fd3374
DD
44272007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4428
4429 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4430 * Makefile.in: Regenerate
4431
b8025f34
AS
44322007-03-07 Andreas Schwab <schwab@suse.de>
4433
4434 * configure: Regenerate.
4435
a3ca38d2
DD
44362007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4437
4438 * configure.ac: Add "--with-pdfdir" configure option,
4439 which defines pdfdir variable.
4440 * Makefile.def (target=fixincludes): Add install-pdf to
4441 missing targets.
4442 (recursive_targets): Add install-pdf target.
4443 (flags_to_pass): Add pdfdir.
4444 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4445 target.
4446 * configure: Regenerate
4447 * Makefile.in: Regenerate
4448
44492007-02-28 Eric Christopher <echristo@apple.com>
4450
4451 Revert:
4452 2006-12-07 Mike Stump <mrs@apple.com>
4453
4454 * Makefile.def (dependencies): Add dependency for
4455 install-target-libssp and install-target-libgomp on
4456 install-gcc.
4457 * Makefile.in: Regenerate.
4458
44592007-02-27 Matt Kraai <kraai@ftbfs.org>
4460
4461 * configure: Regenerate.
4462 * configure.ac: Move statements after variable declarations.
4463
a4708fba
JM
44642007-02-19 Joseph Myers <joseph@codesourcery.com>
4465
4466 * configure.ac: Adjust for loop syntax.
4467 * configure: Regenerate.
4468
9a819804
AO
44692007-02-18 Alexandre Oliva <aoliva@redhat.com>
4470
4471 * configure: Rebuilt.
4472
81ec575a
AO
44732007-02-18 Alexandre Oliva <aoliva@redhat.com>
4474
4475 * configure.ac: Drop multiple occurrences of --enable-languages,
4476 and fix its quoting.
4477 * configure: Rebuilt.
4478
92f01d61 44792007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4480 Nathan Sidwell <nathan@codesourcery.com>
4481 Vladimir Prus <vladimir@codesourcery.com
4482 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4483
4484 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4485 * configure: Regenerate.
4486
b1299c4e
DJ
44872007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4488
4489 * configure.ac (target_libraries): Move libgcc before libiberty.
4490 * configure: Regenerated.
4491
18f6b6ee
PB
44922007-02-13 Paolo Bonzini <bonzini@gnu.org>
4493
4494 * configure: Regenerate again?
4495
9c4e9f27
PB
44962007-02-13 Paolo Bonzini <bonzini@gnu.org>
4497
4498 * configure: Reapply PR30748 fix which was lost in the previous commit.
4499
24ff9987
DJ
45002007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4501 Paolo Bonzini <bonzini@gnu.org>
4502
4503 PR bootstrap/30753
4504 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4505 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4506 * configure: Regenerated.
4507
7df2cd5d
PB
45082007-02-10 Paolo Bonzini <bonzini@gnu.org>
4509
4510 * configure: Regenerate.
4511
b0aaa663
DJ
45122007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4513
4514 PR bootstrap/30748
4515 * configure.ac: Correct syntax for Solaris ksh.
4516 * configure: Regenerated.
4517
a0323144
PB
45182007-02-09 Paolo Bonzini <bonzini@gnu.org>
4519
4520 * Makefile.def: Sync with GCC.
4521 * Makefile.tpl: Sync with GCC.
4522 * Makefile.in: Regenerate.
4523 * configure: Regenerate.
4524
c6b750e1
DJ
45252007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4526
4527 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4528 noncanonical equivalents.
4529 * configure.in: Rename to...
4530 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4531 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4532 target_noncanonical. Use them. Rewrite removal of configure
4533 arguments for autoconf 2.59. Discard variable settings. Force
4534 program_transform_name for native tools.
4535
4536 * Makefile.in: Regenerated.
4537 * configure: Regenerated with autoconf 2.59.
4538
4539 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4540
f3cd89f4
JJ
45412007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4542
4543 * COPYING.LIBGLOSS: Reformat default Red Hat
4544 license to fit within 80 columns.
4545 * COPYING.NEWLIB: Ditto.
4546
4e206d7e
DB
45472007-02-05 Dave Brolley <brolley@redhat.com>
4548
4549 * Contribute the following changes:
4550 2006-11-28 DJ Delorie <dj@redhat.com>
4551
4552 * configure.in: Fix typo for mep's target_makefile_frag.
4553 * configure: Regenerated.
4554
4555 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4556
4557 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4558 * configure: Regenerate.
4559
4560 2001-09-19 DJ Delorie <dj@redhat.com>
4561
4562 * configure.in (target_makefile_frag): use mt-mep
4563
4564 2001-06-12 Don Howard <dhoward@redhat.com>
4565
4566 * configure.in: Remove gdb from MeP skip list.
4567
4568 2001-04-05 DJ Delorie <dj@redhat.com>
4569
4570 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4571
4572 2001-03-20 Ben Elliston <bje@redhat.com>
4573
4574 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4575
4576 2001-03-19 Ben Elliston <bje@redhat.com>
4577
4578 * config.sub (mep, mep-*): Add.
4579
b2edfdd2
AS
45802007-01-31 Andreas Schwab <schwab@suse.de>
4581
4582 * Makefile.tpl (LDFLAGS): Substitute it.
4583 * Makefile.in: Regenerate.
4584
ceb92e78
PB
45852007-01-11 Paolo Bonzini <bonzini@gnu.org>
4586
4587 * configure.in: Change == to = in test command.
f7c83eac 4588 * configure: Regenerate.
ceb92e78 4589
4b900473 45902007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4591 Nick Clifton <nickc@redhat.com>
4592 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4593
4594 * configure.in (build_configargs, host_configargs, target_configargs):
4595 Remove build/host/target parameters.
4596 (host_libs): Add gmp and mpfr.
4597 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4598 * Makefile.def (gmp, mpfr): New.
4599 (gcc): Remove target.
4600 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4601 target_os, target_vendor): New.
4602 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4603 * configure: Regenerate.
4604 * Makefile.in: Regenerate.
4b900473
PB
4605
46062007-01-11 Matt Fago <fago@earthlink.net>
4607
4608 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4609 to improve robustness of configure tests.
4b900473
PB
4610 * configure: Regenerate.
4611
80f6dcbc
NC
46122007-01-08 Kai Tietz <kai.tietz@onevision.com>
4613
4614 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4615 * configure: Regenerate.
80f6dcbc 4616
f86e35b8
NC
46172007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4618
4619 * Makefile.tpl (all-target): Correct @if conditional for target
4620 modules.
4621 * configure.in: Omit libiberty if building only target libgcc.
4622 * configure, Makefile.in: Regenerated.
4623
79fcd0ec
PB
46242007-01-04 Paolo Bonzini <bonzini@gnu.org>
4625
4626 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4627 * configure: Regenerate.
4628
6aa8ef82
DJ
46292007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4630
4631 * Makefile.def (target_modules): Add libgcc.
4632 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4633 * Makefile.tpl (clean-target-libgcc): Delete.
4634 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4635 on gcc even for bootstrapped modules. Rewrite handling of
4636 lang_env_dependencies to loop over target_modules.
4637 * configure.in (target_libraries): Add target-libgcc.
4638 * Makefile.in, configure: Regenerated.
4639
9b134994
PB
46402006-12-29 Paolo Bonzini <bonzini@gnu.org>
4641
4642 Sync with gcc:
4643 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4644
f7c83eac
AS
4645 * configure.in: Reorganize recognition of languages. Add
4646 --enable-stage1-languages. Show supported languages for the chosen
4647 target rather than all recognized languages.
4648 * configure: Regenerate.
9b134994
PB
4649
4650 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4651
f7c83eac
AS
4652 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4653 * Makefile.in: Regenerate.
9b134994
PB
4654
4655 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4656
f7c83eac
AS
4657 * configure.in: Warn that MPFR 2.2.0 is buggy.
4658 * configure: Regenerate.
9b134994 4659
8cf39b1b
ILT
46602006-12-27 Ian Lance Taylor <iant@google.com>
4661
4662 * configure.in: When removing Makefiles to force a reconfigure, also
4663 remove prev-DIR*/Makefile.
4664 * configure: Regenerate.
4665
ebff6cd5
KH
46662006-12-23 Kazu Hirata <kazu@codesourcery.com>
4667
4668 * config.bfd: Recognize fido.
4669
8a0d8a5c
PB
46702006-12-19 Paolo Bonzini <bonzini@gnu.org>
4671
4672 Sync with gcc:
4673
4674 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4675
4676 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4677 it only affects bootstrap and could be tested on "$host" as well.
4678 * configure: Regenerate.
4679 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4680
4681 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4682
4683 PR bootstrap/29544
4684 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4685 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4686 move here comment from Makefile.tpl.
4687 * Makefile.tpl: Move some definitions higher in the file.
4688 (STAGE1_CHECKING): New.
4689 * configure.in: Add --enable-stage1-checking.
4690 * configure: Regenerate.
4691 * Makefile.in: Regenerate.
4692
4693 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4694
4695 * configure.in: Update error message for missing GMP/MPFR.
4696
4697 * configure: Regenerate.
4698
4699 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4700
4701 * configure.in: Update MPFR version in error message.
4702
4703 * configure: Regenerate.
4704
4705 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4706
4707 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4708 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4709 --with-gmp-lib): New flags.
4710
4711 * configure: Regenerate.
4712
790c0838
AM
47132006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4714
4715 PR bootstrap/30134
4716 * configure.in: Correct x86 darwin support for libjava to powerpc
4717 and i?86 only.
4718 * configure: Regenerate.
4719
77d7106f
AM
47202006-12-11 Alan Modra <amodra@bigpond.net.au>
4721
4722 * configure.in: Handle spu makefile frag.
77d7106f
AM
4723 * Makefile.tpl (MAINT): Define
4724 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4725 * configure: Regenerate.
4726 * Makefile.in: Regenerate.
4727
0cfa5389
BE
47282006-12-11 Ben Elliston <bje@au.ibm.com>
4729
4730 * config.sub, config.guess: Update from upstream sources.
4731
2839fe5d
BE
47322006-12-11 Ben Elliston <bje@au.ibm.com>
4733
4734 * configure.in: Sync with GCC (spu-*-*).
4735 * configure: Sync with GCC.
4736
b897f5d4
MS
47372006-12-07 Mike Stump <mrs@apple.com>
4738
4739 * Makefile.def (dependencies): Add dependency for
4740 install-target-libssp and install-target-libgomp on
4741 install-gcc.
4742 * Makefile.in: Regenerate.
4743
9daf3993
PB
47442006-11-16 Paolo Bonzini <bonzini@gnu.org>
4745
4746 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4747 (unstage): Test for stage_last presence.
4748
4749 PR bootstrap/29802
4750 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4751 * Makefile.in: Regenerate.
4752
9dbaa842
DD
47532006-11-14 DJ Delorie <dj@redhat.com>
4754
4755 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4756 * Makefile.in: Sync with GCC.
4757 * configure.in: Sync with GCC (mpfr, gmp).
4758 * configure: Sync with GCC.
4759
b0cbce8d
JJ
47602006-11-08 Jie Zhang <jie.zhang@analog.com>
4761
4762 * configure.in: Remove target-libgloss from noconfigdirs for
4763 bfin-*-*.
4764 * configure: Regenerated.
4765
44330a94
JJ
47662006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4767
4768 * COPYING.NEWLIB: Add spu license.
7de05dd5 4769 * COPYING.LIBGLOSS: Ditto.
44330a94 4770
56a8fe78
DD
47712006-10-17 Brooks Moses <bmoses@stanford.edu>
4772
4773 * Makefile.def: Added pdf target handling.
4774 * Makefile.tpl: Added pdf target handling.
4775 * Makefile.in: Regenerated.
4776
fbb00ad0
JJ
47772006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4778
4779 * COPYING.NEWLIB: Updated.
4780 * COPYING.LIBGLOSS: Ditto.
4781
6b89cc21
DB
47822006-09-27 Dave Brolley <brolley@redhat.com>
4783
4784 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4785 $s instead of $r.
4786 * configure: Regenerated.
4787
17bcf627
BE
47882006-09-26 Ben Elliston <bje@au.ibm.com>
4789
4790 * config.sub, config.guess: Update from upstream sources.
4791
f3529cf1
TS
47922006-09-20 Thiemo Seufer <ths@mips.com>
4793
4794 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4795 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4796 * configure: Regenerate.
4797
45055374
CV
47982006-08-30 Corinna Vinschen <corinna@vinschen.de>
4799
4800 * configure.in: Never build newlib for a Mingw host.
4801 Never build newlib as Mingw target library.
4802 Test the existence of winsup/cygwin for building a Cygwin newlib,
4803 rather than just winsup.
4804 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4805 building a Mingw target.
4806 * configure: Regenerate.
4807
4be041b2 48082006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4809 Nigel Stephens <nigel@mips.com>
4810 David Ung <davidu@mips.com>
4be041b2
TS
4811
4812 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4813
1d89b610
PB
48142006-07-25 Paolo Bonzini <bonzini@gnu.org>
4815
4816 Sync from GCC:
4817 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4818
f7c83eac
AS
4819 PR bootstrap/18058
4820 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4821 if the bootstrap compiler is a GCC version that supports it.
4822 * configure: Regenerate.
1d89b610 4823
66a79c16
DJ
48242006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4825
4826 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4827 * configure: Regenerated.
4828
c1cb7e02
PB
48292006-07-18 Paolo Bonzini <bonzini@gnu.org>
4830
f7c83eac
AS
4831 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4832 for stages after the first.
c1cb7e02 4833
7206a0ee
JJ
48342006-07-17 Jakub Jelinek <jakub@redhat.com>
4835
4836 * Makefile.def: Add dependencies for configure-opcodes
4837 on configure-intl and all-opcodes on all-intl.
4838 * Makefile.in: Regenerated.
4839
6816f995
AO
48402006-07-04 Peter O'Gorman <peter@pogma.com>
4841
4842 * ltconfig: chmod 644 before ranlib during install.
4843
3d3adb43
PB
48442006-07-03 Paolo Bonzini <bonzini@gnu.org>
4845
1f3f1bbf 4846 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4847 * configure: Regenerate.
4848
64ce424c
PB
48492006-07-03 Paolo Bonzini <bonzini@gnu.org>
4850
4851 Sync from gcc:
4852
4853 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4854
4855 PR other/27063
4856 * configure.in: Test subdir_requires and give an appropriate
4857 error message.
4858 * configure: Regenerate.
4859
4860 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4861
4862 PR target/27540
4863 * configure.in: Only enable libgomp on IRIX 6.
4864 * configure: Regenerate.
4865
d42c4017
DA
48662006-06-20 David Ayers <d.ayers@inode.at>
4867
4868 PR bootstrap/28072
4869 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4870 whether target-libjava is being configured instead of whether the
4871 java front end is enabled.
4872 * configure: Regenerate.
0e7ef45c 4873
4962c51a
MS
48742006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4875
4876 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4877 to R_ARM_LDC_SB_G{0,1,2} respectively.
4878
caee866a
PB
48792006-06-15 Paolo Bonzini <bonzini@gnu.org>
4880
4881 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4882 too.
4883 * Makefile.in: Regenerate.
4884
363ef840
DA
48852006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4886
4887 Sync from gcc:
4888
4889 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4890 * configure.in: Don't enable libgomp on hpux10.
4891 * configure: Rebuilt.
4892
54d1c879
DA
48932006-06-13 David Ayers <d.ayers@inode.at>
4894
4895 Sync from gcc:
4896
4897 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4898
54d1c879
DA
4899 PR bootstrap/27963
4900 PR target/19970
0e7ef45c 4901 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4902 ${libgcj} is specified.
4903 * configure: Regenerate.
0e7ef45c 4904
a4d8b690
JJ
49052006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4906
4907 Sync from gcc:
4908
4909 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4910 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4911
4912 PR bootstrap/18033
4913 * config-ml.in: Eval option if surrounded by single quotes.
4914
4f0ef2d8
CD
49152006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4916
4917 Sync from gcc:
0e7ef45c 4918
4f0ef2d8 4919 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4920
4f0ef2d8
CD
4921 PR libobjc/13946
4922 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4923 * Makefile.in: Regenerate.
4924 * configure.in: Add --enable-objc-gc at toplevel and have it
4925 enable boehm-gc for Objective-C.
4926 Remove target-boehm-gc from libgcj.
4927 Add target-boehm-gc to target_libraries.
4928 Add target-boehm-gc to noconfigdirs where ${libgcj}
4929 is specified.
4930 Assert that boehm-gc is supported when requested for Objective-C.
4931 Only build boehm-gc if needed either for Java or Objective-C.
4932 * configure: Regenerate.
4933
4934 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4935
4f0ef2d8
CD
4936 PR 27674
4937 * Makefile.tpl (configure-[+prefix+][+module+],
4938 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4939 Remove rule to unstage bootstrapped modules.
4940 (stage_current): New.
4941 * Makefile.in: Regenerate.
4942
4943 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4944 Andreas Tobler <a.tobler@schweiz.ch>
4945
4946 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4947 * configure: Rebuilt.
4948
4949 Revert
4950 2006-01-31 Richard Guenther <rguenther@suse.de>
4951 Paolo Bonzini <bonzini@gnu.org>
4952
4953 * Makefile.def (target_modules): Add libgcc-math target module.
4954 * configure.in (target_libraries): Add libgcc-math target library.
4955 (--enable-libgcc-math): New configure switch.
4956 * Makefile.in: Re-generate.
4957 * configure: Re-generate.
4958
c17b816b
JJ
49592006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4960
4961 * config-ml.in: Alter CCASFLAGS to include special
4962 multilib options the same as is done for CFLAGS.
4963
20e95c23
DJ
49642006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4965
4966 * Makefile.def: Added dependencies from sim and gdb on intl, and
4967 added configure dependencies to everything with an all dependency
4968 on intl.
4969 * gettext.m4: Removed.
4970 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4971 (GDB_SUPPORT_DIRS): Add intl.
4972 * Makefile.in: Regenerated.
4973
4bd8ad80
DJ
49742006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4975
4976 * src-release (DEVO_SUPPORT): Add config.rpath.
4977
c380fdd8
PB
49782006-05-25 Paolo Bonzini <bonzini@gnu.org>
4979
4980 * Makefile.def (bfd, opcodes): Fix lib_path.
4981 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4982 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4983 * Makefile.in: Regenerate.
4984
701628f5
MS
49852006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4986
4987 * configure.in: Enable gprof for cross builds.
4988 * configure: Regenerate.
4989
25aae7f2
DJ
49902006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4991
4992 * src-release (MAKEINFOFLAGS): Define.
4993 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4994
ea3d1626
BE
49952006-05-14 Ben Elliston <bje@au.ibm.com>
4996
4997 * config.sub, config.guess: Update from upstream sources.
4998
49b9e644
BE
49992006-05-12 Ben Elliston <bje@au.ibm.com>
5000
5001 * config.sub, config.guess: Update from upstream sources.
5002
482dd2f6
DJ
50032006-05-04 Steve Ellcey <sje@cup.hp.com>
5004
5005 * blt, iwidgets, mmalloc: Remove directories.
5006
8b01a5c2
DD
50072006-05-01 DJ Delorie <dj@redhat.com>
5008
641a3af4 5009 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
5010 * configure: Regenerate.
5011
a481dbb7
DD
50122006-04-18 DJ Delorie <dj@redhat.com>
5013
5014 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5015 reference libgloss so that libssp can be built in a combined
5016 tree.
5017 * configure: Regenerate.
5018
962c9e74
BE
50192006-04-10 Ben Elliston <bje@au.ibm.com>
5020
5021 * contrib: Remove directory.
5022
108a6f8e
CD
50232006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5024
5025 * Makefile.tpl: Add install-html target.
5026 * Makefile.def: Add install-html target.
5027 * Makefile.in: Regenerate.
5028 * configure.in: Add --with-datarootdir, --with-docdir,
5029 and --with-htmldir options.
5030 * configure: Regenerate.
5031
a4ef73e9
BE
50322006-03-31 Ben Elliston <bje@au.ibm.com>
5033
5034 PR binutils/1860
5035 * configure.in: Require makeinfo 4.4 or higher.
5036 * configure: Regenerate.
5037
b37df25a
PB
50382006-03-14 Paolo Bonzini <bonzini@gnu.org>
5039
5040 * Makefile.in: Regenerate.
5041
a6df5a19
PB
50422006-03-14 Paolo Bonzini <bonzini@gnu.org>
5043
5044 Sync with gcc:
5045 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5046
f7c83eac
AS
5047 * configure.in: Handle --disable-<component> generically.
5048 * configure: Regenerate.
a6df5a19
PB
5049
5050 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 5051
f7c83eac
AS
5052 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5053 (TARGET_CONFIGDIRS): Remove.
5054 * configure.in: Remove AC_SUBST(target_configdirs).
5055 * Makefile.in, configure: Regenerated.
a6df5a19
PB
5056
5057
65419985
L
50582006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5059
5060 PR libgcj/17311
5061 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5062
c52c6897
PB
50632006-02-20 Paolo Bonzini <bonzini@gnu.org>
5064
5065 PR bootstrap/25670
5066
5067 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5068
5069 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5070 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5071 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5072 BUILD_PREFIX, BUILD_PREFIX_1.
5073 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5074
5075 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5076 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5077
5078 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5079 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5080 of `cat stage_current`. Always provide the `r' and `s' variables.
5081 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5082 a single shell execution.
5083 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5084 bootstrapped modules, make the stage1 module if the build was not
5085 started yet, else build the current stage.
5086 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5087 (all-build, all-host, all-target, [+make_target+]-host,
5088 [+make_target+]-target): Do not use \-continued lines.
5089 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5090 (current_stage, restrap, stage_last): New.
5091
5092 * Makefile.in: Regenerate.
5093 * configure: Regenerate.
5094
b3ded179
PB
50952006-02-14 Paolo Bonzini <bonzini@gnu.org>
5096
5097 Sync from gcc:
5098
5099 2006-01-31 Richard Guenther <rguenther@suse.de>
5100 Paolo Bonzini <bonzini@gnu.org>
5101
f7c83eac
AS
5102 * Makefile.def (target_modules): Add libgcc-math target module.
5103 * configure.in (target_libraries): Add libgcc-math target library.
5104 (--enable-libgcc-math): New configure switch.
5105 * Makefile.in: Re-generate.
5106 * configure: Re-generate.
5107 * libgcc-math: New toplevel directory.
b3ded179
PB
5108
5109 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
5110 Jakub Jelinek <jakub@redhat.com>
5111 Diego Novillo <dnovillo@redhat.com>
b3ded179 5112
f7c83eac
AS
5113 * libgomp: New directory.
5114 * Makefile.def: Add target_module libgomp.
5115 * Makefile.in: Regenerate.
5116 * configure.in (target_libraries): Add target-libgomp.
5117 * configure: Regenerate.
b3ded179 5118
3a35eeb3
PB
51192006-02-14 Paolo Bonzini <bonzini@gnu.org>
5120 Andreas Schwab <schwab@suse.de>
0e7ef45c 5121
3a35eeb3
PB
5122 * configure: Regenerate.
5123
2429c060
PB
51242006-01-16 Paolo Bonzini <bonzini@gnu.org>
5125
5126 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5127 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5128 the assembler, linker and binutils.
5129 * configure: Regenerate.
5130
ec49b2b8
NC
51312006-01-16 Nick Clifton <nickc@redhat.com>
5132
49b9e644 5133 * config.sub, config.guess: Sync from config repository.
ec49b2b8 5134
44b2308f
AO
51352006-01-05 Alexandre Oliva <aoliva@redhat.com>
5136
5137 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5138 @ from continuation.
5139 * Makefile.in: Rebuilt.
5140
80911fe1
PB
51412006-01-04 Paolo Bonzini <bonzini@gnu.org>
5142
5143 Sync from gcc:
5144
5145 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5146
f7c83eac 5147 PR bootstrap/24252
80911fe1 5148
f7c83eac
AS
5149 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5150 * Makefile.tpl (OBJDUMP): New.
5151 (EXTRA_HOST_FLAGS): Add it.
5152 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 5153
f7c83eac
AS
5154 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5155 to use symbolic links between directories. Avoid race conditions
5156 or make them harmless.
5157 * configure.in: Do not try to use symbolic links between directories.
80911fe1 5158
f7c83eac
AS
5159 * Makefile.def (LEAN): Pass.
5160 * Makefile.tpl (LEAN): Define.
5161 (stage[+id+]-start): Accept that the previous directory does not
5162 exist, if the bootstrap is lean.
5163 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5164 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5165 configure substitution.
5166 ([+compare-target+]): Likewise.
5167 ([+bootstrap-target+]-lean): New.
5168 * configure.in: Remove lean bootstrap support from here.
80911fe1 5169
f7c83eac
AS
5170 * Makefile.in: Regenerate.
5171 * configure: Regenerate.
80911fe1
PB
5172
5173 2006-01-02 Andreas Schwab <schwab@suse.de>
5174
f7c83eac
AS
5175 * configure.in: When reconfiguring remove Makefile in
5176 all stage directories.
5177 * configure: Regenerate.
80911fe1 5178
b59bea8a
NC
51792005-12-27 Leif Ekblad <leif@rdos.net>
5180
5181 * configure.in: Add support for RDOS target.
5182 * configure: Regenerate.
5183
d7730bac
NC
51842005-12-27 Nick Clifton <nickc@redhat.com>
5185
5186 PR binutils/1990
5187 * libtool.m4: Synchronize with version in GCC sources.
5188
c02dabc3
PB
51892005-12-20 Paolo Bonzini <bonzini@gnu.org>
5190
f7c83eac 5191 Revert Ada-related part of the previous change.
c02dabc3 5192
f7c83eac
AS
5193 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5194 Do not pass.
5195 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5196 * Makefile.in: Regenerate.
5197 * configure.in: Do not include mt-ppc-aix target fragment.
5198 * configure: Regenerate.
c02dabc3 5199
f6d183c0
PB
52002005-12-19 Paolo Bonzini <bonzini@gnu.org>
5201
5202 * configure.in: Select appropriate fragments for PowerPC/AIX.
5203 * configure: Regenerate.
5204
5205 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5206 BOOT_CFLAGS, BOOT_LDFLAGS.
5207 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5208 BOOT_CFLAGS, BOOT_LDFLAGS.
5209 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5210 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5211 (stage): Fail if we cannot complete the work.
5212 * Makefile.in: Regenerate.
5213
f29759fc
JJ
52142005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5215
5216 * COPYING.NEWLIB: Update copyright year for default
5217 copyright.
5218
1f054001
PB
52192005-12-15 Paolo Bonzini <bonzini@gnu.org>
5220
5221 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5222 install-host-nogcc): Don't invoke $(stage) at the end.
5223 * Makefile.in: Regenerate.
5224
0aed8855
PB
52252005-12-14 Paolo Bonzini <bonzini@gnu.org>
5226
5227 * configure.in: Flip the top-level bootstrap switch.
5228 * configure: Regenerate.
5229
5230 Merge from gcc:
5231
5232 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5233
f7c83eac
AS
5234 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5235 $(stage) and $(unstage).
5236 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5237 (all): Remove stray semicolon.
5238 (local-distclean): Don't handle multilib.tmp and multilib.out.
5239 (install.all): Set $s for consistency.
5240 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5241 check_multilibs setting. Always make the install directory.
5242 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5243 Correct @if/@endif.
5244 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5245 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5246 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5247 (multilib.out): Remove.
5248 * Makefile.in: Regenerated.
0aed8855
PB
5249
52502005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5251
5252 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5253 * configure.in: Replace ms1 arch with mt.
5254 * configure: Rebuilt.
5255
52562005-12-05 Paolo Bonzini <bonzini@gnu.org>
5257
5258 Sync with gcc:
5259
4970f871
NS
52602005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5261
5262 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5263 * configure.in: Replace ms1 arch with mt.
5264 * configure: Rebuilt.
5265
be01d343
PB
52662005-12-05 Paolo Bonzini <bonzini@gnu.org>
5267
5268 Sync with gcc:
5269
5270 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5271
f7c83eac
AS
5272 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5273 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5274 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5275 Find in-tree tools if available.
5276 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5277 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5278 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5279 (COMPILER_*_FOR_TARGET): New.
5280 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5281 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5282 (CONFIGURED_*, USUAL_*): Remove.
5283 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5284 STRIP): Use autoconf substitutions.
5285 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5286 COMPILER_NM_FOR_TARGET): New.
5287 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5288
5289 (all): Make all-host and all-target in parallel.
5290 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5291 that $$r and $$s are set before invoking a recursive make.
5292 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5293 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
5294
5295 2005-11-29 Ben Elliston <bje@au.ibm.com>
5296
f7c83eac
AS
5297 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5298 from the gcc build directory.
5299 * Makefile.in: Regenerate.
be01d343
PB
5300
5301 2005-11-29 Ben Elliston <bje@au.ibm.com>
5302
f7c83eac
AS
5303 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5304 depend on all-libdecnumber.
5305 * configure.in (host_libs): Include libdecnumber.
5306 * Makefile.in: Regenerate.
5307 * configure: Likewise.
be01d343
PB
5308
5309 2005-11-21 Kean Johnston <jkj@sco.com>
5310
f7c83eac 5311 * config.sub, config.guess: Sync from upstream sources.
be01d343 5312
907be67c
DJ
53132005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5314
5315 * Makefile.def: Remove gdb dependencies for gdbtk.
5316 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5317 (configure-gdb, install-gdb): New rules.
5318 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5319 * Makefile.in, configure: Regenerated.
5320
e360f423
PB
53212005-10-22 Paolo Bonzini <bonzini@gnu.org>
5322
5323 PR bootstrap/24297
5324 * Makefile.tpl (do-[+make-target+], do-check, install,
5325 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5326 are set before recursing.
5327 * Makefile.in: Regenerate.
5328
45d5eb0a
EB
53292005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5330
5331 PR bootstrap/18939
5332 * Makefile.def (gcc) <target>: Fix thinko.
5333 * Makefile.in: Regenerate.
5334
3cf3372e
BS
53352005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5336
5337 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5338 * configure: Regenerate.
5339
bd70a46f
KH
53402005-10-09 Kazu Hirata <kazu@codesourcery.com>
5341
5342 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5343 target-libffi, target-qthreads, target-libjava, and
5344 targetlibobjc.
5345 * configure: Regenerate.
5346
5ae72758
DJ
53472005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5348
5349 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5350 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5351 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5352 (USUAL_OBJDUMP_FOR_TARGET): New.
5353 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5354 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 5355 * configure, Makefile.in: Regenerated.
5ae72758 5356
cc96343e
PB
53572005-10-05 Paolo Bonzini <bonzini@gnu.org>
5358
5359 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5360 before other host packages.
5361
f70224b5
PB
53622005-10-05 Paolo Bonzini <bonzini@gnu.org>
5363
5364 PR bootstrap/22340
5365
5366 * configure.in (default_target): Remove.
5367 * Makefile.tpl (all): Do not use prerequisites as subroutines
5368 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5369 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5370 use prerequisites as subroutines.
5371 (check-host, check-target): New.
5372 (bootstrap configure & all targets): Do not use stage*-start
5373 if the directory layout is already ok.
5374 (non-bootstrap configure & all targets): Prepend a $(unstage).
5375 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5376 (NOTPARALLEL): Remove.
5377 (unstage, stage variables): New variables.
5378 (unstage, stage targets): Simply expand to those variables.
5379
5380 * configure: Regenerate.
5381 * Makefile.in: Regenerate.
5382
c13c918a
JW
53832005-10-04 James E Wilson <wilson@specifix.com>
5384
5385 * Makefile.def (lang_env_dependencies): Add libmudflap.
5386 * Makefile.in: Regenerate.
5387
376a0e54
CM
53882005-10-03 Catherine Moore <clm@cm00re.com>
5389
5390 * configure.in (bfin-*-*): Support bfin.
5391 * configure: Regenerated.
5392
d320aacb
L
53932005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5394
5395 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5396 * configure: Regenerated.
5397
7e0f7140
GK
53982005-09-28 Geoffrey Keating <geoffk@apple.com>
5399
5400 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5401 (LIPO_FOR_TARGET): New.
5402 (CONFIGURED_LIPO_FOR_TARGET): New.
5403 (USUAL_LIPO_FOR_TARGET): New.
5404 (STRIP_FOR_TARGET): New.
5405 (CONFIGURED_STRIP_FOR_TARGET): New.
5406 (USUAL_STRIP_FOR_TARGET): New.
5407 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5408 STRIP_FOR_TARGET.
5409 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5410 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5411 * Makefile.in: Regenerate.
5412 * configure: Regenerate.
0e7ef45c 5413
096f7d00
DE
54142005-09-19 David Edelsohn <edelsohn@gnu.org>
5415
5416 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5417 (rs6000-*-aix*): Same.
5418 * configure: Regenerate.
5419
54202005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5421
5422 * configure.in: Recognize f95 in the --enable-languages option,
5423 and substitute it for fortran, issuing a warning.
5424 * configure: Regenerate.
5425
2016dfcc
BE
54262005-09-07 Ben Elliston <bje@au.ibm.com>
5427
5428 Import from Autoconf sources:
5429
5430 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5431 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5432 Elliston. Handle weird characters correctly.
5433
6dd2fda9
DD
54342005-08-30 Phil Edwards <phil@codesourcery.com>
5435
5436 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5437 * configure: Regenerated.
5438
e6db70d4
RE
54392005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5440
f7c83eac
AS
5441 * Makefile.def (libssp): Add to lang_env_dependencies.
5442 * Makefile.in: Regenerate.
e6db70d4 5443
e1e3d0f5
CG
54442005-08-17 Christian Groessler <chris@groessler.org>
5445
5446 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5447 * Makefile.in: Regenerate.
5448
05cbd757
PB
54492005-08-12 Paolo Bonzini <bonzini@gnu.org>
5450
5451 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5452 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5453 Look for alternate names of the target cc and c++
5454 * configure: Regenerate.
5455
55db4b87
PB
54562005-08-08 Paolo Bonzini <bonzini@gnu.org>
5457
5458 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5459 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5460 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5461 tools; remove code to manually set them.
5462 (Target tools): Look in the environment for them.
5463 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5464 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5465 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5466 build directory.
5467 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5468 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5469 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5470 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5471 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5472 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5473 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5474 * configure: Regenerate.
5475 * Makefile.in: Regenerate.
5476
414e5532
MM
54772005-07-27 Mark Mitchell <mark@codesourcery.com>
5478
5479 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5480 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5481 * Makefile.in: Regenerated.
5482
a19b6204
MM
54832005-07-26 Mark Mitchell <mark@codesourcery.com>
5484
5485 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5486 (CFLAGS_FOR_TARGET): Use it.
5487 (CXXFLAGS_FOR_TARGET): Likewise.
5488 * Makefile.in: Regenerated.
5489 * configure.in (--with-build-sysroot): New option.
5490 * configure: Regenerated.
5491
b73aa406
PB
54922005-07-24 Paolo Bonzini <bonzini@gnu.org>
5493
5494 * Makefile.tpl: Wrap install between unstage and stage
5495 * Makefile.in: Regenerate.
5496
6e4d0bcb
KC
54972005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5498
5499 * all files: Update FSF address.
5500
49f58d10
JB
55012005-07-14 Jim Blandy <jimb@redhat.com>
5502
5503 * configure.in: Add cases for Renesas m32c.
5504 * configure: Regenerated.
0e7ef45c 5505
1d9c9cd7
KC
55062005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5507
5508 * COPYING, compile, config-ml.in, config.guess,
5509 config.sub, install-sh, missing, mkinstalldirs,
5510 symlink-tree, ylwrap: Sync from upstream sources.
5511
1587117a
EC
55122005-07-13 Eric Christopher <echristo@redhat.com>
5513
5514 * configure.in: Add toplevel noconfigdir support for tpf.
5515 * configure: Regenerate.
5516
bb780410
DD
55172005-07-11 Jakub Jelinek <jakub@redhat.com>
5518
5519 * Makefile.def (target_modules): Add libssp.
5520 * configure.in (target_libraries): Add target-libssp.
5521 * configure: Rebuilt.
5522 * Makefile.in: Rebuilt.
5523
064d0a7c
PB
55242005-07-11 Paolo Bonzini <bonzini@gnu.org>
5525
5526 PR ada/22340
5527
5528 * Makefile.def: Sync with gcc.
5529 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5530 * Makefile.in: Regenerate.
5531
b2edd3b5
AS
55322005-07-07 Andreas Schwab <schwab@suse.de>
5533
5534 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5535 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5536 * Makefile.in: Regenerated.
5537
5f128533
KH
55382005-07-07 Kazu Hirata <kazu@codesourcery.com>
5539
5540 * configure.in: Add --enable-libssp and --disable-libssp.
5541 * configure: Regenerate with autoconf-2.13.
5542
4e3fc8e5
GK
55432005-07-06 Geoffrey Keating <geoffk@apple.com>
5544
5545 * configure.in: Don't build sim or rda when targetting darwin.
5546 * configure: Regenerate.
5547
c7357d6a
BE
55482005-07-04 Ben Elliston <bje@gnu.org>
5549
5550 * src-release (do-proto-toplev): Remove dejagnu bits.
5551 (DEJAGNU_SUPPORT_DIRS): Remove.
5552 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5553 (GDBD_SUPPORT_DIRS): Likewise.
5554 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5555 (INSIGHTD_SUPPORT_DIRS): Likewise.
5556 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5557
55582005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5559
5560 * setup.com (mpw): Remove unused directive.
5561
7d329e61
PB
55622005-06-22 Paolo Bonzini <bonzini@gnu.org>
5563
5564 * Makefile.def (stagefeedback): Come after profile.
5565 Define profiledbootstrap target.
5566 * Makefile.tpl (profiledbootstrap): Remove.
5567 (stageprofile-end): Zap stagefeedback.
5568 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5569 * Makefile.in: Regenerate.
5570
e5fbed21
DD
55712005-06-13 Zack Weinberg <zack@codesourcery.com>
5572
5573 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5574 In 'cpp' stanza, support '#line' as well as '# '.
5575
59f7ec45
HPN
55762005-06-07 Hans-Peter Nilsson <hp@axis.com>
5577
5578 * configure.in (unsupported_languages): New macro.
5579 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5580 non-ported target libraries in noconfigdirs.
5581 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5582 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5583 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5584 unsupported_languages.
5585 * configure: Regenerate.
5586
c10e9ba7
DD
55872005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5588
5589 * configure.in: Fix typo in handling of --with-mpfr-dir.
5590 * configure: Regenerate.
5591
20deb2b8
JB
55922005-06-02 Jim Blandy <jimb@redhat.com>
5593
5594 * config.sub: Add cases for the Renesas m32c. (This patch has been
5595 accepted into the master sources.)
5596
cdb9b172 55972005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5598 Michael Snyder <msnyder@redhat.com>
5599 Stan Cox <scox@redhat.com>
cdb9b172 5600
f7c83eac 5601 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5602
f7c83eac 5603 * configure: Regenerate.
cdb9b172 5604
1dc3053f
PB
56052005-05-25 Paolo Bonzini <bonzini@gnu.org>
5606
5607 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5608 (Dependencies): Consider target modules for bootstrap dependencies.
5609 Make target bootstrap modules depend on each stage's gcc.
5610 * Makefile.in: Regenerate.
5611
c60fe18b
PB
56122005-05-20 Paolo Bonzini <bonzini@gnu.org>
5613
5614 * Makefile.def (configure-gcc): Depend on binutils having been built.
5615 (all-gcc): No need to do it here.
5616 * Makefile.in: Regenerate.
5617
27258dd4
PB
56182005-05-19 Paul Brook <paul@codesourcery.com>
5619
0e7ef45c 5620 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5621 language cannot be built.
5622 * configure: Regenerate.
5623
42ecbf5e
DJ
56242005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5625
5626 * ylwrap: Import from Automake 1.9.5.
5627
ae380b45
MS
56282005-05-04 Mike Stump <mrs@apple.com>
5629
5630 * configure.in: Always pass --target to target configures as
5631 otherwise rebuilds that do --recheck will fail.
811d3af8 5632 * configure: Rebuilt.
ae380b45 5633
d545f33b
PB
56342005-05-04 Paolo Bonzini <bonzini@gnu.org>
5635
5636 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5637 STAGE_HOST_EXPORTS.
5638 (configure, all): Add bootstrap support.
5639 (Host modules, target modules): Pass post-stage1 flags and exports.
5640 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5641 * Makefile.in: Regenerate.
5642
2faa2958
PB
56432005-04-29 Paolo Bonzini <bonzini@gnu.org>
5644
5645 Sync from gcc:
5646
5647 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5648
f7c83eac 5649 * config.sub: Update from master copy.
2faa2958
PB
5650
5651 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5652
f7c83eac
AS
5653 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5654 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5655 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5656 "*-*-elf" and "*-*-linux*".
5657 * configure: Regenerate.
2faa2958 5658
a7254363
PB
56592005-04-06 Paolo Bonzini <bonzini@gnu.org>
5660
f7c83eac 5661 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5662 (TARGET_CONFIGARGS): Include --with-target-subdir.
5663 (configure, all): New macros. Use them throughout.
5664
a8637a7d
PB
56652005-04-05 Paolo Bonzini <bonzini@gnu.org>
5666
5667 * Makefile.tpl: Sync with gcc.
5668 * Makefile.in: Regenerate.
5669
dd387d52
JR
56702005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5671
5672 * config/mh-mingw32: Delete.
5673 * configure.in: Don't use it.
5674 * configure: Regenerate.
5675
e90269c8
PB
56762005-03-31 Paolo Bonzini <bonzini@gnu.org>
5677
5678 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5679 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5680 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5681 (HOST_LIB_PATH): Generate from Makefile.def.
5682 (TARGET_LIB_PATH): Likewise.
5683 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5684 * Makefile.in: Regenerate.
5685 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5686 (RPATH_ENVVAR): Include Darwin case.
5687 * configure: Regenerate.
5688
9a237d9e
PB
56892005-03-25 Paolo Bonzini <bonzini@gnu.org>
5690
5691 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5692 * configure: Regenerate.
5693
479759c8
ZW
56942005-03-21 Zack Weinberg <zack@codesourcery.com>
5695
5696 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5697 gcc_version, and gcc_version_trigger from set of flags to pass.
5698 * Makefile.tpl: Remove definitions of above variables.
5699 (config.status): Remove dependency on $(gcc_version_trigger).
5700 * Makefile.in: Regenerate.
5701 * configure.in: Do not reference config/gcc-version.m4 nor
5702 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5703 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5704 * configure: Regenerate.
5705
4cfaf6d5
DD
57062005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5707 Andrew Pinski <pinskia@physics.uc.edu>
5708
5709 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5710 * Makefile.in: Regenerate.
5711
33a3fb7b
AO
57122005-03-01 Alexandre Oliva <aoliva@redhat.com>
5713
5714 PR libgcj/20160
5715 * ltmain.sh: Avoid creating archives with components that have
5716 duplicate basenames.
5717
2da12f12
PB
57182005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5719
479759c8
ZW
5720 PR bootstrap/20250
5721 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5722 instead of check.
5723 * Makefile.in: Regenerate.
2da12f12 5724
b00612cc
PB
57252005-02-28 Paolo Bonzini <bonzini@gnu.org>
5726
5727 Sync from gcc.
5728
5729 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5730
5731 PR bootstrap/17383
5732 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5733 * Makefile.tpl (HOST_SUBDIR): New substitution.
5734 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5735 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5736 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5737 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5738 (Host modules, Bootstrapped modules): Use it.
5739 (Build modules, Target modules): Do not create symlink trees,
5740 always configure out-of-srcdir.
5741 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5742 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5743 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5744 $(HOST_SUBDIR). Create a symlink for host_subdir.
5745
5746 * Makefile.in: Regenerate.
5747 * configure: Regenerate.
5748
5749 Merged from libada-gnattools-branch:
5750 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5751
5752 * Makefile.def: Add gnattools as a module, depending on target-libada.
5753 * Makefile.in: Regenerate.
5754 * configure.in: Include gnattools in host_tools; disable it if ada
5755 is disabled.
5756 * configure: Regenerate.
5757
c3e65f62
NC
57582005-02-23 Nick Clifton <nickc@redhat.com>
5759
5760 * configure: Regenerate.
5761
e4d180c2
NC
57622005-02-22 Paul Schlie <schlie@comcast.net>
5763
5764 * configure.in: Allow darwin targeted ports to build tk, itcl and
5765 libgui.
5766
e3c770b1
EB
57672005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5768
5769 PR libgcj/10353
5770 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5771 * configure: Regenerate.
5772
9c73618c
AC
57732005-02-08 Andrew Cagney <cagney@gnu.org>
5774
5775 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5776 gdb/ section. Update GDB's URL.
5777
c46f8c51
AC
57782005-01-31 Andrew Cagney <cagney@gnu.org>
5779
5780 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5781
c7e66c6d
HPN
57822005-01-29 Hans-Peter Nilsson <hp@axis.com>
5783
5784 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5785 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5786 target-libgloss when not *-*-elf and *-*-aout.
5787 * configure: Regenerate.
5788
a53bf506
AC
57892005-01-27 Andrew Cagney <cagney@gnu.org>
5790
5791 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5792
45181ed1
AC
57932005-01-24 Andrew Cagney <cagney@gnu.org>
5794
5795 * gettext.m4: Only fall back to ../intl/ when it's present.
5796
a1e0f4e4
KC
57972005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5798
5799 * install-sh, config.sub: Import from upstream.
5800
58012005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5802
5803 PR bootstrap/18222
5804 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5805 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5806 * Makefile.in: Regenerate.
5807
c50382e2
PB
58082005-01-03 Paolo Bonzini <bonzini@gnu.org>
5809
5810 Revert 2004-12-28 Makefile changes, a better fix will be
5811 applied to mainline and src after GCC 4.0 branches.
5812
11d07737
PB
58132004-12-28 Paolo Bonzini <bonzini@gnu.org>
5814
5815 PR bootstrap/17383
5816
5817 * Makefile.def (target_modules): Remove stage parameter,
5818 it is always true now.
5819 * Makefile.tpl (configure-build-[+module+],
5820 configure-target-[+module+]): Always build symlink tree
5821 for the directory and for include. BUILD_SUBDIR and
5822 TARGET_SUBDIR cannot be . anymore.
5823 * Makefile.in: Regenerate.
5824
dadfdbe2
DD
58252004-12-25 David Edelsohn <edelsohn@gnu.org>
5826
5827 Revert 2004-12-08 Makefile changes.
5828
dbf85af7
JR
58292004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5830
5831 * configure.in (sh64-*-*): Reenable gprof.
5832 * configure: Regenerate.
5833
6b8fea99
JB
58342004-12-09 Jim Blandy <jimb@redhat.com>
5835
5836 * MAINTAINERS: List 'depcomp' as part of automake.
5837
7341462c
DE
58382004-12-08 David Edelsohn <edelsohn@gnu.org>
5839
5840 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5841 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5842 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5843 * Makefile.in: Regenerate.
5844
21fde4dc
DD
58452004-12-07 Matt Kraai <kraai@ftbfs.org>
5846
5847 * Makefile.tpl: Generate normal dependencies if the LHS module is
5848 not bootstrapped.
5849 * Makefile.in: Regenerate.
5850
3da796a2
RS
58512004-12-03 Richard Sandiford <rsandifo@redhat.com>
5852
5853 * configure.in: Include config/gxx-include-dir.m4. Use
5854 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5855 * configure: Regenerate.
5856
73fb7068
RS
58572004-12-03 Richard Sandiford <rsandifo@redhat.com>
5858
5859 * config.if: Delete.
5860 * configure.in: Set libstdcxx_incdir directly.
5861 * configure: Regenerate.
5862 * MAINTAINERS: Remove mention of config.if.
5863 * src-release (DEVO_SUPPORT): Remove config.if.
5864
6c8e6ce9
EC
58652004-12-02 Eric Christopher <echristo@redhat.com>
5866
3b6098f8
EC
5867 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5868 of things to remove.
6c8e6ce9 5869 * Makefile.in: Regenerate.
479759c8 5870
b8658a2f
RS
58712004-12-02 Richard Sandiford <rsandifo@redhat.com>
5872
5873 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5874 * configure: Regenerate.
5875
afefada0
RS
58762004-12-02 Richard Sandiford <rsandifo@redhat.com>
5877
5878 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5879 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5880 * configure: Regenerate.
5881
5dcac624
DA
58822004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5883
5884 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5885 (hppa*64*-*-*): Delete incorrect comment.
5886 * configure: Rebuilt.
5887
57d1eb1a
DD
58882004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5889
5890 * install-sh, compile: Import from automake.
5891
58922004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5893
5894 * config.guess, config.sub: Import from savannnah.
5895
6d389afc
MS
58962004-11-12 Mike Stump <mrs@apple.com>
5897
5898 * Makefile.def: Add html support.
5899 * Makefile.tpl: Likewise.
5900 * Makefile.in: Regenerate.
5901
69e57115
GK
59022004-11-11 Geoffrey Keating <geoffk@apple.com>
5903
5904 PR 18423
5905 * configure.in: Remove all instances of build-fixincludes from
5906 noconfigdirs.
5907 (build_configargs): Supply --target to subdirectories.
5908 * configure: Regenerate.
5909
5910 * Makefile.def: Make gcc install depend on fixincludes install.
5911 * Makefile.in: Regenerate.
5912
ba719b26
HPN
59132004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5914
5915 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5916 target-libgfortran.
5917 * configure: Regenerate.
5918
c37653e7
DE
59192004-11-07 David Edelsohn <edelsohn@gnu.org>
5920
5921 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5922 like CC.
5923
1eefd493
PB
59242004-11-05 Paolo Bonzini <bonzini@gnu.org>
5925
5926 * Makefile.def (host fixincludes): Specify missing targets.
5927 * Makefile.in: Regenerate.
5928
02b1af09
L
59292004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5930
5931 PR other/17783
5932 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5933 * configure: Regenerated.
5934
7f266840
DJ
59352004-11-04 Daniel Jacobowitz <dan@debian.org>
5936
5937 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5938 * configure: Regenerated.
5939
47444073
AL
59402004-10-28 Eric B. Weddington <ericw@evcohs.com>
5941
5942 PR target/18151
5943 * configure.in (case ${target}): Do not build fixincludes for avr.
5944 * configure: Regenerated.
5945
caeba88f
AL
59462004-10-26 Paolo Bonzini <bonzini@gnu.org>
5947
5948 * configure.in (case ${target}): Do not build fixincludes
5949 on platforms where it is not used.
5950 * configure: Regenerated.
5951
0fdbe983
DJ
59522004-10-23 Daniel Jacobowitz <dan@debian.org>
5953
5954 * configure.in: Use an absolute path to install-sh.
5955 * configure: Regenerated.
5956
1c0f67c1
AC
59572004-10-19 Andrew Cagney <cagney@gnu.org>
5958
5959 * src-release (do-djunpack, do-md5sum): Install the generated file
5960 directly into the proto-toplev/ directory.
479759c8 5961
a9cfce9c
AC
59622004-10-19 Andrew Cagney <cagney@gnu.org>
5963
5964 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5965
ac0fa625
DD
59662004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5967
5968 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5969 * configure: Regenerate.
5970
d27cc32e
PB
59712004-10-06 Paolo Bonzini <bonzini@gnu.org>
5972
5973 Fix wrong conflict resolution in:
5974
5975 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5976
5977 * Makefile.in: Regenerate.
5978 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5979 in the recursive `make', instead of hardwiring `all'.
5980 (Autogenerated TARGET-* variables): New.
5981
1763908f
UW
59822004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5983
5984 Merged from GCC / libtool upstream:
5985 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5986 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5987 * ltcf-cxx.sh (tpf*): Likewise.
5988 * ltconfig (tpf*): Add TPF OS configuration support.
5989
0490e016
NC
59902004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5991
5992 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5993 * configure: Regenerate.
0490e016 5994
32be62b5
RS
59952004-09-24 Michael Roth <mroth@nessie.de>
5996
5997 * configure.in (--without-headers): Add missing double quotes.
5998 * configure: Regenerate.
5999
6048df60
DD
60002004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6001
6002 * ylwrap: Revert to previous version.
6003
315b3b02
L
60042004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6005
6048df60 6006 PR bootstrap/17369
315b3b02
L
6007 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6008 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6009 SET_GCC_LIB_PATH_CMD.
6010 (BASE_TARGET_EXPORTS): Likewise.
6011 * Makefile.in: Regenerated.
6012
6013 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6014 * configure: Regenerated.
6015
fe69863c
DD
60162004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6017
6018 * config.guess: New upstream version
6019 * compile, depcomp, install-sh, ylwrap: Likewise.
6020
60212004-09-19 Roger Sayle <roger@eyesopen.com>
6022
6023 * config/mh-x86omitfp: New host makefile fragment. Add
6024 -fomit-frame-pointer to the default BOOT_CFLAGS.
6025 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6026 * configure: Regenerate.
6027
60282004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6029
6030 PR target/11572
6031 * configure.in (*-*-darwin*): Renable libobjc.
6032 * configure: Regenerate.
6033
be75bbe1 60342004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 6035
be75bbe1
DB
6036 * Makefile.def: Remove libbanshee.
6037 * Makefile.tpl: Ditto.
6038 * configure.in: Ditto.
6039 * Makefile.in: Regen.
6040 * configure: Ditto.
6041
1b882a91
PB
60422004-09-07 Paolo Bonzini <bonzini@gnu.org>
6043
6044 * missing: Import latest version from master repository.
6045
eb1352ed
NC
60462004-09-04 Nick Clifton <nickc@redhat.com>
6047
6048 * config.sub: Import latest version from master repository.
6049 * config.guess: Likewise.
6050 This includes these changes:
479759c8 6051
eb1352ed
NC
6052 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6053
6054 * config.sub: Handle crisv32, alias etraxfs.
6055 * config.guess (crisv32:Linux:*:*): Handle.
6056
6057 2004-08-13 Brad Smith <brad@comstyle.com>
6058
6059 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6060 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6061
6062 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6063
6064 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6065 assume the processor is a powerpc. This is because coreutils
6066 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6067 in this case, due to a MacOS X bug that causes
6068 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6069 to return a negative number.
6070 Problem reported by Petter Reinholdtsen in:
6071 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6072
6073 2004-07-19 Ben Elliston <bje@gnu.org>
6074
6075 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6076
6077 2004-06-24 Ben Elliston <bje@gnu.org>
6078
6079 * config.guess: Update copyright years.
6080 * config.sub: Likewise.
6081
6082 2004-06-22 Robert Millan <robertmh@gnu.org>
6083
6084 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6085 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6086
6087 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6088
6089 * config.guess (*:*VMS:*:*): New entry. Replaces
6090 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6091 manufacturer.
6092
6093 2004-06-22 Ben Elliston <bje@gnu.org>
6094
6095 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6096 * config.sub: Likewise.
6097
6098 2004-06-22 Ben Elliston <bje@gnu.org>
6099
6100 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6101 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6102
6103 2004-06-11 Ben Elliston <bje@gnu.org>
6104
6105 * config.guess (pegasos:OpenBSD:*:*): Remove.
6106
6107 2004-06-11 Ben Elliston <bje@gnu.org>
6108
6109 From Wouter Verhelst <wouter@grep.be>:
6110 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6111
6112 2004-06-11 Ben Elliston <bje@gnu.org>
6113
6114 * config.guess (luna88k:OpenBSD:*:*): New.
6115
6116 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6117
6118 * config.guess (m32r*:Linux:*:*): New case.
6119 * config.sub: Handle m32rle.
6120
6121 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6122
6123 From Jens Petersen <petersen@redhat.com>:
6124 * config.sub: Handle sparcv8.
6125
6126 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6127
6128 From Tom Smith <smith@cag.lkg.hp.com>:
6129 * config.guess: Version suffixes are equally significant on Tru64
6130 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6131 prefix of "P" (patched kernel).
6132
6133 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6134
6135 * config.sub: Add support for National Semiconductor CRX target.
6136
2a3124ca 61372004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 6138
2a3124ca
RH
6139 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6140 *-*-netware, but add target-libmudflap.
6141 Consolidate *-*-netware targets (of which really only i?86 exists)
6142 into a single entry.
6143 * configure: Likewise.
6144
0df3d27f
PB
61452004-09-01 Paolo Bonzini <bonzini@gnu.org>
6146
6147 * Makefile.tpl (sorry): Remove.
6148 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6149 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6150 (do-clean): Clean per-stage directories too.
6151 (do-distclean): Run distclean-stage1 too.
6152 (.NOTPARALLEL): Enable during toplevel bootstrap.
6153 (stage[+id+]-bubble): Enable parallel execution during
6154 the recursive invocation.
6155 * Makefile.in: Regenerate.
6156
6157 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6158
6159 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6160
6161 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6162 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6163 * configure: regenerate
479759c8
ZW
6164 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6165 -mdynamic-no-pic
0df3d27f
PB
6166
61672004-08-31 Paolo Bonzini <bonzini@gnu.org>
6168
6169 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6170 include.
6171 * configure.in: Fix indentation.
6172 * configure: Regenerate.
6173
ee025550
PB
61742004-08-31 Paolo Bonzini <bonzini@gnu.org>
6175
6176 * Makefile.def (build_modules): Add fixincludes.
6177 (dependencies): Make gcc depend on fixincludes.
6178 * configure.in (build_tools): Add fixincludes.
6179 (build_configdirs): Always include build_libs.
6180 * Makefile.in: Regenerate.
6181 * configure: Regenerate.
6182
61832004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
6184
6185 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6186 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6187 phony targets; do not generate timestamp files.
6188 (distclean-stageN): Remove references to their timestamp files.
6189 (restageN, touch-stageN): Remove.
6190 (stageN-bubble): Rewritten.
6191 (compare): Support lean bootstraps.
6192 * Makefile.in: Regenerate.
6193
6194 * configure.in: Only warn when bootstrapping but
6195 build != host or build != target. Support lean bootstraps.
6196 * configure: Regenerate.
6197
6198 Sync from gcc:
6199 2004-08-26 Phil Edwards <phil@codesourcery.com>
6200
6201 * configure.in: Give a better error message if GMP/MPFR are missing
6202 and a language needing them has been requested.
6203 * configure: Regenerated.
6204
6205 2004-08-25 Phil Edwards <phil@codesourcery.com>
6206
6207 * configure.in: Print a list of available language front-ends if
6208 a requested one is missing. Tidy stray tab characters.
6209 * configure: Regenerated.
6210
72b2455a
PB
62112004-08-17 Paolo Bonzini <bonzini@gnu.org>
6212
6213 * Makefile.in: Regenerate.
6214 * configure: Regenerate.
6215
6216 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6217 stage_*_flags.
6218 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6219 for bootstrapped modules if toplevel bootstrap is going.
6220 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6221 modules. Adjust for changes in Makefile.def. Enable several
6222 rules even in non-bootstrap mode, just to avoid peppering the
6223 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6224 (stage-[+prev+]-bubble): Remove.
6225
6226 * Makefile.def (Dependencies): Depend on all-build-bison,
6227 all-build-flex, all-build-byacc, all-build-texinfo, rather
6228 than the host variations.
6229 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6230 with BUILD_SUBDIR.
6231 (BISON): Update for recent Bisons.
6232 (YACC): Fix typo.
6233 (cross): Depend on all-build.
6234 (all): Do not depend on all-build.
6235 (prebootstrap): Remove.
6236 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6237 (Prebootstrap dependencies): Add them to the per-stage targets
6238 and to all-prebootstrap.
6239 * configure.in (build_configdirs): Always enable build_tools.
6240 (BUILD_DIR_PREFIX): Remove.
6241
6242 * Makefile.def (gcc): Add target variable.
6243 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6244 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6245 in the recursive `make', instead of hardwiring `all'.
6246 (Autogenerated TARGET-* variables): New.
6247
de0b4a87
JW
62482004-08-17 Robert Millan <robertmh@gnu.org>
6249
6250 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6251 (instead of FreeBSD).
6252 * configure: Regenerate.
6253
ad681c85
NN
62542004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6255
675c6968
NN
6256 * Makefile.def, configure.in, src-release: Remove useless, bogus
6257 references to tix.
6258 * Makefile.in, configure: Regenerate.
6259
ad681c85
NN
6260 * src-release: Stop distributing mmalloc with gdb (which doesn't
6261 use it).
6262 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6263 * Makefile.in: Regenerate.
6264
11b04d1f
DD
62652004-08-09 Mark Mitchell <mark@codesourcery.com>
6266
6267 * configure.in (arm*-*-eabi*): New target.
6268 * configure: Regenerate.
6269
f2420bea
NN
62702004-08-01 Robert Millan <robertmh@gnu.org>
6271
6272 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6273 libmudflap for all GNU-based systems (with Glibc).
6274 * configure: Regenerate.
6275
9e6ce191
PB
62762004-08-06 Paolo Bonzini <bonzini@gnu.org>
6277
6278 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6279 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6280 (Dependencies): New section.
6281 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6282 (configure-target-[+module+]): Depend on maybe-all-gcc
6283 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6284 (toplevel profiledbootstrap): Fix dependencies.
6285 * Makefile.in: Regenerate.
6286
df4a6958
MM
62872004-08-03 Mark Mitchell <mark@codesourcery.com>
6288
6289 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6290 target-libiberty to noconfigdirs.
6291
11b04d1f
DD
62922004-08-03 Paul Brook <paul@codesourcery.com>
6293
6294 * configure.in: Check for MPFR as well as GMP.
6295 * configure: Regenerate.
6296
b813574b
PB
62972004-08-03 Paolo Bonzini <bonzini@gnu.org>
6298
6299 * Makefile.def (host-modules): Add gcc.
6300 * Makefile.in: Regenerate.
6301 * Makefile.tpl (sorry): New rule.
6302 (configure-host, all-host, [+make_target+]-host, do-check,
6303 install-host): Do not add gcc as a special case.
6304 (host modules): Add a small special-casing for gcc. Export
6305 extra_make_flags through the environment.
6306 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6307 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6308 other recursive targets for gcc): Remove.
6309
6310 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6311 (stage, unstage): New rules.
6312 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6313 distclean-stage[+id+]): Use stage_current.
6314 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6315 the stage*-start rules.
6316
61edac0c
JW
63172004-07-19 Robert Millan <robertmh@gnu.org>
6318
6319 Synced from gcc:
6320
6321 2004-04-26 Robert Millan <robertmh@gnu.org>
6322
6323 Add patches from libtool CVS.
6324 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6325 * ltconfig: Likewise.
6326 * ltcf-c.sh: Likewise.
6327 * ltcf-cxx.sh: Likewise.
6328 * ltcf-gcj.sh: Likewise.
6329
3e707e94
PB
63302004-07-12 Paolo Bonzini <bonzini@gnu.org>
6331
6332 * configure.in: Add noconfigdirs for crx-*-*.
6333 * configure: Regenerate.
6334
63352004-07-12 Paolo Bonzini <bonzini@gnu.org>
6336
6337 Synced from gcc:
6338
6339 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6340
6341 * configure.in: Build libmudflap by default on FreeBSD.
6342 * configure: Regenerated.
6343
6344 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6345
6346 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6347 systems.
6348 * configure: Regenerated.
6349
6350 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6351
6352 PR target/16344
6353 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6354 feedback based compiler.
6355 * Makefile.in: Rebuilt.
6356
6357 2004-07-05 Phil Edwards <phil@codesourcery.com>
6358
6359 * configure.in: Do not prepend $srcdir to /dev/null in
6360 makefile fragments.
6361 * configure: Regenerate.
6362
a7ee7660
AO
63632004-07-08 Alexandre Oliva <aoliva@redhat.com>
6364
6365 * Makefile.def (host_modules): Set bootstrap=true for flex.
6366 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6367 * Makefile.in: Rebuilt.
6368
6a9cf61e
PB
63692004-07-01 Paolo Bonzini <bonzini@gnu.org>
6370
6371 * Makefile.def (build_modules): Add bison, byacc, flex,
6372 m4, texinfo.
6373 (flags_to_pass): Add FLEX.
6374 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6375 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6376 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6377 DEFAULT_MAKEINFO): Remove.
6378 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6379 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6380 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6381 objdir or else use configured tool.
6382 (all-build): New.
6383 (all): Depend on it.
6384 (Build module dependencies): Add.
6385 * Makefile.in: Regenerate.
6386 * configure.in: Better support for multiple build modules,
6387 matching what is done for host/target modules. Do not look
6388 for "plausible" locations of build tools if Canadian cross.
6389 Use autoconf's AC_PROG_CC to find a C compiler. Define
6390 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6391 * configure: Regenerate.
6392
95b6a1f2
PB
63932004-06-22 Paolo Bonzini <bonzini@gnu.org>
6394
6395 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6396 * Makefile.in: Regenerate.
6397
7ffa0b57
PB
63982004-06-22 Paolo Bonzini <bonzini@gnu.org>
6399
6400 * Makefile.tpl (configure-build-[+module+],
6401 configure-[+module+], configure-target-[+module+]): Pass
6402 [+extra_configure_args+].
6403 (all-build-[+module+], all-[+module+], check-[+module+],
6404 install-[+module+], [+make_target+]-[+module+],
6405 all-target-[+module+], check-target-[+module+],
6406 install-target-[+module+], [+make_target+]-target-[+module+]):
6407 Pass [+extra_make_args+].
6408 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6409 (GCC_HOST_EXPORTS): Remove.
6410 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6411 cross, check-gcc, check-gcc-c++, install-gcc,
6412 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6413 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6414 * Makefile.in: Regenerate.
6415
929ba6e7
CF
64162004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6417
6418 * configure.in: Check for srcdir/winsup rather than build directory
6419 winsup.
6420 * configure: Regenerate.
6421
b76d7de0
CV
64222004-06-17 Corinna Vinschen <vinschen@redhat.com>
6423
6424 * configure.in: Don't build Cygwin native newlib if winsup
6425 directory is missing. Emit warning instead.
6426 * configure: Regenerate.
6427
656fdd47
PB
64282004-06-09 Paolo Bonzini <bonzini@gnu.org>
6429
6430 * Makefile.tpl (touch-stage[+id+]): New.
6431 (restage[+prev+]): Depend on touch-stage[+id+].
6432
6433 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6434 Use it throughout.
6435
6436 * Makefile.def: Add profile and feedback bootstrap stages.
6437 Remove next field from bootstrap stages.
6438 * Makefile.tpl (LN, LN_S): Substitute.
6439 (stageN-start, stageN-end): Use double-colon rules, to
6440 provide a hook for additional setup commands.
6441 (distclean-stageN-gcc, restageN): Create dependencies from
6442 [+prev+], not from [+next+].
6443 (stageN-bubble): Add commands for successive stages from
6444 [+prev+], using double-colon rules.
6445 (all-stageN-gcc): Fix typo.
6446 (stagefeedback-start, profiledbootstrap): New.
6447 * Makefile.in: Regenerate.
6448 * configure.in: Call ACX_PROG_LN.
6449 * configure: Regenerate.
6450
498d4a71
CF
64512004-06-03 Paolo Bonzini <bonzini@gnu.org>
6452
6453 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6454 without gcc.
6455 * configure: Regenerate.
6456
377d8c42
PB
64572004-06-01 Paolo Bonzini <bonzini@gnu.org>
6458
6459 * Makefile.tpl: Fix typo.
6460 * Makefile.in: Regenerate.
6461
f5f8a794
PB
64622004-06-01 Paolo Bonzini <bonzini@gnu.org>
6463
6464 * configure.in: Remove new- prefix from toplevel
6465 bootstrap targets.
6466 * configure: Regenerate.
6467
f7a4c34f
PB
64682004-06-01 Paolo Bonzini <bonzini@gnu.org>
6469
6470 Merge this patch from the gcc tree:
6471
6472 2004-05-30 Andreas Jaeger <aj@suse.de>
6473 Jim Wilson <wilson@specifixinc.com>
6474
6475 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6476 like CC.
6477
319cab08
PB
64782004-06-01 Paolo Bonzini <bonzini@gnu.org>
6479
6480 * Makefile.tpl (all.normal): Rename to all.
6481 (all): Replace with a rule to pick the default
6482 target from configure.
6483 (all-gcc, configure-gcc): Use conditionals to
6484 do nothing when toplevel bootstrap is going on.
6485 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6486 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6487 * configure.in: Support --enable-bootstrap.
6488
6489 * Makefile.def: Remove new- prefix from toplevel
6490 bootstrap targets.
6491 * Makefile.tpl: Likewise.
6492
6493 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6494 target.
6495
6496 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6497 $(RECURSE_FLAGS) to recursive invocation of make.
6498
6499 * Makefile.in: Regenerate.
6500 * configure: Regenerate.
6501
88f64edc
DJ
65022004-05-27 Daniel Jacobowitz <dan@debian.org>
6503
6504 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6505 * configure: Regenerate.
6506
378fce5b
DD
65072004-05-25 Daniel Jacobowitz <drow@false.org>
6508
6509 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6510 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6511 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6512 targets.
6513 * Makefile.in: Regenerate.
6514
dfdffa2c
PB
65152005-05-24 Paolo Bonzini <bonzini@gnu.org>
6516
6517 * configure.in: Test the ability to symlink directories.
6518 * configure: Regenerate.
6519
6520 * Makefile.def (bootstrap-stage): New definitions.
6521 * Makefile.tpl (configure-stage1-gcc,
6522 configure-stage2-gcc, configure-stage3-gcc,
6523 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6524 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6525 new-restage3, compare): Autogenerate, see Makefile.in
6526 entry for behavioral changes.
6527 (distclean-stage1, new-stage1-start, new-stage1-end,
6528 new-stage1-bubble, distclean-stage2, new-stage2-start,
6529 new-stage2-end, new-stage2-bubble, distclean-stage3,
6530 new-stage3-start, new-stage3-end): New autogenerated targets.
6531 (objext, prebootstrap, BOOT_CFLAGS,
6532 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6533 targets.
6534
6535 * Makefile.in: Regenerate.
6536 (distclean-stage1, new-stage1-start, new-stage1-end,
6537 new-stage1-bubble, distclean-stage2, new-stage2-start,
6538 new-stage2-end, new-stage2-bubble, distclean-stage3,
6539 new-stage3-start, new-stage3-end): New targets.
6540 (all-stage1-gcc): Move prebootstrap dependency from here...
6541 (configure-stage1-gcc): ...to here.
6542 (new-bootstrap): Use bubble targets.
6543 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6544 Use per-stage distclean targets.
6545 (configure-stage1-gcc, configure-stage2-gcc,
6546 configure-stage3-gcc, all-stage1-gcc,
6547 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6548 Use new-stageN-start to prepare the tree.
6549
04cf1b77
PB
65502004-05-23 Paolo Bonzini <bonzini@gnu.org>
6551
6552 * Makefile.def (host_modules): add libcpp.
6553 * Makefile.tpl: Add dependencies on and for libcpp.
6554 * Makefile.in: Regenerate.
6555 * configure.in: Add libcpp host module.
6556 * configure: Regenerate.
6557
80b200a1
ZW
65582004-05-17 Zack Weinberg <zack@codesourcery.com>
6559
6560 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6561 of libf2c.
6562 * configure, Makefile.in: Regenerate.
6563
4b1cb4fe
DD
65642004-05-13 Diego Novillo <dnovillo@redhat.com>
6565
6566 Merge from tree-ssa-20020619-branch.
6567
6568 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6569 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6570 (HOST_GMPLIBS): Define.
6571 (HOST_GMPINC): Define.
6572 (TARGET_LIB_PATH): Add libmudflap.
6573 (GFORTRAN_FOR_TARGET): Define.
6574 (configure-build*): Export GFORTRAN.
6575 (configure-gcc): Export GMPLIBS and GMPINC.
6576 (all-gcc): Add maybe-all-libbanshee.
6577 (configure-target-libgfortran): Define.
6578 * Makefile.in: Regenerate.
6579 * configure.in (host_libs): Add libbanshee.
6580 (target_libraries): Add target-libmudflap and target-libgfortran.
6581 Add --with-libbanshee.
6582 Handle --disable-libmudflap.
6583 (*-*-freebsd*): Use with_gmp.
6584 Add $(libgcj) to noconfigdirs.
6585 * configure: Regenerate.
6586 * depcomp: New file.
6587 * MAINTAINERS: Add tree-ssa maintainers.
6588
65892004-04-28 Paolo Bonzini <bonzini@gnu.org>
6590
6591 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6592 * configure: Regenerate.
6593
b8908782
DD
65942004-04-27 Paolo Bonzini <bonzini@gnu.org>
6595
6596 Revert:
6597 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6598
6599 * Makefile.def (flags_to_pass): Remove *dir variables that
6600 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6601 as well as prefix and exec_prefix.
6602 * Makefile.in: Regenerate.
6603
66042004-04-26 Paolo Bonzini <bonzini@gnu.org>
6605
6606 * Makefile.def (host_modules): Mark with the bootstrap
6607 flag packages on which gcc depends.
6608 * Makefile.tpl (all-bootstrap): Use it.
6609 * Makefile.in: Regenerate.
6610
66112004-04-26 Paolo Bonzini <bonzini@gnu.org>
6612
6613 * Makefile.def (flags_to_pass): Remove *dir variables that
6614 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6615 as well as prefix and exec_prefix.
6616 * Makefile.in: Regenerate.
6617
66182004-04-26 Paolo Bonzini <bonzini@gnu.org>
6619
80b200a1
ZW
6620 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6621 * configure: Regenerate.
6622 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6623 * gcc/Makefile.tpl (compare): Use the result of the test.
6624 * gcc/Makefile.in: Regenerate.
b8908782
DD
6625
66262004-04-23 Paolo Bonzini <bonzini@gnu.org>
6627
6628 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6629 Always relocate gcc and prev-gcc to the original names, even
6630 if the build fails.
6631 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6632 New targets.
6633
0f260896
RO
66342004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6635
6636 * configure.in (mips*-*-irix5*): Enable ld.
6637 * configure: Regenerate.
6638
51860f05
JW
66392004-04-15 James E Wilson <wilson@specifixinc.com>
6640
6641 * Makefile.tpl (configure-[+module+], configure-gcc,
6642 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6643 Set and export LDFLAGS.
6644 * Makefile.in: Regenerate.
6645
54752a6b
NN
66462004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6647
6648 PR bootstrap/14871
6649 * Makefile.tpl: If we don't have built-in-tree target tools,
6650 use the ones found by configure rather than hacking around with
6651 program_transform_name.
6652 * configure.in: Give Makefile.tpl the information necessary
6653 to do that.
6654 * Makefile.in: Regenerate.
6655 * configure: Regenerate.
6656
66572004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6658
6659 PR bootstrap/14760
6660 * configure.in: When computing baseargs, strip *all* copies of
6661 offending options. Also, don't match/substitute the trailing space,
6662 so that this actually works when two similar options are separated by
6663 only one space.
6664 * configure: Regenerate.
6665
66662004-04-06 David Edelsohn <edelsohn@gnu.org>
6667
80b200a1
ZW
6668 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6669 (rs6000-*-aix*): Same.
6670 * configure: Regenerate.
54752a6b 6671
5e2b61fb
SS
66722004-03-25 Stan Shebs <shebs@apple.com>
6673
6674 Remove MPW support, no longer used.
6675 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6676 mpw-install: Remove files.
6677 * src-release (DEVO_SUPPORT): Remove names of removed files.
6678 * MAINTAINERS: Likewise.
6679
1a6f2dc7
NN
66802004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6681
a0049f1b
NN
6682 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6683 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6684 * Makefile.in: Regenerate.
6685
1a6f2dc7
NN
6686 * configure.in (top level bootstrap support): Rework --enable-werror
6687 to set @stage2_werror_flag@.
6688 * configure: Regenerate.
6689 * Makefile.tpl (top level bootstrap support): Pass
6690 @stage2_werror_flag@ down to configure in stages 2 and 3.
6691 * Makefile.in: Regenerate.
6692
920e3419
NN
66932004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6694
6695 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6696 for stages 2 and 3 as well as in make. As a consequence, remove
6697 OUTPUT_OPTION (now detected by configure) from the flags passed down
6698 to make.
6699 * Makefile.in: Regenerate.
6700
6701 * Makefile.tpl (new-bootstrap): Fix typo.
6702 * Makefile.in: Regenerate.
6703
4fa63067
NN
67042004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6705
6706 * Makefile.tpl: Rearrange by moving recursive_targets rules
6707 into their proper sections.
6708 * Makefile.tpl (top level bootstrap support): Move disabling
6709 of coverage flags from 'make' to 'configure'; improve comments.
6710 * Makefile.in: Regenerate.
6711
6712 * Makefile.tpl (experimental top level bootstrap) Move stage1
6713 language setting from all- target to configure- target; disable
6714 intermodule optimization in stage 1; prevent gratuitous rebuilds
6715 of stage 1.
6716 * Makefile.in: Regenerate.
6717 * configure.in: Comma-separate stage 1 language list for top
6718 level bootstrap.
6719 * configure: Regenerate.
6720
6721 * Makefile.tpl: Clean up experimental top level bootstrap support:
6722 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6723 prev-gcc in configure- targets as well as all- targets.
6724 * Makefile.in: Regenerate.
6725
fb8a10fd
NN
67262004-03-17 Paolo Bonzini <bonzini@gnu.org>
6727
6728 * configure.in: Remove symbolic link section.
6729 * configure: Regenerate.
6730 * Makefile.tpl (links): Remove.
6731 * Makefile.in: Regenerate.
6732
947f426e 67332004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6734 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6735
6736 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6737 Set with AC_CHECK_PROGS.
947f426e
NN
6738 * configure.in: Fix comment typo from last patch.
6739 * configure: Regenerate.
6740
1d39f329
NN
67412004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6742
6743 * Makefile.tpl: Introduce experimental top level bootstrap support.
6744 * Makefile.in: Regenerate.
6745 * configure.in: Introduce support for top level bootstrap.
6746 * configure: Regenerate.
6747
4b0ac75d 67482004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6749 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6750
6751 PR bootstrap/14522
6752 * configure.in: Cope with shells that do not support unquoted ^
6753 * configure: Regenerate.
6754
2e70b094 67552004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6756 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6757
6758 PR bootstrap/14522
6759 * configure.in: Cope with shell that do not support nesting
6760 quotes inside quoted backquote substitutions.
6761 * configure: Regenerate.
6762
67632004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6764
6765 PR bootstrap/14522
6766 * configure.in: Fix escaping of $.
6767 * configure: Regenerate.
6768
9e07f89d
NN
67692004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6770
6771 * configure: Regenerate.
6772
67732004-03-08 Paolo Bonzini <bonzini@gnu.org>
6774
6775 PR ada/14131
6776 Move language detection to the top level.
6777 * configure.in: Find default values for the tools as
6778 soon as possible. Disable ada if GNAT is not found.
6779 Emit error message about missing languages. Expand
6780 --enable-languages=all for the gcc subdirectory.
6781
1712ab83
RS
67822004-03-01 Richard Sandiford <rsandifo@redhat.com>
6783
6784 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6785 and disable libgcj.
6786 * configure: Regenerated.
6787
3dee29da
NN
67882004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6789
6790 PR bootstrap/7087
6791 * Makefile.tpl: Guard XFOO sed statements better.
6792 * Makefile.tpl: Add dependency for configure-target-libada.
6793 * Makefile.in: Regenerate (incidentally fixes broken
6794 commit when libada-branch was merged).
6795
0558264b
AC
67962004-02-28 Andrew Cagney <cagney@redhat.com>
6797
6798 * src-release (CVS_NAMES): Define.
6799 (do-tar, do-tar): Prune $(CVS_NAMES).
6800
c38f9803
AC
68012004-02-23 Andrew Cagney <cagney@redhat.com>
6802
6803 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6804 2004-02-19.09.
6805
55636792
NN
68062004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6807
6808 PR bootstrap/11932
6809 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6810
1e600082
AC
68112004-02-19 Andrew Cagney <cagney@redhat.com>
6812
6813 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6814 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6815
3769cd82
DD
68162004-02-11 David Edelsohn <edelsohn@gnu.org>
6817
6818 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6819 (rs6000-*-aix*): Same.
6820 * configure: Regenerate.
6821
a92834c8
DD
68222004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6823
6824 * configure.in (host): Add in missing $noconfigdirs to defines.
6825 * configure: Regenerate.
6826
a2592b1b
DD
68272004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6828 Nathanael Nerode <neroden@gcc.gnu.org>
6829
6830 PR ada/6637, PR ada/5911
80b200a1 6831 Merge with libada-branch:
a2592b1b
DD
6832 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6833 with appropriate dependencies. Add --enable-libada configure switch.
6834 * configure, Makefile.in: Regenerate.
6835
e31d1ea3
DD
68362004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6837
6838 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6839 * configure: Regenerate.
6840
db85f5c0
JJ
68412004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6842
6843 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6844
fc434214
DD
68452004-01-23 DJ Delorie <dj@redhat.com>
6846
6847 * Makefile.def (target_modules) [libiberty]: Don't stage.
6848 * Makefile.in: Rebuilt.
6849
ad445c2c 68502004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6851
ad445c2c
JJ
6852 * COPYING.NEWLIB: Update to include copyrights for new
6853 iconv code.
6854
72bbedde
AC
68552004-01-15 Andrew Cagney <cagney@redhat.com>
6856
6857 * src-release: Update copyright year.
6858 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6859 (NEWLIB_SUPPORT_DIRS): Delete macro.
6860 (newlib.tar.bz2): Delete rule.
6861
a6d6062d
DD
68622004-01-14 Loren J. Rittle <ljrittle@acm.org>
6863
6864 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6865 * Makefile.tpl (configure-target-[+module+]): Support stage.
6866 * Makefile.in: Rebuilt.
6867
f8b73030
MR
68682003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6869
6870 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6871 throughout.
6872
aff0e9df
NN
68732004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6874
bb5dca17
NN
6875 * configure.in: Use ./config.cache, not config.cache.
6876 * configure: Regenerate.
6877 * Makefile.tpl: Special-casing not needed for GCC any more.
6878 * Makefile.in: Regenerate.
6879
82252c06
NN
6880 * configure.in: Don't share a cache file for host dirs.
6881 * configure: Regenerate.
6882
aff0e9df
NN
6883 * config-ml.in: Don't mess with the cache file.
6884
95036d20
NN
68852004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6886
ac7b618e
NN
6887 * Makefile.tpl: Make GCC use a separate config.cache.
6888 * Makefile.in: Regenerate.
6889
95036d20
NN
6890 PR bootstrap/11932, PR bootstrap/11933
6891 (I don't know if it will fix either of them, but it relates
6892 to them.)
6893 * configure.in: Don't use shared config.cache for target
6894 directories.
6895 * configure: Regenerate.
6896
08c1856b
DD
68972003-12-31 Roger Sayle <roger@eyesopen.com>
6898
6899 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6900 * configure: Regenerated.
6901
c1968181 69022003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6903
9eb322aa
MF
6904 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6905 * configure: Regenerated.
c1968181 6906
10ecffb9
NN
69072003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6908
6909 Port change over from GCC:
6910 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6911 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6912 (configure-build-[+module+], configure-[+module+]): Likewise.
6913 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6914 * Makefile.in: Regenerate.
6915
f2ab5990
TF
69162003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6917
6918 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6919 * configure: Regenerate.
6920
41a7d11a
JJ
69212003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6922
80b200a1 6923 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6924 stdlib.
6925
d9441a1f
DD
69262003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6927
6928 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6929 * Makefile.in: Regenerate.
6930
3a48a978
DD
69312003-10-20 Phil Edwards <phil@codesourcery.com>
6932
6933 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6934 * configure: Regenerate.
6935
f0b24077
NN
69362003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6937
6938 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6939 HOST_FLAGS_TO_PASS.
6940 * Makefile.in: Regenerate.
6941
5fbad20a
DD
69422003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6943
6944 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6945 * configure: Rebuilt
6946 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6947 * Makefile.in: Rebuilt
6948
78be4155
L
69492003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6950
6951 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6952
051fcc7a
L
69532003-10-01 Phil Edwards <pme@gcc.gnu.org>
6954
6955 * config-ml.in: Use ac_configure_args directly instead of
6956 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6957 actually seen.
6958
69592003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6960
6961 * config-ml.in: Propagate INSTALL variables.
6962
f27d4f92
DJ
69632003-09-21 Daniel Jacobowitz <drow@mvista.com>
6964
6965 * configure.in: Pass a computed --program-transform-name
6966 to subconfigures.
6967 * configure: Regenerated.
6968
cae4d560
NN
69692003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6970
6971 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6972 * Makefile.in: Regenerate.
6973
6974 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6975 * Makefile.in: Regenerate.
6976
8ff944f6
DJ
69772003-09-17 Daniel Jacobowitz <drow@mvista.com>
6978
6979 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6980 quoting.
6981 * configure: Regenerated.
6982
d9a35680
MC
69832003-09-12 Michael Chastain <mec@shout.net>
6984
6985 Fix PR gdb/857.
6986 * src-release (do-proto-topleve): Remove junk files
6987 intl/config.cache, intl/config.status,
6988 intl/config.h, intl/stamp-h.
6989
710068b9
AC
69902003-09-14 Andrew Cagney <cagney@redhat.com>
6991
6992 * src-release (dejagnu.tar): New target.
6993 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6994 (do-djunpack): Use $(PACKAGE) for the package name.
6995
e1008165
DD
69962003-09-04 DJ Delorie <dj@redhat.com>
6997
6998 * configure: Regenerate.
6999
21998d12
NC
70002003-09-04 Robert Millan <robertmh@gnu.org>
7001
7002 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 7003
ccca4bb3
DD
70042003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7005
7006 * configure.in: Ensure arguments to sed are properly spaced.
7007 * configure: Regenerate.
7008
ee949b5e
DJ
70092003-08-28 Daniel Jacobowitz <drow@mvista.com>
7010
7011 Merge from gcc:
7012 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7013 * install-sh: Update to newer upstream versions (associated with
7014 aclocal 1.7).
7015 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7016
75addda2
DJ
70172003-08-27 Daniel Jacobowitz <drow@mvista.com>
7018
7019 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7020 * configure: Regenerated.
7021
8d2877d8
NN
70222003-08-23 Phil Edwards <pme@gcc.gnu.org>
7023
7024 * configure.in: Use newline instead of semicolon when assuming
7025 shell arguments in a for loop.
7026 * configure: Regenerated.
7027
d2cc0e0d
GK
70282003-08-20 Geoffrey Keating <geoffk@apple.com>
7029
7030 PR 8180
7031 * configure.in: When testing with_libs and with_headers, treat
7032 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7033 * configure: Regenerate.
80b200a1 7034
d2cc0e0d
GK
7035 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7036 make, shell, etc.
7037 (baseargs): Likewise.
7038 * configure: Regenerate.
7039
04d1ab34
GK
70402003-08-19 Geoffrey Keating <geoffk@apple.com>
7041
7042 * configure.in: Disable libgcj for darwin not on powerpc.
7043 * configure: Rebuild.
7044
ca506da8
MC
70452003-08-15 Michael Chastain <mec@shout.net>
7046
7047 * src-release (do-proto-toplev): Remove junk files
7048 dejagnu/example/calc/config.status,
7049 dejagnu/example/calc/config.log.
7050
a4aa3f49
DD
70512003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7052
7053 * config-ml.in, symlink-tree: Add license.
7054
ede4fbe4
NN
70552003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7056
7057 Merge from gcc:
7058
7059 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7060 * Makefile.tpl (check, check-c++): Express dependencies using
7061 dependencies rather than commands.
7062 * Makefile.in: Regenerate.
7063
7064 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7065 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7066 * Makefile.in: Update.
7067
970f29af
AC
70682003-08-01 Andrew Cagney <cagney@redhat.com>
7069
7070 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7071 * configure: Ditto.
7072
b2884a0c
DD
70732003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7074
7075 * configure.in: Enable libgcj for darwin.
7076 * configure: Rebuild.
7077
c07f46a4
NN
70782003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7079
7080 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7081
9175bfc0
NN
70822003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7083
7084 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7085 creating target and build subdirs to build all parent dirs as needed.
7086 * Makefile.in: Rebuild.
7087 * configure.in: Don't build dirs explicitly here.
7088 * configure: Rebuild.
7089
b9abda6a
AO
70902003-07-22 Alexandre Oliva <aoliva@redhat.com>
7091
7092 * Makefile.tpl (all-make): Depend on intl.
7093 * Makefile.in: Rebuilt.
7094
eef8ffd4
NN
70952003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7096
7097 * config.if: Remove unused libc_interface determination.
7098
295efaf0
NN
70992003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7100
7101 * Makefile.in: Regenerate, correctly this time.
7102
e5c3f801
NN
71032003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7104
7105 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7106 unused INSTALL_PROGRAM_ARGS.
7107 * configure.in: Use AC_PROG_INSTALL.
7108 * Makefile.in: Regenerate.
7109 * configure: Regenerate.
7110
4a18bd6b
AO
71112003-07-10 Alexandre Oliva <aoliva@redhat.com>
7112
7113 * configure: Rebuilt.
7114 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7115 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7116 newlib nor libgloss.
7117 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7118 * configure.in (am33_2.0-*-linux*): Added.
7119
fbd1054d
BW
71202003-07-09 Bob Wilson <bob.wilson@acm.org>
7121
7122 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7123 * configure: Regenerate.
7124
b40e3958
L
71252003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7126
7127 * config-ml.in: Replace PWD with PWD_COMMAND.
7128 * Makefile.tpl: Likewise.
7129 * Makefile.in: Regenerated.
7130
4a5be7ba
NN
71312003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7132
7133 * configure.in: Clean up config-lang.in handling. Delete
7134 useless assignment to "subdirs".
7135 * configure: Regenerate.
7136
9c14acb8
NN
71372003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7138
7139 * configure.in: Rename 'target_libs' to 'target_libraries'.
7140 Remove useless reference to 'target_libs'.
7141 * configure: Regenerate.
7142
8f32e830
KS
71432003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7144
7145 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7146 * Makefile.in: Regenerate.
7147
12f0bd74
NN
71482003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7149
7150 * Makefile.def: Introduce flags_to_pass.
7151 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7152 * Makefile.in: Regenerate.
7153
b07c2aad
HPN
71542003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7155
7156 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7157 and target-libgloss.
7158 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7159 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 7160 * configure: Regenerate.
b07c2aad 7161
56f25033
DD
71622003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7163
7164 * configure.in: Update testsuite_flags to new location.
7165 * configure. Regenerate.
80b200a1 7166
4ec9a3b2
NN
71672003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7168
7169 * Makefile.tpl: Remove BUILD_CC stuff.
7170 * Makefile.in: Regenerate.
7171
059083b1 71722003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7173
059083b1
L
7174 * config.guess: Update to 2003-06-12 version.
7175 * config.sub: Update to 2003-06-13 version.
7176
535b046a
TS
71772003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7178
7179 * MAINTAINERS: Add myself as MIPS co-maintainer.
7180
00c22daa 71812003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 7182
00c22daa
L
7183 * config.guess: Update to 2003-06-06 version.
7184 * config.sub: Update to 2003-06-06 version.
7185
1047cb91
DD
71862003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7187
7188 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7189 * configure. Regenerate.
7190
123494c8
NN
71912003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7192
1047cb91
DD
7193 * configure.in: Disable serial configure by default.
7194 * configure: Regenerate.
7195 * Makefile.tpl: Abolish .NOTPARALLEL.
7196 * Makefile.in: Regenerate.
7197
7f121bbf
NN
7198 * Makefile.tpl: Replace {build,host,target}_canonical by
7199 {build,host,target}.
7200 * Makefile.in: Regenerate.
7201
123494c8
NN
7202 * Makefile.tpl: Fix stupid pasto.
7203 * Makefile.in: Regenerate.
7204
ec7e0995
NN
72052003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7206
7207 * Makefile.tpl: Remove bogus conditional.
7208 * Makefile.in: Regenerate.
7209
27b1cc72
NN
72102003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7211
2a4cbe27
NN
7212 * Makefile.tpl: Make 'recursive targets' using autogen rather
7213 than shell loop. Remove duplicate 'clean' targets and false
7214 comments.
7215 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7216 Add systematic method of specifying missing targets in subdirs.
7217 Add copyright boilerplate.
7218 * Makefile.in: Regenerate.
7219 * configure.in: Add 'recursive targets' to maybe list.
7220 * configure: Regenerate.
7221
27b1cc72
NN
7222 * Makefile.tpl: Rename [+target+] to [+make_target+].
7223 * Makefile.def: Rename 'target' to 'make_target'.
7224
01e51bd0
NC
72252003-05-30 Nick Clifton <nickc@redhat.com>
7226
7227 * README-maintainer-mode: Update URL for locating blessed config
7228 tools.
7229
2fd84b42
NC
72302003-05-29 Robert Millan <rmh@debian.org>
7231
7232 * ltconfig: Import this patch and modify for use with current
7233 version of ltconfig:
7234
7235 2003-05-21 Bruno Haible <bruno@clisp.org>
7236
7237 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7238 GNU/FreeBSD.
7239
8945c6bb
DD
72402003-05-28 DJ Delorie <dj@redhat.com>
7241
7242 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7243 * Makefile.in: Regenerate.
7244
2f9632a1
JJ
72452003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7246
80b200a1 7247 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 7248
3a12db16 72492003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 7250
3a12db16
DD
7251 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7252 newlib or libgloss.
7253 * Makefile.in: Regenerate.
7254
44482353
DD
72552003-05-21 DJ Delorie <dj@redhat.com>
7256
7257 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7258 * Makefile.in: Regenerate.
7259
fec2c52d
MR
72602003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7261
7262 * configure.in: Use curly braces in the definition of tooldir.
7263 * configure: Regenerate.
7264
16ae0395
NN
72652003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7266
7267 * configure.in: Switch more things to use maybe dependencies.
80b200a1 7268 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
7269 Factor out common code from autogen IF statements.
7270 * configure: Regenerate.
7271 * Makefile.in: Regenerate.
7272
ec11bdc6
DD
72732003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7274
7275 * configure.in: Accept i[3456789]86 for machine type.
7276 * configure: Regenerate.
7277
dd12c3a8
NN
72782003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7279
7280 * configure.in: Switch more things to use maybe dependencies.
7281 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7282 * configure: Regenerate.
7283 * Makefile.tpl: Switch more things to use maybe dependencies.
7284 * Makefile.in: Regenerate.
7285
cf662e21
AJ
72862003-05-16 Andreas Schwab <schwab@suse.de>
7287
7288 * Makefile.tpl (install-opcodes): Define.
7289 * Makefile.in: Rebuild.
7290
5481b376
AJ
72912003-05-13 Andreas Jaeger <aj@suse.de>
7292
7293 * config.guess: Update to 2003-05-09 version.
7294 * config.sub: Update to 2003-05-09 version.
7295
3959a22a
AJ
72962003-05-13 Michael Eager <eager@mvista.com>
7297
7298 * configure.in: Correct sed script so that options in quotes are not
7299 deleted.
7300 * configure: Rebuild.
7301
564b43e5
CV
73022003-05-12 Corinna Vinschen <corinna@vinschen.de>
7303
7304 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7305 and $$s/newlib/libc/sys/cygwin32 include paths.
7306 * configure: Ditto.
7307
bb947dc9
L
73082003-05-05 H.J. Lu <hjl@gnu.org>
7309
7310 * config-ml.in: Restored from gcc repository.
7311
77f7441a
CD
73122003-05-02 Chris Demetriou <cgd@broadcom.com>
7313
80b200a1
ZW
7314 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7315 * Makefile.in: Regenerate.
77f7441a 7316
a26d7085
DJ
73172003-04-27 Daniel Jacobowitz <drow@mvista.com>
7318
7319 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7320 and Makefile.def.
7321
e4c4d240
DJ
73222003-04-27 Daniel Jacobowitz <drow@mvista.com>
7323
7324 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7325 * Makefile.in: Regenerated.
7326
62a3fc85
DD
73272003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7328
7329 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7330 * Makefile.in: Regenerate.
7331
73322003-04-18 Jakub Jelinek <jakub@redhat.com>
7333
7334 * configure.in (powerpc64*-*-linux*): Remove.
7335 * configure: Rebuilt.
7336
5b474aa8
DD
73372003-04-17 Phil Edwards <pme@gcc.gnu.org>
7338
7339 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7340 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7341 and restrap.
7342 * Makefile.in: Regenerate.
7343
73442003-04-16 Richard Earnshaw <rearnsha@arm.com>
7345
7346 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7347 * configure: Regenerated.
7348
bc295afe
AO
73492003-04-11 Alexandre Oliva <aoliva@redhat.com>
7350
7351 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7352 * */configure: Rebuilt.
7353
3728fade
NN
73542003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7355
7356 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7357 * Makefile.in: Regenerate.
7358
ce5b542e
MC
73592003-03-14 Michael Chastain <mec@shout.net>
7360
7361 * Makefile.in: Regenerate with correct Makefile.def.
7362
3db0a37f
NN
73632003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7364
7365 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7366 Make macro.
7367 * Makefile.in: Regenerate.
7368 * configure.in: Clean up gxx_include_dir logic.
7369 * configure: Regenerate.
7370
34349c6e
DD
73712003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7372
7373 * configure.in (gxx_include_dir): Fix typo.
7374 * configure: Regenerated.
7375
686c28c9
AC
73762003-03-06 Andrew Cagney <cagney@redhat.com>
7377
7378 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7379
bba45b8b 73802003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 7381
bba45b8b
NN
7382 * configure.in: Include $(build_tooldir)/sys-include in
7383 FLAGS_FOR_TARGET.
7384 * configure: Regenerated.
7385
2683747f
NN
73862003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7387
bba45b8b
NN
7388 * Makefile.tpl: Reindent.
7389 * Makefile.in: Regenerate.
7390 * configure.in: Reindent. Don't set unused variables.
7391 * configure: Regenerate.
7392
2683747f
NN
7393 * Makefile.tpl: Always pass down RANLIB.
7394 * Makefile.in: Regenerate.
7395
7396 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7397 * Makefile.in: Regenerate.
7398 * configure.in: Remove unused logic relating to --enable-shared
7399 and --enable-threads. Remove bogus comments. Remove redundant
7400 noconfigdirs.
7401 * configure: Regenerate.
7402
7403 * configure.in: Replace ${libstdcxx_version} by its value.
7404 Remove reference to mh-dgux.
7405 * configure: Regenerate.
7406
50212802
NN
74072003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7408
7409 * Makefile.tpl: Rearrange.
7410 * Makefile.in: Regenerate.
7411
a6be7fc6
NC
74122003-02-25 Nick Clifton <nickc@redhat.com>
7413
7414 * configure: Remove site-file supprot - it is obsolete.
7415
f8a495c8
NC
74162003-02-24 Uwe Stieber <uwe@wwws.de>
7417
7418 * configure.in: Add support for kaOS as cross build target system.
7419 * configure: Regenerated.
7420
3decd77d
DD
74212003-02-20 Sean McNeil <sean@blue.mcneil.com>
7422
7423 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7424 configure-target-* as some target builds may require additional
7425 flags for preprocessor tests.
7426 * Makefile.in: Regenerated.
7427
f4ff34a3
AO
74282003-02-19 Alexandre Oliva <aoliva@redhat.com>
7429
7430 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7431 * ltconfig: Handle it.
7432 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7433 auto-detecting it.
7434
b7e4a931
AO
74352003-02-19 Alexandre Oliva <aoliva@redhat.com>
7436
7437 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7438 it is used as argument to $CC.
7439 * ltcf-gcj.sh: Likewise.
7440
6b784d9f
AO
74412003-02-19 Alexandre Oliva <aoliva@redhat.com>
7442
7443 * configure.in: Introduce --enable-maintainer-mode.
7444 * configure: Rebuilt.
7445 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7446 for maintainer mode.
7447 * Makefile.in: Rebuilt.
7448
8bcd8a07
AC
74492003-02-19 Andrew Cagney <ac131313@redhat.com>
7450
7451 * configure: Regenerate using autoconf 2.13.
7452
ee3fd329
AM
74532003-02-19 Alan Modra <amodra@bigpond.net.au>
7454
7455 * config.guess: Import latest version.
7456 * config.sub: Import latest version.
7457
e9e45685
JM
74582003-02-18 Jason Merrill <jason@redhat.com>
7459
7460 * Makefile.tpl (check-c++): Allow parallelism.
7461
859789af
AC
74622003-02-17 Andrew Cagney <ac131313@redhat.com>
7463
7464 * configure: Regenerate using autoconf 000227.
7465
b3f16a9b
GK
74662003-02-15 Geoffrey Keating <geoffk@apple.com>
7467
7468 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7469 don't configure target-libobjc.
7470 * configure: Regenerate.
7471
72e60e02
DD
74722003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7473
7474 * Makefile.tpl (RANLIB): Define.
7475 * Makefile.in: Regenerate.
7476
91f0e695
KS
74772003-02-06 Keith R Seitz <keiths@redhat.com>
7478
7479 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7480 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7481 * Makefile.in: Regenerated.
7482 * configure.in: Remove all traces of snavigator, db, and grep.
7483 * configure: Regenerated.
7484
122bfa92
FCE
74852003-01-31 Frank Ch. Eigler <fche@redhat.com>
7486
7487 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7488 * Makefile.in: Regenerated.
7489
264095c3
AO
74902003-01-30 Alexandre Oliva <aoliva@redhat.com>
7491
7492 * config.if: Copy from GCC.
7493
a84dbcb3
AO
74942003-01-27 Phil Edwards <pme@gcc.gnu.org>
7495
7496 * configure.in: Revert 24Jan change.
7497 * configure: Regenerate.
7498
19618276
NN
74992003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7500
7501 * configure.in: Revert previous change.
7502 * configure: Regenerate.
7503
b7f27a92
NN
75042003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7505
7506 * configure.in: Make rda native-only.
7507 * configure: Regenerate.
7508
83326456
NN
75092003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7510
7511 * configure.in: Add missing \.
7512 * configure: Rebuilt.
7513
5e367fa5
JJ
75142003-01-17 Jakub Jelinek <jakub@redhat.com>
7515
7516 * configure.in (baseargs): Avoid using \| in sed regular
7517 expressions.
7518 * configure: Rebuilt.
7519
e01f337c
JJ
75202003-01-16 Jakub Jelinek <jakub@redhat.com>
7521
7522 * configure.in (baseargs): Remove all supported forms of
7523 --cache-file, --srcdir, --host, --build and --target options
7524 from argument lists.
7525 * configure: Rebuilt.
7526
aa236487
AO
75272003-01-15 Alexandre Oliva <aoliva@redhat.com>
7528
7529 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7530 * configure: Rebuilt.
7531
586c0873
NN
75322003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7533
7534 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7535 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7536 * Makefile.in: Regenerate.
7537 * configure: Regenerate.
7538
497f816e
DD
75392003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7540
7541 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7542 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7543 * Makefile.in: Regenerate.
7544
bfbe5519
AO
75452003-01-09 Alexandre Oliva <aoliva@redhat.com>
7546
7547 * configure.in: Remove Makefile in build, host and target modules
7548 unless configure was run with --no-recursion.
7549 * configure: Rebuilt.
7550
3f234ef5
CD
75512003-01-08 Chris Demetriou <cgd@broadcom.com>
7552
7553 * config.guess: Update to 2003-01-03 version.
7554 * config.sub: Update to 2003-01-03 version.
7555
a3982d48
CF
75562003-01-07 Christopher Faylor <cgf@redhat.com>
7557
7558 * configure: Regenerate with proper autoconf 2.13.
7559
75778ec4
CF
75602003-01-07 Christopher Faylor <cgf@redhat.com>
7561
80b200a1
ZW
7562 * configure.in: Add AC_PREREQ for consistency.
7563 * configure: Regenerate.
75778ec4 7564
c180f501
AC
75652003-01-06 Andrew Cagney <ac131313@redhat.com>
7566
7567 * configure.in (GDB_TK): Add tcl directories conditional on
7568 gdb/gdbtk directory being present.
7569 * configure: Regenerate.
5481b376 7570
46ca2cc2
DA
75712003-01-04 John David Anglin <dave.anglin@nrc.ca>
7572
7573 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7574 by gcc if LD is not defined and we are not doing a Canadian Cross.
7575 * configure: Rebuilt.
7576
53dd8dab
DJ
75772003-01-01 Daniel Jacobowitz <drow@mvista.com>
7578
7579 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7580
50ceb20c
TT
75812002-12-31 Tom Tromey <tromey@redhat.com>
7582
7583 * Makefile.in: Rebuilt.
7584 * Makefile.def (target_modules) [libffi]: Allow installation.
7585
e78b5cfe
AS
75862002-12-31 Andreas Schwab <schwab@suse.de>
7587
7588 * configure.in: Fix use of $program_transform_name.
7589 * configure: Regenerated.
7590
67448102
DJ
75912002-12-30 Daniel Jacobowitz <drow@mvista.com>
7592
7593 * configure.in (baseargs): Don't remove first configure argument.
7594 * configure: Regenerated.
7595
e6bfb94a
AO
75962002-12-29 Alexandre Oliva <aoliva@redhat.com>
7597
7598 * Makefile.tpl (local-distclean): Don't remove...
7599 (multilib.ts): ... this. Moved into...
7600 (multilib.out): ... this. Don't use sub-make.
7601 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7602 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7603 (configure-build-[+module+], configure-[+module+],
7604 configure-target-[+module+], configure-gcc): ... these. Test
7605 for Makefile existence. Drop config.status from dependencies.
7606 * Makefile.in: Rebuilt.
7607 * configure.in: Move gcc-version-trigger to the end of
7608 ac_configure_args. Add comments to maybedep.tmp and
7609 serdep.tmp. Introduce --disable-serial-configure. Remove
7610 nonopt from baseargs, matching and removing corresponding
7611 whitespace while at it.
7612 * configure: Rebuilt.
7613
8f0dfb36
AO
76142002-12-28 Alexandre Oliva <aoliva@redhat.com>
7615
7616 * configure.in (host_configargs): Replace reference to
7617 no-longer-defined buildopts with --build=${build_alias}.
7618 * configure: Rebuilt.
7619
43be203f
AO
76202002-12-28 Alexandre Oliva <aoliva@redhat.com>
7621
7622 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7623 program_transform_name to standard idiom.
7624 (AUTOGEN, AUTOCONF): Define.
7625 (Makefile.in): Use $(AUTOGEN).
7626 (Makefile): Depend on config.status, and use autoconf-style rule to
7627 build it. Move original commands to...
7628 (config.status): ... this new target.
7629 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7630 $(AUTOCONF).
7631 * Makefile.in: Rebuilt.
7632
a0da8069
NN
76332002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7634
d18f1c9f
NN
7635 * Makefile.tpl: Fix dramatic bustage due to change in
7636 program_transform_name.
7637 * Makefile.in: Regenerate.
7638
7639 * configure.in: Remove unnecessary PATH setting.
7640 * configure: Regnerate.
7641
7642 * configure.in: Don't default to unprefixed tools unless
7643 the native tools will work.
7644 * configure: Regenerate.
7645
a0da8069
NN
7646 * configure.in: Convert to autoconf script. Blow away lots
7647 of now-redundant Makefile fragments.
7648 * configure: Generate using Autoconf.
7649 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7650 * Makefile.in: Regenerate.
7651
c567df0a
NN
76522002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7653
5481b376 7654 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7655 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7656
5481b376 7657 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7658 where they belong.
2c7f9a32 7659
2dabcfb4
AS
76602002-12-24 Andreas Schwab <schwab@suse.de>
7661
7662 * Makefile.tpl (multilib.out): Fix missing space.
7663 * Makefile.in: Regenerate.
7664
1086bc09
NN
76652002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7666
7667 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7668 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7669 * Makefile.in: Regenerate.
7670 * configure.in: Remove unnecessary leftovers.
7671
1086bc09
NN
76722002-12-21 Geoffrey Keating <geoffk@apple.com>
7673
7674 * configure.in (extra_ranlibflags_for_target): New variable.
7675 (*-*-darwin): Add -c to ranlib commands.
7676 * configure (tooldir): Handle extra_ranlibflags_for_target.
7677
14e9ca95
JJ
76782002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7679
7680 * COPYING.NEWLIB: Updated.
7681 * COPYING.LIBGLOSS: Ditto.
7682
14c428fb
NN
76832002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7684
7685 * Makefile.tpl: Revert HJL's change.
7686 * Makefile.in: Regenerated.
7687 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7688 always.
7689
313b8244
AS
76902002-12-19 Andreas Schwab <schwab@suse.de>
7691
7692 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7693 * Makefile.in: Regenerate.
7694
efeae3db
L
76952002-12-18 H.J. Lu <hjl@gnu.org>
7696
7697 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7698 * Makefile.in: Regenerated.
7699
7700 * configure.in (build_prefix): New. Substitute.
7701
43d92c63
NN
77022002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7703
59da4fe6
NN
7704 * Makefile.tpl: Don't let real targets depend on phony targets.
7705 * Makefile.in: Regenerate.
7706
43d92c63
NN
7707 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7708 * Makefile.in: Regenerate.
7709
b72e6a2d
JM
77102002-12-16 Jason Merrill <jason@redhat.com>
7711
7712 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7713 previous 'make bootstrap'.
7714 * Makefile.in: Regenerate.
7715
95c72c44
HPN
77162002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7717
7718 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7719
7d695d07
JM
77202002-12-13 Jason Merrill <jason@redhat.com>
7721
7722 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7723 library tests.
7724 (check-c++): Just depend on it and check-target-libstdc++-v3.
7725 * Makefile.in: Regenerate.
7726
54103d1e
NN
77272002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7728
7729 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7730 * Makefile.in: Regenerate.
7731
4024f1e1
JJ
77322002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7733
80b200a1
ZW
7734 * COPYING.NEWLIB: Update list of alternate Regent of California
7735 licenses and discuss official revoking of advertising clause.
7736 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7737
7dda0df6
AO
77382002-12-12 Alexandre Oliva <aoliva@redhat.com>
7739
7740 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7741 * Makefile.in: Rebuilt.
7742
d03be79e 77432002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7744
929293f4
NN
7745 * configure: Fix bug put in by gremlins.
7746
d03be79e
NN
7747 * Makefile.tpl: Substitute more autoconfily.
7748 * configure: Substitute more autoconfily.
7749 * Makefile.in: Regenerate.
7750
77512002-12-08 Andrew Cagney <ac131313@redhat.com>
7752
7753 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7754 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7755
77562002-12-06 DJ Delorie <dj@redhat.com>
7757
7758 * Makefile.tpl: Change configure dependencies to not have real
7759 targets depend on phony targets.
b4a77b47 7760
db1ac78d
NN
77612002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7762
bcaf2395
NN
7763 * configure.in: Revert unintentional change.
7764
b4fa093e
NN
7765 * src-release: Configure host subdirs.
7766
db1ac78d
NN
7767 * Makefile.tpl: Change dependency for */multilib.out so that
7768 it works when gcc isn't in the tree.
7769
7770 * configure.in: Substitute more.
7771 * configure: Run subconfigures from the Makefile.
7772 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7773 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7774
15723a45
NN
77752002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7776
e2b9e2dc
NN
7777 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7778 and corresponding dependencies.
7779 * Makefile.in: Regenerate.
7780
2af579c4
NN
7781 * configure.in (host_tools): Order binutils, gas and ld for
7782 convenience in running the testsuites.
7783
a2cc058a
NN
7784 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7785 * Makefile.in: Regenerate.
7786 * configure.in: Introduce rules to serialize subconfigure runs.
7787
15723a45
NN
7788 * configure.in: Introduce BASE_CC_FOR_TARGET.
7789 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7790 Realize configure-build-* targets. Realize configure-target-* targets.
7791 * Makefile.in: Regenerate.
7792
ae831be5
NN
77932002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7794
7795 * configure: Move gcc_version_trigger stuff from here...
7796 * configure.in: ...to here.
7797
7798 * configure.in: Separate subconfigure options added by this file from
7799 options given by the user. Add machinery to put args for host
7800 subconfigures into the Makefile.
7801
7802 * Makefile.tpl: Remove 'vault' targets.
7803 * Makefile.tpl: Reorder and comment dependencies.
7804 * Makefile.in: Regenerate.
7805
bbf7c8ac
NN
78062002-11-28 Geoffrey Keating <geoffk@apple.com>
7807
7808 * configure.in: Move host-specific darwin noconfigdirs into
7809 the host-specific section.
7810
930314a4
NN
78112002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7812
52d7cdee
NN
7813 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7814 during replay.
7815 * Makefile.in: Regenerate.
7816
930314a4
NN
7817 (finishing slow-motion replay)
7818 * configure: Remove skip-this-dir support.
7819 * Makefile.tpl: Remove skip-this-dir support.
7820
7821 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7822 subdirectories.
7823 * Makefile.in: Regenerate.
7824
7825 * Makefile.tpl: Strip out useless setting of 'dir'.
7826 * Makefile.in: Regenerate.
5481b376 7827
930314a4
NN
78282002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7829
7830 (finishing slow-motion replay)
7831 * configure.in: Fix deeply stupid bug.
7832
7833 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7834 shell code in CXX_FOR_TARGET
7835 * Makefile.def: Introduce raw_cxx.
7836 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7837 RAW_CXX_FOR_TARGET.
7838 * Makefile.in: Regenerate.
7839
78402002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7841
7842 (finishing slow-motion replay)
7843 * Makefile.tpl: Remove unnecessary ifs.
7844 * Makefile.in: Regenerate.
7845
5481b376 7846 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7847 dependencies. Maybe-ize build-libiberty. Create dummy install
7848 targets for 'no_install' modules.
5481b376 7849 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7850 build_modules stuff to configure.in.
5481b376 7851 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7852 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7853 * Makefile.in: Regenerate.
7854
3866be5d
NN
78552002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7856
7857 (continuing slow-motion replay)
7858 * Makefile.tpl: Make all-target, install-target behave similarly
7859 to all, install (only hitting configured targets). Eliminate
7860 unused macro defintions.
7861
7862 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7863 build != host.
7864
7865 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7866
7867 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7868
5481b376 7869 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7870 configuring. Remove references to "dosrel".
7871 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7872 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7873 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7874 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7875 and redundant dependency; rearrange slightly.
7876 * Makefile.def: Add host-side libtermcap, utils.
7877
7878 * Makefile.in: Regenerate.
7879
e393202e
NN
78802002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7881
7882 (Continuing slow-motion replay)
7883 * Makefile.def: Add list of recursive targets to autogenerate.
7884 Add build_modules.
7885 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7886 targets. Autogenerate *-build-* targets.
7887 * Makefile.in: Regenerate.
7888
583d52d7
NN
78892002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7890
7891 (Continuing slow-motion replay)
7892 * configure: More autoconf-style substitutions.
7893 * Makefile.tpl: More autoconf-style substitutions.
7894 * Makefile.in: Regenerate.
7895
78962002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7897
7898 (Continuing slow-motion replay)
7899 * configure: Substitute more variables in a more autoconf-friendly
7900 way. Simplify slightly.
7901 * Makefile.tpl: Make more variables substitutable in an
7902 autoconf-friendly way.
7903 * Makefile.in: Regenerate.
7904
874e38b4
NN
79052002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7906
7907 (Continuing slow-motion replay)
7908 * configure.in (v810*): Remove special setting of tools.
7909
7910 * configure: Add support for extra required flags for ar or nm.
7911 * configure.in (aix4.3+): Use above support for target-specific
7912 issues, rather than using config/mt-aix43.
7913
852e5f18
NN
79142002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7915
7916 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7917 * configure: Remove 'removing', which doesn't work. Replace $subdir
7918 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7919 with $srcdir. Reformat indentation. Substitute some variables
7920 formerly hard-coded in the Makefile for build=host.
7921 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7922 * Makefile.def: Autogenerate more.
7923 * Makefile.in: Regenerate.
7924
c9a0d920
DD
79252002-11-13 Bruce Korb <bkorb@gnu.org>
7926
7927 * Makefile.tpl: syntactic cleanup
7928
dd2768ff
KB
79292002-11-04 Kevin Buettner <kevinb@redhat.com>
7930
7931 * Makefile.def (host_modules): Add rda.
7932 * Makefile.in: Regenerate.
7933 * configure.in (target_tool): Add target-rda to list.
7934
1aa8389d
DD
79352002-10-25 Phil Edwards <pme@gcc.gnu.org>
7936
7937 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7938 and restrap targets to this rule.
7939 * Makefile.in: Regenerate.
7940
28f46298
HPN
79412002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7942
7943 * configure.in (i[3456]86-*-linux*): Add check to disable
7944 ${libgcj} for glibc1.
7945
ff72e302
NC
79462002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7947
7948 * configure.in: Add tic4x target.
7949
8607b6c9
NN
79502002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7951
7952 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7953 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7954 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7955 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7956 * Makefile.in: Regenerate.
7957
f8f61f4a
NN
79582002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7959
c86f794b
NN
7960 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7961 * Makefile.in: Regenerate.
7962
a9590527
NN
7963 * Makefile.def: Remove order dependency comments.
7964 * Makefile.tpl: Add explicit install-install dependencies.
7965 * Makefile.in: Regenerate.
7966
8412ce72
NN
7967 * Makefile.tpl: Remove material now in src-release. (Finally!)
7968 * Makefile.in: Regenerate.
7969
8b9f37f1
NN
7970 * configure: Restore my original patch by syncing with gcc version.
7971
f8f61f4a
NN
7972 * Bring following over from gcc:
7973
79742002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7975
7976 * configure.in (s390*-*-linux*): Enable libgcj.
7977
403d9505
NN
79782002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7979
7980 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7981
95f6f383
AM
79822002-10-02 Alan Modra <amodra@bigpond.net.au>
7983
e4673b0a 7984 * configure: Move stray lines back to where they belong.
95f6f383 7985
748503c8
NN
79862002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7987
a581b5c3
NN
7988 * Makefile.tpl: Insert configure-target target, for src-release.
7989
c084f5b4
NN
7990 * configure: Finish reverting change which Andrew Cagney started
7991 reverting. Should fix bustage.
7992
7aa673ed 7993 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7994 * src-release: New file. Contains material for making net
7995 releases for gdb, binutils, et al., formerly in Makefile.in.
7996
82a9b2d9
NC
79972002-09-30 Nick Clifton <nickc@redhat.com>
7998
7999 * cpu: New top level directory. Intended to hold input files for
8000 CGEN which have FSF copyright assignment.
8001 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8002
c2463a00
AC
80032002-09-29 Andrew Cagney <ac131313@redhat.com>
8004
8005 Revert below (note that src does not contain Makefile.tpl):
8006 * Makefile.tpl: Make subsituted variables more autoconfy.
8007 * Makefile.in: Regenerate.
8008
f03b4789
NN
80092002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8010
c11e16a9
NN
8011 * configure: Revert accidentally applied changes.
8012
f03b4789
NN
8013 * Makefile.tpl: Make more autoconf-friendly.
8014 * Makefile.in: Regenerate.
8015 * configure: Make substitution more autoconf-like.
8016
80172002-09-28 Richard Earnshaw <rearnsha@arm.com>
8018
8019 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8020 single entry to handle all these.
8021 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8022 libjava on arm-*-elf.
8023
c0292023
GK
80242002-09-27 Geoffrey Keating <geoffk@apple.com>
8025
8026 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8027 things that depend on them.
8028
c66d951e
NN
80292002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8030
8031 * Makefile.tpl: Make subsituted variables more autoconfy.
8032 * Makefile.in: Regenerate.
8033 * configure: Make seds more autoconfy.
8034
907a7241 80352002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
8036
8037 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8038 * Makefile.in: Regenerate.
8039 * configure.in: Rewrite sed statements to look autoconfy.
8040
907a7241
NN
8041 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8042 all-target-foo on configure-target-foo.
8043 * Makefile.def: Ditto.
8044 * Makefile.in: Rebuild.
8045
405ea7a0
NN
80462002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8047
8048 * Makefile.def: New file.
8049 * Makefile.tpl: New file.
8050 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8051
8052 * configure.in: Minor rearrangement. Simplify tests.
8053
bdc57bfd
JT
80542002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8055
8056 * configure.in (with_headers): Skip copy if value is "yes".
8057 (with_libs): Likewise.
8058
ae03d6e2
NN
80592002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8060
8061 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8062 * configure.in (sh*-*-pe*): Ditto.
8063 * configure.in (mips*-*-pe*): Ditto.
8064 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
8065
8066 * configure.in: Rearrange.
8067
707960fe
NC
80682002-09-12 Nick Clifton <nickc@redhat.com>
8069
8070 * Import these changes from the config master repository:
8071
8072 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8073
8074 * config.sub: Add tic4x target.
8075
8076 2002-09-03 Ben Elliston <bje@redhat.com>
8077
8078 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8079 Reported by <Duncan_Stodart@insession.com>.
8080
36ea319f
JJ
80812002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8082
8083 * COPYING.NEWLIB: More updates.
8084
cf57480a
JJ
80852002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8086
8087 * COPYING.NEWLIB: Update.
8088
fd31a171
AC
80892002-08-23 Andrew Cagney <ac131313@redhat.com>
8090
23b632fc
AC
8091 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8092
fd31a171
AC
8093 * config.guess: Import version 2002-08-23.
8094 * config.sub: Import version 2002-08-22.
8095
a08bafb5
AO
80962002-08-20 Alexandre Oliva <aoliva@redhat.com>
8097
8098 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8099 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8100 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8101
17240c1f
NC
81022002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8103
8104 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8105
e70ad0c6
L
81062002-08-04 H.J. Lu (hjl@gnu.org)
8107
8108 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8109
574e6d11
DD
81102002-07-31 Alan Modra <amodra@bigpond.net.au>
8111
8112 * configure.in: Move generic linux case to end. Copy generic
8113 linux noconfigdirs to mips*-*-linux* entry and new
8114 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8115
611e7523
CD
81162002-07-19 Chris Demetriou <cgd@broadcom.com>
8117
8118 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8119 one instance of them which was missed to the list to update.
8120
51759676
CD
81212002-07-16 Chris Demetriou <cgd@broadcom.com>
8122
8123 * config.guess: Update to 2002-07-09 version.
8124 * config.sub: Update to 2002-07-03 version.
8125
7c1f909c
DD
81262002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8127
8128 * configure.in: Remove two redundant tests.
8129
d7cf5d30
DD
81302002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8131
8132 * configure.in (mips*-*-irix6*o32): Enable stabs.
8133
c74222f7
DD
81342002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8135
5b53c336
DD
8136 * configure.in: Don't build grez.
8137 * Makefile.in: Ditto.
8138
c74222f7
DD
8139 * Makefile.in: Remove references to bsp, cygmon, libstub.
8140 * configure.in: Ditto.
8141
8142 * configure.in: Remove leftover reference to gdbtest.
8143
edd1b227
DD
81442002-07-08 Phil Edwards <pme@gcc.gnu.org>
8145
8146 * configure.in (gxx_include_dir): Change to match versioned
8147 C++ headers if --enable-version-specific-runtime-libs is used.
8148
486186e3
AO
81492002-07-04 Steve Ellcey <sje@cup.hp.com>
8150
8151 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8152
ff0a3bf8
DD
81532002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8154
8155 * configure.in: Make --without-x work.
8156
1dfa8174
NC
81572002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8158
8159 * contrib: New directory. Created to contain a copy of the
5481b376 8160 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
8161 the FSF GCC sources.
8162
07637366
DD
81632002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8164
b6f83f2a
DD
8165 * configure.in: Rearrange target Makefile fragment collection.
8166
07637366
DD
8167 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8168 cvs[src].
8169 * configure.in: Ditto.
8170
f48556b1
DD
81712002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8172
8173 * Makefile.in: Eliminate 'apache' targets.
8174 * configure.in: Eliminate 'apache' targets.
8175
8176 * configure.in: Eliminate redundant tests. Reorganize.
8177
8178 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8179
8180 * config-ml.in: Eliminate references to Cygnus configure.
8181
8182 * Makefile.in: Eliminate references to building emacs.
8183
81842002-07-01 Denis Chertykov <denisc@overta.ru>
8185
8186 * configure.in: Add support for ip2k.
8187
cdb9e2b8
BE
81882002-06-24 Ben Elliston <bje@redhat.com>
8189
8190 * configure.in (host_tools): Remove cgen.
8191
8192 * Makefile.in (all-cgen): Remove; runs from its source directory.
8193 (check-cgen, install-cgen, clean-cgen): Likewise.
8194 (all-opcodes): No not depend on all-cgen.
8195 (all-sim): Likewise.
8196
3558860c
DD
81972002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8198
8199 * configure.in: Fix AIX configury bug.
8200
e3b0c936
DD
82012002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8202
cdb9e2b8 8203 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 8204
cdb9e2b8
BE
8205 * configure.in: Move definition of libstdcxx_flags right above
8206 usage, rather than way earlier.
8ee424c0 8207
c712250a
DD
8208 * configure.in: Pull definition of is_cross_compiler earlier.
8209
9ee1a75c
DD
8210 * configure.in: Rearrange a little.
8211
e3b0c936
DD
8212 * configure.in: Remove references to librx.
8213 * Makefile.in: Remove references to librx.
8214
b2bd228e
DD
82152002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8216
8217 * configure.in: Eliminate ${gasdir} variable.
8218
7cd52483
DB
82192002-06-18 Dave Brolley <brolley@redhat.com>
8220
8221 * configure.in: Add support for frv.
8222 * config.sub: Add support for frv.
8223
6c5e141a
DD
82242002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8225
8226 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8227
0d18b56d
JT
82282002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8229
8230 * configure.in (vax-*-netbsd*): Re-enable gas.
8231
fd8958d5
DD
82322002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8233
27f15fdd
DD
8234 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8235 BUILD_PREFIX_1, to correct nomenclature.
8236 * configure: Likewise.
8237
fd8958d5
DD
8238 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8239 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8240
0c2442b7
DD
82412002-05-31 Olaf Hering <olh@suse.de>
8242
8243 * config-ml.in: Propogate DESTDIR also.
8244
a3602181
JT
82452002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8246
8247 * configure.in (vax-*-netbsd*): Don't build gas for this
8248 platform.
8249
c95f53ae
MM
82502002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8251
8252 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8253 and libgcj for AVR.
8254
1d7c1053
NC
82552002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8256
8257 * config.sub: Add DLX target.
8258
4b37028f
JT
82592002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8260
8261 * config.guess: Update to 2002-05-22 version.
8262 * config.sub: Likewise.
8263
d5de0a84
NC
82642002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8265
8266 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8267 * config-ml.in: Likewise.
8268 * configure: Likewise.
8269 * configure.in: Likewise.
8270
c92a0210
DD
82712002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8272
115a77aa
DD
8273 * configure.in: Simplify makefile fragment collection.
8274
8275 * configure.in: Remove code to build emacs.
e99daf2b 8276
91e060aa
DD
8277 * configure.in : Remove --srcdir argument from targargs and buildargs
8278 (it's always overridden in the Makefile anyway). Rearrange a bit.
8279
8280 * configure: Move some logic to configure.in.
8281 * configure.in: Move some logic from configure.
c92a0210 8282
91217342
JJ
82832002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8284
8285 * COPYING.LIBGLOSS: New file.
8286
d3d8a9ee
NC
82872002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8288
8289 * Makefile.in: Honour DESTDIR.
8290
3a036cdc
AO
82912002-05-05 Alexandre Oliva <aoliva@redhat.com>
8292
8293 * configure.in (noconfigdirs): Don't disable libgcj on
8294 sparc64-*-solaris* and sparcv9-*-solaris*.
8295
6d095fe4
AO
82962002-05-03 Alexandre Oliva <aoliva@redhat.com>
8297
8298 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8299
dac55df9
TF
83002002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8301
8302 * configure.in (FLAGS_FOR_TARGET): Do not add
8303 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8304 on i[3456]86-*-linux*.
8305
a018e15b
TF
83062002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8307
8308 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
8309
8310 * configure.in (noconfigdirs): Do not add target-newlib if
8311 target == i[3456]86-*-linux*, and host == target.
8312
5f284831
MM
83132002-04-29 Mark Mitchell <mark@codesourcery.com>
8314
8315 * config.guess: Updated to 2002-04-26's version.
8316 * config.sub: Updated to 2002-04-26's version.
8317
33babf59
DD
83182002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8319
bd5f7da2
DD
8320 * configure.in: delete reference to absent file
8321
a0c4f3a0
DD
8322 * configure.in: replace '[' with 'test'
8323
66f1ba4f
DD
8324 * configure.in: Eliminate references to gash.
8325 * Makefile.in: Eliminate references to gash.
8326
7c3ab50c
DD
8327 * configure.in: remove useless references to 'pic' makefile fragments.
8328
bbc025f5
DD
8329 * configure.in: (*-*-windows*) Finish removing.
8330
33babf59
DD
8331 * configure.in: Eliminate redundant test for libgui.
8332
d5ec694c
DD
83332002-04-26 Joel Sherrill <joel@OARcorp.com>
8334
8335 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8336 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8337
57a5346c
DD
83382002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8339
8340 * configure.in: remove references to dead files
8341
dbf93899
DD
83422002-04-18 Tom Tromey <tromey@redhat.com>
8343
8344 * configure.in: Disallow configuring libgcj when it is already
8345 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8346 Solaris 2.8 by default. For PR libgcj/6158.
8347
26eadf68
DD
83482002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8349
8350 * configure.in: Move default CC setting out of config/mh-* fragments
8351 directly into here.
8352
a0a2c6c6
DD
83532002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8354
8355 * configure.in: don't even try to configure or make a subdirectory
8356 if there's no configure script for it.
8357
9972f812
DD
83582002-04-15 Mark Mitchell <mark@codesourcery.com>
8359
8360 * MAINTAINERS: Remove chill maintainers.
8361 * Makefile.in (CHILLFLAGS): Remove.
8362 (CHILL_LIB): Remove.
8363 (TARGET_CONFIGDIRS): Remove libchill.
8364 (CHILL_FOR_TARGET): Remove.
8365 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8366 CHILL_LIB.
8367 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8368 (CHECK_TARGET_MODULES): Likewise.
8369 (INSTALL_TARGET_MODULES): Likewise.
8370 (CLEAN_TARGET_MODULES): Likewise.
8371 (configure-target-libchill): Remove.
8372 (all-target-libchill): Remove.
8373 * configure.in (target_libs): Remove target-libchill.
8374 Do not compute CHILL_FOR_TARGET.
8375 * libchill: Remove directory.
5481b376 8376
75205f78
DD
83772002-04-15 DJ Delorie <dj@redhat.com>
8378
8379 * Makefile.in, configure.in, configure: Sync with gcc, entries
8380 follow...
8381
83822002-04-08 Tom Tromey <tromey@redhat.com>
8383
8384 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8385 Fixes PR libgcj/6068.
8386
83872002-03-30 Krister Walfridsson <cato@df.lth.se>
8388
8389 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8390
83912002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8392
8393 * configure.in (alpha*-dec-osf*): Enable libgcj.
8394
83952002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8396
8397 Fix for: PR bootstrap/3591, target/5676
8398 * configure.in (mcore-pe): Disable the configuration of
8399 libstdc++-v3 since exceptions are not supported.
8400
84012002-03-20 Anthony Green <green@redhat.com>
8402
8403 * configure.in: Enable libgcj for xscale-elf target.
8404
84052002-02-28 Alexandre Oliva <aoliva@redhat.com>
8406
8407 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8408 libjava.
8409 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8410
84112002-02-22 Alexandre Oliva <aoliva@redhat.com>
8412
8413 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8414 libstdc++-v3 and libjava.
8415
84162002-02-11 Adam Megacz <adam@xwt.org>
8417
8418 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8419 boehm-gc
8420
84212002-02-09 Alexandre Oliva <aoliva@redhat.com>
8422
8423 * config.guess: Updated to 2002-01-30's version.
8424 * config.sub: Updated to 2002-02-01's version.
8425 Contribute sh64-elf.
8426 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8427 * configure.in: Added sh64-*-*.
8428
84292002-01-17 H.J. Lu <hjl@gnu.org>
8430
8431 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8432 (all-target-fastjar): Also depend on all-target-libiberty.
8433
8434Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8435
8436 * configure, configure.in: Use temp file for long sed commands.
8437
84382001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8439
8440 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8441 libf2c.
8442
84432001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8444
8445 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8446
84472001-10-11 Hans-Peter Nilsson <hp@axis.com>
8448
8449 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8450
84512001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8452
8453 * configure: Handle temporary files securely using mkdir.
8454
84552001-09-26 Will Cohen <wcohen@redhat.com>
8456
8457 * configure.in (*-*-linux*): Disable configuration of target-newlib
8458 and target-libgloss.
8459
84602001-09-26 Alexandre Oliva <aoliva@redhat.com>
8461
8462 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8463 RANLIB.
8464
84652001-08-11 Graham Stott <grahams@redhat.com>
8466
8467 * Makefile.in (check-c++): Add missing semicolon.
8468
84692001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8470
8471 * configure.in (sh-*-linux*): New.
8472
84732001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8474
8475 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8476 and libgcj on m68hc11/m68hc12.
8477
84782001-06-27 H.J. Lu (hjl@gnu.org)
8479
8480 * Makefile (CFLAGS_FOR_BUILD): New.
8481 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8482
84832001-06-01 Hans-Peter Nilsson <hp@axis.com>
8484
8485 * configure.in (libstdcxx_flags): Do not try to execute
8486 libstdc++-v3/testsuite_flags until it exists.
8487
84882001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8489
8490 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8491
84922001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8493
8494 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8495
8496Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8497
8498 * configure.in: Move *-chorusos target case to the proper switch.
8499 Disable libgcj.
8500
85012001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8502
8503 * Makefile.in (STAGE1_CFLAGS): Pass down.
8504
85052001-04-13 Alan Modra <amodra@one.net.au>
8506
8507 * config.guess: Add hppa64-linux support. Note for next import that
8508 this is already in the master file.
8509 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8510
85112001-03-22 Colin Howell <chowell@redhat.com>
8512
8513 * Makefile.in (DO_X): Do not backslash single-quotes in
8514 backquotes (two places).
8515
85162001-03-18 Laurynas Biveinis <lauras@softhome.net>
8517
8518 * Makefile.in (DO_X): Quote nested quotes.
8519
85202001-03-15 Laurynas Biveinis <lauras@softhome.net>
8521
8522 * Makefile.in (DO_X): Use double quotes for quoting
8523 "RANLIB=$${RANLIB}".
8524
85252001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8526
8527 * configure.in: Only use `lang_requires' for languages athat are
8528 actually enabled.
8529
85302001-03-07 Tom Tromey <tromey@redhat.com>
8531
8532 * configure.in: Allow config-lang.in to set `lang_requires' to list
8533 of other required languages.
8534
85352001-03-06 Laurynas Biveinis <lauras@softhome.net>
8536
8537 * Makefile.in: Remove RANLIB definition. Use RANLIB
8538 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8539 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8540
85412001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8542 Alexandre Oliva <aoliva@redhat.com>
8543
8544 * Makefile.in (check-c++): Use tabs, not spaces.
8545
85462001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8547
8548 * Makefile.in (check-c++): New rule.
8549
8550 * configure.in (target_libs): Remove libg++.
8551 (noconfigdirs): Remove libg++.
8552 (noconfigdirs): Same.
8553 (noconfigdirs): Same.
8554 (noconfigdirs): Same.
8555
8556 * config-ml.in: Remove libg++ references.
8557
8558 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8559 (ALL_TARGET_MODULES): Same.
8560 (configure-target-libg++): Remove.
8561 (all-target-libg++): Remove.
8562 (configure-target-libio): Remove.
8563 (all-target-libio): Remove.
8564 (check-target-libio): Remove.
8565 (.PHONY): Remove.
8566 (libg++.tar.bz2): Remove.
8567 (all-target-cygmon): Remove libio.
8568 (all-target-libstdc++): Remove.
8569 (configure-target-libstdc++): Remove.
8570 (TARGET_LIB_PATH): Remove libstdc++.
8571 (ALL_GCC_CXX): Remove libstdc++.
8572 (all-target-gperf): Correct.
8573
85742001-02-15 Anthony Green <green@redhat.com>
8575
8576 * configure: Introduce GCJ_FOR_TARGET.
8577 * configure.in: Ditto.
8578 * Makefile.in: Ditto.
8579
85802001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8581
8582 * configure.in: for *-chorusos, don't config target-newlib and
8583 target-libgloss.
8584
85852001-02-04 Mark Mitchell <mark@codesourcery.com>
8586
8587 Remove V2 C++ library.
8588 * configure.in: Remove --enable-libstdcxx_v3 support.
8589
85902001-01-27 Richard Henderson <rth@redhat.com>
8591
8592 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8593
85942001-01-26 Tom Tromey <tromey@redhat.com>
8595
8596 * configure.in: Allow libgcj to be built on Sparc Solaris.
8597
85982001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8599
8600 * configure.in: Enable libgcj on several additional platforms.
8601
86022001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8603
8604 * configure.in: Enable libgcj for linux targets.
8605
86062001-01-09 Mike Stump <mrs@wrs.com>
8607
8608 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8609 failures of subdirectories.
8610
86112001-01-02 Laurynas Biveinis <lauras@softhome.net>
8612
8613 * configure: handle DOS-style absolute paths.
8614
86152001-01-02 Laurynas Biveinis <lauras@softhome.net>
8616
8617 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8618
86192000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8620
8621 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8622 (libstdcxx_incdir): Pass down.
8623 * config.if: Remove expired bits for cxx_interface, add stub.
8624 (libstdcxx_incdir): Add variable for g++ include directory.
8625 * configure.in (gxx_include_dir): Use it.
8626
86272000-12-15 Andreas Jaeger <aj@suse.de>
8628
8629 * configure.in: Handle lang_dirs.
8630
86312000-12-13 Anthony Green <green@redhat.com>
8632
8633 * configure.in: Disable libgcj for any target not specifically
8634 listed. Disable libgcj for x86 and Alpha Linux until compatible
8635 with g++ abi.
8636
86372000-12-13 Mike Stump <mrs@wrs.com>
8638
8639 * Makefile.in (local-distclean): Also remove fastjar.
8640
86412000-12-10 Anthony Green <green@redhat.com>
8642
8643 * configure.in: Define libgcj. Disable libgcj target libraries for
8644 most targets.
8645
86462000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8647
8648 * configure.in (target_libs): Revert 2000-12-08 patch.
8649 (noconfigdirs): Added target-libjava.
8650
86512000-12-09 Laurynas Biveinis <lauras@softhome.net>
8652
8653 * Makefile.in: handle DOS-style absolute paths.
8654
86552000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8656
8657 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8658 libjava.
8659 * configure.in (target_libs): Removed `target-libjava'.
8660
86612000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8662
8663 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8664 (ALL_MODULES): Added fastjar.
8665 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8666 (all-target-libjava): all-fastjar replaces all-zip.
8667 (all-fastjar): Added.
8668 (configure-target-fastjar, all-target-fastjar): Likewise.
8669 * configure.in (host_tools): Added fastjar.
8670
86712000-12-07 Mike Stump <mrs@wrs.com>
8672
8673 * Makefile.in (local-distclean): Remove leftover built files.
8674
86752000-11-16 Fred Fish <fnf@be.com>
8676
8677 * configure.in (enable_libstdcxx_v3): Fix typo,
8678 libstd++ -> libstdc++.
8679
86802000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8681
8682 * configure: Provide the original toplevel configure arguments
8683 (including $0) to subprocesses in the environment rather than
8684 through gcc/configargs.h.
8685
86862000-11-12 Mark Mitchell <mark@codesourcery.com>
8687
8688 * configure: Turn on libstdc++ V3 by default.
8689
86902000-10-16 Michael Meissner <meissner@redhat.com>
8691
8692 * configure (gcc/configargs.h): Only create if there is a build GCC
8693 directory created.
8694
86952000-10-05 Phil Edwards <pme@gcc.gnu.org>
8696
8697 * configure: Save configure arguments to gcc/configargs.h.
8698
86992000-10-04 Andris Pavenis <pavenis@latnet.lv>
8700
8701 * Makefile.in (bootstrap): avoid recursion if subdir missing
8702 (cross): ditto
8703 (do-proto-toplev): ditto
8704
8705Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8706
8707 * configure.in: Do not build byacc for hppa64. Provide paths to the
8708 X11 libraries for hppa64.
8709
87102000-09-02 Anthony Green <green@cygnus.com>
8711
8712 * Makefile.in (all-gcc): Depend on all-zlib.
8713 (CLEAN_MODULES): Add clean-zlib.
8714 (ALL_MODULES): Add all-zlib.
8715 * configure.in (host_libs): Add zlib.
8716
87172000-08-25 Alexandre Oliva <aoliva@redhat.com>
8718
8719 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8720 $targargs to tell whether newlib is going to be built.
8721
8722 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8723 $$r/TARGET_SUBDIR/libio for _G_config.h.
8724
87252000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8726
8727 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8728
8729 * configure: Make enable_threads and enable_shared defaults
8730 explicit. Substitute enable_threads into generated Makefiles.
8731 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8732 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8733
87342000-08-02 Manfred Hollstein <manfredh@redhat.com>
8735
8736 * configure.in: Re-enable all references to libg++ and librx.
8737
ffb97b2f 87382002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8739
ffb97b2f
DD
8740 * configure.in: Add *-*-freebsd* configurations.
8741
bbf6e9e3
AC
87422002-04-07 Andrew Cagney <ac131313@redhat.com>
8743
8744 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8745 (do-tar, do-bz2): New rules.
8746 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8747 (gdb-tar): New rule.
8748 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8749 (insight_dejagnu.tar): New rule.
8750 (insight.tar): New rule.
8751 (gdb+dejagnu.tar): New rule.
8752 (gdb.tar): New rule.
8753
8f1579c0
AC
87542002-04-07 Andrew Cagney <ac131313@redhat.com>
8755
8756 * MAINTAINERS: Update dejagnu/
8757
ba3c59ab
AO
87582002-03-16 Alexandre Oliva <aoliva@redhat.com>
8759
8760 * ltmain.sh (relink_command): Fix typo in previous change.
8761
6243d5dd
AO
87622002-03-15 Alexandre Oliva <aoliva@redhat.com>
8763
8764 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8765 (relink_command): Added --tag flags.
8766 (mode=install): If relinking fails; error out.
8767
80413487
RH
87682002-03-12 Richard Henderson <rth@redhat.com>
8769
8770 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8771 .NOTPARALLEL tag.
8772 (do-check): Rename from check.
8773 (check): Allow parallel check.
8774
3daeddf6
RH
87752002-03-11 Richard Henderson <rth@redhat.com>
8776
8777 * Makefile.in (.NOTPARALLEL): Add fake tag.
8778
fad93c55
L
87792002-03-07 H.J. Lu (hjl@gnu.org)
8780
8781 * configure.in: Enable gprof for mips*-*-linux*.
8782
2e8357fc
AO
87832002-02-28 Alexandre Oliva <aoliva@redhat.com>
8784
8785 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8786 libjava.
8787 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8788
bd48e1a9
AC
87892002-02-24 Andrew Cagney <ac131313@redhat.com>
8790
8791 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8792
39121370
DJ
87932002-02-23 Daniel Jacobowitz <drow@mvista.com>
8794
8795 * config.guess: Import from master sources, rev 1.232.
8796 * config.sub: Import from master sources, rev 1.246.
8797
081ff160
AO
87982002-02-23 Alexandre Oliva <aoliva@redhat.com>
8799
8800 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8801 because its Makefile is there; test for the executable instead.
8802
20a5393b
AO
88032002-02-09 Alexandre Oliva <aoliva@redhat.com>
8804
8805 Contribute sh64-elf.
8806 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8807 * configure.in: Added sh64-*-*.
8808
38135629
JJ
88092002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8810
80413487
RH
8811 * COPYING.NEWLIB: Remove advertising clause from
8812 Berkeley and Red Hat licenses.
38135629 8813
48d19748
MD
88142002-02-01 Mo DeJong <supermo@bayarea.net>
8815
8816 * Makefile.in: Add all-tix to deps for all-snavigator
8817 so that tix is built when building snavigator.
8818
f6e1c110
BE
88192002-02-01 Ben Elliston <bje@redhat.com>
8820
8821 * config.guess: Import from master sources, rev 1.229.
8822 * config.sub: Import from master sources, rev 1.240.
8823
4867be41
DJ
88242002-01-27 Daniel Jacobowitz <drow@mvista.com>
8825
8826 From Steve Ellcey <sje@cup.hp.com>:
8827 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8828 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8829 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8830 IA64.
8831 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8832 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8833 soname_spec, sys_lib_search_path_spec): Ditto.
8834
e82380cc
JT
88352002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8836
8837 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8838 target-libiberty, and target-libgloss. Skip Java-related
8839 libraries if not supported for NetBSD on target CPU.
8840
1319fb9c
NC
88412002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8842
8843 * configure.in: Import StrongARM and XScale target_configdirs from
8844 FSF GCC version.
8845
b020f6ac
L
88462002-01-16 H.J. Lu (hjl@gnu.org)
8847
8848 * config.guess: Import from master sources, rev 1.225.
8849 * config.sub: Import from master sources, rev 1.238.
8850
8851 * MAINTAINERS: Updated notes on config.guess and config.sub.
8852
a0c1c920
NC
88532002-01-11 Steve Ellcey <sje@cup.hp.com>
8854
8855 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8856 ld and gdb are not supported.
8857
a9fa5e1f
JJ
88582002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8859
8860 * Change reference to Cygnus Solutions to be Red Hat.
8861
94077108
JJ
88622002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8863
8864 * COPYING.NEWLIB: Update generic copyright date.
8865
05ecd75c
MS
88662002-01-07 Mark Salter <msalter@redhat.com>
8867
8868 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8869 Allow target-libgloss to be built for arm, strongarm, and xscale.
8870
a106bb62
BE
88712002-01-03 Ben Elliston <bje@redhat.com>
8872
8873 * MAINTAINERS: Update URL for config.* scripts.
8874
0e254642
AM
88752001-12-18 Alan Modra <amodra@bigpond.net.au>
8876
8877 * config.sub: Import latest version.
8878 * config.guess: Likewise.
8879
0a0d0041
TF
88802001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8881
8882 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8883 options for i[3456]86-pc-linux* native builds.
8884
d932cae7
NC
88852001-12-05 Laurent Guerby <guerby@acm.org>
8886
8887 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8888 libiberty.
d932cae7
NC
8889
8890 Import this patch from gcc:
5481b376 8891
d932cae7
NC
8892 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8893
8894 * symlink-tree: handle DOS-style absolute paths.
8895
49b7683b
DD
88962001-11-28 DJ Delorie <dj@redhat.com>
8897 Zack Weinberg <zack@codesourcery.com>
8898
8899 When build != host, create libiberty for the build machine.
8900
8901 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8902 CONFIG_ARGUMENTS.
8903 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8904 New variables.
8905 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8906 and rules.
8907 (all.normal): Depend on ALL_BUILD_MODULES.
8908 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8909 (all-build-libiberty): Depend on configure-build-libiberty.
8910
8911 * configure: Calculate and substitute proper value for
8912 ALL_BUILD_MODULES.
8913 * configure.in: Create the build subdirectory.
8914 Calculate and substitute TARGET_CONFIGARGS (formerly
8915 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8916
26ef82f4
GK
89172001-11-26 Geoffrey Keating <geoffk@redhat.com>
8918
8919 * config.sub: Update to version 1.232 on subversion.
8920
43e64072
NC
89212001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8922
8923 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8924 files from .po files for a distribution.
8925
66f6c0d5
HPN
89262001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8927
8928 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8929
4a02fdb2
JH
89302001-11-13 Jeff Holcomb <jeffh@redhat.com>
8931
8932 Merged from net gcc:
8933 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8934 * ltcf-c.sh: Use $objext, not $ac_objext.
8935 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8936 * ltcf-cxx.sh: Add support for GNU.
8937 2001-07-22 Timothy Wall <twall@redhat.com>
8938 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8939 default settings if using GNU tools with that configuration.
8940 * ltcf-cxx.sh: Ditto.
8941 * ltcf-gcj.sh: Ditto.
8942 2001-07-21 Michael Chastain <chastain@redhat.com>
8943 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8944 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8945 * ltmain.sh: Mark as gcc-local.
8946
227b9953
JH
89472001-11-13 Jeff Holcomb <jeffh@redhat.com>
8948
8949 * Makefile.in (all-bison): Revert 2001-10-24.
8950 Don't depend on texinfo.
8951
cbbab8fb
JJ
89522001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8953
80413487 8954 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8955
922b2485
DD
89562001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8957
8958 * configure.in (--enable-languages): Be more permissive about
8959 syntax. Check for empty lists better. Warn about $LANGUAGES.
8960
f08fa01d
HPN
89612001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8962
8963 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8964
fee3da4e
JH
89652001-10-24 Jeff Holcomb <jeffh@redhat.com>
8966
8967 Makefile.in (all-bison): Don't depend on texinfo.
8968
73fb1ef9
AM
89692001-10-03 Alan Modra <amodra@bigpond.net.au>
8970
8971 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8972
373688ac
AO
89732001-09-29 Alexandre Oliva <aoliva@redhat.com>
8974
8975 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8976
9c07660b
HPN
89772001-09-28 Hans-Peter Nilsson <hp@axis.com>
8978
8979 * config.sub, config.guess: Import latest from subversions.
8980
3f152009
AO
89812001-09-21 Alexandre Oliva <aoliva@redhat.com>
8982
8983 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8984 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8985 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8986 avoid quotes nesting problems.
8987 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8988 (DO_X): Export only variables that are set.
8989
8f6a59e5
BE
89902001-09-19 Ben Elliston <bje@redhat.com>
8991
8992 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8993 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8994 semantics. Use the shell built-in "type" command instead.
8995
a1ec19fa
TS
89962001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8997
8998 * config.sub: Reverted the earlier change, this version is not the
8999 master file.
9000
4008bd9b
TS
90012001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9002
9003 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9004 Add support for mips64.
9005
dd1e52a4
JH
90062001-09-03 Jeff Holcomb <jeffh@redhat.com>
9007
9008 * configure.in: Enable libstdc++-v3 for h8300 targets.
9009
91549d1c
EC
90102001-08-30 Eric Christopher <echristo@redhat.com>
9011 Jason Eckhardt <jle@redhat.com>
9012
9013 * config.sub: Add support for mipsisa32.
9014
cf966cf9
EC
90152001-08-30 Eric Christopher <echristo@redhat.com>
9016
9017 * config.sub, config.guess: Import latest from subversions.
9018
82208dc5
AM
90192001-08-20 Alan Modra <amodra@bigpond.net.au>
9020
9021 * config.sub, config.guess: Import latest from subversions.
9022
4dca8403
DD
90232001-07-26 DJ Delorie <dj@redhat.com>
9024
9025 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9026
1107dce2
AM
90272001-06-19 Alan Modra <amodra@bigpond.net.au>
9028
9029 * Makefile.in: Revert 2001-06-17.
9030 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9031
e09a6604
L
90322001-06-17 H.J. Lu <hjl@gnu.org>
9033
9034 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9035 (gas+binutils.tar.bz2): Likewise.
9036 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9037
31a8b634
AC
9038Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9039
9040 * Makefile.in (VER): When present, extract the version number from
5481b376 9041 the file version.in.
31a8b634 9042
dc70af01
AO
90432001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9044
9045 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9046 gcc/xgcc is built, use -print-prog-name to find out the program
9047 name to use.
9048
839bbd8c
AO
90492001-06-04 Mark Mitchell <mark@codesourcery.com>
9050
9051 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9052 with_gcc]: Use `gcc -shared' to build a shared library.
9053
566e9a30
AO
90542001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9055
9056 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9057 archives.
9058
e877bb69
AO
90592001-05-28 Simon Patarin <simon.patarin@inria.fr>
9060
9061 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9062 libraries when using g++ with native linker.
9063
1605288b
AO
90642001-05-28 Alexandre Oliva <aoliva@redhat.com>
9065
9066 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9067
11a383ba
TR
90682001-05-24 Tom Rix <trix@redhat.com>
9069
9070 * configure.in : enable ld for aix
cf966cf9 9071
18611226
AO
90722001-05-22 Alexandre Oliva <aoliva@redhat.com>
9073
9074 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9075 [aix4*|aix5*]: Prepend blank.
9076
6be7c12c
AO
90772001-05-20 Alexandre Oliva <aoliva@redhat.com>
9078
9079 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9080 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9081 of subdir/configure scripts to use the new libtool.m4.
9082
4ed00bba
L
90832001-05-14 H.J. Lu <hjl@gnu.org>
9084
9085 * config.if (libc_interface): Set to -libc6.2- for cross
9086 compiling to Linux/glibc 2.2.
9087
b1af961c
AO
90882001-05-03 Alexandre Oliva <aoliva@redhat.com>
9089
9090 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9091 libgcj.
9092
5ec3e74e
AO
90932001-04-26 Alexandre Oliva <aoliva@redhat.com>
9094
9095 * configure.in (noconfigdirs): Don't reset it from scratch in the
9096 target case; only append to it.
9097
b3ed1d6b
AO
90982001-04-26 Alexandre Oliva <aoliva@redhat.com>
9099
9100 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9101 sparc-*-solaris2.8]: Disable ${libgcj}.
9102
96111c10
AO
91032001-04-25 Alexandre Oliva <aoliva@redhat.com>
9104
9105 * configure.in (libgcj_saved): Copy from $libgcj.
9106 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9107 --disable-libgcj.
9108
b5bf43f2
AO
91092001-04-20 Alexandre Oliva <aoliva@redhat.com>
9110
9111 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9112 1.641.2.228.
9113
8cc32590
AO
91142001-04-12 Alexandre Oliva <aoliva@redhat.com>
9115
9116 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9117 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9118
dec0cb0c
AO
91192001-04-01 Alexandre Oliva <aoliva@redhat.com>
9120
9121 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9122 New macros.
9123 (bootstrap, cross): Use RECURSE_FLAGS.
9124 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9125
6a9c3886
AO
91262001-03-27 Alexandre Oliva <aoliva@redhat.com>
9127
9128 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9129
d4fc7db8
NC
91302001-03-23 Nick Clifton <nickc@redhat.com>
9131
9132 * README-maintainer-mode: Add note about inability to use "make
9133 distclean" in maintainer mode.
9134
7389ff65
AO
91352001-03-22 Alexandre Oliva <aoliva@redhat.com>
9136
9137 Re-installed:
9138 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9139 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9140 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9141 * ltcf-cxx.sh: Likewise.
9142 * ltcf-gcj.sh: Likewise.
9143
b3e0dc8e
PB
91442001-03-22 Philip Blundell <philb@gnu.org>
9145
9146 * config.sub, config.guess: Import latest from subversions.
9147
469b781c
AO
91482001-03-22 Alexandre Oliva <aoliva@redhat.com>
9149
9150 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9151 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9152
b0dad762
MC
91532001-03-20 Michael Chastain <chastain@redhat.com>
9154
9155 * Makefile.in: all-m4 depends on all-texinfo.
9156
c559bb17
AO
91572001-03-08 Alexandre Oliva <aoliva@redhat.com>
9158
9159 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9160
fef4ae2e
JJ
91612001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9162
9163 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9164 longer valid.
9165
8d6dd99d
NC
91662001-02-16 Nick Clifton <nickc@redhat.com>
9167
9168 * configure.in (noconfigdirs): Allow configuration of texinfo
9169 for Cygwin hosts.
9170
a85d7ed0
NC
91712001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9172
9173 * config.guess: Add linux target for S/390.
9174 * config.sub: Likewise.
9175 * configure.in: Likewise.
9176
51221c5e
DD
91772001-02-06 Ben Elliston <bje@redhat.com>
9178
9179 * configure: Output host type to stdout, not stderr.
9180
9dec4c71
MS
91812001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9182
9183 * config.guess: Import from subversions.gnu.org (revision 1.181).
9184 * config.sub: Import from subversions.gnu.org (revision 1.199).
9185
9add9c04
AM
91862001-01-30 Alan Modra <alan@linuxcare.com.au>
9187
9188 * config.guess: Handle hppa64-linux systems.
9189
8679174d
MS
91902001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9191
9192 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9193 Don't unset, it's non-portable and no longer necessary, set to empty
9194 instead.
9195
02d01ed4
MS
91962001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9197
9198 * ltconfig: Shell portability fix for the tagname validity check.
9199
4cc5853d
MS
92002001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9201
9202 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9203
7487e485
AO
92042001-01-27 Alexandre Oliva <aoliva@redhat.com>
9205
9206 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9207 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9208
f332af52
AO
92092001-01-24 Alexandre Oliva <aoliva@redhat.com>
9210
9211 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9212 keep at least one of build_libtool_libs or build_old_libs set to
9213 yes.
9214
ef099754
AO
92152001-01-24 Alexandre Oliva <aoliva@redhat.com>
9216
9217 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9218 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9219
8341f2fc 92202000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 9221
8341f2fc
AJ
9222 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9223
92242000-11-03 Philip Blundell <pb@futuretv.com>
9225
9226 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9227 files.
ebf0fa2e 9228
c320a39f
JJ
92292001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9230
9231 * COPYING.NEWLIB: Put into source repository.
9232
8817b92e
BE
92332001-01-15 Ben Elliston <bje@redhat.com>
9234
9235 * configure.in (host_tools): Add sid.
9236 Always configure cgen.
9237 * Makefile.in (all-sid): New target.
9238 (check-sid, clean-sid, install-sid): Likewise.
9239
35590697
AJ
92402001-01-07 Andreas Jaeger <aj@suse.de>
9241
80413487 9242 * config.sub, config.guess: Update from subversions.
35590697 9243
6ee6cea6
AO
92442000-12-12 Alexandre Oliva <aoliva@redhat.com>
9245
9246 * configure.in: Disable language-specific target libraries for
9247 languages that aren't enabled.
9248
077b8428
NC
92492000-11-24 Nick Clifton <nickc@redhat.com>
9250
9251 * configure.in (xscale-elf): Add target.
9252 (xscale-coff): Add target.
9253 (c4x, c5x, tic54x): Move after ARM targets.
9254
9e28a1ed
AO
92552000-11-23 Alexandre Oliva <aoliva@redhat.com>
9256
9257 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9258
be98a80a
ILT
92592000-11-20 Ian Lance Taylor <ian@zembu.com>
9260
9261 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9262
5cec67bf
AO
92632000-11-18 Alexandre Oliva <aoliva@redhat.com>
9264
9265 * Makefile.in: Merge with GCC and libgcj.
9266 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9267 configure-target-<library> when their configure scripts need the C
9268 or C++ library to have already been built to work properly.
9269 (do_proto_toplev): Set them to an empty string.
9270
d932cae7 92712000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
9272
9273 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9274 (REALLY_SET_LIB_PATH): Use them.
9275
d932cae7 92762000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
9277
9278 * config.sub: Add support for Sun Chorus
9279
8602ff0c
NC
92802000-11-02 Per Lundberg <plundis@chaosdev.org>
9281
9282 * config.sub: Add support for the *-storm-chaos OS.
9283
f9e0997d
NC
92842000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9285
80413487
RH
9286 * configure.in (noconfigdirs): Don't compile some
9287 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 9288
d64552c5
AO
92892000-09-30 Alexandre Oliva <aoliva@redhat.com>
9290
9291 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9292 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9293 all affected `configure' scripts.
9294
97f60b31
AO
92952000-09-25 Alexandre Oliva <aoliva@redhat.com>
9296
9297 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9298 ltcf-c.sh.
9299
6e8dd58f
PB
93002000-09-12 Philip Blundell <philb@gnu.org>
9301
9302 * config.sub, config.guess: Update from subversions.
9303
103a2e99
AO
93042000-09-06 Alexandre Oliva <aoliva@redhat.com>
9305
51601921
AO
9306 * Makefile.in (all-zlib): Added dummy target.
9307
103a2e99
AO
9308 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9309 multi-language branch.
9310
2809b4b9
AO
93112000-09-05 Alexandre Oliva <aoliva@redhat.com>
9312
9313 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9314 (bootstrap*): Depend on all-bootstrap.
9315
7450026c
AO
93162000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9317
9318 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9319 crosses, but add gcc/include to the header search path for them.
9320
6cf86f7f
AO
93212000-08-31 Alexandre Oliva <aoliva@redhat.com>
9322
9323 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9324 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9325 * gettext.m4: New file, extracted from aclocal.m4.
9326
ce2ea6e3
AO
93272000-08-22 Alexandre Oliva <aoliva@redhat.com>
9328
9329 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9330 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9331 sub-configures.
9332
9765193e
DE
93332000-08-20 Doug Evans <dje@casey.transmeta.com>
9334
9335 * Makefile.in (ALL_MODULES): Add all-cgen.
9336 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9337 (all-cgen): New target.
9338 (all-opcodes,all-sim): Depend on all-cgen.
9339 * configure.in (host_tools): Add cgen.
9340 Only configure cgen if --enable-cgen-maint.
9341
d7b32520
AO
93422000-08-17 Alexandre Oliva <aoliva@redhat.com>
9343
9344 * config-ml.in (CC, CXX): Don't introduce a leading space.
9345
e52ef561
AO
93462000-08-16 Alexandre Oliva <aoliva@redhat.com>
9347
9348 * configure.in (libstdcxx_flags): Use
9349 libstdc++-v3/src/libstdc++.INC.
9350
88f9c2a0
AO
93512000-08-15 Alexandre Oliva <aoliva@redhat.com>
9352
9353 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9354
98fbe43f
JM
93552000-08-11 Jason Merrill <jason@redhat.com>
9356
9357 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9358 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9359 (FLAGS_FOR_TARGET): Not here.
9360 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9361
279ddab4
DD
93622000-08-07 DJ Delorie <dj@redhat.com>
9363
9364 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9365 "if we're also building gcc, and it's a gcc that will run on the
9366 build machine, we want to use its includes instead of the system's
9367 default includes".
9368
60523a83
AO
93692000-08-03 Alexandre Oliva <aoliva@redhat.com>
9370
24ffec7a
AO
9371 * configure.in (libstdcxx_flags): Don't use `"'.
9372
60523a83
AO
9373 * config-ml.in: Adjust multilib search paths to the
9374 appropriate multilib tree.
9375
daf644b5
AO
93762000-08-02 Alexandre Oliva <aoliva@redhat.com>
9377
9378 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9379 commas in $LANGUAGES.
9380
63266560
DD
93812000-08-01 Alexandre Oliva <aoliva@redhat.com>
9382
9383 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9384
93852000-07-31 Alexandre Oliva <aoliva@redhat.com>
9386
9387 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9388 CXX_FOR_TARGET for sed.
9389
93902000-07-30 Alexandre Oliva <aoliva@redhat.com>
9391
9392 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9393 Do not override if already set in the environment or in configure.
9394 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9395 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9396
9e449d3e
AO
93972000-07-27 Alexandre Oliva <aoliva@redhat.com>
9398
9399 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9400 (GCC_FOR_TARGET): Use it.
9401 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9402 * configure.in: ... here.
9403 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9404 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9405
8bbd92e0
AO
94062000-07-24 Alexandre Oliva <aoliva@redhat.com>
9407
fd1f87b2
AO
9408 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9409 (configure-target-libchill, configure-target-libobjc): Likewise.
9410
8bbd92e0
AO
9411 * configure.in: Use the same cache file for all target libs.
9412 * config-ml.in: But different cache files per multilib variant.
9413
25c6c112
JL
94142000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9415
9416 * configure (topsrcdir): Don't use dirname.
9417
ba73c63f
JM
94182000-07-20 Jason Merrill <jason@redhat.com>
9419
9420 * configure.in: Remove all references to libg++ and librx.
9421
9422 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9423
1af08294
HPN
94242000-07-20 Hans-Peter Nilsson <hp@axis.com>
9425
9426 * config.sub: Update to subversions version 2000-07-06.
9427
ba73c63f
JM
94282000-07-12 Andrew Haley <aph@cygnus.com>
9429
9430 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9431 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9432
94332000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9434
9435 * symlink-tree: Check number of arguments.
9436
d932cae7 94372000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9438
9439 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9440
ba73c63f
JM
94412000-07-05 Jim Wilson <wilson@cygnus.com>
9442
9443 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9444 search path for a g++ extracted from the build tree. This
9445 will allow link tests run by configure scripts in
9446 subdirectories to succeed.
9447
92ee2f86
UC
94482000-07-01 Koundinya K <kk@ddeorg.soft.net>
9449
80413487 9450 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9451
23f2f29f
CV
94522000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9453
9454 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9455 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9456
f04f5a67
TW
94572000-06-19 Timothy Wall <twall@cygnus.com>
9458
9459 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9460 * config.sub: Add tic54x target.
9461
11da68be
NC
94622000-06-07 Phillip Thomas <pthomas@suse.de>
9463
9464 * README-maintainer-mode: New file: Contains notes on using
9465 --enable-maintainer-mode with binutils.
9466
d932cae7 94672000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9468
9469 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9470
d932cae7 94712000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9472
9473 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9474 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9475
9442cea3
L
947620000-05-21 H.J. Lu (hjl@gnu.org)
9477
80413487
RH
9478 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9479 directory are used if they exist. Make sure
9480 $(build_tooldir)/include is searched for header files,
9481 $(build_tooldir)/lib/ for library files.
9442cea3 9482 (GCC_FOR_TARGET): Likewise.
80413487 9483 (CXX_FOR_TARGET): Likewise.
9442cea3 9484
d932cae7 94852000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9486
9487 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9488
d932cae7 94892000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9490
9491 * Makefile.in (configure-target-libiberty): Depend on
9492 configure-target-newlib.
9493
ba73c63f
JM
94942000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9495
9496 * configure.in, Makefile.in: Merge all libffi-related
9497 configury stuff from the libgcj tree.
9498
d932cae7 94992000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9500
9501 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9502 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9503
d932cae7 95042000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9505
9506 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9507 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9508 current version information. Add to proto-toplev directory.
b5a23627
AC
9509 (gdb-taz): Build do-djunpack.
9510
ba73c63f
JM
95112000-05-15 David Edelsohn <edelsohn@gnu.org>
9512
9513 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9514
7c86ed39
L
95152000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9516
9517 * ltmain.sh: Preserve in relink_command any environment
9518 variables that may affect the linker behavior.
9519
d932cae7 95202000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9521
9522 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9523
d932cae7 95242000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9525
9526 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9527
ed0a91a5
EZ
95282000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9529
9530 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9531 with the version name.
ed0a91a5 9532
ba73c63f 95332000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9534
ba73c63f 9535 * config.if: Tweak.
6cafa39f 9536
ba73c63f 95372000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9538
ba73c63f 9539 * djunpack.bat: New file.
66156876 9540
d932cae7 95412000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9542
9543 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9544 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9545 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9546 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9547
ba73c63f
JM
95482000-04-16 Dave Pitts <dpitts@cozx.com>
9549
80413487
RH
9550 * config.sub (case $basic_machine): Change default for "ibm-*"
9551 to "openedition".
ba73c63f 9552
d932cae7 95532000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9554
9555 * Makefile.in (gdb-taz): New target. GDB specific archive.
9556 (do-md5sum): New target.
9557 (MD5PROG): Define.
9558 (PACKAGE): Default to TOOL.
9559 (VER): Default to a shell script.
9560 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9561 md5 checksum generation.
b35ece4e
AC
9562 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9563 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9564 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9565 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9566
d932cae7 95672000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9568
9569 * configure (warn_cflags): Delete.
9570
ba73c63f 95712000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9572 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9573
80413487
RH
9574 * configure.in (enable_libstdcxx_v3): Add.
9575 (target_libs): Add bits here to switch between libstdc++-v2 and
9576 libstdc++-v3.
9577 * config.if: And this file too.
9578 * Makefile.in: Add libstdc++-v3 targets.
35590697 9579
ba73c63f
JM
95802000-04-05 Michael Meissner <meissner@redhat.com>
9581
9582 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9583
d332c5ac
JM
95842000-03-29 Jason Merrill <jason@casey.cygnus.com>
9585
9586 * configure.in: -linux-gnu*, not -linux-gnu.
9587
d932cae7 95882000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9589
9590 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9591 (do-tar-bz2): Replace TOOL with PACKAGE.
9592 (gdb.tar.bz2): Remove GDBTK from GDB package.
9593 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9594 dejagnu.tar.bz2): New packages.
6dcbc97b 9595
96ce09a7
ILT
95962000-02-27 Andreas Jaeger <aj@suse.de>
9597
9598 * configure.in: Add entry for mips*-*-linux*, move catch all
9599 *-*-*linux* entry below this one.
9600
2031769e
ILT
96012000-02-27 Ian Lance Taylor <ian@zembu.com>
9602
9603 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9604
4bab746c
NC
96052000-02-24 Nick Clifton <nickc@cygnus.com>
9606
9607 * config.sub: Support an OS of "wince".
9608
d932cae7 96092000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9610
9611 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9612 version.
ada59422 9613
5b93d8bb
AM
96142000-02-23 Linas Vepstas <linas@linas.org>
9615
9616 * config.sub: Add support for Linux/IBM 370.
9617 * configure.in: Likewise.
9618
2fb651f6
NC
96192000-02-22 Nick Clifton <nickc@cygnus.com>
9620
9621 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9622
b8441c25
CF
96232000-02-20 Christopher Faylor <cgf@cygnus.com>
9624
9625 * config.guess: Guess "cygwin" rather than "cygwin32".
9626
d332c5ac
JM
96272000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9628
9629 * configure (gcc_version): When setting, narrow search to
9630 lines containing `version_string'.
9631
ba73c63f
JM
96322000-02-15 Denis Chertykov <denisc@overta.ru>
9633
9634 * config.sub: Add support for avr target.
9635
d932cae7 96362000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9637
9638 * config.sub: Add mmix-knuth-mmixware.
9639
96402000-01-27 Christopher Faylor <cgf@redhat.com>
9641
9642 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9643 structure stuff to -L library search.
9644 (CXX_FOR_TARGET): Ditto.
9645 (CROSS_CHECK_MODULES): Fix spelling mistake.
9646
96472000-01-24 Mark Mitchell <mark@codesourcery.com>
9648
9649 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9650 the C++ compiler.
9651
96522000-01-12 Richard Henderson <rth@cygnus.com>
9653
9654 * configure.in: Don't build some bits for beos.
9655
96562000-01-12 Joel Sherrill (joel@OARcorp.com)
9657
9658 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9659 as include files.
9660
91b2c84d
GK
96612000-01-06 Geoff Keating <geoffk@cygnus.com>
9662
9663 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9664 not mh-aix43.
9665
ba73c63f
JM
96661999-12-14 Richard Henderson <rth@cygnus.com>
9667
9668 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9669 * config.sub: Accept alphaev[78], alphaev8.
9670
96711999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9672
9673 * config.guess, config.sub: Update from autoconf.
9674
9675Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9676
9677 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9678 necessary libraries are missing.
9679
96801999-10-25 Andreas Schwab <schwab@suse.de>
9681
9682 * configure: Fix quoting inside arguments of eval.
9683
96841999-10-21 Nick Clifton <nickc@cygnus.com>
9685
9686 * config-ml.in: Allow suppression of some ARM multilibs.
9687
9688Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9689
9690 * config.guess: Add OS/390 match pattern.
9691 * config.sub: Add mvs, openedition targets.
9692 * configure.in (i370-ibm-opened*): New.
9693
ef14edc4
ILT
96941999-09-04 Steve Chamberlain <sac@pobox.com>
9695
9696 * config.sub: Add support for configuring for pj.
9697
afb478e8
NC
96981999-08-31 Nick Clifton <nickc@cygnus.com>
9699
fd6848f6 9700 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9701
ba73c63f 97021999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9703
9704 * configure.in: Do not configure or build ld for AIX
9705 platforms. ld is known to be broken on these platforms.
9706
ba73c63f
JM
9707Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9708
9709 * config-ml.in: Pass compiler flag corresponding to multidirs to
9710 subdir configures.
9711
c363de44
ILT
97121999-08-09 Ian Lance Taylor <ian@zembu.com>
9713
9714 * Makefile.in (LDFLAGS): Define.
9715
dc8bc5a6
ILT
97161999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9717
9718 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9719 noconfigdirs.
9720 (*-*-cygwin*): Likewise.
9721
6ca3858e
ILT
97221999-08-08 Ian Lance Taylor <ian@zembu.com>
9723
71141bb6
ILT
9724 * mkdep: New file.
9725 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9726 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9727
6ca3858e
ILT
9728 From Eli Zaretskii <eliz@is.elta.co.il>:
9729 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9730 long file name when using DJGPP on MS-DOS.
9731
ba73c63f
JM
9732Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9733
9734 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9735
2735a327
AM
97361999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9737
9738 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9739 dependency as this causes "make check" to globally "make all"
9740
ba73c63f
JM
9741Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9742
9743 * configure.in (target_libs): Added target-zlib.
9744 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9745 (CONFIGURE_TARGET_MODULES): Likewise.
9746 (CHECK_TARGET_MODULES): Likewise.
9747 (INSTALL_TARGET_MODULES): Likewise.
9748 (CLEAN_TARGET_MODULES): Likewise.
9749 (configure-target-zlib): New target.
9750 (all-target-zlib): Likewise.
9751 (all-target-libjava): Depend on all-target-zlib.
9752 (configure-target-libjava): Depend on configure-target-zlib.
9753
9754 * Makefile.in (configure-target-libjava): Depend on
9755 configure-target-newlib.
9756 (configure-target-boehm-gc): New target.
9757 (configure-target-qthreads): New target.
9758
80413487
RH
9759 * configure.in (target_libs): Added target-qthreads.
9760 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9761 (CONFIGURE_TARGET_MODULES): Likewise.
9762 (CHECK_TARGET_MODULES): Likewise.
9763 (INSTALL_TARGET_MODULES): Likewise.
9764 (CLEAN_TARGET_MODULES): Likewise.
9765 (all-target-qthreads): New target.
9766 (configure-target-libjava): Depend on configure-target-qthreads.
9767 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9768
9769 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9770 (CONFIGURE_TARGET_MODULES): Likewise.
9771 (CHECK_TARGET_MODULES): Likewise.
9772 (INSTALL_TARGET_MODULES): Likewise.
9773 (CLEAN_TARGET_MODULES): Likewise.
9774 (all-target-libjava): New target.
9775 (all-target-boehm-gc): Likewise.
9776 * configure.in (target_libs): Added libjava, boehm-gc.
9777
08d836d6
ILT
97781999-07-22 Ian Lance Taylor <ian@zembu.com>
9779
9780 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9781 configure.bat in SUPPORT_FILES.
9782 (gas+binutils.tar.bz2): Likewise.
9783
9784 * makeall.bat: Remove; obsolete.
9785
8f36e47c
ILT
97861999-07-21 Ian Lance Taylor <ian@zembu.com>
9787
9788 From Mark Elbrecht:
9789 * configure.bat: Remove; obsolete.
9790
56e82f25
ILT
97911999-07-11 Ian Lance Taylor <ian@zembu.com>
9792
9793 * configure: Add -W -Wall to the default CFLAGS when compiling with
9794 gcc.
9795
1001d816
JL
9796Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9797
9798 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9799
106117aa
MM
98001999-06-30 Mark Mitchell <mark@codesourcery.com>
9801
9802 * configure.in: Build ld on IRIX6.
9803
c376f4ed
ILT
98041999-06-12 Ian Lance Taylor <ian@zembu.com>
9805
9806 * Makefile.in: Change distribution targets to use bzip2 instead of
9807 gzip.
9808 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9809 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9810
306b7445
NC
98111999-06-04 Nick Clifton <nickc@cygnus.com>
9812
9813 * config.sub: Add mcore target.
9814
d932cae7 98151999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9816
9817 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9818
d932cae7 98191999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9820
9821 * config.guess (dummy): Changed to $dummy.
9822
6c3175b0
NC
98231999-05-24 Nick Clifton <nickc@cygnus.com>
9824
ba73c63f
JM
9825 * config.sub: Tidied up case statements.
9826
98271999-05-22 Ben Elliston <bje@cygnus.com>
9828
9829 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9830 <jiro@din.or.jp>.
9831
9832 * config.guess: Merge with FSF version. Future changes will be
9833 more accurately recorded in this ChangeLog.
9834 * config.sub: Likewise.
9835
d932cae7 98361999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9837
9838 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9839
252b5132
RH
98401999-04-30 Tom Tromey <tromey@cygnus.com>
9841
9842 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9843
98441999-04-23 Tom Tromey <tromey@cygnus.com>
9845
9846 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9847
98481999-04-20 Drew Moseley <dmoseley@cygnus.com>
9849
9850 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9851 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9852 Bad merge removed these two changes.
9853
ba73c63f 9854Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9855 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9856
9857 * config.guess (interix Alpha): Add.
9858
252b5132
RH
98591999-04-11 Richard Henderson <rth@cygnus.com>
9860
9861 * configure.in (i?86-*-beos*): Do config gperf; don't config
9862 gdb, newlib, or libgloss.
9863
d932cae7 98641999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9865
ba73c63f
JM
9866 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9867 link a trivial program with -mabi=64. If it fails, remove mabi=64
9868 from multidirs.
9869
d932cae7 98701999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9871
9872 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9873
252b5132
RH
98741999-04-08 Nick Clifton <nickc@cygnus.com>
9875
9876 * config.sub: Add support for mcore targets.
9877
98781999-04-07 Michael Meissner <meissner@cygnus.com>
9879
9880 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9881 not mt-ospace, in order to shut up assembler warning about using
9882 symbols that are named the same as registers.
9883
98841999-04-07 Drew Moseley <dmoseley@cygnus.com>
9885
9886 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9887 dependency list for all-target-cygmon.
9888
98891999-04-05 Doug Evans <devans@casey.cygnus.com>
9890
9891 * config-ml.in: Check $host, not $target, for selective multilibs.
9892 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9893 thumb interworking, and underscore prefix multilibs.
9894
98951999-04-04 Ian Lance Taylor <ian@zembu.com>
9896
9897 * missing: Update to version from current automake.
9898
9899Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9900
9901 * configure (gxx_include_dir): Removed.
9902
9903 * configure.in (gxx_include_dir): Handle it.
9904 * Makefile.in: Likewise.
9905
99061999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9907
9908 * config.sub (mips64vr4111,mips64vr4111el) Add.
9909
99101999-03-21 Ben Elliston <bje@cygnus.com>
9911
80413487 9912 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9913
9914Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9915
252b5132
RH
9916 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9917 config/mh-djgpp.
9918
9919Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9920
9921 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9922 all-target-newlib to dependency list for all-target-bsp.
9923
9924Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9925
9926 * config.sub: Add i386-uwin support.
9927 * config.guess: Likewise.
9928
9929Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9930
9931 * configure.in: cleanup, add mh-*pic handling for arm, special
9932 case powerpc*-*-aix*
9933
9934Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9935
9936 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9937 can be built.
9938
9939Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9940
9941 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9942 targets.
252b5132
RH
9943
99441999-03-02 Nick Clifton <nickc@cygnus.com>
9945
9946 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9947
d932cae7 99481999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9949
9950 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9951
99521999-02-24 Nick Clifton <nickc@cygnus.com>
9953
9954 * config.sub: Fix typo in arm recognition.
9955
d932cae7 99561999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9957
9958 * configure.in (noconfigdirs): Changed target_configdirs to
9959 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9960 rather than m68k-*-* since it is not known to work on
9961 m68k-aout. Ditto for arm-*-*oabi.
9962
d932cae7 99631999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9964
9965 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9966
99671999-02-19 Ben Elliston <bje@cygnus.com>
9968
9969 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9970 Smart and improved by Andrew Cagney.
9971
d932cae7 99721999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9973
9974 * config.guess: Recognize openbsd-*-hppa.
9975
d932cae7 99761999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9977
9978 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9979 only if it is not empty.
9980
99811999-02-17 Nick Clifton <nickc@cygnus.com>
9982
9983 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9984
fd6848f6 9985 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9986
9987 * config.sub: Modified to recognize uname's armv* syntax.
9988
99891999-02-17 Mark Salter <msalter@cygnus.com>
9990
9991 * configure.in: Added target-bsp for sparclite.
9992
d932cae7 99931999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9994
9995 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9996
99971999-02-08 Nick Clifton <nickc@cygnus.com>
9998
9999 * configure.in: Add support for strongarm port.
10000 * config.sub: Add support for strongarm target.
10001
d932cae7 100021999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 10003
252b5132
RH
10004 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10005 the old name config/mh-cygwin32.
10006 Enable texinfo.
10007
d932cae7 100081999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
10009
10010 * configure.in: Do build ld for ix86 Solaris.
10011
d932cae7 100121999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
10013
10014 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10015 $AR_FOR_TARGET. Likewise for RANLIB.
10016
d932cae7 100171999-02-02 Catherine Moore <clm@cygnus.com>
35590697 10018
80413487
RH
10019 * config.sub (oabi): Recognize.
10020 * configure.in (arm-*-oabi): Handle.
252b5132 10021
d932cae7 100221999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
10023
10024 * config.guess: Improve detection of i686 on UnixWare 7.
10025
d932cae7 100261999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
10027
10028 * config.guess: Add support for i386-pc-interix.
10029 * config.sub: Likewise.
10030 * configure.in: Likewise.
252b5132 10031
d932cae7 100321999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10033
10034 * Makefile.in: Remove unneeded all-target-libio from
10035 from all-target-winsup target since it is now unneeded.
10036 Add all-target-libtermcap in its place since it is now
10037 needed.
10038
d932cae7 100391998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10040
10041 * configure.in: makefile stub for cygwin target is probably
10042 unnecessary. Remove it for now.
252b5132 10043
d932cae7 100441998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
10045
10046 * configure.in: libtermcap.a should be built when cygwin is the
10047 target as well as the host.
10048 * config.guess: Allow mixed case in cygwin uname output.
10049 * Makefile.in: Add libtermcap target.
252b5132 10050
d932cae7 100511998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10052
10053 * config.sub: Clean up handling of hppa2.0.
10054
d932cae7 100551998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
10056
10057 * config.guess: Use C code to identify more HP machines.
10058
10059Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10060
10061 * config.sub: Handle hppa2.0.
10062
ba73c63f
JM
10063Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10064
10065 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 10066 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
10067
100681998-12-15 Mark Salter <msalter@cygnus.com>
10069
10070 * configure.in: Added target-bsp for several target architectures.
10071
10072 * Makefile.in: Added rules for bsp.
10073
252b5132
RH
10074Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10075
10076 * config.guess: Improve detection of hppa2.0 processors.
10077
10078Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10079
10080 * config.guess: Recognize FreeBSD using ELF automatically.
10081
100821998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10083
10084 * configure (skip-this-dir): Add handling for new shell script, which
10085 might be created by a sub-directory's configure to indicate, this particular
10086 directory is "unwanted".
10087 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10088
252b5132
RH
10089Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10090
10091 * ltconfig: import from libtool, after changing libtool to
10092 account for the cygwin name change.
10093
10094Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10095
10096 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10097 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10098
10099Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10100
10101 * configure.in: Add libtermcap to list of cygwin dependencies.
10102
d932cae7 101031998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 10104
80413487
RH
10105 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10106 they include winsup/include when it's a cygwin target.
252b5132
RH
10107
101081998-11-12 Tom Tromey <tromey@cygnus.com>
10109
10110 * configure.in (host_tools): Added zip.
10111 * Makefile.in (all-target-libjava): Depend on all-zip.
10112 (all-zip): New target.
10113 (ALL_MODULES): Added all-zip.
10114 (NATIVE_CHECK_MODULES): Added check-zip.
10115 (INSTALL_MODULES): Added install-zip.
10116 (CLEAN_MODULES): Added clean-zip.
10117
d932cae7 101181998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
10119
10120 * Makefile.in: lose "32" from comment about cygwin.
10121
d932cae7 101221998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
10123
10124 * configure.in: Use -Os to build target libraries for the fr30.
10125
d932cae7 101261998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
10127
10128 * config.sub: Add fr30.
10129
d932cae7 101301998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 10131
80413487 10132 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
10133 cygwin* instead of cygwin32*.
10134 * config.sub: Check cygwin* instead of cygwin32*.
10135
d932cae7 101361998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
10137
10138 * config.guess: Match any version of Unixware7.
10139
252b5132
RH
101401998-10-20 Syd Polk <spolk@cygnus.com>
10141
10142 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10143 if desired.
10144
d932cae7 101451998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10146
10147 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10148 these if the appropriate directories and files to not exist.
10149
d932cae7 101501998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10151
10152 * Makefile.in (DEVO_SUPPORT): Add config.if.
10153
d932cae7 101541998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
10155
10156 * configure: Add pattern to replace "build_tooldir"'s
10157 definition in the generated Makefile with "tooldir"'s
10158 actual value.
10159
252b5132
RH
10160Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10161
10162 * config.sub: Bring back lost sparcv9.
10163
ba73c63f
JM
10164 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10165
10166Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10167
10168 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10169 CC_FOR_TARGET and friends.
10170
10171Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 10172
ba73c63f
JM
10173 * Makefile.in (build_tooldir): New variable, same as tooldir.
10174 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10175 -B$(build_tooldir)/bin/.
10176 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10177
252b5132
RH
10178Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10179
10180 * config.sub: Add support for i[34567]86-pc-udk.
10181 * configure.in: Likewise.
10182
10183Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10184
10185 * Makefile.in: add bzip2 package building bits for user
10186 tools module
10187 * configure.in: ditto
10188
ba73c63f
JM
10189Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10190
10191 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10192 (ALL_TARGET_MODULES): Add all-target-libobjc.
10193 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10194 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10195 (all-target-libchill): Add dependencies.
10196 * configure.in (target_libs): Add libchill.
35590697 10197
252b5132
RH
101981998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10199
ba73c63f 10200 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
10201
10202Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10203
10204 * Makefile.in (all-automake): fix dependencies.
10205
10206Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10207
10208 * configure.in: Minor cleanups for building in the $(target_alias)
10209 subdir.
10210
102111998-09-22 Jim Wilson <wilson@cygnus.com>
10212
10213 * Makefile.in (bootstrap): Set r and s before make all. Use
10214 BASE_FLAGS_TO_PASS in make all.
10215 (cross): Likewise.
10216
102171998-09-20 Mark Mitchell <mark@markmitchell.com>
10218
10219 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10220
252b5132
RH
10221Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10222
10223 * config.sub: Fix typo in last change.
10224
102251998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10226
10227 * config.sub: Add support for C4x target.
10228 * configure.in: Likewise.
10229
102301998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10231
10232 * config.sub: Recognize sparcv9 just like sparc64.
10233
10234Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10235
10236 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10237
10238Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10239
10240 * config.guess: Correctly identify Pentium II sco boxes.
10241
10242 * config.guess: Fix "tr" code. From Weiwen Liu.
10243
10244Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10245
10246 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10247 stabs.
10248
10249Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10250
10251 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10252 (ALL_TARGET_MODULES): Add all-target-libchill.
10253 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10254 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10255 (all-target-libchill): Add dependencies.
10256 * configure.in (target_libs): Add libchill.
10257
10258Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10259
10260 * config.guess: Avoid assumptions about "tr" behaves when
10261 LANG is set to something other than English.
10262
10263Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10264
10265 * configure (gxx_include_dir): Changed to
10266 '${prefix}/include/g++'-${libstdcxx_interface}.
10267
10268 * config.if: New to determine the interfaces.
10269
10270Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10271
10272 * config.guess: Detect and handle MPE/IX.
10273 * config.sub: Deal with MPE/IX.
10274
10275Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10276
10277 * configure.in: Use mh-aix43.
10278
102791998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10280
10281 * configure: Fix --without/--disable cases for gxx-include-dir.
10282
10283Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10284
10285 * mdata-sh: Imported. Needed for automake support.
10286
10287Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10288
ba73c63f 10289 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
10290 "chmod og=u `find . -print`".
10291
10292Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10293
ba73c63f 10294 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
10295
10296Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10297
10298 * Makefile.in: Undo previous patch.
10299
10300Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10301
10302 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10303 to here ...
10304 (install-no-fixedincludes): and here
10305 (INSTALL_MODULES): ... from here.
10306
10307Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10308
10309 * config.sub: Merge with FSF.
10310
10311 * config.guess: Merge with FSF.
10312
10313Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10314
10315 * configure (extraconfigdirs): New variable.
10316 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10317 * Makefile.in (all): Move higher in file.
10318 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10319 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10320 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10321 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10322 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10323
103241998-07-23 Brendan Kehoe <brendan@cygnus.com>
10325
10326 * Makefile.in (all-target-libjava): Depend on all-gcc and
10327 all-target-newlib.
10328 (configure-target-libjava): Depend on $(ALL_GCC).
10329
10330Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10331
10332 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10333 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10334
10335Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10336
10337 * ylwrap: Change absolute path checks to check for DOS style path
10338 names.
10339
10340 * ylwrap: Don't use a full path name if the source file is in the
10341 same directory. From hjl@lucon.org (H.J. Lu).
10342
10343 * config-ml.in: Default to being verbose, to match Feb 18 change to
10344 configure.
10345
10346Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10347
10348 Brought over from egcs:
10349
10350 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10351
10352 * configure.in (target_subdir): Set to ${target_alias} instead
10353 of "libraries".
10354
10355 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10356
10357 * configure.in (target_subdir): Set to libraries if enable_multilib.
10358
10359Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10360
10361 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10362 multilibs, force reconfiguration the first time we create
10363 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10364
10365Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10366
10367 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10368 avoid confusion with --no-recursion.
10369
10370Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10371
10372 * configure.in: Win32 hosts shouldn't use install -x
10373 * install-sh: remove -x option, and special .exe-handling
10374 hack.
10375
10376Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10377
10378 * config.guess: Recognize i586-pc-beos.
10379 * configure.in: Don't build some bits for beos.
10380
10381Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10382
10383 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10384 CFLAGS default to -O2.
10385
10386 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10387 when using GNU ld.
10388
10389Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10390
10391 * ltmain.sh: Correct install when using a different shell.
10392
10393Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10394
10395 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10396
10397Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10398
10399 * makefile.vms: Update to build binutils/makefile.vms. Add install
10400 target.
10401
10402Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10403
10404 * ltconfig: Update to correct AIX handling.
10405
10406Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10407
10408 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10409
10410 * configure.in (target_subdir): Set to ${target_alias} instead
10411 of "libraries".
10412
104131998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10414
10415 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10416 (Makefile): Depend on $(gcc_version_trigger).
10417
10418 * configure (gcc_version): Change default initializer to empty
10419 string.
10420 (gcc_version_trigger): New variable; pass this variable down
10421 to subdir configures to enable them checking gcc's version
10422 themselves. Emit make macros for both gcc_version vars.
10423 (topsrcdir): Initialize reliably.
10424 (recursion line): Remove --with-gcc-version=${gcc_version}.
10425
104261998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10427
10428 * configure (enable_version_specific_runtime_libs): Implement new flag
10429 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10430 in $(libsubdir); emit definition in each generated Makefile.
10431 (gxx_include_dir): Initialize depending on
10432 $enable_version_specific_runtime_libs.
10433
104341998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10435
10436 * configure (gcc_version): Initialize properly depending on
10437 how and where configure is started.
10438 (recursion line): Pass a --with-gcc-version=${gcc_version}
10439 to configures in subdirs.
10440
10441Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10442
10443 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10444 cygmon
252b5132
RH
10445
10446Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10447
10448 * configure.in: Add cygmon and libstub support for mn10200.
10449
104501998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10451
10452 * configure (gcc_version): Add new variable describing the
10453 particular gcc version we're building.
10454 * Makefile.in (libsubdir): Add new macro for the directory
10455 in which the compiler finds executables, libraries, etc.
10456 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10457 and libsubdir.
10458
10459Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10460
ba73c63f
JM
10461 * Makefile.in (local-clean): Remove *.log.
10462 (warning.log): Built with warn_summary from build.log.
10463 (mail-report.log): Run test_summary.
10464 (mail-report-with-warnings.log): Run test_summary including
10465 warning.log in the report.
252b5132
RH
10466
10467Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10468
10469 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10470
10471Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10472
10473 * Makefile.in (grep): Grep no longer depends on libiberty.
10474
10475Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10476
10477 * Makefile.in: all-snavigator needs all-libgui.
10478
10479Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10480
10481 * configure.in: Add cygmon and libstub support for mn10300.
10482
10483Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10484
10485 * missing: Update to version from automake 1.3.
10486
10487 * ltmain.sh: On installation, don't get confused if the same name
10488 appears more than once in the list of library names.
10489
10490Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10491
10492 * config.sub: Accept m68060 and m5200 as CPU names.
10493
10494Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * configure: Use && rather than using -a in test, because odd
10497 strings can confuse test.
10498 * configure.in: Likewise.
10499
10500Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10501
10502 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10503
10504Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10505
10506 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10507 bootstrap4-lean): New targets.
10508
10509Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10510
10511 * mpw-* Delete. Not used.
252b5132
RH
10512
10513Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10514
10515 * COPYING.LIB: Update FSF address.
10516
10517Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10518
10519 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10520
10521 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10522 GAS_SUPPORT_DIRS.
10523
10524Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10525
10526 * ltconfig, ltmain.sh: Avoid producing a version number if
10527 -version-info was not used.
10528
10529Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10530
10531 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10532 building with newlib.
10533
105341998-04-30 Paul Eggert <eggert@twinsun.com>
10535
ba73c63f 10536 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10537 Solaris `make' causes it to continue to next definition.
252b5132 10538
afb8d725
JM
10539Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10540
10541 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10542 the right GUI libraries and files are installed along with GDB.
10543
252b5132
RH
10544Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10545
10546 * configure.in: Change alpha to alpha* in several places.
10547
10548Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10549
10550 * config.sub: Recognize sparc86x.
10551
10552Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10553
252b5132
RH
10554 * configure.in (--enable-target-optspace): Remove debug echo.
10555
10556Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10557
10558 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10559
10560Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10561
10562 * ltconfig: Update cygwin32 support.
10563
10564 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10565 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10566 (GDB_SUPPORT_DIRS): Likewise.
10567
10568Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10569
10570 * configure.in (target_makefile_frag): If --enable-target-optspace,
10571 use -Os to compile target libraries rather than -O2. Default to
10572 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10573 not used.
10574 * configure.in (target_cflags): Ditto for d30v.
10575
10576Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10577
10578 * Makefile.in (all-bfd): Depend on all-intl.
10579 (all-binutils): Likewise.
10580 (all-gas): Likewise.
10581 (all-gprof): Likewise.
10582 (all-ld): Likewise.
10583
252b5132
RH
105841998-04-19 Brendan Kehoe <brendan@cygnus.com>
10585
10586 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10587
10588Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10589
10590 * Makefile.in (all-bfd): Depend upon all-libiberty.
10591
10592 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10593
10594Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10595
10596 * Makefile.in: Add libstub.
10597
10598 * configure.in: Ditto. Build libstub for targets that have cygmon
10599 support.
10600
10601Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10602
10603 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10604
10605Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10606
10607 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10608 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10609
10610Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10611
10612 * configure: Define DEFAULT_M4 by searching PATH.
10613 * Makfile.in: Use DEFAULT_M4.
10614
10615Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10616
10617 * ltconfig: Add cygwin32 support.
10618
10619 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10620 to configure and build.
10621
10622Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10623
10624 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10625
10626Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10627
10628 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10629
10630Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10631
10632 * Makefile.in: add ash make rules
10633 * configure.in: add ash to native_only and host_tools lists
10634
10635Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10636
10637 * Makefile.in (all-gettext, all-intl): New targets.
10638 (ALL_MODULES): Added all-gettext, all-intl.
10639 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10640 (INSTALL_MODULES): Added install-gettext, install-intl.
10641 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10642
10643 * configure.in (host_tools): Added gettext.
10644 (native_only): Likewise.
10645 (noconfigdirs) [various cases]: Likewise.
10646 (host_libs): Added intl.
10647
afb8d725
JM
10648Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10649
10650 * configure: Do not disable building gdbtk for cygwin32 hosts.
10651
ba73c63f
JM
10652Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10653
10654 * configure.in: Add thumb-coff target.
10655 * config.sub: Add thumb-coff target.
10656
252b5132
RH
10657Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10658
10659 * Makefile.in: Revert yesterday's change.
10660 (all-target-winsup): all-target-librx stays out of here.
10661
10662Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10663
ba73c63f
JM
10664 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10665 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10666 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10667 Remove references to librx and libg++.
10668
10669Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10670
10671 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10672 recursive makes
10673
10674Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10675
10676 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10677 for newlib directory.
10678 (CXX_FOR_TARGET): Likewise.
10679
10680Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10681
10682 * ltconfig: Update after libtool/ltconfig.in change for
10683 hpux11.
10684
10685Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10686
10687 * ltconfig, ltmain.sh: Update to libtool 1.2.
10688
10689Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10690
10691 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10692 (install-gcc-cross): Instead, override LANGUAGES here.
10693
106941998-03-18 Dave Love <d.love@dl.ac.uk>
10695
10696 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10697 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10698
10699Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10700
10701 * configure.in: Add Thumb-pe target.
10702
10703Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10704
252b5132
RH
10705 * Makefile.in - changed sn targets to snavigator
10706 * configure.in - changed sn targets to snavigator
10707
10708Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10709
10710 * config-ml.in: After building symlink tree call make distclean
10711 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10712 to be the case for libiberty.
10713
10714Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10715
10716 * configure: When making link, also check the current
10717 directory. The configure scripts may create one.
10718
10719Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10720
10721 * config.sub: Accept alphapca56 and alphaev6 properly.
10722
10723Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10724
10725 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10726
252b5132
RH
10727Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10728
80413487 10729 * config.sub (sco5): Fix typo.
252b5132
RH
10730
10731Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10732
10733 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10734 install-itcl.
10735 (install-itcl): Remove dependency on install-tcl.
10736
10737Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10738
10739 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10740
252b5132
RH
10741Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10742
10743 * configure.in: Don't build libgui for a cygwin32 target when not on
10744 a cygwin32 host.
10745
10746Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10747
10748 * configure (redirect): Set to null, so default behavior of
10749 configure is now --verbose.
10750
107511998-02-16 Dave Love <d.love@dl.ac.uk>
10752
10753 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10754 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10755
10756Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10757
10758 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10759 this change to sync Makefile.in with its ChangeLog entries.
10760
10761Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10762
10763 * ltmain.sh (mkdir): Check that the directory doesn't exist
10764 before we exit with error, so that we don't get races during
10765 parallel builds.
10766
10767Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10768
10769 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10770
10771Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10772
10773 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10774 PICFLAG_FOR_TARGET.
10775 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10776
10777 * configure: Emit a definition for the new macro enable_shared
10778 into each Makefile.
10779
252b5132
RH
10780Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10781
10782 * configure.in (host_tools, native_only): Add libtool.
10783
10784Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10785
10786 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10787 Fix typo in ming config comment.
10788
10789Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10790
10791 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10792
10793Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10794
10795 * config.sub: Add tic30 cases, and map c30 to tic30.
10796
ba73c63f
JM
10797Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10798
10799 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10800 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10801 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10802 (CLEAN_TARGET_MODULES): Similarly
10803 (all-target-libf2c): Add dependences.
35590697 10804 * configure.in (target_libs): Add libf2c.
ba73c63f 10805
252b5132
RH
10806Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10807
ba73c63f
JM
10808 * configure.in: Remove expect from noconfigdirs when target
10809 is cygwin32. OK to build expect and dejagnu with Canadian
10810 Cross.
252b5132
RH
10811
10812Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10813
10814 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10815 host.
10816
10817 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10818 and mingw32.
10819
10820Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10821
10822 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10823 here as it is not defined in the toplevel Makefile.
10824
10825Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10826
10827 * configure (package_makefile_rules_frag): New variable, which names
10828 a file with generic rules, ...
10829 Change comment to mention we now have FIVE parts.
10830 * configure: Undo last change.
10831
10832Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10833
10834 * config.guess: More accurate determination of HP processor types.
10835 * config.sub: More accurate determination of HP processor types.
10836
10837Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10838
10839 * configure (package_makefile_frag): Move inserting the
10840 ${package_makefile_frag} to where it should be according
10841 to the comment.
10842
ba73c63f 10843Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10844
10845 * config.guess: Add support for Linux/ARM.
10846
10847Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10848
10849 * .cvsignore: Remove *-info and *-install since they match
10850 release-info and mpw-install, which we don't want to just ignore.
10851
10852Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10853
10854 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10855
10856Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10857
10858 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10859 local_prefix to sub-make invocations.
10860
10861Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10862
10863 * configure.in: Check makefile fragments in the source
10864 directory.
10865
10866Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10867
ba73c63f
JM
10868 * configure.in: Check whether host and target makefile
10869 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10870
10871Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10872
10873 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10874
252b5132
RH
10875Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10876
10877 * configure.in: Make sure we only replace RPATH_ENVVAR on
10878 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10879 regexp to sed.
10880
10881 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10882 to sub-makes.
10883
108841998-01-13 Lee Iverson (leei@ai.sri.com)
10885
10886 * config-ml.in (multi-do): LDFLAGS must include multilib
10887 designator.
10888
10889Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10890
10891 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10892
10893Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10894
10895 * config.sub: Add mingw32 support.
10896 * configure.in: Likewise.
252b5132
RH
10897
10898Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10899
10900 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10901
10902Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10903
10904 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10905 * configure (gxx_include_dir): Provide a definition for subdirs
10906 which do not use autoconf.
10907
10908Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10909
10910 * config.guess: Sync with egcs. Picks up new alpha support,
10911 BeOS & some additional linux support.
10912
ba73c63f 10913Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10914
10915 * config.guess: HP 9000/803 is a PA1.1 machine.
10916
ba73c63f
JM
10917Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10918
10919 * configure.in: It's alpha*-...
252b5132
RH
10920
10921Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10922
ba73c63f
JM
10923 * configure.in (host_makefile_frag, target_makefile_frag):
10924 Handle multiple config files.
10925 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10926 alpha-*-*.
252b5132
RH
10927
10928Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10929
10930 * mkdep: New file.
10931
10932Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10933
10934 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10935
10936Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10937
10938 * Makefile.in: Add libgui directory.
10939 (GDB_TK): Add all-libgui.
10940 * configure.in: Add libgui directory.
10941 * configure: Add all-libgui to GDB_TK.
10942
10943Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10944
10945 * config-ml.in (multidirs): Add m32r to multilib list.
10946
10947Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10948
10949 * Makefile.in (all-target-gperf): Change dependency to
10950 all-target-libstdc++.
10951
10952Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10953
10954 * config.guess: Add BeOS support.
10955
10956Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10957
10958 Source directory cvs renamed to cvssrc:
10959 * configure.in (host_tools): Change cvs to cvssrc.
10960 (native_only): Likewise.
10961 (noconfigdirs) [various cases]: Likewise.
10962 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10963 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10964 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10965 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10966 (all-cvssrc): Rename target from all-cvs.
10967
10968Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10969
10970 * configure (gxx_include_dir): Fix thinko.
10971
10972Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10973
10974 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10975 (install-cross, install-gcc-cross): New targets.
10976
10977Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10978
10979 * configure.in (noconfigdirs): Add support for Thumb target.
10980
10981 * config.sub (maybe_os): Add support for Thumb target.
10982
10983Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10984
10985 * Makefile.in: Add rules for cygmon.
10986
10987 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10988
10989Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10990
10991 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10992 * configure (gxx_include_dir): Provide a definition for subdirs
10993 which do not use autoconf.
10994
10995Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10996
10997 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10998 11/18/97 build
252b5132
RH
10999
11000Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11001
11002 * From Franz Sirl.
11003 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11004 found on RedHat Linux systems.
11005
11006Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11007
11008 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11009 guesses.
11010
11011Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11012
11013 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11014
11015Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11016
11017 * ltmain.sh: If mkdir fails, check whether the directory was created
11018 anyhow by some other process.
11019
11020Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11021
11022 * configure.in (d30v-*-*): Configure all directories.
11023
11024Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11025
11026 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11027 for the D30V.
11028
11029Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11030
11031 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11032
11033Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11034
80413487
RH
11035 * include/libiberty.h: Add extern "C" { so it can be used with C++
11036 progrms.
11037 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11038 programs.
252b5132
RH
11039
11040Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11041
11042 * configure.in (d30v-*-*): Configure GCC now.
11043
11044Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11045
11046 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11047 is no longer needed.
11048
11049Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11050
11051 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11052
11053Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11054
11055 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11056 targets using "$@" to provide support for similar but not identical
11057 targets without having to duplicate code.
11058
11059Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11060
11061 * makefile.vms: Fix to work with DEC C.
11062
11063Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11064
11065 * config.sub: Add mips-tx39-elf to marketing names.
11066
11067Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11068
11069 * ltmain.sh: Handle symlinks in generated script.
11070
11071Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11072
11073 * configure: Handle autoconf style directory options: --bindir,
11074 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11075 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11076 --sysconfdir.
11077 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11078 (sharedstatedir, localstatedir, oldincludedir): New variables.
11079 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11080 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11081 sbindir, sharedstatedir, and sysconfdir.
11082
11083Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11084
11085 * Makefile.in (bootstrap-lean): New target.
11086
11087Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11088
11089 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 11090 sn, and gnuserv from noconfigdirs.
252b5132
RH
11091
11092Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11093
11094 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11095
11096Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11097
ba73c63f 11098 * Makefile.in (cross): New target.
252b5132
RH
11099
11100Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 11101 Jeff Law <law@cygnus.com>
252b5132
RH
11102
11103 * Makefile.in (bootstrap2, bootstrap3): New targets.
11104 (all-bootstrap): Remove outdated and confusing target.
11105 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11106
afb8d725
JM
11107Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11108
11109 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 11110 windows. Consistent with gdb/configure.
afb8d725 11111
252b5132
RH
111121997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11113
252b5132
RH
11114 * configure.in: Name Linux target fragment.
11115
11116 * configure: Rewrite so that project Makefile fragment is inserted
11117 first and appears last in the resulting Makefile.
11118
11119Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11120
11121 * Makefile.in (install-itcl): Install tcl first.
11122
252b5132 11123Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 11124
252b5132
RH
11125 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11126
11127Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11128
11129 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11130
11131 * configure.in (skipdirs): Add target-librx for Linux.
11132 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11133
11134Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11135
11136 * Makefile.in (bootstrap): New target.
11137
11138Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11139
11140 * config.sub: Accept 'amigados' for backward compatability.
11141
11142Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11143
11144 * config.guess: Merge with FSF.
11145
ba73c63f
JM
11146Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11147
11148 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11149
252b5132
RH
11150Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11151
11152 * config.sub: Add "marketing-names" patch.
11153
11154Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11155
80413487 11156 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
11157
11158Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11159
11160 * config.sub: Handle v850-elf.
11161
ba73c63f
JM
11162Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11163
11164 * .cvsignore (*-install): Remove.
11165
252b5132
RH
11166Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11167
11168 * ltconfig: Set CONFIG_SHELL in libtool.
11169 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11170
11171Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11172
11173 * configure.in (target_subdir): Set to libraries if enable_multilib.
11174
11175Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11176
11177 * config.guess: Update from gcc directory.
11178
11179Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11180
11181 * Makefile.in (all-sim): Depends on all-readline.
11182
11183Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11184
11185 * Makefile.in (BISON, YACC): Use $$s.
11186 (all-bison): Depend on all-texinfo.
11187
11188Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11189
11190 * Makefile.in (BISON): Add -L flag.
11191 (YACC): Likewise.
11192
11193Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11194
35590697
AJ
11195 * configure.in (noconfigdirs): Add support for v850e target.
11196
252b5132
RH
11197 * config.sub (maybe_os): Add support for v850e target.
11198
11199Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11200
35590697
AJ
11201 * configure.in (noconfigdirs): Add support for v850ea target.
11202
252b5132
RH
11203 * config.sub (maybe_os): Add support for v850ea target.
11204
11205Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11206
11207 * config.sub: Add mipstx39. Delete r3900.
11208
11209Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11210
11211 * Makefile.in (all-autoconf): Depends on all-texinfo.
11212
11213Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11214
11215 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11216 eabi targets.
11217
11218Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11219
11220 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11221
11222 * configure: When handling a Canadian Cross, handle YACC as well as
11223 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 11224 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
11225
11226Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11227
11228 * Makefile.in (BISON): bison, not byacc or bison -y.
11229 (YACC): bison -y or byacc or yacc.
11230 (various): Add *-bison as appropriate.
11231 (taz): No need to mess with BISON anymore.
11232
11233Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11234
11235 * configure: If OSTYPE matches *win32*, try to find a good value for
11236 CONFIG_SHELL.
11237
11238Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11239
11240 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11241 configure.in if it is present.
11242
11243Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11244
11245 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11246
11247Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11248
11249 * config.sub: Recognize `arc' cpu.
11250 * configure.in: Likewise.
11251 * config-ml.in: Likewise.
11252
11253Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11254
11255 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11256
11257Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11258
11259 * configure: Changed sed delimiter from ':' to '|' when
11260 attempting to substitute ${config_shell} for SHELL. On
11261 NT ${config_shell} may contain a ':' in it.
11262
11263Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11264
11265 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11266
11267Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11268
11269 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11270
11271Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11272
11273 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11274
11275 * ylwrap: If the program is a relative path, force it to be
11276 absolute.
11277
11278Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11279
11280 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11281
11282Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11283
11284 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
11285 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11286 for libraries.
252b5132
RH
11287
11288Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11289
11290 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 11291 separated by spaces.
252b5132
RH
11292
11293Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11294
11295 * ylwrap: New file.
11296 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11297
11298 * ltmain.sh: Handle /bin/sh at start of install program.
11299
11300 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11301
11302 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11303 * missing: New file, from automake 1.2.
11304
11305Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11308 check-tk to CHECK_X11_MODULES.
11309
11310Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11311
11312 * config.sub: Merge with FSF.
11313
11314Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11315
11316 * config.guess: Merge with FSF.
11317
11318Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11319
11320 * configure: Treat msdosdjgpp like go32.
11321 * configure.in: Likewise. Don't remove gprof for go32.
11322
11323 * configure: Change Makefile.tem2 to Makefile.tm2.
11324
11325Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11326
11327 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11328
11329Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11330
11331 * install-sh (chmodcmd): Set to null if the DST directory already
11332 exists. Same as Nov 11th change.
11333
11334Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11335
35590697 11336 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
11337
11338Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11339
11340 * config.guess: Update from FSF.
11341
11342Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11343
11344 * Makefile.in (GDB_TK): Depend on itcl and tix.
11345
11346Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11347
11348 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11349 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11350 (INSTALL_SCRIPT): New variable.
11351 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11352 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11353 to -x.
11354 * install-sh: Add support for -x option.
11355
11356Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11357
11358 * configure.in, Makefile.in: Treat tix like itcl.
11359
11360Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11361
11362 * Makefile.in (WINDRES): New variable.
11363 (WINDRES_FOR_TARGET): New variable.
11364 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11365 (EXTRA_HOST_FLAGS): Add WINDRES.
11366 (EXTRA_TARGET_FLAGS): Add WINDRES.
11367 (EXTRA_GCC_FLAGS): Add WINDRES.
11368 ($(DO_X)): Pass down WINDRES.
11369 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11370 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11371 DLLTOOL_FOR_TARGET.
11372
11373Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11374
11375 * configure.in: configure sim before gdb for win32-x-ppc
11376
11377Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11378
11379 Move gperf into the toplevel, from libg++.
11380 * configure.in (target_tools): Add target-gperf.
11381 (native_only): Add target-gperf.
11382 * Makefile.in (all-target-gperf): New target, depend on
11383 all-target-libg++.
11384 (configure-target-gperf): Empty rule.
11385 (ALL_TARGET_MODULES): Add all-target-gperf.
11386 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11387 (CHECK_TARGET_MODULES): Add check-target-gperf.
11388 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11389 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11390
11391Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 11392
252b5132
RH
11393 * config.sub (mn10200): Recognize new basic machine.
11394
11395Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11396
11397 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11398 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11399
11400Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11401
11402 * configure.in: If we're building mips-sgi-irix6* native, turn on
11403 ENABLE_MULTILIB and set TARGET_SUBDIR.
11404
11405Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11406
11407 * Makefile.in (all-sn): Depend on all-grep.
11408
11409Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11410
11411 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11412
11413 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11414 Makefile. From Jeff Makey <jeff@cts.com>.
11415 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11416
11417 * Makefile.in (DISTBISONFILES): Remove.
11418 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11419 $(DEFAULT_YACC).
11420
11421 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11422 cygwin32.
252b5132
RH
11423
11424 * Makefile.in (LD): New variable.
11425 (EXTRA_HOST_FLAGS): Pass down LD.
11426 ($(DO_X)): Likewise.
11427
11428Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11429
11430 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11431
11432Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11433
11434 * configure.in (targargs): Strip out any supplied --build argument
35590697 11435 before adding our own. Always add --build.
252b5132
RH
11436
11437Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11438
11439 * configure.in (targargs): Pass --build if we're doing
11440 a cross-compile.
11441
11442Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11443
ba73c63f 11444 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11445 sed. Otherwise sed chokes on NT path names with drive
11446 designators. Also look for "?:*" as the leading characters in an
11447 absolute pathname.
11448
11449Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11450
11451 * config.sub: Support for r3900.
11452
11453Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11454
11455 * configure.in: Use install-sh, not install.sh.
11456
11457Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11458
11459 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11460 apply it twice.
11461
11462Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11463
11464 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11465 install-binutils.
11466
11467Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11468
11469 * Makefile.in: Add automake targets.
11470 * configure.in (host_tools): Add automake.
11471
11472Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11473
11474 * configure: Default CXX to c++, not gcc.
11475 * Makefile.in (CXX): Set to c++, not gcc.
11476 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11477
11478Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11479
11480 * install-sh: try appending a .exe if source file doesn't
11481 exist
11482
11483Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11484
11485 * configure.in: Turn on multilib by default.
11486 (cross_only): Remove target-libiberty.
11487
11488 * Makefile.in (all-gcc): Don't depend on libiberty.
11489
11490Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11491
11492 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11493
11494Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11495
11496 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11497 (DISTBISONFILES): Add ld/Makefile.in
11498
11499Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11500
11501 * configure.in: if target is cygwin32 but host isn't cygwin32,
11502 don't configure gdb tcl tk expect, not just gdb.
11503
11504Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11505
11506 * configure.in: Added gnuserv everywhere sn appears.
11507
11508 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11509 (CROSS_CHECK_MODULES): Added check-gnuserv.
11510 (INSTALL_MODULES): Added install-gnuserv.
11511 (CLEAN_MODULES): Added clean-gnuserv.
11512 (all-gnuserv): New target.
11513
11514Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11515
11516 * config.guess: Fixes for MIPS OpenBSD systems.
11517
11518Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11519
11520 * Makefile.in (INSTALL_XFORM): Remove.
11521 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11522
11523 * mkinstalldirs: New file, copied from automake.
11524 * Makefile.in (installdirs): Rename from install-dirs. Use
11525 mkinstalldirs. Change all users.
11526 (DEVO_SUPPORT): Add mkinstalldirs.
11527
11528Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11529
11530 * install-sh: Rename from install.sh.
11531 * Makefile.in (INSTALL): Change install.sh to install-sh.
11532 (DEVO_SUPPORT): Likewise.
11533
11534 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11535 Graichen <graichen@rzpd.de>.
11536
11537Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11538
11539 * config.guess: Recognize OpenBSD systems correctly.
11540
11541Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11542
11543 * README, Makefile.in (ETC_SUPPORT): Remove references to
11544 cfg-paper*, configure.{texi,man,info*}._
11545
11546Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11547
11548 * Makefile.in (all.normal): Ensure that gcc is built after all
11549 the x11 - ie gdb - targets.
11550
11551Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11552
11553 * makefile.vms: Don't run conf-a-gas.
11554
11555Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11556
80413487 11557 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11558
11559Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11560
11561 * configure.in: Remove noconfigdirs case since gdb also
11562 configures and builds for tic80-coff.
11563
11564Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11565
11566 * configure: Set cache_file to config.cache.
11567 * Makefile.in (local-distclean): Remove config.cache.
11568
11569Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11570
11571 * COPYING: Update FSF address.
11572
11573Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11574
11575 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11576 noconfigdirs.
11577
11578Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11579
11580 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11581 MAKEDIRS, is empty.
11582
11583Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11584
11585 * config.sub: Tweak mn10300 entry.
11586
11587Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11588
11589 * configure.in (host_tools): Put sim before gdb, so gdb's
11590 configure.tgt can determine if the simulator was configured.
11591
11592Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11593
11594 * config.sub: Move BeOS $os case to be with other Cygnus
11595 local cases.
11596
11597Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11598
11599 * config.sub: Remove misplaced comment that broke Linux.
11600
11601Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11602
11603 * config.sub: Add BeOS support.
11604
11605Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11606
11607 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11608
11609Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11610
11611 * configure.in (noconfigdirs): Remove tcl and tk from
11612 noconfigdirs for cygwin32 builds.
11613
11614Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11615
11616 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11617
11618Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11619
11620 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11621 make-all.com, use makefile.vms instead.
11622
11623Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11624
11625 * config.sub: Accept -lnews*.
11626
11627Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11628
11629 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11630 target-examples and target-libiberty for d30v.
252b5132
RH
11631
11632Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11633
11634 * configure.in (noconfigdirs): Enable ld for d30v.
11635
11636Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11637
11638 * configure.in (tic80-*-*): Build compiler.
11639
11640Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11641
11642 * configure.in (d30v-*): Remove sim directory from list of
35590697 11643 unsupported d30v directories
252b5132
RH
11644
11645Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11646
35590697
AJ
11647 * config.sub, configure.in: Add d30v target cpu.
11648
252b5132
RH
11649Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11650
11651 * makefile.vms: New file.
11652 * make-all.com: Remove.
11653
11654Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11655
11656 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11657
11658Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11659
11660 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11661
11662Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11663
11664 * Makefile.in (ALL_MODULES): Added all-db.
11665 (CROSS_CHECK_MODULES): Addec check-db.
11666 (INSTALL_MODULES): Added install-db.
11667 (CLEAN_MODULES): Added clean-db.
11668
11669Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11670
11671 * config.guess: Merge with latest FSF sources.
11672
11673Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11674
11675 * Makefile.in (ALL_MODULES): Added all-itcl.
11676 (CROSS_CHECK_MODULES): Added check-itcl.
11677 (INSTALL_MODULES): Added install-itcl.
11678 (CLEAN_MODULES): Added clean-itcl.
11679
11680Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11681
11682 * configure.in: build gdb for mn10200
11683
11684Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11685
11686 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11687
11688Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11689
11690 * configure.in (tic80-*-*): Turn off most targets right now.
11691
11692Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11693
11694 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11695 rather than the makeinfo program.
11696 (do-info): Depend upon all-texinfo.
11697
11698Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11699
11700 * configure.in: Remove uses of config/mh-linux.
11701
11702 * config.sub, config.guess: Merge with latest FSF sources.
11703
11704Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11705
11706 * config.sub (case $basic_machine): Add tic80 entries.
11707
11708Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11709
11710 * config.sub, config.guess: Merge with latest FSF sources.
11711
11712Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11713
11714 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11715 * mpw-config.in: Test for NewFolderRecursive.
11716 * mpw-install: Use symbolic name for startup filename.
11717 * mpw-README: Add various additional details.
11718
11719Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11720
11721 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11722
11723Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11724
11725 * configure.in: Do build gcc and the target libraries for
11726 the mn10200.
11727
11728Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11729
11730 * configure.in: don't avoid building gdb for mn10300 any more
11731 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11732 instead of single-quoting it.
11733
11734Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11735
11736 * configure.in: Don't use --with-stabs on IRIX 6.
11737
11738Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11739
11740 * configure.in (m32r): Build gdb, libg++ now.
11741
11742Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11743
11744 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11745 directories from noconfigdirs.
11746
11747Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11748
11749 * config.sub (basic_machine): added mips16 configuration
11750
11751Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11752
11753 * config.sub: Handle d10v-unknown.
11754
11755Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11756
11757 * config.sub: Handle v850-unknown.
11758
11759Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11760
11761 * Makefile.in: add findutils
11762 * configure.in: add findutils to list of host_tools
11763
11764Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11765
11766 * config.sub: Handle mn10200 and mn10300.
11767
11768Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11769
11770 * configure.in (d10v-*): Do not build librx.
11771
11772Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11773
11774 * configure.in (mn10300): Build everything except gdb & libgloss.
11775
11776Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11777
11778 * config.guess: Patch for Dansk Data Elektronik servers,
11779 from Niels Skou Olsen <nso@dde.dk>.
11780
11781 For ncr, use /bin/uname rather than uname, since GNU uname does not
11782 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11783
11784 Patch for MIPS R4000 running System V,
11785 from Eric S. Raymond <esr@snark.thyrsus.com>.
11786
11787 Fix thinko for nextstep.
11788
11789 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11790
11791 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11792 * config.guess: Guess mips-dec-mach_bsd4.3.
11793
11794 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11795 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11796 release numbers.
11797 * config.guess (mips-mips-riscos*): Emit just enough of the
11798 release number.
11799
11800 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11801 * config.guess (sparc-auspex-sunos*): Added.
11802 (f300-fujitsu-*): Added.
11803
11804 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11805 * config.guess: Recognize a Tadpole as a sparc.
11806
11807Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11808
11809 * config.guess: Don't assume that NextStep version is either 2 or
11810 3. NextStep 4 (aka OpenStep 4) has come out now.
11811
11812Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11813
11814 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11815 From Rik Faith <faith@cs.unc.edu>.
11816
11817Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11818
11819 * config.sub: Contributions from bug-gnu-utils to:
11820 Support plain "hppa" (no version given) architecture, reported by
11821 OpenStep.
11822 OpenBSD like NetBSD.
11823 LynxOs is not a hardware supplier.
11824
11825 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11826 OpenBSD like NetBSD.
252b5132
RH
11827 Stratus systems.
11828 More Pyramid systems.
11829 i[n>4]86 Intel chips.
11830 M680[n>4]0 Motorola chips.
11831 Use unknown instead of lynx for hardware manufacturer.
11832
11833Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11834
11835 * install.sh (chmodcmd): Set to null if the DST directory already
11836 exists.
11837
11838Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11839
11840 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11841 not use mt-ppc target Makefile fragment any more.
11842
11843Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11844
11845 * configure.in (*-*-windows): Exclude everything but those dirs
11846 needed to build windows.
11847
11848Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11849
11850 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11851
11852Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11853
11854 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11855
11856Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11857
11858 * Undo my previous change.
11859
11860Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11861
11862 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11863 unconditionally.
11864 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11865
11866Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11867
11868 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11869 host to add it's own flags.
252b5132
RH
11870
11871Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11872
11873 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11874
11875Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11876
11877 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11878 (CXX_FOR_TARGET): Likewise.
11879 (GCC_FOR_TARGET): Define.
11880 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11881 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11882 CC_FOR_TARGET was specified on the command line.
11883 (MAKEOVERRIDES): Don't define.
11884
11885Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11886
11887 * configure.in (m32r): Fix spelling of libg++ libs.
11888
11889Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11890
11891 * config.sub (-apple*): Remove, now redundant.
11892
11893Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11894
11895 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11896
11897 * configure: Rework yesterday's sed script patch.
11898
11899 * config.sub: Merge with FSF.
11900
11901Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11902
11903 * config.guess: Merge from FSF.
11904
11905 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11906 * config.guess: Use pc instead of unknown, for pc clone systems.
11907 Change linux to linux-gnu.
252b5132
RH
11908
11909 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11910 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11911
11912Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11913
11914 * test-build.mk (HOLES): Add "xargs" for gdb.
11915
11916 * configure: Avoid hpux10.20 sed bug.
11917
11918Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11919
4bddf3ad 11920 * configure.in: Add support for windows host
252b5132
RH
11921 (that is a build done under the Microsoft build environment).
11922
11923Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11924
11925 * Makefile.in: Replace all uses of srcroot with s, to shrink
11926 command line lengths.
11927
11928 Patches from Geoffrey Noer <noer@cygnus.com>:
11929 * configure.in: If configuring for newlib, pass --with-newlib to
11930 subdirectories.
11931 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11932 -Bnewlib/ and -Lwinsup to gcc.
11933 (CXX_FOR_TARGET): Likewise.
11934
11935Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11936
11937 * Makefile.in (ETC_SUPPORT): Add configure.
11938
11939Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11940
35590697 11941 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11942 host configuration file.
11943
11944Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11945
11946 * configure.in: Break mn10x00 support into separate
11947 mn10200 and mn10300 configurations.
11948 * config.sub: Likewise.
11949
11950Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11951
11952 * configure.in: Add lots of stuff to noconfigdirs for
11953 the mn10x00 targets.
11954
11955 * config.sub, configure.in: Add mn10x00 support.
11956
11957Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11958
11959 * make-all.com: Call conf-a-gas, not config-a-gas.
11960
11961Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11962
11963 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11964 targets.
252b5132
RH
11965
11966Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11967
11968 * mpw-README: Add much more detail for native PowerMac.
11969 * mpw-install: New file.
11970 * mpw-configure: Add --norecursion and --help options.
11971 * mpw-config.in: Translate readme and install files when
11972 copying to objdir.
11973 * mpw-build.in: Don't always depend on byacc and flex.
11974 (install-only-top): New action.
11975
11976Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11977
11978 * configure.in: You can now configure GDB for the v850.
11979
11980Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11981
11982 * configure.in (noconfigdirs): Don't configure any C++ dirs
11983 if targeting D10V.
11984
11985Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11986
11987 * config.sub: Recognize mips64vr5000.
11988
11989Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11990
11991 * configure.in: Use a single line for host_tools and native_only.
11992
11993Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11994
11995 * config.sub, configure.in: Add entries for m32r.
11996
11997Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11998
11999 * Makefile.in (inet-install): Don't run install-gzip.
12000
12001Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12002
12003 * configure.in: Don't config lots of things for *-*-windows*.
12004
12005Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12006
12007 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12008 (host_libs, host_tools): Copy from configure.in.
12009 * mpw-configure: Don't complain about directories not found.
12010
12011Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12012
12013 * configure.in (i[345]86): Recognize i686 for pentium pro.
12014 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12015 file.
12016
12017 * config.guess (i[345]86): Ditto.
12018
12019Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12020
12021 * configure.in (noconfigdirs): Removed gdb for D10V.
12022
12023Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12024
12025 * configure.in: Remove ld, target-libio, target-libg++, and
12026 target-libstdc++ from noconfigdirs.
12027
12028Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12029
12030 * configure: Fix three locations where shell scripts were
12031 being run directly rather than with config_shell.
12032
12033Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12034
12035 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12036 * config.sub (basic_machine): Recognize v850.
12037
12038Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12039
12040 * mpw-configure: Handle multiple enable/disable options and
12041 pass them down recursively, handle -c and -s flags appropriately
12042 depending on choice of compiler, add escape mechanism for
12043 quoted arguments to gC.
12044
12045Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12046
12047 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12048 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12049 so that -mrelocatable-lib and -mno-eabi are used.
12050
12051 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12052 not support --print-multi-lib, don't abort.
12053
252b5132
RH
12054Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12055
12056 * make-all.com: Run config-a-gas.
12057 * setup.com: Don't copy subdirectory files around.
12058
12059Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12060
12061 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12062 target, it now compiles correctly.
12063
12064Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12065
12066 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12067
12068Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12069
35590697 12070 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
12071
12072Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12073
12074 * configure.in (native_only): Add prms.
12075
12076Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12077
12078 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12079 (BINUTILS_SUPPORT_DIRS): Likewise.
12080
12081Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12082
12083 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12084 d10v support is added.
12085
12086Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12087
12088 * configure.in (d10v-*-*): New target.
12089
12090Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12091
12092 * config.guess (HP 9000/811): Recognize this as a PA1.1
12093 machine.
12094
12095Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12096
12097 * Makefile.in (do-tar-gz): New target, split out from tail end of
12098 taz target. Run each command separately, don't use pipes.
12099 (taz): Use it.
12100
12101Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12102
12103 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12104 * mpw-build.in: No builds should depend on building byacc or flex,
12105 they are assumed to be installed already.
12106
12107Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12108
12109 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12110 variable that CC_FOR_TARGET needs.
12111
12112Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12113
12114 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12115 options have changed since the last time the subdirectory was
12116 configured, and if it has, reconfigure.
12117 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12118 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12119
12120Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12121
12122 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12123 CLEAN_MODULES): Add bash.
12124 (all-bash): New target.
12125
12126Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12127
12128 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12129
12130Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12131
12132 * config.sub (basic_machine): Recognize d10v as a valid processor.
12133
12134Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12135
12136 * mpw-configure: Add support for --bindir.
12137 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12138
12139Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12140
12141 * configure.in: add bash, time, gawk to list of hosttools and things
12142 to only build for native toolchains
12143
12144Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12145
12146 * Makefile.in (docdir): Remove.
12147
12148Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12149
12150 * Makefile.in (datadir): Set to $(prefix)/share.
12151
12152Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12153
12154 * configure.in: build diff and patch for cygwin32-hosted
12155 toolchains.
12156
12157Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12158
12159 * config.sub: Accept -rtems*.
12160
12161Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12162
80413487 12163 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
12164 remove diff from the list of things not buildable
12165 via Canadian Cross
252b5132
RH
12166
12167Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12168
12169 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 12170 don't get ". ".
252b5132
RH
12171
12172Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12173
12174 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12175
12176Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12177
12178 * Makefile.in (taz): Handle case where tex3patch didn't even get
12179 checked out. Also, if it was found, put the symlink in a new util
12180 subdirectory.
12181
12182Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12183
12184 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12185
12186Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12187
12188 * config.sub: Recognize -openvms.
12189 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12190 * make-all.com, setup.com: New files.
12191
12192Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12193
12194 * Makefile.in (taz): tex3patch moved to texinfo/util.
12195
12196Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12197
afb8d725 12198 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
12199 * configure.in: remove make from disable-if-Can-Cross list
12200 enable gdb if ${host} and ${target} are cygwin32
12201
12202Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12203
12204 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12205 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12206
12207Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12208
12209 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12210 distinguish sysv/svr4/bsd variants.
12211 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12212
12213Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12214
12215 * configure.in: Added copyright notice.
12216 * move-if-change: Added copyright notice.
12217
12218Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12219
12220 * configure.in (powerpcle-*-solaris*): Until we get shared
12221 libraries working, don't build gdb, sim, make, tcl, tk, or
12222 expect.
12223
12224Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12225
12226 * config.guess: Merge with FSF:
12227
12228 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12229 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12230
12231 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12232 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12233
12234 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12235 * config.guess: Combine two OSF1 rules.
12236 Also recognize field test versions. From mjr@zk3.dec.com.
12237 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12238 because GNU uname does not support -p. From pmr@pajato.com.
12239
12240Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12241
12242 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12243
12244Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12245
12246 * mpw-README: Document GCCIncludes.
12247
12248Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12249
12250 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12251
12252Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12253
12254 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12255
12256Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12257
12258 * configure.in (*-*-cygwin32): Configure make.
12259
12260Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12261
12262 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12263
12264Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12265
12266 * Makefile.in (all-inet): Depend on all-perl.
12267
12268 * Makefile.in (inet-install): New target.
12269
12270 * Makefile.in (all-inet): Depend on all-tcl.
12271 (all-inet): Depend on all-send-pr.
12272
12273Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12274
12275 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12276 temporarily.
12277
12278Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12279
12280 * configure.in: Don't configure --with-gnu-ld on AIX.
12281
12282Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12283
12284 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12285
12286Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12287
12288 * Makefile.in (ALL_MODULES): Added all-inet.
12289 (CROSS_CHECK_MODULES): Added check-inet.
12290 (INSTALL_MODULES): Added install-inet.
12291 (CLEAN_MODULES): Added clean-inet.
12292 (all-indent): New target.
12293
12294 * configure.in (host_tools): Added inet.
12295 (native_only): Added inet.
12296 (noconfigdirs): Added inet.
12297
12298Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12299
12300 * configure.in: Don't configure libgloss if we are not configuring
12301 newlib.
12302
12303Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12304
12305 * configure.in: Don't configure libgloss for unsupported
12306 architectures.
12307
12308Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12309
12310 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12311
12312Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12313
12314 * Makefile.in (ALL_MODULES): Include all-apache.
12315 (CROSS_CHECK_MODULES): Include check-apache.
12316 (INSTALL_MODULES): Include install-apache.
12317 (all-apache): New target.
12318
12319 * configure.in: Added apache everywhere perl is seen.
12320
12321Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12322
12323 * Makefile.in: Add support for clean-{module} and
12324 clean-target-{module} rules.
12325
12326Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12327
12328 * configure.in (*-*-ose) do not build libgloss.
12329
12330Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12331
12332 * config.guess (prep*:SunOS:5.*:*): Turn into
12333 powerpele-unknown-solaris2.
12334
12335Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12336
12337 * configure.in: Permit --enable-shared to specify a list of
12338 directories.
12339
12340Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12341
12342 * configure.in (host==solaris): Pass only the first word of $CC
12343 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12344
12345Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12346
12347 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12348
12349Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12350
12351 * Makefile.in (ALL_MODULES): Include all-perl.
12352 (CROSS_CHECK_MODULES): Include check-perl.
12353 (INSTALL_MODULES): Include install-perl.
12354 (ALL_X11_MODULES): Include all-guile.
12355 (CHECK_X11_MODULES): Include check-guile.
12356 (INSTALL_X11_MODULES): Include install-guile.
12357 (all-perl): New target.
12358 (all-guile): New target.
12359
12360 * configure.in (host_tools): Include perl and guile.
12361 (native_only): Include perl and guile.
12362 (noconfigdirs): Don't build guile and perl; no ports have been
12363 done.
12364
12365Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12366
80413487
RH
12367 * configure (--enable-*): Handle quoted option lists such as
12368 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
12369
12370Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12371
12372 * Makefile.in ({,inst}all-target): New rule so we can make and
12373 install all of the target directories easily.
12374
12375Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12376
12377 * configure.in: Add missing global flag in sed substitution when
12378 deleting `target-' from ${configdirs}.
12379
12380Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12381
12382 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12383 option.
12384
12385 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12386 config/mh-necv4.
12387
12388 * install.sh: Correct misspelling of transformbasename.
12389
12390 * config.guess: Recognize mips-*-sysv*.
12391
12392Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12393
12394 * config.sub: Recognize mon960.
12395
12396Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12397
12398 * configure: Restore Canadian Cross handling of BISON and LEX,
12399 removed in Feb 20 change.
12400
12401Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12402
12403 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12404 Mention make install. Remove the old copyright date as well the
12405 clumsy and rather pointless copyright on the README file.
12406
12407Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12408
12409 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12410 Makefile after running symlink-tree, then run `make distclean' to
12411 avoid clobbering any generated files in srcdir.
12412
12413Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12414
12415 * configure.in (m68k-*-netbsd*): Build everything now.
12416
12417Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12418
12419 * Makefile.in (taz): Fix quoting.
12420
12421Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12422
12423 * configure.in (sparclet-*-*): Build everything now.
12424
12425Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12426
12427 * configure.in (m68k-*-linux*): New host.
12428
12429Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12430
12431 * configure: Check for bison before byacc.
12432
12433Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12434
12435 * Makefile.in configure: Change the way LEX and BISON/YACC are
12436 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12437 searching PATH. These are used as fallbacks by Makefile.in if
12438 flex/bison/byacc aren't in objdir.
12439
12440Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12441
12442 * Makefile.in: Make everything which depends upon all-bfd also
12443 depend upon all-opcodes, in case --with-commonbfdlib is used.
12444
12445Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12446
12447 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12448 building NT native compilers on Unix.
12449
12450Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12451
12452 * configure.in: Don't get CC from the host Makefile fragment if we
12453 can find gcc in PATH, or if this is a Canadian Cross. Move the
12454 Solaris test for /usr/ucb/cc to the post target script, just after
12455 the compiler sanity test.
12456
12457Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12458
12459 * config.sub: Merge with FSF.
12460
12461Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12462
12463 * Makefile.in (RPATH_ENVVAR): New variable.
12464 (REALLY_SET_LIB_PATH): Use it.
12465 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12466
12467Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12468
12469 * config.sub, configure.in: Recognize sparclet cpu.
12470
12471Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12472
12473 * config.guess: Support m68k-cbm-sysv4.
12474
12475Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12476
12477 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12478 m68k-unknown-linuxaout from linker help string. Put quotes around
12479 $ld_help_string.
12480
12481Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12482
12483 * config.guess (powerpc-harris-powerunix): Add guess for port
12484 to new target.
12485
12486Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12487
12488 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12489
12490Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12491
12492 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12493 $(REALLY_SET_LIB_PATH) in Makefile.
12494 * Makefile.in (SET_LIB_PATH): New variable.
12495 (REALLY_SET_LIB_PATH): New variable.
12496 ($(DO_X)): Use $(SET_LIB_PATH).
12497 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12498 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12499 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12500 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12501 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12502 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12503 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12504 (install-dosrel): Likewise.
12505 (all-opcodes): Depend upon all-libiberty.
12506
12507Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12508
12509 * config.guess (*:CYGWIN*): New
12510
12511Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12512
12513 * Makefile.in (all-target-winsup): All all-target-libiberty.
12514
12515Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12516
12517 * configure.in (noconfigdirs): Add missing # in front of comment.
12518
12519Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12520
12521 * configure.in: add second pass to things added to noconfigdirs
12522 so *-gm-magic can exclude libgloss properly.
12523
12524Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12525
12526 * mpw-configure (extralibs_name, rez_name): Set correctly
12527 for MWC68K compiler.
12528
12529 * mpw-README: Add more info on the necessary build tools.
12530
12531Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12532
12533 * configure.in, config.sub: Recognize cygwin32.
12534
12535Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12536
12537 * config.guess, config.sub: Recognize A/UX.
12538
12539Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12540
12541 * config.sub: Merge with gcc/config.sub.
12542
12543Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12544
12545 * mpw-build.in (do-binutils): Add build of stamps.
12546
12547Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12548
12549 * config.sub: Add recognition for mips64vr4100*-* targets.
12550
12551Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12552
12553 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12554 Add creation of gconfigargs with `--enable-shared' turned on.
12555 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12556 ($(host)-stamp-stage3-configured): Likewise.
12557 (HOLES): Add chatr and ldd.
12558 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12559
12560Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12561
12562 * configure: Pass --nfp to recursive configures.
12563
12564Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12565
12566 * Makefile.in (DLLTOOL): New.
12567 (DLLTOOL_FOR_TARGET): New.
12568 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12569 (EXTRA_TARGET_FLAGS): Ditto.
12570 (EXTRA_GCC_FLAGS): Ditto.
12571 (CONFIGURE_TARGET_MODULES): Ditto.
12572 (DO_X): Ditto.
12573 * configure: Add DLLTOOL.
12574
12575Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12576
12577 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12578 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12579 mh-sco, since old workarounds no longer needed, and don't
12580 build ld, since libraries have weak symbols in COFF.
12581
12582Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12583
12584 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12585
12586Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12587
12588 * configure.in: Make sure that ${CC} can be used to compile an
12589 executable.
12590
afb8d725
JM
12591Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12592
12593 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12594 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12595 nothing depending on whether gdbtk is being built.
12596
252b5132
RH
12597Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12598
12599 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12600
12601Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12602
12603 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12604 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12605
12606Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12607
12608 * config-ml.in: Add support for
12609 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12610 Simplify setting of multidirs from --disable-foo.
12611
12612Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12613
12614 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12615 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12616 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12617 non-empty, pass them on to the GCC make.
252b5132
RH
12618 (all-bootstrap): New rule that is like all-gcc, except it executes
12619 the GCC bootstrap rule instead of the GCC all rule.
12620
12621Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12622
12623 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12624
12625Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12626
12627 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12628 DG/UX support.
12629
12630Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12631
12632 * config.sub (i*86*) Change [345] to [3456]
12633
12634Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12635
12636 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12637 --with-gnu-ld=no.
12638
12639Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12640
12641 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12642 AIX multilibs get built.
12643
12644Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12645
12646 * configure.in (i386-win32): Don't build expect if we're not
12647 building the tcl subdir.
12648
12649Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12650
12651 * Makefile.in: (configure-target-examples, all-target-examples):
12652 New targets, configure and build example programs.
12653
12654Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12655
12656 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12657 use it as input to sedit the generated MPW makefile.
12658 * mpw-README: Add a suggestion about Gestalt.h.
12659
12660Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12661
12662 * config.sub: Accept *-*-ieee*.
12663
12664Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12665
12666 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12667 Ronald F. Guilmette <rfg@monkeys.com>.
12668
12669Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12670
12671 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12672 for powerpc-pe native.
12673 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12674 (target==powerpc-pe): duplicate i386-win32 entry.
12675
12676Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12677
12678 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12679 of vxworks, not just vxworks5.1.
12680
12681Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12682
12683 * mpw-configure: Add support for exec-prefix.
12684
12685Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12686
12687 * config.guess: Recognize HP model 816 machines as having
12688 a PA1.1 processor.
12689
12690Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12691
12692 * configure: Ignore new autoconf configure options.
12693
252b5132
RH
12694Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12695
12696 * config.guess: Recognize Pentium under SCO.
12697 From Robert Lipe <robertl@arnet.com>.
12698
12699Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12700
12701 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12702
12703Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12704
12705 * configure.in: Don't configure gas for alpha-dec-osf*.
12706
12707Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12708
12709 * configure.in: Default to --with-stabs for some targets for which
12710 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12711 i[345]86*-*-unixware*.
12712
12713Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12714
12715 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12716 rather than basing it on the target. Simplify handling of options
12717 controlling which directories to configure. Remove extraneous
12718 slash in multi-clean target.
12719
12720Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12721
12722 * config-ml.in: Prefix more variables with ml_ so they don't collide
12723 with configure's.
12724
12725Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12726
12727 * configure: Don't turn -v into --v.
12728
12729Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12730
12731 * configure.in (targargs): Fix typo.
12732
12733 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12734
12735Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12736
12737 * configure.in: Strip --host and --target options from
12738 CONFIG_ARGUMENTS, and always configure for --host only. Add
12739 --with-cross-host option when building with a cross-compiler.
12740 * configure: Canonicalize the arguments put into config.status by
12741 always using `=' for an option with an argument. Pass a presumed
12742 --host or --target explicitly.
12743
12744Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12745
12746 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12747 into general OS recognition case.
12748
12749Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * configure.in (target_configdirs): add target-winsup only
12752 for win32 target systems.
12753
12754Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12755
12756 * Makefile.in (all-target-libgloss): Depend upon
12757 configure-target-newlib, since when libgloss is built it looks to
12758 see if the newlib directory exists.
12759
12760Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12761
12762 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12763 cfg-ml-*.in.
12764
12765Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * configure: Handle LD and LD_FOR_TARGET when configuring a
12768 Canadian Cross.
12769
252b5132
RH
12770Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12771
12772 * configure.in (target_libs): add target-winsup.
12773 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12774 (target==ppcle-pe): remove ld from $noconfigdirs.
12775
12776Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12777
12778 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12779 Preserve relative path names in $srcdir. Build symlink tree if
12780 configuring cross target dir and srcdir=. (= no VPATH support).
12781 (configure-target-libg++): Depend on configure-target-librx.
12782 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12783 * config-ml.in: New file.
12784 * symlink-tree: New file.
12785 * configure: Ensure srcdir="." if that's what it is.
12786
12787Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12788
12789 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12790 includes and FLEX_SKELETON setting.
12791 * mpw-configure (--with-gnu-ld): New option, controls whether
12792 to use PPCLink or ld with PowerMac GCC.
12793 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12794 * mpw-config.in: Configure grez if targeting Mac.
12795
12796 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12797 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12798 just macos.
252b5132
RH
12799 * configure.in: Configure grez resource compiler if targeting Mac.
12800 * Makefile.in (all-grez, install-grez): New targets.
12801
12802Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12803
12804 * configure: CXX defaults to gcc, not g++. If we find
35590697 12805 gcc in the path, set CC to gcc -O2.
252b5132
RH
12806
12807Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12808
12809 * configure: Default ${build} correctly. Avoid picking up extra
12810 spaces when reading CC and CXX from Makefile. When doing a
12811 Canadian Cross, use plausible default values for numerous
12812 variables.
12813 * configure.in: When doing a Canadian Cross, don't try to
12814 configure tools whose configure script can't handle it.
12815
12816Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12817
12818 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12819
12820Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12821
12822 * configure: Remove dubious bug reporting address.
12823
12824Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12825
12826 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12827 configure script, run that instead of this directory's configure.
12828 In either case, print a message that we're configuring the sub-dir.
12829
12830Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12831
12832 * configure.in: Before checking for the existence of various files,
12833 use sed to filter out "target-".
12834
12835Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12836
12837 * Makefile.in (DO_X): Split rule to decrease command line length
12838 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12839 (Philippe De Muyter).
12840
12841Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12842
12843 * Makefile.in (all-patch): depend on all-libiberty.
12844
12845Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12846
12847 * configure.in: If the only directory in target_configdirs which
12848 actually exists is libiberty, then set target_configdirs to empty,
12849 to avoid trying to build a target libiberty in a gas or gdb
12850 distribution.
12851
12852Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12853
12854 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12855 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12856 systems.
252b5132
RH
12857
12858Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12859
12860 * configure.in (copy_dirs): Use sys-include instead of include
12861 for --with-headers option.
12862
12863Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12864
12865 * Makefile.in, configure.in: Make winsup builds work with
12866 new scheme.
12867
12868Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12869
12870 * configure.in: Build the linker on AIX.
12871
12872Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12873
12874 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12875 where needed.
12876
12877Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12878
12879 * Makefile.in (all-gcc): Fix typo.
12880
12881Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12882
12883 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12884
12885Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12886
12887 * configure.in: Rename libFOO to target-libFOO, and xiberty
12888 to target-xiberty, to provide more flexibility.
12889 (target_subdir): Define. Create if cross.
12890 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12891 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12892 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12893 check-libFOO -> check-target-libFOO, etc.
12894 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12895 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12896 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12897 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12898 allow ALL_GCC="" to only configure.
12899 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12900 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12901 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12902
12903Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12904
12905 * Makefile.in (taz): Build "info" in etc explicitly.
12906
12907Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12908
12909 * configure.in: Make sure that CC is undefined (as opposed to
12910 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12911 problem with autoconf trying to configure on a host without GCC.
12912
12913Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12914
12915 * mpw-configure: Set host alias from choice of host compiler,
12916 only use generic MPW Makefile sed if present, edit a file
12917 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12918 * mpw-README: Add problem notes about CW6 and CW7.
12919
12920Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12921
12922 * Makefile.in (taz): Use ";" instead of ";;".
12923
12924Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12925
12926 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12927 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12928 DISTDOCDIRS.
12929 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12930 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12931
12932Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12933
12934 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12935 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12936 Move bfd to DISTSTUFFDIRS.
12937
12938Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12939
12940 * Makefile.in (X11_LIB): Removed.
12941 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12942
12943 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12944
12945Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12946
12947 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12948 names.
12949
12950Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12951
12952 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12953
12954Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12955
12956 * configure.in (i[345]86-*-win32): Always build newlib.
12957 Don't configure cvs, autoconf or texinfo.
12958 * Makefile.in (LD_FOR_TARGET): New.
12959 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12960 Pass down LD_FOR_TARGET.
12961
12962Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12963
12964 * winsup: New directory.
12965 * Makefile.in: Build winsup.
12966 * configure.in: Winsup is configured when target is win32.
12967 Can only build win32 target GDB when native.
35590697 12968
252b5132
RH
12969Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12970
12971 * config.guess: Recognize HP model 819 machines as having
12972 a PA 1.1 processor.
12973
12974Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12975
12976 * configure: Fix sed loop which substitutes for CC and CXX to
12977 avoid bug found in various sed implementations.
12978
12979Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12980
12981 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12982 simulator. Use standard powerpc-*-eabi*.
12983
12984Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12985
12986 * configure.in: Stop putting gas and binutils in noconfigdirs for
12987 powerpc-*-aix* and rs6000-*-*.
12988
12989Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12990
12991 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12992 -mcall-aixdesc libraries.
12993
12994Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12995
12996 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12997
12998 * config.sub (arm | armel | armeb): Fix shell syntax.
12999
13000Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13001
13002 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13003 -msoft-float and -mcpu=common support.
13004 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13005 libraries.
13006
13007Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13008
13009 * configure.in: Allow configuration and build of emacs19 for the alpha.
13010
13011Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13012
13013 * configure.in (CC): Get ^CC, not just any old CC, from
13014 ${host_makefile_frag}.
13015
13016Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13017
35590697 13018 * configure.in (CC): Try to get CC from
252b5132
RH
13019 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13020
13021Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13022
13023 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13024 only if it exists in $(srcdir).
13025
13026Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13027
13028 * configure: If CC and CXX are not set in the environment, set
13029 them, based on either an existing Makefile or on searching for gcc
13030 in PATH. Substitute for CC and CXX in Makefile.
13031 * configure.in: Remove libm from target_libs. Separate
13032 target_configdirs from configdirs. If CC is not set in
13033 environment, try to get it from a host Makefile fragment. Rewrite
13034 changes of configdirs to use skipdirs instead. A few minor
13035 tweaks. Take directories out of target_configdirs as they are
13036 taken out of configdirs. Remove existing Makefile files from
13037 subdirectories. Substitute for TARGET_CONFIGDIRS and
13038 CONFIG_ARGUMENTS in Makefile.
13039 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13040 by configure.in.
13041 (CONFIG_ARGUMENTS): Likewise.
13042 (CONFIGURE_TARGET_MODULES): New variable.
13043 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13044 ($(CONFIGURE_TARGET_MODULES)): New target.
13045 (configure-libg++, configure-libio): New targets.
13046 (all-libg++): Depend upon configure-libg++.
13047 (all-libio): Depend upon configure-libio.
13048 (configure-libgloss, all-libgloss): New targets.
13049 (configure-libstdc++): New target.
13050 (all-libstdc++): Depend upon configure-libstdc++.
13051 (configure-librx, all-librx): New targets.
13052 (configure-newlib): New target.
13053 (all-newlib): Depend upon configure-newlib
13054 (configure-xiberty): New target.
13055 (all-xiberty): Depend upon configure-xiberty.
13056
13057Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13058
13059 * configure.in (host i[345]86-*-win32): Expand the
13060 noconfigdirs again.
13061
13062Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13063
13064 * mpw-configure: Fix sed command file name.
13065
13066Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13067
35590697 13068 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
13069 noconfigdirs again.
13070
13071Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13072
13073 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13074 or powerpc*-*-pe*, since they are not yet supported.
13075
13076Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13077
13078 Add PowerMac support and many other enhancements.
13079 * mpw-configure: New option --cc to select compiler to use,
13080 paste options set according to --cc into the generated
13081 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13082 if mpw-make.sed is present.
13083 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13084 add forward includes for PowerPC include files.
13085 * mpw-build.in: Build using Makefile.PPC if present.
13086 (do-byacc, etc): Remove separate version resource builds.
13087 (do-gas): Build "stamps" before "all".
13088 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13089 * mpw-README: Update to reflect --cc option, PowerMac support,
13090 and recently-reported compatibility problems.
13091
13092Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13093
13094 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13095 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13096 (--with-multilib-top): Pass to recursive invocations.
13097
13098Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13099
13100 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13101 v810-*-*.
13102
13103Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13104
13105 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13106 gdb, ld and opcodes on v810-*-*.
13107
252b5132
RH
13108Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13109
13110 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13111 (local-maintainer-clean): New target.
13112 (maintainer-clean): New target.
13113 (realclean): Just depend upon maintainer-clean.
13114
13115Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13116
13117 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13118
13119Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13120
13121 * configure.in: Build ld in mips*-*-bsd* case.
13122
13123Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13124
13125 * config.sub: Accept -lites* OS. From Ian Dall.
13126
13127Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13128
13129 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 13130 targets.
252b5132
RH
13131
13132Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13133
13134 * configure.in: treat i386-win32 canadian cross the same as
13135 i386-go32 canadian cross.
13136
13137Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13138
13139 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13140 running under the simulator to build a reduced set of libraries.
13141 (powerpc-*-eabiaix): Add fine grained multilib support added to
13142 other powerpc targets yesterday.
13143
13144Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13145
13146 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13147 -disable-softfloat, -disable-relocatable, -disable-aix, and
13148 -disable-sysv to control which multilib libraries get built.
13149
13150Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13151
13152 * configure: Add Makefile.tem to list of files to remove in trap
13153 handler.
13154
13155Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13156
13157 * config.guess (*Linux*): Add missing "exit"s.
13158 Also, need specific check for alpha-unknown-linux (uses COFF).
13159
13160Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13161
13162 * config.guess: Merge with FSF:
13163
13164 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13165 * config.guess (AIX4): More robust release numbering discovery.
13166
13167 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13168 * config.guess (i386-sequent-ptx): Properly get version number.
13169
13170 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13171 * config.guess (mips:*:4*:UMIPS): New case.
13172
13173Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13174
13175 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13176 (i386-win32 host): Likewise. Don't build readline.
13177
afb8d725
JM
13178Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13179
13180 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13181 SUPPORT_FILES to submakes.
13182
252b5132
RH
13183Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13184
13185 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13186 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13187 mpw-configure.
13188
13189Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13190
13191 * configure.in (appdirs): Use =, not ==, in test expression when
13192 trying to build the text to print in the warning message for
13193 Solaris users.
13194
13195Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13196
13197 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13198
13199Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13200
13201 * config.guess: Recognize lynx-2.3.
13202
13203Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13204
13205 * config.sub (z8ksim): Deleted
13206 (z8k-*-coff): New, this is the one true name of the target.
13207
13208Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13209
13210 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13211
13212Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13213
13214 * config.guess (*:Linux:*:*): First try asking the linker what the
13215 default object file format is (elf, aout, or coff). Then if this
13216 fails, try previous methods.
13217
13218Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13219
13220 * configure.in: Don't build newlib for *-*-vxworks5.1.
13221
13222Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13223
13224 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13225 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13226
13227Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13228
13229 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13230
13231Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13232
13233 * cfg-ml-com.in: New file.
13234 * cfg-ml-pos.in: New file.
13235
13236Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13237
13238 * COPYING.NEWLIB: Add HP free copyright to list.
13239
13240Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13241
13242 * config.sub: Recognize -eabi* for the system, not just -eabi.
13243
13244Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13245
13246 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13247 * config.sub, configure.in (win32): New target and host.
13248
13249Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13250
13251 * configure.in: Add i386-pe configuration.
13252
13253Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13254
13255 * mpw-build.in (install): Install GDB after LD.
13256
13257Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13258
13259 * mpw-config.in (elf/mips.h): Always forward-include, needed
13260 for GDB to build.
13261
13262Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13263
13264 * testsuite: New directory for customer acceptance and whole tool
13265 chain tests.
13266
13267Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13268
13269 * configure: If per-host line isn't found, but AC_OUTPUT is found
13270 and a configure script exists, run it instead.
13271
13272Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13273
13274 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13275
13276Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13277
13278 * configure: Set build_{cpu,vendor,os,alias} to host values when
13279 --build isn't specified.
13280
13281Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13282
13283 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13284 (FLAGS_TO_PASS): Pass them.
13285 (EXTRA_TARGET_FLAGS): Ditto.
13286
252b5132
RH
13287Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13288
13289 * Makefile.in (all-libg++): Depend on all-libstdc++.
13290
13291Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13292
13293 * configure.in (noconfigdirs): Enable all packages for
13294 i386-unknown-netbsd.
13295
13296Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13297
13298 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13299 hosted builds (DOS builds)
13300
13301Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13302
13303 Changes for ARM based on patches from Richard Earnshaw:
13304 * config.sub: Handle armeb and armel.
13305 * configure.in: Omit arm linker only for riscix.
13306
13307Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13308
13309 * config.guess: Update from FSF.
13310
13311Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13312
13313 * config.sub: Recognize powerpcle as the little endian varient of
13314 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13315 powerpcle variant. Convert pentium into i586, not i486. Add p5
13316 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13317 temporarily.
13318
13319Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13320
13321 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13322
13323Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13324
13325 * config.sub: Accept -lites* as a basic system type.
13326
13327Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13328
13329 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13330 installed, and if so return linuxoldld as the system name.
13331
13332Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13333
13334 * config.guess: Add hppa1.1-hp-lites support.
13335
13336Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13337
13338 * configure.in: Don't build newlib for m68k-vxworks5.1.
13339
13340Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13341
13342 * configure.in (mips-sgi-irix6): Use mh-irix5.
13343
13344Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13345
13346 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13347
13348Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13349
13350 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 13351 OSF/1. Fix compiler flags.
252b5132
RH
13352 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13353
13354Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13355
13356 * configure.in: Recognize --with-newlib.
13357 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13358
afb8d725
JM
13359Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13360
13361 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13362 to *_X11_MODULES due to gdbtk needing X include files et al.
13363
252b5132
RH
13364Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13365
13366 Merge in support for Mac MPW as a host.
13367 (Old change descriptions retained for informational value.)
13368
13369 * mpw-config.in: Add generic include forwards for cpu-specific
13370 include files in aout and elf directories.
13371
13372 * mpw-configure: Added copyright.
13373 * mpw-config.in: Check for presence of required build tools.
13374 (target_libs): Add newlib.
13375 (target_tools): Add examples.
13376 (Read Me): Generate as "Read Me for MPW" instead.
13377 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13378 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13379 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13380
13381 * mpw-configure: Remove subdir-specific makefile hackery,
13382 delete mk.tmp after using it.
13383
13384 * mpw-build.in (all): Display start and end times.
13385
13386 * mpw-configure (host_canonical): Set.
13387 (target_cpu): Always add to makefiles.
13388 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13389 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13390 (mpw-mh-mpw): Look for in srcdir and srcroot.
13391 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13392
13393 * mpw-build.in: (install-only): New target.
13394
13395 * mpw-configure (host_alias, target_alias): Rename from hostalias
13396 and targetalias, add into generated Makefile.
13397 (mk.tmp): If present, add into generated Makefile.
13398 * mpw-build.in (all-gas): Build config.h first before gas proper.
13399
13400 * mpw-configure (config.status): Write only if changed.
13401 * mpw-config.in (readline): Configure it (not built, just used for
13402 definitions).
13403
13404 * mpw-config.in (elf/mips.h): Add a forward include.
13405
13406 * mpw-config.in: Forward-include most .h files in include into
13407 extra-include.
13408 (readline): Don't build.
13409 mpw-build.in (install): Install GDB.
13410
13411 * mpw-configure (prefix, mpw_prefix): Handle it.
13412 * mpw-config.in (mmalloc, readline): Don't configure.
13413 * mpw-build.in (thisscript): Rename to ThisScript.
13414 Use mpw-build instead of BuildProgram everywhere.
13415 (mmalloc, readline): Don't build.
13416 * mpw-README: New file, basic documentation about the MPW port.
13417
13418 * mpw-config.in: Use forward-include to create include files.
13419
13420 * mpw-configure: Add more things to the top of each configured
13421 Makefile, including contents of config/mpw-mh-mpw.
13422 * mpw-config.in (extra-include): Create this directory and fill it
13423 with Posix-like include files when configuring.
13424
13425 * config.sub (apple, mac, mpw): Add various aliases.
13426
13427 * mpw-build.in: New file, top-level build script fragment for MPW.
13428 * mpw-configure: New file, configure script for MPW.
13429 * mpw-config.in: New file, config fragment for MPW.
13430
13431Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13432
13433 * configure.in (host_libs): Remove glob, since it is gone from the
13434 sources.
13435
13436Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13437
13438 * Makefile.in: define empty GDB_NLM_DEPS var.
13439
13440 * configure.in(target_makefile_frag): use config/mt-netware
13441 for netware targets.
13442
13443Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13444
13445 * config.sub: Merge in recent FSF changes. Remove linux special
13446 cases.
13447
13448Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13449
4bddf3ad 13450 Revert this change:
252b5132
RH
13451
13452 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13453
13454 * build-all.mk: Use CC=cc -Xs on Solaris.
13455
252b5132
RH
13456Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13457
13458 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13459 stop using it.
13460 * Makefile.in: Nuke all references to glob subdirectory.
13461
13462Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13463
13464 * configure.in: Fix --enable-shared logic in per-host.
13465
13466Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13467
13468 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13469
13470Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13471
13472 * configure.in (noconfigdirs): Don't build gas on AIX, for
13473 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13474
13475Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13476
13477 * configure: Fix --cache-file to work if the file argument is a
13478 relative path.
13479
13480Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13481
13482 * configure: If the --cache-file is used, pass it down to
13483 configure in subdirectories.
13484
13485Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13486
13487 * config.sub: add vxworks29k configuration.
13488
13489Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13490
13491 * Makefile.in (taz): Do "diststuff" part quietly.
13492
13493Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13494
13495 * config.sub: Mini-merge with gcc/config.sub.
13496
13497Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13498
13499 * config.guess (IRIX): Sed - to _.
13500
13501Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13502
13503 * Makefile.in (source-vault, binary-vault): New targets.
13504
13505Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13506
13507 * config.sub: Recognize -eabi as a basic system type.
13508
13509Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13510
13511 * configure.in (enable_shared stuff): Fix typo.
13512
13513Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13514
13515 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13516
13517Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13518
13519 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13520
13521Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13522
13523 * configure.in (rs6000-*-*): Don't build gas.
13524
13525Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13526
13527 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13528 reduce command line length.
13529 (AS_FOR_TARGET): Check for as.new, not Makefile.
13530 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13531
13532Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13533
13534 * config.guess: Merge from FSF.
13535
13536Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13537
13538 * configure: Don't use $ when handling program_suffix.
13539
13540Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13541
13542 * configure.in: Configure tk for hppa/hpux.
13543
13544Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13545
13546 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13547
13548Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13549
13550 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13551 to LIBCXXFLAGS. Tests are better run without it.
13552
13553Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13554
13555 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13556
13557Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13558
13559 * configure.in (*-*-netware*): Don't configure xiberty.
13560
13561Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13562
13563 * configure.in: Remove tk from native_only list.
13564
13565Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13566
13567 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13568 for special NCD build.
13569
13570Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13571
13572 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13573 makeall.bat, they're only useful for binutils snapshots.
13574 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13575 makeall.bat to specified SUPPORT_FILES.
13576
13577Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13578
13579 * build-all.mk: Add Ericsson targets to sun4 and solaris
13580 hosts. Add BNR's sun4 target to solaris host, so their
13581 build-from-source will be tested in-house first.
13582
13583Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13584
13585 * Makefile.in (LIBCFLAGS): New variable.
13586 (CFLAGS_FOR_TARGET): Ditto.
13587 (LIBCFLAGS_FOR_TARGET): Ditto.
13588 (LIBCXXFLAGS): Ditto.
13589 (CXXFLAGS_FOR_TARGET): Ditto.
13590 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13591 (BASE_FLAGS_TO_PASS): Pass them.
13592 (EXTRA_TARGET_FLAGS): Ditto.
13593
4bddf3ad 13594 * configure.in: Support --enable-shared.
252b5132
RH
13595
13596Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13597
13598 * configure.in (target_libs): Include libstdc++ again.
13599 * config.guess: Update from FSF (for FreeBSD).
13600
13601Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13602
13603 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13604 makeall.bat.
13605 (DISTDOCDIRS): Add `etc'.
13606 (ETC_SUPPORT_PFX): New variable.
13607 (taz): Include anything from etc starting with a word in
13608 ETC_SUPPORT_PFX.
13609
13610Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13611
13612 * config.sub: Update for recent FSF changes. Remove obsolete
13613 h8300hds entry. Add -windows* and -osx as basic os. Minor
13614 spacing changes.
13615
13616Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13617
13618 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13619
13620 * config.guess: Merge with FSF.
13621 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13622
13623Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13624
13625 * configure: Since the "trap 0" handler will override the exit
13626 status on many systems, only use it for "exit 1", and make it set
13627 a non-zero exit status; reset it before "exit 0". Also, check
13628 exit status of config.sub, and error out if it failed.
13629
13630Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13631
13632 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13633 and install libgloss.
13634
13635Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13636
13637 * Makefile.in (all-binutils): Depend upon all-byacc.
13638
13639 * configure.in: Don't build emacs on Irix 5.
13640
13641Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13642
13643 * configure.in (*-*-netware*): Add libio.
13644
13645Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13646
13647 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13648 (CHECK_TARGET_MODULES): Ditto.
13649 (INSTALL_TARGET_MODULES): Ditto.
13650 (TARGET_LIBS): Ditto.
13651 (all-libstdc++): Note dependencies.
13652
13653Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13654
13655 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13656
13657Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13658
13659 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13660 -fexternal-templates.
13661
13662 * configure.in (target_libs): Add libstdc++.
13663 (noconfigdirs): Add libstdc++ as appropriate.
13664
13665Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13666
13667 * config.guess: Update from FSF.
13668
13669Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13670
13671 * configure: Use ${config_shell} when running ${configsub}.
13672
13673Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13674
13675 * config.sub: No longer recognize h8300h.
13676
13677Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13678
13679 * config.sub: Remove extraneous differences between config.sub and
13680 gcc/config.sub.
13681
13682Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13683
13684 * Makefile.in (DISTSTUFFDIRS): Add gas.
13685
13686Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13687
13688 * COPYING.NEWLIB: New file.
13689
13690Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13691
13692 * config.guess (HP-UX): Patch from Harlan Stenn
13693 <harlan@landmark.com> to also emit release level.
13694
13695Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13696
13697 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13698
13699Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13700
13701 * config.sub: Merge nextstep cleanup from FSF.
13702
13703Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13704
13705 * configure.in (arm-*-*): Don't configure ld for this target.
13706
13707Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13708
13709 * configure.in (*-*-netware): don't configure libg++, libio,
13710 librx, or newlib.
13711
13712Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13713
13714 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13715 configure ld--it works, but it doesn't support shared libraries.
13716
13717Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13718
13719 * config.guess (*-unknown-freebsd*): Get rid of possible
13720 trailing "(Release)" in version string.
13721 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13722
13723Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13724
13725 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13726 Fix type: *-next-neststep -> *-next-nextstep.
13727
13728 * config.guess: Merge from FSF:
13729
13730 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13731
13732 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13733
13734 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13735
13736 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13737 instead of UNIX_SV for UnixWare 1.0).
13738
13739Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13740
13741 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13742 to make gdb/nlm/* build after the compiler and linker.
13743
13744Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13745
13746 * config.guess (netbsd, freebsd, linux): Accept any machine,
13747 not just i[34]86.
13748 (m68k-atari-sysv4): Relocate to match FSF version.
13749
13750 * config.guess: More merges from the FSF:
13751
13752 Add a space before function call or macro invocation.
13753
13754 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13755
13756 * config.guess: Add trap cmd to remove dummy.c and dummy when
13757 interrupted.
13758
13759 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13760
13761 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13762 (dummy): Redirect stderr from compilation of dummy.c.
13763
13764 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13765
13766 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13767
13768Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13769
13770 * configure: Accept and ignore --cache*, for compatibility with
13771 new autoconf.
13772
13773Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13774
13775 * config.guess: Merge from FSF:
13776
13777 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13778
13779 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13780 (PATH): Add /.attbin at end for finding uname.
13781 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13782
13783 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13784
80413487 13785 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13786
13787 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13788
80413487
RH
13789 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13790 to select whether to use ELF or COFF.
252b5132
RH
13791
13792 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13793
80413487 13794 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13795
13796 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13797
13798 * config.guess: Guess the OS version for HPUX.
13799
13800 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13801
13802 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13803
13804Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13805
13806 * configure.in: Recognize --with-headers, --with-libs, and
13807 --without-newlib.
13808 * Makefile.in (all-xiberty): Depend upon all-ld.
13809
13810Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13811
13812 * configure.in: Change i[34]86 to i[345]86.
13813
13814Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13815
13816 * configure (version): A few more tweaks to help message.
13817
13818Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13819
13820 * Makefile.in: Remove (for now) librx as a host library,
13821 now that we're building it for target.
13822
13823Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13824
13825 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13826 (Karl Berry).
13827
13828Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13829
13830 * configure.in: Also configure librx.
13831
13832Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13833
13834 * Makefile.in: Update various rules to reflect that librx
13835 is now needed for libg++.
13836
13837Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13838
13839 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13840
13841Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13842
13843 * configure.in: Configure the examples directory.
13844
13845Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13846
13847 * configure: Simplify Jun 2 1994 change.
13848
13849Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13850
13851 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13852 /bin/gcc isn't good enough to build gcc.
13853
13854Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13855
13856 * Makefile.in (GDB_SUPPORT_FILES): Remove
13857 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13858 (gdb.tar.gz): Add new rule to use standard distribution building
13859 mechanism.
13860
13861Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13862
13863 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13864 Bill Cox <bill@cygnus.com>.
13865
13866Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13867
13868 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13869
13870Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13871
13872 * configure: Search current dir first in .gdbinit.
13873
13874Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13875
13876 * config.sub: Recognize freebsd (merged from gcc config.sub).
13877
13878Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13879
13880 * config.sub: Refer to NeXT's operating system as nextstep.
13881
13882 * config.sub (case $basic_machine): Re-order the cases, to match
13883 the order in the FSF version (which is mostly alphabethical).
13884 Merge in some additions and changes from the FSF.
13885
13886Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13887
13888 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13889 * config.sub: Recognize cxux7.
13890 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13891
13892Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13893
13894 * config.sub: Fix typo powerpc -> powerpc-*.
13895
13896Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13897
13898 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13899
13900 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13901 parallel with all-emacs and install-emacs). Top-level command
13902 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13903
13904Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13905
13906 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13907 $(relbindir)/make before doing ``make install'', and use
13908 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13909 installing over running make binary.
13910 ($(host)-stamp-stage3-installed): Likewise.
13911
13912Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13913
13914 * config.guess: Recognize Mach.
13915
13916Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13917
13918 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13919 see whether --exec-prefix was used.
13920
13921Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13922
13923 * README: Explicitly mention libg++/README. (Zoo's idea.)
13924
13925Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13926
13927 * Makefile.in: Add all-librx target similar to all-libproc.
13928
13929Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13930
13931 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13932 with post 1.2 uname bogosity.
13933
13934Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13935
13936 * configure: Remove temporary files on receipt of a signal.
13937
13938Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13939
13940 * configure: If there is a package_makefile_frag, remove
13941 ${subdir}/Makefile.tem after copying it in.
13942
13943Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13944
13945 * build_all.mk: support rs6000 lynx identifies itself as
13946 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13947 since /bin/gcc is too feeble to compile a modern gcc.
13948
13949Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13950
13951 * brought devo/test-build.mk update-to-date with progressive/
13952 test-build.mk. Add lynx targets and hppa flag info.
13953
13954Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13955
13956 * configure.in: Use mh-ncrsvr43. Patch from
13957 Tom McConnell <tmcconne@sedona.intel.com>.
13958
13959Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13960
13961 * config.guess (i386-unknown-bsdi): No longer need to
13962 check #if defined(__bsdi__) && defined(__i386__).
13963
13964Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13965
13966 * configure: Set program_transform_nameoption correctly.
13967
13968Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13969
13970 * brought build-all.mk update-to-date with progressive build-all.mk,
13971 added new targets and hppa info.
35590697 13972
252b5132
RH
13973Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13974
13975 * configure: If config.guess result is a prefix of the user
13976 specified target, assume a native build and use the user specified
13977 target as the host alias. Remove SunOS patch suffix removal hack.
13978 * configure.in: Remove SunOS patch suffix removal hack.
13979
13980 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13981 in NATIVE_CHECK_MODULES.
13982
13983Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13984
13985 * Makefile.in: Rename HOST_ONLY to NATIVE.
13986 * configure: Delete SunOs patch suffix from host_canonical
13987 and build_canonical variables that are prepended to Makefiles.
13988 * configure.in: Add comments for easier maintenance.
13989
13990Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13991
13992 * Makefile.in: Add all-libproc target similar to all-gui.
13993
13994Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13995
13996 * Makefile.in (CHECK_MODULES): split into
13997 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13998
13999Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14000
14001 * config.guess (i386-unknown-bsdi): New system to guess.
14002
14003Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14004
14005 * Makefile.in: Add all-gui target (but not yet build by "all").
14006
14007Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14008
14009 * config.sub: Move deletion of patch suffix from here...
14010 * configure.in: To here, at Ian's suggestion. The top-
14011 level scripts might need to know of a patch level.
14012
14013Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14014
14015 * config.sub: Strip off patch suffix so rtl is recognized
14016 as a sunos4.1.3 machine, even though it's been patched.
14017
14018Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14019
14020 * Makefile.in (INSTALL_LAST): Delete.
14021 (INSTALL_DOSREL): New.
14022
14023Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14024
14025 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14026 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14027 whether we pass down --with-gnu-ld anyhow.
14028
14029Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14030
14031 * Makefile.in (INSTALL_LAST): Change operation so it works
14032 on more flavors of make.
14033 * configure.in (go32): Don't build libg++ or libio.
14034
14035Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14036
14037 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14038 they can be overriden by templates.
14039
14040Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14041
14042 * configure.in (target==go32): Don't build gdb.
14043 * dosrel: New directory.
14044
14045Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14046
14047 * configure.in (host==go32): Configure dosrel too.
14048 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14049 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14050 be set by incoming names or templates.
14051 (INSTALL_LAST): New rule.
252b5132
RH
14052
14053Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14054
14055 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14056
14057Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14058
252b5132
RH
14059 * configure.in (appdirs): New variable. Currently empty, but will
14060 be used in gas distribution. If nonempty, lists a set of
14061 directories at least one of which must get configured, or top
14062 level configuration is considered to have failed.
14063 (rs6000-*-lynxos*): Use new file name.
14064
14065Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14066
14067 Eliminate XTRAFLAGS.
14068 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14069 newlib include files using -idirafter, and also use -nostdinc.
14070 (CXX_FOR_TARGET): Likewise.
14071 (XTRAFLAGS): Removed.
14072 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14073 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14074 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14075 ($(DO_X)): Don't pass down XTRAFLAGS.
14076
14077Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14078
14079 * configure.in (mips*-dec-bsd*): New target; do build linker.
14080 (mips*-*-bsd*): New target; don't build linker.
14081
14082Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14083
14084 * configure.in: support rs6000-*-lynxos* configuration.
14085 support sunos4 as a cross target.
14086
14087 * config.sub: look for lynx*, not lynx since the OS version may
14088 legitimately be part of the name.
14089
14090Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14091
14092 * configure.in (i[34]86-*-sco*): Move to be with other i386
14093 targets.
14094 (romp-*-*): New target. Skip various binary utilities.
14095 (vax-*-*): New target. Don't build newlib.
14096 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14097
14098Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14099
14100 * configure.in: Only set host_makefile_frag if config
14101 directory exists.
14102
14103Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14104
14105 * install.sh: If $dstdir exists, don't check whether each
14106 component does.
14107
14108Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14109
14110 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14111
14112Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14113
35590697
AJ
14114 * configure.in (*-*-lynxos*): Don't configure newlib for either
14115 native or cross Lynx.
252b5132
RH
14116
14117Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14118
14119 * config.sub (sparc64-elf): Fix os.
14120 (z8k): Remove duplicate.
14121
14122Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14123
14124 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14125 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14126
14127Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14128
14129 * configure: Make file links cleanly even if Lynx fails on
80413487 14130 an NFS symlink (at least fail cleanly).
252b5132
RH
14131
14132Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14133
14134 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14135 -XNh2000.
14136
14137Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14138
14139 * configure: Unknown options are fatal again.
14140
14141Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14142
14143 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 14144 compatibility.
252b5132
RH
14145
14146Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14147
14148 * build-all.mk: Add `clean' target.
14149
14150Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14151
14152 * config.guess: Add SINIX support.
14153 * configure.in: Add mips-*-sysv4* support.
14154
14155Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14156
14157 * build-all.mk: Document all useful targets.
14158 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14159 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14160
14161Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14162
14163 * configure: Support --silent, --quiet.
14164
14165Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14166
14167 * configure: Support --disable-FEATURE.
14168
14169Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14170
14171 * config.guess: Recognize NCR running SVR4.3.
14172
14173Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14174
14175 * config.guess: Make BSDI generate i386-unknown-bsd386.
14176 Patch from Paul Eggert <eggert@twinsun.com>.
14177
14178Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14179
14180 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14181
14182Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14183
14184 * configure: Make unrecognized options give nonfatal warnings
14185 instead of fatal errors, and pass them to any subdirectory
14186 configures in case they recognize them.
14187 Make --x equivalent to --with-x.
14188
14189Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14190
14191 * configure: Add --enable-* options. Clean up usage message and
14192 some comments.
14193
14194Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14195
14196 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14197
14198Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14199
14200 * configure.in (hppa*-*-*): Enable binutils.
14201
14202Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14203
14204 * config.sub: Recognize cisco.
14205
14206Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14207
14208 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14209
14210Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14211
14212 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14213 than one configuration name. Add comment.
14214
14215Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14216
14217 * config.guess: about target *-hitachi-hiuxwe2, fixed
14218 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14219 macro is incorrect.]
14220
14221Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14222
14223 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14224 than the "make ls" stuff which used to be here.
14225
14226Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14227
14228 * config.guess: Recognize i[34]86-unknown-freebsd.
14229 From Shawn M Carey <smcarey@rodan.syr.edu>.
14230
14231Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14232
14233 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14234
14235Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14236
14237 * config.guess: Check for ptx.
14238
14239Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14240
14241 * config.sub: Add os9k checking.
14242
14243Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14244
14245 * config.guess: Handle OSF1 running on HPPA processors
14246
14247Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14248
14249 * configure: If subdir configure fails, print out a message with
14250 subdirectory name, in case subdir's configure code didn't identify
14251 itself.
14252
14253Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14254
14255 * configure.in: Remove embedded newlines from configdirs.
14256 Avoid mismatches of substrings. Fix matching strings at end
14257 of configdirs.
14258
14259Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14260
14261 * config.guess: Add Lynx/rs6000 config support.
14262
14263Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14264
14265 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14266
14267Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14268
14269 * configure.in (hppa*-*-osf*): Treat this just like most other
14270 PA configurations (eg no binutils or ld).
14271 (hppa*-*-*elf*): These configurations have binutils and ld.
14272
14273Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14274
14275 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14276
14277Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14278
14279 * configure.in (rs6000-*-*): Build gas.
14280
14281Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14282
80413487 14283 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
14284
14285Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14286
14287 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14288 for GDB and GDB has been fixed to not need it.
14289
252b5132
RH
14290Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14291
14292 * config.guess: Recognize vax hosts.
14293
14294Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14295
14296 * configure (while loop): Don't use "break 2" inside case
14297 statement -- the case statement isn't an enclosing loop.
14298
14299Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14300
14301 * config.guess: Clean up NeXT support, to allow nextstep
14302 on Intel machines. Make OS be nextstep.
14303
14304Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14305
14306 * config.guess: Add alternate forms for Convex.
14307
14308Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14309
14310 * configure: Completely rewrite option processing. Take
14311 advantage of pattern-matching to avoid invoking test frequently.
14312 Also clean up host and target defaulting logic.
14313
14314Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14315
14316 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14317 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14318 commands (plus user environment) will fit SCO limits.
14319
14320Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14321
14322 * configure.in: Don't issue warnings about directories which are
14323 not being configured if -norecursion is set. Correct test for
14324 --with-gnu-as and --with-gnu-ld to not get confused by substring
14325 matches.
14326
14327 * configure.in: Don't build gas for alpha-dec-osf1*.
14328
14329Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14330
14331 * configure: Back out Per's change of 12/19/1993. It changes the
14332 behavior of configure in unexpected and confusing ways.
14333
14334 Also, use different delim char when calculating
14335 program_transform_name so that the name can contain slashes.
14336
14337Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14338
14339 * configure.in, config.sub: Add support for VSTa micro-kernel.
14340
14341Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14342
14343 * configure.in: Nuke hacks which were used to get a special
14344 version of GAS for HPPA configurations.
14345
14346Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14347
14348 * configure: If only ${target_alias} is given, use that
14349 as the default for ${host_alias}.
14350 * configure: Add missing back-slashes before nested quotes.
14351
14352Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14353
14354 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14355
14356Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14357
14358 * config.guess: Recognize some Tektronix configurations.
14359 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14360
14361Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14362
14363 * config.sub: Match any flavor of SH.
14364
14365Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14366
14367 * configure.in: Don't try to configure newlib for Alpha.
14368
14369Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14370
14371 * configure.in: Don't build ld for Irix 5. Don't build gas,
14372 libg++ or libio for any Alpha target.
14373
14374 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
14375
14376Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14377
14378 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14379 default arguments -- so it tried to compress itself.
14380
14381Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14382
14383 * configure.in (notsupp): ensure that a space is always at the end
14384 of the configdirs list, since the grep checks for an explicit space
14385
14386Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14387
14388 * configure.in (target i386-sysv4.2): don't build ld, since static
14389 versions of many libraries are not available.
14390
14391Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14392
14393 * config.guess: Recognize Apollos (using environment variables).
14394 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14395
14396Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14397
14398 * config.guess: Recognize Sony news mips running newsos.
14399
14400Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14401
14402 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14403 "fi ; else" for bash.
14404
14405Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14406
14407 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14408
14409Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14410
14411 * config.sub: accept unixware as an alias for svr4.2.
14412 Fix some inconsistancies with the gcc version.
14413
14414Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14415
14416 * Makefile.in (DISTDOCDIRS): Add gdb.
14417
14418Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14419
14420 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14421
14422Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14423
14424 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14425 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14426 this now.
14427
14428Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14429
14430 * config.sub: Accept hiux* as an OS name.
14431
14432 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14433 etc/make-stds.texi. The underscore came from gcc, and dje now
14434 agrees that RUNTESTFLAGS is the correct name.
14435
14436Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14437
14438 * install.sh: Remove 'set -e'. It makes any conditionals
14439 in the script useless.
14440
14441 * config.guess: Automatically recognize arm-acorn-riscix
14442 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14443
14444Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14445
14446 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14447
14448Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14449
14450 * Makefile.in (DISTDOCDIRS): New variable.
14451 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14452 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14453
14454Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14455
14456 * configure.in (hppa target): check the source directory for the
14457 pagas sub-directory
14458
14459Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14460
14461 * config.sub: Allow -aout* and -elf*.
14462
14463Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14464
14465 * configure.in: Don't build ld on i386-solaris2, same as for
14466 sparc-solaris2.
14467
14468Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14469
14470 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14471
14472Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14473
14474 * configure.in: Configure gdb for alpha.
14475
14476Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14477
14478 * Makefile.in (CXXFLAGS): Add -O.
14479
14480Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14481
14482 * config.guess: added support for DG Aviion
14483
14484Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14485
14486 * configure.in: Produce warning message for subdirectories not
14487 configurable for this host/target combination. Don't try to
14488 configure gdb for vms.
14489
14490Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14491
14492 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14493 appropriate files before making "diststuff".
14494 (DISTBISONFILES): New var: list of files to be edited.
14495 (DISTSTUFFDIRS): Add binutils.
14496
14497Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14498
14499 * config.sub: also handle mipsel and mips64el (for little endian mips)
14500
14501Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14502
14503 * configure.in: Add * to end of all OS names.
14504
14505Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14506
14507 * configure.in: Build newlib for LynxOS native.
14508
14509Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14510
14511 * config.guess: Add support for delta 88k running SVR3.
14512
14513 * configure.in: Add comment about HP compiler vs. emacs.
14514
14515Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14516
14517 * configure.in: don't build ld on solaris2 (not a viable option
14518 due to bugs in getpwnam & getpwuid)
14519
14520Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14521
14522 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14523 config.guess will produce a full version number.
14524
14525Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14526
14527 * configure.in: Build linker and binutils for alpha-dec-osf1.
14528
14529Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14530
14531 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14532 and gdb/testsuite/Makefile.in.
14533
14534Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14535
14536 * configure.in: recognize mips*- instead of mips-
14537
14538Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14539
14540 * config.sub: Accept linux*coff and linux*elf as operating
14541 systems.
14542
14543Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14544
14545 * config.sub: Recognize mips64, and mips3 as an alias for it.
14546
14547Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14548
14549 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14550 gdb knows how to handle OSF/1 shared libraries.
14551
14552Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14553
14554 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14555 * config.guess: Recognize Hitachi's HIUX.
14556 * config.sub: Recognize h3050r* and hppahitachi.
14557 Remove redundant cases for hp9k[23]*.
14558
14559Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14560
14561 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14562 if gas and ld are in the source tree and are in ${configdirs}.
14563 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14564 --with options (but still pass them down on the command line,
252b5132
RH
14565 if they were explicitly specified).
14566
14567Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14568
14569 * configure: substitute SHELL value in Makefile.in with
14570 ${CONFIG_SHELL}
14571
14572Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14573
14574 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14575 *-*-solaris2* targets.
14576
14577Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14578
14579 * Makefile.in: define M4, and pass it down to sub-makes;
14580 all-autoconf now depends on all-m4
14581
14582Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14583
14584 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14585 presence of {ar,ranlib} instead of a configured directory
14586
14587Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14588
14589 * config.guess: Accept 34?? as well as 33?? for NCR.
14590
14591Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14592
14593 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14594 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14595
14596Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14597
14598 * configure: grab values for $(CC) and $(CXX) from the
14599 environment, so that someone can do "CC=gcc configure; make" and
14600 have it work right (matching the way that autoconf works now)
14601
14602 * configure.in, Makefile.in: add support for gash, the tcl
14603 interface to Galaxy
14604
14605 * config.guess: add NetBSD variants (hp300, x86)
14606
14607Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14608
14609 * install.sh: Support -d option (in the manner of SunOS 4 install,
14610 as it is more deterministic than that of GNU install)
14611 (chmodcmd): Set file to mode 755 by default (should also do default
14612 chgrp and chown, but I don't feel like dealing with that now)
14613
14614Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14615
14616 * config.sub: Remove h8300hhms alias.
14617
14618Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14619
14620 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14621
14622Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14623
14624 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14625 as stmp-fixinc
14626
14627Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14628
14629 * config.sub: recognize m88110-bug-coff.
14630
14631Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14632
14633 * Makefile.in (all-libio): all dependencies on the toolchain used
14634 to build this (gcc, gas, ld, etc)
14635
14636Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14637
14638 * config.guess: Deal with OSF/1 1.3 on alpha.
14639
14640Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14641
14642 * install.sh: add some 'else true' clauses for portability
14643
14644 * configure.in: don't build libio for h8[35]00-*-* targets
14645
14646Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14647
14648 * Makefile.in: Add support for new libio.
14649
14650Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14651
14652 * install.sh: If one command fails, don't try the rest. Don't try
14653 to remove $dsttmp (via trap) unless we have already created it.
14654 If $src doesn't exist, detect it and exit with an error.
14655
14656 * config.guess: Recognize BSD on hp300.
14657
14658Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14659
14660 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14661 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14662
14663Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14664
14665 * Makefile.in (all-send-pr): depends on all-prms
14666
14667Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14668
14669 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14670
14671Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14672
14673 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14674 Added test for mips-mips-riscos5.
14675
14676Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14677
14678 * configure.in: use mh-hp300 for 68k HP hosts
14679
14680Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14681
14682 * configure: add support for CONFIG_SHELL, so that you can use
14683 some alternate shell for evaluating configure scripts
14684
14685Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14686
14687 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14688 in configure script to bug-gdb@prep.ai.mit.edu when building
14689 distribution archive.
14690 * Makefile.in (COMPRESS): Remove def.
14691 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14692 gdb.tar.Z and make-gdb.tar.Z respectively.
14693 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14694 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14695 to convergence with 'taz' target in Makefile.in.
14696
14697Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14698
14699 * install.sh (dsttmp): use trap to ensure that tmp files go
14700 away on error conditions
14701
14702Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14703
14704 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14705
14706Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14707
14708 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14709 its parent is '/' not ''.
14710
14711 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14712
14713Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14714
14715 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14716 that ${newsrcdir}/configure.in does.
14717
14718Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14719
14720 * test-build.mk: support for CONFIG_SHELL
14721
14722Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14723
14724 * config.sub (netware): Add as a basic system type.
14725
14726Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14727
14728 * Makefile.in (Makefile): depend on configure.in. Also drop the
14729 $(srcdir)/ from the dependency on Makefile.in.
14730
14731Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14732
14733 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14734 (h8300hhms is temporary until multi-libraries are implemented).
14735 * configure.in: Handle h8300h too.
14736
14737Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14738
14739 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14740
14741Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14742
14743 * configure: Remove extraneous output when guessing host type.
14744 * config.guess: Remove extraneous output when guessing using C
14745 compiler rather than uname, or when guessing fails.
14746
14747Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14748
14749 * Makefile.in: remove all.cross and install.cross targets
14750
14751 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14752 definitions
14753
14754Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14755
14756 * configure.in (target sh): Build gprof.
14757
14758Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14759
14760 * config.sub: change -solaris to -solaris2
14761
14762Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14763
14764 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14765
14766Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14767
14768 * configure: Correct error message for missing Makefile.in to
14769 print correct directory.
14770
14771Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14772
14773 * install.sh: kludge around 386BSD shell bug
14774
14775Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14776
14777 * config.guess: Recognize NeXT.
14778 * config.guess: Recognize i486-ncr-sysv4.
14779 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14780
14781Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14782
14783 * Makefile.in (MAKEINFOFLAGS): New variable.
14784 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14785 * build-all.mk, test-build.mk: Pass down --no-split as
14786 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14787
14788Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14789
14790 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14791
14792Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14793
14794 * Makefile.in (libg++.tar.z): New rule.
14795 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14796 * Makefile.in (taz): Only do a single chmod.
14797
14798Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14799
14800 * install.sh: don't use dirname anymore (replaced with sed usage)
14801
14802Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14803
14804 * Makefile.in: Change extension for gzip'd files from '.z' to
14805 '.gz' per new FSF standard usage.
14806
14807Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14808
14809 * configure: put quotes around the final value of program_transform_name
14810
14811Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14812
14813 * Makefile.in: new install.sh support; update install-info rules
14814
14815Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14816
14817 * configure.in: Build diff for crosses, but not for go32 host.
14818
14819 * configure.in: Build gprof only for native, and don't build it
14820 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14821
14822Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14823
14824 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14825
14826Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14827
14828 * configure.in (host_tools): Add prms.
14829
14830Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14831
14832 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14833 with $(FLAGS_TO_PASS) on the command line
14834
14835 * config.sub: Recognize lynx and lynxos
14836
14837Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14838
14839 * config.sub: Accept -ecoff*, not just -ecoff.
14840
14841Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14842
14843 * Makefile.in (taz): Use .gz suffix instead of .z.
14844 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14845 names.
14846
14847Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14848
14849 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14850
14851Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14852
14853 * Makefile.in (install-no-fixedincludes): install gcc last, so
14854 that rebuilds that might happen during 'make install' don't get
14855 bogus gcc include files
14856
14857Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14858
14859 Change from Utah for HPPA support:
14860 * config.guess: Recognize hppa1.x-hp-bsd.
14861
14862Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14863
14864 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14865 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14866
14867Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14868
14869 * config.sub: Add support for rom68k and bug boot monitors.
14870
14871Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14872
14873 * Makefile.in: Make all-opcodes depend on all-bfd.
14874
14875Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14876
14877 * config.guess: Added special check for i[34]86-univel-sysv4*.
14878
14879Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14880
14881 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14882 the processor rather than assuming i486.
14883
14884Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14885
14886 * config.guess: Recognize SunOS6 as Solaris3.
14887
14888Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14889
14890 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14891 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14892
14893Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14894
14895 * build-all.mk (all-cross): New target for Canadian Cross.
14896 Added Q2 go32 targets.
14897 * test-build.mk: Configure go32 cross sparclite-aout and
14898 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14899 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14900
14901Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14902
14903 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14904 GO32 hosted toolchains
14905
14906Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14907
14908 * configure: change so "-exec-prefix" gets passed down rather
14909 than "-exec_prefix" so autoconf generated Makefiles get the
14910 exec_prefix set right.
14911
14912Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14913
14914 * config.guess: get the Solaris2 minor version number
14915
14916 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14917
14918Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14919
14920 * config.guess: Recognize some Sequent platforms.
14921
14922Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14923
14924 * Makefile.in: added the vault-install target
14925
14926 * configure.in: actually use the Sun3 makefile fragment that's in
14927 config, also added the release dir to configdirs
14928
14929Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14930
14931 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14932
14933Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14934
14935 * configure.in: remove some program from Alpha targetted toolchains
14936
14937Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14938
14939 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14940 gprof.
14941 (taz): Run "make diststuff" in those directories instead of "make
14942 proto-dir". Look for "VERSION=" only at start of line in subdir
14943 Makefile. Use "gzip -9" for compression.
14944 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14945 (binutils.tar.z): New target.
14946
14947Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14948
14949 * Makefile.in (taz): Include gpl.texinfo.
14950
14951Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14952
14953 * Makefile.in (setup-dirs): Merged into "taz" target.
14954 (taz): Only do `proto-dir' stuff if a directory is actually needed
14955 for this target.
14956
14957Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14958
14959 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14960 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14961 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14962 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14963 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14964
14965Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14966
14967 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14968 config.sub, and move-if-change to gdb testsuite distribution
14969 archive, so the testsuite can be extracted, configured, and
14970 run separately from the gdb distribution. Blow away the Chill
14971 tests that require a Chill compiled executable, since GNU Chill
14972 is not yet publically available.
14973
14974Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14975
14976 * test-build.mk: set environment variables in a single command,
14977 instead of a list of assignments and exports
14978
14979 * config.guess: recognize Alpha/OSF1 systems
14980
14981Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14982
14983 * configure: Change help message to prefer --options rather than
14984 -options.
14985
14986Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14987
14988 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14989 zippy@ecst.csuchico.edu.
14990 * config.guess: Recognize miniframe.
14991
14992Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14993
9eb322aa
MF
14994 * Makefile.in: Use srcroot to find runtest rather than rootme.
14995 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14996
14997Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14998
14999 * test-build.mk: Extensive additions to support building on a
15000 machine other than the host.
15001
15002Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15003
15004 * configure (tooldir): Fix for i386-aix again.
15005
15006Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15007
15008 * configure, Makefile.in: Change definition of $(tooldir)
15009 to match the FSF.
15010
15011Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15012
15013 * config.guess: Recognize i[34]86/SVR4.
15014
15015Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15016
15017 * Makefile.in (all-gdb): gdb depends on sim.
15018
15019Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15020
15021 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15022 at the same time we make the prototype gdb directory.
15023 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15024 files at the same time as the gdb base release distribution.
15025
15026Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15027
15028 * Makefile.in (check): Use individual check targets rather than
15029 DO_X rule.
15030 (check-gcc): Added.
15031
15032Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15033
15034 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15035 for System V release 3.2.
15036
15037Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15038
15039 * config.sub: Recognize hppaosf.
15040 * configure.in: Do configure ld/binutils/gas for it.
15041
15042Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15043
15044 * configure (tooldir): Alter syntax used to set this, for systems
15045 where "\$" isn't handled right, like i386-aix.
15046
15047Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15048
15049 * configure: Pass program-transform-name, not
15050 program_transform_name, to recursive configures.
15051
15052Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15053
15054 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15055 of gas+ld+binutils.
15056
15057Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15058
15059 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15060
15061Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15062
15063 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15064
252b5132
RH
15065Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15066
15067 * Makefile.in (PRMS): Set back to all-prms.
15068
15069Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15070
15071 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15072 targets, rather than for MIPS hosts.
15073
15074Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15075
15076 * configure.in: add comment for --with-x default values
15077
15078 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15079
15080 * Makefile.in: add check-* targets for each of the directories in
15081 the tree. Add a definition of RUNTEST that will use the one we
15082 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15083
15084Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15085
15086 * configure.in: Removed obsolete references to bfd_target and
15087 target_makefile_frag.
15088
15089 * build-all.mk: Set assorted targets for Q2.
15090 * config.sub: Recognize z8k-sim and h8300-hms.
15091 * test-build.mk: Really don't pass host to configure.
15092 (HOLES): Added uname.
15093
15094Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15095
15096 * configure: Handle an empty program-prefix, program-suffix or
15097 program-transform-name correctly.
15098
15099Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15100
15101 * build-all.mk: -G 8 no longer required for MIPS targets.
15102 * test-build.mk: Don't pass host argument to configure; make it
15103 guess.
15104
15105Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15106
15107 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15108 * Makefile.in (COMPRESS): New macro, like GZIP.
15109
15110Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15111
15112 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15113
15114 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15115 with gas currently defaults to -G 0.
15116
15117Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15118
15119 * Makefile.in (all-flex): flex depends on byacc.
15120
15121 * build-all.mk: If host not specified, use config.guess. Pass TAG
15122 to test-build.mk as RELEASE_TAG.
15123 * test-build.mk (configargs): New variable containing arguments to
15124 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15125 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15126
15127 * config.guess: Use /bin/uname when checking -X argument on SCO,
15128 to avoid invoking GNU uname which doesn't understand -X.
15129
15130 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15131
15132 * configure.in: Build gas for mips-*-*.
15133
15134Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15135
15136 * Makefile.in (all.normal): insert missing backslash.
15137
15138Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15139
4bddf3ad 15140 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
15141
15142 * Makefile.in: Complete overhaul to merge many almost identical
15143 targets.
15144
15145Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15146
15147 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15148 (gdb.tar.Z): Adjusted.
15149
15150 * Makefile.in (setup-dirs, taz): New targets; should be general
15151 enough to adapt for gdb sometime. Build only .z file.
15152 (gas.tar.z): New target.
15153
15154Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15155
15156 * build-all.mk: Use CC=cc -Xs on Solaris.
15157
252b5132
RH
15158Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15159
15160 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15161 for handling BISON for FSF releases.
15162
15163Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15164
15165 * configure: Actually implement the change zoo just documented.
15166
15167Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15168
15169 * configure: when using config.guess, only set target_alias when
15170 it's not already been set (ie, on the command line)
15171
15172Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15173
15174 * Makefile.in: add installcheck target, set PRMS to install-prms
15175
15176Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15177
15178 * configure: add support for package_makefile_fragment, handle the
15179 case where a directory has a configure.in file but no Makefile.in
15180 more gracefully (with an actual understandable error message, even);
15181 add support for --without (and add this to the usage message); also
15182 explicitly add a --host=${host_alias} to the command line when
15183 config.guess is used
15184
15185Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15186
15187 * configure: Must use both --host and --target in recursive calls.
15188
15189Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15190
15191 * Makefile.in: Change deja-gnu to dejagnu.
15192
15193Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15194
15195 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15196
15197Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15198
15199 * configure.in: canonicalize all instances to *-*-solaris2*,
15200 also strip out a number of tools to not build for go32 host
15201
15202Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15203
15204 * config.guess: add GPL.
15205
15206 * Makefile.in, config.guess, config.sub, configure: bump
15207 copyrights to 93.
15208
15209Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15210
15211 * Makefile.in (do-info): Removed obsolete check for existence of
15212 localenv file.
15213
15214 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15215
15216Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15217
15218 * Makefile.in: a couple of 'else true' for decstation,
15219 support for TclX
15220
15221 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15222
15223Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15224
15225 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15226
15227Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15228
15229 * config.guess: Recognize i386-ibm-aix (PS/2).
15230 * configure.in: Use config/mh-aix386 file for it.
15231
15232Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15233
15234 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15235 CC_FOR_TARGET instead.
15236 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15237
15238Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15239
15240 * Makefile.in: Add sim to list of directories sent with gdb
15241
15242Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15243
15244 * configure.in: Put back mips-dec-bsd* case.
15245
15246Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15247
15248 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15249 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15250 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
15251
15252Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15253
15254 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15255
15256 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15257 (install-info): install dir.info only if it exists,
15258 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15259
15260Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15261
15262 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15263 gas for mips-dec-bsd.
15264
15265Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15266
15267 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15268 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15269
15270Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15271
15272 * configure.in: Added "dejagnu" to hosttools list.
15273
15274Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15275
15276 * config.sub, configure.in, config.guess: Add support
15277 for Bosx, an AIX variant from Bull.
15278 Patches from F.Pierresteguy@frcl.bull.fr.
15279
15280Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15281
15282 * devo/dejagnu: Initial creation of devo/dejagnu.
15283 Migrated dejagnu testcases and support files for testing software
15284 tools to reside as subdirectories, currently called "testsuite",
15285 within the directory of the software tool. Migrated all programs,
15286 support libraries, etc. beloging to dejagnu proper from
15287 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15288 with no modifications. The changes to these files which will
15289 allow them to configure, build, and execute properly will be made
15290 in a future update.
15291
15292Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15293
15294 * Makefile.in: Change send_pr to send-pr.
15295 * configure.in: Likewise.
15296 * send_pr: Renamed directory to send-pr.
15297
15298Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15299
15300 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15301
15302Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15303
15304 * README: Update for gdb-4.8 release.
15305 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15306 gdb-xxx.tar.z (gzip'd) file also.
15307
15308Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15309
15310 * Makefile.in: make all-diff depend on all-libiberty
15311
15312Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15313
15314 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15315
15316Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15317
15318 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15319
15320Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15321
15322 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15323 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15324 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15325
15326Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15327
15328 * Makefile.in: makeinfo binary is in a new location
15329
15330Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15331
15332 * config.sub: Accept -ecoff as an OS.
15333
15334 * Makefile.in: Various changes to eliminate a level of make
15335 recursion and reduce the required command line length.
15336 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15337 sub-makes.
15338 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15339 variables holding settings for specific sub-makes.
15340 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15341 in terms of BASE_FLAGS_TO_PASS.
15342 (TARGET_LIBS): New variable listing directories which use
15343 TARGET_FLAGS_TO_PASS.
15344 (subdir_do): Eliminated.
15345 (do-*): New set of targets to replace subdir_do.
15346 (various): All targets which used subdir_do now depend on do-*.
15347 (local-clean): Renamed from do_clean.
15348 (local-distclean): New target, dependency of distclean and
15349 realclean.
15350 (install-info): Don't create directories. Depend on dir.info
15351 rather than calling make recursively.
15352 (install-dir.info): Eliminated.
15353 (install-info-dirs): Create all info directories here.
15354 (dir.info): Depend upon do-install-info.
15355
15356 * test-build.mk (HOLES): Added false.
15357
15358Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15359
15360 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15361
15362Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15363
15364 * Makefile.in (info): remove dependency on all-texinfo. The
15365 problem was really in texinfo/C, not at this level.
15366
15367Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15368
15369 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15370
15371Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15372
15373 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15374 GDB releases.
15375
15376Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15377
15378 * configure: Include srcdir in message about target of link not
15379 being found. Don't convert `-' to `_' in `with' options being
15380 passed to subdirs.
15381
15382Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15383
15384 * configure.in: add uudecode to host_tools
15385
15386 * Makefile.in: added {all,install}-uudecode targets, added them to
15387 the appropriate lists
15388
15389Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15390
15391 * Makefile.in (all-gcc): Added dependency on all-gas.
15392
15393 * configure.in (mips-*-*): Build ld and binutils.
15394
15395Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15396
15397 * configure: check return code from mkdir, print error message and
15398 exit on failure.
15399
15400Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15401
15402 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15403
15404Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15405
15406 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15407
15408Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15409
15410 * config.sub (h8500): Recognize this as a cpu type.
15411
15412Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15413
15414 * configure: source directory missing is no longer a warning
15415
15416 * configure.in: recognize irix[34]* instead of irix[34]
15417
15418 * Makefile.in: define and pass down X11_LIB
15419
252b5132
RH
15420Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15421
15422 * guess-systype: Renamed to ...
15423 * config.guess: ... by popular request.
15424 * configure.in, Makefile.in: Update accordingly.
15425
15426Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15427
15428 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15429 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15430 + Execute ./dummy instead of assuming . is in PATH.
15431
15432Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15433
15434 * guess-systype: New shell script. Attempts to guess the
15435 canonical host name of the executing host.
15436 Only a few hosts are supported so far.
15437 * configure: Call guess-systype if no host is specified.
15438
15439Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15440
15441 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15442 gcc Makefile.
15443
15444
15445Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15446
15447 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15448 (all-gcc, install-gcc, subdir_do): Use it.
15449
15450Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15451
15452 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15453
15454Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15455
15456 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15457 set exclusively by configure, using configure.in .
15458
15459Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15460
15461 * test-build.mk: set $PATH for all builds
15462
15463 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15464
15465Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15466
15467 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15468 the one used in gcc/Makefile.in, so that a null expansion doesn't
15469 override the one needed to build gcc with a native cc.
15470
15471
15472Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15473
15474 * configure: Accept -with arguments.
15475
15476Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15477
15478 * Makefile.in: added h8300sim
15479
15480Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15481
252b5132
RH
15482 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15483 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15484 (all-cygnus, native, build-cygnus): Make
15485 $(canonhost)-stamp-3stage-done, not $(host)....
15486 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15487 i386-sco3.2v4. Added else true to if command.
15488
15489Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15490
15491 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15492
15493Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15494
15495 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15496
15497Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15498
15499 * configure.in: don't remove binutils from Solaris builds
15500
15501Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15502
15503 * Makefile.in: get rid of earlier definitions for *clean,
15504 also handle the recursive info rule better
15505
15506Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15507
15508 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15509 do more-or-less the right thing.
15510
15511Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15512
15513 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15514 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15515
15516Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15517
15518 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15519 $(host_canonical).
15520
15521 * configure.in: split the configdirs list into 4 categories (native
15522 v. cross, library v. tool) and handle the cross-only and native-
15523 only in more reasonable (and correct!) way.
15524
15525Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15526
15527 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15528 configdirs anymore.
15529
15530Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15531
15532 * Makefile.in: extensive cleanup:: removed all of the explicit
15533 clean-* targets, collapsed many wrappers around subdir_do into
15534 one, added additional targets to satisfy standards.texi, deleted
15535 some old targets, some changes for consistency
15536
15537Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15538
15539 * configure.in: handle some programs as cross-only, and others as
15540 native only
15541
15542 * test-build.mk: handle partial holes in a more generic manner
15543
15544 * Makefile.in: m4 depends on libiberty
15545
252b5132
RH
15546Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15547
15548 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15549 time, wdiff, and find to configdirs
15550
15551 * Makefile.in: all, clean, and install rules for the new programs
15552 added to configure.in
15553
15554Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15555
15556 * configure.in: use mh-sun for all *-sun-* hosts
15557
252b5132
RH
15558Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15559
15560 * Makefile.in: define flags for X11 include files and library file
15561 locations, pass them down to the programs that need this info
15562
15563 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15564
252b5132
RH
15565Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15566
15567 * configure.in: start building libg++ for HP-UX targets
15568
15569Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15570
15571 * README: Update references to files moved into etc/.
15572
15573Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15574
15575 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15576 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15577
15578Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15579
15580 * configure: accept dash as well as underscore in long option
15581 names for FSF compatibility.
15582
15583Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15584
15585 * config.sub: added -sco3.2v4 support from FSF.
15586
15587Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15588
15589 * configure.in: expand the section that adds or removes
15590 directories from the list of programs to build, to handle native
15591 vs. cross in addition to host v. native
15592
15593Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15594
15595 * Makefile.in: Replace C++ in macro names with CXX.
15596 This is less likely to break ...
15597
15598Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15599
15600 * test-build.mk: add -w to GNU_MAKE
15601
15602Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15603
15604 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15605 add 'sparc' to list of recognized cpus. This needed to make
15606 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15607 Delete some redundant ose68 variants. Recognize -wrs as an os,
15608 then changes that into $CPU-wrs-vxworks.
15609
15610 * configure.in: remove most references to gdbtest, regularize
15611 target based program removal
15612
15613 * test-build.mk: import from p3 tree (many fixes and changes)
15614
15615Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15616
15617 * Makefile.in: added rules to handle tcl, tk, and expect
15618
15619 * configure.in: handle those directories if they exist
15620
15621Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15622
15623 * config.sub: removed bogus hppabsd and hppahpux names, since
15624 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15625
15626Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15627
15628 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15629 depends upon all-xiberty
15630
15631 * Makefile.in: changes from p3, including:
15632
15633 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15634
15635 * Makefile.in (XTRAFLAGS): include newlib directories if
15636 newlib/Makefile exists, rather than if host != target.
15637
15638 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15639
15640 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15641 from the same source tree and not building a cross-compiler. This
15642 matters for the libg++ configuration if reconfiguring a tree that
15643 has already been installed.
15644
15645 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15646
15647 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15648 pick up the machine and system specific header files.
15649
15650 * Makefile.in: added AS_FOR_TARGET, passed down in
15651 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15652 the C compiler to use to create programs which are run in the
15653 build environment, set it to default to $(CC), and passed it down
15654 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15655
15656 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15657
15658 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15659 We need them for unusual native builds, like systems without
15660 ranlib.
15661
15662 * configure: also define $(host_canonical) and
80413487
RH
15663 $(target_canonical), which are the full, canonical names for the
15664 given host and target
252b5132
RH
15665
15666Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15667
15668 * Makefile.in: Added separate definitions for C++.
15669
15670Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15671
15672 * configure.in (configdirs): Add deja-gnu.
15673
15674Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15675
15676 * README: Update for configure.texi and gdb-4.7 release.
15677
15678Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15679
15680 * Makefile.in: Move "all" target to top of file.
15681 Previously, first target was ".PHONY" which caused BSD4.4 make
15682 to build .PHONY when make was run without arguments.
15683
15684Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15685
15686 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15687 Library-copylefted code in libiberty.
15688
15689Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15690
15691 * config.sub: Replace m68kmote with plain old m68k.
15692
15693Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15694
15695 * Makefile.in: Remove space from blank line, avoid Make complaints.
15696
15697Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15698
15699 * config.sub: Complain if no argument is given. Added support for
15700 386bsd as OS and target alias.
15701
15702Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15703
15704 * Makefile.in (XTRAFLAGS): include newlib directories if
15705 newlib/Makefile exists, rather than if host != target.
15706
15707Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15708
15709 * config.sub: recognize sparclite-wrs-vxworks.
15710
15711 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15712 p3.) Added clean-xiberty to clean.
15713
15714Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15715
15716 * configure.in: use *-*-* instead of nested cases for host and target
15717
15718Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15719
15720 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15721 from the same source tree and not building a cross-compiler. This
15722 matters for the libg++ configuration if reconfiguring a tree that
15723 has already been installed.
15724
15725Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15726
15727 * config.sub (i486v/i486v4): Merge in from FSF version.
15728
15729Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15730
15731 * configure: only set PWD if it is already set.
15732
15733Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15734
15735 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15736 doesn't have unset and all success paths (and most error paths)
15737 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15738 to just ${PWD} to avoid confusion.)
15739
15740Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15741
15742 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15743 even for a native compilation.
15744
15745Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15746
15747 Changes to make the gdb.tar.Z rule work better.
15748
15749 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15750 (DEVO_SUPPORT): Add configure.texi.
15751 (bfd-ilrt.tar.Z): Remove ancient rule.
15752
15753Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15754
15755 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15756 pick up the machine and system specific header files.
15757
15758 * configure.in, config.sub: added new target m68010-adobe-scout,
15759 with alias of adobe68k. Changed configure.in to check for
15760 -scout before -sco* to avoid a false match.
15761
15762 * Makefile.in: added AS_FOR_TARGET, passed down in
15763 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15764 the C compiler to use to create programs which are run in the
15765 build environment, set it to default to $(CC), and passed it down
15766 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15767
15768Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15769
15770 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15771 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15772 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15773 FOR_TARGET variants, to newlib and libg++.
15774
15775Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15776
15777 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15778 first.
15779
15780Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15781
15782 * config.sub: Accept `elf' as an environment.
15783
15784Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15785
15786 * Makefile.in (all-opcodes): cd into the right directory
15787
15788Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15789
15790 * configure: added -program_transform_name option, used as
15791 argument to sed when installing programs.
15792 configure.texi: added documentation for -program_prefix,
15793 -program_suffix and -program_transform_name.
15794
15795Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15796
15797 * config.sub: Accept i486 where i386 ok.
15798
15799Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15800
15801 * config.sub: accept we32k
15802
15803Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15804
35590697 15805 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15806
15807 * Makefile.in: don't create all directories for ``make install'';
15808 let the subdirectories create the ones they need.
15809
15810Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15811
80413487 15812 * COPYING: new file, GPL v2
252b5132
RH
15813
15814Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15815
15816 * Makefile.in: use the new gen-info-dir, which needs a template
15817 argument (which also lives in texinfo)
15818
15819 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15820
252b5132
RH
15821Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15822
15823 * config.sub (ncr3000): Change i386 to i486.
15824
15825Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15826
15827 * Makefile.in: add install-rcs, install-grep to
15828 install-no-fixedincludes, removed install-bison and install-libgcc
15829
15830Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15831
15832 * configure.in: grab the HPUX makefile fragment if on HPUX
15833
15834Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15835
15836 * Makefile.in: eradicate bison spoor (ditto libgcc).
15837 configure.in: recognise m68{k,000}-ericsson-OSE.
15838 es1800 is alias for m68k-ericsson-OSE
15839
15840Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15841
15842 * configure.in: rearrange the parts that remove programs from
15843 configdirs, based now on HOST==TARGET or by canonical triple.
15844
15845Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15846
15847 * test-build.mk: recurse explicitly with -f test-build.mk when
15848 appropriate. predicate stage3 and comparison on the existence
15849 of gcc. That is, if gcc isn't around, we aren't three-staging.
15850 On very clean, also remove ...stamp-co. Build in-place before
15851 doing other builds.
15852
15853Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15854
15855 * Makefile.in, configure.in: add tgas
15856
15857Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15858
15859 * Makefile.in: a number of changes merged in from progressive.
15860
15861 * configure.in: add libm.
15862
15863 * .cvsignore: ignore some stuff that comes from test-build.mk.
15864
252b5132
RH
15865Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15866
15867 * config.sub: Add es1800 (m68k-ericsson-es1800).
15868
15869Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15870
15871 * configure: Add program_suffix (parallel to program_prefix)
15872 * Makefile.in: adjust directory-creating script for losing decstation
15873
15874Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15875
15876 * configure: Minor $subdir-related fixes.
15877
15878Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15879
15880 * configure: fix various problems with propogating
15881 makefile_target_frag in subdirs.
15882 * configure.in: config libgcc if its there
15883
15884Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15885
15886 * config.sub: HPPA merge.
15887
252b5132
RH
15888Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15889
15890 * Makefile.in: Replace all-bison with all-byacc in all
15891 dependency lines for other tools (which now use byacc).
15892
15893Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15894
15895 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15896
252b5132
RH
15897Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15898
15899 * Makefile.in: make gprof rules similar to byacc rules (instead of
15900 vestigal $(unsubdir) that didn't work...)
15901
15902Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15903
15904 * config.sub: Add support for Linux.
15905 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15906 (at least for libg++).
15907
15908Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15909
15910 * configure.texi: fix doc for the -nfp option to configure
15911
15912Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15913
15914 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15915
15916Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15917
15918 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15919 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15920 * configure.in: added solaris* host_makefile_frag hook.
15921
15922Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15923
15924 * config.sub: changed recognition of m68000 so that various
15925 m68k types can be specified via m680[01234]0
15926
15927Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15928
15929 * config.sub (basic_machine): fix sed so that '-foo' isn't
15930 completely substituted out while .+'-foo' loses the '-foo'
15931
15932Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15933
15934 * config.sub ($os): Add -aout.
15935
15936Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15937
15938 * configure: If host_makefile_frag is absolute, don't
15939 prefix ${invsubdir} (relevant to libg++ auto-configure).
15940
15941Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15942
15943 * Makefile.in (tooldir): Define it.
15944 (all-ld): Depend on all-flex.
15945
15946Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15947
15948 * Makefile.in (check): Fix libg++ special case.
15949
15950Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15951
15952 * configure: do not bury `pwd` into config.status, thus do fewer
15953 pwd's.
15954
15955 * configure: print the "Building in" message only when building in
15956 other than "." AND verbose.
15957
15958 * configure: remove -s, rework -v to better accomodate guested
15959 configures.
15960
15961 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15962
15963Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15964
15965 * Makefile.in: macroize flags passed on recursion. remove
15966 fileutils.
15967
15968Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15969
15970 * configure: get makesrcdir right for subdirs deeper than 1.
15971
15972 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15973 install.
15974
15975Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15976
15977 * Makefile.in: don't print subdir_do or recursion lines.
15978
15979Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15980
15981 * standards.texi: added menu item.
15982
15983 * Makefile.in: build and install standards.info.
15984
15985 * standards.texi: new file.
15986
15987Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15988
15989 * configure: test for and move config.status pieces from
15990 ${subdir}/.
15991
15992Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15993
252b5132
RH
15994 * configure: Test for existance of files before trying to mv
15995 them, to avoid numerous non-existance messages.
15996
15997Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15998
15999 * configure: correct final line of config.status.
16000
16001 * configure: patch from eggert. Avoids a protection problem if
16002 the original Makefile.in is read only.
16003
16004 * configure: use move-if-change from gcc to create config.status.
16005 Some makefiles depend on config.status to tell if a directory
16006 has been reconfigured for a different host. This change
16007 prevents those directories from remaking everything in the case
16008 where the reconfig was only intended to rebuild a Makefile.
16009
16010 * configure: test for config.sub with "config.sub sun4" rather
16011 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16012 host alias from a missing config.sub.
16013
16014Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16015
16016 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16017 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16018
16019Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16020
16021 * configure: mkdir ${subdir} as needed.
16022
16023Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16024
16025 * Makefile.in,configure.in: added autoconf.
16026
16027Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16028
16029 * Makefile.in: no longer pass against on recursion.
16030
16031 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16032 definitions are not inherited.
16033
16034 * configure: correct makesrcdir when subdir is .
16035
16036Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16037
16038 * configure: Add support for 'subdirs' variable, which is
16039 like 'configdirs', except that configure doesn't re-invoke
16040 itself for subdirs, it just creates a Makefile for each subdir.
16041 * configure.texi: Document subdirs.
16042
16043Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16044
16045 * configure.in: added flex to configdirs
16046
16047Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16048
16049 * Makefile.in: remove clean-stamps from clean.
16050
16051Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16052
16053 * configure.in: Add gdbtest to configdirs.
16054
16055Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16056
16057 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16058 to recursive makes.
16059 * configure.in: Recognize new ncr3000 config.
16060
16061Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16062
16063 * Makefile.in, configure.in: removed references to gdbm.
16064
16065Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16066
16067 * config.sub: Don't canonicalize os value
16068 newsos* to bsd (readline needs to check for newsos).
16069 (This fix was earlier made Jan 31, but got re-broken.)
16070
16071Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16072
16073 * configure.in: sco is an os, not a vendor!
16074
16075 * configure: Quote $( better. Keep various shells happy.
16076
16077Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16078
16079 * Makefile.in: eliminate stamp-files.
16080
16081Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16082
16083 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16084 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16085
16086Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16087
16088 * config.sub: fix iris/iris3.
16089
16090Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16091
16092 * configure: re-add -rm.
16093
16094Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16095
16096 * Maskefile.in: add .stmp-rcs to all.
16097
16098 * configure.in: remove gas from rs6000 build, use aix host fragment.
16099
16100Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16101
16102 * configure: pass down site_option during recursion.
16103
16104Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16105
16106 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16107
16108Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16109
16110 * configure: Change exec_prefix so that it really defaults to prefix.
16111
16112Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16113
16114 * Makefile.in, configure.in: Add support for mmalloc library.
16115
16116Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16117
16118 * Makefile.in: add stmp dependencies for a few more things.
16119
16120Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16121
16122 * configure: adjusted error message on objdir/srcdir configure
16123 collision, per john's suggestion.
16124
16125 * Makefile.in: add libiberty stmp to all and all.cross.
16126
16127Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16128
16129 * Makefile.in: remove force dependencies, add grep to all.
16130
16131Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16132
16133 * Makefile.in: drop flex. make stamp files work.
16134
16135 * configure: added test for conflicting configuration in srcdir,
16136 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16137 gets cranky. use relative paths for configure and srcdir
16138 whenever possible. Send some error messages to stderr that were
16139 going to stdout.
16140
16141Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16142
16143 * Makefile.in: Fix libg++ rule to check for gcc directory
16144 before using gcc/gcc. Also pass XTRAFLAGS.
16145
16146Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16147
16148 * Makefile.in: added stmp-files so that directories aren't polled
16149 when they are already built.
16150
16151 * configure.texi: fixed a node pointer problem.
16152
16153Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16154
4bddf3ad 16155 * config.sub configure.in gdb/configure.in
252b5132
RH
16156 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16157 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16158 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16159
16160Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16161
16162 * configure: -recurring becomes -silent. corrected help message
16163 for -site= option.
16164
16165 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16166
16167Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16168
16169 * configure: when building Makefile for crosses, replace
16170 tooldir and program_prefix. default srcdir from location of
16171 config.sub. remove "for host in hosts" and "for target in
16172 targets" loops.
16173
16174Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16175
16176 * Makefile.in: Do not pass bindir or mandir to cvs.
16177
16178Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16179
16180 * Makefile.in, configure.in: removed traces of namesubdir,
16181 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16182 copyrights to '92, changed some from Cygnus to FSF.
16183
16184 * configure.texi: remove most references to multiple hosts,
16185 multiple targets, subdirs, etc.
16186
16187 * configure.man: removed rcsid. reference config.sub not
16188 config.subr.
16189
16190 * Makefile.in: mkdir $(infodir) on install-info.
16191
16192Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16193
16194 * configure.texi: Explain better about .gdbinit and about
16195 the environment that configure.in sections run in.
16196
16197Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16198
16199 * configure.in: Ultrix is only a decstation if it's a MIPS.
16200
16201Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16202
16203 * README: DOC.configure => cfg-paper.texi.
16204
16205Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16206
16207 * config.sub (near case $os): Don't convert newsos* to bsd!
16208
16209Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16210
16211 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16212 the number of copies of COPYING that go into the GDB tar file.
16213
16214Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16215
4bddf3ad 16216 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
16217 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16218 Fix SCO configuration stuff.
16219
16220Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16221
16222 * Makefile.in: For libg++, make sure the -I pointing
16223 to the gcc directory goes *after* all the libg++-local -I flags.
16224 Also, move just-gcc dependency from just-libg++ to all-libg++.
16225
16226Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16227
16228 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16229
16230Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16231
16232 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16233
16234Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16235
16236 * config.sub: Add stratus configuration frags. Also
16237 submitted to FSF.
16238
16239Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16240
16241 * Makefile.in (DEV_SUPPORT): add configure.man.
16242
16243 * config.sub(Decode manufacturer-specific): add -none*.
16244
16245Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16246
16247 * Makefile.in: remove form feeds to make Sun's make happy.
16248 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16249
16250Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16251
16252 * Makefile.in (AR_FLAGS): Make quieter.
16253
16254Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16255
16256 * configure.in: Add libg++.
16257 * configure: When verbose, don't output the command line at each
16258 level; it will be unremarkably the same as the previous version,
16259 which will be the same as what the user typed.
16260
16261Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16262
16263 * configure.in, Makefile.in: fix clean-info, add flex. add
16264 fileutils.
16265
16266 * configure: be less sensitive to spaces in Makefile.in. Do not
16267 look for sources in "..". Doing so breaks subdirectories that
16268 might have their own configure. If a subdir has it's own
16269 configure script, use it.
16270
16271Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16272
16273 * cfg-paper.texi: some changes suggested by rms.
16274
16275Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16276
16277 * config.sub: Merge in some small additions from the FSF version,
16278 taken from the gcc distribution, to bring the Cygnus and FSF
16279 versions into closer sync.
16280
16281Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16282
16283 * configure.in: Changed svr4 references to sysv4.
16284
16285Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16286
16287 * configure: added -V for version number option.
16288
16289Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16290
16291 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16292 renamed from DOC.configure to cfg-paper.texi.
16293
16294Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16295
16296 * configure, config.subr, config.sub: config.subr is now
16297 config.sub again.
16298
16299Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16300
16301 * configure.texi: new file, in progress.
16302
16303 * Makefile.in: build info file and install the man page for
16304 configure.
16305
16306 * configure.man: new file, first cut.
16307
16308 * configure: find config.subr again now that configuration "none"
16309 has gone. removed all traces of the -ansi option. removed all
16310 traces of the -languages option.
16311
16312 * config.subr: resync from rms.
16313
d932cae7 163141991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16315
16316 * configure, config.sub, config.subr: merge config.sub into
16317 config.subr, call the result config.subr, remove config.sub, use
16318 config.subr.
16319
16320 * Makefile.in: revised install for dir.info.
16321
d932cae7 163221991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16323
16324 * configure.in: add decstation host makefile frag.
16325
16326 * Makefile.in: BISON now bison -y again. also install-gcc on
16327 install. clean-gdbm on clean. infodir belongs in datadir.
16328 Make directories for info install. Build dir.info here then
16329 install it.
16330
d932cae7 163311991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16332
16333 * Makefile.in: fix for bad directory tests.
16334
d932cae7 163351991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16336
16337 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16338 regexp. -srcdir relative was being handled incorrectly.
16339
16340 * Makefile.in: unwrapped some for loops so that parallel makes
16341 work again and so one can focus one's attention on a particular
16342 package.
16343
d932cae7 163441991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16345
16346 * configure: added PWD as a stand in for `pwd` (for speed). use
16347 elif wherever possible. make -srcdir work without -objdir.
16348 -objdir= commented out.
16349
d932cae7 163501991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16351
16352 * configure: +options become --options. -subdirs commented out.
16353 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16354 Makefile now at top of generated Makefile. Removed cvs log
16355 entries. added -srcdir. create .gdbinit only if there is one
16356 in ${srcdir}.
16357
16358 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16359 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16360 and mandir now keyed off datadir by default.
16361
d932cae7 163621991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
16363
16364 * Freshly created ChangeLog.
16365
16366\f
16367Local Variables:
16368mode: change-log
16369left-margin: 8
16370fill-column: 76
16371version-control: never
16372End: