]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
sim: depend on gnulib
[thirdparty/binutils-gdb.git] / ChangeLog
1 2021-05-18 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.def: Add configure-sim dependency on all-gnulib.
4 * Makefile.in: Regenerated.
5
6 2021-05-04 Nick Clifton <nickc@redhat.com>
7
8 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
9 * configure: Regenerate.
10
11 2021-03-18 Nick Alcock <nick.alcock@oracle.com>
12
13 PR libctf/27482
14 * Makefile.def: Add install-bfd dependencies for install-libctf and
15 install-ld, and install-strip-bfd dependencies for
16 install-strip-libctf and install-strip-ld; move the install-ld
17 dependency on install-libctf to join it.
18 * Makefile.in: Regenerated.
19
20 2021-03-12 Mike Frysinger <vapier@gentoo.org>
21
22 * Makefile.def: Remove all-sim dependency on configure-gdb.
23 * Makefile.in: Regenerated.
24
25 2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
26
27 PR binutils/26766
28 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
29 PGO_BUILD_TRAINING=yes.
30 (PGO_BUILD_TRAINING_MFLAGS): New.
31 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
32
33 2021-02-09 Alan Modra <amodra@gmail.com>
34
35 * configure.ac: Delete arm*-*-symbianelf* entry.
36 * configure: Regenerate.
37
38 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
39
40 * Makefile.def: Add install-libctf dependency to install-ld.
41 * Makefile.in: Regenerated.
42
43 2021-01-12 Mike Frysinger <vapier@gentoo.org>
44
45 * src-release.sh (do_proto_toplev): Rewrite indentation.
46
47 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR binutils/26766
50 * configure.ac:
51 * configure: Regenerated.
52
53 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
54
55 PR ld/27173
56 * configure: Regenerated.
57 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
58 --plugin and rc before enabling --plugin.
59
60 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
61
62 PR binutils/26766
63 * Makefile.tpl (BUILD_CFLAGS): New.
64 (CFLAGS): Append $(BUILD_CFLAGS).
65 (CXXFLAGS): Likewise.
66 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
67 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
68 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
69 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
70 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
71 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
72 (PGO-TRAINING-TARGETS): Likewise.
73 (PGO_BUILD_TRAINING): Likewise.
74 (all): Add '+' to the command line for recursive make. Support
75 the PGO build.
76 * configure.ac: Add --enable-pgo-build[=lto].
77 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
78 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
79 * Makefile.in: Regenerated.
80 * configure: Likewise.
81
82 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
83
84 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
85 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
86 * configure.ac: Include config/gcc-plugin.m4.
87 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
88 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
89 RANLIB if possible.
90 * Makefile.in: Regenerated.
91 * configure: Likewise.
92
93 2021-01-09 Nick Clifton <nickc@redhat.com>
94
95 * 2.36 release branch crated.
96
97 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
98
99 * libtool.m4: Match gnu* along with other GNU systems.
100
101 2021-01-07 Alan Modra <amodra@gmail.com>
102
103 * config.sub: Accept OS of eabi* and gnueabi*.
104
105 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
106
107 * Makefile.def (libctf): No longer no_check. Checking depends on
108 all-ld.
109 * Makefile.in: Regenerated.
110
111 2021-01-05 Nick Clifton <nickc@redhat.com>
112
113 * libiberty: Sync with gcc. Bring in:
114 2021-01-04 Martin Liska <mliska@suse.cz>
115
116 * strverscmp.c: Convert to utf8 from iso8859.
117
118 2020-12-22 Jason Merrill <jason@redhat.com>
119
120 PR c++/67343
121 * cp-demangle.h (struct d_info): Add unresolved_name_state.
122 * cp-demangle.c (d_prefix): Add subst parm.
123 (d_nested_name): Pass it.
124 (d_unresolved_name): Split out from...
125 (d_expression_1): ...here.
126 (d_demangle_callback): Maybe retry with old sr mangling.
127 * testsuite/demangle-expected: Add test.
128
129 2020-12-21 Jason Merrill <jason@redhat.com>
130
131 * cp-demangle.c (d_expression_1): Recognize qualified-id
132 on RHS of dt/pt.
133 * testsuite/demangle-expected: Add test.
134
135 2020-12-21 Jason Merrill <jason@redhat.com>
136
137 * cp-demangle.c (d_unqualified_name): Clear is_expression.
138 * testsuite/demangle-expected: Add tests.
139
140 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
141
142 * configure: Regenerate.
143 * configure.ac: Avoid using sanitizer.
144
145 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
146
147 * rust-demangle.c (struct rust_demangler): Add
148 skipping_printing and bound_lifetime_depth fields.
149 (eat): Add (v0-only).
150 (parse_integer_62): Add (v0-only).
151 (parse_opt_integer_62): Add (v0-only).
152 (parse_disambiguator): Add (v0-only).
153 (struct rust_mangled_ident): Add punycode{,_len} fields.
154 (parse_ident): Support v0 identifiers.
155 (print_str): Respect skipping_printing.
156 (print_uint64): Add (v0-only).
157 (print_uint64_hex): Add (v0-only).
158 (print_ident): Respect skipping_printing,
159 Support v0 identifiers.
160 (print_lifetime_from_index): Add (v0-only).
161 (demangle_binder): Add (v0-only).
162 (demangle_path): Add (v0-only).
163 (demangle_generic_arg): Add (v0-only).
164 (demangle_type): Add (v0-only).
165 (demangle_path_maybe_open_generics): Add (v0-only).
166 (demangle_dyn_trait): Add (v0-only).
167 (demangle_const): Add (v0-only).
168 (demangle_const_uint): Add (v0-only).
169 (basic_type): Add (v0-only).
170 (rust_demangle_callback): Support v0 symbols.
171 * testsuite/rust-demangle-expected: Add v0 testcases.
172
173 2020-11-13 Seija Kijin <doremylover456@gmail.com>
174
175 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
176
177 2020-11-11 Patrick Palka <ppalka@redhat.com>
178
179 PR c++/88115
180 * cp-demangle.c (d_print_comp_inner)
181 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
182 "operator " prefix for __alignof__.
183 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
184 operand of __alignof__.
185 * testsuite/demangle-expected: Test demangling for __alignof__.
186
187 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
188
189 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
190
191 2020-10-06 Martin Liska <mliska@suse.cz>
192
193 PR lto/97290
194 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
195 Use sh_link of a .symtab_shndx section.
196
197 2021-01-05 Alan Modra <amodra@gmail.com>
198
199 * config.guess: Import from upstream.
200 * config.sub: Likewise.
201
202 2020-12-16 Martin Liska <mliska@suse.cz>
203 Tom de Vries <tdevries@suse.de>
204
205 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
206 field. Add meter field.
207 (progressfn): Print progress using meter.
208
209 2020-12-02 Enze Li <lienze2010@hotmail.com>
210
211 * .gitignore: Add gnu global outputs.
212
213 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
214
215 * .gitignore: Sync with gcc.
216
217 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
218
219 * src-release.sh: Use sha256sum instead of md5sum.
220
221 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * Makefile.in: Rebuild.
224 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
225 distclean-gdbserver.
226
227 2020-07-24 Aaron Merey <amerey@redhat.com>
228
229 * configure: Rebuild.
230 * configure.ac: Remove AC_DEBUGINFOD.
231
232 2020-07-04 Nick Clifton <nickc@redhat.com>
233
234 Binutils 2.35 branch created.
235
236 2020-04-21 Stephen Casner <casner@acm.org>
237
238 PR 25830
239 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
240 * configure: Rebuild.
241
242 2020-03-12 Tom Tromey <tom@tromey.com>
243
244 * Makefile.in: Rebuild.
245 * Makefile.def (gdbserver): Depend on gdbsupport.
246
247 2020-03-12 Tom Tromey <tom@tromey.com>
248
249 * Makefile.in: Rebuild.
250 * Makefile.def (gdbsupport): Don't depend on bfd.
251
252 2020-03-12 Tom Tromey <tom@tromey.com>
253
254 * Makefile.in: Rebuild.
255 * Makefile.def (gdbsupport): Depend on intl.
256
257 2020-02-17 Tom Tromey <tom@tromey.com>
258
259 * configure: Rebuild.
260 * configure.ac (configdirs): Add gnulib and gdbsupport when building
261 gdbserver.
262
263 2020-02-14 Tom Tromey <tom@tromey.com>
264
265 * Makefile.in: Rebuild.
266 * Makefile.def: Make gdbserver require gnulib and libiberty.
267
268 2020-02-07 Tom Tromey <tom@tromey.com>
269 Pedro Alves <palves@redhat.com>
270
271 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
272 * gdbserver: New directory, moved from gdb/gdbserver.
273 * configure.ac (host_tools): Add gdbserver.
274 Only build gdbserver on certain systems.
275 * Makefile.in, configure: Rebuild.
276 * Makefile.def (host_modules, dependencies): Add gdbserver.
277 * MAINTAINERS: Add gdbserver.
278
279 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
280
281 * src-release.sh (getver): Look for gdbsupport's
282 create-version.sh script at the current directory if tool is
283 "gdb".
284
285 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
286
287 * remote-sim.c (gdbsim_target::wait): Return
288 sim_data->remote_sim_ptid instead of inferior_ptid.
289
290 2020-01-18 Nick Clifton <nickc@redhat.com>
291
292 Binutils 2.34 branch created.
293
294 2020-01-18 Nick Clifton <nickc@redhat.com>
295
296 Synchronize top level configure files with master version:
297
298 2020-01-01 Ben Elliston <bje@gnu.org>
299
300 * config.guess: Update copyright years.
301 * config.sub: Likewise.
302
303 2019-12-21 Ben Elliston <bje@gnu.org>
304
305 * config.guess (set_cc_for_build): Prevent multiple calls by
306 checking if $tmp is already set. We can't check CC_FOR_BUILD as
307 the user may set it externally. Thanks to Torbjörn Granlund for
308 the bug report.
309
310 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
311
312 * config.guess (alpha:Linux:*:*): Guard against missing
313 /proc/cpuinfo by redirecting standard error to /dev/null.
314
315 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
316
317 * config.guess (*:Twizzler:*:*): New.
318 * config.sub (-twizzler*): New.
319
320 2019-07-24 Ben Elliston <bje@gnu.org>
321
322 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
323
324 2019-06-30 Ben Elliston <bje@gnu.org>
325
326 * config.sub (case $os): Match nsk* and powerunix. Don't later
327 match nsk* and set os=nsk which removes the OS version number.
328
329 2019-06-30 Ben Elliston <bje@gnu.org>
330
331 * config.sub: Recognise os108*.
332
333 2019-06-26 Ben Elliston <bje@gnu.org>
334
335 * config.sub (hp300): Set $os to hpux.
336
337 2019-06-26 Ben Elliston <bje@gnu.org>
338
339 * config.sub (vsta): Move into alphabetical order.
340
341 2019-06-10 Ben Elliston <bje@gnu.org>
342
343 * config.guess (*:OS108:*:*): Recognise new OS.
344
345 2019-05-28 Ben Elliston <bje@gnu.org>
346
347 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
348 system compiler is installed. If not, do not run set_cc_for_build,
349 as the default cc will open a dialog box asking to install
350 Xcode. If no C compiler is available, guess based on uname -p and
351 uname -m.
352
353 2019-05-28 Ben Elliston <bje@gnu.org>
354
355 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
356
357 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
358
359 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
360 * Makefile.in: Re-generate.
361
362 2020-01-14 Tom Tromey <tom@tromey.com>
363
364 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
365 * MAINTAINERS: Add gdbsupport.
366 * configure: Rebuild.
367 * configure.ac (configdirs): Add gdbsupport.
368 * gdbsupport: New directory, move from gdb/gdbsupport.
369 * Makefile.def (host_modules, dependencies): Add gnulib.
370 * Makefile.in: Rebuild.
371
372 2020-01-09 Aaron Merey <amerey@redhat.com>
373
374 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
375 new configure option --with-debuginfod.
376 * configure: Regenerate.
377 * configure.ac: Call AC_DEBUGINFOD.
378
379 2019-12-26 Christian Biesinger <cbiesinger@google.com>
380
381 * .gitignore: Add perf.data and perf.data.old.
382
383 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
384
385 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
386
387 2019-10-17 Alan Modra <amodra@gmail.com>
388
389 PR 29
390 * src-release.sh (getver): Replace "head -1" with "head -n 1".
391
392 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
393
394 * Makefile.def (host_modules): libctf is no longer no_install.
395 * Makefile.in: Regenerated.
396
397 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
398
399 * Makefile.def (dependencies): all-ld depends on all-libctf.
400 * Makefile.in: Regenerated.
401
402 2019-09-09 Phil Blundell <pb@pbcl.net>
403
404 binutils 2.33 branch created
405
406 2019-08-19 Tom Tromey <tom@tromey.com>
407
408 * configure: Rebuild.
409 * configure.ac: Add --with-static-standard-libraries.
410
411 2019-08-09 Nick Clifton <nickc@redhat.com>
412
413 * libiberty: Sync with gcc. Bring in:
414 2019-08-08 Martin Liska <mliska@suse.cz>
415
416 PR bootstrap/91352
417 * lrealpath.c (is_valid_fd): New function.
418
419 2019-07-24 Martin Liska <mliska@suse.cz>
420
421 PR lto/91228
422 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
423 Find first '\0' starting from gnu_lto + 1.
424
425 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
426
427 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
428 This fixes a Bug 90924.
429
430 2019-07-22 Martin Liska <mliska@suse.cz>
431
432 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
433 Do not search for gnu_lto_v1, but search for first '\0'.
434
435 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
436
437 * cplus-dem.c: Include rust-demangle.h.
438 * rust-demangle.c: Include rust-demangle.h.
439 * rust-demangle.h: New file.
440
441 2019-05-31 Michael Forney <mforney@mforney.org>
442
443 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
444 is non-zero.
445
446 2019-04-30 Ben L <bobsayshilol@live.co.uk>
447
448 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
449 * testsuite/d-demangle-expected: Add testcase.
450
451 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
452 * testsuite/d-demangle-expected: Add testcase.
453
454 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
455 * testsuite/d-demangle-expected: Add testcase.
456
457 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
458 * testsuite/d-demangle-expected: Add testcase.
459
460 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
461 * testsuite/d-demangle-expected: Add testcase.
462
463 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
464 * testsuite/demangle-expected: Add testcase.
465
466 * cp-demangle.c (d_encoding): Guard against NULL return values from
467 d_right (dc).
468 * testsuite/demangle-expected: Add testcase.
469
470 2019-04-29 Ben L <bobsayshilol@live.co.uk>
471
472 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
473 char is valid.
474 * testsuite/demangle-expected: Add testcase.
475
476 2019-04-10 Nick Clifton <nickc@redhat.com>
477
478 PR 89394
479 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
480 lengths.
481 (d_count_templates_scopes): Replace num_templates and num_scopes
482 parameters with a struct d_print_info pointer parameter. Adjust
483 body of the function accordingly. Add recursion counter and check
484 that the recursion limit is not reached.
485 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
486 Reset recursion counter afterwards, unless the recursion limit was
487 reached.
488
489 2019-07-13 Joel Brobecker <brobecker@adacore.com>
490
491 * src-release (getver): If $tool/gdbsupport/create-version.sh
492 exists, use that to determine the version number.
493
494 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
495
496 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
497
498 2019-06-14 Tom Tromey <tom@tromey.com>
499
500 * MAINTAINERS: Add gnulib.
501 * gnulib: New directory, move from gdb/gnulib.
502 * configure.ac (host_libs): Add gnulib.
503 * configure: Rebuild.
504 * Makefile.def (host_modules, dependencies): Add gnulib.
505 * Makefile.in: Rebuild.
506
507 2019-06-03 Nick Clifton <nickc@redhat.com>
508
509 Revert:
510 2019-05-29 Nick Clifton <nickc@redhat.com>
511
512 * configure.ac (noconfigdirs): Add libctf if the target does not use
513 the ELF file format.
514 * configure: Regenerate.
515
516 2019-05-29 Nick Clifton <nickc@redhat.com>
517
518 * src-release.sh (do_proto_toplev): Add libctf to list of
519 directories that can be disabled.
520
521 2019-05-29 Nick Clifton <nickc@redhat.com>
522
523 * configure.ac (noconfigdirs): Add libctf if the target does not use
524 the ELF file format.
525 * configure: Regenerate.
526
527 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
528
529 * Makefile.def (dependencies): configure-libctf depends on all-bfd
530 and all its deps.
531 * Makefile.in: Regenerated.
532
533 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
534
535 * MAINTAINERS: Add libctf.
536
537 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
538
539 * Makefile.def (host_modules): Add libctf.
540 * Makefile.def (dependencies): Likewise.
541 libctf depends on zlib, libiberty, and bfd.
542 * Makefile.in: Regenerated.
543 * configure.ac (host_libs): Add libctf.
544 * configure: Regenerated.
545
546 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
547
548 * config.guess: Synchronize with config project master sources.
549 * config.sub: Likewise.
550 * readline/support/config.guess: Likewise.
551 * readline/support/config.sub: Likewise.
552
553 2019-04-10 Nick Clifton <nickc@redhat.com>
554
555 * libiberty: Sync with gcc. Bring in:
556 2019-04-10 Nick Clifton <nickc@redhat.com>
557
558 PR 89394
559 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
560 lengths.
561 (d_count_templates_scopes): Replace num_templates and num_scopes
562 parameters with a struct d_print_info pointer parameter. Adjust
563 body of the function accordingly. Add recursion counter and check
564 that the recursion limit is not reached.
565 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
566 Reset recursion counter afterwards, unless the recursion limit was
567 reached.
568
569 2018-06-24 Nick Clifton <nickc@redhat.com>
570
571 2.32 branch created.
572
573 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
574
575 Merge from GCC:
576 PR target/88535
577 * config.guess: Import upstream version 2019-01-03.
578 * config.sub: Import upstream version 2019-01-01.
579
580 2019-01-10 Nick Clifton <nickc@redhat.com>
581
582 * libiberty: Sync with gcc. Bring in:
583 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
584
585 PR other/16615
586
587 * cp-demangle.c: Mechanically replace "can not" with "cannot".
588 * floatformat.c: Likewise.
589 * strerror.c: Likewise.
590
591 2018-12-22 Jason Merrill <jason@redhat.com>
592
593 Remove support for demangling GCC 2.x era mangling schemes.
594 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
595 internal_cplus_demangle, and all subroutines.
596 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
597 Lucid, ARM, HP, and EDG demangling styles.
598 (cplus_demangle): Remove 'work' variable. Don't call
599 internal_cplus_demangle.
600
601 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
602
603 * configure.ac: Don't configure readline if --with-system-readline is
604 used.
605 * configure: Re-generate.
606
607 2018-10-31 Joseph Myers <joseph@codesourcery.com>
608
609 Merge from GCC:
610 PR bootstrap/82856
611 * multilib.am: New file. From automake.
612
613 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
614
615 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
616
617 2018-07-16 Nick Clifton <nickc@redhat.com>
618
619 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
620
621 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
622
623 * config.sub: Sync with upstream version 2018-07-03.
624
625 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
626
627 * config.guess: Sync with upstream version 2018-06-26.
628 * config.sub: Sync with upstream version 2018-07-02.
629
630 2018-06-29 Alexandre Oliva <oliva@adacore.com>
631
632 * configure.ac: Introduce support for @unless/@endunless.
633 * Makefile.tpl (dep-kind): Rewrite with cond; return
634 postbootstrap in some cases.
635 (make-postboot-dep, postboot-targets): New.
636 (dependencies): Do not output postbootstrap dependencies at
637 first. Output non-target ones changed for configure to depend
638 on stage_last @if gcc-bootstrap, and the original deps @unless
639 gcc-bootstrap.
640 * configure.in, Makefile.in: Rebuilt.
641
642 2018-06-24 Nick Clifton <nickc@redhat.com>
643
644 * configure: Regenerate.
645
646 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
647
648 * libtool.m4: Use AC_LANG_SOURCE.
649 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
650 * README-maintainer-mode: Update version requirements.
651 * ar-lib: New file.
652 * test-driver: New file.
653 * configure: Re-generate.
654
655 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
656
657 * Makefile.def (fortran): Add check-target-libgomp-fortran.
658 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
659 * Makefile.in: Regenerate.
660
661 * configure: Regenerate.
662
663 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
664
665 * configure.ac: Sync with GCC, remove MPX-related things.
666
667 2018-05-01 Nick Clifton <nickc@redhat.com>
668
669 * config.guess: Synchronize with config project master sources.
670 * config.sub: Likewise.
671
672 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
673
674 * configure.ac: Added "nfp" target.
675 * configure: Regenerate.
676
677 2018-02-13 Maciej W. Rozycki <macro@mips.com>
678
679 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
680 * configure: Regenerate.
681
682 2018-01-30 Nick Clifton <nickc@redhat.com>
683
684 * src-release.sh (do_proto_toplev): Add patterns for more junk files
685 to delete before creating the tarball.
686
687 2018-01-29 Nick Clifton <nickc@redhat.com>
688
689 * src-release.sh (do_proto_toplev): Strip patch remnant files from
690 the sources before creating the tarball.
691
692 2018-01-13 Nick Clifton <nickc@redhat.com>
693
694 * src-release.sh: Update copyright notice. Change reference to devo
695 to be a reference to root.
696
697 2018-01-10 Nick Clifton <nickc@redhat.com>
698
699 * config-ml.in: Sync with gcc sources.
700 * config.guess: Likewise.
701 * config.sub: Likewise.
702 * configure.ac: Likewise.
703 * configure: Regenerate.
704
705 2017-12-14 Nick Clifton <nickc@redhat.com>
706
707 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
708
709 2017-12-12 Stafford Horne <shorne@gmail.com>
710
711 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
712 * configure: Regenerate.
713
714 2017-09-15 Nick Clifton <nickc@redhat.com>
715
716 * src-release.sh (LZIPPROG): New define. Provides the name of the
717 lzip program.
718 (do_lz): New function. Compresses a tarball using the lzip
719 program.
720 (do_compress): Add support for lzip compression.
721 (usage): Mention -l option.
722 (build_release): Support -l option to invoke lzip compression.
723
724 2017-09-15 Alan Modra <amodra@gmail.com>
725
726 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
727 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
728 and sim depending on $tool and $support_files. Echo configure line.
729
730 2017-09-14 Matt Rice <ratmice@gmail.com>
731
732 * src-release.sh (do_proto_toplev): Enable gold during release process.
733
734 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
735
736 * config.sub: Sync with master version in config project.
737
738 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
739
740 * config.sub: Handle ia16 in $basic_machine.
741
742 bfd/
743 * config.bfd: Handle ia16.
744
745 gas/
746 * configure.tgt: Handle ia16.
747
748 ld/
749 * configure.tgt: Handle ia16.
750
751 2017-03-22 Nick Clifton <nickc@redhat.com>
752
753 * config.sub: Sync with master version in config project.
754 * config.guess: Likewise.
755
756 2017-01-23 Nick Clifton <nickc@redhat.com>
757
758 * configure.ac: Update year in copyright notice.
759 Sync from FSF GCC mainline, bringing in the following patches.
760 * Makefile.def: Likewise.
761 * Makefile.tpl: Likewise.
762 * configure: Regenerate.
763 * Makefile.in: Regenerate.
764
765 2016-12-21 Jakub Jelinek <jakub@redhat.com>
766
767 * configure.ac: Don't bootstrap libmpx unless --with-build-config
768 includes bootstrap-mpx.
769
770 2016-12-01 Matthias Klose <doko@ubuntu.com>
771
772 * configure.ac: Don't use pkg-config to check for bdw-gc.
773
774 2016-11-30 Matthias Klose <doko@ubuntu.com>
775
776 * Makefile.def: Remove reference to boehm-gc target module.
777 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
778 options and for the bdw-gc pkg-config module.
779
780 2016-11-15 Matthias Klose <doko@ubuntu.com>
781
782 * config-ml.in: Remove references to GCJ.
783 * configure.ac: Likewise.
784
785 2016-09-30 Jakub Jelinek <jakub@redhat.com>
786
787 * configure.ac: Add target-libffi to target_libraries.
788 Readd libgcj target disablings, modified to only target-libffi.
789 Readd target addition of go to unsupported languages.
790
791 2016-09-30 Andrew Haley <aph@redhat.com>
792
793 * Makefile.def: Remove libjava.
794 * Makefile.tpl: Likewise.
795 * configure.ac: Likewise.
796
797 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
798
799 * configure.ac: Disable "sim" directory for arc*-*-*.
800
801 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
802
803 * configure.ac: Check for the minimum in-tree MPFR version
804 handled.
805
806 2016-12-31 Alan Modra <amodra@gmail.com>
807
808 * config.sub: Import from upstream.
809
810 2016-12-08 Alan Modra <amodra@gmail.com>
811
812 * configure: Regenerate.
813
814 2016-12-02 Josh Conner <joshconner@google.com>
815
816 * configure.ac: Add fuchsia to targets that use ELF.
817 * configure: Regenerated.
818
819 2016-11-07 Doug Evans <dje@google.com>
820
821 * config.sub: Sync with upstream version 2016-11-03.
822 git://git.sv.gnu.org/config.git
823 * config.guess: Sync with upstream version 2016-10-02.
824
825 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
826
827 * .gitignore: Add archives and make stamps.
828
829 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
830
831 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
832 * configure: Regenerated.
833
834 2016-06-28 Walter Lee <walt@tilera.com>
835
836 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
837 * configure: Regenerate.
838
839 2016-05-28 Alan Modra <amodra@gmail.com>
840
841 * Makefile.tpl (configure): Depend on m4 files included.
842 * Makefile.in: Regenerate.
843
844 2016-05-27 Nick Clifton <nickc@redhat.com>
845
846 * config.guess (Alpha OSF1): Fix typo introduced during the most
847 recent synchronization update.
848
849 2016-05-23 Nick Clifton <nickc@redhat.com>
850
851 * Import these patches from the gcc mainline:
852
853 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
854
855 * config.guess: Import version 2016-04-02 (newest).
856 * config.sub: Import version 2016-05-10 (newest).
857
858 2016-04-19 Nick Clifton <nickc@redhat.com>
859
860 * Import this patch from the GCC mainline:
861
862 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
863
864 PR bootstrap/70173
865 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
866 and gotools directories. Delete the stage_final file.
867 * Makefile.in: Regenerate.
868
869 2016-03-17 Cary Coutant <ccoutant@gmail.com>
870
871 * configure.ac: Add mips and s390 to the gold target check.
872 * configure: Regenerate.
873
874 2016-02-10 Nick Clifton <nickc@redhat.com>
875
876 Import these patches from the GCC mainline:
877
878 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
879
880 * configure.ac: Enable LTO for DJGPP
881 * configure: Regenerate
882
883 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
884
885 PR bootstrap/69329
886 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
887 * Makefile.in: Regenerate.
888
889 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
890 Sebastian Pop <s.pop@samsung.com>
891
892 * Makefile.in: Regenerate.
893 * Makefile.tpl: Export ISLVER.
894 * configure: Regenerate.
895 * config/isl.m4: Detect isl-0.15.
896
897 2016-01-29 Sebastian Pop <s.pop@samsung.com>
898
899 * config/isl.m4: Add comments about isl-0.16.
900 * configure: Regenerate.
901
902 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
903
904 Sync with GCC
905 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
906
907 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
908 symbols.
909
910 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
911
912 PR bootstrap/69134
913 * Makefile.def (mpfr): Disable assembler.
914 * Makefile.in: Regenerate.
915
916 2016-01-11 Nick Clifton <nickc@redhat.com>
917
918 Import the following changes from the GCC mainline:
919
920 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
921
922 * configure.ac: Enable libmpx by default.
923 * configure: Regenerated.
924
925 2015-11-19 Martin Liska <mliska@suse.cz>
926
927 * .gitignore: Add .clang-format to ignored files.
928 * Makefile.tpl: Add clang-format.
929 * Makefile.in: Regenerate.
930
931 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
932
933 PR libffi/65726
934 * Makefile.def (lang_env_dependencies): Make libffi depend
935 on cxx.
936 * Makefile.in: Regenerate.
937
938 2015-12-02 Ian Lance Taylor <iant@google.com>
939
940 PR go/66147
941 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
942 * Makefile.in: Regenerate.
943
944 2015-12-17 Nathan Sidwell <nathan@acm.org>
945
946 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
947 * configure: Regenerate.
948
949 2015-12-17 Sebastian Pop <s.pop@samsung.com>
950
951 * Makefile.in: Replace ISL with isl.
952 * Makefile.tpl: Same.
953 * config/isl.m4: Same.
954 * configure.ac: Same.
955 * contrib/download_prerequisites: Same.
956 * configure: Regenerate.
957
958 2016-01-01 Ben Elliston <bje@gnu.org>
959
960 * config.guess: Import version 2016-01-01.
961 * config.sub: Likewise.
962
963 2015-11-20 Tristan Gingold <gingold@adacore.com>
964
965 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
966 * configure: Regenerate.
967
968 2015-10-21 Nick Clifton <nickc@redhat.com>
969
970 PR gas/19109
971 * configure.ac: Note the 'none' is an acceptable argument to
972 --enable-compressed-debug-sections.
973 * configure: Regenerate.
974
975 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
976
977 PR gas/19109
978 * configure.ac: Add
979 --enable-compressed-debug-sections={all,gas,gold,ld}.
980 * configure: Regenerated.
981
982 2015-09-30 Nick Clifton <nickc@redhat.com>
983
984 Import the following patches from the GCC mainline:
985
986 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
987
988 PR libfortran/54572
989 * Makefile.def: Make libgfortran depend on libbacktrace.
990 * Makefile.in: Regenerate.
991
992 2015-08-12 Tom de Vries <tom@codesourcery.com>
993
994 PR other/67092
995 PR other/67098
996 * configure.ac: Remove --with_host_libstdcxx support.
997 * configure: Regenerate.
998
999 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1000 Jakub Jelinek <jakub@redhat.com>
1001
1002 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1003 nvptx*-*-*.
1004 * configure: Regenerate.
1005
1006 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1007
1008 Sync with GCC
1009 2015-07-28 Ben Elliston <bje@gnu.org>
1010
1011 * config.sub, config.guess: Import from upstream.
1012
1013 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1014
1015 * Makefile.def (libiconv): Define bootstrap=true.
1016 Mark pdf/html/info as missing.
1017 (configure-gcc): Depend on all-libiconv.
1018 (all-gcc): Ditto.
1019 (configure-libcpp): Ditto.
1020 (all-libcpp): Ditto.
1021 (configure-intl): Ditto.
1022 (all-intl): Ditto.
1023 * Makefile.in: Regenerate.
1024
1025 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 Sync with GCC
1028 2015-07-24 Michael Darling <darlingm@gmail.com>
1029
1030 PR other/66259
1031 * config-ml.in: Reflects renaming of configure.in to configure.ac
1032 * configure: Likewise
1033 * configure.ac: Likewise
1034
1035 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1036
1037 * Makefile.in: Regenerated.
1038
1039 Sync with GCC
1040 2015-05-21 Jason Merrill <jason@redhat.com>
1041
1042 * Makefile.tpl: Update comments.
1043
1044 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1045
1046 * Makefile.tpl: Remove surplus whitespace throughout.
1047
1048 2015-03-25 Martin Liska <mliska@suse.cz>
1049 Yury Gribov <y.gribov@samsung.com>
1050
1051 * Makefile.tpl: Fix ln source location for vimrc file.
1052
1053 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1054
1055 Sync with GCC
1056 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1057
1058 * configure.ac: FT32 target added.
1059 * configure: Regenerate.
1060
1061 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1062
1063 Sync with GCC
1064 2015-06-02 Jason Merrill <jason@redhat.com>
1065
1066 PR bootstrap/66319
1067 * configure.ac: Use -std=gnu++98.
1068
1069 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1070
1071 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1072 * configure: Regenerate.
1073
1074 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1075
1076 * configure.ac: Fix typo.
1077 * configure: Regenerate.
1078
1079 2015-05-03 Matthias Klose <doko@ubuntu.com>
1080
1081 * configure.ac: Match $host configured with triplets.
1082 * configure: Regenerate.
1083
1084 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1085
1086 PR bootstrap/62077
1087 * configure.ac (--enable-stage1-checking): Default to
1088 release,misc,gimple,rtlflag,tree,types if --disable-checking
1089 or --enable-checking is not specified and DEV-PHASE is not
1090 experimental.
1091 * configure: Regenerated.
1092
1093 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1094
1095 Install back PR target/47230 fix (Revert the revert).
1096
1097 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1098
1099 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1100 target.
1101 * configure: Regenerate.
1102
1103 2015-05-13 John David Anglin <dave.anglin@bell.net>
1104
1105 * configure.ac: Disable configuration of GDB for HPUX targets.
1106 * configure: Regenerate.
1107
1108 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1109
1110 PR ld/18355
1111 * Makefile.def: Add extra_configure_flags to host zlib.
1112 * configure.ac (extra_host_zlib_configure_flags): New. Set
1113 to --enable-host-shared When bfd is to be built as shared
1114 library. AC_SUBST.
1115 * Makefile.in: Regenerated.
1116
1117 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1118 Hans-Peter Nilsson <hp@axis.com>
1119
1120 Adjust src-release.sh for sim using the gdb create-version.sh.
1121 * src-release.sh (tar_compress): If there's a fifth parameter,
1122 use that in the getver call instead of $tool.
1123 (sim_release): Pass gdb as fifth parameter to tar_compress.
1124 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1125
1126 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1127
1128 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1129 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1130 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1131 * Makefile.in: Regenerate.
1132
1133 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1134
1135 * configure.ac: Add --with-system-zlib.
1136 * configure: Regenerated.
1137
1138 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1139
1140 * src-release.sh: Don't configure with --with-target-subdir=.
1141 --disable-multilib.
1142
1143 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1144
1145 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1146 src-release.sh.
1147
1148 2015-03-30 Ed Schouten <ed@nuxi.nl>
1149
1150 * config.sub: Update from upstream, to 2015-03-04 version.
1151 * config.guess: Likewise.
1152
1153 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1154
1155 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1156 * Makefile.in: Regenerated.
1157
1158 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1159
1160 * src-release.sh (do_proto_toplev): Configure with --target
1161 --with-target-subdir and --disable-multilib.
1162 (BINUTILS_SUPPORT_DIRS): Add zlib.
1163 (GAS_SUPPORT_DIRS): Likewise.
1164 (GDB_SUPPORT_DIRS): Likewise.
1165 (SIM_SUPPORT_DIRS): Likewise.
1166
1167 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * configure.ac (target_configdirs): Exclude target-zlib if
1170 target-libjava isn't built.
1171 * configure: Regenerated.
1172
1173 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 Sync with GCC
1176 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1177
1178 * config-ml.in: Robustify ac_configure_args parsing.
1179
1180 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1181
1182 * Makefile.def: Updated from GCC trunk.
1183 * Makefile.tpl: Likewise.
1184 * configure.ac: Likewise.
1185 * Makefile.in: Regenerated.
1186 * configure: Likewise.
1187
1188 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1189
1190 * configure.ac: Add FT32 support.
1191 * configure: Regenerate.
1192
1193 2015-01-12 Anthony Green <green@moxielogic.com>
1194
1195 * configure.ac: Don't disable gprof for moxie.
1196 * configure: Rebuild.
1197
1198 2015-01-03 Andrew Pinski <apinski@cavium.com>
1199
1200 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1201 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1202 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1203 (OBJCOPY_FOR_TARGET): New variable.
1204 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1205 * Makefile.in: Regenerate.
1206 * configure.ac: Check for already installed target objcopy.
1207 Also GCC_TARGET_TOOL on objcopy.
1208 * configure: Regenerate.
1209
1210 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1211
1212 * config.sub: Update from upstream, to 2015-01-01 version.
1213 * config.guess: Ditto.
1214
1215 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1216
1217 * config.sub: Update from upstream config repo.
1218
1219 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1220
1221 * libtool.m4: Updated from GCC trunk.
1222
1223 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1224
1225 * config.guess: Update from upstream config repo.
1226 * config.sub: Ditto.
1227
1228 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1229
1230 * move-if-change: Update from upstream gnulib.
1231
1232 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1233
1234 * compile: Sync with upstream Automake.
1235 * depcomp: Ditto.
1236 * install-sh: Ditto.
1237 * missing: Ditto.
1238 * mkinstalldirs: Ditto.
1239 * ylwrap: Ditto.
1240
1241 2014-10-15 Tristan Gingold <gingold@adacore.com>
1242
1243 * src-release.sh (do_proto_toplev): Configure with --target.
1244
1245 2014-10-03 Jing Yu <jingyu@google.com>
1246
1247 * configure.ac: Add aarch64 to list of targets that support gold.
1248 * configure: Regenerate.
1249
1250 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1251
1252 * configure.ac: Add mips*-img-elf* target triple.
1253 * configure: Regenerate.
1254
1255 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1256 * configure: Disable gdb for nds32*-*-* until supported.
1257 * configure.ac: Disable gdb for nds32*-*-* until supported.
1258
1259 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1260
1261 * configure: Regenerate.
1262
1263 2014-08-27 Will Newton <will.newton@linaro.org>
1264
1265 * src-release.sh: New file.
1266 * src-release: Remove file.
1267
1268 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1269
1270 GDB not supported for or1k*-*-rtems*
1271 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1272 of the stanzas results in this not being caught by or1k*-*-* later.
1273 * configure. Regenerated.
1274
1275 2014-07-25 Samuel Bronson <naesten@gmail.com>
1276
1277 * .gitattributes: New file for use with git-merge-changelog.
1278
1279 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1280
1281 Disable gdb for or1k*-*-* until supported
1282 * configure.ac (or1k*-*-*): Disable gdb.
1283 * configure: Regenerated.
1284
1285 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1286
1287 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1288 * configure: Regenerated.
1289
1290 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1291
1292 PR sanitizer/56781
1293 * Makefile.def: Set bootstrap=true; for host fixincludes.
1294 * configure.ac: Don't bootstrap host fixincludes unless
1295 --with-build-config=bootstrap-{a,ub}san.
1296 * Makefile.in: Regenerated.
1297 * configure: Regenerated.
1298
1299 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1300
1301 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1302 --enable-vtable-verify option parsing. Don't add
1303 target-libsanitizer to bootstrap_target_libs unless
1304 --with-build-config=bootstrap-asan or
1305 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1306 to bootstrap_target_libs unless --enable-vtable-verify.
1307 * configure: Regenerated.
1308
1309 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1310
1311 PR bootstrap/58572
1312 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1313 -I for libstdc++-v3 includes if $(LEAN).
1314 * Makefile.in: Regenerated.
1315
1316 2014-02-24 Walter Lee <walt@tilera.com>
1317
1318 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1319 (tilegx-*-*): Change to tilegx*-*-*.
1320 * configure: Regenerate.
1321
1322 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1323
1324 * config.sub, config.guess: Import from upstream.
1325
1326 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1327
1328 PR bootstrap/60620
1329 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1330 * Makefile.in: Regenerate.
1331
1332 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1333
1334 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1335 for WINDRES_FOR_TARGET in default-manifest.o rule.
1336 * Makefile.in: Regenerate.
1337
1338 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1339
1340 PR target/59788
1341 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1342 *solaris2*.
1343
1344 2013-12-19 Keven Boell <keven.boell@intel.com>
1345
1346 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1347 nested lookups for fortran modules.
1348 * dwarf2read.c (read_module): Add fortran module to
1349 the symbol table.
1350 (add_partial_symbol, add_partial_module): Add fortran
1351 module to the partial symbol table.
1352 (new_symbol_full): Create full symbol for fortran module.
1353 * f-exp.y (yylex): Add new module domain to be parsed.
1354 * symtab.h: New domain for fortran modules.
1355
1356 2013-12-19 Keven Boell <keven.boell@intel.com>
1357
1358 * f-exp.y (yylex): Add domain array to enable lookup
1359 in multiple domains. Loop over lookup domains and try
1360 to find requested symbol. Add STRUCT_DOMAIN to lookup
1361 domains to be able to query for user defined types.
1362
1363 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1364
1365 * configure.ac: Add user-friendly check for native x86_64-linux
1366 multilibs.
1367 * configure: Regenerate.
1368
1369 2013-11-23 Alan Modra <amodra@gmail.com>
1370
1371 * config.sub, config.guess: Import from upstream.
1372
1373 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1374
1375 * Makefile.in: Regenerate.
1376
1377 * Makefile.tpl: Fix typo.
1378 * Makefile.in: Regenerate partially.
1379
1380 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1381
1382 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1383 supported.
1384 * configure: Regenerated.
1385
1386 2013-10-30 Jason Merrill <jason@redhat.com>
1387
1388 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1389 --disable-build-format-warnings.
1390
1391 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1392
1393 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1394 depend on libstdc++ and libgcc.
1395 * configure: Regenerate.
1396 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1397 libcilkrts for POSIX and i*86, and x86_64 architectures.
1398 * Makefile.in: Added libcilkrts related fields to support building it.
1399
1400 2013-10-26 Jeff Law <law@redhat.com>
1401
1402 * Makefile.def (target_modules): Remove libmudflap
1403 (languages): Remove check-target-libmudflap).
1404 * Makefile.in: Rebuilt.
1405 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1406 * configure.ac (target_libraries): Remove target-libmudflap.
1407 Remove checks which disabled libmudflap on some systems.
1408 * configure: Rebuilt.
1409 * libmudflap: Directory removed.
1410
1411 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1412
1413 * configure.ac: Update from GCC.
1414 * configure: Regenerate.
1415
1416 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1417
1418 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1419 files in SUPPORT_FILES.
1420 (SIM_SUPPORT_DIRS): New variable.
1421 (sim.tar.bz2): New rule.
1422
1423 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * configure.ac: Update from GCC.
1426 * configure: Regenerate.
1427
1428 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1429
1430 * COPYING.NEWLIB: Update with new copyright.
1431
1432 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1433
1434 * configure.ac: Update from GCC.
1435 * configure: Regenerate.
1436
1437 2013-09-20 Alan Modra <amodra@gmail.com>
1438
1439 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1440 ppc host match. Support little-endian powerpc linux hosts.
1441
1442 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1443
1444 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1445 strip the "-cvs" suffix from the version number if present.
1446
1447 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1448
1449 * configure.ac: Sync with GCC repo.
1450 * Makefile.def: Ditto.
1451 * configure: Regenerate.
1452 * Makefile.in: Ditto.
1453
1454 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1455
1456 * src-release (VER): Use $(TOOL)/common/create-version.sh
1457 if it exists.
1458
1459 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1460
1461 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1462 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1463 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1464 * configure: Regenerate.
1465
1466 2013-06-01 George Thomas <george.thomas@atmel.com>
1467
1468 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1469 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1470
1471 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1472
1473 * COPYING.NEWLIB: Add Altera Corporation copyright.
1474
1475 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1476
1477 * config.guess: Update from config repo.
1478 * config.sub: Ditto.
1479
1480 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1481
1482 * Makefile.def: Sync with GCC.
1483 * Makefile.in: Regenerate.
1484
1485 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1486
1487 * configure.ac: Sync with GCC.
1488 * configure: Regenerate.
1489
1490 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1491
1492 * src-release (VER): Change bfd/configure.in sed to use the new
1493 `bfd/configure --version` output.
1494
1495 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1496
1497 * configure.ac: Sync with GCC repo.
1498 * configure: Ditto.
1499
1500 2013-02-05 Ian Lance Taylor <iant@google.com>
1501
1502 PR go/55969
1503 * configure.ac: Disable libgo on some systems where it does not
1504 work.
1505 * configure: Rebuild.
1506
1507 2013-02-05 Alan Modra <amodra@gmail.com>
1508
1509 * configure: Regenerate after syncing config/.
1510
1511 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1512
1513 * configure.ac: Sync with GCC repo.
1514 * configure: Ditto.
1515 * Makefile.def: Ditto.
1516 * Makefile.in: Ditto.
1517
1518 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1519
1520 Sync with GCC, merge:
1521
1522 2013-01-09 Jason Merrill <jason@redhat.com>
1523
1524 * .gitignore: Import from gdb repository.
1525
1526 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1527
1528 * config.sub: Update from config repo.
1529
1530 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1531
1532 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1533 * Makefile.in: Regenerate.
1534
1535 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1536
1537 * Makefile.def (configure-gcc): Depend on all-gmp.
1538 (all-gcc): Remove dependency on all-gmp.
1539 * Makefile.in: Regenerated.
1540
1541 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1542
1543 * config.guess: Update from config repo.
1544 * config.sub: Ditto.
1545
1546 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1547
1548 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1549 exists and replace the new bfin license in its location.
1550
1551 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1552
1553 PR gas/14899
1554 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1555 all-ld and all-gold depend on all-gas.
1556 * Makefile.in: Regenerated.
1557
1558 2012-12-29 Ben Elliston <bje@gnu.org>
1559
1560 * config.guess: Update to 2012-12-29 version.
1561 * config.sub: Likewise.
1562
1563 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1564
1565 * Makefile.def (install-target-libgo): Depend on
1566 install-target-libatomic. Merged from GCC repo.
1567 * Makefile.in: Regenerate.
1568
1569 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1570
1571 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1572
1573 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1574
1575 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1576 * configure: Regenerate.
1577
1578 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1579
1580 * Makefile.def (target_modules): Add bootstrap=true and
1581 raw_cxx=true to libsanitizer.
1582 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1583 * Makefile.in: Regenerated.
1584 * configure: Likewise.
1585
1586 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1587
1588 * config.sub: Merge from config repo.
1589
1590 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1591
1592 * configure.ac: Merge from GCC.
1593 * Makefile.tpl: Ditto.
1594 * Makefile.in: Ditto.
1595 * configure: Ditto.
1596
1597 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1598
1599 * configure.ac (noconfigdirs): Merge from GCC.
1600 * configure: Regenerate.
1601
1602 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1603
1604 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1605
1606 2012-11-14 Roland McGrath <mcgrathr@google.com>
1607
1608 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1609 * configure: Regenerate.
1610
1611 2012-11-13 Richard Henderson <rth@redhat.com>
1612
1613 * configure.ac: Move libsanitizer logic to subdirectory.
1614 * configure: Regenerate.
1615
1616 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1617
1618 * configure.ac: Enable libsanitizer just on x86 linux for now.
1619 * configure: Re-generate.
1620
1621 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1622
1623 * configure.ac: Merge libquadmath sections.
1624 * configure: Regenerate.
1625
1626 2012-11-12 Wei Mi <wmi@google.com>
1627
1628 * configure.ac: Add libsanitizer to target_libraries.
1629 * Makefile.def: Ditto.
1630 * configure: Regenerate.
1631 * Makefile.in: Regenerate.
1632
1633 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1634
1635 * configure: Regenerated.
1636
1637 2012-11-03 Robert Mason <rbmj@verizon.net>
1638
1639 * configure.ac: add --disable-libstdcxx configure option
1640 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1641
1642 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1643
1644 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1645 against Mingw64 w32api.
1646 * configure: Regenerate.
1647
1648 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1649
1650 PR bootstrap/54820
1651 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1652 * configure: Regenerate.
1653
1654 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1655
1656 PR bootstrap/54820
1657 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1658 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1659 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1660 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1661 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1662 * Makefile.in: Regenerate.
1663 * configure.ac (have_static_libs): New variable and associated check.
1664 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1665 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1666 * configure: Regenerate.
1667
1668 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1669
1670 * config.guess, config.sub: Include updated version from
1671 config-patches. Adds microblaze little endian support.
1672
1673 2012-09-28 Ian Lance Taylor <iant@google.com>
1674
1675 * Makefile.def: Make all-target-libgo depend on
1676 all-target-libbacktrace.
1677 * Makefile.in: Rebuild.
1678
1679 2012-09-26 Ian Lance Taylor <iant@google.com>
1680
1681 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1682 * Makefile.in: Rebuild.
1683
1684 2012-09-06 Diego Novillo <dnovillo@google.com>
1685
1686 * configure.ac: Bump minimum GMP version to 4.2.3.
1687 * configure: Re-generate.
1688
1689 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1690
1691 PR target/54461
1692 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1693 target-libgloss if not configured --with-avrlibc=no.
1694 * configure: Regenerate.
1695
1696 2012-09-04 Jason Merrill <jason@redhat.com>
1697
1698 * configure.ac: Fix --enable-languages=all.
1699
1700 2012-09-03 Richard Guenther <rguenther@suse.de>
1701
1702 PR bootstrap/54138
1703 * configure.ac: Re-organize ISL / CLOOG checks to allow
1704 disabling with either --without-isl or --without-cloog.
1705 * configure: Regenerated.
1706
1707 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1708
1709 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1710 * configure: Regenerate.
1711
1712 2012-09-21 Steve Ellcey <sellcey@mips.com>
1713
1714 * configure.ac: Add mips*-mti-elf* target.
1715 * configure: Regenerate.
1716
1717 2012-09-19 Ian Lance Taylor <iant@google.com>
1718
1719 * configure.ac (host_libs): Add libbacktrace.
1720 (target_libraries): Add libbacktrace.
1721 * Makefile.def (host_modules): Add libbacktrace.
1722 (target_modules): Likewise.
1723 * configure, Makefile.in: Rebuild.
1724
1725 2012-09-15 Jiong Wang <jiwang@tilera.com>
1726
1727 * configure.ac (ENABLE_GOLD): support tilegx*
1728 * configure: rebuild
1729
1730 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1731
1732 PR target/38607
1733 Merge upstream change.
1734 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1735
1736 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1737 Add libgomp*.o to compare_exclusions for AIX.
1738 * configure: Regenerate.
1739
1740 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1741
1742 PR binutils/4970
1743 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1744 and opcodes.
1745 * Makefile.in: Regenerated.
1746
1747 2012-08-14 Diego Novillo <dnovillo@google.com>
1748
1749 Merge from cxx-conversion branch.
1750
1751 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1752 POSTSTAGE1_CONFIGURE_FLAGS.
1753 * Makefile.in: Regenerate.
1754 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1755 Force C++ when bootstrapping.
1756 * configure: Regenerate.
1757
1758 2012-07-06 Richard Guenther <rguenther@suse.de>
1759
1760 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1761 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1762 --with-gmp=system.
1763 * Makefile.in: Regenerated.
1764 * configure: Likewise.
1765
1766 2012-07-06 Richard Guenther <rguenther@suse.de>
1767
1768 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1769 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1770 supply V=1 as extra_make_flags.
1771 * configure: Regenerated.
1772 * Makefile.in: Likewise.
1773
1774 2012-07-03 Richard Guenther <rguenther@suse.de>
1775
1776 * Makfile.def (isl): Remove not necessary extra_exports and
1777 extra_make_flags.
1778 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1779 * Makefile.in: Regenerated.
1780
1781 2012-07-03 Richard Guenther <rguenther@suse.de>
1782
1783 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1784 * configure.ac: If either the ISL or the CLooG check failed
1785 do not try to build in-tree versions.
1786 * Makefile.in: Regenerated.
1787 * configure: Regenerated.
1788
1789 2012-07-02 Richard Guenther <rguenther@suse.de>
1790 Michael Matz <matz@suse.de>
1791 Tobias Grosser <tobias@grosser.es>
1792 Sebastian Pop <sebpop@gmail.com>
1793
1794 * Makefile.def: Add ISL host module, remove PPL host module.
1795 Adjust ClooG host module to use the proper ISL.
1796 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1797 * configure.ac: Include config/isl.m4. Add ISL host library,
1798 remove PPL. Remove PPL configury, add ISL configury, adjust
1799 ClooG configury.
1800 * Makefile.in: Regenerated.
1801 * configure: Likewise.
1802
1803 2012-07-02 Richard Guenther <rguenther@suse.de>
1804
1805 Merge from graphite branch
1806 2011-07-21 Tobias Grosser <tobias@grosser.es>
1807
1808 * configure: Regenerated.
1809 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1810 both cloog.org and legacy versions. The only supported version will
1811 be CLooG with the isl backend.
1812
1813 2011-07-21 Tobias Grosser <tobias@grosser.es>
1814
1815 * configure: Regenerated.
1816 * configure.ac: Require cloog isl 0.17.0
1817
1818 2011-07-21 Tobias Grosser <tobias@grosser.es>
1819
1820 * configure: Regenerated.
1821 * config/cloog.m4: Do not define CLOOG_ORG
1822
1823 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1824
1825 * configure.ac: Skip C if explicitly selected.
1826 * configure: Regenerate.
1827
1828 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1829
1830 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1831 they contain -O2.
1832 * configure: Regenerate.
1833
1834 2012-06-20 Jason Merrill <jason@redhat.com>
1835
1836 * Makefile.tpl (check-target-libgomp-c++): New.
1837 (check-target-libitm-c++): New.
1838 * Makefile.def (c++): Add them.
1839 * Makefile.in: Regenerate.
1840
1841 2012-05-16 Olivier Hainque <hainque@adacore.com>
1842
1843 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1844 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1845 (install-no-fixedincludes): Adjust accordingly.
1846 * Makefile.in: Regenerate.
1847
1848 2012-05-09 Nick Clifton <nickc@redhat.com>
1849 Paul Smith <psmith@gnu.org>
1850
1851 PR bootstrap/50461
1852 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1853 allow for the fact that from release v3.1.0 of MPFR the source
1854 files were moved into a src sub-directory.
1855 * configure: Regenerate.
1856
1857 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1858
1859 * configure.ac: Bump minimum MPFR version to 2.4.0.
1860 * configure: Regenerated.
1861
1862 2012-05-01 Richard Henderson <rth@redhat.com>
1863
1864 * Makefile.def (libatomic): New target_module.
1865 * configure.ac (target_libraries): Add libatomic.
1866 (noconfigdirs): Check if libatomic is supported.
1867 * Makefile.in, configure: Rebuild.
1868
1869 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1870
1871 Merge upstream change
1872 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1873
1874 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1875
1876 * libtool.m4: Additional FreeBSD 10 fixes.
1877
1878 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1879
1880 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1881 they contain -O2.
1882 * configure: Regenerate.
1883
1884 2012-05-14 Catherine Moore <clm@codesourcery.com>
1885
1886 * NEWS: Mention PowerPC VLE port.
1887
1888 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1889
1890 * MAINTAINERS (config/): Move to intl/ section.
1891 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1892
1893 2012-05-09 Nick Clifton <nickc@redhat.com>
1894 Paul Smith <psmith@gnu.org>
1895
1896 PR bootstrap/50461
1897 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1898 allow for the fact that from release v3.1.0 of MPFR the source
1899 files were moved into a src sub-directory.
1900 * configure: Regenerate.
1901
1902 2012-05-02 Roland McGrath <mcgrathr@google.com>
1903
1904 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1905 * configure: Regenerate.
1906
1907 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1908
1909 * config.sub: Update to 2012-04-18 version from official repo.
1910
1911 2012-03-19 Tristan Gingold <gingold@adacore.com>
1912
1913 * configure.ac (ia64*-*-*vms*): Add support for ld.
1914 * configure: Regenerate.
1915
1916 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1917
1918 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1919 (unsupported_languages): Remove mips-sgi-irix6.*.
1920 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1921 (with_stabs): Remove.
1922 * configure: Regenerate.
1923
1924 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1925
1926 * configure.ac (enable_libgomp): Remove *-*-osf*.
1927 (with_stabs): Remove alpha*-*-osf*.
1928 * configure: Regenerate.
1929
1930 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1931
1932 * COPYING.NEWLIB: Modify DJ Delorie license to include
1933 modification rights in clause as permitted by DJ Delorie.
1934 * COPYING.LIBGLOSS: Ditto.
1935
1936 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1937
1938 * COPYING.NEWLIB: Remove two unused licenses.
1939
1940 2012-03-05 Tristan Gingold <gingold@adacore.com>
1941
1942 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1943 * configure: Regenerate.
1944
1945 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1946
1947 * COPYING.NEWLIB: Add Adapteva notice.
1948 * COPYING.LIBGLOSS: Add Adapteva notice.
1949
1950 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1951
1952 * configure: Regenerate.
1953
1954 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1955
1956 * COPYING.LIBGLOSS: Add GPL with exception license.
1957
1958 2011-11-09 Roland McGrath <mcgrathr@google.com>
1959
1960 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1961 * configure: Rebuild.
1962 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1963 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1964 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1965 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1966 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1967 Add READELF.
1968 * Makefile.in: Rebuild.
1969
1970 2011-11-08 Richard Henderson <rth@redhat.com>
1971
1972 * configure.ac: Test for libitm directory present first.
1973
1974 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1975
1976 * configure.ac: Test libitm/configure.tgt to disable libitm.
1977 * configure: Rebuild.
1978
1979 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1980
1981 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1982 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1983 * Makefile.in: Regenerate.
1984
1985 2011-11-01 DJ Delorie <dj@redhat.com>
1986
1987 * configure.ac (rl78-*-*) New case.
1988 * configure: Regenerate.
1989
1990 2011-11-01 DJ Delorie <dj@redhat.com>
1991
1992 * config.sub: Update to version 2011-10-29 (added rl78)
1993
1994 2011-10-27 Nick Clifton <nickc@redhat.com>
1995
1996 * config.sub: Import these changes from the config project:
1997
1998 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1999 Ben Elliston <bje@gnu.org>
2000
2001 * config.sub (epiphany): New.
2002
2003 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2004 Ben Elliston <bje@gnu.org>
2005
2006 * config.sub (hexagon, hexagon-*): New.
2007
2008 2011-08-23 Roland McGrath <mcgrathr@google.com>
2009
2010 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2011 64eb to be64.
2012
2013 2011-08-16 Roland McGrath <mcgrathr@google.com>
2014
2015 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2016 (nacl): Grok as alias for 32el-unknown-nacl.
2017
2018 2011-08-19 Joel Brobecker <brobecker@adacore.com>
2019
2020 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2021
2022 2011-08-14 Yao Qi <yao@codesourcery.com>
2023
2024 Merge from gcc:
2025
2026 2011-08-14 Yao Qi <yao@codesourcery.com>
2027 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2028 * configure: Regenerate.
2029
2030 2011-07-26 Ian Lance Taylor <iant@google.com>
2031
2032 Merge from gcc:
2033
2034 2011-07-26 Ian Lance Taylor <iant@google.com>
2035 * configure.ac: Set have_compiler based on whether gcc directory
2036 exists, rather than on whether gcc is in configdirs.
2037 * configure: Rebuild.
2038
2039 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2040 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2041 link directories.
2042 * Makefile.in: Rebuild.
2043
2044 2011-07-20 Ian Lance Taylor <iant@google.com>
2045 PR bootstrap/49787
2046 * configure.ac: Move --enable-bootstrap handling earlier in file.
2047 If --enable-bootstrap and either --enable-build-with-cxx or
2048 --enable-build-poststage1-with-cxx, enable C++ automatically.
2049 * configure: Rebuild.
2050
2051 2011-07-19 Ian Lance Taylor <iant@google.com>
2052 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2053 make C++ a boot_language. Set and substitute
2054 POSTSTAGE1_CONFIGURE_FLAGS.
2055 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2056 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2057 * configure, Makefile.in: Rebuild.
2058
2059 2011-07-16 Jason Merrill <jason@redhat.com>
2060 * Makefile.def (language=c++): Add check-c++0x and
2061 check-target-libmudflap-c++.
2062 * Makefile.tpl (check-target-libmudflap-c++): New.
2063 * Makefile.in: Regenerate.
2064
2065 2011-07-16 Matthias Klose <doko@ubuntu.com>
2066 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2067 * Makefile.def (target_modules/libjava): Pass
2068 $(EXTRA_CONFIGARGS_LIBJAVA).
2069 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2070 if not configured with --enable-static-libjava.
2071 * Makefile.in: Regenerate.
2072 * configure: Likewise.
2073
2074 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2075 PR regression/47836
2076 PR bootstrap/23656
2077 PR other/47733
2078 PR bootstrap/49247
2079 PR c/48825
2080 * configure.ac (target_libraries): Remove target-libiberty.
2081 Remove case-statement setting skipdirs=target-libiberty for
2082 multiple targets. Remove checking target_configdirs and
2083 removing target-libiberty but keeping target-libgcc if
2084 otherwise empty.
2085 * Makefile.def (target_modules): Don't add libiberty.
2086 (dependencies): Remove all traces of target-libiberty.
2087 * configure, Makefile.in: Regenerate.
2088
2089 2011-07-22 Jason Merrill <jason@redhat.com>
2090
2091 * Makefile.def (language=c++): Add check-c++0x and
2092 check-target-libmudflap-c++.
2093 * Makefile.tpl (check-target-libmudflap-c++): New.
2094 * Makefile.in: Regenerate.
2095
2096 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2097
2098 * configure: Regenerate.
2099
2100 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2101
2102 PR target/39150
2103 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2104 x86_64-*-solaris2.1[0-9]*.
2105 * configure: Regenerate.
2106
2107 2011-06-13 Walter Lee <walt@tilera.com>
2108
2109 * configure.ac (tilepro-*-*) New case.
2110 (tilegx-*-*): Likewise.
2111 * configure: Regenerate.
2112
2113 2011-06-06 Nick Clifton <nickc@redhat.com>
2114
2115 * config.sub: Sync from upstream.
2116
2117 2011-05-08 Doug Kwan <dougkwan@google.com>
2118
2119 Merge from gcc:
2120
2121 2011-05-08 Doug Kwan <dougkwan@google.com>
2122
2123 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2124 * configure: Regenerated.
2125 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2126 value from configure.
2127 * Makefile.in: Regenerated.
2128
2129 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2130
2131 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2132 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2133 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2134 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2135 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2136 *-*-vxworks*): Disable newlib and libgloss in separate case
2137 statement.
2138 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2139 to separate case statement.
2140 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2141 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2142 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2143 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2144 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2145 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2146 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2147 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2148 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2149 i[[3456789]]86-*-rdos*, m32r-*-*,
2150 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2151 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2152 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2153 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2154 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2155 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2156 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2157 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2158 and libgloss in main case over targets. Remove most empty cases
2159 in main case over targets.
2160 * configure: Regenerate.
2161
2162 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2163
2164 * configure.ac: Remove code setting special library locations for
2165 hppa*64*-*-hpux11*. Remove code setting compiler for
2166 sparc-sun-solaris2*.
2167 * configure: Regenerate.
2168
2169 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2170
2171 * configure.ac: Separate libgloss_dir settings from general case
2172 over targets.
2173 * configure: Regenerate.
2174
2175 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2176
2177 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2178 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2179 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2180 cases in libgcj-disabling case statement.
2181 (hppa*64*-*-linux*): Set unsupported_languages instead of
2182 disabling target-zlib.
2183 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2184 to hppa*64*-*-hpux*.
2185 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2186 hppa*-*-hpux*.
2187 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2188 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2189 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2190 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2191 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2192 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2193 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2194 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2195 libgcj-disabling case statement.
2196 * configure: Regenerate.
2197
2198 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2199
2200 * configure.ac: Disable Java for targets not supporting libffi.
2201 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2202 Remove cases in Java-disabling statement.
2203 (*arm-wince-pe): Change to arm-wince-pe.
2204 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2205 cases in Java-disabling statement.
2206 (bfin-*-*): Don't disable Java again.
2207 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2208 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2209 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2210 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2211 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2212 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2213 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2214 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2215 Java-disabling statement.
2216 (mmix-*-*): Don't disable Java again.
2217 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2218 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2219 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2220 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2221 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2222 statement.
2223 * configure: Regenerate.
2224
2225 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2226
2227 Merge from GCC:
2228
2229 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2230
2231 PR lto/48086
2232 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2233 * configure: Regenerate.
2234
2235 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2236
2237 * configure.ac: Separate cases disabling Java and Java libraries
2238 from general case over targets.
2239 * configure: Regenerate.
2240
2241 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2242
2243 * configure.ac (build_tools): Remove build-byacc.
2244 (host_libs): Remove mmalloc.
2245 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2246 autoconf automake libtool diff rcs fileutils shellutils time
2247 textutils wdiff find uudecode hello tar gzip indent recode release
2248 sed perl gawk findutils gettext zip.
2249 (libgcj): Remove target-qthreads.
2250 (target_tools): Remove target-examples target-gperf.
2251 (YACC): Don't handle building byacc.
2252 * configure: Regenerate.
2253 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2254 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2255 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2256 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2257 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2258 handle building components.
2259 * Makefile.in: Regenerate.
2260
2261 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2262
2263 * config.sub: Sync from upstream.
2264
2265 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2266
2267 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2268 (microblaze*): Don't disable libssp.
2269 * configure: Regenerate.
2270
2271 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2272
2273 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2274 moveifchange.
2275 * configure: Regenerate.
2276 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2277 * Makefile.in: Regenerate.
2278
2279 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2280
2281 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2282 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2283 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2284 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2285 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2286 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2287 md_exec_prefix cases.
2288 * configure: Regenerate.
2289
2290 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2291
2292 * configure.ac: Separate cases disabling target-libssp,
2293 target-libiberty, target-libstdc++-v3 and Fortran from general
2294 case over targets.
2295 * configure: Regenerate.
2296
2297 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2298
2299 * configure.ac (*-*-chorusos): Don't disable libgcj.
2300 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2301 Remove case.
2302 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2303 (arm-*-coff): Don't disable libgcj.
2304 (arm*-*-linux-gnueabi): Remove useless assignment.
2305 (arm-*-riscix*): Don't disable libgcj.
2306 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2307 configuration.
2308 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2309 (c54x*-*-*): Remove case.
2310 (tic54x-*-*): Don't disable GCC or GCC libraries.
2311 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2312 to *.
2313 (d10v-*-*): Don't disable GCC libraries.
2314 (d30v-*-*): Don't disable libgcj.
2315 (h8500-*-*): Don't disable GCC libraries.
2316 (i960-*-*): Don't disable libgcj.
2317 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2318 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2319 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2320 libgcj.
2321 (m68k-*-coff*): Remove case.
2322 (mmix-*-*): Don't disable libgloss on host.
2323 (mn10200-*-*, mn10300-*-*): Remove cases.
2324 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2325 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2326 Don't disable libgcj.
2327 (romp-*-*): Remove case.
2328 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2329 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2330 case.
2331 (v810-*-*): Don't disable GCC libraries.
2332 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2333 (ip2k-*-*): Don't disable GCC libraries.
2334 * configure: Regenerate.
2335
2336 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2337
2338 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2339 libffi on host.
2340 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2341 on host.
2342 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2343 * configure: Regenerate.
2344
2345 2011-03-26 John Marino <binutils@marino.st>
2346
2347 * configure.ac: Add support for *-*-dragonfly*
2348 * configure: Regenerate.
2349
2350 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2351
2352 * configure.ac (native_only): Remove.
2353 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2354 send-pr uudecode guile gnuserv on host.
2355 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2356 send-pr rcs guile perl texinfo libtool on host.
2357 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2358 automake send-pr rcs guile perl texinfo libtool on host.
2359 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2360 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2361 (alpha*-dec-osf*): Don't disable fileutils on target.
2362 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2363 texinfo send-pr expect dejagnu on target.
2364 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2365 target-qthreads on target.
2366 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2367 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2368 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2369 x86_64-*-mingw*): Don't disable expect on target.
2370 (*-*-cygwin*): Don't disable target-gperf on target.
2371 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2372 gnuserv on target.
2373 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2374 target.
2375 * configure: Regenerate.
2376
2377 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2378
2379 * configure.ac (target_tools): Remove target-groff.
2380 (native_only): Remove target-groff.
2381 (hppa*64*-*-*): Don't disable byacc.
2382 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2383 setting.
2384 (*-*-kaos*): Don't skip target-librx and target-groff.
2385 (*-*-netware*): Don't skip target-libmudflap.
2386 (*-*-tpf*): Don't skip target-libmudflap.
2387 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2388 directories on the host.
2389 (ia64*-*-*vms*): Don't skip tix.
2390 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2391 host.
2392 * configure: Regenerate.
2393
2394 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2395
2396 * configure.ac: Remove references to mt-mep, mt-netware,
2397 mt-wince.
2398 * Makefile.def: Add all-utils soft dependencies.
2399 * Makefile.tpl: Remove GDB_NLM_DEPS.
2400 * configure: Regenerate.
2401 * Makefile.in: Regenerate.
2402
2403 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2404
2405 Sync from GCC:
2406
2407 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2408
2409 * configure.ac: Do not include mh-x86omitfp.
2410 * configure: Regenerate.
2411
2412 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2413
2414 * configure.ac: Remove empty cases.
2415 * configure: Regenerate.
2416
2417 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2418
2419 * Makefile.def: Add dependency from termcap to gdb.
2420 * Makefile.in: Regenerate.
2421
2422 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2423
2424 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2425 * configure: Regenerate.
2426 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2427 * Makefile.tpl: Likewise.
2428 * Makefile.in: Regenerate.
2429
2430 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2431
2432 * configure.ac: Remove all mentions of tentative_cc.
2433 * configure: Regenerate.
2434
2435 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2436
2437 PR lto/48086
2438 * configure.ac: Re-enable LTO on *-apple-darwin9.
2439 * configure: Regenerate.
2440
2441 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2442
2443 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2444 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2445 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2446 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2447 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2448 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2449 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2450 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2451 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2452 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2453 *-*-rhapsody*): Remove host cases.
2454 * configure: Regenerate.
2455
2456 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2457
2458 * configure.ac (ppc*-*-pe): Remove host case.
2459 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2460 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2461 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2462 cases.
2463 * configure: Regenerate.
2464
2465 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2466
2467 * config.sub: Update to version 2011-03-23.
2468
2469 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2470
2471 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2472 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2473 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2474 * configure: Regenerate.
2475
2476 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2477
2478 * config-ml.in: Don't handle arc-*-elf*.
2479 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2480 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2481 handle GCC libraries.
2482 * configure: Regenerate.
2483
2484 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2485
2486 PR bootstrap/48120:
2487 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2488 Add -lstdc++ -lm to LIBS.
2489 * configure: Regenerate.
2490
2491 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2492
2493 * config.guess: Update to version 2011-02-02
2494 * config.sub: Update to version 2011-02-24
2495
2496 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2497
2498 * configure.ac: Adjust test of with_ppl.
2499 * configure: Regenerated.
2500
2501 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2502
2503 * configure.ac: Add -lpwl to ppllibs.
2504 * config/cloog.m4: Add -lisl to clooglibs.
2505 * configure: Regenerated.
2506
2507 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508
2509 Import from Libtool and gnulib:
2510
2511 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2512
2513 Prepare for supporting FreeBSD 10.
2514 * config.rpath: Remove handling of freebsd1* which soon would
2515 match FreeBSD 10.0.
2516
2517 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2518
2519 Remove support for FreeBSD 1.x.
2520 * libtool.m4 (_LT_LINKER_SHLIBS)
2521 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2522 soon would incorrectly match FreeBSD 10.0.
2523
2524 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2525
2526 PR binutils/12283
2527 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2528 (move-if-change): Comes from gnulib.
2529 * move-if-change: Import version from gnulib.
2530
2531 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2532
2533 Sync from GCC:
2534
2535 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2536
2537 PR lto/47225
2538 * Makefile.def (lto-plugin): Double dash for enable-shared.
2539 (configure-gcc): Depend on all-lto-plugin.
2540 * Makefile.in: Rebuilt.
2541
2542 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2543
2544 * configure.ac: Remove extra bracket.
2545 * configure: Regenerate.
2546
2547 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2548
2549 PR lto/47225
2550 * Makefile.def: Add dependency for install-gcc
2551 on install-lto-plugin.
2552 * Makfile.in: Regenerated
2553
2554 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2555
2556 * configure.ac: If with_ppl is no, move setting with_cloog=no
2557 after CLOOG_REQUESTED check.
2558 * configure: Regenerated.
2559
2560 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2561
2562 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2563 CLooG has been requested.
2564 * configure: Regenerated.
2565
2566 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2567
2568 * configure: Regenerated.
2569 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2570
2571 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2572
2573 * configure: Regenerated.
2574 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2575
2576 2011-01-07 Jan Hubicka <jh@suse.cz>
2577
2578 PR lto/47225
2579 * Makefile.in: Regenerate.
2580 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2581 configure.
2582
2583 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2584
2585 PR libgcj/44341
2586 * configure.ac: Discard --with-* flags for host when configuring
2587 target libraries for cross build.
2588 * configure: Rebuilt.
2589
2590 2011-01-21 Andreas Schwab <schwab@redhat.com>
2591
2592 Sync from GCC:
2593
2594 2011-01-21 Andreas Schwab <schwab@redhat.com>
2595
2596 * configure.ac: Use AS_HELP_STRING throughout.
2597 * configure: Regenerate.
2598
2599 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2600
2601 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2602 * configure: Regenerate.
2603
2604 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2605
2606 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2607
2608 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2609
2610 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2611 for ia64-hpux.
2612 * configure: Regenerate.
2613
2614 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2615
2616 Sync from GCC:
2617 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2618
2619 * configure.ac: (picochip): Disable libiberty.
2620 * configure: Regenerate.
2621
2622 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2623
2624 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2625
2626 2010-12-10 Ian Lance Taylor <iant@google.com>
2627
2628 PR bootstrap/46819
2629 * configure.ac: For --disable-libgcj clear libgcj_saved.
2630 * configure: Rebuild.
2631
2632 2010-12-10 Tobias Burnus <burnus@net-b.de>
2633
2634 PR fortran/46540
2635 * configure.ac: Add --disable-libquadmath and
2636 --disable-libquadmath-support.
2637 * configure: Regenerate.
2638
2639 2010-12-10 Tristan Gingold <gingold@adacore.com>
2640
2641 * src-release (ETC_SUPPORT): add gnu-oids.texi
2642
2643 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2644
2645 PR libffi/46792
2646 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2647 * configure: Regenerate.
2648
2649 2010-12-02 Ian Lance Taylor <iant@google.com>
2650
2651 * configure.ac: Always set default for poststage1_ldflags to
2652 -static-libstdc++ -static-libgcc.
2653
2654 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2655
2656 * COPYING.NEWLIB: Add National Semiconductor notice.
2657
2658 2010-11-29 Andreas Schwab <schwab@redhat.com>
2659
2660 * configure.ac: Move comment to remove extra space in last argument
2661 of GCC_TARGET_TOOL.
2662
2663 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2664
2665 PR other/46026
2666 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2667 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2668 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2669 (BASE_FLAGS_TO_PASS): Use it.
2670 * configure: Rebuilt.
2671 * Makefile.in: Rebuilt.
2672
2673 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2674
2675 PR binutils/12258
2676 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2677 Properly check default linker.
2678 * configure: Regnerated.
2679
2680 2010-11-23 Matthias Klose <doko@ubuntu.com>
2681
2682 * configure.ac: For --enable-gold, handle value `default' instead of
2683 `both*'. New configure option --{en,dis}able-ld.
2684 * configure: Regenerate.
2685
2686 2010-11-20 Ian Lance Taylor <iant@google.com>
2687
2688 * configure.ac: Only disable a language library if no language needs
2689 it. Don't let --disable-libgcj uncondtionally disable libffi.
2690 * configure: Rebuild.
2691
2692 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2693
2694 * configure: Regenerate.
2695
2696 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2697
2698 PR other/46202
2699 * configure.ac: Fix just-built in-tree STRIP name to be
2700 binutils/strip-new.
2701 * configure: Regenerate.
2702 * Makefile.def (install-strip-gcc, install-strip-binutils)
2703 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2704 (install-strip-sid): Mirror dependencies on non-strip variants
2705 of these targets on the respective -strip prerequisites.
2706 * Makefile.tpl (install-strip, install-strip-host)
2707 (install-strip-target): New targets.
2708 (install-strip-[+module+], install-strip-target-[+module+]):
2709 New targets.
2710 * Makefile.in: Regenerate.
2711
2712 2010-11-19 Ian Lance Taylor <iant@google.com>
2713 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2714
2715 * configure.ac: Add target-libgo to target_libraries. Set
2716 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2717 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2718 (HOST_EXPORTS): Add GOC.
2719 (BASE_TARGET_EXPORTS): Add GOC.
2720 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2721 (GOCFLAGS_FOR_TARGET): New variable.
2722 (EXTRA_HOST_FLAGS): Add GOC.
2723 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2724 * Makefile.def (target_modules): Add libgo.
2725 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2726 (dependencies): Add dependency from configure-target-libgo to
2727 configure-target-libffi and all-target-libstdc++-v3. Add
2728 dependencies from all-target-libgo to all-target-libffi.
2729 (languages): Add go.
2730 * configure: Rebuild.
2731 * Makefile.in: Rebuild.
2732
2733 2010-11-19 Ian Lance Taylor <iant@google.com>
2734
2735 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2736 compiler/flag environment variables.
2737
2738 2010-11-18 Ian Lance Taylor <iant@google.com>
2739
2740 * configure.ac: Check for lang_requires_boot_languages in
2741 config-lang.in files.
2742 * configure: Rebuild.
2743
2744 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2745
2746 * .gitignore: New file.
2747
2748 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2749 Tobias Burnus <burnus@net-b.de>
2750
2751 PR fortran/32049
2752 * Makefile.def: Add libquadmath; build it with language=fortran.
2753 * configure.ac: Add libquadmath.
2754 * Makefile.tpl: Handle multiple libs in check-[+language+].
2755 * Makefile.in: Regenerate.
2756 * configure: Regenerate.
2757
2758 2010-11-15 Andreas Schwab <schwab@redhat.com>
2759
2760 * configure.ac: Fix spelling in option names.
2761 * configure: Regenerated.
2762
2763 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2764
2765 PR bootstrap/39622
2766 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2767 * configure: Regenerated.
2768
2769 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2770
2771 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2772 define the cloog backend to use. Furthermore, only pass the ppllibs to
2773 the configure checks, if necessary.
2774 * configure: Regenerate.
2775
2776 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2777
2778 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2779 * configure: regenerate
2780
2781 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2782
2783 * config/cloog.m4: Fix typo. verison -> version.
2784 * configure: Regenerate.
2785
2786 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2787
2788 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2789 * configure: Regenerate.
2790
2791 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2792
2793 * configure.ac: Support official CLooG.org versions.
2794 * configure: Regenerate.
2795 * config/cloog.m4: New.
2796
2797 2010-11-05 Michael Eager <eager@eagercon.com>
2798
2799 * COPYING.LIBGLOSS: Correct typo in microblaze.
2800 * COPYING.NEWLIB: Same.
2801
2802 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2803
2804 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2805 * configure: Regenerate.
2806
2807 2010-11-03 Ian Lance Taylor <iant@google.com>
2808 Dave Korn <dave.korn.cygwin@gmail.com>
2809
2810 PR lto/46273
2811 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2812 and on other supported platforms whenever LTO is enabled.
2813 * configure: Rebuild.
2814
2815 2010-11-02 Alan Modra <amodra@gmail.com>
2816
2817 PR binutils/12110
2818 * configure.ac: Error when source path contains spaces.
2819 * configure: Regenerate.
2820
2821 2010-10-20 Ian Lance Taylor <iant@google.com>
2822
2823 * Makefile.def (target_modules): Set lib_path to src/.libs for
2824 libstdc++-v3 module.
2825 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2826 * Makefile.in: Rebuild.
2827
2828 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2829 Joseph Myers <joseph@codesourcery.com>
2830
2831 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2832 notices.
2833 * COPYING.NEWLIB: Add Texas Instruments notice.
2834
2835 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2836
2837 * configure.ac (build_lto_plugin): New shell variable.
2838 (--enable-lto): Turn on by default for all non-ELF platforms that
2839 have had LTO support added so far. Set build_lto_plugin appropriately
2840 for both ELF and non-ELF.
2841 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2842 * configure: Regenerate.
2843
2844 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2845
2846 PR bootstrap/45326
2847 PR bootstrap/45174
2848 * configure.ac: Honor initial values of $build_configargs,
2849 $host_configargs, $target_configargs. Mark the precious, so
2850 environment settings get recorded.
2851 * configure: Regenerate.
2852
2853 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2854
2855 Sync from GCC:
2856
2857 2010-09-30 Michael Eager <eager@eagercon.com>
2858
2859 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2860 * configure: Regenerate.
2861
2862 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2863
2864 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2865 targets and amend comment.
2866 * configure: Regenerate.
2867
2868 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2869
2870 * configure.ac: Enable LTO by default on Darwin.
2871 * configure: Regenerate.
2872
2873 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2874
2875 PR bootstrap/44455
2876 * configure.ac (extra_mpfr_configure_flags): Copy from
2877 extra_mpc_gmp_configure_flags.
2878 * configure: Re-generated.
2879
2880 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2881
2882 Sync from GCC:
2883
2884 PR bootstrap/45796
2885 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2886 Depend on all-build-libiberty.
2887 * Makefile.in: Regenerate.
2888
2889 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2890
2891 Sync from GCC:
2892
2893 PR bootstrap/44621
2894 * configure.ac: Fix unportable shell quoting.
2895 * configure: Regenerate.
2896
2897 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2898
2899 * configure.ac: Support all v850 targets.
2900 * configure: Regenerate.
2901
2902 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2903
2904 PR target/44862
2905 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2906 Provide -B option to allow for link spec %s substitutions for
2907 libstdc++.a on darwin.
2908 * Makefile.in: Regenerate.
2909
2910 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2911
2912 * Makefile.def (configure-gcc): Depend on all-libelf.
2913 * Makefile.in: Rebuild.
2914
2915 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2916
2917 * config.sub, config.guess: Update from upstream sources.
2918
2919 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2920
2921 Sync from GCC:
2922
2923 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2924 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2925 * configure: Regenerated.
2926
2927 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2928 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2929 * configure: Regenerate.
2930
2931 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2932 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2933 * configure: Regenerate.
2934
2935 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2936 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2937 separately.
2938 * configure: Regenerate.
2939
2940 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2941 * configure: Regenerate after change to elf.m4.
2942
2943 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2944 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2945 * configure: Regenerated.
2946
2947 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2948 * configure.ac: Print "buggy but acceptable" when CLooG
2949 revision is less than 9.
2950 * configure: Regenerated.
2951
2952 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2953
2954 Merge from gcc:
2955
2956 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2957 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2958 * configure: Regenerate.
2959
2960 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2961 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2962 a platform that supports LTO.
2963 * configure: Regenerate.
2964
2965 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2966 PR lto/42776
2967 * configure.ac (--enable-lto): Refactor handling so libelf tests
2968 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2969 and allow LTO to be explicitly enabled on non-ELF platforms that
2970 are known to support it inside else-clause.
2971 * configure: Regenerate.
2972
2973 2010-04-27 Roland McGrath <roland@redhat.com>
2974 H.J. Lu <hongjiu.lu@intel.com>
2975
2976 * configure.ac (--enable-gold): Support both, both/gold and
2977 both/bfd to add gold to configdirs without removing ld.
2978 * configure: Regenerated.
2979
2980 * Makefile.def: Add install-gold dependency to install-ld.
2981 * Makefile.in: Regenerated.
2982
2983 2010-04-14 Tristan Gingold <gingold@adacore.com>
2984
2985 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2986 * configure: Regenerate.
2987
2988 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2989
2990 Merge from gcc:
2991 PR bootstrap/43615
2992 PR bootstrap/43328
2993 Revert:
2994 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2995 * configure.ac: Do not pass --enable-multilib nor
2996 --disable-multilib in baseargs. Accept explicitly passed
2997 --enable_multilib.
2998 * configure: Regenerate.
2999
3000 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3001
3002 PR bootstrap/43328
3003 * configure.ac: Do not pass --enable-multilib nor
3004 --disable-multilib in baseargs. Accept explicitly passed
3005 --enable_multilib.
3006 * configure: Regenerate.
3007
3008 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3009
3010 * configure.ac (tic6x-*-*): New case.
3011 * configure: Regenerate.
3012
3013 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3014
3015 Merge from gcc:
3016 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3017 PR ada/42554
3018 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3019 * configure: Regenerate.
3020
3021 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3022
3023 * config.sub: Update to version 2010-03-22.
3024 * config.guess: Update to version 2009-12-30.
3025
3026 2010-03-14 Joseph Myers <joseph@codesourcery.com>
3027
3028 Merge from gcc:
3029 2010-01-11 Richard Guenther <rguenther@suse.de>
3030 PR lto/41569
3031 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3032 * Makefile.in: Regenerated.
3033
3034 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3035
3036 PR libstdc++/32499
3037 * configure.ac (RANLIB): Default to true.
3038 (STRIP): Likewise.
3039 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3040 * configure: Regenerate.
3041
3042 2010-02-17 Nick Clifton <nickc@redhat.com>
3043
3044 PR 11238
3045 * Makefile.tpl (local-distclean): Also remove config.cache files in
3046 sub-directories as there may not be Makefiles present in the
3047 sub-directories.
3048 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3049 the config.cache files found by the find command.
3050
3051 * Makefile.in: Regenerate.
3052 * configure.ac: Revert previous delta.
3053 * configure: Regenerate.
3054
3055 2010-02-15 Nick Clifton <nickc@redhat.com>
3056
3057 PR 11238
3058 * configure.ac: Delete config.cache files in sub-directories when
3059 deleting Makefiles.
3060 * configure: Regenerate.
3061
3062 2010-02-15 Nick Clifton <nickc@redhat.com>
3063
3064 * configure.ac: Sync from gcc.
3065 * configure: Regenerate.
3066
3067 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3068
3069 Sync from gcc:
3070 * configure.ac: Add "recommended" version checks for GMP/MPC.
3071 Update recommended GMP/MPFR/MPC versions.
3072 * configure: Regenerate.
3073
3074 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3075
3076 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3077 * configure.ac (bootstrap_target_libs): Make inclusion of
3078 target-libgomp conditional on libgomb being in target_configdirs.
3079 * configure: Regenerate.
3080
3081 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3082
3083 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3084 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3085 * configure: Regenerate.
3086
3087 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3088
3089 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3090 * configure.ac (target_configdirs): Substitute.
3091 * Makefile.def: Bootstrap target module libgomp.
3092 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3093 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3094 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3095 * configure, Makefile.in: Regenerate.
3096
3097 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3098
3099 * libtool.m4: Sync from git Libtool.
3100 * ltmain.sh: Likewise.
3101 * ltoptions.m4: Likewise.
3102 * ltversion.m4: Likewise.
3103 * lt~obsolete.m4: Likewise.
3104
3105 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3106 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3107
3108 PR bootstrap/42424
3109 * configure.ac: Include libtool m4 files.
3110 (_LT_CHECK_OBJDIR): Call it.
3111 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3112 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3113
3114 * configure: Regenerate.
3115
3116 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3117
3118 PR bootstrap/41818
3119 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3120 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3121 * Makefile.in: Regenerate.
3122
3123 2009-12-18 Ben Elliston <bje@au.ibm.com>
3124
3125 * config.sub, config.guess: Update from upstream sources.
3126
3127 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3128
3129 * COPYING.NEWLIB: Update copyright date.
3130 * COPYING.LIBGLOSS: Ditto.
3131
3132 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3133
3134 PR middle-end/30447
3135 PR middle-end/30789
3136 PR other/40302
3137
3138 * configure.ac: Require MPC.
3139 * configure: Regenerate.
3140
3141 * configure.ac: Update minimum MPC version to 0.8.
3142 * configure: Regenerate.
3143
3144 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3145
3146 * config.guess: Sync with upstream and gcc.
3147 * config.sub: Sync with upstream and gcc.
3148
3149 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3150
3151 * Makefile.def: Restore host and target settings for gmp.
3152 * Makefile.in: Rebuild.
3153
3154 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3155
3156 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3157 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3158 Fix portability of test of C++ as bootstrap language. Add
3159 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3160 * configure: Rebuild.
3161 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3162 and cloog. Fix in-tree ppl configuration. Introduce libelf
3163 in-tree building.
3164 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3165 (POSTSTAGE1_HOST_EXPORTS): Use it.
3166 (STAGE[+id+]_CXXFLAGS): New.
3167 (BASE_FLAGS_TO_PASS): Pass it down.
3168 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3169 extra_exports.
3170 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3171 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3172 extra_exports.
3173 * Makefile.in: Rebuild.
3174
3175 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3176
3177 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3178 paths for *-w64-mingw* and x86_64-*mingw*.
3179 * configure: Regenerated.
3180
3181 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3182
3183 * configure.ac: Disable target-winsup & co for
3184 x86_64-*-mingw* and *-w64-mingw* targets.
3185 * configure: Regenerated.
3186
3187 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3188
3189 * configure.ac (CLooG test): Use = with test.
3190 * configure: Regenerate.
3191
3192 2009-10-22 Richard Guenther <rguenther@suse.de>
3193
3194 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3195 cloog if the ppl version check failed. Move flags saving
3196 before setting in libelf check.
3197 * configure: Regenerate.
3198
3199 2009-10-21 Richard Guenther <rguenther@suse.de>
3200
3201 * configure.ac: Adjust the ppl and cloog configure to work as
3202 documented. Disable cloog if ppl was disabled. Omit the version
3203 checks if they were disabled.
3204 * configure: Re-generate.
3205
3206 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3207
3208 * configure.ac: Add 'lto' to enable_languages, not
3209 new_enable_languages, and only if not already present.
3210 * configure: Regenerate.
3211
3212 2009-10-06 Ian Lance Taylor <iant@google.com>
3213
3214 * Makefile.def: check-gold depends upon all-gas.
3215 * Makefile.in: Rebuild.
3216
3217 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3218
3219 * Makefile.def: all-lto-plugin depends on all-libiberty.
3220 set bootstrap=true for lto-plugin.
3221 Add lto-plugin.
3222 * Makefile.in: Regenerate.
3223 * configure.ac (host_libs): Add lto-plugin.
3224 * configure: Regenerate.
3225
3226 2009-10-03 Diego Novillo <dnovillo@google.com>
3227
3228 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3229 (HOST_LIBELFLIBS): Define.
3230 (HOST_LIBELFINC): Define.
3231 * Makefile.in: Regenerate.
3232 * configure.ac: Add --enable-lto.
3233 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3234 If --enable-lto is used, add 'lto' to new_enable_languages.
3235 If --enable-lto is used and gold is enabled, add
3236 lto-plugin to configdirs.
3237 * configure: Regenerate.
3238
3239 2009-10-03 Simon Baldwin <simonb@google.com>
3240
3241 * configure.ac: If --with-system-zlib, suppress local zlib and
3242 pass --with-system-zlib to subdir configure scripts.
3243 * configure: Regenerate.
3244
3245 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3246 Paolo Bonzini <bonzini@gnu.org>
3247
3248 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3249 $(srcdir).
3250 * Makefile.in: Rebuilt.
3251
3252 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3253
3254 Sync from gcc:
3255 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3256
3257 * configure.ac: Update minimum MPC version to 0.7.
3258 * configure: Regenerate.
3259
3260 2009-09-25 Nick Clifton <nickc@redhat.com>
3261
3262 * configure.ac: Pass any --cache-file=/dev/null option on to
3263 subconfigures.
3264 * configure: Regenerate.
3265
3266 2009-09-23 Nick Clifton <nickc@redhat.com>
3267
3268 * config.sub, config.guess: Update from upstream sources.
3269
3270 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3271
3272 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3273 * Makefile.in: Rebuilt.
3274
3275 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3276
3277 PR bootstrap/32272
3278 * configure.ac: Error out if $srcdir isn't '.' but contains
3279 host-${host_noncanonical}.
3280 * configure: Regenerate.
3281
3282 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3283
3284 * configure.ac: If bootstrapping a combined tree with
3285 --enable-gold, require c++ in stage1_languages.
3286 * configure: Regenerate.
3287
3288 * configure.ac: Also add target_libs of stage1_languages to
3289 bootstrap_target_libs.
3290 * configure: Regenerate.
3291
3292 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3293 with --enable-languages not containing c++.
3294 * configure: Regenerate.
3295
3296 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3297
3298 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3299 * configure: Regenerate.
3300
3301 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3302
3303 * configure.ac: Do not use $extrasub for replacing @if/@endif
3304 parts in Makefile; instead, use additional arguments to
3305 AC_CONFIG_COMMANDS to do the replacement manually, with several
3306 sed invocations, to avoid HP-UX sed command limits.
3307 * configure: Regenerate.
3308
3309 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3310
3311 * configure.ac (with-build-config): Document. Handle without.
3312 Handle missing argument.
3313 * configure: Rebuilt.
3314
3315 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3316
3317 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3318 Default to bootstrap-debug only if compare-debug works.
3319 * configure: Rebuilt.
3320 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3321 * Makefile.in: Rebuilt.
3322
3323 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3324
3325 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3326 * Makefile.in: Rebuilt.
3327
3328 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3329
3330 * Makefile.tpl (AWK): Fix typo.
3331 * Makefile.in: Regenerate.
3332
3333 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3334
3335 * configure.ac: Detect awk and sed.
3336 * Makefile.def (flags_to_pass): Add AWK and SED.
3337 * Makefile.tpl (AWK, SED): New.
3338 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3339 * configure: Regenerate.
3340 * Makefile.in: Regenerate.
3341
3342 2009-09-01 Tristan Gingold <gingold@adacore.com>
3343
3344 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3345 Remove logical names.
3346
3347 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3348
3349 * ltmain.sh (func_normal_abspath): New function.
3350 (func_relative_path): Likewise.
3351 (func_mode_help): Document new -bindir option for link mode.
3352 (func_mode_link): Add new -bindir option, and use it to place
3353 output DLL if specified.
3354
3355 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3356
3357 * configure.ac (AC_PREREQ): Bump to 2.64.
3358
3359 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3360
3361 * README-maintainer-mode: Point directly to upstream locations
3362 for autoconf, automake, libtool, gettext, instead of copies on
3363 sources.redhat.com. Document required versions.
3364 * configure.ac: Do not substitute datarootdir, htmldir,
3365 pdfdir, docdir. Do not process --with-datarootdir,
3366 --with-htmldir, --with-pdfdir, --with-docdir.
3367 * configure: Regenerate.
3368
3369 * configure: Regenerate.
3370
3371 * compile: Sync from Automake 1.11.
3372 * depcomp: Likewise.
3373 * install-sh: Likewise.
3374 * missing: Likewise.
3375 * mkinstalldirs: Likewise.
3376 * ylwrap: Likewise.
3377
3378 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3379
3380 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3381 (baseargs): Add --disable-option-checking.
3382 * configure: Regenerate.
3383
3384 * Makefile.def (configure-target-libiberty): Depend on
3385 all-binutils and all-ld.
3386 (configure-target-newlib): Likewise.
3387 * Makefile.in: Regenerate.
3388
3389 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3390
3391 Sync with GCC, merge:
3392
3393 2009-07-31 Christian Bruel <christian.bruel@st.com>
3394
3395 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3396 * configure: Regenerate.
3397
3398 2009-07-06 Ian Lance Taylor <iant@google.com>
3399
3400 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3401 * configure: Rebuild.
3402
3403 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3404
3405 PR bootstrap/40338
3406 * configure.ac (comparestring): Create new variable.
3407 * Makefile.tpl (comparestring): Use to skip some comparisions.
3408 * configure: Regenerate.
3409 * Makefile.in: Regenerate.
3410
3411 2009-06-23 Ian Lance Taylor <iant@google.com>
3412
3413 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3414 boot_languages. Only bootstrap target libraries listed in
3415 target_libs for some boot language. Add --with-stage1-ldflags,
3416 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3417 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3418 if not building with C++.
3419 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3420 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3421 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3422 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3423 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3424 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3425 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3426 * configure, Makefile.in: Rebuild.
3427
3428 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3429
3430 * configure.ac: Detect MPC in default directory.
3431 * configure: Regenerate.
3432
3433 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3434
3435 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3436 to noconfdirs.
3437 * configure: Regenerate.
3438
3439 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3440
3441 * Makefile.def: Add MPC support and dependencies.
3442 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3443
3444 * Makefile.in, configure: Regenerate.
3445
3446 2009-05-24 Nicolas Roche <roche@adacore.com>
3447
3448 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3449 * Makefile.in: Regenerate.
3450
3451 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3452
3453 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3454 * configure: Regenerate.
3455
3456 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3457
3458 * configure.ac ($with_ppl): Default to no if not supplied.
3459 ($with_cloog): Likewise.
3460 configure: Regenerate.
3461
3462 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3463
3464 PR bootstrap/39739
3465 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3466 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3467
3468 * configure, Makefile.in: Regenerate.
3469
3470 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3471
3472 * configure.ac: Change copyright header to refer to version
3473 3 of the GNU General Public License and to point readers at the
3474 COPYING3 file and the FSF's license web page.
3475 * Makefile.def: Likewise.
3476 * Makefile.tpl: Likewise.
3477 * Makefile.in: Regenerate.
3478
3479 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3480
3481 * configure.ac: Restore match for darwin9 or later. Use double
3482 brackets since regeneration eats one pair.
3483 * configure: Regenerate.
3484
3485 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3486
3487 * MAINTAINERS: Perform some obvious fixups.
3488
3489 2009-08-17 Ben Elliston <bje@au.ibm.com>
3490
3491 * config.sub, config.guess: Update from upstream sources.
3492
3493 2009-08-06 Michael Eager <eager@eagercon.com>
3494
3495 * configure.ac: Add Microblaze target.
3496 * configure: Regenerate.
3497
3498 2009-07-02 Tristan Gingold <gingold@adacore.com>
3499
3500 * configure.ac: Do not exclude gas for i386-*-darwin.
3501 Add a case for x86_64-*-darwin.
3502 * configure: Regenerate.
3503
3504 2009-06-26 Doug Evans <dje@sebabeach.org>
3505
3506 * Makefile.def (host_modules): Add cgen.
3507 * Makefile.in: Regenerate.
3508 * configure.ac (host_tools): Add cgen.
3509 * configure: Regenerate.
3510
3511 2009-06-17 Michael Eager <eager@eagercon.com>
3512
3513 * COPYING.LIBGLOSS: Add Xilinx license.
3514
3515 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3516
3517 * configure.ac: Define is_elf for QNX Neutrino targets.
3518 * configure: Regenerate.
3519
3520 2009-06-03 Jerome Guitton <guitton@adacore.com>
3521 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3522
3523 * Makefile.tpl (all): Avoid a trailing backslash.
3524 * Makefile.in: Regenerate.
3525
3526 2009-06-03 Ben Elliston <bje@au.ibm.com>
3527
3528 * config.sub, config.guess: Update from upstream sources.
3529
3530 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3531
3532 * Makefile.tpl ([+compare-target+]): Compare all stage
3533 directories, rather than just gcc.
3534 * Makefile.in: Rebuilt.
3535
3536 2009-05-28 Doug Kwan <dougkwan@google.com>
3537
3538 * configure.ac: Support gold for target arm*-*-*.
3539 * configure: Regenerate.
3540
3541 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3542
3543 * Makefile.tpl (all): Avoid harmless warning in make all when
3544 gcc-bootstrap is enabled but stage_last does not exist.
3545 * Makefile.in: Rebuilt.
3546
3547 2009-05-25 Tristan Gingold <gingold@adacore.com>
3548
3549 * setup.com: Complete the file with configuration and build.
3550
3551 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3552
3553 PR other/40159
3554 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3555 gcc-no-bootstrap are mutually exclusive.
3556 * Makefile.in: Rebuilt.
3557
3558 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3559
3560 PR other/40159
3561 * Makefile.tpl (all): Don't end with unconditional success.
3562 * Makefile.in: Rebuilt.
3563
3564 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3565
3566 PR target/37137
3567 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3568 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3569 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3570 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3571 stage_configureflags, stage_cflags and stage_libcflags into
3572 explicit Makefile macros.
3573 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3574 GFORTRAN.
3575 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3576 CC. Set CC_FOR_BUILD from CC.
3577 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3578 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3579 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3580 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3581 and GFORTRAN.
3582 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3583 (_LIBCFLAGS): Renamed to _TFLAGS.
3584 (do-compare-debug, do-compare3-debug): Drop.
3585 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3586 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3587 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3588 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3589 (XGCC_FLAGS_FOR_TARGET): New.
3590 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3591 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3592 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3593 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3594 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3595 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3596 TFLAGS.
3597 (BUILD_CONFIG): Include if requested.
3598 (all): Set TFLAGS on bootstrap.
3599 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3600 (all-stageid-prefixmodule): Likewise.
3601 (do-clean, distclean-stageid): Set TFLAGS.
3602 (restrap): Fix whitespace.
3603 * Makefile.in: Rebuilt.
3604
3605 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3606
3607 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3608 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3609 * Makefile.in: Regenerate.
3610
3611 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3612
3613 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3614 consistency with config.sub. (Update from upstream sources.)
3615
3616 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3617
3618 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3619
3620 2009-04-17 Ben Elliston <bje@au.ibm.com>
3621
3622 * config.sub, config.guess: Update from upstream sources.
3623
3624 2009-04-15 Anthony Green <green@moxielogic.com>
3625
3626 * configure.ac: Add moxie support.
3627 * configure: Rebuilt.
3628
3629 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3630
3631 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3632 * configure: Regenerate.
3633
3634 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3635
3636 PR gas/10039
3637 * configure.ac: Require texinfo 4.7.
3638 * configure: Regenerated.
3639
3640 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3641
3642 * Makefil.def (languages): New entries.
3643 * Makefile.tpl (check-gcc-*): New generic target.
3644 * Makefile.in: Regenerate.
3645
3646 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3647
3648 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3649 Windows builds of Sed.
3650
3651 2009-03-18 Tom Tromey <tromey@redhat.com>
3652
3653 * configure: Rebuild.
3654 * configure.ac (host_libs): Add libiconv.
3655 * Makefile.in: Rebuild.
3656 * Makefile.def (host_modules): Add libiconv.
3657 (configure-gdb, all-gdb): Depend on libiconv.
3658
3659 2009-03-16 Tristan Gingold <gingold@adacore.com>
3660
3661 * configure.ac: Treat gdb as supported on x86_64-darwin.
3662 * configure: Regenerate.
3663
3664 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3665
3666 Merge from GCC:
3667
3668 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3669
3670 * configure.ac (--with-host-libstdcxx): New option.
3671 * configure: Regenerate.
3672
3673 2009-01-29 Robert Millan <rmh@aybabtu.com>
3674
3675 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3676 * configure: Regenerate.
3677
3678 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3679
3680 PR tree-optimization/38515
3681 * configure.ac (cloog-polylib): Removed.
3682 (with_ppl, with_cloog): Test for "no".
3683 * configure: Regenerated.
3684
3685 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3686
3687 Backport from git Libtool:
3688
3689 2009-01-19 Robert Millan <rmh@aybabtu.com>
3690 Support GNU/kOpenSolaris.
3691 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3692 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3693 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3694 GNU/kOpenSolaris.
3695
3696 2009-02-05 Andreas Schwab <schwab@suse.de>
3697
3698 * Makefile.tpl (stage_last): Define $r and $s before using
3699 $(RECURSE_FLAGS_TO_PASS).
3700 * Makefile.in: Regenerate
3701
3702 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3703
3704 * COPYING.NEWLIB: Add ARM license.
3705
3706 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3707
3708 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3709 (all-opcodes): Depend on all-libiberty.
3710 * Makefile.in: Regenerate.
3711
3712 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3713
3714 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3715 * configure: Regenerate.
3716
3717 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3718
3719 Backport link test fix from upstream Libtool:
3720
3721 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3722 Add cache variables to tests that require the linker to work.
3723 For shlibpath_overrides_runpath, this also changes the semantics
3724 to let the result from the C compiler take precedence.
3725 compiler take precedence.
3726
3727 2008-12-02 Ben Elliston <bje@au.ibm.com>
3728
3729 * config.sub, config.guess: Update from upstream sources.
3730
3731 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3732
3733 * COPYING.NEWLIB: Updated.
3734 * COPYING.LIBGLOSS: Ditto.
3735
3736 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3737
3738 Sync with GCC:
3739
3740 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3741
3742 * configure.ac (ppllibs): Add by default the lib flags.
3743 * configure: Regenerate.
3744
3745 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3746
3747 * configure.ac: Add double brackets on darwin[912].
3748 * configure: Regenerate.
3749
3750 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3751
3752 * configure.ac: Expand to darwin10 and later.
3753 * configure: Regenerate.
3754
3755 2008-12-02 Andreas Schwab <schwab@suse.de>
3756
3757 * Makefile.def: configure-target-boehm-gc depends on
3758 all-target-libstdc++-v3.
3759 * Makefile.in: Regenerate.
3760
3761 2008-12-02 Ben Elliston <bje@au.ibm.com>
3762
3763 * config.sub, config.guess: Update from upstream sources.
3764
3765 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3766
3767 Merge from GCC:
3768
3769 2007-12-02 Matthias Klose <doko@ubuntu.com>
3770
3771 * config-ml.in: Remove 64bit configure tests.
3772
3773 2008-05-14 Rafael Espindola <espindola@google.com>
3774
3775 * config-ml.in: don't handle --enable-shared and --enable-static.
3776
3777 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3778 Tobias Grosser <grosser@fim.uni-passau.de>
3779 Jan Sjodin <jan.sjodin@amd.com>
3780 Harsha Jagasia <harsha.jagasia@amd.com>
3781 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3782 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3783 Adrien Eliche <aeliche@isty.uvsq.fr>
3784
3785 Merge from graphite branch.
3786 * configure: Regenerate.
3787 * Makefile.in: Regenerate.
3788 * configure.ac (host_libs): Add ppl and cloog.
3789 Add checks for PPL and CLooG.
3790 * Makefile.def (ppl, cloog): Added modules and dependences.
3791 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3792 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3793
3794 2008-09-03 Richard Guenther <rguenther@suse.de>
3795
3796 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3797 cloog test.
3798 * configure: Re-generate.
3799
3800 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3801
3802 * configure.ac (--with-cloog-polylib): New.
3803 (--disable-cloog-version-check): New.
3804 (--disable-ppl-version-check): New.
3805 * configure: Re-generate.
3806
3807 2008-09-05 Richard Guenther <rguenther@suse.de>
3808
3809 * configure.ac: Initialize clooglibs to -lcloog.
3810 * configure: Re-generate.
3811
3812 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3813
3814 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3815 recommended version to 2.3.2.
3816
3817 * configure: Regenerate.
3818
3819 2008-10-31 Ben Elliston <bje@au.ibm.com>
3820
3821 * configure.ac (spu-*-*): Remove special case.
3822 * configure: Regenerate.
3823
3824 Complete comment text from GCC version of:
3825
3826 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3827
3828 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3829 (GCC_SHLIB_SUBDIR): New.
3830 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3831 * configure: Regenerate.
3832 * Makefile.in: Regenerate.
3833
3834 2008-11-27 Tristan Gingold <gingold@adacore.com>
3835
3836 * configure.ac: Build gdb for i?86-*-darwin*
3837 * configure: Regenerated.
3838
3839 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3840
3841 PR bootstrap/38014
3842 PR bootstrap/37923
3843
3844 Revert:
3845
3846 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3847
3848 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3849 * Makefile.in: Regenerated.
3850
3851 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3852
3853 PR gdb/921
3854 PR gdb/1646
3855 PR gdb/2175
3856 PR gdb/2176
3857
3858 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3859 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3860 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3861 (HOST_EXPORTS): Pass CPPFLAGS.
3862 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3863 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3864 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3865 * Makefile.in, configure: Regenerated.
3866 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3867 and CPPFLAGS_FOR_BUILD.
3868
3869 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3870
3871 * configure.ac [spu-*-*]: Do not set skipdirs.
3872 * configure: Re-generate.
3873
3874 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3875
3876 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3877 * Makefile.in: Regenerated.
3878
3879 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3880
3881 PR gdb/921
3882 PR gdb/1646
3883 PR gdb/2175
3884 PR gdb/2176
3885
3886 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3887 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3888 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3889 (HOST_EXPORTS): Pass CPPFLAGS.
3890 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3891 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3892 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3893 * Makefile.in, configure: Regenerated.
3894 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3895 and CPPFLAGS_FOR_BUILD.
3896
3897 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3898
3899 * libtool.m4: Update to libtool 2.2.6.
3900 * lt~obsolete.m4: Update to libtool 2.2.6.
3901 * ltmain.sh: Update to libtool 2.2.6.
3902 * ltsugar.m4: Update to libtool 2.2.6.
3903 * ltversion.m4: Update to libtool 2.2.6.
3904 * ltoptions.m4: Update to libtool 2.2.6.
3905 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3906
3907 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3908
3909 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3910 (GCC_SHLIB_SUBDIR): New.
3911 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3912 * configure: Regenerate.
3913 * Makefile.in: Regenerate.
3914
3915 2008-08-28 Tristan Gingold <gingold@adacore.com>
3916
3917 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3918 Enable bfd, binutils and opcodes.
3919 * configure: Regenerate.
3920
3921 2008-08-16 Nicolas Roche <roche@adacore.com>
3922
3923 * Makefile.tpl: Add BOOT_ADAFLAGS.
3924 * Makefile.in: Regenerate.
3925
3926 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3927
3928 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3929 * configure: Regenerate.
3930
3931 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3932
3933 Sync with gcc:
3934 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3935
3936 * configure.ac: Add makefile fragments for hpux.
3937 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3938 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3939 * configure: Regenerate.
3940 * Makefile.in: Regenerate.
3941
3942 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3943
3944 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3945 * Makefile.in: Regenerate.
3946 * configure: Regenerate.
3947
3948 2008-06-18 Ian Lance Taylor <iant@google.com>
3949
3950 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3951
3952 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3953
3954 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3955
3956 * configure: Regenerate.
3957
3958 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3959
3960 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3961 "$@" is still intact with both Autoconf 2.59 and 2.62.
3962 * configure: Regenerate.
3963
3964 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3965
3966 * Makefile.tpl: Fix comment errors.
3967 * Makefile.in: Regenerate.
3968
3969 2008-06-13 Julian Brown <julian@codesourcery.com>
3970
3971 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3972 of libobjc for ARM EABI Linux.
3973 * configure: Regenerate.
3974
3975 2008-06-12 David S. Miller <davem@davemloft.net>
3976 David Edelsohn <edelsohn@gnu.org>
3977
3978 * configure.ac: Add powerpc*-*-* to gold supported targets.
3979 * configure: Regenerate.
3980
3981 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3982
3983 PR tree-optimization/36218
3984 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3985 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3986 (all prefix="build-"): Pass them to build-system sub-makes.
3987 * Makefile.in: Regenerate.
3988
3989 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3990
3991 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3992 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3993 mkdep, and compile. Update comments.
3994 (ETC_SUPPORT): Add ChangeLog and update comments.
3995
3996 2008-05-11 Ian Lance Taylor <iant@google.com>
3997
3998 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3999
4000 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4001
4002 Sync with gcc:
4003 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4004
4005 PR bootstrap/35457
4006 * configure.ac: Include override.m4.
4007 * configure: Regenerate.
4008
4009 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4010
4011 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4012 * Makefile.in: Regenerate.
4013
4014 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4015
4016 * configure.ac: Do not build libssp for the AVR.
4017 * configure: Regenerate.
4018
4019 2008-04-18 Nick Clifton <nickc@redhat.com>
4020
4021 * MAINTAINERS: Replace reference to configure.in with reference to
4022 configure.ac.
4023
4024 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4025
4026 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4027 as nonconfigurable directories list.
4028 * configure: Regenerate.
4029
4030 2008-04-14 David S. Miller <davem@davemloft.net>
4031
4032 * configure.ac: Add sparc*-*-* to gold supported targets.
4033 * configure: Regenerate.
4034
4035 2008-04-14 Ben Elliston <bje@au.ibm.com>
4036
4037 * config.sub, config.guess: Update from upstream sources.
4038
4039 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4040
4041 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4042 * Makefile.in: Regenerate.
4043
4044 2008-04-07 Ian Lance Taylor <iant@google.com>
4045
4046 * Makefile.def: check-gold depends upon all-binutils.
4047 * Makefile.in: Regenerate.
4048
4049 2008-04-04 Nick Clifton <nickc@redhat.com>
4050
4051 PR binutils/4334
4052 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4053 builds.
4054 * configure: Regenerate.
4055
4056 2008-04-04 NightStrike <NightStrike@gmail.com>
4057
4058 PR other/35151
4059 * configure.ac: Combine rules for mingw32 and mingw64.
4060 * configure: Regenerate.
4061
4062 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4063
4064 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4065 * Makefile.in: Regenerate.
4066
4067 2008-03-20 Ian Lance Taylor <iant@google.com>
4068
4069 * configure.ac: Add support for --enable-gold.
4070 * Makefile.def: Add gold as a directory like ld.
4071 * configure, Makefile.in: Regenerate.
4072
4073 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4074
4075 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4076 (s390_cond_extensions): Reduced extensions to the compare related.
4077 (main): z10 cpu type option added.
4078 (expandConditionalJump): Renamed to ...
4079 (insertExpandedMnemonic): ... this.
4080
4081 * opcodes/s390-opc.c: Re-group the operand format makros.
4082 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4083 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4084 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4085 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4086 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4087 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4088 INSTR_SIL_RDU): New instruction formats added.
4089 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4090 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4091 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4092 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4093 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4094 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4095 masks added.
4096 (s390_opformats): New formats added "ris", "rrs", "sil".
4097 * opcodes/s390-opc.txt: Add the conditional jumps with the
4098 extensions removed from automatic expansion in s390-mkopc.c manually.
4099 (asi - trtre): Add new System z10 EC instructions.
4100 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4101
4102 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4103
4104 * configure.ac: m4_include config/proginstall.m4.
4105 * configure: Regenerate.
4106
4107 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4108
4109 Backport from upstream Libtool:
4110
4111 2007-10-12 Eric Blake <ebb9@byu.net>
4112
4113 Deal with Autoconf 2.62's semantic change in m4_append.
4114 * ltsugar.m4 (lt_append): Replace broken versions of
4115 m4_append.
4116 (lt_if_append_uniq): Don't require separator to be overquoted,
4117 and avoid broken m4_append.
4118 (lt_dict_add): Fix typo.
4119 * libtool.m4 (_LT_DECL): Don't overquote separator.
4120
4121 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4122
4123 * config.rpath: Add AIX 6 support.
4124
4125 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4126
4127 * Makefile.def (stageprofile). Remove -fprofile-generate
4128 from stage_libcflags.
4129 * Makefile.in: Regenerate.
4130
4131 2008-03-13 Ben Elliston <bje@au.ibm.com>
4132
4133 * config.sub, config.guess: Update from upstream sources.
4134
4135 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4136
4137 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4138 * s390-opc.txt (cmpsc): Duplicate entry removed.
4139 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4140 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4141 fier, cu42, cu41): Fix operand format.
4142
4143 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4144
4145 PR bootstrap/32009
4146 PR bootstrap/32161
4147
4148 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4149 * configure: Regenerate.
4150
4151 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4152 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4153 STAGE4_LIBCFLAGS): New.
4154 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4155 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4156 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4157 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4158 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4159 for target modules. Don't export LIBCFLAGS.
4160 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4161 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4162 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4163 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4164 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4165 * Makefile.in: Regenerate.
4166
4167 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4168
4169 PR libgcj/33085
4170 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4171 Do not use -DDLL_EXPORT. Backport from upstream.
4172
4173 2008-02-14 Nick Clifton <nickc@redhat.com>
4174
4175 Import this patch from gcc:
4176 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4177
4178 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4179
4180 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4181
4182 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4183 * configure: Regenerate.
4184
4185 2008-01-31 Marc Gauthier <marc@tensilica.com>
4186
4187 * configure.ac (xtensa*-*-*): Recognize processor variants.
4188 * configure: Regenerate.
4189
4190 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4191
4192 PR bootstrap/34922
4193 * configure.ac (PARSE_ARGS): Push suitable setting of
4194 ac_subdirs_all, for `./configure --help=recursive'.
4195 Handle `+' in generic toplevel directory disabling.
4196 * configure: Regenerate.
4197
4198 2008-01-23 Ben Elliston <bje@au.ibm.com>
4199
4200 * config.sub, config.guess: Update from upstream sources.
4201
4202 2008-01-08 Ben Elliston <bje@au.ibm.com>
4203
4204 * config.sub, config.guess: Update from upstream sources.
4205
4206 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4207
4208 * COPYING.LIBGLOSS: Update default copyright.
4209
4210 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4211
4212 * COPYING.NEWLIB: Update default copyright.
4213
4214 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4215
4216 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4217 Change recommended MPFR from 2.2.1 > 2.3.0.
4218 * configure: Regenerate.
4219
4220 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4221
4222 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4223 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4224 * Makefile.in: Regenerate.
4225
4226 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4227
4228 * configure.ac: Enable libjava for x86_64-*-darwin9.
4229 * configure: Regenerate.
4230
4231 2007-12-05 Ben Elliston <bje@au.ibm.com>
4232
4233 * config.sub, config.guess: Update from upstream sources.
4234
4235 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4236
4237 * config-ml.in: Robustify against white space in absolute file
4238 names.
4239
4240 * config-ml.in (multi-clean): Substitute ${Makefile}.
4241 Remove superfluous ${Makefile} in list.
4242
4243 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * Makefile.def (dependencies): Make configure-gdb depend on
4246 all-intl.
4247 * Makefile.in: Regenerated.
4248
4249 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4250
4251 * Makefile.def: To avoid problems running with parallel makes,
4252 build newlib before libgloss so that target specific header
4253 files are availble.
4254 * Makefile.in: Regenerate.
4255
4256 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4257
4258 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4259 * Makefile.in: Regenerate.
4260
4261 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4264 * libdecnumber: New directory, imported from GCC.
4265
4266 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4267
4268 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4269 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4270 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4271 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4272 * configure: Regenerate.
4273
4274 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4275
4276 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4277 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4278 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4279 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4280 * configure.ac: Default them to host tools for $host = $build.
4281 Subst them.
4282
4283 * configure: Regenerate.
4284 * Makefile.in: Regenerate.
4285
4286 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4287
4288 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4289 * configure: Regenerate.
4290
4291 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4292
4293 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4294 libstdc++.
4295 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4296 * configure: Regenerate.
4297 * Makefile.in: Regenerate.
4298
4299 2007-09-17 Andreas Schwab <schwab@suse.de>
4300
4301 * configure.ac: Raise minimum makeinfo version to 4.6.
4302 * configure: Regenerate.
4303
4304 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4305
4306 * configure.ac: Correct makeinfo version check.
4307 * configure: Regenerate.
4308
4309 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4310
4311 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4312 to $skipdirs and only disable gprof for newlib. Use the normal
4313 mips*-elf* handling in other respects.
4314 * configure: Regnerate.
4315
4316 2007-09-12 David Daney <ddaney@avtrex.com>
4317
4318 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4319 enabling libgcj.
4320 * configure: Regenerate.
4321
4322 2007-09-12 Richard Guenther <rguenther@suse.de>
4323
4324 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4325 nor --disable-checking is provided also turn on yes and types
4326 checking for stage1.
4327 * configure: Re-generate.
4328
4329 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4330
4331 PR target/33281
4332 * configure.ac: Use config/mh-mingw on mingw.
4333 * configure: Regenerate.
4334
4335 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4336
4337 PR other/32154
4338 * configure.ac: For libgloss targets, point the linker to the linker
4339 script, startup code and simulator library.
4340 * configure: Regenerate.
4341
4342 2007-09-09 Andrew Haley <aph@redhat.com>
4343
4344 * configure.ac (noconfigdirs): Remove target-libffi and
4345 target-libjava.
4346
4347 2007-08-29 Nick Clifton <nickc@redhat.com>
4348
4349 * config.sub, config.guess: Update from upstream sources.
4350
4351 2007-08-21 Richard Guenther <rguenther@suse.de>
4352
4353 * configure.ac: Add types checking to stage1 checking flags.
4354 * configure: Regenerate.
4355
4356 2007-08-18 Paul Brook <paul@codesourcery.com>
4357 Joseph Myers <joseph@codesourcery.com>
4358
4359 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4360 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4361 * Makefile.in: Regenerate.
4362 * configure.ac (--with-debug-prefix-map): New.
4363 * configure: Regenerate.
4364
4365 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4366 Nigel Stephens <nigel@mips.com>
4367
4368 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4369 as target_makefile_frag.
4370 * configure: Regenerate.
4371
4372 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4373
4374 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4375 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4376 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4377 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4378 (do-compare, do-compare3, do-compare-debug): New.
4379 ([+compare-target+]): Use them.
4380
4381 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4382
4383 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4384 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4385 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4386 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4387 (do-compare, do-compare3, do-compare-debug): New.
4388 ([+compare-target+]): Use them.
4389
4390 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4391 Ben Elliston <bje@au.ibm.com>
4392
4393 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4394 --silent if $silent.
4395 * configure: Regenerate.
4396
4397 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4398
4399 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4400
4401 2007-07-17 Nick Clifton <nickc@redhat.com>
4402
4403 * COPYING3: New file. Contains version 3 of the GNU General
4404 Public License.
4405 * COPYING3.LIB: New file. Contains version 3 of the GNU
4406 Lesser General Public License.
4407
4408 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4409
4410 * configure.ac: Fix my previous change to really match GCC.
4411 * configure: Regenerate.
4412
4413 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4414
4415 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4416 * configure: Regenerate.
4417
4418 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4419
4420 * configure.ac: Add some missing m4 quotation.
4421 * configure: Regenerate.
4422
4423 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4424
4425 * Makefile.def: Add windmc tool to build.
4426 * Makefile.tpl: Likewise.
4427 * configure.ac: Likewise.
4428 * Makefile.in: Regenerate.
4429 * configure: Regenerate.
4430
4431 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4432
4433 * lt~obsolete.m4: New. Import from 20070318 libtool.
4434
4435 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4436
4437 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4438 uclinux and linux-uclibc targets.
4439 * configure: Regenerate.
4440
4441 2007-06-28 DJ Delorie <dj@redhat.com>
4442
4443 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4444 not building newlib.
4445 * configure: Regenerated.
4446
4447 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4448
4449 * src-release (DEVO_SUPPORT): Correct typos.
4450
4451 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4452
4453 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4454 * Makefile.in: Regenerated.
4455
4456 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4457
4458 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4459 (distclean-stage[+id+]): Possibly delete stage_last.
4460 * Makefile.in: Regenerate.
4461
4462 2007-06-07 Ben Elliston <bje@au.ibm.com>
4463
4464 * config.sub, config.guess: Update from upstream sources.
4465
4466 2007-06-07 Ben Elliston <bje@au.ibm.com>
4467
4468 * Makefile.tpl: Fix spelling error.
4469 * Makefile.in: Regenerate.
4470
4471 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4472
4473 Sync with gcc:
4474 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4475
4476 PR bootstrap/29382
4477 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4478 * configure: Rebuilt.
4479
4480 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4481
4482 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4483 lt_cv_sys_max_cmd_len.
4484
4485 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4486
4487 * ltgcc.m4: Update from GCC.
4488
4489 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4490
4491 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4492
4493 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4494
4495 * ltmain.sh: Update from GCC.
4496 * libtool.m4: Update from GCC.
4497 * ltsugar.m4: New. Update from GCC.
4498 * ltversion.m4: New. Update from GCC.
4499 * ltoptions.m4: New. Update from GCC.
4500 * ltconfig: Remove.
4501 * ltcf-c.sh: Remove.
4502 * ltcf-cxx.sh: Remove.
4503 * ltcf-gcj.sh: Remove.
4504 * src-release: Update with new libtool file list.
4505
4506 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4507
4508 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4509 stage_cflags.
4510 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4511 Remove CFLAGS/LIBCFLAGS.
4512 (configure-stage[+id+]-[+prefix+][+module+],
4513 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4514 * Makefile.in: Regenerate.
4515
4516 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4517
4518 * config-ml.in: Update from GCC.
4519
4520 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4521
4522 * src-release (do-proto-toplev): Process the support directories before
4523 the tool directory.
4524
4525 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4526
4527 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4528 of glob. Quote arguments with single quotes too.
4529 * configure: Regenerate.
4530
4531 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4532
4533 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4534 * Makefile.in: Regenerate
4535
4536 2007-03-07 Andreas Schwab <schwab@suse.de>
4537
4538 * configure: Regenerate.
4539
4540 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4541
4542 * configure.ac: Add "--with-pdfdir" configure option,
4543 which defines pdfdir variable.
4544 * Makefile.def (target=fixincludes): Add install-pdf to
4545 missing targets.
4546 (recursive_targets): Add install-pdf target.
4547 (flags_to_pass): Add pdfdir.
4548 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4549 target.
4550 * configure: Regenerate
4551 * Makefile.in: Regenerate
4552
4553 2007-02-28 Eric Christopher <echristo@apple.com>
4554
4555 Revert:
4556 2006-12-07 Mike Stump <mrs@apple.com>
4557
4558 * Makefile.def (dependencies): Add dependency for
4559 install-target-libssp and install-target-libgomp on
4560 install-gcc.
4561 * Makefile.in: Regenerate.
4562
4563 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4564
4565 * configure: Regenerate.
4566 * configure.ac: Move statements after variable declarations.
4567
4568 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4569
4570 * configure.ac: Adjust for loop syntax.
4571 * configure: Regenerate.
4572
4573 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4574
4575 * configure: Rebuilt.
4576
4577 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4578
4579 * configure.ac: Drop multiple occurrences of --enable-languages,
4580 and fix its quoting.
4581 * configure: Rebuilt.
4582
4583 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4584 Nathan Sidwell <nathan@codesourcery.com>
4585 Vladimir Prus <vladimir@codesourcery.com
4586 Joseph Myers <joseph@codesourcery.com>
4587
4588 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4589 * configure: Regenerate.
4590
4591 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4592
4593 * configure.ac (target_libraries): Move libgcc before libiberty.
4594 * configure: Regenerated.
4595
4596 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4597
4598 * configure: Regenerate again?
4599
4600 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4601
4602 * configure: Reapply PR30748 fix which was lost in the previous commit.
4603
4604 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4605 Paolo Bonzini <bonzini@gnu.org>
4606
4607 PR bootstrap/30753
4608 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4609 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4610 * configure: Regenerated.
4611
4612 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4613
4614 * configure: Regenerate.
4615
4616 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4617
4618 PR bootstrap/30748
4619 * configure.ac: Correct syntax for Solaris ksh.
4620 * configure: Regenerated.
4621
4622 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4623
4624 * Makefile.def: Sync with GCC.
4625 * Makefile.tpl: Sync with GCC.
4626 * Makefile.in: Regenerate.
4627 * configure: Regenerate.
4628
4629 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4630
4631 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4632 noncanonical equivalents.
4633 * configure.in: Rename to...
4634 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4635 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4636 target_noncanonical. Use them. Rewrite removal of configure
4637 arguments for autoconf 2.59. Discard variable settings. Force
4638 program_transform_name for native tools.
4639
4640 * Makefile.in: Regenerated.
4641 * configure: Regenerated with autoconf 2.59.
4642
4643 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4644
4645 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4646
4647 * COPYING.LIBGLOSS: Reformat default Red Hat
4648 license to fit within 80 columns.
4649 * COPYING.NEWLIB: Ditto.
4650
4651 2007-02-05 Dave Brolley <brolley@redhat.com>
4652
4653 * Contribute the following changes:
4654 2006-11-28 DJ Delorie <dj@redhat.com>
4655
4656 * configure.in: Fix typo for mep's target_makefile_frag.
4657 * configure: Regenerated.
4658
4659 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4660
4661 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4662 * configure: Regenerate.
4663
4664 2001-09-19 DJ Delorie <dj@redhat.com>
4665
4666 * configure.in (target_makefile_frag): use mt-mep
4667
4668 2001-06-12 Don Howard <dhoward@redhat.com>
4669
4670 * configure.in: Remove gdb from MeP skip list.
4671
4672 2001-04-05 DJ Delorie <dj@redhat.com>
4673
4674 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4675
4676 2001-03-20 Ben Elliston <bje@redhat.com>
4677
4678 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4679
4680 2001-03-19 Ben Elliston <bje@redhat.com>
4681
4682 * config.sub (mep, mep-*): Add.
4683
4684 2007-01-31 Andreas Schwab <schwab@suse.de>
4685
4686 * Makefile.tpl (LDFLAGS): Substitute it.
4687 * Makefile.in: Regenerate.
4688
4689 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4690
4691 * configure.in: Change == to = in test command.
4692 * configure: Regenerate.
4693
4694 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4695 Nick Clifton <nickc@redhat.com>
4696 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4697
4698 * configure.in (build_configargs, host_configargs, target_configargs):
4699 Remove build/host/target parameters.
4700 (host_libs): Add gmp and mpfr.
4701 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4702 * Makefile.def (gmp, mpfr): New.
4703 (gcc): Remove target.
4704 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4705 target_os, target_vendor): New.
4706 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4707 * configure: Regenerate.
4708 * Makefile.in: Regenerate.
4709
4710 2007-01-11 Matt Fago <fago@earthlink.net>
4711
4712 * configure.in: Try to link to functions only in mpfr 2.2.x
4713 to improve robustness of configure tests.
4714 * configure: Regenerate.
4715
4716 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4717
4718 * configure.in: Add support for an x86_64-mingw* target.
4719 * configure: Regenerate.
4720
4721 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4722
4723 * Makefile.tpl (all-target): Correct @if conditional for target
4724 modules.
4725 * configure.in: Omit libiberty if building only target libgcc.
4726 * configure, Makefile.in: Regenerated.
4727
4728 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4729
4730 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4731 * configure: Regenerate.
4732
4733 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4734
4735 * Makefile.def (target_modules): Add libgcc.
4736 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4737 * Makefile.tpl (clean-target-libgcc): Delete.
4738 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4739 on gcc even for bootstrapped modules. Rewrite handling of
4740 lang_env_dependencies to loop over target_modules.
4741 * configure.in (target_libraries): Add target-libgcc.
4742 * Makefile.in, configure: Regenerated.
4743
4744 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4745
4746 Sync with gcc:
4747 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4748
4749 * configure.in: Reorganize recognition of languages. Add
4750 --enable-stage1-languages. Show supported languages for the chosen
4751 target rather than all recognized languages.
4752 * configure: Regenerate.
4753
4754 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4755
4756 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4757 * Makefile.in: Regenerate.
4758
4759 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4760
4761 * configure.in: Warn that MPFR 2.2.0 is buggy.
4762 * configure: Regenerate.
4763
4764 2006-12-27 Ian Lance Taylor <iant@google.com>
4765
4766 * configure.in: When removing Makefiles to force a reconfigure, also
4767 remove prev-DIR*/Makefile.
4768 * configure: Regenerate.
4769
4770 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4771
4772 * config.bfd: Recognize fido.
4773
4774 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4775
4776 Sync with gcc:
4777
4778 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4781 it only affects bootstrap and could be tested on "$host" as well.
4782 * configure: Regenerate.
4783 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4784
4785 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4786
4787 PR bootstrap/29544
4788 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4789 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4790 move here comment from Makefile.tpl.
4791 * Makefile.tpl: Move some definitions higher in the file.
4792 (STAGE1_CHECKING): New.
4793 * configure.in: Add --enable-stage1-checking.
4794 * configure: Regenerate.
4795 * Makefile.in: Regenerate.
4796
4797 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4798
4799 * configure.in: Update error message for missing GMP/MPFR.
4800
4801 * configure: Regenerate.
4802
4803 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4804
4805 * configure.in: Update MPFR version in error message.
4806
4807 * configure: Regenerate.
4808
4809 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4810
4811 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4812 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4813 --with-gmp-lib): New flags.
4814
4815 * configure: Regenerate.
4816
4817 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4818
4819 PR bootstrap/30134
4820 * configure.in: Correct x86 darwin support for libjava to powerpc
4821 and i?86 only.
4822 * configure: Regenerate.
4823
4824 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4825
4826 * configure.in: Handle spu makefile frag.
4827 * Makefile.tpl (MAINT): Define
4828 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4829 * configure: Regenerate.
4830 * Makefile.in: Regenerate.
4831
4832 2006-12-11 Ben Elliston <bje@au.ibm.com>
4833
4834 * config.sub, config.guess: Update from upstream sources.
4835
4836 2006-12-11 Ben Elliston <bje@au.ibm.com>
4837
4838 * configure.in: Sync with GCC (spu-*-*).
4839 * configure: Sync with GCC.
4840
4841 2006-12-07 Mike Stump <mrs@apple.com>
4842
4843 * Makefile.def (dependencies): Add dependency for
4844 install-target-libssp and install-target-libgomp on
4845 install-gcc.
4846 * Makefile.in: Regenerate.
4847
4848 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4849
4850 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4851 (unstage): Test for stage_last presence.
4852
4853 PR bootstrap/29802
4854 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4855 * Makefile.in: Regenerate.
4856
4857 2006-11-14 DJ Delorie <dj@redhat.com>
4858
4859 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4860 * Makefile.in: Sync with GCC.
4861 * configure.in: Sync with GCC (mpfr, gmp).
4862 * configure: Sync with GCC.
4863
4864 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4865
4866 * configure.in: Remove target-libgloss from noconfigdirs for
4867 bfin-*-*.
4868 * configure: Regenerated.
4869
4870 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4871
4872 * COPYING.NEWLIB: Add spu license.
4873 * COPYING.LIBGLOSS: Ditto.
4874
4875 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4876
4877 * Makefile.def: Added pdf target handling.
4878 * Makefile.tpl: Added pdf target handling.
4879 * Makefile.in: Regenerated.
4880
4881 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4882
4883 * COPYING.NEWLIB: Updated.
4884 * COPYING.LIBGLOSS: Ditto.
4885
4886 2006-09-27 Dave Brolley <brolley@redhat.com>
4887
4888 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4889 $s instead of $r.
4890 * configure: Regenerated.
4891
4892 2006-09-26 Ben Elliston <bje@au.ibm.com>
4893
4894 * config.sub, config.guess: Update from upstream sources.
4895
4896 2006-09-20 Thiemo Seufer <ths@mips.com>
4897
4898 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4899 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4900 * configure: Regenerate.
4901
4902 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4903
4904 * configure.in: Never build newlib for a Mingw host.
4905 Never build newlib as Mingw target library.
4906 Test the existence of winsup/cygwin for building a Cygwin newlib,
4907 rather than just winsup.
4908 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4909 building a Mingw target.
4910 * configure: Regenerate.
4911
4912 2006-08-15 Thiemo Seufer <ths@mips.com>
4913 Nigel Stephens <nigel@mips.com>
4914 David Ung <davidu@mips.com>
4915
4916 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4917
4918 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4919
4920 Sync from GCC:
4921 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4922
4923 PR bootstrap/18058
4924 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4925 if the bootstrap compiler is a GCC version that supports it.
4926 * configure: Regenerate.
4927
4928 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4929
4930 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4931 * configure: Regenerated.
4932
4933 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4934
4935 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4936 for stages after the first.
4937
4938 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4939
4940 * Makefile.def: Add dependencies for configure-opcodes
4941 on configure-intl and all-opcodes on all-intl.
4942 * Makefile.in: Regenerated.
4943
4944 2006-07-04 Peter O'Gorman <peter@pogma.com>
4945
4946 * ltconfig: chmod 644 before ranlib during install.
4947
4948 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4949
4950 * configure.in: Fix thinkos in previous check-in.
4951 * configure: Regenerate.
4952
4953 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4954
4955 Sync from gcc:
4956
4957 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4958
4959 PR other/27063
4960 * configure.in: Test subdir_requires and give an appropriate
4961 error message.
4962 * configure: Regenerate.
4963
4964 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4965
4966 PR target/27540
4967 * configure.in: Only enable libgomp on IRIX 6.
4968 * configure: Regenerate.
4969
4970 2006-06-20 David Ayers <d.ayers@inode.at>
4971
4972 PR bootstrap/28072
4973 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4974 whether target-libjava is being configured instead of whether the
4975 java front end is enabled.
4976 * configure: Regenerate.
4977
4978 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4979
4980 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4981 to R_ARM_LDC_SB_G{0,1,2} respectively.
4982
4983 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4984
4985 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4986 too.
4987 * Makefile.in: Regenerate.
4988
4989 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4990
4991 Sync from gcc:
4992
4993 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4994 * configure.in: Don't enable libgomp on hpux10.
4995 * configure: Rebuilt.
4996
4997 2006-06-13 David Ayers <d.ayers@inode.at>
4998
4999 Sync from gcc:
5000
5001 2006-06-12 David Ayers <d.ayers@inode.at>
5002
5003 PR bootstrap/27963
5004 PR target/19970
5005 * configure.in: Remove target-boehm-gc from noconfigdirs where
5006 ${libgcj} is specified.
5007 * configure: Regenerate.
5008
5009 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5010
5011 Sync from gcc:
5012
5013 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5014 Andreas Schwab <schwab@suse.de>
5015
5016 PR bootstrap/18033
5017 * config-ml.in: Eval option if surrounded by single quotes.
5018
5019 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5020
5021 Sync from gcc:
5022
5023 2006-06-06 David Ayers <d.ayers@inode.at>
5024
5025 PR libobjc/13946
5026 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5027 * Makefile.in: Regenerate.
5028 * configure.in: Add --enable-objc-gc at toplevel and have it
5029 enable boehm-gc for Objective-C.
5030 Remove target-boehm-gc from libgcj.
5031 Add target-boehm-gc to target_libraries.
5032 Add target-boehm-gc to noconfigdirs where ${libgcj}
5033 is specified.
5034 Assert that boehm-gc is supported when requested for Objective-C.
5035 Only build boehm-gc if needed either for Java or Objective-C.
5036 * configure: Regenerate.
5037
5038 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5039
5040 PR 27674
5041 * Makefile.tpl (configure-[+prefix+][+module+],
5042 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5043 Remove rule to unstage bootstrapped modules.
5044 (stage_current): New.
5045 * Makefile.in: Regenerate.
5046
5047 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5048 Andreas Tobler <a.tobler@schweiz.ch>
5049
5050 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5051 * configure: Rebuilt.
5052
5053 Revert
5054 2006-01-31 Richard Guenther <rguenther@suse.de>
5055 Paolo Bonzini <bonzini@gnu.org>
5056
5057 * Makefile.def (target_modules): Add libgcc-math target module.
5058 * configure.in (target_libraries): Add libgcc-math target library.
5059 (--enable-libgcc-math): New configure switch.
5060 * Makefile.in: Re-generate.
5061 * configure: Re-generate.
5062
5063 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5064
5065 * config-ml.in: Alter CCASFLAGS to include special
5066 multilib options the same as is done for CFLAGS.
5067
5068 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5069
5070 * Makefile.def: Added dependencies from sim and gdb on intl, and
5071 added configure dependencies to everything with an all dependency
5072 on intl.
5073 * gettext.m4: Removed.
5074 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5075 (GDB_SUPPORT_DIRS): Add intl.
5076 * Makefile.in: Regenerated.
5077
5078 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5079
5080 * src-release (DEVO_SUPPORT): Add config.rpath.
5081
5082 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5083
5084 * Makefile.def (bfd, opcodes): Fix lib_path.
5085 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5086 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5087 * Makefile.in: Regenerate.
5088
5089 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5090
5091 * configure.in: Enable gprof for cross builds.
5092 * configure: Regenerate.
5093
5094 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5095
5096 * src-release (MAKEINFOFLAGS): Define.
5097 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5098
5099 2006-05-14 Ben Elliston <bje@au.ibm.com>
5100
5101 * config.sub, config.guess: Update from upstream sources.
5102
5103 2006-05-12 Ben Elliston <bje@au.ibm.com>
5104
5105 * config.sub, config.guess: Update from upstream sources.
5106
5107 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5108
5109 * blt, iwidgets, mmalloc: Remove directories.
5110
5111 2006-05-01 DJ Delorie <dj@redhat.com>
5112
5113 * configure.in: Restore CFLAGS if GMP isn't present.
5114 * configure: Regenerate.
5115
5116 2006-04-18 DJ Delorie <dj@redhat.com>
5117
5118 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5119 reference libgloss so that libssp can be built in a combined
5120 tree.
5121 * configure: Regenerate.
5122
5123 2006-04-10 Ben Elliston <bje@au.ibm.com>
5124
5125 * contrib: Remove directory.
5126
5127 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5128
5129 * Makefile.tpl: Add install-html target.
5130 * Makefile.def: Add install-html target.
5131 * Makefile.in: Regenerate.
5132 * configure.in: Add --with-datarootdir, --with-docdir,
5133 and --with-htmldir options.
5134 * configure: Regenerate.
5135
5136 2006-03-31 Ben Elliston <bje@au.ibm.com>
5137
5138 PR binutils/1860
5139 * configure.in: Require makeinfo 4.4 or higher.
5140 * configure: Regenerate.
5141
5142 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5143
5144 * Makefile.in: Regenerate.
5145
5146 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5147
5148 Sync with gcc:
5149 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5150
5151 * configure.in: Handle --disable-<component> generically.
5152 * configure: Regenerate.
5153
5154 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5155
5156 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5157 (TARGET_CONFIGDIRS): Remove.
5158 * configure.in: Remove AC_SUBST(target_configdirs).
5159 * Makefile.in, configure: Regenerated.
5160
5161
5162 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5163
5164 PR libgcj/17311
5165 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5166
5167 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5168
5169 PR bootstrap/25670
5170
5171 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5172
5173 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5174 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5175 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5176 BUILD_PREFIX, BUILD_PREFIX_1.
5177 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5178
5179 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5180 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5181
5182 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5183 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5184 of `cat stage_current`. Always provide the `r' and `s' variables.
5185 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5186 a single shell execution.
5187 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5188 bootstrapped modules, make the stage1 module if the build was not
5189 started yet, else build the current stage.
5190 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5191 (all-build, all-host, all-target, [+make_target+]-host,
5192 [+make_target+]-target): Do not use \-continued lines.
5193 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5194 (current_stage, restrap, stage_last): New.
5195
5196 * Makefile.in: Regenerate.
5197 * configure: Regenerate.
5198
5199 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5200
5201 Sync from gcc:
5202
5203 2006-01-31 Richard Guenther <rguenther@suse.de>
5204 Paolo Bonzini <bonzini@gnu.org>
5205
5206 * Makefile.def (target_modules): Add libgcc-math target module.
5207 * configure.in (target_libraries): Add libgcc-math target library.
5208 (--enable-libgcc-math): New configure switch.
5209 * Makefile.in: Re-generate.
5210 * configure: Re-generate.
5211 * libgcc-math: New toplevel directory.
5212
5213 2006-01-18 Richard Henderson <rth@redhat.com>
5214 Jakub Jelinek <jakub@redhat.com>
5215 Diego Novillo <dnovillo@redhat.com>
5216
5217 * libgomp: New directory.
5218 * Makefile.def: Add target_module libgomp.
5219 * Makefile.in: Regenerate.
5220 * configure.in (target_libraries): Add target-libgomp.
5221 * configure: Regenerate.
5222
5223 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5224 Andreas Schwab <schwab@suse.de>
5225
5226 * configure: Regenerate.
5227
5228 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5229
5230 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5231 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5232 the assembler, linker and binutils.
5233 * configure: Regenerate.
5234
5235 2006-01-16 Nick Clifton <nickc@redhat.com>
5236
5237 * config.sub, config.guess: Sync from config repository.
5238
5239 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5240
5241 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5242 @ from continuation.
5243 * Makefile.in: Rebuilt.
5244
5245 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5246
5247 Sync from gcc:
5248
5249 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5250
5251 PR bootstrap/24252
5252
5253 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5254 * Makefile.tpl (OBJDUMP): New.
5255 (EXTRA_HOST_FLAGS): Add it.
5256 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5257
5258 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5259 to use symbolic links between directories. Avoid race conditions
5260 or make them harmless.
5261 * configure.in: Do not try to use symbolic links between directories.
5262
5263 * Makefile.def (LEAN): Pass.
5264 * Makefile.tpl (LEAN): Define.
5265 (stage[+id+]-start): Accept that the previous directory does not
5266 exist, if the bootstrap is lean.
5267 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5268 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5269 configure substitution.
5270 ([+compare-target+]): Likewise.
5271 ([+bootstrap-target+]-lean): New.
5272 * configure.in: Remove lean bootstrap support from here.
5273
5274 * Makefile.in: Regenerate.
5275 * configure: Regenerate.
5276
5277 2006-01-02 Andreas Schwab <schwab@suse.de>
5278
5279 * configure.in: When reconfiguring remove Makefile in
5280 all stage directories.
5281 * configure: Regenerate.
5282
5283 2005-12-27 Leif Ekblad <leif@rdos.net>
5284
5285 * configure.in: Add support for RDOS target.
5286 * configure: Regenerate.
5287
5288 2005-12-27 Nick Clifton <nickc@redhat.com>
5289
5290 PR binutils/1990
5291 * libtool.m4: Synchronize with version in GCC sources.
5292
5293 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5294
5295 Revert Ada-related part of the previous change.
5296
5297 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5298 Do not pass.
5299 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5300 * Makefile.in: Regenerate.
5301 * configure.in: Do not include mt-ppc-aix target fragment.
5302 * configure: Regenerate.
5303
5304 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5305
5306 * configure.in: Select appropriate fragments for PowerPC/AIX.
5307 * configure: Regenerate.
5308
5309 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5310 BOOT_CFLAGS, BOOT_LDFLAGS.
5311 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5312 BOOT_CFLAGS, BOOT_LDFLAGS.
5313 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5314 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5315 (stage): Fail if we cannot complete the work.
5316 * Makefile.in: Regenerate.
5317
5318 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5319
5320 * COPYING.NEWLIB: Update copyright year for default
5321 copyright.
5322
5323 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5324
5325 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5326 install-host-nogcc): Don't invoke $(stage) at the end.
5327 * Makefile.in: Regenerate.
5328
5329 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5330
5331 * configure.in: Flip the top-level bootstrap switch.
5332 * configure: Regenerate.
5333
5334 Merge from gcc:
5335
5336 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5337
5338 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5339 $(stage) and $(unstage).
5340 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5341 (all): Remove stray semicolon.
5342 (local-distclean): Don't handle multilib.tmp and multilib.out.
5343 (install.all): Set $s for consistency.
5344 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5345 check_multilibs setting. Always make the install directory.
5346 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5347 Correct @if/@endif.
5348 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5349 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5350 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5351 (multilib.out): Remove.
5352 * Makefile.in: Regenerated.
5353
5354 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5355
5356 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5357 * configure.in: Replace ms1 arch with mt.
5358 * configure: Rebuilt.
5359
5360 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5361
5362 Sync with gcc:
5363
5364 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5365
5366 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5367 * configure.in: Replace ms1 arch with mt.
5368 * configure: Rebuilt.
5369
5370 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5371
5372 Sync with gcc:
5373
5374 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5375
5376 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5377 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5378 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5379 Find in-tree tools if available.
5380 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5381 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5382 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5383 (COMPILER_*_FOR_TARGET): New.
5384 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5385 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5386 (CONFIGURED_*, USUAL_*): Remove.
5387 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5388 STRIP): Use autoconf substitutions.
5389 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5390 COMPILER_NM_FOR_TARGET): New.
5391 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5392
5393 (all): Make all-host and all-target in parallel.
5394 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5395 that $$r and $$s are set before invoking a recursive make.
5396 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5397 ([+bootstrap-target+]): Inline most of the `all' target.
5398
5399 2005-11-29 Ben Elliston <bje@au.ibm.com>
5400
5401 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5402 from the gcc build directory.
5403 * Makefile.in: Regenerate.
5404
5405 2005-11-29 Ben Elliston <bje@au.ibm.com>
5406
5407 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5408 depend on all-libdecnumber.
5409 * configure.in (host_libs): Include libdecnumber.
5410 * Makefile.in: Regenerate.
5411 * configure: Likewise.
5412
5413 2005-11-21 Kean Johnston <jkj@sco.com>
5414
5415 * config.sub, config.guess: Sync from upstream sources.
5416
5417 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5418
5419 * Makefile.def: Remove gdb dependencies for gdbtk.
5420 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5421 (configure-gdb, install-gdb): New rules.
5422 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5423 * Makefile.in, configure: Regenerated.
5424
5425 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5426
5427 PR bootstrap/24297
5428 * Makefile.tpl (do-[+make-target+], do-check, install,
5429 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5430 are set before recursing.
5431 * Makefile.in: Regenerate.
5432
5433 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5434
5435 PR bootstrap/18939
5436 * Makefile.def (gcc) <target>: Fix thinko.
5437 * Makefile.in: Regenerate.
5438
5439 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5440
5441 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5442 * configure: Regenerate.
5443
5444 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5445
5446 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5447 target-libffi, target-qthreads, target-libjava, and
5448 targetlibobjc.
5449 * configure: Regenerate.
5450
5451 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5452
5453 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5454 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5455 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5456 (USUAL_OBJDUMP_FOR_TARGET): New.
5457 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5458 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5459 * configure, Makefile.in: Regenerated.
5460
5461 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5462
5463 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5464 before other host packages.
5465
5466 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5467
5468 PR bootstrap/22340
5469
5470 * configure.in (default_target): Remove.
5471 * Makefile.tpl (all): Do not use prerequisites as subroutines
5472 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5473 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5474 use prerequisites as subroutines.
5475 (check-host, check-target): New.
5476 (bootstrap configure & all targets): Do not use stage*-start
5477 if the directory layout is already ok.
5478 (non-bootstrap configure & all targets): Prepend a $(unstage).
5479 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5480 (NOTPARALLEL): Remove.
5481 (unstage, stage variables): New variables.
5482 (unstage, stage targets): Simply expand to those variables.
5483
5484 * configure: Regenerate.
5485 * Makefile.in: Regenerate.
5486
5487 2005-10-04 James E Wilson <wilson@specifix.com>
5488
5489 * Makefile.def (lang_env_dependencies): Add libmudflap.
5490 * Makefile.in: Regenerate.
5491
5492 2005-10-03 Catherine Moore <clm@cm00re.com>
5493
5494 * configure.in (bfin-*-*): Support bfin.
5495 * configure: Regenerated.
5496
5497 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5498
5499 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5500 * configure: Regenerated.
5501
5502 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5503
5504 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5505 (LIPO_FOR_TARGET): New.
5506 (CONFIGURED_LIPO_FOR_TARGET): New.
5507 (USUAL_LIPO_FOR_TARGET): New.
5508 (STRIP_FOR_TARGET): New.
5509 (CONFIGURED_STRIP_FOR_TARGET): New.
5510 (USUAL_STRIP_FOR_TARGET): New.
5511 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5512 STRIP_FOR_TARGET.
5513 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5514 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5515 * Makefile.in: Regenerate.
5516 * configure: Regenerate.
5517
5518 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5519
5520 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5521 (rs6000-*-aix*): Same.
5522 * configure: Regenerate.
5523
5524 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5525
5526 * configure.in: Recognize f95 in the --enable-languages option,
5527 and substitute it for fortran, issuing a warning.
5528 * configure: Regenerate.
5529
5530 2005-09-07 Ben Elliston <bje@au.ibm.com>
5531
5532 Import from Autoconf sources:
5533
5534 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5535 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5536 Elliston. Handle weird characters correctly.
5537
5538 2005-08-30 Phil Edwards <phil@codesourcery.com>
5539
5540 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5541 * configure: Regenerated.
5542
5543 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5544
5545 * Makefile.def (libssp): Add to lang_env_dependencies.
5546 * Makefile.in: Regenerate.
5547
5548 2005-08-17 Christian Groessler <chris@groessler.org>
5549
5550 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5551 * Makefile.in: Regenerate.
5552
5553 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5554
5555 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5556 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5557 Look for alternate names of the target cc and c++
5558 * configure: Regenerate.
5559
5560 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5561
5562 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5563 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5564 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5565 tools; remove code to manually set them.
5566 (Target tools): Look in the environment for them.
5567 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5568 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5569 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5570 build directory.
5571 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5572 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5573 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5574 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5575 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5576 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5577 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5578 * configure: Regenerate.
5579 * Makefile.in: Regenerate.
5580
5581 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5582
5583 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5584 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5585 * Makefile.in: Regenerated.
5586
5587 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5588
5589 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5590 (CFLAGS_FOR_TARGET): Use it.
5591 (CXXFLAGS_FOR_TARGET): Likewise.
5592 * Makefile.in: Regenerated.
5593 * configure.in (--with-build-sysroot): New option.
5594 * configure: Regenerated.
5595
5596 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5597
5598 * Makefile.tpl: Wrap install between unstage and stage
5599 * Makefile.in: Regenerate.
5600
5601 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5602
5603 * all files: Update FSF address.
5604
5605 2005-07-14 Jim Blandy <jimb@redhat.com>
5606
5607 * configure.in: Add cases for Renesas m32c.
5608 * configure: Regenerated.
5609
5610 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5611
5612 * COPYING, compile, config-ml.in, config.guess,
5613 config.sub, install-sh, missing, mkinstalldirs,
5614 symlink-tree, ylwrap: Sync from upstream sources.
5615
5616 2005-07-13 Eric Christopher <echristo@redhat.com>
5617
5618 * configure.in: Add toplevel noconfigdir support for tpf.
5619 * configure: Regenerate.
5620
5621 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5622
5623 * Makefile.def (target_modules): Add libssp.
5624 * configure.in (target_libraries): Add target-libssp.
5625 * configure: Rebuilt.
5626 * Makefile.in: Rebuilt.
5627
5628 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5629
5630 PR ada/22340
5631
5632 * Makefile.def: Sync with gcc.
5633 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5634 * Makefile.in: Regenerate.
5635
5636 2005-07-07 Andreas Schwab <schwab@suse.de>
5637
5638 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5639 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5640 * Makefile.in: Regenerated.
5641
5642 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5643
5644 * configure.in: Add --enable-libssp and --disable-libssp.
5645 * configure: Regenerate with autoconf-2.13.
5646
5647 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5648
5649 * configure.in: Don't build sim or rda when targetting darwin.
5650 * configure: Regenerate.
5651
5652 2005-07-04 Ben Elliston <bje@gnu.org>
5653
5654 * src-release (do-proto-toplev): Remove dejagnu bits.
5655 (DEJAGNU_SUPPORT_DIRS): Remove.
5656 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5657 (GDBD_SUPPORT_DIRS): Likewise.
5658 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5659 (INSIGHTD_SUPPORT_DIRS): Likewise.
5660 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5661
5662 2005-06-30 Ben Elliston <bje@gnu.org>
5663
5664 * setup.com (mpw): Remove unused directive.
5665
5666 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5667
5668 * Makefile.def (stagefeedback): Come after profile.
5669 Define profiledbootstrap target.
5670 * Makefile.tpl (profiledbootstrap): Remove.
5671 (stageprofile-end): Zap stagefeedback.
5672 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5673 * Makefile.in: Regenerate.
5674
5675 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5676
5677 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5678 In 'cpp' stanza, support '#line' as well as '# '.
5679
5680 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5681
5682 * configure.in (unsupported_languages): New macro.
5683 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5684 non-ported target libraries in noconfigdirs.
5685 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5686 non-linux-gnu. Remove libgcj_ex_libffi.
5687 <lang_frag loop>: Set add_this_lang=no if the language is in
5688 unsupported_languages.
5689 * configure: Regenerate.
5690
5691 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5692
5693 * configure.in: Fix typo in handling of --with-mpfr-dir.
5694 * configure: Regenerate.
5695
5696 2005-06-02 Jim Blandy <jimb@redhat.com>
5697
5698 * config.sub: Add cases for the Renesas m32c. (This patch has been
5699 accepted into the master sources.)
5700
5701 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5702 Michael Snyder <msnyder@redhat.com>
5703 Stan Cox <scox@redhat.com>
5704
5705 * configure.in: Set noconfigdirs for ms1.
5706
5707 * configure: Regenerate.
5708
5709 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5710
5711 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5712 (Dependencies): Consider target modules for bootstrap dependencies.
5713 Make target bootstrap modules depend on each stage's gcc.
5714 * Makefile.in: Regenerate.
5715
5716 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5717
5718 * Makefile.def (configure-gcc): Depend on binutils having been built.
5719 (all-gcc): No need to do it here.
5720 * Makefile.in: Regenerate.
5721
5722 2005-05-19 Paul Brook <paul@codesourcery.com>
5723
5724 * configure.in: Rewrite misleading error message when requested
5725 language cannot be built.
5726 * configure: Regenerate.
5727
5728 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5729
5730 * ylwrap: Import from Automake 1.9.5.
5731
5732 2005-05-04 Mike Stump <mrs@apple.com>
5733
5734 * configure.in: Always pass --target to target configures as
5735 otherwise rebuilds that do --recheck will fail.
5736 * configure: Rebuilt.
5737
5738 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5739
5740 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5741 STAGE_HOST_EXPORTS.
5742 (configure, all): Add bootstrap support.
5743 (Host modules, target modules): Pass post-stage1 flags and exports.
5744 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5745 * Makefile.in: Regenerate.
5746
5747 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5748
5749 Sync from gcc:
5750
5751 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5752
5753 * config.sub: Update from master copy.
5754
5755 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5756
5757 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5758 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5759 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5760 "*-*-elf" and "*-*-linux*".
5761 * configure: Regenerate.
5762
5763 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5764
5765 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5766 (TARGET_CONFIGARGS): Include --with-target-subdir.
5767 (configure, all): New macros. Use them throughout.
5768
5769 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5770
5771 * Makefile.tpl: Sync with gcc.
5772 * Makefile.in: Regenerate.
5773
5774 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5775
5776 * config/mh-mingw32: Delete.
5777 * configure.in: Don't use it.
5778 * configure: Regenerate.
5779
5780 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5781
5782 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5783 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5784 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5785 (HOST_LIB_PATH): Generate from Makefile.def.
5786 (TARGET_LIB_PATH): Likewise.
5787 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5788 * Makefile.in: Regenerate.
5789 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5790 (RPATH_ENVVAR): Include Darwin case.
5791 * configure: Regenerate.
5792
5793 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5794
5795 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5796 * configure: Regenerate.
5797
5798 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5799
5800 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5801 gcc_version, and gcc_version_trigger from set of flags to pass.
5802 * Makefile.tpl: Remove definitions of above variables.
5803 (config.status): Remove dependency on $(gcc_version_trigger).
5804 * Makefile.in: Regenerate.
5805 * configure.in: Do not reference config/gcc-version.m4 nor
5806 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5807 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5808 * configure: Regenerate.
5809
5810 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5811 Andrew Pinski <pinskia@physics.uc.edu>
5812
5813 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5814 * Makefile.in: Regenerate.
5815
5816 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5817
5818 PR libgcj/20160
5819 * ltmain.sh: Avoid creating archives with components that have
5820 duplicate basenames.
5821
5822 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5823
5824 PR bootstrap/20250
5825 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5826 instead of check.
5827 * Makefile.in: Regenerate.
5828
5829 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5830
5831 Sync from gcc.
5832
5833 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5834
5835 PR bootstrap/17383
5836 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5837 * Makefile.tpl (HOST_SUBDIR): New substitution.
5838 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5839 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5840 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5841 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5842 (Host modules, Bootstrapped modules): Use it.
5843 (Build modules, Target modules): Do not create symlink trees,
5844 always configure out-of-srcdir.
5845 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5846 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5847 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5848 $(HOST_SUBDIR). Create a symlink for host_subdir.
5849
5850 * Makefile.in: Regenerate.
5851 * configure: Regenerate.
5852
5853 Merged from libada-gnattools-branch:
5854 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5855
5856 * Makefile.def: Add gnattools as a module, depending on target-libada.
5857 * Makefile.in: Regenerate.
5858 * configure.in: Include gnattools in host_tools; disable it if ada
5859 is disabled.
5860 * configure: Regenerate.
5861
5862 2005-02-23 Nick Clifton <nickc@redhat.com>
5863
5864 * configure: Regenerate.
5865
5866 2005-02-22 Paul Schlie <schlie@comcast.net>
5867
5868 * configure.in: Allow darwin targeted ports to build tk, itcl and
5869 libgui.
5870
5871 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5872
5873 PR libgcj/10353
5874 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5875 * configure: Regenerate.
5876
5877 2005-02-08 Andrew Cagney <cagney@gnu.org>
5878
5879 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5880 gdb/ section. Update GDB's URL.
5881
5882 2005-01-31 Andrew Cagney <cagney@gnu.org>
5883
5884 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5885
5886 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5887
5888 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5889 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5890 target-libgloss when not *-*-elf and *-*-aout.
5891 * configure: Regenerate.
5892
5893 2005-01-27 Andrew Cagney <cagney@gnu.org>
5894
5895 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5896
5897 2005-01-24 Andrew Cagney <cagney@gnu.org>
5898
5899 * gettext.m4: Only fall back to ../intl/ when it's present.
5900
5901 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5902
5903 * install-sh, config.sub: Import from upstream.
5904
5905 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5906
5907 PR bootstrap/18222
5908 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5909 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5910 * Makefile.in: Regenerate.
5911
5912 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5913
5914 Revert 2004-12-28 Makefile changes, a better fix will be
5915 applied to mainline and src after GCC 4.0 branches.
5916
5917 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5918
5919 PR bootstrap/17383
5920
5921 * Makefile.def (target_modules): Remove stage parameter,
5922 it is always true now.
5923 * Makefile.tpl (configure-build-[+module+],
5924 configure-target-[+module+]): Always build symlink tree
5925 for the directory and for include. BUILD_SUBDIR and
5926 TARGET_SUBDIR cannot be . anymore.
5927 * Makefile.in: Regenerate.
5928
5929 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5930
5931 Revert 2004-12-08 Makefile changes.
5932
5933 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5934
5935 * configure.in (sh64-*-*): Reenable gprof.
5936 * configure: Regenerate.
5937
5938 2004-12-09 Jim Blandy <jimb@redhat.com>
5939
5940 * MAINTAINERS: List 'depcomp' as part of automake.
5941
5942 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5943
5944 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5945 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5946 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5947 * Makefile.in: Regenerate.
5948
5949 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5950
5951 * Makefile.tpl: Generate normal dependencies if the LHS module is
5952 not bootstrapped.
5953 * Makefile.in: Regenerate.
5954
5955 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5956
5957 * configure.in: Include config/gxx-include-dir.m4. Use
5958 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5959 * configure: Regenerate.
5960
5961 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5962
5963 * config.if: Delete.
5964 * configure.in: Set libstdcxx_incdir directly.
5965 * configure: Regenerate.
5966 * MAINTAINERS: Remove mention of config.if.
5967 * src-release (DEVO_SUPPORT): Remove config.if.
5968
5969 2004-12-02 Eric Christopher <echristo@redhat.com>
5970
5971 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5972 of things to remove.
5973 * Makefile.in: Regenerate.
5974
5975 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5976
5977 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5978 * configure: Regenerate.
5979
5980 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5981
5982 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5983 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5984 * configure: Regenerate.
5985
5986 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5987
5988 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5989 (hppa*64*-*-*): Delete incorrect comment.
5990 * configure: Rebuilt.
5991
5992 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5993
5994 * install-sh, compile: Import from automake.
5995
5996 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5997
5998 * config.guess, config.sub: Import from savannnah.
5999
6000 2004-11-12 Mike Stump <mrs@apple.com>
6001
6002 * Makefile.def: Add html support.
6003 * Makefile.tpl: Likewise.
6004 * Makefile.in: Regenerate.
6005
6006 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6007
6008 PR 18423
6009 * configure.in: Remove all instances of build-fixincludes from
6010 noconfigdirs.
6011 (build_configargs): Supply --target to subdirectories.
6012 * configure: Regenerate.
6013
6014 * Makefile.def: Make gcc install depend on fixincludes install.
6015 * Makefile.in: Regenerate.
6016
6017 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6018
6019 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6020 target-libgfortran.
6021 * configure: Regenerate.
6022
6023 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6024
6025 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6026 like CC.
6027
6028 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6029
6030 * Makefile.def (host fixincludes): Specify missing targets.
6031 * Makefile.in: Regenerate.
6032
6033 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6034
6035 PR other/17783
6036 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6037 * configure: Regenerated.
6038
6039 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6040
6041 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6042 * configure: Regenerated.
6043
6044 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6045
6046 PR target/18151
6047 * configure.in (case ${target}): Do not build fixincludes for avr.
6048 * configure: Regenerated.
6049
6050 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6051
6052 * configure.in (case ${target}): Do not build fixincludes
6053 on platforms where it is not used.
6054 * configure: Regenerated.
6055
6056 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6057
6058 * configure.in: Use an absolute path to install-sh.
6059 * configure: Regenerated.
6060
6061 2004-10-19 Andrew Cagney <cagney@gnu.org>
6062
6063 * src-release (do-djunpack, do-md5sum): Install the generated file
6064 directly into the proto-toplev/ directory.
6065
6066 2004-10-19 Andrew Cagney <cagney@gnu.org>
6067
6068 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6069
6070 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6071
6072 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6073 * configure: Regenerate.
6074
6075 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6076
6077 Fix wrong conflict resolution in:
6078
6079 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6080
6081 * Makefile.in: Regenerate.
6082 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6083 in the recursive `make', instead of hardwiring `all'.
6084 (Autogenerated TARGET-* variables): New.
6085
6086 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6087
6088 Merged from GCC / libtool upstream:
6089 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6090 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6091 * ltcf-cxx.sh (tpf*): Likewise.
6092 * ltconfig (tpf*): Add TPF OS configuration support.
6093
6094 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6095
6096 * configure.in: Enable target-libgloss for crx-*-*.
6097 * configure: Regenerate.
6098
6099 2004-09-24 Michael Roth <mroth@nessie.de>
6100
6101 * configure.in (--without-headers): Add missing double quotes.
6102 * configure: Regenerate.
6103
6104 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6105
6106 * ylwrap: Revert to previous version.
6107
6108 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6109
6110 PR bootstrap/17369
6111 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6112 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6113 SET_GCC_LIB_PATH_CMD.
6114 (BASE_TARGET_EXPORTS): Likewise.
6115 * Makefile.in: Regenerated.
6116
6117 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6118 * configure: Regenerated.
6119
6120 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6121
6122 * config.guess: New upstream version
6123 * compile, depcomp, install-sh, ylwrap: Likewise.
6124
6125 2004-09-19 Roger Sayle <roger@eyesopen.com>
6126
6127 * config/mh-x86omitfp: New host makefile fragment. Add
6128 -fomit-frame-pointer to the default BOOT_CFLAGS.
6129 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6130 * configure: Regenerate.
6131
6132 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6133
6134 PR target/11572
6135 * configure.in (*-*-darwin*): Renable libobjc.
6136 * configure: Regenerate.
6137
6138 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6139
6140 * Makefile.def: Remove libbanshee.
6141 * Makefile.tpl: Ditto.
6142 * configure.in: Ditto.
6143 * Makefile.in: Regen.
6144 * configure: Ditto.
6145
6146 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6147
6148 * missing: Import latest version from master repository.
6149
6150 2004-09-04 Nick Clifton <nickc@redhat.com>
6151
6152 * config.sub: Import latest version from master repository.
6153 * config.guess: Likewise.
6154 This includes these changes:
6155
6156 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6157
6158 * config.sub: Handle crisv32, alias etraxfs.
6159 * config.guess (crisv32:Linux:*:*): Handle.
6160
6161 2004-08-13 Brad Smith <brad@comstyle.com>
6162
6163 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6164 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6165
6166 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6167
6168 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6169 assume the processor is a powerpc. This is because coreutils
6170 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6171 in this case, due to a MacOS X bug that causes
6172 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6173 to return a negative number.
6174 Problem reported by Petter Reinholdtsen in:
6175 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6176
6177 2004-07-19 Ben Elliston <bje@gnu.org>
6178
6179 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6180
6181 2004-06-24 Ben Elliston <bje@gnu.org>
6182
6183 * config.guess: Update copyright years.
6184 * config.sub: Likewise.
6185
6186 2004-06-22 Robert Millan <robertmh@gnu.org>
6187
6188 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6189 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6190
6191 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6192
6193 * config.guess (*:*VMS:*:*): New entry. Replaces
6194 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6195 manufacturer.
6196
6197 2004-06-22 Ben Elliston <bje@gnu.org>
6198
6199 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6200 * config.sub: Likewise.
6201
6202 2004-06-22 Ben Elliston <bje@gnu.org>
6203
6204 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6205 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6206
6207 2004-06-11 Ben Elliston <bje@gnu.org>
6208
6209 * config.guess (pegasos:OpenBSD:*:*): Remove.
6210
6211 2004-06-11 Ben Elliston <bje@gnu.org>
6212
6213 From Wouter Verhelst <wouter@grep.be>:
6214 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6215
6216 2004-06-11 Ben Elliston <bje@gnu.org>
6217
6218 * config.guess (luna88k:OpenBSD:*:*): New.
6219
6220 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6221
6222 * config.guess (m32r*:Linux:*:*): New case.
6223 * config.sub: Handle m32rle.
6224
6225 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6226
6227 From Jens Petersen <petersen@redhat.com>:
6228 * config.sub: Handle sparcv8.
6229
6230 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6231
6232 From Tom Smith <smith@cag.lkg.hp.com>:
6233 * config.guess: Version suffixes are equally significant on Tru64
6234 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6235 prefix of "P" (patched kernel).
6236
6237 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6238
6239 * config.sub: Add support for National Semiconductor CRX target.
6240
6241 2004-09-03 Jan Beulich <jbeulich@novell.com>
6242
6243 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6244 *-*-netware, but add target-libmudflap.
6245 Consolidate *-*-netware targets (of which really only i?86 exists)
6246 into a single entry.
6247 * configure: Likewise.
6248
6249 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6250
6251 * Makefile.tpl (sorry): Remove.
6252 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6253 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6254 (do-clean): Clean per-stage directories too.
6255 (do-distclean): Run distclean-stage1 too.
6256 (.NOTPARALLEL): Enable during toplevel bootstrap.
6257 (stage[+id+]-bubble): Enable parallel execution during
6258 the recursive invocation.
6259 * Makefile.in: Regenerate.
6260
6261 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6262
6263 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6264
6265 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6266 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6267 * configure: regenerate
6268 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6269 -mdynamic-no-pic
6270
6271 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6272
6273 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6274 include.
6275 * configure.in: Fix indentation.
6276 * configure: Regenerate.
6277
6278 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6279
6280 * Makefile.def (build_modules): Add fixincludes.
6281 (dependencies): Make gcc depend on fixincludes.
6282 * configure.in (build_tools): Add fixincludes.
6283 (build_configdirs): Always include build_libs.
6284 * Makefile.in: Regenerate.
6285 * configure: Regenerate.
6286
6287 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6288
6289 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6290 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6291 phony targets; do not generate timestamp files.
6292 (distclean-stageN): Remove references to their timestamp files.
6293 (restageN, touch-stageN): Remove.
6294 (stageN-bubble): Rewritten.
6295 (compare): Support lean bootstraps.
6296 * Makefile.in: Regenerate.
6297
6298 * configure.in: Only warn when bootstrapping but
6299 build != host or build != target. Support lean bootstraps.
6300 * configure: Regenerate.
6301
6302 Sync from gcc:
6303 2004-08-26 Phil Edwards <phil@codesourcery.com>
6304
6305 * configure.in: Give a better error message if GMP/MPFR are missing
6306 and a language needing them has been requested.
6307 * configure: Regenerated.
6308
6309 2004-08-25 Phil Edwards <phil@codesourcery.com>
6310
6311 * configure.in: Print a list of available language front-ends if
6312 a requested one is missing. Tidy stray tab characters.
6313 * configure: Regenerated.
6314
6315 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6316
6317 * Makefile.in: Regenerate.
6318 * configure: Regenerate.
6319
6320 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6321 stage_*_flags.
6322 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6323 for bootstrapped modules if toplevel bootstrap is going.
6324 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6325 modules. Adjust for changes in Makefile.def. Enable several
6326 rules even in non-bootstrap mode, just to avoid peppering the
6327 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6328 (stage-[+prev+]-bubble): Remove.
6329
6330 * Makefile.def (Dependencies): Depend on all-build-bison,
6331 all-build-flex, all-build-byacc, all-build-texinfo, rather
6332 than the host variations.
6333 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6334 with BUILD_SUBDIR.
6335 (BISON): Update for recent Bisons.
6336 (YACC): Fix typo.
6337 (cross): Depend on all-build.
6338 (all): Do not depend on all-build.
6339 (prebootstrap): Remove.
6340 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6341 (Prebootstrap dependencies): Add them to the per-stage targets
6342 and to all-prebootstrap.
6343 * configure.in (build_configdirs): Always enable build_tools.
6344 (BUILD_DIR_PREFIX): Remove.
6345
6346 * Makefile.def (gcc): Add target variable.
6347 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6348 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6349 in the recursive `make', instead of hardwiring `all'.
6350 (Autogenerated TARGET-* variables): New.
6351
6352 2004-08-17 Robert Millan <robertmh@gnu.org>
6353
6354 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6355 (instead of FreeBSD).
6356 * configure: Regenerate.
6357
6358 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6359
6360 * Makefile.def, configure.in, src-release: Remove useless, bogus
6361 references to tix.
6362 * Makefile.in, configure: Regenerate.
6363
6364 * src-release: Stop distributing mmalloc with gdb (which doesn't
6365 use it).
6366 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6367 * Makefile.in: Regenerate.
6368
6369 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6370
6371 * configure.in (arm*-*-eabi*): New target.
6372 * configure: Regenerate.
6373
6374 2004-08-01 Robert Millan <robertmh@gnu.org>
6375
6376 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6377 libmudflap for all GNU-based systems (with Glibc).
6378 * configure: Regenerate.
6379
6380 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6381
6382 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6383 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6384 (Dependencies): New section.
6385 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6386 (configure-target-[+module+]): Depend on maybe-all-gcc
6387 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6388 (toplevel profiledbootstrap): Fix dependencies.
6389 * Makefile.in: Regenerate.
6390
6391 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6392
6393 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6394 target-libiberty to noconfigdirs.
6395
6396 2004-08-03 Paul Brook <paul@codesourcery.com>
6397
6398 * configure.in: Check for MPFR as well as GMP.
6399 * configure: Regenerate.
6400
6401 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6402
6403 * Makefile.def (host-modules): Add gcc.
6404 * Makefile.in: Regenerate.
6405 * Makefile.tpl (sorry): New rule.
6406 (configure-host, all-host, [+make_target+]-host, do-check,
6407 install-host): Do not add gcc as a special case.
6408 (host modules): Add a small special-casing for gcc. Export
6409 extra_make_flags through the environment.
6410 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6411 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6412 other recursive targets for gcc): Remove.
6413
6414 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6415 (stage, unstage): New rules.
6416 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6417 distclean-stage[+id+]): Use stage_current.
6418 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6419 the stage*-start rules.
6420
6421 2004-07-19 Robert Millan <robertmh@gnu.org>
6422
6423 Synced from gcc:
6424
6425 2004-04-26 Robert Millan <robertmh@gnu.org>
6426
6427 Add patches from libtool CVS.
6428 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6429 * ltconfig: Likewise.
6430 * ltcf-c.sh: Likewise.
6431 * ltcf-cxx.sh: Likewise.
6432 * ltcf-gcj.sh: Likewise.
6433
6434 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6435
6436 * configure.in: Add noconfigdirs for crx-*-*.
6437 * configure: Regenerate.
6438
6439 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6440
6441 Synced from gcc:
6442
6443 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6444
6445 * configure.in: Build libmudflap by default on FreeBSD.
6446 * configure: Regenerated.
6447
6448 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6449
6450 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6451 systems.
6452 * configure: Regenerated.
6453
6454 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6455
6456 PR target/16344
6457 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6458 feedback based compiler.
6459 * Makefile.in: Rebuilt.
6460
6461 2004-07-05 Phil Edwards <phil@codesourcery.com>
6462
6463 * configure.in: Do not prepend $srcdir to /dev/null in
6464 makefile fragments.
6465 * configure: Regenerate.
6466
6467 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6468
6469 * Makefile.def (host_modules): Set bootstrap=true for flex.
6470 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6471 * Makefile.in: Rebuilt.
6472
6473 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6474
6475 * Makefile.def (build_modules): Add bison, byacc, flex,
6476 m4, texinfo.
6477 (flags_to_pass): Add FLEX.
6478 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6479 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6480 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6481 DEFAULT_MAKEINFO): Remove.
6482 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6483 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6484 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6485 objdir or else use configured tool.
6486 (all-build): New.
6487 (all): Depend on it.
6488 (Build module dependencies): Add.
6489 * Makefile.in: Regenerate.
6490 * configure.in: Better support for multiple build modules,
6491 matching what is done for host/target modules. Do not look
6492 for "plausible" locations of build tools if Canadian cross.
6493 Use autoconf's AC_PROG_CC to find a C compiler. Define
6494 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6495 * configure: Regenerate.
6496
6497 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6498
6499 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6500 * Makefile.in: Regenerate.
6501
6502 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6503
6504 * Makefile.tpl (configure-build-[+module+],
6505 configure-[+module+], configure-target-[+module+]): Pass
6506 [+extra_configure_args+].
6507 (all-build-[+module+], all-[+module+], check-[+module+],
6508 install-[+module+], [+make_target+]-[+module+],
6509 all-target-[+module+], check-target-[+module+],
6510 install-target-[+module+], [+make_target+]-target-[+module+]):
6511 Pass [+extra_make_args+].
6512 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6513 (GCC_HOST_EXPORTS): Remove.
6514 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6515 cross, check-gcc, check-gcc-c++, install-gcc,
6516 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6517 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6518 * Makefile.in: Regenerate.
6519
6520 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6521
6522 * configure.in: Check for srcdir/winsup rather than build directory
6523 winsup.
6524 * configure: Regenerate.
6525
6526 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6527
6528 * configure.in: Don't build Cygwin native newlib if winsup
6529 directory is missing. Emit warning instead.
6530 * configure: Regenerate.
6531
6532 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6533
6534 * Makefile.tpl (touch-stage[+id+]): New.
6535 (restage[+prev+]): Depend on touch-stage[+id+].
6536
6537 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6538 Use it throughout.
6539
6540 * Makefile.def: Add profile and feedback bootstrap stages.
6541 Remove next field from bootstrap stages.
6542 * Makefile.tpl (LN, LN_S): Substitute.
6543 (stageN-start, stageN-end): Use double-colon rules, to
6544 provide a hook for additional setup commands.
6545 (distclean-stageN-gcc, restageN): Create dependencies from
6546 [+prev+], not from [+next+].
6547 (stageN-bubble): Add commands for successive stages from
6548 [+prev+], using double-colon rules.
6549 (all-stageN-gcc): Fix typo.
6550 (stagefeedback-start, profiledbootstrap): New.
6551 * Makefile.in: Regenerate.
6552 * configure.in: Call ACX_PROG_LN.
6553 * configure: Regenerate.
6554
6555 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6556
6557 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6558 without gcc.
6559 * configure: Regenerate.
6560
6561 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6562
6563 * Makefile.tpl: Fix typo.
6564 * Makefile.in: Regenerate.
6565
6566 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6567
6568 * configure.in: Remove new- prefix from toplevel
6569 bootstrap targets.
6570 * configure: Regenerate.
6571
6572 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6573
6574 Merge this patch from the gcc tree:
6575
6576 2004-05-30 Andreas Jaeger <aj@suse.de>
6577 Jim Wilson <wilson@specifixinc.com>
6578
6579 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6580 like CC.
6581
6582 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6583
6584 * Makefile.tpl (all.normal): Rename to all.
6585 (all): Replace with a rule to pick the default
6586 target from configure.
6587 (all-gcc, configure-gcc): Use conditionals to
6588 do nothing when toplevel bootstrap is going on.
6589 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6590 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6591 * configure.in: Support --enable-bootstrap.
6592
6593 * Makefile.def: Remove new- prefix from toplevel
6594 bootstrap targets.
6595 * Makefile.tpl: Likewise.
6596
6597 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6598 target.
6599
6600 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6601 $(RECURSE_FLAGS) to recursive invocation of make.
6602
6603 * Makefile.in: Regenerate.
6604 * configure: Regenerate.
6605
6606 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6607
6608 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6609 * configure: Regenerate.
6610
6611 2004-05-25 Daniel Jacobowitz <drow@false.org>
6612
6613 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6614 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6615 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6616 targets.
6617 * Makefile.in: Regenerate.
6618
6619 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6620
6621 * configure.in: Test the ability to symlink directories.
6622 * configure: Regenerate.
6623
6624 * Makefile.def (bootstrap-stage): New definitions.
6625 * Makefile.tpl (configure-stage1-gcc,
6626 configure-stage2-gcc, configure-stage3-gcc,
6627 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6628 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6629 new-restage3, compare): Autogenerate, see Makefile.in
6630 entry for behavioral changes.
6631 (distclean-stage1, new-stage1-start, new-stage1-end,
6632 new-stage1-bubble, distclean-stage2, new-stage2-start,
6633 new-stage2-end, new-stage2-bubble, distclean-stage3,
6634 new-stage3-start, new-stage3-end): New autogenerated targets.
6635 (objext, prebootstrap, BOOT_CFLAGS,
6636 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6637 targets.
6638
6639 * Makefile.in: Regenerate.
6640 (distclean-stage1, new-stage1-start, new-stage1-end,
6641 new-stage1-bubble, distclean-stage2, new-stage2-start,
6642 new-stage2-end, new-stage2-bubble, distclean-stage3,
6643 new-stage3-start, new-stage3-end): New targets.
6644 (all-stage1-gcc): Move prebootstrap dependency from here...
6645 (configure-stage1-gcc): ...to here.
6646 (new-bootstrap): Use bubble targets.
6647 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6648 Use per-stage distclean targets.
6649 (configure-stage1-gcc, configure-stage2-gcc,
6650 configure-stage3-gcc, all-stage1-gcc,
6651 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6652 Use new-stageN-start to prepare the tree.
6653
6654 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6655
6656 * Makefile.def (host_modules): add libcpp.
6657 * Makefile.tpl: Add dependencies on and for libcpp.
6658 * Makefile.in: Regenerate.
6659 * configure.in: Add libcpp host module.
6660 * configure: Regenerate.
6661
6662 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6663
6664 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6665 of libf2c.
6666 * configure, Makefile.in: Regenerate.
6667
6668 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6669
6670 Merge from tree-ssa-20020619-branch.
6671
6672 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6673 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6674 (HOST_GMPLIBS): Define.
6675 (HOST_GMPINC): Define.
6676 (TARGET_LIB_PATH): Add libmudflap.
6677 (GFORTRAN_FOR_TARGET): Define.
6678 (configure-build*): Export GFORTRAN.
6679 (configure-gcc): Export GMPLIBS and GMPINC.
6680 (all-gcc): Add maybe-all-libbanshee.
6681 (configure-target-libgfortran): Define.
6682 * Makefile.in: Regenerate.
6683 * configure.in (host_libs): Add libbanshee.
6684 (target_libraries): Add target-libmudflap and target-libgfortran.
6685 Add --with-libbanshee.
6686 Handle --disable-libmudflap.
6687 (*-*-freebsd*): Use with_gmp.
6688 Add $(libgcj) to noconfigdirs.
6689 * configure: Regenerate.
6690 * depcomp: New file.
6691 * MAINTAINERS: Add tree-ssa maintainers.
6692
6693 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6694
6695 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6696 * configure: Regenerate.
6697
6698 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6699
6700 Revert:
6701 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6702
6703 * Makefile.def (flags_to_pass): Remove *dir variables that
6704 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6705 as well as prefix and exec_prefix.
6706 * Makefile.in: Regenerate.
6707
6708 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6709
6710 * Makefile.def (host_modules): Mark with the bootstrap
6711 flag packages on which gcc depends.
6712 * Makefile.tpl (all-bootstrap): Use it.
6713 * Makefile.in: Regenerate.
6714
6715 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6716
6717 * Makefile.def (flags_to_pass): Remove *dir variables that
6718 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6719 as well as prefix and exec_prefix.
6720 * Makefile.in: Regenerate.
6721
6722 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6723
6724 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6725 * configure: Regenerate.
6726 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6727 * gcc/Makefile.tpl (compare): Use the result of the test.
6728 * gcc/Makefile.in: Regenerate.
6729
6730 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6731
6732 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6733 Always relocate gcc and prev-gcc to the original names, even
6734 if the build fails.
6735 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6736 New targets.
6737
6738 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6739
6740 * configure.in (mips*-*-irix5*): Enable ld.
6741 * configure: Regenerate.
6742
6743 2004-04-15 James E Wilson <wilson@specifixinc.com>
6744
6745 * Makefile.tpl (configure-[+module+], configure-gcc,
6746 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6747 Set and export LDFLAGS.
6748 * Makefile.in: Regenerate.
6749
6750 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6751
6752 PR bootstrap/14871
6753 * Makefile.tpl: If we don't have built-in-tree target tools,
6754 use the ones found by configure rather than hacking around with
6755 program_transform_name.
6756 * configure.in: Give Makefile.tpl the information necessary
6757 to do that.
6758 * Makefile.in: Regenerate.
6759 * configure: Regenerate.
6760
6761 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6762
6763 PR bootstrap/14760
6764 * configure.in: When computing baseargs, strip *all* copies of
6765 offending options. Also, don't match/substitute the trailing space,
6766 so that this actually works when two similar options are separated by
6767 only one space.
6768 * configure: Regenerate.
6769
6770 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6771
6772 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6773 (rs6000-*-aix*): Same.
6774 * configure: Regenerate.
6775
6776 2004-03-25 Stan Shebs <shebs@apple.com>
6777
6778 Remove MPW support, no longer used.
6779 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6780 mpw-install: Remove files.
6781 * src-release (DEVO_SUPPORT): Remove names of removed files.
6782 * MAINTAINERS: Likewise.
6783
6784 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6785
6786 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6787 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6788 * Makefile.in: Regenerate.
6789
6790 * configure.in (top level bootstrap support): Rework --enable-werror
6791 to set @stage2_werror_flag@.
6792 * configure: Regenerate.
6793 * Makefile.tpl (top level bootstrap support): Pass
6794 @stage2_werror_flag@ down to configure in stages 2 and 3.
6795 * Makefile.in: Regenerate.
6796
6797 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6798
6799 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6800 for stages 2 and 3 as well as in make. As a consequence, remove
6801 OUTPUT_OPTION (now detected by configure) from the flags passed down
6802 to make.
6803 * Makefile.in: Regenerate.
6804
6805 * Makefile.tpl (new-bootstrap): Fix typo.
6806 * Makefile.in: Regenerate.
6807
6808 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * Makefile.tpl: Rearrange by moving recursive_targets rules
6811 into their proper sections.
6812 * Makefile.tpl (top level bootstrap support): Move disabling
6813 of coverage flags from 'make' to 'configure'; improve comments.
6814 * Makefile.in: Regenerate.
6815
6816 * Makefile.tpl (experimental top level bootstrap) Move stage1
6817 language setting from all- target to configure- target; disable
6818 intermodule optimization in stage 1; prevent gratuitous rebuilds
6819 of stage 1.
6820 * Makefile.in: Regenerate.
6821 * configure.in: Comma-separate stage 1 language list for top
6822 level bootstrap.
6823 * configure: Regenerate.
6824
6825 * Makefile.tpl: Clean up experimental top level bootstrap support:
6826 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6827 prev-gcc in configure- targets as well as all- targets.
6828 * Makefile.in: Regenerate.
6829
6830 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6831
6832 * configure.in: Remove symbolic link section.
6833 * configure: Regenerate.
6834 * Makefile.tpl (links): Remove.
6835 * Makefile.in: Regenerate.
6836
6837 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6838 Nathanael Nerode <neroden@gcc.gnu.org>
6839
6840 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6841 Set with AC_CHECK_PROGS.
6842 * configure.in: Fix comment typo from last patch.
6843 * configure: Regenerate.
6844
6845 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6846
6847 * Makefile.tpl: Introduce experimental top level bootstrap support.
6848 * Makefile.in: Regenerate.
6849 * configure.in: Introduce support for top level bootstrap.
6850 * configure: Regenerate.
6851
6852 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6853 Paolo Bonzini <bonzini@gnu.org>
6854
6855 PR bootstrap/14522
6856 * configure.in: Cope with shells that do not support unquoted ^
6857 * configure: Regenerate.
6858
6859 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6860 Paolo Bonzini <bonzini@gnu.org>
6861
6862 PR bootstrap/14522
6863 * configure.in: Cope with shell that do not support nesting
6864 quotes inside quoted backquote substitutions.
6865 * configure: Regenerate.
6866
6867 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6868
6869 PR bootstrap/14522
6870 * configure.in: Fix escaping of $.
6871 * configure: Regenerate.
6872
6873 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 * configure: Regenerate.
6876
6877 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6878
6879 PR ada/14131
6880 Move language detection to the top level.
6881 * configure.in: Find default values for the tools as
6882 soon as possible. Disable ada if GNAT is not found.
6883 Emit error message about missing languages. Expand
6884 --enable-languages=all for the gcc subdirectory.
6885
6886 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6887
6888 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6889 and disable libgcj.
6890 * configure: Regenerated.
6891
6892 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6893
6894 PR bootstrap/7087
6895 * Makefile.tpl: Guard XFOO sed statements better.
6896 * Makefile.tpl: Add dependency for configure-target-libada.
6897 * Makefile.in: Regenerate (incidentally fixes broken
6898 commit when libada-branch was merged).
6899
6900 2004-02-28 Andrew Cagney <cagney@redhat.com>
6901
6902 * src-release (CVS_NAMES): Define.
6903 (do-tar, do-tar): Prune $(CVS_NAMES).
6904
6905 2004-02-23 Andrew Cagney <cagney@redhat.com>
6906
6907 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6908 2004-02-19.09.
6909
6910 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6911
6912 PR bootstrap/11932
6913 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6914
6915 2004-02-19 Andrew Cagney <cagney@redhat.com>
6916
6917 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6918 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6919
6920 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6921
6922 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6923 (rs6000-*-aix*): Same.
6924 * configure: Regenerate.
6925
6926 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6927
6928 * configure.in (host): Add in missing $noconfigdirs to defines.
6929 * configure: Regenerate.
6930
6931 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6932 Nathanael Nerode <neroden@gcc.gnu.org>
6933
6934 PR ada/6637, PR ada/5911
6935 Merge with libada-branch:
6936 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6937 with appropriate dependencies. Add --enable-libada configure switch.
6938 * configure, Makefile.in: Regenerate.
6939
6940 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6941
6942 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6943 * configure: Regenerate.
6944
6945 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6946
6947 * COPYING.NEWLIB: Update Red Hat license to 2004.
6948
6949 2004-01-23 DJ Delorie <dj@redhat.com>
6950
6951 * Makefile.def (target_modules) [libiberty]: Don't stage.
6952 * Makefile.in: Rebuilt.
6953
6954 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6955
6956 * COPYING.NEWLIB: Update to include copyrights for new
6957 iconv code.
6958
6959 2004-01-15 Andrew Cagney <cagney@redhat.com>
6960
6961 * src-release: Update copyright year.
6962 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6963 (NEWLIB_SUPPORT_DIRS): Delete macro.
6964 (newlib.tar.bz2): Delete rule.
6965
6966 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6967
6968 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6969 * Makefile.tpl (configure-target-[+module+]): Support stage.
6970 * Makefile.in: Rebuilt.
6971
6972 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6973
6974 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6975 throughout.
6976
6977 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6978
6979 * configure.in: Use ./config.cache, not config.cache.
6980 * configure: Regenerate.
6981 * Makefile.tpl: Special-casing not needed for GCC any more.
6982 * Makefile.in: Regenerate.
6983
6984 * configure.in: Don't share a cache file for host dirs.
6985 * configure: Regenerate.
6986
6987 * config-ml.in: Don't mess with the cache file.
6988
6989 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6990
6991 * Makefile.tpl: Make GCC use a separate config.cache.
6992 * Makefile.in: Regenerate.
6993
6994 PR bootstrap/11932, PR bootstrap/11933
6995 (I don't know if it will fix either of them, but it relates
6996 to them.)
6997 * configure.in: Don't use shared config.cache for target
6998 directories.
6999 * configure: Regenerate.
7000
7001 2003-12-31 Roger Sayle <roger@eyesopen.com>
7002
7003 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7004 * configure: Regenerated.
7005
7006 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7007
7008 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7009 * configure: Regenerated.
7010
7011 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7012
7013 Port change over from GCC:
7014 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7015 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7016 (configure-build-[+module+], configure-[+module+]): Likewise.
7017 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7018 * Makefile.in: Regenerate.
7019
7020 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7021
7022 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7023 * configure: Regenerate.
7024
7025 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7026
7027 * COPYING.NEWLIB: Add license info for long long routines added to
7028 stdlib.
7029
7030 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7031
7032 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7033 * Makefile.in: Regenerate.
7034
7035 2003-10-20 Phil Edwards <phil@codesourcery.com>
7036
7037 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7038 * configure: Regenerate.
7039
7040 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7041
7042 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7043 HOST_FLAGS_TO_PASS.
7044 * Makefile.in: Regenerate.
7045
7046 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7047
7048 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7049 * configure: Rebuilt
7050 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7051 * Makefile.in: Rebuilt
7052
7053 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7054
7055 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7056
7057 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7058
7059 * config-ml.in: Use ac_configure_args directly instead of
7060 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7061 actually seen.
7062
7063 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7064
7065 * config-ml.in: Propagate INSTALL variables.
7066
7067 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7068
7069 * configure.in: Pass a computed --program-transform-name
7070 to subconfigures.
7071 * configure: Regenerated.
7072
7073 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7074
7075 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7076 * Makefile.in: Regenerate.
7077
7078 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7079 * Makefile.in: Regenerate.
7080
7081 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7082
7083 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7084 quoting.
7085 * configure: Regenerated.
7086
7087 2003-09-12 Michael Chastain <mec@shout.net>
7088
7089 Fix PR gdb/857.
7090 * src-release (do-proto-topleve): Remove junk files
7091 intl/config.cache, intl/config.status,
7092 intl/config.h, intl/stamp-h.
7093
7094 2003-09-14 Andrew Cagney <cagney@redhat.com>
7095
7096 * src-release (dejagnu.tar): New target.
7097 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7098 (do-djunpack): Use $(PACKAGE) for the package name.
7099
7100 2003-09-04 DJ Delorie <dj@redhat.com>
7101
7102 * configure: Regenerate.
7103
7104 2003-09-04 Robert Millan <robertmh@gnu.org>
7105
7106 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7107
7108 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7109
7110 * configure.in: Ensure arguments to sed are properly spaced.
7111 * configure: Regenerate.
7112
7113 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7114
7115 Merge from gcc:
7116 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7117 * install-sh: Update to newer upstream versions (associated with
7118 aclocal 1.7).
7119 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7120
7121 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7122
7123 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7124 * configure: Regenerated.
7125
7126 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7127
7128 * configure.in: Use newline instead of semicolon when assuming
7129 shell arguments in a for loop.
7130 * configure: Regenerated.
7131
7132 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7133
7134 PR 8180
7135 * configure.in: When testing with_libs and with_headers, treat
7136 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7137 * configure: Regenerate.
7138
7139 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7140 make, shell, etc.
7141 (baseargs): Likewise.
7142 * configure: Regenerate.
7143
7144 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7145
7146 * configure.in: Disable libgcj for darwin not on powerpc.
7147 * configure: Rebuild.
7148
7149 2003-08-15 Michael Chastain <mec@shout.net>
7150
7151 * src-release (do-proto-toplev): Remove junk files
7152 dejagnu/example/calc/config.status,
7153 dejagnu/example/calc/config.log.
7154
7155 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7156
7157 * config-ml.in, symlink-tree: Add license.
7158
7159 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7160
7161 Merge from gcc:
7162
7163 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7164 * Makefile.tpl (check, check-c++): Express dependencies using
7165 dependencies rather than commands.
7166 * Makefile.in: Regenerate.
7167
7168 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7169 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7170 * Makefile.in: Update.
7171
7172 2003-08-01 Andrew Cagney <cagney@redhat.com>
7173
7174 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7175 * configure: Ditto.
7176
7177 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7178
7179 * configure.in: Enable libgcj for darwin.
7180 * configure: Rebuild.
7181
7182 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7183
7184 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7185
7186 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7187
7188 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7189 creating target and build subdirs to build all parent dirs as needed.
7190 * Makefile.in: Rebuild.
7191 * configure.in: Don't build dirs explicitly here.
7192 * configure: Rebuild.
7193
7194 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7195
7196 * Makefile.tpl (all-make): Depend on intl.
7197 * Makefile.in: Rebuilt.
7198
7199 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7200
7201 * config.if: Remove unused libc_interface determination.
7202
7203 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7204
7205 * Makefile.in: Regenerate, correctly this time.
7206
7207 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7208
7209 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7210 unused INSTALL_PROGRAM_ARGS.
7211 * configure.in: Use AC_PROG_INSTALL.
7212 * Makefile.in: Regenerate.
7213 * configure: Regenerate.
7214
7215 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7216
7217 * configure: Rebuilt.
7218 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7219 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7220 newlib nor libgloss.
7221 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7222 * configure.in (am33_2.0-*-linux*): Added.
7223
7224 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7225
7226 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7227 * configure: Regenerate.
7228
7229 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7230
7231 * config-ml.in: Replace PWD with PWD_COMMAND.
7232 * Makefile.tpl: Likewise.
7233 * Makefile.in: Regenerated.
7234
7235 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7236
7237 * configure.in: Clean up config-lang.in handling. Delete
7238 useless assignment to "subdirs".
7239 * configure: Regenerate.
7240
7241 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7242
7243 * configure.in: Rename 'target_libs' to 'target_libraries'.
7244 Remove useless reference to 'target_libs'.
7245 * configure: Regenerate.
7246
7247 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7248
7249 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7250 * Makefile.in: Regenerate.
7251
7252 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7253
7254 * Makefile.def: Introduce flags_to_pass.
7255 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7256 * Makefile.in: Regenerate.
7257
7258 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7259
7260 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7261 and target-libgloss.
7262 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7263 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7264 * configure: Regenerate.
7265
7266 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7267
7268 * configure.in: Update testsuite_flags to new location.
7269 * configure. Regenerate.
7270
7271 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7272
7273 * Makefile.tpl: Remove BUILD_CC stuff.
7274 * Makefile.in: Regenerate.
7275
7276 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7277
7278 * config.guess: Update to 2003-06-12 version.
7279 * config.sub: Update to 2003-06-13 version.
7280
7281 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7282
7283 * MAINTAINERS: Add myself as MIPS co-maintainer.
7284
7285 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7286
7287 * config.guess: Update to 2003-06-06 version.
7288 * config.sub: Update to 2003-06-06 version.
7289
7290 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7291
7292 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7293 * configure. Regenerate.
7294
7295 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7296
7297 * configure.in: Disable serial configure by default.
7298 * configure: Regenerate.
7299 * Makefile.tpl: Abolish .NOTPARALLEL.
7300 * Makefile.in: Regenerate.
7301
7302 * Makefile.tpl: Replace {build,host,target}_canonical by
7303 {build,host,target}.
7304 * Makefile.in: Regenerate.
7305
7306 * Makefile.tpl: Fix stupid pasto.
7307 * Makefile.in: Regenerate.
7308
7309 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7310
7311 * Makefile.tpl: Remove bogus conditional.
7312 * Makefile.in: Regenerate.
7313
7314 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7315
7316 * Makefile.tpl: Make 'recursive targets' using autogen rather
7317 than shell loop. Remove duplicate 'clean' targets and false
7318 comments.
7319 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7320 Add systematic method of specifying missing targets in subdirs.
7321 Add copyright boilerplate.
7322 * Makefile.in: Regenerate.
7323 * configure.in: Add 'recursive targets' to maybe list.
7324 * configure: Regenerate.
7325
7326 * Makefile.tpl: Rename [+target+] to [+make_target+].
7327 * Makefile.def: Rename 'target' to 'make_target'.
7328
7329 2003-05-30 Nick Clifton <nickc@redhat.com>
7330
7331 * README-maintainer-mode: Update URL for locating blessed config
7332 tools.
7333
7334 2003-05-29 Robert Millan <rmh@debian.org>
7335
7336 * ltconfig: Import this patch and modify for use with current
7337 version of ltconfig:
7338
7339 2003-05-21 Bruno Haible <bruno@clisp.org>
7340
7341 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7342 GNU/FreeBSD.
7343
7344 2003-05-28 DJ Delorie <dj@redhat.com>
7345
7346 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7347 * Makefile.in: Regenerate.
7348
7349 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7350
7351 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7352
7353 2003-05-21 DJ Delorie <dj@redhat.com>
7354
7355 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7356 newlib or libgloss.
7357 * Makefile.in: Regenerate.
7358
7359 2003-05-21 DJ Delorie <dj@redhat.com>
7360
7361 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7362 * Makefile.in: Regenerate.
7363
7364 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7365
7366 * configure.in: Use curly braces in the definition of tooldir.
7367 * configure: Regenerate.
7368
7369 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7370
7371 * configure.in: Switch more things to use maybe dependencies.
7372 * Makefile.tpl: Switch more things to use maybe dependencies.
7373 Factor out common code from autogen IF statements.
7374 * configure: Regenerate.
7375 * Makefile.in: Regenerate.
7376
7377 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7378
7379 * configure.in: Accept i[3456789]86 for machine type.
7380 * configure: Regenerate.
7381
7382 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7383
7384 * configure.in: Switch more things to use maybe dependencies.
7385 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7386 * configure: Regenerate.
7387 * Makefile.tpl: Switch more things to use maybe dependencies.
7388 * Makefile.in: Regenerate.
7389
7390 2003-05-16 Andreas Schwab <schwab@suse.de>
7391
7392 * Makefile.tpl (install-opcodes): Define.
7393 * Makefile.in: Rebuild.
7394
7395 2003-05-13 Andreas Jaeger <aj@suse.de>
7396
7397 * config.guess: Update to 2003-05-09 version.
7398 * config.sub: Update to 2003-05-09 version.
7399
7400 2003-05-13 Michael Eager <eager@mvista.com>
7401
7402 * configure.in: Correct sed script so that options in quotes are not
7403 deleted.
7404 * configure: Rebuild.
7405
7406 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7407
7408 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7409 and $$s/newlib/libc/sys/cygwin32 include paths.
7410 * configure: Ditto.
7411
7412 2003-05-05 H.J. Lu <hjl@gnu.org>
7413
7414 * config-ml.in: Restored from gcc repository.
7415
7416 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7417
7418 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7419 * Makefile.in: Regenerate.
7420
7421 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7422
7423 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7424 and Makefile.def.
7425
7426 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7427
7428 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7429 * Makefile.in: Regenerated.
7430
7431 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7432
7433 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7434 * Makefile.in: Regenerate.
7435
7436 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7437
7438 * configure.in (powerpc64*-*-linux*): Remove.
7439 * configure: Rebuilt.
7440
7441 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7442
7443 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7444 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7445 and restrap.
7446 * Makefile.in: Regenerate.
7447
7448 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7449
7450 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7451 * configure: Regenerated.
7452
7453 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7454
7455 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7456 * */configure: Rebuilt.
7457
7458 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7459
7460 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7461 * Makefile.in: Regenerate.
7462
7463 2003-03-14 Michael Chastain <mec@shout.net>
7464
7465 * Makefile.in: Regenerate with correct Makefile.def.
7466
7467 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7468
7469 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7470 Make macro.
7471 * Makefile.in: Regenerate.
7472 * configure.in: Clean up gxx_include_dir logic.
7473 * configure: Regenerate.
7474
7475 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7476
7477 * configure.in (gxx_include_dir): Fix typo.
7478 * configure: Regenerated.
7479
7480 2003-03-06 Andrew Cagney <cagney@redhat.com>
7481
7482 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7483
7484 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7485
7486 * configure.in: Include $(build_tooldir)/sys-include in
7487 FLAGS_FOR_TARGET.
7488 * configure: Regenerated.
7489
7490 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7491
7492 * Makefile.tpl: Reindent.
7493 * Makefile.in: Regenerate.
7494 * configure.in: Reindent. Don't set unused variables.
7495 * configure: Regenerate.
7496
7497 * Makefile.tpl: Always pass down RANLIB.
7498 * Makefile.in: Regenerate.
7499
7500 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7501 * Makefile.in: Regenerate.
7502 * configure.in: Remove unused logic relating to --enable-shared
7503 and --enable-threads. Remove bogus comments. Remove redundant
7504 noconfigdirs.
7505 * configure: Regenerate.
7506
7507 * configure.in: Replace ${libstdcxx_version} by its value.
7508 Remove reference to mh-dgux.
7509 * configure: Regenerate.
7510
7511 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7512
7513 * Makefile.tpl: Rearrange.
7514 * Makefile.in: Regenerate.
7515
7516 2003-02-25 Nick Clifton <nickc@redhat.com>
7517
7518 * configure: Remove site-file supprot - it is obsolete.
7519
7520 2003-02-24 Uwe Stieber <uwe@wwws.de>
7521
7522 * configure.in: Add support for kaOS as cross build target system.
7523 * configure: Regenerated.
7524
7525 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7526
7527 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7528 configure-target-* as some target builds may require additional
7529 flags for preprocessor tests.
7530 * Makefile.in: Regenerated.
7531
7532 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7533
7534 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7535 * ltconfig: Handle it.
7536 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7537 auto-detecting it.
7538
7539 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7540
7541 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7542 it is used as argument to $CC.
7543 * ltcf-gcj.sh: Likewise.
7544
7545 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7546
7547 * configure.in: Introduce --enable-maintainer-mode.
7548 * configure: Rebuilt.
7549 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7550 for maintainer mode.
7551 * Makefile.in: Rebuilt.
7552
7553 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7554
7555 * configure: Regenerate using autoconf 2.13.
7556
7557 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7558
7559 * config.guess: Import latest version.
7560 * config.sub: Import latest version.
7561
7562 2003-02-18 Jason Merrill <jason@redhat.com>
7563
7564 * Makefile.tpl (check-c++): Allow parallelism.
7565
7566 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7567
7568 * configure: Regenerate using autoconf 000227.
7569
7570 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7571
7572 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7573 don't configure target-libobjc.
7574 * configure: Regenerate.
7575
7576 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7577
7578 * Makefile.tpl (RANLIB): Define.
7579 * Makefile.in: Regenerate.
7580
7581 2003-02-06 Keith R Seitz <keiths@redhat.com>
7582
7583 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7584 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7585 * Makefile.in: Regenerated.
7586 * configure.in: Remove all traces of snavigator, db, and grep.
7587 * configure: Regenerated.
7588
7589 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7590
7591 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7592 * Makefile.in: Regenerated.
7593
7594 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7595
7596 * config.if: Copy from GCC.
7597
7598 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7599
7600 * configure.in: Revert 24Jan change.
7601 * configure: Regenerate.
7602
7603 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7604
7605 * configure.in: Revert previous change.
7606 * configure: Regenerate.
7607
7608 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7609
7610 * configure.in: Make rda native-only.
7611 * configure: Regenerate.
7612
7613 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7614
7615 * configure.in: Add missing \.
7616 * configure: Rebuilt.
7617
7618 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7619
7620 * configure.in (baseargs): Avoid using \| in sed regular
7621 expressions.
7622 * configure: Rebuilt.
7623
7624 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7625
7626 * configure.in (baseargs): Remove all supported forms of
7627 --cache-file, --srcdir, --host, --build and --target options
7628 from argument lists.
7629 * configure: Rebuilt.
7630
7631 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7632
7633 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7634 * configure: Rebuilt.
7635
7636 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7637
7638 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7639 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7640 * Makefile.in: Regenerate.
7641 * configure: Regenerate.
7642
7643 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7644
7645 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7646 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7647 * Makefile.in: Regenerate.
7648
7649 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7650
7651 * configure.in: Remove Makefile in build, host and target modules
7652 unless configure was run with --no-recursion.
7653 * configure: Rebuilt.
7654
7655 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7656
7657 * config.guess: Update to 2003-01-03 version.
7658 * config.sub: Update to 2003-01-03 version.
7659
7660 2003-01-07 Christopher Faylor <cgf@redhat.com>
7661
7662 * configure: Regenerate with proper autoconf 2.13.
7663
7664 2003-01-07 Christopher Faylor <cgf@redhat.com>
7665
7666 * configure.in: Add AC_PREREQ for consistency.
7667 * configure: Regenerate.
7668
7669 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7670
7671 * configure.in (GDB_TK): Add tcl directories conditional on
7672 gdb/gdbtk directory being present.
7673 * configure: Regenerate.
7674
7675 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7676
7677 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7678 by gcc if LD is not defined and we are not doing a Canadian Cross.
7679 * configure: Rebuilt.
7680
7681 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7682
7683 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7684
7685 2002-12-31 Tom Tromey <tromey@redhat.com>
7686
7687 * Makefile.in: Rebuilt.
7688 * Makefile.def (target_modules) [libffi]: Allow installation.
7689
7690 2002-12-31 Andreas Schwab <schwab@suse.de>
7691
7692 * configure.in: Fix use of $program_transform_name.
7693 * configure: Regenerated.
7694
7695 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7696
7697 * configure.in (baseargs): Don't remove first configure argument.
7698 * configure: Regenerated.
7699
7700 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7701
7702 * Makefile.tpl (local-distclean): Don't remove...
7703 (multilib.ts): ... this. Moved into...
7704 (multilib.out): ... this. Don't use sub-make.
7705 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7706 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7707 (configure-build-[+module+], configure-[+module+],
7708 configure-target-[+module+], configure-gcc): ... these. Test
7709 for Makefile existence. Drop config.status from dependencies.
7710 * Makefile.in: Rebuilt.
7711 * configure.in: Move gcc-version-trigger to the end of
7712 ac_configure_args. Add comments to maybedep.tmp and
7713 serdep.tmp. Introduce --disable-serial-configure. Remove
7714 nonopt from baseargs, matching and removing corresponding
7715 whitespace while at it.
7716 * configure: Rebuilt.
7717
7718 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7719
7720 * configure.in (host_configargs): Replace reference to
7721 no-longer-defined buildopts with --build=${build_alias}.
7722 * configure: Rebuilt.
7723
7724 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7725
7726 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7727 program_transform_name to standard idiom.
7728 (AUTOGEN, AUTOCONF): Define.
7729 (Makefile.in): Use $(AUTOGEN).
7730 (Makefile): Depend on config.status, and use autoconf-style rule to
7731 build it. Move original commands to...
7732 (config.status): ... this new target.
7733 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7734 $(AUTOCONF).
7735 * Makefile.in: Rebuilt.
7736
7737 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7738
7739 * Makefile.tpl: Fix dramatic bustage due to change in
7740 program_transform_name.
7741 * Makefile.in: Regenerate.
7742
7743 * configure.in: Remove unnecessary PATH setting.
7744 * configure: Regnerate.
7745
7746 * configure.in: Don't default to unprefixed tools unless
7747 the native tools will work.
7748 * configure: Regenerate.
7749
7750 * configure.in: Convert to autoconf script. Blow away lots
7751 of now-redundant Makefile fragments.
7752 * configure: Generate using Autoconf.
7753 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7754 * Makefile.in: Regenerate.
7755
7756 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7757
7758 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7759 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7760
7761 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7762 where they belong.
7763
7764 2002-12-24 Andreas Schwab <schwab@suse.de>
7765
7766 * Makefile.tpl (multilib.out): Fix missing space.
7767 * Makefile.in: Regenerate.
7768
7769 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7770
7771 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7772 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7773 * Makefile.in: Regenerate.
7774 * configure.in: Remove unnecessary leftovers.
7775
7776 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7777
7778 * configure.in (extra_ranlibflags_for_target): New variable.
7779 (*-*-darwin): Add -c to ranlib commands.
7780 * configure (tooldir): Handle extra_ranlibflags_for_target.
7781
7782 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7783
7784 * COPYING.NEWLIB: Updated.
7785 * COPYING.LIBGLOSS: Ditto.
7786
7787 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7788
7789 * Makefile.tpl: Revert HJL's change.
7790 * Makefile.in: Regenerated.
7791 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7792 always.
7793
7794 2002-12-19 Andreas Schwab <schwab@suse.de>
7795
7796 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7797 * Makefile.in: Regenerate.
7798
7799 2002-12-18 H.J. Lu <hjl@gnu.org>
7800
7801 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7802 * Makefile.in: Regenerated.
7803
7804 * configure.in (build_prefix): New. Substitute.
7805
7806 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7807
7808 * Makefile.tpl: Don't let real targets depend on phony targets.
7809 * Makefile.in: Regenerate.
7810
7811 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7812 * Makefile.in: Regenerate.
7813
7814 2002-12-16 Jason Merrill <jason@redhat.com>
7815
7816 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7817 previous 'make bootstrap'.
7818 * Makefile.in: Regenerate.
7819
7820 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7821
7822 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7823
7824 2002-12-13 Jason Merrill <jason@redhat.com>
7825
7826 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7827 library tests.
7828 (check-c++): Just depend on it and check-target-libstdc++-v3.
7829 * Makefile.in: Regenerate.
7830
7831 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7832
7833 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7834 * Makefile.in: Regenerate.
7835
7836 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7837
7838 * COPYING.NEWLIB: Update list of alternate Regent of California
7839 licenses and discuss official revoking of advertising clause.
7840 * COPYING.LIBGLOSS: Ditto.
7841
7842 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7843
7844 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7845 * Makefile.in: Rebuilt.
7846
7847 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7848
7849 * configure: Fix bug put in by gremlins.
7850
7851 * Makefile.tpl: Substitute more autoconfily.
7852 * configure: Substitute more autoconfily.
7853 * Makefile.in: Regenerate.
7854
7855 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7856
7857 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7858 * Makefile.in (all-sim): Ditto.
7859
7860 2002-12-06 DJ Delorie <dj@redhat.com>
7861
7862 * Makefile.tpl: Change configure dependencies to not have real
7863 targets depend on phony targets.
7864
7865 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7866
7867 * configure.in: Revert unintentional change.
7868
7869 * src-release: Configure host subdirs.
7870
7871 * Makefile.tpl: Change dependency for */multilib.out so that
7872 it works when gcc isn't in the tree.
7873
7874 * configure.in: Substitute more.
7875 * configure: Run subconfigures from the Makefile.
7876 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7877 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7878
7879 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7880
7881 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7882 and corresponding dependencies.
7883 * Makefile.in: Regenerate.
7884
7885 * configure.in (host_tools): Order binutils, gas and ld for
7886 convenience in running the testsuites.
7887
7888 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7889 * Makefile.in: Regenerate.
7890 * configure.in: Introduce rules to serialize subconfigure runs.
7891
7892 * configure.in: Introduce BASE_CC_FOR_TARGET.
7893 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7894 Realize configure-build-* targets. Realize configure-target-* targets.
7895 * Makefile.in: Regenerate.
7896
7897 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7898
7899 * configure: Move gcc_version_trigger stuff from here...
7900 * configure.in: ...to here.
7901
7902 * configure.in: Separate subconfigure options added by this file from
7903 options given by the user. Add machinery to put args for host
7904 subconfigures into the Makefile.
7905
7906 * Makefile.tpl: Remove 'vault' targets.
7907 * Makefile.tpl: Reorder and comment dependencies.
7908 * Makefile.in: Regenerate.
7909
7910 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7911
7912 * configure.in: Move host-specific darwin noconfigdirs into
7913 the host-specific section.
7914
7915 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7916
7917 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7918 during replay.
7919 * Makefile.in: Regenerate.
7920
7921 (finishing slow-motion replay)
7922 * configure: Remove skip-this-dir support.
7923 * Makefile.tpl: Remove skip-this-dir support.
7924
7925 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7926 subdirectories.
7927 * Makefile.in: Regenerate.
7928
7929 * Makefile.tpl: Strip out useless setting of 'dir'.
7930 * Makefile.in: Regenerate.
7931
7932 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7933
7934 (finishing slow-motion replay)
7935 * configure.in: Fix deeply stupid bug.
7936
7937 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7938 shell code in CXX_FOR_TARGET
7939 * Makefile.def: Introduce raw_cxx.
7940 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7941 RAW_CXX_FOR_TARGET.
7942 * Makefile.in: Regenerate.
7943
7944 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7945
7946 (finishing slow-motion replay)
7947 * Makefile.tpl: Remove unnecessary ifs.
7948 * Makefile.in: Regenerate.
7949
7950 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7951 dependencies. Maybe-ize build-libiberty. Create dummy install
7952 targets for 'no_install' modules.
7953 * configure: Move GDB_TK substitution to configure.in. Move
7954 build_modules stuff to configure.in.
7955 * configure.in: Implement soft dependency machinery. Maybe-ize
7956 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7957 * Makefile.in: Regenerate.
7958
7959 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7960
7961 (continuing slow-motion replay)
7962 * Makefile.tpl: Make all-target, install-target behave similarly
7963 to all, install (only hitting configured targets). Eliminate
7964 unused macro defintions.
7965
7966 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7967 build != host.
7968
7969 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7970
7971 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7972
7973 * configure.in: Produce lists of subdir targets we're actually
7974 configuring. Remove references to "dosrel".
7975 * Makefile.tpl: Let configure set which subdir targets are hit.
7976 Remove install-cross; clean up install; remove ALL. Remove
7977 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7978 Autogenerate host module targets. Remove empty dependency lines
7979 and redundant dependency; rearrange slightly.
7980 * Makefile.def: Add host-side libtermcap, utils.
7981
7982 * Makefile.in: Regenerate.
7983
7984 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7985
7986 (Continuing slow-motion replay)
7987 * Makefile.def: Add list of recursive targets to autogenerate.
7988 Add build_modules.
7989 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7990 targets. Autogenerate *-build-* targets.
7991 * Makefile.in: Regenerate.
7992
7993 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7994
7995 (Continuing slow-motion replay)
7996 * configure: More autoconf-style substitutions.
7997 * Makefile.tpl: More autoconf-style substitutions.
7998 * Makefile.in: Regenerate.
7999
8000 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8001
8002 (Continuing slow-motion replay)
8003 * configure: Substitute more variables in a more autoconf-friendly
8004 way. Simplify slightly.
8005 * Makefile.tpl: Make more variables substitutable in an
8006 autoconf-friendly way.
8007 * Makefile.in: Regenerate.
8008
8009 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8010
8011 (Continuing slow-motion replay)
8012 * configure.in (v810*): Remove special setting of tools.
8013
8014 * configure: Add support for extra required flags for ar or nm.
8015 * configure.in (aix4.3+): Use above support for target-specific
8016 issues, rather than using config/mt-aix43.
8017
8018 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8019
8020 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8021 * configure: Remove 'removing', which doesn't work. Replace $subdir
8022 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8023 with $srcdir. Reformat indentation. Substitute some variables
8024 formerly hard-coded in the Makefile for build=host.
8025 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8026 * Makefile.def: Autogenerate more.
8027 * Makefile.in: Regenerate.
8028
8029 2002-11-13 Bruce Korb <bkorb@gnu.org>
8030
8031 * Makefile.tpl: syntactic cleanup
8032
8033 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8034
8035 * Makefile.def (host_modules): Add rda.
8036 * Makefile.in: Regenerate.
8037 * configure.in (target_tool): Add target-rda to list.
8038
8039 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8040
8041 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8042 and restrap targets to this rule.
8043 * Makefile.in: Regenerate.
8044
8045 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8046
8047 * configure.in (i[3456]86-*-linux*): Add check to disable
8048 ${libgcj} for glibc1.
8049
8050 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8051
8052 * configure.in: Add tic4x target.
8053
8054 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8055
8056 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8057 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8058 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8059 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8060 * Makefile.in: Regenerate.
8061
8062 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8063
8064 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8065 * Makefile.in: Regenerate.
8066
8067 * Makefile.def: Remove order dependency comments.
8068 * Makefile.tpl: Add explicit install-install dependencies.
8069 * Makefile.in: Regenerate.
8070
8071 * Makefile.tpl: Remove material now in src-release. (Finally!)
8072 * Makefile.in: Regenerate.
8073
8074 * configure: Restore my original patch by syncing with gcc version.
8075
8076 * Bring following over from gcc:
8077
8078 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8079
8080 * configure.in (s390*-*-linux*): Enable libgcj.
8081
8082 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8083
8084 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8085
8086 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8087
8088 * configure: Move stray lines back to where they belong.
8089
8090 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8091
8092 * Makefile.tpl: Insert configure-target target, for src-release.
8093
8094 * configure: Finish reverting change which Andrew Cagney started
8095 reverting. Should fix bustage.
8096
8097 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8098 * src-release: New file. Contains material for making net
8099 releases for gdb, binutils, et al., formerly in Makefile.in.
8100
8101 2002-09-30 Nick Clifton <nickc@redhat.com>
8102
8103 * cpu: New top level directory. Intended to hold input files for
8104 CGEN which have FSF copyright assignment.
8105 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8106
8107 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8108
8109 Revert below (note that src does not contain Makefile.tpl):
8110 * Makefile.tpl: Make subsituted variables more autoconfy.
8111 * Makefile.in: Regenerate.
8112
8113 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8114
8115 * configure: Revert accidentally applied changes.
8116
8117 * Makefile.tpl: Make more autoconf-friendly.
8118 * Makefile.in: Regenerate.
8119 * configure: Make substitution more autoconf-like.
8120
8121 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8122
8123 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8124 single entry to handle all these.
8125 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8126 libjava on arm-*-elf.
8127
8128 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8129
8130 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8131 things that depend on them.
8132
8133 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8134
8135 * Makefile.tpl: Make subsituted variables more autoconfy.
8136 * Makefile.in: Regenerate.
8137 * configure: Make seds more autoconfy.
8138
8139 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8140
8141 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8142 * Makefile.in: Regenerate.
8143 * configure.in: Rewrite sed statements to look autoconfy.
8144
8145 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8146 all-target-foo on configure-target-foo.
8147 * Makefile.def: Ditto.
8148 * Makefile.in: Rebuild.
8149
8150 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8151
8152 * Makefile.def: New file.
8153 * Makefile.tpl: New file.
8154 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8155
8156 * configure.in: Minor rearrangement. Simplify tests.
8157
8158 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8159
8160 * configure.in (with_headers): Skip copy if value is "yes".
8161 (with_libs): Likewise.
8162
8163 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8164
8165 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8166 * configure.in (sh*-*-pe*): Ditto.
8167 * configure.in (mips*-*-pe*): Ditto.
8168 * configure.in (*arm-wince-pe): Ditto.
8169
8170 * configure.in: Rearrange.
8171
8172 2002-09-12 Nick Clifton <nickc@redhat.com>
8173
8174 * Import these changes from the config master repository:
8175
8176 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8177
8178 * config.sub: Add tic4x target.
8179
8180 2002-09-03 Ben Elliston <bje@redhat.com>
8181
8182 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8183 Reported by <Duncan_Stodart@insession.com>.
8184
8185 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8186
8187 * COPYING.NEWLIB: More updates.
8188
8189 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8190
8191 * COPYING.NEWLIB: Update.
8192
8193 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8194
8195 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8196
8197 * config.guess: Import version 2002-08-23.
8198 * config.sub: Import version 2002-08-22.
8199
8200 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8201
8202 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8203 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8204 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8205
8206 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8207
8208 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8209
8210 2002-08-04 H.J. Lu (hjl@gnu.org)
8211
8212 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8213
8214 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8215
8216 * configure.in: Move generic linux case to end. Copy generic
8217 linux noconfigdirs to mips*-*-linux* entry and new
8218 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8219
8220 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8221
8222 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8223 one instance of them which was missed to the list to update.
8224
8225 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8226
8227 * config.guess: Update to 2002-07-09 version.
8228 * config.sub: Update to 2002-07-03 version.
8229
8230 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8231
8232 * configure.in: Remove two redundant tests.
8233
8234 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8235
8236 * configure.in (mips*-*-irix6*o32): Enable stabs.
8237
8238 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8239
8240 * configure.in: Don't build grez.
8241 * Makefile.in: Ditto.
8242
8243 * Makefile.in: Remove references to bsp, cygmon, libstub.
8244 * configure.in: Ditto.
8245
8246 * configure.in: Remove leftover reference to gdbtest.
8247
8248 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8249
8250 * configure.in (gxx_include_dir): Change to match versioned
8251 C++ headers if --enable-version-specific-runtime-libs is used.
8252
8253 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8254
8255 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8256
8257 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8258
8259 * configure.in: Make --without-x work.
8260
8261 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8262
8263 * contrib: New directory. Created to contain a copy of the
8264 texi2pod.pl script so that it is in the same place as the version in
8265 the FSF GCC sources.
8266
8267 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8268
8269 * configure.in: Rearrange target Makefile fragment collection.
8270
8271 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8272 cvs[src].
8273 * configure.in: Ditto.
8274
8275 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8276
8277 * Makefile.in: Eliminate 'apache' targets.
8278 * configure.in: Eliminate 'apache' targets.
8279
8280 * configure.in: Eliminate redundant tests. Reorganize.
8281
8282 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8283
8284 * config-ml.in: Eliminate references to Cygnus configure.
8285
8286 * Makefile.in: Eliminate references to building emacs.
8287
8288 2002-07-01 Denis Chertykov <denisc@overta.ru>
8289
8290 * configure.in: Add support for ip2k.
8291
8292 2002-06-24 Ben Elliston <bje@redhat.com>
8293
8294 * configure.in (host_tools): Remove cgen.
8295
8296 * Makefile.in (all-cgen): Remove; runs from its source directory.
8297 (check-cgen, install-cgen, clean-cgen): Likewise.
8298 (all-opcodes): No not depend on all-cgen.
8299 (all-sim): Likewise.
8300
8301 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8302
8303 * configure.in: Fix AIX configury bug.
8304
8305 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8306
8307 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8308
8309 * configure.in: Move definition of libstdcxx_flags right above
8310 usage, rather than way earlier.
8311
8312 * configure.in: Pull definition of is_cross_compiler earlier.
8313
8314 * configure.in: Rearrange a little.
8315
8316 * configure.in: Remove references to librx.
8317 * Makefile.in: Remove references to librx.
8318
8319 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8320
8321 * configure.in: Eliminate ${gasdir} variable.
8322
8323 2002-06-18 Dave Brolley <brolley@redhat.com>
8324
8325 * configure.in: Add support for frv.
8326 * config.sub: Add support for frv.
8327
8328 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8329
8330 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8331
8332 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8333
8334 * configure.in (vax-*-netbsd*): Re-enable gas.
8335
8336 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8337
8338 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8339 BUILD_PREFIX_1, to correct nomenclature.
8340 * configure: Likewise.
8341
8342 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8343 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8344
8345 2002-05-31 Olaf Hering <olh@suse.de>
8346
8347 * config-ml.in: Propogate DESTDIR also.
8348
8349 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8350
8351 * configure.in (vax-*-netbsd*): Don't build gas for this
8352 platform.
8353
8354 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8355
8356 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8357 and libgcj for AVR.
8358
8359 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8360
8361 * config.sub: Add DLX target.
8362
8363 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8364
8365 * config.guess: Update to 2002-05-22 version.
8366 * config.sub: Likewise.
8367
8368 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8369
8370 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8371 * config-ml.in: Likewise.
8372 * configure: Likewise.
8373 * configure.in: Likewise.
8374
8375 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8376
8377 * configure.in: Simplify makefile fragment collection.
8378
8379 * configure.in: Remove code to build emacs.
8380
8381 * configure.in : Remove --srcdir argument from targargs and buildargs
8382 (it's always overridden in the Makefile anyway). Rearrange a bit.
8383
8384 * configure: Move some logic to configure.in.
8385 * configure.in: Move some logic from configure.
8386
8387 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8388
8389 * COPYING.LIBGLOSS: New file.
8390
8391 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8392
8393 * Makefile.in: Honour DESTDIR.
8394
8395 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8396
8397 * configure.in (noconfigdirs): Don't disable libgcj on
8398 sparc64-*-solaris* and sparcv9-*-solaris*.
8399
8400 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8401
8402 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8403
8404 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8405
8406 * configure.in (FLAGS_FOR_TARGET): Do not add
8407 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8408 on i[3456]86-*-linux*.
8409
8410 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8411
8412 * configure.in (noconfigdirs): Replace [ ] with test.
8413
8414 * configure.in (noconfigdirs): Do not add target-newlib if
8415 target == i[3456]86-*-linux*, and host == target.
8416
8417 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8418
8419 * config.guess: Updated to 2002-04-26's version.
8420 * config.sub: Updated to 2002-04-26's version.
8421
8422 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8423
8424 * configure.in: delete reference to absent file
8425
8426 * configure.in: replace '[' with 'test'
8427
8428 * configure.in: Eliminate references to gash.
8429 * Makefile.in: Eliminate references to gash.
8430
8431 * configure.in: remove useless references to 'pic' makefile fragments.
8432
8433 * configure.in: (*-*-windows*) Finish removing.
8434
8435 * configure.in: Eliminate redundant test for libgui.
8436
8437 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8438
8439 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8440 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8441
8442 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8443
8444 * configure.in: remove references to dead files
8445
8446 2002-04-18 Tom Tromey <tromey@redhat.com>
8447
8448 * configure.in: Disallow configuring libgcj when it is already
8449 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8450 Solaris 2.8 by default. For PR libgcj/6158.
8451
8452 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8453
8454 * configure.in: Move default CC setting out of config/mh-* fragments
8455 directly into here.
8456
8457 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8458
8459 * configure.in: don't even try to configure or make a subdirectory
8460 if there's no configure script for it.
8461
8462 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8463
8464 * MAINTAINERS: Remove chill maintainers.
8465 * Makefile.in (CHILLFLAGS): Remove.
8466 (CHILL_LIB): Remove.
8467 (TARGET_CONFIGDIRS): Remove libchill.
8468 (CHILL_FOR_TARGET): Remove.
8469 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8470 CHILL_LIB.
8471 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8472 (CHECK_TARGET_MODULES): Likewise.
8473 (INSTALL_TARGET_MODULES): Likewise.
8474 (CLEAN_TARGET_MODULES): Likewise.
8475 (configure-target-libchill): Remove.
8476 (all-target-libchill): Remove.
8477 * configure.in (target_libs): Remove target-libchill.
8478 Do not compute CHILL_FOR_TARGET.
8479 * libchill: Remove directory.
8480
8481 2002-04-15 DJ Delorie <dj@redhat.com>
8482
8483 * Makefile.in, configure.in, configure: Sync with gcc, entries
8484 follow...
8485
8486 2002-04-08 Tom Tromey <tromey@redhat.com>
8487
8488 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8489 Fixes PR libgcj/6068.
8490
8491 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8492
8493 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8494
8495 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8496
8497 * configure.in (alpha*-dec-osf*): Enable libgcj.
8498
8499 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8500
8501 Fix for: PR bootstrap/3591, target/5676
8502 * configure.in (mcore-pe): Disable the configuration of
8503 libstdc++-v3 since exceptions are not supported.
8504
8505 2002-03-20 Anthony Green <green@redhat.com>
8506
8507 * configure.in: Enable libgcj for xscale-elf target.
8508
8509 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8510
8511 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8512 libjava.
8513 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8514
8515 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8516
8517 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8518 libstdc++-v3 and libjava.
8519
8520 2002-02-11 Adam Megacz <adam@xwt.org>
8521
8522 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8523 boehm-gc
8524
8525 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8526
8527 * config.guess: Updated to 2002-01-30's version.
8528 * config.sub: Updated to 2002-02-01's version.
8529 Contribute sh64-elf.
8530 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8531 * configure.in: Added sh64-*-*.
8532
8533 2002-01-17 H.J. Lu <hjl@gnu.org>
8534
8535 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8536 (all-target-fastjar): Also depend on all-target-libiberty.
8537
8538 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8539
8540 * configure, configure.in: Use temp file for long sed commands.
8541
8542 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8543
8544 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8545 libf2c.
8546
8547 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8548
8549 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8550
8551 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8552
8553 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8554
8555 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8556
8557 * configure: Handle temporary files securely using mkdir.
8558
8559 2001-09-26 Will Cohen <wcohen@redhat.com>
8560
8561 * configure.in (*-*-linux*): Disable configuration of target-newlib
8562 and target-libgloss.
8563
8564 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8565
8566 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8567 RANLIB.
8568
8569 2001-08-11 Graham Stott <grahams@redhat.com>
8570
8571 * Makefile.in (check-c++): Add missing semicolon.
8572
8573 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8574
8575 * configure.in (sh-*-linux*): New.
8576
8577 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8578
8579 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8580 and libgcj on m68hc11/m68hc12.
8581
8582 2001-06-27 H.J. Lu (hjl@gnu.org)
8583
8584 * Makefile (CFLAGS_FOR_BUILD): New.
8585 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8586
8587 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8588
8589 * configure.in (libstdcxx_flags): Do not try to execute
8590 libstdc++-v3/testsuite_flags until it exists.
8591
8592 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8593
8594 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8595
8596 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8597
8598 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8599
8600 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8601
8602 * configure.in: Move *-chorusos target case to the proper switch.
8603 Disable libgcj.
8604
8605 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8606
8607 * Makefile.in (STAGE1_CFLAGS): Pass down.
8608
8609 2001-04-13 Alan Modra <amodra@one.net.au>
8610
8611 * config.guess: Add hppa64-linux support. Note for next import that
8612 this is already in the master file.
8613 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8614
8615 2001-03-22 Colin Howell <chowell@redhat.com>
8616
8617 * Makefile.in (DO_X): Do not backslash single-quotes in
8618 backquotes (two places).
8619
8620 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8621
8622 * Makefile.in (DO_X): Quote nested quotes.
8623
8624 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8625
8626 * Makefile.in (DO_X): Use double quotes for quoting
8627 "RANLIB=$${RANLIB}".
8628
8629 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8630
8631 * configure.in: Only use `lang_requires' for languages athat are
8632 actually enabled.
8633
8634 2001-03-07 Tom Tromey <tromey@redhat.com>
8635
8636 * configure.in: Allow config-lang.in to set `lang_requires' to list
8637 of other required languages.
8638
8639 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8640
8641 * Makefile.in: Remove RANLIB definition. Use RANLIB
8642 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8643 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8644
8645 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8646 Alexandre Oliva <aoliva@redhat.com>
8647
8648 * Makefile.in (check-c++): Use tabs, not spaces.
8649
8650 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8651
8652 * Makefile.in (check-c++): New rule.
8653
8654 * configure.in (target_libs): Remove libg++.
8655 (noconfigdirs): Remove libg++.
8656 (noconfigdirs): Same.
8657 (noconfigdirs): Same.
8658 (noconfigdirs): Same.
8659
8660 * config-ml.in: Remove libg++ references.
8661
8662 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8663 (ALL_TARGET_MODULES): Same.
8664 (configure-target-libg++): Remove.
8665 (all-target-libg++): Remove.
8666 (configure-target-libio): Remove.
8667 (all-target-libio): Remove.
8668 (check-target-libio): Remove.
8669 (.PHONY): Remove.
8670 (libg++.tar.bz2): Remove.
8671 (all-target-cygmon): Remove libio.
8672 (all-target-libstdc++): Remove.
8673 (configure-target-libstdc++): Remove.
8674 (TARGET_LIB_PATH): Remove libstdc++.
8675 (ALL_GCC_CXX): Remove libstdc++.
8676 (all-target-gperf): Correct.
8677
8678 2001-02-15 Anthony Green <green@redhat.com>
8679
8680 * configure: Introduce GCJ_FOR_TARGET.
8681 * configure.in: Ditto.
8682 * Makefile.in: Ditto.
8683
8684 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8685
8686 * configure.in: for *-chorusos, don't config target-newlib and
8687 target-libgloss.
8688
8689 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8690
8691 Remove V2 C++ library.
8692 * configure.in: Remove --enable-libstdcxx_v3 support.
8693
8694 2001-01-27 Richard Henderson <rth@redhat.com>
8695
8696 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8697
8698 2001-01-26 Tom Tromey <tromey@redhat.com>
8699
8700 * configure.in: Allow libgcj to be built on Sparc Solaris.
8701
8702 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8703
8704 * configure.in: Enable libgcj on several additional platforms.
8705
8706 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8707
8708 * configure.in: Enable libgcj for linux targets.
8709
8710 2001-01-09 Mike Stump <mrs@wrs.com>
8711
8712 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8713 failures of subdirectories.
8714
8715 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8716
8717 * configure: handle DOS-style absolute paths.
8718
8719 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8720
8721 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8722
8723 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8724
8725 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8726 (libstdcxx_incdir): Pass down.
8727 * config.if: Remove expired bits for cxx_interface, add stub.
8728 (libstdcxx_incdir): Add variable for g++ include directory.
8729 * configure.in (gxx_include_dir): Use it.
8730
8731 2000-12-15 Andreas Jaeger <aj@suse.de>
8732
8733 * configure.in: Handle lang_dirs.
8734
8735 2000-12-13 Anthony Green <green@redhat.com>
8736
8737 * configure.in: Disable libgcj for any target not specifically
8738 listed. Disable libgcj for x86 and Alpha Linux until compatible
8739 with g++ abi.
8740
8741 2000-12-13 Mike Stump <mrs@wrs.com>
8742
8743 * Makefile.in (local-distclean): Also remove fastjar.
8744
8745 2000-12-10 Anthony Green <green@redhat.com>
8746
8747 * configure.in: Define libgcj. Disable libgcj target libraries for
8748 most targets.
8749
8750 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8751
8752 * configure.in (target_libs): Revert 2000-12-08 patch.
8753 (noconfigdirs): Added target-libjava.
8754
8755 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8756
8757 * Makefile.in: handle DOS-style absolute paths.
8758
8759 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8760
8761 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8762 libjava.
8763 * configure.in (target_libs): Removed `target-libjava'.
8764
8765 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8766
8767 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8768 (ALL_MODULES): Added fastjar.
8769 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8770 (all-target-libjava): all-fastjar replaces all-zip.
8771 (all-fastjar): Added.
8772 (configure-target-fastjar, all-target-fastjar): Likewise.
8773 * configure.in (host_tools): Added fastjar.
8774
8775 2000-12-07 Mike Stump <mrs@wrs.com>
8776
8777 * Makefile.in (local-distclean): Remove leftover built files.
8778
8779 2000-11-16 Fred Fish <fnf@be.com>
8780
8781 * configure.in (enable_libstdcxx_v3): Fix typo,
8782 libstd++ -> libstdc++.
8783
8784 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8785
8786 * configure: Provide the original toplevel configure arguments
8787 (including $0) to subprocesses in the environment rather than
8788 through gcc/configargs.h.
8789
8790 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8791
8792 * configure: Turn on libstdc++ V3 by default.
8793
8794 2000-10-16 Michael Meissner <meissner@redhat.com>
8795
8796 * configure (gcc/configargs.h): Only create if there is a build GCC
8797 directory created.
8798
8799 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8800
8801 * configure: Save configure arguments to gcc/configargs.h.
8802
8803 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8804
8805 * Makefile.in (bootstrap): avoid recursion if subdir missing
8806 (cross): ditto
8807 (do-proto-toplev): ditto
8808
8809 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8810
8811 * configure.in: Do not build byacc for hppa64. Provide paths to the
8812 X11 libraries for hppa64.
8813
8814 2000-09-02 Anthony Green <green@cygnus.com>
8815
8816 * Makefile.in (all-gcc): Depend on all-zlib.
8817 (CLEAN_MODULES): Add clean-zlib.
8818 (ALL_MODULES): Add all-zlib.
8819 * configure.in (host_libs): Add zlib.
8820
8821 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8822
8823 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8824 $targargs to tell whether newlib is going to be built.
8825
8826 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8827 $$r/TARGET_SUBDIR/libio for _G_config.h.
8828
8829 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8830
8831 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8832
8833 * configure: Make enable_threads and enable_shared defaults
8834 explicit. Substitute enable_threads into generated Makefiles.
8835 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8836 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8837
8838 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8839
8840 * configure.in: Re-enable all references to libg++ and librx.
8841
8842 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8843
8844 * configure.in: Add *-*-freebsd* configurations.
8845
8846 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8847
8848 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8849 (do-tar, do-bz2): New rules.
8850 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8851 (gdb-tar): New rule.
8852 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8853 (insight_dejagnu.tar): New rule.
8854 (insight.tar): New rule.
8855 (gdb+dejagnu.tar): New rule.
8856 (gdb.tar): New rule.
8857
8858 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8859
8860 * MAINTAINERS: Update dejagnu/
8861
8862 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * ltmain.sh (relink_command): Fix typo in previous change.
8865
8866 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8867
8868 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8869 (relink_command): Added --tag flags.
8870 (mode=install): If relinking fails; error out.
8871
8872 2002-03-12 Richard Henderson <rth@redhat.com>
8873
8874 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8875 .NOTPARALLEL tag.
8876 (do-check): Rename from check.
8877 (check): Allow parallel check.
8878
8879 2002-03-11 Richard Henderson <rth@redhat.com>
8880
8881 * Makefile.in (.NOTPARALLEL): Add fake tag.
8882
8883 2002-03-07 H.J. Lu (hjl@gnu.org)
8884
8885 * configure.in: Enable gprof for mips*-*-linux*.
8886
8887 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8888
8889 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8890 libjava.
8891 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8892
8893 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8894
8895 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8896
8897 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8898
8899 * config.guess: Import from master sources, rev 1.232.
8900 * config.sub: Import from master sources, rev 1.246.
8901
8902 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8903
8904 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8905 because its Makefile is there; test for the executable instead.
8906
8907 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8908
8909 Contribute sh64-elf.
8910 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8911 * configure.in: Added sh64-*-*.
8912
8913 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8914
8915 * COPYING.NEWLIB: Remove advertising clause from
8916 Berkeley and Red Hat licenses.
8917
8918 2002-02-01 Mo DeJong <supermo@bayarea.net>
8919
8920 * Makefile.in: Add all-tix to deps for all-snavigator
8921 so that tix is built when building snavigator.
8922
8923 2002-02-01 Ben Elliston <bje@redhat.com>
8924
8925 * config.guess: Import from master sources, rev 1.229.
8926 * config.sub: Import from master sources, rev 1.240.
8927
8928 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8929
8930 From Steve Ellcey <sje@cup.hp.com>:
8931 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8932 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8933 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8934 IA64.
8935 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8936 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8937 soname_spec, sys_lib_search_path_spec): Ditto.
8938
8939 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8940
8941 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8942 target-libiberty, and target-libgloss. Skip Java-related
8943 libraries if not supported for NetBSD on target CPU.
8944
8945 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8946
8947 * configure.in: Import StrongARM and XScale target_configdirs from
8948 FSF GCC version.
8949
8950 2002-01-16 H.J. Lu (hjl@gnu.org)
8951
8952 * config.guess: Import from master sources, rev 1.225.
8953 * config.sub: Import from master sources, rev 1.238.
8954
8955 * MAINTAINERS: Updated notes on config.guess and config.sub.
8956
8957 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8958
8959 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8960 ld and gdb are not supported.
8961
8962 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8963
8964 * Change reference to Cygnus Solutions to be Red Hat.
8965
8966 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8967
8968 * COPYING.NEWLIB: Update generic copyright date.
8969
8970 2002-01-07 Mark Salter <msalter@redhat.com>
8971
8972 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8973 Allow target-libgloss to be built for arm, strongarm, and xscale.
8974
8975 2002-01-03 Ben Elliston <bje@redhat.com>
8976
8977 * MAINTAINERS: Update URL for config.* scripts.
8978
8979 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8980
8981 * config.sub: Import latest version.
8982 * config.guess: Likewise.
8983
8984 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8985
8986 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8987 options for i[3456]86-pc-linux* native builds.
8988
8989 2001-12-05 Laurent Guerby <guerby@acm.org>
8990
8991 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8992 libiberty.
8993
8994 Import this patch from gcc:
8995
8996 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8997
8998 * symlink-tree: handle DOS-style absolute paths.
8999
9000 2001-11-28 DJ Delorie <dj@redhat.com>
9001 Zack Weinberg <zack@codesourcery.com>
9002
9003 When build != host, create libiberty for the build machine.
9004
9005 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9006 CONFIG_ARGUMENTS.
9007 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9008 New variables.
9009 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9010 and rules.
9011 (all.normal): Depend on ALL_BUILD_MODULES.
9012 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9013 (all-build-libiberty): Depend on configure-build-libiberty.
9014
9015 * configure: Calculate and substitute proper value for
9016 ALL_BUILD_MODULES.
9017 * configure.in: Create the build subdirectory.
9018 Calculate and substitute TARGET_CONFIGARGS (formerly
9019 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9020
9021 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
9022
9023 * config.sub: Update to version 1.232 on subversion.
9024
9025 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9026
9027 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9028 files from .po files for a distribution.
9029
9030 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9031
9032 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9033
9034 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9035
9036 Merged from net gcc:
9037 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9038 * ltcf-c.sh: Use $objext, not $ac_objext.
9039 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9040 * ltcf-cxx.sh: Add support for GNU.
9041 2001-07-22 Timothy Wall <twall@redhat.com>
9042 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9043 default settings if using GNU tools with that configuration.
9044 * ltcf-cxx.sh: Ditto.
9045 * ltcf-gcj.sh: Ditto.
9046 2001-07-21 Michael Chastain <chastain@redhat.com>
9047 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9048 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9049 * ltmain.sh: Mark as gcc-local.
9050
9051 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9052
9053 * Makefile.in (all-bison): Revert 2001-10-24.
9054 Don't depend on texinfo.
9055
9056 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9057
9058 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9059
9060 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9061
9062 * configure.in (--enable-languages): Be more permissive about
9063 syntax. Check for empty lists better. Warn about $LANGUAGES.
9064
9065 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9066
9067 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9068
9069 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9070
9071 Makefile.in (all-bison): Don't depend on texinfo.
9072
9073 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9074
9075 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9076
9077 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9078
9079 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9080
9081 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9082
9083 * config.sub, config.guess: Import latest from subversions.
9084
9085 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9086
9087 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9088 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9089 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9090 avoid quotes nesting problems.
9091 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9092 (DO_X): Export only variables that are set.
9093
9094 2001-09-19 Ben Elliston <bje@redhat.com>
9095
9096 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9097 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9098 semantics. Use the shell built-in "type" command instead.
9099
9100 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9101
9102 * config.sub: Reverted the earlier change, this version is not the
9103 master file.
9104
9105 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9106
9107 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9108 Add support for mips64.
9109
9110 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9111
9112 * configure.in: Enable libstdc++-v3 for h8300 targets.
9113
9114 2001-08-30 Eric Christopher <echristo@redhat.com>
9115 Jason Eckhardt <jle@redhat.com>
9116
9117 * config.sub: Add support for mipsisa32.
9118
9119 2001-08-30 Eric Christopher <echristo@redhat.com>
9120
9121 * config.sub, config.guess: Import latest from subversions.
9122
9123 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9124
9125 * config.sub, config.guess: Import latest from subversions.
9126
9127 2001-07-26 DJ Delorie <dj@redhat.com>
9128
9129 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9130
9131 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9132
9133 * Makefile.in: Revert 2001-06-17.
9134 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9135
9136 2001-06-17 H.J. Lu <hjl@gnu.org>
9137
9138 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9139 (gas+binutils.tar.bz2): Likewise.
9140 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9141
9142 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9143
9144 * Makefile.in (VER): When present, extract the version number from
9145 the file version.in.
9146
9147 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9148
9149 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9150 gcc/xgcc is built, use -print-prog-name to find out the program
9151 name to use.
9152
9153 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9154
9155 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9156 with_gcc]: Use `gcc -shared' to build a shared library.
9157
9158 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9159
9160 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9161 archives.
9162
9163 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9164
9165 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9166 libraries when using g++ with native linker.
9167
9168 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9169
9170 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9171
9172 2001-05-24 Tom Rix <trix@redhat.com>
9173
9174 * configure.in : enable ld for aix
9175
9176 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9177
9178 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9179 [aix4*|aix5*]: Prepend blank.
9180
9181 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9184 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9185 of subdir/configure scripts to use the new libtool.m4.
9186
9187 2001-05-14 H.J. Lu <hjl@gnu.org>
9188
9189 * config.if (libc_interface): Set to -libc6.2- for cross
9190 compiling to Linux/glibc 2.2.
9191
9192 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9193
9194 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9195 libgcj.
9196
9197 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9198
9199 * configure.in (noconfigdirs): Don't reset it from scratch in the
9200 target case; only append to it.
9201
9202 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9203
9204 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9205 sparc-*-solaris2.8]: Disable ${libgcj}.
9206
9207 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9208
9209 * configure.in (libgcj_saved): Copy from $libgcj.
9210 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9211 --disable-libgcj.
9212
9213 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9214
9215 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9216 1.641.2.228.
9217
9218 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9219
9220 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9221 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9222
9223 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9224
9225 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9226 New macros.
9227 (bootstrap, cross): Use RECURSE_FLAGS.
9228 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9229
9230 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9231
9232 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9233
9234 2001-03-23 Nick Clifton <nickc@redhat.com>
9235
9236 * README-maintainer-mode: Add note about inability to use "make
9237 distclean" in maintainer mode.
9238
9239 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9240
9241 Re-installed:
9242 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9243 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9244 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9245 * ltcf-cxx.sh: Likewise.
9246 * ltcf-gcj.sh: Likewise.
9247
9248 2001-03-22 Philip Blundell <philb@gnu.org>
9249
9250 * config.sub, config.guess: Import latest from subversions.
9251
9252 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9253
9254 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9255 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9256
9257 2001-03-20 Michael Chastain <chastain@redhat.com>
9258
9259 * Makefile.in: all-m4 depends on all-texinfo.
9260
9261 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9262
9263 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9264
9265 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9266
9267 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9268 longer valid.
9269
9270 2001-02-16 Nick Clifton <nickc@redhat.com>
9271
9272 * configure.in (noconfigdirs): Allow configuration of texinfo
9273 for Cygwin hosts.
9274
9275 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9276
9277 * config.guess: Add linux target for S/390.
9278 * config.sub: Likewise.
9279 * configure.in: Likewise.
9280
9281 2001-02-06 Ben Elliston <bje@redhat.com>
9282
9283 * configure: Output host type to stdout, not stderr.
9284
9285 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9286
9287 * config.guess: Import from subversions.gnu.org (revision 1.181).
9288 * config.sub: Import from subversions.gnu.org (revision 1.199).
9289
9290 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9291
9292 * config.guess: Handle hppa64-linux systems.
9293
9294 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9295
9296 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9297 Don't unset, it's non-portable and no longer necessary, set to empty
9298 instead.
9299
9300 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9301
9302 * ltconfig: Shell portability fix for the tagname validity check.
9303
9304 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9305
9306 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9307
9308 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9309
9310 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9311 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9312
9313 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9314
9315 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9316 keep at least one of build_libtool_libs or build_old_libs set to
9317 yes.
9318
9319 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9320
9321 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9322 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9323
9324 2000-11-07 Philip Blundell <pb@futuretv.com>
9325
9326 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9327
9328 2000-11-03 Philip Blundell <pb@futuretv.com>
9329
9330 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9331 files.
9332
9333 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9334
9335 * COPYING.NEWLIB: Put into source repository.
9336
9337 2001-01-15 Ben Elliston <bje@redhat.com>
9338
9339 * configure.in (host_tools): Add sid.
9340 Always configure cgen.
9341 * Makefile.in (all-sid): New target.
9342 (check-sid, clean-sid, install-sid): Likewise.
9343
9344 2001-01-07 Andreas Jaeger <aj@suse.de>
9345
9346 * config.sub, config.guess: Update from subversions.
9347
9348 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9349
9350 * configure.in: Disable language-specific target libraries for
9351 languages that aren't enabled.
9352
9353 2000-11-24 Nick Clifton <nickc@redhat.com>
9354
9355 * configure.in (xscale-elf): Add target.
9356 (xscale-coff): Add target.
9357 (c4x, c5x, tic54x): Move after ARM targets.
9358
9359 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9360
9361 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9362
9363 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9364
9365 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9366
9367 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9368
9369 * Makefile.in: Merge with GCC and libgcj.
9370 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9371 configure-target-<library> when their configure scripts need the C
9372 or C++ library to have already been built to work properly.
9373 (do_proto_toplev): Set them to an empty string.
9374
9375 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9376
9377 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9378 (REALLY_SET_LIB_PATH): Use them.
9379
9380 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9381
9382 * config.sub: Add support for Sun Chorus
9383
9384 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9385
9386 * config.sub: Add support for the *-storm-chaos OS.
9387
9388 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9389
9390 * configure.in (noconfigdirs): Don't compile some
9391 of the libraries for 68HC11 & 68hc12 targets.
9392
9393 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9394
9395 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9396 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9397 all affected `configure' scripts.
9398
9399 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9400
9401 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9402 ltcf-c.sh.
9403
9404 2000-09-12 Philip Blundell <philb@gnu.org>
9405
9406 * config.sub, config.guess: Update from subversions.
9407
9408 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9409
9410 * Makefile.in (all-zlib): Added dummy target.
9411
9412 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9413 multi-language branch.
9414
9415 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9416
9417 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9418 (bootstrap*): Depend on all-bootstrap.
9419
9420 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9421
9422 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9423 crosses, but add gcc/include to the header search path for them.
9424
9425 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9426
9427 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9428 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9429 * gettext.m4: New file, extracted from aclocal.m4.
9430
9431 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9432
9433 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9434 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9435 sub-configures.
9436
9437 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9438
9439 * Makefile.in (ALL_MODULES): Add all-cgen.
9440 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9441 (all-cgen): New target.
9442 (all-opcodes,all-sim): Depend on all-cgen.
9443 * configure.in (host_tools): Add cgen.
9444 Only configure cgen if --enable-cgen-maint.
9445
9446 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9447
9448 * config-ml.in (CC, CXX): Don't introduce a leading space.
9449
9450 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9451
9452 * configure.in (libstdcxx_flags): Use
9453 libstdc++-v3/src/libstdc++.INC.
9454
9455 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9456
9457 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9458
9459 2000-08-11 Jason Merrill <jason@redhat.com>
9460
9461 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9462 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9463 (FLAGS_FOR_TARGET): Not here.
9464 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9465
9466 2000-08-07 DJ Delorie <dj@redhat.com>
9467
9468 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9469 "if we're also building gcc, and it's a gcc that will run on the
9470 build machine, we want to use its includes instead of the system's
9471 default includes".
9472
9473 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9474
9475 * configure.in (libstdcxx_flags): Don't use `"'.
9476
9477 * config-ml.in: Adjust multilib search paths to the
9478 appropriate multilib tree.
9479
9480 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9481
9482 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9483 commas in $LANGUAGES.
9484
9485 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9486
9487 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9488
9489 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9490
9491 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9492 CXX_FOR_TARGET for sed.
9493
9494 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9495
9496 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9497 Do not override if already set in the environment or in configure.
9498 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9499 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9500
9501 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9502
9503 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9504 (GCC_FOR_TARGET): Use it.
9505 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9506 * configure.in: ... here.
9507 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9508 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9509
9510 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9511
9512 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9513 (configure-target-libchill, configure-target-libobjc): Likewise.
9514
9515 * configure.in: Use the same cache file for all target libs.
9516 * config-ml.in: But different cache files per multilib variant.
9517
9518 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9519
9520 * configure (topsrcdir): Don't use dirname.
9521
9522 2000-07-20 Jason Merrill <jason@redhat.com>
9523
9524 * configure.in: Remove all references to libg++ and librx.
9525
9526 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9527
9528 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9529
9530 * config.sub: Update to subversions version 2000-07-06.
9531
9532 2000-07-12 Andrew Haley <aph@cygnus.com>
9533
9534 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9535 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9536
9537 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9538
9539 * symlink-tree: Check number of arguments.
9540
9541 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9542
9543 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9544
9545 2000-07-05 Jim Wilson <wilson@cygnus.com>
9546
9547 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9548 search path for a g++ extracted from the build tree. This
9549 will allow link tests run by configure scripts in
9550 subdirectories to succeed.
9551
9552 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9553
9554 * ltconfig: Add support for mips-dde-sysv4.2MP
9555
9556 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9557
9558 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9559 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9560
9561 2000-06-19 Timothy Wall <twall@cygnus.com>
9562
9563 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9564 * config.sub: Add tic54x target.
9565
9566 2000-06-07 Phillip Thomas <pthomas@suse.de>
9567
9568 * README-maintainer-mode: New file: Contains notes on using
9569 --enable-maintainer-mode with binutils.
9570
9571 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9572
9573 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9574
9575 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9576
9577 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9578 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9579
9580 20000-05-21 H.J. Lu (hjl@gnu.org)
9581
9582 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9583 directory are used if they exist. Make sure
9584 $(build_tooldir)/include is searched for header files,
9585 $(build_tooldir)/lib/ for library files.
9586 (GCC_FOR_TARGET): Likewise.
9587 (CXX_FOR_TARGET): Likewise.
9588
9589 2000-05-18 Jeffrey A Law (law@cygnus.com)
9590
9591 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9592
9593 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9594
9595 * Makefile.in (configure-target-libiberty): Depend on
9596 configure-target-newlib.
9597
9598 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9599
9600 * configure.in, Makefile.in: Merge all libffi-related
9601 configury stuff from the libgcj tree.
9602
9603 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9604
9605 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9606 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9607
9608 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9609
9610 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9611 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9612 current version information. Add to proto-toplev directory.
9613 (gdb-taz): Build do-djunpack.
9614
9615 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9616
9617 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9618
9619 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9620
9621 * ltmain.sh: Preserve in relink_command any environment
9622 variables that may affect the linker behavior.
9623
9624 2000-05-12 Jeffrey A Law (law@cygnus.com)
9625
9626 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9627
9628 2000-05-10 Jim Wilson <wilson@cygnus.com>
9629
9630 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9631
9632 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9633
9634 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9635 with the version name.
9636
9637 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9638
9639 * config.if: Tweak.
9640
9641 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9642
9643 * djunpack.bat: New file.
9644
9645 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9646
9647 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9648 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9649 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9650 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9651
9652 2000-04-16 Dave Pitts <dpitts@cozx.com>
9653
9654 * config.sub (case $basic_machine): Change default for "ibm-*"
9655 to "openedition".
9656
9657 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9658
9659 * Makefile.in (gdb-taz): New target. GDB specific archive.
9660 (do-md5sum): New target.
9661 (MD5PROG): Define.
9662 (PACKAGE): Default to TOOL.
9663 (VER): Default to a shell script.
9664 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9665 md5 checksum generation.
9666 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9667 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9668 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9669 insight.tar.bz2): Use gdb-taz to create archive.
9670
9671 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9672
9673 * configure (warn_cflags): Delete.
9674
9675 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9676 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9677
9678 * configure.in (enable_libstdcxx_v3): Add.
9679 (target_libs): Add bits here to switch between libstdc++-v2 and
9680 libstdc++-v3.
9681 * config.if: And this file too.
9682 * Makefile.in: Add libstdc++-v3 targets.
9683
9684 2000-04-05 Michael Meissner <meissner@redhat.com>
9685
9686 * config.sub (d30v): Add d30v as a basic machine type.
9687
9688 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9689
9690 * configure.in: -linux-gnu*, not -linux-gnu.
9691
9692 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9693
9694 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9695 (do-tar-bz2): Replace TOOL with PACKAGE.
9696 (gdb.tar.bz2): Remove GDBTK from GDB package.
9697 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9698 dejagnu.tar.bz2): New packages.
9699
9700 2000-02-27 Andreas Jaeger <aj@suse.de>
9701
9702 * configure.in: Add entry for mips*-*-linux*, move catch all
9703 *-*-*linux* entry below this one.
9704
9705 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9706
9707 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9708
9709 2000-02-24 Nick Clifton <nickc@cygnus.com>
9710
9711 * config.sub: Support an OS of "wince".
9712
9713 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9714
9715 * config.guess, config.sub: Updated to match config's 2000-02-15
9716 version.
9717
9718 2000-02-23 Linas Vepstas <linas@linas.org>
9719
9720 * config.sub: Add support for Linux/IBM 370.
9721 * configure.in: Likewise.
9722
9723 2000-02-22 Nick Clifton <nickc@cygnus.com>
9724
9725 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9726
9727 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9728
9729 * config.guess: Guess "cygwin" rather than "cygwin32".
9730
9731 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9732
9733 * configure (gcc_version): When setting, narrow search to
9734 lines containing `version_string'.
9735
9736 2000-02-15 Denis Chertykov <denisc@overta.ru>
9737
9738 * config.sub: Add support for avr target.
9739
9740 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9741
9742 * config.sub: Add mmix-knuth-mmixware.
9743
9744 2000-01-27 Christopher Faylor <cgf@redhat.com>
9745
9746 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9747 structure stuff to -L library search.
9748 (CXX_FOR_TARGET): Ditto.
9749 (CROSS_CHECK_MODULES): Fix spelling mistake.
9750
9751 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9752
9753 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9754 the C++ compiler.
9755
9756 2000-01-12 Richard Henderson <rth@cygnus.com>
9757
9758 * configure.in: Don't build some bits for beos.
9759
9760 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9761
9762 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9763 as include files.
9764
9765 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9766
9767 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9768 not mh-aix43.
9769
9770 1999-12-14 Richard Henderson <rth@cygnus.com>
9771
9772 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9773 * config.sub: Accept alphaev[78], alphaev8.
9774
9775 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9776
9777 * config.guess, config.sub: Update from autoconf.
9778
9779 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9780
9781 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9782 necessary libraries are missing.
9783
9784 1999-10-25 Andreas Schwab <schwab@suse.de>
9785
9786 * configure: Fix quoting inside arguments of eval.
9787
9788 1999-10-21 Nick Clifton <nickc@cygnus.com>
9789
9790 * config-ml.in: Allow suppression of some ARM multilibs.
9791
9792 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9793
9794 * config.guess: Add OS/390 match pattern.
9795 * config.sub: Add mvs, openedition targets.
9796 * configure.in (i370-ibm-opened*): New.
9797
9798 1999-09-04 Steve Chamberlain <sac@pobox.com>
9799
9800 * config.sub: Add support for configuring for pj.
9801
9802 1999-08-31 Nick Clifton <nickc@cygnus.com>
9803
9804 * config.sub (maybe_os): Add support for configuring for fr30.
9805
9806 1999-08-25 Nick Clifton <nickc@cygnus.com>
9807
9808 * configure.in: Do not configure or build ld for AIX
9809 platforms. ld is known to be broken on these platforms.
9810
9811 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9812
9813 * config-ml.in: Pass compiler flag corresponding to multidirs to
9814 subdir configures.
9815
9816 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9817
9818 * Makefile.in (LDFLAGS): Define.
9819
9820 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9821
9822 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9823 noconfigdirs.
9824 (*-*-cygwin*): Likewise.
9825
9826 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9827
9828 * mkdep: New file.
9829 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9830 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9831
9832 From Eli Zaretskii <eliz@is.elta.co.il>:
9833 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9834 long file name when using DJGPP on MS-DOS.
9835
9836 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9837
9838 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9839
9840 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9841
9842 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9843 dependency as this causes "make check" to globally "make all"
9844
9845 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9846
9847 * configure.in (target_libs): Added target-zlib.
9848 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9849 (CONFIGURE_TARGET_MODULES): Likewise.
9850 (CHECK_TARGET_MODULES): Likewise.
9851 (INSTALL_TARGET_MODULES): Likewise.
9852 (CLEAN_TARGET_MODULES): Likewise.
9853 (configure-target-zlib): New target.
9854 (all-target-zlib): Likewise.
9855 (all-target-libjava): Depend on all-target-zlib.
9856 (configure-target-libjava): Depend on configure-target-zlib.
9857
9858 * Makefile.in (configure-target-libjava): Depend on
9859 configure-target-newlib.
9860 (configure-target-boehm-gc): New target.
9861 (configure-target-qthreads): New target.
9862
9863 * configure.in (target_libs): Added target-qthreads.
9864 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9865 (CONFIGURE_TARGET_MODULES): Likewise.
9866 (CHECK_TARGET_MODULES): Likewise.
9867 (INSTALL_TARGET_MODULES): Likewise.
9868 (CLEAN_TARGET_MODULES): Likewise.
9869 (all-target-qthreads): New target.
9870 (configure-target-libjava): Depend on configure-target-qthreads.
9871 (all-target-libjava): Depend on all-target-qthreads.
9872
9873 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9874 (CONFIGURE_TARGET_MODULES): Likewise.
9875 (CHECK_TARGET_MODULES): Likewise.
9876 (INSTALL_TARGET_MODULES): Likewise.
9877 (CLEAN_TARGET_MODULES): Likewise.
9878 (all-target-libjava): New target.
9879 (all-target-boehm-gc): Likewise.
9880 * configure.in (target_libs): Added libjava, boehm-gc.
9881
9882 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9883
9884 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9885 configure.bat in SUPPORT_FILES.
9886 (gas+binutils.tar.bz2): Likewise.
9887
9888 * makeall.bat: Remove; obsolete.
9889
9890 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9891
9892 From Mark Elbrecht:
9893 * configure.bat: Remove; obsolete.
9894
9895 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9896
9897 * configure: Add -W -Wall to the default CFLAGS when compiling with
9898 gcc.
9899
9900 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9901
9902 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9903
9904 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9905
9906 * configure.in: Build ld on IRIX6.
9907
9908 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9909
9910 * Makefile.in: Change distribution targets to use bzip2 instead of
9911 gzip.
9912 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9913 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9914
9915 1999-06-04 Nick Clifton <nickc@cygnus.com>
9916
9917 * config.sub: Add mcore target.
9918
9919 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9920
9921 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9922
9923 1999-05-25 H.J. Lu (hjl@gnu.org)
9924
9925 * config.guess (dummy): Changed to $dummy.
9926
9927 1999-05-24 Nick Clifton <nickc@cygnus.com>
9928
9929 * config.sub: Tidied up case statements.
9930
9931 1999-05-22 Ben Elliston <bje@cygnus.com>
9932
9933 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9934 <jiro@din.or.jp>.
9935
9936 * config.guess: Merge with FSF version. Future changes will be
9937 more accurately recorded in this ChangeLog.
9938 * config.sub: Likewise.
9939
9940 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9941
9942 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9943
9944 1999-04-30 Tom Tromey <tromey@cygnus.com>
9945
9946 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9947
9948 1999-04-23 Tom Tromey <tromey@cygnus.com>
9949
9950 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9951
9952 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9953
9954 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9955 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9956 Bad merge removed these two changes.
9957
9958 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9959 Martin Heller (Ing.-Buero_Heller@t-online.de)
9960
9961 * config.guess (interix Alpha): Add.
9962
9963 1999-04-11 Richard Henderson <rth@cygnus.com>
9964
9965 * configure.in (i?86-*-beos*): Do config gperf; don't config
9966 gdb, newlib, or libgloss.
9967
9968 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9969
9970 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9971 link a trivial program with -mabi=64. If it fails, remove mabi=64
9972 from multidirs.
9973
9974 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9975
9976 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9977
9978 1999-04-08 Nick Clifton <nickc@cygnus.com>
9979
9980 * config.sub: Add support for mcore targets.
9981
9982 1999-04-07 Michael Meissner <meissner@cygnus.com>
9983
9984 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9985 not mt-ospace, in order to shut up assembler warning about using
9986 symbols that are named the same as registers.
9987
9988 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9989
9990 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9991 dependency list for all-target-cygmon.
9992
9993 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9994
9995 * config-ml.in: Check $host, not $target, for selective multilibs.
9996 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9997 thumb interworking, and underscore prefix multilibs.
9998
9999 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10000
10001 * missing: Update to version from current automake.
10002
10003 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10004
10005 * configure (gxx_include_dir): Removed.
10006
10007 * configure.in (gxx_include_dir): Handle it.
10008 * Makefile.in: Likewise.
10009
10010 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10011
10012 * config.sub (mips64vr4111,mips64vr4111el) Add.
10013
10014 1999-03-21 Ben Elliston <bje@cygnus.com>
10015
10016 * config.guess: Correct typo for detecting ELF on FreeBSD.
10017
10018 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10019
10020 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10021 config/mh-djgpp.
10022
10023 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10024
10025 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10026 all-target-newlib to dependency list for all-target-bsp.
10027
10028 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10029
10030 * config.sub: Add i386-uwin support.
10031 * config.guess: Likewise.
10032
10033 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10034
10035 * configure.in: cleanup, add mh-*pic handling for arm, special
10036 case powerpc*-*-aix*
10037
10038 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10039
10040 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10041 can be built.
10042
10043 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10044
10045 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10046 targets.
10047
10048 1999-03-02 Nick Clifton <nickc@cygnus.com>
10049
10050 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10051
10052 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10053
10054 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10055
10056 1999-02-24 Nick Clifton <nickc@cygnus.com>
10057
10058 * config.sub: Fix typo in arm recognition.
10059
10060 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10061
10062 * configure.in (noconfigdirs): Changed target_configdirs to
10063 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10064 rather than m68k-*-* since it is not known to work on
10065 m68k-aout. Ditto for arm-*-*oabi.
10066
10067 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10068
10069 * configure.in (*-*-windows*): Remove, no longer used.
10070
10071 1999-02-19 Ben Elliston <bje@cygnus.com>
10072
10073 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10074 Smart and improved by Andrew Cagney.
10075
10076 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10077
10078 * config.guess: Recognize openbsd-*-hppa.
10079
10080 1999-02-17 H.J. Lu (hjl@gnu.org)
10081
10082 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10083 only if it is not empty.
10084
10085 1999-02-17 Nick Clifton <nickc@cygnus.com>
10086
10087 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10088
10089 * config.guess: Modified to recognize uname's armv* syntax.
10090
10091 * config.sub: Modified to recognize uname's armv* syntax.
10092
10093 1999-02-17 Mark Salter <msalter@cygnus.com>
10094
10095 * configure.in: Added target-bsp for sparclite.
10096
10097 1999-02-08 Richard Henderson <rth@cygnus.com>
10098
10099 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10100
10101 1999-02-08 Nick Clifton <nickc@cygnus.com>
10102
10103 * configure.in: Add support for strongarm port.
10104 * config.sub: Add support for strongarm target.
10105
10106 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10107
10108 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10109 the old name config/mh-cygwin32.
10110 Enable texinfo.
10111
10112 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10113
10114 * configure.in: Do build ld for ix86 Solaris.
10115
10116 1999-02-02 Jim Wilson <wilson@cygnus.com>
10117
10118 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10119 $AR_FOR_TARGET. Likewise for RANLIB.
10120
10121 1999-02-02 Catherine Moore <clm@cygnus.com>
10122
10123 * config.sub (oabi): Recognize.
10124 * configure.in (arm-*-oabi): Handle.
10125
10126 1999-01-30 Robert Lipe (robertlipe@usa.net)
10127
10128 * config.guess: Improve detection of i686 on UnixWare 7.
10129
10130 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10131
10132 * config.guess: Add support for i386-pc-interix.
10133 * config.sub: Likewise.
10134 * configure.in: Likewise.
10135
10136 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10137
10138 * Makefile.in: Remove unneeded all-target-libio from
10139 from all-target-winsup target since it is now unneeded.
10140 Add all-target-libtermcap in its place since it is now
10141 needed.
10142
10143 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10144
10145 * configure.in: makefile stub for cygwin target is probably
10146 unnecessary. Remove it for now.
10147
10148 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10149
10150 * configure.in: libtermcap.a should be built when cygwin is the
10151 target as well as the host.
10152 * config.guess: Allow mixed case in cygwin uname output.
10153 * Makefile.in: Add libtermcap target.
10154
10155 1998-12-23 Jeffrey A Law (law@cygnus.com)
10156
10157 * config.sub: Clean up handling of hppa2.0.
10158
10159 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10160
10161 * config.guess: Use C code to identify more HP machines.
10162
10163 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10164
10165 * config.sub: Handle hppa2.0.
10166
10167 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10168
10169 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10170 cygmon for all sparclite targets, regardless of object format.
10171
10172 1998-12-15 Mark Salter <msalter@cygnus.com>
10173
10174 * configure.in: Added target-bsp for several target architectures.
10175
10176 * Makefile.in: Added rules for bsp.
10177
10178 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10179
10180 * config.guess: Improve detection of hppa2.0 processors.
10181
10182 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10183
10184 * config.guess: Recognize FreeBSD using ELF automatically.
10185
10186 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10187
10188 * configure (skip-this-dir): Add handling for new shell script, which
10189 might be created by a sub-directory's configure to indicate, this particular
10190 directory is "unwanted".
10191 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10192
10193 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10194
10195 * ltconfig: import from libtool, after changing libtool to
10196 account for the cygwin name change.
10197
10198 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10199
10200 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10201 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10202
10203 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10204
10205 * configure.in: Add libtermcap to list of cygwin dependencies.
10206
10207 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10208
10209 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10210 they include winsup/include when it's a cygwin target.
10211
10212 1998-11-12 Tom Tromey <tromey@cygnus.com>
10213
10214 * configure.in (host_tools): Added zip.
10215 * Makefile.in (all-target-libjava): Depend on all-zip.
10216 (all-zip): New target.
10217 (ALL_MODULES): Added all-zip.
10218 (NATIVE_CHECK_MODULES): Added check-zip.
10219 (INSTALL_MODULES): Added install-zip.
10220 (CLEAN_MODULES): Added clean-zip.
10221
10222 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10223
10224 * Makefile.in: lose "32" from comment about cygwin.
10225
10226 1998-11-05 Nick Clifton <nickc@cygnus.com>
10227
10228 * configure.in: Use -Os to build target libraries for the fr30.
10229
10230 1998-11-04 Dave Brolley <brolley@cygnus.com>
10231
10232 * config.sub: Add fr30.
10233
10234 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10235
10236 * configure.in: drop "32" from config/mh-cygwin32. Check
10237 cygwin* instead of cygwin32*.
10238 * config.sub: Check cygwin* instead of cygwin32*.
10239
10240 1998-10-22 Robert Lipe <robertl@dgii.com>
10241
10242 * config.guess: Match any version of Unixware7.
10243
10244 1998-10-20 Syd Polk <spolk@cygnus.com>
10245
10246 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10247 if desired.
10248
10249 1998-10-18 Jeffrey A Law (law@cygnus.com)
10250
10251 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10252 these if the appropriate directories and files to not exist.
10253
10254 1998-10-14 Jeffrey A Law (law@cygnus.com)
10255
10256 * Makefile.in (DEVO_SUPPORT): Add config.if.
10257
10258 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10259
10260 * configure: Add pattern to replace "build_tooldir"'s
10261 definition in the generated Makefile with "tooldir"'s
10262 actual value.
10263
10264 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10265
10266 * config.sub: Bring back lost sparcv9.
10267
10268 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10269
10270 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10271
10272 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10273 CC_FOR_TARGET and friends.
10274
10275 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10276
10277 * Makefile.in (build_tooldir): New variable, same as tooldir.
10278 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10279 -B$(build_tooldir)/bin/.
10280 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10281
10282 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10283
10284 * config.sub: Add support for i[34567]86-pc-udk.
10285 * configure.in: Likewise.
10286
10287 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10288
10289 * Makefile.in: add bzip2 package building bits for user
10290 tools module
10291 * configure.in: ditto
10292
10293 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10294
10295 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10296 (ALL_TARGET_MODULES): Add all-target-libobjc.
10297 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10298 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10299 (all-target-libchill): Add dependencies.
10300 * configure.in (target_libs): Add libchill.
10301
10302 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10303
10304 * configure.in (target_subdir): Remove duplicate line.
10305
10306 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10307
10308 * Makefile.in (all-automake): fix dependencies.
10309
10310 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10311
10312 * configure.in: Minor cleanups for building in the $(target_alias)
10313 subdir.
10314
10315 1998-09-22 Jim Wilson <wilson@cygnus.com>
10316
10317 * Makefile.in (bootstrap): Set r and s before make all. Use
10318 BASE_FLAGS_TO_PASS in make all.
10319 (cross): Likewise.
10320
10321 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10322
10323 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10324
10325 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10326
10327 * config.sub: Fix typo in last change.
10328
10329 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10330
10331 * config.sub: Add support for C4x target.
10332 * configure.in: Likewise.
10333
10334 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10335
10336 * config.sub: Recognize sparcv9 just like sparc64.
10337
10338 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10339
10340 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10341
10342 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10343
10344 * config.guess: Correctly identify Pentium II sco boxes.
10345
10346 * config.guess: Fix "tr" code. From Weiwen Liu.
10347
10348 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10349
10350 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10351 stabs.
10352
10353 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10354
10355 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10356 (ALL_TARGET_MODULES): Add all-target-libchill.
10357 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10358 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10359 (all-target-libchill): Add dependencies.
10360 * configure.in (target_libs): Add libchill.
10361
10362 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10363
10364 * config.guess: Avoid assumptions about "tr" behaves when
10365 LANG is set to something other than English.
10366
10367 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10368
10369 * configure (gxx_include_dir): Changed to
10370 '${prefix}/include/g++'-${libstdcxx_interface}.
10371
10372 * config.if: New to determine the interfaces.
10373
10374 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10375
10376 * config.guess: Detect and handle MPE/IX.
10377 * config.sub: Deal with MPE/IX.
10378
10379 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10380
10381 * configure.in: Use mh-aix43.
10382
10383 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10384
10385 * configure: Fix --without/--disable cases for gxx-include-dir.
10386
10387 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10388
10389 * mdata-sh: Imported. Needed for automake support.
10390
10391 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10392
10393 * Makefile.in (taz): Try "chmod -R og=u ." before
10394 "chmod og=u `find . -print`".
10395
10396 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10397
10398 * configure.in: Add arm-elf and thumb-elf support.
10399
10400 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10401
10402 * Makefile.in: Undo previous patch.
10403
10404 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10405
10406 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10407 to here ...
10408 (install-no-fixedincludes): and here
10409 (INSTALL_MODULES): ... from here.
10410
10411 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10412
10413 * config.sub: Merge with FSF.
10414
10415 * config.guess: Merge with FSF.
10416
10417 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10418
10419 * configure (extraconfigdirs): New variable.
10420 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10421 * Makefile.in (all): Move higher in file.
10422 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10423 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10424 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10425 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10426 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10427
10428 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10429
10430 * Makefile.in (all-target-libjava): Depend on all-gcc and
10431 all-target-newlib.
10432 (configure-target-libjava): Depend on $(ALL_GCC).
10433
10434 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10435
10436 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10437 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10438
10439 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10440
10441 * ylwrap: Change absolute path checks to check for DOS style path
10442 names.
10443
10444 * ylwrap: Don't use a full path name if the source file is in the
10445 same directory. From hjl@lucon.org (H.J. Lu).
10446
10447 * config-ml.in: Default to being verbose, to match Feb 18 change to
10448 configure.
10449
10450 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10451
10452 Brought over from egcs:
10453
10454 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10455
10456 * configure.in (target_subdir): Set to ${target_alias} instead
10457 of "libraries".
10458
10459 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10460
10461 * configure.in (target_subdir): Set to libraries if enable_multilib.
10462
10463 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10464
10465 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10466 multilibs, force reconfiguration the first time we create
10467 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10468
10469 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10472 avoid confusion with --no-recursion.
10473
10474 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10475
10476 * configure.in: Win32 hosts shouldn't use install -x
10477 * install-sh: remove -x option, and special .exe-handling
10478 hack.
10479
10480 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10481
10482 * config.guess: Recognize i586-pc-beos.
10483 * configure.in: Don't build some bits for beos.
10484
10485 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10488 CFLAGS default to -O2.
10489
10490 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10491 when using GNU ld.
10492
10493 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10494
10495 * ltmain.sh: Correct install when using a different shell.
10496
10497 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10498
10499 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10500
10501 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10502
10503 * makefile.vms: Update to build binutils/makefile.vms. Add install
10504 target.
10505
10506 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10507
10508 * ltconfig: Update to correct AIX handling.
10509
10510 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10511
10512 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10513
10514 * configure.in (target_subdir): Set to ${target_alias} instead
10515 of "libraries".
10516
10517 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10518
10519 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10520 (Makefile): Depend on $(gcc_version_trigger).
10521
10522 * configure (gcc_version): Change default initializer to empty
10523 string.
10524 (gcc_version_trigger): New variable; pass this variable down
10525 to subdir configures to enable them checking gcc's version
10526 themselves. Emit make macros for both gcc_version vars.
10527 (topsrcdir): Initialize reliably.
10528 (recursion line): Remove --with-gcc-version=${gcc_version}.
10529
10530 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10531
10532 * configure (enable_version_specific_runtime_libs): Implement new flag
10533 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10534 in $(libsubdir); emit definition in each generated Makefile.
10535 (gxx_include_dir): Initialize depending on
10536 $enable_version_specific_runtime_libs.
10537
10538 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10539
10540 * configure (gcc_version): Initialize properly depending on
10541 how and where configure is started.
10542 (recursion line): Pass a --with-gcc-version=${gcc_version}
10543 to configures in subdirs.
10544
10545 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10546
10547 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10548 cygmon
10549
10550 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10551
10552 * configure.in: Add cygmon and libstub support for mn10200.
10553
10554 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10555
10556 * configure (gcc_version): Add new variable describing the
10557 particular gcc version we're building.
10558 * Makefile.in (libsubdir): Add new macro for the directory
10559 in which the compiler finds executables, libraries, etc.
10560 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10561 and libsubdir.
10562
10563 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10564
10565 * Makefile.in (local-clean): Remove *.log.
10566 (warning.log): Built with warn_summary from build.log.
10567 (mail-report.log): Run test_summary.
10568 (mail-report-with-warnings.log): Run test_summary including
10569 warning.log in the report.
10570
10571 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10572
10573 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10574
10575 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10576
10577 * Makefile.in (grep): Grep no longer depends on libiberty.
10578
10579 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10580
10581 * Makefile.in: all-snavigator needs all-libgui.
10582
10583 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10584
10585 * configure.in: Add cygmon and libstub support for mn10300.
10586
10587 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10588
10589 * missing: Update to version from automake 1.3.
10590
10591 * ltmain.sh: On installation, don't get confused if the same name
10592 appears more than once in the list of library names.
10593
10594 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * config.sub: Accept m68060 and m5200 as CPU names.
10597
10598 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10599
10600 * configure: Use && rather than using -a in test, because odd
10601 strings can confuse test.
10602 * configure.in: Likewise.
10603
10604 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10607
10608 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10609
10610 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10611 bootstrap4-lean): New targets.
10612
10613 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10614
10615 * mpw-* Delete. Not used.
10616
10617 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10618
10619 * COPYING.LIB: Update FSF address.
10620
10621 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10622
10623 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10624
10625 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10626 GAS_SUPPORT_DIRS.
10627
10628 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10629
10630 * ltconfig, ltmain.sh: Avoid producing a version number if
10631 -version-info was not used.
10632
10633 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10634
10635 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10636 building with newlib.
10637
10638 1998-04-30 Paul Eggert <eggert@twinsun.com>
10639
10640 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10641 Solaris `make' causes it to continue to next definition.
10642
10643 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10644
10645 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10646 the right GUI libraries and files are installed along with GDB.
10647
10648 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10649
10650 * configure.in: Change alpha to alpha* in several places.
10651
10652 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10653
10654 * config.sub: Recognize sparc86x.
10655
10656 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10657
10658 * configure.in (--enable-target-optspace): Remove debug echo.
10659
10660 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10661
10662 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10663
10664 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10665
10666 * ltconfig: Update cygwin32 support.
10667
10668 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10669 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10670 (GDB_SUPPORT_DIRS): Likewise.
10671
10672 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10673
10674 * configure.in (target_makefile_frag): If --enable-target-optspace,
10675 use -Os to compile target libraries rather than -O2. Default to
10676 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10677 not used.
10678 * configure.in (target_cflags): Ditto for d30v.
10679
10680 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10681
10682 * Makefile.in (all-bfd): Depend on all-intl.
10683 (all-binutils): Likewise.
10684 (all-gas): Likewise.
10685 (all-gprof): Likewise.
10686 (all-ld): Likewise.
10687
10688 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10689
10690 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10691
10692 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10693
10694 * Makefile.in (all-bfd): Depend upon all-libiberty.
10695
10696 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10697
10698 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10699
10700 * Makefile.in: Add libstub.
10701
10702 * configure.in: Ditto. Build libstub for targets that have cygmon
10703 support.
10704
10705 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10706
10707 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10708
10709 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10710
10711 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10712 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10713
10714 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10715
10716 * configure: Define DEFAULT_M4 by searching PATH.
10717 * Makfile.in: Use DEFAULT_M4.
10718
10719 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10720
10721 * ltconfig: Add cygwin32 support.
10722
10723 * Makefile.in, configure.in: Add libtool as a native only directory
10724 to configure and build.
10725
10726 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10727
10728 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10729
10730 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10731
10732 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10733
10734 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10735
10736 * Makefile.in: add ash make rules
10737 * configure.in: add ash to native_only and host_tools lists
10738
10739 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10740
10741 * Makefile.in (all-gettext, all-intl): New targets.
10742 (ALL_MODULES): Added all-gettext, all-intl.
10743 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10744 (INSTALL_MODULES): Added install-gettext, install-intl.
10745 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10746
10747 * configure.in (host_tools): Added gettext.
10748 (native_only): Likewise.
10749 (noconfigdirs) [various cases]: Likewise.
10750 (host_libs): Added intl.
10751
10752 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10753
10754 * configure: Do not disable building gdbtk for cygwin32 hosts.
10755
10756 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10757
10758 * configure.in: Add thumb-coff target.
10759 * config.sub: Add thumb-coff target.
10760
10761 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10762
10763 * Makefile.in: Revert yesterday's change.
10764 (all-target-winsup): all-target-librx stays out of here.
10765
10766 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10767
10768 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10769 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10770 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10771 Remove references to librx and libg++.
10772
10773 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10774
10775 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10776 recursive makes
10777
10778 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10779
10780 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10781 for newlib directory.
10782 (CXX_FOR_TARGET): Likewise.
10783
10784 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10785
10786 * ltconfig: Update after libtool/ltconfig.in change for
10787 hpux11.
10788
10789 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10790
10791 * ltconfig, ltmain.sh: Update to libtool 1.2.
10792
10793 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10794
10795 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10796 (install-gcc-cross): Instead, override LANGUAGES here.
10797
10798 1998-03-18 Dave Love <d.love@dl.ac.uk>
10799
10800 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10801 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10802
10803 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10804
10805 * configure.in: Add Thumb-pe target.
10806
10807 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10808
10809 * Makefile.in - changed sn targets to snavigator
10810 * configure.in - changed sn targets to snavigator
10811
10812 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10813
10814 * config-ml.in: After building symlink tree call make distclean
10815 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10816 to be the case for libiberty.
10817
10818 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10819
10820 * configure: When making link, also check the current
10821 directory. The configure scripts may create one.
10822
10823 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10824
10825 * config.sub: Accept alphapca56 and alphaev6 properly.
10826
10827 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10828
10829 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10830
10831 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10832
10833 * config.sub (sco5): Fix typo.
10834
10835 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10836
10837 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10838 install-itcl.
10839 (install-itcl): Remove dependency on install-tcl.
10840
10841 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10842
10843 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10844
10845 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10846
10847 * configure.in: Don't build libgui for a cygwin32 target when not on
10848 a cygwin32 host.
10849
10850 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10851
10852 * configure (redirect): Set to null, so default behavior of
10853 configure is now --verbose.
10854
10855 1998-02-16 Dave Love <d.love@dl.ac.uk>
10856
10857 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10858 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10859
10860 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10861
10862 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10863 this change to sync Makefile.in with its ChangeLog entries.
10864
10865 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10866
10867 * ltmain.sh (mkdir): Check that the directory doesn't exist
10868 before we exit with error, so that we don't get races during
10869 parallel builds.
10870
10871 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10872
10873 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10874
10875 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10876
10877 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10878 PICFLAG_FOR_TARGET.
10879 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10880
10881 * configure: Emit a definition for the new macro enable_shared
10882 into each Makefile.
10883
10884 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10885
10886 * configure.in (host_tools, native_only): Add libtool.
10887
10888 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10889
10890 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10891 Fix typo in ming config comment.
10892
10893 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10894
10895 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10896
10897 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10898
10899 * config.sub: Add tic30 cases, and map c30 to tic30.
10900
10901 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10902
10903 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10904 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10905 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10906 (CLEAN_TARGET_MODULES): Similarly
10907 (all-target-libf2c): Add dependences.
10908 * configure.in (target_libs): Add libf2c.
10909
10910 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10911
10912 * configure.in: Remove expect from noconfigdirs when target
10913 is cygwin32. OK to build expect and dejagnu with Canadian
10914 Cross.
10915
10916 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10917
10918 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10919 host.
10920
10921 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10922 and mingw32.
10923
10924 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10925
10926 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10927 here as it is not defined in the toplevel Makefile.
10928
10929 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10930
10931 * configure (package_makefile_rules_frag): New variable, which names
10932 a file with generic rules, ...
10933 Change comment to mention we now have FIVE parts.
10934 * configure: Undo last change.
10935
10936 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10937
10938 * config.guess: More accurate determination of HP processor types.
10939 * config.sub: More accurate determination of HP processor types.
10940
10941 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10942
10943 * configure (package_makefile_frag): Move inserting the
10944 ${package_makefile_frag} to where it should be according
10945 to the comment.
10946
10947 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10948
10949 * config.guess: Add support for Linux/ARM.
10950
10951 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10952
10953 * .cvsignore: Remove *-info and *-install since they match
10954 release-info and mpw-install, which we don't want to just ignore.
10955
10956 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10957
10958 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10959
10960 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10961
10962 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10963 local_prefix to sub-make invocations.
10964
10965 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10966
10967 * configure.in: Check makefile fragments in the source
10968 directory.
10969
10970 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10971
10972 * configure.in: Check whether host and target makefile
10973 fragments exist before adding them to *_makefile_frag.
10974
10975 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10976
10977 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10978
10979 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10980
10981 * configure.in: Make sure we only replace RPATH_ENVVAR on
10982 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10983 regexp to sed.
10984
10985 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10986 to sub-makes.
10987
10988 1998-01-13 Lee Iverson (leei@ai.sri.com)
10989
10990 * config-ml.in (multi-do): LDFLAGS must include multilib
10991 designator.
10992
10993 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10994
10995 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10996
10997 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10998
10999 * config.sub: Add mingw32 support.
11000 * configure.in: Likewise.
11001
11002 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11003
11004 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11005
11006 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11007
11008 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11009 * configure (gxx_include_dir): Provide a definition for subdirs
11010 which do not use autoconf.
11011
11012 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11013
11014 * config.guess: Sync with egcs. Picks up new alpha support,
11015 BeOS & some additional linux support.
11016
11017 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11018
11019 * config.guess: HP 9000/803 is a PA1.1 machine.
11020
11021 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11022
11023 * configure.in: It's alpha*-...
11024
11025 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11026
11027 * configure.in (host_makefile_frag, target_makefile_frag):
11028 Handle multiple config files.
11029 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11030 alpha-*-*.
11031
11032 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11033
11034 * mkdep: New file.
11035
11036 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11037
11038 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11039
11040 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11041
11042 * Makefile.in: Add libgui directory.
11043 (GDB_TK): Add all-libgui.
11044 * configure.in: Add libgui directory.
11045 * configure: Add all-libgui to GDB_TK.
11046
11047 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11048
11049 * config-ml.in (multidirs): Add m32r to multilib list.
11050
11051 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11052
11053 * Makefile.in (all-target-gperf): Change dependency to
11054 all-target-libstdc++.
11055
11056 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11057
11058 * config.guess: Add BeOS support.
11059
11060 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11061
11062 Source directory cvs renamed to cvssrc:
11063 * configure.in (host_tools): Change cvs to cvssrc.
11064 (native_only): Likewise.
11065 (noconfigdirs) [various cases]: Likewise.
11066 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11067 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11068 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11069 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11070 (all-cvssrc): Rename target from all-cvs.
11071
11072 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11073
11074 * configure (gxx_include_dir): Fix thinko.
11075
11076 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11077
11078 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11079 (install-cross, install-gcc-cross): New targets.
11080
11081 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11082
11083 * configure.in (noconfigdirs): Add support for Thumb target.
11084
11085 * config.sub (maybe_os): Add support for Thumb target.
11086
11087 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11088
11089 * Makefile.in: Add rules for cygmon.
11090
11091 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11092
11093 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11094
11095 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11096 * configure (gxx_include_dir): Provide a definition for subdirs
11097 which do not use autoconf.
11098
11099 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11100
11101 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11102 11/18/97 build
11103
11104 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11105
11106 * From Franz Sirl.
11107 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11108 found on RedHat Linux systems.
11109
11110 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11111
11112 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11113 guesses.
11114
11115 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11116
11117 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11118
11119 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11120
11121 * ltmain.sh: If mkdir fails, check whether the directory was created
11122 anyhow by some other process.
11123
11124 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11125
11126 * configure.in (d30v-*-*): Configure all directories.
11127
11128 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11129
11130 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11131 for the D30V.
11132
11133 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11134
11135 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11136
11137 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11138
11139 * include/libiberty.h: Add extern "C" { so it can be used with C++
11140 progrms.
11141 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11142 programs.
11143
11144 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11145
11146 * configure.in (d30v-*-*): Configure GCC now.
11147
11148 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11149
11150 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11151 is no longer needed.
11152
11153 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11154
11155 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11156
11157 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11158
11159 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11160 targets using "$@" to provide support for similar but not identical
11161 targets without having to duplicate code.
11162
11163 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11164
11165 * makefile.vms: Fix to work with DEC C.
11166
11167 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11168
11169 * config.sub: Add mips-tx39-elf to marketing names.
11170
11171 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * ltmain.sh: Handle symlinks in generated script.
11174
11175 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11176
11177 * configure: Handle autoconf style directory options: --bindir,
11178 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11179 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11180 --sysconfdir.
11181 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11182 (sharedstatedir, localstatedir, oldincludedir): New variables.
11183 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11184 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11185 sbindir, sharedstatedir, and sysconfdir.
11186
11187 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11188
11189 * Makefile.in (bootstrap-lean): New target.
11190
11191 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11192
11193 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11194 sn, and gnuserv from noconfigdirs.
11195
11196 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11197
11198 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11199
11200 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11201
11202 * Makefile.in (cross): New target.
11203
11204 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11205 Jeff Law <law@cygnus.com>
11206
11207 * Makefile.in (bootstrap2, bootstrap3): New targets.
11208 (all-bootstrap): Remove outdated and confusing target.
11209 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11210
11211 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11212
11213 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11214 windows. Consistent with gdb/configure.
11215
11216 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11217
11218 * configure.in: Name Linux target fragment.
11219
11220 * configure: Rewrite so that project Makefile fragment is inserted
11221 first and appears last in the resulting Makefile.
11222
11223 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11224
11225 * Makefile.in (install-itcl): Install tcl first.
11226
11227 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11228
11229 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11230
11231 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11232
11233 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11234
11235 * configure.in (skipdirs): Add target-librx for Linux.
11236 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11237
11238 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11239
11240 * Makefile.in (bootstrap): New target.
11241
11242 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11243
11244 * config.sub: Accept 'amigados' for backward compatability.
11245
11246 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11247
11248 * config.guess: Merge with FSF.
11249
11250 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11251
11252 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11253
11254 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11255
11256 * config.sub: Add "marketing-names" patch.
11257
11258 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11259
11260 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11261
11262 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11263
11264 * config.sub: Handle v850-elf.
11265
11266 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11267
11268 * .cvsignore (*-install): Remove.
11269
11270 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11271
11272 * ltconfig: Set CONFIG_SHELL in libtool.
11273 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11274
11275 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11276
11277 * configure.in (target_subdir): Set to libraries if enable_multilib.
11278
11279 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11280
11281 * config.guess: Update from gcc directory.
11282
11283 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11284
11285 * Makefile.in (all-sim): Depends on all-readline.
11286
11287 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11288
11289 * Makefile.in (BISON, YACC): Use $$s.
11290 (all-bison): Depend on all-texinfo.
11291
11292 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11293
11294 * Makefile.in (BISON): Add -L flag.
11295 (YACC): Likewise.
11296
11297 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11298
11299 * configure.in (noconfigdirs): Add support for v850e target.
11300
11301 * config.sub (maybe_os): Add support for v850e target.
11302
11303 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11304
11305 * configure.in (noconfigdirs): Add support for v850ea target.
11306
11307 * config.sub (maybe_os): Add support for v850ea target.
11308
11309 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11310
11311 * config.sub: Add mipstx39. Delete r3900.
11312
11313 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11314
11315 * Makefile.in (all-autoconf): Depends on all-texinfo.
11316
11317 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11318
11319 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11320 eabi targets.
11321
11322 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11323
11324 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11325
11326 * configure: When handling a Canadian Cross, handle YACC as well as
11327 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11328 * Makefile.in (all-bison): Depend upon all-texinfo.
11329
11330 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11331
11332 * Makefile.in (BISON): bison, not byacc or bison -y.
11333 (YACC): bison -y or byacc or yacc.
11334 (various): Add *-bison as appropriate.
11335 (taz): No need to mess with BISON anymore.
11336
11337 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11338
11339 * configure: If OSTYPE matches *win32*, try to find a good value for
11340 CONFIG_SHELL.
11341
11342 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11343
11344 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11345 configure.in if it is present.
11346
11347 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11348
11349 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11350
11351 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11352
11353 * config.sub: Recognize `arc' cpu.
11354 * configure.in: Likewise.
11355 * config-ml.in: Likewise.
11356
11357 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11358
11359 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11360
11361 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11362
11363 * configure: Changed sed delimiter from ':' to '|' when
11364 attempting to substitute ${config_shell} for SHELL. On
11365 NT ${config_shell} may contain a ':' in it.
11366
11367 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11368
11369 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11370
11371 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11372
11373 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11374
11375 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11376
11377 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11378
11379 * ylwrap: If the program is a relative path, force it to be
11380 absolute.
11381
11382 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11383
11384 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11385
11386 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11387
11388 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11389 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11390 for libraries.
11391
11392 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11393
11394 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11395 separated by spaces.
11396
11397 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11398
11399 * ylwrap: New file.
11400 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11401
11402 * ltmain.sh: Handle /bin/sh at start of install program.
11403
11404 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11405
11406 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11407 * missing: New file, from automake 1.2.
11408
11409 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11410
11411 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11412 check-tk to CHECK_X11_MODULES.
11413
11414 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11415
11416 * config.sub: Merge with FSF.
11417
11418 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11419
11420 * config.guess: Merge with FSF.
11421
11422 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11423
11424 * configure: Treat msdosdjgpp like go32.
11425 * configure.in: Likewise. Don't remove gprof for go32.
11426
11427 * configure: Change Makefile.tem2 to Makefile.tm2.
11428
11429 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11430
11431 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11432
11433 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11434
11435 * install-sh (chmodcmd): Set to null if the DST directory already
11436 exists. Same as Nov 11th change.
11437
11438 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11439
11440 * configure (GDB_TK): Needs itcl and tix.
11441
11442 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11443
11444 * config.guess: Update from FSF.
11445
11446 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11447
11448 * Makefile.in (GDB_TK): Depend on itcl and tix.
11449
11450 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11451
11452 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11453 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11454 (INSTALL_SCRIPT): New variable.
11455 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11456 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11457 to -x.
11458 * install-sh: Add support for -x option.
11459
11460 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11461
11462 * configure.in, Makefile.in: Treat tix like itcl.
11463
11464 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11465
11466 * Makefile.in (WINDRES): New variable.
11467 (WINDRES_FOR_TARGET): New variable.
11468 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11469 (EXTRA_HOST_FLAGS): Add WINDRES.
11470 (EXTRA_TARGET_FLAGS): Add WINDRES.
11471 (EXTRA_GCC_FLAGS): Add WINDRES.
11472 ($(DO_X)): Pass down WINDRES.
11473 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11474 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11475 DLLTOOL_FOR_TARGET.
11476
11477 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11478
11479 * configure.in: configure sim before gdb for win32-x-ppc
11480
11481 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11482
11483 Move gperf into the toplevel, from libg++.
11484 * configure.in (target_tools): Add target-gperf.
11485 (native_only): Add target-gperf.
11486 * Makefile.in (all-target-gperf): New target, depend on
11487 all-target-libg++.
11488 (configure-target-gperf): Empty rule.
11489 (ALL_TARGET_MODULES): Add all-target-gperf.
11490 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11491 (CHECK_TARGET_MODULES): Add check-target-gperf.
11492 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11493 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11494
11495 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11496
11497 * config.sub (mn10200): Recognize new basic machine.
11498
11499 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11500
11501 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11502 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11503
11504 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11505
11506 * configure.in: If we're building mips-sgi-irix6* native, turn on
11507 ENABLE_MULTILIB and set TARGET_SUBDIR.
11508
11509 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11510
11511 * Makefile.in (all-sn): Depend on all-grep.
11512
11513 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11514
11515 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11516
11517 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11518 Makefile. From Jeff Makey <jeff@cts.com>.
11519 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11520
11521 * Makefile.in (DISTBISONFILES): Remove.
11522 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11523 $(DEFAULT_YACC).
11524
11525 * configure.in: Build itl, db, sn, etc., when building for native
11526 cygwin32.
11527
11528 * Makefile.in (LD): New variable.
11529 (EXTRA_HOST_FLAGS): Pass down LD.
11530 ($(DO_X)): Likewise.
11531
11532 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11533
11534 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11535
11536 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11537
11538 * configure.in (targargs): Strip out any supplied --build argument
11539 before adding our own. Always add --build.
11540
11541 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11542
11543 * configure.in (targargs): Pass --build if we're doing
11544 a cross-compile.
11545
11546 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11547
11548 * configure: Use '|' instead of ":" as the separator in
11549 sed. Otherwise sed chokes on NT path names with drive
11550 designators. Also look for "?:*" as the leading characters in an
11551 absolute pathname.
11552
11553 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11554
11555 * config.sub: Support for r3900.
11556
11557 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11558
11559 * configure.in: Use install-sh, not install.sh.
11560
11561 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11562
11563 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11564 apply it twice.
11565
11566 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11567
11568 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11569 install-binutils.
11570
11571 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11572
11573 * Makefile.in: Add automake targets.
11574 * configure.in (host_tools): Add automake.
11575
11576 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11577
11578 * configure: Default CXX to c++, not gcc.
11579 * Makefile.in (CXX): Set to c++, not gcc.
11580 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11581
11582 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11583
11584 * install-sh: try appending a .exe if source file doesn't
11585 exist
11586
11587 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11588
11589 * configure.in: Turn on multilib by default.
11590 (cross_only): Remove target-libiberty.
11591
11592 * Makefile.in (all-gcc): Don't depend on libiberty.
11593
11594 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11595
11596 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11597
11598 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11599
11600 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11601 (DISTBISONFILES): Add ld/Makefile.in
11602
11603 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11604
11605 * configure.in: if target is cygwin32 but host isn't cygwin32,
11606 don't configure gdb tcl tk expect, not just gdb.
11607
11608 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11609
11610 * configure.in: Added gnuserv everywhere sn appears.
11611
11612 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11613 (CROSS_CHECK_MODULES): Added check-gnuserv.
11614 (INSTALL_MODULES): Added install-gnuserv.
11615 (CLEAN_MODULES): Added clean-gnuserv.
11616 (all-gnuserv): New target.
11617
11618 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11619
11620 * config.guess: Fixes for MIPS OpenBSD systems.
11621
11622 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11623
11624 * Makefile.in (INSTALL_XFORM): Remove.
11625 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11626
11627 * mkinstalldirs: New file, copied from automake.
11628 * Makefile.in (installdirs): Rename from install-dirs. Use
11629 mkinstalldirs. Change all users.
11630 (DEVO_SUPPORT): Add mkinstalldirs.
11631
11632 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11633
11634 * install-sh: Rename from install.sh.
11635 * Makefile.in (INSTALL): Change install.sh to install-sh.
11636 (DEVO_SUPPORT): Likewise.
11637
11638 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11639 Graichen <graichen@rzpd.de>.
11640
11641 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11642
11643 * config.guess: Recognize OpenBSD systems correctly.
11644
11645 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11646
11647 * README, Makefile.in (ETC_SUPPORT): Remove references to
11648 cfg-paper*, configure.{texi,man,info*}._
11649
11650 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11651
11652 * Makefile.in (all.normal): Ensure that gcc is built after all
11653 the x11 - ie gdb - targets.
11654
11655 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11656
11657 * makefile.vms: Don't run conf-a-gas.
11658
11659 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11660
11661 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11662
11663 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11664
11665 * configure.in: Remove noconfigdirs case since gdb also
11666 configures and builds for tic80-coff.
11667
11668 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11669
11670 * configure: Set cache_file to config.cache.
11671 * Makefile.in (local-distclean): Remove config.cache.
11672
11673 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11674
11675 * COPYING: Update FSF address.
11676
11677 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11678
11679 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11680 noconfigdirs.
11681
11682 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11685 MAKEDIRS, is empty.
11686
11687 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11688
11689 * config.sub: Tweak mn10300 entry.
11690
11691 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11692
11693 * configure.in (host_tools): Put sim before gdb, so gdb's
11694 configure.tgt can determine if the simulator was configured.
11695
11696 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11697
11698 * config.sub: Move BeOS $os case to be with other Cygnus
11699 local cases.
11700
11701 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11702
11703 * config.sub: Remove misplaced comment that broke Linux.
11704
11705 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11706
11707 * config.sub: Add BeOS support.
11708
11709 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11710
11711 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11712
11713 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11714
11715 * configure.in (noconfigdirs): Remove tcl and tk from
11716 noconfigdirs for cygwin32 builds.
11717
11718 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11719
11720 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11721
11722 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11723
11724 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11725 make-all.com, use makefile.vms instead.
11726
11727 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11728
11729 * config.sub: Accept -lnews*.
11730
11731 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11732
11733 * configure.in (noconfigdirs): Disable target-newlib,
11734 target-examples and target-libiberty for d30v.
11735
11736 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11737
11738 * configure.in (noconfigdirs): Enable ld for d30v.
11739
11740 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11741
11742 * configure.in (tic80-*-*): Build compiler.
11743
11744 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11745
11746 * configure.in (d30v-*): Remove sim directory from list of
11747 unsupported d30v directories
11748
11749 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11750
11751 * config.sub, configure.in: Add d30v target cpu.
11752
11753 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11754
11755 * makefile.vms: New file.
11756 * make-all.com: Remove.
11757
11758 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11759
11760 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11761
11762 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11763
11764 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11765
11766 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11767
11768 * Makefile.in (ALL_MODULES): Added all-db.
11769 (CROSS_CHECK_MODULES): Addec check-db.
11770 (INSTALL_MODULES): Added install-db.
11771 (CLEAN_MODULES): Added clean-db.
11772
11773 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11774
11775 * config.guess: Merge with latest FSF sources.
11776
11777 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11778
11779 * Makefile.in (ALL_MODULES): Added all-itcl.
11780 (CROSS_CHECK_MODULES): Added check-itcl.
11781 (INSTALL_MODULES): Added install-itcl.
11782 (CLEAN_MODULES): Added clean-itcl.
11783
11784 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11785
11786 * configure.in: build gdb for mn10200
11787
11788 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11789
11790 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11791
11792 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11793
11794 * configure.in (tic80-*-*): Turn off most targets right now.
11795
11796 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11797
11798 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11799 rather than the makeinfo program.
11800 (do-info): Depend upon all-texinfo.
11801
11802 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11803
11804 * configure.in: Remove uses of config/mh-linux.
11805
11806 * config.sub, config.guess: Merge with latest FSF sources.
11807
11808 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11809
11810 * config.sub (case $basic_machine): Add tic80 entries.
11811
11812 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11813
11814 * config.sub, config.guess: Merge with latest FSF sources.
11815
11816 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11819 * mpw-config.in: Test for NewFolderRecursive.
11820 * mpw-install: Use symbolic name for startup filename.
11821 * mpw-README: Add various additional details.
11822
11823 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11824
11825 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11826
11827 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11828
11829 * configure.in: Do build gcc and the target libraries for
11830 the mn10200.
11831
11832 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11833
11834 * configure.in: don't avoid building gdb for mn10300 any more
11835 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11836 instead of single-quoting it.
11837
11838 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11839
11840 * configure.in: Don't use --with-stabs on IRIX 6.
11841
11842 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11843
11844 * configure.in (m32r): Build gdb, libg++ now.
11845
11846 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11847
11848 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11849 directories from noconfigdirs.
11850
11851 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11852
11853 * config.sub (basic_machine): added mips16 configuration
11854
11855 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11856
11857 * config.sub: Handle d10v-unknown.
11858
11859 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11860
11861 * config.sub: Handle v850-unknown.
11862
11863 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11864
11865 * Makefile.in: add findutils
11866 * configure.in: add findutils to list of host_tools
11867
11868 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11869
11870 * config.sub: Handle mn10200 and mn10300.
11871
11872 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11873
11874 * configure.in (d10v-*): Do not build librx.
11875
11876 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11877
11878 * configure.in (mn10300): Build everything except gdb & libgloss.
11879
11880 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11881
11882 * config.guess: Patch for Dansk Data Elektronik servers,
11883 from Niels Skou Olsen <nso@dde.dk>.
11884
11885 For ncr, use /bin/uname rather than uname, since GNU uname does not
11886 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11887
11888 Patch for MIPS R4000 running System V,
11889 from Eric S. Raymond <esr@snark.thyrsus.com>.
11890
11891 Fix thinko for nextstep.
11892
11893 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11894
11895 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11896 * config.guess: Guess mips-dec-mach_bsd4.3.
11897
11898 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11899 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11900 release numbers.
11901 * config.guess (mips-mips-riscos*): Emit just enough of the
11902 release number.
11903
11904 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11905 * config.guess (sparc-auspex-sunos*): Added.
11906 (f300-fujitsu-*): Added.
11907
11908 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11909 * config.guess: Recognize a Tadpole as a sparc.
11910
11911 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11912
11913 * config.guess: Don't assume that NextStep version is either 2 or
11914 3. NextStep 4 (aka OpenStep 4) has come out now.
11915
11916 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11917
11918 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11919 From Rik Faith <faith@cs.unc.edu>.
11920
11921 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11922
11923 * config.sub: Contributions from bug-gnu-utils to:
11924 Support plain "hppa" (no version given) architecture, reported by
11925 OpenStep.
11926 OpenBSD like NetBSD.
11927 LynxOs is not a hardware supplier.
11928
11929 * config.guess: Contributions from bug-gnu-utils to add support for:
11930 OpenBSD like NetBSD.
11931 Stratus systems.
11932 More Pyramid systems.
11933 i[n>4]86 Intel chips.
11934 M680[n>4]0 Motorola chips.
11935 Use unknown instead of lynx for hardware manufacturer.
11936
11937 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11938
11939 * install.sh (chmodcmd): Set to null if the DST directory already
11940 exists.
11941
11942 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11943
11944 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11945 not use mt-ppc target Makefile fragment any more.
11946
11947 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11948
11949 * configure.in (*-*-windows): Exclude everything but those dirs
11950 needed to build windows.
11951
11952 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11953
11954 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11955
11956 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11957
11958 * configure.in: Exclude mmalloc from i386-windows.
11959
11960 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11961
11962 * Undo my previous change.
11963
11964 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11965
11966 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11967 unconditionally.
11968 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11969
11970 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11971
11972 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11973 host to add it's own flags.
11974
11975 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11976
11977 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11978
11979 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11980
11981 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11982 (CXX_FOR_TARGET): Likewise.
11983 (GCC_FOR_TARGET): Define.
11984 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11985 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11986 CC_FOR_TARGET was specified on the command line.
11987 (MAKEOVERRIDES): Don't define.
11988
11989 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11990
11991 * configure.in (m32r): Fix spelling of libg++ libs.
11992
11993 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11994
11995 * config.sub (-apple*): Remove, now redundant.
11996
11997 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11998
11999 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12000
12001 * configure: Rework yesterday's sed script patch.
12002
12003 * config.sub: Merge with FSF.
12004
12005 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12006
12007 * config.guess: Merge from FSF.
12008
12009 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12010 * config.guess: Use pc instead of unknown, for pc clone systems.
12011 Change linux to linux-gnu.
12012
12013 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12014 * config.guess: Avoid non-portable tr syntax.
12015
12016 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12017
12018 * test-build.mk (HOLES): Add "xargs" for gdb.
12019
12020 * configure: Avoid hpux10.20 sed bug.
12021
12022 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12023
12024 * configure.in: Add support for windows host
12025 (that is a build done under the Microsoft build environment).
12026
12027 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12028
12029 * Makefile.in: Replace all uses of srcroot with s, to shrink
12030 command line lengths.
12031
12032 Patches from Geoffrey Noer <noer@cygnus.com>:
12033 * configure.in: If configuring for newlib, pass --with-newlib to
12034 subdirectories.
12035 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12036 -Bnewlib/ and -Lwinsup to gcc.
12037 (CXX_FOR_TARGET): Likewise.
12038
12039 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12040
12041 * Makefile.in (ETC_SUPPORT): Add configure.
12042
12043 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12044
12045 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12046 host configuration file.
12047
12048 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12049
12050 * configure.in: Break mn10x00 support into separate
12051 mn10200 and mn10300 configurations.
12052 * config.sub: Likewise.
12053
12054 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12055
12056 * configure.in: Add lots of stuff to noconfigdirs for
12057 the mn10x00 targets.
12058
12059 * config.sub, configure.in: Add mn10x00 support.
12060
12061 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12062
12063 * make-all.com: Call conf-a-gas, not config-a-gas.
12064
12065 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12066
12067 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12068 targets.
12069
12070 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12071
12072 * mpw-README: Add much more detail for native PowerMac.
12073 * mpw-install: New file.
12074 * mpw-configure: Add --norecursion and --help options.
12075 * mpw-config.in: Translate readme and install files when
12076 copying to objdir.
12077 * mpw-build.in: Don't always depend on byacc and flex.
12078 (install-only-top): New action.
12079
12080 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12081
12082 * configure.in: You can now configure GDB for the v850.
12083
12084 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12085
12086 * configure.in (noconfigdirs): Don't configure any C++ dirs
12087 if targeting D10V.
12088
12089 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12090
12091 * config.sub: Recognize mips64vr5000.
12092
12093 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12094
12095 * configure.in: Use a single line for host_tools and native_only.
12096
12097 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12098
12099 * config.sub, configure.in: Add entries for m32r.
12100
12101 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12102
12103 * Makefile.in (inet-install): Don't run install-gzip.
12104
12105 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12106
12107 * configure.in: Don't config lots of things for *-*-windows*.
12108
12109 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12110
12111 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12112 (host_libs, host_tools): Copy from configure.in.
12113 * mpw-configure: Don't complain about directories not found.
12114
12115 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12116
12117 * configure.in (i[345]86): Recognize i686 for pentium pro.
12118 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12119 file.
12120
12121 * config.guess (i[345]86): Ditto.
12122
12123 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12124
12125 * configure.in (noconfigdirs): Removed gdb for D10V.
12126
12127 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12128
12129 * configure.in: Remove ld, target-libio, target-libg++, and
12130 target-libstdc++ from noconfigdirs.
12131
12132 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12133
12134 * configure: Fix three locations where shell scripts were
12135 being run directly rather than with config_shell.
12136
12137 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12138
12139 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12140 * config.sub (basic_machine): Recognize v850.
12141
12142 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12143
12144 * mpw-configure: Handle multiple enable/disable options and
12145 pass them down recursively, handle -c and -s flags appropriately
12146 depending on choice of compiler, add escape mechanism for
12147 quoted arguments to gC.
12148
12149 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12150
12151 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12152 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12153 so that -mrelocatable-lib and -mno-eabi are used.
12154
12155 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12156 not support --print-multi-lib, don't abort.
12157
12158 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12159
12160 * make-all.com: Run config-a-gas.
12161 * setup.com: Don't copy subdirectory files around.
12162
12163 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12164
12165 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12166 target, it now compiles correctly.
12167
12168 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12169
12170 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12171
12172 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12173
12174 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12175
12176 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12177
12178 * configure.in (native_only): Add prms.
12179
12180 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12181
12182 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12183 (BINUTILS_SUPPORT_DIRS): Likewise.
12184
12185 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12186
12187 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12188 d10v support is added.
12189
12190 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12191
12192 * configure.in (d10v-*-*): New target.
12193
12194 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12195
12196 * config.guess (HP 9000/811): Recognize this as a PA1.1
12197 machine.
12198
12199 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12200
12201 * Makefile.in (do-tar-gz): New target, split out from tail end of
12202 taz target. Run each command separately, don't use pipes.
12203 (taz): Use it.
12204
12205 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12206
12207 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12208 * mpw-build.in: No builds should depend on building byacc or flex,
12209 they are assumed to be installed already.
12210
12211 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12212
12213 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12214 variable that CC_FOR_TARGET needs.
12215
12216 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12217
12218 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12219 options have changed since the last time the subdirectory was
12220 configured, and if it has, reconfigure.
12221 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12222 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12223
12224 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12225
12226 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12227 CLEAN_MODULES): Add bash.
12228 (all-bash): New target.
12229
12230 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12231
12232 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12233
12234 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12235
12236 * config.sub (basic_machine): Recognize d10v as a valid processor.
12237
12238 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12239
12240 * mpw-configure: Add support for --bindir.
12241 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12242
12243 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12244
12245 * configure.in: add bash, time, gawk to list of hosttools and things
12246 to only build for native toolchains
12247
12248 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12249
12250 * Makefile.in (docdir): Remove.
12251
12252 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12253
12254 * Makefile.in (datadir): Set to $(prefix)/share.
12255
12256 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12257
12258 * configure.in: build diff and patch for cygwin32-hosted
12259 toolchains.
12260
12261 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12262
12263 * config.sub: Accept -rtems*.
12264
12265 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12266
12267 * configure.in: enable dosrel for cygwin32-hosted builds,
12268 remove diff from the list of things not buildable
12269 via Canadian Cross
12270
12271 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12272
12273 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12274 don't get ". ".
12275
12276 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12277
12278 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12279
12280 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12281
12282 * Makefile.in (taz): Handle case where tex3patch didn't even get
12283 checked out. Also, if it was found, put the symlink in a new util
12284 subdirectory.
12285
12286 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12287
12288 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12289
12290 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12291
12292 * config.sub: Recognize -openvms.
12293 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12294 * make-all.com, setup.com: New files.
12295
12296 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12297
12298 * Makefile.in (taz): tex3patch moved to texinfo/util.
12299
12300 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12301
12302 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12303 * configure.in: remove make from disable-if-Can-Cross list
12304 enable gdb if ${host} and ${target} are cygwin32
12305
12306 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12307
12308 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12309 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12310
12311 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12312
12313 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12314 distinguish sysv/svr4/bsd variants.
12315 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12316
12317 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12318
12319 * configure.in: Added copyright notice.
12320 * move-if-change: Added copyright notice.
12321
12322 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12323
12324 * configure.in (powerpcle-*-solaris*): Until we get shared
12325 libraries working, don't build gdb, sim, make, tcl, tk, or
12326 expect.
12327
12328 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12329
12330 * config.guess: Merge with FSF:
12331
12332 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12333 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12334
12335 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12336 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12337
12338 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12339 * config.guess: Combine two OSF1 rules.
12340 Also recognize field test versions. From mjr@zk3.dec.com.
12341 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12342 because GNU uname does not support -p. From pmr@pajato.com.
12343
12344 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12345
12346 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12347
12348 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12349
12350 * mpw-README: Document GCCIncludes.
12351
12352 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12353
12354 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12355
12356 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12357
12358 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12359
12360 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12361
12362 * configure.in (*-*-cygwin32): Configure make.
12363
12364 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12365
12366 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12367
12368 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12369
12370 * Makefile.in (all-inet): Depend on all-perl.
12371
12372 * Makefile.in (inet-install): New target.
12373
12374 * Makefile.in (all-inet): Depend on all-tcl.
12375 (all-inet): Depend on all-send-pr.
12376
12377 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12378
12379 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12380 temporarily.
12381
12382 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12383
12384 * configure.in: Don't configure --with-gnu-ld on AIX.
12385
12386 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12387
12388 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12389
12390 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12391
12392 * Makefile.in (ALL_MODULES): Added all-inet.
12393 (CROSS_CHECK_MODULES): Added check-inet.
12394 (INSTALL_MODULES): Added install-inet.
12395 (CLEAN_MODULES): Added clean-inet.
12396 (all-indent): New target.
12397
12398 * configure.in (host_tools): Added inet.
12399 (native_only): Added inet.
12400 (noconfigdirs): Added inet.
12401
12402 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12403
12404 * configure.in: Don't configure libgloss if we are not configuring
12405 newlib.
12406
12407 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12408
12409 * configure.in: Don't configure libgloss for unsupported
12410 architectures.
12411
12412 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12413
12414 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12415
12416 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12417
12418 * Makefile.in (ALL_MODULES): Include all-apache.
12419 (CROSS_CHECK_MODULES): Include check-apache.
12420 (INSTALL_MODULES): Include install-apache.
12421 (all-apache): New target.
12422
12423 * configure.in: Added apache everywhere perl is seen.
12424
12425 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12426
12427 * Makefile.in: Add support for clean-{module} and
12428 clean-target-{module} rules.
12429
12430 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12431
12432 * configure.in (*-*-ose) do not build libgloss.
12433
12434 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12435
12436 * config.guess (prep*:SunOS:5.*:*): Turn into
12437 powerpele-unknown-solaris2.
12438
12439 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12440
12441 * configure.in: Permit --enable-shared to specify a list of
12442 directories.
12443
12444 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12445
12446 * configure.in (host==solaris): Pass only the first word of $CC
12447 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12448
12449 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12450
12451 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12452
12453 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12454
12455 * Makefile.in (ALL_MODULES): Include all-perl.
12456 (CROSS_CHECK_MODULES): Include check-perl.
12457 (INSTALL_MODULES): Include install-perl.
12458 (ALL_X11_MODULES): Include all-guile.
12459 (CHECK_X11_MODULES): Include check-guile.
12460 (INSTALL_X11_MODULES): Include install-guile.
12461 (all-perl): New target.
12462 (all-guile): New target.
12463
12464 * configure.in (host_tools): Include perl and guile.
12465 (native_only): Include perl and guile.
12466 (noconfigdirs): Don't build guile and perl; no ports have been
12467 done.
12468
12469 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12470
12471 * configure (--enable-*): Handle quoted option lists such as
12472 --enable-sim-cflags='-g0 -O' better.
12473
12474 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12475
12476 * Makefile.in ({,inst}all-target): New rule so we can make and
12477 install all of the target directories easily.
12478
12479 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12480
12481 * configure.in: Add missing global flag in sed substitution when
12482 deleting `target-' from ${configdirs}.
12483
12484 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12485
12486 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12487 option.
12488
12489 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12490 config/mh-necv4.
12491
12492 * install.sh: Correct misspelling of transformbasename.
12493
12494 * config.guess: Recognize mips-*-sysv*.
12495
12496 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12497
12498 * config.sub: Recognize mon960.
12499
12500 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12501
12502 * configure: Restore Canadian Cross handling of BISON and LEX,
12503 removed in Feb 20 change.
12504
12505 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12506
12507 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12508 Mention make install. Remove the old copyright date as well the
12509 clumsy and rather pointless copyright on the README file.
12510
12511 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12512
12513 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12514 Makefile after running symlink-tree, then run `make distclean' to
12515 avoid clobbering any generated files in srcdir.
12516
12517 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12518
12519 * configure.in (m68k-*-netbsd*): Build everything now.
12520
12521 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12522
12523 * Makefile.in (taz): Fix quoting.
12524
12525 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12526
12527 * configure.in (sparclet-*-*): Build everything now.
12528
12529 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12530
12531 * configure.in (m68k-*-linux*): New host.
12532
12533 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12534
12535 * configure: Check for bison before byacc.
12536
12537 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12538
12539 * Makefile.in configure: Change the way LEX and BISON/YACC are
12540 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12541 searching PATH. These are used as fallbacks by Makefile.in if
12542 flex/bison/byacc aren't in objdir.
12543
12544 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12545
12546 * Makefile.in: Make everything which depends upon all-bfd also
12547 depend upon all-opcodes, in case --with-commonbfdlib is used.
12548
12549 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12550
12551 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12552 building NT native compilers on Unix.
12553
12554 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12555
12556 * configure.in: Don't get CC from the host Makefile fragment if we
12557 can find gcc in PATH, or if this is a Canadian Cross. Move the
12558 Solaris test for /usr/ucb/cc to the post target script, just after
12559 the compiler sanity test.
12560
12561 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12562
12563 * config.sub: Merge with FSF.
12564
12565 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12566
12567 * Makefile.in (RPATH_ENVVAR): New variable.
12568 (REALLY_SET_LIB_PATH): Use it.
12569 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12570
12571 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12572
12573 * config.sub, configure.in: Recognize sparclet cpu.
12574
12575 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12576
12577 * config.guess: Support m68k-cbm-sysv4.
12578
12579 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12580
12581 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12582 m68k-unknown-linuxaout from linker help string. Put quotes around
12583 $ld_help_string.
12584
12585 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12586
12587 * config.guess (powerpc-harris-powerunix): Add guess for port
12588 to new target.
12589
12590 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12591
12592 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12593
12594 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12595
12596 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12597 $(REALLY_SET_LIB_PATH) in Makefile.
12598 * Makefile.in (SET_LIB_PATH): New variable.
12599 (REALLY_SET_LIB_PATH): New variable.
12600 ($(DO_X)): Use $(SET_LIB_PATH).
12601 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12602 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12603 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12604 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12605 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12606 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12607 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12608 (install-dosrel): Likewise.
12609 (all-opcodes): Depend upon all-libiberty.
12610
12611 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12612
12613 * config.guess (*:CYGWIN*): New
12614
12615 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12616
12617 * Makefile.in (all-target-winsup): All all-target-libiberty.
12618
12619 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12620
12621 * configure.in (noconfigdirs): Add missing # in front of comment.
12622
12623 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12624
12625 * configure.in: add second pass to things added to noconfigdirs
12626 so *-gm-magic can exclude libgloss properly.
12627
12628 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12629
12630 * mpw-configure (extralibs_name, rez_name): Set correctly
12631 for MWC68K compiler.
12632
12633 * mpw-README: Add more info on the necessary build tools.
12634
12635 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12636
12637 * configure.in, config.sub: Recognize cygwin32.
12638
12639 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12640
12641 * config.guess, config.sub: Recognize A/UX.
12642
12643 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12644
12645 * config.sub: Merge with gcc/config.sub.
12646
12647 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12648
12649 * mpw-build.in (do-binutils): Add build of stamps.
12650
12651 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12652
12653 * config.sub: Add recognition for mips64vr4100*-* targets.
12654
12655 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12656
12657 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12658 Add creation of gconfigargs with `--enable-shared' turned on.
12659 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12660 ($(host)-stamp-stage3-configured): Likewise.
12661 (HOLES): Add chatr and ldd.
12662 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12663
12664 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12665
12666 * configure: Pass --nfp to recursive configures.
12667
12668 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12669
12670 * Makefile.in (DLLTOOL): New.
12671 (DLLTOOL_FOR_TARGET): New.
12672 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12673 (EXTRA_TARGET_FLAGS): Ditto.
12674 (EXTRA_GCC_FLAGS): Ditto.
12675 (CONFIGURE_TARGET_MODULES): Ditto.
12676 (DO_X): Ditto.
12677 * configure: Add DLLTOOL.
12678
12679 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12680
12681 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12682 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12683 mh-sco, since old workarounds no longer needed, and don't
12684 build ld, since libraries have weak symbols in COFF.
12685
12686 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12687
12688 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12689
12690 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12691
12692 * configure.in: Make sure that ${CC} can be used to compile an
12693 executable.
12694
12695 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12696
12697 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12698 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12699 nothing depending on whether gdbtk is being built.
12700
12701 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12702
12703 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12704
12705 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12706
12707 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12708 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12709
12710 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12711
12712 * config-ml.in: Add support for
12713 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12714 Simplify setting of multidirs from --disable-foo.
12715
12716 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12717
12718 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12719 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12720 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12721 non-empty, pass them on to the GCC make.
12722 (all-bootstrap): New rule that is like all-gcc, except it executes
12723 the GCC bootstrap rule instead of the GCC all rule.
12724
12725 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12726
12727 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12728
12729 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12730
12731 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12732 DG/UX support.
12733
12734 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12735
12736 * config.sub (i*86*) Change [345] to [3456]
12737
12738 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12739
12740 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12741 --with-gnu-ld=no.
12742
12743 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12744
12745 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12746 AIX multilibs get built.
12747
12748 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12749
12750 * configure.in (i386-win32): Don't build expect if we're not
12751 building the tcl subdir.
12752
12753 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12754
12755 * Makefile.in: (configure-target-examples, all-target-examples):
12756 New targets, configure and build example programs.
12757
12758 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12759
12760 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12761 use it as input to sedit the generated MPW makefile.
12762 * mpw-README: Add a suggestion about Gestalt.h.
12763
12764 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12765
12766 * config.sub: Accept *-*-ieee*.
12767
12768 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12769
12770 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12771 Ronald F. Guilmette <rfg@monkeys.com>.
12772
12773 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12774
12775 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12776 for powerpc-pe native.
12777 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12778 (target==powerpc-pe): duplicate i386-win32 entry.
12779
12780 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12781
12782 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12783 of vxworks, not just vxworks5.1.
12784
12785 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12786
12787 * mpw-configure: Add support for exec-prefix.
12788
12789 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12790
12791 * config.guess: Recognize HP model 816 machines as having
12792 a PA1.1 processor.
12793
12794 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12795
12796 * configure: Ignore new autoconf configure options.
12797
12798 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12799
12800 * config.guess: Recognize Pentium under SCO.
12801 From Robert Lipe <robertl@arnet.com>.
12802
12803 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12804
12805 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12806
12807 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12808
12809 * configure.in: Don't configure gas for alpha-dec-osf*.
12810
12811 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12812
12813 * configure.in: Default to --with-stabs for some targets for which
12814 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12815 i[345]86*-*-unixware*.
12816
12817 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12818
12819 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12820 rather than basing it on the target. Simplify handling of options
12821 controlling which directories to configure. Remove extraneous
12822 slash in multi-clean target.
12823
12824 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12825
12826 * config-ml.in: Prefix more variables with ml_ so they don't collide
12827 with configure's.
12828
12829 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12830
12831 * configure: Don't turn -v into --v.
12832
12833 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12834
12835 * configure.in (targargs): Fix typo.
12836
12837 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12838
12839 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12840
12841 * configure.in: Strip --host and --target options from
12842 CONFIG_ARGUMENTS, and always configure for --host only. Add
12843 --with-cross-host option when building with a cross-compiler.
12844 * configure: Canonicalize the arguments put into config.status by
12845 always using `=' for an option with an argument. Pass a presumed
12846 --host or --target explicitly.
12847
12848 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12849
12850 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12851 into general OS recognition case.
12852
12853 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12854
12855 * configure.in (target_configdirs): add target-winsup only
12856 for win32 target systems.
12857
12858 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12859
12860 * Makefile.in (all-target-libgloss): Depend upon
12861 configure-target-newlib, since when libgloss is built it looks to
12862 see if the newlib directory exists.
12863
12864 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12865
12866 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12867 cfg-ml-*.in.
12868
12869 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12870
12871 * configure: Handle LD and LD_FOR_TARGET when configuring a
12872 Canadian Cross.
12873
12874 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12875
12876 * configure.in (target_libs): add target-winsup.
12877 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12878 (target==ppcle-pe): remove ld from $noconfigdirs.
12879
12880 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12881
12882 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12883 Preserve relative path names in $srcdir. Build symlink tree if
12884 configuring cross target dir and srcdir=. (= no VPATH support).
12885 (configure-target-libg++): Depend on configure-target-librx.
12886 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12887 * config-ml.in: New file.
12888 * symlink-tree: New file.
12889 * configure: Ensure srcdir="." if that's what it is.
12890
12891 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12892
12893 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12894 includes and FLEX_SKELETON setting.
12895 * mpw-configure (--with-gnu-ld): New option, controls whether
12896 to use PPCLink or ld with PowerMac GCC.
12897 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12898 * mpw-config.in: Configure grez if targeting Mac.
12899
12900 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12901 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12902 just macos.
12903 * configure.in: Configure grez resource compiler if targeting Mac.
12904 * Makefile.in (all-grez, install-grez): New targets.
12905
12906 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12907
12908 * configure: CXX defaults to gcc, not g++. If we find
12909 gcc in the path, set CC to gcc -O2.
12910
12911 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12912
12913 * configure: Default ${build} correctly. Avoid picking up extra
12914 spaces when reading CC and CXX from Makefile. When doing a
12915 Canadian Cross, use plausible default values for numerous
12916 variables.
12917 * configure.in: When doing a Canadian Cross, don't try to
12918 configure tools whose configure script can't handle it.
12919
12920 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12921
12922 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12923
12924 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12925
12926 * configure: Remove dubious bug reporting address.
12927
12928 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12929
12930 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12931 configure script, run that instead of this directory's configure.
12932 In either case, print a message that we're configuring the sub-dir.
12933
12934 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12935
12936 * configure.in: Before checking for the existence of various files,
12937 use sed to filter out "target-".
12938
12939 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12940
12941 * Makefile.in (DO_X): Split rule to decrease command line length
12942 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12943 (Philippe De Muyter).
12944
12945 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12946
12947 * Makefile.in (all-patch): depend on all-libiberty.
12948
12949 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12950
12951 * configure.in: If the only directory in target_configdirs which
12952 actually exists is libiberty, then set target_configdirs to empty,
12953 to avoid trying to build a target libiberty in a gas or gdb
12954 distribution.
12955
12956 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12957
12958 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12959 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12960 systems.
12961
12962 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12963
12964 * configure.in (copy_dirs): Use sys-include instead of include
12965 for --with-headers option.
12966
12967 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12968
12969 * Makefile.in, configure.in: Make winsup builds work with
12970 new scheme.
12971
12972 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12973
12974 * configure.in: Build the linker on AIX.
12975
12976 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12977
12978 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12979 where needed.
12980
12981 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12982
12983 * Makefile.in (all-gcc): Fix typo.
12984
12985 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12986
12987 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12988
12989 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12990
12991 * configure.in: Rename libFOO to target-libFOO, and xiberty
12992 to target-xiberty, to provide more flexibility.
12993 (target_subdir): Define. Create if cross.
12994 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12995 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12996 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12997 check-libFOO -> check-target-libFOO, etc.
12998 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12999 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13000 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13001 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13002 allow ALL_GCC="" to only configure.
13003 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13004 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13005 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13006
13007 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13008
13009 * Makefile.in (taz): Build "info" in etc explicitly.
13010
13011 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13012
13013 * configure.in: Make sure that CC is undefined (as opposed to
13014 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13015 problem with autoconf trying to configure on a host without GCC.
13016
13017 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13018
13019 * mpw-configure: Set host alias from choice of host compiler,
13020 only use generic MPW Makefile sed if present, edit a file
13021 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13022 * mpw-README: Add problem notes about CW6 and CW7.
13023
13024 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13025
13026 * Makefile.in (taz): Use ";" instead of ";;".
13027
13028 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13029
13030 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13031 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13032 DISTDOCDIRS.
13033 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13034 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13035
13036 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13037
13038 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13039 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13040 Move bfd to DISTSTUFFDIRS.
13041
13042 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13043
13044 * Makefile.in (X11_LIB): Removed.
13045 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13046
13047 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13048
13049 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13050
13051 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13052 names.
13053
13054 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13055
13056 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13057
13058 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13059
13060 * configure.in (i[345]86-*-win32): Always build newlib.
13061 Don't configure cvs, autoconf or texinfo.
13062 * Makefile.in (LD_FOR_TARGET): New.
13063 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13064 Pass down LD_FOR_TARGET.
13065
13066 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13067
13068 * winsup: New directory.
13069 * Makefile.in: Build winsup.
13070 * configure.in: Winsup is configured when target is win32.
13071 Can only build win32 target GDB when native.
13072
13073 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13074
13075 * config.guess: Recognize HP model 819 machines as having
13076 a PA 1.1 processor.
13077
13078 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13079
13080 * configure: Fix sed loop which substitutes for CC and CXX to
13081 avoid bug found in various sed implementations.
13082
13083 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13084
13085 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13086 simulator. Use standard powerpc-*-eabi*.
13087
13088 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13089
13090 * configure.in: Stop putting gas and binutils in noconfigdirs for
13091 powerpc-*-aix* and rs6000-*-*.
13092
13093 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13094
13095 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13096 -mcall-aixdesc libraries.
13097
13098 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13099
13100 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13101
13102 * config.sub (arm | armel | armeb): Fix shell syntax.
13103
13104 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13105
13106 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13107 -msoft-float and -mcpu=common support.
13108 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13109 libraries.
13110
13111 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13112
13113 * configure.in: Allow configuration and build of emacs19 for the alpha.
13114
13115 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13116
13117 * configure.in (CC): Get ^CC, not just any old CC, from
13118 ${host_makefile_frag}.
13119
13120 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13121
13122 * configure.in (CC): Try to get CC from
13123 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13124
13125 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13126
13127 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13128 only if it exists in $(srcdir).
13129
13130 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13131
13132 * configure: If CC and CXX are not set in the environment, set
13133 them, based on either an existing Makefile or on searching for gcc
13134 in PATH. Substitute for CC and CXX in Makefile.
13135 * configure.in: Remove libm from target_libs. Separate
13136 target_configdirs from configdirs. If CC is not set in
13137 environment, try to get it from a host Makefile fragment. Rewrite
13138 changes of configdirs to use skipdirs instead. A few minor
13139 tweaks. Take directories out of target_configdirs as they are
13140 taken out of configdirs. Remove existing Makefile files from
13141 subdirectories. Substitute for TARGET_CONFIGDIRS and
13142 CONFIG_ARGUMENTS in Makefile.
13143 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13144 by configure.in.
13145 (CONFIG_ARGUMENTS): Likewise.
13146 (CONFIGURE_TARGET_MODULES): New variable.
13147 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13148 ($(CONFIGURE_TARGET_MODULES)): New target.
13149 (configure-libg++, configure-libio): New targets.
13150 (all-libg++): Depend upon configure-libg++.
13151 (all-libio): Depend upon configure-libio.
13152 (configure-libgloss, all-libgloss): New targets.
13153 (configure-libstdc++): New target.
13154 (all-libstdc++): Depend upon configure-libstdc++.
13155 (configure-librx, all-librx): New targets.
13156 (configure-newlib): New target.
13157 (all-newlib): Depend upon configure-newlib
13158 (configure-xiberty): New target.
13159 (all-xiberty): Depend upon configure-xiberty.
13160
13161 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13162
13163 * configure.in (host i[345]86-*-win32): Expand the
13164 noconfigdirs again.
13165
13166 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13167
13168 * mpw-configure: Fix sed command file name.
13169
13170 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13171
13172 * configure.in (host i[345]86-*-win32): Reduce the
13173 noconfigdirs again.
13174
13175 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13176
13177 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13178 or powerpc*-*-pe*, since they are not yet supported.
13179
13180 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13181
13182 Add PowerMac support and many other enhancements.
13183 * mpw-configure: New option --cc to select compiler to use,
13184 paste options set according to --cc into the generated
13185 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13186 if mpw-make.sed is present.
13187 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13188 add forward includes for PowerPC include files.
13189 * mpw-build.in: Build using Makefile.PPC if present.
13190 (do-byacc, etc): Remove separate version resource builds.
13191 (do-gas): Build "stamps" before "all".
13192 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13193 * mpw-README: Update to reflect --cc option, PowerMac support,
13194 and recently-reported compatibility problems.
13195
13196 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13197
13198 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13199 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13200 (--with-multilib-top): Pass to recursive invocations.
13201
13202 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13203
13204 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13205 v810-*-*.
13206
13207 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13208
13209 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13210 gdb, ld and opcodes on v810-*-*.
13211
13212 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13213
13214 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13215 (local-maintainer-clean): New target.
13216 (maintainer-clean): New target.
13217 (realclean): Just depend upon maintainer-clean.
13218
13219 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13220
13221 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13222
13223 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13224
13225 * configure.in: Build ld in mips*-*-bsd* case.
13226
13227 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13228
13229 * config.sub: Accept -lites* OS. From Ian Dall.
13230
13231 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13232
13233 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13234 targets.
13235
13236 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13237
13238 * configure.in: treat i386-win32 canadian cross the same as
13239 i386-go32 canadian cross.
13240
13241 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13242
13243 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13244 running under the simulator to build a reduced set of libraries.
13245 (powerpc-*-eabiaix): Add fine grained multilib support added to
13246 other powerpc targets yesterday.
13247
13248 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13249
13250 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13251 -disable-softfloat, -disable-relocatable, -disable-aix, and
13252 -disable-sysv to control which multilib libraries get built.
13253
13254 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13255
13256 * configure: Add Makefile.tem to list of files to remove in trap
13257 handler.
13258
13259 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13260
13261 * config.guess (*Linux*): Add missing "exit"s.
13262 Also, need specific check for alpha-unknown-linux (uses COFF).
13263
13264 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13265
13266 * config.guess: Merge with FSF:
13267
13268 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13269 * config.guess (AIX4): More robust release numbering discovery.
13270
13271 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13272 * config.guess (i386-sequent-ptx): Properly get version number.
13273
13274 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13275 * config.guess (mips:*:4*:UMIPS): New case.
13276
13277 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13278
13279 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13280 (i386-win32 host): Likewise. Don't build readline.
13281
13282 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13283
13284 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13285 SUPPORT_FILES to submakes.
13286
13287 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13288
13289 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13290 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13291 mpw-configure.
13292
13293 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13294
13295 * configure.in (appdirs): Use =, not ==, in test expression when
13296 trying to build the text to print in the warning message for
13297 Solaris users.
13298
13299 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13300
13301 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13302
13303 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13304
13305 * config.guess: Recognize lynx-2.3.
13306
13307 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13308
13309 * config.sub (z8ksim): Deleted
13310 (z8k-*-coff): New, this is the one true name of the target.
13311
13312 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13313
13314 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13315
13316 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13317
13318 * config.guess (*:Linux:*:*): First try asking the linker what the
13319 default object file format is (elf, aout, or coff). Then if this
13320 fails, try previous methods.
13321
13322 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13323
13324 * configure.in: Don't build newlib for *-*-vxworks5.1.
13325
13326 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13327
13328 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13329 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13330
13331 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13332
13333 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13334
13335 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13336
13337 * cfg-ml-com.in: New file.
13338 * cfg-ml-pos.in: New file.
13339
13340 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13341
13342 * COPYING.NEWLIB: Add HP free copyright to list.
13343
13344 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13345
13346 * config.sub: Recognize -eabi* for the system, not just -eabi.
13347
13348 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13349
13350 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13351 * config.sub, configure.in (win32): New target and host.
13352
13353 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13354
13355 * configure.in: Add i386-pe configuration.
13356
13357 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13358
13359 * mpw-build.in (install): Install GDB after LD.
13360
13361 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13362
13363 * mpw-config.in (elf/mips.h): Always forward-include, needed
13364 for GDB to build.
13365
13366 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13367
13368 * testsuite: New directory for customer acceptance and whole tool
13369 chain tests.
13370
13371 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13372
13373 * configure: If per-host line isn't found, but AC_OUTPUT is found
13374 and a configure script exists, run it instead.
13375
13376 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13377
13378 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13379
13380 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13381
13382 * configure: Set build_{cpu,vendor,os,alias} to host values when
13383 --build isn't specified.
13384
13385 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13386
13387 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13388 (FLAGS_TO_PASS): Pass them.
13389 (EXTRA_TARGET_FLAGS): Ditto.
13390
13391 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13392
13393 * Makefile.in (all-libg++): Depend on all-libstdc++.
13394
13395 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13396
13397 * configure.in (noconfigdirs): Enable all packages for
13398 i386-unknown-netbsd.
13399
13400 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13401
13402 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13403 hosted builds (DOS builds)
13404
13405 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13406
13407 Changes for ARM based on patches from Richard Earnshaw:
13408 * config.sub: Handle armeb and armel.
13409 * configure.in: Omit arm linker only for riscix.
13410
13411 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13412
13413 * config.guess: Update from FSF.
13414
13415 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13416
13417 * config.sub: Recognize powerpcle as the little endian varient of
13418 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13419 powerpcle variant. Convert pentium into i586, not i486. Add p5
13420 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13421 temporarily.
13422
13423 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13424
13425 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13426
13427 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13428
13429 * config.sub: Accept -lites* as a basic system type.
13430
13431 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13432
13433 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13434 installed, and if so return linuxoldld as the system name.
13435
13436 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13437
13438 * config.guess: Add hppa1.1-hp-lites support.
13439
13440 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13441
13442 * configure.in: Don't build newlib for m68k-vxworks5.1.
13443
13444 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13445
13446 * configure.in (mips-sgi-irix6): Use mh-irix5.
13447
13448 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13449
13450 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13451
13452 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13453
13454 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13455 OSF/1. Fix compiler flags.
13456 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13457
13458 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13459
13460 * configure.in: Recognize --with-newlib.
13461 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13462
13463 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13464
13465 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13466 to *_X11_MODULES due to gdbtk needing X include files et al.
13467
13468 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13469
13470 Merge in support for Mac MPW as a host.
13471 (Old change descriptions retained for informational value.)
13472
13473 * mpw-config.in: Add generic include forwards for cpu-specific
13474 include files in aout and elf directories.
13475
13476 * mpw-configure: Added copyright.
13477 * mpw-config.in: Check for presence of required build tools.
13478 (target_libs): Add newlib.
13479 (target_tools): Add examples.
13480 (Read Me): Generate as "Read Me for MPW" instead.
13481 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13482 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13483 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13484
13485 * mpw-configure: Remove subdir-specific makefile hackery,
13486 delete mk.tmp after using it.
13487
13488 * mpw-build.in (all): Display start and end times.
13489
13490 * mpw-configure (host_canonical): Set.
13491 (target_cpu): Always add to makefiles.
13492 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13493 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13494 (mpw-mh-mpw): Look for in srcdir and srcroot.
13495 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13496
13497 * mpw-build.in: (install-only): New target.
13498
13499 * mpw-configure (host_alias, target_alias): Rename from hostalias
13500 and targetalias, add into generated Makefile.
13501 (mk.tmp): If present, add into generated Makefile.
13502 * mpw-build.in (all-gas): Build config.h first before gas proper.
13503
13504 * mpw-configure (config.status): Write only if changed.
13505 * mpw-config.in (readline): Configure it (not built, just used for
13506 definitions).
13507
13508 * mpw-config.in (elf/mips.h): Add a forward include.
13509
13510 * mpw-config.in: Forward-include most .h files in include into
13511 extra-include.
13512 (readline): Don't build.
13513 mpw-build.in (install): Install GDB.
13514
13515 * mpw-configure (prefix, mpw_prefix): Handle it.
13516 * mpw-config.in (mmalloc, readline): Don't configure.
13517 * mpw-build.in (thisscript): Rename to ThisScript.
13518 Use mpw-build instead of BuildProgram everywhere.
13519 (mmalloc, readline): Don't build.
13520 * mpw-README: New file, basic documentation about the MPW port.
13521
13522 * mpw-config.in: Use forward-include to create include files.
13523
13524 * mpw-configure: Add more things to the top of each configured
13525 Makefile, including contents of config/mpw-mh-mpw.
13526 * mpw-config.in (extra-include): Create this directory and fill it
13527 with Posix-like include files when configuring.
13528
13529 * config.sub (apple, mac, mpw): Add various aliases.
13530
13531 * mpw-build.in: New file, top-level build script fragment for MPW.
13532 * mpw-configure: New file, configure script for MPW.
13533 * mpw-config.in: New file, config fragment for MPW.
13534
13535 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13536
13537 * configure.in (host_libs): Remove glob, since it is gone from the
13538 sources.
13539
13540 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13541
13542 * Makefile.in: define empty GDB_NLM_DEPS var.
13543
13544 * configure.in(target_makefile_frag): use config/mt-netware
13545 for netware targets.
13546
13547 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13548
13549 * config.sub: Merge in recent FSF changes. Remove linux special
13550 cases.
13551
13552 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13553
13554 Revert this change:
13555
13556 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13557
13558 * build-all.mk: Use CC=cc -Xs on Solaris.
13559
13560 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13561
13562 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13563 stop using it.
13564 * Makefile.in: Nuke all references to glob subdirectory.
13565
13566 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13567
13568 * configure.in: Fix --enable-shared logic in per-host.
13569
13570 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13571
13572 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13573
13574 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13575
13576 * configure.in (noconfigdirs): Don't build gas on AIX, for
13577 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13578
13579 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13580
13581 * configure: Fix --cache-file to work if the file argument is a
13582 relative path.
13583
13584 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13585
13586 * configure: If the --cache-file is used, pass it down to
13587 configure in subdirectories.
13588
13589 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13590
13591 * config.sub: add vxworks29k configuration.
13592
13593 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13594
13595 * Makefile.in (taz): Do "diststuff" part quietly.
13596
13597 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13598
13599 * config.sub: Mini-merge with gcc/config.sub.
13600
13601 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13602
13603 * config.guess (IRIX): Sed - to _.
13604
13605 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13606
13607 * Makefile.in (source-vault, binary-vault): New targets.
13608
13609 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13610
13611 * config.sub: Recognize -eabi as a basic system type.
13612
13613 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13614
13615 * configure.in (enable_shared stuff): Fix typo.
13616
13617 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13618
13619 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13620
13621 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13622
13623 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13624
13625 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13626
13627 * configure.in (rs6000-*-*): Don't build gas.
13628
13629 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13630
13631 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13632 reduce command line length.
13633 (AS_FOR_TARGET): Check for as.new, not Makefile.
13634 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13635
13636 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13637
13638 * config.guess: Merge from FSF.
13639
13640 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13641
13642 * configure: Don't use $ when handling program_suffix.
13643
13644 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13645
13646 * configure.in: Configure tk for hppa/hpux.
13647
13648 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13649
13650 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13651
13652 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13653
13654 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13655 to LIBCXXFLAGS. Tests are better run without it.
13656
13657 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13658
13659 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13660
13661 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13662
13663 * configure.in (*-*-netware*): Don't configure xiberty.
13664
13665 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13666
13667 * configure.in: Remove tk from native_only list.
13668
13669 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13670
13671 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13672 for special NCD build.
13673
13674 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13675
13676 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13677 makeall.bat, they're only useful for binutils snapshots.
13678 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13679 makeall.bat to specified SUPPORT_FILES.
13680
13681 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13682
13683 * build-all.mk: Add Ericsson targets to sun4 and solaris
13684 hosts. Add BNR's sun4 target to solaris host, so their
13685 build-from-source will be tested in-house first.
13686
13687 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13688
13689 * Makefile.in (LIBCFLAGS): New variable.
13690 (CFLAGS_FOR_TARGET): Ditto.
13691 (LIBCFLAGS_FOR_TARGET): Ditto.
13692 (LIBCXXFLAGS): Ditto.
13693 (CXXFLAGS_FOR_TARGET): Ditto.
13694 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13695 (BASE_FLAGS_TO_PASS): Pass them.
13696 (EXTRA_TARGET_FLAGS): Ditto.
13697
13698 * configure.in: Support --enable-shared.
13699
13700 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13701
13702 * configure.in (target_libs): Include libstdc++ again.
13703 * config.guess: Update from FSF (for FreeBSD).
13704
13705 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13706
13707 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13708 makeall.bat.
13709 (DISTDOCDIRS): Add `etc'.
13710 (ETC_SUPPORT_PFX): New variable.
13711 (taz): Include anything from etc starting with a word in
13712 ETC_SUPPORT_PFX.
13713
13714 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13715
13716 * config.sub: Update for recent FSF changes. Remove obsolete
13717 h8300hds entry. Add -windows* and -osx as basic os. Minor
13718 spacing changes.
13719
13720 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13721
13722 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13723
13724 * config.guess: Merge with FSF.
13725 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13726
13727 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13728
13729 * configure: Since the "trap 0" handler will override the exit
13730 status on many systems, only use it for "exit 1", and make it set
13731 a non-zero exit status; reset it before "exit 0". Also, check
13732 exit status of config.sub, and error out if it failed.
13733
13734 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13735
13736 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13737 and install libgloss.
13738
13739 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13740
13741 * Makefile.in (all-binutils): Depend upon all-byacc.
13742
13743 * configure.in: Don't build emacs on Irix 5.
13744
13745 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13746
13747 * configure.in (*-*-netware*): Add libio.
13748
13749 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13750
13751 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13752 (CHECK_TARGET_MODULES): Ditto.
13753 (INSTALL_TARGET_MODULES): Ditto.
13754 (TARGET_LIBS): Ditto.
13755 (all-libstdc++): Note dependencies.
13756
13757 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13758
13759 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13760
13761 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13762
13763 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13764 -fexternal-templates.
13765
13766 * configure.in (target_libs): Add libstdc++.
13767 (noconfigdirs): Add libstdc++ as appropriate.
13768
13769 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13770
13771 * config.guess: Update from FSF.
13772
13773 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13774
13775 * configure: Use ${config_shell} when running ${configsub}.
13776
13777 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13778
13779 * config.sub: No longer recognize h8300h.
13780
13781 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13782
13783 * config.sub: Remove extraneous differences between config.sub and
13784 gcc/config.sub.
13785
13786 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13787
13788 * Makefile.in (DISTSTUFFDIRS): Add gas.
13789
13790 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13791
13792 * COPYING.NEWLIB: New file.
13793
13794 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13795
13796 * config.guess (HP-UX): Patch from Harlan Stenn
13797 <harlan@landmark.com> to also emit release level.
13798
13799 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13800
13801 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13802
13803 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13804
13805 * config.sub: Merge nextstep cleanup from FSF.
13806
13807 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13808
13809 * configure.in (arm-*-*): Don't configure ld for this target.
13810
13811 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13812
13813 * configure.in (*-*-netware): don't configure libg++, libio,
13814 librx, or newlib.
13815
13816 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13817
13818 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13819 configure ld--it works, but it doesn't support shared libraries.
13820
13821 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13822
13823 * config.guess (*-unknown-freebsd*): Get rid of possible
13824 trailing "(Release)" in version string.
13825 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13826
13827 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13828
13829 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13830 Fix type: *-next-neststep -> *-next-nextstep.
13831
13832 * config.guess: Merge from FSF:
13833
13834 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13835
13836 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13837
13838 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13839
13840 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13841 instead of UNIX_SV for UnixWare 1.0).
13842
13843 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13844
13845 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13846 to make gdb/nlm/* build after the compiler and linker.
13847
13848 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13849
13850 * config.guess (netbsd, freebsd, linux): Accept any machine,
13851 not just i[34]86.
13852 (m68k-atari-sysv4): Relocate to match FSF version.
13853
13854 * config.guess: More merges from the FSF:
13855
13856 Add a space before function call or macro invocation.
13857
13858 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13859
13860 * config.guess: Add trap cmd to remove dummy.c and dummy when
13861 interrupted.
13862
13863 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13864
13865 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13866 (dummy): Redirect stderr from compilation of dummy.c.
13867
13868 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13869
13870 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13871
13872 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13873
13874 * configure: Accept and ignore --cache*, for compatibility with
13875 new autoconf.
13876
13877 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13878
13879 * config.guess: Merge from FSF:
13880
13881 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13882
13883 * config.guess (Pyramid*:OSx*:*:*): New case.
13884 (PATH): Add /.attbin at end for finding uname.
13885 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13886
13887 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13888
13889 * config.guess (M88*:DolphinOS:*:*): New case.
13890
13891 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13892
13893 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13894 to select whether to use ELF or COFF.
13895
13896 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13897
13898 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13899
13900 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13901
13902 * config.guess: Guess the OS version for HPUX.
13903
13904 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13905
13906 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13907
13908 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13909
13910 * configure.in: Recognize --with-headers, --with-libs, and
13911 --without-newlib.
13912 * Makefile.in (all-xiberty): Depend upon all-ld.
13913
13914 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13915
13916 * configure.in: Change i[34]86 to i[345]86.
13917
13918 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13919
13920 * configure (version): A few more tweaks to help message.
13921
13922 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13923
13924 * Makefile.in: Remove (for now) librx as a host library,
13925 now that we're building it for target.
13926
13927 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13928
13929 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13930 (Karl Berry).
13931
13932 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13933
13934 * configure.in: Also configure librx.
13935
13936 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13937
13938 * Makefile.in: Update various rules to reflect that librx
13939 is now needed for libg++.
13940
13941 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13942
13943 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13944
13945 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13946
13947 * configure.in: Configure the examples directory.
13948
13949 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13950
13951 * configure: Simplify Jun 2 1994 change.
13952
13953 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13954
13955 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13956 /bin/gcc isn't good enough to build gcc.
13957
13958 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13959
13960 * Makefile.in (GDB_SUPPORT_FILES): Remove
13961 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13962 (gdb.tar.gz): Add new rule to use standard distribution building
13963 mechanism.
13964
13965 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13966
13967 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13968 Bill Cox <bill@cygnus.com>.
13969
13970 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13971
13972 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13973
13974 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13975
13976 * configure: Search current dir first in .gdbinit.
13977
13978 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13979
13980 * config.sub: Recognize freebsd (merged from gcc config.sub).
13981
13982 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13983
13984 * config.sub: Refer to NeXT's operating system as nextstep.
13985
13986 * config.sub (case $basic_machine): Re-order the cases, to match
13987 the order in the FSF version (which is mostly alphabethical).
13988 Merge in some additions and changes from the FSF.
13989
13990 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13991
13992 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13993 * config.sub: Recognize cxux7.
13994 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13995
13996 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13997
13998 * config.sub: Fix typo powerpc -> powerpc-*.
13999
14000 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14001
14002 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14003
14004 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14005 parallel with all-emacs and install-emacs). Top-level command
14006 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14007
14008 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14009
14010 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14011 $(relbindir)/make before doing ``make install'', and use
14012 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14013 installing over running make binary.
14014 ($(host)-stamp-stage3-installed): Likewise.
14015
14016 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14017
14018 * config.guess: Recognize Mach.
14019
14020 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14021
14022 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14023 see whether --exec-prefix was used.
14024
14025 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14026
14027 * README: Explicitly mention libg++/README. (Zoo's idea.)
14028
14029 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14030
14031 * Makefile.in: Add all-librx target similar to all-libproc.
14032
14033 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14034
14035 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14036 with post 1.2 uname bogosity.
14037
14038 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14039
14040 * configure: Remove temporary files on receipt of a signal.
14041
14042 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14043
14044 * configure: If there is a package_makefile_frag, remove
14045 ${subdir}/Makefile.tem after copying it in.
14046
14047 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14048
14049 * build_all.mk: support rs6000 lynx identifies itself as
14050 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14051 since /bin/gcc is too feeble to compile a modern gcc.
14052
14053 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14054
14055 * brought devo/test-build.mk update-to-date with progressive/
14056 test-build.mk. Add lynx targets and hppa flag info.
14057
14058 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14059
14060 * configure.in: Use mh-ncrsvr43. Patch from
14061 Tom McConnell <tmcconne@sedona.intel.com>.
14062
14063 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14064
14065 * config.guess (i386-unknown-bsdi): No longer need to
14066 check #if defined(__bsdi__) && defined(__i386__).
14067
14068 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14069
14070 * configure: Set program_transform_nameoption correctly.
14071
14072 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14073
14074 * brought build-all.mk update-to-date with progressive build-all.mk,
14075 added new targets and hppa info.
14076
14077 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14078
14079 * configure: If config.guess result is a prefix of the user
14080 specified target, assume a native build and use the user specified
14081 target as the host alias. Remove SunOS patch suffix removal hack.
14082 * configure.in: Remove SunOS patch suffix removal hack.
14083
14084 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14085 in NATIVE_CHECK_MODULES.
14086
14087 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14088
14089 * Makefile.in: Rename HOST_ONLY to NATIVE.
14090 * configure: Delete SunOs patch suffix from host_canonical
14091 and build_canonical variables that are prepended to Makefiles.
14092 * configure.in: Add comments for easier maintenance.
14093
14094 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14095
14096 * Makefile.in: Add all-libproc target similar to all-gui.
14097
14098 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14099
14100 * Makefile.in (CHECK_MODULES): split into
14101 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14102
14103 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14104
14105 * config.guess (i386-unknown-bsdi): New system to guess.
14106
14107 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14108
14109 * Makefile.in: Add all-gui target (but not yet build by "all").
14110
14111 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14112
14113 * config.sub: Move deletion of patch suffix from here...
14114 * configure.in: To here, at Ian's suggestion. The top-
14115 level scripts might need to know of a patch level.
14116
14117 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14118
14119 * config.sub: Strip off patch suffix so rtl is recognized
14120 as a sunos4.1.3 machine, even though it's been patched.
14121
14122 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14123
14124 * Makefile.in (INSTALL_LAST): Delete.
14125 (INSTALL_DOSREL): New.
14126
14127 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14128
14129 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14130 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14131 whether we pass down --with-gnu-ld anyhow.
14132
14133 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14134
14135 * Makefile.in (INSTALL_LAST): Change operation so it works
14136 on more flavors of make.
14137 * configure.in (go32): Don't build libg++ or libio.
14138
14139 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14140
14141 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14142 they can be overriden by templates.
14143
14144 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14145
14146 * configure.in (target==go32): Don't build gdb.
14147 * dosrel: New directory.
14148
14149 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14150
14151 * configure.in (host==go32): Configure dosrel too.
14152 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14153 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14154 be set by incoming names or templates.
14155 (INSTALL_LAST): New rule.
14156
14157 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14158
14159 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14160
14161 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14162
14163 * configure.in (appdirs): New variable. Currently empty, but will
14164 be used in gas distribution. If nonempty, lists a set of
14165 directories at least one of which must get configured, or top
14166 level configuration is considered to have failed.
14167 (rs6000-*-lynxos*): Use new file name.
14168
14169 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14170
14171 Eliminate XTRAFLAGS.
14172 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14173 newlib include files using -idirafter, and also use -nostdinc.
14174 (CXX_FOR_TARGET): Likewise.
14175 (XTRAFLAGS): Removed.
14176 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14177 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14178 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14179 ($(DO_X)): Don't pass down XTRAFLAGS.
14180
14181 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14182
14183 * configure.in (mips*-dec-bsd*): New target; do build linker.
14184 (mips*-*-bsd*): New target; don't build linker.
14185
14186 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14187
14188 * configure.in: support rs6000-*-lynxos* configuration.
14189 support sunos4 as a cross target.
14190
14191 * config.sub: look for lynx*, not lynx since the OS version may
14192 legitimately be part of the name.
14193
14194 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14195
14196 * configure.in (i[34]86-*-sco*): Move to be with other i386
14197 targets.
14198 (romp-*-*): New target. Skip various binary utilities.
14199 (vax-*-*): New target. Don't build newlib.
14200 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14201
14202 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14203
14204 * configure.in: Only set host_makefile_frag if config
14205 directory exists.
14206
14207 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14208
14209 * install.sh: If $dstdir exists, don't check whether each
14210 component does.
14211
14212 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14213
14214 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14215
14216 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14217
14218 * configure.in (*-*-lynxos*): Don't configure newlib for either
14219 native or cross Lynx.
14220
14221 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14222
14223 * config.sub (sparc64-elf): Fix os.
14224 (z8k): Remove duplicate.
14225
14226 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14227
14228 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14229 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14230
14231 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14232
14233 * configure: Make file links cleanly even if Lynx fails on
14234 an NFS symlink (at least fail cleanly).
14235
14236 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14237
14238 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14239 -XNh2000.
14240
14241 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14242
14243 * configure: Unknown options are fatal again.
14244
14245 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14246
14247 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14248 compatibility.
14249
14250 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14251
14252 * build-all.mk: Add `clean' target.
14253
14254 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14255
14256 * config.guess: Add SINIX support.
14257 * configure.in: Add mips-*-sysv4* support.
14258
14259 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14260
14261 * build-all.mk: Document all useful targets.
14262 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14263 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14264
14265 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14266
14267 * configure: Support --silent, --quiet.
14268
14269 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14270
14271 * configure: Support --disable-FEATURE.
14272
14273 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14274
14275 * config.guess: Recognize NCR running SVR4.3.
14276
14277 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14278
14279 * config.guess: Make BSDI generate i386-unknown-bsd386.
14280 Patch from Paul Eggert <eggert@twinsun.com>.
14281
14282 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14283
14284 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14285
14286 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14287
14288 * configure: Make unrecognized options give nonfatal warnings
14289 instead of fatal errors, and pass them to any subdirectory
14290 configures in case they recognize them.
14291 Make --x equivalent to --with-x.
14292
14293 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14294
14295 * configure: Add --enable-* options. Clean up usage message and
14296 some comments.
14297
14298 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14299
14300 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14301
14302 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14303
14304 * configure.in (hppa*-*-*): Enable binutils.
14305
14306 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14307
14308 * config.sub: Recognize cisco.
14309
14310 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14311
14312 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14313
14314 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14315
14316 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14317 than one configuration name. Add comment.
14318
14319 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14320
14321 * config.guess: about target *-hitachi-hiuxwe2, fixed
14322 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14323 macro is incorrect.]
14324
14325 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14326
14327 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14328 than the "make ls" stuff which used to be here.
14329
14330 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14331
14332 * config.guess: Recognize i[34]86-unknown-freebsd.
14333 From Shawn M Carey <smcarey@rodan.syr.edu>.
14334
14335 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14336
14337 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14338
14339 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14340
14341 * config.guess: Check for ptx.
14342
14343 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14344
14345 * config.sub: Add os9k checking.
14346
14347 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14348
14349 * config.guess: Handle OSF1 running on HPPA processors
14350
14351 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14352
14353 * configure: If subdir configure fails, print out a message with
14354 subdirectory name, in case subdir's configure code didn't identify
14355 itself.
14356
14357 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14358
14359 * configure.in: Remove embedded newlines from configdirs.
14360 Avoid mismatches of substrings. Fix matching strings at end
14361 of configdirs.
14362
14363 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14364
14365 * config.guess: Add Lynx/rs6000 config support.
14366
14367 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14368
14369 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14370
14371 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14372
14373 * configure.in (hppa*-*-osf*): Treat this just like most other
14374 PA configurations (eg no binutils or ld).
14375 (hppa*-*-*elf*): These configurations have binutils and ld.
14376
14377 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14378
14379 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14380
14381 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14382
14383 * configure.in (rs6000-*-*): Build gas.
14384
14385 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14386
14387 * Makefile.in: Avoid bug in losing hpux sed.
14388
14389 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14390
14391 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14392 for GDB and GDB has been fixed to not need it.
14393
14394 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14395
14396 * config.guess: Recognize vax hosts.
14397
14398 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14399
14400 * configure (while loop): Don't use "break 2" inside case
14401 statement -- the case statement isn't an enclosing loop.
14402
14403 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14404
14405 * config.guess: Clean up NeXT support, to allow nextstep
14406 on Intel machines. Make OS be nextstep.
14407
14408 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14409
14410 * config.guess: Add alternate forms for Convex.
14411
14412 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14413
14414 * configure: Completely rewrite option processing. Take
14415 advantage of pattern-matching to avoid invoking test frequently.
14416 Also clean up host and target defaulting logic.
14417
14418 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14419
14420 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14421 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14422 commands (plus user environment) will fit SCO limits.
14423
14424 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14425
14426 * configure.in: Don't issue warnings about directories which are
14427 not being configured if -norecursion is set. Correct test for
14428 --with-gnu-as and --with-gnu-ld to not get confused by substring
14429 matches.
14430
14431 * configure.in: Don't build gas for alpha-dec-osf1*.
14432
14433 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14434
14435 * configure: Back out Per's change of 12/19/1993. It changes the
14436 behavior of configure in unexpected and confusing ways.
14437
14438 Also, use different delim char when calculating
14439 program_transform_name so that the name can contain slashes.
14440
14441 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14442
14443 * configure.in, config.sub: Add support for VSTa micro-kernel.
14444
14445 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14446
14447 * configure.in: Nuke hacks which were used to get a special
14448 version of GAS for HPPA configurations.
14449
14450 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14451
14452 * configure: If only ${target_alias} is given, use that
14453 as the default for ${host_alias}.
14454 * configure: Add missing back-slashes before nested quotes.
14455
14456 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14457
14458 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14459
14460 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14461
14462 * config.guess: Recognize some Tektronix configurations.
14463 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14464
14465 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14466
14467 * config.sub: Match any flavor of SH.
14468
14469 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14470
14471 * configure.in: Don't try to configure newlib for Alpha.
14472
14473 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14474
14475 * configure.in: Don't build ld for Irix 5. Don't build gas,
14476 libg++ or libio for any Alpha target.
14477
14478 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14479
14480 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14481
14482 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14483 default arguments -- so it tried to compress itself.
14484
14485 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14486
14487 * configure.in (notsupp): ensure that a space is always at the end
14488 of the configdirs list, since the grep checks for an explicit space
14489
14490 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14491
14492 * configure.in (target i386-sysv4.2): don't build ld, since static
14493 versions of many libraries are not available.
14494
14495 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14496
14497 * config.guess: Recognize Apollos (using environment variables).
14498 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14499
14500 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14501
14502 * config.guess: Recognize Sony news mips running newsos.
14503
14504 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14505
14506 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14507 "fi ; else" for bash.
14508
14509 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14510
14511 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14512
14513 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14514
14515 * config.sub: accept unixware as an alias for svr4.2.
14516 Fix some inconsistancies with the gcc version.
14517
14518 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14519
14520 * Makefile.in (DISTDOCDIRS): Add gdb.
14521
14522 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14523
14524 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14525
14526 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14527
14528 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14529 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14530 this now.
14531
14532 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14533
14534 * config.sub: Accept hiux* as an OS name.
14535
14536 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14537 etc/make-stds.texi. The underscore came from gcc, and dje now
14538 agrees that RUNTESTFLAGS is the correct name.
14539
14540 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14541
14542 * install.sh: Remove 'set -e'. It makes any conditionals
14543 in the script useless.
14544
14545 * config.guess: Automatically recognize arm-acorn-riscix
14546 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14547
14548 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14549
14550 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14551
14552 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14553
14554 * Makefile.in (DISTDOCDIRS): New variable.
14555 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14556 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14557
14558 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14559
14560 * configure.in (hppa target): check the source directory for the
14561 pagas sub-directory
14562
14563 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14564
14565 * config.sub: Allow -aout* and -elf*.
14566
14567 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14568
14569 * configure.in: Don't build ld on i386-solaris2, same as for
14570 sparc-solaris2.
14571
14572 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14573
14574 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14575
14576 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14577
14578 * configure.in: Configure gdb for alpha.
14579
14580 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14581
14582 * Makefile.in (CXXFLAGS): Add -O.
14583
14584 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14585
14586 * config.guess: added support for DG Aviion
14587
14588 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14589
14590 * configure.in: Produce warning message for subdirectories not
14591 configurable for this host/target combination. Don't try to
14592 configure gdb for vms.
14593
14594 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14595
14596 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14597 appropriate files before making "diststuff".
14598 (DISTBISONFILES): New var: list of files to be edited.
14599 (DISTSTUFFDIRS): Add binutils.
14600
14601 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14602
14603 * config.sub: also handle mipsel and mips64el (for little endian mips)
14604
14605 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14606
14607 * configure.in: Add * to end of all OS names.
14608
14609 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14610
14611 * configure.in: Build newlib for LynxOS native.
14612
14613 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14614
14615 * config.guess: Add support for delta 88k running SVR3.
14616
14617 * configure.in: Add comment about HP compiler vs. emacs.
14618
14619 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14620
14621 * configure.in: don't build ld on solaris2 (not a viable option
14622 due to bugs in getpwnam & getpwuid)
14623
14624 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14625
14626 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14627 config.guess will produce a full version number.
14628
14629 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14630
14631 * configure.in: Build linker and binutils for alpha-dec-osf1.
14632
14633 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14634
14635 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14636 and gdb/testsuite/Makefile.in.
14637
14638 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14639
14640 * configure.in: recognize mips*- instead of mips-
14641
14642 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14643
14644 * config.sub: Accept linux*coff and linux*elf as operating
14645 systems.
14646
14647 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14648
14649 * config.sub: Recognize mips64, and mips3 as an alias for it.
14650
14651 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14652
14653 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14654 gdb knows how to handle OSF/1 shared libraries.
14655
14656 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14657
14658 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14659 * config.guess: Recognize Hitachi's HIUX.
14660 * config.sub: Recognize h3050r* and hppahitachi.
14661 Remove redundant cases for hp9k[23]*.
14662
14663 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14664
14665 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14666 if gas and ld are in the source tree and are in ${configdirs}.
14667 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14668 --with options (but still pass them down on the command line,
14669 if they were explicitly specified).
14670
14671 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14672
14673 * configure: substitute SHELL value in Makefile.in with
14674 ${CONFIG_SHELL}
14675
14676 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14677
14678 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14679 *-*-solaris2* targets.
14680
14681 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14682
14683 * Makefile.in: define M4, and pass it down to sub-makes;
14684 all-autoconf now depends on all-m4
14685
14686 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14687
14688 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14689 presence of {ar,ranlib} instead of a configured directory
14690
14691 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14692
14693 * config.guess: Accept 34?? as well as 33?? for NCR.
14694
14695 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14696
14697 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14698 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14699
14700 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14701
14702 * configure: grab values for $(CC) and $(CXX) from the
14703 environment, so that someone can do "CC=gcc configure; make" and
14704 have it work right (matching the way that autoconf works now)
14705
14706 * configure.in, Makefile.in: add support for gash, the tcl
14707 interface to Galaxy
14708
14709 * config.guess: add NetBSD variants (hp300, x86)
14710
14711 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14712
14713 * install.sh: Support -d option (in the manner of SunOS 4 install,
14714 as it is more deterministic than that of GNU install)
14715 (chmodcmd): Set file to mode 755 by default (should also do default
14716 chgrp and chown, but I don't feel like dealing with that now)
14717
14718 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14719
14720 * config.sub: Remove h8300hhms alias.
14721
14722 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14723
14724 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14725
14726 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14727
14728 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14729 as stmp-fixinc
14730
14731 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14732
14733 * config.sub: recognize m88110-bug-coff.
14734
14735 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14736
14737 * Makefile.in (all-libio): all dependencies on the toolchain used
14738 to build this (gcc, gas, ld, etc)
14739
14740 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14741
14742 * config.guess: Deal with OSF/1 1.3 on alpha.
14743
14744 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14745
14746 * install.sh: add some 'else true' clauses for portability
14747
14748 * configure.in: don't build libio for h8[35]00-*-* targets
14749
14750 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14751
14752 * Makefile.in: Add support for new libio.
14753
14754 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14755
14756 * install.sh: If one command fails, don't try the rest. Don't try
14757 to remove $dsttmp (via trap) unless we have already created it.
14758 If $src doesn't exist, detect it and exit with an error.
14759
14760 * config.guess: Recognize BSD on hp300.
14761
14762 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14763
14764 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14765 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14766
14767 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14768
14769 * Makefile.in (all-send-pr): depends on all-prms
14770
14771 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14772
14773 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14774
14775 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14776
14777 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14778 Added test for mips-mips-riscos5.
14779
14780 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14781
14782 * configure.in: use mh-hp300 for 68k HP hosts
14783
14784 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14785
14786 * configure: add support for CONFIG_SHELL, so that you can use
14787 some alternate shell for evaluating configure scripts
14788
14789 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14790
14791 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14792 in configure script to bug-gdb@prep.ai.mit.edu when building
14793 distribution archive.
14794 * Makefile.in (COMPRESS): Remove def.
14795 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14796 gdb.tar.Z and make-gdb.tar.Z respectively.
14797 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14798 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14799 to convergence with 'taz' target in Makefile.in.
14800
14801 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14802
14803 * install.sh (dsttmp): use trap to ensure that tmp files go
14804 away on error conditions
14805
14806 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14807
14808 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14809
14810 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14811
14812 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14813 its parent is '/' not ''.
14814
14815 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14816
14817 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14818
14819 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14820 that ${newsrcdir}/configure.in does.
14821
14822 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14823
14824 * test-build.mk: support for CONFIG_SHELL
14825
14826 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14827
14828 * config.sub (netware): Add as a basic system type.
14829
14830 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14831
14832 * Makefile.in (Makefile): depend on configure.in. Also drop the
14833 $(srcdir)/ from the dependency on Makefile.in.
14834
14835 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14836
14837 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14838 (h8300hhms is temporary until multi-libraries are implemented).
14839 * configure.in: Handle h8300h too.
14840
14841 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14842
14843 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14844
14845 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14846
14847 * configure: Remove extraneous output when guessing host type.
14848 * config.guess: Remove extraneous output when guessing using C
14849 compiler rather than uname, or when guessing fails.
14850
14851 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14852
14853 * Makefile.in: remove all.cross and install.cross targets
14854
14855 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14856 definitions
14857
14858 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14859
14860 * configure.in (target sh): Build gprof.
14861
14862 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14863
14864 * config.sub: change -solaris to -solaris2
14865
14866 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14867
14868 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14869
14870 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14871
14872 * configure: Correct error message for missing Makefile.in to
14873 print correct directory.
14874
14875 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14876
14877 * install.sh: kludge around 386BSD shell bug
14878
14879 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14880
14881 * config.guess: Recognize NeXT.
14882 * config.guess: Recognize i486-ncr-sysv4.
14883 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14884
14885 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14886
14887 * Makefile.in (MAKEINFOFLAGS): New variable.
14888 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14889 * build-all.mk, test-build.mk: Pass down --no-split as
14890 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14891
14892 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14893
14894 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14895
14896 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14897
14898 * Makefile.in (libg++.tar.z): New rule.
14899 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14900 * Makefile.in (taz): Only do a single chmod.
14901
14902 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14903
14904 * install.sh: don't use dirname anymore (replaced with sed usage)
14905
14906 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14907
14908 * Makefile.in: Change extension for gzip'd files from '.z' to
14909 '.gz' per new FSF standard usage.
14910
14911 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14912
14913 * configure: put quotes around the final value of program_transform_name
14914
14915 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14916
14917 * Makefile.in: new install.sh support; update install-info rules
14918
14919 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14920
14921 * configure.in: Build diff for crosses, but not for go32 host.
14922
14923 * configure.in: Build gprof only for native, and don't build it
14924 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14925
14926 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14927
14928 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14929
14930 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14931
14932 * configure.in (host_tools): Add prms.
14933
14934 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14935
14936 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14937 with $(FLAGS_TO_PASS) on the command line
14938
14939 * config.sub: Recognize lynx and lynxos
14940
14941 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14942
14943 * config.sub: Accept -ecoff*, not just -ecoff.
14944
14945 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14946
14947 * Makefile.in (taz): Use .gz suffix instead of .z.
14948 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14949 names.
14950
14951 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14952
14953 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14954
14955 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14956
14957 * Makefile.in (install-no-fixedincludes): install gcc last, so
14958 that rebuilds that might happen during 'make install' don't get
14959 bogus gcc include files
14960
14961 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14962
14963 Change from Utah for HPPA support:
14964 * config.guess: Recognize hppa1.x-hp-bsd.
14965
14966 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14967
14968 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14969 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14970
14971 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14972
14973 * config.sub: Add support for rom68k and bug boot monitors.
14974
14975 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14976
14977 * Makefile.in: Make all-opcodes depend on all-bfd.
14978
14979 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14980
14981 * config.guess: Added special check for i[34]86-univel-sysv4*.
14982
14983 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14984
14985 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14986 the processor rather than assuming i486.
14987
14988 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14989
14990 * config.guess: Recognize SunOS6 as Solaris3.
14991
14992 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14993
14994 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14995 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14996
14997 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14998
14999 * build-all.mk (all-cross): New target for Canadian Cross.
15000 Added Q2 go32 targets.
15001 * test-build.mk: Configure go32 cross sparclite-aout and
15002 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15003 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15004
15005 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15006
15007 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15008 GO32 hosted toolchains
15009
15010 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15011
15012 * configure: change so "-exec-prefix" gets passed down rather
15013 than "-exec_prefix" so autoconf generated Makefiles get the
15014 exec_prefix set right.
15015
15016 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15017
15018 * config.guess: get the Solaris2 minor version number
15019
15020 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15021
15022 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15023
15024 * config.guess: Recognize some Sequent platforms.
15025
15026 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15027
15028 * Makefile.in: added the vault-install target
15029
15030 * configure.in: actually use the Sun3 makefile fragment that's in
15031 config, also added the release dir to configdirs
15032
15033 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15034
15035 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15036
15037 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15038
15039 * configure.in: remove some program from Alpha targetted toolchains
15040
15041 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15042
15043 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15044 gprof.
15045 (taz): Run "make diststuff" in those directories instead of "make
15046 proto-dir". Look for "VERSION=" only at start of line in subdir
15047 Makefile. Use "gzip -9" for compression.
15048 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15049 (binutils.tar.z): New target.
15050
15051 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15052
15053 * Makefile.in (taz): Include gpl.texinfo.
15054
15055 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15056
15057 * Makefile.in (setup-dirs): Merged into "taz" target.
15058 (taz): Only do `proto-dir' stuff if a directory is actually needed
15059 for this target.
15060
15061 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15062
15063 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15064 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15065 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15066 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15067 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15068
15069 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15070
15071 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15072 config.sub, and move-if-change to gdb testsuite distribution
15073 archive, so the testsuite can be extracted, configured, and
15074 run separately from the gdb distribution. Blow away the Chill
15075 tests that require a Chill compiled executable, since GNU Chill
15076 is not yet publically available.
15077
15078 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15079
15080 * test-build.mk: set environment variables in a single command,
15081 instead of a list of assignments and exports
15082
15083 * config.guess: recognize Alpha/OSF1 systems
15084
15085 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15086
15087 * configure: Change help message to prefer --options rather than
15088 -options.
15089
15090 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15091
15092 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15093 zippy@ecst.csuchico.edu.
15094 * config.guess: Recognize miniframe.
15095
15096 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15097
15098 * Makefile.in: Use srcroot to find runtest rather than rootme.
15099 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15100
15101 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15102
15103 * test-build.mk: Extensive additions to support building on a
15104 machine other than the host.
15105
15106 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15107
15108 * configure (tooldir): Fix for i386-aix again.
15109
15110 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15111
15112 * configure, Makefile.in: Change definition of $(tooldir)
15113 to match the FSF.
15114
15115 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15116
15117 * config.guess: Recognize i[34]86/SVR4.
15118
15119 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15120
15121 * Makefile.in (all-gdb): gdb depends on sim.
15122
15123 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15124
15125 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15126 at the same time we make the prototype gdb directory.
15127 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15128 files at the same time as the gdb base release distribution.
15129
15130 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15131
15132 * Makefile.in (check): Use individual check targets rather than
15133 DO_X rule.
15134 (check-gcc): Added.
15135
15136 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15137
15138 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15139 for System V release 3.2.
15140
15141 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15142
15143 * config.sub: Recognize hppaosf.
15144 * configure.in: Do configure ld/binutils/gas for it.
15145
15146 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15147
15148 * configure (tooldir): Alter syntax used to set this, for systems
15149 where "\$" isn't handled right, like i386-aix.
15150
15151 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15152
15153 * configure: Pass program-transform-name, not
15154 program_transform_name, to recursive configures.
15155
15156 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15157
15158 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15159 of gas+ld+binutils.
15160
15161 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15162
15163 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15164
15165 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15166
15167 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15168
15169 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15170
15171 * Makefile.in (PRMS): Set back to all-prms.
15172
15173 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15174
15175 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15176 targets, rather than for MIPS hosts.
15177
15178 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15179
15180 * configure.in: add comment for --with-x default values
15181
15182 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15183
15184 * Makefile.in: add check-* targets for each of the directories in
15185 the tree. Add a definition of RUNTEST that will use the one we
15186 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15187
15188 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15189
15190 * configure.in: Removed obsolete references to bfd_target and
15191 target_makefile_frag.
15192
15193 * build-all.mk: Set assorted targets for Q2.
15194 * config.sub: Recognize z8k-sim and h8300-hms.
15195 * test-build.mk: Really don't pass host to configure.
15196 (HOLES): Added uname.
15197
15198 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15199
15200 * configure: Handle an empty program-prefix, program-suffix or
15201 program-transform-name correctly.
15202
15203 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15204
15205 * build-all.mk: -G 8 no longer required for MIPS targets.
15206 * test-build.mk: Don't pass host argument to configure; make it
15207 guess.
15208
15209 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15210
15211 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15212 * Makefile.in (COMPRESS): New macro, like GZIP.
15213
15214 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15215
15216 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15217
15218 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15219 with gas currently defaults to -G 0.
15220
15221 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15222
15223 * Makefile.in (all-flex): flex depends on byacc.
15224
15225 * build-all.mk: If host not specified, use config.guess. Pass TAG
15226 to test-build.mk as RELEASE_TAG.
15227 * test-build.mk (configargs): New variable containing arguments to
15228 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15229 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15230
15231 * config.guess: Use /bin/uname when checking -X argument on SCO,
15232 to avoid invoking GNU uname which doesn't understand -X.
15233
15234 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15235
15236 * configure.in: Build gas for mips-*-*.
15237
15238 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15239
15240 * Makefile.in (all.normal): insert missing backslash.
15241
15242 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15243
15244 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15245
15246 * Makefile.in: Complete overhaul to merge many almost identical
15247 targets.
15248
15249 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15250
15251 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15252 (gdb.tar.Z): Adjusted.
15253
15254 * Makefile.in (setup-dirs, taz): New targets; should be general
15255 enough to adapt for gdb sometime. Build only .z file.
15256 (gas.tar.z): New target.
15257
15258 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15259
15260 * build-all.mk: Use CC=cc -Xs on Solaris.
15261
15262 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15263
15264 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15265 for handling BISON for FSF releases.
15266
15267 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15268
15269 * configure: Actually implement the change zoo just documented.
15270
15271 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15272
15273 * configure: when using config.guess, only set target_alias when
15274 it's not already been set (ie, on the command line)
15275
15276 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15277
15278 * Makefile.in: add installcheck target, set PRMS to install-prms
15279
15280 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15281
15282 * configure: add support for package_makefile_fragment, handle the
15283 case where a directory has a configure.in file but no Makefile.in
15284 more gracefully (with an actual understandable error message, even);
15285 add support for --without (and add this to the usage message); also
15286 explicitly add a --host=${host_alias} to the command line when
15287 config.guess is used
15288
15289 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15290
15291 * configure: Must use both --host and --target in recursive calls.
15292
15293 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15294
15295 * Makefile.in: Change deja-gnu to dejagnu.
15296
15297 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15298
15299 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15300
15301 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15302
15303 * configure.in: canonicalize all instances to *-*-solaris2*,
15304 also strip out a number of tools to not build for go32 host
15305
15306 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15307
15308 * config.guess: add GPL.
15309
15310 * Makefile.in, config.guess, config.sub, configure: bump
15311 copyrights to 93.
15312
15313 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15314
15315 * Makefile.in (do-info): Removed obsolete check for existence of
15316 localenv file.
15317
15318 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15319
15320 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15321
15322 * Makefile.in: a couple of 'else true' for decstation,
15323 support for TclX
15324
15325 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15326
15327 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15328
15329 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15330
15331 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15332
15333 * config.guess: Recognize i386-ibm-aix (PS/2).
15334 * configure.in: Use config/mh-aix386 file for it.
15335
15336 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15337
15338 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15339 CC_FOR_TARGET instead.
15340 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15341
15342 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15343
15344 * Makefile.in: Add sim to list of directories sent with gdb
15345
15346 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15347
15348 * configure.in: Put back mips-dec-bsd* case.
15349
15350 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15351
15352 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15353 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15354 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15355
15356 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15357
15358 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15359
15360 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15361 (install-info): install dir.info only if it exists,
15362 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15363
15364 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15365
15366 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15367 gas for mips-dec-bsd.
15368
15369 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15370
15371 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15372 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15373
15374 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15375
15376 * configure.in: Added "dejagnu" to hosttools list.
15377
15378 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15379
15380 * config.sub, configure.in, config.guess: Add support
15381 for Bosx, an AIX variant from Bull.
15382 Patches from F.Pierresteguy@frcl.bull.fr.
15383
15384 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15385
15386 * devo/dejagnu: Initial creation of devo/dejagnu.
15387 Migrated dejagnu testcases and support files for testing software
15388 tools to reside as subdirectories, currently called "testsuite",
15389 within the directory of the software tool. Migrated all programs,
15390 support libraries, etc. beloging to dejagnu proper from
15391 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15392 with no modifications. The changes to these files which will
15393 allow them to configure, build, and execute properly will be made
15394 in a future update.
15395
15396 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15397
15398 * Makefile.in: Change send_pr to send-pr.
15399 * configure.in: Likewise.
15400 * send_pr: Renamed directory to send-pr.
15401
15402 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15403
15404 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15405
15406 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15407
15408 * README: Update for gdb-4.8 release.
15409 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15410 gdb-xxx.tar.z (gzip'd) file also.
15411
15412 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15413
15414 * Makefile.in: make all-diff depend on all-libiberty
15415
15416 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15417
15418 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15419
15420 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15421
15422 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15423
15424 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15425
15426 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15427 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15428 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15429
15430 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15431
15432 * Makefile.in: makeinfo binary is in a new location
15433
15434 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15435
15436 * config.sub: Accept -ecoff as an OS.
15437
15438 * Makefile.in: Various changes to eliminate a level of make
15439 recursion and reduce the required command line length.
15440 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15441 sub-makes.
15442 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15443 variables holding settings for specific sub-makes.
15444 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15445 in terms of BASE_FLAGS_TO_PASS.
15446 (TARGET_LIBS): New variable listing directories which use
15447 TARGET_FLAGS_TO_PASS.
15448 (subdir_do): Eliminated.
15449 (do-*): New set of targets to replace subdir_do.
15450 (various): All targets which used subdir_do now depend on do-*.
15451 (local-clean): Renamed from do_clean.
15452 (local-distclean): New target, dependency of distclean and
15453 realclean.
15454 (install-info): Don't create directories. Depend on dir.info
15455 rather than calling make recursively.
15456 (install-dir.info): Eliminated.
15457 (install-info-dirs): Create all info directories here.
15458 (dir.info): Depend upon do-install-info.
15459
15460 * test-build.mk (HOLES): Added false.
15461
15462 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15463
15464 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15465
15466 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15467
15468 * Makefile.in (info): remove dependency on all-texinfo. The
15469 problem was really in texinfo/C, not at this level.
15470
15471 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15472
15473 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15474
15475 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15476
15477 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15478 GDB releases.
15479
15480 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15481
15482 * configure: Include srcdir in message about target of link not
15483 being found. Don't convert `-' to `_' in `with' options being
15484 passed to subdirs.
15485
15486 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15487
15488 * configure.in: add uudecode to host_tools
15489
15490 * Makefile.in: added {all,install}-uudecode targets, added them to
15491 the appropriate lists
15492
15493 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15494
15495 * Makefile.in (all-gcc): Added dependency on all-gas.
15496
15497 * configure.in (mips-*-*): Build ld and binutils.
15498
15499 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15500
15501 * configure: check return code from mkdir, print error message and
15502 exit on failure.
15503
15504 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15505
15506 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15507
15508 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15509
15510 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15511
15512 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15513
15514 * config.sub (h8500): Recognize this as a cpu type.
15515
15516 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15517
15518 * configure: source directory missing is no longer a warning
15519
15520 * configure.in: recognize irix[34]* instead of irix[34]
15521
15522 * Makefile.in: define and pass down X11_LIB
15523
15524 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15525
15526 * guess-systype: Renamed to ...
15527 * config.guess: ... by popular request.
15528 * configure.in, Makefile.in: Update accordingly.
15529
15530 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15531
15532 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15533 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15534 + Execute ./dummy instead of assuming . is in PATH.
15535
15536 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15537
15538 * guess-systype: New shell script. Attempts to guess the
15539 canonical host name of the executing host.
15540 Only a few hosts are supported so far.
15541 * configure: Call guess-systype if no host is specified.
15542
15543 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15544
15545 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15546 gcc Makefile.
15547
15548
15549 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15550
15551 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15552 (all-gcc, install-gcc, subdir_do): Use it.
15553
15554 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15555
15556 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15557
15558 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15559
15560 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15561 set exclusively by configure, using configure.in .
15562
15563 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15564
15565 * test-build.mk: set $PATH for all builds
15566
15567 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15568
15569 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15570
15571 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15572 the one used in gcc/Makefile.in, so that a null expansion doesn't
15573 override the one needed to build gcc with a native cc.
15574
15575
15576 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15577
15578 * configure: Accept -with arguments.
15579
15580 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15581
15582 * Makefile.in: added h8300sim
15583
15584 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15585
15586 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15587 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15588 (all-cygnus, native, build-cygnus): Make
15589 $(canonhost)-stamp-3stage-done, not $(host)....
15590 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15591 i386-sco3.2v4. Added else true to if command.
15592
15593 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15594
15595 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15596
15597 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15598
15599 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15600
15601 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15602
15603 * configure.in: don't remove binutils from Solaris builds
15604
15605 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15606
15607 * Makefile.in: get rid of earlier definitions for *clean,
15608 also handle the recursive info rule better
15609
15610 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15611
15612 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15613 do more-or-less the right thing.
15614
15615 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15616
15617 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15618 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15619
15620 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15621
15622 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15623 $(host_canonical).
15624
15625 * configure.in: split the configdirs list into 4 categories (native
15626 v. cross, library v. tool) and handle the cross-only and native-
15627 only in more reasonable (and correct!) way.
15628
15629 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15630
15631 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15632 configdirs anymore.
15633
15634 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15635
15636 * Makefile.in: extensive cleanup:: removed all of the explicit
15637 clean-* targets, collapsed many wrappers around subdir_do into
15638 one, added additional targets to satisfy standards.texi, deleted
15639 some old targets, some changes for consistency
15640
15641 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15642
15643 * configure.in: handle some programs as cross-only, and others as
15644 native only
15645
15646 * test-build.mk: handle partial holes in a more generic manner
15647
15648 * Makefile.in: m4 depends on libiberty
15649
15650 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15653 time, wdiff, and find to configdirs
15654
15655 * Makefile.in: all, clean, and install rules for the new programs
15656 added to configure.in
15657
15658 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15659
15660 * configure.in: use mh-sun for all *-sun-* hosts
15661
15662 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15663
15664 * Makefile.in: define flags for X11 include files and library file
15665 locations, pass them down to the programs that need this info
15666
15667 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15668
15669 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15670
15671 * configure.in: start building libg++ for HP-UX targets
15672
15673 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15674
15675 * README: Update references to files moved into etc/.
15676
15677 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15678
15679 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15680 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15681
15682 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15683
15684 * configure: accept dash as well as underscore in long option
15685 names for FSF compatibility.
15686
15687 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15688
15689 * config.sub: added -sco3.2v4 support from FSF.
15690
15691 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15692
15693 * configure.in: expand the section that adds or removes
15694 directories from the list of programs to build, to handle native
15695 vs. cross in addition to host v. native
15696
15697 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15698
15699 * Makefile.in: Replace C++ in macro names with CXX.
15700 This is less likely to break ...
15701
15702 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15703
15704 * test-build.mk: add -w to GNU_MAKE
15705
15706 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15707
15708 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15709 add 'sparc' to list of recognized cpus. This needed to make
15710 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15711 Delete some redundant ose68 variants. Recognize -wrs as an os,
15712 then changes that into $CPU-wrs-vxworks.
15713
15714 * configure.in: remove most references to gdbtest, regularize
15715 target based program removal
15716
15717 * test-build.mk: import from p3 tree (many fixes and changes)
15718
15719 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15720
15721 * Makefile.in: added rules to handle tcl, tk, and expect
15722
15723 * configure.in: handle those directories if they exist
15724
15725 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15726
15727 * config.sub: removed bogus hppabsd and hppahpux names, since
15728 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15729
15730 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15731
15732 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15733 depends upon all-xiberty
15734
15735 * Makefile.in: changes from p3, including:
15736
15737 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15738
15739 * Makefile.in (XTRAFLAGS): include newlib directories if
15740 newlib/Makefile exists, rather than if host != target.
15741
15742 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15743
15744 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15745 from the same source tree and not building a cross-compiler. This
15746 matters for the libg++ configuration if reconfiguring a tree that
15747 has already been installed.
15748
15749 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15750
15751 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15752 pick up the machine and system specific header files.
15753
15754 * Makefile.in: added AS_FOR_TARGET, passed down in
15755 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15756 the C compiler to use to create programs which are run in the
15757 build environment, set it to default to $(CC), and passed it down
15758 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15759
15760 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15761
15762 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15763 We need them for unusual native builds, like systems without
15764 ranlib.
15765
15766 * configure: also define $(host_canonical) and
15767 $(target_canonical), which are the full, canonical names for the
15768 given host and target
15769
15770 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15771
15772 * Makefile.in: Added separate definitions for C++.
15773
15774 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15775
15776 * configure.in (configdirs): Add deja-gnu.
15777
15778 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15779
15780 * README: Update for configure.texi and gdb-4.7 release.
15781
15782 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15783
15784 * Makefile.in: Move "all" target to top of file.
15785 Previously, first target was ".PHONY" which caused BSD4.4 make
15786 to build .PHONY when make was run without arguments.
15787
15788 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15789
15790 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15791 Library-copylefted code in libiberty.
15792
15793 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15794
15795 * config.sub: Replace m68kmote with plain old m68k.
15796
15797 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15798
15799 * Makefile.in: Remove space from blank line, avoid Make complaints.
15800
15801 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15802
15803 * config.sub: Complain if no argument is given. Added support for
15804 386bsd as OS and target alias.
15805
15806 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15807
15808 * Makefile.in (XTRAFLAGS): include newlib directories if
15809 newlib/Makefile exists, rather than if host != target.
15810
15811 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15812
15813 * config.sub: recognize sparclite-wrs-vxworks.
15814
15815 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15816 p3.) Added clean-xiberty to clean.
15817
15818 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15819
15820 * configure.in: use *-*-* instead of nested cases for host and target
15821
15822 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15823
15824 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15825 from the same source tree and not building a cross-compiler. This
15826 matters for the libg++ configuration if reconfiguring a tree that
15827 has already been installed.
15828
15829 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15830
15831 * config.sub (i486v/i486v4): Merge in from FSF version.
15832
15833 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15834
15835 * configure: only set PWD if it is already set.
15836
15837 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15838
15839 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15840 doesn't have unset and all success paths (and most error paths)
15841 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15842 to just ${PWD} to avoid confusion.)
15843
15844 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15845
15846 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15847 even for a native compilation.
15848
15849 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15850
15851 Changes to make the gdb.tar.Z rule work better.
15852
15853 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15854 (DEVO_SUPPORT): Add configure.texi.
15855 (bfd-ilrt.tar.Z): Remove ancient rule.
15856
15857 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15858
15859 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15860 pick up the machine and system specific header files.
15861
15862 * configure.in, config.sub: added new target m68010-adobe-scout,
15863 with alias of adobe68k. Changed configure.in to check for
15864 -scout before -sco* to avoid a false match.
15865
15866 * Makefile.in: added AS_FOR_TARGET, passed down in
15867 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15868 the C compiler to use to create programs which are run in the
15869 build environment, set it to default to $(CC), and passed it down
15870 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15871
15872 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15873
15874 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15875 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15876 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15877 FOR_TARGET variants, to newlib and libg++.
15878
15879 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15880
15881 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15882 first.
15883
15884 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15885
15886 * config.sub: Accept `elf' as an environment.
15887
15888 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15889
15890 * Makefile.in (all-opcodes): cd into the right directory
15891
15892 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15893
15894 * configure: added -program_transform_name option, used as
15895 argument to sed when installing programs.
15896 configure.texi: added documentation for -program_prefix,
15897 -program_suffix and -program_transform_name.
15898
15899 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15900
15901 * config.sub: Accept i486 where i386 ok.
15902
15903 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15904
15905 * config.sub: accept we32k
15906
15907 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15908
15909 * config.sub, configure.in: accept OSE68000 and OSE68k.
15910
15911 * Makefile.in: don't create all directories for ``make install'';
15912 let the subdirectories create the ones they need.
15913
15914 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15915
15916 * COPYING: new file, GPL v2
15917
15918 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15919
15920 * Makefile.in: use the new gen-info-dir, which needs a template
15921 argument (which also lives in texinfo)
15922
15923 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15924
15925 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15926
15927 * config.sub (ncr3000): Change i386 to i486.
15928
15929 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15930
15931 * Makefile.in: add install-rcs, install-grep to
15932 install-no-fixedincludes, removed install-bison and install-libgcc
15933
15934 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15935
15936 * configure.in: grab the HPUX makefile fragment if on HPUX
15937
15938 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15939
15940 * Makefile.in: eradicate bison spoor (ditto libgcc).
15941 configure.in: recognise m68{k,000}-ericsson-OSE.
15942 es1800 is alias for m68k-ericsson-OSE
15943
15944 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15945
15946 * configure.in: rearrange the parts that remove programs from
15947 configdirs, based now on HOST==TARGET or by canonical triple.
15948
15949 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15950
15951 * test-build.mk: recurse explicitly with -f test-build.mk when
15952 appropriate. predicate stage3 and comparison on the existence
15953 of gcc. That is, if gcc isn't around, we aren't three-staging.
15954 On very clean, also remove ...stamp-co. Build in-place before
15955 doing other builds.
15956
15957 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15958
15959 * Makefile.in, configure.in: add tgas
15960
15961 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15962
15963 * Makefile.in: a number of changes merged in from progressive.
15964
15965 * configure.in: add libm.
15966
15967 * .cvsignore: ignore some stuff that comes from test-build.mk.
15968
15969 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15970
15971 * config.sub: Add es1800 (m68k-ericsson-es1800).
15972
15973 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15974
15975 * configure: Add program_suffix (parallel to program_prefix)
15976 * Makefile.in: adjust directory-creating script for losing decstation
15977
15978 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15979
15980 * configure: Minor $subdir-related fixes.
15981
15982 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15983
15984 * configure: fix various problems with propogating
15985 makefile_target_frag in subdirs.
15986 * configure.in: config libgcc if its there
15987
15988 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15989
15990 * config.sub: HPPA merge.
15991
15992 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15993
15994 * Makefile.in: Replace all-bison with all-byacc in all
15995 dependency lines for other tools (which now use byacc).
15996
15997 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15998
15999 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16000
16001 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16002
16003 * Makefile.in: make gprof rules similar to byacc rules (instead of
16004 vestigal $(unsubdir) that didn't work...)
16005
16006 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16007
16008 * config.sub: Add support for Linux.
16009 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16010 (at least for libg++).
16011
16012 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16013
16014 * configure.texi: fix doc for the -nfp option to configure
16015
16016 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16017
16018 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16019
16020 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16021
16022 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16023 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16024 * configure.in: added solaris* host_makefile_frag hook.
16025
16026 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16027
16028 * config.sub: changed recognition of m68000 so that various
16029 m68k types can be specified via m680[01234]0
16030
16031 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16032
16033 * config.sub (basic_machine): fix sed so that '-foo' isn't
16034 completely substituted out while .+'-foo' loses the '-foo'
16035
16036 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16037
16038 * config.sub ($os): Add -aout.
16039
16040 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16041
16042 * configure: If host_makefile_frag is absolute, don't
16043 prefix ${invsubdir} (relevant to libg++ auto-configure).
16044
16045 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16046
16047 * Makefile.in (tooldir): Define it.
16048 (all-ld): Depend on all-flex.
16049
16050 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16051
16052 * Makefile.in (check): Fix libg++ special case.
16053
16054 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16055
16056 * configure: do not bury `pwd` into config.status, thus do fewer
16057 pwd's.
16058
16059 * configure: print the "Building in" message only when building in
16060 other than "." AND verbose.
16061
16062 * configure: remove -s, rework -v to better accomodate guested
16063 configures.
16064
16065 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16066
16067 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16068
16069 * Makefile.in: macroize flags passed on recursion. remove
16070 fileutils.
16071
16072 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16073
16074 * configure: get makesrcdir right for subdirs deeper than 1.
16075
16076 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16077 install.
16078
16079 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16080
16081 * Makefile.in: don't print subdir_do or recursion lines.
16082
16083 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16084
16085 * standards.texi: added menu item.
16086
16087 * Makefile.in: build and install standards.info.
16088
16089 * standards.texi: new file.
16090
16091 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16092
16093 * configure: test for and move config.status pieces from
16094 ${subdir}/.
16095
16096 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16097
16098 * configure: Test for existance of files before trying to mv
16099 them, to avoid numerous non-existance messages.
16100
16101 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16102
16103 * configure: correct final line of config.status.
16104
16105 * configure: patch from eggert. Avoids a protection problem if
16106 the original Makefile.in is read only.
16107
16108 * configure: use move-if-change from gcc to create config.status.
16109 Some makefiles depend on config.status to tell if a directory
16110 has been reconfigured for a different host. This change
16111 prevents those directories from remaking everything in the case
16112 where the reconfig was only intended to rebuild a Makefile.
16113
16114 * configure: test for config.sub with "config.sub sun4" rather
16115 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16116 host alias from a missing config.sub.
16117
16118 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16119
16120 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16121 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16122
16123 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16124
16125 * configure: mkdir ${subdir} as needed.
16126
16127 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16128
16129 * Makefile.in,configure.in: added autoconf.
16130
16131 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16132
16133 * Makefile.in: no longer pass against on recursion.
16134
16135 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16136 definitions are not inherited.
16137
16138 * configure: correct makesrcdir when subdir is .
16139
16140 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16141
16142 * configure: Add support for 'subdirs' variable, which is
16143 like 'configdirs', except that configure doesn't re-invoke
16144 itself for subdirs, it just creates a Makefile for each subdir.
16145 * configure.texi: Document subdirs.
16146
16147 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16148
16149 * configure.in: added flex to configdirs
16150
16151 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16152
16153 * Makefile.in: remove clean-stamps from clean.
16154
16155 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16156
16157 * configure.in: Add gdbtest to configdirs.
16158
16159 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16160
16161 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16162 to recursive makes.
16163 * configure.in: Recognize new ncr3000 config.
16164
16165 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16166
16167 * Makefile.in, configure.in: removed references to gdbm.
16168
16169 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16170
16171 * config.sub: Don't canonicalize os value
16172 newsos* to bsd (readline needs to check for newsos).
16173 (This fix was earlier made Jan 31, but got re-broken.)
16174
16175 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16176
16177 * configure.in: sco is an os, not a vendor!
16178
16179 * configure: Quote $( better. Keep various shells happy.
16180
16181 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16182
16183 * Makefile.in: eliminate stamp-files.
16184
16185 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16186
16187 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16188 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16189
16190 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16191
16192 * config.sub: fix iris/iris3.
16193
16194 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16195
16196 * configure: re-add -rm.
16197
16198 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16199
16200 * Maskefile.in: add .stmp-rcs to all.
16201
16202 * configure.in: remove gas from rs6000 build, use aix host fragment.
16203
16204 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16205
16206 * configure: pass down site_option during recursion.
16207
16208 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16209
16210 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16211
16212 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16213
16214 * configure: Change exec_prefix so that it really defaults to prefix.
16215
16216 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16217
16218 * Makefile.in, configure.in: Add support for mmalloc library.
16219
16220 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16221
16222 * Makefile.in: add stmp dependencies for a few more things.
16223
16224 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16225
16226 * configure: adjusted error message on objdir/srcdir configure
16227 collision, per john's suggestion.
16228
16229 * Makefile.in: add libiberty stmp to all and all.cross.
16230
16231 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16232
16233 * Makefile.in: remove force dependencies, add grep to all.
16234
16235 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16236
16237 * Makefile.in: drop flex. make stamp files work.
16238
16239 * configure: added test for conflicting configuration in srcdir,
16240 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16241 gets cranky. use relative paths for configure and srcdir
16242 whenever possible. Send some error messages to stderr that were
16243 going to stdout.
16244
16245 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16246
16247 * Makefile.in: Fix libg++ rule to check for gcc directory
16248 before using gcc/gcc. Also pass XTRAFLAGS.
16249
16250 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16251
16252 * Makefile.in: added stmp-files so that directories aren't polled
16253 when they are already built.
16254
16255 * configure.texi: fixed a node pointer problem.
16256
16257 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16258
16259 * config.sub configure.in gdb/configure.in
16260 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16261 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16262 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16263
16264 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16265
16266 * configure: -recurring becomes -silent. corrected help message
16267 for -site= option.
16268
16269 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16270
16271 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16272
16273 * configure: when building Makefile for crosses, replace
16274 tooldir and program_prefix. default srcdir from location of
16275 config.sub. remove "for host in hosts" and "for target in
16276 targets" loops.
16277
16278 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16279
16280 * Makefile.in: Do not pass bindir or mandir to cvs.
16281
16282 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16283
16284 * Makefile.in, configure.in: removed traces of namesubdir,
16285 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16286 copyrights to '92, changed some from Cygnus to FSF.
16287
16288 * configure.texi: remove most references to multiple hosts,
16289 multiple targets, subdirs, etc.
16290
16291 * configure.man: removed rcsid. reference config.sub not
16292 config.subr.
16293
16294 * Makefile.in: mkdir $(infodir) on install-info.
16295
16296 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16297
16298 * configure.texi: Explain better about .gdbinit and about
16299 the environment that configure.in sections run in.
16300
16301 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16302
16303 * configure.in: Ultrix is only a decstation if it's a MIPS.
16304
16305 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16306
16307 * README: DOC.configure => cfg-paper.texi.
16308
16309 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16310
16311 * config.sub (near case $os): Don't convert newsos* to bsd!
16312
16313 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16314
16315 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16316 the number of copies of COPYING that go into the GDB tar file.
16317
16318 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16319
16320 * bfd/configure.in, gdb/config/mh-i386sco,
16321 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16322 Fix SCO configuration stuff.
16323
16324 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16325
16326 * Makefile.in: For libg++, make sure the -I pointing
16327 to the gcc directory goes *after* all the libg++-local -I flags.
16328 Also, move just-gcc dependency from just-libg++ to all-libg++.
16329
16330 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16331
16332 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16333
16334 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16335
16336 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16337
16338 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16339
16340 * config.sub: Add stratus configuration frags. Also
16341 submitted to FSF.
16342
16343 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16344
16345 * Makefile.in (DEV_SUPPORT): add configure.man.
16346
16347 * config.sub(Decode manufacturer-specific): add -none*.
16348
16349 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16350
16351 * Makefile.in: remove form feeds to make Sun's make happy.
16352 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16353
16354 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16355
16356 * Makefile.in (AR_FLAGS): Make quieter.
16357
16358 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16359
16360 * configure.in: Add libg++.
16361 * configure: When verbose, don't output the command line at each
16362 level; it will be unremarkably the same as the previous version,
16363 which will be the same as what the user typed.
16364
16365 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16366
16367 * configure.in, Makefile.in: fix clean-info, add flex. add
16368 fileutils.
16369
16370 * configure: be less sensitive to spaces in Makefile.in. Do not
16371 look for sources in "..". Doing so breaks subdirectories that
16372 might have their own configure. If a subdir has it's own
16373 configure script, use it.
16374
16375 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16376
16377 * cfg-paper.texi: some changes suggested by rms.
16378
16379 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16380
16381 * config.sub: Merge in some small additions from the FSF version,
16382 taken from the gcc distribution, to bring the Cygnus and FSF
16383 versions into closer sync.
16384
16385 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16386
16387 * configure.in: Changed svr4 references to sysv4.
16388
16389 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16390
16391 * configure: added -V for version number option.
16392
16393 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16394
16395 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16396 renamed from DOC.configure to cfg-paper.texi.
16397
16398 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16399
16400 * configure, config.subr, config.sub: config.subr is now
16401 config.sub again.
16402
16403 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16404
16405 * configure.texi: new file, in progress.
16406
16407 * Makefile.in: build info file and install the man page for
16408 configure.
16409
16410 * configure.man: new file, first cut.
16411
16412 * configure: find config.subr again now that configuration "none"
16413 has gone. removed all traces of the -ansi option. removed all
16414 traces of the -languages option.
16415
16416 * config.subr: resync from rms.
16417
16418 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16419
16420 * configure, config.sub, config.subr: merge config.sub into
16421 config.subr, call the result config.subr, remove config.sub, use
16422 config.subr.
16423
16424 * Makefile.in: revised install for dir.info.
16425
16426 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16427
16428 * configure.in: add decstation host makefile frag.
16429
16430 * Makefile.in: BISON now bison -y again. also install-gcc on
16431 install. clean-gdbm on clean. infodir belongs in datadir.
16432 Make directories for info install. Build dir.info here then
16433 install it.
16434
16435 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16436
16437 * Makefile.in: fix for bad directory tests.
16438
16439 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16440
16441 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16442 regexp. -srcdir relative was being handled incorrectly.
16443
16444 * Makefile.in: unwrapped some for loops so that parallel makes
16445 work again and so one can focus one's attention on a particular
16446 package.
16447
16448 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16449
16450 * configure: added PWD as a stand in for `pwd` (for speed). use
16451 elif wherever possible. make -srcdir work without -objdir.
16452 -objdir= commented out.
16453
16454 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16455
16456 * configure: +options become --options. -subdirs commented out.
16457 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16458 Makefile now at top of generated Makefile. Removed cvs log
16459 entries. added -srcdir. create .gdbinit only if there is one
16460 in ${srcdir}.
16461
16462 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16463 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16464 and mandir now keyed off datadir by default.
16465
16466 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16467
16468 * Freshly created ChangeLog.
16469
16470 \f
16471 Local Variables:
16472 mode: change-log
16473 left-margin: 8
16474 fill-column: 76
16475 version-control: never
16476 End: