Add missing changes to Makefile.tpl
[binutils-gdb.git] / ChangeLog
1 2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/26766
4 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
5 PGO_BUILD_TRAINING=yes.
6 (PGO_BUILD_TRAINING_MFLAGS): New.
7 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
8
9 2021-02-09 Alan Modra <amodra@gmail.com>
10
11 * configure.ac: Delete arm*-*-symbianelf* entry.
12 * configure: Regenerate.
13
14 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
15
16 * Makefile.def: Add install-libctf dependency to install-ld.
17 * Makefile.in: Regenerated.
18
19 2021-01-12 Mike Frysinger <vapier@gentoo.org>
20
21 * src-release.sh (do_proto_toplev): Rewrite indentation.
22
23 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
24
25 PR binutils/26766
26 * configure.ac:
27 * configure: Regenerated.
28
29 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
30
31 PR ld/27173
32 * configure: Regenerated.
33 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
34 --plugin and rc before enabling --plugin.
35
36 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
37
38 PR binutils/26766
39 * Makefile.tpl (BUILD_CFLAGS): New.
40 (CFLAGS): Append $(BUILD_CFLAGS).
41 (CXXFLAGS): Likewise.
42 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
43 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
44 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
45 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
46 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
47 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
48 (PGO-TRAINING-TARGETS): Likewise.
49 (PGO_BUILD_TRAINING): Likewise.
50 (all): Add '+' to the command line for recursive make. Support
51 the PGO build.
52 * configure.ac: Add --enable-pgo-build[=lto].
53 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
54 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
55 * Makefile.in: Regenerated.
56 * configure: Likewise.
57
58 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
59
60 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
61 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
62 * configure.ac: Include config/gcc-plugin.m4.
63 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
64 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
65 RANLIB if possible.
66 * Makefile.in: Regenerated.
67 * configure: Likewise.
68
69 2021-01-09 Nick Clifton <nickc@redhat.com>
70
71 * 2.36 release branch crated.
72
73 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
74
75 * libtool.m4: Match gnu* along with other GNU systems.
76
77 2021-01-07 Alan Modra <amodra@gmail.com>
78
79 * config.sub: Accept OS of eabi* and gnueabi*.
80
81 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
82
83 * Makefile.def (libctf): No longer no_check. Checking depends on
84 all-ld.
85 * Makefile.in: Regenerated.
86
87 2021-01-05 Nick Clifton <nickc@redhat.com>
88
89 * libiberty: Sync with gcc. Bring in:
90 2021-01-04 Martin Liska <mliska@suse.cz>
91
92 * strverscmp.c: Convert to utf8 from iso8859.
93
94 2020-12-22 Jason Merrill <jason@redhat.com>
95
96 PR c++/67343
97 * cp-demangle.h (struct d_info): Add unresolved_name_state.
98 * cp-demangle.c (d_prefix): Add subst parm.
99 (d_nested_name): Pass it.
100 (d_unresolved_name): Split out from...
101 (d_expression_1): ...here.
102 (d_demangle_callback): Maybe retry with old sr mangling.
103 * testsuite/demangle-expected: Add test.
104
105 2020-12-21 Jason Merrill <jason@redhat.com>
106
107 * cp-demangle.c (d_expression_1): Recognize qualified-id
108 on RHS of dt/pt.
109 * testsuite/demangle-expected: Add test.
110
111 2020-12-21 Jason Merrill <jason@redhat.com>
112
113 * cp-demangle.c (d_unqualified_name): Clear is_expression.
114 * testsuite/demangle-expected: Add tests.
115
116 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
117
118 * configure: Regenerate.
119 * configure.ac: Avoid using sanitizer.
120
121 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
122
123 * rust-demangle.c (struct rust_demangler): Add
124 skipping_printing and bound_lifetime_depth fields.
125 (eat): Add (v0-only).
126 (parse_integer_62): Add (v0-only).
127 (parse_opt_integer_62): Add (v0-only).
128 (parse_disambiguator): Add (v0-only).
129 (struct rust_mangled_ident): Add punycode{,_len} fields.
130 (parse_ident): Support v0 identifiers.
131 (print_str): Respect skipping_printing.
132 (print_uint64): Add (v0-only).
133 (print_uint64_hex): Add (v0-only).
134 (print_ident): Respect skipping_printing,
135 Support v0 identifiers.
136 (print_lifetime_from_index): Add (v0-only).
137 (demangle_binder): Add (v0-only).
138 (demangle_path): Add (v0-only).
139 (demangle_generic_arg): Add (v0-only).
140 (demangle_type): Add (v0-only).
141 (demangle_path_maybe_open_generics): Add (v0-only).
142 (demangle_dyn_trait): Add (v0-only).
143 (demangle_const): Add (v0-only).
144 (demangle_const_uint): Add (v0-only).
145 (basic_type): Add (v0-only).
146 (rust_demangle_callback): Support v0 symbols.
147 * testsuite/rust-demangle-expected: Add v0 testcases.
148
149 2020-11-13 Seija Kijin <doremylover456@gmail.com>
150
151 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
152
153 2020-11-11 Patrick Palka <ppalka@redhat.com>
154
155 PR c++/88115
156 * cp-demangle.c (d_print_comp_inner)
157 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
158 "operator " prefix for __alignof__.
159 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
160 operand of __alignof__.
161 * testsuite/demangle-expected: Test demangling for __alignof__.
162
163 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
164
165 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
166
167 2020-10-06 Martin Liska <mliska@suse.cz>
168
169 PR lto/97290
170 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
171 Use sh_link of a .symtab_shndx section.
172
173 2021-01-05 Alan Modra <amodra@gmail.com>
174
175 * config.guess: Import from upstream.
176 * config.sub: Likewise.
177
178 2020-12-16 Martin Liska <mliska@suse.cz>
179 Tom de Vries <tdevries@suse.de>
180
181 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
182 field. Add meter field.
183 (progressfn): Print progress using meter.
184
185 2020-12-02 Enze Li <lienze2010@hotmail.com>
186
187 * .gitignore: Add gnu global outputs.
188
189 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
190
191 * .gitignore: Sync with gcc.
192
193 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
194
195 * src-release.sh: Use sha256sum instead of md5sum.
196
197 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * Makefile.in: Rebuild.
200 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
201 distclean-gdbserver.
202
203 2020-07-24 Aaron Merey <amerey@redhat.com>
204
205 * configure: Rebuild.
206 * configure.ac: Remove AC_DEBUGINFOD.
207
208 2020-07-04 Nick Clifton <nickc@redhat.com>
209
210 Binutils 2.35 branch created.
211
212 2020-04-21 Stephen Casner <casner@acm.org>
213
214 PR 25830
215 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
216 * configure: Rebuild.
217
218 2020-03-12 Tom Tromey <tom@tromey.com>
219
220 * Makefile.in: Rebuild.
221 * Makefile.def (gdbserver): Depend on gdbsupport.
222
223 2020-03-12 Tom Tromey <tom@tromey.com>
224
225 * Makefile.in: Rebuild.
226 * Makefile.def (gdbsupport): Don't depend on bfd.
227
228 2020-03-12 Tom Tromey <tom@tromey.com>
229
230 * Makefile.in: Rebuild.
231 * Makefile.def (gdbsupport): Depend on intl.
232
233 2020-02-17 Tom Tromey <tom@tromey.com>
234
235 * configure: Rebuild.
236 * configure.ac (configdirs): Add gnulib and gdbsupport when building
237 gdbserver.
238
239 2020-02-14 Tom Tromey <tom@tromey.com>
240
241 * Makefile.in: Rebuild.
242 * Makefile.def: Make gdbserver require gnulib and libiberty.
243
244 2020-02-07 Tom Tromey <tom@tromey.com>
245 Pedro Alves <palves@redhat.com>
246
247 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
248 * gdbserver: New directory, moved from gdb/gdbserver.
249 * configure.ac (host_tools): Add gdbserver.
250 Only build gdbserver on certain systems.
251 * Makefile.in, configure: Rebuild.
252 * Makefile.def (host_modules, dependencies): Add gdbserver.
253 * MAINTAINERS: Add gdbserver.
254
255 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
256
257 * src-release.sh (getver): Look for gdbsupport's
258 create-version.sh script at the current directory if tool is
259 "gdb".
260
261 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
262
263 * remote-sim.c (gdbsim_target::wait): Return
264 sim_data->remote_sim_ptid instead of inferior_ptid.
265
266 2020-01-18 Nick Clifton <nickc@redhat.com>
267
268 Binutils 2.34 branch created.
269
270 2020-01-18 Nick Clifton <nickc@redhat.com>
271
272 Synchronize top level configure files with master version:
273
274 2020-01-01 Ben Elliston <bje@gnu.org>
275
276 * config.guess: Update copyright years.
277 * config.sub: Likewise.
278
279 2019-12-21 Ben Elliston <bje@gnu.org>
280
281 * config.guess (set_cc_for_build): Prevent multiple calls by
282 checking if $tmp is already set. We can't check CC_FOR_BUILD as
283 the user may set it externally. Thanks to Torbjörn Granlund for
284 the bug report.
285
286 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
287
288 * config.guess (alpha:Linux:*:*): Guard against missing
289 /proc/cpuinfo by redirecting standard error to /dev/null.
290
291 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
292
293 * config.guess (*:Twizzler:*:*): New.
294 * config.sub (-twizzler*): New.
295
296 2019-07-24 Ben Elliston <bje@gnu.org>
297
298 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
299
300 2019-06-30 Ben Elliston <bje@gnu.org>
301
302 * config.sub (case $os): Match nsk* and powerunix. Don't later
303 match nsk* and set os=nsk which removes the OS version number.
304
305 2019-06-30 Ben Elliston <bje@gnu.org>
306
307 * config.sub: Recognise os108*.
308
309 2019-06-26 Ben Elliston <bje@gnu.org>
310
311 * config.sub (hp300): Set $os to hpux.
312
313 2019-06-26 Ben Elliston <bje@gnu.org>
314
315 * config.sub (vsta): Move into alphabetical order.
316
317 2019-06-10 Ben Elliston <bje@gnu.org>
318
319 * config.guess (*:OS108:*:*): Recognise new OS.
320
321 2019-05-28 Ben Elliston <bje@gnu.org>
322
323 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
324 system compiler is installed. If not, do not run set_cc_for_build,
325 as the default cc will open a dialog box asking to install
326 Xcode. If no C compiler is available, guess based on uname -p and
327 uname -m.
328
329 2019-05-28 Ben Elliston <bje@gnu.org>
330
331 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
332
333 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
334
335 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
336 * Makefile.in: Re-generate.
337
338 2020-01-14 Tom Tromey <tom@tromey.com>
339
340 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
341 * MAINTAINERS: Add gdbsupport.
342 * configure: Rebuild.
343 * configure.ac (configdirs): Add gdbsupport.
344 * gdbsupport: New directory, move from gdb/gdbsupport.
345 * Makefile.def (host_modules, dependencies): Add gnulib.
346 * Makefile.in: Rebuild.
347
348 2020-01-09 Aaron Merey <amerey@redhat.com>
349
350 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
351 new configure option --with-debuginfod.
352 * configure: Regenerate.
353 * configure.ac: Call AC_DEBUGINFOD.
354
355 2019-12-26 Christian Biesinger <cbiesinger@google.com>
356
357 * .gitignore: Add perf.data and perf.data.old.
358
359 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
360
361 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
362
363 2019-10-17 Alan Modra <amodra@gmail.com>
364
365 PR 29
366 * src-release.sh (getver): Replace "head -1" with "head -n 1".
367
368 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
369
370 * Makefile.def (host_modules): libctf is no longer no_install.
371 * Makefile.in: Regenerated.
372
373 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
374
375 * Makefile.def (dependencies): all-ld depends on all-libctf.
376 * Makefile.in: Regenerated.
377
378 2019-09-09 Phil Blundell <pb@pbcl.net>
379
380 binutils 2.33 branch created
381
382 2019-08-19 Tom Tromey <tom@tromey.com>
383
384 * configure: Rebuild.
385 * configure.ac: Add --with-static-standard-libraries.
386
387 2019-08-09 Nick Clifton <nickc@redhat.com>
388
389 * libiberty: Sync with gcc. Bring in:
390 2019-08-08 Martin Liska <mliska@suse.cz>
391
392 PR bootstrap/91352
393 * lrealpath.c (is_valid_fd): New function.
394
395 2019-07-24 Martin Liska <mliska@suse.cz>
396
397 PR lto/91228
398 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
399 Find first '\0' starting from gnu_lto + 1.
400
401 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
402
403 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
404 This fixes a Bug 90924.
405
406 2019-07-22 Martin Liska <mliska@suse.cz>
407
408 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
409 Do not search for gnu_lto_v1, but search for first '\0'.
410
411 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
412
413 * cplus-dem.c: Include rust-demangle.h.
414 * rust-demangle.c: Include rust-demangle.h.
415 * rust-demangle.h: New file.
416
417 2019-05-31 Michael Forney <mforney@mforney.org>
418
419 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
420 is non-zero.
421
422 2019-04-30 Ben L <bobsayshilol@live.co.uk>
423
424 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
425 * testsuite/d-demangle-expected: Add testcase.
426
427 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
428 * testsuite/d-demangle-expected: Add testcase.
429
430 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
431 * testsuite/d-demangle-expected: Add testcase.
432
433 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
434 * testsuite/d-demangle-expected: Add testcase.
435
436 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
437 * testsuite/d-demangle-expected: Add testcase.
438
439 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
440 * testsuite/demangle-expected: Add testcase.
441
442 * cp-demangle.c (d_encoding): Guard against NULL return values from
443 d_right (dc).
444 * testsuite/demangle-expected: Add testcase.
445
446 2019-04-29 Ben L <bobsayshilol@live.co.uk>
447
448 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
449 char is valid.
450 * testsuite/demangle-expected: Add testcase.
451
452 2019-04-10 Nick Clifton <nickc@redhat.com>
453
454 PR 89394
455 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
456 lengths.
457 (d_count_templates_scopes): Replace num_templates and num_scopes
458 parameters with a struct d_print_info pointer parameter. Adjust
459 body of the function accordingly. Add recursion counter and check
460 that the recursion limit is not reached.
461 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
462 Reset recursion counter afterwards, unless the recursion limit was
463 reached.
464
465 2019-07-13 Joel Brobecker <brobecker@adacore.com>
466
467 * src-release (getver): If $tool/gdbsupport/create-version.sh
468 exists, use that to determine the version number.
469
470 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
471
472 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
473
474 2019-06-14 Tom Tromey <tom@tromey.com>
475
476 * MAINTAINERS: Add gnulib.
477 * gnulib: New directory, move from gdb/gnulib.
478 * configure.ac (host_libs): Add gnulib.
479 * configure: Rebuild.
480 * Makefile.def (host_modules, dependencies): Add gnulib.
481 * Makefile.in: Rebuild.
482
483 2019-06-03 Nick Clifton <nickc@redhat.com>
484
485 Revert:
486 2019-05-29 Nick Clifton <nickc@redhat.com>
487
488 * configure.ac (noconfigdirs): Add libctf if the target does not use
489 the ELF file format.
490 * configure: Regenerate.
491
492 2019-05-29 Nick Clifton <nickc@redhat.com>
493
494 * src-release.sh (do_proto_toplev): Add libctf to list of
495 directories that can be disabled.
496
497 2019-05-29 Nick Clifton <nickc@redhat.com>
498
499 * configure.ac (noconfigdirs): Add libctf if the target does not use
500 the ELF file format.
501 * configure: Regenerate.
502
503 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
504
505 * Makefile.def (dependencies): configure-libctf depends on all-bfd
506 and all its deps.
507 * Makefile.in: Regenerated.
508
509 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
510
511 * MAINTAINERS: Add libctf.
512
513 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
514
515 * Makefile.def (host_modules): Add libctf.
516 * Makefile.def (dependencies): Likewise.
517 libctf depends on zlib, libiberty, and bfd.
518 * Makefile.in: Regenerated.
519 * configure.ac (host_libs): Add libctf.
520 * configure: Regenerated.
521
522 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
523
524 * config.guess: Synchronize with config project master sources.
525 * config.sub: Likewise.
526 * readline/support/config.guess: Likewise.
527 * readline/support/config.sub: Likewise.
528
529 2019-04-10 Nick Clifton <nickc@redhat.com>
530
531 * libiberty: Sync with gcc. Bring in:
532 2019-04-10 Nick Clifton <nickc@redhat.com>
533
534 PR 89394
535 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
536 lengths.
537 (d_count_templates_scopes): Replace num_templates and num_scopes
538 parameters with a struct d_print_info pointer parameter. Adjust
539 body of the function accordingly. Add recursion counter and check
540 that the recursion limit is not reached.
541 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
542 Reset recursion counter afterwards, unless the recursion limit was
543 reached.
544
545 2018-06-24 Nick Clifton <nickc@redhat.com>
546
547 2.32 branch created.
548
549 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
550
551 Merge from GCC:
552 PR target/88535
553 * config.guess: Import upstream version 2019-01-03.
554 * config.sub: Import upstream version 2019-01-01.
555
556 2019-01-10 Nick Clifton <nickc@redhat.com>
557
558 * libiberty: Sync with gcc. Bring in:
559 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
560
561 PR other/16615
562
563 * cp-demangle.c: Mechanically replace "can not" with "cannot".
564 * floatformat.c: Likewise.
565 * strerror.c: Likewise.
566
567 2018-12-22 Jason Merrill <jason@redhat.com>
568
569 Remove support for demangling GCC 2.x era mangling schemes.
570 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
571 internal_cplus_demangle, and all subroutines.
572 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
573 Lucid, ARM, HP, and EDG demangling styles.
574 (cplus_demangle): Remove 'work' variable. Don't call
575 internal_cplus_demangle.
576
577 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
578
579 * configure.ac: Don't configure readline if --with-system-readline is
580 used.
581 * configure: Re-generate.
582
583 2018-10-31 Joseph Myers <joseph@codesourcery.com>
584
585 Merge from GCC:
586 PR bootstrap/82856
587 * multilib.am: New file. From automake.
588
589 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
590
591 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
592
593 2018-07-16 Nick Clifton <nickc@redhat.com>
594
595 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
596
597 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
598
599 * config.sub: Sync with upstream version 2018-07-03.
600
601 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
602
603 * config.guess: Sync with upstream version 2018-06-26.
604 * config.sub: Sync with upstream version 2018-07-02.
605
606 2018-06-29 Alexandre Oliva <oliva@adacore.com>
607
608 * configure.ac: Introduce support for @unless/@endunless.
609 * Makefile.tpl (dep-kind): Rewrite with cond; return
610 postbootstrap in some cases.
611 (make-postboot-dep, postboot-targets): New.
612 (dependencies): Do not output postbootstrap dependencies at
613 first. Output non-target ones changed for configure to depend
614 on stage_last @if gcc-bootstrap, and the original deps @unless
615 gcc-bootstrap.
616 * configure.in, Makefile.in: Rebuilt.
617
618 2018-06-24 Nick Clifton <nickc@redhat.com>
619
620 * configure: Regenerate.
621
622 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
623
624 * libtool.m4: Use AC_LANG_SOURCE.
625 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
626 * README-maintainer-mode: Update version requirements.
627 * ar-lib: New file.
628 * test-driver: New file.
629 * configure: Re-generate.
630
631 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
632
633 * Makefile.def (fortran): Add check-target-libgomp-fortran.
634 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
635 * Makefile.in: Regenerate.
636
637 * configure: Regenerate.
638
639 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
640
641 * configure.ac: Sync with GCC, remove MPX-related things.
642
643 2018-05-01 Nick Clifton <nickc@redhat.com>
644
645 * config.guess: Synchronize with config project master sources.
646 * config.sub: Likewise.
647
648 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
649
650 * configure.ac: Added "nfp" target.
651 * configure: Regenerate.
652
653 2018-02-13 Maciej W. Rozycki <macro@mips.com>
654
655 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
656 * configure: Regenerate.
657
658 2018-01-30 Nick Clifton <nickc@redhat.com>
659
660 * src-release.sh (do_proto_toplev): Add patterns for more junk files
661 to delete before creating the tarball.
662
663 2018-01-29 Nick Clifton <nickc@redhat.com>
664
665 * src-release.sh (do_proto_toplev): Strip patch remnant files from
666 the sources before creating the tarball.
667
668 2018-01-13 Nick Clifton <nickc@redhat.com>
669
670 * src-release.sh: Update copyright notice. Change reference to devo
671 to be a reference to root.
672
673 2018-01-10 Nick Clifton <nickc@redhat.com>
674
675 * config-ml.in: Sync with gcc sources.
676 * config.guess: Likewise.
677 * config.sub: Likewise.
678 * configure.ac: Likewise.
679 * configure: Regenerate.
680
681 2017-12-14 Nick Clifton <nickc@redhat.com>
682
683 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
684
685 2017-12-12 Stafford Horne <shorne@gmail.com>
686
687 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
688 * configure: Regenerate.
689
690 2017-09-15 Nick Clifton <nickc@redhat.com>
691
692 * src-release.sh (LZIPPROG): New define. Provides the name of the
693 lzip program.
694 (do_lz): New function. Compresses a tarball using the lzip
695 program.
696 (do_compress): Add support for lzip compression.
697 (usage): Mention -l option.
698 (build_release): Support -l option to invoke lzip compression.
699
700 2017-09-15 Alan Modra <amodra@gmail.com>
701
702 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
703 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
704 and sim depending on $tool and $support_files. Echo configure line.
705
706 2017-09-14 Matt Rice <ratmice@gmail.com>
707
708 * src-release.sh (do_proto_toplev): Enable gold during release process.
709
710 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
711
712 * config.sub: Sync with master version in config project.
713
714 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
715
716 * config.sub: Handle ia16 in $basic_machine.
717
718 bfd/
719 * config.bfd: Handle ia16.
720
721 gas/
722 * configure.tgt: Handle ia16.
723
724 ld/
725 * configure.tgt: Handle ia16.
726
727 2017-03-22 Nick Clifton <nickc@redhat.com>
728
729 * config.sub: Sync with master version in config project.
730 * config.guess: Likewise.
731
732 2017-01-23 Nick Clifton <nickc@redhat.com>
733
734 * configure.ac: Update year in copyright notice.
735 Sync from FSF GCC mainline, bringing in the following patches.
736 * Makefile.def: Likewise.
737 * Makefile.tpl: Likewise.
738 * configure: Regenerate.
739 * Makefile.in: Regenerate.
740
741 2016-12-21 Jakub Jelinek <jakub@redhat.com>
742
743 * configure.ac: Don't bootstrap libmpx unless --with-build-config
744 includes bootstrap-mpx.
745
746 2016-12-01 Matthias Klose <doko@ubuntu.com>
747
748 * configure.ac: Don't use pkg-config to check for bdw-gc.
749
750 2016-11-30 Matthias Klose <doko@ubuntu.com>
751
752 * Makefile.def: Remove reference to boehm-gc target module.
753 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
754 options and for the bdw-gc pkg-config module.
755
756 2016-11-15 Matthias Klose <doko@ubuntu.com>
757
758 * config-ml.in: Remove references to GCJ.
759 * configure.ac: Likewise.
760
761 2016-09-30 Jakub Jelinek <jakub@redhat.com>
762
763 * configure.ac: Add target-libffi to target_libraries.
764 Readd libgcj target disablings, modified to only target-libffi.
765 Readd target addition of go to unsupported languages.
766
767 2016-09-30 Andrew Haley <aph@redhat.com>
768
769 * Makefile.def: Remove libjava.
770 * Makefile.tpl: Likewise.
771 * configure.ac: Likewise.
772
773 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
774
775 * configure.ac: Disable "sim" directory for arc*-*-*.
776
777 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
778
779 * configure.ac: Check for the minimum in-tree MPFR version
780 handled.
781
782 2016-12-31 Alan Modra <amodra@gmail.com>
783
784 * config.sub: Import from upstream.
785
786 2016-12-08 Alan Modra <amodra@gmail.com>
787
788 * configure: Regenerate.
789
790 2016-12-02 Josh Conner <joshconner@google.com>
791
792 * configure.ac: Add fuchsia to targets that use ELF.
793 * configure: Regenerated.
794
795 2016-11-07 Doug Evans <dje@google.com>
796
797 * config.sub: Sync with upstream version 2016-11-03.
798 git://git.sv.gnu.org/config.git
799 * config.guess: Sync with upstream version 2016-10-02.
800
801 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
802
803 * .gitignore: Add archives and make stamps.
804
805 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
806
807 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
808 * configure: Regenerated.
809
810 2016-06-28 Walter Lee <walt@tilera.com>
811
812 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
813 * configure: Regenerate.
814
815 2016-05-28 Alan Modra <amodra@gmail.com>
816
817 * Makefile.tpl (configure): Depend on m4 files included.
818 * Makefile.in: Regenerate.
819
820 2016-05-27 Nick Clifton <nickc@redhat.com>
821
822 * config.guess (Alpha OSF1): Fix typo introduced during the most
823 recent synchronization update.
824
825 2016-05-23 Nick Clifton <nickc@redhat.com>
826
827 * Import these patches from the gcc mainline:
828
829 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
830
831 * config.guess: Import version 2016-04-02 (newest).
832 * config.sub: Import version 2016-05-10 (newest).
833
834 2016-04-19 Nick Clifton <nickc@redhat.com>
835
836 * Import this patch from the GCC mainline:
837
838 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
839
840 PR bootstrap/70173
841 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
842 and gotools directories. Delete the stage_final file.
843 * Makefile.in: Regenerate.
844
845 2016-03-17 Cary Coutant <ccoutant@gmail.com>
846
847 * configure.ac: Add mips and s390 to the gold target check.
848 * configure: Regenerate.
849
850 2016-02-10 Nick Clifton <nickc@redhat.com>
851
852 Import these patches from the GCC mainline:
853
854 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
855
856 * configure.ac: Enable LTO for DJGPP
857 * configure: Regenerate
858
859 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
860
861 PR bootstrap/69329
862 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
863 * Makefile.in: Regenerate.
864
865 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
866 Sebastian Pop <s.pop@samsung.com>
867
868 * Makefile.in: Regenerate.
869 * Makefile.tpl: Export ISLVER.
870 * configure: Regenerate.
871 * config/isl.m4: Detect isl-0.15.
872
873 2016-01-29 Sebastian Pop <s.pop@samsung.com>
874
875 * config/isl.m4: Add comments about isl-0.16.
876 * configure: Regenerate.
877
878 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
879
880 Sync with GCC
881 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
882
883 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
884 symbols.
885
886 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
887
888 PR bootstrap/69134
889 * Makefile.def (mpfr): Disable assembler.
890 * Makefile.in: Regenerate.
891
892 2016-01-11 Nick Clifton <nickc@redhat.com>
893
894 Import the following changes from the GCC mainline:
895
896 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
897
898 * configure.ac: Enable libmpx by default.
899 * configure: Regenerated.
900
901 2015-11-19 Martin Liska <mliska@suse.cz>
902
903 * .gitignore: Add .clang-format to ignored files.
904 * Makefile.tpl: Add clang-format.
905 * Makefile.in: Regenerate.
906
907 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
908
909 PR libffi/65726
910 * Makefile.def (lang_env_dependencies): Make libffi depend
911 on cxx.
912 * Makefile.in: Regenerate.
913
914 2015-12-02 Ian Lance Taylor <iant@google.com>
915
916 PR go/66147
917 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
918 * Makefile.in: Regenerate.
919
920 2015-12-17 Nathan Sidwell <nathan@acm.org>
921
922 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
923 * configure: Regenerate.
924
925 2015-12-17 Sebastian Pop <s.pop@samsung.com>
926
927 * Makefile.in: Replace ISL with isl.
928 * Makefile.tpl: Same.
929 * config/isl.m4: Same.
930 * configure.ac: Same.
931 * contrib/download_prerequisites: Same.
932 * configure: Regenerate.
933
934 2016-01-01 Ben Elliston <bje@gnu.org>
935
936 * config.guess: Import version 2016-01-01.
937 * config.sub: Likewise.
938
939 2015-11-20 Tristan Gingold <gingold@adacore.com>
940
941 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
942 * configure: Regenerate.
943
944 2015-10-21 Nick Clifton <nickc@redhat.com>
945
946 PR gas/19109
947 * configure.ac: Note the 'none' is an acceptable argument to
948 --enable-compressed-debug-sections.
949 * configure: Regenerate.
950
951 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
952
953 PR gas/19109
954 * configure.ac: Add
955 --enable-compressed-debug-sections={all,gas,gold,ld}.
956 * configure: Regenerated.
957
958 2015-09-30 Nick Clifton <nickc@redhat.com>
959
960 Import the following patches from the GCC mainline:
961
962 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
963
964 PR libfortran/54572
965 * Makefile.def: Make libgfortran depend on libbacktrace.
966 * Makefile.in: Regenerate.
967
968 2015-08-12 Tom de Vries <tom@codesourcery.com>
969
970 PR other/67092
971 PR other/67098
972 * configure.ac: Remove --with_host_libstdcxx support.
973 * configure: Regenerate.
974
975 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
976 Jakub Jelinek <jakub@redhat.com>
977
978 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
979 nvptx*-*-*.
980 * configure: Regenerate.
981
982 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
983
984 Sync with GCC
985 2015-07-28 Ben Elliston <bje@gnu.org>
986
987 * config.sub, config.guess: Import from upstream.
988
989 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
990
991 * Makefile.def (libiconv): Define bootstrap=true.
992 Mark pdf/html/info as missing.
993 (configure-gcc): Depend on all-libiconv.
994 (all-gcc): Ditto.
995 (configure-libcpp): Ditto.
996 (all-libcpp): Ditto.
997 (configure-intl): Ditto.
998 (all-intl): Ditto.
999 * Makefile.in: Regenerate.
1000
1001 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 Sync with GCC
1004 2015-07-24 Michael Darling <darlingm@gmail.com>
1005
1006 PR other/66259
1007 * config-ml.in: Reflects renaming of configure.in to configure.ac
1008 * configure: Likewise
1009 * configure.ac: Likewise
1010
1011 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1012
1013 * Makefile.in: Regenerated.
1014
1015 Sync with GCC
1016 2015-05-21 Jason Merrill <jason@redhat.com>
1017
1018 * Makefile.tpl: Update comments.
1019
1020 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1021
1022 * Makefile.tpl: Remove surplus whitespace throughout.
1023
1024 2015-03-25 Martin Liska <mliska@suse.cz>
1025 Yury Gribov <y.gribov@samsung.com>
1026
1027 * Makefile.tpl: Fix ln source location for vimrc file.
1028
1029 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1030
1031 Sync with GCC
1032 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1033
1034 * configure.ac: FT32 target added.
1035 * configure: Regenerate.
1036
1037 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1038
1039 Sync with GCC
1040 2015-06-02 Jason Merrill <jason@redhat.com>
1041
1042 PR bootstrap/66319
1043 * configure.ac: Use -std=gnu++98.
1044
1045 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1046
1047 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1048 * configure: Regenerate.
1049
1050 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1051
1052 * configure.ac: Fix typo.
1053 * configure: Regenerate.
1054
1055 2015-05-03 Matthias Klose <doko@ubuntu.com>
1056
1057 * configure.ac: Match $host configured with triplets.
1058 * configure: Regenerate.
1059
1060 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1061
1062 PR bootstrap/62077
1063 * configure.ac (--enable-stage1-checking): Default to
1064 release,misc,gimple,rtlflag,tree,types if --disable-checking
1065 or --enable-checking is not specified and DEV-PHASE is not
1066 experimental.
1067 * configure: Regenerated.
1068
1069 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1070
1071 Install back PR target/47230 fix (Revert the revert).
1072
1073 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1074
1075 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1076 target.
1077 * configure: Regenerate.
1078
1079 2015-05-13 John David Anglin <dave.anglin@bell.net>
1080
1081 * configure.ac: Disable configuration of GDB for HPUX targets.
1082 * configure: Regenerate.
1083
1084 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1085
1086 PR ld/18355
1087 * Makefile.def: Add extra_configure_flags to host zlib.
1088 * configure.ac (extra_host_zlib_configure_flags): New. Set
1089 to --enable-host-shared When bfd is to be built as shared
1090 library. AC_SUBST.
1091 * Makefile.in: Regenerated.
1092
1093 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1094 Hans-Peter Nilsson <hp@axis.com>
1095
1096 Adjust src-release.sh for sim using the gdb create-version.sh.
1097 * src-release.sh (tar_compress): If there's a fifth parameter,
1098 use that in the getver call instead of $tool.
1099 (sim_release): Pass gdb as fifth parameter to tar_compress.
1100 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1101
1102 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1103
1104 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1105 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1106 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1107 * Makefile.in: Regenerate.
1108
1109 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1110
1111 * configure.ac: Add --with-system-zlib.
1112 * configure: Regenerated.
1113
1114 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1115
1116 * src-release.sh: Don't configure with --with-target-subdir=.
1117 --disable-multilib.
1118
1119 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1120
1121 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1122 src-release.sh.
1123
1124 2015-03-30 Ed Schouten <ed@nuxi.nl>
1125
1126 * config.sub: Update from upstream, to 2015-03-04 version.
1127 * config.guess: Likewise.
1128
1129 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1130
1131 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1132 * Makefile.in: Regenerated.
1133
1134 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1135
1136 * src-release.sh (do_proto_toplev): Configure with --target
1137 --with-target-subdir and --disable-multilib.
1138 (BINUTILS_SUPPORT_DIRS): Add zlib.
1139 (GAS_SUPPORT_DIRS): Likewise.
1140 (GDB_SUPPORT_DIRS): Likewise.
1141 (SIM_SUPPORT_DIRS): Likewise.
1142
1143 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1144
1145 * configure.ac (target_configdirs): Exclude target-zlib if
1146 target-libjava isn't built.
1147 * configure: Regenerated.
1148
1149 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1150
1151 Sync with GCC
1152 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1153
1154 * config-ml.in: Robustify ac_configure_args parsing.
1155
1156 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1157
1158 * Makefile.def: Updated from GCC trunk.
1159 * Makefile.tpl: Likewise.
1160 * configure.ac: Likewise.
1161 * Makefile.in: Regenerated.
1162 * configure: Likewise.
1163
1164 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1165
1166 * configure.ac: Add FT32 support.
1167 * configure: Regenerate.
1168
1169 2015-01-12 Anthony Green <green@moxielogic.com>
1170
1171 * configure.ac: Don't disable gprof for moxie.
1172 * configure: Rebuild.
1173
1174 2015-01-03 Andrew Pinski <apinski@cavium.com>
1175
1176 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1177 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1178 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1179 (OBJCOPY_FOR_TARGET): New variable.
1180 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1181 * Makefile.in: Regenerate.
1182 * configure.ac: Check for already installed target objcopy.
1183 Also GCC_TARGET_TOOL on objcopy.
1184 * configure: Regenerate.
1185
1186 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1187
1188 * config.sub: Update from upstream, to 2015-01-01 version.
1189 * config.guess: Ditto.
1190
1191 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1192
1193 * config.sub: Update from upstream config repo.
1194
1195 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 * libtool.m4: Updated from GCC trunk.
1198
1199 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1200
1201 * config.guess: Update from upstream config repo.
1202 * config.sub: Ditto.
1203
1204 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1205
1206 * move-if-change: Update from upstream gnulib.
1207
1208 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1209
1210 * compile: Sync with upstream Automake.
1211 * depcomp: Ditto.
1212 * install-sh: Ditto.
1213 * missing: Ditto.
1214 * mkinstalldirs: Ditto.
1215 * ylwrap: Ditto.
1216
1217 2014-10-15 Tristan Gingold <gingold@adacore.com>
1218
1219 * src-release.sh (do_proto_toplev): Configure with --target.
1220
1221 2014-10-03 Jing Yu <jingyu@google.com>
1222
1223 * configure.ac: Add aarch64 to list of targets that support gold.
1224 * configure: Regenerate.
1225
1226 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1227
1228 * configure.ac: Add mips*-img-elf* target triple.
1229 * configure: Regenerate.
1230
1231 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1232 * configure: Disable gdb for nds32*-*-* until supported.
1233 * configure.ac: Disable gdb for nds32*-*-* until supported.
1234
1235 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1236
1237 * configure: Regenerate.
1238
1239 2014-08-27 Will Newton <will.newton@linaro.org>
1240
1241 * src-release.sh: New file.
1242 * src-release: Remove file.
1243
1244 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1245
1246 GDB not supported for or1k*-*-rtems*
1247 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1248 of the stanzas results in this not being caught by or1k*-*-* later.
1249 * configure. Regenerated.
1250
1251 2014-07-25 Samuel Bronson <naesten@gmail.com>
1252
1253 * .gitattributes: New file for use with git-merge-changelog.
1254
1255 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1256
1257 Disable gdb for or1k*-*-* until supported
1258 * configure.ac (or1k*-*-*): Disable gdb.
1259 * configure: Regenerated.
1260
1261 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1262
1263 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1264 * configure: Regenerated.
1265
1266 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1267
1268 PR sanitizer/56781
1269 * Makefile.def: Set bootstrap=true; for host fixincludes.
1270 * configure.ac: Don't bootstrap host fixincludes unless
1271 --with-build-config=bootstrap-{a,ub}san.
1272 * Makefile.in: Regenerated.
1273 * configure: Regenerated.
1274
1275 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1276
1277 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1278 --enable-vtable-verify option parsing. Don't add
1279 target-libsanitizer to bootstrap_target_libs unless
1280 --with-build-config=bootstrap-asan or
1281 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1282 to bootstrap_target_libs unless --enable-vtable-verify.
1283 * configure: Regenerated.
1284
1285 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1286
1287 PR bootstrap/58572
1288 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1289 -I for libstdc++-v3 includes if $(LEAN).
1290 * Makefile.in: Regenerated.
1291
1292 2014-02-24 Walter Lee <walt@tilera.com>
1293
1294 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1295 (tilegx-*-*): Change to tilegx*-*-*.
1296 * configure: Regenerate.
1297
1298 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1299
1300 * config.sub, config.guess: Import from upstream.
1301
1302 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1303
1304 PR bootstrap/60620
1305 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1306 * Makefile.in: Regenerate.
1307
1308 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1309
1310 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1311 for WINDRES_FOR_TARGET in default-manifest.o rule.
1312 * Makefile.in: Regenerate.
1313
1314 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1315
1316 PR target/59788
1317 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1318 *solaris2*.
1319
1320 2013-12-19 Keven Boell <keven.boell@intel.com>
1321
1322 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1323 nested lookups for fortran modules.
1324 * dwarf2read.c (read_module): Add fortran module to
1325 the symbol table.
1326 (add_partial_symbol, add_partial_module): Add fortran
1327 module to the partial symbol table.
1328 (new_symbol_full): Create full symbol for fortran module.
1329 * f-exp.y (yylex): Add new module domain to be parsed.
1330 * symtab.h: New domain for fortran modules.
1331
1332 2013-12-19 Keven Boell <keven.boell@intel.com>
1333
1334 * f-exp.y (yylex): Add domain array to enable lookup
1335 in multiple domains. Loop over lookup domains and try
1336 to find requested symbol. Add STRUCT_DOMAIN to lookup
1337 domains to be able to query for user defined types.
1338
1339 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1340
1341 * configure.ac: Add user-friendly check for native x86_64-linux
1342 multilibs.
1343 * configure: Regenerate.
1344
1345 2013-11-23 Alan Modra <amodra@gmail.com>
1346
1347 * config.sub, config.guess: Import from upstream.
1348
1349 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1350
1351 * Makefile.in: Regenerate.
1352
1353 * Makefile.tpl: Fix typo.
1354 * Makefile.in: Regenerate partially.
1355
1356 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1357
1358 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1359 supported.
1360 * configure: Regenerated.
1361
1362 2013-10-30 Jason Merrill <jason@redhat.com>
1363
1364 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1365 --disable-build-format-warnings.
1366
1367 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1368
1369 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1370 depend on libstdc++ and libgcc.
1371 * configure: Regenerate.
1372 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1373 libcilkrts for POSIX and i*86, and x86_64 architectures.
1374 * Makefile.in: Added libcilkrts related fields to support building it.
1375
1376 2013-10-26 Jeff Law <law@redhat.com>
1377
1378 * Makefile.def (target_modules): Remove libmudflap
1379 (languages): Remove check-target-libmudflap).
1380 * Makefile.in: Rebuilt.
1381 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1382 * configure.ac (target_libraries): Remove target-libmudflap.
1383 Remove checks which disabled libmudflap on some systems.
1384 * configure: Rebuilt.
1385 * libmudflap: Directory removed.
1386
1387 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1388
1389 * configure.ac: Update from GCC.
1390 * configure: Regenerate.
1391
1392 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1393
1394 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1395 files in SUPPORT_FILES.
1396 (SIM_SUPPORT_DIRS): New variable.
1397 (sim.tar.bz2): New rule.
1398
1399 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1400
1401 * configure.ac: Update from GCC.
1402 * configure: Regenerate.
1403
1404 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1405
1406 * COPYING.NEWLIB: Update with new copyright.
1407
1408 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1409
1410 * configure.ac: Update from GCC.
1411 * configure: Regenerate.
1412
1413 2013-09-20 Alan Modra <amodra@gmail.com>
1414
1415 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1416 ppc host match. Support little-endian powerpc linux hosts.
1417
1418 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1419
1420 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1421 strip the "-cvs" suffix from the version number if present.
1422
1423 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * configure.ac: Sync with GCC repo.
1426 * Makefile.def: Ditto.
1427 * configure: Regenerate.
1428 * Makefile.in: Ditto.
1429
1430 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1431
1432 * src-release (VER): Use $(TOOL)/common/create-version.sh
1433 if it exists.
1434
1435 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1436
1437 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1438 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1439 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1440 * configure: Regenerate.
1441
1442 2013-06-01 George Thomas <george.thomas@atmel.com>
1443
1444 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1445 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1446
1447 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1448
1449 * COPYING.NEWLIB: Add Altera Corporation copyright.
1450
1451 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1452
1453 * config.guess: Update from config repo.
1454 * config.sub: Ditto.
1455
1456 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1457
1458 * Makefile.def: Sync with GCC.
1459 * Makefile.in: Regenerate.
1460
1461 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1462
1463 * configure.ac: Sync with GCC.
1464 * configure: Regenerate.
1465
1466 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1467
1468 * src-release (VER): Change bfd/configure.in sed to use the new
1469 `bfd/configure --version` output.
1470
1471 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1472
1473 * configure.ac: Sync with GCC repo.
1474 * configure: Ditto.
1475
1476 2013-02-05 Ian Lance Taylor <iant@google.com>
1477
1478 PR go/55969
1479 * configure.ac: Disable libgo on some systems where it does not
1480 work.
1481 * configure: Rebuild.
1482
1483 2013-02-05 Alan Modra <amodra@gmail.com>
1484
1485 * configure: Regenerate after syncing config/.
1486
1487 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1488
1489 * configure.ac: Sync with GCC repo.
1490 * configure: Ditto.
1491 * Makefile.def: Ditto.
1492 * Makefile.in: Ditto.
1493
1494 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1495
1496 Sync with GCC, merge:
1497
1498 2013-01-09 Jason Merrill <jason@redhat.com>
1499
1500 * .gitignore: Import from gdb repository.
1501
1502 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1503
1504 * config.sub: Update from config repo.
1505
1506 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1507
1508 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1509 * Makefile.in: Regenerate.
1510
1511 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1512
1513 * Makefile.def (configure-gcc): Depend on all-gmp.
1514 (all-gcc): Remove dependency on all-gmp.
1515 * Makefile.in: Regenerated.
1516
1517 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1518
1519 * config.guess: Update from config repo.
1520 * config.sub: Ditto.
1521
1522 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1523
1524 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1525 exists and replace the new bfin license in its location.
1526
1527 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1528
1529 PR gas/14899
1530 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1531 all-ld and all-gold depend on all-gas.
1532 * Makefile.in: Regenerated.
1533
1534 2012-12-29 Ben Elliston <bje@gnu.org>
1535
1536 * config.guess: Update to 2012-12-29 version.
1537 * config.sub: Likewise.
1538
1539 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1540
1541 * Makefile.def (install-target-libgo): Depend on
1542 install-target-libatomic. Merged from GCC repo.
1543 * Makefile.in: Regenerate.
1544
1545 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1546
1547 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1548
1549 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1550
1551 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1552 * configure: Regenerate.
1553
1554 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1555
1556 * Makefile.def (target_modules): Add bootstrap=true and
1557 raw_cxx=true to libsanitizer.
1558 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1559 * Makefile.in: Regenerated.
1560 * configure: Likewise.
1561
1562 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1563
1564 * config.sub: Merge from config repo.
1565
1566 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1567
1568 * configure.ac: Merge from GCC.
1569 * Makefile.tpl: Ditto.
1570 * Makefile.in: Ditto.
1571 * configure: Ditto.
1572
1573 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1574
1575 * configure.ac (noconfigdirs): Merge from GCC.
1576 * configure: Regenerate.
1577
1578 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1579
1580 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1581
1582 2012-11-14 Roland McGrath <mcgrathr@google.com>
1583
1584 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1585 * configure: Regenerate.
1586
1587 2012-11-13 Richard Henderson <rth@redhat.com>
1588
1589 * configure.ac: Move libsanitizer logic to subdirectory.
1590 * configure: Regenerate.
1591
1592 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1593
1594 * configure.ac: Enable libsanitizer just on x86 linux for now.
1595 * configure: Re-generate.
1596
1597 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1598
1599 * configure.ac: Merge libquadmath sections.
1600 * configure: Regenerate.
1601
1602 2012-11-12 Wei Mi <wmi@google.com>
1603
1604 * configure.ac: Add libsanitizer to target_libraries.
1605 * Makefile.def: Ditto.
1606 * configure: Regenerate.
1607 * Makefile.in: Regenerate.
1608
1609 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1610
1611 * configure: Regenerated.
1612
1613 2012-11-03 Robert Mason <rbmj@verizon.net>
1614
1615 * configure.ac: add --disable-libstdcxx configure option
1616 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1617
1618 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1619
1620 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1621 against Mingw64 w32api.
1622 * configure: Regenerate.
1623
1624 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1625
1626 PR bootstrap/54820
1627 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1628 * configure: Regenerate.
1629
1630 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1631
1632 PR bootstrap/54820
1633 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1634 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1635 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1636 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1637 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1638 * Makefile.in: Regenerate.
1639 * configure.ac (have_static_libs): New variable and associated check.
1640 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1641 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1642 * configure: Regenerate.
1643
1644 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1645
1646 * config.guess, config.sub: Include updated version from
1647 config-patches. Adds microblaze little endian support.
1648
1649 2012-09-28 Ian Lance Taylor <iant@google.com>
1650
1651 * Makefile.def: Make all-target-libgo depend on
1652 all-target-libbacktrace.
1653 * Makefile.in: Rebuild.
1654
1655 2012-09-26 Ian Lance Taylor <iant@google.com>
1656
1657 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1658 * Makefile.in: Rebuild.
1659
1660 2012-09-06 Diego Novillo <dnovillo@google.com>
1661
1662 * configure.ac: Bump minimum GMP version to 4.2.3.
1663 * configure: Re-generate.
1664
1665 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1666
1667 PR target/54461
1668 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1669 target-libgloss if not configured --with-avrlibc=no.
1670 * configure: Regenerate.
1671
1672 2012-09-04 Jason Merrill <jason@redhat.com>
1673
1674 * configure.ac: Fix --enable-languages=all.
1675
1676 2012-09-03 Richard Guenther <rguenther@suse.de>
1677
1678 PR bootstrap/54138
1679 * configure.ac: Re-organize ISL / CLOOG checks to allow
1680 disabling with either --without-isl or --without-cloog.
1681 * configure: Regenerated.
1682
1683 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1684
1685 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1686 * configure: Regenerate.
1687
1688 2012-09-21 Steve Ellcey <sellcey@mips.com>
1689
1690 * configure.ac: Add mips*-mti-elf* target.
1691 * configure: Regenerate.
1692
1693 2012-09-19 Ian Lance Taylor <iant@google.com>
1694
1695 * configure.ac (host_libs): Add libbacktrace.
1696 (target_libraries): Add libbacktrace.
1697 * Makefile.def (host_modules): Add libbacktrace.
1698 (target_modules): Likewise.
1699 * configure, Makefile.in: Rebuild.
1700
1701 2012-09-15 Jiong Wang <jiwang@tilera.com>
1702
1703 * configure.ac (ENABLE_GOLD): support tilegx*
1704 * configure: rebuild
1705
1706 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1707
1708 PR target/38607
1709 Merge upstream change.
1710 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1711
1712 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1713 Add libgomp*.o to compare_exclusions for AIX.
1714 * configure: Regenerate.
1715
1716 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1717
1718 PR binutils/4970
1719 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1720 and opcodes.
1721 * Makefile.in: Regenerated.
1722
1723 2012-08-14 Diego Novillo <dnovillo@google.com>
1724
1725 Merge from cxx-conversion branch.
1726
1727 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1728 POSTSTAGE1_CONFIGURE_FLAGS.
1729 * Makefile.in: Regenerate.
1730 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1731 Force C++ when bootstrapping.
1732 * configure: Regenerate.
1733
1734 2012-07-06 Richard Guenther <rguenther@suse.de>
1735
1736 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1737 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1738 --with-gmp=system.
1739 * Makefile.in: Regenerated.
1740 * configure: Likewise.
1741
1742 2012-07-06 Richard Guenther <rguenther@suse.de>
1743
1744 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1745 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1746 supply V=1 as extra_make_flags.
1747 * configure: Regenerated.
1748 * Makefile.in: Likewise.
1749
1750 2012-07-03 Richard Guenther <rguenther@suse.de>
1751
1752 * Makfile.def (isl): Remove not necessary extra_exports and
1753 extra_make_flags.
1754 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1755 * Makefile.in: Regenerated.
1756
1757 2012-07-03 Richard Guenther <rguenther@suse.de>
1758
1759 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1760 * configure.ac: If either the ISL or the CLooG check failed
1761 do not try to build in-tree versions.
1762 * Makefile.in: Regenerated.
1763 * configure: Regenerated.
1764
1765 2012-07-02 Richard Guenther <rguenther@suse.de>
1766 Michael Matz <matz@suse.de>
1767 Tobias Grosser <tobias@grosser.es>
1768 Sebastian Pop <sebpop@gmail.com>
1769
1770 * Makefile.def: Add ISL host module, remove PPL host module.
1771 Adjust ClooG host module to use the proper ISL.
1772 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1773 * configure.ac: Include config/isl.m4. Add ISL host library,
1774 remove PPL. Remove PPL configury, add ISL configury, adjust
1775 ClooG configury.
1776 * Makefile.in: Regenerated.
1777 * configure: Likewise.
1778
1779 2012-07-02 Richard Guenther <rguenther@suse.de>
1780
1781 Merge from graphite branch
1782 2011-07-21 Tobias Grosser <tobias@grosser.es>
1783
1784 * configure: Regenerated.
1785 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1786 both cloog.org and legacy versions. The only supported version will
1787 be CLooG with the isl backend.
1788
1789 2011-07-21 Tobias Grosser <tobias@grosser.es>
1790
1791 * configure: Regenerated.
1792 * configure.ac: Require cloog isl 0.17.0
1793
1794 2011-07-21 Tobias Grosser <tobias@grosser.es>
1795
1796 * configure: Regenerated.
1797 * config/cloog.m4: Do not define CLOOG_ORG
1798
1799 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1800
1801 * configure.ac: Skip C if explicitly selected.
1802 * configure: Regenerate.
1803
1804 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1805
1806 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1807 they contain -O2.
1808 * configure: Regenerate.
1809
1810 2012-06-20 Jason Merrill <jason@redhat.com>
1811
1812 * Makefile.tpl (check-target-libgomp-c++): New.
1813 (check-target-libitm-c++): New.
1814 * Makefile.def (c++): Add them.
1815 * Makefile.in: Regenerate.
1816
1817 2012-05-16 Olivier Hainque <hainque@adacore.com>
1818
1819 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1820 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1821 (install-no-fixedincludes): Adjust accordingly.
1822 * Makefile.in: Regenerate.
1823
1824 2012-05-09 Nick Clifton <nickc@redhat.com>
1825 Paul Smith <psmith@gnu.org>
1826
1827 PR bootstrap/50461
1828 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1829 allow for the fact that from release v3.1.0 of MPFR the source
1830 files were moved into a src sub-directory.
1831 * configure: Regenerate.
1832
1833 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1834
1835 * configure.ac: Bump minimum MPFR version to 2.4.0.
1836 * configure: Regenerated.
1837
1838 2012-05-01 Richard Henderson <rth@redhat.com>
1839
1840 * Makefile.def (libatomic): New target_module.
1841 * configure.ac (target_libraries): Add libatomic.
1842 (noconfigdirs): Check if libatomic is supported.
1843 * Makefile.in, configure: Rebuild.
1844
1845 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1846
1847 Merge upstream change
1848 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1849
1850 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1851
1852 * libtool.m4: Additional FreeBSD 10 fixes.
1853
1854 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1855
1856 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1857 they contain -O2.
1858 * configure: Regenerate.
1859
1860 2012-05-14 Catherine Moore <clm@codesourcery.com>
1861
1862 * NEWS: Mention PowerPC VLE port.
1863
1864 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1865
1866 * MAINTAINERS (config/): Move to intl/ section.
1867 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1868
1869 2012-05-09 Nick Clifton <nickc@redhat.com>
1870 Paul Smith <psmith@gnu.org>
1871
1872 PR bootstrap/50461
1873 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1874 allow for the fact that from release v3.1.0 of MPFR the source
1875 files were moved into a src sub-directory.
1876 * configure: Regenerate.
1877
1878 2012-05-02 Roland McGrath <mcgrathr@google.com>
1879
1880 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1881 * configure: Regenerate.
1882
1883 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1884
1885 * config.sub: Update to 2012-04-18 version from official repo.
1886
1887 2012-03-19 Tristan Gingold <gingold@adacore.com>
1888
1889 * configure.ac (ia64*-*-*vms*): Add support for ld.
1890 * configure: Regenerate.
1891
1892 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1893
1894 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1895 (unsupported_languages): Remove mips-sgi-irix6.*.
1896 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1897 (with_stabs): Remove.
1898 * configure: Regenerate.
1899
1900 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1901
1902 * configure.ac (enable_libgomp): Remove *-*-osf*.
1903 (with_stabs): Remove alpha*-*-osf*.
1904 * configure: Regenerate.
1905
1906 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1907
1908 * COPYING.NEWLIB: Modify DJ Delorie license to include
1909 modification rights in clause as permitted by DJ Delorie.
1910 * COPYING.LIBGLOSS: Ditto.
1911
1912 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1913
1914 * COPYING.NEWLIB: Remove two unused licenses.
1915
1916 2012-03-05 Tristan Gingold <gingold@adacore.com>
1917
1918 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1919 * configure: Regenerate.
1920
1921 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1922
1923 * COPYING.NEWLIB: Add Adapteva notice.
1924 * COPYING.LIBGLOSS: Add Adapteva notice.
1925
1926 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1927
1928 * configure: Regenerate.
1929
1930 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1931
1932 * COPYING.LIBGLOSS: Add GPL with exception license.
1933
1934 2011-11-09 Roland McGrath <mcgrathr@google.com>
1935
1936 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1937 * configure: Rebuild.
1938 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1939 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1940 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1941 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1942 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1943 Add READELF.
1944 * Makefile.in: Rebuild.
1945
1946 2011-11-08 Richard Henderson <rth@redhat.com>
1947
1948 * configure.ac: Test for libitm directory present first.
1949
1950 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1951
1952 * configure.ac: Test libitm/configure.tgt to disable libitm.
1953 * configure: Rebuild.
1954
1955 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1956
1957 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1958 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1959 * Makefile.in: Regenerate.
1960
1961 2011-11-01 DJ Delorie <dj@redhat.com>
1962
1963 * configure.ac (rl78-*-*) New case.
1964 * configure: Regenerate.
1965
1966 2011-11-01 DJ Delorie <dj@redhat.com>
1967
1968 * config.sub: Update to version 2011-10-29 (added rl78)
1969
1970 2011-10-27 Nick Clifton <nickc@redhat.com>
1971
1972 * config.sub: Import these changes from the config project:
1973
1974 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1975 Ben Elliston <bje@gnu.org>
1976
1977 * config.sub (epiphany): New.
1978
1979 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1980 Ben Elliston <bje@gnu.org>
1981
1982 * config.sub (hexagon, hexagon-*): New.
1983
1984 2011-08-23 Roland McGrath <mcgrathr@google.com>
1985
1986 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1987 64eb to be64.
1988
1989 2011-08-16 Roland McGrath <mcgrathr@google.com>
1990
1991 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1992 (nacl): Grok as alias for 32el-unknown-nacl.
1993
1994 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1995
1996 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1997
1998 2011-08-14 Yao Qi <yao@codesourcery.com>
1999
2000 Merge from gcc:
2001
2002 2011-08-14 Yao Qi <yao@codesourcery.com>
2003 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2004 * configure: Regenerate.
2005
2006 2011-07-26 Ian Lance Taylor <iant@google.com>
2007
2008 Merge from gcc:
2009
2010 2011-07-26 Ian Lance Taylor <iant@google.com>
2011 * configure.ac: Set have_compiler based on whether gcc directory
2012 exists, rather than on whether gcc is in configdirs.
2013 * configure: Rebuild.
2014
2015 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2016 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2017 link directories.
2018 * Makefile.in: Rebuild.
2019
2020 2011-07-20 Ian Lance Taylor <iant@google.com>
2021 PR bootstrap/49787
2022 * configure.ac: Move --enable-bootstrap handling earlier in file.
2023 If --enable-bootstrap and either --enable-build-with-cxx or
2024 --enable-build-poststage1-with-cxx, enable C++ automatically.
2025 * configure: Rebuild.
2026
2027 2011-07-19 Ian Lance Taylor <iant@google.com>
2028 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2029 make C++ a boot_language. Set and substitute
2030 POSTSTAGE1_CONFIGURE_FLAGS.
2031 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2032 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2033 * configure, Makefile.in: Rebuild.
2034
2035 2011-07-16 Jason Merrill <jason@redhat.com>
2036 * Makefile.def (language=c++): Add check-c++0x and
2037 check-target-libmudflap-c++.
2038 * Makefile.tpl (check-target-libmudflap-c++): New.
2039 * Makefile.in: Regenerate.
2040
2041 2011-07-16 Matthias Klose <doko@ubuntu.com>
2042 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2043 * Makefile.def (target_modules/libjava): Pass
2044 $(EXTRA_CONFIGARGS_LIBJAVA).
2045 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2046 if not configured with --enable-static-libjava.
2047 * Makefile.in: Regenerate.
2048 * configure: Likewise.
2049
2050 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2051 PR regression/47836
2052 PR bootstrap/23656
2053 PR other/47733
2054 PR bootstrap/49247
2055 PR c/48825
2056 * configure.ac (target_libraries): Remove target-libiberty.
2057 Remove case-statement setting skipdirs=target-libiberty for
2058 multiple targets. Remove checking target_configdirs and
2059 removing target-libiberty but keeping target-libgcc if
2060 otherwise empty.
2061 * Makefile.def (target_modules): Don't add libiberty.
2062 (dependencies): Remove all traces of target-libiberty.
2063 * configure, Makefile.in: Regenerate.
2064
2065 2011-07-22 Jason Merrill <jason@redhat.com>
2066
2067 * Makefile.def (language=c++): Add check-c++0x and
2068 check-target-libmudflap-c++.
2069 * Makefile.tpl (check-target-libmudflap-c++): New.
2070 * Makefile.in: Regenerate.
2071
2072 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2073
2074 * configure: Regenerate.
2075
2076 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2077
2078 PR target/39150
2079 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2080 x86_64-*-solaris2.1[0-9]*.
2081 * configure: Regenerate.
2082
2083 2011-06-13 Walter Lee <walt@tilera.com>
2084
2085 * configure.ac (tilepro-*-*) New case.
2086 (tilegx-*-*): Likewise.
2087 * configure: Regenerate.
2088
2089 2011-06-06 Nick Clifton <nickc@redhat.com>
2090
2091 * config.sub: Sync from upstream.
2092
2093 2011-05-08 Doug Kwan <dougkwan@google.com>
2094
2095 Merge from gcc:
2096
2097 2011-05-08 Doug Kwan <dougkwan@google.com>
2098
2099 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2100 * configure: Regenerated.
2101 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2102 value from configure.
2103 * Makefile.in: Regenerated.
2104
2105 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2106
2107 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2108 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2109 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2110 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2111 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2112 *-*-vxworks*): Disable newlib and libgloss in separate case
2113 statement.
2114 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2115 to separate case statement.
2116 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2117 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2118 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2119 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2120 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2121 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2122 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2123 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2124 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2125 i[[3456789]]86-*-rdos*, m32r-*-*,
2126 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2127 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2128 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2129 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2130 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2131 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2132 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2133 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2134 and libgloss in main case over targets. Remove most empty cases
2135 in main case over targets.
2136 * configure: Regenerate.
2137
2138 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2139
2140 * configure.ac: Remove code setting special library locations for
2141 hppa*64*-*-hpux11*. Remove code setting compiler for
2142 sparc-sun-solaris2*.
2143 * configure: Regenerate.
2144
2145 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2146
2147 * configure.ac: Separate libgloss_dir settings from general case
2148 over targets.
2149 * configure: Regenerate.
2150
2151 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2152
2153 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2154 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2155 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2156 cases in libgcj-disabling case statement.
2157 (hppa*64*-*-linux*): Set unsupported_languages instead of
2158 disabling target-zlib.
2159 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2160 to hppa*64*-*-hpux*.
2161 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2162 hppa*-*-hpux*.
2163 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2164 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2165 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2166 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2167 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2168 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2169 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2170 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2171 libgcj-disabling case statement.
2172 * configure: Regenerate.
2173
2174 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2175
2176 * configure.ac: Disable Java for targets not supporting libffi.
2177 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2178 Remove cases in Java-disabling statement.
2179 (*arm-wince-pe): Change to arm-wince-pe.
2180 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2181 cases in Java-disabling statement.
2182 (bfin-*-*): Don't disable Java again.
2183 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2184 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2185 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2186 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2187 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2188 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2189 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2190 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2191 Java-disabling statement.
2192 (mmix-*-*): Don't disable Java again.
2193 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2194 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2195 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2196 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2197 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2198 statement.
2199 * configure: Regenerate.
2200
2201 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2202
2203 Merge from GCC:
2204
2205 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2206
2207 PR lto/48086
2208 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2209 * configure: Regenerate.
2210
2211 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2212
2213 * configure.ac: Separate cases disabling Java and Java libraries
2214 from general case over targets.
2215 * configure: Regenerate.
2216
2217 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2218
2219 * configure.ac (build_tools): Remove build-byacc.
2220 (host_libs): Remove mmalloc.
2221 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2222 autoconf automake libtool diff rcs fileutils shellutils time
2223 textutils wdiff find uudecode hello tar gzip indent recode release
2224 sed perl gawk findutils gettext zip.
2225 (libgcj): Remove target-qthreads.
2226 (target_tools): Remove target-examples target-gperf.
2227 (YACC): Don't handle building byacc.
2228 * configure: Regenerate.
2229 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2230 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2231 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2232 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2233 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2234 handle building components.
2235 * Makefile.in: Regenerate.
2236
2237 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2238
2239 * config.sub: Sync from upstream.
2240
2241 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2242
2243 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2244 (microblaze*): Don't disable libssp.
2245 * configure: Regenerate.
2246
2247 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2248
2249 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2250 moveifchange.
2251 * configure: Regenerate.
2252 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2253 * Makefile.in: Regenerate.
2254
2255 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2256
2257 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2258 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2259 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2260 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2261 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2262 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2263 md_exec_prefix cases.
2264 * configure: Regenerate.
2265
2266 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2267
2268 * configure.ac: Separate cases disabling target-libssp,
2269 target-libiberty, target-libstdc++-v3 and Fortran from general
2270 case over targets.
2271 * configure: Regenerate.
2272
2273 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2274
2275 * configure.ac (*-*-chorusos): Don't disable libgcj.
2276 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2277 Remove case.
2278 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2279 (arm-*-coff): Don't disable libgcj.
2280 (arm*-*-linux-gnueabi): Remove useless assignment.
2281 (arm-*-riscix*): Don't disable libgcj.
2282 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2283 configuration.
2284 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2285 (c54x*-*-*): Remove case.
2286 (tic54x-*-*): Don't disable GCC or GCC libraries.
2287 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2288 to *.
2289 (d10v-*-*): Don't disable GCC libraries.
2290 (d30v-*-*): Don't disable libgcj.
2291 (h8500-*-*): Don't disable GCC libraries.
2292 (i960-*-*): Don't disable libgcj.
2293 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2294 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2295 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2296 libgcj.
2297 (m68k-*-coff*): Remove case.
2298 (mmix-*-*): Don't disable libgloss on host.
2299 (mn10200-*-*, mn10300-*-*): Remove cases.
2300 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2301 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2302 Don't disable libgcj.
2303 (romp-*-*): Remove case.
2304 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2305 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2306 case.
2307 (v810-*-*): Don't disable GCC libraries.
2308 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2309 (ip2k-*-*): Don't disable GCC libraries.
2310 * configure: Regenerate.
2311
2312 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2313
2314 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2315 libffi on host.
2316 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2317 on host.
2318 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2319 * configure: Regenerate.
2320
2321 2011-03-26 John Marino <binutils@marino.st>
2322
2323 * configure.ac: Add support for *-*-dragonfly*
2324 * configure: Regenerate.
2325
2326 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2327
2328 * configure.ac (native_only): Remove.
2329 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2330 send-pr uudecode guile gnuserv on host.
2331 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2332 send-pr rcs guile perl texinfo libtool on host.
2333 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2334 automake send-pr rcs guile perl texinfo libtool on host.
2335 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2336 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2337 (alpha*-dec-osf*): Don't disable fileutils on target.
2338 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2339 texinfo send-pr expect dejagnu on target.
2340 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2341 target-qthreads on target.
2342 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2343 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2344 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2345 x86_64-*-mingw*): Don't disable expect on target.
2346 (*-*-cygwin*): Don't disable target-gperf on target.
2347 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2348 gnuserv on target.
2349 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2350 target.
2351 * configure: Regenerate.
2352
2353 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2354
2355 * configure.ac (target_tools): Remove target-groff.
2356 (native_only): Remove target-groff.
2357 (hppa*64*-*-*): Don't disable byacc.
2358 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2359 setting.
2360 (*-*-kaos*): Don't skip target-librx and target-groff.
2361 (*-*-netware*): Don't skip target-libmudflap.
2362 (*-*-tpf*): Don't skip target-libmudflap.
2363 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2364 directories on the host.
2365 (ia64*-*-*vms*): Don't skip tix.
2366 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2367 host.
2368 * configure: Regenerate.
2369
2370 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2371
2372 * configure.ac: Remove references to mt-mep, mt-netware,
2373 mt-wince.
2374 * Makefile.def: Add all-utils soft dependencies.
2375 * Makefile.tpl: Remove GDB_NLM_DEPS.
2376 * configure: Regenerate.
2377 * Makefile.in: Regenerate.
2378
2379 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2380
2381 Sync from GCC:
2382
2383 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2384
2385 * configure.ac: Do not include mh-x86omitfp.
2386 * configure: Regenerate.
2387
2388 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2389
2390 * configure.ac: Remove empty cases.
2391 * configure: Regenerate.
2392
2393 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2394
2395 * Makefile.def: Add dependency from termcap to gdb.
2396 * Makefile.in: Regenerate.
2397
2398 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2399
2400 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2401 * configure: Regenerate.
2402 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2403 * Makefile.tpl: Likewise.
2404 * Makefile.in: Regenerate.
2405
2406 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2407
2408 * configure.ac: Remove all mentions of tentative_cc.
2409 * configure: Regenerate.
2410
2411 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2412
2413 PR lto/48086
2414 * configure.ac: Re-enable LTO on *-apple-darwin9.
2415 * configure: Regenerate.
2416
2417 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2418
2419 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2420 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2421 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2422 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2423 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2424 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2425 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2426 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2427 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2428 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2429 *-*-rhapsody*): Remove host cases.
2430 * configure: Regenerate.
2431
2432 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2433
2434 * configure.ac (ppc*-*-pe): Remove host case.
2435 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2436 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2437 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2438 cases.
2439 * configure: Regenerate.
2440
2441 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2442
2443 * config.sub: Update to version 2011-03-23.
2444
2445 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2446
2447 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2448 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2449 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2450 * configure: Regenerate.
2451
2452 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2453
2454 * config-ml.in: Don't handle arc-*-elf*.
2455 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2456 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2457 handle GCC libraries.
2458 * configure: Regenerate.
2459
2460 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2461
2462 PR bootstrap/48120:
2463 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2464 Add -lstdc++ -lm to LIBS.
2465 * configure: Regenerate.
2466
2467 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2468
2469 * config.guess: Update to version 2011-02-02
2470 * config.sub: Update to version 2011-02-24
2471
2472 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2473
2474 * configure.ac: Adjust test of with_ppl.
2475 * configure: Regenerated.
2476
2477 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2478
2479 * configure.ac: Add -lpwl to ppllibs.
2480 * config/cloog.m4: Add -lisl to clooglibs.
2481 * configure: Regenerated.
2482
2483 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2484
2485 Import from Libtool and gnulib:
2486
2487 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2488
2489 Prepare for supporting FreeBSD 10.
2490 * config.rpath: Remove handling of freebsd1* which soon would
2491 match FreeBSD 10.0.
2492
2493 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2494
2495 Remove support for FreeBSD 1.x.
2496 * libtool.m4 (_LT_LINKER_SHLIBS)
2497 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2498 soon would incorrectly match FreeBSD 10.0.
2499
2500 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2501
2502 PR binutils/12283
2503 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2504 (move-if-change): Comes from gnulib.
2505 * move-if-change: Import version from gnulib.
2506
2507 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508
2509 Sync from GCC:
2510
2511 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2512
2513 PR lto/47225
2514 * Makefile.def (lto-plugin): Double dash for enable-shared.
2515 (configure-gcc): Depend on all-lto-plugin.
2516 * Makefile.in: Rebuilt.
2517
2518 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2519
2520 * configure.ac: Remove extra bracket.
2521 * configure: Regenerate.
2522
2523 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2524
2525 PR lto/47225
2526 * Makefile.def: Add dependency for install-gcc
2527 on install-lto-plugin.
2528 * Makfile.in: Regenerated
2529
2530 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2531
2532 * configure.ac: If with_ppl is no, move setting with_cloog=no
2533 after CLOOG_REQUESTED check.
2534 * configure: Regenerated.
2535
2536 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2537
2538 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2539 CLooG has been requested.
2540 * configure: Regenerated.
2541
2542 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2543
2544 * configure: Regenerated.
2545 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2546
2547 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2548
2549 * configure: Regenerated.
2550 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2551
2552 2011-01-07 Jan Hubicka <jh@suse.cz>
2553
2554 PR lto/47225
2555 * Makefile.in: Regenerate.
2556 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2557 configure.
2558
2559 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2560
2561 PR libgcj/44341
2562 * configure.ac: Discard --with-* flags for host when configuring
2563 target libraries for cross build.
2564 * configure: Rebuilt.
2565
2566 2011-01-21 Andreas Schwab <schwab@redhat.com>
2567
2568 Sync from GCC:
2569
2570 2011-01-21 Andreas Schwab <schwab@redhat.com>
2571
2572 * configure.ac: Use AS_HELP_STRING throughout.
2573 * configure: Regenerate.
2574
2575 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2576
2577 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2578 * configure: Regenerate.
2579
2580 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2581
2582 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2583
2584 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2585
2586 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2587 for ia64-hpux.
2588 * configure: Regenerate.
2589
2590 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2591
2592 Sync from GCC:
2593 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2594
2595 * configure.ac: (picochip): Disable libiberty.
2596 * configure: Regenerate.
2597
2598 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2599
2600 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2601
2602 2010-12-10 Ian Lance Taylor <iant@google.com>
2603
2604 PR bootstrap/46819
2605 * configure.ac: For --disable-libgcj clear libgcj_saved.
2606 * configure: Rebuild.
2607
2608 2010-12-10 Tobias Burnus <burnus@net-b.de>
2609
2610 PR fortran/46540
2611 * configure.ac: Add --disable-libquadmath and
2612 --disable-libquadmath-support.
2613 * configure: Regenerate.
2614
2615 2010-12-10 Tristan Gingold <gingold@adacore.com>
2616
2617 * src-release (ETC_SUPPORT): add gnu-oids.texi
2618
2619 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2620
2621 PR libffi/46792
2622 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2623 * configure: Regenerate.
2624
2625 2010-12-02 Ian Lance Taylor <iant@google.com>
2626
2627 * configure.ac: Always set default for poststage1_ldflags to
2628 -static-libstdc++ -static-libgcc.
2629
2630 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2631
2632 * COPYING.NEWLIB: Add National Semiconductor notice.
2633
2634 2010-11-29 Andreas Schwab <schwab@redhat.com>
2635
2636 * configure.ac: Move comment to remove extra space in last argument
2637 of GCC_TARGET_TOOL.
2638
2639 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2640
2641 PR other/46026
2642 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2643 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2644 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2645 (BASE_FLAGS_TO_PASS): Use it.
2646 * configure: Rebuilt.
2647 * Makefile.in: Rebuilt.
2648
2649 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2650
2651 PR binutils/12258
2652 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2653 Properly check default linker.
2654 * configure: Regnerated.
2655
2656 2010-11-23 Matthias Klose <doko@ubuntu.com>
2657
2658 * configure.ac: For --enable-gold, handle value `default' instead of
2659 `both*'. New configure option --{en,dis}able-ld.
2660 * configure: Regenerate.
2661
2662 2010-11-20 Ian Lance Taylor <iant@google.com>
2663
2664 * configure.ac: Only disable a language library if no language needs
2665 it. Don't let --disable-libgcj uncondtionally disable libffi.
2666 * configure: Rebuild.
2667
2668 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2669
2670 * configure: Regenerate.
2671
2672 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2673
2674 PR other/46202
2675 * configure.ac: Fix just-built in-tree STRIP name to be
2676 binutils/strip-new.
2677 * configure: Regenerate.
2678 * Makefile.def (install-strip-gcc, install-strip-binutils)
2679 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2680 (install-strip-sid): Mirror dependencies on non-strip variants
2681 of these targets on the respective -strip prerequisites.
2682 * Makefile.tpl (install-strip, install-strip-host)
2683 (install-strip-target): New targets.
2684 (install-strip-[+module+], install-strip-target-[+module+]):
2685 New targets.
2686 * Makefile.in: Regenerate.
2687
2688 2010-11-19 Ian Lance Taylor <iant@google.com>
2689 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2690
2691 * configure.ac: Add target-libgo to target_libraries. Set
2692 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2693 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2694 (HOST_EXPORTS): Add GOC.
2695 (BASE_TARGET_EXPORTS): Add GOC.
2696 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2697 (GOCFLAGS_FOR_TARGET): New variable.
2698 (EXTRA_HOST_FLAGS): Add GOC.
2699 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2700 * Makefile.def (target_modules): Add libgo.
2701 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2702 (dependencies): Add dependency from configure-target-libgo to
2703 configure-target-libffi and all-target-libstdc++-v3. Add
2704 dependencies from all-target-libgo to all-target-libffi.
2705 (languages): Add go.
2706 * configure: Rebuild.
2707 * Makefile.in: Rebuild.
2708
2709 2010-11-19 Ian Lance Taylor <iant@google.com>
2710
2711 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2712 compiler/flag environment variables.
2713
2714 2010-11-18 Ian Lance Taylor <iant@google.com>
2715
2716 * configure.ac: Check for lang_requires_boot_languages in
2717 config-lang.in files.
2718 * configure: Rebuild.
2719
2720 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2721
2722 * .gitignore: New file.
2723
2724 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2725 Tobias Burnus <burnus@net-b.de>
2726
2727 PR fortran/32049
2728 * Makefile.def: Add libquadmath; build it with language=fortran.
2729 * configure.ac: Add libquadmath.
2730 * Makefile.tpl: Handle multiple libs in check-[+language+].
2731 * Makefile.in: Regenerate.
2732 * configure: Regenerate.
2733
2734 2010-11-15 Andreas Schwab <schwab@redhat.com>
2735
2736 * configure.ac: Fix spelling in option names.
2737 * configure: Regenerated.
2738
2739 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2740
2741 PR bootstrap/39622
2742 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2743 * configure: Regenerated.
2744
2745 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2746
2747 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2748 define the cloog backend to use. Furthermore, only pass the ppllibs to
2749 the configure checks, if necessary.
2750 * configure: Regenerate.
2751
2752 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2753
2754 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2755 * configure: regenerate
2756
2757 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2758
2759 * config/cloog.m4: Fix typo. verison -> version.
2760 * configure: Regenerate.
2761
2762 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2763
2764 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2765 * configure: Regenerate.
2766
2767 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2768
2769 * configure.ac: Support official CLooG.org versions.
2770 * configure: Regenerate.
2771 * config/cloog.m4: New.
2772
2773 2010-11-05 Michael Eager <eager@eagercon.com>
2774
2775 * COPYING.LIBGLOSS: Correct typo in microblaze.
2776 * COPYING.NEWLIB: Same.
2777
2778 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2779
2780 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2781 * configure: Regenerate.
2782
2783 2010-11-03 Ian Lance Taylor <iant@google.com>
2784 Dave Korn <dave.korn.cygwin@gmail.com>
2785
2786 PR lto/46273
2787 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2788 and on other supported platforms whenever LTO is enabled.
2789 * configure: Rebuild.
2790
2791 2010-11-02 Alan Modra <amodra@gmail.com>
2792
2793 PR binutils/12110
2794 * configure.ac: Error when source path contains spaces.
2795 * configure: Regenerate.
2796
2797 2010-10-20 Ian Lance Taylor <iant@google.com>
2798
2799 * Makefile.def (target_modules): Set lib_path to src/.libs for
2800 libstdc++-v3 module.
2801 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2802 * Makefile.in: Rebuild.
2803
2804 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2805 Joseph Myers <joseph@codesourcery.com>
2806
2807 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2808 notices.
2809 * COPYING.NEWLIB: Add Texas Instruments notice.
2810
2811 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2812
2813 * configure.ac (build_lto_plugin): New shell variable.
2814 (--enable-lto): Turn on by default for all non-ELF platforms that
2815 have had LTO support added so far. Set build_lto_plugin appropriately
2816 for both ELF and non-ELF.
2817 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2818 * configure: Regenerate.
2819
2820 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2821
2822 PR bootstrap/45326
2823 PR bootstrap/45174
2824 * configure.ac: Honor initial values of $build_configargs,
2825 $host_configargs, $target_configargs. Mark the precious, so
2826 environment settings get recorded.
2827 * configure: Regenerate.
2828
2829 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2830
2831 Sync from GCC:
2832
2833 2010-09-30 Michael Eager <eager@eagercon.com>
2834
2835 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2836 * configure: Regenerate.
2837
2838 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2839
2840 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2841 targets and amend comment.
2842 * configure: Regenerate.
2843
2844 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2845
2846 * configure.ac: Enable LTO by default on Darwin.
2847 * configure: Regenerate.
2848
2849 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2850
2851 PR bootstrap/44455
2852 * configure.ac (extra_mpfr_configure_flags): Copy from
2853 extra_mpc_gmp_configure_flags.
2854 * configure: Re-generated.
2855
2856 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2857
2858 Sync from GCC:
2859
2860 PR bootstrap/45796
2861 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2862 Depend on all-build-libiberty.
2863 * Makefile.in: Regenerate.
2864
2865 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2866
2867 Sync from GCC:
2868
2869 PR bootstrap/44621
2870 * configure.ac: Fix unportable shell quoting.
2871 * configure: Regenerate.
2872
2873 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2874
2875 * configure.ac: Support all v850 targets.
2876 * configure: Regenerate.
2877
2878 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2879
2880 PR target/44862
2881 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2882 Provide -B option to allow for link spec %s substitutions for
2883 libstdc++.a on darwin.
2884 * Makefile.in: Regenerate.
2885
2886 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2887
2888 * Makefile.def (configure-gcc): Depend on all-libelf.
2889 * Makefile.in: Rebuild.
2890
2891 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2892
2893 * config.sub, config.guess: Update from upstream sources.
2894
2895 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2896
2897 Sync from GCC:
2898
2899 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2900 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2901 * configure: Regenerated.
2902
2903 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2904 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2905 * configure: Regenerate.
2906
2907 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2908 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2909 * configure: Regenerate.
2910
2911 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2912 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2913 separately.
2914 * configure: Regenerate.
2915
2916 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2917 * configure: Regenerate after change to elf.m4.
2918
2919 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2920 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2921 * configure: Regenerated.
2922
2923 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2924 * configure.ac: Print "buggy but acceptable" when CLooG
2925 revision is less than 9.
2926 * configure: Regenerated.
2927
2928 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2929
2930 Merge from gcc:
2931
2932 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2933 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2934 * configure: Regenerate.
2935
2936 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2937 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2938 a platform that supports LTO.
2939 * configure: Regenerate.
2940
2941 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2942 PR lto/42776
2943 * configure.ac (--enable-lto): Refactor handling so libelf tests
2944 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2945 and allow LTO to be explicitly enabled on non-ELF platforms that
2946 are known to support it inside else-clause.
2947 * configure: Regenerate.
2948
2949 2010-04-27 Roland McGrath <roland@redhat.com>
2950 H.J. Lu <hongjiu.lu@intel.com>
2951
2952 * configure.ac (--enable-gold): Support both, both/gold and
2953 both/bfd to add gold to configdirs without removing ld.
2954 * configure: Regenerated.
2955
2956 * Makefile.def: Add install-gold dependency to install-ld.
2957 * Makefile.in: Regenerated.
2958
2959 2010-04-14 Tristan Gingold <gingold@adacore.com>
2960
2961 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2962 * configure: Regenerate.
2963
2964 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2965
2966 Merge from gcc:
2967 PR bootstrap/43615
2968 PR bootstrap/43328
2969 Revert:
2970 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2971 * configure.ac: Do not pass --enable-multilib nor
2972 --disable-multilib in baseargs. Accept explicitly passed
2973 --enable_multilib.
2974 * configure: Regenerate.
2975
2976 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2977
2978 PR bootstrap/43328
2979 * configure.ac: Do not pass --enable-multilib nor
2980 --disable-multilib in baseargs. Accept explicitly passed
2981 --enable_multilib.
2982 * configure: Regenerate.
2983
2984 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2985
2986 * configure.ac (tic6x-*-*): New case.
2987 * configure: Regenerate.
2988
2989 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2990
2991 Merge from gcc:
2992 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2993 PR ada/42554
2994 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2995 * configure: Regenerate.
2996
2997 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2998
2999 * config.sub: Update to version 2010-03-22.
3000 * config.guess: Update to version 2009-12-30.
3001
3002 2010-03-14 Joseph Myers <joseph@codesourcery.com>
3003
3004 Merge from gcc:
3005 2010-01-11 Richard Guenther <rguenther@suse.de>
3006 PR lto/41569
3007 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3008 * Makefile.in: Regenerated.
3009
3010 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3011
3012 PR libstdc++/32499
3013 * configure.ac (RANLIB): Default to true.
3014 (STRIP): Likewise.
3015 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3016 * configure: Regenerate.
3017
3018 2010-02-17 Nick Clifton <nickc@redhat.com>
3019
3020 PR 11238
3021 * Makefile.tpl (local-distclean): Also remove config.cache files in
3022 sub-directories as there may not be Makefiles present in the
3023 sub-directories.
3024 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3025 the config.cache files found by the find command.
3026
3027 * Makefile.in: Regenerate.
3028 * configure.ac: Revert previous delta.
3029 * configure: Regenerate.
3030
3031 2010-02-15 Nick Clifton <nickc@redhat.com>
3032
3033 PR 11238
3034 * configure.ac: Delete config.cache files in sub-directories when
3035 deleting Makefiles.
3036 * configure: Regenerate.
3037
3038 2010-02-15 Nick Clifton <nickc@redhat.com>
3039
3040 * configure.ac: Sync from gcc.
3041 * configure: Regenerate.
3042
3043 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3044
3045 Sync from gcc:
3046 * configure.ac: Add "recommended" version checks for GMP/MPC.
3047 Update recommended GMP/MPFR/MPC versions.
3048 * configure: Regenerate.
3049
3050 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3051
3052 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3053 * configure.ac (bootstrap_target_libs): Make inclusion of
3054 target-libgomp conditional on libgomb being in target_configdirs.
3055 * configure: Regenerate.
3056
3057 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3058
3059 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3060 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3061 * configure: Regenerate.
3062
3063 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3064
3065 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3066 * configure.ac (target_configdirs): Substitute.
3067 * Makefile.def: Bootstrap target module libgomp.
3068 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3069 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3070 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3071 * configure, Makefile.in: Regenerate.
3072
3073 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3074
3075 * libtool.m4: Sync from git Libtool.
3076 * ltmain.sh: Likewise.
3077 * ltoptions.m4: Likewise.
3078 * ltversion.m4: Likewise.
3079 * lt~obsolete.m4: Likewise.
3080
3081 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3082 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3083
3084 PR bootstrap/42424
3085 * configure.ac: Include libtool m4 files.
3086 (_LT_CHECK_OBJDIR): Call it.
3087 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3088 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3089
3090 * configure: Regenerate.
3091
3092 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3093
3094 PR bootstrap/41818
3095 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3096 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3097 * Makefile.in: Regenerate.
3098
3099 2009-12-18 Ben Elliston <bje@au.ibm.com>
3100
3101 * config.sub, config.guess: Update from upstream sources.
3102
3103 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3104
3105 * COPYING.NEWLIB: Update copyright date.
3106 * COPYING.LIBGLOSS: Ditto.
3107
3108 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3109
3110 PR middle-end/30447
3111 PR middle-end/30789
3112 PR other/40302
3113
3114 * configure.ac: Require MPC.
3115 * configure: Regenerate.
3116
3117 * configure.ac: Update minimum MPC version to 0.8.
3118 * configure: Regenerate.
3119
3120 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3121
3122 * config.guess: Sync with upstream and gcc.
3123 * config.sub: Sync with upstream and gcc.
3124
3125 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3126
3127 * Makefile.def: Restore host and target settings for gmp.
3128 * Makefile.in: Rebuild.
3129
3130 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3131
3132 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3133 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3134 Fix portability of test of C++ as bootstrap language. Add
3135 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3136 * configure: Rebuild.
3137 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3138 and cloog. Fix in-tree ppl configuration. Introduce libelf
3139 in-tree building.
3140 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3141 (POSTSTAGE1_HOST_EXPORTS): Use it.
3142 (STAGE[+id+]_CXXFLAGS): New.
3143 (BASE_FLAGS_TO_PASS): Pass it down.
3144 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3145 extra_exports.
3146 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3147 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3148 extra_exports.
3149 * Makefile.in: Rebuild.
3150
3151 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3152
3153 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3154 paths for *-w64-mingw* and x86_64-*mingw*.
3155 * configure: Regenerated.
3156
3157 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3158
3159 * configure.ac: Disable target-winsup & co for
3160 x86_64-*-mingw* and *-w64-mingw* targets.
3161 * configure: Regenerated.
3162
3163 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3164
3165 * configure.ac (CLooG test): Use = with test.
3166 * configure: Regenerate.
3167
3168 2009-10-22 Richard Guenther <rguenther@suse.de>
3169
3170 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3171 cloog if the ppl version check failed. Move flags saving
3172 before setting in libelf check.
3173 * configure: Regenerate.
3174
3175 2009-10-21 Richard Guenther <rguenther@suse.de>
3176
3177 * configure.ac: Adjust the ppl and cloog configure to work as
3178 documented. Disable cloog if ppl was disabled. Omit the version
3179 checks if they were disabled.
3180 * configure: Re-generate.
3181
3182 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3183
3184 * configure.ac: Add 'lto' to enable_languages, not
3185 new_enable_languages, and only if not already present.
3186 * configure: Regenerate.
3187
3188 2009-10-06 Ian Lance Taylor <iant@google.com>
3189
3190 * Makefile.def: check-gold depends upon all-gas.
3191 * Makefile.in: Rebuild.
3192
3193 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3194
3195 * Makefile.def: all-lto-plugin depends on all-libiberty.
3196 set bootstrap=true for lto-plugin.
3197 Add lto-plugin.
3198 * Makefile.in: Regenerate.
3199 * configure.ac (host_libs): Add lto-plugin.
3200 * configure: Regenerate.
3201
3202 2009-10-03 Diego Novillo <dnovillo@google.com>
3203
3204 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3205 (HOST_LIBELFLIBS): Define.
3206 (HOST_LIBELFINC): Define.
3207 * Makefile.in: Regenerate.
3208 * configure.ac: Add --enable-lto.
3209 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3210 If --enable-lto is used, add 'lto' to new_enable_languages.
3211 If --enable-lto is used and gold is enabled, add
3212 lto-plugin to configdirs.
3213 * configure: Regenerate.
3214
3215 2009-10-03 Simon Baldwin <simonb@google.com>
3216
3217 * configure.ac: If --with-system-zlib, suppress local zlib and
3218 pass --with-system-zlib to subdir configure scripts.
3219 * configure: Regenerate.
3220
3221 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3222 Paolo Bonzini <bonzini@gnu.org>
3223
3224 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3225 $(srcdir).
3226 * Makefile.in: Rebuilt.
3227
3228 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3229
3230 Sync from gcc:
3231 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3232
3233 * configure.ac: Update minimum MPC version to 0.7.
3234 * configure: Regenerate.
3235
3236 2009-09-25 Nick Clifton <nickc@redhat.com>
3237
3238 * configure.ac: Pass any --cache-file=/dev/null option on to
3239 subconfigures.
3240 * configure: Regenerate.
3241
3242 2009-09-23 Nick Clifton <nickc@redhat.com>
3243
3244 * config.sub, config.guess: Update from upstream sources.
3245
3246 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3247
3248 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3249 * Makefile.in: Rebuilt.
3250
3251 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3252
3253 PR bootstrap/32272
3254 * configure.ac: Error out if $srcdir isn't '.' but contains
3255 host-${host_noncanonical}.
3256 * configure: Regenerate.
3257
3258 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3259
3260 * configure.ac: If bootstrapping a combined tree with
3261 --enable-gold, require c++ in stage1_languages.
3262 * configure: Regenerate.
3263
3264 * configure.ac: Also add target_libs of stage1_languages to
3265 bootstrap_target_libs.
3266 * configure: Regenerate.
3267
3268 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3269 with --enable-languages not containing c++.
3270 * configure: Regenerate.
3271
3272 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3273
3274 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3275 * configure: Regenerate.
3276
3277 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3278
3279 * configure.ac: Do not use $extrasub for replacing @if/@endif
3280 parts in Makefile; instead, use additional arguments to
3281 AC_CONFIG_COMMANDS to do the replacement manually, with several
3282 sed invocations, to avoid HP-UX sed command limits.
3283 * configure: Regenerate.
3284
3285 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3286
3287 * configure.ac (with-build-config): Document. Handle without.
3288 Handle missing argument.
3289 * configure: Rebuilt.
3290
3291 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3292
3293 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3294 Default to bootstrap-debug only if compare-debug works.
3295 * configure: Rebuilt.
3296 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3297 * Makefile.in: Rebuilt.
3298
3299 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3300
3301 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3302 * Makefile.in: Rebuilt.
3303
3304 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3305
3306 * Makefile.tpl (AWK): Fix typo.
3307 * Makefile.in: Regenerate.
3308
3309 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3310
3311 * configure.ac: Detect awk and sed.
3312 * Makefile.def (flags_to_pass): Add AWK and SED.
3313 * Makefile.tpl (AWK, SED): New.
3314 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3315 * configure: Regenerate.
3316 * Makefile.in: Regenerate.
3317
3318 2009-09-01 Tristan Gingold <gingold@adacore.com>
3319
3320 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3321 Remove logical names.
3322
3323 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3324
3325 * ltmain.sh (func_normal_abspath): New function.
3326 (func_relative_path): Likewise.
3327 (func_mode_help): Document new -bindir option for link mode.
3328 (func_mode_link): Add new -bindir option, and use it to place
3329 output DLL if specified.
3330
3331 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3332
3333 * configure.ac (AC_PREREQ): Bump to 2.64.
3334
3335 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3336
3337 * README-maintainer-mode: Point directly to upstream locations
3338 for autoconf, automake, libtool, gettext, instead of copies on
3339 sources.redhat.com. Document required versions.
3340 * configure.ac: Do not substitute datarootdir, htmldir,
3341 pdfdir, docdir. Do not process --with-datarootdir,
3342 --with-htmldir, --with-pdfdir, --with-docdir.
3343 * configure: Regenerate.
3344
3345 * configure: Regenerate.
3346
3347 * compile: Sync from Automake 1.11.
3348 * depcomp: Likewise.
3349 * install-sh: Likewise.
3350 * missing: Likewise.
3351 * mkinstalldirs: Likewise.
3352 * ylwrap: Likewise.
3353
3354 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3355
3356 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3357 (baseargs): Add --disable-option-checking.
3358 * configure: Regenerate.
3359
3360 * Makefile.def (configure-target-libiberty): Depend on
3361 all-binutils and all-ld.
3362 (configure-target-newlib): Likewise.
3363 * Makefile.in: Regenerate.
3364
3365 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3366
3367 Sync with GCC, merge:
3368
3369 2009-07-31 Christian Bruel <christian.bruel@st.com>
3370
3371 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3372 * configure: Regenerate.
3373
3374 2009-07-06 Ian Lance Taylor <iant@google.com>
3375
3376 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3377 * configure: Rebuild.
3378
3379 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3380
3381 PR bootstrap/40338
3382 * configure.ac (comparestring): Create new variable.
3383 * Makefile.tpl (comparestring): Use to skip some comparisions.
3384 * configure: Regenerate.
3385 * Makefile.in: Regenerate.
3386
3387 2009-06-23 Ian Lance Taylor <iant@google.com>
3388
3389 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3390 boot_languages. Only bootstrap target libraries listed in
3391 target_libs for some boot language. Add --with-stage1-ldflags,
3392 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3393 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3394 if not building with C++.
3395 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3396 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3397 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3398 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3399 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3400 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3401 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3402 * configure, Makefile.in: Rebuild.
3403
3404 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3405
3406 * configure.ac: Detect MPC in default directory.
3407 * configure: Regenerate.
3408
3409 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3410
3411 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3412 to noconfdirs.
3413 * configure: Regenerate.
3414
3415 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3416
3417 * Makefile.def: Add MPC support and dependencies.
3418 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3419
3420 * Makefile.in, configure: Regenerate.
3421
3422 2009-05-24 Nicolas Roche <roche@adacore.com>
3423
3424 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3425 * Makefile.in: Regenerate.
3426
3427 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3428
3429 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3430 * configure: Regenerate.
3431
3432 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3433
3434 * configure.ac ($with_ppl): Default to no if not supplied.
3435 ($with_cloog): Likewise.
3436 configure: Regenerate.
3437
3438 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3439
3440 PR bootstrap/39739
3441 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3442 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3443
3444 * configure, Makefile.in: Regenerate.
3445
3446 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3447
3448 * configure.ac: Change copyright header to refer to version
3449 3 of the GNU General Public License and to point readers at the
3450 COPYING3 file and the FSF's license web page.
3451 * Makefile.def: Likewise.
3452 * Makefile.tpl: Likewise.
3453 * Makefile.in: Regenerate.
3454
3455 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3456
3457 * configure.ac: Restore match for darwin9 or later. Use double
3458 brackets since regeneration eats one pair.
3459 * configure: Regenerate.
3460
3461 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3462
3463 * MAINTAINERS: Perform some obvious fixups.
3464
3465 2009-08-17 Ben Elliston <bje@au.ibm.com>
3466
3467 * config.sub, config.guess: Update from upstream sources.
3468
3469 2009-08-06 Michael Eager <eager@eagercon.com>
3470
3471 * configure.ac: Add Microblaze target.
3472 * configure: Regenerate.
3473
3474 2009-07-02 Tristan Gingold <gingold@adacore.com>
3475
3476 * configure.ac: Do not exclude gas for i386-*-darwin.
3477 Add a case for x86_64-*-darwin.
3478 * configure: Regenerate.
3479
3480 2009-06-26 Doug Evans <dje@sebabeach.org>
3481
3482 * Makefile.def (host_modules): Add cgen.
3483 * Makefile.in: Regenerate.
3484 * configure.ac (host_tools): Add cgen.
3485 * configure: Regenerate.
3486
3487 2009-06-17 Michael Eager <eager@eagercon.com>
3488
3489 * COPYING.LIBGLOSS: Add Xilinx license.
3490
3491 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3492
3493 * configure.ac: Define is_elf for QNX Neutrino targets.
3494 * configure: Regenerate.
3495
3496 2009-06-03 Jerome Guitton <guitton@adacore.com>
3497 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3498
3499 * Makefile.tpl (all): Avoid a trailing backslash.
3500 * Makefile.in: Regenerate.
3501
3502 2009-06-03 Ben Elliston <bje@au.ibm.com>
3503
3504 * config.sub, config.guess: Update from upstream sources.
3505
3506 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3507
3508 * Makefile.tpl ([+compare-target+]): Compare all stage
3509 directories, rather than just gcc.
3510 * Makefile.in: Rebuilt.
3511
3512 2009-05-28 Doug Kwan <dougkwan@google.com>
3513
3514 * configure.ac: Support gold for target arm*-*-*.
3515 * configure: Regenerate.
3516
3517 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3518
3519 * Makefile.tpl (all): Avoid harmless warning in make all when
3520 gcc-bootstrap is enabled but stage_last does not exist.
3521 * Makefile.in: Rebuilt.
3522
3523 2009-05-25 Tristan Gingold <gingold@adacore.com>
3524
3525 * setup.com: Complete the file with configuration and build.
3526
3527 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3528
3529 PR other/40159
3530 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3531 gcc-no-bootstrap are mutually exclusive.
3532 * Makefile.in: Rebuilt.
3533
3534 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3535
3536 PR other/40159
3537 * Makefile.tpl (all): Don't end with unconditional success.
3538 * Makefile.in: Rebuilt.
3539
3540 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3541
3542 PR target/37137
3543 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3544 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3545 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3546 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3547 stage_configureflags, stage_cflags and stage_libcflags into
3548 explicit Makefile macros.
3549 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3550 GFORTRAN.
3551 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3552 CC. Set CC_FOR_BUILD from CC.
3553 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3554 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3555 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3556 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3557 and GFORTRAN.
3558 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3559 (_LIBCFLAGS): Renamed to _TFLAGS.
3560 (do-compare-debug, do-compare3-debug): Drop.
3561 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3562 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3563 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3564 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3565 (XGCC_FLAGS_FOR_TARGET): New.
3566 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3567 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3568 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3569 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3570 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3571 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3572 TFLAGS.
3573 (BUILD_CONFIG): Include if requested.
3574 (all): Set TFLAGS on bootstrap.
3575 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3576 (all-stageid-prefixmodule): Likewise.
3577 (do-clean, distclean-stageid): Set TFLAGS.
3578 (restrap): Fix whitespace.
3579 * Makefile.in: Rebuilt.
3580
3581 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3582
3583 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3584 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3585 * Makefile.in: Regenerate.
3586
3587 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3588
3589 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3590 consistency with config.sub. (Update from upstream sources.)
3591
3592 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3593
3594 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3595
3596 2009-04-17 Ben Elliston <bje@au.ibm.com>
3597
3598 * config.sub, config.guess: Update from upstream sources.
3599
3600 2009-04-15 Anthony Green <green@moxielogic.com>
3601
3602 * configure.ac: Add moxie support.
3603 * configure: Rebuilt.
3604
3605 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3606
3607 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3608 * configure: Regenerate.
3609
3610 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3611
3612 PR gas/10039
3613 * configure.ac: Require texinfo 4.7.
3614 * configure: Regenerated.
3615
3616 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3617
3618 * Makefil.def (languages): New entries.
3619 * Makefile.tpl (check-gcc-*): New generic target.
3620 * Makefile.in: Regenerate.
3621
3622 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3623
3624 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3625 Windows builds of Sed.
3626
3627 2009-03-18 Tom Tromey <tromey@redhat.com>
3628
3629 * configure: Rebuild.
3630 * configure.ac (host_libs): Add libiconv.
3631 * Makefile.in: Rebuild.
3632 * Makefile.def (host_modules): Add libiconv.
3633 (configure-gdb, all-gdb): Depend on libiconv.
3634
3635 2009-03-16 Tristan Gingold <gingold@adacore.com>
3636
3637 * configure.ac: Treat gdb as supported on x86_64-darwin.
3638 * configure: Regenerate.
3639
3640 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3641
3642 Merge from GCC:
3643
3644 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3645
3646 * configure.ac (--with-host-libstdcxx): New option.
3647 * configure: Regenerate.
3648
3649 2009-01-29 Robert Millan <rmh@aybabtu.com>
3650
3651 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3652 * configure: Regenerate.
3653
3654 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3655
3656 PR tree-optimization/38515
3657 * configure.ac (cloog-polylib): Removed.
3658 (with_ppl, with_cloog): Test for "no".
3659 * configure: Regenerated.
3660
3661 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3662
3663 Backport from git Libtool:
3664
3665 2009-01-19 Robert Millan <rmh@aybabtu.com>
3666 Support GNU/kOpenSolaris.
3667 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3668 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3669 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3670 GNU/kOpenSolaris.
3671
3672 2009-02-05 Andreas Schwab <schwab@suse.de>
3673
3674 * Makefile.tpl (stage_last): Define $r and $s before using
3675 $(RECURSE_FLAGS_TO_PASS).
3676 * Makefile.in: Regenerate
3677
3678 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3679
3680 * COPYING.NEWLIB: Add ARM license.
3681
3682 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3683
3684 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3685 (all-opcodes): Depend on all-libiberty.
3686 * Makefile.in: Regenerate.
3687
3688 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3689
3690 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3691 * configure: Regenerate.
3692
3693 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3694
3695 Backport link test fix from upstream Libtool:
3696
3697 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3698 Add cache variables to tests that require the linker to work.
3699 For shlibpath_overrides_runpath, this also changes the semantics
3700 to let the result from the C compiler take precedence.
3701 compiler take precedence.
3702
3703 2008-12-02 Ben Elliston <bje@au.ibm.com>
3704
3705 * config.sub, config.guess: Update from upstream sources.
3706
3707 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3708
3709 * COPYING.NEWLIB: Updated.
3710 * COPYING.LIBGLOSS: Ditto.
3711
3712 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3713
3714 Sync with GCC:
3715
3716 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3717
3718 * configure.ac (ppllibs): Add by default the lib flags.
3719 * configure: Regenerate.
3720
3721 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3722
3723 * configure.ac: Add double brackets on darwin[912].
3724 * configure: Regenerate.
3725
3726 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3727
3728 * configure.ac: Expand to darwin10 and later.
3729 * configure: Regenerate.
3730
3731 2008-12-02 Andreas Schwab <schwab@suse.de>
3732
3733 * Makefile.def: configure-target-boehm-gc depends on
3734 all-target-libstdc++-v3.
3735 * Makefile.in: Regenerate.
3736
3737 2008-12-02 Ben Elliston <bje@au.ibm.com>
3738
3739 * config.sub, config.guess: Update from upstream sources.
3740
3741 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3742
3743 Merge from GCC:
3744
3745 2007-12-02 Matthias Klose <doko@ubuntu.com>
3746
3747 * config-ml.in: Remove 64bit configure tests.
3748
3749 2008-05-14 Rafael Espindola <espindola@google.com>
3750
3751 * config-ml.in: don't handle --enable-shared and --enable-static.
3752
3753 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3754 Tobias Grosser <grosser@fim.uni-passau.de>
3755 Jan Sjodin <jan.sjodin@amd.com>
3756 Harsha Jagasia <harsha.jagasia@amd.com>
3757 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3758 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3759 Adrien Eliche <aeliche@isty.uvsq.fr>
3760
3761 Merge from graphite branch.
3762 * configure: Regenerate.
3763 * Makefile.in: Regenerate.
3764 * configure.ac (host_libs): Add ppl and cloog.
3765 Add checks for PPL and CLooG.
3766 * Makefile.def (ppl, cloog): Added modules and dependences.
3767 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3768 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3769
3770 2008-09-03 Richard Guenther <rguenther@suse.de>
3771
3772 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3773 cloog test.
3774 * configure: Re-generate.
3775
3776 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3777
3778 * configure.ac (--with-cloog-polylib): New.
3779 (--disable-cloog-version-check): New.
3780 (--disable-ppl-version-check): New.
3781 * configure: Re-generate.
3782
3783 2008-09-05 Richard Guenther <rguenther@suse.de>
3784
3785 * configure.ac: Initialize clooglibs to -lcloog.
3786 * configure: Re-generate.
3787
3788 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3789
3790 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3791 recommended version to 2.3.2.
3792
3793 * configure: Regenerate.
3794
3795 2008-10-31 Ben Elliston <bje@au.ibm.com>
3796
3797 * configure.ac (spu-*-*): Remove special case.
3798 * configure: Regenerate.
3799
3800 Complete comment text from GCC version of:
3801
3802 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3803
3804 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3805 (GCC_SHLIB_SUBDIR): New.
3806 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3807 * configure: Regenerate.
3808 * Makefile.in: Regenerate.
3809
3810 2008-11-27 Tristan Gingold <gingold@adacore.com>
3811
3812 * configure.ac: Build gdb for i?86-*-darwin*
3813 * configure: Regenerated.
3814
3815 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3816
3817 PR bootstrap/38014
3818 PR bootstrap/37923
3819
3820 Revert:
3821
3822 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3825 * Makefile.in: Regenerated.
3826
3827 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3828
3829 PR gdb/921
3830 PR gdb/1646
3831 PR gdb/2175
3832 PR gdb/2176
3833
3834 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3835 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3836 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3837 (HOST_EXPORTS): Pass CPPFLAGS.
3838 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3839 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3840 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3841 * Makefile.in, configure: Regenerated.
3842 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3843 and CPPFLAGS_FOR_BUILD.
3844
3845 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3846
3847 * configure.ac [spu-*-*]: Do not set skipdirs.
3848 * configure: Re-generate.
3849
3850 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3851
3852 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3853 * Makefile.in: Regenerated.
3854
3855 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3856
3857 PR gdb/921
3858 PR gdb/1646
3859 PR gdb/2175
3860 PR gdb/2176
3861
3862 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3863 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3864 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3865 (HOST_EXPORTS): Pass CPPFLAGS.
3866 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3867 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3868 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3869 * Makefile.in, configure: Regenerated.
3870 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3871 and CPPFLAGS_FOR_BUILD.
3872
3873 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3874
3875 * libtool.m4: Update to libtool 2.2.6.
3876 * lt~obsolete.m4: Update to libtool 2.2.6.
3877 * ltmain.sh: Update to libtool 2.2.6.
3878 * ltsugar.m4: Update to libtool 2.2.6.
3879 * ltversion.m4: Update to libtool 2.2.6.
3880 * ltoptions.m4: Update to libtool 2.2.6.
3881 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3882
3883 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3884
3885 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3886 (GCC_SHLIB_SUBDIR): New.
3887 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3888 * configure: Regenerate.
3889 * Makefile.in: Regenerate.
3890
3891 2008-08-28 Tristan Gingold <gingold@adacore.com>
3892
3893 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3894 Enable bfd, binutils and opcodes.
3895 * configure: Regenerate.
3896
3897 2008-08-16 Nicolas Roche <roche@adacore.com>
3898
3899 * Makefile.tpl: Add BOOT_ADAFLAGS.
3900 * Makefile.in: Regenerate.
3901
3902 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3903
3904 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3905 * configure: Regenerate.
3906
3907 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3908
3909 Sync with gcc:
3910 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3911
3912 * configure.ac: Add makefile fragments for hpux.
3913 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3914 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3915 * configure: Regenerate.
3916 * Makefile.in: Regenerate.
3917
3918 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3919
3920 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3921 * Makefile.in: Regenerate.
3922 * configure: Regenerate.
3923
3924 2008-06-18 Ian Lance Taylor <iant@google.com>
3925
3926 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3927
3928 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3929
3930 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3931
3932 * configure: Regenerate.
3933
3934 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3935
3936 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3937 "$@" is still intact with both Autoconf 2.59 and 2.62.
3938 * configure: Regenerate.
3939
3940 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3941
3942 * Makefile.tpl: Fix comment errors.
3943 * Makefile.in: Regenerate.
3944
3945 2008-06-13 Julian Brown <julian@codesourcery.com>
3946
3947 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3948 of libobjc for ARM EABI Linux.
3949 * configure: Regenerate.
3950
3951 2008-06-12 David S. Miller <davem@davemloft.net>
3952 David Edelsohn <edelsohn@gnu.org>
3953
3954 * configure.ac: Add powerpc*-*-* to gold supported targets.
3955 * configure: Regenerate.
3956
3957 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3958
3959 PR tree-optimization/36218
3960 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3961 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3962 (all prefix="build-"): Pass them to build-system sub-makes.
3963 * Makefile.in: Regenerate.
3964
3965 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3966
3967 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3968 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3969 mkdep, and compile. Update comments.
3970 (ETC_SUPPORT): Add ChangeLog and update comments.
3971
3972 2008-05-11 Ian Lance Taylor <iant@google.com>
3973
3974 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3975
3976 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3977
3978 Sync with gcc:
3979 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3980
3981 PR bootstrap/35457
3982 * configure.ac: Include override.m4.
3983 * configure: Regenerate.
3984
3985 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3986
3987 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3988 * Makefile.in: Regenerate.
3989
3990 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3991
3992 * configure.ac: Do not build libssp for the AVR.
3993 * configure: Regenerate.
3994
3995 2008-04-18 Nick Clifton <nickc@redhat.com>
3996
3997 * MAINTAINERS: Replace reference to configure.in with reference to
3998 configure.ac.
3999
4000 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4001
4002 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4003 as nonconfigurable directories list.
4004 * configure: Regenerate.
4005
4006 2008-04-14 David S. Miller <davem@davemloft.net>
4007
4008 * configure.ac: Add sparc*-*-* to gold supported targets.
4009 * configure: Regenerate.
4010
4011 2008-04-14 Ben Elliston <bje@au.ibm.com>
4012
4013 * config.sub, config.guess: Update from upstream sources.
4014
4015 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4016
4017 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4018 * Makefile.in: Regenerate.
4019
4020 2008-04-07 Ian Lance Taylor <iant@google.com>
4021
4022 * Makefile.def: check-gold depends upon all-binutils.
4023 * Makefile.in: Regenerate.
4024
4025 2008-04-04 Nick Clifton <nickc@redhat.com>
4026
4027 PR binutils/4334
4028 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4029 builds.
4030 * configure: Regenerate.
4031
4032 2008-04-04 NightStrike <NightStrike@gmail.com>
4033
4034 PR other/35151
4035 * configure.ac: Combine rules for mingw32 and mingw64.
4036 * configure: Regenerate.
4037
4038 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4039
4040 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4041 * Makefile.in: Regenerate.
4042
4043 2008-03-20 Ian Lance Taylor <iant@google.com>
4044
4045 * configure.ac: Add support for --enable-gold.
4046 * Makefile.def: Add gold as a directory like ld.
4047 * configure, Makefile.in: Regenerate.
4048
4049 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4050
4051 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4052 (s390_cond_extensions): Reduced extensions to the compare related.
4053 (main): z10 cpu type option added.
4054 (expandConditionalJump): Renamed to ...
4055 (insertExpandedMnemonic): ... this.
4056
4057 * opcodes/s390-opc.c: Re-group the operand format makros.
4058 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4059 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4060 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4061 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4062 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4063 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4064 INSTR_SIL_RDU): New instruction formats added.
4065 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4066 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4067 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4068 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4069 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4070 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4071 masks added.
4072 (s390_opformats): New formats added "ris", "rrs", "sil".
4073 * opcodes/s390-opc.txt: Add the conditional jumps with the
4074 extensions removed from automatic expansion in s390-mkopc.c manually.
4075 (asi - trtre): Add new System z10 EC instructions.
4076 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4077
4078 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4079
4080 * configure.ac: m4_include config/proginstall.m4.
4081 * configure: Regenerate.
4082
4083 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4084
4085 Backport from upstream Libtool:
4086
4087 2007-10-12 Eric Blake <ebb9@byu.net>
4088
4089 Deal with Autoconf 2.62's semantic change in m4_append.
4090 * ltsugar.m4 (lt_append): Replace broken versions of
4091 m4_append.
4092 (lt_if_append_uniq): Don't require separator to be overquoted,
4093 and avoid broken m4_append.
4094 (lt_dict_add): Fix typo.
4095 * libtool.m4 (_LT_DECL): Don't overquote separator.
4096
4097 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4098
4099 * config.rpath: Add AIX 6 support.
4100
4101 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4102
4103 * Makefile.def (stageprofile). Remove -fprofile-generate
4104 from stage_libcflags.
4105 * Makefile.in: Regenerate.
4106
4107 2008-03-13 Ben Elliston <bje@au.ibm.com>
4108
4109 * config.sub, config.guess: Update from upstream sources.
4110
4111 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4112
4113 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4114 * s390-opc.txt (cmpsc): Duplicate entry removed.
4115 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4116 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4117 fier, cu42, cu41): Fix operand format.
4118
4119 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4120
4121 PR bootstrap/32009
4122 PR bootstrap/32161
4123
4124 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4125 * configure: Regenerate.
4126
4127 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4128 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4129 STAGE4_LIBCFLAGS): New.
4130 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4131 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4132 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4133 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4134 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4135 for target modules. Don't export LIBCFLAGS.
4136 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4137 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4138 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4139 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4140 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4141 * Makefile.in: Regenerate.
4142
4143 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4144
4145 PR libgcj/33085
4146 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4147 Do not use -DDLL_EXPORT. Backport from upstream.
4148
4149 2008-02-14 Nick Clifton <nickc@redhat.com>
4150
4151 Import this patch from gcc:
4152 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4153
4154 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4155
4156 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4157
4158 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4159 * configure: Regenerate.
4160
4161 2008-01-31 Marc Gauthier <marc@tensilica.com>
4162
4163 * configure.ac (xtensa*-*-*): Recognize processor variants.
4164 * configure: Regenerate.
4165
4166 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4167
4168 PR bootstrap/34922
4169 * configure.ac (PARSE_ARGS): Push suitable setting of
4170 ac_subdirs_all, for `./configure --help=recursive'.
4171 Handle `+' in generic toplevel directory disabling.
4172 * configure: Regenerate.
4173
4174 2008-01-23 Ben Elliston <bje@au.ibm.com>
4175
4176 * config.sub, config.guess: Update from upstream sources.
4177
4178 2008-01-08 Ben Elliston <bje@au.ibm.com>
4179
4180 * config.sub, config.guess: Update from upstream sources.
4181
4182 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4183
4184 * COPYING.LIBGLOSS: Update default copyright.
4185
4186 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4187
4188 * COPYING.NEWLIB: Update default copyright.
4189
4190 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4191
4192 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4193 Change recommended MPFR from 2.2.1 > 2.3.0.
4194 * configure: Regenerate.
4195
4196 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4197
4198 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4199 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4200 * Makefile.in: Regenerate.
4201
4202 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4203
4204 * configure.ac: Enable libjava for x86_64-*-darwin9.
4205 * configure: Regenerate.
4206
4207 2007-12-05 Ben Elliston <bje@au.ibm.com>
4208
4209 * config.sub, config.guess: Update from upstream sources.
4210
4211 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4212
4213 * config-ml.in: Robustify against white space in absolute file
4214 names.
4215
4216 * config-ml.in (multi-clean): Substitute ${Makefile}.
4217 Remove superfluous ${Makefile} in list.
4218
4219 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * Makefile.def (dependencies): Make configure-gdb depend on
4222 all-intl.
4223 * Makefile.in: Regenerated.
4224
4225 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4226
4227 * Makefile.def: To avoid problems running with parallel makes,
4228 build newlib before libgloss so that target specific header
4229 files are availble.
4230 * Makefile.in: Regenerate.
4231
4232 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4233
4234 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4235 * Makefile.in: Regenerate.
4236
4237 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4238
4239 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4240 * libdecnumber: New directory, imported from GCC.
4241
4242 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4243
4244 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4245 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4246 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4247 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4248 * configure: Regenerate.
4249
4250 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4251
4252 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4253 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4254 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4255 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4256 * configure.ac: Default them to host tools for $host = $build.
4257 Subst them.
4258
4259 * configure: Regenerate.
4260 * Makefile.in: Regenerate.
4261
4262 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4263
4264 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4265 * configure: Regenerate.
4266
4267 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4268
4269 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4270 libstdc++.
4271 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4272 * configure: Regenerate.
4273 * Makefile.in: Regenerate.
4274
4275 2007-09-17 Andreas Schwab <schwab@suse.de>
4276
4277 * configure.ac: Raise minimum makeinfo version to 4.6.
4278 * configure: Regenerate.
4279
4280 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4281
4282 * configure.ac: Correct makeinfo version check.
4283 * configure: Regenerate.
4284
4285 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4286
4287 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4288 to $skipdirs and only disable gprof for newlib. Use the normal
4289 mips*-elf* handling in other respects.
4290 * configure: Regnerate.
4291
4292 2007-09-12 David Daney <ddaney@avtrex.com>
4293
4294 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4295 enabling libgcj.
4296 * configure: Regenerate.
4297
4298 2007-09-12 Richard Guenther <rguenther@suse.de>
4299
4300 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4301 nor --disable-checking is provided also turn on yes and types
4302 checking for stage1.
4303 * configure: Re-generate.
4304
4305 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4306
4307 PR target/33281
4308 * configure.ac: Use config/mh-mingw on mingw.
4309 * configure: Regenerate.
4310
4311 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4312
4313 PR other/32154
4314 * configure.ac: For libgloss targets, point the linker to the linker
4315 script, startup code and simulator library.
4316 * configure: Regenerate.
4317
4318 2007-09-09 Andrew Haley <aph@redhat.com>
4319
4320 * configure.ac (noconfigdirs): Remove target-libffi and
4321 target-libjava.
4322
4323 2007-08-29 Nick Clifton <nickc@redhat.com>
4324
4325 * config.sub, config.guess: Update from upstream sources.
4326
4327 2007-08-21 Richard Guenther <rguenther@suse.de>
4328
4329 * configure.ac: Add types checking to stage1 checking flags.
4330 * configure: Regenerate.
4331
4332 2007-08-18 Paul Brook <paul@codesourcery.com>
4333 Joseph Myers <joseph@codesourcery.com>
4334
4335 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4336 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4337 * Makefile.in: Regenerate.
4338 * configure.ac (--with-debug-prefix-map): New.
4339 * configure: Regenerate.
4340
4341 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4342 Nigel Stephens <nigel@mips.com>
4343
4344 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4345 as target_makefile_frag.
4346 * configure: Regenerate.
4347
4348 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4349
4350 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4351 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4352 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4353 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4354 (do-compare, do-compare3, do-compare-debug): New.
4355 ([+compare-target+]): Use them.
4356
4357 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4358
4359 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4360 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4361 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4362 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4363 (do-compare, do-compare3, do-compare-debug): New.
4364 ([+compare-target+]): Use them.
4365
4366 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4367 Ben Elliston <bje@au.ibm.com>
4368
4369 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4370 --silent if $silent.
4371 * configure: Regenerate.
4372
4373 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4374
4375 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4376
4377 2007-07-17 Nick Clifton <nickc@redhat.com>
4378
4379 * COPYING3: New file. Contains version 3 of the GNU General
4380 Public License.
4381 * COPYING3.LIB: New file. Contains version 3 of the GNU
4382 Lesser General Public License.
4383
4384 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4385
4386 * configure.ac: Fix my previous change to really match GCC.
4387 * configure: Regenerate.
4388
4389 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4390
4391 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4392 * configure: Regenerate.
4393
4394 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4395
4396 * configure.ac: Add some missing m4 quotation.
4397 * configure: Regenerate.
4398
4399 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4400
4401 * Makefile.def: Add windmc tool to build.
4402 * Makefile.tpl: Likewise.
4403 * configure.ac: Likewise.
4404 * Makefile.in: Regenerate.
4405 * configure: Regenerate.
4406
4407 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4408
4409 * lt~obsolete.m4: New. Import from 20070318 libtool.
4410
4411 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4412
4413 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4414 uclinux and linux-uclibc targets.
4415 * configure: Regenerate.
4416
4417 2007-06-28 DJ Delorie <dj@redhat.com>
4418
4419 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4420 not building newlib.
4421 * configure: Regenerated.
4422
4423 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4424
4425 * src-release (DEVO_SUPPORT): Correct typos.
4426
4427 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4428
4429 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4430 * Makefile.in: Regenerated.
4431
4432 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4433
4434 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4435 (distclean-stage[+id+]): Possibly delete stage_last.
4436 * Makefile.in: Regenerate.
4437
4438 2007-06-07 Ben Elliston <bje@au.ibm.com>
4439
4440 * config.sub, config.guess: Update from upstream sources.
4441
4442 2007-06-07 Ben Elliston <bje@au.ibm.com>
4443
4444 * Makefile.tpl: Fix spelling error.
4445 * Makefile.in: Regenerate.
4446
4447 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4448
4449 Sync with gcc:
4450 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4451
4452 PR bootstrap/29382
4453 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4454 * configure: Rebuilt.
4455
4456 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4457
4458 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4459 lt_cv_sys_max_cmd_len.
4460
4461 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4462
4463 * ltgcc.m4: Update from GCC.
4464
4465 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4466
4467 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4468
4469 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4470
4471 * ltmain.sh: Update from GCC.
4472 * libtool.m4: Update from GCC.
4473 * ltsugar.m4: New. Update from GCC.
4474 * ltversion.m4: New. Update from GCC.
4475 * ltoptions.m4: New. Update from GCC.
4476 * ltconfig: Remove.
4477 * ltcf-c.sh: Remove.
4478 * ltcf-cxx.sh: Remove.
4479 * ltcf-gcj.sh: Remove.
4480 * src-release: Update with new libtool file list.
4481
4482 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4483
4484 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4485 stage_cflags.
4486 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4487 Remove CFLAGS/LIBCFLAGS.
4488 (configure-stage[+id+]-[+prefix+][+module+],
4489 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4490 * Makefile.in: Regenerate.
4491
4492 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4493
4494 * config-ml.in: Update from GCC.
4495
4496 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4497
4498 * src-release (do-proto-toplev): Process the support directories before
4499 the tool directory.
4500
4501 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4502
4503 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4504 of glob. Quote arguments with single quotes too.
4505 * configure: Regenerate.
4506
4507 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4508
4509 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4510 * Makefile.in: Regenerate
4511
4512 2007-03-07 Andreas Schwab <schwab@suse.de>
4513
4514 * configure: Regenerate.
4515
4516 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4517
4518 * configure.ac: Add "--with-pdfdir" configure option,
4519 which defines pdfdir variable.
4520 * Makefile.def (target=fixincludes): Add install-pdf to
4521 missing targets.
4522 (recursive_targets): Add install-pdf target.
4523 (flags_to_pass): Add pdfdir.
4524 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4525 target.
4526 * configure: Regenerate
4527 * Makefile.in: Regenerate
4528
4529 2007-02-28 Eric Christopher <echristo@apple.com>
4530
4531 Revert:
4532 2006-12-07 Mike Stump <mrs@apple.com>
4533
4534 * Makefile.def (dependencies): Add dependency for
4535 install-target-libssp and install-target-libgomp on
4536 install-gcc.
4537 * Makefile.in: Regenerate.
4538
4539 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4540
4541 * configure: Regenerate.
4542 * configure.ac: Move statements after variable declarations.
4543
4544 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4545
4546 * configure.ac: Adjust for loop syntax.
4547 * configure: Regenerate.
4548
4549 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4550
4551 * configure: Rebuilt.
4552
4553 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4554
4555 * configure.ac: Drop multiple occurrences of --enable-languages,
4556 and fix its quoting.
4557 * configure: Rebuilt.
4558
4559 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4560 Nathan Sidwell <nathan@codesourcery.com>
4561 Vladimir Prus <vladimir@codesourcery.com
4562 Joseph Myers <joseph@codesourcery.com>
4563
4564 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4565 * configure: Regenerate.
4566
4567 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4568
4569 * configure.ac (target_libraries): Move libgcc before libiberty.
4570 * configure: Regenerated.
4571
4572 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4573
4574 * configure: Regenerate again?
4575
4576 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4577
4578 * configure: Reapply PR30748 fix which was lost in the previous commit.
4579
4580 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4581 Paolo Bonzini <bonzini@gnu.org>
4582
4583 PR bootstrap/30753
4584 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4585 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4586 * configure: Regenerated.
4587
4588 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4589
4590 * configure: Regenerate.
4591
4592 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4593
4594 PR bootstrap/30748
4595 * configure.ac: Correct syntax for Solaris ksh.
4596 * configure: Regenerated.
4597
4598 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4599
4600 * Makefile.def: Sync with GCC.
4601 * Makefile.tpl: Sync with GCC.
4602 * Makefile.in: Regenerate.
4603 * configure: Regenerate.
4604
4605 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4606
4607 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4608 noncanonical equivalents.
4609 * configure.in: Rename to...
4610 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4611 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4612 target_noncanonical. Use them. Rewrite removal of configure
4613 arguments for autoconf 2.59. Discard variable settings. Force
4614 program_transform_name for native tools.
4615
4616 * Makefile.in: Regenerated.
4617 * configure: Regenerated with autoconf 2.59.
4618
4619 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4620
4621 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4622
4623 * COPYING.LIBGLOSS: Reformat default Red Hat
4624 license to fit within 80 columns.
4625 * COPYING.NEWLIB: Ditto.
4626
4627 2007-02-05 Dave Brolley <brolley@redhat.com>
4628
4629 * Contribute the following changes:
4630 2006-11-28 DJ Delorie <dj@redhat.com>
4631
4632 * configure.in: Fix typo for mep's target_makefile_frag.
4633 * configure: Regenerated.
4634
4635 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4636
4637 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4638 * configure: Regenerate.
4639
4640 2001-09-19 DJ Delorie <dj@redhat.com>
4641
4642 * configure.in (target_makefile_frag): use mt-mep
4643
4644 2001-06-12 Don Howard <dhoward@redhat.com>
4645
4646 * configure.in: Remove gdb from MeP skip list.
4647
4648 2001-04-05 DJ Delorie <dj@redhat.com>
4649
4650 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4651
4652 2001-03-20 Ben Elliston <bje@redhat.com>
4653
4654 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4655
4656 2001-03-19 Ben Elliston <bje@redhat.com>
4657
4658 * config.sub (mep, mep-*): Add.
4659
4660 2007-01-31 Andreas Schwab <schwab@suse.de>
4661
4662 * Makefile.tpl (LDFLAGS): Substitute it.
4663 * Makefile.in: Regenerate.
4664
4665 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4666
4667 * configure.in: Change == to = in test command.
4668 * configure: Regenerate.
4669
4670 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4671 Nick Clifton <nickc@redhat.com>
4672 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4673
4674 * configure.in (build_configargs, host_configargs, target_configargs):
4675 Remove build/host/target parameters.
4676 (host_libs): Add gmp and mpfr.
4677 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4678 * Makefile.def (gmp, mpfr): New.
4679 (gcc): Remove target.
4680 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4681 target_os, target_vendor): New.
4682 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4683 * configure: Regenerate.
4684 * Makefile.in: Regenerate.
4685
4686 2007-01-11 Matt Fago <fago@earthlink.net>
4687
4688 * configure.in: Try to link to functions only in mpfr 2.2.x
4689 to improve robustness of configure tests.
4690 * configure: Regenerate.
4691
4692 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4693
4694 * configure.in: Add support for an x86_64-mingw* target.
4695 * configure: Regenerate.
4696
4697 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4698
4699 * Makefile.tpl (all-target): Correct @if conditional for target
4700 modules.
4701 * configure.in: Omit libiberty if building only target libgcc.
4702 * configure, Makefile.in: Regenerated.
4703
4704 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4705
4706 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4707 * configure: Regenerate.
4708
4709 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4710
4711 * Makefile.def (target_modules): Add libgcc.
4712 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4713 * Makefile.tpl (clean-target-libgcc): Delete.
4714 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4715 on gcc even for bootstrapped modules. Rewrite handling of
4716 lang_env_dependencies to loop over target_modules.
4717 * configure.in (target_libraries): Add target-libgcc.
4718 * Makefile.in, configure: Regenerated.
4719
4720 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4721
4722 Sync with gcc:
4723 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4724
4725 * configure.in: Reorganize recognition of languages. Add
4726 --enable-stage1-languages. Show supported languages for the chosen
4727 target rather than all recognized languages.
4728 * configure: Regenerate.
4729
4730 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4731
4732 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4733 * Makefile.in: Regenerate.
4734
4735 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4736
4737 * configure.in: Warn that MPFR 2.2.0 is buggy.
4738 * configure: Regenerate.
4739
4740 2006-12-27 Ian Lance Taylor <iant@google.com>
4741
4742 * configure.in: When removing Makefiles to force a reconfigure, also
4743 remove prev-DIR*/Makefile.
4744 * configure: Regenerate.
4745
4746 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4747
4748 * config.bfd: Recognize fido.
4749
4750 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4751
4752 Sync with gcc:
4753
4754 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4755
4756 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4757 it only affects bootstrap and could be tested on "$host" as well.
4758 * configure: Regenerate.
4759 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4760
4761 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4762
4763 PR bootstrap/29544
4764 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4765 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4766 move here comment from Makefile.tpl.
4767 * Makefile.tpl: Move some definitions higher in the file.
4768 (STAGE1_CHECKING): New.
4769 * configure.in: Add --enable-stage1-checking.
4770 * configure: Regenerate.
4771 * Makefile.in: Regenerate.
4772
4773 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4774
4775 * configure.in: Update error message for missing GMP/MPFR.
4776
4777 * configure: Regenerate.
4778
4779 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4780
4781 * configure.in: Update MPFR version in error message.
4782
4783 * configure: Regenerate.
4784
4785 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4786
4787 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4788 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4789 --with-gmp-lib): New flags.
4790
4791 * configure: Regenerate.
4792
4793 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4794
4795 PR bootstrap/30134
4796 * configure.in: Correct x86 darwin support for libjava to powerpc
4797 and i?86 only.
4798 * configure: Regenerate.
4799
4800 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4801
4802 * configure.in: Handle spu makefile frag.
4803 * Makefile.tpl (MAINT): Define
4804 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4805 * configure: Regenerate.
4806 * Makefile.in: Regenerate.
4807
4808 2006-12-11 Ben Elliston <bje@au.ibm.com>
4809
4810 * config.sub, config.guess: Update from upstream sources.
4811
4812 2006-12-11 Ben Elliston <bje@au.ibm.com>
4813
4814 * configure.in: Sync with GCC (spu-*-*).
4815 * configure: Sync with GCC.
4816
4817 2006-12-07 Mike Stump <mrs@apple.com>
4818
4819 * Makefile.def (dependencies): Add dependency for
4820 install-target-libssp and install-target-libgomp on
4821 install-gcc.
4822 * Makefile.in: Regenerate.
4823
4824 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4825
4826 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4827 (unstage): Test for stage_last presence.
4828
4829 PR bootstrap/29802
4830 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4831 * Makefile.in: Regenerate.
4832
4833 2006-11-14 DJ Delorie <dj@redhat.com>
4834
4835 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4836 * Makefile.in: Sync with GCC.
4837 * configure.in: Sync with GCC (mpfr, gmp).
4838 * configure: Sync with GCC.
4839
4840 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4841
4842 * configure.in: Remove target-libgloss from noconfigdirs for
4843 bfin-*-*.
4844 * configure: Regenerated.
4845
4846 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4847
4848 * COPYING.NEWLIB: Add spu license.
4849 * COPYING.LIBGLOSS: Ditto.
4850
4851 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4852
4853 * Makefile.def: Added pdf target handling.
4854 * Makefile.tpl: Added pdf target handling.
4855 * Makefile.in: Regenerated.
4856
4857 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4858
4859 * COPYING.NEWLIB: Updated.
4860 * COPYING.LIBGLOSS: Ditto.
4861
4862 2006-09-27 Dave Brolley <brolley@redhat.com>
4863
4864 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4865 $s instead of $r.
4866 * configure: Regenerated.
4867
4868 2006-09-26 Ben Elliston <bje@au.ibm.com>
4869
4870 * config.sub, config.guess: Update from upstream sources.
4871
4872 2006-09-20 Thiemo Seufer <ths@mips.com>
4873
4874 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4875 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4876 * configure: Regenerate.
4877
4878 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4879
4880 * configure.in: Never build newlib for a Mingw host.
4881 Never build newlib as Mingw target library.
4882 Test the existence of winsup/cygwin for building a Cygwin newlib,
4883 rather than just winsup.
4884 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4885 building a Mingw target.
4886 * configure: Regenerate.
4887
4888 2006-08-15 Thiemo Seufer <ths@mips.com>
4889 Nigel Stephens <nigel@mips.com>
4890 David Ung <davidu@mips.com>
4891
4892 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4893
4894 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4895
4896 Sync from GCC:
4897 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4898
4899 PR bootstrap/18058
4900 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4901 if the bootstrap compiler is a GCC version that supports it.
4902 * configure: Regenerate.
4903
4904 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4905
4906 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4907 * configure: Regenerated.
4908
4909 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4910
4911 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4912 for stages after the first.
4913
4914 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4915
4916 * Makefile.def: Add dependencies for configure-opcodes
4917 on configure-intl and all-opcodes on all-intl.
4918 * Makefile.in: Regenerated.
4919
4920 2006-07-04 Peter O'Gorman <peter@pogma.com>
4921
4922 * ltconfig: chmod 644 before ranlib during install.
4923
4924 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4925
4926 * configure.in: Fix thinkos in previous check-in.
4927 * configure: Regenerate.
4928
4929 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4930
4931 Sync from gcc:
4932
4933 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4934
4935 PR other/27063
4936 * configure.in: Test subdir_requires and give an appropriate
4937 error message.
4938 * configure: Regenerate.
4939
4940 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4941
4942 PR target/27540
4943 * configure.in: Only enable libgomp on IRIX 6.
4944 * configure: Regenerate.
4945
4946 2006-06-20 David Ayers <d.ayers@inode.at>
4947
4948 PR bootstrap/28072
4949 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4950 whether target-libjava is being configured instead of whether the
4951 java front end is enabled.
4952 * configure: Regenerate.
4953
4954 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4955
4956 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4957 to R_ARM_LDC_SB_G{0,1,2} respectively.
4958
4959 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4960
4961 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4962 too.
4963 * Makefile.in: Regenerate.
4964
4965 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4966
4967 Sync from gcc:
4968
4969 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4970 * configure.in: Don't enable libgomp on hpux10.
4971 * configure: Rebuilt.
4972
4973 2006-06-13 David Ayers <d.ayers@inode.at>
4974
4975 Sync from gcc:
4976
4977 2006-06-12 David Ayers <d.ayers@inode.at>
4978
4979 PR bootstrap/27963
4980 PR target/19970
4981 * configure.in: Remove target-boehm-gc from noconfigdirs where
4982 ${libgcj} is specified.
4983 * configure: Regenerate.
4984
4985 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4986
4987 Sync from gcc:
4988
4989 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4990 Andreas Schwab <schwab@suse.de>
4991
4992 PR bootstrap/18033
4993 * config-ml.in: Eval option if surrounded by single quotes.
4994
4995 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4996
4997 Sync from gcc:
4998
4999 2006-06-06 David Ayers <d.ayers@inode.at>
5000
5001 PR libobjc/13946
5002 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5003 * Makefile.in: Regenerate.
5004 * configure.in: Add --enable-objc-gc at toplevel and have it
5005 enable boehm-gc for Objective-C.
5006 Remove target-boehm-gc from libgcj.
5007 Add target-boehm-gc to target_libraries.
5008 Add target-boehm-gc to noconfigdirs where ${libgcj}
5009 is specified.
5010 Assert that boehm-gc is supported when requested for Objective-C.
5011 Only build boehm-gc if needed either for Java or Objective-C.
5012 * configure: Regenerate.
5013
5014 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5015
5016 PR 27674
5017 * Makefile.tpl (configure-[+prefix+][+module+],
5018 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5019 Remove rule to unstage bootstrapped modules.
5020 (stage_current): New.
5021 * Makefile.in: Regenerate.
5022
5023 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5024 Andreas Tobler <a.tobler@schweiz.ch>
5025
5026 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5027 * configure: Rebuilt.
5028
5029 Revert
5030 2006-01-31 Richard Guenther <rguenther@suse.de>
5031 Paolo Bonzini <bonzini@gnu.org>
5032
5033 * Makefile.def (target_modules): Add libgcc-math target module.
5034 * configure.in (target_libraries): Add libgcc-math target library.
5035 (--enable-libgcc-math): New configure switch.
5036 * Makefile.in: Re-generate.
5037 * configure: Re-generate.
5038
5039 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5040
5041 * config-ml.in: Alter CCASFLAGS to include special
5042 multilib options the same as is done for CFLAGS.
5043
5044 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5045
5046 * Makefile.def: Added dependencies from sim and gdb on intl, and
5047 added configure dependencies to everything with an all dependency
5048 on intl.
5049 * gettext.m4: Removed.
5050 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5051 (GDB_SUPPORT_DIRS): Add intl.
5052 * Makefile.in: Regenerated.
5053
5054 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5055
5056 * src-release (DEVO_SUPPORT): Add config.rpath.
5057
5058 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5059
5060 * Makefile.def (bfd, opcodes): Fix lib_path.
5061 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5062 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5063 * Makefile.in: Regenerate.
5064
5065 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5066
5067 * configure.in: Enable gprof for cross builds.
5068 * configure: Regenerate.
5069
5070 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5071
5072 * src-release (MAKEINFOFLAGS): Define.
5073 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5074
5075 2006-05-14 Ben Elliston <bje@au.ibm.com>
5076
5077 * config.sub, config.guess: Update from upstream sources.
5078
5079 2006-05-12 Ben Elliston <bje@au.ibm.com>
5080
5081 * config.sub, config.guess: Update from upstream sources.
5082
5083 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5084
5085 * blt, iwidgets, mmalloc: Remove directories.
5086
5087 2006-05-01 DJ Delorie <dj@redhat.com>
5088
5089 * configure.in: Restore CFLAGS if GMP isn't present.
5090 * configure: Regenerate.
5091
5092 2006-04-18 DJ Delorie <dj@redhat.com>
5093
5094 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5095 reference libgloss so that libssp can be built in a combined
5096 tree.
5097 * configure: Regenerate.
5098
5099 2006-04-10 Ben Elliston <bje@au.ibm.com>
5100
5101 * contrib: Remove directory.
5102
5103 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5104
5105 * Makefile.tpl: Add install-html target.
5106 * Makefile.def: Add install-html target.
5107 * Makefile.in: Regenerate.
5108 * configure.in: Add --with-datarootdir, --with-docdir,
5109 and --with-htmldir options.
5110 * configure: Regenerate.
5111
5112 2006-03-31 Ben Elliston <bje@au.ibm.com>
5113
5114 PR binutils/1860
5115 * configure.in: Require makeinfo 4.4 or higher.
5116 * configure: Regenerate.
5117
5118 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5119
5120 * Makefile.in: Regenerate.
5121
5122 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5123
5124 Sync with gcc:
5125 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5126
5127 * configure.in: Handle --disable-<component> generically.
5128 * configure: Regenerate.
5129
5130 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5131
5132 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5133 (TARGET_CONFIGDIRS): Remove.
5134 * configure.in: Remove AC_SUBST(target_configdirs).
5135 * Makefile.in, configure: Regenerated.
5136
5137
5138 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5139
5140 PR libgcj/17311
5141 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5142
5143 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5144
5145 PR bootstrap/25670
5146
5147 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5148
5149 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5150 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5151 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5152 BUILD_PREFIX, BUILD_PREFIX_1.
5153 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5154
5155 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5156 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5157
5158 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5159 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5160 of `cat stage_current`. Always provide the `r' and `s' variables.
5161 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5162 a single shell execution.
5163 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5164 bootstrapped modules, make the stage1 module if the build was not
5165 started yet, else build the current stage.
5166 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5167 (all-build, all-host, all-target, [+make_target+]-host,
5168 [+make_target+]-target): Do not use \-continued lines.
5169 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5170 (current_stage, restrap, stage_last): New.
5171
5172 * Makefile.in: Regenerate.
5173 * configure: Regenerate.
5174
5175 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5176
5177 Sync from gcc:
5178
5179 2006-01-31 Richard Guenther <rguenther@suse.de>
5180 Paolo Bonzini <bonzini@gnu.org>
5181
5182 * Makefile.def (target_modules): Add libgcc-math target module.
5183 * configure.in (target_libraries): Add libgcc-math target library.
5184 (--enable-libgcc-math): New configure switch.
5185 * Makefile.in: Re-generate.
5186 * configure: Re-generate.
5187 * libgcc-math: New toplevel directory.
5188
5189 2006-01-18 Richard Henderson <rth@redhat.com>
5190 Jakub Jelinek <jakub@redhat.com>
5191 Diego Novillo <dnovillo@redhat.com>
5192
5193 * libgomp: New directory.
5194 * Makefile.def: Add target_module libgomp.
5195 * Makefile.in: Regenerate.
5196 * configure.in (target_libraries): Add target-libgomp.
5197 * configure: Regenerate.
5198
5199 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5200 Andreas Schwab <schwab@suse.de>
5201
5202 * configure: Regenerate.
5203
5204 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5205
5206 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5207 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5208 the assembler, linker and binutils.
5209 * configure: Regenerate.
5210
5211 2006-01-16 Nick Clifton <nickc@redhat.com>
5212
5213 * config.sub, config.guess: Sync from config repository.
5214
5215 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5216
5217 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5218 @ from continuation.
5219 * Makefile.in: Rebuilt.
5220
5221 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5222
5223 Sync from gcc:
5224
5225 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5226
5227 PR bootstrap/24252
5228
5229 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5230 * Makefile.tpl (OBJDUMP): New.
5231 (EXTRA_HOST_FLAGS): Add it.
5232 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5233
5234 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5235 to use symbolic links between directories. Avoid race conditions
5236 or make them harmless.
5237 * configure.in: Do not try to use symbolic links between directories.
5238
5239 * Makefile.def (LEAN): Pass.
5240 * Makefile.tpl (LEAN): Define.
5241 (stage[+id+]-start): Accept that the previous directory does not
5242 exist, if the bootstrap is lean.
5243 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5244 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5245 configure substitution.
5246 ([+compare-target+]): Likewise.
5247 ([+bootstrap-target+]-lean): New.
5248 * configure.in: Remove lean bootstrap support from here.
5249
5250 * Makefile.in: Regenerate.
5251 * configure: Regenerate.
5252
5253 2006-01-02 Andreas Schwab <schwab@suse.de>
5254
5255 * configure.in: When reconfiguring remove Makefile in
5256 all stage directories.
5257 * configure: Regenerate.
5258
5259 2005-12-27 Leif Ekblad <leif@rdos.net>
5260
5261 * configure.in: Add support for RDOS target.
5262 * configure: Regenerate.
5263
5264 2005-12-27 Nick Clifton <nickc@redhat.com>
5265
5266 PR binutils/1990
5267 * libtool.m4: Synchronize with version in GCC sources.
5268
5269 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5270
5271 Revert Ada-related part of the previous change.
5272
5273 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5274 Do not pass.
5275 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5276 * Makefile.in: Regenerate.
5277 * configure.in: Do not include mt-ppc-aix target fragment.
5278 * configure: Regenerate.
5279
5280 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5281
5282 * configure.in: Select appropriate fragments for PowerPC/AIX.
5283 * configure: Regenerate.
5284
5285 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5286 BOOT_CFLAGS, BOOT_LDFLAGS.
5287 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5288 BOOT_CFLAGS, BOOT_LDFLAGS.
5289 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5290 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5291 (stage): Fail if we cannot complete the work.
5292 * Makefile.in: Regenerate.
5293
5294 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5295
5296 * COPYING.NEWLIB: Update copyright year for default
5297 copyright.
5298
5299 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5300
5301 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5302 install-host-nogcc): Don't invoke $(stage) at the end.
5303 * Makefile.in: Regenerate.
5304
5305 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5306
5307 * configure.in: Flip the top-level bootstrap switch.
5308 * configure: Regenerate.
5309
5310 Merge from gcc:
5311
5312 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5313
5314 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5315 $(stage) and $(unstage).
5316 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5317 (all): Remove stray semicolon.
5318 (local-distclean): Don't handle multilib.tmp and multilib.out.
5319 (install.all): Set $s for consistency.
5320 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5321 check_multilibs setting. Always make the install directory.
5322 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5323 Correct @if/@endif.
5324 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5325 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5326 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5327 (multilib.out): Remove.
5328 * Makefile.in: Regenerated.
5329
5330 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5331
5332 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5333 * configure.in: Replace ms1 arch with mt.
5334 * configure: Rebuilt.
5335
5336 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5337
5338 Sync with gcc:
5339
5340 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5341
5342 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5343 * configure.in: Replace ms1 arch with mt.
5344 * configure: Rebuilt.
5345
5346 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5347
5348 Sync with gcc:
5349
5350 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5351
5352 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5353 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5354 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5355 Find in-tree tools if available.
5356 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5357 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5358 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5359 (COMPILER_*_FOR_TARGET): New.
5360 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5361 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5362 (CONFIGURED_*, USUAL_*): Remove.
5363 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5364 STRIP): Use autoconf substitutions.
5365 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5366 COMPILER_NM_FOR_TARGET): New.
5367 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5368
5369 (all): Make all-host and all-target in parallel.
5370 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5371 that $$r and $$s are set before invoking a recursive make.
5372 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5373 ([+bootstrap-target+]): Inline most of the `all' target.
5374
5375 2005-11-29 Ben Elliston <bje@au.ibm.com>
5376
5377 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5378 from the gcc build directory.
5379 * Makefile.in: Regenerate.
5380
5381 2005-11-29 Ben Elliston <bje@au.ibm.com>
5382
5383 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5384 depend on all-libdecnumber.
5385 * configure.in (host_libs): Include libdecnumber.
5386 * Makefile.in: Regenerate.
5387 * configure: Likewise.
5388
5389 2005-11-21 Kean Johnston <jkj@sco.com>
5390
5391 * config.sub, config.guess: Sync from upstream sources.
5392
5393 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5394
5395 * Makefile.def: Remove gdb dependencies for gdbtk.
5396 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5397 (configure-gdb, install-gdb): New rules.
5398 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5399 * Makefile.in, configure: Regenerated.
5400
5401 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5402
5403 PR bootstrap/24297
5404 * Makefile.tpl (do-[+make-target+], do-check, install,
5405 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5406 are set before recursing.
5407 * Makefile.in: Regenerate.
5408
5409 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5410
5411 PR bootstrap/18939
5412 * Makefile.def (gcc) <target>: Fix thinko.
5413 * Makefile.in: Regenerate.
5414
5415 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5416
5417 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5418 * configure: Regenerate.
5419
5420 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5421
5422 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5423 target-libffi, target-qthreads, target-libjava, and
5424 targetlibobjc.
5425 * configure: Regenerate.
5426
5427 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5428
5429 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5430 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5431 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5432 (USUAL_OBJDUMP_FOR_TARGET): New.
5433 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5434 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5435 * configure, Makefile.in: Regenerated.
5436
5437 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5438
5439 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5440 before other host packages.
5441
5442 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5443
5444 PR bootstrap/22340
5445
5446 * configure.in (default_target): Remove.
5447 * Makefile.tpl (all): Do not use prerequisites as subroutines
5448 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5449 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5450 use prerequisites as subroutines.
5451 (check-host, check-target): New.
5452 (bootstrap configure & all targets): Do not use stage*-start
5453 if the directory layout is already ok.
5454 (non-bootstrap configure & all targets): Prepend a $(unstage).
5455 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5456 (NOTPARALLEL): Remove.
5457 (unstage, stage variables): New variables.
5458 (unstage, stage targets): Simply expand to those variables.
5459
5460 * configure: Regenerate.
5461 * Makefile.in: Regenerate.
5462
5463 2005-10-04 James E Wilson <wilson@specifix.com>
5464
5465 * Makefile.def (lang_env_dependencies): Add libmudflap.
5466 * Makefile.in: Regenerate.
5467
5468 2005-10-03 Catherine Moore <clm@cm00re.com>
5469
5470 * configure.in (bfin-*-*): Support bfin.
5471 * configure: Regenerated.
5472
5473 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5474
5475 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5476 * configure: Regenerated.
5477
5478 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5479
5480 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5481 (LIPO_FOR_TARGET): New.
5482 (CONFIGURED_LIPO_FOR_TARGET): New.
5483 (USUAL_LIPO_FOR_TARGET): New.
5484 (STRIP_FOR_TARGET): New.
5485 (CONFIGURED_STRIP_FOR_TARGET): New.
5486 (USUAL_STRIP_FOR_TARGET): New.
5487 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5488 STRIP_FOR_TARGET.
5489 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5490 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5491 * Makefile.in: Regenerate.
5492 * configure: Regenerate.
5493
5494 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5495
5496 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5497 (rs6000-*-aix*): Same.
5498 * configure: Regenerate.
5499
5500 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5501
5502 * configure.in: Recognize f95 in the --enable-languages option,
5503 and substitute it for fortran, issuing a warning.
5504 * configure: Regenerate.
5505
5506 2005-09-07 Ben Elliston <bje@au.ibm.com>
5507
5508 Import from Autoconf sources:
5509
5510 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5511 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5512 Elliston. Handle weird characters correctly.
5513
5514 2005-08-30 Phil Edwards <phil@codesourcery.com>
5515
5516 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5517 * configure: Regenerated.
5518
5519 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5520
5521 * Makefile.def (libssp): Add to lang_env_dependencies.
5522 * Makefile.in: Regenerate.
5523
5524 2005-08-17 Christian Groessler <chris@groessler.org>
5525
5526 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5527 * Makefile.in: Regenerate.
5528
5529 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5530
5531 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5532 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5533 Look for alternate names of the target cc and c++
5534 * configure: Regenerate.
5535
5536 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5537
5538 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5539 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5540 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5541 tools; remove code to manually set them.
5542 (Target tools): Look in the environment for them.
5543 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5544 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5545 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5546 build directory.
5547 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5548 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5549 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5550 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5551 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5552 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5553 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5554 * configure: Regenerate.
5555 * Makefile.in: Regenerate.
5556
5557 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5558
5559 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5560 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5561 * Makefile.in: Regenerated.
5562
5563 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5564
5565 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5566 (CFLAGS_FOR_TARGET): Use it.
5567 (CXXFLAGS_FOR_TARGET): Likewise.
5568 * Makefile.in: Regenerated.
5569 * configure.in (--with-build-sysroot): New option.
5570 * configure: Regenerated.
5571
5572 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5573
5574 * Makefile.tpl: Wrap install between unstage and stage
5575 * Makefile.in: Regenerate.
5576
5577 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5578
5579 * all files: Update FSF address.
5580
5581 2005-07-14 Jim Blandy <jimb@redhat.com>
5582
5583 * configure.in: Add cases for Renesas m32c.
5584 * configure: Regenerated.
5585
5586 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5587
5588 * COPYING, compile, config-ml.in, config.guess,
5589 config.sub, install-sh, missing, mkinstalldirs,
5590 symlink-tree, ylwrap: Sync from upstream sources.
5591
5592 2005-07-13 Eric Christopher <echristo@redhat.com>
5593
5594 * configure.in: Add toplevel noconfigdir support for tpf.
5595 * configure: Regenerate.
5596
5597 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5598
5599 * Makefile.def (target_modules): Add libssp.
5600 * configure.in (target_libraries): Add target-libssp.
5601 * configure: Rebuilt.
5602 * Makefile.in: Rebuilt.
5603
5604 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5605
5606 PR ada/22340
5607
5608 * Makefile.def: Sync with gcc.
5609 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5610 * Makefile.in: Regenerate.
5611
5612 2005-07-07 Andreas Schwab <schwab@suse.de>
5613
5614 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5615 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5616 * Makefile.in: Regenerated.
5617
5618 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5619
5620 * configure.in: Add --enable-libssp and --disable-libssp.
5621 * configure: Regenerate with autoconf-2.13.
5622
5623 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5624
5625 * configure.in: Don't build sim or rda when targetting darwin.
5626 * configure: Regenerate.
5627
5628 2005-07-04 Ben Elliston <bje@gnu.org>
5629
5630 * src-release (do-proto-toplev): Remove dejagnu bits.
5631 (DEJAGNU_SUPPORT_DIRS): Remove.
5632 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5633 (GDBD_SUPPORT_DIRS): Likewise.
5634 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5635 (INSIGHTD_SUPPORT_DIRS): Likewise.
5636 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5637
5638 2005-06-30 Ben Elliston <bje@gnu.org>
5639
5640 * setup.com (mpw): Remove unused directive.
5641
5642 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5643
5644 * Makefile.def (stagefeedback): Come after profile.
5645 Define profiledbootstrap target.
5646 * Makefile.tpl (profiledbootstrap): Remove.
5647 (stageprofile-end): Zap stagefeedback.
5648 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5649 * Makefile.in: Regenerate.
5650
5651 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5652
5653 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5654 In 'cpp' stanza, support '#line' as well as '# '.
5655
5656 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5657
5658 * configure.in (unsupported_languages): New macro.
5659 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5660 non-ported target libraries in noconfigdirs.
5661 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5662 non-linux-gnu. Remove libgcj_ex_libffi.
5663 <lang_frag loop>: Set add_this_lang=no if the language is in
5664 unsupported_languages.
5665 * configure: Regenerate.
5666
5667 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5668
5669 * configure.in: Fix typo in handling of --with-mpfr-dir.
5670 * configure: Regenerate.
5671
5672 2005-06-02 Jim Blandy <jimb@redhat.com>
5673
5674 * config.sub: Add cases for the Renesas m32c. (This patch has been
5675 accepted into the master sources.)
5676
5677 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5678 Michael Snyder <msnyder@redhat.com>
5679 Stan Cox <scox@redhat.com>
5680
5681 * configure.in: Set noconfigdirs for ms1.
5682
5683 * configure: Regenerate.
5684
5685 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5686
5687 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5688 (Dependencies): Consider target modules for bootstrap dependencies.
5689 Make target bootstrap modules depend on each stage's gcc.
5690 * Makefile.in: Regenerate.
5691
5692 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5693
5694 * Makefile.def (configure-gcc): Depend on binutils having been built.
5695 (all-gcc): No need to do it here.
5696 * Makefile.in: Regenerate.
5697
5698 2005-05-19 Paul Brook <paul@codesourcery.com>
5699
5700 * configure.in: Rewrite misleading error message when requested
5701 language cannot be built.
5702 * configure: Regenerate.
5703
5704 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5705
5706 * ylwrap: Import from Automake 1.9.5.
5707
5708 2005-05-04 Mike Stump <mrs@apple.com>
5709
5710 * configure.in: Always pass --target to target configures as
5711 otherwise rebuilds that do --recheck will fail.
5712 * configure: Rebuilt.
5713
5714 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5715
5716 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5717 STAGE_HOST_EXPORTS.
5718 (configure, all): Add bootstrap support.
5719 (Host modules, target modules): Pass post-stage1 flags and exports.
5720 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5721 * Makefile.in: Regenerate.
5722
5723 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5724
5725 Sync from gcc:
5726
5727 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5728
5729 * config.sub: Update from master copy.
5730
5731 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5732
5733 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5734 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5735 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5736 "*-*-elf" and "*-*-linux*".
5737 * configure: Regenerate.
5738
5739 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5740
5741 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5742 (TARGET_CONFIGARGS): Include --with-target-subdir.
5743 (configure, all): New macros. Use them throughout.
5744
5745 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5746
5747 * Makefile.tpl: Sync with gcc.
5748 * Makefile.in: Regenerate.
5749
5750 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5751
5752 * config/mh-mingw32: Delete.
5753 * configure.in: Don't use it.
5754 * configure: Regenerate.
5755
5756 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5757
5758 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5759 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5760 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5761 (HOST_LIB_PATH): Generate from Makefile.def.
5762 (TARGET_LIB_PATH): Likewise.
5763 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5764 * Makefile.in: Regenerate.
5765 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5766 (RPATH_ENVVAR): Include Darwin case.
5767 * configure: Regenerate.
5768
5769 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5770
5771 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5772 * configure: Regenerate.
5773
5774 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5775
5776 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5777 gcc_version, and gcc_version_trigger from set of flags to pass.
5778 * Makefile.tpl: Remove definitions of above variables.
5779 (config.status): Remove dependency on $(gcc_version_trigger).
5780 * Makefile.in: Regenerate.
5781 * configure.in: Do not reference config/gcc-version.m4 nor
5782 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5783 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5784 * configure: Regenerate.
5785
5786 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5787 Andrew Pinski <pinskia@physics.uc.edu>
5788
5789 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5790 * Makefile.in: Regenerate.
5791
5792 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5793
5794 PR libgcj/20160
5795 * ltmain.sh: Avoid creating archives with components that have
5796 duplicate basenames.
5797
5798 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5799
5800 PR bootstrap/20250
5801 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5802 instead of check.
5803 * Makefile.in: Regenerate.
5804
5805 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5806
5807 Sync from gcc.
5808
5809 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5810
5811 PR bootstrap/17383
5812 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5813 * Makefile.tpl (HOST_SUBDIR): New substitution.
5814 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5815 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5816 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5817 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5818 (Host modules, Bootstrapped modules): Use it.
5819 (Build modules, Target modules): Do not create symlink trees,
5820 always configure out-of-srcdir.
5821 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5822 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5823 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5824 $(HOST_SUBDIR). Create a symlink for host_subdir.
5825
5826 * Makefile.in: Regenerate.
5827 * configure: Regenerate.
5828
5829 Merged from libada-gnattools-branch:
5830 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5831
5832 * Makefile.def: Add gnattools as a module, depending on target-libada.
5833 * Makefile.in: Regenerate.
5834 * configure.in: Include gnattools in host_tools; disable it if ada
5835 is disabled.
5836 * configure: Regenerate.
5837
5838 2005-02-23 Nick Clifton <nickc@redhat.com>
5839
5840 * configure: Regenerate.
5841
5842 2005-02-22 Paul Schlie <schlie@comcast.net>
5843
5844 * configure.in: Allow darwin targeted ports to build tk, itcl and
5845 libgui.
5846
5847 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5848
5849 PR libgcj/10353
5850 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5851 * configure: Regenerate.
5852
5853 2005-02-08 Andrew Cagney <cagney@gnu.org>
5854
5855 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5856 gdb/ section. Update GDB's URL.
5857
5858 2005-01-31 Andrew Cagney <cagney@gnu.org>
5859
5860 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5861
5862 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5863
5864 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5865 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5866 target-libgloss when not *-*-elf and *-*-aout.
5867 * configure: Regenerate.
5868
5869 2005-01-27 Andrew Cagney <cagney@gnu.org>
5870
5871 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5872
5873 2005-01-24 Andrew Cagney <cagney@gnu.org>
5874
5875 * gettext.m4: Only fall back to ../intl/ when it's present.
5876
5877 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5878
5879 * install-sh, config.sub: Import from upstream.
5880
5881 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5882
5883 PR bootstrap/18222
5884 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5885 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5886 * Makefile.in: Regenerate.
5887
5888 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5889
5890 Revert 2004-12-28 Makefile changes, a better fix will be
5891 applied to mainline and src after GCC 4.0 branches.
5892
5893 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5894
5895 PR bootstrap/17383
5896
5897 * Makefile.def (target_modules): Remove stage parameter,
5898 it is always true now.
5899 * Makefile.tpl (configure-build-[+module+],
5900 configure-target-[+module+]): Always build symlink tree
5901 for the directory and for include. BUILD_SUBDIR and
5902 TARGET_SUBDIR cannot be . anymore.
5903 * Makefile.in: Regenerate.
5904
5905 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5906
5907 Revert 2004-12-08 Makefile changes.
5908
5909 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5910
5911 * configure.in (sh64-*-*): Reenable gprof.
5912 * configure: Regenerate.
5913
5914 2004-12-09 Jim Blandy <jimb@redhat.com>
5915
5916 * MAINTAINERS: List 'depcomp' as part of automake.
5917
5918 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5919
5920 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5921 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5922 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5923 * Makefile.in: Regenerate.
5924
5925 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5926
5927 * Makefile.tpl: Generate normal dependencies if the LHS module is
5928 not bootstrapped.
5929 * Makefile.in: Regenerate.
5930
5931 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5932
5933 * configure.in: Include config/gxx-include-dir.m4. Use
5934 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5935 * configure: Regenerate.
5936
5937 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5938
5939 * config.if: Delete.
5940 * configure.in: Set libstdcxx_incdir directly.
5941 * configure: Regenerate.
5942 * MAINTAINERS: Remove mention of config.if.
5943 * src-release (DEVO_SUPPORT): Remove config.if.
5944
5945 2004-12-02 Eric Christopher <echristo@redhat.com>
5946
5947 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5948 of things to remove.
5949 * Makefile.in: Regenerate.
5950
5951 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5952
5953 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5954 * configure: Regenerate.
5955
5956 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5957
5958 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5959 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5960 * configure: Regenerate.
5961
5962 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5963
5964 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5965 (hppa*64*-*-*): Delete incorrect comment.
5966 * configure: Rebuilt.
5967
5968 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5969
5970 * install-sh, compile: Import from automake.
5971
5972 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5973
5974 * config.guess, config.sub: Import from savannnah.
5975
5976 2004-11-12 Mike Stump <mrs@apple.com>
5977
5978 * Makefile.def: Add html support.
5979 * Makefile.tpl: Likewise.
5980 * Makefile.in: Regenerate.
5981
5982 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5983
5984 PR 18423
5985 * configure.in: Remove all instances of build-fixincludes from
5986 noconfigdirs.
5987 (build_configargs): Supply --target to subdirectories.
5988 * configure: Regenerate.
5989
5990 * Makefile.def: Make gcc install depend on fixincludes install.
5991 * Makefile.in: Regenerate.
5992
5993 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5994
5995 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5996 target-libgfortran.
5997 * configure: Regenerate.
5998
5999 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6000
6001 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6002 like CC.
6003
6004 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6005
6006 * Makefile.def (host fixincludes): Specify missing targets.
6007 * Makefile.in: Regenerate.
6008
6009 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6010
6011 PR other/17783
6012 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6013 * configure: Regenerated.
6014
6015 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6016
6017 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6018 * configure: Regenerated.
6019
6020 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6021
6022 PR target/18151
6023 * configure.in (case ${target}): Do not build fixincludes for avr.
6024 * configure: Regenerated.
6025
6026 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6027
6028 * configure.in (case ${target}): Do not build fixincludes
6029 on platforms where it is not used.
6030 * configure: Regenerated.
6031
6032 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6033
6034 * configure.in: Use an absolute path to install-sh.
6035 * configure: Regenerated.
6036
6037 2004-10-19 Andrew Cagney <cagney@gnu.org>
6038
6039 * src-release (do-djunpack, do-md5sum): Install the generated file
6040 directly into the proto-toplev/ directory.
6041
6042 2004-10-19 Andrew Cagney <cagney@gnu.org>
6043
6044 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6045
6046 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6047
6048 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6049 * configure: Regenerate.
6050
6051 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6052
6053 Fix wrong conflict resolution in:
6054
6055 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6056
6057 * Makefile.in: Regenerate.
6058 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6059 in the recursive `make', instead of hardwiring `all'.
6060 (Autogenerated TARGET-* variables): New.
6061
6062 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6063
6064 Merged from GCC / libtool upstream:
6065 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6066 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6067 * ltcf-cxx.sh (tpf*): Likewise.
6068 * ltconfig (tpf*): Add TPF OS configuration support.
6069
6070 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6071
6072 * configure.in: Enable target-libgloss for crx-*-*.
6073 * configure: Regenerate.
6074
6075 2004-09-24 Michael Roth <mroth@nessie.de>
6076
6077 * configure.in (--without-headers): Add missing double quotes.
6078 * configure: Regenerate.
6079
6080 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6081
6082 * ylwrap: Revert to previous version.
6083
6084 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6085
6086 PR bootstrap/17369
6087 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6088 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6089 SET_GCC_LIB_PATH_CMD.
6090 (BASE_TARGET_EXPORTS): Likewise.
6091 * Makefile.in: Regenerated.
6092
6093 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6094 * configure: Regenerated.
6095
6096 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6097
6098 * config.guess: New upstream version
6099 * compile, depcomp, install-sh, ylwrap: Likewise.
6100
6101 2004-09-19 Roger Sayle <roger@eyesopen.com>
6102
6103 * config/mh-x86omitfp: New host makefile fragment. Add
6104 -fomit-frame-pointer to the default BOOT_CFLAGS.
6105 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6106 * configure: Regenerate.
6107
6108 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6109
6110 PR target/11572
6111 * configure.in (*-*-darwin*): Renable libobjc.
6112 * configure: Regenerate.
6113
6114 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6115
6116 * Makefile.def: Remove libbanshee.
6117 * Makefile.tpl: Ditto.
6118 * configure.in: Ditto.
6119 * Makefile.in: Regen.
6120 * configure: Ditto.
6121
6122 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6123
6124 * missing: Import latest version from master repository.
6125
6126 2004-09-04 Nick Clifton <nickc@redhat.com>
6127
6128 * config.sub: Import latest version from master repository.
6129 * config.guess: Likewise.
6130 This includes these changes:
6131
6132 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6133
6134 * config.sub: Handle crisv32, alias etraxfs.
6135 * config.guess (crisv32:Linux:*:*): Handle.
6136
6137 2004-08-13 Brad Smith <brad@comstyle.com>
6138
6139 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6140 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6141
6142 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6143
6144 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6145 assume the processor is a powerpc. This is because coreutils
6146 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6147 in this case, due to a MacOS X bug that causes
6148 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6149 to return a negative number.
6150 Problem reported by Petter Reinholdtsen in:
6151 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6152
6153 2004-07-19 Ben Elliston <bje@gnu.org>
6154
6155 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6156
6157 2004-06-24 Ben Elliston <bje@gnu.org>
6158
6159 * config.guess: Update copyright years.
6160 * config.sub: Likewise.
6161
6162 2004-06-22 Robert Millan <robertmh@gnu.org>
6163
6164 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6165 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6166
6167 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6168
6169 * config.guess (*:*VMS:*:*): New entry. Replaces
6170 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6171 manufacturer.
6172
6173 2004-06-22 Ben Elliston <bje@gnu.org>
6174
6175 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6176 * config.sub: Likewise.
6177
6178 2004-06-22 Ben Elliston <bje@gnu.org>
6179
6180 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6181 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6182
6183 2004-06-11 Ben Elliston <bje@gnu.org>
6184
6185 * config.guess (pegasos:OpenBSD:*:*): Remove.
6186
6187 2004-06-11 Ben Elliston <bje@gnu.org>
6188
6189 From Wouter Verhelst <wouter@grep.be>:
6190 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6191
6192 2004-06-11 Ben Elliston <bje@gnu.org>
6193
6194 * config.guess (luna88k:OpenBSD:*:*): New.
6195
6196 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6197
6198 * config.guess (m32r*:Linux:*:*): New case.
6199 * config.sub: Handle m32rle.
6200
6201 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6202
6203 From Jens Petersen <petersen@redhat.com>:
6204 * config.sub: Handle sparcv8.
6205
6206 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6207
6208 From Tom Smith <smith@cag.lkg.hp.com>:
6209 * config.guess: Version suffixes are equally significant on Tru64
6210 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6211 prefix of "P" (patched kernel).
6212
6213 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6214
6215 * config.sub: Add support for National Semiconductor CRX target.
6216
6217 2004-09-03 Jan Beulich <jbeulich@novell.com>
6218
6219 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6220 *-*-netware, but add target-libmudflap.
6221 Consolidate *-*-netware targets (of which really only i?86 exists)
6222 into a single entry.
6223 * configure: Likewise.
6224
6225 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6226
6227 * Makefile.tpl (sorry): Remove.
6228 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6229 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6230 (do-clean): Clean per-stage directories too.
6231 (do-distclean): Run distclean-stage1 too.
6232 (.NOTPARALLEL): Enable during toplevel bootstrap.
6233 (stage[+id+]-bubble): Enable parallel execution during
6234 the recursive invocation.
6235 * Makefile.in: Regenerate.
6236
6237 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6238
6239 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6240
6241 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6242 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6243 * configure: regenerate
6244 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6245 -mdynamic-no-pic
6246
6247 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6248
6249 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6250 include.
6251 * configure.in: Fix indentation.
6252 * configure: Regenerate.
6253
6254 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6255
6256 * Makefile.def (build_modules): Add fixincludes.
6257 (dependencies): Make gcc depend on fixincludes.
6258 * configure.in (build_tools): Add fixincludes.
6259 (build_configdirs): Always include build_libs.
6260 * Makefile.in: Regenerate.
6261 * configure: Regenerate.
6262
6263 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6264
6265 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6266 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6267 phony targets; do not generate timestamp files.
6268 (distclean-stageN): Remove references to their timestamp files.
6269 (restageN, touch-stageN): Remove.
6270 (stageN-bubble): Rewritten.
6271 (compare): Support lean bootstraps.
6272 * Makefile.in: Regenerate.
6273
6274 * configure.in: Only warn when bootstrapping but
6275 build != host or build != target. Support lean bootstraps.
6276 * configure: Regenerate.
6277
6278 Sync from gcc:
6279 2004-08-26 Phil Edwards <phil@codesourcery.com>
6280
6281 * configure.in: Give a better error message if GMP/MPFR are missing
6282 and a language needing them has been requested.
6283 * configure: Regenerated.
6284
6285 2004-08-25 Phil Edwards <phil@codesourcery.com>
6286
6287 * configure.in: Print a list of available language front-ends if
6288 a requested one is missing. Tidy stray tab characters.
6289 * configure: Regenerated.
6290
6291 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6292
6293 * Makefile.in: Regenerate.
6294 * configure: Regenerate.
6295
6296 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6297 stage_*_flags.
6298 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6299 for bootstrapped modules if toplevel bootstrap is going.
6300 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6301 modules. Adjust for changes in Makefile.def. Enable several
6302 rules even in non-bootstrap mode, just to avoid peppering the
6303 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6304 (stage-[+prev+]-bubble): Remove.
6305
6306 * Makefile.def (Dependencies): Depend on all-build-bison,
6307 all-build-flex, all-build-byacc, all-build-texinfo, rather
6308 than the host variations.
6309 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6310 with BUILD_SUBDIR.
6311 (BISON): Update for recent Bisons.
6312 (YACC): Fix typo.
6313 (cross): Depend on all-build.
6314 (all): Do not depend on all-build.
6315 (prebootstrap): Remove.
6316 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6317 (Prebootstrap dependencies): Add them to the per-stage targets
6318 and to all-prebootstrap.
6319 * configure.in (build_configdirs): Always enable build_tools.
6320 (BUILD_DIR_PREFIX): Remove.
6321
6322 * Makefile.def (gcc): Add target variable.
6323 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6324 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6325 in the recursive `make', instead of hardwiring `all'.
6326 (Autogenerated TARGET-* variables): New.
6327
6328 2004-08-17 Robert Millan <robertmh@gnu.org>
6329
6330 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6331 (instead of FreeBSD).
6332 * configure: Regenerate.
6333
6334 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6335
6336 * Makefile.def, configure.in, src-release: Remove useless, bogus
6337 references to tix.
6338 * Makefile.in, configure: Regenerate.
6339
6340 * src-release: Stop distributing mmalloc with gdb (which doesn't
6341 use it).
6342 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6343 * Makefile.in: Regenerate.
6344
6345 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6346
6347 * configure.in (arm*-*-eabi*): New target.
6348 * configure: Regenerate.
6349
6350 2004-08-01 Robert Millan <robertmh@gnu.org>
6351
6352 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6353 libmudflap for all GNU-based systems (with Glibc).
6354 * configure: Regenerate.
6355
6356 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6357
6358 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6359 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6360 (Dependencies): New section.
6361 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6362 (configure-target-[+module+]): Depend on maybe-all-gcc
6363 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6364 (toplevel profiledbootstrap): Fix dependencies.
6365 * Makefile.in: Regenerate.
6366
6367 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6368
6369 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6370 target-libiberty to noconfigdirs.
6371
6372 2004-08-03 Paul Brook <paul@codesourcery.com>
6373
6374 * configure.in: Check for MPFR as well as GMP.
6375 * configure: Regenerate.
6376
6377 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6378
6379 * Makefile.def (host-modules): Add gcc.
6380 * Makefile.in: Regenerate.
6381 * Makefile.tpl (sorry): New rule.
6382 (configure-host, all-host, [+make_target+]-host, do-check,
6383 install-host): Do not add gcc as a special case.
6384 (host modules): Add a small special-casing for gcc. Export
6385 extra_make_flags through the environment.
6386 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6387 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6388 other recursive targets for gcc): Remove.
6389
6390 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6391 (stage, unstage): New rules.
6392 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6393 distclean-stage[+id+]): Use stage_current.
6394 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6395 the stage*-start rules.
6396
6397 2004-07-19 Robert Millan <robertmh@gnu.org>
6398
6399 Synced from gcc:
6400
6401 2004-04-26 Robert Millan <robertmh@gnu.org>
6402
6403 Add patches from libtool CVS.
6404 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6405 * ltconfig: Likewise.
6406 * ltcf-c.sh: Likewise.
6407 * ltcf-cxx.sh: Likewise.
6408 * ltcf-gcj.sh: Likewise.
6409
6410 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6411
6412 * configure.in: Add noconfigdirs for crx-*-*.
6413 * configure: Regenerate.
6414
6415 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6416
6417 Synced from gcc:
6418
6419 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6420
6421 * configure.in: Build libmudflap by default on FreeBSD.
6422 * configure: Regenerated.
6423
6424 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6425
6426 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6427 systems.
6428 * configure: Regenerated.
6429
6430 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6431
6432 PR target/16344
6433 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6434 feedback based compiler.
6435 * Makefile.in: Rebuilt.
6436
6437 2004-07-05 Phil Edwards <phil@codesourcery.com>
6438
6439 * configure.in: Do not prepend $srcdir to /dev/null in
6440 makefile fragments.
6441 * configure: Regenerate.
6442
6443 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6444
6445 * Makefile.def (host_modules): Set bootstrap=true for flex.
6446 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6447 * Makefile.in: Rebuilt.
6448
6449 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6450
6451 * Makefile.def (build_modules): Add bison, byacc, flex,
6452 m4, texinfo.
6453 (flags_to_pass): Add FLEX.
6454 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6455 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6456 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6457 DEFAULT_MAKEINFO): Remove.
6458 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6459 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6460 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6461 objdir or else use configured tool.
6462 (all-build): New.
6463 (all): Depend on it.
6464 (Build module dependencies): Add.
6465 * Makefile.in: Regenerate.
6466 * configure.in: Better support for multiple build modules,
6467 matching what is done for host/target modules. Do not look
6468 for "plausible" locations of build tools if Canadian cross.
6469 Use autoconf's AC_PROG_CC to find a C compiler. Define
6470 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6471 * configure: Regenerate.
6472
6473 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6474
6475 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6476 * Makefile.in: Regenerate.
6477
6478 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6479
6480 * Makefile.tpl (configure-build-[+module+],
6481 configure-[+module+], configure-target-[+module+]): Pass
6482 [+extra_configure_args+].
6483 (all-build-[+module+], all-[+module+], check-[+module+],
6484 install-[+module+], [+make_target+]-[+module+],
6485 all-target-[+module+], check-target-[+module+],
6486 install-target-[+module+], [+make_target+]-target-[+module+]):
6487 Pass [+extra_make_args+].
6488 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6489 (GCC_HOST_EXPORTS): Remove.
6490 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6491 cross, check-gcc, check-gcc-c++, install-gcc,
6492 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6493 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6494 * Makefile.in: Regenerate.
6495
6496 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6497
6498 * configure.in: Check for srcdir/winsup rather than build directory
6499 winsup.
6500 * configure: Regenerate.
6501
6502 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6503
6504 * configure.in: Don't build Cygwin native newlib if winsup
6505 directory is missing. Emit warning instead.
6506 * configure: Regenerate.
6507
6508 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6509
6510 * Makefile.tpl (touch-stage[+id+]): New.
6511 (restage[+prev+]): Depend on touch-stage[+id+].
6512
6513 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6514 Use it throughout.
6515
6516 * Makefile.def: Add profile and feedback bootstrap stages.
6517 Remove next field from bootstrap stages.
6518 * Makefile.tpl (LN, LN_S): Substitute.
6519 (stageN-start, stageN-end): Use double-colon rules, to
6520 provide a hook for additional setup commands.
6521 (distclean-stageN-gcc, restageN): Create dependencies from
6522 [+prev+], not from [+next+].
6523 (stageN-bubble): Add commands for successive stages from
6524 [+prev+], using double-colon rules.
6525 (all-stageN-gcc): Fix typo.
6526 (stagefeedback-start, profiledbootstrap): New.
6527 * Makefile.in: Regenerate.
6528 * configure.in: Call ACX_PROG_LN.
6529 * configure: Regenerate.
6530
6531 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6532
6533 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6534 without gcc.
6535 * configure: Regenerate.
6536
6537 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6538
6539 * Makefile.tpl: Fix typo.
6540 * Makefile.in: Regenerate.
6541
6542 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6543
6544 * configure.in: Remove new- prefix from toplevel
6545 bootstrap targets.
6546 * configure: Regenerate.
6547
6548 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6549
6550 Merge this patch from the gcc tree:
6551
6552 2004-05-30 Andreas Jaeger <aj@suse.de>
6553 Jim Wilson <wilson@specifixinc.com>
6554
6555 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6556 like CC.
6557
6558 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6559
6560 * Makefile.tpl (all.normal): Rename to all.
6561 (all): Replace with a rule to pick the default
6562 target from configure.
6563 (all-gcc, configure-gcc): Use conditionals to
6564 do nothing when toplevel bootstrap is going on.
6565 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6566 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6567 * configure.in: Support --enable-bootstrap.
6568
6569 * Makefile.def: Remove new- prefix from toplevel
6570 bootstrap targets.
6571 * Makefile.tpl: Likewise.
6572
6573 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6574 target.
6575
6576 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6577 $(RECURSE_FLAGS) to recursive invocation of make.
6578
6579 * Makefile.in: Regenerate.
6580 * configure: Regenerate.
6581
6582 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6583
6584 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6585 * configure: Regenerate.
6586
6587 2004-05-25 Daniel Jacobowitz <drow@false.org>
6588
6589 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6590 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6591 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6592 targets.
6593 * Makefile.in: Regenerate.
6594
6595 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6596
6597 * configure.in: Test the ability to symlink directories.
6598 * configure: Regenerate.
6599
6600 * Makefile.def (bootstrap-stage): New definitions.
6601 * Makefile.tpl (configure-stage1-gcc,
6602 configure-stage2-gcc, configure-stage3-gcc,
6603 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6604 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6605 new-restage3, compare): Autogenerate, see Makefile.in
6606 entry for behavioral changes.
6607 (distclean-stage1, new-stage1-start, new-stage1-end,
6608 new-stage1-bubble, distclean-stage2, new-stage2-start,
6609 new-stage2-end, new-stage2-bubble, distclean-stage3,
6610 new-stage3-start, new-stage3-end): New autogenerated targets.
6611 (objext, prebootstrap, BOOT_CFLAGS,
6612 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6613 targets.
6614
6615 * Makefile.in: Regenerate.
6616 (distclean-stage1, new-stage1-start, new-stage1-end,
6617 new-stage1-bubble, distclean-stage2, new-stage2-start,
6618 new-stage2-end, new-stage2-bubble, distclean-stage3,
6619 new-stage3-start, new-stage3-end): New targets.
6620 (all-stage1-gcc): Move prebootstrap dependency from here...
6621 (configure-stage1-gcc): ...to here.
6622 (new-bootstrap): Use bubble targets.
6623 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6624 Use per-stage distclean targets.
6625 (configure-stage1-gcc, configure-stage2-gcc,
6626 configure-stage3-gcc, all-stage1-gcc,
6627 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6628 Use new-stageN-start to prepare the tree.
6629
6630 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6631
6632 * Makefile.def (host_modules): add libcpp.
6633 * Makefile.tpl: Add dependencies on and for libcpp.
6634 * Makefile.in: Regenerate.
6635 * configure.in: Add libcpp host module.
6636 * configure: Regenerate.
6637
6638 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6639
6640 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6641 of libf2c.
6642 * configure, Makefile.in: Regenerate.
6643
6644 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6645
6646 Merge from tree-ssa-20020619-branch.
6647
6648 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6649 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6650 (HOST_GMPLIBS): Define.
6651 (HOST_GMPINC): Define.
6652 (TARGET_LIB_PATH): Add libmudflap.
6653 (GFORTRAN_FOR_TARGET): Define.
6654 (configure-build*): Export GFORTRAN.
6655 (configure-gcc): Export GMPLIBS and GMPINC.
6656 (all-gcc): Add maybe-all-libbanshee.
6657 (configure-target-libgfortran): Define.
6658 * Makefile.in: Regenerate.
6659 * configure.in (host_libs): Add libbanshee.
6660 (target_libraries): Add target-libmudflap and target-libgfortran.
6661 Add --with-libbanshee.
6662 Handle --disable-libmudflap.
6663 (*-*-freebsd*): Use with_gmp.
6664 Add $(libgcj) to noconfigdirs.
6665 * configure: Regenerate.
6666 * depcomp: New file.
6667 * MAINTAINERS: Add tree-ssa maintainers.
6668
6669 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6670
6671 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6672 * configure: Regenerate.
6673
6674 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6675
6676 Revert:
6677 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6678
6679 * Makefile.def (flags_to_pass): Remove *dir variables that
6680 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6681 as well as prefix and exec_prefix.
6682 * Makefile.in: Regenerate.
6683
6684 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6685
6686 * Makefile.def (host_modules): Mark with the bootstrap
6687 flag packages on which gcc depends.
6688 * Makefile.tpl (all-bootstrap): Use it.
6689 * Makefile.in: Regenerate.
6690
6691 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6692
6693 * Makefile.def (flags_to_pass): Remove *dir variables that
6694 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6695 as well as prefix and exec_prefix.
6696 * Makefile.in: Regenerate.
6697
6698 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6699
6700 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6701 * configure: Regenerate.
6702 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6703 * gcc/Makefile.tpl (compare): Use the result of the test.
6704 * gcc/Makefile.in: Regenerate.
6705
6706 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6707
6708 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6709 Always relocate gcc and prev-gcc to the original names, even
6710 if the build fails.
6711 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6712 New targets.
6713
6714 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6715
6716 * configure.in (mips*-*-irix5*): Enable ld.
6717 * configure: Regenerate.
6718
6719 2004-04-15 James E Wilson <wilson@specifixinc.com>
6720
6721 * Makefile.tpl (configure-[+module+], configure-gcc,
6722 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6723 Set and export LDFLAGS.
6724 * Makefile.in: Regenerate.
6725
6726 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6727
6728 PR bootstrap/14871
6729 * Makefile.tpl: If we don't have built-in-tree target tools,
6730 use the ones found by configure rather than hacking around with
6731 program_transform_name.
6732 * configure.in: Give Makefile.tpl the information necessary
6733 to do that.
6734 * Makefile.in: Regenerate.
6735 * configure: Regenerate.
6736
6737 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6738
6739 PR bootstrap/14760
6740 * configure.in: When computing baseargs, strip *all* copies of
6741 offending options. Also, don't match/substitute the trailing space,
6742 so that this actually works when two similar options are separated by
6743 only one space.
6744 * configure: Regenerate.
6745
6746 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6747
6748 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6749 (rs6000-*-aix*): Same.
6750 * configure: Regenerate.
6751
6752 2004-03-25 Stan Shebs <shebs@apple.com>
6753
6754 Remove MPW support, no longer used.
6755 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6756 mpw-install: Remove files.
6757 * src-release (DEVO_SUPPORT): Remove names of removed files.
6758 * MAINTAINERS: Likewise.
6759
6760 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6761
6762 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6763 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6764 * Makefile.in: Regenerate.
6765
6766 * configure.in (top level bootstrap support): Rework --enable-werror
6767 to set @stage2_werror_flag@.
6768 * configure: Regenerate.
6769 * Makefile.tpl (top level bootstrap support): Pass
6770 @stage2_werror_flag@ down to configure in stages 2 and 3.
6771 * Makefile.in: Regenerate.
6772
6773 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6774
6775 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6776 for stages 2 and 3 as well as in make. As a consequence, remove
6777 OUTPUT_OPTION (now detected by configure) from the flags passed down
6778 to make.
6779 * Makefile.in: Regenerate.
6780
6781 * Makefile.tpl (new-bootstrap): Fix typo.
6782 * Makefile.in: Regenerate.
6783
6784 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6785
6786 * Makefile.tpl: Rearrange by moving recursive_targets rules
6787 into their proper sections.
6788 * Makefile.tpl (top level bootstrap support): Move disabling
6789 of coverage flags from 'make' to 'configure'; improve comments.
6790 * Makefile.in: Regenerate.
6791
6792 * Makefile.tpl (experimental top level bootstrap) Move stage1
6793 language setting from all- target to configure- target; disable
6794 intermodule optimization in stage 1; prevent gratuitous rebuilds
6795 of stage 1.
6796 * Makefile.in: Regenerate.
6797 * configure.in: Comma-separate stage 1 language list for top
6798 level bootstrap.
6799 * configure: Regenerate.
6800
6801 * Makefile.tpl: Clean up experimental top level bootstrap support:
6802 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6803 prev-gcc in configure- targets as well as all- targets.
6804 * Makefile.in: Regenerate.
6805
6806 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6807
6808 * configure.in: Remove symbolic link section.
6809 * configure: Regenerate.
6810 * Makefile.tpl (links): Remove.
6811 * Makefile.in: Regenerate.
6812
6813 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6814 Nathanael Nerode <neroden@gcc.gnu.org>
6815
6816 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6817 Set with AC_CHECK_PROGS.
6818 * configure.in: Fix comment typo from last patch.
6819 * configure: Regenerate.
6820
6821 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6822
6823 * Makefile.tpl: Introduce experimental top level bootstrap support.
6824 * Makefile.in: Regenerate.
6825 * configure.in: Introduce support for top level bootstrap.
6826 * configure: Regenerate.
6827
6828 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6829 Paolo Bonzini <bonzini@gnu.org>
6830
6831 PR bootstrap/14522
6832 * configure.in: Cope with shells that do not support unquoted ^
6833 * configure: Regenerate.
6834
6835 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6836 Paolo Bonzini <bonzini@gnu.org>
6837
6838 PR bootstrap/14522
6839 * configure.in: Cope with shell that do not support nesting
6840 quotes inside quoted backquote substitutions.
6841 * configure: Regenerate.
6842
6843 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6844
6845 PR bootstrap/14522
6846 * configure.in: Fix escaping of $.
6847 * configure: Regenerate.
6848
6849 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6850
6851 * configure: Regenerate.
6852
6853 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6854
6855 PR ada/14131
6856 Move language detection to the top level.
6857 * configure.in: Find default values for the tools as
6858 soon as possible. Disable ada if GNAT is not found.
6859 Emit error message about missing languages. Expand
6860 --enable-languages=all for the gcc subdirectory.
6861
6862 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6863
6864 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6865 and disable libgcj.
6866 * configure: Regenerated.
6867
6868 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6869
6870 PR bootstrap/7087
6871 * Makefile.tpl: Guard XFOO sed statements better.
6872 * Makefile.tpl: Add dependency for configure-target-libada.
6873 * Makefile.in: Regenerate (incidentally fixes broken
6874 commit when libada-branch was merged).
6875
6876 2004-02-28 Andrew Cagney <cagney@redhat.com>
6877
6878 * src-release (CVS_NAMES): Define.
6879 (do-tar, do-tar): Prune $(CVS_NAMES).
6880
6881 2004-02-23 Andrew Cagney <cagney@redhat.com>
6882
6883 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6884 2004-02-19.09.
6885
6886 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6887
6888 PR bootstrap/11932
6889 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6890
6891 2004-02-19 Andrew Cagney <cagney@redhat.com>
6892
6893 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6894 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6895
6896 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6897
6898 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6899 (rs6000-*-aix*): Same.
6900 * configure: Regenerate.
6901
6902 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6903
6904 * configure.in (host): Add in missing $noconfigdirs to defines.
6905 * configure: Regenerate.
6906
6907 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6908 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 PR ada/6637, PR ada/5911
6911 Merge with libada-branch:
6912 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6913 with appropriate dependencies. Add --enable-libada configure switch.
6914 * configure, Makefile.in: Regenerate.
6915
6916 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6917
6918 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6919 * configure: Regenerate.
6920
6921 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6922
6923 * COPYING.NEWLIB: Update Red Hat license to 2004.
6924
6925 2004-01-23 DJ Delorie <dj@redhat.com>
6926
6927 * Makefile.def (target_modules) [libiberty]: Don't stage.
6928 * Makefile.in: Rebuilt.
6929
6930 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6931
6932 * COPYING.NEWLIB: Update to include copyrights for new
6933 iconv code.
6934
6935 2004-01-15 Andrew Cagney <cagney@redhat.com>
6936
6937 * src-release: Update copyright year.
6938 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6939 (NEWLIB_SUPPORT_DIRS): Delete macro.
6940 (newlib.tar.bz2): Delete rule.
6941
6942 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6943
6944 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6945 * Makefile.tpl (configure-target-[+module+]): Support stage.
6946 * Makefile.in: Rebuilt.
6947
6948 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6949
6950 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6951 throughout.
6952
6953 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6954
6955 * configure.in: Use ./config.cache, not config.cache.
6956 * configure: Regenerate.
6957 * Makefile.tpl: Special-casing not needed for GCC any more.
6958 * Makefile.in: Regenerate.
6959
6960 * configure.in: Don't share a cache file for host dirs.
6961 * configure: Regenerate.
6962
6963 * config-ml.in: Don't mess with the cache file.
6964
6965 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6966
6967 * Makefile.tpl: Make GCC use a separate config.cache.
6968 * Makefile.in: Regenerate.
6969
6970 PR bootstrap/11932, PR bootstrap/11933
6971 (I don't know if it will fix either of them, but it relates
6972 to them.)
6973 * configure.in: Don't use shared config.cache for target
6974 directories.
6975 * configure: Regenerate.
6976
6977 2003-12-31 Roger Sayle <roger@eyesopen.com>
6978
6979 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6980 * configure: Regenerated.
6981
6982 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6983
6984 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6985 * configure: Regenerated.
6986
6987 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6988
6989 Port change over from GCC:
6990 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6991 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6992 (configure-build-[+module+], configure-[+module+]): Likewise.
6993 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6994 * Makefile.in: Regenerate.
6995
6996 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6997
6998 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6999 * configure: Regenerate.
7000
7001 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7002
7003 * COPYING.NEWLIB: Add license info for long long routines added to
7004 stdlib.
7005
7006 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7007
7008 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7009 * Makefile.in: Regenerate.
7010
7011 2003-10-20 Phil Edwards <phil@codesourcery.com>
7012
7013 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7014 * configure: Regenerate.
7015
7016 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7017
7018 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7019 HOST_FLAGS_TO_PASS.
7020 * Makefile.in: Regenerate.
7021
7022 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7023
7024 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7025 * configure: Rebuilt
7026 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7027 * Makefile.in: Rebuilt
7028
7029 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7030
7031 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7032
7033 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7034
7035 * config-ml.in: Use ac_configure_args directly instead of
7036 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7037 actually seen.
7038
7039 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7040
7041 * config-ml.in: Propagate INSTALL variables.
7042
7043 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7044
7045 * configure.in: Pass a computed --program-transform-name
7046 to subconfigures.
7047 * configure: Regenerated.
7048
7049 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7050
7051 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7052 * Makefile.in: Regenerate.
7053
7054 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7055 * Makefile.in: Regenerate.
7056
7057 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7058
7059 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7060 quoting.
7061 * configure: Regenerated.
7062
7063 2003-09-12 Michael Chastain <mec@shout.net>
7064
7065 Fix PR gdb/857.
7066 * src-release (do-proto-topleve): Remove junk files
7067 intl/config.cache, intl/config.status,
7068 intl/config.h, intl/stamp-h.
7069
7070 2003-09-14 Andrew Cagney <cagney@redhat.com>
7071
7072 * src-release (dejagnu.tar): New target.
7073 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7074 (do-djunpack): Use $(PACKAGE) for the package name.
7075
7076 2003-09-04 DJ Delorie <dj@redhat.com>
7077
7078 * configure: Regenerate.
7079
7080 2003-09-04 Robert Millan <robertmh@gnu.org>
7081
7082 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7083
7084 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7085
7086 * configure.in: Ensure arguments to sed are properly spaced.
7087 * configure: Regenerate.
7088
7089 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7090
7091 Merge from gcc:
7092 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7093 * install-sh: Update to newer upstream versions (associated with
7094 aclocal 1.7).
7095 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7096
7097 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7098
7099 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7100 * configure: Regenerated.
7101
7102 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7103
7104 * configure.in: Use newline instead of semicolon when assuming
7105 shell arguments in a for loop.
7106 * configure: Regenerated.
7107
7108 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7109
7110 PR 8180
7111 * configure.in: When testing with_libs and with_headers, treat
7112 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7113 * configure: Regenerate.
7114
7115 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7116 make, shell, etc.
7117 (baseargs): Likewise.
7118 * configure: Regenerate.
7119
7120 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7121
7122 * configure.in: Disable libgcj for darwin not on powerpc.
7123 * configure: Rebuild.
7124
7125 2003-08-15 Michael Chastain <mec@shout.net>
7126
7127 * src-release (do-proto-toplev): Remove junk files
7128 dejagnu/example/calc/config.status,
7129 dejagnu/example/calc/config.log.
7130
7131 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7132
7133 * config-ml.in, symlink-tree: Add license.
7134
7135 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7136
7137 Merge from gcc:
7138
7139 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7140 * Makefile.tpl (check, check-c++): Express dependencies using
7141 dependencies rather than commands.
7142 * Makefile.in: Regenerate.
7143
7144 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7145 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7146 * Makefile.in: Update.
7147
7148 2003-08-01 Andrew Cagney <cagney@redhat.com>
7149
7150 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7151 * configure: Ditto.
7152
7153 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7154
7155 * configure.in: Enable libgcj for darwin.
7156 * configure: Rebuild.
7157
7158 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7159
7160 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7161
7162 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7163
7164 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7165 creating target and build subdirs to build all parent dirs as needed.
7166 * Makefile.in: Rebuild.
7167 * configure.in: Don't build dirs explicitly here.
7168 * configure: Rebuild.
7169
7170 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7171
7172 * Makefile.tpl (all-make): Depend on intl.
7173 * Makefile.in: Rebuilt.
7174
7175 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7176
7177 * config.if: Remove unused libc_interface determination.
7178
7179 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7180
7181 * Makefile.in: Regenerate, correctly this time.
7182
7183 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7184
7185 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7186 unused INSTALL_PROGRAM_ARGS.
7187 * configure.in: Use AC_PROG_INSTALL.
7188 * Makefile.in: Regenerate.
7189 * configure: Regenerate.
7190
7191 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7192
7193 * configure: Rebuilt.
7194 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7195 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7196 newlib nor libgloss.
7197 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7198 * configure.in (am33_2.0-*-linux*): Added.
7199
7200 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7201
7202 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7203 * configure: Regenerate.
7204
7205 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7206
7207 * config-ml.in: Replace PWD with PWD_COMMAND.
7208 * Makefile.tpl: Likewise.
7209 * Makefile.in: Regenerated.
7210
7211 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7212
7213 * configure.in: Clean up config-lang.in handling. Delete
7214 useless assignment to "subdirs".
7215 * configure: Regenerate.
7216
7217 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7218
7219 * configure.in: Rename 'target_libs' to 'target_libraries'.
7220 Remove useless reference to 'target_libs'.
7221 * configure: Regenerate.
7222
7223 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7224
7225 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7226 * Makefile.in: Regenerate.
7227
7228 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7229
7230 * Makefile.def: Introduce flags_to_pass.
7231 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7232 * Makefile.in: Regenerate.
7233
7234 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7235
7236 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7237 and target-libgloss.
7238 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7239 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7240 * configure: Regenerate.
7241
7242 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7243
7244 * configure.in: Update testsuite_flags to new location.
7245 * configure. Regenerate.
7246
7247 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * Makefile.tpl: Remove BUILD_CC stuff.
7250 * Makefile.in: Regenerate.
7251
7252 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7253
7254 * config.guess: Update to 2003-06-12 version.
7255 * config.sub: Update to 2003-06-13 version.
7256
7257 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7258
7259 * MAINTAINERS: Add myself as MIPS co-maintainer.
7260
7261 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7262
7263 * config.guess: Update to 2003-06-06 version.
7264 * config.sub: Update to 2003-06-06 version.
7265
7266 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7267
7268 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7269 * configure. Regenerate.
7270
7271 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7272
7273 * configure.in: Disable serial configure by default.
7274 * configure: Regenerate.
7275 * Makefile.tpl: Abolish .NOTPARALLEL.
7276 * Makefile.in: Regenerate.
7277
7278 * Makefile.tpl: Replace {build,host,target}_canonical by
7279 {build,host,target}.
7280 * Makefile.in: Regenerate.
7281
7282 * Makefile.tpl: Fix stupid pasto.
7283 * Makefile.in: Regenerate.
7284
7285 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7286
7287 * Makefile.tpl: Remove bogus conditional.
7288 * Makefile.in: Regenerate.
7289
7290 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7291
7292 * Makefile.tpl: Make 'recursive targets' using autogen rather
7293 than shell loop. Remove duplicate 'clean' targets and false
7294 comments.
7295 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7296 Add systematic method of specifying missing targets in subdirs.
7297 Add copyright boilerplate.
7298 * Makefile.in: Regenerate.
7299 * configure.in: Add 'recursive targets' to maybe list.
7300 * configure: Regenerate.
7301
7302 * Makefile.tpl: Rename [+target+] to [+make_target+].
7303 * Makefile.def: Rename 'target' to 'make_target'.
7304
7305 2003-05-30 Nick Clifton <nickc@redhat.com>
7306
7307 * README-maintainer-mode: Update URL for locating blessed config
7308 tools.
7309
7310 2003-05-29 Robert Millan <rmh@debian.org>
7311
7312 * ltconfig: Import this patch and modify for use with current
7313 version of ltconfig:
7314
7315 2003-05-21 Bruno Haible <bruno@clisp.org>
7316
7317 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7318 GNU/FreeBSD.
7319
7320 2003-05-28 DJ Delorie <dj@redhat.com>
7321
7322 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7323 * Makefile.in: Regenerate.
7324
7325 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7326
7327 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7328
7329 2003-05-21 DJ Delorie <dj@redhat.com>
7330
7331 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7332 newlib or libgloss.
7333 * Makefile.in: Regenerate.
7334
7335 2003-05-21 DJ Delorie <dj@redhat.com>
7336
7337 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7338 * Makefile.in: Regenerate.
7339
7340 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7341
7342 * configure.in: Use curly braces in the definition of tooldir.
7343 * configure: Regenerate.
7344
7345 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7346
7347 * configure.in: Switch more things to use maybe dependencies.
7348 * Makefile.tpl: Switch more things to use maybe dependencies.
7349 Factor out common code from autogen IF statements.
7350 * configure: Regenerate.
7351 * Makefile.in: Regenerate.
7352
7353 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7354
7355 * configure.in: Accept i[3456789]86 for machine type.
7356 * configure: Regenerate.
7357
7358 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7359
7360 * configure.in: Switch more things to use maybe dependencies.
7361 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7362 * configure: Regenerate.
7363 * Makefile.tpl: Switch more things to use maybe dependencies.
7364 * Makefile.in: Regenerate.
7365
7366 2003-05-16 Andreas Schwab <schwab@suse.de>
7367
7368 * Makefile.tpl (install-opcodes): Define.
7369 * Makefile.in: Rebuild.
7370
7371 2003-05-13 Andreas Jaeger <aj@suse.de>
7372
7373 * config.guess: Update to 2003-05-09 version.
7374 * config.sub: Update to 2003-05-09 version.
7375
7376 2003-05-13 Michael Eager <eager@mvista.com>
7377
7378 * configure.in: Correct sed script so that options in quotes are not
7379 deleted.
7380 * configure: Rebuild.
7381
7382 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7383
7384 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7385 and $$s/newlib/libc/sys/cygwin32 include paths.
7386 * configure: Ditto.
7387
7388 2003-05-05 H.J. Lu <hjl@gnu.org>
7389
7390 * config-ml.in: Restored from gcc repository.
7391
7392 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7393
7394 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7395 * Makefile.in: Regenerate.
7396
7397 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7398
7399 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7400 and Makefile.def.
7401
7402 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7403
7404 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7405 * Makefile.in: Regenerated.
7406
7407 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7408
7409 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7410 * Makefile.in: Regenerate.
7411
7412 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7413
7414 * configure.in (powerpc64*-*-linux*): Remove.
7415 * configure: Rebuilt.
7416
7417 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7418
7419 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7420 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7421 and restrap.
7422 * Makefile.in: Regenerate.
7423
7424 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7425
7426 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7427 * configure: Regenerated.
7428
7429 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7430
7431 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7432 * */configure: Rebuilt.
7433
7434 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7435
7436 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7437 * Makefile.in: Regenerate.
7438
7439 2003-03-14 Michael Chastain <mec@shout.net>
7440
7441 * Makefile.in: Regenerate with correct Makefile.def.
7442
7443 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7444
7445 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7446 Make macro.
7447 * Makefile.in: Regenerate.
7448 * configure.in: Clean up gxx_include_dir logic.
7449 * configure: Regenerate.
7450
7451 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7452
7453 * configure.in (gxx_include_dir): Fix typo.
7454 * configure: Regenerated.
7455
7456 2003-03-06 Andrew Cagney <cagney@redhat.com>
7457
7458 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7459
7460 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7461
7462 * configure.in: Include $(build_tooldir)/sys-include in
7463 FLAGS_FOR_TARGET.
7464 * configure: Regenerated.
7465
7466 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7467
7468 * Makefile.tpl: Reindent.
7469 * Makefile.in: Regenerate.
7470 * configure.in: Reindent. Don't set unused variables.
7471 * configure: Regenerate.
7472
7473 * Makefile.tpl: Always pass down RANLIB.
7474 * Makefile.in: Regenerate.
7475
7476 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7477 * Makefile.in: Regenerate.
7478 * configure.in: Remove unused logic relating to --enable-shared
7479 and --enable-threads. Remove bogus comments. Remove redundant
7480 noconfigdirs.
7481 * configure: Regenerate.
7482
7483 * configure.in: Replace ${libstdcxx_version} by its value.
7484 Remove reference to mh-dgux.
7485 * configure: Regenerate.
7486
7487 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7488
7489 * Makefile.tpl: Rearrange.
7490 * Makefile.in: Regenerate.
7491
7492 2003-02-25 Nick Clifton <nickc@redhat.com>
7493
7494 * configure: Remove site-file supprot - it is obsolete.
7495
7496 2003-02-24 Uwe Stieber <uwe@wwws.de>
7497
7498 * configure.in: Add support for kaOS as cross build target system.
7499 * configure: Regenerated.
7500
7501 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7502
7503 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7504 configure-target-* as some target builds may require additional
7505 flags for preprocessor tests.
7506 * Makefile.in: Regenerated.
7507
7508 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7509
7510 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7511 * ltconfig: Handle it.
7512 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7513 auto-detecting it.
7514
7515 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7516
7517 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7518 it is used as argument to $CC.
7519 * ltcf-gcj.sh: Likewise.
7520
7521 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7522
7523 * configure.in: Introduce --enable-maintainer-mode.
7524 * configure: Rebuilt.
7525 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7526 for maintainer mode.
7527 * Makefile.in: Rebuilt.
7528
7529 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7530
7531 * configure: Regenerate using autoconf 2.13.
7532
7533 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7534
7535 * config.guess: Import latest version.
7536 * config.sub: Import latest version.
7537
7538 2003-02-18 Jason Merrill <jason@redhat.com>
7539
7540 * Makefile.tpl (check-c++): Allow parallelism.
7541
7542 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7543
7544 * configure: Regenerate using autoconf 000227.
7545
7546 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7547
7548 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7549 don't configure target-libobjc.
7550 * configure: Regenerate.
7551
7552 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7553
7554 * Makefile.tpl (RANLIB): Define.
7555 * Makefile.in: Regenerate.
7556
7557 2003-02-06 Keith R Seitz <keiths@redhat.com>
7558
7559 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7560 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7561 * Makefile.in: Regenerated.
7562 * configure.in: Remove all traces of snavigator, db, and grep.
7563 * configure: Regenerated.
7564
7565 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7566
7567 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7568 * Makefile.in: Regenerated.
7569
7570 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7571
7572 * config.if: Copy from GCC.
7573
7574 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7575
7576 * configure.in: Revert 24Jan change.
7577 * configure: Regenerate.
7578
7579 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7580
7581 * configure.in: Revert previous change.
7582 * configure: Regenerate.
7583
7584 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7585
7586 * configure.in: Make rda native-only.
7587 * configure: Regenerate.
7588
7589 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7590
7591 * configure.in: Add missing \.
7592 * configure: Rebuilt.
7593
7594 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7595
7596 * configure.in (baseargs): Avoid using \| in sed regular
7597 expressions.
7598 * configure: Rebuilt.
7599
7600 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7601
7602 * configure.in (baseargs): Remove all supported forms of
7603 --cache-file, --srcdir, --host, --build and --target options
7604 from argument lists.
7605 * configure: Rebuilt.
7606
7607 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7608
7609 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7610 * configure: Rebuilt.
7611
7612 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7613
7614 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7615 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7616 * Makefile.in: Regenerate.
7617 * configure: Regenerate.
7618
7619 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7620
7621 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7622 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7623 * Makefile.in: Regenerate.
7624
7625 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7626
7627 * configure.in: Remove Makefile in build, host and target modules
7628 unless configure was run with --no-recursion.
7629 * configure: Rebuilt.
7630
7631 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7632
7633 * config.guess: Update to 2003-01-03 version.
7634 * config.sub: Update to 2003-01-03 version.
7635
7636 2003-01-07 Christopher Faylor <cgf@redhat.com>
7637
7638 * configure: Regenerate with proper autoconf 2.13.
7639
7640 2003-01-07 Christopher Faylor <cgf@redhat.com>
7641
7642 * configure.in: Add AC_PREREQ for consistency.
7643 * configure: Regenerate.
7644
7645 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7646
7647 * configure.in (GDB_TK): Add tcl directories conditional on
7648 gdb/gdbtk directory being present.
7649 * configure: Regenerate.
7650
7651 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7652
7653 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7654 by gcc if LD is not defined and we are not doing a Canadian Cross.
7655 * configure: Rebuilt.
7656
7657 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7658
7659 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7660
7661 2002-12-31 Tom Tromey <tromey@redhat.com>
7662
7663 * Makefile.in: Rebuilt.
7664 * Makefile.def (target_modules) [libffi]: Allow installation.
7665
7666 2002-12-31 Andreas Schwab <schwab@suse.de>
7667
7668 * configure.in: Fix use of $program_transform_name.
7669 * configure: Regenerated.
7670
7671 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7672
7673 * configure.in (baseargs): Don't remove first configure argument.
7674 * configure: Regenerated.
7675
7676 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7677
7678 * Makefile.tpl (local-distclean): Don't remove...
7679 (multilib.ts): ... this. Moved into...
7680 (multilib.out): ... this. Don't use sub-make.
7681 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7682 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7683 (configure-build-[+module+], configure-[+module+],
7684 configure-target-[+module+], configure-gcc): ... these. Test
7685 for Makefile existence. Drop config.status from dependencies.
7686 * Makefile.in: Rebuilt.
7687 * configure.in: Move gcc-version-trigger to the end of
7688 ac_configure_args. Add comments to maybedep.tmp and
7689 serdep.tmp. Introduce --disable-serial-configure. Remove
7690 nonopt from baseargs, matching and removing corresponding
7691 whitespace while at it.
7692 * configure: Rebuilt.
7693
7694 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7695
7696 * configure.in (host_configargs): Replace reference to
7697 no-longer-defined buildopts with --build=${build_alias}.
7698 * configure: Rebuilt.
7699
7700 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7701
7702 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7703 program_transform_name to standard idiom.
7704 (AUTOGEN, AUTOCONF): Define.
7705 (Makefile.in): Use $(AUTOGEN).
7706 (Makefile): Depend on config.status, and use autoconf-style rule to
7707 build it. Move original commands to...
7708 (config.status): ... this new target.
7709 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7710 $(AUTOCONF).
7711 * Makefile.in: Rebuilt.
7712
7713 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7714
7715 * Makefile.tpl: Fix dramatic bustage due to change in
7716 program_transform_name.
7717 * Makefile.in: Regenerate.
7718
7719 * configure.in: Remove unnecessary PATH setting.
7720 * configure: Regnerate.
7721
7722 * configure.in: Don't default to unprefixed tools unless
7723 the native tools will work.
7724 * configure: Regenerate.
7725
7726 * configure.in: Convert to autoconf script. Blow away lots
7727 of now-redundant Makefile fragments.
7728 * configure: Generate using Autoconf.
7729 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7730 * Makefile.in: Regenerate.
7731
7732 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7733
7734 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7735 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7736
7737 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7738 where they belong.
7739
7740 2002-12-24 Andreas Schwab <schwab@suse.de>
7741
7742 * Makefile.tpl (multilib.out): Fix missing space.
7743 * Makefile.in: Regenerate.
7744
7745 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7746
7747 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7748 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7749 * Makefile.in: Regenerate.
7750 * configure.in: Remove unnecessary leftovers.
7751
7752 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7753
7754 * configure.in (extra_ranlibflags_for_target): New variable.
7755 (*-*-darwin): Add -c to ranlib commands.
7756 * configure (tooldir): Handle extra_ranlibflags_for_target.
7757
7758 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7759
7760 * COPYING.NEWLIB: Updated.
7761 * COPYING.LIBGLOSS: Ditto.
7762
7763 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7764
7765 * Makefile.tpl: Revert HJL's change.
7766 * Makefile.in: Regenerated.
7767 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7768 always.
7769
7770 2002-12-19 Andreas Schwab <schwab@suse.de>
7771
7772 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7773 * Makefile.in: Regenerate.
7774
7775 2002-12-18 H.J. Lu <hjl@gnu.org>
7776
7777 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7778 * Makefile.in: Regenerated.
7779
7780 * configure.in (build_prefix): New. Substitute.
7781
7782 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7783
7784 * Makefile.tpl: Don't let real targets depend on phony targets.
7785 * Makefile.in: Regenerate.
7786
7787 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7788 * Makefile.in: Regenerate.
7789
7790 2002-12-16 Jason Merrill <jason@redhat.com>
7791
7792 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7793 previous 'make bootstrap'.
7794 * Makefile.in: Regenerate.
7795
7796 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7797
7798 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7799
7800 2002-12-13 Jason Merrill <jason@redhat.com>
7801
7802 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7803 library tests.
7804 (check-c++): Just depend on it and check-target-libstdc++-v3.
7805 * Makefile.in: Regenerate.
7806
7807 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7808
7809 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7810 * Makefile.in: Regenerate.
7811
7812 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7813
7814 * COPYING.NEWLIB: Update list of alternate Regent of California
7815 licenses and discuss official revoking of advertising clause.
7816 * COPYING.LIBGLOSS: Ditto.
7817
7818 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7819
7820 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7821 * Makefile.in: Rebuilt.
7822
7823 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7824
7825 * configure: Fix bug put in by gremlins.
7826
7827 * Makefile.tpl: Substitute more autoconfily.
7828 * configure: Substitute more autoconfily.
7829 * Makefile.in: Regenerate.
7830
7831 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7832
7833 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7834 * Makefile.in (all-sim): Ditto.
7835
7836 2002-12-06 DJ Delorie <dj@redhat.com>
7837
7838 * Makefile.tpl: Change configure dependencies to not have real
7839 targets depend on phony targets.
7840
7841 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7842
7843 * configure.in: Revert unintentional change.
7844
7845 * src-release: Configure host subdirs.
7846
7847 * Makefile.tpl: Change dependency for */multilib.out so that
7848 it works when gcc isn't in the tree.
7849
7850 * configure.in: Substitute more.
7851 * configure: Run subconfigures from the Makefile.
7852 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7853 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7854
7855 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7856
7857 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7858 and corresponding dependencies.
7859 * Makefile.in: Regenerate.
7860
7861 * configure.in (host_tools): Order binutils, gas and ld for
7862 convenience in running the testsuites.
7863
7864 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7865 * Makefile.in: Regenerate.
7866 * configure.in: Introduce rules to serialize subconfigure runs.
7867
7868 * configure.in: Introduce BASE_CC_FOR_TARGET.
7869 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7870 Realize configure-build-* targets. Realize configure-target-* targets.
7871 * Makefile.in: Regenerate.
7872
7873 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7874
7875 * configure: Move gcc_version_trigger stuff from here...
7876 * configure.in: ...to here.
7877
7878 * configure.in: Separate subconfigure options added by this file from
7879 options given by the user. Add machinery to put args for host
7880 subconfigures into the Makefile.
7881
7882 * Makefile.tpl: Remove 'vault' targets.
7883 * Makefile.tpl: Reorder and comment dependencies.
7884 * Makefile.in: Regenerate.
7885
7886 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7887
7888 * configure.in: Move host-specific darwin noconfigdirs into
7889 the host-specific section.
7890
7891 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7892
7893 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7894 during replay.
7895 * Makefile.in: Regenerate.
7896
7897 (finishing slow-motion replay)
7898 * configure: Remove skip-this-dir support.
7899 * Makefile.tpl: Remove skip-this-dir support.
7900
7901 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7902 subdirectories.
7903 * Makefile.in: Regenerate.
7904
7905 * Makefile.tpl: Strip out useless setting of 'dir'.
7906 * Makefile.in: Regenerate.
7907
7908 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7909
7910 (finishing slow-motion replay)
7911 * configure.in: Fix deeply stupid bug.
7912
7913 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7914 shell code in CXX_FOR_TARGET
7915 * Makefile.def: Introduce raw_cxx.
7916 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7917 RAW_CXX_FOR_TARGET.
7918 * Makefile.in: Regenerate.
7919
7920 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7921
7922 (finishing slow-motion replay)
7923 * Makefile.tpl: Remove unnecessary ifs.
7924 * Makefile.in: Regenerate.
7925
7926 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7927 dependencies. Maybe-ize build-libiberty. Create dummy install
7928 targets for 'no_install' modules.
7929 * configure: Move GDB_TK substitution to configure.in. Move
7930 build_modules stuff to configure.in.
7931 * configure.in: Implement soft dependency machinery. Maybe-ize
7932 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7933 * Makefile.in: Regenerate.
7934
7935 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7936
7937 (continuing slow-motion replay)
7938 * Makefile.tpl: Make all-target, install-target behave similarly
7939 to all, install (only hitting configured targets). Eliminate
7940 unused macro defintions.
7941
7942 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7943 build != host.
7944
7945 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7946
7947 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7948
7949 * configure.in: Produce lists of subdir targets we're actually
7950 configuring. Remove references to "dosrel".
7951 * Makefile.tpl: Let configure set which subdir targets are hit.
7952 Remove install-cross; clean up install; remove ALL. Remove
7953 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7954 Autogenerate host module targets. Remove empty dependency lines
7955 and redundant dependency; rearrange slightly.
7956 * Makefile.def: Add host-side libtermcap, utils.
7957
7958 * Makefile.in: Regenerate.
7959
7960 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7961
7962 (Continuing slow-motion replay)
7963 * Makefile.def: Add list of recursive targets to autogenerate.
7964 Add build_modules.
7965 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7966 targets. Autogenerate *-build-* targets.
7967 * Makefile.in: Regenerate.
7968
7969 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7970
7971 (Continuing slow-motion replay)
7972 * configure: More autoconf-style substitutions.
7973 * Makefile.tpl: More autoconf-style substitutions.
7974 * Makefile.in: Regenerate.
7975
7976 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7977
7978 (Continuing slow-motion replay)
7979 * configure: Substitute more variables in a more autoconf-friendly
7980 way. Simplify slightly.
7981 * Makefile.tpl: Make more variables substitutable in an
7982 autoconf-friendly way.
7983 * Makefile.in: Regenerate.
7984
7985 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7986
7987 (Continuing slow-motion replay)
7988 * configure.in (v810*): Remove special setting of tools.
7989
7990 * configure: Add support for extra required flags for ar or nm.
7991 * configure.in (aix4.3+): Use above support for target-specific
7992 issues, rather than using config/mt-aix43.
7993
7994 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7995
7996 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7997 * configure: Remove 'removing', which doesn't work. Replace $subdir
7998 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7999 with $srcdir. Reformat indentation. Substitute some variables
8000 formerly hard-coded in the Makefile for build=host.
8001 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8002 * Makefile.def: Autogenerate more.
8003 * Makefile.in: Regenerate.
8004
8005 2002-11-13 Bruce Korb <bkorb@gnu.org>
8006
8007 * Makefile.tpl: syntactic cleanup
8008
8009 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8010
8011 * Makefile.def (host_modules): Add rda.
8012 * Makefile.in: Regenerate.
8013 * configure.in (target_tool): Add target-rda to list.
8014
8015 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8016
8017 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8018 and restrap targets to this rule.
8019 * Makefile.in: Regenerate.
8020
8021 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8022
8023 * configure.in (i[3456]86-*-linux*): Add check to disable
8024 ${libgcj} for glibc1.
8025
8026 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8027
8028 * configure.in: Add tic4x target.
8029
8030 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8031
8032 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8033 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8034 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8035 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8036 * Makefile.in: Regenerate.
8037
8038 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8039
8040 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8041 * Makefile.in: Regenerate.
8042
8043 * Makefile.def: Remove order dependency comments.
8044 * Makefile.tpl: Add explicit install-install dependencies.
8045 * Makefile.in: Regenerate.
8046
8047 * Makefile.tpl: Remove material now in src-release. (Finally!)
8048 * Makefile.in: Regenerate.
8049
8050 * configure: Restore my original patch by syncing with gcc version.
8051
8052 * Bring following over from gcc:
8053
8054 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8055
8056 * configure.in (s390*-*-linux*): Enable libgcj.
8057
8058 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8059
8060 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8061
8062 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8063
8064 * configure: Move stray lines back to where they belong.
8065
8066 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8067
8068 * Makefile.tpl: Insert configure-target target, for src-release.
8069
8070 * configure: Finish reverting change which Andrew Cagney started
8071 reverting. Should fix bustage.
8072
8073 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8074 * src-release: New file. Contains material for making net
8075 releases for gdb, binutils, et al., formerly in Makefile.in.
8076
8077 2002-09-30 Nick Clifton <nickc@redhat.com>
8078
8079 * cpu: New top level directory. Intended to hold input files for
8080 CGEN which have FSF copyright assignment.
8081 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8082
8083 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8084
8085 Revert below (note that src does not contain Makefile.tpl):
8086 * Makefile.tpl: Make subsituted variables more autoconfy.
8087 * Makefile.in: Regenerate.
8088
8089 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8090
8091 * configure: Revert accidentally applied changes.
8092
8093 * Makefile.tpl: Make more autoconf-friendly.
8094 * Makefile.in: Regenerate.
8095 * configure: Make substitution more autoconf-like.
8096
8097 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8098
8099 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8100 single entry to handle all these.
8101 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8102 libjava on arm-*-elf.
8103
8104 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8105
8106 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8107 things that depend on them.
8108
8109 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8110
8111 * Makefile.tpl: Make subsituted variables more autoconfy.
8112 * Makefile.in: Regenerate.
8113 * configure: Make seds more autoconfy.
8114
8115 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8116
8117 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8118 * Makefile.in: Regenerate.
8119 * configure.in: Rewrite sed statements to look autoconfy.
8120
8121 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8122 all-target-foo on configure-target-foo.
8123 * Makefile.def: Ditto.
8124 * Makefile.in: Rebuild.
8125
8126 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8127
8128 * Makefile.def: New file.
8129 * Makefile.tpl: New file.
8130 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8131
8132 * configure.in: Minor rearrangement. Simplify tests.
8133
8134 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8135
8136 * configure.in (with_headers): Skip copy if value is "yes".
8137 (with_libs): Likewise.
8138
8139 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8140
8141 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8142 * configure.in (sh*-*-pe*): Ditto.
8143 * configure.in (mips*-*-pe*): Ditto.
8144 * configure.in (*arm-wince-pe): Ditto.
8145
8146 * configure.in: Rearrange.
8147
8148 2002-09-12 Nick Clifton <nickc@redhat.com>
8149
8150 * Import these changes from the config master repository:
8151
8152 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8153
8154 * config.sub: Add tic4x target.
8155
8156 2002-09-03 Ben Elliston <bje@redhat.com>
8157
8158 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8159 Reported by <Duncan_Stodart@insession.com>.
8160
8161 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8162
8163 * COPYING.NEWLIB: More updates.
8164
8165 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8166
8167 * COPYING.NEWLIB: Update.
8168
8169 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8170
8171 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8172
8173 * config.guess: Import version 2002-08-23.
8174 * config.sub: Import version 2002-08-22.
8175
8176 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8177
8178 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8179 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8180 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8181
8182 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8183
8184 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8185
8186 2002-08-04 H.J. Lu (hjl@gnu.org)
8187
8188 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8189
8190 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8191
8192 * configure.in: Move generic linux case to end. Copy generic
8193 linux noconfigdirs to mips*-*-linux* entry and new
8194 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8195
8196 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8197
8198 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8199 one instance of them which was missed to the list to update.
8200
8201 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8202
8203 * config.guess: Update to 2002-07-09 version.
8204 * config.sub: Update to 2002-07-03 version.
8205
8206 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8207
8208 * configure.in: Remove two redundant tests.
8209
8210 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8211
8212 * configure.in (mips*-*-irix6*o32): Enable stabs.
8213
8214 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8215
8216 * configure.in: Don't build grez.
8217 * Makefile.in: Ditto.
8218
8219 * Makefile.in: Remove references to bsp, cygmon, libstub.
8220 * configure.in: Ditto.
8221
8222 * configure.in: Remove leftover reference to gdbtest.
8223
8224 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8225
8226 * configure.in (gxx_include_dir): Change to match versioned
8227 C++ headers if --enable-version-specific-runtime-libs is used.
8228
8229 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8230
8231 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8232
8233 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8234
8235 * configure.in: Make --without-x work.
8236
8237 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8238
8239 * contrib: New directory. Created to contain a copy of the
8240 texi2pod.pl script so that it is in the same place as the version in
8241 the FSF GCC sources.
8242
8243 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8244
8245 * configure.in: Rearrange target Makefile fragment collection.
8246
8247 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8248 cvs[src].
8249 * configure.in: Ditto.
8250
8251 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8252
8253 * Makefile.in: Eliminate 'apache' targets.
8254 * configure.in: Eliminate 'apache' targets.
8255
8256 * configure.in: Eliminate redundant tests. Reorganize.
8257
8258 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8259
8260 * config-ml.in: Eliminate references to Cygnus configure.
8261
8262 * Makefile.in: Eliminate references to building emacs.
8263
8264 2002-07-01 Denis Chertykov <denisc@overta.ru>
8265
8266 * configure.in: Add support for ip2k.
8267
8268 2002-06-24 Ben Elliston <bje@redhat.com>
8269
8270 * configure.in (host_tools): Remove cgen.
8271
8272 * Makefile.in (all-cgen): Remove; runs from its source directory.
8273 (check-cgen, install-cgen, clean-cgen): Likewise.
8274 (all-opcodes): No not depend on all-cgen.
8275 (all-sim): Likewise.
8276
8277 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8278
8279 * configure.in: Fix AIX configury bug.
8280
8281 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8282
8283 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8284
8285 * configure.in: Move definition of libstdcxx_flags right above
8286 usage, rather than way earlier.
8287
8288 * configure.in: Pull definition of is_cross_compiler earlier.
8289
8290 * configure.in: Rearrange a little.
8291
8292 * configure.in: Remove references to librx.
8293 * Makefile.in: Remove references to librx.
8294
8295 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8296
8297 * configure.in: Eliminate ${gasdir} variable.
8298
8299 2002-06-18 Dave Brolley <brolley@redhat.com>
8300
8301 * configure.in: Add support for frv.
8302 * config.sub: Add support for frv.
8303
8304 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8305
8306 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8307
8308 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8309
8310 * configure.in (vax-*-netbsd*): Re-enable gas.
8311
8312 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8313
8314 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8315 BUILD_PREFIX_1, to correct nomenclature.
8316 * configure: Likewise.
8317
8318 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8319 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8320
8321 2002-05-31 Olaf Hering <olh@suse.de>
8322
8323 * config-ml.in: Propogate DESTDIR also.
8324
8325 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8326
8327 * configure.in (vax-*-netbsd*): Don't build gas for this
8328 platform.
8329
8330 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8331
8332 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8333 and libgcj for AVR.
8334
8335 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8336
8337 * config.sub: Add DLX target.
8338
8339 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8340
8341 * config.guess: Update to 2002-05-22 version.
8342 * config.sub: Likewise.
8343
8344 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8345
8346 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8347 * config-ml.in: Likewise.
8348 * configure: Likewise.
8349 * configure.in: Likewise.
8350
8351 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8352
8353 * configure.in: Simplify makefile fragment collection.
8354
8355 * configure.in: Remove code to build emacs.
8356
8357 * configure.in : Remove --srcdir argument from targargs and buildargs
8358 (it's always overridden in the Makefile anyway). Rearrange a bit.
8359
8360 * configure: Move some logic to configure.in.
8361 * configure.in: Move some logic from configure.
8362
8363 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8364
8365 * COPYING.LIBGLOSS: New file.
8366
8367 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8368
8369 * Makefile.in: Honour DESTDIR.
8370
8371 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8372
8373 * configure.in (noconfigdirs): Don't disable libgcj on
8374 sparc64-*-solaris* and sparcv9-*-solaris*.
8375
8376 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8377
8378 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8379
8380 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8381
8382 * configure.in (FLAGS_FOR_TARGET): Do not add
8383 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8384 on i[3456]86-*-linux*.
8385
8386 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8387
8388 * configure.in (noconfigdirs): Replace [ ] with test.
8389
8390 * configure.in (noconfigdirs): Do not add target-newlib if
8391 target == i[3456]86-*-linux*, and host == target.
8392
8393 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8394
8395 * config.guess: Updated to 2002-04-26's version.
8396 * config.sub: Updated to 2002-04-26's version.
8397
8398 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8399
8400 * configure.in: delete reference to absent file
8401
8402 * configure.in: replace '[' with 'test'
8403
8404 * configure.in: Eliminate references to gash.
8405 * Makefile.in: Eliminate references to gash.
8406
8407 * configure.in: remove useless references to 'pic' makefile fragments.
8408
8409 * configure.in: (*-*-windows*) Finish removing.
8410
8411 * configure.in: Eliminate redundant test for libgui.
8412
8413 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8414
8415 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8416 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8417
8418 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8419
8420 * configure.in: remove references to dead files
8421
8422 2002-04-18 Tom Tromey <tromey@redhat.com>
8423
8424 * configure.in: Disallow configuring libgcj when it is already
8425 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8426 Solaris 2.8 by default. For PR libgcj/6158.
8427
8428 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8429
8430 * configure.in: Move default CC setting out of config/mh-* fragments
8431 directly into here.
8432
8433 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8434
8435 * configure.in: don't even try to configure or make a subdirectory
8436 if there's no configure script for it.
8437
8438 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8439
8440 * MAINTAINERS: Remove chill maintainers.
8441 * Makefile.in (CHILLFLAGS): Remove.
8442 (CHILL_LIB): Remove.
8443 (TARGET_CONFIGDIRS): Remove libchill.
8444 (CHILL_FOR_TARGET): Remove.
8445 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8446 CHILL_LIB.
8447 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8448 (CHECK_TARGET_MODULES): Likewise.
8449 (INSTALL_TARGET_MODULES): Likewise.
8450 (CLEAN_TARGET_MODULES): Likewise.
8451 (configure-target-libchill): Remove.
8452 (all-target-libchill): Remove.
8453 * configure.in (target_libs): Remove target-libchill.
8454 Do not compute CHILL_FOR_TARGET.
8455 * libchill: Remove directory.
8456
8457 2002-04-15 DJ Delorie <dj@redhat.com>
8458
8459 * Makefile.in, configure.in, configure: Sync with gcc, entries
8460 follow...
8461
8462 2002-04-08 Tom Tromey <tromey@redhat.com>
8463
8464 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8465 Fixes PR libgcj/6068.
8466
8467 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8468
8469 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8470
8471 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8472
8473 * configure.in (alpha*-dec-osf*): Enable libgcj.
8474
8475 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8476
8477 Fix for: PR bootstrap/3591, target/5676
8478 * configure.in (mcore-pe): Disable the configuration of
8479 libstdc++-v3 since exceptions are not supported.
8480
8481 2002-03-20 Anthony Green <green@redhat.com>
8482
8483 * configure.in: Enable libgcj for xscale-elf target.
8484
8485 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8486
8487 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8488 libjava.
8489 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8490
8491 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8492
8493 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8494 libstdc++-v3 and libjava.
8495
8496 2002-02-11 Adam Megacz <adam@xwt.org>
8497
8498 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8499 boehm-gc
8500
8501 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8502
8503 * config.guess: Updated to 2002-01-30's version.
8504 * config.sub: Updated to 2002-02-01's version.
8505 Contribute sh64-elf.
8506 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8507 * configure.in: Added sh64-*-*.
8508
8509 2002-01-17 H.J. Lu <hjl@gnu.org>
8510
8511 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8512 (all-target-fastjar): Also depend on all-target-libiberty.
8513
8514 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8515
8516 * configure, configure.in: Use temp file for long sed commands.
8517
8518 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8519
8520 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8521 libf2c.
8522
8523 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8524
8525 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8526
8527 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8528
8529 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8530
8531 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8532
8533 * configure: Handle temporary files securely using mkdir.
8534
8535 2001-09-26 Will Cohen <wcohen@redhat.com>
8536
8537 * configure.in (*-*-linux*): Disable configuration of target-newlib
8538 and target-libgloss.
8539
8540 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8541
8542 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8543 RANLIB.
8544
8545 2001-08-11 Graham Stott <grahams@redhat.com>
8546
8547 * Makefile.in (check-c++): Add missing semicolon.
8548
8549 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8550
8551 * configure.in (sh-*-linux*): New.
8552
8553 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8554
8555 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8556 and libgcj on m68hc11/m68hc12.
8557
8558 2001-06-27 H.J. Lu (hjl@gnu.org)
8559
8560 * Makefile (CFLAGS_FOR_BUILD): New.
8561 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8562
8563 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8564
8565 * configure.in (libstdcxx_flags): Do not try to execute
8566 libstdc++-v3/testsuite_flags until it exists.
8567
8568 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8569
8570 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8571
8572 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8573
8574 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8575
8576 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8577
8578 * configure.in: Move *-chorusos target case to the proper switch.
8579 Disable libgcj.
8580
8581 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8582
8583 * Makefile.in (STAGE1_CFLAGS): Pass down.
8584
8585 2001-04-13 Alan Modra <amodra@one.net.au>
8586
8587 * config.guess: Add hppa64-linux support. Note for next import that
8588 this is already in the master file.
8589 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8590
8591 2001-03-22 Colin Howell <chowell@redhat.com>
8592
8593 * Makefile.in (DO_X): Do not backslash single-quotes in
8594 backquotes (two places).
8595
8596 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8597
8598 * Makefile.in (DO_X): Quote nested quotes.
8599
8600 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8601
8602 * Makefile.in (DO_X): Use double quotes for quoting
8603 "RANLIB=$${RANLIB}".
8604
8605 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8606
8607 * configure.in: Only use `lang_requires' for languages athat are
8608 actually enabled.
8609
8610 2001-03-07 Tom Tromey <tromey@redhat.com>
8611
8612 * configure.in: Allow config-lang.in to set `lang_requires' to list
8613 of other required languages.
8614
8615 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8616
8617 * Makefile.in: Remove RANLIB definition. Use RANLIB
8618 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8619 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8620
8621 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8622 Alexandre Oliva <aoliva@redhat.com>
8623
8624 * Makefile.in (check-c++): Use tabs, not spaces.
8625
8626 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8627
8628 * Makefile.in (check-c++): New rule.
8629
8630 * configure.in (target_libs): Remove libg++.
8631 (noconfigdirs): Remove libg++.
8632 (noconfigdirs): Same.
8633 (noconfigdirs): Same.
8634 (noconfigdirs): Same.
8635
8636 * config-ml.in: Remove libg++ references.
8637
8638 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8639 (ALL_TARGET_MODULES): Same.
8640 (configure-target-libg++): Remove.
8641 (all-target-libg++): Remove.
8642 (configure-target-libio): Remove.
8643 (all-target-libio): Remove.
8644 (check-target-libio): Remove.
8645 (.PHONY): Remove.
8646 (libg++.tar.bz2): Remove.
8647 (all-target-cygmon): Remove libio.
8648 (all-target-libstdc++): Remove.
8649 (configure-target-libstdc++): Remove.
8650 (TARGET_LIB_PATH): Remove libstdc++.
8651 (ALL_GCC_CXX): Remove libstdc++.
8652 (all-target-gperf): Correct.
8653
8654 2001-02-15 Anthony Green <green@redhat.com>
8655
8656 * configure: Introduce GCJ_FOR_TARGET.
8657 * configure.in: Ditto.
8658 * Makefile.in: Ditto.
8659
8660 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8661
8662 * configure.in: for *-chorusos, don't config target-newlib and
8663 target-libgloss.
8664
8665 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8666
8667 Remove V2 C++ library.
8668 * configure.in: Remove --enable-libstdcxx_v3 support.
8669
8670 2001-01-27 Richard Henderson <rth@redhat.com>
8671
8672 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8673
8674 2001-01-26 Tom Tromey <tromey@redhat.com>
8675
8676 * configure.in: Allow libgcj to be built on Sparc Solaris.
8677
8678 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8679
8680 * configure.in: Enable libgcj on several additional platforms.
8681
8682 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8683
8684 * configure.in: Enable libgcj for linux targets.
8685
8686 2001-01-09 Mike Stump <mrs@wrs.com>
8687
8688 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8689 failures of subdirectories.
8690
8691 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8692
8693 * configure: handle DOS-style absolute paths.
8694
8695 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8696
8697 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8698
8699 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8700
8701 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8702 (libstdcxx_incdir): Pass down.
8703 * config.if: Remove expired bits for cxx_interface, add stub.
8704 (libstdcxx_incdir): Add variable for g++ include directory.
8705 * configure.in (gxx_include_dir): Use it.
8706
8707 2000-12-15 Andreas Jaeger <aj@suse.de>
8708
8709 * configure.in: Handle lang_dirs.
8710
8711 2000-12-13 Anthony Green <green@redhat.com>
8712
8713 * configure.in: Disable libgcj for any target not specifically
8714 listed. Disable libgcj for x86 and Alpha Linux until compatible
8715 with g++ abi.
8716
8717 2000-12-13 Mike Stump <mrs@wrs.com>
8718
8719 * Makefile.in (local-distclean): Also remove fastjar.
8720
8721 2000-12-10 Anthony Green <green@redhat.com>
8722
8723 * configure.in: Define libgcj. Disable libgcj target libraries for
8724 most targets.
8725
8726 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8727
8728 * configure.in (target_libs): Revert 2000-12-08 patch.
8729 (noconfigdirs): Added target-libjava.
8730
8731 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8732
8733 * Makefile.in: handle DOS-style absolute paths.
8734
8735 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8736
8737 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8738 libjava.
8739 * configure.in (target_libs): Removed `target-libjava'.
8740
8741 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8742
8743 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8744 (ALL_MODULES): Added fastjar.
8745 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8746 (all-target-libjava): all-fastjar replaces all-zip.
8747 (all-fastjar): Added.
8748 (configure-target-fastjar, all-target-fastjar): Likewise.
8749 * configure.in (host_tools): Added fastjar.
8750
8751 2000-12-07 Mike Stump <mrs@wrs.com>
8752
8753 * Makefile.in (local-distclean): Remove leftover built files.
8754
8755 2000-11-16 Fred Fish <fnf@be.com>
8756
8757 * configure.in (enable_libstdcxx_v3): Fix typo,
8758 libstd++ -> libstdc++.
8759
8760 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8761
8762 * configure: Provide the original toplevel configure arguments
8763 (including $0) to subprocesses in the environment rather than
8764 through gcc/configargs.h.
8765
8766 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8767
8768 * configure: Turn on libstdc++ V3 by default.
8769
8770 2000-10-16 Michael Meissner <meissner@redhat.com>
8771
8772 * configure (gcc/configargs.h): Only create if there is a build GCC
8773 directory created.
8774
8775 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8776
8777 * configure: Save configure arguments to gcc/configargs.h.
8778
8779 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8780
8781 * Makefile.in (bootstrap): avoid recursion if subdir missing
8782 (cross): ditto
8783 (do-proto-toplev): ditto
8784
8785 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8786
8787 * configure.in: Do not build byacc for hppa64. Provide paths to the
8788 X11 libraries for hppa64.
8789
8790 2000-09-02 Anthony Green <green@cygnus.com>
8791
8792 * Makefile.in (all-gcc): Depend on all-zlib.
8793 (CLEAN_MODULES): Add clean-zlib.
8794 (ALL_MODULES): Add all-zlib.
8795 * configure.in (host_libs): Add zlib.
8796
8797 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8798
8799 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8800 $targargs to tell whether newlib is going to be built.
8801
8802 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8803 $$r/TARGET_SUBDIR/libio for _G_config.h.
8804
8805 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8806
8807 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8808
8809 * configure: Make enable_threads and enable_shared defaults
8810 explicit. Substitute enable_threads into generated Makefiles.
8811 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8812 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8813
8814 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8815
8816 * configure.in: Re-enable all references to libg++ and librx.
8817
8818 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8819
8820 * configure.in: Add *-*-freebsd* configurations.
8821
8822 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8823
8824 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8825 (do-tar, do-bz2): New rules.
8826 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8827 (gdb-tar): New rule.
8828 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8829 (insight_dejagnu.tar): New rule.
8830 (insight.tar): New rule.
8831 (gdb+dejagnu.tar): New rule.
8832 (gdb.tar): New rule.
8833
8834 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8835
8836 * MAINTAINERS: Update dejagnu/
8837
8838 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8839
8840 * ltmain.sh (relink_command): Fix typo in previous change.
8841
8842 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8843
8844 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8845 (relink_command): Added --tag flags.
8846 (mode=install): If relinking fails; error out.
8847
8848 2002-03-12 Richard Henderson <rth@redhat.com>
8849
8850 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8851 .NOTPARALLEL tag.
8852 (do-check): Rename from check.
8853 (check): Allow parallel check.
8854
8855 2002-03-11 Richard Henderson <rth@redhat.com>
8856
8857 * Makefile.in (.NOTPARALLEL): Add fake tag.
8858
8859 2002-03-07 H.J. Lu (hjl@gnu.org)
8860
8861 * configure.in: Enable gprof for mips*-*-linux*.
8862
8863 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8864
8865 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8866 libjava.
8867 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8868
8869 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8870
8871 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8872
8873 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8874
8875 * config.guess: Import from master sources, rev 1.232.
8876 * config.sub: Import from master sources, rev 1.246.
8877
8878 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8879
8880 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8881 because its Makefile is there; test for the executable instead.
8882
8883 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8884
8885 Contribute sh64-elf.
8886 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8887 * configure.in: Added sh64-*-*.
8888
8889 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8890
8891 * COPYING.NEWLIB: Remove advertising clause from
8892 Berkeley and Red Hat licenses.
8893
8894 2002-02-01 Mo DeJong <supermo@bayarea.net>
8895
8896 * Makefile.in: Add all-tix to deps for all-snavigator
8897 so that tix is built when building snavigator.
8898
8899 2002-02-01 Ben Elliston <bje@redhat.com>
8900
8901 * config.guess: Import from master sources, rev 1.229.
8902 * config.sub: Import from master sources, rev 1.240.
8903
8904 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8905
8906 From Steve Ellcey <sje@cup.hp.com>:
8907 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8908 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8909 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8910 IA64.
8911 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8912 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8913 soname_spec, sys_lib_search_path_spec): Ditto.
8914
8915 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8916
8917 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8918 target-libiberty, and target-libgloss. Skip Java-related
8919 libraries if not supported for NetBSD on target CPU.
8920
8921 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8922
8923 * configure.in: Import StrongARM and XScale target_configdirs from
8924 FSF GCC version.
8925
8926 2002-01-16 H.J. Lu (hjl@gnu.org)
8927
8928 * config.guess: Import from master sources, rev 1.225.
8929 * config.sub: Import from master sources, rev 1.238.
8930
8931 * MAINTAINERS: Updated notes on config.guess and config.sub.
8932
8933 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8934
8935 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8936 ld and gdb are not supported.
8937
8938 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8939
8940 * Change reference to Cygnus Solutions to be Red Hat.
8941
8942 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8943
8944 * COPYING.NEWLIB: Update generic copyright date.
8945
8946 2002-01-07 Mark Salter <msalter@redhat.com>
8947
8948 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8949 Allow target-libgloss to be built for arm, strongarm, and xscale.
8950
8951 2002-01-03 Ben Elliston <bje@redhat.com>
8952
8953 * MAINTAINERS: Update URL for config.* scripts.
8954
8955 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8956
8957 * config.sub: Import latest version.
8958 * config.guess: Likewise.
8959
8960 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8961
8962 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8963 options for i[3456]86-pc-linux* native builds.
8964
8965 2001-12-05 Laurent Guerby <guerby@acm.org>
8966
8967 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8968 libiberty.
8969
8970 Import this patch from gcc:
8971
8972 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8973
8974 * symlink-tree: handle DOS-style absolute paths.
8975
8976 2001-11-28 DJ Delorie <dj@redhat.com>
8977 Zack Weinberg <zack@codesourcery.com>
8978
8979 When build != host, create libiberty for the build machine.
8980
8981 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8982 CONFIG_ARGUMENTS.
8983 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8984 New variables.
8985 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8986 and rules.
8987 (all.normal): Depend on ALL_BUILD_MODULES.
8988 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8989 (all-build-libiberty): Depend on configure-build-libiberty.
8990
8991 * configure: Calculate and substitute proper value for
8992 ALL_BUILD_MODULES.
8993 * configure.in: Create the build subdirectory.
8994 Calculate and substitute TARGET_CONFIGARGS (formerly
8995 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8996
8997 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8998
8999 * config.sub: Update to version 1.232 on subversion.
9000
9001 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9002
9003 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9004 files from .po files for a distribution.
9005
9006 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9007
9008 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9009
9010 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9011
9012 Merged from net gcc:
9013 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9014 * ltcf-c.sh: Use $objext, not $ac_objext.
9015 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9016 * ltcf-cxx.sh: Add support for GNU.
9017 2001-07-22 Timothy Wall <twall@redhat.com>
9018 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9019 default settings if using GNU tools with that configuration.
9020 * ltcf-cxx.sh: Ditto.
9021 * ltcf-gcj.sh: Ditto.
9022 2001-07-21 Michael Chastain <chastain@redhat.com>
9023 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9024 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9025 * ltmain.sh: Mark as gcc-local.
9026
9027 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9028
9029 * Makefile.in (all-bison): Revert 2001-10-24.
9030 Don't depend on texinfo.
9031
9032 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9033
9034 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9035
9036 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9037
9038 * configure.in (--enable-languages): Be more permissive about
9039 syntax. Check for empty lists better. Warn about $LANGUAGES.
9040
9041 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9042
9043 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9044
9045 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9046
9047 Makefile.in (all-bison): Don't depend on texinfo.
9048
9049 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9050
9051 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9052
9053 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9054
9055 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9056
9057 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9058
9059 * config.sub, config.guess: Import latest from subversions.
9060
9061 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9062
9063 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9064 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9065 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9066 avoid quotes nesting problems.
9067 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9068 (DO_X): Export only variables that are set.
9069
9070 2001-09-19 Ben Elliston <bje@redhat.com>
9071
9072 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9073 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9074 semantics. Use the shell built-in "type" command instead.
9075
9076 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9077
9078 * config.sub: Reverted the earlier change, this version is not the
9079 master file.
9080
9081 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9082
9083 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9084 Add support for mips64.
9085
9086 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9087
9088 * configure.in: Enable libstdc++-v3 for h8300 targets.
9089
9090 2001-08-30 Eric Christopher <echristo@redhat.com>
9091 Jason Eckhardt <jle@redhat.com>
9092
9093 * config.sub: Add support for mipsisa32.
9094
9095 2001-08-30 Eric Christopher <echristo@redhat.com>
9096
9097 * config.sub, config.guess: Import latest from subversions.
9098
9099 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9100
9101 * config.sub, config.guess: Import latest from subversions.
9102
9103 2001-07-26 DJ Delorie <dj@redhat.com>
9104
9105 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9106
9107 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9108
9109 * Makefile.in: Revert 2001-06-17.
9110 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9111
9112 2001-06-17 H.J. Lu <hjl@gnu.org>
9113
9114 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9115 (gas+binutils.tar.bz2): Likewise.
9116 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9117
9118 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9119
9120 * Makefile.in (VER): When present, extract the version number from
9121 the file version.in.
9122
9123 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9124
9125 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9126 gcc/xgcc is built, use -print-prog-name to find out the program
9127 name to use.
9128
9129 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9130
9131 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9132 with_gcc]: Use `gcc -shared' to build a shared library.
9133
9134 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9135
9136 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9137 archives.
9138
9139 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9140
9141 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9142 libraries when using g++ with native linker.
9143
9144 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9145
9146 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9147
9148 2001-05-24 Tom Rix <trix@redhat.com>
9149
9150 * configure.in : enable ld for aix
9151
9152 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9153
9154 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9155 [aix4*|aix5*]: Prepend blank.
9156
9157 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9158
9159 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9160 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9161 of subdir/configure scripts to use the new libtool.m4.
9162
9163 2001-05-14 H.J. Lu <hjl@gnu.org>
9164
9165 * config.if (libc_interface): Set to -libc6.2- for cross
9166 compiling to Linux/glibc 2.2.
9167
9168 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9169
9170 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9171 libgcj.
9172
9173 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9174
9175 * configure.in (noconfigdirs): Don't reset it from scratch in the
9176 target case; only append to it.
9177
9178 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9179
9180 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9181 sparc-*-solaris2.8]: Disable ${libgcj}.
9182
9183 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9184
9185 * configure.in (libgcj_saved): Copy from $libgcj.
9186 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9187 --disable-libgcj.
9188
9189 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9190
9191 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9192 1.641.2.228.
9193
9194 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9195
9196 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9197 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9198
9199 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9200
9201 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9202 New macros.
9203 (bootstrap, cross): Use RECURSE_FLAGS.
9204 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9205
9206 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9207
9208 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9209
9210 2001-03-23 Nick Clifton <nickc@redhat.com>
9211
9212 * README-maintainer-mode: Add note about inability to use "make
9213 distclean" in maintainer mode.
9214
9215 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9216
9217 Re-installed:
9218 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9219 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9220 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9221 * ltcf-cxx.sh: Likewise.
9222 * ltcf-gcj.sh: Likewise.
9223
9224 2001-03-22 Philip Blundell <philb@gnu.org>
9225
9226 * config.sub, config.guess: Import latest from subversions.
9227
9228 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9229
9230 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9231 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9232
9233 2001-03-20 Michael Chastain <chastain@redhat.com>
9234
9235 * Makefile.in: all-m4 depends on all-texinfo.
9236
9237 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9238
9239 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9240
9241 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9242
9243 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9244 longer valid.
9245
9246 2001-02-16 Nick Clifton <nickc@redhat.com>
9247
9248 * configure.in (noconfigdirs): Allow configuration of texinfo
9249 for Cygwin hosts.
9250
9251 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9252
9253 * config.guess: Add linux target for S/390.
9254 * config.sub: Likewise.
9255 * configure.in: Likewise.
9256
9257 2001-02-06 Ben Elliston <bje@redhat.com>
9258
9259 * configure: Output host type to stdout, not stderr.
9260
9261 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9262
9263 * config.guess: Import from subversions.gnu.org (revision 1.181).
9264 * config.sub: Import from subversions.gnu.org (revision 1.199).
9265
9266 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9267
9268 * config.guess: Handle hppa64-linux systems.
9269
9270 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9271
9272 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9273 Don't unset, it's non-portable and no longer necessary, set to empty
9274 instead.
9275
9276 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9277
9278 * ltconfig: Shell portability fix for the tagname validity check.
9279
9280 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9281
9282 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9283
9284 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9285
9286 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9287 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9288
9289 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9290
9291 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9292 keep at least one of build_libtool_libs or build_old_libs set to
9293 yes.
9294
9295 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9296
9297 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9298 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9299
9300 2000-11-07 Philip Blundell <pb@futuretv.com>
9301
9302 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9303
9304 2000-11-03 Philip Blundell <pb@futuretv.com>
9305
9306 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9307 files.
9308
9309 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9310
9311 * COPYING.NEWLIB: Put into source repository.
9312
9313 2001-01-15 Ben Elliston <bje@redhat.com>
9314
9315 * configure.in (host_tools): Add sid.
9316 Always configure cgen.
9317 * Makefile.in (all-sid): New target.
9318 (check-sid, clean-sid, install-sid): Likewise.
9319
9320 2001-01-07 Andreas Jaeger <aj@suse.de>
9321
9322 * config.sub, config.guess: Update from subversions.
9323
9324 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9325
9326 * configure.in: Disable language-specific target libraries for
9327 languages that aren't enabled.
9328
9329 2000-11-24 Nick Clifton <nickc@redhat.com>
9330
9331 * configure.in (xscale-elf): Add target.
9332 (xscale-coff): Add target.
9333 (c4x, c5x, tic54x): Move after ARM targets.
9334
9335 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9336
9337 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9338
9339 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9340
9341 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9342
9343 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9344
9345 * Makefile.in: Merge with GCC and libgcj.
9346 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9347 configure-target-<library> when their configure scripts need the C
9348 or C++ library to have already been built to work properly.
9349 (do_proto_toplev): Set them to an empty string.
9350
9351 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9352
9353 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9354 (REALLY_SET_LIB_PATH): Use them.
9355
9356 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9357
9358 * config.sub: Add support for Sun Chorus
9359
9360 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9361
9362 * config.sub: Add support for the *-storm-chaos OS.
9363
9364 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9365
9366 * configure.in (noconfigdirs): Don't compile some
9367 of the libraries for 68HC11 & 68hc12 targets.
9368
9369 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9370
9371 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9372 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9373 all affected `configure' scripts.
9374
9375 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9376
9377 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9378 ltcf-c.sh.
9379
9380 2000-09-12 Philip Blundell <philb@gnu.org>
9381
9382 * config.sub, config.guess: Update from subversions.
9383
9384 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9385
9386 * Makefile.in (all-zlib): Added dummy target.
9387
9388 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9389 multi-language branch.
9390
9391 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9392
9393 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9394 (bootstrap*): Depend on all-bootstrap.
9395
9396 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9397
9398 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9399 crosses, but add gcc/include to the header search path for them.
9400
9401 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9402
9403 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9404 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9405 * gettext.m4: New file, extracted from aclocal.m4.
9406
9407 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9408
9409 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9410 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9411 sub-configures.
9412
9413 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9414
9415 * Makefile.in (ALL_MODULES): Add all-cgen.
9416 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9417 (all-cgen): New target.
9418 (all-opcodes,all-sim): Depend on all-cgen.
9419 * configure.in (host_tools): Add cgen.
9420 Only configure cgen if --enable-cgen-maint.
9421
9422 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9423
9424 * config-ml.in (CC, CXX): Don't introduce a leading space.
9425
9426 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9427
9428 * configure.in (libstdcxx_flags): Use
9429 libstdc++-v3/src/libstdc++.INC.
9430
9431 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9432
9433 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9434
9435 2000-08-11 Jason Merrill <jason@redhat.com>
9436
9437 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9438 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9439 (FLAGS_FOR_TARGET): Not here.
9440 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9441
9442 2000-08-07 DJ Delorie <dj@redhat.com>
9443
9444 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9445 "if we're also building gcc, and it's a gcc that will run on the
9446 build machine, we want to use its includes instead of the system's
9447 default includes".
9448
9449 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9450
9451 * configure.in (libstdcxx_flags): Don't use `"'.
9452
9453 * config-ml.in: Adjust multilib search paths to the
9454 appropriate multilib tree.
9455
9456 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9457
9458 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9459 commas in $LANGUAGES.
9460
9461 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9462
9463 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9464
9465 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9466
9467 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9468 CXX_FOR_TARGET for sed.
9469
9470 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9471
9472 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9473 Do not override if already set in the environment or in configure.
9474 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9475 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9476
9477 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9478
9479 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9480 (GCC_FOR_TARGET): Use it.
9481 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9482 * configure.in: ... here.
9483 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9484 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9485
9486 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9487
9488 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9489 (configure-target-libchill, configure-target-libobjc): Likewise.
9490
9491 * configure.in: Use the same cache file for all target libs.
9492 * config-ml.in: But different cache files per multilib variant.
9493
9494 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9495
9496 * configure (topsrcdir): Don't use dirname.
9497
9498 2000-07-20 Jason Merrill <jason@redhat.com>
9499
9500 * configure.in: Remove all references to libg++ and librx.
9501
9502 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9503
9504 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9505
9506 * config.sub: Update to subversions version 2000-07-06.
9507
9508 2000-07-12 Andrew Haley <aph@cygnus.com>
9509
9510 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9511 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9512
9513 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9514
9515 * symlink-tree: Check number of arguments.
9516
9517 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9518
9519 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9520
9521 2000-07-05 Jim Wilson <wilson@cygnus.com>
9522
9523 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9524 search path for a g++ extracted from the build tree. This
9525 will allow link tests run by configure scripts in
9526 subdirectories to succeed.
9527
9528 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9529
9530 * ltconfig: Add support for mips-dde-sysv4.2MP
9531
9532 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9533
9534 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9535 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9536
9537 2000-06-19 Timothy Wall <twall@cygnus.com>
9538
9539 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9540 * config.sub: Add tic54x target.
9541
9542 2000-06-07 Phillip Thomas <pthomas@suse.de>
9543
9544 * README-maintainer-mode: New file: Contains notes on using
9545 --enable-maintainer-mode with binutils.
9546
9547 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9548
9549 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9550
9551 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9552
9553 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9554 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9555
9556 20000-05-21 H.J. Lu (hjl@gnu.org)
9557
9558 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9559 directory are used if they exist. Make sure
9560 $(build_tooldir)/include is searched for header files,
9561 $(build_tooldir)/lib/ for library files.
9562 (GCC_FOR_TARGET): Likewise.
9563 (CXX_FOR_TARGET): Likewise.
9564
9565 2000-05-18 Jeffrey A Law (law@cygnus.com)
9566
9567 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9568
9569 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9570
9571 * Makefile.in (configure-target-libiberty): Depend on
9572 configure-target-newlib.
9573
9574 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9575
9576 * configure.in, Makefile.in: Merge all libffi-related
9577 configury stuff from the libgcj tree.
9578
9579 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9580
9581 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9582 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9583
9584 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9585
9586 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9587 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9588 current version information. Add to proto-toplev directory.
9589 (gdb-taz): Build do-djunpack.
9590
9591 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9592
9593 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9594
9595 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9596
9597 * ltmain.sh: Preserve in relink_command any environment
9598 variables that may affect the linker behavior.
9599
9600 2000-05-12 Jeffrey A Law (law@cygnus.com)
9601
9602 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9603
9604 2000-05-10 Jim Wilson <wilson@cygnus.com>
9605
9606 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9607
9608 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9609
9610 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9611 with the version name.
9612
9613 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9614
9615 * config.if: Tweak.
9616
9617 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * djunpack.bat: New file.
9620
9621 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9622
9623 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9624 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9625 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9626 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9627
9628 2000-04-16 Dave Pitts <dpitts@cozx.com>
9629
9630 * config.sub (case $basic_machine): Change default for "ibm-*"
9631 to "openedition".
9632
9633 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9634
9635 * Makefile.in (gdb-taz): New target. GDB specific archive.
9636 (do-md5sum): New target.
9637 (MD5PROG): Define.
9638 (PACKAGE): Default to TOOL.
9639 (VER): Default to a shell script.
9640 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9641 md5 checksum generation.
9642 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9643 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9644 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9645 insight.tar.bz2): Use gdb-taz to create archive.
9646
9647 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9648
9649 * configure (warn_cflags): Delete.
9650
9651 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9652 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9653
9654 * configure.in (enable_libstdcxx_v3): Add.
9655 (target_libs): Add bits here to switch between libstdc++-v2 and
9656 libstdc++-v3.
9657 * config.if: And this file too.
9658 * Makefile.in: Add libstdc++-v3 targets.
9659
9660 2000-04-05 Michael Meissner <meissner@redhat.com>
9661
9662 * config.sub (d30v): Add d30v as a basic machine type.
9663
9664 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9665
9666 * configure.in: -linux-gnu*, not -linux-gnu.
9667
9668 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9669
9670 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9671 (do-tar-bz2): Replace TOOL with PACKAGE.
9672 (gdb.tar.bz2): Remove GDBTK from GDB package.
9673 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9674 dejagnu.tar.bz2): New packages.
9675
9676 2000-02-27 Andreas Jaeger <aj@suse.de>
9677
9678 * configure.in: Add entry for mips*-*-linux*, move catch all
9679 *-*-*linux* entry below this one.
9680
9681 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9682
9683 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9684
9685 2000-02-24 Nick Clifton <nickc@cygnus.com>
9686
9687 * config.sub: Support an OS of "wince".
9688
9689 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9690
9691 * config.guess, config.sub: Updated to match config's 2000-02-15
9692 version.
9693
9694 2000-02-23 Linas Vepstas <linas@linas.org>
9695
9696 * config.sub: Add support for Linux/IBM 370.
9697 * configure.in: Likewise.
9698
9699 2000-02-22 Nick Clifton <nickc@cygnus.com>
9700
9701 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9702
9703 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9704
9705 * config.guess: Guess "cygwin" rather than "cygwin32".
9706
9707 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9708
9709 * configure (gcc_version): When setting, narrow search to
9710 lines containing `version_string'.
9711
9712 2000-02-15 Denis Chertykov <denisc@overta.ru>
9713
9714 * config.sub: Add support for avr target.
9715
9716 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9717
9718 * config.sub: Add mmix-knuth-mmixware.
9719
9720 2000-01-27 Christopher Faylor <cgf@redhat.com>
9721
9722 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9723 structure stuff to -L library search.
9724 (CXX_FOR_TARGET): Ditto.
9725 (CROSS_CHECK_MODULES): Fix spelling mistake.
9726
9727 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9728
9729 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9730 the C++ compiler.
9731
9732 2000-01-12 Richard Henderson <rth@cygnus.com>
9733
9734 * configure.in: Don't build some bits for beos.
9735
9736 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9737
9738 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9739 as include files.
9740
9741 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9742
9743 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9744 not mh-aix43.
9745
9746 1999-12-14 Richard Henderson <rth@cygnus.com>
9747
9748 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9749 * config.sub: Accept alphaev[78], alphaev8.
9750
9751 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9752
9753 * config.guess, config.sub: Update from autoconf.
9754
9755 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9756
9757 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9758 necessary libraries are missing.
9759
9760 1999-10-25 Andreas Schwab <schwab@suse.de>
9761
9762 * configure: Fix quoting inside arguments of eval.
9763
9764 1999-10-21 Nick Clifton <nickc@cygnus.com>
9765
9766 * config-ml.in: Allow suppression of some ARM multilibs.
9767
9768 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9769
9770 * config.guess: Add OS/390 match pattern.
9771 * config.sub: Add mvs, openedition targets.
9772 * configure.in (i370-ibm-opened*): New.
9773
9774 1999-09-04 Steve Chamberlain <sac@pobox.com>
9775
9776 * config.sub: Add support for configuring for pj.
9777
9778 1999-08-31 Nick Clifton <nickc@cygnus.com>
9779
9780 * config.sub (maybe_os): Add support for configuring for fr30.
9781
9782 1999-08-25 Nick Clifton <nickc@cygnus.com>
9783
9784 * configure.in: Do not configure or build ld for AIX
9785 platforms. ld is known to be broken on these platforms.
9786
9787 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9788
9789 * config-ml.in: Pass compiler flag corresponding to multidirs to
9790 subdir configures.
9791
9792 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9793
9794 * Makefile.in (LDFLAGS): Define.
9795
9796 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9797
9798 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9799 noconfigdirs.
9800 (*-*-cygwin*): Likewise.
9801
9802 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9803
9804 * mkdep: New file.
9805 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9806 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9807
9808 From Eli Zaretskii <eliz@is.elta.co.il>:
9809 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9810 long file name when using DJGPP on MS-DOS.
9811
9812 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9813
9814 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9815
9816 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9817
9818 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9819 dependency as this causes "make check" to globally "make all"
9820
9821 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9822
9823 * configure.in (target_libs): Added target-zlib.
9824 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9825 (CONFIGURE_TARGET_MODULES): Likewise.
9826 (CHECK_TARGET_MODULES): Likewise.
9827 (INSTALL_TARGET_MODULES): Likewise.
9828 (CLEAN_TARGET_MODULES): Likewise.
9829 (configure-target-zlib): New target.
9830 (all-target-zlib): Likewise.
9831 (all-target-libjava): Depend on all-target-zlib.
9832 (configure-target-libjava): Depend on configure-target-zlib.
9833
9834 * Makefile.in (configure-target-libjava): Depend on
9835 configure-target-newlib.
9836 (configure-target-boehm-gc): New target.
9837 (configure-target-qthreads): New target.
9838
9839 * configure.in (target_libs): Added target-qthreads.
9840 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9841 (CONFIGURE_TARGET_MODULES): Likewise.
9842 (CHECK_TARGET_MODULES): Likewise.
9843 (INSTALL_TARGET_MODULES): Likewise.
9844 (CLEAN_TARGET_MODULES): Likewise.
9845 (all-target-qthreads): New target.
9846 (configure-target-libjava): Depend on configure-target-qthreads.
9847 (all-target-libjava): Depend on all-target-qthreads.
9848
9849 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9850 (CONFIGURE_TARGET_MODULES): Likewise.
9851 (CHECK_TARGET_MODULES): Likewise.
9852 (INSTALL_TARGET_MODULES): Likewise.
9853 (CLEAN_TARGET_MODULES): Likewise.
9854 (all-target-libjava): New target.
9855 (all-target-boehm-gc): Likewise.
9856 * configure.in (target_libs): Added libjava, boehm-gc.
9857
9858 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9859
9860 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9861 configure.bat in SUPPORT_FILES.
9862 (gas+binutils.tar.bz2): Likewise.
9863
9864 * makeall.bat: Remove; obsolete.
9865
9866 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9867
9868 From Mark Elbrecht:
9869 * configure.bat: Remove; obsolete.
9870
9871 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9872
9873 * configure: Add -W -Wall to the default CFLAGS when compiling with
9874 gcc.
9875
9876 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9877
9878 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9879
9880 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9881
9882 * configure.in: Build ld on IRIX6.
9883
9884 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9885
9886 * Makefile.in: Change distribution targets to use bzip2 instead of
9887 gzip.
9888 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9889 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9890
9891 1999-06-04 Nick Clifton <nickc@cygnus.com>
9892
9893 * config.sub: Add mcore target.
9894
9895 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9896
9897 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9898
9899 1999-05-25 H.J. Lu (hjl@gnu.org)
9900
9901 * config.guess (dummy): Changed to $dummy.
9902
9903 1999-05-24 Nick Clifton <nickc@cygnus.com>
9904
9905 * config.sub: Tidied up case statements.
9906
9907 1999-05-22 Ben Elliston <bje@cygnus.com>
9908
9909 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9910 <jiro@din.or.jp>.
9911
9912 * config.guess: Merge with FSF version. Future changes will be
9913 more accurately recorded in this ChangeLog.
9914 * config.sub: Likewise.
9915
9916 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9917
9918 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9919
9920 1999-04-30 Tom Tromey <tromey@cygnus.com>
9921
9922 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9923
9924 1999-04-23 Tom Tromey <tromey@cygnus.com>
9925
9926 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9927
9928 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9929
9930 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9931 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9932 Bad merge removed these two changes.
9933
9934 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9935 Martin Heller (Ing.-Buero_Heller@t-online.de)
9936
9937 * config.guess (interix Alpha): Add.
9938
9939 1999-04-11 Richard Henderson <rth@cygnus.com>
9940
9941 * configure.in (i?86-*-beos*): Do config gperf; don't config
9942 gdb, newlib, or libgloss.
9943
9944 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9945
9946 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9947 link a trivial program with -mabi=64. If it fails, remove mabi=64
9948 from multidirs.
9949
9950 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9951
9952 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9953
9954 1999-04-08 Nick Clifton <nickc@cygnus.com>
9955
9956 * config.sub: Add support for mcore targets.
9957
9958 1999-04-07 Michael Meissner <meissner@cygnus.com>
9959
9960 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9961 not mt-ospace, in order to shut up assembler warning about using
9962 symbols that are named the same as registers.
9963
9964 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9965
9966 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9967 dependency list for all-target-cygmon.
9968
9969 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9970
9971 * config-ml.in: Check $host, not $target, for selective multilibs.
9972 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9973 thumb interworking, and underscore prefix multilibs.
9974
9975 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9976
9977 * missing: Update to version from current automake.
9978
9979 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9980
9981 * configure (gxx_include_dir): Removed.
9982
9983 * configure.in (gxx_include_dir): Handle it.
9984 * Makefile.in: Likewise.
9985
9986 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9987
9988 * config.sub (mips64vr4111,mips64vr4111el) Add.
9989
9990 1999-03-21 Ben Elliston <bje@cygnus.com>
9991
9992 * config.guess: Correct typo for detecting ELF on FreeBSD.
9993
9994 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9995
9996 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9997 config/mh-djgpp.
9998
9999 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10000
10001 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10002 all-target-newlib to dependency list for all-target-bsp.
10003
10004 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10005
10006 * config.sub: Add i386-uwin support.
10007 * config.guess: Likewise.
10008
10009 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10010
10011 * configure.in: cleanup, add mh-*pic handling for arm, special
10012 case powerpc*-*-aix*
10013
10014 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10015
10016 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10017 can be built.
10018
10019 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10020
10021 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10022 targets.
10023
10024 1999-03-02 Nick Clifton <nickc@cygnus.com>
10025
10026 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10027
10028 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10029
10030 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10031
10032 1999-02-24 Nick Clifton <nickc@cygnus.com>
10033
10034 * config.sub: Fix typo in arm recognition.
10035
10036 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10037
10038 * configure.in (noconfigdirs): Changed target_configdirs to
10039 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10040 rather than m68k-*-* since it is not known to work on
10041 m68k-aout. Ditto for arm-*-*oabi.
10042
10043 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10044
10045 * configure.in (*-*-windows*): Remove, no longer used.
10046
10047 1999-02-19 Ben Elliston <bje@cygnus.com>
10048
10049 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10050 Smart and improved by Andrew Cagney.
10051
10052 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10053
10054 * config.guess: Recognize openbsd-*-hppa.
10055
10056 1999-02-17 H.J. Lu (hjl@gnu.org)
10057
10058 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10059 only if it is not empty.
10060
10061 1999-02-17 Nick Clifton <nickc@cygnus.com>
10062
10063 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10064
10065 * config.guess: Modified to recognize uname's armv* syntax.
10066
10067 * config.sub: Modified to recognize uname's armv* syntax.
10068
10069 1999-02-17 Mark Salter <msalter@cygnus.com>
10070
10071 * configure.in: Added target-bsp for sparclite.
10072
10073 1999-02-08 Richard Henderson <rth@cygnus.com>
10074
10075 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10076
10077 1999-02-08 Nick Clifton <nickc@cygnus.com>
10078
10079 * configure.in: Add support for strongarm port.
10080 * config.sub: Add support for strongarm target.
10081
10082 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10083
10084 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10085 the old name config/mh-cygwin32.
10086 Enable texinfo.
10087
10088 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * configure.in: Do build ld for ix86 Solaris.
10091
10092 1999-02-02 Jim Wilson <wilson@cygnus.com>
10093
10094 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10095 $AR_FOR_TARGET. Likewise for RANLIB.
10096
10097 1999-02-02 Catherine Moore <clm@cygnus.com>
10098
10099 * config.sub (oabi): Recognize.
10100 * configure.in (arm-*-oabi): Handle.
10101
10102 1999-01-30 Robert Lipe (robertlipe@usa.net)
10103
10104 * config.guess: Improve detection of i686 on UnixWare 7.
10105
10106 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10107
10108 * config.guess: Add support for i386-pc-interix.
10109 * config.sub: Likewise.
10110 * configure.in: Likewise.
10111
10112 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10113
10114 * Makefile.in: Remove unneeded all-target-libio from
10115 from all-target-winsup target since it is now unneeded.
10116 Add all-target-libtermcap in its place since it is now
10117 needed.
10118
10119 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10120
10121 * configure.in: makefile stub for cygwin target is probably
10122 unnecessary. Remove it for now.
10123
10124 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10125
10126 * configure.in: libtermcap.a should be built when cygwin is the
10127 target as well as the host.
10128 * config.guess: Allow mixed case in cygwin uname output.
10129 * Makefile.in: Add libtermcap target.
10130
10131 1998-12-23 Jeffrey A Law (law@cygnus.com)
10132
10133 * config.sub: Clean up handling of hppa2.0.
10134
10135 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10136
10137 * config.guess: Use C code to identify more HP machines.
10138
10139 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10140
10141 * config.sub: Handle hppa2.0.
10142
10143 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10144
10145 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10146 cygmon for all sparclite targets, regardless of object format.
10147
10148 1998-12-15 Mark Salter <msalter@cygnus.com>
10149
10150 * configure.in: Added target-bsp for several target architectures.
10151
10152 * Makefile.in: Added rules for bsp.
10153
10154 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10155
10156 * config.guess: Improve detection of hppa2.0 processors.
10157
10158 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10159
10160 * config.guess: Recognize FreeBSD using ELF automatically.
10161
10162 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10163
10164 * configure (skip-this-dir): Add handling for new shell script, which
10165 might be created by a sub-directory's configure to indicate, this particular
10166 directory is "unwanted".
10167 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10168
10169 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10170
10171 * ltconfig: import from libtool, after changing libtool to
10172 account for the cygwin name change.
10173
10174 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10175
10176 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10177 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10178
10179 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10180
10181 * configure.in: Add libtermcap to list of cygwin dependencies.
10182
10183 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10184
10185 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10186 they include winsup/include when it's a cygwin target.
10187
10188 1998-11-12 Tom Tromey <tromey@cygnus.com>
10189
10190 * configure.in (host_tools): Added zip.
10191 * Makefile.in (all-target-libjava): Depend on all-zip.
10192 (all-zip): New target.
10193 (ALL_MODULES): Added all-zip.
10194 (NATIVE_CHECK_MODULES): Added check-zip.
10195 (INSTALL_MODULES): Added install-zip.
10196 (CLEAN_MODULES): Added clean-zip.
10197
10198 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10199
10200 * Makefile.in: lose "32" from comment about cygwin.
10201
10202 1998-11-05 Nick Clifton <nickc@cygnus.com>
10203
10204 * configure.in: Use -Os to build target libraries for the fr30.
10205
10206 1998-11-04 Dave Brolley <brolley@cygnus.com>
10207
10208 * config.sub: Add fr30.
10209
10210 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10211
10212 * configure.in: drop "32" from config/mh-cygwin32. Check
10213 cygwin* instead of cygwin32*.
10214 * config.sub: Check cygwin* instead of cygwin32*.
10215
10216 1998-10-22 Robert Lipe <robertl@dgii.com>
10217
10218 * config.guess: Match any version of Unixware7.
10219
10220 1998-10-20 Syd Polk <spolk@cygnus.com>
10221
10222 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10223 if desired.
10224
10225 1998-10-18 Jeffrey A Law (law@cygnus.com)
10226
10227 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10228 these if the appropriate directories and files to not exist.
10229
10230 1998-10-14 Jeffrey A Law (law@cygnus.com)
10231
10232 * Makefile.in (DEVO_SUPPORT): Add config.if.
10233
10234 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10235
10236 * configure: Add pattern to replace "build_tooldir"'s
10237 definition in the generated Makefile with "tooldir"'s
10238 actual value.
10239
10240 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10241
10242 * config.sub: Bring back lost sparcv9.
10243
10244 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10245
10246 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10247
10248 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10249 CC_FOR_TARGET and friends.
10250
10251 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10252
10253 * Makefile.in (build_tooldir): New variable, same as tooldir.
10254 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10255 -B$(build_tooldir)/bin/.
10256 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10257
10258 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10259
10260 * config.sub: Add support for i[34567]86-pc-udk.
10261 * configure.in: Likewise.
10262
10263 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10264
10265 * Makefile.in: add bzip2 package building bits for user
10266 tools module
10267 * configure.in: ditto
10268
10269 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10270
10271 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10272 (ALL_TARGET_MODULES): Add all-target-libobjc.
10273 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10274 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10275 (all-target-libchill): Add dependencies.
10276 * configure.in (target_libs): Add libchill.
10277
10278 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10279
10280 * configure.in (target_subdir): Remove duplicate line.
10281
10282 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10283
10284 * Makefile.in (all-automake): fix dependencies.
10285
10286 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10287
10288 * configure.in: Minor cleanups for building in the $(target_alias)
10289 subdir.
10290
10291 1998-09-22 Jim Wilson <wilson@cygnus.com>
10292
10293 * Makefile.in (bootstrap): Set r and s before make all. Use
10294 BASE_FLAGS_TO_PASS in make all.
10295 (cross): Likewise.
10296
10297 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10298
10299 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10300
10301 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10302
10303 * config.sub: Fix typo in last change.
10304
10305 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10306
10307 * config.sub: Add support for C4x target.
10308 * configure.in: Likewise.
10309
10310 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10311
10312 * config.sub: Recognize sparcv9 just like sparc64.
10313
10314 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10315
10316 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10317
10318 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10319
10320 * config.guess: Correctly identify Pentium II sco boxes.
10321
10322 * config.guess: Fix "tr" code. From Weiwen Liu.
10323
10324 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10325
10326 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10327 stabs.
10328
10329 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10330
10331 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10332 (ALL_TARGET_MODULES): Add all-target-libchill.
10333 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10334 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10335 (all-target-libchill): Add dependencies.
10336 * configure.in (target_libs): Add libchill.
10337
10338 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10339
10340 * config.guess: Avoid assumptions about "tr" behaves when
10341 LANG is set to something other than English.
10342
10343 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10344
10345 * configure (gxx_include_dir): Changed to
10346 '${prefix}/include/g++'-${libstdcxx_interface}.
10347
10348 * config.if: New to determine the interfaces.
10349
10350 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10351
10352 * config.guess: Detect and handle MPE/IX.
10353 * config.sub: Deal with MPE/IX.
10354
10355 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10356
10357 * configure.in: Use mh-aix43.
10358
10359 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10360
10361 * configure: Fix --without/--disable cases for gxx-include-dir.
10362
10363 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10364
10365 * mdata-sh: Imported. Needed for automake support.
10366
10367 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10368
10369 * Makefile.in (taz): Try "chmod -R og=u ." before
10370 "chmod og=u `find . -print`".
10371
10372 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10373
10374 * configure.in: Add arm-elf and thumb-elf support.
10375
10376 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10377
10378 * Makefile.in: Undo previous patch.
10379
10380 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10381
10382 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10383 to here ...
10384 (install-no-fixedincludes): and here
10385 (INSTALL_MODULES): ... from here.
10386
10387 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10388
10389 * config.sub: Merge with FSF.
10390
10391 * config.guess: Merge with FSF.
10392
10393 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10394
10395 * configure (extraconfigdirs): New variable.
10396 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10397 * Makefile.in (all): Move higher in file.
10398 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10399 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10400 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10401 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10402 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10403
10404 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10405
10406 * Makefile.in (all-target-libjava): Depend on all-gcc and
10407 all-target-newlib.
10408 (configure-target-libjava): Depend on $(ALL_GCC).
10409
10410 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10411
10412 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10413 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10414
10415 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10416
10417 * ylwrap: Change absolute path checks to check for DOS style path
10418 names.
10419
10420 * ylwrap: Don't use a full path name if the source file is in the
10421 same directory. From hjl@lucon.org (H.J. Lu).
10422
10423 * config-ml.in: Default to being verbose, to match Feb 18 change to
10424 configure.
10425
10426 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10427
10428 Brought over from egcs:
10429
10430 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10431
10432 * configure.in (target_subdir): Set to ${target_alias} instead
10433 of "libraries".
10434
10435 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10436
10437 * configure.in (target_subdir): Set to libraries if enable_multilib.
10438
10439 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10440
10441 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10442 multilibs, force reconfiguration the first time we create
10443 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10444
10445 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10446
10447 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10448 avoid confusion with --no-recursion.
10449
10450 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10451
10452 * configure.in: Win32 hosts shouldn't use install -x
10453 * install-sh: remove -x option, and special .exe-handling
10454 hack.
10455
10456 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10457
10458 * config.guess: Recognize i586-pc-beos.
10459 * configure.in: Don't build some bits for beos.
10460
10461 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10462
10463 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10464 CFLAGS default to -O2.
10465
10466 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10467 when using GNU ld.
10468
10469 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * ltmain.sh: Correct install when using a different shell.
10472
10473 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10474
10475 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10476
10477 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10478
10479 * makefile.vms: Update to build binutils/makefile.vms. Add install
10480 target.
10481
10482 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10483
10484 * ltconfig: Update to correct AIX handling.
10485
10486 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10487
10488 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10489
10490 * configure.in (target_subdir): Set to ${target_alias} instead
10491 of "libraries".
10492
10493 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10494
10495 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10496 (Makefile): Depend on $(gcc_version_trigger).
10497
10498 * configure (gcc_version): Change default initializer to empty
10499 string.
10500 (gcc_version_trigger): New variable; pass this variable down
10501 to subdir configures to enable them checking gcc's version
10502 themselves. Emit make macros for both gcc_version vars.
10503 (topsrcdir): Initialize reliably.
10504 (recursion line): Remove --with-gcc-version=${gcc_version}.
10505
10506 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10507
10508 * configure (enable_version_specific_runtime_libs): Implement new flag
10509 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10510 in $(libsubdir); emit definition in each generated Makefile.
10511 (gxx_include_dir): Initialize depending on
10512 $enable_version_specific_runtime_libs.
10513
10514 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10515
10516 * configure (gcc_version): Initialize properly depending on
10517 how and where configure is started.
10518 (recursion line): Pass a --with-gcc-version=${gcc_version}
10519 to configures in subdirs.
10520
10521 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10522
10523 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10524 cygmon
10525
10526 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10527
10528 * configure.in: Add cygmon and libstub support for mn10200.
10529
10530 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10531
10532 * configure (gcc_version): Add new variable describing the
10533 particular gcc version we're building.
10534 * Makefile.in (libsubdir): Add new macro for the directory
10535 in which the compiler finds executables, libraries, etc.
10536 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10537 and libsubdir.
10538
10539 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10540
10541 * Makefile.in (local-clean): Remove *.log.
10542 (warning.log): Built with warn_summary from build.log.
10543 (mail-report.log): Run test_summary.
10544 (mail-report-with-warnings.log): Run test_summary including
10545 warning.log in the report.
10546
10547 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10548
10549 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10550
10551 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10552
10553 * Makefile.in (grep): Grep no longer depends on libiberty.
10554
10555 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10556
10557 * Makefile.in: all-snavigator needs all-libgui.
10558
10559 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10560
10561 * configure.in: Add cygmon and libstub support for mn10300.
10562
10563 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10564
10565 * missing: Update to version from automake 1.3.
10566
10567 * ltmain.sh: On installation, don't get confused if the same name
10568 appears more than once in the list of library names.
10569
10570 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10571
10572 * config.sub: Accept m68060 and m5200 as CPU names.
10573
10574 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10575
10576 * configure: Use && rather than using -a in test, because odd
10577 strings can confuse test.
10578 * configure.in: Likewise.
10579
10580 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10581
10582 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10583
10584 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10585
10586 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10587 bootstrap4-lean): New targets.
10588
10589 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10590
10591 * mpw-* Delete. Not used.
10592
10593 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10594
10595 * COPYING.LIB: Update FSF address.
10596
10597 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10598
10599 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10600
10601 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10602 GAS_SUPPORT_DIRS.
10603
10604 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * ltconfig, ltmain.sh: Avoid producing a version number if
10607 -version-info was not used.
10608
10609 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10610
10611 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10612 building with newlib.
10613
10614 1998-04-30 Paul Eggert <eggert@twinsun.com>
10615
10616 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10617 Solaris `make' causes it to continue to next definition.
10618
10619 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10620
10621 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10622 the right GUI libraries and files are installed along with GDB.
10623
10624 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10625
10626 * configure.in: Change alpha to alpha* in several places.
10627
10628 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10629
10630 * config.sub: Recognize sparc86x.
10631
10632 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10633
10634 * configure.in (--enable-target-optspace): Remove debug echo.
10635
10636 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10637
10638 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10639
10640 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10641
10642 * ltconfig: Update cygwin32 support.
10643
10644 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10645 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10646 (GDB_SUPPORT_DIRS): Likewise.
10647
10648 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10649
10650 * configure.in (target_makefile_frag): If --enable-target-optspace,
10651 use -Os to compile target libraries rather than -O2. Default to
10652 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10653 not used.
10654 * configure.in (target_cflags): Ditto for d30v.
10655
10656 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10657
10658 * Makefile.in (all-bfd): Depend on all-intl.
10659 (all-binutils): Likewise.
10660 (all-gas): Likewise.
10661 (all-gprof): Likewise.
10662 (all-ld): Likewise.
10663
10664 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10665
10666 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10667
10668 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10669
10670 * Makefile.in (all-bfd): Depend upon all-libiberty.
10671
10672 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10673
10674 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10675
10676 * Makefile.in: Add libstub.
10677
10678 * configure.in: Ditto. Build libstub for targets that have cygmon
10679 support.
10680
10681 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10682
10683 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10684
10685 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10686
10687 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10688 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10689
10690 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10691
10692 * configure: Define DEFAULT_M4 by searching PATH.
10693 * Makfile.in: Use DEFAULT_M4.
10694
10695 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10696
10697 * ltconfig: Add cygwin32 support.
10698
10699 * Makefile.in, configure.in: Add libtool as a native only directory
10700 to configure and build.
10701
10702 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10703
10704 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10705
10706 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10707
10708 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10709
10710 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10711
10712 * Makefile.in: add ash make rules
10713 * configure.in: add ash to native_only and host_tools lists
10714
10715 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10716
10717 * Makefile.in (all-gettext, all-intl): New targets.
10718 (ALL_MODULES): Added all-gettext, all-intl.
10719 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10720 (INSTALL_MODULES): Added install-gettext, install-intl.
10721 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10722
10723 * configure.in (host_tools): Added gettext.
10724 (native_only): Likewise.
10725 (noconfigdirs) [various cases]: Likewise.
10726 (host_libs): Added intl.
10727
10728 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10729
10730 * configure: Do not disable building gdbtk for cygwin32 hosts.
10731
10732 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10733
10734 * configure.in: Add thumb-coff target.
10735 * config.sub: Add thumb-coff target.
10736
10737 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10738
10739 * Makefile.in: Revert yesterday's change.
10740 (all-target-winsup): all-target-librx stays out of here.
10741
10742 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10743
10744 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10745 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10746 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10747 Remove references to librx and libg++.
10748
10749 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10750
10751 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10752 recursive makes
10753
10754 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10755
10756 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10757 for newlib directory.
10758 (CXX_FOR_TARGET): Likewise.
10759
10760 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10761
10762 * ltconfig: Update after libtool/ltconfig.in change for
10763 hpux11.
10764
10765 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10766
10767 * ltconfig, ltmain.sh: Update to libtool 1.2.
10768
10769 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10770
10771 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10772 (install-gcc-cross): Instead, override LANGUAGES here.
10773
10774 1998-03-18 Dave Love <d.love@dl.ac.uk>
10775
10776 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10777 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10778
10779 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10780
10781 * configure.in: Add Thumb-pe target.
10782
10783 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10784
10785 * Makefile.in - changed sn targets to snavigator
10786 * configure.in - changed sn targets to snavigator
10787
10788 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10789
10790 * config-ml.in: After building symlink tree call make distclean
10791 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10792 to be the case for libiberty.
10793
10794 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10795
10796 * configure: When making link, also check the current
10797 directory. The configure scripts may create one.
10798
10799 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10800
10801 * config.sub: Accept alphapca56 and alphaev6 properly.
10802
10803 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10804
10805 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10806
10807 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10808
10809 * config.sub (sco5): Fix typo.
10810
10811 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10812
10813 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10814 install-itcl.
10815 (install-itcl): Remove dependency on install-tcl.
10816
10817 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10818
10819 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10820
10821 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10822
10823 * configure.in: Don't build libgui for a cygwin32 target when not on
10824 a cygwin32 host.
10825
10826 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10827
10828 * configure (redirect): Set to null, so default behavior of
10829 configure is now --verbose.
10830
10831 1998-02-16 Dave Love <d.love@dl.ac.uk>
10832
10833 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10834 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10835
10836 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10837
10838 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10839 this change to sync Makefile.in with its ChangeLog entries.
10840
10841 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10842
10843 * ltmain.sh (mkdir): Check that the directory doesn't exist
10844 before we exit with error, so that we don't get races during
10845 parallel builds.
10846
10847 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10848
10849 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10850
10851 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10852
10853 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10854 PICFLAG_FOR_TARGET.
10855 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10856
10857 * configure: Emit a definition for the new macro enable_shared
10858 into each Makefile.
10859
10860 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10861
10862 * configure.in (host_tools, native_only): Add libtool.
10863
10864 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10865
10866 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10867 Fix typo in ming config comment.
10868
10869 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10870
10871 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10872
10873 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10874
10875 * config.sub: Add tic30 cases, and map c30 to tic30.
10876
10877 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10878
10879 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10880 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10881 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10882 (CLEAN_TARGET_MODULES): Similarly
10883 (all-target-libf2c): Add dependences.
10884 * configure.in (target_libs): Add libf2c.
10885
10886 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10887
10888 * configure.in: Remove expect from noconfigdirs when target
10889 is cygwin32. OK to build expect and dejagnu with Canadian
10890 Cross.
10891
10892 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10893
10894 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10895 host.
10896
10897 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10898 and mingw32.
10899
10900 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10901
10902 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10903 here as it is not defined in the toplevel Makefile.
10904
10905 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10906
10907 * configure (package_makefile_rules_frag): New variable, which names
10908 a file with generic rules, ...
10909 Change comment to mention we now have FIVE parts.
10910 * configure: Undo last change.
10911
10912 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10913
10914 * config.guess: More accurate determination of HP processor types.
10915 * config.sub: More accurate determination of HP processor types.
10916
10917 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10918
10919 * configure (package_makefile_frag): Move inserting the
10920 ${package_makefile_frag} to where it should be according
10921 to the comment.
10922
10923 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10924
10925 * config.guess: Add support for Linux/ARM.
10926
10927 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10928
10929 * .cvsignore: Remove *-info and *-install since they match
10930 release-info and mpw-install, which we don't want to just ignore.
10931
10932 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10933
10934 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10935
10936 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10937
10938 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10939 local_prefix to sub-make invocations.
10940
10941 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10942
10943 * configure.in: Check makefile fragments in the source
10944 directory.
10945
10946 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10947
10948 * configure.in: Check whether host and target makefile
10949 fragments exist before adding them to *_makefile_frag.
10950
10951 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10952
10953 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10954
10955 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10956
10957 * configure.in: Make sure we only replace RPATH_ENVVAR on
10958 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10959 regexp to sed.
10960
10961 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10962 to sub-makes.
10963
10964 1998-01-13 Lee Iverson (leei@ai.sri.com)
10965
10966 * config-ml.in (multi-do): LDFLAGS must include multilib
10967 designator.
10968
10969 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10970
10971 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10972
10973 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10974
10975 * config.sub: Add mingw32 support.
10976 * configure.in: Likewise.
10977
10978 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10979
10980 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10981
10982 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10983
10984 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10985 * configure (gxx_include_dir): Provide a definition for subdirs
10986 which do not use autoconf.
10987
10988 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10989
10990 * config.guess: Sync with egcs. Picks up new alpha support,
10991 BeOS & some additional linux support.
10992
10993 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10994
10995 * config.guess: HP 9000/803 is a PA1.1 machine.
10996
10997 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10998
10999 * configure.in: It's alpha*-...
11000
11001 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11002
11003 * configure.in (host_makefile_frag, target_makefile_frag):
11004 Handle multiple config files.
11005 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11006 alpha-*-*.
11007
11008 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11009
11010 * mkdep: New file.
11011
11012 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11013
11014 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11015
11016 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11017
11018 * Makefile.in: Add libgui directory.
11019 (GDB_TK): Add all-libgui.
11020 * configure.in: Add libgui directory.
11021 * configure: Add all-libgui to GDB_TK.
11022
11023 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11024
11025 * config-ml.in (multidirs): Add m32r to multilib list.
11026
11027 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11028
11029 * Makefile.in (all-target-gperf): Change dependency to
11030 all-target-libstdc++.
11031
11032 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11033
11034 * config.guess: Add BeOS support.
11035
11036 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11037
11038 Source directory cvs renamed to cvssrc:
11039 * configure.in (host_tools): Change cvs to cvssrc.
11040 (native_only): Likewise.
11041 (noconfigdirs) [various cases]: Likewise.
11042 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11043 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11044 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11045 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11046 (all-cvssrc): Rename target from all-cvs.
11047
11048 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11049
11050 * configure (gxx_include_dir): Fix thinko.
11051
11052 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11053
11054 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11055 (install-cross, install-gcc-cross): New targets.
11056
11057 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11058
11059 * configure.in (noconfigdirs): Add support for Thumb target.
11060
11061 * config.sub (maybe_os): Add support for Thumb target.
11062
11063 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11064
11065 * Makefile.in: Add rules for cygmon.
11066
11067 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11068
11069 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11070
11071 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11072 * configure (gxx_include_dir): Provide a definition for subdirs
11073 which do not use autoconf.
11074
11075 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11076
11077 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11078 11/18/97 build
11079
11080 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11081
11082 * From Franz Sirl.
11083 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11084 found on RedHat Linux systems.
11085
11086 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11087
11088 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11089 guesses.
11090
11091 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11092
11093 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11094
11095 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11096
11097 * ltmain.sh: If mkdir fails, check whether the directory was created
11098 anyhow by some other process.
11099
11100 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11101
11102 * configure.in (d30v-*-*): Configure all directories.
11103
11104 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11105
11106 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11107 for the D30V.
11108
11109 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11110
11111 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11112
11113 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11114
11115 * include/libiberty.h: Add extern "C" { so it can be used with C++
11116 progrms.
11117 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11118 programs.
11119
11120 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11121
11122 * configure.in (d30v-*-*): Configure GCC now.
11123
11124 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11125
11126 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11127 is no longer needed.
11128
11129 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11130
11131 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11132
11133 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11134
11135 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11136 targets using "$@" to provide support for similar but not identical
11137 targets without having to duplicate code.
11138
11139 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11140
11141 * makefile.vms: Fix to work with DEC C.
11142
11143 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11144
11145 * config.sub: Add mips-tx39-elf to marketing names.
11146
11147 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11148
11149 * ltmain.sh: Handle symlinks in generated script.
11150
11151 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11152
11153 * configure: Handle autoconf style directory options: --bindir,
11154 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11155 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11156 --sysconfdir.
11157 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11158 (sharedstatedir, localstatedir, oldincludedir): New variables.
11159 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11160 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11161 sbindir, sharedstatedir, and sysconfdir.
11162
11163 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11164
11165 * Makefile.in (bootstrap-lean): New target.
11166
11167 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11168
11169 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11170 sn, and gnuserv from noconfigdirs.
11171
11172 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11173
11174 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11175
11176 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11177
11178 * Makefile.in (cross): New target.
11179
11180 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11181 Jeff Law <law@cygnus.com>
11182
11183 * Makefile.in (bootstrap2, bootstrap3): New targets.
11184 (all-bootstrap): Remove outdated and confusing target.
11185 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11186
11187 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11188
11189 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11190 windows. Consistent with gdb/configure.
11191
11192 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11193
11194 * configure.in: Name Linux target fragment.
11195
11196 * configure: Rewrite so that project Makefile fragment is inserted
11197 first and appears last in the resulting Makefile.
11198
11199 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11200
11201 * Makefile.in (install-itcl): Install tcl first.
11202
11203 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11204
11205 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11206
11207 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11208
11209 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11210
11211 * configure.in (skipdirs): Add target-librx for Linux.
11212 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11213
11214 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11215
11216 * Makefile.in (bootstrap): New target.
11217
11218 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11219
11220 * config.sub: Accept 'amigados' for backward compatability.
11221
11222 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11223
11224 * config.guess: Merge with FSF.
11225
11226 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11227
11228 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11229
11230 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11231
11232 * config.sub: Add "marketing-names" patch.
11233
11234 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11235
11236 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11237
11238 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11239
11240 * config.sub: Handle v850-elf.
11241
11242 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11243
11244 * .cvsignore (*-install): Remove.
11245
11246 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11247
11248 * ltconfig: Set CONFIG_SHELL in libtool.
11249 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11250
11251 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11252
11253 * configure.in (target_subdir): Set to libraries if enable_multilib.
11254
11255 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11256
11257 * config.guess: Update from gcc directory.
11258
11259 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11260
11261 * Makefile.in (all-sim): Depends on all-readline.
11262
11263 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11264
11265 * Makefile.in (BISON, YACC): Use $$s.
11266 (all-bison): Depend on all-texinfo.
11267
11268 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11269
11270 * Makefile.in (BISON): Add -L flag.
11271 (YACC): Likewise.
11272
11273 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11274
11275 * configure.in (noconfigdirs): Add support for v850e target.
11276
11277 * config.sub (maybe_os): Add support for v850e target.
11278
11279 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11280
11281 * configure.in (noconfigdirs): Add support for v850ea target.
11282
11283 * config.sub (maybe_os): Add support for v850ea target.
11284
11285 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11286
11287 * config.sub: Add mipstx39. Delete r3900.
11288
11289 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11290
11291 * Makefile.in (all-autoconf): Depends on all-texinfo.
11292
11293 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11294
11295 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11296 eabi targets.
11297
11298 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11299
11300 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11301
11302 * configure: When handling a Canadian Cross, handle YACC as well as
11303 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11304 * Makefile.in (all-bison): Depend upon all-texinfo.
11305
11306 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11307
11308 * Makefile.in (BISON): bison, not byacc or bison -y.
11309 (YACC): bison -y or byacc or yacc.
11310 (various): Add *-bison as appropriate.
11311 (taz): No need to mess with BISON anymore.
11312
11313 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11314
11315 * configure: If OSTYPE matches *win32*, try to find a good value for
11316 CONFIG_SHELL.
11317
11318 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11319
11320 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11321 configure.in if it is present.
11322
11323 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11324
11325 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11326
11327 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11328
11329 * config.sub: Recognize `arc' cpu.
11330 * configure.in: Likewise.
11331 * config-ml.in: Likewise.
11332
11333 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11334
11335 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11336
11337 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11338
11339 * configure: Changed sed delimiter from ':' to '|' when
11340 attempting to substitute ${config_shell} for SHELL. On
11341 NT ${config_shell} may contain a ':' in it.
11342
11343 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11344
11345 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11346
11347 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11348
11349 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11350
11351 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11352
11353 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11354
11355 * ylwrap: If the program is a relative path, force it to be
11356 absolute.
11357
11358 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11359
11360 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11361
11362 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11363
11364 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11365 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11366 for libraries.
11367
11368 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11369
11370 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11371 separated by spaces.
11372
11373 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11374
11375 * ylwrap: New file.
11376 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11377
11378 * ltmain.sh: Handle /bin/sh at start of install program.
11379
11380 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11381
11382 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11383 * missing: New file, from automake 1.2.
11384
11385 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11386
11387 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11388 check-tk to CHECK_X11_MODULES.
11389
11390 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11391
11392 * config.sub: Merge with FSF.
11393
11394 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11395
11396 * config.guess: Merge with FSF.
11397
11398 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11399
11400 * configure: Treat msdosdjgpp like go32.
11401 * configure.in: Likewise. Don't remove gprof for go32.
11402
11403 * configure: Change Makefile.tem2 to Makefile.tm2.
11404
11405 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11406
11407 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11408
11409 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11410
11411 * install-sh (chmodcmd): Set to null if the DST directory already
11412 exists. Same as Nov 11th change.
11413
11414 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11415
11416 * configure (GDB_TK): Needs itcl and tix.
11417
11418 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11419
11420 * config.guess: Update from FSF.
11421
11422 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11423
11424 * Makefile.in (GDB_TK): Depend on itcl and tix.
11425
11426 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11427
11428 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11429 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11430 (INSTALL_SCRIPT): New variable.
11431 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11432 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11433 to -x.
11434 * install-sh: Add support for -x option.
11435
11436 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11437
11438 * configure.in, Makefile.in: Treat tix like itcl.
11439
11440 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11441
11442 * Makefile.in (WINDRES): New variable.
11443 (WINDRES_FOR_TARGET): New variable.
11444 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11445 (EXTRA_HOST_FLAGS): Add WINDRES.
11446 (EXTRA_TARGET_FLAGS): Add WINDRES.
11447 (EXTRA_GCC_FLAGS): Add WINDRES.
11448 ($(DO_X)): Pass down WINDRES.
11449 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11450 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11451 DLLTOOL_FOR_TARGET.
11452
11453 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11454
11455 * configure.in: configure sim before gdb for win32-x-ppc
11456
11457 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11458
11459 Move gperf into the toplevel, from libg++.
11460 * configure.in (target_tools): Add target-gperf.
11461 (native_only): Add target-gperf.
11462 * Makefile.in (all-target-gperf): New target, depend on
11463 all-target-libg++.
11464 (configure-target-gperf): Empty rule.
11465 (ALL_TARGET_MODULES): Add all-target-gperf.
11466 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11467 (CHECK_TARGET_MODULES): Add check-target-gperf.
11468 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11469 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11470
11471 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11472
11473 * config.sub (mn10200): Recognize new basic machine.
11474
11475 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11476
11477 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11478 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11479
11480 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11481
11482 * configure.in: If we're building mips-sgi-irix6* native, turn on
11483 ENABLE_MULTILIB and set TARGET_SUBDIR.
11484
11485 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11486
11487 * Makefile.in (all-sn): Depend on all-grep.
11488
11489 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11490
11491 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11492
11493 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11494 Makefile. From Jeff Makey <jeff@cts.com>.
11495 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11496
11497 * Makefile.in (DISTBISONFILES): Remove.
11498 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11499 $(DEFAULT_YACC).
11500
11501 * configure.in: Build itl, db, sn, etc., when building for native
11502 cygwin32.
11503
11504 * Makefile.in (LD): New variable.
11505 (EXTRA_HOST_FLAGS): Pass down LD.
11506 ($(DO_X)): Likewise.
11507
11508 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11509
11510 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11511
11512 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11513
11514 * configure.in (targargs): Strip out any supplied --build argument
11515 before adding our own. Always add --build.
11516
11517 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11518
11519 * configure.in (targargs): Pass --build if we're doing
11520 a cross-compile.
11521
11522 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11523
11524 * configure: Use '|' instead of ":" as the separator in
11525 sed. Otherwise sed chokes on NT path names with drive
11526 designators. Also look for "?:*" as the leading characters in an
11527 absolute pathname.
11528
11529 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11530
11531 * config.sub: Support for r3900.
11532
11533 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11534
11535 * configure.in: Use install-sh, not install.sh.
11536
11537 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11538
11539 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11540 apply it twice.
11541
11542 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11543
11544 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11545 install-binutils.
11546
11547 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11548
11549 * Makefile.in: Add automake targets.
11550 * configure.in (host_tools): Add automake.
11551
11552 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11553
11554 * configure: Default CXX to c++, not gcc.
11555 * Makefile.in (CXX): Set to c++, not gcc.
11556 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11557
11558 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11559
11560 * install-sh: try appending a .exe if source file doesn't
11561 exist
11562
11563 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11564
11565 * configure.in: Turn on multilib by default.
11566 (cross_only): Remove target-libiberty.
11567
11568 * Makefile.in (all-gcc): Don't depend on libiberty.
11569
11570 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11571
11572 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11573
11574 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11575
11576 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11577 (DISTBISONFILES): Add ld/Makefile.in
11578
11579 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11580
11581 * configure.in: if target is cygwin32 but host isn't cygwin32,
11582 don't configure gdb tcl tk expect, not just gdb.
11583
11584 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11585
11586 * configure.in: Added gnuserv everywhere sn appears.
11587
11588 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11589 (CROSS_CHECK_MODULES): Added check-gnuserv.
11590 (INSTALL_MODULES): Added install-gnuserv.
11591 (CLEAN_MODULES): Added clean-gnuserv.
11592 (all-gnuserv): New target.
11593
11594 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11595
11596 * config.guess: Fixes for MIPS OpenBSD systems.
11597
11598 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11599
11600 * Makefile.in (INSTALL_XFORM): Remove.
11601 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11602
11603 * mkinstalldirs: New file, copied from automake.
11604 * Makefile.in (installdirs): Rename from install-dirs. Use
11605 mkinstalldirs. Change all users.
11606 (DEVO_SUPPORT): Add mkinstalldirs.
11607
11608 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11609
11610 * install-sh: Rename from install.sh.
11611 * Makefile.in (INSTALL): Change install.sh to install-sh.
11612 (DEVO_SUPPORT): Likewise.
11613
11614 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11615 Graichen <graichen@rzpd.de>.
11616
11617 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11618
11619 * config.guess: Recognize OpenBSD systems correctly.
11620
11621 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11622
11623 * README, Makefile.in (ETC_SUPPORT): Remove references to
11624 cfg-paper*, configure.{texi,man,info*}._
11625
11626 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11627
11628 * Makefile.in (all.normal): Ensure that gcc is built after all
11629 the x11 - ie gdb - targets.
11630
11631 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11632
11633 * makefile.vms: Don't run conf-a-gas.
11634
11635 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11636
11637 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11638
11639 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11640
11641 * configure.in: Remove noconfigdirs case since gdb also
11642 configures and builds for tic80-coff.
11643
11644 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11645
11646 * configure: Set cache_file to config.cache.
11647 * Makefile.in (local-distclean): Remove config.cache.
11648
11649 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11650
11651 * COPYING: Update FSF address.
11652
11653 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11654
11655 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11656 noconfigdirs.
11657
11658 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11659
11660 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11661 MAKEDIRS, is empty.
11662
11663 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11664
11665 * config.sub: Tweak mn10300 entry.
11666
11667 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11668
11669 * configure.in (host_tools): Put sim before gdb, so gdb's
11670 configure.tgt can determine if the simulator was configured.
11671
11672 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11673
11674 * config.sub: Move BeOS $os case to be with other Cygnus
11675 local cases.
11676
11677 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11678
11679 * config.sub: Remove misplaced comment that broke Linux.
11680
11681 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11682
11683 * config.sub: Add BeOS support.
11684
11685 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11686
11687 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11688
11689 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11690
11691 * configure.in (noconfigdirs): Remove tcl and tk from
11692 noconfigdirs for cygwin32 builds.
11693
11694 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11695
11696 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11697
11698 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11699
11700 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11701 make-all.com, use makefile.vms instead.
11702
11703 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11704
11705 * config.sub: Accept -lnews*.
11706
11707 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11708
11709 * configure.in (noconfigdirs): Disable target-newlib,
11710 target-examples and target-libiberty for d30v.
11711
11712 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11713
11714 * configure.in (noconfigdirs): Enable ld for d30v.
11715
11716 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11717
11718 * configure.in (tic80-*-*): Build compiler.
11719
11720 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11721
11722 * configure.in (d30v-*): Remove sim directory from list of
11723 unsupported d30v directories
11724
11725 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11726
11727 * config.sub, configure.in: Add d30v target cpu.
11728
11729 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11730
11731 * makefile.vms: New file.
11732 * make-all.com: Remove.
11733
11734 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11735
11736 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11737
11738 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11739
11740 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11741
11742 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11743
11744 * Makefile.in (ALL_MODULES): Added all-db.
11745 (CROSS_CHECK_MODULES): Addec check-db.
11746 (INSTALL_MODULES): Added install-db.
11747 (CLEAN_MODULES): Added clean-db.
11748
11749 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11750
11751 * config.guess: Merge with latest FSF sources.
11752
11753 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11754
11755 * Makefile.in (ALL_MODULES): Added all-itcl.
11756 (CROSS_CHECK_MODULES): Added check-itcl.
11757 (INSTALL_MODULES): Added install-itcl.
11758 (CLEAN_MODULES): Added clean-itcl.
11759
11760 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11761
11762 * configure.in: build gdb for mn10200
11763
11764 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11765
11766 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11767
11768 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11769
11770 * configure.in (tic80-*-*): Turn off most targets right now.
11771
11772 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11773
11774 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11775 rather than the makeinfo program.
11776 (do-info): Depend upon all-texinfo.
11777
11778 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11779
11780 * configure.in: Remove uses of config/mh-linux.
11781
11782 * config.sub, config.guess: Merge with latest FSF sources.
11783
11784 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11785
11786 * config.sub (case $basic_machine): Add tic80 entries.
11787
11788 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11789
11790 * config.sub, config.guess: Merge with latest FSF sources.
11791
11792 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11793
11794 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11795 * mpw-config.in: Test for NewFolderRecursive.
11796 * mpw-install: Use symbolic name for startup filename.
11797 * mpw-README: Add various additional details.
11798
11799 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11800
11801 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11802
11803 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11804
11805 * configure.in: Do build gcc and the target libraries for
11806 the mn10200.
11807
11808 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11809
11810 * configure.in: don't avoid building gdb for mn10300 any more
11811 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11812 instead of single-quoting it.
11813
11814 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11815
11816 * configure.in: Don't use --with-stabs on IRIX 6.
11817
11818 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11819
11820 * configure.in (m32r): Build gdb, libg++ now.
11821
11822 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11823
11824 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11825 directories from noconfigdirs.
11826
11827 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11828
11829 * config.sub (basic_machine): added mips16 configuration
11830
11831 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11832
11833 * config.sub: Handle d10v-unknown.
11834
11835 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11836
11837 * config.sub: Handle v850-unknown.
11838
11839 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11840
11841 * Makefile.in: add findutils
11842 * configure.in: add findutils to list of host_tools
11843
11844 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11845
11846 * config.sub: Handle mn10200 and mn10300.
11847
11848 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11849
11850 * configure.in (d10v-*): Do not build librx.
11851
11852 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11853
11854 * configure.in (mn10300): Build everything except gdb & libgloss.
11855
11856 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11857
11858 * config.guess: Patch for Dansk Data Elektronik servers,
11859 from Niels Skou Olsen <nso@dde.dk>.
11860
11861 For ncr, use /bin/uname rather than uname, since GNU uname does not
11862 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11863
11864 Patch for MIPS R4000 running System V,
11865 from Eric S. Raymond <esr@snark.thyrsus.com>.
11866
11867 Fix thinko for nextstep.
11868
11869 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11870
11871 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11872 * config.guess: Guess mips-dec-mach_bsd4.3.
11873
11874 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11875 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11876 release numbers.
11877 * config.guess (mips-mips-riscos*): Emit just enough of the
11878 release number.
11879
11880 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11881 * config.guess (sparc-auspex-sunos*): Added.
11882 (f300-fujitsu-*): Added.
11883
11884 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11885 * config.guess: Recognize a Tadpole as a sparc.
11886
11887 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11888
11889 * config.guess: Don't assume that NextStep version is either 2 or
11890 3. NextStep 4 (aka OpenStep 4) has come out now.
11891
11892 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11893
11894 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11895 From Rik Faith <faith@cs.unc.edu>.
11896
11897 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11898
11899 * config.sub: Contributions from bug-gnu-utils to:
11900 Support plain "hppa" (no version given) architecture, reported by
11901 OpenStep.
11902 OpenBSD like NetBSD.
11903 LynxOs is not a hardware supplier.
11904
11905 * config.guess: Contributions from bug-gnu-utils to add support for:
11906 OpenBSD like NetBSD.
11907 Stratus systems.
11908 More Pyramid systems.
11909 i[n>4]86 Intel chips.
11910 M680[n>4]0 Motorola chips.
11911 Use unknown instead of lynx for hardware manufacturer.
11912
11913 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11914
11915 * install.sh (chmodcmd): Set to null if the DST directory already
11916 exists.
11917
11918 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11919
11920 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11921 not use mt-ppc target Makefile fragment any more.
11922
11923 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11924
11925 * configure.in (*-*-windows): Exclude everything but those dirs
11926 needed to build windows.
11927
11928 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11929
11930 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11931
11932 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11933
11934 * configure.in: Exclude mmalloc from i386-windows.
11935
11936 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11937
11938 * Undo my previous change.
11939
11940 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11941
11942 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11943 unconditionally.
11944 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11945
11946 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11947
11948 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11949 host to add it's own flags.
11950
11951 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11952
11953 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11954
11955 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11956
11957 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11958 (CXX_FOR_TARGET): Likewise.
11959 (GCC_FOR_TARGET): Define.
11960 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11961 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11962 CC_FOR_TARGET was specified on the command line.
11963 (MAKEOVERRIDES): Don't define.
11964
11965 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11966
11967 * configure.in (m32r): Fix spelling of libg++ libs.
11968
11969 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11970
11971 * config.sub (-apple*): Remove, now redundant.
11972
11973 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11974
11975 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11976
11977 * configure: Rework yesterday's sed script patch.
11978
11979 * config.sub: Merge with FSF.
11980
11981 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11982
11983 * config.guess: Merge from FSF.
11984
11985 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11986 * config.guess: Use pc instead of unknown, for pc clone systems.
11987 Change linux to linux-gnu.
11988
11989 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11990 * config.guess: Avoid non-portable tr syntax.
11991
11992 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11993
11994 * test-build.mk (HOLES): Add "xargs" for gdb.
11995
11996 * configure: Avoid hpux10.20 sed bug.
11997
11998 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11999
12000 * configure.in: Add support for windows host
12001 (that is a build done under the Microsoft build environment).
12002
12003 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12004
12005 * Makefile.in: Replace all uses of srcroot with s, to shrink
12006 command line lengths.
12007
12008 Patches from Geoffrey Noer <noer@cygnus.com>:
12009 * configure.in: If configuring for newlib, pass --with-newlib to
12010 subdirectories.
12011 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12012 -Bnewlib/ and -Lwinsup to gcc.
12013 (CXX_FOR_TARGET): Likewise.
12014
12015 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12016
12017 * Makefile.in (ETC_SUPPORT): Add configure.
12018
12019 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12020
12021 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12022 host configuration file.
12023
12024 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12025
12026 * configure.in: Break mn10x00 support into separate
12027 mn10200 and mn10300 configurations.
12028 * config.sub: Likewise.
12029
12030 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12031
12032 * configure.in: Add lots of stuff to noconfigdirs for
12033 the mn10x00 targets.
12034
12035 * config.sub, configure.in: Add mn10x00 support.
12036
12037 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12038
12039 * make-all.com: Call conf-a-gas, not config-a-gas.
12040
12041 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12042
12043 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12044 targets.
12045
12046 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12047
12048 * mpw-README: Add much more detail for native PowerMac.
12049 * mpw-install: New file.
12050 * mpw-configure: Add --norecursion and --help options.
12051 * mpw-config.in: Translate readme and install files when
12052 copying to objdir.
12053 * mpw-build.in: Don't always depend on byacc and flex.
12054 (install-only-top): New action.
12055
12056 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12057
12058 * configure.in: You can now configure GDB for the v850.
12059
12060 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12061
12062 * configure.in (noconfigdirs): Don't configure any C++ dirs
12063 if targeting D10V.
12064
12065 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12066
12067 * config.sub: Recognize mips64vr5000.
12068
12069 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12070
12071 * configure.in: Use a single line for host_tools and native_only.
12072
12073 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12074
12075 * config.sub, configure.in: Add entries for m32r.
12076
12077 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12078
12079 * Makefile.in (inet-install): Don't run install-gzip.
12080
12081 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12082
12083 * configure.in: Don't config lots of things for *-*-windows*.
12084
12085 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12086
12087 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12088 (host_libs, host_tools): Copy from configure.in.
12089 * mpw-configure: Don't complain about directories not found.
12090
12091 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12092
12093 * configure.in (i[345]86): Recognize i686 for pentium pro.
12094 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12095 file.
12096
12097 * config.guess (i[345]86): Ditto.
12098
12099 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12100
12101 * configure.in (noconfigdirs): Removed gdb for D10V.
12102
12103 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12104
12105 * configure.in: Remove ld, target-libio, target-libg++, and
12106 target-libstdc++ from noconfigdirs.
12107
12108 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12109
12110 * configure: Fix three locations where shell scripts were
12111 being run directly rather than with config_shell.
12112
12113 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12114
12115 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12116 * config.sub (basic_machine): Recognize v850.
12117
12118 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12119
12120 * mpw-configure: Handle multiple enable/disable options and
12121 pass them down recursively, handle -c and -s flags appropriately
12122 depending on choice of compiler, add escape mechanism for
12123 quoted arguments to gC.
12124
12125 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12126
12127 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12128 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12129 so that -mrelocatable-lib and -mno-eabi are used.
12130
12131 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12132 not support --print-multi-lib, don't abort.
12133
12134 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12135
12136 * make-all.com: Run config-a-gas.
12137 * setup.com: Don't copy subdirectory files around.
12138
12139 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12140
12141 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12142 target, it now compiles correctly.
12143
12144 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12145
12146 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12147
12148 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12149
12150 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12151
12152 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12153
12154 * configure.in (native_only): Add prms.
12155
12156 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12157
12158 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12159 (BINUTILS_SUPPORT_DIRS): Likewise.
12160
12161 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12162
12163 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12164 d10v support is added.
12165
12166 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12167
12168 * configure.in (d10v-*-*): New target.
12169
12170 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12171
12172 * config.guess (HP 9000/811): Recognize this as a PA1.1
12173 machine.
12174
12175 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12176
12177 * Makefile.in (do-tar-gz): New target, split out from tail end of
12178 taz target. Run each command separately, don't use pipes.
12179 (taz): Use it.
12180
12181 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12182
12183 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12184 * mpw-build.in: No builds should depend on building byacc or flex,
12185 they are assumed to be installed already.
12186
12187 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12188
12189 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12190 variable that CC_FOR_TARGET needs.
12191
12192 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12193
12194 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12195 options have changed since the last time the subdirectory was
12196 configured, and if it has, reconfigure.
12197 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12198 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12199
12200 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12201
12202 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12203 CLEAN_MODULES): Add bash.
12204 (all-bash): New target.
12205
12206 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12207
12208 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12209
12210 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12211
12212 * config.sub (basic_machine): Recognize d10v as a valid processor.
12213
12214 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12215
12216 * mpw-configure: Add support for --bindir.
12217 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12218
12219 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12220
12221 * configure.in: add bash, time, gawk to list of hosttools and things
12222 to only build for native toolchains
12223
12224 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12225
12226 * Makefile.in (docdir): Remove.
12227
12228 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12229
12230 * Makefile.in (datadir): Set to $(prefix)/share.
12231
12232 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12233
12234 * configure.in: build diff and patch for cygwin32-hosted
12235 toolchains.
12236
12237 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12238
12239 * config.sub: Accept -rtems*.
12240
12241 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12242
12243 * configure.in: enable dosrel for cygwin32-hosted builds,
12244 remove diff from the list of things not buildable
12245 via Canadian Cross
12246
12247 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12248
12249 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12250 don't get ". ".
12251
12252 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12253
12254 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12255
12256 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12257
12258 * Makefile.in (taz): Handle case where tex3patch didn't even get
12259 checked out. Also, if it was found, put the symlink in a new util
12260 subdirectory.
12261
12262 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12263
12264 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12265
12266 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12267
12268 * config.sub: Recognize -openvms.
12269 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12270 * make-all.com, setup.com: New files.
12271
12272 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12273
12274 * Makefile.in (taz): tex3patch moved to texinfo/util.
12275
12276 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12277
12278 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12279 * configure.in: remove make from disable-if-Can-Cross list
12280 enable gdb if ${host} and ${target} are cygwin32
12281
12282 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12283
12284 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12285 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12286
12287 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12288
12289 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12290 distinguish sysv/svr4/bsd variants.
12291 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12292
12293 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12294
12295 * configure.in: Added copyright notice.
12296 * move-if-change: Added copyright notice.
12297
12298 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12299
12300 * configure.in (powerpcle-*-solaris*): Until we get shared
12301 libraries working, don't build gdb, sim, make, tcl, tk, or
12302 expect.
12303
12304 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12305
12306 * config.guess: Merge with FSF:
12307
12308 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12309 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12310
12311 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12312 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12313
12314 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12315 * config.guess: Combine two OSF1 rules.
12316 Also recognize field test versions. From mjr@zk3.dec.com.
12317 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12318 because GNU uname does not support -p. From pmr@pajato.com.
12319
12320 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12321
12322 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12323
12324 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12325
12326 * mpw-README: Document GCCIncludes.
12327
12328 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12329
12330 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12331
12332 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12333
12334 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12335
12336 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12337
12338 * configure.in (*-*-cygwin32): Configure make.
12339
12340 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12341
12342 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12343
12344 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12345
12346 * Makefile.in (all-inet): Depend on all-perl.
12347
12348 * Makefile.in (inet-install): New target.
12349
12350 * Makefile.in (all-inet): Depend on all-tcl.
12351 (all-inet): Depend on all-send-pr.
12352
12353 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12354
12355 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12356 temporarily.
12357
12358 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12359
12360 * configure.in: Don't configure --with-gnu-ld on AIX.
12361
12362 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12363
12364 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12365
12366 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12367
12368 * Makefile.in (ALL_MODULES): Added all-inet.
12369 (CROSS_CHECK_MODULES): Added check-inet.
12370 (INSTALL_MODULES): Added install-inet.
12371 (CLEAN_MODULES): Added clean-inet.
12372 (all-indent): New target.
12373
12374 * configure.in (host_tools): Added inet.
12375 (native_only): Added inet.
12376 (noconfigdirs): Added inet.
12377
12378 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12379
12380 * configure.in: Don't configure libgloss if we are not configuring
12381 newlib.
12382
12383 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12384
12385 * configure.in: Don't configure libgloss for unsupported
12386 architectures.
12387
12388 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12389
12390 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12391
12392 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12393
12394 * Makefile.in (ALL_MODULES): Include all-apache.
12395 (CROSS_CHECK_MODULES): Include check-apache.
12396 (INSTALL_MODULES): Include install-apache.
12397 (all-apache): New target.
12398
12399 * configure.in: Added apache everywhere perl is seen.
12400
12401 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12402
12403 * Makefile.in: Add support for clean-{module} and
12404 clean-target-{module} rules.
12405
12406 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12407
12408 * configure.in (*-*-ose) do not build libgloss.
12409
12410 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12411
12412 * config.guess (prep*:SunOS:5.*:*): Turn into
12413 powerpele-unknown-solaris2.
12414
12415 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12416
12417 * configure.in: Permit --enable-shared to specify a list of
12418 directories.
12419
12420 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12421
12422 * configure.in (host==solaris): Pass only the first word of $CC
12423 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12424
12425 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12426
12427 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12428
12429 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12430
12431 * Makefile.in (ALL_MODULES): Include all-perl.
12432 (CROSS_CHECK_MODULES): Include check-perl.
12433 (INSTALL_MODULES): Include install-perl.
12434 (ALL_X11_MODULES): Include all-guile.
12435 (CHECK_X11_MODULES): Include check-guile.
12436 (INSTALL_X11_MODULES): Include install-guile.
12437 (all-perl): New target.
12438 (all-guile): New target.
12439
12440 * configure.in (host_tools): Include perl and guile.
12441 (native_only): Include perl and guile.
12442 (noconfigdirs): Don't build guile and perl; no ports have been
12443 done.
12444
12445 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12446
12447 * configure (--enable-*): Handle quoted option lists such as
12448 --enable-sim-cflags='-g0 -O' better.
12449
12450 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12451
12452 * Makefile.in ({,inst}all-target): New rule so we can make and
12453 install all of the target directories easily.
12454
12455 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12456
12457 * configure.in: Add missing global flag in sed substitution when
12458 deleting `target-' from ${configdirs}.
12459
12460 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12461
12462 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12463 option.
12464
12465 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12466 config/mh-necv4.
12467
12468 * install.sh: Correct misspelling of transformbasename.
12469
12470 * config.guess: Recognize mips-*-sysv*.
12471
12472 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12473
12474 * config.sub: Recognize mon960.
12475
12476 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12477
12478 * configure: Restore Canadian Cross handling of BISON and LEX,
12479 removed in Feb 20 change.
12480
12481 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12482
12483 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12484 Mention make install. Remove the old copyright date as well the
12485 clumsy and rather pointless copyright on the README file.
12486
12487 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12488
12489 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12490 Makefile after running symlink-tree, then run `make distclean' to
12491 avoid clobbering any generated files in srcdir.
12492
12493 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12494
12495 * configure.in (m68k-*-netbsd*): Build everything now.
12496
12497 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12498
12499 * Makefile.in (taz): Fix quoting.
12500
12501 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12502
12503 * configure.in (sparclet-*-*): Build everything now.
12504
12505 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12506
12507 * configure.in (m68k-*-linux*): New host.
12508
12509 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12510
12511 * configure: Check for bison before byacc.
12512
12513 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12514
12515 * Makefile.in configure: Change the way LEX and BISON/YACC are
12516 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12517 searching PATH. These are used as fallbacks by Makefile.in if
12518 flex/bison/byacc aren't in objdir.
12519
12520 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12521
12522 * Makefile.in: Make everything which depends upon all-bfd also
12523 depend upon all-opcodes, in case --with-commonbfdlib is used.
12524
12525 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12526
12527 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12528 building NT native compilers on Unix.
12529
12530 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12531
12532 * configure.in: Don't get CC from the host Makefile fragment if we
12533 can find gcc in PATH, or if this is a Canadian Cross. Move the
12534 Solaris test for /usr/ucb/cc to the post target script, just after
12535 the compiler sanity test.
12536
12537 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12538
12539 * config.sub: Merge with FSF.
12540
12541 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12542
12543 * Makefile.in (RPATH_ENVVAR): New variable.
12544 (REALLY_SET_LIB_PATH): Use it.
12545 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12546
12547 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12548
12549 * config.sub, configure.in: Recognize sparclet cpu.
12550
12551 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12552
12553 * config.guess: Support m68k-cbm-sysv4.
12554
12555 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12556
12557 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12558 m68k-unknown-linuxaout from linker help string. Put quotes around
12559 $ld_help_string.
12560
12561 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12562
12563 * config.guess (powerpc-harris-powerunix): Add guess for port
12564 to new target.
12565
12566 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12567
12568 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12569
12570 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12571
12572 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12573 $(REALLY_SET_LIB_PATH) in Makefile.
12574 * Makefile.in (SET_LIB_PATH): New variable.
12575 (REALLY_SET_LIB_PATH): New variable.
12576 ($(DO_X)): Use $(SET_LIB_PATH).
12577 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12578 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12579 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12580 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12581 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12582 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12583 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12584 (install-dosrel): Likewise.
12585 (all-opcodes): Depend upon all-libiberty.
12586
12587 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12588
12589 * config.guess (*:CYGWIN*): New
12590
12591 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12592
12593 * Makefile.in (all-target-winsup): All all-target-libiberty.
12594
12595 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12596
12597 * configure.in (noconfigdirs): Add missing # in front of comment.
12598
12599 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12600
12601 * configure.in: add second pass to things added to noconfigdirs
12602 so *-gm-magic can exclude libgloss properly.
12603
12604 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12605
12606 * mpw-configure (extralibs_name, rez_name): Set correctly
12607 for MWC68K compiler.
12608
12609 * mpw-README: Add more info on the necessary build tools.
12610
12611 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12612
12613 * configure.in, config.sub: Recognize cygwin32.
12614
12615 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12616
12617 * config.guess, config.sub: Recognize A/UX.
12618
12619 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12620
12621 * config.sub: Merge with gcc/config.sub.
12622
12623 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12624
12625 * mpw-build.in (do-binutils): Add build of stamps.
12626
12627 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12628
12629 * config.sub: Add recognition for mips64vr4100*-* targets.
12630
12631 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12632
12633 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12634 Add creation of gconfigargs with `--enable-shared' turned on.
12635 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12636 ($(host)-stamp-stage3-configured): Likewise.
12637 (HOLES): Add chatr and ldd.
12638 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12639
12640 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12641
12642 * configure: Pass --nfp to recursive configures.
12643
12644 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12645
12646 * Makefile.in (DLLTOOL): New.
12647 (DLLTOOL_FOR_TARGET): New.
12648 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12649 (EXTRA_TARGET_FLAGS): Ditto.
12650 (EXTRA_GCC_FLAGS): Ditto.
12651 (CONFIGURE_TARGET_MODULES): Ditto.
12652 (DO_X): Ditto.
12653 * configure: Add DLLTOOL.
12654
12655 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12656
12657 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12658 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12659 mh-sco, since old workarounds no longer needed, and don't
12660 build ld, since libraries have weak symbols in COFF.
12661
12662 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12663
12664 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12665
12666 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12667
12668 * configure.in: Make sure that ${CC} can be used to compile an
12669 executable.
12670
12671 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12672
12673 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12674 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12675 nothing depending on whether gdbtk is being built.
12676
12677 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12678
12679 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12680
12681 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12682
12683 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12684 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12685
12686 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12687
12688 * config-ml.in: Add support for
12689 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12690 Simplify setting of multidirs from --disable-foo.
12691
12692 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12693
12694 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12695 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12696 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12697 non-empty, pass them on to the GCC make.
12698 (all-bootstrap): New rule that is like all-gcc, except it executes
12699 the GCC bootstrap rule instead of the GCC all rule.
12700
12701 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12702
12703 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12704
12705 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12706
12707 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12708 DG/UX support.
12709
12710 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12711
12712 * config.sub (i*86*) Change [345] to [3456]
12713
12714 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12715
12716 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12717 --with-gnu-ld=no.
12718
12719 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12720
12721 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12722 AIX multilibs get built.
12723
12724 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12725
12726 * configure.in (i386-win32): Don't build expect if we're not
12727 building the tcl subdir.
12728
12729 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12730
12731 * Makefile.in: (configure-target-examples, all-target-examples):
12732 New targets, configure and build example programs.
12733
12734 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12735
12736 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12737 use it as input to sedit the generated MPW makefile.
12738 * mpw-README: Add a suggestion about Gestalt.h.
12739
12740 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12741
12742 * config.sub: Accept *-*-ieee*.
12743
12744 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12745
12746 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12747 Ronald F. Guilmette <rfg@monkeys.com>.
12748
12749 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12752 for powerpc-pe native.
12753 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12754 (target==powerpc-pe): duplicate i386-win32 entry.
12755
12756 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12757
12758 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12759 of vxworks, not just vxworks5.1.
12760
12761 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12762
12763 * mpw-configure: Add support for exec-prefix.
12764
12765 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12766
12767 * config.guess: Recognize HP model 816 machines as having
12768 a PA1.1 processor.
12769
12770 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12771
12772 * configure: Ignore new autoconf configure options.
12773
12774 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12775
12776 * config.guess: Recognize Pentium under SCO.
12777 From Robert Lipe <robertl@arnet.com>.
12778
12779 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12780
12781 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12782
12783 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12784
12785 * configure.in: Don't configure gas for alpha-dec-osf*.
12786
12787 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12788
12789 * configure.in: Default to --with-stabs for some targets for which
12790 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12791 i[345]86*-*-unixware*.
12792
12793 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12794
12795 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12796 rather than basing it on the target. Simplify handling of options
12797 controlling which directories to configure. Remove extraneous
12798 slash in multi-clean target.
12799
12800 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12801
12802 * config-ml.in: Prefix more variables with ml_ so they don't collide
12803 with configure's.
12804
12805 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12806
12807 * configure: Don't turn -v into --v.
12808
12809 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12810
12811 * configure.in (targargs): Fix typo.
12812
12813 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12814
12815 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12816
12817 * configure.in: Strip --host and --target options from
12818 CONFIG_ARGUMENTS, and always configure for --host only. Add
12819 --with-cross-host option when building with a cross-compiler.
12820 * configure: Canonicalize the arguments put into config.status by
12821 always using `=' for an option with an argument. Pass a presumed
12822 --host or --target explicitly.
12823
12824 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12825
12826 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12827 into general OS recognition case.
12828
12829 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12830
12831 * configure.in (target_configdirs): add target-winsup only
12832 for win32 target systems.
12833
12834 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12835
12836 * Makefile.in (all-target-libgloss): Depend upon
12837 configure-target-newlib, since when libgloss is built it looks to
12838 see if the newlib directory exists.
12839
12840 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12841
12842 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12843 cfg-ml-*.in.
12844
12845 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12846
12847 * configure: Handle LD and LD_FOR_TARGET when configuring a
12848 Canadian Cross.
12849
12850 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12851
12852 * configure.in (target_libs): add target-winsup.
12853 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12854 (target==ppcle-pe): remove ld from $noconfigdirs.
12855
12856 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12857
12858 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12859 Preserve relative path names in $srcdir. Build symlink tree if
12860 configuring cross target dir and srcdir=. (= no VPATH support).
12861 (configure-target-libg++): Depend on configure-target-librx.
12862 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12863 * config-ml.in: New file.
12864 * symlink-tree: New file.
12865 * configure: Ensure srcdir="." if that's what it is.
12866
12867 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12868
12869 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12870 includes and FLEX_SKELETON setting.
12871 * mpw-configure (--with-gnu-ld): New option, controls whether
12872 to use PPCLink or ld with PowerMac GCC.
12873 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12874 * mpw-config.in: Configure grez if targeting Mac.
12875
12876 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12877 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12878 just macos.
12879 * configure.in: Configure grez resource compiler if targeting Mac.
12880 * Makefile.in (all-grez, install-grez): New targets.
12881
12882 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12883
12884 * configure: CXX defaults to gcc, not g++. If we find
12885 gcc in the path, set CC to gcc -O2.
12886
12887 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12888
12889 * configure: Default ${build} correctly. Avoid picking up extra
12890 spaces when reading CC and CXX from Makefile. When doing a
12891 Canadian Cross, use plausible default values for numerous
12892 variables.
12893 * configure.in: When doing a Canadian Cross, don't try to
12894 configure tools whose configure script can't handle it.
12895
12896 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12897
12898 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12899
12900 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12901
12902 * configure: Remove dubious bug reporting address.
12903
12904 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12905
12906 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12907 configure script, run that instead of this directory's configure.
12908 In either case, print a message that we're configuring the sub-dir.
12909
12910 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12911
12912 * configure.in: Before checking for the existence of various files,
12913 use sed to filter out "target-".
12914
12915 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12916
12917 * Makefile.in (DO_X): Split rule to decrease command line length
12918 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12919 (Philippe De Muyter).
12920
12921 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12922
12923 * Makefile.in (all-patch): depend on all-libiberty.
12924
12925 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12926
12927 * configure.in: If the only directory in target_configdirs which
12928 actually exists is libiberty, then set target_configdirs to empty,
12929 to avoid trying to build a target libiberty in a gas or gdb
12930 distribution.
12931
12932 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12933
12934 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12935 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12936 systems.
12937
12938 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12939
12940 * configure.in (copy_dirs): Use sys-include instead of include
12941 for --with-headers option.
12942
12943 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12944
12945 * Makefile.in, configure.in: Make winsup builds work with
12946 new scheme.
12947
12948 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12949
12950 * configure.in: Build the linker on AIX.
12951
12952 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12953
12954 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12955 where needed.
12956
12957 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12958
12959 * Makefile.in (all-gcc): Fix typo.
12960
12961 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12962
12963 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12964
12965 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12966
12967 * configure.in: Rename libFOO to target-libFOO, and xiberty
12968 to target-xiberty, to provide more flexibility.
12969 (target_subdir): Define. Create if cross.
12970 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12971 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12972 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12973 check-libFOO -> check-target-libFOO, etc.
12974 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12975 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12976 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12977 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12978 allow ALL_GCC="" to only configure.
12979 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12980 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12981 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12982
12983 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12984
12985 * Makefile.in (taz): Build "info" in etc explicitly.
12986
12987 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12988
12989 * configure.in: Make sure that CC is undefined (as opposed to
12990 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12991 problem with autoconf trying to configure on a host without GCC.
12992
12993 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12994
12995 * mpw-configure: Set host alias from choice of host compiler,
12996 only use generic MPW Makefile sed if present, edit a file
12997 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12998 * mpw-README: Add problem notes about CW6 and CW7.
12999
13000 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13001
13002 * Makefile.in (taz): Use ";" instead of ";;".
13003
13004 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13005
13006 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13007 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13008 DISTDOCDIRS.
13009 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13010 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13011
13012 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13013
13014 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13015 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13016 Move bfd to DISTSTUFFDIRS.
13017
13018 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13019
13020 * Makefile.in (X11_LIB): Removed.
13021 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13022
13023 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13024
13025 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13026
13027 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13028 names.
13029
13030 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13031
13032 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13033
13034 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13035
13036 * configure.in (i[345]86-*-win32): Always build newlib.
13037 Don't configure cvs, autoconf or texinfo.
13038 * Makefile.in (LD_FOR_TARGET): New.
13039 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13040 Pass down LD_FOR_TARGET.
13041
13042 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13043
13044 * winsup: New directory.
13045 * Makefile.in: Build winsup.
13046 * configure.in: Winsup is configured when target is win32.
13047 Can only build win32 target GDB when native.
13048
13049 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13050
13051 * config.guess: Recognize HP model 819 machines as having
13052 a PA 1.1 processor.
13053
13054 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13055
13056 * configure: Fix sed loop which substitutes for CC and CXX to
13057 avoid bug found in various sed implementations.
13058
13059 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13060
13061 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13062 simulator. Use standard powerpc-*-eabi*.
13063
13064 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13065
13066 * configure.in: Stop putting gas and binutils in noconfigdirs for
13067 powerpc-*-aix* and rs6000-*-*.
13068
13069 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13070
13071 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13072 -mcall-aixdesc libraries.
13073
13074 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13075
13076 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13077
13078 * config.sub (arm | armel | armeb): Fix shell syntax.
13079
13080 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13081
13082 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13083 -msoft-float and -mcpu=common support.
13084 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13085 libraries.
13086
13087 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13088
13089 * configure.in: Allow configuration and build of emacs19 for the alpha.
13090
13091 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13092
13093 * configure.in (CC): Get ^CC, not just any old CC, from
13094 ${host_makefile_frag}.
13095
13096 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13097
13098 * configure.in (CC): Try to get CC from
13099 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13100
13101 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13102
13103 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13104 only if it exists in $(srcdir).
13105
13106 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13107
13108 * configure: If CC and CXX are not set in the environment, set
13109 them, based on either an existing Makefile or on searching for gcc
13110 in PATH. Substitute for CC and CXX in Makefile.
13111 * configure.in: Remove libm from target_libs. Separate
13112 target_configdirs from configdirs. If CC is not set in
13113 environment, try to get it from a host Makefile fragment. Rewrite
13114 changes of configdirs to use skipdirs instead. A few minor
13115 tweaks. Take directories out of target_configdirs as they are
13116 taken out of configdirs. Remove existing Makefile files from
13117 subdirectories. Substitute for TARGET_CONFIGDIRS and
13118 CONFIG_ARGUMENTS in Makefile.
13119 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13120 by configure.in.
13121 (CONFIG_ARGUMENTS): Likewise.
13122 (CONFIGURE_TARGET_MODULES): New variable.
13123 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13124 ($(CONFIGURE_TARGET_MODULES)): New target.
13125 (configure-libg++, configure-libio): New targets.
13126 (all-libg++): Depend upon configure-libg++.
13127 (all-libio): Depend upon configure-libio.
13128 (configure-libgloss, all-libgloss): New targets.
13129 (configure-libstdc++): New target.
13130 (all-libstdc++): Depend upon configure-libstdc++.
13131 (configure-librx, all-librx): New targets.
13132 (configure-newlib): New target.
13133 (all-newlib): Depend upon configure-newlib
13134 (configure-xiberty): New target.
13135 (all-xiberty): Depend upon configure-xiberty.
13136
13137 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13138
13139 * configure.in (host i[345]86-*-win32): Expand the
13140 noconfigdirs again.
13141
13142 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13143
13144 * mpw-configure: Fix sed command file name.
13145
13146 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13147
13148 * configure.in (host i[345]86-*-win32): Reduce the
13149 noconfigdirs again.
13150
13151 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13152
13153 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13154 or powerpc*-*-pe*, since they are not yet supported.
13155
13156 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13157
13158 Add PowerMac support and many other enhancements.
13159 * mpw-configure: New option --cc to select compiler to use,
13160 paste options set according to --cc into the generated
13161 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13162 if mpw-make.sed is present.
13163 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13164 add forward includes for PowerPC include files.
13165 * mpw-build.in: Build using Makefile.PPC if present.
13166 (do-byacc, etc): Remove separate version resource builds.
13167 (do-gas): Build "stamps" before "all".
13168 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13169 * mpw-README: Update to reflect --cc option, PowerMac support,
13170 and recently-reported compatibility problems.
13171
13172 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13173
13174 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13175 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13176 (--with-multilib-top): Pass to recursive invocations.
13177
13178 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13179
13180 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13181 v810-*-*.
13182
13183 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13184
13185 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13186 gdb, ld and opcodes on v810-*-*.
13187
13188 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13189
13190 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13191 (local-maintainer-clean): New target.
13192 (maintainer-clean): New target.
13193 (realclean): Just depend upon maintainer-clean.
13194
13195 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13196
13197 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13198
13199 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13200
13201 * configure.in: Build ld in mips*-*-bsd* case.
13202
13203 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13204
13205 * config.sub: Accept -lites* OS. From Ian Dall.
13206
13207 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13208
13209 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13210 targets.
13211
13212 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13213
13214 * configure.in: treat i386-win32 canadian cross the same as
13215 i386-go32 canadian cross.
13216
13217 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13218
13219 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13220 running under the simulator to build a reduced set of libraries.
13221 (powerpc-*-eabiaix): Add fine grained multilib support added to
13222 other powerpc targets yesterday.
13223
13224 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13225
13226 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13227 -disable-softfloat, -disable-relocatable, -disable-aix, and
13228 -disable-sysv to control which multilib libraries get built.
13229
13230 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13231
13232 * configure: Add Makefile.tem to list of files to remove in trap
13233 handler.
13234
13235 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13236
13237 * config.guess (*Linux*): Add missing "exit"s.
13238 Also, need specific check for alpha-unknown-linux (uses COFF).
13239
13240 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13241
13242 * config.guess: Merge with FSF:
13243
13244 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13245 * config.guess (AIX4): More robust release numbering discovery.
13246
13247 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13248 * config.guess (i386-sequent-ptx): Properly get version number.
13249
13250 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13251 * config.guess (mips:*:4*:UMIPS): New case.
13252
13253 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13254
13255 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13256 (i386-win32 host): Likewise. Don't build readline.
13257
13258 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13259
13260 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13261 SUPPORT_FILES to submakes.
13262
13263 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13264
13265 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13266 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13267 mpw-configure.
13268
13269 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13270
13271 * configure.in (appdirs): Use =, not ==, in test expression when
13272 trying to build the text to print in the warning message for
13273 Solaris users.
13274
13275 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13276
13277 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13278
13279 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13280
13281 * config.guess: Recognize lynx-2.3.
13282
13283 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13284
13285 * config.sub (z8ksim): Deleted
13286 (z8k-*-coff): New, this is the one true name of the target.
13287
13288 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13289
13290 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13291
13292 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13293
13294 * config.guess (*:Linux:*:*): First try asking the linker what the
13295 default object file format is (elf, aout, or coff). Then if this
13296 fails, try previous methods.
13297
13298 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13299
13300 * configure.in: Don't build newlib for *-*-vxworks5.1.
13301
13302 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13303
13304 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13305 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13306
13307 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13308
13309 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13310
13311 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13312
13313 * cfg-ml-com.in: New file.
13314 * cfg-ml-pos.in: New file.
13315
13316 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13317
13318 * COPYING.NEWLIB: Add HP free copyright to list.
13319
13320 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13321
13322 * config.sub: Recognize -eabi* for the system, not just -eabi.
13323
13324 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13325
13326 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13327 * config.sub, configure.in (win32): New target and host.
13328
13329 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13330
13331 * configure.in: Add i386-pe configuration.
13332
13333 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13334
13335 * mpw-build.in (install): Install GDB after LD.
13336
13337 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13338
13339 * mpw-config.in (elf/mips.h): Always forward-include, needed
13340 for GDB to build.
13341
13342 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13343
13344 * testsuite: New directory for customer acceptance and whole tool
13345 chain tests.
13346
13347 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13348
13349 * configure: If per-host line isn't found, but AC_OUTPUT is found
13350 and a configure script exists, run it instead.
13351
13352 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13353
13354 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13355
13356 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13357
13358 * configure: Set build_{cpu,vendor,os,alias} to host values when
13359 --build isn't specified.
13360
13361 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13362
13363 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13364 (FLAGS_TO_PASS): Pass them.
13365 (EXTRA_TARGET_FLAGS): Ditto.
13366
13367 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13368
13369 * Makefile.in (all-libg++): Depend on all-libstdc++.
13370
13371 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13372
13373 * configure.in (noconfigdirs): Enable all packages for
13374 i386-unknown-netbsd.
13375
13376 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13377
13378 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13379 hosted builds (DOS builds)
13380
13381 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13382
13383 Changes for ARM based on patches from Richard Earnshaw:
13384 * config.sub: Handle armeb and armel.
13385 * configure.in: Omit arm linker only for riscix.
13386
13387 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13388
13389 * config.guess: Update from FSF.
13390
13391 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13392
13393 * config.sub: Recognize powerpcle as the little endian varient of
13394 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13395 powerpcle variant. Convert pentium into i586, not i486. Add p5
13396 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13397 temporarily.
13398
13399 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13400
13401 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13402
13403 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13404
13405 * config.sub: Accept -lites* as a basic system type.
13406
13407 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13408
13409 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13410 installed, and if so return linuxoldld as the system name.
13411
13412 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13413
13414 * config.guess: Add hppa1.1-hp-lites support.
13415
13416 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13417
13418 * configure.in: Don't build newlib for m68k-vxworks5.1.
13419
13420 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13421
13422 * configure.in (mips-sgi-irix6): Use mh-irix5.
13423
13424 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13425
13426 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13427
13428 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13429
13430 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13431 OSF/1. Fix compiler flags.
13432 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13433
13434 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13435
13436 * configure.in: Recognize --with-newlib.
13437 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13438
13439 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13440
13441 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13442 to *_X11_MODULES due to gdbtk needing X include files et al.
13443
13444 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13445
13446 Merge in support for Mac MPW as a host.
13447 (Old change descriptions retained for informational value.)
13448
13449 * mpw-config.in: Add generic include forwards for cpu-specific
13450 include files in aout and elf directories.
13451
13452 * mpw-configure: Added copyright.
13453 * mpw-config.in: Check for presence of required build tools.
13454 (target_libs): Add newlib.
13455 (target_tools): Add examples.
13456 (Read Me): Generate as "Read Me for MPW" instead.
13457 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13458 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13459 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13460
13461 * mpw-configure: Remove subdir-specific makefile hackery,
13462 delete mk.tmp after using it.
13463
13464 * mpw-build.in (all): Display start and end times.
13465
13466 * mpw-configure (host_canonical): Set.
13467 (target_cpu): Always add to makefiles.
13468 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13469 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13470 (mpw-mh-mpw): Look for in srcdir and srcroot.
13471 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13472
13473 * mpw-build.in: (install-only): New target.
13474
13475 * mpw-configure (host_alias, target_alias): Rename from hostalias
13476 and targetalias, add into generated Makefile.
13477 (mk.tmp): If present, add into generated Makefile.
13478 * mpw-build.in (all-gas): Build config.h first before gas proper.
13479
13480 * mpw-configure (config.status): Write only if changed.
13481 * mpw-config.in (readline): Configure it (not built, just used for
13482 definitions).
13483
13484 * mpw-config.in (elf/mips.h): Add a forward include.
13485
13486 * mpw-config.in: Forward-include most .h files in include into
13487 extra-include.
13488 (readline): Don't build.
13489 mpw-build.in (install): Install GDB.
13490
13491 * mpw-configure (prefix, mpw_prefix): Handle it.
13492 * mpw-config.in (mmalloc, readline): Don't configure.
13493 * mpw-build.in (thisscript): Rename to ThisScript.
13494 Use mpw-build instead of BuildProgram everywhere.
13495 (mmalloc, readline): Don't build.
13496 * mpw-README: New file, basic documentation about the MPW port.
13497
13498 * mpw-config.in: Use forward-include to create include files.
13499
13500 * mpw-configure: Add more things to the top of each configured
13501 Makefile, including contents of config/mpw-mh-mpw.
13502 * mpw-config.in (extra-include): Create this directory and fill it
13503 with Posix-like include files when configuring.
13504
13505 * config.sub (apple, mac, mpw): Add various aliases.
13506
13507 * mpw-build.in: New file, top-level build script fragment for MPW.
13508 * mpw-configure: New file, configure script for MPW.
13509 * mpw-config.in: New file, config fragment for MPW.
13510
13511 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13512
13513 * configure.in (host_libs): Remove glob, since it is gone from the
13514 sources.
13515
13516 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13517
13518 * Makefile.in: define empty GDB_NLM_DEPS var.
13519
13520 * configure.in(target_makefile_frag): use config/mt-netware
13521 for netware targets.
13522
13523 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13524
13525 * config.sub: Merge in recent FSF changes. Remove linux special
13526 cases.
13527
13528 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13529
13530 Revert this change:
13531
13532 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13533
13534 * build-all.mk: Use CC=cc -Xs on Solaris.
13535
13536 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13537
13538 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13539 stop using it.
13540 * Makefile.in: Nuke all references to glob subdirectory.
13541
13542 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13543
13544 * configure.in: Fix --enable-shared logic in per-host.
13545
13546 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13547
13548 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13549
13550 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13551
13552 * configure.in (noconfigdirs): Don't build gas on AIX, for
13553 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13554
13555 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13556
13557 * configure: Fix --cache-file to work if the file argument is a
13558 relative path.
13559
13560 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13561
13562 * configure: If the --cache-file is used, pass it down to
13563 configure in subdirectories.
13564
13565 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13566
13567 * config.sub: add vxworks29k configuration.
13568
13569 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13570
13571 * Makefile.in (taz): Do "diststuff" part quietly.
13572
13573 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13574
13575 * config.sub: Mini-merge with gcc/config.sub.
13576
13577 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13578
13579 * config.guess (IRIX): Sed - to _.
13580
13581 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13582
13583 * Makefile.in (source-vault, binary-vault): New targets.
13584
13585 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13586
13587 * config.sub: Recognize -eabi as a basic system type.
13588
13589 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13590
13591 * configure.in (enable_shared stuff): Fix typo.
13592
13593 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13594
13595 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13596
13597 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13598
13599 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13600
13601 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13602
13603 * configure.in (rs6000-*-*): Don't build gas.
13604
13605 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13606
13607 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13608 reduce command line length.
13609 (AS_FOR_TARGET): Check for as.new, not Makefile.
13610 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13611
13612 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13613
13614 * config.guess: Merge from FSF.
13615
13616 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13617
13618 * configure: Don't use $ when handling program_suffix.
13619
13620 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13621
13622 * configure.in: Configure tk for hppa/hpux.
13623
13624 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13625
13626 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13627
13628 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13629
13630 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13631 to LIBCXXFLAGS. Tests are better run without it.
13632
13633 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13634
13635 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13636
13637 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13638
13639 * configure.in (*-*-netware*): Don't configure xiberty.
13640
13641 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13642
13643 * configure.in: Remove tk from native_only list.
13644
13645 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13646
13647 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13648 for special NCD build.
13649
13650 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13651
13652 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13653 makeall.bat, they're only useful for binutils snapshots.
13654 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13655 makeall.bat to specified SUPPORT_FILES.
13656
13657 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13658
13659 * build-all.mk: Add Ericsson targets to sun4 and solaris
13660 hosts. Add BNR's sun4 target to solaris host, so their
13661 build-from-source will be tested in-house first.
13662
13663 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13664
13665 * Makefile.in (LIBCFLAGS): New variable.
13666 (CFLAGS_FOR_TARGET): Ditto.
13667 (LIBCFLAGS_FOR_TARGET): Ditto.
13668 (LIBCXXFLAGS): Ditto.
13669 (CXXFLAGS_FOR_TARGET): Ditto.
13670 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13671 (BASE_FLAGS_TO_PASS): Pass them.
13672 (EXTRA_TARGET_FLAGS): Ditto.
13673
13674 * configure.in: Support --enable-shared.
13675
13676 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13677
13678 * configure.in (target_libs): Include libstdc++ again.
13679 * config.guess: Update from FSF (for FreeBSD).
13680
13681 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13682
13683 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13684 makeall.bat.
13685 (DISTDOCDIRS): Add `etc'.
13686 (ETC_SUPPORT_PFX): New variable.
13687 (taz): Include anything from etc starting with a word in
13688 ETC_SUPPORT_PFX.
13689
13690 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13691
13692 * config.sub: Update for recent FSF changes. Remove obsolete
13693 h8300hds entry. Add -windows* and -osx as basic os. Minor
13694 spacing changes.
13695
13696 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13697
13698 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13699
13700 * config.guess: Merge with FSF.
13701 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13702
13703 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13704
13705 * configure: Since the "trap 0" handler will override the exit
13706 status on many systems, only use it for "exit 1", and make it set
13707 a non-zero exit status; reset it before "exit 0". Also, check
13708 exit status of config.sub, and error out if it failed.
13709
13710 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13711
13712 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13713 and install libgloss.
13714
13715 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13716
13717 * Makefile.in (all-binutils): Depend upon all-byacc.
13718
13719 * configure.in: Don't build emacs on Irix 5.
13720
13721 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13722
13723 * configure.in (*-*-netware*): Add libio.
13724
13725 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13726
13727 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13728 (CHECK_TARGET_MODULES): Ditto.
13729 (INSTALL_TARGET_MODULES): Ditto.
13730 (TARGET_LIBS): Ditto.
13731 (all-libstdc++): Note dependencies.
13732
13733 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13734
13735 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13736
13737 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13738
13739 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13740 -fexternal-templates.
13741
13742 * configure.in (target_libs): Add libstdc++.
13743 (noconfigdirs): Add libstdc++ as appropriate.
13744
13745 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13746
13747 * config.guess: Update from FSF.
13748
13749 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13750
13751 * configure: Use ${config_shell} when running ${configsub}.
13752
13753 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13754
13755 * config.sub: No longer recognize h8300h.
13756
13757 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13758
13759 * config.sub: Remove extraneous differences between config.sub and
13760 gcc/config.sub.
13761
13762 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13763
13764 * Makefile.in (DISTSTUFFDIRS): Add gas.
13765
13766 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13767
13768 * COPYING.NEWLIB: New file.
13769
13770 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13771
13772 * config.guess (HP-UX): Patch from Harlan Stenn
13773 <harlan@landmark.com> to also emit release level.
13774
13775 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13776
13777 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13778
13779 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13780
13781 * config.sub: Merge nextstep cleanup from FSF.
13782
13783 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13784
13785 * configure.in (arm-*-*): Don't configure ld for this target.
13786
13787 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13788
13789 * configure.in (*-*-netware): don't configure libg++, libio,
13790 librx, or newlib.
13791
13792 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13793
13794 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13795 configure ld--it works, but it doesn't support shared libraries.
13796
13797 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13798
13799 * config.guess (*-unknown-freebsd*): Get rid of possible
13800 trailing "(Release)" in version string.
13801 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13802
13803 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13804
13805 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13806 Fix type: *-next-neststep -> *-next-nextstep.
13807
13808 * config.guess: Merge from FSF:
13809
13810 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13811
13812 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13813
13814 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13815
13816 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13817 instead of UNIX_SV for UnixWare 1.0).
13818
13819 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13820
13821 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13822 to make gdb/nlm/* build after the compiler and linker.
13823
13824 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13825
13826 * config.guess (netbsd, freebsd, linux): Accept any machine,
13827 not just i[34]86.
13828 (m68k-atari-sysv4): Relocate to match FSF version.
13829
13830 * config.guess: More merges from the FSF:
13831
13832 Add a space before function call or macro invocation.
13833
13834 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13835
13836 * config.guess: Add trap cmd to remove dummy.c and dummy when
13837 interrupted.
13838
13839 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13840
13841 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13842 (dummy): Redirect stderr from compilation of dummy.c.
13843
13844 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13845
13846 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13847
13848 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13849
13850 * configure: Accept and ignore --cache*, for compatibility with
13851 new autoconf.
13852
13853 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13854
13855 * config.guess: Merge from FSF:
13856
13857 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13858
13859 * config.guess (Pyramid*:OSx*:*:*): New case.
13860 (PATH): Add /.attbin at end for finding uname.
13861 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13862
13863 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13864
13865 * config.guess (M88*:DolphinOS:*:*): New case.
13866
13867 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13868
13869 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13870 to select whether to use ELF or COFF.
13871
13872 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13873
13874 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13875
13876 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13877
13878 * config.guess: Guess the OS version for HPUX.
13879
13880 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13881
13882 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13883
13884 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13885
13886 * configure.in: Recognize --with-headers, --with-libs, and
13887 --without-newlib.
13888 * Makefile.in (all-xiberty): Depend upon all-ld.
13889
13890 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13891
13892 * configure.in: Change i[34]86 to i[345]86.
13893
13894 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13895
13896 * configure (version): A few more tweaks to help message.
13897
13898 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13899
13900 * Makefile.in: Remove (for now) librx as a host library,
13901 now that we're building it for target.
13902
13903 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13904
13905 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13906 (Karl Berry).
13907
13908 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13909
13910 * configure.in: Also configure librx.
13911
13912 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13913
13914 * Makefile.in: Update various rules to reflect that librx
13915 is now needed for libg++.
13916
13917 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13918
13919 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13920
13921 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13922
13923 * configure.in: Configure the examples directory.
13924
13925 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13926
13927 * configure: Simplify Jun 2 1994 change.
13928
13929 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13930
13931 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13932 /bin/gcc isn't good enough to build gcc.
13933
13934 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13935
13936 * Makefile.in (GDB_SUPPORT_FILES): Remove
13937 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13938 (gdb.tar.gz): Add new rule to use standard distribution building
13939 mechanism.
13940
13941 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13942
13943 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13944 Bill Cox <bill@cygnus.com>.
13945
13946 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13947
13948 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13949
13950 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13951
13952 * configure: Search current dir first in .gdbinit.
13953
13954 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13955
13956 * config.sub: Recognize freebsd (merged from gcc config.sub).
13957
13958 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13959
13960 * config.sub: Refer to NeXT's operating system as nextstep.
13961
13962 * config.sub (case $basic_machine): Re-order the cases, to match
13963 the order in the FSF version (which is mostly alphabethical).
13964 Merge in some additions and changes from the FSF.
13965
13966 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13967
13968 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13969 * config.sub: Recognize cxux7.
13970 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13971
13972 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13973
13974 * config.sub: Fix typo powerpc -> powerpc-*.
13975
13976 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13977
13978 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13979
13980 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13981 parallel with all-emacs and install-emacs). Top-level command
13982 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13983
13984 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13985
13986 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13987 $(relbindir)/make before doing ``make install'', and use
13988 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13989 installing over running make binary.
13990 ($(host)-stamp-stage3-installed): Likewise.
13991
13992 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13993
13994 * config.guess: Recognize Mach.
13995
13996 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13997
13998 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13999 see whether --exec-prefix was used.
14000
14001 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14002
14003 * README: Explicitly mention libg++/README. (Zoo's idea.)
14004
14005 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14006
14007 * Makefile.in: Add all-librx target similar to all-libproc.
14008
14009 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14010
14011 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14012 with post 1.2 uname bogosity.
14013
14014 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14015
14016 * configure: Remove temporary files on receipt of a signal.
14017
14018 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14019
14020 * configure: If there is a package_makefile_frag, remove
14021 ${subdir}/Makefile.tem after copying it in.
14022
14023 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14024
14025 * build_all.mk: support rs6000 lynx identifies itself as
14026 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14027 since /bin/gcc is too feeble to compile a modern gcc.
14028
14029 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14030
14031 * brought devo/test-build.mk update-to-date with progressive/
14032 test-build.mk. Add lynx targets and hppa flag info.
14033
14034 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14035
14036 * configure.in: Use mh-ncrsvr43. Patch from
14037 Tom McConnell <tmcconne@sedona.intel.com>.
14038
14039 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14040
14041 * config.guess (i386-unknown-bsdi): No longer need to
14042 check #if defined(__bsdi__) && defined(__i386__).
14043
14044 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14045
14046 * configure: Set program_transform_nameoption correctly.
14047
14048 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14049
14050 * brought build-all.mk update-to-date with progressive build-all.mk,
14051 added new targets and hppa info.
14052
14053 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14054
14055 * configure: If config.guess result is a prefix of the user
14056 specified target, assume a native build and use the user specified
14057 target as the host alias. Remove SunOS patch suffix removal hack.
14058 * configure.in: Remove SunOS patch suffix removal hack.
14059
14060 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14061 in NATIVE_CHECK_MODULES.
14062
14063 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14064
14065 * Makefile.in: Rename HOST_ONLY to NATIVE.
14066 * configure: Delete SunOs patch suffix from host_canonical
14067 and build_canonical variables that are prepended to Makefiles.
14068 * configure.in: Add comments for easier maintenance.
14069
14070 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14071
14072 * Makefile.in: Add all-libproc target similar to all-gui.
14073
14074 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14075
14076 * Makefile.in (CHECK_MODULES): split into
14077 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14078
14079 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14080
14081 * config.guess (i386-unknown-bsdi): New system to guess.
14082
14083 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14084
14085 * Makefile.in: Add all-gui target (but not yet build by "all").
14086
14087 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14088
14089 * config.sub: Move deletion of patch suffix from here...
14090 * configure.in: To here, at Ian's suggestion. The top-
14091 level scripts might need to know of a patch level.
14092
14093 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14094
14095 * config.sub: Strip off patch suffix so rtl is recognized
14096 as a sunos4.1.3 machine, even though it's been patched.
14097
14098 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14099
14100 * Makefile.in (INSTALL_LAST): Delete.
14101 (INSTALL_DOSREL): New.
14102
14103 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14104
14105 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14106 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14107 whether we pass down --with-gnu-ld anyhow.
14108
14109 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14110
14111 * Makefile.in (INSTALL_LAST): Change operation so it works
14112 on more flavors of make.
14113 * configure.in (go32): Don't build libg++ or libio.
14114
14115 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14116
14117 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14118 they can be overriden by templates.
14119
14120 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14121
14122 * configure.in (target==go32): Don't build gdb.
14123 * dosrel: New directory.
14124
14125 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14126
14127 * configure.in (host==go32): Configure dosrel too.
14128 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14129 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14130 be set by incoming names or templates.
14131 (INSTALL_LAST): New rule.
14132
14133 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14134
14135 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14136
14137 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14138
14139 * configure.in (appdirs): New variable. Currently empty, but will
14140 be used in gas distribution. If nonempty, lists a set of
14141 directories at least one of which must get configured, or top
14142 level configuration is considered to have failed.
14143 (rs6000-*-lynxos*): Use new file name.
14144
14145 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14146
14147 Eliminate XTRAFLAGS.
14148 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14149 newlib include files using -idirafter, and also use -nostdinc.
14150 (CXX_FOR_TARGET): Likewise.
14151 (XTRAFLAGS): Removed.
14152 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14153 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14154 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14155 ($(DO_X)): Don't pass down XTRAFLAGS.
14156
14157 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14158
14159 * configure.in (mips*-dec-bsd*): New target; do build linker.
14160 (mips*-*-bsd*): New target; don't build linker.
14161
14162 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14163
14164 * configure.in: support rs6000-*-lynxos* configuration.
14165 support sunos4 as a cross target.
14166
14167 * config.sub: look for lynx*, not lynx since the OS version may
14168 legitimately be part of the name.
14169
14170 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14171
14172 * configure.in (i[34]86-*-sco*): Move to be with other i386
14173 targets.
14174 (romp-*-*): New target. Skip various binary utilities.
14175 (vax-*-*): New target. Don't build newlib.
14176 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14177
14178 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14179
14180 * configure.in: Only set host_makefile_frag if config
14181 directory exists.
14182
14183 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14184
14185 * install.sh: If $dstdir exists, don't check whether each
14186 component does.
14187
14188 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14189
14190 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14191
14192 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14193
14194 * configure.in (*-*-lynxos*): Don't configure newlib for either
14195 native or cross Lynx.
14196
14197 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14198
14199 * config.sub (sparc64-elf): Fix os.
14200 (z8k): Remove duplicate.
14201
14202 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14203
14204 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14205 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14206
14207 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14208
14209 * configure: Make file links cleanly even if Lynx fails on
14210 an NFS symlink (at least fail cleanly).
14211
14212 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14213
14214 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14215 -XNh2000.
14216
14217 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14218
14219 * configure: Unknown options are fatal again.
14220
14221 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14222
14223 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14224 compatibility.
14225
14226 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14227
14228 * build-all.mk: Add `clean' target.
14229
14230 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14231
14232 * config.guess: Add SINIX support.
14233 * configure.in: Add mips-*-sysv4* support.
14234
14235 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14236
14237 * build-all.mk: Document all useful targets.
14238 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14239 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14240
14241 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14242
14243 * configure: Support --silent, --quiet.
14244
14245 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14246
14247 * configure: Support --disable-FEATURE.
14248
14249 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14250
14251 * config.guess: Recognize NCR running SVR4.3.
14252
14253 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14254
14255 * config.guess: Make BSDI generate i386-unknown-bsd386.
14256 Patch from Paul Eggert <eggert@twinsun.com>.
14257
14258 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14259
14260 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14261
14262 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14263
14264 * configure: Make unrecognized options give nonfatal warnings
14265 instead of fatal errors, and pass them to any subdirectory
14266 configures in case they recognize them.
14267 Make --x equivalent to --with-x.
14268
14269 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14270
14271 * configure: Add --enable-* options. Clean up usage message and
14272 some comments.
14273
14274 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14275
14276 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14277
14278 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14279
14280 * configure.in (hppa*-*-*): Enable binutils.
14281
14282 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14283
14284 * config.sub: Recognize cisco.
14285
14286 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14287
14288 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14289
14290 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14291
14292 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14293 than one configuration name. Add comment.
14294
14295 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14296
14297 * config.guess: about target *-hitachi-hiuxwe2, fixed
14298 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14299 macro is incorrect.]
14300
14301 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14302
14303 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14304 than the "make ls" stuff which used to be here.
14305
14306 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14307
14308 * config.guess: Recognize i[34]86-unknown-freebsd.
14309 From Shawn M Carey <smcarey@rodan.syr.edu>.
14310
14311 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14312
14313 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14314
14315 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14316
14317 * config.guess: Check for ptx.
14318
14319 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14320
14321 * config.sub: Add os9k checking.
14322
14323 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14324
14325 * config.guess: Handle OSF1 running on HPPA processors
14326
14327 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14328
14329 * configure: If subdir configure fails, print out a message with
14330 subdirectory name, in case subdir's configure code didn't identify
14331 itself.
14332
14333 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14334
14335 * configure.in: Remove embedded newlines from configdirs.
14336 Avoid mismatches of substrings. Fix matching strings at end
14337 of configdirs.
14338
14339 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14340
14341 * config.guess: Add Lynx/rs6000 config support.
14342
14343 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14344
14345 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14346
14347 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14348
14349 * configure.in (hppa*-*-osf*): Treat this just like most other
14350 PA configurations (eg no binutils or ld).
14351 (hppa*-*-*elf*): These configurations have binutils and ld.
14352
14353 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14354
14355 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14356
14357 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14358
14359 * configure.in (rs6000-*-*): Build gas.
14360
14361 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14362
14363 * Makefile.in: Avoid bug in losing hpux sed.
14364
14365 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14366
14367 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14368 for GDB and GDB has been fixed to not need it.
14369
14370 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14371
14372 * config.guess: Recognize vax hosts.
14373
14374 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14375
14376 * configure (while loop): Don't use "break 2" inside case
14377 statement -- the case statement isn't an enclosing loop.
14378
14379 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14380
14381 * config.guess: Clean up NeXT support, to allow nextstep
14382 on Intel machines. Make OS be nextstep.
14383
14384 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14385
14386 * config.guess: Add alternate forms for Convex.
14387
14388 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14389
14390 * configure: Completely rewrite option processing. Take
14391 advantage of pattern-matching to avoid invoking test frequently.
14392 Also clean up host and target defaulting logic.
14393
14394 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14395
14396 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14397 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14398 commands (plus user environment) will fit SCO limits.
14399
14400 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14401
14402 * configure.in: Don't issue warnings about directories which are
14403 not being configured if -norecursion is set. Correct test for
14404 --with-gnu-as and --with-gnu-ld to not get confused by substring
14405 matches.
14406
14407 * configure.in: Don't build gas for alpha-dec-osf1*.
14408
14409 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14410
14411 * configure: Back out Per's change of 12/19/1993. It changes the
14412 behavior of configure in unexpected and confusing ways.
14413
14414 Also, use different delim char when calculating
14415 program_transform_name so that the name can contain slashes.
14416
14417 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14418
14419 * configure.in, config.sub: Add support for VSTa micro-kernel.
14420
14421 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14422
14423 * configure.in: Nuke hacks which were used to get a special
14424 version of GAS for HPPA configurations.
14425
14426 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14427
14428 * configure: If only ${target_alias} is given, use that
14429 as the default for ${host_alias}.
14430 * configure: Add missing back-slashes before nested quotes.
14431
14432 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14433
14434 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14435
14436 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14437
14438 * config.guess: Recognize some Tektronix configurations.
14439 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14440
14441 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14442
14443 * config.sub: Match any flavor of SH.
14444
14445 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14446
14447 * configure.in: Don't try to configure newlib for Alpha.
14448
14449 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14450
14451 * configure.in: Don't build ld for Irix 5. Don't build gas,
14452 libg++ or libio for any Alpha target.
14453
14454 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14455
14456 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14457
14458 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14459 default arguments -- so it tried to compress itself.
14460
14461 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14462
14463 * configure.in (notsupp): ensure that a space is always at the end
14464 of the configdirs list, since the grep checks for an explicit space
14465
14466 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14467
14468 * configure.in (target i386-sysv4.2): don't build ld, since static
14469 versions of many libraries are not available.
14470
14471 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14472
14473 * config.guess: Recognize Apollos (using environment variables).
14474 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14475
14476 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14477
14478 * config.guess: Recognize Sony news mips running newsos.
14479
14480 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14481
14482 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14483 "fi ; else" for bash.
14484
14485 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14486
14487 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14488
14489 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14490
14491 * config.sub: accept unixware as an alias for svr4.2.
14492 Fix some inconsistancies with the gcc version.
14493
14494 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14495
14496 * Makefile.in (DISTDOCDIRS): Add gdb.
14497
14498 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14499
14500 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14501
14502 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14503
14504 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14505 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14506 this now.
14507
14508 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14509
14510 * config.sub: Accept hiux* as an OS name.
14511
14512 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14513 etc/make-stds.texi. The underscore came from gcc, and dje now
14514 agrees that RUNTESTFLAGS is the correct name.
14515
14516 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14517
14518 * install.sh: Remove 'set -e'. It makes any conditionals
14519 in the script useless.
14520
14521 * config.guess: Automatically recognize arm-acorn-riscix
14522 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14523
14524 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14525
14526 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14527
14528 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14529
14530 * Makefile.in (DISTDOCDIRS): New variable.
14531 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14532 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14533
14534 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14535
14536 * configure.in (hppa target): check the source directory for the
14537 pagas sub-directory
14538
14539 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14540
14541 * config.sub: Allow -aout* and -elf*.
14542
14543 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14544
14545 * configure.in: Don't build ld on i386-solaris2, same as for
14546 sparc-solaris2.
14547
14548 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14549
14550 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14551
14552 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14553
14554 * configure.in: Configure gdb for alpha.
14555
14556 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14557
14558 * Makefile.in (CXXFLAGS): Add -O.
14559
14560 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14561
14562 * config.guess: added support for DG Aviion
14563
14564 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14565
14566 * configure.in: Produce warning message for subdirectories not
14567 configurable for this host/target combination. Don't try to
14568 configure gdb for vms.
14569
14570 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14571
14572 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14573 appropriate files before making "diststuff".
14574 (DISTBISONFILES): New var: list of files to be edited.
14575 (DISTSTUFFDIRS): Add binutils.
14576
14577 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14578
14579 * config.sub: also handle mipsel and mips64el (for little endian mips)
14580
14581 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14582
14583 * configure.in: Add * to end of all OS names.
14584
14585 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14586
14587 * configure.in: Build newlib for LynxOS native.
14588
14589 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14590
14591 * config.guess: Add support for delta 88k running SVR3.
14592
14593 * configure.in: Add comment about HP compiler vs. emacs.
14594
14595 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14596
14597 * configure.in: don't build ld on solaris2 (not a viable option
14598 due to bugs in getpwnam & getpwuid)
14599
14600 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14601
14602 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14603 config.guess will produce a full version number.
14604
14605 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14606
14607 * configure.in: Build linker and binutils for alpha-dec-osf1.
14608
14609 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14610
14611 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14612 and gdb/testsuite/Makefile.in.
14613
14614 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14615
14616 * configure.in: recognize mips*- instead of mips-
14617
14618 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14619
14620 * config.sub: Accept linux*coff and linux*elf as operating
14621 systems.
14622
14623 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14624
14625 * config.sub: Recognize mips64, and mips3 as an alias for it.
14626
14627 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14628
14629 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14630 gdb knows how to handle OSF/1 shared libraries.
14631
14632 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14633
14634 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14635 * config.guess: Recognize Hitachi's HIUX.
14636 * config.sub: Recognize h3050r* and hppahitachi.
14637 Remove redundant cases for hp9k[23]*.
14638
14639 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14640
14641 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14642 if gas and ld are in the source tree and are in ${configdirs}.
14643 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14644 --with options (but still pass them down on the command line,
14645 if they were explicitly specified).
14646
14647 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14648
14649 * configure: substitute SHELL value in Makefile.in with
14650 ${CONFIG_SHELL}
14651
14652 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14653
14654 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14655 *-*-solaris2* targets.
14656
14657 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14658
14659 * Makefile.in: define M4, and pass it down to sub-makes;
14660 all-autoconf now depends on all-m4
14661
14662 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14663
14664 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14665 presence of {ar,ranlib} instead of a configured directory
14666
14667 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14668
14669 * config.guess: Accept 34?? as well as 33?? for NCR.
14670
14671 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14672
14673 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14674 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14675
14676 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14677
14678 * configure: grab values for $(CC) and $(CXX) from the
14679 environment, so that someone can do "CC=gcc configure; make" and
14680 have it work right (matching the way that autoconf works now)
14681
14682 * configure.in, Makefile.in: add support for gash, the tcl
14683 interface to Galaxy
14684
14685 * config.guess: add NetBSD variants (hp300, x86)
14686
14687 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14688
14689 * install.sh: Support -d option (in the manner of SunOS 4 install,
14690 as it is more deterministic than that of GNU install)
14691 (chmodcmd): Set file to mode 755 by default (should also do default
14692 chgrp and chown, but I don't feel like dealing with that now)
14693
14694 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14695
14696 * config.sub: Remove h8300hhms alias.
14697
14698 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14699
14700 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14701
14702 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14703
14704 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14705 as stmp-fixinc
14706
14707 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14708
14709 * config.sub: recognize m88110-bug-coff.
14710
14711 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14712
14713 * Makefile.in (all-libio): all dependencies on the toolchain used
14714 to build this (gcc, gas, ld, etc)
14715
14716 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14717
14718 * config.guess: Deal with OSF/1 1.3 on alpha.
14719
14720 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14721
14722 * install.sh: add some 'else true' clauses for portability
14723
14724 * configure.in: don't build libio for h8[35]00-*-* targets
14725
14726 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14727
14728 * Makefile.in: Add support for new libio.
14729
14730 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14731
14732 * install.sh: If one command fails, don't try the rest. Don't try
14733 to remove $dsttmp (via trap) unless we have already created it.
14734 If $src doesn't exist, detect it and exit with an error.
14735
14736 * config.guess: Recognize BSD on hp300.
14737
14738 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14739
14740 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14741 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14742
14743 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14744
14745 * Makefile.in (all-send-pr): depends on all-prms
14746
14747 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14748
14749 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14750
14751 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14752
14753 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14754 Added test for mips-mips-riscos5.
14755
14756 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14757
14758 * configure.in: use mh-hp300 for 68k HP hosts
14759
14760 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14761
14762 * configure: add support for CONFIG_SHELL, so that you can use
14763 some alternate shell for evaluating configure scripts
14764
14765 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14766
14767 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14768 in configure script to bug-gdb@prep.ai.mit.edu when building
14769 distribution archive.
14770 * Makefile.in (COMPRESS): Remove def.
14771 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14772 gdb.tar.Z and make-gdb.tar.Z respectively.
14773 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14774 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14775 to convergence with 'taz' target in Makefile.in.
14776
14777 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14778
14779 * install.sh (dsttmp): use trap to ensure that tmp files go
14780 away on error conditions
14781
14782 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14783
14784 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14785
14786 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14787
14788 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14789 its parent is '/' not ''.
14790
14791 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14792
14793 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14794
14795 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14796 that ${newsrcdir}/configure.in does.
14797
14798 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14799
14800 * test-build.mk: support for CONFIG_SHELL
14801
14802 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14803
14804 * config.sub (netware): Add as a basic system type.
14805
14806 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14807
14808 * Makefile.in (Makefile): depend on configure.in. Also drop the
14809 $(srcdir)/ from the dependency on Makefile.in.
14810
14811 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14812
14813 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14814 (h8300hhms is temporary until multi-libraries are implemented).
14815 * configure.in: Handle h8300h too.
14816
14817 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14818
14819 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14820
14821 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14822
14823 * configure: Remove extraneous output when guessing host type.
14824 * config.guess: Remove extraneous output when guessing using C
14825 compiler rather than uname, or when guessing fails.
14826
14827 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14828
14829 * Makefile.in: remove all.cross and install.cross targets
14830
14831 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14832 definitions
14833
14834 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14835
14836 * configure.in (target sh): Build gprof.
14837
14838 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14839
14840 * config.sub: change -solaris to -solaris2
14841
14842 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14843
14844 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14845
14846 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14847
14848 * configure: Correct error message for missing Makefile.in to
14849 print correct directory.
14850
14851 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14852
14853 * install.sh: kludge around 386BSD shell bug
14854
14855 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14856
14857 * config.guess: Recognize NeXT.
14858 * config.guess: Recognize i486-ncr-sysv4.
14859 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14860
14861 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14862
14863 * Makefile.in (MAKEINFOFLAGS): New variable.
14864 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14865 * build-all.mk, test-build.mk: Pass down --no-split as
14866 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14867
14868 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14869
14870 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14871
14872 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14873
14874 * Makefile.in (libg++.tar.z): New rule.
14875 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14876 * Makefile.in (taz): Only do a single chmod.
14877
14878 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14879
14880 * install.sh: don't use dirname anymore (replaced with sed usage)
14881
14882 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14883
14884 * Makefile.in: Change extension for gzip'd files from '.z' to
14885 '.gz' per new FSF standard usage.
14886
14887 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14888
14889 * configure: put quotes around the final value of program_transform_name
14890
14891 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14892
14893 * Makefile.in: new install.sh support; update install-info rules
14894
14895 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14896
14897 * configure.in: Build diff for crosses, but not for go32 host.
14898
14899 * configure.in: Build gprof only for native, and don't build it
14900 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14901
14902 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14903
14904 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14905
14906 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14907
14908 * configure.in (host_tools): Add prms.
14909
14910 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14911
14912 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14913 with $(FLAGS_TO_PASS) on the command line
14914
14915 * config.sub: Recognize lynx and lynxos
14916
14917 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14918
14919 * config.sub: Accept -ecoff*, not just -ecoff.
14920
14921 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14922
14923 * Makefile.in (taz): Use .gz suffix instead of .z.
14924 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14925 names.
14926
14927 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14928
14929 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14930
14931 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14932
14933 * Makefile.in (install-no-fixedincludes): install gcc last, so
14934 that rebuilds that might happen during 'make install' don't get
14935 bogus gcc include files
14936
14937 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14938
14939 Change from Utah for HPPA support:
14940 * config.guess: Recognize hppa1.x-hp-bsd.
14941
14942 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14943
14944 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14945 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14946
14947 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14948
14949 * config.sub: Add support for rom68k and bug boot monitors.
14950
14951 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14952
14953 * Makefile.in: Make all-opcodes depend on all-bfd.
14954
14955 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14956
14957 * config.guess: Added special check for i[34]86-univel-sysv4*.
14958
14959 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14960
14961 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14962 the processor rather than assuming i486.
14963
14964 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14965
14966 * config.guess: Recognize SunOS6 as Solaris3.
14967
14968 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14969
14970 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14971 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14972
14973 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14974
14975 * build-all.mk (all-cross): New target for Canadian Cross.
14976 Added Q2 go32 targets.
14977 * test-build.mk: Configure go32 cross sparclite-aout and
14978 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14979 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14980
14981 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14982
14983 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14984 GO32 hosted toolchains
14985
14986 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14987
14988 * configure: change so "-exec-prefix" gets passed down rather
14989 than "-exec_prefix" so autoconf generated Makefiles get the
14990 exec_prefix set right.
14991
14992 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14993
14994 * config.guess: get the Solaris2 minor version number
14995
14996 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14997
14998 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14999
15000 * config.guess: Recognize some Sequent platforms.
15001
15002 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15003
15004 * Makefile.in: added the vault-install target
15005
15006 * configure.in: actually use the Sun3 makefile fragment that's in
15007 config, also added the release dir to configdirs
15008
15009 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15010
15011 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15012
15013 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15014
15015 * configure.in: remove some program from Alpha targetted toolchains
15016
15017 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15018
15019 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15020 gprof.
15021 (taz): Run "make diststuff" in those directories instead of "make
15022 proto-dir". Look for "VERSION=" only at start of line in subdir
15023 Makefile. Use "gzip -9" for compression.
15024 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15025 (binutils.tar.z): New target.
15026
15027 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15028
15029 * Makefile.in (taz): Include gpl.texinfo.
15030
15031 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15032
15033 * Makefile.in (setup-dirs): Merged into "taz" target.
15034 (taz): Only do `proto-dir' stuff if a directory is actually needed
15035 for this target.
15036
15037 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15038
15039 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15040 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15041 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15042 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15043 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15044
15045 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15046
15047 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15048 config.sub, and move-if-change to gdb testsuite distribution
15049 archive, so the testsuite can be extracted, configured, and
15050 run separately from the gdb distribution. Blow away the Chill
15051 tests that require a Chill compiled executable, since GNU Chill
15052 is not yet publically available.
15053
15054 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15055
15056 * test-build.mk: set environment variables in a single command,
15057 instead of a list of assignments and exports
15058
15059 * config.guess: recognize Alpha/OSF1 systems
15060
15061 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15062
15063 * configure: Change help message to prefer --options rather than
15064 -options.
15065
15066 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15067
15068 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15069 zippy@ecst.csuchico.edu.
15070 * config.guess: Recognize miniframe.
15071
15072 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15073
15074 * Makefile.in: Use srcroot to find runtest rather than rootme.
15075 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15076
15077 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15078
15079 * test-build.mk: Extensive additions to support building on a
15080 machine other than the host.
15081
15082 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15083
15084 * configure (tooldir): Fix for i386-aix again.
15085
15086 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15087
15088 * configure, Makefile.in: Change definition of $(tooldir)
15089 to match the FSF.
15090
15091 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15092
15093 * config.guess: Recognize i[34]86/SVR4.
15094
15095 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15096
15097 * Makefile.in (all-gdb): gdb depends on sim.
15098
15099 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15100
15101 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15102 at the same time we make the prototype gdb directory.
15103 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15104 files at the same time as the gdb base release distribution.
15105
15106 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15107
15108 * Makefile.in (check): Use individual check targets rather than
15109 DO_X rule.
15110 (check-gcc): Added.
15111
15112 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15113
15114 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15115 for System V release 3.2.
15116
15117 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15118
15119 * config.sub: Recognize hppaosf.
15120 * configure.in: Do configure ld/binutils/gas for it.
15121
15122 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15123
15124 * configure (tooldir): Alter syntax used to set this, for systems
15125 where "\$" isn't handled right, like i386-aix.
15126
15127 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15128
15129 * configure: Pass program-transform-name, not
15130 program_transform_name, to recursive configures.
15131
15132 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15133
15134 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15135 of gas+ld+binutils.
15136
15137 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15138
15139 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15140
15141 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15142
15143 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15144
15145 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15146
15147 * Makefile.in (PRMS): Set back to all-prms.
15148
15149 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15150
15151 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15152 targets, rather than for MIPS hosts.
15153
15154 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15155
15156 * configure.in: add comment for --with-x default values
15157
15158 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15159
15160 * Makefile.in: add check-* targets for each of the directories in
15161 the tree. Add a definition of RUNTEST that will use the one we
15162 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15163
15164 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15165
15166 * configure.in: Removed obsolete references to bfd_target and
15167 target_makefile_frag.
15168
15169 * build-all.mk: Set assorted targets for Q2.
15170 * config.sub: Recognize z8k-sim and h8300-hms.
15171 * test-build.mk: Really don't pass host to configure.
15172 (HOLES): Added uname.
15173
15174 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15175
15176 * configure: Handle an empty program-prefix, program-suffix or
15177 program-transform-name correctly.
15178
15179 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15180
15181 * build-all.mk: -G 8 no longer required for MIPS targets.
15182 * test-build.mk: Don't pass host argument to configure; make it
15183 guess.
15184
15185 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15186
15187 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15188 * Makefile.in (COMPRESS): New macro, like GZIP.
15189
15190 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15191
15192 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15193
15194 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15195 with gas currently defaults to -G 0.
15196
15197 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15198
15199 * Makefile.in (all-flex): flex depends on byacc.
15200
15201 * build-all.mk: If host not specified, use config.guess. Pass TAG
15202 to test-build.mk as RELEASE_TAG.
15203 * test-build.mk (configargs): New variable containing arguments to
15204 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15205 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15206
15207 * config.guess: Use /bin/uname when checking -X argument on SCO,
15208 to avoid invoking GNU uname which doesn't understand -X.
15209
15210 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15211
15212 * configure.in: Build gas for mips-*-*.
15213
15214 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15215
15216 * Makefile.in (all.normal): insert missing backslash.
15217
15218 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15219
15220 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15221
15222 * Makefile.in: Complete overhaul to merge many almost identical
15223 targets.
15224
15225 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15226
15227 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15228 (gdb.tar.Z): Adjusted.
15229
15230 * Makefile.in (setup-dirs, taz): New targets; should be general
15231 enough to adapt for gdb sometime. Build only .z file.
15232 (gas.tar.z): New target.
15233
15234 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15235
15236 * build-all.mk: Use CC=cc -Xs on Solaris.
15237
15238 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15239
15240 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15241 for handling BISON for FSF releases.
15242
15243 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15244
15245 * configure: Actually implement the change zoo just documented.
15246
15247 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15248
15249 * configure: when using config.guess, only set target_alias when
15250 it's not already been set (ie, on the command line)
15251
15252 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15253
15254 * Makefile.in: add installcheck target, set PRMS to install-prms
15255
15256 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15257
15258 * configure: add support for package_makefile_fragment, handle the
15259 case where a directory has a configure.in file but no Makefile.in
15260 more gracefully (with an actual understandable error message, even);
15261 add support for --without (and add this to the usage message); also
15262 explicitly add a --host=${host_alias} to the command line when
15263 config.guess is used
15264
15265 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15266
15267 * configure: Must use both --host and --target in recursive calls.
15268
15269 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15270
15271 * Makefile.in: Change deja-gnu to dejagnu.
15272
15273 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15274
15275 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15276
15277 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15278
15279 * configure.in: canonicalize all instances to *-*-solaris2*,
15280 also strip out a number of tools to not build for go32 host
15281
15282 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15283
15284 * config.guess: add GPL.
15285
15286 * Makefile.in, config.guess, config.sub, configure: bump
15287 copyrights to 93.
15288
15289 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15290
15291 * Makefile.in (do-info): Removed obsolete check for existence of
15292 localenv file.
15293
15294 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15295
15296 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15297
15298 * Makefile.in: a couple of 'else true' for decstation,
15299 support for TclX
15300
15301 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15302
15303 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15304
15305 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15306
15307 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15308
15309 * config.guess: Recognize i386-ibm-aix (PS/2).
15310 * configure.in: Use config/mh-aix386 file for it.
15311
15312 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15313
15314 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15315 CC_FOR_TARGET instead.
15316 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15317
15318 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15319
15320 * Makefile.in: Add sim to list of directories sent with gdb
15321
15322 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15323
15324 * configure.in: Put back mips-dec-bsd* case.
15325
15326 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15327
15328 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15329 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15330 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15331
15332 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15333
15334 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15335
15336 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15337 (install-info): install dir.info only if it exists,
15338 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15339
15340 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15341
15342 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15343 gas for mips-dec-bsd.
15344
15345 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15346
15347 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15348 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15349
15350 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15351
15352 * configure.in: Added "dejagnu" to hosttools list.
15353
15354 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15355
15356 * config.sub, configure.in, config.guess: Add support
15357 for Bosx, an AIX variant from Bull.
15358 Patches from F.Pierresteguy@frcl.bull.fr.
15359
15360 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15361
15362 * devo/dejagnu: Initial creation of devo/dejagnu.
15363 Migrated dejagnu testcases and support files for testing software
15364 tools to reside as subdirectories, currently called "testsuite",
15365 within the directory of the software tool. Migrated all programs,
15366 support libraries, etc. beloging to dejagnu proper from
15367 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15368 with no modifications. The changes to these files which will
15369 allow them to configure, build, and execute properly will be made
15370 in a future update.
15371
15372 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15373
15374 * Makefile.in: Change send_pr to send-pr.
15375 * configure.in: Likewise.
15376 * send_pr: Renamed directory to send-pr.
15377
15378 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15379
15380 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15381
15382 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15383
15384 * README: Update for gdb-4.8 release.
15385 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15386 gdb-xxx.tar.z (gzip'd) file also.
15387
15388 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15389
15390 * Makefile.in: make all-diff depend on all-libiberty
15391
15392 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15393
15394 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15395
15396 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15397
15398 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15399
15400 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15401
15402 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15403 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15404 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15405
15406 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15407
15408 * Makefile.in: makeinfo binary is in a new location
15409
15410 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15411
15412 * config.sub: Accept -ecoff as an OS.
15413
15414 * Makefile.in: Various changes to eliminate a level of make
15415 recursion and reduce the required command line length.
15416 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15417 sub-makes.
15418 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15419 variables holding settings for specific sub-makes.
15420 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15421 in terms of BASE_FLAGS_TO_PASS.
15422 (TARGET_LIBS): New variable listing directories which use
15423 TARGET_FLAGS_TO_PASS.
15424 (subdir_do): Eliminated.
15425 (do-*): New set of targets to replace subdir_do.
15426 (various): All targets which used subdir_do now depend on do-*.
15427 (local-clean): Renamed from do_clean.
15428 (local-distclean): New target, dependency of distclean and
15429 realclean.
15430 (install-info): Don't create directories. Depend on dir.info
15431 rather than calling make recursively.
15432 (install-dir.info): Eliminated.
15433 (install-info-dirs): Create all info directories here.
15434 (dir.info): Depend upon do-install-info.
15435
15436 * test-build.mk (HOLES): Added false.
15437
15438 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15439
15440 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15441
15442 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15443
15444 * Makefile.in (info): remove dependency on all-texinfo. The
15445 problem was really in texinfo/C, not at this level.
15446
15447 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15448
15449 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15450
15451 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15452
15453 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15454 GDB releases.
15455
15456 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15457
15458 * configure: Include srcdir in message about target of link not
15459 being found. Don't convert `-' to `_' in `with' options being
15460 passed to subdirs.
15461
15462 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15463
15464 * configure.in: add uudecode to host_tools
15465
15466 * Makefile.in: added {all,install}-uudecode targets, added them to
15467 the appropriate lists
15468
15469 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15470
15471 * Makefile.in (all-gcc): Added dependency on all-gas.
15472
15473 * configure.in (mips-*-*): Build ld and binutils.
15474
15475 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15476
15477 * configure: check return code from mkdir, print error message and
15478 exit on failure.
15479
15480 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15481
15482 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15483
15484 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15485
15486 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15487
15488 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15489
15490 * config.sub (h8500): Recognize this as a cpu type.
15491
15492 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15493
15494 * configure: source directory missing is no longer a warning
15495
15496 * configure.in: recognize irix[34]* instead of irix[34]
15497
15498 * Makefile.in: define and pass down X11_LIB
15499
15500 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15501
15502 * guess-systype: Renamed to ...
15503 * config.guess: ... by popular request.
15504 * configure.in, Makefile.in: Update accordingly.
15505
15506 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15507
15508 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15509 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15510 + Execute ./dummy instead of assuming . is in PATH.
15511
15512 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15513
15514 * guess-systype: New shell script. Attempts to guess the
15515 canonical host name of the executing host.
15516 Only a few hosts are supported so far.
15517 * configure: Call guess-systype if no host is specified.
15518
15519 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15520
15521 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15522 gcc Makefile.
15523
15524
15525 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15526
15527 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15528 (all-gcc, install-gcc, subdir_do): Use it.
15529
15530 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15531
15532 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15533
15534 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15535
15536 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15537 set exclusively by configure, using configure.in .
15538
15539 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15540
15541 * test-build.mk: set $PATH for all builds
15542
15543 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15544
15545 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15546
15547 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15548 the one used in gcc/Makefile.in, so that a null expansion doesn't
15549 override the one needed to build gcc with a native cc.
15550
15551
15552 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15553
15554 * configure: Accept -with arguments.
15555
15556 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15557
15558 * Makefile.in: added h8300sim
15559
15560 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15561
15562 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15563 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15564 (all-cygnus, native, build-cygnus): Make
15565 $(canonhost)-stamp-3stage-done, not $(host)....
15566 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15567 i386-sco3.2v4. Added else true to if command.
15568
15569 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15570
15571 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15572
15573 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15574
15575 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15576
15577 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15578
15579 * configure.in: don't remove binutils from Solaris builds
15580
15581 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15582
15583 * Makefile.in: get rid of earlier definitions for *clean,
15584 also handle the recursive info rule better
15585
15586 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15587
15588 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15589 do more-or-less the right thing.
15590
15591 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15592
15593 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15594 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15595
15596 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15597
15598 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15599 $(host_canonical).
15600
15601 * configure.in: split the configdirs list into 4 categories (native
15602 v. cross, library v. tool) and handle the cross-only and native-
15603 only in more reasonable (and correct!) way.
15604
15605 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15606
15607 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15608 configdirs anymore.
15609
15610 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15611
15612 * Makefile.in: extensive cleanup:: removed all of the explicit
15613 clean-* targets, collapsed many wrappers around subdir_do into
15614 one, added additional targets to satisfy standards.texi, deleted
15615 some old targets, some changes for consistency
15616
15617 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15618
15619 * configure.in: handle some programs as cross-only, and others as
15620 native only
15621
15622 * test-build.mk: handle partial holes in a more generic manner
15623
15624 * Makefile.in: m4 depends on libiberty
15625
15626 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15627
15628 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15629 time, wdiff, and find to configdirs
15630
15631 * Makefile.in: all, clean, and install rules for the new programs
15632 added to configure.in
15633
15634 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15635
15636 * configure.in: use mh-sun for all *-sun-* hosts
15637
15638 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15639
15640 * Makefile.in: define flags for X11 include files and library file
15641 locations, pass them down to the programs that need this info
15642
15643 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15644
15645 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15646
15647 * configure.in: start building libg++ for HP-UX targets
15648
15649 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15650
15651 * README: Update references to files moved into etc/.
15652
15653 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15654
15655 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15656 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15657
15658 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15659
15660 * configure: accept dash as well as underscore in long option
15661 names for FSF compatibility.
15662
15663 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15664
15665 * config.sub: added -sco3.2v4 support from FSF.
15666
15667 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15668
15669 * configure.in: expand the section that adds or removes
15670 directories from the list of programs to build, to handle native
15671 vs. cross in addition to host v. native
15672
15673 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15674
15675 * Makefile.in: Replace C++ in macro names with CXX.
15676 This is less likely to break ...
15677
15678 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15679
15680 * test-build.mk: add -w to GNU_MAKE
15681
15682 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15683
15684 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15685 add 'sparc' to list of recognized cpus. This needed to make
15686 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15687 Delete some redundant ose68 variants. Recognize -wrs as an os,
15688 then changes that into $CPU-wrs-vxworks.
15689
15690 * configure.in: remove most references to gdbtest, regularize
15691 target based program removal
15692
15693 * test-build.mk: import from p3 tree (many fixes and changes)
15694
15695 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15696
15697 * Makefile.in: added rules to handle tcl, tk, and expect
15698
15699 * configure.in: handle those directories if they exist
15700
15701 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15702
15703 * config.sub: removed bogus hppabsd and hppahpux names, since
15704 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15705
15706 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15707
15708 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15709 depends upon all-xiberty
15710
15711 * Makefile.in: changes from p3, including:
15712
15713 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15714
15715 * Makefile.in (XTRAFLAGS): include newlib directories if
15716 newlib/Makefile exists, rather than if host != target.
15717
15718 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15719
15720 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15721 from the same source tree and not building a cross-compiler. This
15722 matters for the libg++ configuration if reconfiguring a tree that
15723 has already been installed.
15724
15725 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15726
15727 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15728 pick up the machine and system specific header files.
15729
15730 * Makefile.in: added AS_FOR_TARGET, passed down in
15731 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15732 the C compiler to use to create programs which are run in the
15733 build environment, set it to default to $(CC), and passed it down
15734 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15735
15736 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15737
15738 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15739 We need them for unusual native builds, like systems without
15740 ranlib.
15741
15742 * configure: also define $(host_canonical) and
15743 $(target_canonical), which are the full, canonical names for the
15744 given host and target
15745
15746 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15747
15748 * Makefile.in: Added separate definitions for C++.
15749
15750 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15751
15752 * configure.in (configdirs): Add deja-gnu.
15753
15754 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15755
15756 * README: Update for configure.texi and gdb-4.7 release.
15757
15758 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15759
15760 * Makefile.in: Move "all" target to top of file.
15761 Previously, first target was ".PHONY" which caused BSD4.4 make
15762 to build .PHONY when make was run without arguments.
15763
15764 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15765
15766 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15767 Library-copylefted code in libiberty.
15768
15769 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15770
15771 * config.sub: Replace m68kmote with plain old m68k.
15772
15773 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15774
15775 * Makefile.in: Remove space from blank line, avoid Make complaints.
15776
15777 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15778
15779 * config.sub: Complain if no argument is given. Added support for
15780 386bsd as OS and target alias.
15781
15782 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15783
15784 * Makefile.in (XTRAFLAGS): include newlib directories if
15785 newlib/Makefile exists, rather than if host != target.
15786
15787 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15788
15789 * config.sub: recognize sparclite-wrs-vxworks.
15790
15791 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15792 p3.) Added clean-xiberty to clean.
15793
15794 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15795
15796 * configure.in: use *-*-* instead of nested cases for host and target
15797
15798 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15799
15800 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15801 from the same source tree and not building a cross-compiler. This
15802 matters for the libg++ configuration if reconfiguring a tree that
15803 has already been installed.
15804
15805 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15806
15807 * config.sub (i486v/i486v4): Merge in from FSF version.
15808
15809 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15810
15811 * configure: only set PWD if it is already set.
15812
15813 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15814
15815 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15816 doesn't have unset and all success paths (and most error paths)
15817 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15818 to just ${PWD} to avoid confusion.)
15819
15820 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15821
15822 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15823 even for a native compilation.
15824
15825 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15826
15827 Changes to make the gdb.tar.Z rule work better.
15828
15829 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15830 (DEVO_SUPPORT): Add configure.texi.
15831 (bfd-ilrt.tar.Z): Remove ancient rule.
15832
15833 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15834
15835 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15836 pick up the machine and system specific header files.
15837
15838 * configure.in, config.sub: added new target m68010-adobe-scout,
15839 with alias of adobe68k. Changed configure.in to check for
15840 -scout before -sco* to avoid a false match.
15841
15842 * Makefile.in: added AS_FOR_TARGET, passed down in
15843 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15844 the C compiler to use to create programs which are run in the
15845 build environment, set it to default to $(CC), and passed it down
15846 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15847
15848 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15849
15850 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15851 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15852 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15853 FOR_TARGET variants, to newlib and libg++.
15854
15855 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15856
15857 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15858 first.
15859
15860 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15861
15862 * config.sub: Accept `elf' as an environment.
15863
15864 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15865
15866 * Makefile.in (all-opcodes): cd into the right directory
15867
15868 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15869
15870 * configure: added -program_transform_name option, used as
15871 argument to sed when installing programs.
15872 configure.texi: added documentation for -program_prefix,
15873 -program_suffix and -program_transform_name.
15874
15875 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15876
15877 * config.sub: Accept i486 where i386 ok.
15878
15879 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15880
15881 * config.sub: accept we32k
15882
15883 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15884
15885 * config.sub, configure.in: accept OSE68000 and OSE68k.
15886
15887 * Makefile.in: don't create all directories for ``make install'';
15888 let the subdirectories create the ones they need.
15889
15890 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15891
15892 * COPYING: new file, GPL v2
15893
15894 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15895
15896 * Makefile.in: use the new gen-info-dir, which needs a template
15897 argument (which also lives in texinfo)
15898
15899 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15900
15901 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15902
15903 * config.sub (ncr3000): Change i386 to i486.
15904
15905 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15906
15907 * Makefile.in: add install-rcs, install-grep to
15908 install-no-fixedincludes, removed install-bison and install-libgcc
15909
15910 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15911
15912 * configure.in: grab the HPUX makefile fragment if on HPUX
15913
15914 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15915
15916 * Makefile.in: eradicate bison spoor (ditto libgcc).
15917 configure.in: recognise m68{k,000}-ericsson-OSE.
15918 es1800 is alias for m68k-ericsson-OSE
15919
15920 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15921
15922 * configure.in: rearrange the parts that remove programs from
15923 configdirs, based now on HOST==TARGET or by canonical triple.
15924
15925 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15926
15927 * test-build.mk: recurse explicitly with -f test-build.mk when
15928 appropriate. predicate stage3 and comparison on the existence
15929 of gcc. That is, if gcc isn't around, we aren't three-staging.
15930 On very clean, also remove ...stamp-co. Build in-place before
15931 doing other builds.
15932
15933 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15934
15935 * Makefile.in, configure.in: add tgas
15936
15937 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15938
15939 * Makefile.in: a number of changes merged in from progressive.
15940
15941 * configure.in: add libm.
15942
15943 * .cvsignore: ignore some stuff that comes from test-build.mk.
15944
15945 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15946
15947 * config.sub: Add es1800 (m68k-ericsson-es1800).
15948
15949 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15950
15951 * configure: Add program_suffix (parallel to program_prefix)
15952 * Makefile.in: adjust directory-creating script for losing decstation
15953
15954 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15955
15956 * configure: Minor $subdir-related fixes.
15957
15958 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15959
15960 * configure: fix various problems with propogating
15961 makefile_target_frag in subdirs.
15962 * configure.in: config libgcc if its there
15963
15964 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15965
15966 * config.sub: HPPA merge.
15967
15968 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15969
15970 * Makefile.in: Replace all-bison with all-byacc in all
15971 dependency lines for other tools (which now use byacc).
15972
15973 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15974
15975 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15976
15977 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15978
15979 * Makefile.in: make gprof rules similar to byacc rules (instead of
15980 vestigal $(unsubdir) that didn't work...)
15981
15982 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15983
15984 * config.sub: Add support for Linux.
15985 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15986 (at least for libg++).
15987
15988 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15989
15990 * configure.texi: fix doc for the -nfp option to configure
15991
15992 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15993
15994 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15995
15996 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15997
15998 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15999 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16000 * configure.in: added solaris* host_makefile_frag hook.
16001
16002 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16003
16004 * config.sub: changed recognition of m68000 so that various
16005 m68k types can be specified via m680[01234]0
16006
16007 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16008
16009 * config.sub (basic_machine): fix sed so that '-foo' isn't
16010 completely substituted out while .+'-foo' loses the '-foo'
16011
16012 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16013
16014 * config.sub ($os): Add -aout.
16015
16016 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16017
16018 * configure: If host_makefile_frag is absolute, don't
16019 prefix ${invsubdir} (relevant to libg++ auto-configure).
16020
16021 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16022
16023 * Makefile.in (tooldir): Define it.
16024 (all-ld): Depend on all-flex.
16025
16026 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16027
16028 * Makefile.in (check): Fix libg++ special case.
16029
16030 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16031
16032 * configure: do not bury `pwd` into config.status, thus do fewer
16033 pwd's.
16034
16035 * configure: print the "Building in" message only when building in
16036 other than "." AND verbose.
16037
16038 * configure: remove -s, rework -v to better accomodate guested
16039 configures.
16040
16041 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16042
16043 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16044
16045 * Makefile.in: macroize flags passed on recursion. remove
16046 fileutils.
16047
16048 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16049
16050 * configure: get makesrcdir right for subdirs deeper than 1.
16051
16052 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16053 install.
16054
16055 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16056
16057 * Makefile.in: don't print subdir_do or recursion lines.
16058
16059 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16060
16061 * standards.texi: added menu item.
16062
16063 * Makefile.in: build and install standards.info.
16064
16065 * standards.texi: new file.
16066
16067 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16068
16069 * configure: test for and move config.status pieces from
16070 ${subdir}/.
16071
16072 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16073
16074 * configure: Test for existance of files before trying to mv
16075 them, to avoid numerous non-existance messages.
16076
16077 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16078
16079 * configure: correct final line of config.status.
16080
16081 * configure: patch from eggert. Avoids a protection problem if
16082 the original Makefile.in is read only.
16083
16084 * configure: use move-if-change from gcc to create config.status.
16085 Some makefiles depend on config.status to tell if a directory
16086 has been reconfigured for a different host. This change
16087 prevents those directories from remaking everything in the case
16088 where the reconfig was only intended to rebuild a Makefile.
16089
16090 * configure: test for config.sub with "config.sub sun4" rather
16091 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16092 host alias from a missing config.sub.
16093
16094 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16095
16096 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16097 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16098
16099 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16100
16101 * configure: mkdir ${subdir} as needed.
16102
16103 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16104
16105 * Makefile.in,configure.in: added autoconf.
16106
16107 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16108
16109 * Makefile.in: no longer pass against on recursion.
16110
16111 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16112 definitions are not inherited.
16113
16114 * configure: correct makesrcdir when subdir is .
16115
16116 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16117
16118 * configure: Add support for 'subdirs' variable, which is
16119 like 'configdirs', except that configure doesn't re-invoke
16120 itself for subdirs, it just creates a Makefile for each subdir.
16121 * configure.texi: Document subdirs.
16122
16123 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16124
16125 * configure.in: added flex to configdirs
16126
16127 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16128
16129 * Makefile.in: remove clean-stamps from clean.
16130
16131 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16132
16133 * configure.in: Add gdbtest to configdirs.
16134
16135 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16136
16137 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16138 to recursive makes.
16139 * configure.in: Recognize new ncr3000 config.
16140
16141 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16142
16143 * Makefile.in, configure.in: removed references to gdbm.
16144
16145 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16146
16147 * config.sub: Don't canonicalize os value
16148 newsos* to bsd (readline needs to check for newsos).
16149 (This fix was earlier made Jan 31, but got re-broken.)
16150
16151 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16152
16153 * configure.in: sco is an os, not a vendor!
16154
16155 * configure: Quote $( better. Keep various shells happy.
16156
16157 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16158
16159 * Makefile.in: eliminate stamp-files.
16160
16161 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16162
16163 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16164 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16165
16166 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16167
16168 * config.sub: fix iris/iris3.
16169
16170 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16171
16172 * configure: re-add -rm.
16173
16174 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16175
16176 * Maskefile.in: add .stmp-rcs to all.
16177
16178 * configure.in: remove gas from rs6000 build, use aix host fragment.
16179
16180 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16181
16182 * configure: pass down site_option during recursion.
16183
16184 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16185
16186 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16187
16188 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16189
16190 * configure: Change exec_prefix so that it really defaults to prefix.
16191
16192 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16193
16194 * Makefile.in, configure.in: Add support for mmalloc library.
16195
16196 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16197
16198 * Makefile.in: add stmp dependencies for a few more things.
16199
16200 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16201
16202 * configure: adjusted error message on objdir/srcdir configure
16203 collision, per john's suggestion.
16204
16205 * Makefile.in: add libiberty stmp to all and all.cross.
16206
16207 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16208
16209 * Makefile.in: remove force dependencies, add grep to all.
16210
16211 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16212
16213 * Makefile.in: drop flex. make stamp files work.
16214
16215 * configure: added test for conflicting configuration in srcdir,
16216 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16217 gets cranky. use relative paths for configure and srcdir
16218 whenever possible. Send some error messages to stderr that were
16219 going to stdout.
16220
16221 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16222
16223 * Makefile.in: Fix libg++ rule to check for gcc directory
16224 before using gcc/gcc. Also pass XTRAFLAGS.
16225
16226 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16227
16228 * Makefile.in: added stmp-files so that directories aren't polled
16229 when they are already built.
16230
16231 * configure.texi: fixed a node pointer problem.
16232
16233 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16234
16235 * config.sub configure.in gdb/configure.in
16236 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16237 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16238 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16239
16240 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16241
16242 * configure: -recurring becomes -silent. corrected help message
16243 for -site= option.
16244
16245 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16246
16247 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16248
16249 * configure: when building Makefile for crosses, replace
16250 tooldir and program_prefix. default srcdir from location of
16251 config.sub. remove "for host in hosts" and "for target in
16252 targets" loops.
16253
16254 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16255
16256 * Makefile.in: Do not pass bindir or mandir to cvs.
16257
16258 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16259
16260 * Makefile.in, configure.in: removed traces of namesubdir,
16261 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16262 copyrights to '92, changed some from Cygnus to FSF.
16263
16264 * configure.texi: remove most references to multiple hosts,
16265 multiple targets, subdirs, etc.
16266
16267 * configure.man: removed rcsid. reference config.sub not
16268 config.subr.
16269
16270 * Makefile.in: mkdir $(infodir) on install-info.
16271
16272 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16273
16274 * configure.texi: Explain better about .gdbinit and about
16275 the environment that configure.in sections run in.
16276
16277 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16278
16279 * configure.in: Ultrix is only a decstation if it's a MIPS.
16280
16281 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16282
16283 * README: DOC.configure => cfg-paper.texi.
16284
16285 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16286
16287 * config.sub (near case $os): Don't convert newsos* to bsd!
16288
16289 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16290
16291 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16292 the number of copies of COPYING that go into the GDB tar file.
16293
16294 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16295
16296 * bfd/configure.in, gdb/config/mh-i386sco,
16297 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16298 Fix SCO configuration stuff.
16299
16300 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16301
16302 * Makefile.in: For libg++, make sure the -I pointing
16303 to the gcc directory goes *after* all the libg++-local -I flags.
16304 Also, move just-gcc dependency from just-libg++ to all-libg++.
16305
16306 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16307
16308 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16309
16310 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16311
16312 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16313
16314 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16315
16316 * config.sub: Add stratus configuration frags. Also
16317 submitted to FSF.
16318
16319 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16320
16321 * Makefile.in (DEV_SUPPORT): add configure.man.
16322
16323 * config.sub(Decode manufacturer-specific): add -none*.
16324
16325 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16326
16327 * Makefile.in: remove form feeds to make Sun's make happy.
16328 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16329
16330 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16331
16332 * Makefile.in (AR_FLAGS): Make quieter.
16333
16334 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16335
16336 * configure.in: Add libg++.
16337 * configure: When verbose, don't output the command line at each
16338 level; it will be unremarkably the same as the previous version,
16339 which will be the same as what the user typed.
16340
16341 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16342
16343 * configure.in, Makefile.in: fix clean-info, add flex. add
16344 fileutils.
16345
16346 * configure: be less sensitive to spaces in Makefile.in. Do not
16347 look for sources in "..". Doing so breaks subdirectories that
16348 might have their own configure. If a subdir has it's own
16349 configure script, use it.
16350
16351 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16352
16353 * cfg-paper.texi: some changes suggested by rms.
16354
16355 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16356
16357 * config.sub: Merge in some small additions from the FSF version,
16358 taken from the gcc distribution, to bring the Cygnus and FSF
16359 versions into closer sync.
16360
16361 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16362
16363 * configure.in: Changed svr4 references to sysv4.
16364
16365 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16366
16367 * configure: added -V for version number option.
16368
16369 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16370
16371 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16372 renamed from DOC.configure to cfg-paper.texi.
16373
16374 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16375
16376 * configure, config.subr, config.sub: config.subr is now
16377 config.sub again.
16378
16379 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16380
16381 * configure.texi: new file, in progress.
16382
16383 * Makefile.in: build info file and install the man page for
16384 configure.
16385
16386 * configure.man: new file, first cut.
16387
16388 * configure: find config.subr again now that configuration "none"
16389 has gone. removed all traces of the -ansi option. removed all
16390 traces of the -languages option.
16391
16392 * config.subr: resync from rms.
16393
16394 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16395
16396 * configure, config.sub, config.subr: merge config.sub into
16397 config.subr, call the result config.subr, remove config.sub, use
16398 config.subr.
16399
16400 * Makefile.in: revised install for dir.info.
16401
16402 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16403
16404 * configure.in: add decstation host makefile frag.
16405
16406 * Makefile.in: BISON now bison -y again. also install-gcc on
16407 install. clean-gdbm on clean. infodir belongs in datadir.
16408 Make directories for info install. Build dir.info here then
16409 install it.
16410
16411 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16412
16413 * Makefile.in: fix for bad directory tests.
16414
16415 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16416
16417 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16418 regexp. -srcdir relative was being handled incorrectly.
16419
16420 * Makefile.in: unwrapped some for loops so that parallel makes
16421 work again and so one can focus one's attention on a particular
16422 package.
16423
16424 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16425
16426 * configure: added PWD as a stand in for `pwd` (for speed). use
16427 elif wherever possible. make -srcdir work without -objdir.
16428 -objdir= commented out.
16429
16430 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16431
16432 * configure: +options become --options. -subdirs commented out.
16433 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16434 Makefile now at top of generated Makefile. Removed cvs log
16435 entries. added -srcdir. create .gdbinit only if there is one
16436 in ${srcdir}.
16437
16438 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16439 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16440 and mandir now keyed off datadir by default.
16441
16442 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16443
16444 * Freshly created ChangeLog.
16445
16446 \f
16447 Local Variables:
16448 mode: change-log
16449 left-margin: 8
16450 fill-column: 76
16451 version-control: never
16452 End: