]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
gdb: add make-init-c script
[thirdparty/binutils-gdb.git] / ChangeLog
1 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
2
3 * MAINTAINERS: Update path to readline config.{sub,guess} files.
4
5 2021-05-24 Maciej W. Rozycki <macro@orcam.me.uk>
6
7 * config.guess: Import from upstream.
8 * config.sub: Likewise.
9
10 2021-05-18 Mike Frysinger <vapier@gentoo.org>
11
12 * Makefile.def: Add configure-sim dependency on all-gnulib.
13 * Makefile.in: Regenerated.
14
15 2021-05-04 Nick Clifton <nickc@redhat.com>
16
17 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
18 * configure: Regenerate.
19
20 2021-03-18 Nick Alcock <nick.alcock@oracle.com>
21
22 PR libctf/27482
23 * Makefile.def: Add install-bfd dependencies for install-libctf and
24 install-ld, and install-strip-bfd dependencies for
25 install-strip-libctf and install-strip-ld; move the install-ld
26 dependency on install-libctf to join it.
27 * Makefile.in: Regenerated.
28
29 2021-03-12 Mike Frysinger <vapier@gentoo.org>
30
31 * Makefile.def: Remove all-sim dependency on configure-gdb.
32 * Makefile.in: Regenerated.
33
34 2021-02-28 H.J. Lu <hongjiu.lu@intel.com>
35
36 PR binutils/26766
37 * Makefile.tpl (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Add
38 PGO_BUILD_TRAINING=yes.
39 (PGO_BUILD_TRAINING_MFLAGS): New.
40 (all): Pass $(PGO_BUILD_TRAINING_MFLAGS) to the PGO build.
41
42 2021-02-09 Alan Modra <amodra@gmail.com>
43
44 * configure.ac: Delete arm*-*-symbianelf* entry.
45 * configure: Regenerate.
46
47 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
48
49 * Makefile.def: Add install-libctf dependency to install-ld.
50 * Makefile.in: Regenerated.
51
52 2021-01-12 Mike Frysinger <vapier@gentoo.org>
53
54 * src-release.sh (do_proto_toplev): Rewrite indentation.
55
56 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR binutils/26766
59 * configure.ac:
60 * configure: Regenerated.
61
62 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR ld/27173
65 * configure: Regenerated.
66 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
67 --plugin and rc before enabling --plugin.
68
69 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR binutils/26766
72 * Makefile.tpl (BUILD_CFLAGS): New.
73 (CFLAGS): Append $(BUILD_CFLAGS).
74 (CXXFLAGS): Likewise.
75 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
76 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
77 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
78 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
79 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
80 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
81 (PGO-TRAINING-TARGETS): Likewise.
82 (PGO_BUILD_TRAINING): Likewise.
83 (all): Add '+' to the command line for recursive make. Support
84 the PGO build.
85 * configure.ac: Add --enable-pgo-build[=lto].
86 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
87 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
88 * Makefile.in: Regenerated.
89 * configure: Likewise.
90
91 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
92
93 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
94 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
95 * configure.ac: Include config/gcc-plugin.m4.
96 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
97 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
98 RANLIB if possible.
99 * Makefile.in: Regenerated.
100 * configure: Likewise.
101
102 2021-01-09 Nick Clifton <nickc@redhat.com>
103
104 * 2.36 release branch crated.
105
106 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
107
108 * libtool.m4: Match gnu* along with other GNU systems.
109
110 2021-01-07 Alan Modra <amodra@gmail.com>
111
112 * config.sub: Accept OS of eabi* and gnueabi*.
113
114 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
115
116 * Makefile.def (libctf): No longer no_check. Checking depends on
117 all-ld.
118 * Makefile.in: Regenerated.
119
120 2021-01-05 Nick Clifton <nickc@redhat.com>
121
122 * libiberty: Sync with gcc. Bring in:
123 2021-01-04 Martin Liska <mliska@suse.cz>
124
125 * strverscmp.c: Convert to utf8 from iso8859.
126
127 2020-12-22 Jason Merrill <jason@redhat.com>
128
129 PR c++/67343
130 * cp-demangle.h (struct d_info): Add unresolved_name_state.
131 * cp-demangle.c (d_prefix): Add subst parm.
132 (d_nested_name): Pass it.
133 (d_unresolved_name): Split out from...
134 (d_expression_1): ...here.
135 (d_demangle_callback): Maybe retry with old sr mangling.
136 * testsuite/demangle-expected: Add test.
137
138 2020-12-21 Jason Merrill <jason@redhat.com>
139
140 * cp-demangle.c (d_expression_1): Recognize qualified-id
141 on RHS of dt/pt.
142 * testsuite/demangle-expected: Add test.
143
144 2020-12-21 Jason Merrill <jason@redhat.com>
145
146 * cp-demangle.c (d_unqualified_name): Clear is_expression.
147 * testsuite/demangle-expected: Add tests.
148
149 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
150
151 * configure: Regenerate.
152 * configure.ac: Avoid using sanitizer.
153
154 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
155
156 * rust-demangle.c (struct rust_demangler): Add
157 skipping_printing and bound_lifetime_depth fields.
158 (eat): Add (v0-only).
159 (parse_integer_62): Add (v0-only).
160 (parse_opt_integer_62): Add (v0-only).
161 (parse_disambiguator): Add (v0-only).
162 (struct rust_mangled_ident): Add punycode{,_len} fields.
163 (parse_ident): Support v0 identifiers.
164 (print_str): Respect skipping_printing.
165 (print_uint64): Add (v0-only).
166 (print_uint64_hex): Add (v0-only).
167 (print_ident): Respect skipping_printing,
168 Support v0 identifiers.
169 (print_lifetime_from_index): Add (v0-only).
170 (demangle_binder): Add (v0-only).
171 (demangle_path): Add (v0-only).
172 (demangle_generic_arg): Add (v0-only).
173 (demangle_type): Add (v0-only).
174 (demangle_path_maybe_open_generics): Add (v0-only).
175 (demangle_dyn_trait): Add (v0-only).
176 (demangle_const): Add (v0-only).
177 (demangle_const_uint): Add (v0-only).
178 (basic_type): Add (v0-only).
179 (rust_demangle_callback): Support v0 symbols.
180 * testsuite/rust-demangle-expected: Add v0 testcases.
181
182 2020-11-13 Seija Kijin <doremylover456@gmail.com>
183
184 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
185
186 2020-11-11 Patrick Palka <ppalka@redhat.com>
187
188 PR c++/88115
189 * cp-demangle.c (d_print_comp_inner)
190 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
191 "operator " prefix for __alignof__.
192 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
193 operand of __alignof__.
194 * testsuite/demangle-expected: Test demangling for __alignof__.
195
196 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
197
198 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
199
200 2020-10-06 Martin Liska <mliska@suse.cz>
201
202 PR lto/97290
203 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
204 Use sh_link of a .symtab_shndx section.
205
206 2021-01-05 Alan Modra <amodra@gmail.com>
207
208 * config.guess: Import from upstream.
209 * config.sub: Likewise.
210
211 2020-12-16 Martin Liska <mliska@suse.cz>
212 Tom de Vries <tdevries@suse.de>
213
214 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
215 field. Add meter field.
216 (progressfn): Print progress using meter.
217
218 2020-12-02 Enze Li <lienze2010@hotmail.com>
219
220 * .gitignore: Add gnu global outputs.
221
222 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
223
224 * .gitignore: Sync with gcc.
225
226 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
227
228 * src-release.sh: Use sha256sum instead of md5sum.
229
230 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * Makefile.in: Rebuild.
233 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
234 distclean-gdbserver.
235
236 2020-07-24 Aaron Merey <amerey@redhat.com>
237
238 * configure: Rebuild.
239 * configure.ac: Remove AC_DEBUGINFOD.
240
241 2020-07-04 Nick Clifton <nickc@redhat.com>
242
243 Binutils 2.35 branch created.
244
245 2020-04-21 Stephen Casner <casner@acm.org>
246
247 PR 25830
248 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
249 * configure: Rebuild.
250
251 2020-03-12 Tom Tromey <tom@tromey.com>
252
253 * Makefile.in: Rebuild.
254 * Makefile.def (gdbserver): Depend on gdbsupport.
255
256 2020-03-12 Tom Tromey <tom@tromey.com>
257
258 * Makefile.in: Rebuild.
259 * Makefile.def (gdbsupport): Don't depend on bfd.
260
261 2020-03-12 Tom Tromey <tom@tromey.com>
262
263 * Makefile.in: Rebuild.
264 * Makefile.def (gdbsupport): Depend on intl.
265
266 2020-02-17 Tom Tromey <tom@tromey.com>
267
268 * configure: Rebuild.
269 * configure.ac (configdirs): Add gnulib and gdbsupport when building
270 gdbserver.
271
272 2020-02-14 Tom Tromey <tom@tromey.com>
273
274 * Makefile.in: Rebuild.
275 * Makefile.def: Make gdbserver require gnulib and libiberty.
276
277 2020-02-07 Tom Tromey <tom@tromey.com>
278 Pedro Alves <palves@redhat.com>
279
280 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
281 * gdbserver: New directory, moved from gdb/gdbserver.
282 * configure.ac (host_tools): Add gdbserver.
283 Only build gdbserver on certain systems.
284 * Makefile.in, configure: Rebuild.
285 * Makefile.def (host_modules, dependencies): Add gdbserver.
286 * MAINTAINERS: Add gdbserver.
287
288 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
289
290 * src-release.sh (getver): Look for gdbsupport's
291 create-version.sh script at the current directory if tool is
292 "gdb".
293
294 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
295
296 * remote-sim.c (gdbsim_target::wait): Return
297 sim_data->remote_sim_ptid instead of inferior_ptid.
298
299 2020-01-18 Nick Clifton <nickc@redhat.com>
300
301 Binutils 2.34 branch created.
302
303 2020-01-18 Nick Clifton <nickc@redhat.com>
304
305 Synchronize top level configure files with master version:
306
307 2020-01-01 Ben Elliston <bje@gnu.org>
308
309 * config.guess: Update copyright years.
310 * config.sub: Likewise.
311
312 2019-12-21 Ben Elliston <bje@gnu.org>
313
314 * config.guess (set_cc_for_build): Prevent multiple calls by
315 checking if $tmp is already set. We can't check CC_FOR_BUILD as
316 the user may set it externally. Thanks to Torbjörn Granlund for
317 the bug report.
318
319 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
320
321 * config.guess (alpha:Linux:*:*): Guard against missing
322 /proc/cpuinfo by redirecting standard error to /dev/null.
323
324 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
325
326 * config.guess (*:Twizzler:*:*): New.
327 * config.sub (-twizzler*): New.
328
329 2019-07-24 Ben Elliston <bje@gnu.org>
330
331 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
332
333 2019-06-30 Ben Elliston <bje@gnu.org>
334
335 * config.sub (case $os): Match nsk* and powerunix. Don't later
336 match nsk* and set os=nsk which removes the OS version number.
337
338 2019-06-30 Ben Elliston <bje@gnu.org>
339
340 * config.sub: Recognise os108*.
341
342 2019-06-26 Ben Elliston <bje@gnu.org>
343
344 * config.sub (hp300): Set $os to hpux.
345
346 2019-06-26 Ben Elliston <bje@gnu.org>
347
348 * config.sub (vsta): Move into alphabetical order.
349
350 2019-06-10 Ben Elliston <bje@gnu.org>
351
352 * config.guess (*:OS108:*:*): Recognise new OS.
353
354 2019-05-28 Ben Elliston <bje@gnu.org>
355
356 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
357 system compiler is installed. If not, do not run set_cc_for_build,
358 as the default cc will open a dialog box asking to install
359 Xcode. If no C compiler is available, guess based on uname -p and
360 uname -m.
361
362 2019-05-28 Ben Elliston <bje@gnu.org>
363
364 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
365
366 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
367
368 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
369 * Makefile.in: Re-generate.
370
371 2020-01-14 Tom Tromey <tom@tromey.com>
372
373 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
374 * MAINTAINERS: Add gdbsupport.
375 * configure: Rebuild.
376 * configure.ac (configdirs): Add gdbsupport.
377 * gdbsupport: New directory, move from gdb/gdbsupport.
378 * Makefile.def (host_modules, dependencies): Add gnulib.
379 * Makefile.in: Rebuild.
380
381 2020-01-09 Aaron Merey <amerey@redhat.com>
382
383 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
384 new configure option --with-debuginfod.
385 * configure: Regenerate.
386 * configure.ac: Call AC_DEBUGINFOD.
387
388 2019-12-26 Christian Biesinger <cbiesinger@google.com>
389
390 * .gitignore: Add perf.data and perf.data.old.
391
392 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
393
394 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
395
396 2019-10-17 Alan Modra <amodra@gmail.com>
397
398 PR 29
399 * src-release.sh (getver): Replace "head -1" with "head -n 1".
400
401 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
402
403 * Makefile.def (host_modules): libctf is no longer no_install.
404 * Makefile.in: Regenerated.
405
406 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
407
408 * Makefile.def (dependencies): all-ld depends on all-libctf.
409 * Makefile.in: Regenerated.
410
411 2019-09-09 Phil Blundell <pb@pbcl.net>
412
413 binutils 2.33 branch created
414
415 2019-08-19 Tom Tromey <tom@tromey.com>
416
417 * configure: Rebuild.
418 * configure.ac: Add --with-static-standard-libraries.
419
420 2019-08-09 Nick Clifton <nickc@redhat.com>
421
422 * libiberty: Sync with gcc. Bring in:
423 2019-08-08 Martin Liska <mliska@suse.cz>
424
425 PR bootstrap/91352
426 * lrealpath.c (is_valid_fd): New function.
427
428 2019-07-24 Martin Liska <mliska@suse.cz>
429
430 PR lto/91228
431 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
432 Find first '\0' starting from gnu_lto + 1.
433
434 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
435
436 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
437 This fixes a Bug 90924.
438
439 2019-07-22 Martin Liska <mliska@suse.cz>
440
441 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
442 Do not search for gnu_lto_v1, but search for first '\0'.
443
444 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
445
446 * cplus-dem.c: Include rust-demangle.h.
447 * rust-demangle.c: Include rust-demangle.h.
448 * rust-demangle.h: New file.
449
450 2019-05-31 Michael Forney <mforney@mforney.org>
451
452 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
453 is non-zero.
454
455 2019-04-30 Ben L <bobsayshilol@live.co.uk>
456
457 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
458 * testsuite/d-demangle-expected: Add testcase.
459
460 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
461 * testsuite/d-demangle-expected: Add testcase.
462
463 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
464 * testsuite/d-demangle-expected: Add testcase.
465
466 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
467 * testsuite/d-demangle-expected: Add testcase.
468
469 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
470 * testsuite/d-demangle-expected: Add testcase.
471
472 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
473 * testsuite/demangle-expected: Add testcase.
474
475 * cp-demangle.c (d_encoding): Guard against NULL return values from
476 d_right (dc).
477 * testsuite/demangle-expected: Add testcase.
478
479 2019-04-29 Ben L <bobsayshilol@live.co.uk>
480
481 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
482 char is valid.
483 * testsuite/demangle-expected: Add testcase.
484
485 2019-04-10 Nick Clifton <nickc@redhat.com>
486
487 PR 89394
488 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
489 lengths.
490 (d_count_templates_scopes): Replace num_templates and num_scopes
491 parameters with a struct d_print_info pointer parameter. Adjust
492 body of the function accordingly. Add recursion counter and check
493 that the recursion limit is not reached.
494 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
495 Reset recursion counter afterwards, unless the recursion limit was
496 reached.
497
498 2019-07-13 Joel Brobecker <brobecker@adacore.com>
499
500 * src-release (getver): If $tool/gdbsupport/create-version.sh
501 exists, use that to determine the version number.
502
503 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
504
505 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
506
507 2019-06-14 Tom Tromey <tom@tromey.com>
508
509 * MAINTAINERS: Add gnulib.
510 * gnulib: New directory, move from gdb/gnulib.
511 * configure.ac (host_libs): Add gnulib.
512 * configure: Rebuild.
513 * Makefile.def (host_modules, dependencies): Add gnulib.
514 * Makefile.in: Rebuild.
515
516 2019-06-03 Nick Clifton <nickc@redhat.com>
517
518 Revert:
519 2019-05-29 Nick Clifton <nickc@redhat.com>
520
521 * configure.ac (noconfigdirs): Add libctf if the target does not use
522 the ELF file format.
523 * configure: Regenerate.
524
525 2019-05-29 Nick Clifton <nickc@redhat.com>
526
527 * src-release.sh (do_proto_toplev): Add libctf to list of
528 directories that can be disabled.
529
530 2019-05-29 Nick Clifton <nickc@redhat.com>
531
532 * configure.ac (noconfigdirs): Add libctf if the target does not use
533 the ELF file format.
534 * configure: Regenerate.
535
536 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
537
538 * Makefile.def (dependencies): configure-libctf depends on all-bfd
539 and all its deps.
540 * Makefile.in: Regenerated.
541
542 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
543
544 * MAINTAINERS: Add libctf.
545
546 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
547
548 * Makefile.def (host_modules): Add libctf.
549 * Makefile.def (dependencies): Likewise.
550 libctf depends on zlib, libiberty, and bfd.
551 * Makefile.in: Regenerated.
552 * configure.ac (host_libs): Add libctf.
553 * configure: Regenerated.
554
555 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
556
557 * config.guess: Synchronize with config project master sources.
558 * config.sub: Likewise.
559 * readline/support/config.guess: Likewise.
560 * readline/support/config.sub: Likewise.
561
562 2019-04-10 Nick Clifton <nickc@redhat.com>
563
564 * libiberty: Sync with gcc. Bring in:
565 2019-04-10 Nick Clifton <nickc@redhat.com>
566
567 PR 89394
568 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
569 lengths.
570 (d_count_templates_scopes): Replace num_templates and num_scopes
571 parameters with a struct d_print_info pointer parameter. Adjust
572 body of the function accordingly. Add recursion counter and check
573 that the recursion limit is not reached.
574 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
575 Reset recursion counter afterwards, unless the recursion limit was
576 reached.
577
578 2018-06-24 Nick Clifton <nickc@redhat.com>
579
580 2.32 branch created.
581
582 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
583
584 Merge from GCC:
585 PR target/88535
586 * config.guess: Import upstream version 2019-01-03.
587 * config.sub: Import upstream version 2019-01-01.
588
589 2019-01-10 Nick Clifton <nickc@redhat.com>
590
591 * libiberty: Sync with gcc. Bring in:
592 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
593
594 PR other/16615
595
596 * cp-demangle.c: Mechanically replace "can not" with "cannot".
597 * floatformat.c: Likewise.
598 * strerror.c: Likewise.
599
600 2018-12-22 Jason Merrill <jason@redhat.com>
601
602 Remove support for demangling GCC 2.x era mangling schemes.
603 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
604 internal_cplus_demangle, and all subroutines.
605 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
606 Lucid, ARM, HP, and EDG demangling styles.
607 (cplus_demangle): Remove 'work' variable. Don't call
608 internal_cplus_demangle.
609
610 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
611
612 * configure.ac: Don't configure readline if --with-system-readline is
613 used.
614 * configure: Re-generate.
615
616 2018-10-31 Joseph Myers <joseph@codesourcery.com>
617
618 Merge from GCC:
619 PR bootstrap/82856
620 * multilib.am: New file. From automake.
621
622 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
623
624 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
625
626 2018-07-16 Nick Clifton <nickc@redhat.com>
627
628 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
629
630 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
631
632 * config.sub: Sync with upstream version 2018-07-03.
633
634 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
635
636 * config.guess: Sync with upstream version 2018-06-26.
637 * config.sub: Sync with upstream version 2018-07-02.
638
639 2018-06-29 Alexandre Oliva <oliva@adacore.com>
640
641 * configure.ac: Introduce support for @unless/@endunless.
642 * Makefile.tpl (dep-kind): Rewrite with cond; return
643 postbootstrap in some cases.
644 (make-postboot-dep, postboot-targets): New.
645 (dependencies): Do not output postbootstrap dependencies at
646 first. Output non-target ones changed for configure to depend
647 on stage_last @if gcc-bootstrap, and the original deps @unless
648 gcc-bootstrap.
649 * configure.in, Makefile.in: Rebuilt.
650
651 2018-06-24 Nick Clifton <nickc@redhat.com>
652
653 * configure: Regenerate.
654
655 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
656
657 * libtool.m4: Use AC_LANG_SOURCE.
658 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
659 * README-maintainer-mode: Update version requirements.
660 * ar-lib: New file.
661 * test-driver: New file.
662 * configure: Re-generate.
663
664 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
665
666 * Makefile.def (fortran): Add check-target-libgomp-fortran.
667 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
668 * Makefile.in: Regenerate.
669
670 * configure: Regenerate.
671
672 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
673
674 * configure.ac: Sync with GCC, remove MPX-related things.
675
676 2018-05-01 Nick Clifton <nickc@redhat.com>
677
678 * config.guess: Synchronize with config project master sources.
679 * config.sub: Likewise.
680
681 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
682
683 * configure.ac: Added "nfp" target.
684 * configure: Regenerate.
685
686 2018-02-13 Maciej W. Rozycki <macro@mips.com>
687
688 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
689 * configure: Regenerate.
690
691 2018-01-30 Nick Clifton <nickc@redhat.com>
692
693 * src-release.sh (do_proto_toplev): Add patterns for more junk files
694 to delete before creating the tarball.
695
696 2018-01-29 Nick Clifton <nickc@redhat.com>
697
698 * src-release.sh (do_proto_toplev): Strip patch remnant files from
699 the sources before creating the tarball.
700
701 2018-01-13 Nick Clifton <nickc@redhat.com>
702
703 * src-release.sh: Update copyright notice. Change reference to devo
704 to be a reference to root.
705
706 2018-01-10 Nick Clifton <nickc@redhat.com>
707
708 * config-ml.in: Sync with gcc sources.
709 * config.guess: Likewise.
710 * config.sub: Likewise.
711 * configure.ac: Likewise.
712 * configure: Regenerate.
713
714 2017-12-14 Nick Clifton <nickc@redhat.com>
715
716 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
717
718 2017-12-12 Stafford Horne <shorne@gmail.com>
719
720 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
721 * configure: Regenerate.
722
723 2017-09-15 Nick Clifton <nickc@redhat.com>
724
725 * src-release.sh (LZIPPROG): New define. Provides the name of the
726 lzip program.
727 (do_lz): New function. Compresses a tarball using the lzip
728 program.
729 (do_compress): Add support for lzip compression.
730 (usage): Mention -l option.
731 (build_release): Support -l option to invoke lzip compression.
732
733 2017-09-15 Alan Modra <amodra@gmail.com>
734
735 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
736 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
737 and sim depending on $tool and $support_files. Echo configure line.
738
739 2017-09-14 Matt Rice <ratmice@gmail.com>
740
741 * src-release.sh (do_proto_toplev): Enable gold during release process.
742
743 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
744
745 * config.sub: Sync with master version in config project.
746
747 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
748
749 * config.sub: Handle ia16 in $basic_machine.
750
751 bfd/
752 * config.bfd: Handle ia16.
753
754 gas/
755 * configure.tgt: Handle ia16.
756
757 ld/
758 * configure.tgt: Handle ia16.
759
760 2017-03-22 Nick Clifton <nickc@redhat.com>
761
762 * config.sub: Sync with master version in config project.
763 * config.guess: Likewise.
764
765 2017-01-23 Nick Clifton <nickc@redhat.com>
766
767 * configure.ac: Update year in copyright notice.
768 Sync from FSF GCC mainline, bringing in the following patches.
769 * Makefile.def: Likewise.
770 * Makefile.tpl: Likewise.
771 * configure: Regenerate.
772 * Makefile.in: Regenerate.
773
774 2016-12-21 Jakub Jelinek <jakub@redhat.com>
775
776 * configure.ac: Don't bootstrap libmpx unless --with-build-config
777 includes bootstrap-mpx.
778
779 2016-12-01 Matthias Klose <doko@ubuntu.com>
780
781 * configure.ac: Don't use pkg-config to check for bdw-gc.
782
783 2016-11-30 Matthias Klose <doko@ubuntu.com>
784
785 * Makefile.def: Remove reference to boehm-gc target module.
786 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
787 options and for the bdw-gc pkg-config module.
788
789 2016-11-15 Matthias Klose <doko@ubuntu.com>
790
791 * config-ml.in: Remove references to GCJ.
792 * configure.ac: Likewise.
793
794 2016-09-30 Jakub Jelinek <jakub@redhat.com>
795
796 * configure.ac: Add target-libffi to target_libraries.
797 Readd libgcj target disablings, modified to only target-libffi.
798 Readd target addition of go to unsupported languages.
799
800 2016-09-30 Andrew Haley <aph@redhat.com>
801
802 * Makefile.def: Remove libjava.
803 * Makefile.tpl: Likewise.
804 * configure.ac: Likewise.
805
806 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
807
808 * configure.ac: Disable "sim" directory for arc*-*-*.
809
810 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
811
812 * configure.ac: Check for the minimum in-tree MPFR version
813 handled.
814
815 2016-12-31 Alan Modra <amodra@gmail.com>
816
817 * config.sub: Import from upstream.
818
819 2016-12-08 Alan Modra <amodra@gmail.com>
820
821 * configure: Regenerate.
822
823 2016-12-02 Josh Conner <joshconner@google.com>
824
825 * configure.ac: Add fuchsia to targets that use ELF.
826 * configure: Regenerated.
827
828 2016-11-07 Doug Evans <dje@google.com>
829
830 * config.sub: Sync with upstream version 2016-11-03.
831 git://git.sv.gnu.org/config.git
832 * config.guess: Sync with upstream version 2016-10-02.
833
834 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
835
836 * .gitignore: Add archives and make stamps.
837
838 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
839
840 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
841 * configure: Regenerated.
842
843 2016-06-28 Walter Lee <walt@tilera.com>
844
845 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
846 * configure: Regenerate.
847
848 2016-05-28 Alan Modra <amodra@gmail.com>
849
850 * Makefile.tpl (configure): Depend on m4 files included.
851 * Makefile.in: Regenerate.
852
853 2016-05-27 Nick Clifton <nickc@redhat.com>
854
855 * config.guess (Alpha OSF1): Fix typo introduced during the most
856 recent synchronization update.
857
858 2016-05-23 Nick Clifton <nickc@redhat.com>
859
860 * Import these patches from the gcc mainline:
861
862 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
863
864 * config.guess: Import version 2016-04-02 (newest).
865 * config.sub: Import version 2016-05-10 (newest).
866
867 2016-04-19 Nick Clifton <nickc@redhat.com>
868
869 * Import this patch from the GCC mainline:
870
871 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
872
873 PR bootstrap/70173
874 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
875 and gotools directories. Delete the stage_final file.
876 * Makefile.in: Regenerate.
877
878 2016-03-17 Cary Coutant <ccoutant@gmail.com>
879
880 * configure.ac: Add mips and s390 to the gold target check.
881 * configure: Regenerate.
882
883 2016-02-10 Nick Clifton <nickc@redhat.com>
884
885 Import these patches from the GCC mainline:
886
887 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
888
889 * configure.ac: Enable LTO for DJGPP
890 * configure: Regenerate
891
892 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
893
894 PR bootstrap/69329
895 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
896 * Makefile.in: Regenerate.
897
898 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
899 Sebastian Pop <s.pop@samsung.com>
900
901 * Makefile.in: Regenerate.
902 * Makefile.tpl: Export ISLVER.
903 * configure: Regenerate.
904 * config/isl.m4: Detect isl-0.15.
905
906 2016-01-29 Sebastian Pop <s.pop@samsung.com>
907
908 * config/isl.m4: Add comments about isl-0.16.
909 * configure: Regenerate.
910
911 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
912
913 Sync with GCC
914 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
915
916 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
917 symbols.
918
919 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
920
921 PR bootstrap/69134
922 * Makefile.def (mpfr): Disable assembler.
923 * Makefile.in: Regenerate.
924
925 2016-01-11 Nick Clifton <nickc@redhat.com>
926
927 Import the following changes from the GCC mainline:
928
929 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
930
931 * configure.ac: Enable libmpx by default.
932 * configure: Regenerated.
933
934 2015-11-19 Martin Liska <mliska@suse.cz>
935
936 * .gitignore: Add .clang-format to ignored files.
937 * Makefile.tpl: Add clang-format.
938 * Makefile.in: Regenerate.
939
940 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
941
942 PR libffi/65726
943 * Makefile.def (lang_env_dependencies): Make libffi depend
944 on cxx.
945 * Makefile.in: Regenerate.
946
947 2015-12-02 Ian Lance Taylor <iant@google.com>
948
949 PR go/66147
950 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
951 * Makefile.in: Regenerate.
952
953 2015-12-17 Nathan Sidwell <nathan@acm.org>
954
955 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
956 * configure: Regenerate.
957
958 2015-12-17 Sebastian Pop <s.pop@samsung.com>
959
960 * Makefile.in: Replace ISL with isl.
961 * Makefile.tpl: Same.
962 * config/isl.m4: Same.
963 * configure.ac: Same.
964 * contrib/download_prerequisites: Same.
965 * configure: Regenerate.
966
967 2016-01-01 Ben Elliston <bje@gnu.org>
968
969 * config.guess: Import version 2016-01-01.
970 * config.sub: Likewise.
971
972 2015-11-20 Tristan Gingold <gingold@adacore.com>
973
974 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
975 * configure: Regenerate.
976
977 2015-10-21 Nick Clifton <nickc@redhat.com>
978
979 PR gas/19109
980 * configure.ac: Note the 'none' is an acceptable argument to
981 --enable-compressed-debug-sections.
982 * configure: Regenerate.
983
984 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
985
986 PR gas/19109
987 * configure.ac: Add
988 --enable-compressed-debug-sections={all,gas,gold,ld}.
989 * configure: Regenerated.
990
991 2015-09-30 Nick Clifton <nickc@redhat.com>
992
993 Import the following patches from the GCC mainline:
994
995 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
996
997 PR libfortran/54572
998 * Makefile.def: Make libgfortran depend on libbacktrace.
999 * Makefile.in: Regenerate.
1000
1001 2015-08-12 Tom de Vries <tom@codesourcery.com>
1002
1003 PR other/67092
1004 PR other/67098
1005 * configure.ac: Remove --with_host_libstdcxx support.
1006 * configure: Regenerate.
1007
1008 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1009 Jakub Jelinek <jakub@redhat.com>
1010
1011 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1012 nvptx*-*-*.
1013 * configure: Regenerate.
1014
1015 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 Sync with GCC
1018 2015-07-28 Ben Elliston <bje@gnu.org>
1019
1020 * config.sub, config.guess: Import from upstream.
1021
1022 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1023
1024 * Makefile.def (libiconv): Define bootstrap=true.
1025 Mark pdf/html/info as missing.
1026 (configure-gcc): Depend on all-libiconv.
1027 (all-gcc): Ditto.
1028 (configure-libcpp): Ditto.
1029 (all-libcpp): Ditto.
1030 (configure-intl): Ditto.
1031 (all-intl): Ditto.
1032 * Makefile.in: Regenerate.
1033
1034 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
1035
1036 Sync with GCC
1037 2015-07-24 Michael Darling <darlingm@gmail.com>
1038
1039 PR other/66259
1040 * config-ml.in: Reflects renaming of configure.in to configure.ac
1041 * configure: Likewise
1042 * configure.ac: Likewise
1043
1044 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1045
1046 * Makefile.in: Regenerated.
1047
1048 Sync with GCC
1049 2015-05-21 Jason Merrill <jason@redhat.com>
1050
1051 * Makefile.tpl: Update comments.
1052
1053 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1054
1055 * Makefile.tpl: Remove surplus whitespace throughout.
1056
1057 2015-03-25 Martin Liska <mliska@suse.cz>
1058 Yury Gribov <y.gribov@samsung.com>
1059
1060 * Makefile.tpl: Fix ln source location for vimrc file.
1061
1062 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1063
1064 Sync with GCC
1065 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1066
1067 * configure.ac: FT32 target added.
1068 * configure: Regenerate.
1069
1070 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1071
1072 Sync with GCC
1073 2015-06-02 Jason Merrill <jason@redhat.com>
1074
1075 PR bootstrap/66319
1076 * configure.ac: Use -std=gnu++98.
1077
1078 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1079
1080 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1081 * configure: Regenerate.
1082
1083 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1084
1085 * configure.ac: Fix typo.
1086 * configure: Regenerate.
1087
1088 2015-05-03 Matthias Klose <doko@ubuntu.com>
1089
1090 * configure.ac: Match $host configured with triplets.
1091 * configure: Regenerate.
1092
1093 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1094
1095 PR bootstrap/62077
1096 * configure.ac (--enable-stage1-checking): Default to
1097 release,misc,gimple,rtlflag,tree,types if --disable-checking
1098 or --enable-checking is not specified and DEV-PHASE is not
1099 experimental.
1100 * configure: Regenerated.
1101
1102 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1103
1104 Install back PR target/47230 fix (Revert the revert).
1105
1106 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1109 target.
1110 * configure: Regenerate.
1111
1112 2015-05-13 John David Anglin <dave.anglin@bell.net>
1113
1114 * configure.ac: Disable configuration of GDB for HPUX targets.
1115 * configure: Regenerate.
1116
1117 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1118
1119 PR ld/18355
1120 * Makefile.def: Add extra_configure_flags to host zlib.
1121 * configure.ac (extra_host_zlib_configure_flags): New. Set
1122 to --enable-host-shared When bfd is to be built as shared
1123 library. AC_SUBST.
1124 * Makefile.in: Regenerated.
1125
1126 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1127 Hans-Peter Nilsson <hp@axis.com>
1128
1129 Adjust src-release.sh for sim using the gdb create-version.sh.
1130 * src-release.sh (tar_compress): If there's a fifth parameter,
1131 use that in the getver call instead of $tool.
1132 (sim_release): Pass gdb as fifth parameter to tar_compress.
1133 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1134
1135 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1136
1137 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1138 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1139 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1140 * Makefile.in: Regenerate.
1141
1142 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1143
1144 * configure.ac: Add --with-system-zlib.
1145 * configure: Regenerated.
1146
1147 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1148
1149 * src-release.sh: Don't configure with --with-target-subdir=.
1150 --disable-multilib.
1151
1152 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1153
1154 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1155 src-release.sh.
1156
1157 2015-03-30 Ed Schouten <ed@nuxi.nl>
1158
1159 * config.sub: Update from upstream, to 2015-03-04 version.
1160 * config.guess: Likewise.
1161
1162 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1163
1164 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1165 * Makefile.in: Regenerated.
1166
1167 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * src-release.sh (do_proto_toplev): Configure with --target
1170 --with-target-subdir and --disable-multilib.
1171 (BINUTILS_SUPPORT_DIRS): Add zlib.
1172 (GAS_SUPPORT_DIRS): Likewise.
1173 (GDB_SUPPORT_DIRS): Likewise.
1174 (SIM_SUPPORT_DIRS): Likewise.
1175
1176 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1177
1178 * configure.ac (target_configdirs): Exclude target-zlib if
1179 target-libjava isn't built.
1180 * configure: Regenerated.
1181
1182 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1183
1184 Sync with GCC
1185 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1186
1187 * config-ml.in: Robustify ac_configure_args parsing.
1188
1189 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1190
1191 * Makefile.def: Updated from GCC trunk.
1192 * Makefile.tpl: Likewise.
1193 * configure.ac: Likewise.
1194 * Makefile.in: Regenerated.
1195 * configure: Likewise.
1196
1197 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1198
1199 * configure.ac: Add FT32 support.
1200 * configure: Regenerate.
1201
1202 2015-01-12 Anthony Green <green@moxielogic.com>
1203
1204 * configure.ac: Don't disable gprof for moxie.
1205 * configure: Rebuild.
1206
1207 2015-01-03 Andrew Pinski <apinski@cavium.com>
1208
1209 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1210 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1211 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1212 (OBJCOPY_FOR_TARGET): New variable.
1213 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1214 * Makefile.in: Regenerate.
1215 * configure.ac: Check for already installed target objcopy.
1216 Also GCC_TARGET_TOOL on objcopy.
1217 * configure: Regenerate.
1218
1219 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1220
1221 * config.sub: Update from upstream, to 2015-01-01 version.
1222 * config.guess: Ditto.
1223
1224 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1225
1226 * config.sub: Update from upstream config repo.
1227
1228 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1229
1230 * libtool.m4: Updated from GCC trunk.
1231
1232 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1233
1234 * config.guess: Update from upstream config repo.
1235 * config.sub: Ditto.
1236
1237 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1238
1239 * move-if-change: Update from upstream gnulib.
1240
1241 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1242
1243 * compile: Sync with upstream Automake.
1244 * depcomp: Ditto.
1245 * install-sh: Ditto.
1246 * missing: Ditto.
1247 * mkinstalldirs: Ditto.
1248 * ylwrap: Ditto.
1249
1250 2014-10-15 Tristan Gingold <gingold@adacore.com>
1251
1252 * src-release.sh (do_proto_toplev): Configure with --target.
1253
1254 2014-10-03 Jing Yu <jingyu@google.com>
1255
1256 * configure.ac: Add aarch64 to list of targets that support gold.
1257 * configure: Regenerate.
1258
1259 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1260
1261 * configure.ac: Add mips*-img-elf* target triple.
1262 * configure: Regenerate.
1263
1264 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1265 * configure: Disable gdb for nds32*-*-* until supported.
1266 * configure.ac: Disable gdb for nds32*-*-* until supported.
1267
1268 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1269
1270 * configure: Regenerate.
1271
1272 2014-08-27 Will Newton <will.newton@linaro.org>
1273
1274 * src-release.sh: New file.
1275 * src-release: Remove file.
1276
1277 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1278
1279 GDB not supported for or1k*-*-rtems*
1280 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1281 of the stanzas results in this not being caught by or1k*-*-* later.
1282 * configure. Regenerated.
1283
1284 2014-07-25 Samuel Bronson <naesten@gmail.com>
1285
1286 * .gitattributes: New file for use with git-merge-changelog.
1287
1288 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1289
1290 Disable gdb for or1k*-*-* until supported
1291 * configure.ac (or1k*-*-*): Disable gdb.
1292 * configure: Regenerated.
1293
1294 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1295
1296 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1297 * configure: Regenerated.
1298
1299 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1300
1301 PR sanitizer/56781
1302 * Makefile.def: Set bootstrap=true; for host fixincludes.
1303 * configure.ac: Don't bootstrap host fixincludes unless
1304 --with-build-config=bootstrap-{a,ub}san.
1305 * Makefile.in: Regenerated.
1306 * configure: Regenerated.
1307
1308 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1309
1310 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1311 --enable-vtable-verify option parsing. Don't add
1312 target-libsanitizer to bootstrap_target_libs unless
1313 --with-build-config=bootstrap-asan or
1314 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1315 to bootstrap_target_libs unless --enable-vtable-verify.
1316 * configure: Regenerated.
1317
1318 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1319
1320 PR bootstrap/58572
1321 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1322 -I for libstdc++-v3 includes if $(LEAN).
1323 * Makefile.in: Regenerated.
1324
1325 2014-02-24 Walter Lee <walt@tilera.com>
1326
1327 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1328 (tilegx-*-*): Change to tilegx*-*-*.
1329 * configure: Regenerate.
1330
1331 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1332
1333 * config.sub, config.guess: Import from upstream.
1334
1335 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1336
1337 PR bootstrap/60620
1338 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1339 * Makefile.in: Regenerate.
1340
1341 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1342
1343 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1344 for WINDRES_FOR_TARGET in default-manifest.o rule.
1345 * Makefile.in: Regenerate.
1346
1347 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1348
1349 PR target/59788
1350 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1351 *solaris2*.
1352
1353 2013-12-19 Keven Boell <keven.boell@intel.com>
1354
1355 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1356 nested lookups for fortran modules.
1357 * dwarf2read.c (read_module): Add fortran module to
1358 the symbol table.
1359 (add_partial_symbol, add_partial_module): Add fortran
1360 module to the partial symbol table.
1361 (new_symbol_full): Create full symbol for fortran module.
1362 * f-exp.y (yylex): Add new module domain to be parsed.
1363 * symtab.h: New domain for fortran modules.
1364
1365 2013-12-19 Keven Boell <keven.boell@intel.com>
1366
1367 * f-exp.y (yylex): Add domain array to enable lookup
1368 in multiple domains. Loop over lookup domains and try
1369 to find requested symbol. Add STRUCT_DOMAIN to lookup
1370 domains to be able to query for user defined types.
1371
1372 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1373
1374 * configure.ac: Add user-friendly check for native x86_64-linux
1375 multilibs.
1376 * configure: Regenerate.
1377
1378 2013-11-23 Alan Modra <amodra@gmail.com>
1379
1380 * config.sub, config.guess: Import from upstream.
1381
1382 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1383
1384 * Makefile.in: Regenerate.
1385
1386 * Makefile.tpl: Fix typo.
1387 * Makefile.in: Regenerate partially.
1388
1389 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1390
1391 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1392 supported.
1393 * configure: Regenerated.
1394
1395 2013-10-30 Jason Merrill <jason@redhat.com>
1396
1397 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1398 --disable-build-format-warnings.
1399
1400 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1401
1402 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1403 depend on libstdc++ and libgcc.
1404 * configure: Regenerate.
1405 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1406 libcilkrts for POSIX and i*86, and x86_64 architectures.
1407 * Makefile.in: Added libcilkrts related fields to support building it.
1408
1409 2013-10-26 Jeff Law <law@redhat.com>
1410
1411 * Makefile.def (target_modules): Remove libmudflap
1412 (languages): Remove check-target-libmudflap).
1413 * Makefile.in: Rebuilt.
1414 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1415 * configure.ac (target_libraries): Remove target-libmudflap.
1416 Remove checks which disabled libmudflap on some systems.
1417 * configure: Rebuilt.
1418 * libmudflap: Directory removed.
1419
1420 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1421
1422 * configure.ac: Update from GCC.
1423 * configure: Regenerate.
1424
1425 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1426
1427 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1428 files in SUPPORT_FILES.
1429 (SIM_SUPPORT_DIRS): New variable.
1430 (sim.tar.bz2): New rule.
1431
1432 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1433
1434 * configure.ac: Update from GCC.
1435 * configure: Regenerate.
1436
1437 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1438
1439 * COPYING.NEWLIB: Update with new copyright.
1440
1441 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1442
1443 * configure.ac: Update from GCC.
1444 * configure: Regenerate.
1445
1446 2013-09-20 Alan Modra <amodra@gmail.com>
1447
1448 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1449 ppc host match. Support little-endian powerpc linux hosts.
1450
1451 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1452
1453 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1454 strip the "-cvs" suffix from the version number if present.
1455
1456 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1457
1458 * configure.ac: Sync with GCC repo.
1459 * Makefile.def: Ditto.
1460 * configure: Regenerate.
1461 * Makefile.in: Ditto.
1462
1463 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1464
1465 * src-release (VER): Use $(TOOL)/common/create-version.sh
1466 if it exists.
1467
1468 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1469
1470 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1471 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1472 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1473 * configure: Regenerate.
1474
1475 2013-06-01 George Thomas <george.thomas@atmel.com>
1476
1477 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1478 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1479
1480 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1481
1482 * COPYING.NEWLIB: Add Altera Corporation copyright.
1483
1484 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1485
1486 * config.guess: Update from config repo.
1487 * config.sub: Ditto.
1488
1489 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1490
1491 * Makefile.def: Sync with GCC.
1492 * Makefile.in: Regenerate.
1493
1494 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1495
1496 * configure.ac: Sync with GCC.
1497 * configure: Regenerate.
1498
1499 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1500
1501 * src-release (VER): Change bfd/configure.in sed to use the new
1502 `bfd/configure --version` output.
1503
1504 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1505
1506 * configure.ac: Sync with GCC repo.
1507 * configure: Ditto.
1508
1509 2013-02-05 Ian Lance Taylor <iant@google.com>
1510
1511 PR go/55969
1512 * configure.ac: Disable libgo on some systems where it does not
1513 work.
1514 * configure: Rebuild.
1515
1516 2013-02-05 Alan Modra <amodra@gmail.com>
1517
1518 * configure: Regenerate after syncing config/.
1519
1520 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1521
1522 * configure.ac: Sync with GCC repo.
1523 * configure: Ditto.
1524 * Makefile.def: Ditto.
1525 * Makefile.in: Ditto.
1526
1527 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1528
1529 Sync with GCC, merge:
1530
1531 2013-01-09 Jason Merrill <jason@redhat.com>
1532
1533 * .gitignore: Import from gdb repository.
1534
1535 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1536
1537 * config.sub: Update from config repo.
1538
1539 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1540
1541 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1542 * Makefile.in: Regenerate.
1543
1544 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1545
1546 * Makefile.def (configure-gcc): Depend on all-gmp.
1547 (all-gcc): Remove dependency on all-gmp.
1548 * Makefile.in: Regenerated.
1549
1550 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1551
1552 * config.guess: Update from config repo.
1553 * config.sub: Ditto.
1554
1555 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1556
1557 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1558 exists and replace the new bfin license in its location.
1559
1560 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1561
1562 PR gas/14899
1563 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1564 all-ld and all-gold depend on all-gas.
1565 * Makefile.in: Regenerated.
1566
1567 2012-12-29 Ben Elliston <bje@gnu.org>
1568
1569 * config.guess: Update to 2012-12-29 version.
1570 * config.sub: Likewise.
1571
1572 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1573
1574 * Makefile.def (install-target-libgo): Depend on
1575 install-target-libatomic. Merged from GCC repo.
1576 * Makefile.in: Regenerate.
1577
1578 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1579
1580 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1581
1582 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1583
1584 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1585 * configure: Regenerate.
1586
1587 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1588
1589 * Makefile.def (target_modules): Add bootstrap=true and
1590 raw_cxx=true to libsanitizer.
1591 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1592 * Makefile.in: Regenerated.
1593 * configure: Likewise.
1594
1595 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1596
1597 * config.sub: Merge from config repo.
1598
1599 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1600
1601 * configure.ac: Merge from GCC.
1602 * Makefile.tpl: Ditto.
1603 * Makefile.in: Ditto.
1604 * configure: Ditto.
1605
1606 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1607
1608 * configure.ac (noconfigdirs): Merge from GCC.
1609 * configure: Regenerate.
1610
1611 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1612
1613 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1614
1615 2012-11-14 Roland McGrath <mcgrathr@google.com>
1616
1617 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1618 * configure: Regenerate.
1619
1620 2012-11-13 Richard Henderson <rth@redhat.com>
1621
1622 * configure.ac: Move libsanitizer logic to subdirectory.
1623 * configure: Regenerate.
1624
1625 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1626
1627 * configure.ac: Enable libsanitizer just on x86 linux for now.
1628 * configure: Re-generate.
1629
1630 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1631
1632 * configure.ac: Merge libquadmath sections.
1633 * configure: Regenerate.
1634
1635 2012-11-12 Wei Mi <wmi@google.com>
1636
1637 * configure.ac: Add libsanitizer to target_libraries.
1638 * Makefile.def: Ditto.
1639 * configure: Regenerate.
1640 * Makefile.in: Regenerate.
1641
1642 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1643
1644 * configure: Regenerated.
1645
1646 2012-11-03 Robert Mason <rbmj@verizon.net>
1647
1648 * configure.ac: add --disable-libstdcxx configure option
1649 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1650
1651 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1652
1653 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1654 against Mingw64 w32api.
1655 * configure: Regenerate.
1656
1657 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1658
1659 PR bootstrap/54820
1660 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1661 * configure: Regenerate.
1662
1663 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1664
1665 PR bootstrap/54820
1666 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1667 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1668 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1669 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1670 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1671 * Makefile.in: Regenerate.
1672 * configure.ac (have_static_libs): New variable and associated check.
1673 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1674 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1675 * configure: Regenerate.
1676
1677 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1678
1679 * config.guess, config.sub: Include updated version from
1680 config-patches. Adds microblaze little endian support.
1681
1682 2012-09-28 Ian Lance Taylor <iant@google.com>
1683
1684 * Makefile.def: Make all-target-libgo depend on
1685 all-target-libbacktrace.
1686 * Makefile.in: Rebuild.
1687
1688 2012-09-26 Ian Lance Taylor <iant@google.com>
1689
1690 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1691 * Makefile.in: Rebuild.
1692
1693 2012-09-06 Diego Novillo <dnovillo@google.com>
1694
1695 * configure.ac: Bump minimum GMP version to 4.2.3.
1696 * configure: Re-generate.
1697
1698 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1699
1700 PR target/54461
1701 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1702 target-libgloss if not configured --with-avrlibc=no.
1703 * configure: Regenerate.
1704
1705 2012-09-04 Jason Merrill <jason@redhat.com>
1706
1707 * configure.ac: Fix --enable-languages=all.
1708
1709 2012-09-03 Richard Guenther <rguenther@suse.de>
1710
1711 PR bootstrap/54138
1712 * configure.ac: Re-organize ISL / CLOOG checks to allow
1713 disabling with either --without-isl or --without-cloog.
1714 * configure: Regenerated.
1715
1716 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1717
1718 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1719 * configure: Regenerate.
1720
1721 2012-09-21 Steve Ellcey <sellcey@mips.com>
1722
1723 * configure.ac: Add mips*-mti-elf* target.
1724 * configure: Regenerate.
1725
1726 2012-09-19 Ian Lance Taylor <iant@google.com>
1727
1728 * configure.ac (host_libs): Add libbacktrace.
1729 (target_libraries): Add libbacktrace.
1730 * Makefile.def (host_modules): Add libbacktrace.
1731 (target_modules): Likewise.
1732 * configure, Makefile.in: Rebuild.
1733
1734 2012-09-15 Jiong Wang <jiwang@tilera.com>
1735
1736 * configure.ac (ENABLE_GOLD): support tilegx*
1737 * configure: rebuild
1738
1739 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1740
1741 PR target/38607
1742 Merge upstream change.
1743 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1744
1745 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1746 Add libgomp*.o to compare_exclusions for AIX.
1747 * configure: Regenerate.
1748
1749 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1750
1751 PR binutils/4970
1752 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1753 and opcodes.
1754 * Makefile.in: Regenerated.
1755
1756 2012-08-14 Diego Novillo <dnovillo@google.com>
1757
1758 Merge from cxx-conversion branch.
1759
1760 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1761 POSTSTAGE1_CONFIGURE_FLAGS.
1762 * Makefile.in: Regenerate.
1763 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1764 Force C++ when bootstrapping.
1765 * configure: Regenerate.
1766
1767 2012-07-06 Richard Guenther <rguenther@suse.de>
1768
1769 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1770 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1771 --with-gmp=system.
1772 * Makefile.in: Regenerated.
1773 * configure: Likewise.
1774
1775 2012-07-06 Richard Guenther <rguenther@suse.de>
1776
1777 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1778 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1779 supply V=1 as extra_make_flags.
1780 * configure: Regenerated.
1781 * Makefile.in: Likewise.
1782
1783 2012-07-03 Richard Guenther <rguenther@suse.de>
1784
1785 * Makfile.def (isl): Remove not necessary extra_exports and
1786 extra_make_flags.
1787 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1788 * Makefile.in: Regenerated.
1789
1790 2012-07-03 Richard Guenther <rguenther@suse.de>
1791
1792 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1793 * configure.ac: If either the ISL or the CLooG check failed
1794 do not try to build in-tree versions.
1795 * Makefile.in: Regenerated.
1796 * configure: Regenerated.
1797
1798 2012-07-02 Richard Guenther <rguenther@suse.de>
1799 Michael Matz <matz@suse.de>
1800 Tobias Grosser <tobias@grosser.es>
1801 Sebastian Pop <sebpop@gmail.com>
1802
1803 * Makefile.def: Add ISL host module, remove PPL host module.
1804 Adjust ClooG host module to use the proper ISL.
1805 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1806 * configure.ac: Include config/isl.m4. Add ISL host library,
1807 remove PPL. Remove PPL configury, add ISL configury, adjust
1808 ClooG configury.
1809 * Makefile.in: Regenerated.
1810 * configure: Likewise.
1811
1812 2012-07-02 Richard Guenther <rguenther@suse.de>
1813
1814 Merge from graphite branch
1815 2011-07-21 Tobias Grosser <tobias@grosser.es>
1816
1817 * configure: Regenerated.
1818 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1819 both cloog.org and legacy versions. The only supported version will
1820 be CLooG with the isl backend.
1821
1822 2011-07-21 Tobias Grosser <tobias@grosser.es>
1823
1824 * configure: Regenerated.
1825 * configure.ac: Require cloog isl 0.17.0
1826
1827 2011-07-21 Tobias Grosser <tobias@grosser.es>
1828
1829 * configure: Regenerated.
1830 * config/cloog.m4: Do not define CLOOG_ORG
1831
1832 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1833
1834 * configure.ac: Skip C if explicitly selected.
1835 * configure: Regenerate.
1836
1837 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1838
1839 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1840 they contain -O2.
1841 * configure: Regenerate.
1842
1843 2012-06-20 Jason Merrill <jason@redhat.com>
1844
1845 * Makefile.tpl (check-target-libgomp-c++): New.
1846 (check-target-libitm-c++): New.
1847 * Makefile.def (c++): Add them.
1848 * Makefile.in: Regenerate.
1849
1850 2012-05-16 Olivier Hainque <hainque@adacore.com>
1851
1852 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1853 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1854 (install-no-fixedincludes): Adjust accordingly.
1855 * Makefile.in: Regenerate.
1856
1857 2012-05-09 Nick Clifton <nickc@redhat.com>
1858 Paul Smith <psmith@gnu.org>
1859
1860 PR bootstrap/50461
1861 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1862 allow for the fact that from release v3.1.0 of MPFR the source
1863 files were moved into a src sub-directory.
1864 * configure: Regenerate.
1865
1866 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1867
1868 * configure.ac: Bump minimum MPFR version to 2.4.0.
1869 * configure: Regenerated.
1870
1871 2012-05-01 Richard Henderson <rth@redhat.com>
1872
1873 * Makefile.def (libatomic): New target_module.
1874 * configure.ac (target_libraries): Add libatomic.
1875 (noconfigdirs): Check if libatomic is supported.
1876 * Makefile.in, configure: Rebuild.
1877
1878 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1879
1880 Merge upstream change
1881 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1882
1883 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1884
1885 * libtool.m4: Additional FreeBSD 10 fixes.
1886
1887 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1888
1889 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1890 they contain -O2.
1891 * configure: Regenerate.
1892
1893 2012-05-14 Catherine Moore <clm@codesourcery.com>
1894
1895 * NEWS: Mention PowerPC VLE port.
1896
1897 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1898
1899 * MAINTAINERS (config/): Move to intl/ section.
1900 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1901
1902 2012-05-09 Nick Clifton <nickc@redhat.com>
1903 Paul Smith <psmith@gnu.org>
1904
1905 PR bootstrap/50461
1906 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1907 allow for the fact that from release v3.1.0 of MPFR the source
1908 files were moved into a src sub-directory.
1909 * configure: Regenerate.
1910
1911 2012-05-02 Roland McGrath <mcgrathr@google.com>
1912
1913 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1914 * configure: Regenerate.
1915
1916 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1917
1918 * config.sub: Update to 2012-04-18 version from official repo.
1919
1920 2012-03-19 Tristan Gingold <gingold@adacore.com>
1921
1922 * configure.ac (ia64*-*-*vms*): Add support for ld.
1923 * configure: Regenerate.
1924
1925 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1926
1927 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1928 (unsupported_languages): Remove mips-sgi-irix6.*.
1929 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1930 (with_stabs): Remove.
1931 * configure: Regenerate.
1932
1933 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1934
1935 * configure.ac (enable_libgomp): Remove *-*-osf*.
1936 (with_stabs): Remove alpha*-*-osf*.
1937 * configure: Regenerate.
1938
1939 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1940
1941 * COPYING.NEWLIB: Modify DJ Delorie license to include
1942 modification rights in clause as permitted by DJ Delorie.
1943 * COPYING.LIBGLOSS: Ditto.
1944
1945 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1946
1947 * COPYING.NEWLIB: Remove two unused licenses.
1948
1949 2012-03-05 Tristan Gingold <gingold@adacore.com>
1950
1951 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1952 * configure: Regenerate.
1953
1954 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1955
1956 * COPYING.NEWLIB: Add Adapteva notice.
1957 * COPYING.LIBGLOSS: Add Adapteva notice.
1958
1959 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1960
1961 * configure: Regenerate.
1962
1963 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1964
1965 * COPYING.LIBGLOSS: Add GPL with exception license.
1966
1967 2011-11-09 Roland McGrath <mcgrathr@google.com>
1968
1969 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1970 * configure: Rebuild.
1971 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1972 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1973 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1974 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1975 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1976 Add READELF.
1977 * Makefile.in: Rebuild.
1978
1979 2011-11-08 Richard Henderson <rth@redhat.com>
1980
1981 * configure.ac: Test for libitm directory present first.
1982
1983 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1984
1985 * configure.ac: Test libitm/configure.tgt to disable libitm.
1986 * configure: Rebuild.
1987
1988 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1989
1990 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1991 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1992 * Makefile.in: Regenerate.
1993
1994 2011-11-01 DJ Delorie <dj@redhat.com>
1995
1996 * configure.ac (rl78-*-*) New case.
1997 * configure: Regenerate.
1998
1999 2011-11-01 DJ Delorie <dj@redhat.com>
2000
2001 * config.sub: Update to version 2011-10-29 (added rl78)
2002
2003 2011-10-27 Nick Clifton <nickc@redhat.com>
2004
2005 * config.sub: Import these changes from the config project:
2006
2007 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2008 Ben Elliston <bje@gnu.org>
2009
2010 * config.sub (epiphany): New.
2011
2012 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2013 Ben Elliston <bje@gnu.org>
2014
2015 * config.sub (hexagon, hexagon-*): New.
2016
2017 2011-08-23 Roland McGrath <mcgrathr@google.com>
2018
2019 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2020 64eb to be64.
2021
2022 2011-08-16 Roland McGrath <mcgrathr@google.com>
2023
2024 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2025 (nacl): Grok as alias for 32el-unknown-nacl.
2026
2027 2011-08-19 Joel Brobecker <brobecker@adacore.com>
2028
2029 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
2030
2031 2011-08-14 Yao Qi <yao@codesourcery.com>
2032
2033 Merge from gcc:
2034
2035 2011-08-14 Yao Qi <yao@codesourcery.com>
2036 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2037 * configure: Regenerate.
2038
2039 2011-07-26 Ian Lance Taylor <iant@google.com>
2040
2041 Merge from gcc:
2042
2043 2011-07-26 Ian Lance Taylor <iant@google.com>
2044 * configure.ac: Set have_compiler based on whether gcc directory
2045 exists, rather than on whether gcc is in configdirs.
2046 * configure: Rebuild.
2047
2048 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2049 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2050 link directories.
2051 * Makefile.in: Rebuild.
2052
2053 2011-07-20 Ian Lance Taylor <iant@google.com>
2054 PR bootstrap/49787
2055 * configure.ac: Move --enable-bootstrap handling earlier in file.
2056 If --enable-bootstrap and either --enable-build-with-cxx or
2057 --enable-build-poststage1-with-cxx, enable C++ automatically.
2058 * configure: Rebuild.
2059
2060 2011-07-19 Ian Lance Taylor <iant@google.com>
2061 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2062 make C++ a boot_language. Set and substitute
2063 POSTSTAGE1_CONFIGURE_FLAGS.
2064 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2065 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2066 * configure, Makefile.in: Rebuild.
2067
2068 2011-07-16 Jason Merrill <jason@redhat.com>
2069 * Makefile.def (language=c++): Add check-c++0x and
2070 check-target-libmudflap-c++.
2071 * Makefile.tpl (check-target-libmudflap-c++): New.
2072 * Makefile.in: Regenerate.
2073
2074 2011-07-16 Matthias Klose <doko@ubuntu.com>
2075 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2076 * Makefile.def (target_modules/libjava): Pass
2077 $(EXTRA_CONFIGARGS_LIBJAVA).
2078 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2079 if not configured with --enable-static-libjava.
2080 * Makefile.in: Regenerate.
2081 * configure: Likewise.
2082
2083 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2084 PR regression/47836
2085 PR bootstrap/23656
2086 PR other/47733
2087 PR bootstrap/49247
2088 PR c/48825
2089 * configure.ac (target_libraries): Remove target-libiberty.
2090 Remove case-statement setting skipdirs=target-libiberty for
2091 multiple targets. Remove checking target_configdirs and
2092 removing target-libiberty but keeping target-libgcc if
2093 otherwise empty.
2094 * Makefile.def (target_modules): Don't add libiberty.
2095 (dependencies): Remove all traces of target-libiberty.
2096 * configure, Makefile.in: Regenerate.
2097
2098 2011-07-22 Jason Merrill <jason@redhat.com>
2099
2100 * Makefile.def (language=c++): Add check-c++0x and
2101 check-target-libmudflap-c++.
2102 * Makefile.tpl (check-target-libmudflap-c++): New.
2103 * Makefile.in: Regenerate.
2104
2105 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2106
2107 * configure: Regenerate.
2108
2109 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2110
2111 PR target/39150
2112 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2113 x86_64-*-solaris2.1[0-9]*.
2114 * configure: Regenerate.
2115
2116 2011-06-13 Walter Lee <walt@tilera.com>
2117
2118 * configure.ac (tilepro-*-*) New case.
2119 (tilegx-*-*): Likewise.
2120 * configure: Regenerate.
2121
2122 2011-06-06 Nick Clifton <nickc@redhat.com>
2123
2124 * config.sub: Sync from upstream.
2125
2126 2011-05-08 Doug Kwan <dougkwan@google.com>
2127
2128 Merge from gcc:
2129
2130 2011-05-08 Doug Kwan <dougkwan@google.com>
2131
2132 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2133 * configure: Regenerated.
2134 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2135 value from configure.
2136 * Makefile.in: Regenerated.
2137
2138 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2139
2140 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2141 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2142 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2143 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2144 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2145 *-*-vxworks*): Disable newlib and libgloss in separate case
2146 statement.
2147 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2148 to separate case statement.
2149 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2150 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2151 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2152 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2153 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2154 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2155 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2156 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2157 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2158 i[[3456789]]86-*-rdos*, m32r-*-*,
2159 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2160 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2161 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2162 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2163 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2164 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2165 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2166 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2167 and libgloss in main case over targets. Remove most empty cases
2168 in main case over targets.
2169 * configure: Regenerate.
2170
2171 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2172
2173 * configure.ac: Remove code setting special library locations for
2174 hppa*64*-*-hpux11*. Remove code setting compiler for
2175 sparc-sun-solaris2*.
2176 * configure: Regenerate.
2177
2178 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2179
2180 * configure.ac: Separate libgloss_dir settings from general case
2181 over targets.
2182 * configure: Regenerate.
2183
2184 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2185
2186 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2187 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2188 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2189 cases in libgcj-disabling case statement.
2190 (hppa*64*-*-linux*): Set unsupported_languages instead of
2191 disabling target-zlib.
2192 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2193 to hppa*64*-*-hpux*.
2194 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2195 hppa*-*-hpux*.
2196 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2197 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2198 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2199 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2200 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2201 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2202 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2203 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2204 libgcj-disabling case statement.
2205 * configure: Regenerate.
2206
2207 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2208
2209 * configure.ac: Disable Java for targets not supporting libffi.
2210 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2211 Remove cases in Java-disabling statement.
2212 (*arm-wince-pe): Change to arm-wince-pe.
2213 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2214 cases in Java-disabling statement.
2215 (bfin-*-*): Don't disable Java again.
2216 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2217 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2218 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2219 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2220 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2221 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2222 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2223 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2224 Java-disabling statement.
2225 (mmix-*-*): Don't disable Java again.
2226 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2227 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2228 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2229 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2230 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2231 statement.
2232 * configure: Regenerate.
2233
2234 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2235
2236 Merge from GCC:
2237
2238 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2239
2240 PR lto/48086
2241 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2242 * configure: Regenerate.
2243
2244 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2245
2246 * configure.ac: Separate cases disabling Java and Java libraries
2247 from general case over targets.
2248 * configure: Regenerate.
2249
2250 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2251
2252 * configure.ac (build_tools): Remove build-byacc.
2253 (host_libs): Remove mmalloc.
2254 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2255 autoconf automake libtool diff rcs fileutils shellutils time
2256 textutils wdiff find uudecode hello tar gzip indent recode release
2257 sed perl gawk findutils gettext zip.
2258 (libgcj): Remove target-qthreads.
2259 (target_tools): Remove target-examples target-gperf.
2260 (YACC): Don't handle building byacc.
2261 * configure: Regenerate.
2262 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2263 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2264 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2265 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2266 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2267 handle building components.
2268 * Makefile.in: Regenerate.
2269
2270 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2271
2272 * config.sub: Sync from upstream.
2273
2274 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2275
2276 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2277 (microblaze*): Don't disable libssp.
2278 * configure: Regenerate.
2279
2280 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2281
2282 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2283 moveifchange.
2284 * configure: Regenerate.
2285 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2286 * Makefile.in: Regenerate.
2287
2288 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2289
2290 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2291 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2292 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2293 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2294 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2295 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2296 md_exec_prefix cases.
2297 * configure: Regenerate.
2298
2299 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2300
2301 * configure.ac: Separate cases disabling target-libssp,
2302 target-libiberty, target-libstdc++-v3 and Fortran from general
2303 case over targets.
2304 * configure: Regenerate.
2305
2306 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2307
2308 * configure.ac (*-*-chorusos): Don't disable libgcj.
2309 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2310 Remove case.
2311 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2312 (arm-*-coff): Don't disable libgcj.
2313 (arm*-*-linux-gnueabi): Remove useless assignment.
2314 (arm-*-riscix*): Don't disable libgcj.
2315 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2316 configuration.
2317 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2318 (c54x*-*-*): Remove case.
2319 (tic54x-*-*): Don't disable GCC or GCC libraries.
2320 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2321 to *.
2322 (d10v-*-*): Don't disable GCC libraries.
2323 (d30v-*-*): Don't disable libgcj.
2324 (h8500-*-*): Don't disable GCC libraries.
2325 (i960-*-*): Don't disable libgcj.
2326 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2327 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2328 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2329 libgcj.
2330 (m68k-*-coff*): Remove case.
2331 (mmix-*-*): Don't disable libgloss on host.
2332 (mn10200-*-*, mn10300-*-*): Remove cases.
2333 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2334 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2335 Don't disable libgcj.
2336 (romp-*-*): Remove case.
2337 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2338 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2339 case.
2340 (v810-*-*): Don't disable GCC libraries.
2341 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2342 (ip2k-*-*): Don't disable GCC libraries.
2343 * configure: Regenerate.
2344
2345 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2346
2347 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2348 libffi on host.
2349 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2350 on host.
2351 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2352 * configure: Regenerate.
2353
2354 2011-03-26 John Marino <binutils@marino.st>
2355
2356 * configure.ac: Add support for *-*-dragonfly*
2357 * configure: Regenerate.
2358
2359 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2360
2361 * configure.ac (native_only): Remove.
2362 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2363 send-pr uudecode guile gnuserv on host.
2364 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2365 send-pr rcs guile perl texinfo libtool on host.
2366 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2367 automake send-pr rcs guile perl texinfo libtool on host.
2368 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2369 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2370 (alpha*-dec-osf*): Don't disable fileutils on target.
2371 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2372 texinfo send-pr expect dejagnu on target.
2373 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2374 target-qthreads on target.
2375 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2376 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2377 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2378 x86_64-*-mingw*): Don't disable expect on target.
2379 (*-*-cygwin*): Don't disable target-gperf on target.
2380 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2381 gnuserv on target.
2382 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2383 target.
2384 * configure: Regenerate.
2385
2386 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2387
2388 * configure.ac (target_tools): Remove target-groff.
2389 (native_only): Remove target-groff.
2390 (hppa*64*-*-*): Don't disable byacc.
2391 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2392 setting.
2393 (*-*-kaos*): Don't skip target-librx and target-groff.
2394 (*-*-netware*): Don't skip target-libmudflap.
2395 (*-*-tpf*): Don't skip target-libmudflap.
2396 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2397 directories on the host.
2398 (ia64*-*-*vms*): Don't skip tix.
2399 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2400 host.
2401 * configure: Regenerate.
2402
2403 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2404
2405 * configure.ac: Remove references to mt-mep, mt-netware,
2406 mt-wince.
2407 * Makefile.def: Add all-utils soft dependencies.
2408 * Makefile.tpl: Remove GDB_NLM_DEPS.
2409 * configure: Regenerate.
2410 * Makefile.in: Regenerate.
2411
2412 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2413
2414 Sync from GCC:
2415
2416 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2417
2418 * configure.ac: Do not include mh-x86omitfp.
2419 * configure: Regenerate.
2420
2421 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2422
2423 * configure.ac: Remove empty cases.
2424 * configure: Regenerate.
2425
2426 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2427
2428 * Makefile.def: Add dependency from termcap to gdb.
2429 * Makefile.in: Regenerate.
2430
2431 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2432
2433 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2434 * configure: Regenerate.
2435 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2436 * Makefile.tpl: Likewise.
2437 * Makefile.in: Regenerate.
2438
2439 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2440
2441 * configure.ac: Remove all mentions of tentative_cc.
2442 * configure: Regenerate.
2443
2444 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2445
2446 PR lto/48086
2447 * configure.ac: Re-enable LTO on *-apple-darwin9.
2448 * configure: Regenerate.
2449
2450 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2451
2452 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2453 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2454 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2455 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2456 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2457 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2458 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2459 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2460 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2461 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2462 *-*-rhapsody*): Remove host cases.
2463 * configure: Regenerate.
2464
2465 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2466
2467 * configure.ac (ppc*-*-pe): Remove host case.
2468 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2469 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2470 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2471 cases.
2472 * configure: Regenerate.
2473
2474 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2475
2476 * config.sub: Update to version 2011-03-23.
2477
2478 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2479
2480 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2481 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2482 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2483 * configure: Regenerate.
2484
2485 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2486
2487 * config-ml.in: Don't handle arc-*-elf*.
2488 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2489 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2490 handle GCC libraries.
2491 * configure: Regenerate.
2492
2493 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2494
2495 PR bootstrap/48120:
2496 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2497 Add -lstdc++ -lm to LIBS.
2498 * configure: Regenerate.
2499
2500 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2501
2502 * config.guess: Update to version 2011-02-02
2503 * config.sub: Update to version 2011-02-24
2504
2505 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2506
2507 * configure.ac: Adjust test of with_ppl.
2508 * configure: Regenerated.
2509
2510 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2511
2512 * configure.ac: Add -lpwl to ppllibs.
2513 * config/cloog.m4: Add -lisl to clooglibs.
2514 * configure: Regenerated.
2515
2516 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2517
2518 Import from Libtool and gnulib:
2519
2520 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2521
2522 Prepare for supporting FreeBSD 10.
2523 * config.rpath: Remove handling of freebsd1* which soon would
2524 match FreeBSD 10.0.
2525
2526 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2527
2528 Remove support for FreeBSD 1.x.
2529 * libtool.m4 (_LT_LINKER_SHLIBS)
2530 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2531 soon would incorrectly match FreeBSD 10.0.
2532
2533 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2534
2535 PR binutils/12283
2536 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2537 (move-if-change): Comes from gnulib.
2538 * move-if-change: Import version from gnulib.
2539
2540 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2541
2542 Sync from GCC:
2543
2544 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2545
2546 PR lto/47225
2547 * Makefile.def (lto-plugin): Double dash for enable-shared.
2548 (configure-gcc): Depend on all-lto-plugin.
2549 * Makefile.in: Rebuilt.
2550
2551 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2552
2553 * configure.ac: Remove extra bracket.
2554 * configure: Regenerate.
2555
2556 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2557
2558 PR lto/47225
2559 * Makefile.def: Add dependency for install-gcc
2560 on install-lto-plugin.
2561 * Makfile.in: Regenerated
2562
2563 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2564
2565 * configure.ac: If with_ppl is no, move setting with_cloog=no
2566 after CLOOG_REQUESTED check.
2567 * configure: Regenerated.
2568
2569 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2570
2571 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2572 CLooG has been requested.
2573 * configure: Regenerated.
2574
2575 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2576
2577 * configure: Regenerated.
2578 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2579
2580 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2581
2582 * configure: Regenerated.
2583 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2584
2585 2011-01-07 Jan Hubicka <jh@suse.cz>
2586
2587 PR lto/47225
2588 * Makefile.in: Regenerate.
2589 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2590 configure.
2591
2592 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2593
2594 PR libgcj/44341
2595 * configure.ac: Discard --with-* flags for host when configuring
2596 target libraries for cross build.
2597 * configure: Rebuilt.
2598
2599 2011-01-21 Andreas Schwab <schwab@redhat.com>
2600
2601 Sync from GCC:
2602
2603 2011-01-21 Andreas Schwab <schwab@redhat.com>
2604
2605 * configure.ac: Use AS_HELP_STRING throughout.
2606 * configure: Regenerate.
2607
2608 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2609
2610 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2611 * configure: Regenerate.
2612
2613 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2614
2615 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2616
2617 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2618
2619 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2620 for ia64-hpux.
2621 * configure: Regenerate.
2622
2623 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2624
2625 Sync from GCC:
2626 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2627
2628 * configure.ac: (picochip): Disable libiberty.
2629 * configure: Regenerate.
2630
2631 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2632
2633 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2634
2635 2010-12-10 Ian Lance Taylor <iant@google.com>
2636
2637 PR bootstrap/46819
2638 * configure.ac: For --disable-libgcj clear libgcj_saved.
2639 * configure: Rebuild.
2640
2641 2010-12-10 Tobias Burnus <burnus@net-b.de>
2642
2643 PR fortran/46540
2644 * configure.ac: Add --disable-libquadmath and
2645 --disable-libquadmath-support.
2646 * configure: Regenerate.
2647
2648 2010-12-10 Tristan Gingold <gingold@adacore.com>
2649
2650 * src-release (ETC_SUPPORT): add gnu-oids.texi
2651
2652 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2653
2654 PR libffi/46792
2655 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2656 * configure: Regenerate.
2657
2658 2010-12-02 Ian Lance Taylor <iant@google.com>
2659
2660 * configure.ac: Always set default for poststage1_ldflags to
2661 -static-libstdc++ -static-libgcc.
2662
2663 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2664
2665 * COPYING.NEWLIB: Add National Semiconductor notice.
2666
2667 2010-11-29 Andreas Schwab <schwab@redhat.com>
2668
2669 * configure.ac: Move comment to remove extra space in last argument
2670 of GCC_TARGET_TOOL.
2671
2672 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2673
2674 PR other/46026
2675 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2676 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2677 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2678 (BASE_FLAGS_TO_PASS): Use it.
2679 * configure: Rebuilt.
2680 * Makefile.in: Rebuilt.
2681
2682 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2683
2684 PR binutils/12258
2685 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2686 Properly check default linker.
2687 * configure: Regnerated.
2688
2689 2010-11-23 Matthias Klose <doko@ubuntu.com>
2690
2691 * configure.ac: For --enable-gold, handle value `default' instead of
2692 `both*'. New configure option --{en,dis}able-ld.
2693 * configure: Regenerate.
2694
2695 2010-11-20 Ian Lance Taylor <iant@google.com>
2696
2697 * configure.ac: Only disable a language library if no language needs
2698 it. Don't let --disable-libgcj uncondtionally disable libffi.
2699 * configure: Rebuild.
2700
2701 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2702
2703 * configure: Regenerate.
2704
2705 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2706
2707 PR other/46202
2708 * configure.ac: Fix just-built in-tree STRIP name to be
2709 binutils/strip-new.
2710 * configure: Regenerate.
2711 * Makefile.def (install-strip-gcc, install-strip-binutils)
2712 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2713 (install-strip-sid): Mirror dependencies on non-strip variants
2714 of these targets on the respective -strip prerequisites.
2715 * Makefile.tpl (install-strip, install-strip-host)
2716 (install-strip-target): New targets.
2717 (install-strip-[+module+], install-strip-target-[+module+]):
2718 New targets.
2719 * Makefile.in: Regenerate.
2720
2721 2010-11-19 Ian Lance Taylor <iant@google.com>
2722 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2723
2724 * configure.ac: Add target-libgo to target_libraries. Set
2725 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2726 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2727 (HOST_EXPORTS): Add GOC.
2728 (BASE_TARGET_EXPORTS): Add GOC.
2729 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2730 (GOCFLAGS_FOR_TARGET): New variable.
2731 (EXTRA_HOST_FLAGS): Add GOC.
2732 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2733 * Makefile.def (target_modules): Add libgo.
2734 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2735 (dependencies): Add dependency from configure-target-libgo to
2736 configure-target-libffi and all-target-libstdc++-v3. Add
2737 dependencies from all-target-libgo to all-target-libffi.
2738 (languages): Add go.
2739 * configure: Rebuild.
2740 * Makefile.in: Rebuild.
2741
2742 2010-11-19 Ian Lance Taylor <iant@google.com>
2743
2744 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2745 compiler/flag environment variables.
2746
2747 2010-11-18 Ian Lance Taylor <iant@google.com>
2748
2749 * configure.ac: Check for lang_requires_boot_languages in
2750 config-lang.in files.
2751 * configure: Rebuild.
2752
2753 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2754
2755 * .gitignore: New file.
2756
2757 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2758 Tobias Burnus <burnus@net-b.de>
2759
2760 PR fortran/32049
2761 * Makefile.def: Add libquadmath; build it with language=fortran.
2762 * configure.ac: Add libquadmath.
2763 * Makefile.tpl: Handle multiple libs in check-[+language+].
2764 * Makefile.in: Regenerate.
2765 * configure: Regenerate.
2766
2767 2010-11-15 Andreas Schwab <schwab@redhat.com>
2768
2769 * configure.ac: Fix spelling in option names.
2770 * configure: Regenerated.
2771
2772 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2773
2774 PR bootstrap/39622
2775 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2776 * configure: Regenerated.
2777
2778 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2779
2780 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2781 define the cloog backend to use. Furthermore, only pass the ppllibs to
2782 the configure checks, if necessary.
2783 * configure: Regenerate.
2784
2785 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2786
2787 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2788 * configure: regenerate
2789
2790 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2791
2792 * config/cloog.m4: Fix typo. verison -> version.
2793 * configure: Regenerate.
2794
2795 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2796
2797 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2798 * configure: Regenerate.
2799
2800 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2801
2802 * configure.ac: Support official CLooG.org versions.
2803 * configure: Regenerate.
2804 * config/cloog.m4: New.
2805
2806 2010-11-05 Michael Eager <eager@eagercon.com>
2807
2808 * COPYING.LIBGLOSS: Correct typo in microblaze.
2809 * COPYING.NEWLIB: Same.
2810
2811 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2812
2813 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2814 * configure: Regenerate.
2815
2816 2010-11-03 Ian Lance Taylor <iant@google.com>
2817 Dave Korn <dave.korn.cygwin@gmail.com>
2818
2819 PR lto/46273
2820 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2821 and on other supported platforms whenever LTO is enabled.
2822 * configure: Rebuild.
2823
2824 2010-11-02 Alan Modra <amodra@gmail.com>
2825
2826 PR binutils/12110
2827 * configure.ac: Error when source path contains spaces.
2828 * configure: Regenerate.
2829
2830 2010-10-20 Ian Lance Taylor <iant@google.com>
2831
2832 * Makefile.def (target_modules): Set lib_path to src/.libs for
2833 libstdc++-v3 module.
2834 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2835 * Makefile.in: Rebuild.
2836
2837 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2838 Joseph Myers <joseph@codesourcery.com>
2839
2840 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2841 notices.
2842 * COPYING.NEWLIB: Add Texas Instruments notice.
2843
2844 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2845
2846 * configure.ac (build_lto_plugin): New shell variable.
2847 (--enable-lto): Turn on by default for all non-ELF platforms that
2848 have had LTO support added so far. Set build_lto_plugin appropriately
2849 for both ELF and non-ELF.
2850 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2851 * configure: Regenerate.
2852
2853 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2854
2855 PR bootstrap/45326
2856 PR bootstrap/45174
2857 * configure.ac: Honor initial values of $build_configargs,
2858 $host_configargs, $target_configargs. Mark the precious, so
2859 environment settings get recorded.
2860 * configure: Regenerate.
2861
2862 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2863
2864 Sync from GCC:
2865
2866 2010-09-30 Michael Eager <eager@eagercon.com>
2867
2868 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2869 * configure: Regenerate.
2870
2871 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2872
2873 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2874 targets and amend comment.
2875 * configure: Regenerate.
2876
2877 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2878
2879 * configure.ac: Enable LTO by default on Darwin.
2880 * configure: Regenerate.
2881
2882 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2883
2884 PR bootstrap/44455
2885 * configure.ac (extra_mpfr_configure_flags): Copy from
2886 extra_mpc_gmp_configure_flags.
2887 * configure: Re-generated.
2888
2889 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2890
2891 Sync from GCC:
2892
2893 PR bootstrap/45796
2894 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2895 Depend on all-build-libiberty.
2896 * Makefile.in: Regenerate.
2897
2898 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2899
2900 Sync from GCC:
2901
2902 PR bootstrap/44621
2903 * configure.ac: Fix unportable shell quoting.
2904 * configure: Regenerate.
2905
2906 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2907
2908 * configure.ac: Support all v850 targets.
2909 * configure: Regenerate.
2910
2911 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2912
2913 PR target/44862
2914 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2915 Provide -B option to allow for link spec %s substitutions for
2916 libstdc++.a on darwin.
2917 * Makefile.in: Regenerate.
2918
2919 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2920
2921 * Makefile.def (configure-gcc): Depend on all-libelf.
2922 * Makefile.in: Rebuild.
2923
2924 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2925
2926 * config.sub, config.guess: Update from upstream sources.
2927
2928 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2929
2930 Sync from GCC:
2931
2932 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2933 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2934 * configure: Regenerated.
2935
2936 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2937 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2938 * configure: Regenerate.
2939
2940 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2941 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2942 * configure: Regenerate.
2943
2944 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2945 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2946 separately.
2947 * configure: Regenerate.
2948
2949 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2950 * configure: Regenerate after change to elf.m4.
2951
2952 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2953 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2954 * configure: Regenerated.
2955
2956 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2957 * configure.ac: Print "buggy but acceptable" when CLooG
2958 revision is less than 9.
2959 * configure: Regenerated.
2960
2961 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2962
2963 Merge from gcc:
2964
2965 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2966 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2967 * configure: Regenerate.
2968
2969 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2970 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2971 a platform that supports LTO.
2972 * configure: Regenerate.
2973
2974 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2975 PR lto/42776
2976 * configure.ac (--enable-lto): Refactor handling so libelf tests
2977 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2978 and allow LTO to be explicitly enabled on non-ELF platforms that
2979 are known to support it inside else-clause.
2980 * configure: Regenerate.
2981
2982 2010-04-27 Roland McGrath <roland@redhat.com>
2983 H.J. Lu <hongjiu.lu@intel.com>
2984
2985 * configure.ac (--enable-gold): Support both, both/gold and
2986 both/bfd to add gold to configdirs without removing ld.
2987 * configure: Regenerated.
2988
2989 * Makefile.def: Add install-gold dependency to install-ld.
2990 * Makefile.in: Regenerated.
2991
2992 2010-04-14 Tristan Gingold <gingold@adacore.com>
2993
2994 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2995 * configure: Regenerate.
2996
2997 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2998
2999 Merge from gcc:
3000 PR bootstrap/43615
3001 PR bootstrap/43328
3002 Revert:
3003 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3004 * configure.ac: Do not pass --enable-multilib nor
3005 --disable-multilib in baseargs. Accept explicitly passed
3006 --enable_multilib.
3007 * configure: Regenerate.
3008
3009 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3010
3011 PR bootstrap/43328
3012 * configure.ac: Do not pass --enable-multilib nor
3013 --disable-multilib in baseargs. Accept explicitly passed
3014 --enable_multilib.
3015 * configure: Regenerate.
3016
3017 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3018
3019 * configure.ac (tic6x-*-*): New case.
3020 * configure: Regenerate.
3021
3022 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3023
3024 Merge from gcc:
3025 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3026 PR ada/42554
3027 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3028 * configure: Regenerate.
3029
3030 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3031
3032 * config.sub: Update to version 2010-03-22.
3033 * config.guess: Update to version 2009-12-30.
3034
3035 2010-03-14 Joseph Myers <joseph@codesourcery.com>
3036
3037 Merge from gcc:
3038 2010-01-11 Richard Guenther <rguenther@suse.de>
3039 PR lto/41569
3040 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3041 * Makefile.in: Regenerated.
3042
3043 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3044
3045 PR libstdc++/32499
3046 * configure.ac (RANLIB): Default to true.
3047 (STRIP): Likewise.
3048 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3049 * configure: Regenerate.
3050
3051 2010-02-17 Nick Clifton <nickc@redhat.com>
3052
3053 PR 11238
3054 * Makefile.tpl (local-distclean): Also remove config.cache files in
3055 sub-directories as there may not be Makefiles present in the
3056 sub-directories.
3057 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3058 the config.cache files found by the find command.
3059
3060 * Makefile.in: Regenerate.
3061 * configure.ac: Revert previous delta.
3062 * configure: Regenerate.
3063
3064 2010-02-15 Nick Clifton <nickc@redhat.com>
3065
3066 PR 11238
3067 * configure.ac: Delete config.cache files in sub-directories when
3068 deleting Makefiles.
3069 * configure: Regenerate.
3070
3071 2010-02-15 Nick Clifton <nickc@redhat.com>
3072
3073 * configure.ac: Sync from gcc.
3074 * configure: Regenerate.
3075
3076 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3077
3078 Sync from gcc:
3079 * configure.ac: Add "recommended" version checks for GMP/MPC.
3080 Update recommended GMP/MPFR/MPC versions.
3081 * configure: Regenerate.
3082
3083 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3084
3085 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3086 * configure.ac (bootstrap_target_libs): Make inclusion of
3087 target-libgomp conditional on libgomb being in target_configdirs.
3088 * configure: Regenerate.
3089
3090 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3091
3092 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3093 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3094 * configure: Regenerate.
3095
3096 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3097
3098 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3099 * configure.ac (target_configdirs): Substitute.
3100 * Makefile.def: Bootstrap target module libgomp.
3101 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3102 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3103 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3104 * configure, Makefile.in: Regenerate.
3105
3106 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3107
3108 * libtool.m4: Sync from git Libtool.
3109 * ltmain.sh: Likewise.
3110 * ltoptions.m4: Likewise.
3111 * ltversion.m4: Likewise.
3112 * lt~obsolete.m4: Likewise.
3113
3114 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3115 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3116
3117 PR bootstrap/42424
3118 * configure.ac: Include libtool m4 files.
3119 (_LT_CHECK_OBJDIR): Call it.
3120 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3121 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3122
3123 * configure: Regenerate.
3124
3125 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3126
3127 PR bootstrap/41818
3128 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3129 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3130 * Makefile.in: Regenerate.
3131
3132 2009-12-18 Ben Elliston <bje@au.ibm.com>
3133
3134 * config.sub, config.guess: Update from upstream sources.
3135
3136 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3137
3138 * COPYING.NEWLIB: Update copyright date.
3139 * COPYING.LIBGLOSS: Ditto.
3140
3141 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3142
3143 PR middle-end/30447
3144 PR middle-end/30789
3145 PR other/40302
3146
3147 * configure.ac: Require MPC.
3148 * configure: Regenerate.
3149
3150 * configure.ac: Update minimum MPC version to 0.8.
3151 * configure: Regenerate.
3152
3153 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3154
3155 * config.guess: Sync with upstream and gcc.
3156 * config.sub: Sync with upstream and gcc.
3157
3158 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3159
3160 * Makefile.def: Restore host and target settings for gmp.
3161 * Makefile.in: Rebuild.
3162
3163 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3164
3165 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3166 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3167 Fix portability of test of C++ as bootstrap language. Add
3168 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3169 * configure: Rebuild.
3170 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3171 and cloog. Fix in-tree ppl configuration. Introduce libelf
3172 in-tree building.
3173 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3174 (POSTSTAGE1_HOST_EXPORTS): Use it.
3175 (STAGE[+id+]_CXXFLAGS): New.
3176 (BASE_FLAGS_TO_PASS): Pass it down.
3177 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3178 extra_exports.
3179 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3180 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3181 extra_exports.
3182 * Makefile.in: Rebuild.
3183
3184 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3185
3186 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3187 paths for *-w64-mingw* and x86_64-*mingw*.
3188 * configure: Regenerated.
3189
3190 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3191
3192 * configure.ac: Disable target-winsup & co for
3193 x86_64-*-mingw* and *-w64-mingw* targets.
3194 * configure: Regenerated.
3195
3196 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3197
3198 * configure.ac (CLooG test): Use = with test.
3199 * configure: Regenerate.
3200
3201 2009-10-22 Richard Guenther <rguenther@suse.de>
3202
3203 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3204 cloog if the ppl version check failed. Move flags saving
3205 before setting in libelf check.
3206 * configure: Regenerate.
3207
3208 2009-10-21 Richard Guenther <rguenther@suse.de>
3209
3210 * configure.ac: Adjust the ppl and cloog configure to work as
3211 documented. Disable cloog if ppl was disabled. Omit the version
3212 checks if they were disabled.
3213 * configure: Re-generate.
3214
3215 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3216
3217 * configure.ac: Add 'lto' to enable_languages, not
3218 new_enable_languages, and only if not already present.
3219 * configure: Regenerate.
3220
3221 2009-10-06 Ian Lance Taylor <iant@google.com>
3222
3223 * Makefile.def: check-gold depends upon all-gas.
3224 * Makefile.in: Rebuild.
3225
3226 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3227
3228 * Makefile.def: all-lto-plugin depends on all-libiberty.
3229 set bootstrap=true for lto-plugin.
3230 Add lto-plugin.
3231 * Makefile.in: Regenerate.
3232 * configure.ac (host_libs): Add lto-plugin.
3233 * configure: Regenerate.
3234
3235 2009-10-03 Diego Novillo <dnovillo@google.com>
3236
3237 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3238 (HOST_LIBELFLIBS): Define.
3239 (HOST_LIBELFINC): Define.
3240 * Makefile.in: Regenerate.
3241 * configure.ac: Add --enable-lto.
3242 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3243 If --enable-lto is used, add 'lto' to new_enable_languages.
3244 If --enable-lto is used and gold is enabled, add
3245 lto-plugin to configdirs.
3246 * configure: Regenerate.
3247
3248 2009-10-03 Simon Baldwin <simonb@google.com>
3249
3250 * configure.ac: If --with-system-zlib, suppress local zlib and
3251 pass --with-system-zlib to subdir configure scripts.
3252 * configure: Regenerate.
3253
3254 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3255 Paolo Bonzini <bonzini@gnu.org>
3256
3257 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3258 $(srcdir).
3259 * Makefile.in: Rebuilt.
3260
3261 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3262
3263 Sync from gcc:
3264 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3265
3266 * configure.ac: Update minimum MPC version to 0.7.
3267 * configure: Regenerate.
3268
3269 2009-09-25 Nick Clifton <nickc@redhat.com>
3270
3271 * configure.ac: Pass any --cache-file=/dev/null option on to
3272 subconfigures.
3273 * configure: Regenerate.
3274
3275 2009-09-23 Nick Clifton <nickc@redhat.com>
3276
3277 * config.sub, config.guess: Update from upstream sources.
3278
3279 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3280
3281 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3282 * Makefile.in: Rebuilt.
3283
3284 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3285
3286 PR bootstrap/32272
3287 * configure.ac: Error out if $srcdir isn't '.' but contains
3288 host-${host_noncanonical}.
3289 * configure: Regenerate.
3290
3291 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3292
3293 * configure.ac: If bootstrapping a combined tree with
3294 --enable-gold, require c++ in stage1_languages.
3295 * configure: Regenerate.
3296
3297 * configure.ac: Also add target_libs of stage1_languages to
3298 bootstrap_target_libs.
3299 * configure: Regenerate.
3300
3301 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3302 with --enable-languages not containing c++.
3303 * configure: Regenerate.
3304
3305 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3306
3307 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3308 * configure: Regenerate.
3309
3310 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3311
3312 * configure.ac: Do not use $extrasub for replacing @if/@endif
3313 parts in Makefile; instead, use additional arguments to
3314 AC_CONFIG_COMMANDS to do the replacement manually, with several
3315 sed invocations, to avoid HP-UX sed command limits.
3316 * configure: Regenerate.
3317
3318 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3319
3320 * configure.ac (with-build-config): Document. Handle without.
3321 Handle missing argument.
3322 * configure: Rebuilt.
3323
3324 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3325
3326 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3327 Default to bootstrap-debug only if compare-debug works.
3328 * configure: Rebuilt.
3329 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3330 * Makefile.in: Rebuilt.
3331
3332 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3333
3334 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3335 * Makefile.in: Rebuilt.
3336
3337 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3338
3339 * Makefile.tpl (AWK): Fix typo.
3340 * Makefile.in: Regenerate.
3341
3342 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3343
3344 * configure.ac: Detect awk and sed.
3345 * Makefile.def (flags_to_pass): Add AWK and SED.
3346 * Makefile.tpl (AWK, SED): New.
3347 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3348 * configure: Regenerate.
3349 * Makefile.in: Regenerate.
3350
3351 2009-09-01 Tristan Gingold <gingold@adacore.com>
3352
3353 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3354 Remove logical names.
3355
3356 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3357
3358 * ltmain.sh (func_normal_abspath): New function.
3359 (func_relative_path): Likewise.
3360 (func_mode_help): Document new -bindir option for link mode.
3361 (func_mode_link): Add new -bindir option, and use it to place
3362 output DLL if specified.
3363
3364 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3365
3366 * configure.ac (AC_PREREQ): Bump to 2.64.
3367
3368 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3369
3370 * README-maintainer-mode: Point directly to upstream locations
3371 for autoconf, automake, libtool, gettext, instead of copies on
3372 sources.redhat.com. Document required versions.
3373 * configure.ac: Do not substitute datarootdir, htmldir,
3374 pdfdir, docdir. Do not process --with-datarootdir,
3375 --with-htmldir, --with-pdfdir, --with-docdir.
3376 * configure: Regenerate.
3377
3378 * configure: Regenerate.
3379
3380 * compile: Sync from Automake 1.11.
3381 * depcomp: Likewise.
3382 * install-sh: Likewise.
3383 * missing: Likewise.
3384 * mkinstalldirs: Likewise.
3385 * ylwrap: Likewise.
3386
3387 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3388
3389 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3390 (baseargs): Add --disable-option-checking.
3391 * configure: Regenerate.
3392
3393 * Makefile.def (configure-target-libiberty): Depend on
3394 all-binutils and all-ld.
3395 (configure-target-newlib): Likewise.
3396 * Makefile.in: Regenerate.
3397
3398 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3399
3400 Sync with GCC, merge:
3401
3402 2009-07-31 Christian Bruel <christian.bruel@st.com>
3403
3404 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3405 * configure: Regenerate.
3406
3407 2009-07-06 Ian Lance Taylor <iant@google.com>
3408
3409 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3410 * configure: Rebuild.
3411
3412 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3413
3414 PR bootstrap/40338
3415 * configure.ac (comparestring): Create new variable.
3416 * Makefile.tpl (comparestring): Use to skip some comparisions.
3417 * configure: Regenerate.
3418 * Makefile.in: Regenerate.
3419
3420 2009-06-23 Ian Lance Taylor <iant@google.com>
3421
3422 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3423 boot_languages. Only bootstrap target libraries listed in
3424 target_libs for some boot language. Add --with-stage1-ldflags,
3425 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3426 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3427 if not building with C++.
3428 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3429 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3430 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3431 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3432 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3433 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3434 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3435 * configure, Makefile.in: Rebuild.
3436
3437 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3438
3439 * configure.ac: Detect MPC in default directory.
3440 * configure: Regenerate.
3441
3442 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3443
3444 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3445 to noconfdirs.
3446 * configure: Regenerate.
3447
3448 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3449
3450 * Makefile.def: Add MPC support and dependencies.
3451 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3452
3453 * Makefile.in, configure: Regenerate.
3454
3455 2009-05-24 Nicolas Roche <roche@adacore.com>
3456
3457 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3458 * Makefile.in: Regenerate.
3459
3460 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3461
3462 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3463 * configure: Regenerate.
3464
3465 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3466
3467 * configure.ac ($with_ppl): Default to no if not supplied.
3468 ($with_cloog): Likewise.
3469 configure: Regenerate.
3470
3471 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3472
3473 PR bootstrap/39739
3474 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3475 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3476
3477 * configure, Makefile.in: Regenerate.
3478
3479 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3480
3481 * configure.ac: Change copyright header to refer to version
3482 3 of the GNU General Public License and to point readers at the
3483 COPYING3 file and the FSF's license web page.
3484 * Makefile.def: Likewise.
3485 * Makefile.tpl: Likewise.
3486 * Makefile.in: Regenerate.
3487
3488 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3489
3490 * configure.ac: Restore match for darwin9 or later. Use double
3491 brackets since regeneration eats one pair.
3492 * configure: Regenerate.
3493
3494 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3495
3496 * MAINTAINERS: Perform some obvious fixups.
3497
3498 2009-08-17 Ben Elliston <bje@au.ibm.com>
3499
3500 * config.sub, config.guess: Update from upstream sources.
3501
3502 2009-08-06 Michael Eager <eager@eagercon.com>
3503
3504 * configure.ac: Add Microblaze target.
3505 * configure: Regenerate.
3506
3507 2009-07-02 Tristan Gingold <gingold@adacore.com>
3508
3509 * configure.ac: Do not exclude gas for i386-*-darwin.
3510 Add a case for x86_64-*-darwin.
3511 * configure: Regenerate.
3512
3513 2009-06-26 Doug Evans <dje@sebabeach.org>
3514
3515 * Makefile.def (host_modules): Add cgen.
3516 * Makefile.in: Regenerate.
3517 * configure.ac (host_tools): Add cgen.
3518 * configure: Regenerate.
3519
3520 2009-06-17 Michael Eager <eager@eagercon.com>
3521
3522 * COPYING.LIBGLOSS: Add Xilinx license.
3523
3524 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3525
3526 * configure.ac: Define is_elf for QNX Neutrino targets.
3527 * configure: Regenerate.
3528
3529 2009-06-03 Jerome Guitton <guitton@adacore.com>
3530 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3531
3532 * Makefile.tpl (all): Avoid a trailing backslash.
3533 * Makefile.in: Regenerate.
3534
3535 2009-06-03 Ben Elliston <bje@au.ibm.com>
3536
3537 * config.sub, config.guess: Update from upstream sources.
3538
3539 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3540
3541 * Makefile.tpl ([+compare-target+]): Compare all stage
3542 directories, rather than just gcc.
3543 * Makefile.in: Rebuilt.
3544
3545 2009-05-28 Doug Kwan <dougkwan@google.com>
3546
3547 * configure.ac: Support gold for target arm*-*-*.
3548 * configure: Regenerate.
3549
3550 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3551
3552 * Makefile.tpl (all): Avoid harmless warning in make all when
3553 gcc-bootstrap is enabled but stage_last does not exist.
3554 * Makefile.in: Rebuilt.
3555
3556 2009-05-25 Tristan Gingold <gingold@adacore.com>
3557
3558 * setup.com: Complete the file with configuration and build.
3559
3560 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3561
3562 PR other/40159
3563 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3564 gcc-no-bootstrap are mutually exclusive.
3565 * Makefile.in: Rebuilt.
3566
3567 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3568
3569 PR other/40159
3570 * Makefile.tpl (all): Don't end with unconditional success.
3571 * Makefile.in: Rebuilt.
3572
3573 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3574
3575 PR target/37137
3576 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3577 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3578 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3579 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3580 stage_configureflags, stage_cflags and stage_libcflags into
3581 explicit Makefile macros.
3582 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3583 GFORTRAN.
3584 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3585 CC. Set CC_FOR_BUILD from CC.
3586 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3587 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3588 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3589 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3590 and GFORTRAN.
3591 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3592 (_LIBCFLAGS): Renamed to _TFLAGS.
3593 (do-compare-debug, do-compare3-debug): Drop.
3594 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3595 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3596 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3597 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3598 (XGCC_FLAGS_FOR_TARGET): New.
3599 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3600 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3601 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3602 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3603 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3604 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3605 TFLAGS.
3606 (BUILD_CONFIG): Include if requested.
3607 (all): Set TFLAGS on bootstrap.
3608 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3609 (all-stageid-prefixmodule): Likewise.
3610 (do-clean, distclean-stageid): Set TFLAGS.
3611 (restrap): Fix whitespace.
3612 * Makefile.in: Rebuilt.
3613
3614 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3615
3616 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3617 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3618 * Makefile.in: Regenerate.
3619
3620 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3621
3622 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3623 consistency with config.sub. (Update from upstream sources.)
3624
3625 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3626
3627 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3628
3629 2009-04-17 Ben Elliston <bje@au.ibm.com>
3630
3631 * config.sub, config.guess: Update from upstream sources.
3632
3633 2009-04-15 Anthony Green <green@moxielogic.com>
3634
3635 * configure.ac: Add moxie support.
3636 * configure: Rebuilt.
3637
3638 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3639
3640 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3641 * configure: Regenerate.
3642
3643 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3644
3645 PR gas/10039
3646 * configure.ac: Require texinfo 4.7.
3647 * configure: Regenerated.
3648
3649 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3650
3651 * Makefil.def (languages): New entries.
3652 * Makefile.tpl (check-gcc-*): New generic target.
3653 * Makefile.in: Regenerate.
3654
3655 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3656
3657 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3658 Windows builds of Sed.
3659
3660 2009-03-18 Tom Tromey <tromey@redhat.com>
3661
3662 * configure: Rebuild.
3663 * configure.ac (host_libs): Add libiconv.
3664 * Makefile.in: Rebuild.
3665 * Makefile.def (host_modules): Add libiconv.
3666 (configure-gdb, all-gdb): Depend on libiconv.
3667
3668 2009-03-16 Tristan Gingold <gingold@adacore.com>
3669
3670 * configure.ac: Treat gdb as supported on x86_64-darwin.
3671 * configure: Regenerate.
3672
3673 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3674
3675 Merge from GCC:
3676
3677 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3678
3679 * configure.ac (--with-host-libstdcxx): New option.
3680 * configure: Regenerate.
3681
3682 2009-01-29 Robert Millan <rmh@aybabtu.com>
3683
3684 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3685 * configure: Regenerate.
3686
3687 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3688
3689 PR tree-optimization/38515
3690 * configure.ac (cloog-polylib): Removed.
3691 (with_ppl, with_cloog): Test for "no".
3692 * configure: Regenerated.
3693
3694 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3695
3696 Backport from git Libtool:
3697
3698 2009-01-19 Robert Millan <rmh@aybabtu.com>
3699 Support GNU/kOpenSolaris.
3700 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3701 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3702 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3703 GNU/kOpenSolaris.
3704
3705 2009-02-05 Andreas Schwab <schwab@suse.de>
3706
3707 * Makefile.tpl (stage_last): Define $r and $s before using
3708 $(RECURSE_FLAGS_TO_PASS).
3709 * Makefile.in: Regenerate
3710
3711 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3712
3713 * COPYING.NEWLIB: Add ARM license.
3714
3715 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3716
3717 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3718 (all-opcodes): Depend on all-libiberty.
3719 * Makefile.in: Regenerate.
3720
3721 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3722
3723 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3724 * configure: Regenerate.
3725
3726 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3727
3728 Backport link test fix from upstream Libtool:
3729
3730 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3731 Add cache variables to tests that require the linker to work.
3732 For shlibpath_overrides_runpath, this also changes the semantics
3733 to let the result from the C compiler take precedence.
3734 compiler take precedence.
3735
3736 2008-12-02 Ben Elliston <bje@au.ibm.com>
3737
3738 * config.sub, config.guess: Update from upstream sources.
3739
3740 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3741
3742 * COPYING.NEWLIB: Updated.
3743 * COPYING.LIBGLOSS: Ditto.
3744
3745 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3746
3747 Sync with GCC:
3748
3749 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3750
3751 * configure.ac (ppllibs): Add by default the lib flags.
3752 * configure: Regenerate.
3753
3754 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3755
3756 * configure.ac: Add double brackets on darwin[912].
3757 * configure: Regenerate.
3758
3759 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3760
3761 * configure.ac: Expand to darwin10 and later.
3762 * configure: Regenerate.
3763
3764 2008-12-02 Andreas Schwab <schwab@suse.de>
3765
3766 * Makefile.def: configure-target-boehm-gc depends on
3767 all-target-libstdc++-v3.
3768 * Makefile.in: Regenerate.
3769
3770 2008-12-02 Ben Elliston <bje@au.ibm.com>
3771
3772 * config.sub, config.guess: Update from upstream sources.
3773
3774 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3775
3776 Merge from GCC:
3777
3778 2007-12-02 Matthias Klose <doko@ubuntu.com>
3779
3780 * config-ml.in: Remove 64bit configure tests.
3781
3782 2008-05-14 Rafael Espindola <espindola@google.com>
3783
3784 * config-ml.in: don't handle --enable-shared and --enable-static.
3785
3786 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3787 Tobias Grosser <grosser@fim.uni-passau.de>
3788 Jan Sjodin <jan.sjodin@amd.com>
3789 Harsha Jagasia <harsha.jagasia@amd.com>
3790 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3791 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3792 Adrien Eliche <aeliche@isty.uvsq.fr>
3793
3794 Merge from graphite branch.
3795 * configure: Regenerate.
3796 * Makefile.in: Regenerate.
3797 * configure.ac (host_libs): Add ppl and cloog.
3798 Add checks for PPL and CLooG.
3799 * Makefile.def (ppl, cloog): Added modules and dependences.
3800 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3801 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3802
3803 2008-09-03 Richard Guenther <rguenther@suse.de>
3804
3805 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3806 cloog test.
3807 * configure: Re-generate.
3808
3809 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3810
3811 * configure.ac (--with-cloog-polylib): New.
3812 (--disable-cloog-version-check): New.
3813 (--disable-ppl-version-check): New.
3814 * configure: Re-generate.
3815
3816 2008-09-05 Richard Guenther <rguenther@suse.de>
3817
3818 * configure.ac: Initialize clooglibs to -lcloog.
3819 * configure: Re-generate.
3820
3821 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3822
3823 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3824 recommended version to 2.3.2.
3825
3826 * configure: Regenerate.
3827
3828 2008-10-31 Ben Elliston <bje@au.ibm.com>
3829
3830 * configure.ac (spu-*-*): Remove special case.
3831 * configure: Regenerate.
3832
3833 Complete comment text from GCC version of:
3834
3835 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3836
3837 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3838 (GCC_SHLIB_SUBDIR): New.
3839 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3840 * configure: Regenerate.
3841 * Makefile.in: Regenerate.
3842
3843 2008-11-27 Tristan Gingold <gingold@adacore.com>
3844
3845 * configure.ac: Build gdb for i?86-*-darwin*
3846 * configure: Regenerated.
3847
3848 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3849
3850 PR bootstrap/38014
3851 PR bootstrap/37923
3852
3853 Revert:
3854
3855 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3856
3857 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3858 * Makefile.in: Regenerated.
3859
3860 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3861
3862 PR gdb/921
3863 PR gdb/1646
3864 PR gdb/2175
3865 PR gdb/2176
3866
3867 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3868 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3869 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3870 (HOST_EXPORTS): Pass CPPFLAGS.
3871 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3872 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3873 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3874 * Makefile.in, configure: Regenerated.
3875 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3876 and CPPFLAGS_FOR_BUILD.
3877
3878 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3879
3880 * configure.ac [spu-*-*]: Do not set skipdirs.
3881 * configure: Re-generate.
3882
3883 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3884
3885 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3886 * Makefile.in: Regenerated.
3887
3888 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3889
3890 PR gdb/921
3891 PR gdb/1646
3892 PR gdb/2175
3893 PR gdb/2176
3894
3895 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3896 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3897 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3898 (HOST_EXPORTS): Pass CPPFLAGS.
3899 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3900 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3901 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3902 * Makefile.in, configure: Regenerated.
3903 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3904 and CPPFLAGS_FOR_BUILD.
3905
3906 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3907
3908 * libtool.m4: Update to libtool 2.2.6.
3909 * lt~obsolete.m4: Update to libtool 2.2.6.
3910 * ltmain.sh: Update to libtool 2.2.6.
3911 * ltsugar.m4: Update to libtool 2.2.6.
3912 * ltversion.m4: Update to libtool 2.2.6.
3913 * ltoptions.m4: Update to libtool 2.2.6.
3914 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3915
3916 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3917
3918 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3919 (GCC_SHLIB_SUBDIR): New.
3920 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3921 * configure: Regenerate.
3922 * Makefile.in: Regenerate.
3923
3924 2008-08-28 Tristan Gingold <gingold@adacore.com>
3925
3926 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3927 Enable bfd, binutils and opcodes.
3928 * configure: Regenerate.
3929
3930 2008-08-16 Nicolas Roche <roche@adacore.com>
3931
3932 * Makefile.tpl: Add BOOT_ADAFLAGS.
3933 * Makefile.in: Regenerate.
3934
3935 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3936
3937 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3938 * configure: Regenerate.
3939
3940 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3941
3942 Sync with gcc:
3943 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3944
3945 * configure.ac: Add makefile fragments for hpux.
3946 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3947 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3948 * configure: Regenerate.
3949 * Makefile.in: Regenerate.
3950
3951 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3952
3953 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3954 * Makefile.in: Regenerate.
3955 * configure: Regenerate.
3956
3957 2008-06-18 Ian Lance Taylor <iant@google.com>
3958
3959 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3960
3961 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3962
3963 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3964
3965 * configure: Regenerate.
3966
3967 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3968
3969 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3970 "$@" is still intact with both Autoconf 2.59 and 2.62.
3971 * configure: Regenerate.
3972
3973 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3974
3975 * Makefile.tpl: Fix comment errors.
3976 * Makefile.in: Regenerate.
3977
3978 2008-06-13 Julian Brown <julian@codesourcery.com>
3979
3980 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3981 of libobjc for ARM EABI Linux.
3982 * configure: Regenerate.
3983
3984 2008-06-12 David S. Miller <davem@davemloft.net>
3985 David Edelsohn <edelsohn@gnu.org>
3986
3987 * configure.ac: Add powerpc*-*-* to gold supported targets.
3988 * configure: Regenerate.
3989
3990 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3991
3992 PR tree-optimization/36218
3993 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3994 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3995 (all prefix="build-"): Pass them to build-system sub-makes.
3996 * Makefile.in: Regenerate.
3997
3998 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3999
4000 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
4001 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
4002 mkdep, and compile. Update comments.
4003 (ETC_SUPPORT): Add ChangeLog and update comments.
4004
4005 2008-05-11 Ian Lance Taylor <iant@google.com>
4006
4007 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
4008
4009 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4010
4011 Sync with gcc:
4012 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4013
4014 PR bootstrap/35457
4015 * configure.ac: Include override.m4.
4016 * configure: Regenerate.
4017
4018 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4019
4020 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4021 * Makefile.in: Regenerate.
4022
4023 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4024
4025 * configure.ac: Do not build libssp for the AVR.
4026 * configure: Regenerate.
4027
4028 2008-04-18 Nick Clifton <nickc@redhat.com>
4029
4030 * MAINTAINERS: Replace reference to configure.in with reference to
4031 configure.ac.
4032
4033 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4034
4035 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4036 as nonconfigurable directories list.
4037 * configure: Regenerate.
4038
4039 2008-04-14 David S. Miller <davem@davemloft.net>
4040
4041 * configure.ac: Add sparc*-*-* to gold supported targets.
4042 * configure: Regenerate.
4043
4044 2008-04-14 Ben Elliston <bje@au.ibm.com>
4045
4046 * config.sub, config.guess: Update from upstream sources.
4047
4048 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4049
4050 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4051 * Makefile.in: Regenerate.
4052
4053 2008-04-07 Ian Lance Taylor <iant@google.com>
4054
4055 * Makefile.def: check-gold depends upon all-binutils.
4056 * Makefile.in: Regenerate.
4057
4058 2008-04-04 Nick Clifton <nickc@redhat.com>
4059
4060 PR binutils/4334
4061 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4062 builds.
4063 * configure: Regenerate.
4064
4065 2008-04-04 NightStrike <NightStrike@gmail.com>
4066
4067 PR other/35151
4068 * configure.ac: Combine rules for mingw32 and mingw64.
4069 * configure: Regenerate.
4070
4071 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4072
4073 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4074 * Makefile.in: Regenerate.
4075
4076 2008-03-20 Ian Lance Taylor <iant@google.com>
4077
4078 * configure.ac: Add support for --enable-gold.
4079 * Makefile.def: Add gold as a directory like ld.
4080 * configure, Makefile.in: Regenerate.
4081
4082 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4083
4084 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4085 (s390_cond_extensions): Reduced extensions to the compare related.
4086 (main): z10 cpu type option added.
4087 (expandConditionalJump): Renamed to ...
4088 (insertExpandedMnemonic): ... this.
4089
4090 * opcodes/s390-opc.c: Re-group the operand format makros.
4091 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4092 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4093 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4094 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4095 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4096 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4097 INSTR_SIL_RDU): New instruction formats added.
4098 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4099 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4100 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4101 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4102 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4103 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4104 masks added.
4105 (s390_opformats): New formats added "ris", "rrs", "sil".
4106 * opcodes/s390-opc.txt: Add the conditional jumps with the
4107 extensions removed from automatic expansion in s390-mkopc.c manually.
4108 (asi - trtre): Add new System z10 EC instructions.
4109 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4110
4111 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4112
4113 * configure.ac: m4_include config/proginstall.m4.
4114 * configure: Regenerate.
4115
4116 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4117
4118 Backport from upstream Libtool:
4119
4120 2007-10-12 Eric Blake <ebb9@byu.net>
4121
4122 Deal with Autoconf 2.62's semantic change in m4_append.
4123 * ltsugar.m4 (lt_append): Replace broken versions of
4124 m4_append.
4125 (lt_if_append_uniq): Don't require separator to be overquoted,
4126 and avoid broken m4_append.
4127 (lt_dict_add): Fix typo.
4128 * libtool.m4 (_LT_DECL): Don't overquote separator.
4129
4130 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4131
4132 * config.rpath: Add AIX 6 support.
4133
4134 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4135
4136 * Makefile.def (stageprofile). Remove -fprofile-generate
4137 from stage_libcflags.
4138 * Makefile.in: Regenerate.
4139
4140 2008-03-13 Ben Elliston <bje@au.ibm.com>
4141
4142 * config.sub, config.guess: Update from upstream sources.
4143
4144 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4145
4146 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4147 * s390-opc.txt (cmpsc): Duplicate entry removed.
4148 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4149 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4150 fier, cu42, cu41): Fix operand format.
4151
4152 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4153
4154 PR bootstrap/32009
4155 PR bootstrap/32161
4156
4157 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4158 * configure: Regenerate.
4159
4160 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4161 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4162 STAGE4_LIBCFLAGS): New.
4163 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4164 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4165 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4166 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4167 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4168 for target modules. Don't export LIBCFLAGS.
4169 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4170 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4171 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4172 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4173 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4174 * Makefile.in: Regenerate.
4175
4176 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4177
4178 PR libgcj/33085
4179 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4180 Do not use -DDLL_EXPORT. Backport from upstream.
4181
4182 2008-02-14 Nick Clifton <nickc@redhat.com>
4183
4184 Import this patch from gcc:
4185 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4186
4187 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4188
4189 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4190
4191 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4192 * configure: Regenerate.
4193
4194 2008-01-31 Marc Gauthier <marc@tensilica.com>
4195
4196 * configure.ac (xtensa*-*-*): Recognize processor variants.
4197 * configure: Regenerate.
4198
4199 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4200
4201 PR bootstrap/34922
4202 * configure.ac (PARSE_ARGS): Push suitable setting of
4203 ac_subdirs_all, for `./configure --help=recursive'.
4204 Handle `+' in generic toplevel directory disabling.
4205 * configure: Regenerate.
4206
4207 2008-01-23 Ben Elliston <bje@au.ibm.com>
4208
4209 * config.sub, config.guess: Update from upstream sources.
4210
4211 2008-01-08 Ben Elliston <bje@au.ibm.com>
4212
4213 * config.sub, config.guess: Update from upstream sources.
4214
4215 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4216
4217 * COPYING.LIBGLOSS: Update default copyright.
4218
4219 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4220
4221 * COPYING.NEWLIB: Update default copyright.
4222
4223 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4224
4225 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4226 Change recommended MPFR from 2.2.1 > 2.3.0.
4227 * configure: Regenerate.
4228
4229 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4230
4231 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4232 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4233 * Makefile.in: Regenerate.
4234
4235 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4236
4237 * configure.ac: Enable libjava for x86_64-*-darwin9.
4238 * configure: Regenerate.
4239
4240 2007-12-05 Ben Elliston <bje@au.ibm.com>
4241
4242 * config.sub, config.guess: Update from upstream sources.
4243
4244 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4245
4246 * config-ml.in: Robustify against white space in absolute file
4247 names.
4248
4249 * config-ml.in (multi-clean): Substitute ${Makefile}.
4250 Remove superfluous ${Makefile} in list.
4251
4252 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4253
4254 * Makefile.def (dependencies): Make configure-gdb depend on
4255 all-intl.
4256 * Makefile.in: Regenerated.
4257
4258 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4259
4260 * Makefile.def: To avoid problems running with parallel makes,
4261 build newlib before libgloss so that target specific header
4262 files are availble.
4263 * Makefile.in: Regenerate.
4264
4265 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4266
4267 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4268 * Makefile.in: Regenerate.
4269
4270 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4271
4272 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4273 * libdecnumber: New directory, imported from GCC.
4274
4275 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4276
4277 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4278 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4279 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4280 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4281 * configure: Regenerate.
4282
4283 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4284
4285 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4286 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4287 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4288 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4289 * configure.ac: Default them to host tools for $host = $build.
4290 Subst them.
4291
4292 * configure: Regenerate.
4293 * Makefile.in: Regenerate.
4294
4295 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4296
4297 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4298 * configure: Regenerate.
4299
4300 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4301
4302 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4303 libstdc++.
4304 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4305 * configure: Regenerate.
4306 * Makefile.in: Regenerate.
4307
4308 2007-09-17 Andreas Schwab <schwab@suse.de>
4309
4310 * configure.ac: Raise minimum makeinfo version to 4.6.
4311 * configure: Regenerate.
4312
4313 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4314
4315 * configure.ac: Correct makeinfo version check.
4316 * configure: Regenerate.
4317
4318 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4319
4320 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4321 to $skipdirs and only disable gprof for newlib. Use the normal
4322 mips*-elf* handling in other respects.
4323 * configure: Regnerate.
4324
4325 2007-09-12 David Daney <ddaney@avtrex.com>
4326
4327 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4328 enabling libgcj.
4329 * configure: Regenerate.
4330
4331 2007-09-12 Richard Guenther <rguenther@suse.de>
4332
4333 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4334 nor --disable-checking is provided also turn on yes and types
4335 checking for stage1.
4336 * configure: Re-generate.
4337
4338 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4339
4340 PR target/33281
4341 * configure.ac: Use config/mh-mingw on mingw.
4342 * configure: Regenerate.
4343
4344 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4345
4346 PR other/32154
4347 * configure.ac: For libgloss targets, point the linker to the linker
4348 script, startup code and simulator library.
4349 * configure: Regenerate.
4350
4351 2007-09-09 Andrew Haley <aph@redhat.com>
4352
4353 * configure.ac (noconfigdirs): Remove target-libffi and
4354 target-libjava.
4355
4356 2007-08-29 Nick Clifton <nickc@redhat.com>
4357
4358 * config.sub, config.guess: Update from upstream sources.
4359
4360 2007-08-21 Richard Guenther <rguenther@suse.de>
4361
4362 * configure.ac: Add types checking to stage1 checking flags.
4363 * configure: Regenerate.
4364
4365 2007-08-18 Paul Brook <paul@codesourcery.com>
4366 Joseph Myers <joseph@codesourcery.com>
4367
4368 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4369 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4370 * Makefile.in: Regenerate.
4371 * configure.ac (--with-debug-prefix-map): New.
4372 * configure: Regenerate.
4373
4374 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4375 Nigel Stephens <nigel@mips.com>
4376
4377 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4378 as target_makefile_frag.
4379 * configure: Regenerate.
4380
4381 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4382
4383 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4384 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4385 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4386 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4387 (do-compare, do-compare3, do-compare-debug): New.
4388 ([+compare-target+]): Use them.
4389
4390 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4391
4392 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4393 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4394 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4395 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4396 (do-compare, do-compare3, do-compare-debug): New.
4397 ([+compare-target+]): Use them.
4398
4399 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4400 Ben Elliston <bje@au.ibm.com>
4401
4402 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4403 --silent if $silent.
4404 * configure: Regenerate.
4405
4406 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4407
4408 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4409
4410 2007-07-17 Nick Clifton <nickc@redhat.com>
4411
4412 * COPYING3: New file. Contains version 3 of the GNU General
4413 Public License.
4414 * COPYING3.LIB: New file. Contains version 3 of the GNU
4415 Lesser General Public License.
4416
4417 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4418
4419 * configure.ac: Fix my previous change to really match GCC.
4420 * configure: Regenerate.
4421
4422 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4423
4424 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4425 * configure: Regenerate.
4426
4427 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4428
4429 * configure.ac: Add some missing m4 quotation.
4430 * configure: Regenerate.
4431
4432 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4433
4434 * Makefile.def: Add windmc tool to build.
4435 * Makefile.tpl: Likewise.
4436 * configure.ac: Likewise.
4437 * Makefile.in: Regenerate.
4438 * configure: Regenerate.
4439
4440 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4441
4442 * lt~obsolete.m4: New. Import from 20070318 libtool.
4443
4444 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4445
4446 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4447 uclinux and linux-uclibc targets.
4448 * configure: Regenerate.
4449
4450 2007-06-28 DJ Delorie <dj@redhat.com>
4451
4452 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4453 not building newlib.
4454 * configure: Regenerated.
4455
4456 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4457
4458 * src-release (DEVO_SUPPORT): Correct typos.
4459
4460 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4461
4462 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4463 * Makefile.in: Regenerated.
4464
4465 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4466
4467 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4468 (distclean-stage[+id+]): Possibly delete stage_last.
4469 * Makefile.in: Regenerate.
4470
4471 2007-06-07 Ben Elliston <bje@au.ibm.com>
4472
4473 * config.sub, config.guess: Update from upstream sources.
4474
4475 2007-06-07 Ben Elliston <bje@au.ibm.com>
4476
4477 * Makefile.tpl: Fix spelling error.
4478 * Makefile.in: Regenerate.
4479
4480 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4481
4482 Sync with gcc:
4483 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4484
4485 PR bootstrap/29382
4486 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4487 * configure: Rebuilt.
4488
4489 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4490
4491 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4492 lt_cv_sys_max_cmd_len.
4493
4494 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4495
4496 * ltgcc.m4: Update from GCC.
4497
4498 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4499
4500 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4501
4502 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4503
4504 * ltmain.sh: Update from GCC.
4505 * libtool.m4: Update from GCC.
4506 * ltsugar.m4: New. Update from GCC.
4507 * ltversion.m4: New. Update from GCC.
4508 * ltoptions.m4: New. Update from GCC.
4509 * ltconfig: Remove.
4510 * ltcf-c.sh: Remove.
4511 * ltcf-cxx.sh: Remove.
4512 * ltcf-gcj.sh: Remove.
4513 * src-release: Update with new libtool file list.
4514
4515 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4516
4517 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4518 stage_cflags.
4519 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4520 Remove CFLAGS/LIBCFLAGS.
4521 (configure-stage[+id+]-[+prefix+][+module+],
4522 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4523 * Makefile.in: Regenerate.
4524
4525 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4526
4527 * config-ml.in: Update from GCC.
4528
4529 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4530
4531 * src-release (do-proto-toplev): Process the support directories before
4532 the tool directory.
4533
4534 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4535
4536 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4537 of glob. Quote arguments with single quotes too.
4538 * configure: Regenerate.
4539
4540 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4541
4542 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4543 * Makefile.in: Regenerate
4544
4545 2007-03-07 Andreas Schwab <schwab@suse.de>
4546
4547 * configure: Regenerate.
4548
4549 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4550
4551 * configure.ac: Add "--with-pdfdir" configure option,
4552 which defines pdfdir variable.
4553 * Makefile.def (target=fixincludes): Add install-pdf to
4554 missing targets.
4555 (recursive_targets): Add install-pdf target.
4556 (flags_to_pass): Add pdfdir.
4557 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4558 target.
4559 * configure: Regenerate
4560 * Makefile.in: Regenerate
4561
4562 2007-02-28 Eric Christopher <echristo@apple.com>
4563
4564 Revert:
4565 2006-12-07 Mike Stump <mrs@apple.com>
4566
4567 * Makefile.def (dependencies): Add dependency for
4568 install-target-libssp and install-target-libgomp on
4569 install-gcc.
4570 * Makefile.in: Regenerate.
4571
4572 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4573
4574 * configure: Regenerate.
4575 * configure.ac: Move statements after variable declarations.
4576
4577 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4578
4579 * configure.ac: Adjust for loop syntax.
4580 * configure: Regenerate.
4581
4582 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4583
4584 * configure: Rebuilt.
4585
4586 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4587
4588 * configure.ac: Drop multiple occurrences of --enable-languages,
4589 and fix its quoting.
4590 * configure: Rebuilt.
4591
4592 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4593 Nathan Sidwell <nathan@codesourcery.com>
4594 Vladimir Prus <vladimir@codesourcery.com
4595 Joseph Myers <joseph@codesourcery.com>
4596
4597 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4598 * configure: Regenerate.
4599
4600 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4601
4602 * configure.ac (target_libraries): Move libgcc before libiberty.
4603 * configure: Regenerated.
4604
4605 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4606
4607 * configure: Regenerate again?
4608
4609 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4610
4611 * configure: Reapply PR30748 fix which was lost in the previous commit.
4612
4613 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4614 Paolo Bonzini <bonzini@gnu.org>
4615
4616 PR bootstrap/30753
4617 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4618 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4619 * configure: Regenerated.
4620
4621 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4622
4623 * configure: Regenerate.
4624
4625 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4626
4627 PR bootstrap/30748
4628 * configure.ac: Correct syntax for Solaris ksh.
4629 * configure: Regenerated.
4630
4631 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4632
4633 * Makefile.def: Sync with GCC.
4634 * Makefile.tpl: Sync with GCC.
4635 * Makefile.in: Regenerate.
4636 * configure: Regenerate.
4637
4638 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4639
4640 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4641 noncanonical equivalents.
4642 * configure.in: Rename to...
4643 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4644 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4645 target_noncanonical. Use them. Rewrite removal of configure
4646 arguments for autoconf 2.59. Discard variable settings. Force
4647 program_transform_name for native tools.
4648
4649 * Makefile.in: Regenerated.
4650 * configure: Regenerated with autoconf 2.59.
4651
4652 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4653
4654 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4655
4656 * COPYING.LIBGLOSS: Reformat default Red Hat
4657 license to fit within 80 columns.
4658 * COPYING.NEWLIB: Ditto.
4659
4660 2007-02-05 Dave Brolley <brolley@redhat.com>
4661
4662 * Contribute the following changes:
4663 2006-11-28 DJ Delorie <dj@redhat.com>
4664
4665 * configure.in: Fix typo for mep's target_makefile_frag.
4666 * configure: Regenerated.
4667
4668 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4669
4670 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4671 * configure: Regenerate.
4672
4673 2001-09-19 DJ Delorie <dj@redhat.com>
4674
4675 * configure.in (target_makefile_frag): use mt-mep
4676
4677 2001-06-12 Don Howard <dhoward@redhat.com>
4678
4679 * configure.in: Remove gdb from MeP skip list.
4680
4681 2001-04-05 DJ Delorie <dj@redhat.com>
4682
4683 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4684
4685 2001-03-20 Ben Elliston <bje@redhat.com>
4686
4687 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4688
4689 2001-03-19 Ben Elliston <bje@redhat.com>
4690
4691 * config.sub (mep, mep-*): Add.
4692
4693 2007-01-31 Andreas Schwab <schwab@suse.de>
4694
4695 * Makefile.tpl (LDFLAGS): Substitute it.
4696 * Makefile.in: Regenerate.
4697
4698 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4699
4700 * configure.in: Change == to = in test command.
4701 * configure: Regenerate.
4702
4703 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4704 Nick Clifton <nickc@redhat.com>
4705 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4706
4707 * configure.in (build_configargs, host_configargs, target_configargs):
4708 Remove build/host/target parameters.
4709 (host_libs): Add gmp and mpfr.
4710 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4711 * Makefile.def (gmp, mpfr): New.
4712 (gcc): Remove target.
4713 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4714 target_os, target_vendor): New.
4715 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4716 * configure: Regenerate.
4717 * Makefile.in: Regenerate.
4718
4719 2007-01-11 Matt Fago <fago@earthlink.net>
4720
4721 * configure.in: Try to link to functions only in mpfr 2.2.x
4722 to improve robustness of configure tests.
4723 * configure: Regenerate.
4724
4725 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4726
4727 * configure.in: Add support for an x86_64-mingw* target.
4728 * configure: Regenerate.
4729
4730 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4731
4732 * Makefile.tpl (all-target): Correct @if conditional for target
4733 modules.
4734 * configure.in: Omit libiberty if building only target libgcc.
4735 * configure, Makefile.in: Regenerated.
4736
4737 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4738
4739 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4740 * configure: Regenerate.
4741
4742 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4743
4744 * Makefile.def (target_modules): Add libgcc.
4745 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4746 * Makefile.tpl (clean-target-libgcc): Delete.
4747 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4748 on gcc even for bootstrapped modules. Rewrite handling of
4749 lang_env_dependencies to loop over target_modules.
4750 * configure.in (target_libraries): Add target-libgcc.
4751 * Makefile.in, configure: Regenerated.
4752
4753 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4754
4755 Sync with gcc:
4756 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4757
4758 * configure.in: Reorganize recognition of languages. Add
4759 --enable-stage1-languages. Show supported languages for the chosen
4760 target rather than all recognized languages.
4761 * configure: Regenerate.
4762
4763 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4764
4765 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4766 * Makefile.in: Regenerate.
4767
4768 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4769
4770 * configure.in: Warn that MPFR 2.2.0 is buggy.
4771 * configure: Regenerate.
4772
4773 2006-12-27 Ian Lance Taylor <iant@google.com>
4774
4775 * configure.in: When removing Makefiles to force a reconfigure, also
4776 remove prev-DIR*/Makefile.
4777 * configure: Regenerate.
4778
4779 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4780
4781 * config.bfd: Recognize fido.
4782
4783 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4784
4785 Sync with gcc:
4786
4787 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4788
4789 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4790 it only affects bootstrap and could be tested on "$host" as well.
4791 * configure: Regenerate.
4792 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4793
4794 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4795
4796 PR bootstrap/29544
4797 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4798 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4799 move here comment from Makefile.tpl.
4800 * Makefile.tpl: Move some definitions higher in the file.
4801 (STAGE1_CHECKING): New.
4802 * configure.in: Add --enable-stage1-checking.
4803 * configure: Regenerate.
4804 * Makefile.in: Regenerate.
4805
4806 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4807
4808 * configure.in: Update error message for missing GMP/MPFR.
4809
4810 * configure: Regenerate.
4811
4812 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4813
4814 * configure.in: Update MPFR version in error message.
4815
4816 * configure: Regenerate.
4817
4818 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4819
4820 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4821 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4822 --with-gmp-lib): New flags.
4823
4824 * configure: Regenerate.
4825
4826 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4827
4828 PR bootstrap/30134
4829 * configure.in: Correct x86 darwin support for libjava to powerpc
4830 and i?86 only.
4831 * configure: Regenerate.
4832
4833 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4834
4835 * configure.in: Handle spu makefile frag.
4836 * Makefile.tpl (MAINT): Define
4837 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4838 * configure: Regenerate.
4839 * Makefile.in: Regenerate.
4840
4841 2006-12-11 Ben Elliston <bje@au.ibm.com>
4842
4843 * config.sub, config.guess: Update from upstream sources.
4844
4845 2006-12-11 Ben Elliston <bje@au.ibm.com>
4846
4847 * configure.in: Sync with GCC (spu-*-*).
4848 * configure: Sync with GCC.
4849
4850 2006-12-07 Mike Stump <mrs@apple.com>
4851
4852 * Makefile.def (dependencies): Add dependency for
4853 install-target-libssp and install-target-libgomp on
4854 install-gcc.
4855 * Makefile.in: Regenerate.
4856
4857 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4858
4859 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4860 (unstage): Test for stage_last presence.
4861
4862 PR bootstrap/29802
4863 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4864 * Makefile.in: Regenerate.
4865
4866 2006-11-14 DJ Delorie <dj@redhat.com>
4867
4868 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4869 * Makefile.in: Sync with GCC.
4870 * configure.in: Sync with GCC (mpfr, gmp).
4871 * configure: Sync with GCC.
4872
4873 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4874
4875 * configure.in: Remove target-libgloss from noconfigdirs for
4876 bfin-*-*.
4877 * configure: Regenerated.
4878
4879 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4880
4881 * COPYING.NEWLIB: Add spu license.
4882 * COPYING.LIBGLOSS: Ditto.
4883
4884 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4885
4886 * Makefile.def: Added pdf target handling.
4887 * Makefile.tpl: Added pdf target handling.
4888 * Makefile.in: Regenerated.
4889
4890 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4891
4892 * COPYING.NEWLIB: Updated.
4893 * COPYING.LIBGLOSS: Ditto.
4894
4895 2006-09-27 Dave Brolley <brolley@redhat.com>
4896
4897 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4898 $s instead of $r.
4899 * configure: Regenerated.
4900
4901 2006-09-26 Ben Elliston <bje@au.ibm.com>
4902
4903 * config.sub, config.guess: Update from upstream sources.
4904
4905 2006-09-20 Thiemo Seufer <ths@mips.com>
4906
4907 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4908 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4909 * configure: Regenerate.
4910
4911 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4912
4913 * configure.in: Never build newlib for a Mingw host.
4914 Never build newlib as Mingw target library.
4915 Test the existence of winsup/cygwin for building a Cygwin newlib,
4916 rather than just winsup.
4917 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4918 building a Mingw target.
4919 * configure: Regenerate.
4920
4921 2006-08-15 Thiemo Seufer <ths@mips.com>
4922 Nigel Stephens <nigel@mips.com>
4923 David Ung <davidu@mips.com>
4924
4925 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4926
4927 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4928
4929 Sync from GCC:
4930 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4931
4932 PR bootstrap/18058
4933 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4934 if the bootstrap compiler is a GCC version that supports it.
4935 * configure: Regenerate.
4936
4937 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4938
4939 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4940 * configure: Regenerated.
4941
4942 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4943
4944 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4945 for stages after the first.
4946
4947 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4948
4949 * Makefile.def: Add dependencies for configure-opcodes
4950 on configure-intl and all-opcodes on all-intl.
4951 * Makefile.in: Regenerated.
4952
4953 2006-07-04 Peter O'Gorman <peter@pogma.com>
4954
4955 * ltconfig: chmod 644 before ranlib during install.
4956
4957 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4958
4959 * configure.in: Fix thinkos in previous check-in.
4960 * configure: Regenerate.
4961
4962 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4963
4964 Sync from gcc:
4965
4966 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4967
4968 PR other/27063
4969 * configure.in: Test subdir_requires and give an appropriate
4970 error message.
4971 * configure: Regenerate.
4972
4973 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4974
4975 PR target/27540
4976 * configure.in: Only enable libgomp on IRIX 6.
4977 * configure: Regenerate.
4978
4979 2006-06-20 David Ayers <d.ayers@inode.at>
4980
4981 PR bootstrap/28072
4982 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4983 whether target-libjava is being configured instead of whether the
4984 java front end is enabled.
4985 * configure: Regenerate.
4986
4987 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4988
4989 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4990 to R_ARM_LDC_SB_G{0,1,2} respectively.
4991
4992 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4993
4994 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4995 too.
4996 * Makefile.in: Regenerate.
4997
4998 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4999
5000 Sync from gcc:
5001
5002 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5003 * configure.in: Don't enable libgomp on hpux10.
5004 * configure: Rebuilt.
5005
5006 2006-06-13 David Ayers <d.ayers@inode.at>
5007
5008 Sync from gcc:
5009
5010 2006-06-12 David Ayers <d.ayers@inode.at>
5011
5012 PR bootstrap/27963
5013 PR target/19970
5014 * configure.in: Remove target-boehm-gc from noconfigdirs where
5015 ${libgcj} is specified.
5016 * configure: Regenerate.
5017
5018 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
5019
5020 Sync from gcc:
5021
5022 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5023 Andreas Schwab <schwab@suse.de>
5024
5025 PR bootstrap/18033
5026 * config-ml.in: Eval option if surrounded by single quotes.
5027
5028 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
5029
5030 Sync from gcc:
5031
5032 2006-06-06 David Ayers <d.ayers@inode.at>
5033
5034 PR libobjc/13946
5035 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5036 * Makefile.in: Regenerate.
5037 * configure.in: Add --enable-objc-gc at toplevel and have it
5038 enable boehm-gc for Objective-C.
5039 Remove target-boehm-gc from libgcj.
5040 Add target-boehm-gc to target_libraries.
5041 Add target-boehm-gc to noconfigdirs where ${libgcj}
5042 is specified.
5043 Assert that boehm-gc is supported when requested for Objective-C.
5044 Only build boehm-gc if needed either for Java or Objective-C.
5045 * configure: Regenerate.
5046
5047 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5048
5049 PR 27674
5050 * Makefile.tpl (configure-[+prefix+][+module+],
5051 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5052 Remove rule to unstage bootstrapped modules.
5053 (stage_current): New.
5054 * Makefile.in: Regenerate.
5055
5056 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5057 Andreas Tobler <a.tobler@schweiz.ch>
5058
5059 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5060 * configure: Rebuilt.
5061
5062 Revert
5063 2006-01-31 Richard Guenther <rguenther@suse.de>
5064 Paolo Bonzini <bonzini@gnu.org>
5065
5066 * Makefile.def (target_modules): Add libgcc-math target module.
5067 * configure.in (target_libraries): Add libgcc-math target library.
5068 (--enable-libgcc-math): New configure switch.
5069 * Makefile.in: Re-generate.
5070 * configure: Re-generate.
5071
5072 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5073
5074 * config-ml.in: Alter CCASFLAGS to include special
5075 multilib options the same as is done for CFLAGS.
5076
5077 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5078
5079 * Makefile.def: Added dependencies from sim and gdb on intl, and
5080 added configure dependencies to everything with an all dependency
5081 on intl.
5082 * gettext.m4: Removed.
5083 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5084 (GDB_SUPPORT_DIRS): Add intl.
5085 * Makefile.in: Regenerated.
5086
5087 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5088
5089 * src-release (DEVO_SUPPORT): Add config.rpath.
5090
5091 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5092
5093 * Makefile.def (bfd, opcodes): Fix lib_path.
5094 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5095 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5096 * Makefile.in: Regenerate.
5097
5098 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5099
5100 * configure.in: Enable gprof for cross builds.
5101 * configure: Regenerate.
5102
5103 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5104
5105 * src-release (MAKEINFOFLAGS): Define.
5106 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5107
5108 2006-05-14 Ben Elliston <bje@au.ibm.com>
5109
5110 * config.sub, config.guess: Update from upstream sources.
5111
5112 2006-05-12 Ben Elliston <bje@au.ibm.com>
5113
5114 * config.sub, config.guess: Update from upstream sources.
5115
5116 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5117
5118 * blt, iwidgets, mmalloc: Remove directories.
5119
5120 2006-05-01 DJ Delorie <dj@redhat.com>
5121
5122 * configure.in: Restore CFLAGS if GMP isn't present.
5123 * configure: Regenerate.
5124
5125 2006-04-18 DJ Delorie <dj@redhat.com>
5126
5127 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5128 reference libgloss so that libssp can be built in a combined
5129 tree.
5130 * configure: Regenerate.
5131
5132 2006-04-10 Ben Elliston <bje@au.ibm.com>
5133
5134 * contrib: Remove directory.
5135
5136 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5137
5138 * Makefile.tpl: Add install-html target.
5139 * Makefile.def: Add install-html target.
5140 * Makefile.in: Regenerate.
5141 * configure.in: Add --with-datarootdir, --with-docdir,
5142 and --with-htmldir options.
5143 * configure: Regenerate.
5144
5145 2006-03-31 Ben Elliston <bje@au.ibm.com>
5146
5147 PR binutils/1860
5148 * configure.in: Require makeinfo 4.4 or higher.
5149 * configure: Regenerate.
5150
5151 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5152
5153 * Makefile.in: Regenerate.
5154
5155 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5156
5157 Sync with gcc:
5158 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5159
5160 * configure.in: Handle --disable-<component> generically.
5161 * configure: Regenerate.
5162
5163 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5164
5165 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5166 (TARGET_CONFIGDIRS): Remove.
5167 * configure.in: Remove AC_SUBST(target_configdirs).
5168 * Makefile.in, configure: Regenerated.
5169
5170
5171 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5172
5173 PR libgcj/17311
5174 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5175
5176 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5177
5178 PR bootstrap/25670
5179
5180 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5181
5182 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5183 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5184 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5185 BUILD_PREFIX, BUILD_PREFIX_1.
5186 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5187
5188 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5189 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5190
5191 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5192 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5193 of `cat stage_current`. Always provide the `r' and `s' variables.
5194 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5195 a single shell execution.
5196 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5197 bootstrapped modules, make the stage1 module if the build was not
5198 started yet, else build the current stage.
5199 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5200 (all-build, all-host, all-target, [+make_target+]-host,
5201 [+make_target+]-target): Do not use \-continued lines.
5202 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5203 (current_stage, restrap, stage_last): New.
5204
5205 * Makefile.in: Regenerate.
5206 * configure: Regenerate.
5207
5208 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5209
5210 Sync from gcc:
5211
5212 2006-01-31 Richard Guenther <rguenther@suse.de>
5213 Paolo Bonzini <bonzini@gnu.org>
5214
5215 * Makefile.def (target_modules): Add libgcc-math target module.
5216 * configure.in (target_libraries): Add libgcc-math target library.
5217 (--enable-libgcc-math): New configure switch.
5218 * Makefile.in: Re-generate.
5219 * configure: Re-generate.
5220 * libgcc-math: New toplevel directory.
5221
5222 2006-01-18 Richard Henderson <rth@redhat.com>
5223 Jakub Jelinek <jakub@redhat.com>
5224 Diego Novillo <dnovillo@redhat.com>
5225
5226 * libgomp: New directory.
5227 * Makefile.def: Add target_module libgomp.
5228 * Makefile.in: Regenerate.
5229 * configure.in (target_libraries): Add target-libgomp.
5230 * configure: Regenerate.
5231
5232 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5233 Andreas Schwab <schwab@suse.de>
5234
5235 * configure: Regenerate.
5236
5237 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5238
5239 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5240 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5241 the assembler, linker and binutils.
5242 * configure: Regenerate.
5243
5244 2006-01-16 Nick Clifton <nickc@redhat.com>
5245
5246 * config.sub, config.guess: Sync from config repository.
5247
5248 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5249
5250 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5251 @ from continuation.
5252 * Makefile.in: Rebuilt.
5253
5254 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5255
5256 Sync from gcc:
5257
5258 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5259
5260 PR bootstrap/24252
5261
5262 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5263 * Makefile.tpl (OBJDUMP): New.
5264 (EXTRA_HOST_FLAGS): Add it.
5265 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5266
5267 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5268 to use symbolic links between directories. Avoid race conditions
5269 or make them harmless.
5270 * configure.in: Do not try to use symbolic links between directories.
5271
5272 * Makefile.def (LEAN): Pass.
5273 * Makefile.tpl (LEAN): Define.
5274 (stage[+id+]-start): Accept that the previous directory does not
5275 exist, if the bootstrap is lean.
5276 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5277 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5278 configure substitution.
5279 ([+compare-target+]): Likewise.
5280 ([+bootstrap-target+]-lean): New.
5281 * configure.in: Remove lean bootstrap support from here.
5282
5283 * Makefile.in: Regenerate.
5284 * configure: Regenerate.
5285
5286 2006-01-02 Andreas Schwab <schwab@suse.de>
5287
5288 * configure.in: When reconfiguring remove Makefile in
5289 all stage directories.
5290 * configure: Regenerate.
5291
5292 2005-12-27 Leif Ekblad <leif@rdos.net>
5293
5294 * configure.in: Add support for RDOS target.
5295 * configure: Regenerate.
5296
5297 2005-12-27 Nick Clifton <nickc@redhat.com>
5298
5299 PR binutils/1990
5300 * libtool.m4: Synchronize with version in GCC sources.
5301
5302 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5303
5304 Revert Ada-related part of the previous change.
5305
5306 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5307 Do not pass.
5308 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5309 * Makefile.in: Regenerate.
5310 * configure.in: Do not include mt-ppc-aix target fragment.
5311 * configure: Regenerate.
5312
5313 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5314
5315 * configure.in: Select appropriate fragments for PowerPC/AIX.
5316 * configure: Regenerate.
5317
5318 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5319 BOOT_CFLAGS, BOOT_LDFLAGS.
5320 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5321 BOOT_CFLAGS, BOOT_LDFLAGS.
5322 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5323 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5324 (stage): Fail if we cannot complete the work.
5325 * Makefile.in: Regenerate.
5326
5327 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5328
5329 * COPYING.NEWLIB: Update copyright year for default
5330 copyright.
5331
5332 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5333
5334 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5335 install-host-nogcc): Don't invoke $(stage) at the end.
5336 * Makefile.in: Regenerate.
5337
5338 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5339
5340 * configure.in: Flip the top-level bootstrap switch.
5341 * configure: Regenerate.
5342
5343 Merge from gcc:
5344
5345 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5346
5347 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5348 $(stage) and $(unstage).
5349 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5350 (all): Remove stray semicolon.
5351 (local-distclean): Don't handle multilib.tmp and multilib.out.
5352 (install.all): Set $s for consistency.
5353 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5354 check_multilibs setting. Always make the install directory.
5355 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5356 Correct @if/@endif.
5357 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5358 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5359 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5360 (multilib.out): Remove.
5361 * Makefile.in: Regenerated.
5362
5363 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5364
5365 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5366 * configure.in: Replace ms1 arch with mt.
5367 * configure: Rebuilt.
5368
5369 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5370
5371 Sync with gcc:
5372
5373 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5374
5375 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5376 * configure.in: Replace ms1 arch with mt.
5377 * configure: Rebuilt.
5378
5379 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5380
5381 Sync with gcc:
5382
5383 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5384
5385 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5386 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5387 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5388 Find in-tree tools if available.
5389 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5390 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5391 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5392 (COMPILER_*_FOR_TARGET): New.
5393 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5394 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5395 (CONFIGURED_*, USUAL_*): Remove.
5396 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5397 STRIP): Use autoconf substitutions.
5398 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5399 COMPILER_NM_FOR_TARGET): New.
5400 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5401
5402 (all): Make all-host and all-target in parallel.
5403 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5404 that $$r and $$s are set before invoking a recursive make.
5405 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5406 ([+bootstrap-target+]): Inline most of the `all' target.
5407
5408 2005-11-29 Ben Elliston <bje@au.ibm.com>
5409
5410 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5411 from the gcc build directory.
5412 * Makefile.in: Regenerate.
5413
5414 2005-11-29 Ben Elliston <bje@au.ibm.com>
5415
5416 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5417 depend on all-libdecnumber.
5418 * configure.in (host_libs): Include libdecnumber.
5419 * Makefile.in: Regenerate.
5420 * configure: Likewise.
5421
5422 2005-11-21 Kean Johnston <jkj@sco.com>
5423
5424 * config.sub, config.guess: Sync from upstream sources.
5425
5426 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5427
5428 * Makefile.def: Remove gdb dependencies for gdbtk.
5429 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5430 (configure-gdb, install-gdb): New rules.
5431 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5432 * Makefile.in, configure: Regenerated.
5433
5434 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5435
5436 PR bootstrap/24297
5437 * Makefile.tpl (do-[+make-target+], do-check, install,
5438 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5439 are set before recursing.
5440 * Makefile.in: Regenerate.
5441
5442 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5443
5444 PR bootstrap/18939
5445 * Makefile.def (gcc) <target>: Fix thinko.
5446 * Makefile.in: Regenerate.
5447
5448 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5449
5450 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5451 * configure: Regenerate.
5452
5453 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5454
5455 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5456 target-libffi, target-qthreads, target-libjava, and
5457 targetlibobjc.
5458 * configure: Regenerate.
5459
5460 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5461
5462 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5463 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5464 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5465 (USUAL_OBJDUMP_FOR_TARGET): New.
5466 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5467 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5468 * configure, Makefile.in: Regenerated.
5469
5470 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5471
5472 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5473 before other host packages.
5474
5475 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5476
5477 PR bootstrap/22340
5478
5479 * configure.in (default_target): Remove.
5480 * Makefile.tpl (all): Do not use prerequisites as subroutines
5481 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5482 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5483 use prerequisites as subroutines.
5484 (check-host, check-target): New.
5485 (bootstrap configure & all targets): Do not use stage*-start
5486 if the directory layout is already ok.
5487 (non-bootstrap configure & all targets): Prepend a $(unstage).
5488 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5489 (NOTPARALLEL): Remove.
5490 (unstage, stage variables): New variables.
5491 (unstage, stage targets): Simply expand to those variables.
5492
5493 * configure: Regenerate.
5494 * Makefile.in: Regenerate.
5495
5496 2005-10-04 James E Wilson <wilson@specifix.com>
5497
5498 * Makefile.def (lang_env_dependencies): Add libmudflap.
5499 * Makefile.in: Regenerate.
5500
5501 2005-10-03 Catherine Moore <clm@cm00re.com>
5502
5503 * configure.in (bfin-*-*): Support bfin.
5504 * configure: Regenerated.
5505
5506 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5507
5508 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5509 * configure: Regenerated.
5510
5511 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5512
5513 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5514 (LIPO_FOR_TARGET): New.
5515 (CONFIGURED_LIPO_FOR_TARGET): New.
5516 (USUAL_LIPO_FOR_TARGET): New.
5517 (STRIP_FOR_TARGET): New.
5518 (CONFIGURED_STRIP_FOR_TARGET): New.
5519 (USUAL_STRIP_FOR_TARGET): New.
5520 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5521 STRIP_FOR_TARGET.
5522 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5523 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5524 * Makefile.in: Regenerate.
5525 * configure: Regenerate.
5526
5527 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5528
5529 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5530 (rs6000-*-aix*): Same.
5531 * configure: Regenerate.
5532
5533 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5534
5535 * configure.in: Recognize f95 in the --enable-languages option,
5536 and substitute it for fortran, issuing a warning.
5537 * configure: Regenerate.
5538
5539 2005-09-07 Ben Elliston <bje@au.ibm.com>
5540
5541 Import from Autoconf sources:
5542
5543 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5544 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5545 Elliston. Handle weird characters correctly.
5546
5547 2005-08-30 Phil Edwards <phil@codesourcery.com>
5548
5549 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5550 * configure: Regenerated.
5551
5552 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5553
5554 * Makefile.def (libssp): Add to lang_env_dependencies.
5555 * Makefile.in: Regenerate.
5556
5557 2005-08-17 Christian Groessler <chris@groessler.org>
5558
5559 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5560 * Makefile.in: Regenerate.
5561
5562 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5563
5564 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5565 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5566 Look for alternate names of the target cc and c++
5567 * configure: Regenerate.
5568
5569 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5570
5571 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5572 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5573 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5574 tools; remove code to manually set them.
5575 (Target tools): Look in the environment for them.
5576 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5577 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5578 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5579 build directory.
5580 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5581 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5582 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5583 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5584 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5585 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5586 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5587 * configure: Regenerate.
5588 * Makefile.in: Regenerate.
5589
5590 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5591
5592 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5593 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5594 * Makefile.in: Regenerated.
5595
5596 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5597
5598 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5599 (CFLAGS_FOR_TARGET): Use it.
5600 (CXXFLAGS_FOR_TARGET): Likewise.
5601 * Makefile.in: Regenerated.
5602 * configure.in (--with-build-sysroot): New option.
5603 * configure: Regenerated.
5604
5605 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5606
5607 * Makefile.tpl: Wrap install between unstage and stage
5608 * Makefile.in: Regenerate.
5609
5610 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5611
5612 * all files: Update FSF address.
5613
5614 2005-07-14 Jim Blandy <jimb@redhat.com>
5615
5616 * configure.in: Add cases for Renesas m32c.
5617 * configure: Regenerated.
5618
5619 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5620
5621 * COPYING, compile, config-ml.in, config.guess,
5622 config.sub, install-sh, missing, mkinstalldirs,
5623 symlink-tree, ylwrap: Sync from upstream sources.
5624
5625 2005-07-13 Eric Christopher <echristo@redhat.com>
5626
5627 * configure.in: Add toplevel noconfigdir support for tpf.
5628 * configure: Regenerate.
5629
5630 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5631
5632 * Makefile.def (target_modules): Add libssp.
5633 * configure.in (target_libraries): Add target-libssp.
5634 * configure: Rebuilt.
5635 * Makefile.in: Rebuilt.
5636
5637 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5638
5639 PR ada/22340
5640
5641 * Makefile.def: Sync with gcc.
5642 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5643 * Makefile.in: Regenerate.
5644
5645 2005-07-07 Andreas Schwab <schwab@suse.de>
5646
5647 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5648 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5649 * Makefile.in: Regenerated.
5650
5651 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5652
5653 * configure.in: Add --enable-libssp and --disable-libssp.
5654 * configure: Regenerate with autoconf-2.13.
5655
5656 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5657
5658 * configure.in: Don't build sim or rda when targetting darwin.
5659 * configure: Regenerate.
5660
5661 2005-07-04 Ben Elliston <bje@gnu.org>
5662
5663 * src-release (do-proto-toplev): Remove dejagnu bits.
5664 (DEJAGNU_SUPPORT_DIRS): Remove.
5665 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5666 (GDBD_SUPPORT_DIRS): Likewise.
5667 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5668 (INSIGHTD_SUPPORT_DIRS): Likewise.
5669 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5670
5671 2005-06-30 Ben Elliston <bje@gnu.org>
5672
5673 * setup.com (mpw): Remove unused directive.
5674
5675 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5676
5677 * Makefile.def (stagefeedback): Come after profile.
5678 Define profiledbootstrap target.
5679 * Makefile.tpl (profiledbootstrap): Remove.
5680 (stageprofile-end): Zap stagefeedback.
5681 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5682 * Makefile.in: Regenerate.
5683
5684 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5685
5686 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5687 In 'cpp' stanza, support '#line' as well as '# '.
5688
5689 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5690
5691 * configure.in (unsupported_languages): New macro.
5692 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5693 non-ported target libraries in noconfigdirs.
5694 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5695 non-linux-gnu. Remove libgcj_ex_libffi.
5696 <lang_frag loop>: Set add_this_lang=no if the language is in
5697 unsupported_languages.
5698 * configure: Regenerate.
5699
5700 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5701
5702 * configure.in: Fix typo in handling of --with-mpfr-dir.
5703 * configure: Regenerate.
5704
5705 2005-06-02 Jim Blandy <jimb@redhat.com>
5706
5707 * config.sub: Add cases for the Renesas m32c. (This patch has been
5708 accepted into the master sources.)
5709
5710 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5711 Michael Snyder <msnyder@redhat.com>
5712 Stan Cox <scox@redhat.com>
5713
5714 * configure.in: Set noconfigdirs for ms1.
5715
5716 * configure: Regenerate.
5717
5718 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5719
5720 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5721 (Dependencies): Consider target modules for bootstrap dependencies.
5722 Make target bootstrap modules depend on each stage's gcc.
5723 * Makefile.in: Regenerate.
5724
5725 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5726
5727 * Makefile.def (configure-gcc): Depend on binutils having been built.
5728 (all-gcc): No need to do it here.
5729 * Makefile.in: Regenerate.
5730
5731 2005-05-19 Paul Brook <paul@codesourcery.com>
5732
5733 * configure.in: Rewrite misleading error message when requested
5734 language cannot be built.
5735 * configure: Regenerate.
5736
5737 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5738
5739 * ylwrap: Import from Automake 1.9.5.
5740
5741 2005-05-04 Mike Stump <mrs@apple.com>
5742
5743 * configure.in: Always pass --target to target configures as
5744 otherwise rebuilds that do --recheck will fail.
5745 * configure: Rebuilt.
5746
5747 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5748
5749 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5750 STAGE_HOST_EXPORTS.
5751 (configure, all): Add bootstrap support.
5752 (Host modules, target modules): Pass post-stage1 flags and exports.
5753 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5754 * Makefile.in: Regenerate.
5755
5756 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5757
5758 Sync from gcc:
5759
5760 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5761
5762 * config.sub: Update from master copy.
5763
5764 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5765
5766 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5767 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5768 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5769 "*-*-elf" and "*-*-linux*".
5770 * configure: Regenerate.
5771
5772 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5773
5774 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5775 (TARGET_CONFIGARGS): Include --with-target-subdir.
5776 (configure, all): New macros. Use them throughout.
5777
5778 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5779
5780 * Makefile.tpl: Sync with gcc.
5781 * Makefile.in: Regenerate.
5782
5783 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5784
5785 * config/mh-mingw32: Delete.
5786 * configure.in: Don't use it.
5787 * configure: Regenerate.
5788
5789 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5790
5791 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5792 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5793 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5794 (HOST_LIB_PATH): Generate from Makefile.def.
5795 (TARGET_LIB_PATH): Likewise.
5796 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5797 * Makefile.in: Regenerate.
5798 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5799 (RPATH_ENVVAR): Include Darwin case.
5800 * configure: Regenerate.
5801
5802 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5803
5804 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5805 * configure: Regenerate.
5806
5807 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5808
5809 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5810 gcc_version, and gcc_version_trigger from set of flags to pass.
5811 * Makefile.tpl: Remove definitions of above variables.
5812 (config.status): Remove dependency on $(gcc_version_trigger).
5813 * Makefile.in: Regenerate.
5814 * configure.in: Do not reference config/gcc-version.m4 nor
5815 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5816 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5817 * configure: Regenerate.
5818
5819 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5820 Andrew Pinski <pinskia@physics.uc.edu>
5821
5822 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5823 * Makefile.in: Regenerate.
5824
5825 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5826
5827 PR libgcj/20160
5828 * ltmain.sh: Avoid creating archives with components that have
5829 duplicate basenames.
5830
5831 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5832
5833 PR bootstrap/20250
5834 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5835 instead of check.
5836 * Makefile.in: Regenerate.
5837
5838 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5839
5840 Sync from gcc.
5841
5842 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5843
5844 PR bootstrap/17383
5845 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5846 * Makefile.tpl (HOST_SUBDIR): New substitution.
5847 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5848 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5849 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5850 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5851 (Host modules, Bootstrapped modules): Use it.
5852 (Build modules, Target modules): Do not create symlink trees,
5853 always configure out-of-srcdir.
5854 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5855 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5856 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5857 $(HOST_SUBDIR). Create a symlink for host_subdir.
5858
5859 * Makefile.in: Regenerate.
5860 * configure: Regenerate.
5861
5862 Merged from libada-gnattools-branch:
5863 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5864
5865 * Makefile.def: Add gnattools as a module, depending on target-libada.
5866 * Makefile.in: Regenerate.
5867 * configure.in: Include gnattools in host_tools; disable it if ada
5868 is disabled.
5869 * configure: Regenerate.
5870
5871 2005-02-23 Nick Clifton <nickc@redhat.com>
5872
5873 * configure: Regenerate.
5874
5875 2005-02-22 Paul Schlie <schlie@comcast.net>
5876
5877 * configure.in: Allow darwin targeted ports to build tk, itcl and
5878 libgui.
5879
5880 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5881
5882 PR libgcj/10353
5883 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5884 * configure: Regenerate.
5885
5886 2005-02-08 Andrew Cagney <cagney@gnu.org>
5887
5888 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5889 gdb/ section. Update GDB's URL.
5890
5891 2005-01-31 Andrew Cagney <cagney@gnu.org>
5892
5893 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5894
5895 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5896
5897 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5898 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5899 target-libgloss when not *-*-elf and *-*-aout.
5900 * configure: Regenerate.
5901
5902 2005-01-27 Andrew Cagney <cagney@gnu.org>
5903
5904 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5905
5906 2005-01-24 Andrew Cagney <cagney@gnu.org>
5907
5908 * gettext.m4: Only fall back to ../intl/ when it's present.
5909
5910 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5911
5912 * install-sh, config.sub: Import from upstream.
5913
5914 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5915
5916 PR bootstrap/18222
5917 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5918 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5919 * Makefile.in: Regenerate.
5920
5921 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5922
5923 Revert 2004-12-28 Makefile changes, a better fix will be
5924 applied to mainline and src after GCC 4.0 branches.
5925
5926 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5927
5928 PR bootstrap/17383
5929
5930 * Makefile.def (target_modules): Remove stage parameter,
5931 it is always true now.
5932 * Makefile.tpl (configure-build-[+module+],
5933 configure-target-[+module+]): Always build symlink tree
5934 for the directory and for include. BUILD_SUBDIR and
5935 TARGET_SUBDIR cannot be . anymore.
5936 * Makefile.in: Regenerate.
5937
5938 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5939
5940 Revert 2004-12-08 Makefile changes.
5941
5942 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5943
5944 * configure.in (sh64-*-*): Reenable gprof.
5945 * configure: Regenerate.
5946
5947 2004-12-09 Jim Blandy <jimb@redhat.com>
5948
5949 * MAINTAINERS: List 'depcomp' as part of automake.
5950
5951 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5952
5953 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5954 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5955 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5956 * Makefile.in: Regenerate.
5957
5958 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5959
5960 * Makefile.tpl: Generate normal dependencies if the LHS module is
5961 not bootstrapped.
5962 * Makefile.in: Regenerate.
5963
5964 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5965
5966 * configure.in: Include config/gxx-include-dir.m4. Use
5967 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5968 * configure: Regenerate.
5969
5970 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5971
5972 * config.if: Delete.
5973 * configure.in: Set libstdcxx_incdir directly.
5974 * configure: Regenerate.
5975 * MAINTAINERS: Remove mention of config.if.
5976 * src-release (DEVO_SUPPORT): Remove config.if.
5977
5978 2004-12-02 Eric Christopher <echristo@redhat.com>
5979
5980 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5981 of things to remove.
5982 * Makefile.in: Regenerate.
5983
5984 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5985
5986 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5987 * configure: Regenerate.
5988
5989 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5990
5991 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5992 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5993 * configure: Regenerate.
5994
5995 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5996
5997 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5998 (hppa*64*-*-*): Delete incorrect comment.
5999 * configure: Rebuilt.
6000
6001 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6002
6003 * install-sh, compile: Import from automake.
6004
6005 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6006
6007 * config.guess, config.sub: Import from savannnah.
6008
6009 2004-11-12 Mike Stump <mrs@apple.com>
6010
6011 * Makefile.def: Add html support.
6012 * Makefile.tpl: Likewise.
6013 * Makefile.in: Regenerate.
6014
6015 2004-11-11 Geoffrey Keating <geoffk@apple.com>
6016
6017 PR 18423
6018 * configure.in: Remove all instances of build-fixincludes from
6019 noconfigdirs.
6020 (build_configargs): Supply --target to subdirectories.
6021 * configure: Regenerate.
6022
6023 * Makefile.def: Make gcc install depend on fixincludes install.
6024 * Makefile.in: Regenerate.
6025
6026 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6027
6028 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6029 target-libgfortran.
6030 * configure: Regenerate.
6031
6032 2004-11-07 David Edelsohn <edelsohn@gnu.org>
6033
6034 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6035 like CC.
6036
6037 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
6038
6039 * Makefile.def (host fixincludes): Specify missing targets.
6040 * Makefile.in: Regenerate.
6041
6042 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6043
6044 PR other/17783
6045 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6046 * configure: Regenerated.
6047
6048 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6049
6050 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6051 * configure: Regenerated.
6052
6053 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6054
6055 PR target/18151
6056 * configure.in (case ${target}): Do not build fixincludes for avr.
6057 * configure: Regenerated.
6058
6059 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6060
6061 * configure.in (case ${target}): Do not build fixincludes
6062 on platforms where it is not used.
6063 * configure: Regenerated.
6064
6065 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6066
6067 * configure.in: Use an absolute path to install-sh.
6068 * configure: Regenerated.
6069
6070 2004-10-19 Andrew Cagney <cagney@gnu.org>
6071
6072 * src-release (do-djunpack, do-md5sum): Install the generated file
6073 directly into the proto-toplev/ directory.
6074
6075 2004-10-19 Andrew Cagney <cagney@gnu.org>
6076
6077 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6078
6079 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6080
6081 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6082 * configure: Regenerate.
6083
6084 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6085
6086 Fix wrong conflict resolution in:
6087
6088 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6089
6090 * Makefile.in: Regenerate.
6091 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6092 in the recursive `make', instead of hardwiring `all'.
6093 (Autogenerated TARGET-* variables): New.
6094
6095 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6096
6097 Merged from GCC / libtool upstream:
6098 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6099 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6100 * ltcf-cxx.sh (tpf*): Likewise.
6101 * ltconfig (tpf*): Add TPF OS configuration support.
6102
6103 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6104
6105 * configure.in: Enable target-libgloss for crx-*-*.
6106 * configure: Regenerate.
6107
6108 2004-09-24 Michael Roth <mroth@nessie.de>
6109
6110 * configure.in (--without-headers): Add missing double quotes.
6111 * configure: Regenerate.
6112
6113 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6114
6115 * ylwrap: Revert to previous version.
6116
6117 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6118
6119 PR bootstrap/17369
6120 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6121 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6122 SET_GCC_LIB_PATH_CMD.
6123 (BASE_TARGET_EXPORTS): Likewise.
6124 * Makefile.in: Regenerated.
6125
6126 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6127 * configure: Regenerated.
6128
6129 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6130
6131 * config.guess: New upstream version
6132 * compile, depcomp, install-sh, ylwrap: Likewise.
6133
6134 2004-09-19 Roger Sayle <roger@eyesopen.com>
6135
6136 * config/mh-x86omitfp: New host makefile fragment. Add
6137 -fomit-frame-pointer to the default BOOT_CFLAGS.
6138 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6139 * configure: Regenerate.
6140
6141 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6142
6143 PR target/11572
6144 * configure.in (*-*-darwin*): Renable libobjc.
6145 * configure: Regenerate.
6146
6147 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6148
6149 * Makefile.def: Remove libbanshee.
6150 * Makefile.tpl: Ditto.
6151 * configure.in: Ditto.
6152 * Makefile.in: Regen.
6153 * configure: Ditto.
6154
6155 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6156
6157 * missing: Import latest version from master repository.
6158
6159 2004-09-04 Nick Clifton <nickc@redhat.com>
6160
6161 * config.sub: Import latest version from master repository.
6162 * config.guess: Likewise.
6163 This includes these changes:
6164
6165 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6166
6167 * config.sub: Handle crisv32, alias etraxfs.
6168 * config.guess (crisv32:Linux:*:*): Handle.
6169
6170 2004-08-13 Brad Smith <brad@comstyle.com>
6171
6172 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6173 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6174
6175 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6176
6177 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6178 assume the processor is a powerpc. This is because coreutils
6179 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6180 in this case, due to a MacOS X bug that causes
6181 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6182 to return a negative number.
6183 Problem reported by Petter Reinholdtsen in:
6184 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6185
6186 2004-07-19 Ben Elliston <bje@gnu.org>
6187
6188 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6189
6190 2004-06-24 Ben Elliston <bje@gnu.org>
6191
6192 * config.guess: Update copyright years.
6193 * config.sub: Likewise.
6194
6195 2004-06-22 Robert Millan <robertmh@gnu.org>
6196
6197 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6198 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6199
6200 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6201
6202 * config.guess (*:*VMS:*:*): New entry. Replaces
6203 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6204 manufacturer.
6205
6206 2004-06-22 Ben Elliston <bje@gnu.org>
6207
6208 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6209 * config.sub: Likewise.
6210
6211 2004-06-22 Ben Elliston <bje@gnu.org>
6212
6213 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6214 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6215
6216 2004-06-11 Ben Elliston <bje@gnu.org>
6217
6218 * config.guess (pegasos:OpenBSD:*:*): Remove.
6219
6220 2004-06-11 Ben Elliston <bje@gnu.org>
6221
6222 From Wouter Verhelst <wouter@grep.be>:
6223 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6224
6225 2004-06-11 Ben Elliston <bje@gnu.org>
6226
6227 * config.guess (luna88k:OpenBSD:*:*): New.
6228
6229 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6230
6231 * config.guess (m32r*:Linux:*:*): New case.
6232 * config.sub: Handle m32rle.
6233
6234 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6235
6236 From Jens Petersen <petersen@redhat.com>:
6237 * config.sub: Handle sparcv8.
6238
6239 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6240
6241 From Tom Smith <smith@cag.lkg.hp.com>:
6242 * config.guess: Version suffixes are equally significant on Tru64
6243 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6244 prefix of "P" (patched kernel).
6245
6246 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6247
6248 * config.sub: Add support for National Semiconductor CRX target.
6249
6250 2004-09-03 Jan Beulich <jbeulich@novell.com>
6251
6252 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6253 *-*-netware, but add target-libmudflap.
6254 Consolidate *-*-netware targets (of which really only i?86 exists)
6255 into a single entry.
6256 * configure: Likewise.
6257
6258 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6259
6260 * Makefile.tpl (sorry): Remove.
6261 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6262 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6263 (do-clean): Clean per-stage directories too.
6264 (do-distclean): Run distclean-stage1 too.
6265 (.NOTPARALLEL): Enable during toplevel bootstrap.
6266 (stage[+id+]-bubble): Enable parallel execution during
6267 the recursive invocation.
6268 * Makefile.in: Regenerate.
6269
6270 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6271
6272 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6273
6274 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6275 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6276 * configure: regenerate
6277 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6278 -mdynamic-no-pic
6279
6280 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6281
6282 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6283 include.
6284 * configure.in: Fix indentation.
6285 * configure: Regenerate.
6286
6287 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6288
6289 * Makefile.def (build_modules): Add fixincludes.
6290 (dependencies): Make gcc depend on fixincludes.
6291 * configure.in (build_tools): Add fixincludes.
6292 (build_configdirs): Always include build_libs.
6293 * Makefile.in: Regenerate.
6294 * configure: Regenerate.
6295
6296 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6297
6298 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6299 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6300 phony targets; do not generate timestamp files.
6301 (distclean-stageN): Remove references to their timestamp files.
6302 (restageN, touch-stageN): Remove.
6303 (stageN-bubble): Rewritten.
6304 (compare): Support lean bootstraps.
6305 * Makefile.in: Regenerate.
6306
6307 * configure.in: Only warn when bootstrapping but
6308 build != host or build != target. Support lean bootstraps.
6309 * configure: Regenerate.
6310
6311 Sync from gcc:
6312 2004-08-26 Phil Edwards <phil@codesourcery.com>
6313
6314 * configure.in: Give a better error message if GMP/MPFR are missing
6315 and a language needing them has been requested.
6316 * configure: Regenerated.
6317
6318 2004-08-25 Phil Edwards <phil@codesourcery.com>
6319
6320 * configure.in: Print a list of available language front-ends if
6321 a requested one is missing. Tidy stray tab characters.
6322 * configure: Regenerated.
6323
6324 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6325
6326 * Makefile.in: Regenerate.
6327 * configure: Regenerate.
6328
6329 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6330 stage_*_flags.
6331 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6332 for bootstrapped modules if toplevel bootstrap is going.
6333 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6334 modules. Adjust for changes in Makefile.def. Enable several
6335 rules even in non-bootstrap mode, just to avoid peppering the
6336 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6337 (stage-[+prev+]-bubble): Remove.
6338
6339 * Makefile.def (Dependencies): Depend on all-build-bison,
6340 all-build-flex, all-build-byacc, all-build-texinfo, rather
6341 than the host variations.
6342 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6343 with BUILD_SUBDIR.
6344 (BISON): Update for recent Bisons.
6345 (YACC): Fix typo.
6346 (cross): Depend on all-build.
6347 (all): Do not depend on all-build.
6348 (prebootstrap): Remove.
6349 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6350 (Prebootstrap dependencies): Add them to the per-stage targets
6351 and to all-prebootstrap.
6352 * configure.in (build_configdirs): Always enable build_tools.
6353 (BUILD_DIR_PREFIX): Remove.
6354
6355 * Makefile.def (gcc): Add target variable.
6356 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6357 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6358 in the recursive `make', instead of hardwiring `all'.
6359 (Autogenerated TARGET-* variables): New.
6360
6361 2004-08-17 Robert Millan <robertmh@gnu.org>
6362
6363 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6364 (instead of FreeBSD).
6365 * configure: Regenerate.
6366
6367 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6368
6369 * Makefile.def, configure.in, src-release: Remove useless, bogus
6370 references to tix.
6371 * Makefile.in, configure: Regenerate.
6372
6373 * src-release: Stop distributing mmalloc with gdb (which doesn't
6374 use it).
6375 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6376 * Makefile.in: Regenerate.
6377
6378 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6379
6380 * configure.in (arm*-*-eabi*): New target.
6381 * configure: Regenerate.
6382
6383 2004-08-01 Robert Millan <robertmh@gnu.org>
6384
6385 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6386 libmudflap for all GNU-based systems (with Glibc).
6387 * configure: Regenerate.
6388
6389 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6390
6391 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6392 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6393 (Dependencies): New section.
6394 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6395 (configure-target-[+module+]): Depend on maybe-all-gcc
6396 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6397 (toplevel profiledbootstrap): Fix dependencies.
6398 * Makefile.in: Regenerate.
6399
6400 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6401
6402 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6403 target-libiberty to noconfigdirs.
6404
6405 2004-08-03 Paul Brook <paul@codesourcery.com>
6406
6407 * configure.in: Check for MPFR as well as GMP.
6408 * configure: Regenerate.
6409
6410 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6411
6412 * Makefile.def (host-modules): Add gcc.
6413 * Makefile.in: Regenerate.
6414 * Makefile.tpl (sorry): New rule.
6415 (configure-host, all-host, [+make_target+]-host, do-check,
6416 install-host): Do not add gcc as a special case.
6417 (host modules): Add a small special-casing for gcc. Export
6418 extra_make_flags through the environment.
6419 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6420 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6421 other recursive targets for gcc): Remove.
6422
6423 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6424 (stage, unstage): New rules.
6425 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6426 distclean-stage[+id+]): Use stage_current.
6427 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6428 the stage*-start rules.
6429
6430 2004-07-19 Robert Millan <robertmh@gnu.org>
6431
6432 Synced from gcc:
6433
6434 2004-04-26 Robert Millan <robertmh@gnu.org>
6435
6436 Add patches from libtool CVS.
6437 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6438 * ltconfig: Likewise.
6439 * ltcf-c.sh: Likewise.
6440 * ltcf-cxx.sh: Likewise.
6441 * ltcf-gcj.sh: Likewise.
6442
6443 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6444
6445 * configure.in: Add noconfigdirs for crx-*-*.
6446 * configure: Regenerate.
6447
6448 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6449
6450 Synced from gcc:
6451
6452 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6453
6454 * configure.in: Build libmudflap by default on FreeBSD.
6455 * configure: Regenerated.
6456
6457 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6458
6459 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6460 systems.
6461 * configure: Regenerated.
6462
6463 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6464
6465 PR target/16344
6466 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6467 feedback based compiler.
6468 * Makefile.in: Rebuilt.
6469
6470 2004-07-05 Phil Edwards <phil@codesourcery.com>
6471
6472 * configure.in: Do not prepend $srcdir to /dev/null in
6473 makefile fragments.
6474 * configure: Regenerate.
6475
6476 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6477
6478 * Makefile.def (host_modules): Set bootstrap=true for flex.
6479 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6480 * Makefile.in: Rebuilt.
6481
6482 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6483
6484 * Makefile.def (build_modules): Add bison, byacc, flex,
6485 m4, texinfo.
6486 (flags_to_pass): Add FLEX.
6487 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6488 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6489 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6490 DEFAULT_MAKEINFO): Remove.
6491 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6492 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6493 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6494 objdir or else use configured tool.
6495 (all-build): New.
6496 (all): Depend on it.
6497 (Build module dependencies): Add.
6498 * Makefile.in: Regenerate.
6499 * configure.in: Better support for multiple build modules,
6500 matching what is done for host/target modules. Do not look
6501 for "plausible" locations of build tools if Canadian cross.
6502 Use autoconf's AC_PROG_CC to find a C compiler. Define
6503 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6504 * configure: Regenerate.
6505
6506 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6507
6508 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6509 * Makefile.in: Regenerate.
6510
6511 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6512
6513 * Makefile.tpl (configure-build-[+module+],
6514 configure-[+module+], configure-target-[+module+]): Pass
6515 [+extra_configure_args+].
6516 (all-build-[+module+], all-[+module+], check-[+module+],
6517 install-[+module+], [+make_target+]-[+module+],
6518 all-target-[+module+], check-target-[+module+],
6519 install-target-[+module+], [+make_target+]-target-[+module+]):
6520 Pass [+extra_make_args+].
6521 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6522 (GCC_HOST_EXPORTS): Remove.
6523 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6524 cross, check-gcc, check-gcc-c++, install-gcc,
6525 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6526 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6527 * Makefile.in: Regenerate.
6528
6529 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6530
6531 * configure.in: Check for srcdir/winsup rather than build directory
6532 winsup.
6533 * configure: Regenerate.
6534
6535 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6536
6537 * configure.in: Don't build Cygwin native newlib if winsup
6538 directory is missing. Emit warning instead.
6539 * configure: Regenerate.
6540
6541 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6542
6543 * Makefile.tpl (touch-stage[+id+]): New.
6544 (restage[+prev+]): Depend on touch-stage[+id+].
6545
6546 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6547 Use it throughout.
6548
6549 * Makefile.def: Add profile and feedback bootstrap stages.
6550 Remove next field from bootstrap stages.
6551 * Makefile.tpl (LN, LN_S): Substitute.
6552 (stageN-start, stageN-end): Use double-colon rules, to
6553 provide a hook for additional setup commands.
6554 (distclean-stageN-gcc, restageN): Create dependencies from
6555 [+prev+], not from [+next+].
6556 (stageN-bubble): Add commands for successive stages from
6557 [+prev+], using double-colon rules.
6558 (all-stageN-gcc): Fix typo.
6559 (stagefeedback-start, profiledbootstrap): New.
6560 * Makefile.in: Regenerate.
6561 * configure.in: Call ACX_PROG_LN.
6562 * configure: Regenerate.
6563
6564 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6565
6566 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6567 without gcc.
6568 * configure: Regenerate.
6569
6570 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6571
6572 * Makefile.tpl: Fix typo.
6573 * Makefile.in: Regenerate.
6574
6575 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6576
6577 * configure.in: Remove new- prefix from toplevel
6578 bootstrap targets.
6579 * configure: Regenerate.
6580
6581 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6582
6583 Merge this patch from the gcc tree:
6584
6585 2004-05-30 Andreas Jaeger <aj@suse.de>
6586 Jim Wilson <wilson@specifixinc.com>
6587
6588 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6589 like CC.
6590
6591 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6592
6593 * Makefile.tpl (all.normal): Rename to all.
6594 (all): Replace with a rule to pick the default
6595 target from configure.
6596 (all-gcc, configure-gcc): Use conditionals to
6597 do nothing when toplevel bootstrap is going on.
6598 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6599 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6600 * configure.in: Support --enable-bootstrap.
6601
6602 * Makefile.def: Remove new- prefix from toplevel
6603 bootstrap targets.
6604 * Makefile.tpl: Likewise.
6605
6606 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6607 target.
6608
6609 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6610 $(RECURSE_FLAGS) to recursive invocation of make.
6611
6612 * Makefile.in: Regenerate.
6613 * configure: Regenerate.
6614
6615 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6616
6617 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6618 * configure: Regenerate.
6619
6620 2004-05-25 Daniel Jacobowitz <drow@false.org>
6621
6622 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6623 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6624 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6625 targets.
6626 * Makefile.in: Regenerate.
6627
6628 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6629
6630 * configure.in: Test the ability to symlink directories.
6631 * configure: Regenerate.
6632
6633 * Makefile.def (bootstrap-stage): New definitions.
6634 * Makefile.tpl (configure-stage1-gcc,
6635 configure-stage2-gcc, configure-stage3-gcc,
6636 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6637 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6638 new-restage3, compare): Autogenerate, see Makefile.in
6639 entry for behavioral changes.
6640 (distclean-stage1, new-stage1-start, new-stage1-end,
6641 new-stage1-bubble, distclean-stage2, new-stage2-start,
6642 new-stage2-end, new-stage2-bubble, distclean-stage3,
6643 new-stage3-start, new-stage3-end): New autogenerated targets.
6644 (objext, prebootstrap, BOOT_CFLAGS,
6645 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6646 targets.
6647
6648 * Makefile.in: Regenerate.
6649 (distclean-stage1, new-stage1-start, new-stage1-end,
6650 new-stage1-bubble, distclean-stage2, new-stage2-start,
6651 new-stage2-end, new-stage2-bubble, distclean-stage3,
6652 new-stage3-start, new-stage3-end): New targets.
6653 (all-stage1-gcc): Move prebootstrap dependency from here...
6654 (configure-stage1-gcc): ...to here.
6655 (new-bootstrap): Use bubble targets.
6656 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6657 Use per-stage distclean targets.
6658 (configure-stage1-gcc, configure-stage2-gcc,
6659 configure-stage3-gcc, all-stage1-gcc,
6660 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6661 Use new-stageN-start to prepare the tree.
6662
6663 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6664
6665 * Makefile.def (host_modules): add libcpp.
6666 * Makefile.tpl: Add dependencies on and for libcpp.
6667 * Makefile.in: Regenerate.
6668 * configure.in: Add libcpp host module.
6669 * configure: Regenerate.
6670
6671 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6672
6673 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6674 of libf2c.
6675 * configure, Makefile.in: Regenerate.
6676
6677 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6678
6679 Merge from tree-ssa-20020619-branch.
6680
6681 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6682 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6683 (HOST_GMPLIBS): Define.
6684 (HOST_GMPINC): Define.
6685 (TARGET_LIB_PATH): Add libmudflap.
6686 (GFORTRAN_FOR_TARGET): Define.
6687 (configure-build*): Export GFORTRAN.
6688 (configure-gcc): Export GMPLIBS and GMPINC.
6689 (all-gcc): Add maybe-all-libbanshee.
6690 (configure-target-libgfortran): Define.
6691 * Makefile.in: Regenerate.
6692 * configure.in (host_libs): Add libbanshee.
6693 (target_libraries): Add target-libmudflap and target-libgfortran.
6694 Add --with-libbanshee.
6695 Handle --disable-libmudflap.
6696 (*-*-freebsd*): Use with_gmp.
6697 Add $(libgcj) to noconfigdirs.
6698 * configure: Regenerate.
6699 * depcomp: New file.
6700 * MAINTAINERS: Add tree-ssa maintainers.
6701
6702 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6703
6704 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6705 * configure: Regenerate.
6706
6707 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6708
6709 Revert:
6710 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6711
6712 * Makefile.def (flags_to_pass): Remove *dir variables that
6713 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6714 as well as prefix and exec_prefix.
6715 * Makefile.in: Regenerate.
6716
6717 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6718
6719 * Makefile.def (host_modules): Mark with the bootstrap
6720 flag packages on which gcc depends.
6721 * Makefile.tpl (all-bootstrap): Use it.
6722 * Makefile.in: Regenerate.
6723
6724 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6725
6726 * Makefile.def (flags_to_pass): Remove *dir variables that
6727 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6728 as well as prefix and exec_prefix.
6729 * Makefile.in: Regenerate.
6730
6731 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6732
6733 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6734 * configure: Regenerate.
6735 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6736 * gcc/Makefile.tpl (compare): Use the result of the test.
6737 * gcc/Makefile.in: Regenerate.
6738
6739 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6740
6741 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6742 Always relocate gcc and prev-gcc to the original names, even
6743 if the build fails.
6744 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6745 New targets.
6746
6747 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6748
6749 * configure.in (mips*-*-irix5*): Enable ld.
6750 * configure: Regenerate.
6751
6752 2004-04-15 James E Wilson <wilson@specifixinc.com>
6753
6754 * Makefile.tpl (configure-[+module+], configure-gcc,
6755 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6756 Set and export LDFLAGS.
6757 * Makefile.in: Regenerate.
6758
6759 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6760
6761 PR bootstrap/14871
6762 * Makefile.tpl: If we don't have built-in-tree target tools,
6763 use the ones found by configure rather than hacking around with
6764 program_transform_name.
6765 * configure.in: Give Makefile.tpl the information necessary
6766 to do that.
6767 * Makefile.in: Regenerate.
6768 * configure: Regenerate.
6769
6770 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6771
6772 PR bootstrap/14760
6773 * configure.in: When computing baseargs, strip *all* copies of
6774 offending options. Also, don't match/substitute the trailing space,
6775 so that this actually works when two similar options are separated by
6776 only one space.
6777 * configure: Regenerate.
6778
6779 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6780
6781 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6782 (rs6000-*-aix*): Same.
6783 * configure: Regenerate.
6784
6785 2004-03-25 Stan Shebs <shebs@apple.com>
6786
6787 Remove MPW support, no longer used.
6788 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6789 mpw-install: Remove files.
6790 * src-release (DEVO_SUPPORT): Remove names of removed files.
6791 * MAINTAINERS: Likewise.
6792
6793 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6794
6795 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6796 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6797 * Makefile.in: Regenerate.
6798
6799 * configure.in (top level bootstrap support): Rework --enable-werror
6800 to set @stage2_werror_flag@.
6801 * configure: Regenerate.
6802 * Makefile.tpl (top level bootstrap support): Pass
6803 @stage2_werror_flag@ down to configure in stages 2 and 3.
6804 * Makefile.in: Regenerate.
6805
6806 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6807
6808 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6809 for stages 2 and 3 as well as in make. As a consequence, remove
6810 OUTPUT_OPTION (now detected by configure) from the flags passed down
6811 to make.
6812 * Makefile.in: Regenerate.
6813
6814 * Makefile.tpl (new-bootstrap): Fix typo.
6815 * Makefile.in: Regenerate.
6816
6817 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6818
6819 * Makefile.tpl: Rearrange by moving recursive_targets rules
6820 into their proper sections.
6821 * Makefile.tpl (top level bootstrap support): Move disabling
6822 of coverage flags from 'make' to 'configure'; improve comments.
6823 * Makefile.in: Regenerate.
6824
6825 * Makefile.tpl (experimental top level bootstrap) Move stage1
6826 language setting from all- target to configure- target; disable
6827 intermodule optimization in stage 1; prevent gratuitous rebuilds
6828 of stage 1.
6829 * Makefile.in: Regenerate.
6830 * configure.in: Comma-separate stage 1 language list for top
6831 level bootstrap.
6832 * configure: Regenerate.
6833
6834 * Makefile.tpl: Clean up experimental top level bootstrap support:
6835 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6836 prev-gcc in configure- targets as well as all- targets.
6837 * Makefile.in: Regenerate.
6838
6839 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6840
6841 * configure.in: Remove symbolic link section.
6842 * configure: Regenerate.
6843 * Makefile.tpl (links): Remove.
6844 * Makefile.in: Regenerate.
6845
6846 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6847 Nathanael Nerode <neroden@gcc.gnu.org>
6848
6849 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6850 Set with AC_CHECK_PROGS.
6851 * configure.in: Fix comment typo from last patch.
6852 * configure: Regenerate.
6853
6854 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6855
6856 * Makefile.tpl: Introduce experimental top level bootstrap support.
6857 * Makefile.in: Regenerate.
6858 * configure.in: Introduce support for top level bootstrap.
6859 * configure: Regenerate.
6860
6861 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6862 Paolo Bonzini <bonzini@gnu.org>
6863
6864 PR bootstrap/14522
6865 * configure.in: Cope with shells that do not support unquoted ^
6866 * configure: Regenerate.
6867
6868 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6869 Paolo Bonzini <bonzini@gnu.org>
6870
6871 PR bootstrap/14522
6872 * configure.in: Cope with shell that do not support nesting
6873 quotes inside quoted backquote substitutions.
6874 * configure: Regenerate.
6875
6876 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6877
6878 PR bootstrap/14522
6879 * configure.in: Fix escaping of $.
6880 * configure: Regenerate.
6881
6882 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6883
6884 * configure: Regenerate.
6885
6886 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6887
6888 PR ada/14131
6889 Move language detection to the top level.
6890 * configure.in: Find default values for the tools as
6891 soon as possible. Disable ada if GNAT is not found.
6892 Emit error message about missing languages. Expand
6893 --enable-languages=all for the gcc subdirectory.
6894
6895 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6896
6897 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6898 and disable libgcj.
6899 * configure: Regenerated.
6900
6901 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6902
6903 PR bootstrap/7087
6904 * Makefile.tpl: Guard XFOO sed statements better.
6905 * Makefile.tpl: Add dependency for configure-target-libada.
6906 * Makefile.in: Regenerate (incidentally fixes broken
6907 commit when libada-branch was merged).
6908
6909 2004-02-28 Andrew Cagney <cagney@redhat.com>
6910
6911 * src-release (CVS_NAMES): Define.
6912 (do-tar, do-tar): Prune $(CVS_NAMES).
6913
6914 2004-02-23 Andrew Cagney <cagney@redhat.com>
6915
6916 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6917 2004-02-19.09.
6918
6919 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6920
6921 PR bootstrap/11932
6922 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6923
6924 2004-02-19 Andrew Cagney <cagney@redhat.com>
6925
6926 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6927 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6928
6929 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6930
6931 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6932 (rs6000-*-aix*): Same.
6933 * configure: Regenerate.
6934
6935 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6936
6937 * configure.in (host): Add in missing $noconfigdirs to defines.
6938 * configure: Regenerate.
6939
6940 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6941 Nathanael Nerode <neroden@gcc.gnu.org>
6942
6943 PR ada/6637, PR ada/5911
6944 Merge with libada-branch:
6945 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6946 with appropriate dependencies. Add --enable-libada configure switch.
6947 * configure, Makefile.in: Regenerate.
6948
6949 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6950
6951 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6952 * configure: Regenerate.
6953
6954 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6955
6956 * COPYING.NEWLIB: Update Red Hat license to 2004.
6957
6958 2004-01-23 DJ Delorie <dj@redhat.com>
6959
6960 * Makefile.def (target_modules) [libiberty]: Don't stage.
6961 * Makefile.in: Rebuilt.
6962
6963 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6964
6965 * COPYING.NEWLIB: Update to include copyrights for new
6966 iconv code.
6967
6968 2004-01-15 Andrew Cagney <cagney@redhat.com>
6969
6970 * src-release: Update copyright year.
6971 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6972 (NEWLIB_SUPPORT_DIRS): Delete macro.
6973 (newlib.tar.bz2): Delete rule.
6974
6975 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6976
6977 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6978 * Makefile.tpl (configure-target-[+module+]): Support stage.
6979 * Makefile.in: Rebuilt.
6980
6981 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6982
6983 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6984 throughout.
6985
6986 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6987
6988 * configure.in: Use ./config.cache, not config.cache.
6989 * configure: Regenerate.
6990 * Makefile.tpl: Special-casing not needed for GCC any more.
6991 * Makefile.in: Regenerate.
6992
6993 * configure.in: Don't share a cache file for host dirs.
6994 * configure: Regenerate.
6995
6996 * config-ml.in: Don't mess with the cache file.
6997
6998 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6999
7000 * Makefile.tpl: Make GCC use a separate config.cache.
7001 * Makefile.in: Regenerate.
7002
7003 PR bootstrap/11932, PR bootstrap/11933
7004 (I don't know if it will fix either of them, but it relates
7005 to them.)
7006 * configure.in: Don't use shared config.cache for target
7007 directories.
7008 * configure: Regenerate.
7009
7010 2003-12-31 Roger Sayle <roger@eyesopen.com>
7011
7012 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7013 * configure: Regenerated.
7014
7015 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7016
7017 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7018 * configure: Regenerated.
7019
7020 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7021
7022 Port change over from GCC:
7023 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7024 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7025 (configure-build-[+module+], configure-[+module+]): Likewise.
7026 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7027 * Makefile.in: Regenerate.
7028
7029 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7030
7031 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7032 * configure: Regenerate.
7033
7034 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
7035
7036 * COPYING.NEWLIB: Add license info for long long routines added to
7037 stdlib.
7038
7039 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7040
7041 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7042 * Makefile.in: Regenerate.
7043
7044 2003-10-20 Phil Edwards <phil@codesourcery.com>
7045
7046 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7047 * configure: Regenerate.
7048
7049 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7050
7051 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7052 HOST_FLAGS_TO_PASS.
7053 * Makefile.in: Regenerate.
7054
7055 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7056
7057 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7058 * configure: Rebuilt
7059 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7060 * Makefile.in: Rebuilt
7061
7062 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7063
7064 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7065
7066 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7067
7068 * config-ml.in: Use ac_configure_args directly instead of
7069 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7070 actually seen.
7071
7072 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7073
7074 * config-ml.in: Propagate INSTALL variables.
7075
7076 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7077
7078 * configure.in: Pass a computed --program-transform-name
7079 to subconfigures.
7080 * configure: Regenerated.
7081
7082 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7083
7084 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7085 * Makefile.in: Regenerate.
7086
7087 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7088 * Makefile.in: Regenerate.
7089
7090 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7091
7092 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7093 quoting.
7094 * configure: Regenerated.
7095
7096 2003-09-12 Michael Chastain <mec@shout.net>
7097
7098 Fix PR gdb/857.
7099 * src-release (do-proto-topleve): Remove junk files
7100 intl/config.cache, intl/config.status,
7101 intl/config.h, intl/stamp-h.
7102
7103 2003-09-14 Andrew Cagney <cagney@redhat.com>
7104
7105 * src-release (dejagnu.tar): New target.
7106 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7107 (do-djunpack): Use $(PACKAGE) for the package name.
7108
7109 2003-09-04 DJ Delorie <dj@redhat.com>
7110
7111 * configure: Regenerate.
7112
7113 2003-09-04 Robert Millan <robertmh@gnu.org>
7114
7115 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7116
7117 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7118
7119 * configure.in: Ensure arguments to sed are properly spaced.
7120 * configure: Regenerate.
7121
7122 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7123
7124 Merge from gcc:
7125 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7126 * install-sh: Update to newer upstream versions (associated with
7127 aclocal 1.7).
7128 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7129
7130 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7131
7132 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7133 * configure: Regenerated.
7134
7135 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7136
7137 * configure.in: Use newline instead of semicolon when assuming
7138 shell arguments in a for loop.
7139 * configure: Regenerated.
7140
7141 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7142
7143 PR 8180
7144 * configure.in: When testing with_libs and with_headers, treat
7145 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7146 * configure: Regenerate.
7147
7148 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7149 make, shell, etc.
7150 (baseargs): Likewise.
7151 * configure: Regenerate.
7152
7153 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7154
7155 * configure.in: Disable libgcj for darwin not on powerpc.
7156 * configure: Rebuild.
7157
7158 2003-08-15 Michael Chastain <mec@shout.net>
7159
7160 * src-release (do-proto-toplev): Remove junk files
7161 dejagnu/example/calc/config.status,
7162 dejagnu/example/calc/config.log.
7163
7164 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7165
7166 * config-ml.in, symlink-tree: Add license.
7167
7168 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7169
7170 Merge from gcc:
7171
7172 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7173 * Makefile.tpl (check, check-c++): Express dependencies using
7174 dependencies rather than commands.
7175 * Makefile.in: Regenerate.
7176
7177 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7178 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7179 * Makefile.in: Update.
7180
7181 2003-08-01 Andrew Cagney <cagney@redhat.com>
7182
7183 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7184 * configure: Ditto.
7185
7186 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7187
7188 * configure.in: Enable libgcj for darwin.
7189 * configure: Rebuild.
7190
7191 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7192
7193 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7194
7195 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7196
7197 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7198 creating target and build subdirs to build all parent dirs as needed.
7199 * Makefile.in: Rebuild.
7200 * configure.in: Don't build dirs explicitly here.
7201 * configure: Rebuild.
7202
7203 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7204
7205 * Makefile.tpl (all-make): Depend on intl.
7206 * Makefile.in: Rebuilt.
7207
7208 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7209
7210 * config.if: Remove unused libc_interface determination.
7211
7212 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7213
7214 * Makefile.in: Regenerate, correctly this time.
7215
7216 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7217
7218 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7219 unused INSTALL_PROGRAM_ARGS.
7220 * configure.in: Use AC_PROG_INSTALL.
7221 * Makefile.in: Regenerate.
7222 * configure: Regenerate.
7223
7224 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7225
7226 * configure: Rebuilt.
7227 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7228 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7229 newlib nor libgloss.
7230 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7231 * configure.in (am33_2.0-*-linux*): Added.
7232
7233 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7234
7235 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7236 * configure: Regenerate.
7237
7238 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7239
7240 * config-ml.in: Replace PWD with PWD_COMMAND.
7241 * Makefile.tpl: Likewise.
7242 * Makefile.in: Regenerated.
7243
7244 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7245
7246 * configure.in: Clean up config-lang.in handling. Delete
7247 useless assignment to "subdirs".
7248 * configure: Regenerate.
7249
7250 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7251
7252 * configure.in: Rename 'target_libs' to 'target_libraries'.
7253 Remove useless reference to 'target_libs'.
7254 * configure: Regenerate.
7255
7256 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7257
7258 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7259 * Makefile.in: Regenerate.
7260
7261 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7262
7263 * Makefile.def: Introduce flags_to_pass.
7264 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7265 * Makefile.in: Regenerate.
7266
7267 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7268
7269 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7270 and target-libgloss.
7271 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7272 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7273 * configure: Regenerate.
7274
7275 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7276
7277 * configure.in: Update testsuite_flags to new location.
7278 * configure. Regenerate.
7279
7280 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7281
7282 * Makefile.tpl: Remove BUILD_CC stuff.
7283 * Makefile.in: Regenerate.
7284
7285 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7286
7287 * config.guess: Update to 2003-06-12 version.
7288 * config.sub: Update to 2003-06-13 version.
7289
7290 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7291
7292 * MAINTAINERS: Add myself as MIPS co-maintainer.
7293
7294 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7295
7296 * config.guess: Update to 2003-06-06 version.
7297 * config.sub: Update to 2003-06-06 version.
7298
7299 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7300
7301 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7302 * configure. Regenerate.
7303
7304 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7305
7306 * configure.in: Disable serial configure by default.
7307 * configure: Regenerate.
7308 * Makefile.tpl: Abolish .NOTPARALLEL.
7309 * Makefile.in: Regenerate.
7310
7311 * Makefile.tpl: Replace {build,host,target}_canonical by
7312 {build,host,target}.
7313 * Makefile.in: Regenerate.
7314
7315 * Makefile.tpl: Fix stupid pasto.
7316 * Makefile.in: Regenerate.
7317
7318 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7319
7320 * Makefile.tpl: Remove bogus conditional.
7321 * Makefile.in: Regenerate.
7322
7323 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7324
7325 * Makefile.tpl: Make 'recursive targets' using autogen rather
7326 than shell loop. Remove duplicate 'clean' targets and false
7327 comments.
7328 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7329 Add systematic method of specifying missing targets in subdirs.
7330 Add copyright boilerplate.
7331 * Makefile.in: Regenerate.
7332 * configure.in: Add 'recursive targets' to maybe list.
7333 * configure: Regenerate.
7334
7335 * Makefile.tpl: Rename [+target+] to [+make_target+].
7336 * Makefile.def: Rename 'target' to 'make_target'.
7337
7338 2003-05-30 Nick Clifton <nickc@redhat.com>
7339
7340 * README-maintainer-mode: Update URL for locating blessed config
7341 tools.
7342
7343 2003-05-29 Robert Millan <rmh@debian.org>
7344
7345 * ltconfig: Import this patch and modify for use with current
7346 version of ltconfig:
7347
7348 2003-05-21 Bruno Haible <bruno@clisp.org>
7349
7350 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7351 GNU/FreeBSD.
7352
7353 2003-05-28 DJ Delorie <dj@redhat.com>
7354
7355 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7356 * Makefile.in: Regenerate.
7357
7358 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7359
7360 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7361
7362 2003-05-21 DJ Delorie <dj@redhat.com>
7363
7364 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7365 newlib or libgloss.
7366 * Makefile.in: Regenerate.
7367
7368 2003-05-21 DJ Delorie <dj@redhat.com>
7369
7370 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7371 * Makefile.in: Regenerate.
7372
7373 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7374
7375 * configure.in: Use curly braces in the definition of tooldir.
7376 * configure: Regenerate.
7377
7378 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7379
7380 * configure.in: Switch more things to use maybe dependencies.
7381 * Makefile.tpl: Switch more things to use maybe dependencies.
7382 Factor out common code from autogen IF statements.
7383 * configure: Regenerate.
7384 * Makefile.in: Regenerate.
7385
7386 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7387
7388 * configure.in: Accept i[3456789]86 for machine type.
7389 * configure: Regenerate.
7390
7391 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7392
7393 * configure.in: Switch more things to use maybe dependencies.
7394 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7395 * configure: Regenerate.
7396 * Makefile.tpl: Switch more things to use maybe dependencies.
7397 * Makefile.in: Regenerate.
7398
7399 2003-05-16 Andreas Schwab <schwab@suse.de>
7400
7401 * Makefile.tpl (install-opcodes): Define.
7402 * Makefile.in: Rebuild.
7403
7404 2003-05-13 Andreas Jaeger <aj@suse.de>
7405
7406 * config.guess: Update to 2003-05-09 version.
7407 * config.sub: Update to 2003-05-09 version.
7408
7409 2003-05-13 Michael Eager <eager@mvista.com>
7410
7411 * configure.in: Correct sed script so that options in quotes are not
7412 deleted.
7413 * configure: Rebuild.
7414
7415 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7416
7417 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7418 and $$s/newlib/libc/sys/cygwin32 include paths.
7419 * configure: Ditto.
7420
7421 2003-05-05 H.J. Lu <hjl@gnu.org>
7422
7423 * config-ml.in: Restored from gcc repository.
7424
7425 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7426
7427 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7428 * Makefile.in: Regenerate.
7429
7430 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7431
7432 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7433 and Makefile.def.
7434
7435 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7436
7437 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7438 * Makefile.in: Regenerated.
7439
7440 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7441
7442 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7443 * Makefile.in: Regenerate.
7444
7445 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7446
7447 * configure.in (powerpc64*-*-linux*): Remove.
7448 * configure: Rebuilt.
7449
7450 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7451
7452 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7453 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7454 and restrap.
7455 * Makefile.in: Regenerate.
7456
7457 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7458
7459 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7460 * configure: Regenerated.
7461
7462 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7463
7464 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7465 * */configure: Rebuilt.
7466
7467 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7468
7469 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7470 * Makefile.in: Regenerate.
7471
7472 2003-03-14 Michael Chastain <mec@shout.net>
7473
7474 * Makefile.in: Regenerate with correct Makefile.def.
7475
7476 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7477
7478 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7479 Make macro.
7480 * Makefile.in: Regenerate.
7481 * configure.in: Clean up gxx_include_dir logic.
7482 * configure: Regenerate.
7483
7484 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7485
7486 * configure.in (gxx_include_dir): Fix typo.
7487 * configure: Regenerated.
7488
7489 2003-03-06 Andrew Cagney <cagney@redhat.com>
7490
7491 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7492
7493 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7494
7495 * configure.in: Include $(build_tooldir)/sys-include in
7496 FLAGS_FOR_TARGET.
7497 * configure: Regenerated.
7498
7499 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7500
7501 * Makefile.tpl: Reindent.
7502 * Makefile.in: Regenerate.
7503 * configure.in: Reindent. Don't set unused variables.
7504 * configure: Regenerate.
7505
7506 * Makefile.tpl: Always pass down RANLIB.
7507 * Makefile.in: Regenerate.
7508
7509 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7510 * Makefile.in: Regenerate.
7511 * configure.in: Remove unused logic relating to --enable-shared
7512 and --enable-threads. Remove bogus comments. Remove redundant
7513 noconfigdirs.
7514 * configure: Regenerate.
7515
7516 * configure.in: Replace ${libstdcxx_version} by its value.
7517 Remove reference to mh-dgux.
7518 * configure: Regenerate.
7519
7520 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7521
7522 * Makefile.tpl: Rearrange.
7523 * Makefile.in: Regenerate.
7524
7525 2003-02-25 Nick Clifton <nickc@redhat.com>
7526
7527 * configure: Remove site-file supprot - it is obsolete.
7528
7529 2003-02-24 Uwe Stieber <uwe@wwws.de>
7530
7531 * configure.in: Add support for kaOS as cross build target system.
7532 * configure: Regenerated.
7533
7534 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7535
7536 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7537 configure-target-* as some target builds may require additional
7538 flags for preprocessor tests.
7539 * Makefile.in: Regenerated.
7540
7541 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7542
7543 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7544 * ltconfig: Handle it.
7545 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7546 auto-detecting it.
7547
7548 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7549
7550 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7551 it is used as argument to $CC.
7552 * ltcf-gcj.sh: Likewise.
7553
7554 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7555
7556 * configure.in: Introduce --enable-maintainer-mode.
7557 * configure: Rebuilt.
7558 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7559 for maintainer mode.
7560 * Makefile.in: Rebuilt.
7561
7562 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7563
7564 * configure: Regenerate using autoconf 2.13.
7565
7566 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7567
7568 * config.guess: Import latest version.
7569 * config.sub: Import latest version.
7570
7571 2003-02-18 Jason Merrill <jason@redhat.com>
7572
7573 * Makefile.tpl (check-c++): Allow parallelism.
7574
7575 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7576
7577 * configure: Regenerate using autoconf 000227.
7578
7579 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7580
7581 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7582 don't configure target-libobjc.
7583 * configure: Regenerate.
7584
7585 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7586
7587 * Makefile.tpl (RANLIB): Define.
7588 * Makefile.in: Regenerate.
7589
7590 2003-02-06 Keith R Seitz <keiths@redhat.com>
7591
7592 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7593 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7594 * Makefile.in: Regenerated.
7595 * configure.in: Remove all traces of snavigator, db, and grep.
7596 * configure: Regenerated.
7597
7598 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7599
7600 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7601 * Makefile.in: Regenerated.
7602
7603 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7604
7605 * config.if: Copy from GCC.
7606
7607 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7608
7609 * configure.in: Revert 24Jan change.
7610 * configure: Regenerate.
7611
7612 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7613
7614 * configure.in: Revert previous change.
7615 * configure: Regenerate.
7616
7617 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7618
7619 * configure.in: Make rda native-only.
7620 * configure: Regenerate.
7621
7622 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7623
7624 * configure.in: Add missing \.
7625 * configure: Rebuilt.
7626
7627 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7628
7629 * configure.in (baseargs): Avoid using \| in sed regular
7630 expressions.
7631 * configure: Rebuilt.
7632
7633 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7634
7635 * configure.in (baseargs): Remove all supported forms of
7636 --cache-file, --srcdir, --host, --build and --target options
7637 from argument lists.
7638 * configure: Rebuilt.
7639
7640 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7641
7642 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7643 * configure: Rebuilt.
7644
7645 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7646
7647 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7648 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7649 * Makefile.in: Regenerate.
7650 * configure: Regenerate.
7651
7652 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7653
7654 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7655 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7656 * Makefile.in: Regenerate.
7657
7658 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7659
7660 * configure.in: Remove Makefile in build, host and target modules
7661 unless configure was run with --no-recursion.
7662 * configure: Rebuilt.
7663
7664 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7665
7666 * config.guess: Update to 2003-01-03 version.
7667 * config.sub: Update to 2003-01-03 version.
7668
7669 2003-01-07 Christopher Faylor <cgf@redhat.com>
7670
7671 * configure: Regenerate with proper autoconf 2.13.
7672
7673 2003-01-07 Christopher Faylor <cgf@redhat.com>
7674
7675 * configure.in: Add AC_PREREQ for consistency.
7676 * configure: Regenerate.
7677
7678 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7679
7680 * configure.in (GDB_TK): Add tcl directories conditional on
7681 gdb/gdbtk directory being present.
7682 * configure: Regenerate.
7683
7684 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7685
7686 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7687 by gcc if LD is not defined and we are not doing a Canadian Cross.
7688 * configure: Rebuilt.
7689
7690 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7691
7692 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7693
7694 2002-12-31 Tom Tromey <tromey@redhat.com>
7695
7696 * Makefile.in: Rebuilt.
7697 * Makefile.def (target_modules) [libffi]: Allow installation.
7698
7699 2002-12-31 Andreas Schwab <schwab@suse.de>
7700
7701 * configure.in: Fix use of $program_transform_name.
7702 * configure: Regenerated.
7703
7704 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7705
7706 * configure.in (baseargs): Don't remove first configure argument.
7707 * configure: Regenerated.
7708
7709 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7710
7711 * Makefile.tpl (local-distclean): Don't remove...
7712 (multilib.ts): ... this. Moved into...
7713 (multilib.out): ... this. Don't use sub-make.
7714 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7715 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7716 (configure-build-[+module+], configure-[+module+],
7717 configure-target-[+module+], configure-gcc): ... these. Test
7718 for Makefile existence. Drop config.status from dependencies.
7719 * Makefile.in: Rebuilt.
7720 * configure.in: Move gcc-version-trigger to the end of
7721 ac_configure_args. Add comments to maybedep.tmp and
7722 serdep.tmp. Introduce --disable-serial-configure. Remove
7723 nonopt from baseargs, matching and removing corresponding
7724 whitespace while at it.
7725 * configure: Rebuilt.
7726
7727 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7728
7729 * configure.in (host_configargs): Replace reference to
7730 no-longer-defined buildopts with --build=${build_alias}.
7731 * configure: Rebuilt.
7732
7733 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7734
7735 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7736 program_transform_name to standard idiom.
7737 (AUTOGEN, AUTOCONF): Define.
7738 (Makefile.in): Use $(AUTOGEN).
7739 (Makefile): Depend on config.status, and use autoconf-style rule to
7740 build it. Move original commands to...
7741 (config.status): ... this new target.
7742 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7743 $(AUTOCONF).
7744 * Makefile.in: Rebuilt.
7745
7746 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7747
7748 * Makefile.tpl: Fix dramatic bustage due to change in
7749 program_transform_name.
7750 * Makefile.in: Regenerate.
7751
7752 * configure.in: Remove unnecessary PATH setting.
7753 * configure: Regnerate.
7754
7755 * configure.in: Don't default to unprefixed tools unless
7756 the native tools will work.
7757 * configure: Regenerate.
7758
7759 * configure.in: Convert to autoconf script. Blow away lots
7760 of now-redundant Makefile fragments.
7761 * configure: Generate using Autoconf.
7762 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7763 * Makefile.in: Regenerate.
7764
7765 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7766
7767 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7768 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7769
7770 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7771 where they belong.
7772
7773 2002-12-24 Andreas Schwab <schwab@suse.de>
7774
7775 * Makefile.tpl (multilib.out): Fix missing space.
7776 * Makefile.in: Regenerate.
7777
7778 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7779
7780 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7781 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7782 * Makefile.in: Regenerate.
7783 * configure.in: Remove unnecessary leftovers.
7784
7785 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7786
7787 * configure.in (extra_ranlibflags_for_target): New variable.
7788 (*-*-darwin): Add -c to ranlib commands.
7789 * configure (tooldir): Handle extra_ranlibflags_for_target.
7790
7791 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7792
7793 * COPYING.NEWLIB: Updated.
7794 * COPYING.LIBGLOSS: Ditto.
7795
7796 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7797
7798 * Makefile.tpl: Revert HJL's change.
7799 * Makefile.in: Regenerated.
7800 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7801 always.
7802
7803 2002-12-19 Andreas Schwab <schwab@suse.de>
7804
7805 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7806 * Makefile.in: Regenerate.
7807
7808 2002-12-18 H.J. Lu <hjl@gnu.org>
7809
7810 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7811 * Makefile.in: Regenerated.
7812
7813 * configure.in (build_prefix): New. Substitute.
7814
7815 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7816
7817 * Makefile.tpl: Don't let real targets depend on phony targets.
7818 * Makefile.in: Regenerate.
7819
7820 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7821 * Makefile.in: Regenerate.
7822
7823 2002-12-16 Jason Merrill <jason@redhat.com>
7824
7825 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7826 previous 'make bootstrap'.
7827 * Makefile.in: Regenerate.
7828
7829 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7830
7831 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7832
7833 2002-12-13 Jason Merrill <jason@redhat.com>
7834
7835 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7836 library tests.
7837 (check-c++): Just depend on it and check-target-libstdc++-v3.
7838 * Makefile.in: Regenerate.
7839
7840 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7841
7842 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7843 * Makefile.in: Regenerate.
7844
7845 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7846
7847 * COPYING.NEWLIB: Update list of alternate Regent of California
7848 licenses and discuss official revoking of advertising clause.
7849 * COPYING.LIBGLOSS: Ditto.
7850
7851 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7852
7853 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7854 * Makefile.in: Rebuilt.
7855
7856 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7857
7858 * configure: Fix bug put in by gremlins.
7859
7860 * Makefile.tpl: Substitute more autoconfily.
7861 * configure: Substitute more autoconfily.
7862 * Makefile.in: Regenerate.
7863
7864 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7865
7866 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7867 * Makefile.in (all-sim): Ditto.
7868
7869 2002-12-06 DJ Delorie <dj@redhat.com>
7870
7871 * Makefile.tpl: Change configure dependencies to not have real
7872 targets depend on phony targets.
7873
7874 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7875
7876 * configure.in: Revert unintentional change.
7877
7878 * src-release: Configure host subdirs.
7879
7880 * Makefile.tpl: Change dependency for */multilib.out so that
7881 it works when gcc isn't in the tree.
7882
7883 * configure.in: Substitute more.
7884 * configure: Run subconfigures from the Makefile.
7885 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7886 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7887
7888 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7889
7890 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7891 and corresponding dependencies.
7892 * Makefile.in: Regenerate.
7893
7894 * configure.in (host_tools): Order binutils, gas and ld for
7895 convenience in running the testsuites.
7896
7897 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7898 * Makefile.in: Regenerate.
7899 * configure.in: Introduce rules to serialize subconfigure runs.
7900
7901 * configure.in: Introduce BASE_CC_FOR_TARGET.
7902 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7903 Realize configure-build-* targets. Realize configure-target-* targets.
7904 * Makefile.in: Regenerate.
7905
7906 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7907
7908 * configure: Move gcc_version_trigger stuff from here...
7909 * configure.in: ...to here.
7910
7911 * configure.in: Separate subconfigure options added by this file from
7912 options given by the user. Add machinery to put args for host
7913 subconfigures into the Makefile.
7914
7915 * Makefile.tpl: Remove 'vault' targets.
7916 * Makefile.tpl: Reorder and comment dependencies.
7917 * Makefile.in: Regenerate.
7918
7919 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7920
7921 * configure.in: Move host-specific darwin noconfigdirs into
7922 the host-specific section.
7923
7924 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7925
7926 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7927 during replay.
7928 * Makefile.in: Regenerate.
7929
7930 (finishing slow-motion replay)
7931 * configure: Remove skip-this-dir support.
7932 * Makefile.tpl: Remove skip-this-dir support.
7933
7934 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7935 subdirectories.
7936 * Makefile.in: Regenerate.
7937
7938 * Makefile.tpl: Strip out useless setting of 'dir'.
7939 * Makefile.in: Regenerate.
7940
7941 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7942
7943 (finishing slow-motion replay)
7944 * configure.in: Fix deeply stupid bug.
7945
7946 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7947 shell code in CXX_FOR_TARGET
7948 * Makefile.def: Introduce raw_cxx.
7949 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7950 RAW_CXX_FOR_TARGET.
7951 * Makefile.in: Regenerate.
7952
7953 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7954
7955 (finishing slow-motion replay)
7956 * Makefile.tpl: Remove unnecessary ifs.
7957 * Makefile.in: Regenerate.
7958
7959 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7960 dependencies. Maybe-ize build-libiberty. Create dummy install
7961 targets for 'no_install' modules.
7962 * configure: Move GDB_TK substitution to configure.in. Move
7963 build_modules stuff to configure.in.
7964 * configure.in: Implement soft dependency machinery. Maybe-ize
7965 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7966 * Makefile.in: Regenerate.
7967
7968 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7969
7970 (continuing slow-motion replay)
7971 * Makefile.tpl: Make all-target, install-target behave similarly
7972 to all, install (only hitting configured targets). Eliminate
7973 unused macro defintions.
7974
7975 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7976 build != host.
7977
7978 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7979
7980 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7981
7982 * configure.in: Produce lists of subdir targets we're actually
7983 configuring. Remove references to "dosrel".
7984 * Makefile.tpl: Let configure set which subdir targets are hit.
7985 Remove install-cross; clean up install; remove ALL. Remove
7986 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7987 Autogenerate host module targets. Remove empty dependency lines
7988 and redundant dependency; rearrange slightly.
7989 * Makefile.def: Add host-side libtermcap, utils.
7990
7991 * Makefile.in: Regenerate.
7992
7993 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7994
7995 (Continuing slow-motion replay)
7996 * Makefile.def: Add list of recursive targets to autogenerate.
7997 Add build_modules.
7998 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7999 targets. Autogenerate *-build-* targets.
8000 * Makefile.in: Regenerate.
8001
8002 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8003
8004 (Continuing slow-motion replay)
8005 * configure: More autoconf-style substitutions.
8006 * Makefile.tpl: More autoconf-style substitutions.
8007 * Makefile.in: Regenerate.
8008
8009 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
8010
8011 (Continuing slow-motion replay)
8012 * configure: Substitute more variables in a more autoconf-friendly
8013 way. Simplify slightly.
8014 * Makefile.tpl: Make more variables substitutable in an
8015 autoconf-friendly way.
8016 * Makefile.in: Regenerate.
8017
8018 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8019
8020 (Continuing slow-motion replay)
8021 * configure.in (v810*): Remove special setting of tools.
8022
8023 * configure: Add support for extra required flags for ar or nm.
8024 * configure.in (aix4.3+): Use above support for target-specific
8025 issues, rather than using config/mt-aix43.
8026
8027 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
8028
8029 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
8030 * configure: Remove 'removing', which doesn't work. Replace $subdir
8031 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8032 with $srcdir. Reformat indentation. Substitute some variables
8033 formerly hard-coded in the Makefile for build=host.
8034 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8035 * Makefile.def: Autogenerate more.
8036 * Makefile.in: Regenerate.
8037
8038 2002-11-13 Bruce Korb <bkorb@gnu.org>
8039
8040 * Makefile.tpl: syntactic cleanup
8041
8042 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8043
8044 * Makefile.def (host_modules): Add rda.
8045 * Makefile.in: Regenerate.
8046 * configure.in (target_tool): Add target-rda to list.
8047
8048 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8049
8050 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8051 and restrap targets to this rule.
8052 * Makefile.in: Regenerate.
8053
8054 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8055
8056 * configure.in (i[3456]86-*-linux*): Add check to disable
8057 ${libgcj} for glibc1.
8058
8059 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8060
8061 * configure.in: Add tic4x target.
8062
8063 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8064
8065 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8066 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8067 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8068 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8069 * Makefile.in: Regenerate.
8070
8071 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8072
8073 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8074 * Makefile.in: Regenerate.
8075
8076 * Makefile.def: Remove order dependency comments.
8077 * Makefile.tpl: Add explicit install-install dependencies.
8078 * Makefile.in: Regenerate.
8079
8080 * Makefile.tpl: Remove material now in src-release. (Finally!)
8081 * Makefile.in: Regenerate.
8082
8083 * configure: Restore my original patch by syncing with gcc version.
8084
8085 * Bring following over from gcc:
8086
8087 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8088
8089 * configure.in (s390*-*-linux*): Enable libgcj.
8090
8091 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8092
8093 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8094
8095 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8096
8097 * configure: Move stray lines back to where they belong.
8098
8099 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8100
8101 * Makefile.tpl: Insert configure-target target, for src-release.
8102
8103 * configure: Finish reverting change which Andrew Cagney started
8104 reverting. Should fix bustage.
8105
8106 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8107 * src-release: New file. Contains material for making net
8108 releases for gdb, binutils, et al., formerly in Makefile.in.
8109
8110 2002-09-30 Nick Clifton <nickc@redhat.com>
8111
8112 * cpu: New top level directory. Intended to hold input files for
8113 CGEN which have FSF copyright assignment.
8114 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8115
8116 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8117
8118 Revert below (note that src does not contain Makefile.tpl):
8119 * Makefile.tpl: Make subsituted variables more autoconfy.
8120 * Makefile.in: Regenerate.
8121
8122 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8123
8124 * configure: Revert accidentally applied changes.
8125
8126 * Makefile.tpl: Make more autoconf-friendly.
8127 * Makefile.in: Regenerate.
8128 * configure: Make substitution more autoconf-like.
8129
8130 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8131
8132 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8133 single entry to handle all these.
8134 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8135 libjava on arm-*-elf.
8136
8137 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8138
8139 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8140 things that depend on them.
8141
8142 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8143
8144 * Makefile.tpl: Make subsituted variables more autoconfy.
8145 * Makefile.in: Regenerate.
8146 * configure: Make seds more autoconfy.
8147
8148 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8149
8150 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8151 * Makefile.in: Regenerate.
8152 * configure.in: Rewrite sed statements to look autoconfy.
8153
8154 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8155 all-target-foo on configure-target-foo.
8156 * Makefile.def: Ditto.
8157 * Makefile.in: Rebuild.
8158
8159 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8160
8161 * Makefile.def: New file.
8162 * Makefile.tpl: New file.
8163 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8164
8165 * configure.in: Minor rearrangement. Simplify tests.
8166
8167 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8168
8169 * configure.in (with_headers): Skip copy if value is "yes".
8170 (with_libs): Likewise.
8171
8172 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8173
8174 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8175 * configure.in (sh*-*-pe*): Ditto.
8176 * configure.in (mips*-*-pe*): Ditto.
8177 * configure.in (*arm-wince-pe): Ditto.
8178
8179 * configure.in: Rearrange.
8180
8181 2002-09-12 Nick Clifton <nickc@redhat.com>
8182
8183 * Import these changes from the config master repository:
8184
8185 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8186
8187 * config.sub: Add tic4x target.
8188
8189 2002-09-03 Ben Elliston <bje@redhat.com>
8190
8191 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8192 Reported by <Duncan_Stodart@insession.com>.
8193
8194 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8195
8196 * COPYING.NEWLIB: More updates.
8197
8198 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8199
8200 * COPYING.NEWLIB: Update.
8201
8202 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8203
8204 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8205
8206 * config.guess: Import version 2002-08-23.
8207 * config.sub: Import version 2002-08-22.
8208
8209 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8210
8211 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8212 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8213 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8214
8215 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8216
8217 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8218
8219 2002-08-04 H.J. Lu (hjl@gnu.org)
8220
8221 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8222
8223 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8224
8225 * configure.in: Move generic linux case to end. Copy generic
8226 linux noconfigdirs to mips*-*-linux* entry and new
8227 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8228
8229 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8230
8231 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8232 one instance of them which was missed to the list to update.
8233
8234 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8235
8236 * config.guess: Update to 2002-07-09 version.
8237 * config.sub: Update to 2002-07-03 version.
8238
8239 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8240
8241 * configure.in: Remove two redundant tests.
8242
8243 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8244
8245 * configure.in (mips*-*-irix6*o32): Enable stabs.
8246
8247 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8248
8249 * configure.in: Don't build grez.
8250 * Makefile.in: Ditto.
8251
8252 * Makefile.in: Remove references to bsp, cygmon, libstub.
8253 * configure.in: Ditto.
8254
8255 * configure.in: Remove leftover reference to gdbtest.
8256
8257 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8258
8259 * configure.in (gxx_include_dir): Change to match versioned
8260 C++ headers if --enable-version-specific-runtime-libs is used.
8261
8262 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8263
8264 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8265
8266 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8267
8268 * configure.in: Make --without-x work.
8269
8270 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8271
8272 * contrib: New directory. Created to contain a copy of the
8273 texi2pod.pl script so that it is in the same place as the version in
8274 the FSF GCC sources.
8275
8276 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8277
8278 * configure.in: Rearrange target Makefile fragment collection.
8279
8280 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8281 cvs[src].
8282 * configure.in: Ditto.
8283
8284 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8285
8286 * Makefile.in: Eliminate 'apache' targets.
8287 * configure.in: Eliminate 'apache' targets.
8288
8289 * configure.in: Eliminate redundant tests. Reorganize.
8290
8291 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8292
8293 * config-ml.in: Eliminate references to Cygnus configure.
8294
8295 * Makefile.in: Eliminate references to building emacs.
8296
8297 2002-07-01 Denis Chertykov <denisc@overta.ru>
8298
8299 * configure.in: Add support for ip2k.
8300
8301 2002-06-24 Ben Elliston <bje@redhat.com>
8302
8303 * configure.in (host_tools): Remove cgen.
8304
8305 * Makefile.in (all-cgen): Remove; runs from its source directory.
8306 (check-cgen, install-cgen, clean-cgen): Likewise.
8307 (all-opcodes): No not depend on all-cgen.
8308 (all-sim): Likewise.
8309
8310 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8311
8312 * configure.in: Fix AIX configury bug.
8313
8314 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8315
8316 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8317
8318 * configure.in: Move definition of libstdcxx_flags right above
8319 usage, rather than way earlier.
8320
8321 * configure.in: Pull definition of is_cross_compiler earlier.
8322
8323 * configure.in: Rearrange a little.
8324
8325 * configure.in: Remove references to librx.
8326 * Makefile.in: Remove references to librx.
8327
8328 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8329
8330 * configure.in: Eliminate ${gasdir} variable.
8331
8332 2002-06-18 Dave Brolley <brolley@redhat.com>
8333
8334 * configure.in: Add support for frv.
8335 * config.sub: Add support for frv.
8336
8337 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8338
8339 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8340
8341 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8342
8343 * configure.in (vax-*-netbsd*): Re-enable gas.
8344
8345 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8346
8347 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8348 BUILD_PREFIX_1, to correct nomenclature.
8349 * configure: Likewise.
8350
8351 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8352 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8353
8354 2002-05-31 Olaf Hering <olh@suse.de>
8355
8356 * config-ml.in: Propogate DESTDIR also.
8357
8358 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8359
8360 * configure.in (vax-*-netbsd*): Don't build gas for this
8361 platform.
8362
8363 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8364
8365 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8366 and libgcj for AVR.
8367
8368 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8369
8370 * config.sub: Add DLX target.
8371
8372 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8373
8374 * config.guess: Update to 2002-05-22 version.
8375 * config.sub: Likewise.
8376
8377 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8378
8379 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8380 * config-ml.in: Likewise.
8381 * configure: Likewise.
8382 * configure.in: Likewise.
8383
8384 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8385
8386 * configure.in: Simplify makefile fragment collection.
8387
8388 * configure.in: Remove code to build emacs.
8389
8390 * configure.in : Remove --srcdir argument from targargs and buildargs
8391 (it's always overridden in the Makefile anyway). Rearrange a bit.
8392
8393 * configure: Move some logic to configure.in.
8394 * configure.in: Move some logic from configure.
8395
8396 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8397
8398 * COPYING.LIBGLOSS: New file.
8399
8400 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8401
8402 * Makefile.in: Honour DESTDIR.
8403
8404 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8405
8406 * configure.in (noconfigdirs): Don't disable libgcj on
8407 sparc64-*-solaris* and sparcv9-*-solaris*.
8408
8409 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8410
8411 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8412
8413 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8414
8415 * configure.in (FLAGS_FOR_TARGET): Do not add
8416 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8417 on i[3456]86-*-linux*.
8418
8419 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8420
8421 * configure.in (noconfigdirs): Replace [ ] with test.
8422
8423 * configure.in (noconfigdirs): Do not add target-newlib if
8424 target == i[3456]86-*-linux*, and host == target.
8425
8426 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8427
8428 * config.guess: Updated to 2002-04-26's version.
8429 * config.sub: Updated to 2002-04-26's version.
8430
8431 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8432
8433 * configure.in: delete reference to absent file
8434
8435 * configure.in: replace '[' with 'test'
8436
8437 * configure.in: Eliminate references to gash.
8438 * Makefile.in: Eliminate references to gash.
8439
8440 * configure.in: remove useless references to 'pic' makefile fragments.
8441
8442 * configure.in: (*-*-windows*) Finish removing.
8443
8444 * configure.in: Eliminate redundant test for libgui.
8445
8446 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8447
8448 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8449 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8450
8451 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8452
8453 * configure.in: remove references to dead files
8454
8455 2002-04-18 Tom Tromey <tromey@redhat.com>
8456
8457 * configure.in: Disallow configuring libgcj when it is already
8458 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8459 Solaris 2.8 by default. For PR libgcj/6158.
8460
8461 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8462
8463 * configure.in: Move default CC setting out of config/mh-* fragments
8464 directly into here.
8465
8466 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8467
8468 * configure.in: don't even try to configure or make a subdirectory
8469 if there's no configure script for it.
8470
8471 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8472
8473 * MAINTAINERS: Remove chill maintainers.
8474 * Makefile.in (CHILLFLAGS): Remove.
8475 (CHILL_LIB): Remove.
8476 (TARGET_CONFIGDIRS): Remove libchill.
8477 (CHILL_FOR_TARGET): Remove.
8478 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8479 CHILL_LIB.
8480 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8481 (CHECK_TARGET_MODULES): Likewise.
8482 (INSTALL_TARGET_MODULES): Likewise.
8483 (CLEAN_TARGET_MODULES): Likewise.
8484 (configure-target-libchill): Remove.
8485 (all-target-libchill): Remove.
8486 * configure.in (target_libs): Remove target-libchill.
8487 Do not compute CHILL_FOR_TARGET.
8488 * libchill: Remove directory.
8489
8490 2002-04-15 DJ Delorie <dj@redhat.com>
8491
8492 * Makefile.in, configure.in, configure: Sync with gcc, entries
8493 follow...
8494
8495 2002-04-08 Tom Tromey <tromey@redhat.com>
8496
8497 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8498 Fixes PR libgcj/6068.
8499
8500 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8501
8502 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8503
8504 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8505
8506 * configure.in (alpha*-dec-osf*): Enable libgcj.
8507
8508 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8509
8510 Fix for: PR bootstrap/3591, target/5676
8511 * configure.in (mcore-pe): Disable the configuration of
8512 libstdc++-v3 since exceptions are not supported.
8513
8514 2002-03-20 Anthony Green <green@redhat.com>
8515
8516 * configure.in: Enable libgcj for xscale-elf target.
8517
8518 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8519
8520 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8521 libjava.
8522 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8523
8524 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8525
8526 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8527 libstdc++-v3 and libjava.
8528
8529 2002-02-11 Adam Megacz <adam@xwt.org>
8530
8531 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8532 boehm-gc
8533
8534 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8535
8536 * config.guess: Updated to 2002-01-30's version.
8537 * config.sub: Updated to 2002-02-01's version.
8538 Contribute sh64-elf.
8539 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8540 * configure.in: Added sh64-*-*.
8541
8542 2002-01-17 H.J. Lu <hjl@gnu.org>
8543
8544 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8545 (all-target-fastjar): Also depend on all-target-libiberty.
8546
8547 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8548
8549 * configure, configure.in: Use temp file for long sed commands.
8550
8551 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8552
8553 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8554 libf2c.
8555
8556 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8557
8558 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8559
8560 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8561
8562 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8563
8564 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8565
8566 * configure: Handle temporary files securely using mkdir.
8567
8568 2001-09-26 Will Cohen <wcohen@redhat.com>
8569
8570 * configure.in (*-*-linux*): Disable configuration of target-newlib
8571 and target-libgloss.
8572
8573 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8574
8575 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8576 RANLIB.
8577
8578 2001-08-11 Graham Stott <grahams@redhat.com>
8579
8580 * Makefile.in (check-c++): Add missing semicolon.
8581
8582 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8583
8584 * configure.in (sh-*-linux*): New.
8585
8586 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8587
8588 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8589 and libgcj on m68hc11/m68hc12.
8590
8591 2001-06-27 H.J. Lu (hjl@gnu.org)
8592
8593 * Makefile (CFLAGS_FOR_BUILD): New.
8594 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8595
8596 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8597
8598 * configure.in (libstdcxx_flags): Do not try to execute
8599 libstdc++-v3/testsuite_flags until it exists.
8600
8601 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8602
8603 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8604
8605 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8606
8607 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8608
8609 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8610
8611 * configure.in: Move *-chorusos target case to the proper switch.
8612 Disable libgcj.
8613
8614 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8615
8616 * Makefile.in (STAGE1_CFLAGS): Pass down.
8617
8618 2001-04-13 Alan Modra <amodra@one.net.au>
8619
8620 * config.guess: Add hppa64-linux support. Note for next import that
8621 this is already in the master file.
8622 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8623
8624 2001-03-22 Colin Howell <chowell@redhat.com>
8625
8626 * Makefile.in (DO_X): Do not backslash single-quotes in
8627 backquotes (two places).
8628
8629 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8630
8631 * Makefile.in (DO_X): Quote nested quotes.
8632
8633 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8634
8635 * Makefile.in (DO_X): Use double quotes for quoting
8636 "RANLIB=$${RANLIB}".
8637
8638 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8639
8640 * configure.in: Only use `lang_requires' for languages athat are
8641 actually enabled.
8642
8643 2001-03-07 Tom Tromey <tromey@redhat.com>
8644
8645 * configure.in: Allow config-lang.in to set `lang_requires' to list
8646 of other required languages.
8647
8648 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8649
8650 * Makefile.in: Remove RANLIB definition. Use RANLIB
8651 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8652 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8653
8654 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8655 Alexandre Oliva <aoliva@redhat.com>
8656
8657 * Makefile.in (check-c++): Use tabs, not spaces.
8658
8659 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8660
8661 * Makefile.in (check-c++): New rule.
8662
8663 * configure.in (target_libs): Remove libg++.
8664 (noconfigdirs): Remove libg++.
8665 (noconfigdirs): Same.
8666 (noconfigdirs): Same.
8667 (noconfigdirs): Same.
8668
8669 * config-ml.in: Remove libg++ references.
8670
8671 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8672 (ALL_TARGET_MODULES): Same.
8673 (configure-target-libg++): Remove.
8674 (all-target-libg++): Remove.
8675 (configure-target-libio): Remove.
8676 (all-target-libio): Remove.
8677 (check-target-libio): Remove.
8678 (.PHONY): Remove.
8679 (libg++.tar.bz2): Remove.
8680 (all-target-cygmon): Remove libio.
8681 (all-target-libstdc++): Remove.
8682 (configure-target-libstdc++): Remove.
8683 (TARGET_LIB_PATH): Remove libstdc++.
8684 (ALL_GCC_CXX): Remove libstdc++.
8685 (all-target-gperf): Correct.
8686
8687 2001-02-15 Anthony Green <green@redhat.com>
8688
8689 * configure: Introduce GCJ_FOR_TARGET.
8690 * configure.in: Ditto.
8691 * Makefile.in: Ditto.
8692
8693 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8694
8695 * configure.in: for *-chorusos, don't config target-newlib and
8696 target-libgloss.
8697
8698 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8699
8700 Remove V2 C++ library.
8701 * configure.in: Remove --enable-libstdcxx_v3 support.
8702
8703 2001-01-27 Richard Henderson <rth@redhat.com>
8704
8705 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8706
8707 2001-01-26 Tom Tromey <tromey@redhat.com>
8708
8709 * configure.in: Allow libgcj to be built on Sparc Solaris.
8710
8711 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8712
8713 * configure.in: Enable libgcj on several additional platforms.
8714
8715 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8716
8717 * configure.in: Enable libgcj for linux targets.
8718
8719 2001-01-09 Mike Stump <mrs@wrs.com>
8720
8721 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8722 failures of subdirectories.
8723
8724 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8725
8726 * configure: handle DOS-style absolute paths.
8727
8728 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8729
8730 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8731
8732 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8733
8734 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8735 (libstdcxx_incdir): Pass down.
8736 * config.if: Remove expired bits for cxx_interface, add stub.
8737 (libstdcxx_incdir): Add variable for g++ include directory.
8738 * configure.in (gxx_include_dir): Use it.
8739
8740 2000-12-15 Andreas Jaeger <aj@suse.de>
8741
8742 * configure.in: Handle lang_dirs.
8743
8744 2000-12-13 Anthony Green <green@redhat.com>
8745
8746 * configure.in: Disable libgcj for any target not specifically
8747 listed. Disable libgcj for x86 and Alpha Linux until compatible
8748 with g++ abi.
8749
8750 2000-12-13 Mike Stump <mrs@wrs.com>
8751
8752 * Makefile.in (local-distclean): Also remove fastjar.
8753
8754 2000-12-10 Anthony Green <green@redhat.com>
8755
8756 * configure.in: Define libgcj. Disable libgcj target libraries for
8757 most targets.
8758
8759 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8760
8761 * configure.in (target_libs): Revert 2000-12-08 patch.
8762 (noconfigdirs): Added target-libjava.
8763
8764 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8765
8766 * Makefile.in: handle DOS-style absolute paths.
8767
8768 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8769
8770 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8771 libjava.
8772 * configure.in (target_libs): Removed `target-libjava'.
8773
8774 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8775
8776 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8777 (ALL_MODULES): Added fastjar.
8778 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8779 (all-target-libjava): all-fastjar replaces all-zip.
8780 (all-fastjar): Added.
8781 (configure-target-fastjar, all-target-fastjar): Likewise.
8782 * configure.in (host_tools): Added fastjar.
8783
8784 2000-12-07 Mike Stump <mrs@wrs.com>
8785
8786 * Makefile.in (local-distclean): Remove leftover built files.
8787
8788 2000-11-16 Fred Fish <fnf@be.com>
8789
8790 * configure.in (enable_libstdcxx_v3): Fix typo,
8791 libstd++ -> libstdc++.
8792
8793 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8794
8795 * configure: Provide the original toplevel configure arguments
8796 (including $0) to subprocesses in the environment rather than
8797 through gcc/configargs.h.
8798
8799 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8800
8801 * configure: Turn on libstdc++ V3 by default.
8802
8803 2000-10-16 Michael Meissner <meissner@redhat.com>
8804
8805 * configure (gcc/configargs.h): Only create if there is a build GCC
8806 directory created.
8807
8808 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8809
8810 * configure: Save configure arguments to gcc/configargs.h.
8811
8812 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8813
8814 * Makefile.in (bootstrap): avoid recursion if subdir missing
8815 (cross): ditto
8816 (do-proto-toplev): ditto
8817
8818 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8819
8820 * configure.in: Do not build byacc for hppa64. Provide paths to the
8821 X11 libraries for hppa64.
8822
8823 2000-09-02 Anthony Green <green@cygnus.com>
8824
8825 * Makefile.in (all-gcc): Depend on all-zlib.
8826 (CLEAN_MODULES): Add clean-zlib.
8827 (ALL_MODULES): Add all-zlib.
8828 * configure.in (host_libs): Add zlib.
8829
8830 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8831
8832 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8833 $targargs to tell whether newlib is going to be built.
8834
8835 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8836 $$r/TARGET_SUBDIR/libio for _G_config.h.
8837
8838 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8839
8840 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8841
8842 * configure: Make enable_threads and enable_shared defaults
8843 explicit. Substitute enable_threads into generated Makefiles.
8844 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8845 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8846
8847 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8848
8849 * configure.in: Re-enable all references to libg++ and librx.
8850
8851 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8852
8853 * configure.in: Add *-*-freebsd* configurations.
8854
8855 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8856
8857 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8858 (do-tar, do-bz2): New rules.
8859 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8860 (gdb-tar): New rule.
8861 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8862 (insight_dejagnu.tar): New rule.
8863 (insight.tar): New rule.
8864 (gdb+dejagnu.tar): New rule.
8865 (gdb.tar): New rule.
8866
8867 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8868
8869 * MAINTAINERS: Update dejagnu/
8870
8871 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8872
8873 * ltmain.sh (relink_command): Fix typo in previous change.
8874
8875 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8876
8877 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8878 (relink_command): Added --tag flags.
8879 (mode=install): If relinking fails; error out.
8880
8881 2002-03-12 Richard Henderson <rth@redhat.com>
8882
8883 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8884 .NOTPARALLEL tag.
8885 (do-check): Rename from check.
8886 (check): Allow parallel check.
8887
8888 2002-03-11 Richard Henderson <rth@redhat.com>
8889
8890 * Makefile.in (.NOTPARALLEL): Add fake tag.
8891
8892 2002-03-07 H.J. Lu (hjl@gnu.org)
8893
8894 * configure.in: Enable gprof for mips*-*-linux*.
8895
8896 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8897
8898 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8899 libjava.
8900 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8901
8902 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8903
8904 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8905
8906 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8907
8908 * config.guess: Import from master sources, rev 1.232.
8909 * config.sub: Import from master sources, rev 1.246.
8910
8911 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8912
8913 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8914 because its Makefile is there; test for the executable instead.
8915
8916 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8917
8918 Contribute sh64-elf.
8919 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8920 * configure.in: Added sh64-*-*.
8921
8922 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8923
8924 * COPYING.NEWLIB: Remove advertising clause from
8925 Berkeley and Red Hat licenses.
8926
8927 2002-02-01 Mo DeJong <supermo@bayarea.net>
8928
8929 * Makefile.in: Add all-tix to deps for all-snavigator
8930 so that tix is built when building snavigator.
8931
8932 2002-02-01 Ben Elliston <bje@redhat.com>
8933
8934 * config.guess: Import from master sources, rev 1.229.
8935 * config.sub: Import from master sources, rev 1.240.
8936
8937 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8938
8939 From Steve Ellcey <sje@cup.hp.com>:
8940 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8941 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8942 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8943 IA64.
8944 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8945 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8946 soname_spec, sys_lib_search_path_spec): Ditto.
8947
8948 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8949
8950 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8951 target-libiberty, and target-libgloss. Skip Java-related
8952 libraries if not supported for NetBSD on target CPU.
8953
8954 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8955
8956 * configure.in: Import StrongARM and XScale target_configdirs from
8957 FSF GCC version.
8958
8959 2002-01-16 H.J. Lu (hjl@gnu.org)
8960
8961 * config.guess: Import from master sources, rev 1.225.
8962 * config.sub: Import from master sources, rev 1.238.
8963
8964 * MAINTAINERS: Updated notes on config.guess and config.sub.
8965
8966 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8967
8968 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8969 ld and gdb are not supported.
8970
8971 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8972
8973 * Change reference to Cygnus Solutions to be Red Hat.
8974
8975 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8976
8977 * COPYING.NEWLIB: Update generic copyright date.
8978
8979 2002-01-07 Mark Salter <msalter@redhat.com>
8980
8981 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8982 Allow target-libgloss to be built for arm, strongarm, and xscale.
8983
8984 2002-01-03 Ben Elliston <bje@redhat.com>
8985
8986 * MAINTAINERS: Update URL for config.* scripts.
8987
8988 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8989
8990 * config.sub: Import latest version.
8991 * config.guess: Likewise.
8992
8993 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8994
8995 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8996 options for i[3456]86-pc-linux* native builds.
8997
8998 2001-12-05 Laurent Guerby <guerby@acm.org>
8999
9000 * MAINTAINERS: gcc adopts symlink-tree, refer more to
9001 libiberty.
9002
9003 Import this patch from gcc:
9004
9005 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
9006
9007 * symlink-tree: handle DOS-style absolute paths.
9008
9009 2001-11-28 DJ Delorie <dj@redhat.com>
9010 Zack Weinberg <zack@codesourcery.com>
9011
9012 When build != host, create libiberty for the build machine.
9013
9014 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9015 CONFIG_ARGUMENTS.
9016 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9017 New variables.
9018 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9019 and rules.
9020 (all.normal): Depend on ALL_BUILD_MODULES.
9021 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9022 (all-build-libiberty): Depend on configure-build-libiberty.
9023
9024 * configure: Calculate and substitute proper value for
9025 ALL_BUILD_MODULES.
9026 * configure.in: Create the build subdirectory.
9027 Calculate and substitute TARGET_CONFIGARGS (formerly
9028 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9029
9030 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
9031
9032 * config.sub: Update to version 1.232 on subversion.
9033
9034 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9035
9036 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9037 files from .po files for a distribution.
9038
9039 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
9040
9041 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9042
9043 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9044
9045 Merged from net gcc:
9046 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9047 * ltcf-c.sh: Use $objext, not $ac_objext.
9048 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9049 * ltcf-cxx.sh: Add support for GNU.
9050 2001-07-22 Timothy Wall <twall@redhat.com>
9051 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9052 default settings if using GNU tools with that configuration.
9053 * ltcf-cxx.sh: Ditto.
9054 * ltcf-gcj.sh: Ditto.
9055 2001-07-21 Michael Chastain <chastain@redhat.com>
9056 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9057 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9058 * ltmain.sh: Mark as gcc-local.
9059
9060 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9061
9062 * Makefile.in (all-bison): Revert 2001-10-24.
9063 Don't depend on texinfo.
9064
9065 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9066
9067 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9068
9069 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9070
9071 * configure.in (--enable-languages): Be more permissive about
9072 syntax. Check for empty lists better. Warn about $LANGUAGES.
9073
9074 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9075
9076 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9077
9078 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9079
9080 Makefile.in (all-bison): Don't depend on texinfo.
9081
9082 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9083
9084 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9085
9086 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9087
9088 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9089
9090 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9091
9092 * config.sub, config.guess: Import latest from subversions.
9093
9094 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9095
9096 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9097 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9098 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9099 avoid quotes nesting problems.
9100 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9101 (DO_X): Export only variables that are set.
9102
9103 2001-09-19 Ben Elliston <bje@redhat.com>
9104
9105 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9106 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9107 semantics. Use the shell built-in "type" command instead.
9108
9109 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9110
9111 * config.sub: Reverted the earlier change, this version is not the
9112 master file.
9113
9114 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9115
9116 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9117 Add support for mips64.
9118
9119 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9120
9121 * configure.in: Enable libstdc++-v3 for h8300 targets.
9122
9123 2001-08-30 Eric Christopher <echristo@redhat.com>
9124 Jason Eckhardt <jle@redhat.com>
9125
9126 * config.sub: Add support for mipsisa32.
9127
9128 2001-08-30 Eric Christopher <echristo@redhat.com>
9129
9130 * config.sub, config.guess: Import latest from subversions.
9131
9132 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9133
9134 * config.sub, config.guess: Import latest from subversions.
9135
9136 2001-07-26 DJ Delorie <dj@redhat.com>
9137
9138 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9139
9140 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9141
9142 * Makefile.in: Revert 2001-06-17.
9143 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9144
9145 2001-06-17 H.J. Lu <hjl@gnu.org>
9146
9147 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9148 (gas+binutils.tar.bz2): Likewise.
9149 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9150
9151 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9152
9153 * Makefile.in (VER): When present, extract the version number from
9154 the file version.in.
9155
9156 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9157
9158 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9159 gcc/xgcc is built, use -print-prog-name to find out the program
9160 name to use.
9161
9162 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9163
9164 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9165 with_gcc]: Use `gcc -shared' to build a shared library.
9166
9167 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9168
9169 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9170 archives.
9171
9172 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9173
9174 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9175 libraries when using g++ with native linker.
9176
9177 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9178
9179 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9180
9181 2001-05-24 Tom Rix <trix@redhat.com>
9182
9183 * configure.in : enable ld for aix
9184
9185 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9186
9187 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9188 [aix4*|aix5*]: Prepend blank.
9189
9190 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9191
9192 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9193 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9194 of subdir/configure scripts to use the new libtool.m4.
9195
9196 2001-05-14 H.J. Lu <hjl@gnu.org>
9197
9198 * config.if (libc_interface): Set to -libc6.2- for cross
9199 compiling to Linux/glibc 2.2.
9200
9201 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9202
9203 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9204 libgcj.
9205
9206 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9207
9208 * configure.in (noconfigdirs): Don't reset it from scratch in the
9209 target case; only append to it.
9210
9211 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9212
9213 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9214 sparc-*-solaris2.8]: Disable ${libgcj}.
9215
9216 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9217
9218 * configure.in (libgcj_saved): Copy from $libgcj.
9219 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9220 --disable-libgcj.
9221
9222 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9223
9224 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9225 1.641.2.228.
9226
9227 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9228
9229 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9230 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9231
9232 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9233
9234 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9235 New macros.
9236 (bootstrap, cross): Use RECURSE_FLAGS.
9237 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9238
9239 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9240
9241 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9242
9243 2001-03-23 Nick Clifton <nickc@redhat.com>
9244
9245 * README-maintainer-mode: Add note about inability to use "make
9246 distclean" in maintainer mode.
9247
9248 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9249
9250 Re-installed:
9251 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9252 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9253 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9254 * ltcf-cxx.sh: Likewise.
9255 * ltcf-gcj.sh: Likewise.
9256
9257 2001-03-22 Philip Blundell <philb@gnu.org>
9258
9259 * config.sub, config.guess: Import latest from subversions.
9260
9261 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9262
9263 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9264 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9265
9266 2001-03-20 Michael Chastain <chastain@redhat.com>
9267
9268 * Makefile.in: all-m4 depends on all-texinfo.
9269
9270 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9271
9272 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9273
9274 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9275
9276 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9277 longer valid.
9278
9279 2001-02-16 Nick Clifton <nickc@redhat.com>
9280
9281 * configure.in (noconfigdirs): Allow configuration of texinfo
9282 for Cygwin hosts.
9283
9284 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9285
9286 * config.guess: Add linux target for S/390.
9287 * config.sub: Likewise.
9288 * configure.in: Likewise.
9289
9290 2001-02-06 Ben Elliston <bje@redhat.com>
9291
9292 * configure: Output host type to stdout, not stderr.
9293
9294 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9295
9296 * config.guess: Import from subversions.gnu.org (revision 1.181).
9297 * config.sub: Import from subversions.gnu.org (revision 1.199).
9298
9299 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9300
9301 * config.guess: Handle hppa64-linux systems.
9302
9303 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9304
9305 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9306 Don't unset, it's non-portable and no longer necessary, set to empty
9307 instead.
9308
9309 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9310
9311 * ltconfig: Shell portability fix for the tagname validity check.
9312
9313 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9314
9315 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9316
9317 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9318
9319 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9320 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9321
9322 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9323
9324 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9325 keep at least one of build_libtool_libs or build_old_libs set to
9326 yes.
9327
9328 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9329
9330 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9331 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9332
9333 2000-11-07 Philip Blundell <pb@futuretv.com>
9334
9335 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9336
9337 2000-11-03 Philip Blundell <pb@futuretv.com>
9338
9339 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9340 files.
9341
9342 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9343
9344 * COPYING.NEWLIB: Put into source repository.
9345
9346 2001-01-15 Ben Elliston <bje@redhat.com>
9347
9348 * configure.in (host_tools): Add sid.
9349 Always configure cgen.
9350 * Makefile.in (all-sid): New target.
9351 (check-sid, clean-sid, install-sid): Likewise.
9352
9353 2001-01-07 Andreas Jaeger <aj@suse.de>
9354
9355 * config.sub, config.guess: Update from subversions.
9356
9357 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9358
9359 * configure.in: Disable language-specific target libraries for
9360 languages that aren't enabled.
9361
9362 2000-11-24 Nick Clifton <nickc@redhat.com>
9363
9364 * configure.in (xscale-elf): Add target.
9365 (xscale-coff): Add target.
9366 (c4x, c5x, tic54x): Move after ARM targets.
9367
9368 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9369
9370 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9371
9372 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9373
9374 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9375
9376 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9377
9378 * Makefile.in: Merge with GCC and libgcj.
9379 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9380 configure-target-<library> when their configure scripts need the C
9381 or C++ library to have already been built to work properly.
9382 (do_proto_toplev): Set them to an empty string.
9383
9384 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9385
9386 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9387 (REALLY_SET_LIB_PATH): Use them.
9388
9389 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9390
9391 * config.sub: Add support for Sun Chorus
9392
9393 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9394
9395 * config.sub: Add support for the *-storm-chaos OS.
9396
9397 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9398
9399 * configure.in (noconfigdirs): Don't compile some
9400 of the libraries for 68HC11 & 68hc12 targets.
9401
9402 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9403
9404 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9405 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9406 all affected `configure' scripts.
9407
9408 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9409
9410 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9411 ltcf-c.sh.
9412
9413 2000-09-12 Philip Blundell <philb@gnu.org>
9414
9415 * config.sub, config.guess: Update from subversions.
9416
9417 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9418
9419 * Makefile.in (all-zlib): Added dummy target.
9420
9421 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9422 multi-language branch.
9423
9424 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9425
9426 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9427 (bootstrap*): Depend on all-bootstrap.
9428
9429 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9430
9431 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9432 crosses, but add gcc/include to the header search path for them.
9433
9434 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9435
9436 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9437 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9438 * gettext.m4: New file, extracted from aclocal.m4.
9439
9440 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9441
9442 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9443 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9444 sub-configures.
9445
9446 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9447
9448 * Makefile.in (ALL_MODULES): Add all-cgen.
9449 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9450 (all-cgen): New target.
9451 (all-opcodes,all-sim): Depend on all-cgen.
9452 * configure.in (host_tools): Add cgen.
9453 Only configure cgen if --enable-cgen-maint.
9454
9455 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9456
9457 * config-ml.in (CC, CXX): Don't introduce a leading space.
9458
9459 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9460
9461 * configure.in (libstdcxx_flags): Use
9462 libstdc++-v3/src/libstdc++.INC.
9463
9464 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9465
9466 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9467
9468 2000-08-11 Jason Merrill <jason@redhat.com>
9469
9470 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9471 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9472 (FLAGS_FOR_TARGET): Not here.
9473 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9474
9475 2000-08-07 DJ Delorie <dj@redhat.com>
9476
9477 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9478 "if we're also building gcc, and it's a gcc that will run on the
9479 build machine, we want to use its includes instead of the system's
9480 default includes".
9481
9482 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9483
9484 * configure.in (libstdcxx_flags): Don't use `"'.
9485
9486 * config-ml.in: Adjust multilib search paths to the
9487 appropriate multilib tree.
9488
9489 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9490
9491 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9492 commas in $LANGUAGES.
9493
9494 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9495
9496 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9497
9498 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9499
9500 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9501 CXX_FOR_TARGET for sed.
9502
9503 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9504
9505 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9506 Do not override if already set in the environment or in configure.
9507 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9508 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9509
9510 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9511
9512 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9513 (GCC_FOR_TARGET): Use it.
9514 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9515 * configure.in: ... here.
9516 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9517 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9518
9519 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9520
9521 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9522 (configure-target-libchill, configure-target-libobjc): Likewise.
9523
9524 * configure.in: Use the same cache file for all target libs.
9525 * config-ml.in: But different cache files per multilib variant.
9526
9527 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9528
9529 * configure (topsrcdir): Don't use dirname.
9530
9531 2000-07-20 Jason Merrill <jason@redhat.com>
9532
9533 * configure.in: Remove all references to libg++ and librx.
9534
9535 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9536
9537 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9538
9539 * config.sub: Update to subversions version 2000-07-06.
9540
9541 2000-07-12 Andrew Haley <aph@cygnus.com>
9542
9543 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9544 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9545
9546 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9547
9548 * symlink-tree: Check number of arguments.
9549
9550 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9551
9552 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9553
9554 2000-07-05 Jim Wilson <wilson@cygnus.com>
9555
9556 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9557 search path for a g++ extracted from the build tree. This
9558 will allow link tests run by configure scripts in
9559 subdirectories to succeed.
9560
9561 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9562
9563 * ltconfig: Add support for mips-dde-sysv4.2MP
9564
9565 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9566
9567 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9568 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9569
9570 2000-06-19 Timothy Wall <twall@cygnus.com>
9571
9572 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9573 * config.sub: Add tic54x target.
9574
9575 2000-06-07 Phillip Thomas <pthomas@suse.de>
9576
9577 * README-maintainer-mode: New file: Contains notes on using
9578 --enable-maintainer-mode with binutils.
9579
9580 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9581
9582 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9583
9584 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9585
9586 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9587 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9588
9589 20000-05-21 H.J. Lu (hjl@gnu.org)
9590
9591 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9592 directory are used if they exist. Make sure
9593 $(build_tooldir)/include is searched for header files,
9594 $(build_tooldir)/lib/ for library files.
9595 (GCC_FOR_TARGET): Likewise.
9596 (CXX_FOR_TARGET): Likewise.
9597
9598 2000-05-18 Jeffrey A Law (law@cygnus.com)
9599
9600 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9601
9602 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9603
9604 * Makefile.in (configure-target-libiberty): Depend on
9605 configure-target-newlib.
9606
9607 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9608
9609 * configure.in, Makefile.in: Merge all libffi-related
9610 configury stuff from the libgcj tree.
9611
9612 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9613
9614 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9615 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9616
9617 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9618
9619 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9620 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9621 current version information. Add to proto-toplev directory.
9622 (gdb-taz): Build do-djunpack.
9623
9624 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9625
9626 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9627
9628 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9629
9630 * ltmain.sh: Preserve in relink_command any environment
9631 variables that may affect the linker behavior.
9632
9633 2000-05-12 Jeffrey A Law (law@cygnus.com)
9634
9635 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9636
9637 2000-05-10 Jim Wilson <wilson@cygnus.com>
9638
9639 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9640
9641 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9642
9643 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9644 with the version name.
9645
9646 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9647
9648 * config.if: Tweak.
9649
9650 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9651
9652 * djunpack.bat: New file.
9653
9654 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9655
9656 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9657 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9658 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9659 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9660
9661 2000-04-16 Dave Pitts <dpitts@cozx.com>
9662
9663 * config.sub (case $basic_machine): Change default for "ibm-*"
9664 to "openedition".
9665
9666 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9667
9668 * Makefile.in (gdb-taz): New target. GDB specific archive.
9669 (do-md5sum): New target.
9670 (MD5PROG): Define.
9671 (PACKAGE): Default to TOOL.
9672 (VER): Default to a shell script.
9673 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9674 md5 checksum generation.
9675 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9676 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9677 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9678 insight.tar.bz2): Use gdb-taz to create archive.
9679
9680 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9681
9682 * configure (warn_cflags): Delete.
9683
9684 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9685 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9686
9687 * configure.in (enable_libstdcxx_v3): Add.
9688 (target_libs): Add bits here to switch between libstdc++-v2 and
9689 libstdc++-v3.
9690 * config.if: And this file too.
9691 * Makefile.in: Add libstdc++-v3 targets.
9692
9693 2000-04-05 Michael Meissner <meissner@redhat.com>
9694
9695 * config.sub (d30v): Add d30v as a basic machine type.
9696
9697 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9698
9699 * configure.in: -linux-gnu*, not -linux-gnu.
9700
9701 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9702
9703 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9704 (do-tar-bz2): Replace TOOL with PACKAGE.
9705 (gdb.tar.bz2): Remove GDBTK from GDB package.
9706 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9707 dejagnu.tar.bz2): New packages.
9708
9709 2000-02-27 Andreas Jaeger <aj@suse.de>
9710
9711 * configure.in: Add entry for mips*-*-linux*, move catch all
9712 *-*-*linux* entry below this one.
9713
9714 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9715
9716 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9717
9718 2000-02-24 Nick Clifton <nickc@cygnus.com>
9719
9720 * config.sub: Support an OS of "wince".
9721
9722 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9723
9724 * config.guess, config.sub: Updated to match config's 2000-02-15
9725 version.
9726
9727 2000-02-23 Linas Vepstas <linas@linas.org>
9728
9729 * config.sub: Add support for Linux/IBM 370.
9730 * configure.in: Likewise.
9731
9732 2000-02-22 Nick Clifton <nickc@cygnus.com>
9733
9734 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9735
9736 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9737
9738 * config.guess: Guess "cygwin" rather than "cygwin32".
9739
9740 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9741
9742 * configure (gcc_version): When setting, narrow search to
9743 lines containing `version_string'.
9744
9745 2000-02-15 Denis Chertykov <denisc@overta.ru>
9746
9747 * config.sub: Add support for avr target.
9748
9749 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9750
9751 * config.sub: Add mmix-knuth-mmixware.
9752
9753 2000-01-27 Christopher Faylor <cgf@redhat.com>
9754
9755 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9756 structure stuff to -L library search.
9757 (CXX_FOR_TARGET): Ditto.
9758 (CROSS_CHECK_MODULES): Fix spelling mistake.
9759
9760 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9761
9762 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9763 the C++ compiler.
9764
9765 2000-01-12 Richard Henderson <rth@cygnus.com>
9766
9767 * configure.in: Don't build some bits for beos.
9768
9769 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9770
9771 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9772 as include files.
9773
9774 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9775
9776 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9777 not mh-aix43.
9778
9779 1999-12-14 Richard Henderson <rth@cygnus.com>
9780
9781 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9782 * config.sub: Accept alphaev[78], alphaev8.
9783
9784 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9785
9786 * config.guess, config.sub: Update from autoconf.
9787
9788 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9789
9790 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9791 necessary libraries are missing.
9792
9793 1999-10-25 Andreas Schwab <schwab@suse.de>
9794
9795 * configure: Fix quoting inside arguments of eval.
9796
9797 1999-10-21 Nick Clifton <nickc@cygnus.com>
9798
9799 * config-ml.in: Allow suppression of some ARM multilibs.
9800
9801 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9802
9803 * config.guess: Add OS/390 match pattern.
9804 * config.sub: Add mvs, openedition targets.
9805 * configure.in (i370-ibm-opened*): New.
9806
9807 1999-09-04 Steve Chamberlain <sac@pobox.com>
9808
9809 * config.sub: Add support for configuring for pj.
9810
9811 1999-08-31 Nick Clifton <nickc@cygnus.com>
9812
9813 * config.sub (maybe_os): Add support for configuring for fr30.
9814
9815 1999-08-25 Nick Clifton <nickc@cygnus.com>
9816
9817 * configure.in: Do not configure or build ld for AIX
9818 platforms. ld is known to be broken on these platforms.
9819
9820 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9821
9822 * config-ml.in: Pass compiler flag corresponding to multidirs to
9823 subdir configures.
9824
9825 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9826
9827 * Makefile.in (LDFLAGS): Define.
9828
9829 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9830
9831 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9832 noconfigdirs.
9833 (*-*-cygwin*): Likewise.
9834
9835 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9836
9837 * mkdep: New file.
9838 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9839 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9840
9841 From Eli Zaretskii <eliz@is.elta.co.il>:
9842 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9843 long file name when using DJGPP on MS-DOS.
9844
9845 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9846
9847 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9848
9849 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9850
9851 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9852 dependency as this causes "make check" to globally "make all"
9853
9854 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9855
9856 * configure.in (target_libs): Added target-zlib.
9857 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9858 (CONFIGURE_TARGET_MODULES): Likewise.
9859 (CHECK_TARGET_MODULES): Likewise.
9860 (INSTALL_TARGET_MODULES): Likewise.
9861 (CLEAN_TARGET_MODULES): Likewise.
9862 (configure-target-zlib): New target.
9863 (all-target-zlib): Likewise.
9864 (all-target-libjava): Depend on all-target-zlib.
9865 (configure-target-libjava): Depend on configure-target-zlib.
9866
9867 * Makefile.in (configure-target-libjava): Depend on
9868 configure-target-newlib.
9869 (configure-target-boehm-gc): New target.
9870 (configure-target-qthreads): New target.
9871
9872 * configure.in (target_libs): Added target-qthreads.
9873 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9874 (CONFIGURE_TARGET_MODULES): Likewise.
9875 (CHECK_TARGET_MODULES): Likewise.
9876 (INSTALL_TARGET_MODULES): Likewise.
9877 (CLEAN_TARGET_MODULES): Likewise.
9878 (all-target-qthreads): New target.
9879 (configure-target-libjava): Depend on configure-target-qthreads.
9880 (all-target-libjava): Depend on all-target-qthreads.
9881
9882 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9883 (CONFIGURE_TARGET_MODULES): Likewise.
9884 (CHECK_TARGET_MODULES): Likewise.
9885 (INSTALL_TARGET_MODULES): Likewise.
9886 (CLEAN_TARGET_MODULES): Likewise.
9887 (all-target-libjava): New target.
9888 (all-target-boehm-gc): Likewise.
9889 * configure.in (target_libs): Added libjava, boehm-gc.
9890
9891 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9892
9893 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9894 configure.bat in SUPPORT_FILES.
9895 (gas+binutils.tar.bz2): Likewise.
9896
9897 * makeall.bat: Remove; obsolete.
9898
9899 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9900
9901 From Mark Elbrecht:
9902 * configure.bat: Remove; obsolete.
9903
9904 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9905
9906 * configure: Add -W -Wall to the default CFLAGS when compiling with
9907 gcc.
9908
9909 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9910
9911 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9912
9913 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9914
9915 * configure.in: Build ld on IRIX6.
9916
9917 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9918
9919 * Makefile.in: Change distribution targets to use bzip2 instead of
9920 gzip.
9921 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9922 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9923
9924 1999-06-04 Nick Clifton <nickc@cygnus.com>
9925
9926 * config.sub: Add mcore target.
9927
9928 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9929
9930 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9931
9932 1999-05-25 H.J. Lu (hjl@gnu.org)
9933
9934 * config.guess (dummy): Changed to $dummy.
9935
9936 1999-05-24 Nick Clifton <nickc@cygnus.com>
9937
9938 * config.sub: Tidied up case statements.
9939
9940 1999-05-22 Ben Elliston <bje@cygnus.com>
9941
9942 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9943 <jiro@din.or.jp>.
9944
9945 * config.guess: Merge with FSF version. Future changes will be
9946 more accurately recorded in this ChangeLog.
9947 * config.sub: Likewise.
9948
9949 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9950
9951 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9952
9953 1999-04-30 Tom Tromey <tromey@cygnus.com>
9954
9955 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9956
9957 1999-04-23 Tom Tromey <tromey@cygnus.com>
9958
9959 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9960
9961 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9962
9963 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9964 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9965 Bad merge removed these two changes.
9966
9967 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9968 Martin Heller (Ing.-Buero_Heller@t-online.de)
9969
9970 * config.guess (interix Alpha): Add.
9971
9972 1999-04-11 Richard Henderson <rth@cygnus.com>
9973
9974 * configure.in (i?86-*-beos*): Do config gperf; don't config
9975 gdb, newlib, or libgloss.
9976
9977 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9978
9979 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9980 link a trivial program with -mabi=64. If it fails, remove mabi=64
9981 from multidirs.
9982
9983 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9984
9985 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9986
9987 1999-04-08 Nick Clifton <nickc@cygnus.com>
9988
9989 * config.sub: Add support for mcore targets.
9990
9991 1999-04-07 Michael Meissner <meissner@cygnus.com>
9992
9993 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9994 not mt-ospace, in order to shut up assembler warning about using
9995 symbols that are named the same as registers.
9996
9997 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9998
9999 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10000 dependency list for all-target-cygmon.
10001
10002 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10003
10004 * config-ml.in: Check $host, not $target, for selective multilibs.
10005 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10006 thumb interworking, and underscore prefix multilibs.
10007
10008 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10009
10010 * missing: Update to version from current automake.
10011
10012 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10013
10014 * configure (gxx_include_dir): Removed.
10015
10016 * configure.in (gxx_include_dir): Handle it.
10017 * Makefile.in: Likewise.
10018
10019 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10020
10021 * config.sub (mips64vr4111,mips64vr4111el) Add.
10022
10023 1999-03-21 Ben Elliston <bje@cygnus.com>
10024
10025 * config.guess: Correct typo for detecting ELF on FreeBSD.
10026
10027 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10028
10029 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10030 config/mh-djgpp.
10031
10032 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10033
10034 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10035 all-target-newlib to dependency list for all-target-bsp.
10036
10037 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10038
10039 * config.sub: Add i386-uwin support.
10040 * config.guess: Likewise.
10041
10042 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10043
10044 * configure.in: cleanup, add mh-*pic handling for arm, special
10045 case powerpc*-*-aix*
10046
10047 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10048
10049 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10050 can be built.
10051
10052 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10053
10054 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10055 targets.
10056
10057 1999-03-02 Nick Clifton <nickc@cygnus.com>
10058
10059 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10060
10061 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10062
10063 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10064
10065 1999-02-24 Nick Clifton <nickc@cygnus.com>
10066
10067 * config.sub: Fix typo in arm recognition.
10068
10069 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10070
10071 * configure.in (noconfigdirs): Changed target_configdirs to
10072 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10073 rather than m68k-*-* since it is not known to work on
10074 m68k-aout. Ditto for arm-*-*oabi.
10075
10076 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10077
10078 * configure.in (*-*-windows*): Remove, no longer used.
10079
10080 1999-02-19 Ben Elliston <bje@cygnus.com>
10081
10082 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10083 Smart and improved by Andrew Cagney.
10084
10085 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10086
10087 * config.guess: Recognize openbsd-*-hppa.
10088
10089 1999-02-17 H.J. Lu (hjl@gnu.org)
10090
10091 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10092 only if it is not empty.
10093
10094 1999-02-17 Nick Clifton <nickc@cygnus.com>
10095
10096 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10097
10098 * config.guess: Modified to recognize uname's armv* syntax.
10099
10100 * config.sub: Modified to recognize uname's armv* syntax.
10101
10102 1999-02-17 Mark Salter <msalter@cygnus.com>
10103
10104 * configure.in: Added target-bsp for sparclite.
10105
10106 1999-02-08 Richard Henderson <rth@cygnus.com>
10107
10108 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10109
10110 1999-02-08 Nick Clifton <nickc@cygnus.com>
10111
10112 * configure.in: Add support for strongarm port.
10113 * config.sub: Add support for strongarm target.
10114
10115 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10116
10117 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10118 the old name config/mh-cygwin32.
10119 Enable texinfo.
10120
10121 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10122
10123 * configure.in: Do build ld for ix86 Solaris.
10124
10125 1999-02-02 Jim Wilson <wilson@cygnus.com>
10126
10127 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10128 $AR_FOR_TARGET. Likewise for RANLIB.
10129
10130 1999-02-02 Catherine Moore <clm@cygnus.com>
10131
10132 * config.sub (oabi): Recognize.
10133 * configure.in (arm-*-oabi): Handle.
10134
10135 1999-01-30 Robert Lipe (robertlipe@usa.net)
10136
10137 * config.guess: Improve detection of i686 on UnixWare 7.
10138
10139 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10140
10141 * config.guess: Add support for i386-pc-interix.
10142 * config.sub: Likewise.
10143 * configure.in: Likewise.
10144
10145 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10146
10147 * Makefile.in: Remove unneeded all-target-libio from
10148 from all-target-winsup target since it is now unneeded.
10149 Add all-target-libtermcap in its place since it is now
10150 needed.
10151
10152 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10153
10154 * configure.in: makefile stub for cygwin target is probably
10155 unnecessary. Remove it for now.
10156
10157 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10158
10159 * configure.in: libtermcap.a should be built when cygwin is the
10160 target as well as the host.
10161 * config.guess: Allow mixed case in cygwin uname output.
10162 * Makefile.in: Add libtermcap target.
10163
10164 1998-12-23 Jeffrey A Law (law@cygnus.com)
10165
10166 * config.sub: Clean up handling of hppa2.0.
10167
10168 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10169
10170 * config.guess: Use C code to identify more HP machines.
10171
10172 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10173
10174 * config.sub: Handle hppa2.0.
10175
10176 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10177
10178 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10179 cygmon for all sparclite targets, regardless of object format.
10180
10181 1998-12-15 Mark Salter <msalter@cygnus.com>
10182
10183 * configure.in: Added target-bsp for several target architectures.
10184
10185 * Makefile.in: Added rules for bsp.
10186
10187 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10188
10189 * config.guess: Improve detection of hppa2.0 processors.
10190
10191 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10192
10193 * config.guess: Recognize FreeBSD using ELF automatically.
10194
10195 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10196
10197 * configure (skip-this-dir): Add handling for new shell script, which
10198 might be created by a sub-directory's configure to indicate, this particular
10199 directory is "unwanted".
10200 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10201
10202 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10203
10204 * ltconfig: import from libtool, after changing libtool to
10205 account for the cygwin name change.
10206
10207 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10208
10209 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10210 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10211
10212 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10213
10214 * configure.in: Add libtermcap to list of cygwin dependencies.
10215
10216 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10217
10218 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10219 they include winsup/include when it's a cygwin target.
10220
10221 1998-11-12 Tom Tromey <tromey@cygnus.com>
10222
10223 * configure.in (host_tools): Added zip.
10224 * Makefile.in (all-target-libjava): Depend on all-zip.
10225 (all-zip): New target.
10226 (ALL_MODULES): Added all-zip.
10227 (NATIVE_CHECK_MODULES): Added check-zip.
10228 (INSTALL_MODULES): Added install-zip.
10229 (CLEAN_MODULES): Added clean-zip.
10230
10231 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10232
10233 * Makefile.in: lose "32" from comment about cygwin.
10234
10235 1998-11-05 Nick Clifton <nickc@cygnus.com>
10236
10237 * configure.in: Use -Os to build target libraries for the fr30.
10238
10239 1998-11-04 Dave Brolley <brolley@cygnus.com>
10240
10241 * config.sub: Add fr30.
10242
10243 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10244
10245 * configure.in: drop "32" from config/mh-cygwin32. Check
10246 cygwin* instead of cygwin32*.
10247 * config.sub: Check cygwin* instead of cygwin32*.
10248
10249 1998-10-22 Robert Lipe <robertl@dgii.com>
10250
10251 * config.guess: Match any version of Unixware7.
10252
10253 1998-10-20 Syd Polk <spolk@cygnus.com>
10254
10255 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10256 if desired.
10257
10258 1998-10-18 Jeffrey A Law (law@cygnus.com)
10259
10260 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10261 these if the appropriate directories and files to not exist.
10262
10263 1998-10-14 Jeffrey A Law (law@cygnus.com)
10264
10265 * Makefile.in (DEVO_SUPPORT): Add config.if.
10266
10267 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10268
10269 * configure: Add pattern to replace "build_tooldir"'s
10270 definition in the generated Makefile with "tooldir"'s
10271 actual value.
10272
10273 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10274
10275 * config.sub: Bring back lost sparcv9.
10276
10277 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10278
10279 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10280
10281 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10282 CC_FOR_TARGET and friends.
10283
10284 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10285
10286 * Makefile.in (build_tooldir): New variable, same as tooldir.
10287 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10288 -B$(build_tooldir)/bin/.
10289 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10290
10291 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10292
10293 * config.sub: Add support for i[34567]86-pc-udk.
10294 * configure.in: Likewise.
10295
10296 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10297
10298 * Makefile.in: add bzip2 package building bits for user
10299 tools module
10300 * configure.in: ditto
10301
10302 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10303
10304 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10305 (ALL_TARGET_MODULES): Add all-target-libobjc.
10306 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10307 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10308 (all-target-libchill): Add dependencies.
10309 * configure.in (target_libs): Add libchill.
10310
10311 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10312
10313 * configure.in (target_subdir): Remove duplicate line.
10314
10315 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10316
10317 * Makefile.in (all-automake): fix dependencies.
10318
10319 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10320
10321 * configure.in: Minor cleanups for building in the $(target_alias)
10322 subdir.
10323
10324 1998-09-22 Jim Wilson <wilson@cygnus.com>
10325
10326 * Makefile.in (bootstrap): Set r and s before make all. Use
10327 BASE_FLAGS_TO_PASS in make all.
10328 (cross): Likewise.
10329
10330 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10331
10332 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10333
10334 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10335
10336 * config.sub: Fix typo in last change.
10337
10338 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10339
10340 * config.sub: Add support for C4x target.
10341 * configure.in: Likewise.
10342
10343 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10344
10345 * config.sub: Recognize sparcv9 just like sparc64.
10346
10347 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10348
10349 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10350
10351 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10352
10353 * config.guess: Correctly identify Pentium II sco boxes.
10354
10355 * config.guess: Fix "tr" code. From Weiwen Liu.
10356
10357 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10358
10359 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10360 stabs.
10361
10362 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10363
10364 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10365 (ALL_TARGET_MODULES): Add all-target-libchill.
10366 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10367 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10368 (all-target-libchill): Add dependencies.
10369 * configure.in (target_libs): Add libchill.
10370
10371 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10372
10373 * config.guess: Avoid assumptions about "tr" behaves when
10374 LANG is set to something other than English.
10375
10376 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10377
10378 * configure (gxx_include_dir): Changed to
10379 '${prefix}/include/g++'-${libstdcxx_interface}.
10380
10381 * config.if: New to determine the interfaces.
10382
10383 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10384
10385 * config.guess: Detect and handle MPE/IX.
10386 * config.sub: Deal with MPE/IX.
10387
10388 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10389
10390 * configure.in: Use mh-aix43.
10391
10392 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10393
10394 * configure: Fix --without/--disable cases for gxx-include-dir.
10395
10396 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10397
10398 * mdata-sh: Imported. Needed for automake support.
10399
10400 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10401
10402 * Makefile.in (taz): Try "chmod -R og=u ." before
10403 "chmod og=u `find . -print`".
10404
10405 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10406
10407 * configure.in: Add arm-elf and thumb-elf support.
10408
10409 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10410
10411 * Makefile.in: Undo previous patch.
10412
10413 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10414
10415 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10416 to here ...
10417 (install-no-fixedincludes): and here
10418 (INSTALL_MODULES): ... from here.
10419
10420 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10421
10422 * config.sub: Merge with FSF.
10423
10424 * config.guess: Merge with FSF.
10425
10426 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10427
10428 * configure (extraconfigdirs): New variable.
10429 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10430 * Makefile.in (all): Move higher in file.
10431 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10432 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10433 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10434 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10435 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10436
10437 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10438
10439 * Makefile.in (all-target-libjava): Depend on all-gcc and
10440 all-target-newlib.
10441 (configure-target-libjava): Depend on $(ALL_GCC).
10442
10443 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10444
10445 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10446 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10447
10448 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10449
10450 * ylwrap: Change absolute path checks to check for DOS style path
10451 names.
10452
10453 * ylwrap: Don't use a full path name if the source file is in the
10454 same directory. From hjl@lucon.org (H.J. Lu).
10455
10456 * config-ml.in: Default to being verbose, to match Feb 18 change to
10457 configure.
10458
10459 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10460
10461 Brought over from egcs:
10462
10463 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10464
10465 * configure.in (target_subdir): Set to ${target_alias} instead
10466 of "libraries".
10467
10468 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10469
10470 * configure.in (target_subdir): Set to libraries if enable_multilib.
10471
10472 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10473
10474 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10475 multilibs, force reconfiguration the first time we create
10476 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10477
10478 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10479
10480 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10481 avoid confusion with --no-recursion.
10482
10483 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10484
10485 * configure.in: Win32 hosts shouldn't use install -x
10486 * install-sh: remove -x option, and special .exe-handling
10487 hack.
10488
10489 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10490
10491 * config.guess: Recognize i586-pc-beos.
10492 * configure.in: Don't build some bits for beos.
10493
10494 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10497 CFLAGS default to -O2.
10498
10499 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10500 when using GNU ld.
10501
10502 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10503
10504 * ltmain.sh: Correct install when using a different shell.
10505
10506 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10507
10508 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10509
10510 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10511
10512 * makefile.vms: Update to build binutils/makefile.vms. Add install
10513 target.
10514
10515 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10516
10517 * ltconfig: Update to correct AIX handling.
10518
10519 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10520
10521 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10522
10523 * configure.in (target_subdir): Set to ${target_alias} instead
10524 of "libraries".
10525
10526 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10527
10528 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10529 (Makefile): Depend on $(gcc_version_trigger).
10530
10531 * configure (gcc_version): Change default initializer to empty
10532 string.
10533 (gcc_version_trigger): New variable; pass this variable down
10534 to subdir configures to enable them checking gcc's version
10535 themselves. Emit make macros for both gcc_version vars.
10536 (topsrcdir): Initialize reliably.
10537 (recursion line): Remove --with-gcc-version=${gcc_version}.
10538
10539 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10540
10541 * configure (enable_version_specific_runtime_libs): Implement new flag
10542 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10543 in $(libsubdir); emit definition in each generated Makefile.
10544 (gxx_include_dir): Initialize depending on
10545 $enable_version_specific_runtime_libs.
10546
10547 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10548
10549 * configure (gcc_version): Initialize properly depending on
10550 how and where configure is started.
10551 (recursion line): Pass a --with-gcc-version=${gcc_version}
10552 to configures in subdirs.
10553
10554 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10555
10556 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10557 cygmon
10558
10559 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10560
10561 * configure.in: Add cygmon and libstub support for mn10200.
10562
10563 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10564
10565 * configure (gcc_version): Add new variable describing the
10566 particular gcc version we're building.
10567 * Makefile.in (libsubdir): Add new macro for the directory
10568 in which the compiler finds executables, libraries, etc.
10569 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10570 and libsubdir.
10571
10572 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10573
10574 * Makefile.in (local-clean): Remove *.log.
10575 (warning.log): Built with warn_summary from build.log.
10576 (mail-report.log): Run test_summary.
10577 (mail-report-with-warnings.log): Run test_summary including
10578 warning.log in the report.
10579
10580 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10581
10582 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10583
10584 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10585
10586 * Makefile.in (grep): Grep no longer depends on libiberty.
10587
10588 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10589
10590 * Makefile.in: all-snavigator needs all-libgui.
10591
10592 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10593
10594 * configure.in: Add cygmon and libstub support for mn10300.
10595
10596 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * missing: Update to version from automake 1.3.
10599
10600 * ltmain.sh: On installation, don't get confused if the same name
10601 appears more than once in the list of library names.
10602
10603 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10604
10605 * config.sub: Accept m68060 and m5200 as CPU names.
10606
10607 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10608
10609 * configure: Use && rather than using -a in test, because odd
10610 strings can confuse test.
10611 * configure.in: Likewise.
10612
10613 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10614
10615 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10616
10617 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10618
10619 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10620 bootstrap4-lean): New targets.
10621
10622 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10623
10624 * mpw-* Delete. Not used.
10625
10626 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10627
10628 * COPYING.LIB: Update FSF address.
10629
10630 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10631
10632 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10633
10634 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10635 GAS_SUPPORT_DIRS.
10636
10637 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10638
10639 * ltconfig, ltmain.sh: Avoid producing a version number if
10640 -version-info was not used.
10641
10642 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10643
10644 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10645 building with newlib.
10646
10647 1998-04-30 Paul Eggert <eggert@twinsun.com>
10648
10649 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10650 Solaris `make' causes it to continue to next definition.
10651
10652 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10653
10654 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10655 the right GUI libraries and files are installed along with GDB.
10656
10657 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10658
10659 * configure.in: Change alpha to alpha* in several places.
10660
10661 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10662
10663 * config.sub: Recognize sparc86x.
10664
10665 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10666
10667 * configure.in (--enable-target-optspace): Remove debug echo.
10668
10669 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10670
10671 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10672
10673 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10674
10675 * ltconfig: Update cygwin32 support.
10676
10677 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10678 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10679 (GDB_SUPPORT_DIRS): Likewise.
10680
10681 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10682
10683 * configure.in (target_makefile_frag): If --enable-target-optspace,
10684 use -Os to compile target libraries rather than -O2. Default to
10685 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10686 not used.
10687 * configure.in (target_cflags): Ditto for d30v.
10688
10689 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10690
10691 * Makefile.in (all-bfd): Depend on all-intl.
10692 (all-binutils): Likewise.
10693 (all-gas): Likewise.
10694 (all-gprof): Likewise.
10695 (all-ld): Likewise.
10696
10697 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10698
10699 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10700
10701 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10702
10703 * Makefile.in (all-bfd): Depend upon all-libiberty.
10704
10705 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10706
10707 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10708
10709 * Makefile.in: Add libstub.
10710
10711 * configure.in: Ditto. Build libstub for targets that have cygmon
10712 support.
10713
10714 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10715
10716 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10717
10718 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10719
10720 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10721 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10722
10723 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10724
10725 * configure: Define DEFAULT_M4 by searching PATH.
10726 * Makfile.in: Use DEFAULT_M4.
10727
10728 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * ltconfig: Add cygwin32 support.
10731
10732 * Makefile.in, configure.in: Add libtool as a native only directory
10733 to configure and build.
10734
10735 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10736
10737 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10738
10739 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10740
10741 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10742
10743 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10744
10745 * Makefile.in: add ash make rules
10746 * configure.in: add ash to native_only and host_tools lists
10747
10748 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10749
10750 * Makefile.in (all-gettext, all-intl): New targets.
10751 (ALL_MODULES): Added all-gettext, all-intl.
10752 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10753 (INSTALL_MODULES): Added install-gettext, install-intl.
10754 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10755
10756 * configure.in (host_tools): Added gettext.
10757 (native_only): Likewise.
10758 (noconfigdirs) [various cases]: Likewise.
10759 (host_libs): Added intl.
10760
10761 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10762
10763 * configure: Do not disable building gdbtk for cygwin32 hosts.
10764
10765 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10766
10767 * configure.in: Add thumb-coff target.
10768 * config.sub: Add thumb-coff target.
10769
10770 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10771
10772 * Makefile.in: Revert yesterday's change.
10773 (all-target-winsup): all-target-librx stays out of here.
10774
10775 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10776
10777 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10778 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10779 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10780 Remove references to librx and libg++.
10781
10782 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10783
10784 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10785 recursive makes
10786
10787 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10788
10789 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10790 for newlib directory.
10791 (CXX_FOR_TARGET): Likewise.
10792
10793 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10794
10795 * ltconfig: Update after libtool/ltconfig.in change for
10796 hpux11.
10797
10798 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10799
10800 * ltconfig, ltmain.sh: Update to libtool 1.2.
10801
10802 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10803
10804 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10805 (install-gcc-cross): Instead, override LANGUAGES here.
10806
10807 1998-03-18 Dave Love <d.love@dl.ac.uk>
10808
10809 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10810 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10811
10812 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10813
10814 * configure.in: Add Thumb-pe target.
10815
10816 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10817
10818 * Makefile.in - changed sn targets to snavigator
10819 * configure.in - changed sn targets to snavigator
10820
10821 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10822
10823 * config-ml.in: After building symlink tree call make distclean
10824 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10825 to be the case for libiberty.
10826
10827 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10828
10829 * configure: When making link, also check the current
10830 directory. The configure scripts may create one.
10831
10832 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10833
10834 * config.sub: Accept alphapca56 and alphaev6 properly.
10835
10836 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10837
10838 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10839
10840 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10841
10842 * config.sub (sco5): Fix typo.
10843
10844 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10845
10846 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10847 install-itcl.
10848 (install-itcl): Remove dependency on install-tcl.
10849
10850 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10851
10852 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10853
10854 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10855
10856 * configure.in: Don't build libgui for a cygwin32 target when not on
10857 a cygwin32 host.
10858
10859 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10860
10861 * configure (redirect): Set to null, so default behavior of
10862 configure is now --verbose.
10863
10864 1998-02-16 Dave Love <d.love@dl.ac.uk>
10865
10866 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10867 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10868
10869 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10870
10871 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10872 this change to sync Makefile.in with its ChangeLog entries.
10873
10874 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10875
10876 * ltmain.sh (mkdir): Check that the directory doesn't exist
10877 before we exit with error, so that we don't get races during
10878 parallel builds.
10879
10880 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10881
10882 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10883
10884 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10885
10886 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10887 PICFLAG_FOR_TARGET.
10888 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10889
10890 * configure: Emit a definition for the new macro enable_shared
10891 into each Makefile.
10892
10893 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10894
10895 * configure.in (host_tools, native_only): Add libtool.
10896
10897 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10898
10899 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10900 Fix typo in ming config comment.
10901
10902 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10903
10904 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10905
10906 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10907
10908 * config.sub: Add tic30 cases, and map c30 to tic30.
10909
10910 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10911
10912 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10913 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10914 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10915 (CLEAN_TARGET_MODULES): Similarly
10916 (all-target-libf2c): Add dependences.
10917 * configure.in (target_libs): Add libf2c.
10918
10919 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10920
10921 * configure.in: Remove expect from noconfigdirs when target
10922 is cygwin32. OK to build expect and dejagnu with Canadian
10923 Cross.
10924
10925 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10926
10927 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10928 host.
10929
10930 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10931 and mingw32.
10932
10933 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10934
10935 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10936 here as it is not defined in the toplevel Makefile.
10937
10938 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10939
10940 * configure (package_makefile_rules_frag): New variable, which names
10941 a file with generic rules, ...
10942 Change comment to mention we now have FIVE parts.
10943 * configure: Undo last change.
10944
10945 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10946
10947 * config.guess: More accurate determination of HP processor types.
10948 * config.sub: More accurate determination of HP processor types.
10949
10950 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10951
10952 * configure (package_makefile_frag): Move inserting the
10953 ${package_makefile_frag} to where it should be according
10954 to the comment.
10955
10956 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10957
10958 * config.guess: Add support for Linux/ARM.
10959
10960 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10961
10962 * .cvsignore: Remove *-info and *-install since they match
10963 release-info and mpw-install, which we don't want to just ignore.
10964
10965 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10966
10967 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10968
10969 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10970
10971 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10972 local_prefix to sub-make invocations.
10973
10974 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10975
10976 * configure.in: Check makefile fragments in the source
10977 directory.
10978
10979 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10980
10981 * configure.in: Check whether host and target makefile
10982 fragments exist before adding them to *_makefile_frag.
10983
10984 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10985
10986 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10987
10988 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10989
10990 * configure.in: Make sure we only replace RPATH_ENVVAR on
10991 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10992 regexp to sed.
10993
10994 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10995 to sub-makes.
10996
10997 1998-01-13 Lee Iverson (leei@ai.sri.com)
10998
10999 * config-ml.in (multi-do): LDFLAGS must include multilib
11000 designator.
11001
11002 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11003
11004 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11005
11006 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11007
11008 * config.sub: Add mingw32 support.
11009 * configure.in: Likewise.
11010
11011 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11012
11013 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11014
11015 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11016
11017 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11018 * configure (gxx_include_dir): Provide a definition for subdirs
11019 which do not use autoconf.
11020
11021 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11022
11023 * config.guess: Sync with egcs. Picks up new alpha support,
11024 BeOS & some additional linux support.
11025
11026 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11027
11028 * config.guess: HP 9000/803 is a PA1.1 machine.
11029
11030 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11031
11032 * configure.in: It's alpha*-...
11033
11034 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11035
11036 * configure.in (host_makefile_frag, target_makefile_frag):
11037 Handle multiple config files.
11038 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11039 alpha-*-*.
11040
11041 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11042
11043 * mkdep: New file.
11044
11045 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11046
11047 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11048
11049 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11050
11051 * Makefile.in: Add libgui directory.
11052 (GDB_TK): Add all-libgui.
11053 * configure.in: Add libgui directory.
11054 * configure: Add all-libgui to GDB_TK.
11055
11056 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11057
11058 * config-ml.in (multidirs): Add m32r to multilib list.
11059
11060 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11061
11062 * Makefile.in (all-target-gperf): Change dependency to
11063 all-target-libstdc++.
11064
11065 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11066
11067 * config.guess: Add BeOS support.
11068
11069 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11070
11071 Source directory cvs renamed to cvssrc:
11072 * configure.in (host_tools): Change cvs to cvssrc.
11073 (native_only): Likewise.
11074 (noconfigdirs) [various cases]: Likewise.
11075 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11076 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11077 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11078 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11079 (all-cvssrc): Rename target from all-cvs.
11080
11081 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11082
11083 * configure (gxx_include_dir): Fix thinko.
11084
11085 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11086
11087 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11088 (install-cross, install-gcc-cross): New targets.
11089
11090 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11091
11092 * configure.in (noconfigdirs): Add support for Thumb target.
11093
11094 * config.sub (maybe_os): Add support for Thumb target.
11095
11096 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11097
11098 * Makefile.in: Add rules for cygmon.
11099
11100 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11101
11102 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11103
11104 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11105 * configure (gxx_include_dir): Provide a definition for subdirs
11106 which do not use autoconf.
11107
11108 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11109
11110 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11111 11/18/97 build
11112
11113 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11114
11115 * From Franz Sirl.
11116 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11117 found on RedHat Linux systems.
11118
11119 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11120
11121 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11122 guesses.
11123
11124 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11125
11126 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11127
11128 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11129
11130 * ltmain.sh: If mkdir fails, check whether the directory was created
11131 anyhow by some other process.
11132
11133 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11134
11135 * configure.in (d30v-*-*): Configure all directories.
11136
11137 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11138
11139 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11140 for the D30V.
11141
11142 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11143
11144 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11145
11146 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11147
11148 * include/libiberty.h: Add extern "C" { so it can be used with C++
11149 progrms.
11150 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11151 programs.
11152
11153 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11154
11155 * configure.in (d30v-*-*): Configure GCC now.
11156
11157 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11158
11159 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11160 is no longer needed.
11161
11162 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11163
11164 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11165
11166 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11167
11168 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11169 targets using "$@" to provide support for similar but not identical
11170 targets without having to duplicate code.
11171
11172 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11173
11174 * makefile.vms: Fix to work with DEC C.
11175
11176 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11177
11178 * config.sub: Add mips-tx39-elf to marketing names.
11179
11180 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11181
11182 * ltmain.sh: Handle symlinks in generated script.
11183
11184 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11185
11186 * configure: Handle autoconf style directory options: --bindir,
11187 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11188 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11189 --sysconfdir.
11190 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11191 (sharedstatedir, localstatedir, oldincludedir): New variables.
11192 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11193 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11194 sbindir, sharedstatedir, and sysconfdir.
11195
11196 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11197
11198 * Makefile.in (bootstrap-lean): New target.
11199
11200 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11201
11202 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11203 sn, and gnuserv from noconfigdirs.
11204
11205 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11206
11207 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11208
11209 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11210
11211 * Makefile.in (cross): New target.
11212
11213 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11214 Jeff Law <law@cygnus.com>
11215
11216 * Makefile.in (bootstrap2, bootstrap3): New targets.
11217 (all-bootstrap): Remove outdated and confusing target.
11218 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11219
11220 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11221
11222 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11223 windows. Consistent with gdb/configure.
11224
11225 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11226
11227 * configure.in: Name Linux target fragment.
11228
11229 * configure: Rewrite so that project Makefile fragment is inserted
11230 first and appears last in the resulting Makefile.
11231
11232 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11233
11234 * Makefile.in (install-itcl): Install tcl first.
11235
11236 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11237
11238 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11239
11240 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11241
11242 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11243
11244 * configure.in (skipdirs): Add target-librx for Linux.
11245 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11246
11247 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11248
11249 * Makefile.in (bootstrap): New target.
11250
11251 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11252
11253 * config.sub: Accept 'amigados' for backward compatability.
11254
11255 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11256
11257 * config.guess: Merge with FSF.
11258
11259 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11260
11261 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11262
11263 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11264
11265 * config.sub: Add "marketing-names" patch.
11266
11267 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11268
11269 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11270
11271 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11272
11273 * config.sub: Handle v850-elf.
11274
11275 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11276
11277 * .cvsignore (*-install): Remove.
11278
11279 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11280
11281 * ltconfig: Set CONFIG_SHELL in libtool.
11282 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11283
11284 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11285
11286 * configure.in (target_subdir): Set to libraries if enable_multilib.
11287
11288 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11289
11290 * config.guess: Update from gcc directory.
11291
11292 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11293
11294 * Makefile.in (all-sim): Depends on all-readline.
11295
11296 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11297
11298 * Makefile.in (BISON, YACC): Use $$s.
11299 (all-bison): Depend on all-texinfo.
11300
11301 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11302
11303 * Makefile.in (BISON): Add -L flag.
11304 (YACC): Likewise.
11305
11306 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11307
11308 * configure.in (noconfigdirs): Add support for v850e target.
11309
11310 * config.sub (maybe_os): Add support for v850e target.
11311
11312 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11313
11314 * configure.in (noconfigdirs): Add support for v850ea target.
11315
11316 * config.sub (maybe_os): Add support for v850ea target.
11317
11318 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11319
11320 * config.sub: Add mipstx39. Delete r3900.
11321
11322 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11323
11324 * Makefile.in (all-autoconf): Depends on all-texinfo.
11325
11326 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11327
11328 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11329 eabi targets.
11330
11331 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11332
11333 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11334
11335 * configure: When handling a Canadian Cross, handle YACC as well as
11336 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11337 * Makefile.in (all-bison): Depend upon all-texinfo.
11338
11339 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11340
11341 * Makefile.in (BISON): bison, not byacc or bison -y.
11342 (YACC): bison -y or byacc or yacc.
11343 (various): Add *-bison as appropriate.
11344 (taz): No need to mess with BISON anymore.
11345
11346 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11347
11348 * configure: If OSTYPE matches *win32*, try to find a good value for
11349 CONFIG_SHELL.
11350
11351 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11352
11353 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11354 configure.in if it is present.
11355
11356 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11357
11358 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11359
11360 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11361
11362 * config.sub: Recognize `arc' cpu.
11363 * configure.in: Likewise.
11364 * config-ml.in: Likewise.
11365
11366 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11367
11368 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11369
11370 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11371
11372 * configure: Changed sed delimiter from ':' to '|' when
11373 attempting to substitute ${config_shell} for SHELL. On
11374 NT ${config_shell} may contain a ':' in it.
11375
11376 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11377
11378 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11379
11380 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11381
11382 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11383
11384 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11385
11386 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11387
11388 * ylwrap: If the program is a relative path, force it to be
11389 absolute.
11390
11391 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11392
11393 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11394
11395 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11396
11397 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11398 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11399 for libraries.
11400
11401 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11402
11403 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11404 separated by spaces.
11405
11406 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11407
11408 * ylwrap: New file.
11409 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11410
11411 * ltmain.sh: Handle /bin/sh at start of install program.
11412
11413 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11414
11415 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11416 * missing: New file, from automake 1.2.
11417
11418 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11419
11420 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11421 check-tk to CHECK_X11_MODULES.
11422
11423 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11424
11425 * config.sub: Merge with FSF.
11426
11427 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11428
11429 * config.guess: Merge with FSF.
11430
11431 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11432
11433 * configure: Treat msdosdjgpp like go32.
11434 * configure.in: Likewise. Don't remove gprof for go32.
11435
11436 * configure: Change Makefile.tem2 to Makefile.tm2.
11437
11438 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11439
11440 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11441
11442 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11443
11444 * install-sh (chmodcmd): Set to null if the DST directory already
11445 exists. Same as Nov 11th change.
11446
11447 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11448
11449 * configure (GDB_TK): Needs itcl and tix.
11450
11451 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11452
11453 * config.guess: Update from FSF.
11454
11455 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11456
11457 * Makefile.in (GDB_TK): Depend on itcl and tix.
11458
11459 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11460
11461 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11462 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11463 (INSTALL_SCRIPT): New variable.
11464 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11465 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11466 to -x.
11467 * install-sh: Add support for -x option.
11468
11469 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11470
11471 * configure.in, Makefile.in: Treat tix like itcl.
11472
11473 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11474
11475 * Makefile.in (WINDRES): New variable.
11476 (WINDRES_FOR_TARGET): New variable.
11477 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11478 (EXTRA_HOST_FLAGS): Add WINDRES.
11479 (EXTRA_TARGET_FLAGS): Add WINDRES.
11480 (EXTRA_GCC_FLAGS): Add WINDRES.
11481 ($(DO_X)): Pass down WINDRES.
11482 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11483 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11484 DLLTOOL_FOR_TARGET.
11485
11486 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11487
11488 * configure.in: configure sim before gdb for win32-x-ppc
11489
11490 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11491
11492 Move gperf into the toplevel, from libg++.
11493 * configure.in (target_tools): Add target-gperf.
11494 (native_only): Add target-gperf.
11495 * Makefile.in (all-target-gperf): New target, depend on
11496 all-target-libg++.
11497 (configure-target-gperf): Empty rule.
11498 (ALL_TARGET_MODULES): Add all-target-gperf.
11499 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11500 (CHECK_TARGET_MODULES): Add check-target-gperf.
11501 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11502 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11503
11504 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11505
11506 * config.sub (mn10200): Recognize new basic machine.
11507
11508 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11509
11510 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11511 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11512
11513 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11514
11515 * configure.in: If we're building mips-sgi-irix6* native, turn on
11516 ENABLE_MULTILIB and set TARGET_SUBDIR.
11517
11518 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11519
11520 * Makefile.in (all-sn): Depend on all-grep.
11521
11522 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11523
11524 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11525
11526 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11527 Makefile. From Jeff Makey <jeff@cts.com>.
11528 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11529
11530 * Makefile.in (DISTBISONFILES): Remove.
11531 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11532 $(DEFAULT_YACC).
11533
11534 * configure.in: Build itl, db, sn, etc., when building for native
11535 cygwin32.
11536
11537 * Makefile.in (LD): New variable.
11538 (EXTRA_HOST_FLAGS): Pass down LD.
11539 ($(DO_X)): Likewise.
11540
11541 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11542
11543 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11544
11545 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11546
11547 * configure.in (targargs): Strip out any supplied --build argument
11548 before adding our own. Always add --build.
11549
11550 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11551
11552 * configure.in (targargs): Pass --build if we're doing
11553 a cross-compile.
11554
11555 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11556
11557 * configure: Use '|' instead of ":" as the separator in
11558 sed. Otherwise sed chokes on NT path names with drive
11559 designators. Also look for "?:*" as the leading characters in an
11560 absolute pathname.
11561
11562 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11563
11564 * config.sub: Support for r3900.
11565
11566 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11567
11568 * configure.in: Use install-sh, not install.sh.
11569
11570 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11571
11572 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11573 apply it twice.
11574
11575 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11576
11577 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11578 install-binutils.
11579
11580 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11581
11582 * Makefile.in: Add automake targets.
11583 * configure.in (host_tools): Add automake.
11584
11585 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11586
11587 * configure: Default CXX to c++, not gcc.
11588 * Makefile.in (CXX): Set to c++, not gcc.
11589 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11590
11591 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11592
11593 * install-sh: try appending a .exe if source file doesn't
11594 exist
11595
11596 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11597
11598 * configure.in: Turn on multilib by default.
11599 (cross_only): Remove target-libiberty.
11600
11601 * Makefile.in (all-gcc): Don't depend on libiberty.
11602
11603 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11604
11605 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11606
11607 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11608
11609 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11610 (DISTBISONFILES): Add ld/Makefile.in
11611
11612 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11613
11614 * configure.in: if target is cygwin32 but host isn't cygwin32,
11615 don't configure gdb tcl tk expect, not just gdb.
11616
11617 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11618
11619 * configure.in: Added gnuserv everywhere sn appears.
11620
11621 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11622 (CROSS_CHECK_MODULES): Added check-gnuserv.
11623 (INSTALL_MODULES): Added install-gnuserv.
11624 (CLEAN_MODULES): Added clean-gnuserv.
11625 (all-gnuserv): New target.
11626
11627 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11628
11629 * config.guess: Fixes for MIPS OpenBSD systems.
11630
11631 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11632
11633 * Makefile.in (INSTALL_XFORM): Remove.
11634 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11635
11636 * mkinstalldirs: New file, copied from automake.
11637 * Makefile.in (installdirs): Rename from install-dirs. Use
11638 mkinstalldirs. Change all users.
11639 (DEVO_SUPPORT): Add mkinstalldirs.
11640
11641 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11642
11643 * install-sh: Rename from install.sh.
11644 * Makefile.in (INSTALL): Change install.sh to install-sh.
11645 (DEVO_SUPPORT): Likewise.
11646
11647 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11648 Graichen <graichen@rzpd.de>.
11649
11650 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11651
11652 * config.guess: Recognize OpenBSD systems correctly.
11653
11654 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11655
11656 * README, Makefile.in (ETC_SUPPORT): Remove references to
11657 cfg-paper*, configure.{texi,man,info*}._
11658
11659 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11660
11661 * Makefile.in (all.normal): Ensure that gcc is built after all
11662 the x11 - ie gdb - targets.
11663
11664 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11665
11666 * makefile.vms: Don't run conf-a-gas.
11667
11668 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11669
11670 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11671
11672 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11673
11674 * configure.in: Remove noconfigdirs case since gdb also
11675 configures and builds for tic80-coff.
11676
11677 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11678
11679 * configure: Set cache_file to config.cache.
11680 * Makefile.in (local-distclean): Remove config.cache.
11681
11682 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * COPYING: Update FSF address.
11685
11686 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11687
11688 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11689 noconfigdirs.
11690
11691 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11692
11693 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11694 MAKEDIRS, is empty.
11695
11696 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11697
11698 * config.sub: Tweak mn10300 entry.
11699
11700 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11701
11702 * configure.in (host_tools): Put sim before gdb, so gdb's
11703 configure.tgt can determine if the simulator was configured.
11704
11705 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11706
11707 * config.sub: Move BeOS $os case to be with other Cygnus
11708 local cases.
11709
11710 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11711
11712 * config.sub: Remove misplaced comment that broke Linux.
11713
11714 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11715
11716 * config.sub: Add BeOS support.
11717
11718 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11719
11720 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11721
11722 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11723
11724 * configure.in (noconfigdirs): Remove tcl and tk from
11725 noconfigdirs for cygwin32 builds.
11726
11727 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11728
11729 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11730
11731 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11732
11733 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11734 make-all.com, use makefile.vms instead.
11735
11736 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11737
11738 * config.sub: Accept -lnews*.
11739
11740 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11741
11742 * configure.in (noconfigdirs): Disable target-newlib,
11743 target-examples and target-libiberty for d30v.
11744
11745 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11746
11747 * configure.in (noconfigdirs): Enable ld for d30v.
11748
11749 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11750
11751 * configure.in (tic80-*-*): Build compiler.
11752
11753 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11754
11755 * configure.in (d30v-*): Remove sim directory from list of
11756 unsupported d30v directories
11757
11758 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11759
11760 * config.sub, configure.in: Add d30v target cpu.
11761
11762 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11763
11764 * makefile.vms: New file.
11765 * make-all.com: Remove.
11766
11767 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11768
11769 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11770
11771 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11772
11773 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11774
11775 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11776
11777 * Makefile.in (ALL_MODULES): Added all-db.
11778 (CROSS_CHECK_MODULES): Addec check-db.
11779 (INSTALL_MODULES): Added install-db.
11780 (CLEAN_MODULES): Added clean-db.
11781
11782 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11783
11784 * config.guess: Merge with latest FSF sources.
11785
11786 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11787
11788 * Makefile.in (ALL_MODULES): Added all-itcl.
11789 (CROSS_CHECK_MODULES): Added check-itcl.
11790 (INSTALL_MODULES): Added install-itcl.
11791 (CLEAN_MODULES): Added clean-itcl.
11792
11793 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11794
11795 * configure.in: build gdb for mn10200
11796
11797 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11798
11799 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11800
11801 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11802
11803 * configure.in (tic80-*-*): Turn off most targets right now.
11804
11805 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11806
11807 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11808 rather than the makeinfo program.
11809 (do-info): Depend upon all-texinfo.
11810
11811 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11812
11813 * configure.in: Remove uses of config/mh-linux.
11814
11815 * config.sub, config.guess: Merge with latest FSF sources.
11816
11817 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11818
11819 * config.sub (case $basic_machine): Add tic80 entries.
11820
11821 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11822
11823 * config.sub, config.guess: Merge with latest FSF sources.
11824
11825 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11826
11827 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11828 * mpw-config.in: Test for NewFolderRecursive.
11829 * mpw-install: Use symbolic name for startup filename.
11830 * mpw-README: Add various additional details.
11831
11832 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11833
11834 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11835
11836 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11837
11838 * configure.in: Do build gcc and the target libraries for
11839 the mn10200.
11840
11841 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11842
11843 * configure.in: don't avoid building gdb for mn10300 any more
11844 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11845 instead of single-quoting it.
11846
11847 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11848
11849 * configure.in: Don't use --with-stabs on IRIX 6.
11850
11851 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11852
11853 * configure.in (m32r): Build gdb, libg++ now.
11854
11855 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11856
11857 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11858 directories from noconfigdirs.
11859
11860 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11861
11862 * config.sub (basic_machine): added mips16 configuration
11863
11864 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11865
11866 * config.sub: Handle d10v-unknown.
11867
11868 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11869
11870 * config.sub: Handle v850-unknown.
11871
11872 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11873
11874 * Makefile.in: add findutils
11875 * configure.in: add findutils to list of host_tools
11876
11877 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11878
11879 * config.sub: Handle mn10200 and mn10300.
11880
11881 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11882
11883 * configure.in (d10v-*): Do not build librx.
11884
11885 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11886
11887 * configure.in (mn10300): Build everything except gdb & libgloss.
11888
11889 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11890
11891 * config.guess: Patch for Dansk Data Elektronik servers,
11892 from Niels Skou Olsen <nso@dde.dk>.
11893
11894 For ncr, use /bin/uname rather than uname, since GNU uname does not
11895 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11896
11897 Patch for MIPS R4000 running System V,
11898 from Eric S. Raymond <esr@snark.thyrsus.com>.
11899
11900 Fix thinko for nextstep.
11901
11902 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11903
11904 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11905 * config.guess: Guess mips-dec-mach_bsd4.3.
11906
11907 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11908 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11909 release numbers.
11910 * config.guess (mips-mips-riscos*): Emit just enough of the
11911 release number.
11912
11913 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11914 * config.guess (sparc-auspex-sunos*): Added.
11915 (f300-fujitsu-*): Added.
11916
11917 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11918 * config.guess: Recognize a Tadpole as a sparc.
11919
11920 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11921
11922 * config.guess: Don't assume that NextStep version is either 2 or
11923 3. NextStep 4 (aka OpenStep 4) has come out now.
11924
11925 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11926
11927 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11928 From Rik Faith <faith@cs.unc.edu>.
11929
11930 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11931
11932 * config.sub: Contributions from bug-gnu-utils to:
11933 Support plain "hppa" (no version given) architecture, reported by
11934 OpenStep.
11935 OpenBSD like NetBSD.
11936 LynxOs is not a hardware supplier.
11937
11938 * config.guess: Contributions from bug-gnu-utils to add support for:
11939 OpenBSD like NetBSD.
11940 Stratus systems.
11941 More Pyramid systems.
11942 i[n>4]86 Intel chips.
11943 M680[n>4]0 Motorola chips.
11944 Use unknown instead of lynx for hardware manufacturer.
11945
11946 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11947
11948 * install.sh (chmodcmd): Set to null if the DST directory already
11949 exists.
11950
11951 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11952
11953 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11954 not use mt-ppc target Makefile fragment any more.
11955
11956 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11957
11958 * configure.in (*-*-windows): Exclude everything but those dirs
11959 needed to build windows.
11960
11961 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11962
11963 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11964
11965 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11966
11967 * configure.in: Exclude mmalloc from i386-windows.
11968
11969 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11970
11971 * Undo my previous change.
11972
11973 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11974
11975 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11976 unconditionally.
11977 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11978
11979 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11980
11981 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11982 host to add it's own flags.
11983
11984 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11985
11986 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11987
11988 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11989
11990 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11991 (CXX_FOR_TARGET): Likewise.
11992 (GCC_FOR_TARGET): Define.
11993 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11994 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11995 CC_FOR_TARGET was specified on the command line.
11996 (MAKEOVERRIDES): Don't define.
11997
11998 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11999
12000 * configure.in (m32r): Fix spelling of libg++ libs.
12001
12002 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12003
12004 * config.sub (-apple*): Remove, now redundant.
12005
12006 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12007
12008 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12009
12010 * configure: Rework yesterday's sed script patch.
12011
12012 * config.sub: Merge with FSF.
12013
12014 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12015
12016 * config.guess: Merge from FSF.
12017
12018 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12019 * config.guess: Use pc instead of unknown, for pc clone systems.
12020 Change linux to linux-gnu.
12021
12022 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12023 * config.guess: Avoid non-portable tr syntax.
12024
12025 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12026
12027 * test-build.mk (HOLES): Add "xargs" for gdb.
12028
12029 * configure: Avoid hpux10.20 sed bug.
12030
12031 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12032
12033 * configure.in: Add support for windows host
12034 (that is a build done under the Microsoft build environment).
12035
12036 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12037
12038 * Makefile.in: Replace all uses of srcroot with s, to shrink
12039 command line lengths.
12040
12041 Patches from Geoffrey Noer <noer@cygnus.com>:
12042 * configure.in: If configuring for newlib, pass --with-newlib to
12043 subdirectories.
12044 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12045 -Bnewlib/ and -Lwinsup to gcc.
12046 (CXX_FOR_TARGET): Likewise.
12047
12048 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12049
12050 * Makefile.in (ETC_SUPPORT): Add configure.
12051
12052 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12053
12054 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12055 host configuration file.
12056
12057 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12058
12059 * configure.in: Break mn10x00 support into separate
12060 mn10200 and mn10300 configurations.
12061 * config.sub: Likewise.
12062
12063 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12064
12065 * configure.in: Add lots of stuff to noconfigdirs for
12066 the mn10x00 targets.
12067
12068 * config.sub, configure.in: Add mn10x00 support.
12069
12070 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12071
12072 * make-all.com: Call conf-a-gas, not config-a-gas.
12073
12074 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12075
12076 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12077 targets.
12078
12079 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12080
12081 * mpw-README: Add much more detail for native PowerMac.
12082 * mpw-install: New file.
12083 * mpw-configure: Add --norecursion and --help options.
12084 * mpw-config.in: Translate readme and install files when
12085 copying to objdir.
12086 * mpw-build.in: Don't always depend on byacc and flex.
12087 (install-only-top): New action.
12088
12089 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12090
12091 * configure.in: You can now configure GDB for the v850.
12092
12093 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12094
12095 * configure.in (noconfigdirs): Don't configure any C++ dirs
12096 if targeting D10V.
12097
12098 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12099
12100 * config.sub: Recognize mips64vr5000.
12101
12102 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12103
12104 * configure.in: Use a single line for host_tools and native_only.
12105
12106 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12107
12108 * config.sub, configure.in: Add entries for m32r.
12109
12110 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12111
12112 * Makefile.in (inet-install): Don't run install-gzip.
12113
12114 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12115
12116 * configure.in: Don't config lots of things for *-*-windows*.
12117
12118 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12119
12120 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12121 (host_libs, host_tools): Copy from configure.in.
12122 * mpw-configure: Don't complain about directories not found.
12123
12124 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12125
12126 * configure.in (i[345]86): Recognize i686 for pentium pro.
12127 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12128 file.
12129
12130 * config.guess (i[345]86): Ditto.
12131
12132 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12133
12134 * configure.in (noconfigdirs): Removed gdb for D10V.
12135
12136 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12137
12138 * configure.in: Remove ld, target-libio, target-libg++, and
12139 target-libstdc++ from noconfigdirs.
12140
12141 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12142
12143 * configure: Fix three locations where shell scripts were
12144 being run directly rather than with config_shell.
12145
12146 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12147
12148 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12149 * config.sub (basic_machine): Recognize v850.
12150
12151 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12152
12153 * mpw-configure: Handle multiple enable/disable options and
12154 pass them down recursively, handle -c and -s flags appropriately
12155 depending on choice of compiler, add escape mechanism for
12156 quoted arguments to gC.
12157
12158 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12159
12160 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12161 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12162 so that -mrelocatable-lib and -mno-eabi are used.
12163
12164 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12165 not support --print-multi-lib, don't abort.
12166
12167 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12168
12169 * make-all.com: Run config-a-gas.
12170 * setup.com: Don't copy subdirectory files around.
12171
12172 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12173
12174 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12175 target, it now compiles correctly.
12176
12177 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12178
12179 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12180
12181 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12182
12183 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12184
12185 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12186
12187 * configure.in (native_only): Add prms.
12188
12189 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12190
12191 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12192 (BINUTILS_SUPPORT_DIRS): Likewise.
12193
12194 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12195
12196 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12197 d10v support is added.
12198
12199 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12200
12201 * configure.in (d10v-*-*): New target.
12202
12203 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12204
12205 * config.guess (HP 9000/811): Recognize this as a PA1.1
12206 machine.
12207
12208 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12209
12210 * Makefile.in (do-tar-gz): New target, split out from tail end of
12211 taz target. Run each command separately, don't use pipes.
12212 (taz): Use it.
12213
12214 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12215
12216 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12217 * mpw-build.in: No builds should depend on building byacc or flex,
12218 they are assumed to be installed already.
12219
12220 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12221
12222 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12223 variable that CC_FOR_TARGET needs.
12224
12225 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12226
12227 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12228 options have changed since the last time the subdirectory was
12229 configured, and if it has, reconfigure.
12230 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12231 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12232
12233 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12234
12235 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12236 CLEAN_MODULES): Add bash.
12237 (all-bash): New target.
12238
12239 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12240
12241 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12242
12243 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12244
12245 * config.sub (basic_machine): Recognize d10v as a valid processor.
12246
12247 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12248
12249 * mpw-configure: Add support for --bindir.
12250 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12251
12252 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12253
12254 * configure.in: add bash, time, gawk to list of hosttools and things
12255 to only build for native toolchains
12256
12257 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12258
12259 * Makefile.in (docdir): Remove.
12260
12261 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12262
12263 * Makefile.in (datadir): Set to $(prefix)/share.
12264
12265 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12266
12267 * configure.in: build diff and patch for cygwin32-hosted
12268 toolchains.
12269
12270 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12271
12272 * config.sub: Accept -rtems*.
12273
12274 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12275
12276 * configure.in: enable dosrel for cygwin32-hosted builds,
12277 remove diff from the list of things not buildable
12278 via Canadian Cross
12279
12280 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12281
12282 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12283 don't get ". ".
12284
12285 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12286
12287 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12288
12289 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12290
12291 * Makefile.in (taz): Handle case where tex3patch didn't even get
12292 checked out. Also, if it was found, put the symlink in a new util
12293 subdirectory.
12294
12295 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12296
12297 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12298
12299 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12300
12301 * config.sub: Recognize -openvms.
12302 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12303 * make-all.com, setup.com: New files.
12304
12305 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12306
12307 * Makefile.in (taz): tex3patch moved to texinfo/util.
12308
12309 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12310
12311 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12312 * configure.in: remove make from disable-if-Can-Cross list
12313 enable gdb if ${host} and ${target} are cygwin32
12314
12315 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12316
12317 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12318 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12319
12320 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12321
12322 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12323 distinguish sysv/svr4/bsd variants.
12324 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12325
12326 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12327
12328 * configure.in: Added copyright notice.
12329 * move-if-change: Added copyright notice.
12330
12331 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12332
12333 * configure.in (powerpcle-*-solaris*): Until we get shared
12334 libraries working, don't build gdb, sim, make, tcl, tk, or
12335 expect.
12336
12337 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12338
12339 * config.guess: Merge with FSF:
12340
12341 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12342 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12343
12344 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12345 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12346
12347 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12348 * config.guess: Combine two OSF1 rules.
12349 Also recognize field test versions. From mjr@zk3.dec.com.
12350 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12351 because GNU uname does not support -p. From pmr@pajato.com.
12352
12353 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12354
12355 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12356
12357 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12358
12359 * mpw-README: Document GCCIncludes.
12360
12361 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12362
12363 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12364
12365 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12366
12367 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12368
12369 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12370
12371 * configure.in (*-*-cygwin32): Configure make.
12372
12373 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12374
12375 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12376
12377 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12378
12379 * Makefile.in (all-inet): Depend on all-perl.
12380
12381 * Makefile.in (inet-install): New target.
12382
12383 * Makefile.in (all-inet): Depend on all-tcl.
12384 (all-inet): Depend on all-send-pr.
12385
12386 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12387
12388 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12389 temporarily.
12390
12391 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12392
12393 * configure.in: Don't configure --with-gnu-ld on AIX.
12394
12395 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12396
12397 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12398
12399 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12400
12401 * Makefile.in (ALL_MODULES): Added all-inet.
12402 (CROSS_CHECK_MODULES): Added check-inet.
12403 (INSTALL_MODULES): Added install-inet.
12404 (CLEAN_MODULES): Added clean-inet.
12405 (all-indent): New target.
12406
12407 * configure.in (host_tools): Added inet.
12408 (native_only): Added inet.
12409 (noconfigdirs): Added inet.
12410
12411 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12412
12413 * configure.in: Don't configure libgloss if we are not configuring
12414 newlib.
12415
12416 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12417
12418 * configure.in: Don't configure libgloss for unsupported
12419 architectures.
12420
12421 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12422
12423 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12424
12425 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12426
12427 * Makefile.in (ALL_MODULES): Include all-apache.
12428 (CROSS_CHECK_MODULES): Include check-apache.
12429 (INSTALL_MODULES): Include install-apache.
12430 (all-apache): New target.
12431
12432 * configure.in: Added apache everywhere perl is seen.
12433
12434 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12435
12436 * Makefile.in: Add support for clean-{module} and
12437 clean-target-{module} rules.
12438
12439 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12440
12441 * configure.in (*-*-ose) do not build libgloss.
12442
12443 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12444
12445 * config.guess (prep*:SunOS:5.*:*): Turn into
12446 powerpele-unknown-solaris2.
12447
12448 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12449
12450 * configure.in: Permit --enable-shared to specify a list of
12451 directories.
12452
12453 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12454
12455 * configure.in (host==solaris): Pass only the first word of $CC
12456 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12457
12458 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12459
12460 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12461
12462 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12463
12464 * Makefile.in (ALL_MODULES): Include all-perl.
12465 (CROSS_CHECK_MODULES): Include check-perl.
12466 (INSTALL_MODULES): Include install-perl.
12467 (ALL_X11_MODULES): Include all-guile.
12468 (CHECK_X11_MODULES): Include check-guile.
12469 (INSTALL_X11_MODULES): Include install-guile.
12470 (all-perl): New target.
12471 (all-guile): New target.
12472
12473 * configure.in (host_tools): Include perl and guile.
12474 (native_only): Include perl and guile.
12475 (noconfigdirs): Don't build guile and perl; no ports have been
12476 done.
12477
12478 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12479
12480 * configure (--enable-*): Handle quoted option lists such as
12481 --enable-sim-cflags='-g0 -O' better.
12482
12483 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12484
12485 * Makefile.in ({,inst}all-target): New rule so we can make and
12486 install all of the target directories easily.
12487
12488 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12489
12490 * configure.in: Add missing global flag in sed substitution when
12491 deleting `target-' from ${configdirs}.
12492
12493 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12494
12495 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12496 option.
12497
12498 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12499 config/mh-necv4.
12500
12501 * install.sh: Correct misspelling of transformbasename.
12502
12503 * config.guess: Recognize mips-*-sysv*.
12504
12505 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12506
12507 * config.sub: Recognize mon960.
12508
12509 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12510
12511 * configure: Restore Canadian Cross handling of BISON and LEX,
12512 removed in Feb 20 change.
12513
12514 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12515
12516 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12517 Mention make install. Remove the old copyright date as well the
12518 clumsy and rather pointless copyright on the README file.
12519
12520 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12521
12522 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12523 Makefile after running symlink-tree, then run `make distclean' to
12524 avoid clobbering any generated files in srcdir.
12525
12526 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12527
12528 * configure.in (m68k-*-netbsd*): Build everything now.
12529
12530 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12531
12532 * Makefile.in (taz): Fix quoting.
12533
12534 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12535
12536 * configure.in (sparclet-*-*): Build everything now.
12537
12538 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12539
12540 * configure.in (m68k-*-linux*): New host.
12541
12542 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12543
12544 * configure: Check for bison before byacc.
12545
12546 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12547
12548 * Makefile.in configure: Change the way LEX and BISON/YACC are
12549 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12550 searching PATH. These are used as fallbacks by Makefile.in if
12551 flex/bison/byacc aren't in objdir.
12552
12553 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12554
12555 * Makefile.in: Make everything which depends upon all-bfd also
12556 depend upon all-opcodes, in case --with-commonbfdlib is used.
12557
12558 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12559
12560 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12561 building NT native compilers on Unix.
12562
12563 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12564
12565 * configure.in: Don't get CC from the host Makefile fragment if we
12566 can find gcc in PATH, or if this is a Canadian Cross. Move the
12567 Solaris test for /usr/ucb/cc to the post target script, just after
12568 the compiler sanity test.
12569
12570 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12571
12572 * config.sub: Merge with FSF.
12573
12574 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12575
12576 * Makefile.in (RPATH_ENVVAR): New variable.
12577 (REALLY_SET_LIB_PATH): Use it.
12578 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12579
12580 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12581
12582 * config.sub, configure.in: Recognize sparclet cpu.
12583
12584 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12585
12586 * config.guess: Support m68k-cbm-sysv4.
12587
12588 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12589
12590 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12591 m68k-unknown-linuxaout from linker help string. Put quotes around
12592 $ld_help_string.
12593
12594 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12595
12596 * config.guess (powerpc-harris-powerunix): Add guess for port
12597 to new target.
12598
12599 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12600
12601 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12602
12603 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12604
12605 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12606 $(REALLY_SET_LIB_PATH) in Makefile.
12607 * Makefile.in (SET_LIB_PATH): New variable.
12608 (REALLY_SET_LIB_PATH): New variable.
12609 ($(DO_X)): Use $(SET_LIB_PATH).
12610 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12611 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12612 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12613 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12614 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12615 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12616 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12617 (install-dosrel): Likewise.
12618 (all-opcodes): Depend upon all-libiberty.
12619
12620 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12621
12622 * config.guess (*:CYGWIN*): New
12623
12624 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12625
12626 * Makefile.in (all-target-winsup): All all-target-libiberty.
12627
12628 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12629
12630 * configure.in (noconfigdirs): Add missing # in front of comment.
12631
12632 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12633
12634 * configure.in: add second pass to things added to noconfigdirs
12635 so *-gm-magic can exclude libgloss properly.
12636
12637 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12638
12639 * mpw-configure (extralibs_name, rez_name): Set correctly
12640 for MWC68K compiler.
12641
12642 * mpw-README: Add more info on the necessary build tools.
12643
12644 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12645
12646 * configure.in, config.sub: Recognize cygwin32.
12647
12648 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12649
12650 * config.guess, config.sub: Recognize A/UX.
12651
12652 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12653
12654 * config.sub: Merge with gcc/config.sub.
12655
12656 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12657
12658 * mpw-build.in (do-binutils): Add build of stamps.
12659
12660 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12661
12662 * config.sub: Add recognition for mips64vr4100*-* targets.
12663
12664 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12665
12666 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12667 Add creation of gconfigargs with `--enable-shared' turned on.
12668 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12669 ($(host)-stamp-stage3-configured): Likewise.
12670 (HOLES): Add chatr and ldd.
12671 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12672
12673 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12674
12675 * configure: Pass --nfp to recursive configures.
12676
12677 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12678
12679 * Makefile.in (DLLTOOL): New.
12680 (DLLTOOL_FOR_TARGET): New.
12681 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12682 (EXTRA_TARGET_FLAGS): Ditto.
12683 (EXTRA_GCC_FLAGS): Ditto.
12684 (CONFIGURE_TARGET_MODULES): Ditto.
12685 (DO_X): Ditto.
12686 * configure: Add DLLTOOL.
12687
12688 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12689
12690 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12691 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12692 mh-sco, since old workarounds no longer needed, and don't
12693 build ld, since libraries have weak symbols in COFF.
12694
12695 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12696
12697 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12698
12699 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12700
12701 * configure.in: Make sure that ${CC} can be used to compile an
12702 executable.
12703
12704 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12705
12706 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12707 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12708 nothing depending on whether gdbtk is being built.
12709
12710 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12711
12712 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12713
12714 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12715
12716 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12717 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12718
12719 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12720
12721 * config-ml.in: Add support for
12722 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12723 Simplify setting of multidirs from --disable-foo.
12724
12725 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12726
12727 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12728 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12729 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12730 non-empty, pass them on to the GCC make.
12731 (all-bootstrap): New rule that is like all-gcc, except it executes
12732 the GCC bootstrap rule instead of the GCC all rule.
12733
12734 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12735
12736 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12737
12738 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12739
12740 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12741 DG/UX support.
12742
12743 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12744
12745 * config.sub (i*86*) Change [345] to [3456]
12746
12747 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12748
12749 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12750 --with-gnu-ld=no.
12751
12752 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12753
12754 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12755 AIX multilibs get built.
12756
12757 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12758
12759 * configure.in (i386-win32): Don't build expect if we're not
12760 building the tcl subdir.
12761
12762 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12763
12764 * Makefile.in: (configure-target-examples, all-target-examples):
12765 New targets, configure and build example programs.
12766
12767 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12768
12769 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12770 use it as input to sedit the generated MPW makefile.
12771 * mpw-README: Add a suggestion about Gestalt.h.
12772
12773 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12774
12775 * config.sub: Accept *-*-ieee*.
12776
12777 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12778
12779 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12780 Ronald F. Guilmette <rfg@monkeys.com>.
12781
12782 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12783
12784 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12785 for powerpc-pe native.
12786 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12787 (target==powerpc-pe): duplicate i386-win32 entry.
12788
12789 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12790
12791 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12792 of vxworks, not just vxworks5.1.
12793
12794 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12795
12796 * mpw-configure: Add support for exec-prefix.
12797
12798 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12799
12800 * config.guess: Recognize HP model 816 machines as having
12801 a PA1.1 processor.
12802
12803 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12804
12805 * configure: Ignore new autoconf configure options.
12806
12807 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12808
12809 * config.guess: Recognize Pentium under SCO.
12810 From Robert Lipe <robertl@arnet.com>.
12811
12812 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12813
12814 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12815
12816 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12817
12818 * configure.in: Don't configure gas for alpha-dec-osf*.
12819
12820 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12821
12822 * configure.in: Default to --with-stabs for some targets for which
12823 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12824 i[345]86*-*-unixware*.
12825
12826 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12827
12828 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12829 rather than basing it on the target. Simplify handling of options
12830 controlling which directories to configure. Remove extraneous
12831 slash in multi-clean target.
12832
12833 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12834
12835 * config-ml.in: Prefix more variables with ml_ so they don't collide
12836 with configure's.
12837
12838 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12839
12840 * configure: Don't turn -v into --v.
12841
12842 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12843
12844 * configure.in (targargs): Fix typo.
12845
12846 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12847
12848 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12849
12850 * configure.in: Strip --host and --target options from
12851 CONFIG_ARGUMENTS, and always configure for --host only. Add
12852 --with-cross-host option when building with a cross-compiler.
12853 * configure: Canonicalize the arguments put into config.status by
12854 always using `=' for an option with an argument. Pass a presumed
12855 --host or --target explicitly.
12856
12857 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12858
12859 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12860 into general OS recognition case.
12861
12862 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12863
12864 * configure.in (target_configdirs): add target-winsup only
12865 for win32 target systems.
12866
12867 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12868
12869 * Makefile.in (all-target-libgloss): Depend upon
12870 configure-target-newlib, since when libgloss is built it looks to
12871 see if the newlib directory exists.
12872
12873 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12874
12875 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12876 cfg-ml-*.in.
12877
12878 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12879
12880 * configure: Handle LD and LD_FOR_TARGET when configuring a
12881 Canadian Cross.
12882
12883 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12884
12885 * configure.in (target_libs): add target-winsup.
12886 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12887 (target==ppcle-pe): remove ld from $noconfigdirs.
12888
12889 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12890
12891 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12892 Preserve relative path names in $srcdir. Build symlink tree if
12893 configuring cross target dir and srcdir=. (= no VPATH support).
12894 (configure-target-libg++): Depend on configure-target-librx.
12895 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12896 * config-ml.in: New file.
12897 * symlink-tree: New file.
12898 * configure: Ensure srcdir="." if that's what it is.
12899
12900 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12901
12902 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12903 includes and FLEX_SKELETON setting.
12904 * mpw-configure (--with-gnu-ld): New option, controls whether
12905 to use PPCLink or ld with PowerMac GCC.
12906 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12907 * mpw-config.in: Configure grez if targeting Mac.
12908
12909 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12910 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12911 just macos.
12912 * configure.in: Configure grez resource compiler if targeting Mac.
12913 * Makefile.in (all-grez, install-grez): New targets.
12914
12915 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12916
12917 * configure: CXX defaults to gcc, not g++. If we find
12918 gcc in the path, set CC to gcc -O2.
12919
12920 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12921
12922 * configure: Default ${build} correctly. Avoid picking up extra
12923 spaces when reading CC and CXX from Makefile. When doing a
12924 Canadian Cross, use plausible default values for numerous
12925 variables.
12926 * configure.in: When doing a Canadian Cross, don't try to
12927 configure tools whose configure script can't handle it.
12928
12929 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12930
12931 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12932
12933 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12934
12935 * configure: Remove dubious bug reporting address.
12936
12937 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12938
12939 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12940 configure script, run that instead of this directory's configure.
12941 In either case, print a message that we're configuring the sub-dir.
12942
12943 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12944
12945 * configure.in: Before checking for the existence of various files,
12946 use sed to filter out "target-".
12947
12948 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12949
12950 * Makefile.in (DO_X): Split rule to decrease command line length
12951 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12952 (Philippe De Muyter).
12953
12954 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12955
12956 * Makefile.in (all-patch): depend on all-libiberty.
12957
12958 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12959
12960 * configure.in: If the only directory in target_configdirs which
12961 actually exists is libiberty, then set target_configdirs to empty,
12962 to avoid trying to build a target libiberty in a gas or gdb
12963 distribution.
12964
12965 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12966
12967 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12968 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12969 systems.
12970
12971 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12972
12973 * configure.in (copy_dirs): Use sys-include instead of include
12974 for --with-headers option.
12975
12976 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12977
12978 * Makefile.in, configure.in: Make winsup builds work with
12979 new scheme.
12980
12981 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12982
12983 * configure.in: Build the linker on AIX.
12984
12985 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12986
12987 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12988 where needed.
12989
12990 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12991
12992 * Makefile.in (all-gcc): Fix typo.
12993
12994 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12995
12996 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12997
12998 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12999
13000 * configure.in: Rename libFOO to target-libFOO, and xiberty
13001 to target-xiberty, to provide more flexibility.
13002 (target_subdir): Define. Create if cross.
13003 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13004 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13005 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13006 check-libFOO -> check-target-libFOO, etc.
13007 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13008 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13009 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13010 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13011 allow ALL_GCC="" to only configure.
13012 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13013 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13014 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13015
13016 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13017
13018 * Makefile.in (taz): Build "info" in etc explicitly.
13019
13020 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13021
13022 * configure.in: Make sure that CC is undefined (as opposed to
13023 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13024 problem with autoconf trying to configure on a host without GCC.
13025
13026 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13027
13028 * mpw-configure: Set host alias from choice of host compiler,
13029 only use generic MPW Makefile sed if present, edit a file
13030 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13031 * mpw-README: Add problem notes about CW6 and CW7.
13032
13033 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13034
13035 * Makefile.in (taz): Use ";" instead of ";;".
13036
13037 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13038
13039 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
13040 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13041 DISTDOCDIRS.
13042 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13043 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13044
13045 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13046
13047 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13048 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13049 Move bfd to DISTSTUFFDIRS.
13050
13051 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13052
13053 * Makefile.in (X11_LIB): Removed.
13054 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13055
13056 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13057
13058 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13059
13060 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13061 names.
13062
13063 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13064
13065 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13066
13067 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13068
13069 * configure.in (i[345]86-*-win32): Always build newlib.
13070 Don't configure cvs, autoconf or texinfo.
13071 * Makefile.in (LD_FOR_TARGET): New.
13072 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13073 Pass down LD_FOR_TARGET.
13074
13075 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13076
13077 * winsup: New directory.
13078 * Makefile.in: Build winsup.
13079 * configure.in: Winsup is configured when target is win32.
13080 Can only build win32 target GDB when native.
13081
13082 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13083
13084 * config.guess: Recognize HP model 819 machines as having
13085 a PA 1.1 processor.
13086
13087 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13088
13089 * configure: Fix sed loop which substitutes for CC and CXX to
13090 avoid bug found in various sed implementations.
13091
13092 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13093
13094 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13095 simulator. Use standard powerpc-*-eabi*.
13096
13097 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13098
13099 * configure.in: Stop putting gas and binutils in noconfigdirs for
13100 powerpc-*-aix* and rs6000-*-*.
13101
13102 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13103
13104 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13105 -mcall-aixdesc libraries.
13106
13107 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13108
13109 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13110
13111 * config.sub (arm | armel | armeb): Fix shell syntax.
13112
13113 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13114
13115 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13116 -msoft-float and -mcpu=common support.
13117 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13118 libraries.
13119
13120 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13121
13122 * configure.in: Allow configuration and build of emacs19 for the alpha.
13123
13124 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13125
13126 * configure.in (CC): Get ^CC, not just any old CC, from
13127 ${host_makefile_frag}.
13128
13129 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13130
13131 * configure.in (CC): Try to get CC from
13132 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13133
13134 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13135
13136 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13137 only if it exists in $(srcdir).
13138
13139 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13140
13141 * configure: If CC and CXX are not set in the environment, set
13142 them, based on either an existing Makefile or on searching for gcc
13143 in PATH. Substitute for CC and CXX in Makefile.
13144 * configure.in: Remove libm from target_libs. Separate
13145 target_configdirs from configdirs. If CC is not set in
13146 environment, try to get it from a host Makefile fragment. Rewrite
13147 changes of configdirs to use skipdirs instead. A few minor
13148 tweaks. Take directories out of target_configdirs as they are
13149 taken out of configdirs. Remove existing Makefile files from
13150 subdirectories. Substitute for TARGET_CONFIGDIRS and
13151 CONFIG_ARGUMENTS in Makefile.
13152 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13153 by configure.in.
13154 (CONFIG_ARGUMENTS): Likewise.
13155 (CONFIGURE_TARGET_MODULES): New variable.
13156 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13157 ($(CONFIGURE_TARGET_MODULES)): New target.
13158 (configure-libg++, configure-libio): New targets.
13159 (all-libg++): Depend upon configure-libg++.
13160 (all-libio): Depend upon configure-libio.
13161 (configure-libgloss, all-libgloss): New targets.
13162 (configure-libstdc++): New target.
13163 (all-libstdc++): Depend upon configure-libstdc++.
13164 (configure-librx, all-librx): New targets.
13165 (configure-newlib): New target.
13166 (all-newlib): Depend upon configure-newlib
13167 (configure-xiberty): New target.
13168 (all-xiberty): Depend upon configure-xiberty.
13169
13170 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13171
13172 * configure.in (host i[345]86-*-win32): Expand the
13173 noconfigdirs again.
13174
13175 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13176
13177 * mpw-configure: Fix sed command file name.
13178
13179 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13180
13181 * configure.in (host i[345]86-*-win32): Reduce the
13182 noconfigdirs again.
13183
13184 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13185
13186 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13187 or powerpc*-*-pe*, since they are not yet supported.
13188
13189 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13190
13191 Add PowerMac support and many other enhancements.
13192 * mpw-configure: New option --cc to select compiler to use,
13193 paste options set according to --cc into the generated
13194 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13195 if mpw-make.sed is present.
13196 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13197 add forward includes for PowerPC include files.
13198 * mpw-build.in: Build using Makefile.PPC if present.
13199 (do-byacc, etc): Remove separate version resource builds.
13200 (do-gas): Build "stamps" before "all".
13201 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13202 * mpw-README: Update to reflect --cc option, PowerMac support,
13203 and recently-reported compatibility problems.
13204
13205 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13206
13207 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13208 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13209 (--with-multilib-top): Pass to recursive invocations.
13210
13211 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13212
13213 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13214 v810-*-*.
13215
13216 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13217
13218 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13219 gdb, ld and opcodes on v810-*-*.
13220
13221 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13222
13223 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13224 (local-maintainer-clean): New target.
13225 (maintainer-clean): New target.
13226 (realclean): Just depend upon maintainer-clean.
13227
13228 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13229
13230 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13231
13232 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13233
13234 * configure.in: Build ld in mips*-*-bsd* case.
13235
13236 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13237
13238 * config.sub: Accept -lites* OS. From Ian Dall.
13239
13240 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13241
13242 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13243 targets.
13244
13245 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13246
13247 * configure.in: treat i386-win32 canadian cross the same as
13248 i386-go32 canadian cross.
13249
13250 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13251
13252 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13253 running under the simulator to build a reduced set of libraries.
13254 (powerpc-*-eabiaix): Add fine grained multilib support added to
13255 other powerpc targets yesterday.
13256
13257 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13258
13259 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13260 -disable-softfloat, -disable-relocatable, -disable-aix, and
13261 -disable-sysv to control which multilib libraries get built.
13262
13263 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13264
13265 * configure: Add Makefile.tem to list of files to remove in trap
13266 handler.
13267
13268 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13269
13270 * config.guess (*Linux*): Add missing "exit"s.
13271 Also, need specific check for alpha-unknown-linux (uses COFF).
13272
13273 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13274
13275 * config.guess: Merge with FSF:
13276
13277 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13278 * config.guess (AIX4): More robust release numbering discovery.
13279
13280 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13281 * config.guess (i386-sequent-ptx): Properly get version number.
13282
13283 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13284 * config.guess (mips:*:4*:UMIPS): New case.
13285
13286 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13287
13288 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13289 (i386-win32 host): Likewise. Don't build readline.
13290
13291 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13292
13293 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13294 SUPPORT_FILES to submakes.
13295
13296 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13297
13298 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13299 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13300 mpw-configure.
13301
13302 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13303
13304 * configure.in (appdirs): Use =, not ==, in test expression when
13305 trying to build the text to print in the warning message for
13306 Solaris users.
13307
13308 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13309
13310 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13311
13312 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13313
13314 * config.guess: Recognize lynx-2.3.
13315
13316 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13317
13318 * config.sub (z8ksim): Deleted
13319 (z8k-*-coff): New, this is the one true name of the target.
13320
13321 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13322
13323 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13324
13325 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13326
13327 * config.guess (*:Linux:*:*): First try asking the linker what the
13328 default object file format is (elf, aout, or coff). Then if this
13329 fails, try previous methods.
13330
13331 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13332
13333 * configure.in: Don't build newlib for *-*-vxworks5.1.
13334
13335 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13336
13337 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13338 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13339
13340 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13341
13342 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13343
13344 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13345
13346 * cfg-ml-com.in: New file.
13347 * cfg-ml-pos.in: New file.
13348
13349 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13350
13351 * COPYING.NEWLIB: Add HP free copyright to list.
13352
13353 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13354
13355 * config.sub: Recognize -eabi* for the system, not just -eabi.
13356
13357 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13358
13359 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13360 * config.sub, configure.in (win32): New target and host.
13361
13362 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13363
13364 * configure.in: Add i386-pe configuration.
13365
13366 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13367
13368 * mpw-build.in (install): Install GDB after LD.
13369
13370 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13371
13372 * mpw-config.in (elf/mips.h): Always forward-include, needed
13373 for GDB to build.
13374
13375 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13376
13377 * testsuite: New directory for customer acceptance and whole tool
13378 chain tests.
13379
13380 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13381
13382 * configure: If per-host line isn't found, but AC_OUTPUT is found
13383 and a configure script exists, run it instead.
13384
13385 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13386
13387 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13388
13389 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13390
13391 * configure: Set build_{cpu,vendor,os,alias} to host values when
13392 --build isn't specified.
13393
13394 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13395
13396 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13397 (FLAGS_TO_PASS): Pass them.
13398 (EXTRA_TARGET_FLAGS): Ditto.
13399
13400 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13401
13402 * Makefile.in (all-libg++): Depend on all-libstdc++.
13403
13404 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13405
13406 * configure.in (noconfigdirs): Enable all packages for
13407 i386-unknown-netbsd.
13408
13409 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13410
13411 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13412 hosted builds (DOS builds)
13413
13414 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13415
13416 Changes for ARM based on patches from Richard Earnshaw:
13417 * config.sub: Handle armeb and armel.
13418 * configure.in: Omit arm linker only for riscix.
13419
13420 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13421
13422 * config.guess: Update from FSF.
13423
13424 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13425
13426 * config.sub: Recognize powerpcle as the little endian varient of
13427 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13428 powerpcle variant. Convert pentium into i586, not i486. Add p5
13429 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13430 temporarily.
13431
13432 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13433
13434 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13435
13436 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13437
13438 * config.sub: Accept -lites* as a basic system type.
13439
13440 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13441
13442 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13443 installed, and if so return linuxoldld as the system name.
13444
13445 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13446
13447 * config.guess: Add hppa1.1-hp-lites support.
13448
13449 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13450
13451 * configure.in: Don't build newlib for m68k-vxworks5.1.
13452
13453 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13454
13455 * configure.in (mips-sgi-irix6): Use mh-irix5.
13456
13457 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13458
13459 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13460
13461 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13462
13463 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13464 OSF/1. Fix compiler flags.
13465 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13466
13467 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13468
13469 * configure.in: Recognize --with-newlib.
13470 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13471
13472 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13473
13474 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13475 to *_X11_MODULES due to gdbtk needing X include files et al.
13476
13477 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13478
13479 Merge in support for Mac MPW as a host.
13480 (Old change descriptions retained for informational value.)
13481
13482 * mpw-config.in: Add generic include forwards for cpu-specific
13483 include files in aout and elf directories.
13484
13485 * mpw-configure: Added copyright.
13486 * mpw-config.in: Check for presence of required build tools.
13487 (target_libs): Add newlib.
13488 (target_tools): Add examples.
13489 (Read Me): Generate as "Read Me for MPW" instead.
13490 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13491 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13492 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13493
13494 * mpw-configure: Remove subdir-specific makefile hackery,
13495 delete mk.tmp after using it.
13496
13497 * mpw-build.in (all): Display start and end times.
13498
13499 * mpw-configure (host_canonical): Set.
13500 (target_cpu): Always add to makefiles.
13501 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13502 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13503 (mpw-mh-mpw): Look for in srcdir and srcroot.
13504 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13505
13506 * mpw-build.in: (install-only): New target.
13507
13508 * mpw-configure (host_alias, target_alias): Rename from hostalias
13509 and targetalias, add into generated Makefile.
13510 (mk.tmp): If present, add into generated Makefile.
13511 * mpw-build.in (all-gas): Build config.h first before gas proper.
13512
13513 * mpw-configure (config.status): Write only if changed.
13514 * mpw-config.in (readline): Configure it (not built, just used for
13515 definitions).
13516
13517 * mpw-config.in (elf/mips.h): Add a forward include.
13518
13519 * mpw-config.in: Forward-include most .h files in include into
13520 extra-include.
13521 (readline): Don't build.
13522 mpw-build.in (install): Install GDB.
13523
13524 * mpw-configure (prefix, mpw_prefix): Handle it.
13525 * mpw-config.in (mmalloc, readline): Don't configure.
13526 * mpw-build.in (thisscript): Rename to ThisScript.
13527 Use mpw-build instead of BuildProgram everywhere.
13528 (mmalloc, readline): Don't build.
13529 * mpw-README: New file, basic documentation about the MPW port.
13530
13531 * mpw-config.in: Use forward-include to create include files.
13532
13533 * mpw-configure: Add more things to the top of each configured
13534 Makefile, including contents of config/mpw-mh-mpw.
13535 * mpw-config.in (extra-include): Create this directory and fill it
13536 with Posix-like include files when configuring.
13537
13538 * config.sub (apple, mac, mpw): Add various aliases.
13539
13540 * mpw-build.in: New file, top-level build script fragment for MPW.
13541 * mpw-configure: New file, configure script for MPW.
13542 * mpw-config.in: New file, config fragment for MPW.
13543
13544 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13545
13546 * configure.in (host_libs): Remove glob, since it is gone from the
13547 sources.
13548
13549 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13550
13551 * Makefile.in: define empty GDB_NLM_DEPS var.
13552
13553 * configure.in(target_makefile_frag): use config/mt-netware
13554 for netware targets.
13555
13556 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13557
13558 * config.sub: Merge in recent FSF changes. Remove linux special
13559 cases.
13560
13561 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13562
13563 Revert this change:
13564
13565 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13566
13567 * build-all.mk: Use CC=cc -Xs on Solaris.
13568
13569 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13570
13571 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13572 stop using it.
13573 * Makefile.in: Nuke all references to glob subdirectory.
13574
13575 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13576
13577 * configure.in: Fix --enable-shared logic in per-host.
13578
13579 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13580
13581 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13582
13583 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13584
13585 * configure.in (noconfigdirs): Don't build gas on AIX, for
13586 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13587
13588 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13589
13590 * configure: Fix --cache-file to work if the file argument is a
13591 relative path.
13592
13593 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13594
13595 * configure: If the --cache-file is used, pass it down to
13596 configure in subdirectories.
13597
13598 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13599
13600 * config.sub: add vxworks29k configuration.
13601
13602 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13603
13604 * Makefile.in (taz): Do "diststuff" part quietly.
13605
13606 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13607
13608 * config.sub: Mini-merge with gcc/config.sub.
13609
13610 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13611
13612 * config.guess (IRIX): Sed - to _.
13613
13614 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13615
13616 * Makefile.in (source-vault, binary-vault): New targets.
13617
13618 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13619
13620 * config.sub: Recognize -eabi as a basic system type.
13621
13622 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13623
13624 * configure.in (enable_shared stuff): Fix typo.
13625
13626 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13627
13628 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13629
13630 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13631
13632 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13633
13634 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13635
13636 * configure.in (rs6000-*-*): Don't build gas.
13637
13638 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13639
13640 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13641 reduce command line length.
13642 (AS_FOR_TARGET): Check for as.new, not Makefile.
13643 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13644
13645 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13646
13647 * config.guess: Merge from FSF.
13648
13649 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13650
13651 * configure: Don't use $ when handling program_suffix.
13652
13653 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13654
13655 * configure.in: Configure tk for hppa/hpux.
13656
13657 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13658
13659 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13660
13661 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13662
13663 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13664 to LIBCXXFLAGS. Tests are better run without it.
13665
13666 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13667
13668 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13669
13670 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13671
13672 * configure.in (*-*-netware*): Don't configure xiberty.
13673
13674 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13675
13676 * configure.in: Remove tk from native_only list.
13677
13678 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13679
13680 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13681 for special NCD build.
13682
13683 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13684
13685 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13686 makeall.bat, they're only useful for binutils snapshots.
13687 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13688 makeall.bat to specified SUPPORT_FILES.
13689
13690 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13691
13692 * build-all.mk: Add Ericsson targets to sun4 and solaris
13693 hosts. Add BNR's sun4 target to solaris host, so their
13694 build-from-source will be tested in-house first.
13695
13696 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13697
13698 * Makefile.in (LIBCFLAGS): New variable.
13699 (CFLAGS_FOR_TARGET): Ditto.
13700 (LIBCFLAGS_FOR_TARGET): Ditto.
13701 (LIBCXXFLAGS): Ditto.
13702 (CXXFLAGS_FOR_TARGET): Ditto.
13703 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13704 (BASE_FLAGS_TO_PASS): Pass them.
13705 (EXTRA_TARGET_FLAGS): Ditto.
13706
13707 * configure.in: Support --enable-shared.
13708
13709 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13710
13711 * configure.in (target_libs): Include libstdc++ again.
13712 * config.guess: Update from FSF (for FreeBSD).
13713
13714 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13715
13716 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13717 makeall.bat.
13718 (DISTDOCDIRS): Add `etc'.
13719 (ETC_SUPPORT_PFX): New variable.
13720 (taz): Include anything from etc starting with a word in
13721 ETC_SUPPORT_PFX.
13722
13723 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13724
13725 * config.sub: Update for recent FSF changes. Remove obsolete
13726 h8300hds entry. Add -windows* and -osx as basic os. Minor
13727 spacing changes.
13728
13729 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13730
13731 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13732
13733 * config.guess: Merge with FSF.
13734 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13735
13736 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13737
13738 * configure: Since the "trap 0" handler will override the exit
13739 status on many systems, only use it for "exit 1", and make it set
13740 a non-zero exit status; reset it before "exit 0". Also, check
13741 exit status of config.sub, and error out if it failed.
13742
13743 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13744
13745 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13746 and install libgloss.
13747
13748 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13749
13750 * Makefile.in (all-binutils): Depend upon all-byacc.
13751
13752 * configure.in: Don't build emacs on Irix 5.
13753
13754 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13755
13756 * configure.in (*-*-netware*): Add libio.
13757
13758 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13759
13760 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13761 (CHECK_TARGET_MODULES): Ditto.
13762 (INSTALL_TARGET_MODULES): Ditto.
13763 (TARGET_LIBS): Ditto.
13764 (all-libstdc++): Note dependencies.
13765
13766 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13767
13768 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13769
13770 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13771
13772 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13773 -fexternal-templates.
13774
13775 * configure.in (target_libs): Add libstdc++.
13776 (noconfigdirs): Add libstdc++ as appropriate.
13777
13778 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13779
13780 * config.guess: Update from FSF.
13781
13782 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13783
13784 * configure: Use ${config_shell} when running ${configsub}.
13785
13786 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13787
13788 * config.sub: No longer recognize h8300h.
13789
13790 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13791
13792 * config.sub: Remove extraneous differences between config.sub and
13793 gcc/config.sub.
13794
13795 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13796
13797 * Makefile.in (DISTSTUFFDIRS): Add gas.
13798
13799 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13800
13801 * COPYING.NEWLIB: New file.
13802
13803 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13804
13805 * config.guess (HP-UX): Patch from Harlan Stenn
13806 <harlan@landmark.com> to also emit release level.
13807
13808 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13809
13810 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13811
13812 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13813
13814 * config.sub: Merge nextstep cleanup from FSF.
13815
13816 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13817
13818 * configure.in (arm-*-*): Don't configure ld for this target.
13819
13820 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13821
13822 * configure.in (*-*-netware): don't configure libg++, libio,
13823 librx, or newlib.
13824
13825 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13826
13827 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13828 configure ld--it works, but it doesn't support shared libraries.
13829
13830 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13831
13832 * config.guess (*-unknown-freebsd*): Get rid of possible
13833 trailing "(Release)" in version string.
13834 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13835
13836 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13837
13838 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13839 Fix type: *-next-neststep -> *-next-nextstep.
13840
13841 * config.guess: Merge from FSF:
13842
13843 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13844
13845 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13846
13847 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13848
13849 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13850 instead of UNIX_SV for UnixWare 1.0).
13851
13852 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13853
13854 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13855 to make gdb/nlm/* build after the compiler and linker.
13856
13857 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13858
13859 * config.guess (netbsd, freebsd, linux): Accept any machine,
13860 not just i[34]86.
13861 (m68k-atari-sysv4): Relocate to match FSF version.
13862
13863 * config.guess: More merges from the FSF:
13864
13865 Add a space before function call or macro invocation.
13866
13867 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13868
13869 * config.guess: Add trap cmd to remove dummy.c and dummy when
13870 interrupted.
13871
13872 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13873
13874 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13875 (dummy): Redirect stderr from compilation of dummy.c.
13876
13877 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13878
13879 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13880
13881 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13882
13883 * configure: Accept and ignore --cache*, for compatibility with
13884 new autoconf.
13885
13886 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13887
13888 * config.guess: Merge from FSF:
13889
13890 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13891
13892 * config.guess (Pyramid*:OSx*:*:*): New case.
13893 (PATH): Add /.attbin at end for finding uname.
13894 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13895
13896 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13897
13898 * config.guess (M88*:DolphinOS:*:*): New case.
13899
13900 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13901
13902 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13903 to select whether to use ELF or COFF.
13904
13905 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13906
13907 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13908
13909 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13910
13911 * config.guess: Guess the OS version for HPUX.
13912
13913 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13914
13915 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13916
13917 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13918
13919 * configure.in: Recognize --with-headers, --with-libs, and
13920 --without-newlib.
13921 * Makefile.in (all-xiberty): Depend upon all-ld.
13922
13923 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13924
13925 * configure.in: Change i[34]86 to i[345]86.
13926
13927 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13928
13929 * configure (version): A few more tweaks to help message.
13930
13931 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13932
13933 * Makefile.in: Remove (for now) librx as a host library,
13934 now that we're building it for target.
13935
13936 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13937
13938 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13939 (Karl Berry).
13940
13941 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13942
13943 * configure.in: Also configure librx.
13944
13945 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13946
13947 * Makefile.in: Update various rules to reflect that librx
13948 is now needed for libg++.
13949
13950 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13951
13952 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13953
13954 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13955
13956 * configure.in: Configure the examples directory.
13957
13958 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13959
13960 * configure: Simplify Jun 2 1994 change.
13961
13962 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13963
13964 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13965 /bin/gcc isn't good enough to build gcc.
13966
13967 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13968
13969 * Makefile.in (GDB_SUPPORT_FILES): Remove
13970 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13971 (gdb.tar.gz): Add new rule to use standard distribution building
13972 mechanism.
13973
13974 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13975
13976 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13977 Bill Cox <bill@cygnus.com>.
13978
13979 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13980
13981 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13982
13983 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13984
13985 * configure: Search current dir first in .gdbinit.
13986
13987 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13988
13989 * config.sub: Recognize freebsd (merged from gcc config.sub).
13990
13991 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13992
13993 * config.sub: Refer to NeXT's operating system as nextstep.
13994
13995 * config.sub (case $basic_machine): Re-order the cases, to match
13996 the order in the FSF version (which is mostly alphabethical).
13997 Merge in some additions and changes from the FSF.
13998
13999 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14000
14001 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14002 * config.sub: Recognize cxux7.
14003 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14004
14005 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14006
14007 * config.sub: Fix typo powerpc -> powerpc-*.
14008
14009 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14010
14011 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14012
14013 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14014 parallel with all-emacs and install-emacs). Top-level command
14015 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14016
14017 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14018
14019 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14020 $(relbindir)/make before doing ``make install'', and use
14021 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14022 installing over running make binary.
14023 ($(host)-stamp-stage3-installed): Likewise.
14024
14025 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14026
14027 * config.guess: Recognize Mach.
14028
14029 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14030
14031 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14032 see whether --exec-prefix was used.
14033
14034 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14035
14036 * README: Explicitly mention libg++/README. (Zoo's idea.)
14037
14038 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14039
14040 * Makefile.in: Add all-librx target similar to all-libproc.
14041
14042 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14043
14044 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14045 with post 1.2 uname bogosity.
14046
14047 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14048
14049 * configure: Remove temporary files on receipt of a signal.
14050
14051 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14052
14053 * configure: If there is a package_makefile_frag, remove
14054 ${subdir}/Makefile.tem after copying it in.
14055
14056 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14057
14058 * build_all.mk: support rs6000 lynx identifies itself as
14059 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14060 since /bin/gcc is too feeble to compile a modern gcc.
14061
14062 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14063
14064 * brought devo/test-build.mk update-to-date with progressive/
14065 test-build.mk. Add lynx targets and hppa flag info.
14066
14067 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14068
14069 * configure.in: Use mh-ncrsvr43. Patch from
14070 Tom McConnell <tmcconne@sedona.intel.com>.
14071
14072 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14073
14074 * config.guess (i386-unknown-bsdi): No longer need to
14075 check #if defined(__bsdi__) && defined(__i386__).
14076
14077 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14078
14079 * configure: Set program_transform_nameoption correctly.
14080
14081 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14082
14083 * brought build-all.mk update-to-date with progressive build-all.mk,
14084 added new targets and hppa info.
14085
14086 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14087
14088 * configure: If config.guess result is a prefix of the user
14089 specified target, assume a native build and use the user specified
14090 target as the host alias. Remove SunOS patch suffix removal hack.
14091 * configure.in: Remove SunOS patch suffix removal hack.
14092
14093 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14094 in NATIVE_CHECK_MODULES.
14095
14096 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14097
14098 * Makefile.in: Rename HOST_ONLY to NATIVE.
14099 * configure: Delete SunOs patch suffix from host_canonical
14100 and build_canonical variables that are prepended to Makefiles.
14101 * configure.in: Add comments for easier maintenance.
14102
14103 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14104
14105 * Makefile.in: Add all-libproc target similar to all-gui.
14106
14107 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14108
14109 * Makefile.in (CHECK_MODULES): split into
14110 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14111
14112 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14113
14114 * config.guess (i386-unknown-bsdi): New system to guess.
14115
14116 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14117
14118 * Makefile.in: Add all-gui target (but not yet build by "all").
14119
14120 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14121
14122 * config.sub: Move deletion of patch suffix from here...
14123 * configure.in: To here, at Ian's suggestion. The top-
14124 level scripts might need to know of a patch level.
14125
14126 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14127
14128 * config.sub: Strip off patch suffix so rtl is recognized
14129 as a sunos4.1.3 machine, even though it's been patched.
14130
14131 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14132
14133 * Makefile.in (INSTALL_LAST): Delete.
14134 (INSTALL_DOSREL): New.
14135
14136 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14137
14138 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14139 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14140 whether we pass down --with-gnu-ld anyhow.
14141
14142 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14143
14144 * Makefile.in (INSTALL_LAST): Change operation so it works
14145 on more flavors of make.
14146 * configure.in (go32): Don't build libg++ or libio.
14147
14148 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14149
14150 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14151 they can be overriden by templates.
14152
14153 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14154
14155 * configure.in (target==go32): Don't build gdb.
14156 * dosrel: New directory.
14157
14158 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14159
14160 * configure.in (host==go32): Configure dosrel too.
14161 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14162 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14163 be set by incoming names or templates.
14164 (INSTALL_LAST): New rule.
14165
14166 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14167
14168 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14169
14170 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14171
14172 * configure.in (appdirs): New variable. Currently empty, but will
14173 be used in gas distribution. If nonempty, lists a set of
14174 directories at least one of which must get configured, or top
14175 level configuration is considered to have failed.
14176 (rs6000-*-lynxos*): Use new file name.
14177
14178 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14179
14180 Eliminate XTRAFLAGS.
14181 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14182 newlib include files using -idirafter, and also use -nostdinc.
14183 (CXX_FOR_TARGET): Likewise.
14184 (XTRAFLAGS): Removed.
14185 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14186 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14187 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14188 ($(DO_X)): Don't pass down XTRAFLAGS.
14189
14190 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14191
14192 * configure.in (mips*-dec-bsd*): New target; do build linker.
14193 (mips*-*-bsd*): New target; don't build linker.
14194
14195 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14196
14197 * configure.in: support rs6000-*-lynxos* configuration.
14198 support sunos4 as a cross target.
14199
14200 * config.sub: look for lynx*, not lynx since the OS version may
14201 legitimately be part of the name.
14202
14203 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14204
14205 * configure.in (i[34]86-*-sco*): Move to be with other i386
14206 targets.
14207 (romp-*-*): New target. Skip various binary utilities.
14208 (vax-*-*): New target. Don't build newlib.
14209 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14210
14211 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14212
14213 * configure.in: Only set host_makefile_frag if config
14214 directory exists.
14215
14216 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14217
14218 * install.sh: If $dstdir exists, don't check whether each
14219 component does.
14220
14221 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14222
14223 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14224
14225 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14226
14227 * configure.in (*-*-lynxos*): Don't configure newlib for either
14228 native or cross Lynx.
14229
14230 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14231
14232 * config.sub (sparc64-elf): Fix os.
14233 (z8k): Remove duplicate.
14234
14235 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14236
14237 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14238 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14239
14240 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14241
14242 * configure: Make file links cleanly even if Lynx fails on
14243 an NFS symlink (at least fail cleanly).
14244
14245 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14246
14247 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14248 -XNh2000.
14249
14250 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14251
14252 * configure: Unknown options are fatal again.
14253
14254 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14255
14256 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14257 compatibility.
14258
14259 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14260
14261 * build-all.mk: Add `clean' target.
14262
14263 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14264
14265 * config.guess: Add SINIX support.
14266 * configure.in: Add mips-*-sysv4* support.
14267
14268 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14269
14270 * build-all.mk: Document all useful targets.
14271 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14272 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14273
14274 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14275
14276 * configure: Support --silent, --quiet.
14277
14278 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14279
14280 * configure: Support --disable-FEATURE.
14281
14282 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14283
14284 * config.guess: Recognize NCR running SVR4.3.
14285
14286 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14287
14288 * config.guess: Make BSDI generate i386-unknown-bsd386.
14289 Patch from Paul Eggert <eggert@twinsun.com>.
14290
14291 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14292
14293 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14294
14295 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14296
14297 * configure: Make unrecognized options give nonfatal warnings
14298 instead of fatal errors, and pass them to any subdirectory
14299 configures in case they recognize them.
14300 Make --x equivalent to --with-x.
14301
14302 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14303
14304 * configure: Add --enable-* options. Clean up usage message and
14305 some comments.
14306
14307 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14308
14309 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14310
14311 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14312
14313 * configure.in (hppa*-*-*): Enable binutils.
14314
14315 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14316
14317 * config.sub: Recognize cisco.
14318
14319 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14320
14321 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14322
14323 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14324
14325 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14326 than one configuration name. Add comment.
14327
14328 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14329
14330 * config.guess: about target *-hitachi-hiuxwe2, fixed
14331 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14332 macro is incorrect.]
14333
14334 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14335
14336 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14337 than the "make ls" stuff which used to be here.
14338
14339 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14340
14341 * config.guess: Recognize i[34]86-unknown-freebsd.
14342 From Shawn M Carey <smcarey@rodan.syr.edu>.
14343
14344 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14345
14346 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14347
14348 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14349
14350 * config.guess: Check for ptx.
14351
14352 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14353
14354 * config.sub: Add os9k checking.
14355
14356 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14357
14358 * config.guess: Handle OSF1 running on HPPA processors
14359
14360 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14361
14362 * configure: If subdir configure fails, print out a message with
14363 subdirectory name, in case subdir's configure code didn't identify
14364 itself.
14365
14366 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14367
14368 * configure.in: Remove embedded newlines from configdirs.
14369 Avoid mismatches of substrings. Fix matching strings at end
14370 of configdirs.
14371
14372 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14373
14374 * config.guess: Add Lynx/rs6000 config support.
14375
14376 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14377
14378 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14379
14380 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14381
14382 * configure.in (hppa*-*-osf*): Treat this just like most other
14383 PA configurations (eg no binutils or ld).
14384 (hppa*-*-*elf*): These configurations have binutils and ld.
14385
14386 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14387
14388 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14389
14390 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14391
14392 * configure.in (rs6000-*-*): Build gas.
14393
14394 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14395
14396 * Makefile.in: Avoid bug in losing hpux sed.
14397
14398 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14399
14400 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14401 for GDB and GDB has been fixed to not need it.
14402
14403 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14404
14405 * config.guess: Recognize vax hosts.
14406
14407 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14408
14409 * configure (while loop): Don't use "break 2" inside case
14410 statement -- the case statement isn't an enclosing loop.
14411
14412 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14413
14414 * config.guess: Clean up NeXT support, to allow nextstep
14415 on Intel machines. Make OS be nextstep.
14416
14417 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14418
14419 * config.guess: Add alternate forms for Convex.
14420
14421 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14422
14423 * configure: Completely rewrite option processing. Take
14424 advantage of pattern-matching to avoid invoking test frequently.
14425 Also clean up host and target defaulting logic.
14426
14427 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14428
14429 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14430 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14431 commands (plus user environment) will fit SCO limits.
14432
14433 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14434
14435 * configure.in: Don't issue warnings about directories which are
14436 not being configured if -norecursion is set. Correct test for
14437 --with-gnu-as and --with-gnu-ld to not get confused by substring
14438 matches.
14439
14440 * configure.in: Don't build gas for alpha-dec-osf1*.
14441
14442 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14443
14444 * configure: Back out Per's change of 12/19/1993. It changes the
14445 behavior of configure in unexpected and confusing ways.
14446
14447 Also, use different delim char when calculating
14448 program_transform_name so that the name can contain slashes.
14449
14450 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14451
14452 * configure.in, config.sub: Add support for VSTa micro-kernel.
14453
14454 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14455
14456 * configure.in: Nuke hacks which were used to get a special
14457 version of GAS for HPPA configurations.
14458
14459 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14460
14461 * configure: If only ${target_alias} is given, use that
14462 as the default for ${host_alias}.
14463 * configure: Add missing back-slashes before nested quotes.
14464
14465 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14466
14467 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14468
14469 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14470
14471 * config.guess: Recognize some Tektronix configurations.
14472 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14473
14474 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14475
14476 * config.sub: Match any flavor of SH.
14477
14478 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14479
14480 * configure.in: Don't try to configure newlib for Alpha.
14481
14482 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14483
14484 * configure.in: Don't build ld for Irix 5. Don't build gas,
14485 libg++ or libio for any Alpha target.
14486
14487 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14488
14489 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14490
14491 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14492 default arguments -- so it tried to compress itself.
14493
14494 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14495
14496 * configure.in (notsupp): ensure that a space is always at the end
14497 of the configdirs list, since the grep checks for an explicit space
14498
14499 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14500
14501 * configure.in (target i386-sysv4.2): don't build ld, since static
14502 versions of many libraries are not available.
14503
14504 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14505
14506 * config.guess: Recognize Apollos (using environment variables).
14507 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14508
14509 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14510
14511 * config.guess: Recognize Sony news mips running newsos.
14512
14513 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14514
14515 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14516 "fi ; else" for bash.
14517
14518 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14519
14520 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14521
14522 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14523
14524 * config.sub: accept unixware as an alias for svr4.2.
14525 Fix some inconsistancies with the gcc version.
14526
14527 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14528
14529 * Makefile.in (DISTDOCDIRS): Add gdb.
14530
14531 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14532
14533 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14534
14535 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14536
14537 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14538 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14539 this now.
14540
14541 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14542
14543 * config.sub: Accept hiux* as an OS name.
14544
14545 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14546 etc/make-stds.texi. The underscore came from gcc, and dje now
14547 agrees that RUNTESTFLAGS is the correct name.
14548
14549 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14550
14551 * install.sh: Remove 'set -e'. It makes any conditionals
14552 in the script useless.
14553
14554 * config.guess: Automatically recognize arm-acorn-riscix
14555 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14556
14557 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14558
14559 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14560
14561 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14562
14563 * Makefile.in (DISTDOCDIRS): New variable.
14564 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14565 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14566
14567 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14568
14569 * configure.in (hppa target): check the source directory for the
14570 pagas sub-directory
14571
14572 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14573
14574 * config.sub: Allow -aout* and -elf*.
14575
14576 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14577
14578 * configure.in: Don't build ld on i386-solaris2, same as for
14579 sparc-solaris2.
14580
14581 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14582
14583 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14584
14585 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14586
14587 * configure.in: Configure gdb for alpha.
14588
14589 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14590
14591 * Makefile.in (CXXFLAGS): Add -O.
14592
14593 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14594
14595 * config.guess: added support for DG Aviion
14596
14597 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14598
14599 * configure.in: Produce warning message for subdirectories not
14600 configurable for this host/target combination. Don't try to
14601 configure gdb for vms.
14602
14603 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14604
14605 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14606 appropriate files before making "diststuff".
14607 (DISTBISONFILES): New var: list of files to be edited.
14608 (DISTSTUFFDIRS): Add binutils.
14609
14610 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14611
14612 * config.sub: also handle mipsel and mips64el (for little endian mips)
14613
14614 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14615
14616 * configure.in: Add * to end of all OS names.
14617
14618 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14619
14620 * configure.in: Build newlib for LynxOS native.
14621
14622 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14623
14624 * config.guess: Add support for delta 88k running SVR3.
14625
14626 * configure.in: Add comment about HP compiler vs. emacs.
14627
14628 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14629
14630 * configure.in: don't build ld on solaris2 (not a viable option
14631 due to bugs in getpwnam & getpwuid)
14632
14633 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14634
14635 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14636 config.guess will produce a full version number.
14637
14638 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14639
14640 * configure.in: Build linker and binutils for alpha-dec-osf1.
14641
14642 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14643
14644 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14645 and gdb/testsuite/Makefile.in.
14646
14647 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14648
14649 * configure.in: recognize mips*- instead of mips-
14650
14651 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14652
14653 * config.sub: Accept linux*coff and linux*elf as operating
14654 systems.
14655
14656 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14657
14658 * config.sub: Recognize mips64, and mips3 as an alias for it.
14659
14660 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14661
14662 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14663 gdb knows how to handle OSF/1 shared libraries.
14664
14665 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14666
14667 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14668 * config.guess: Recognize Hitachi's HIUX.
14669 * config.sub: Recognize h3050r* and hppahitachi.
14670 Remove redundant cases for hp9k[23]*.
14671
14672 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14673
14674 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14675 if gas and ld are in the source tree and are in ${configdirs}.
14676 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14677 --with options (but still pass them down on the command line,
14678 if they were explicitly specified).
14679
14680 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14681
14682 * configure: substitute SHELL value in Makefile.in with
14683 ${CONFIG_SHELL}
14684
14685 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14686
14687 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14688 *-*-solaris2* targets.
14689
14690 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14691
14692 * Makefile.in: define M4, and pass it down to sub-makes;
14693 all-autoconf now depends on all-m4
14694
14695 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14696
14697 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14698 presence of {ar,ranlib} instead of a configured directory
14699
14700 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14701
14702 * config.guess: Accept 34?? as well as 33?? for NCR.
14703
14704 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14705
14706 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14707 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14708
14709 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14710
14711 * configure: grab values for $(CC) and $(CXX) from the
14712 environment, so that someone can do "CC=gcc configure; make" and
14713 have it work right (matching the way that autoconf works now)
14714
14715 * configure.in, Makefile.in: add support for gash, the tcl
14716 interface to Galaxy
14717
14718 * config.guess: add NetBSD variants (hp300, x86)
14719
14720 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14721
14722 * install.sh: Support -d option (in the manner of SunOS 4 install,
14723 as it is more deterministic than that of GNU install)
14724 (chmodcmd): Set file to mode 755 by default (should also do default
14725 chgrp and chown, but I don't feel like dealing with that now)
14726
14727 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14728
14729 * config.sub: Remove h8300hhms alias.
14730
14731 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14732
14733 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14734
14735 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14736
14737 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14738 as stmp-fixinc
14739
14740 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14741
14742 * config.sub: recognize m88110-bug-coff.
14743
14744 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14745
14746 * Makefile.in (all-libio): all dependencies on the toolchain used
14747 to build this (gcc, gas, ld, etc)
14748
14749 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14750
14751 * config.guess: Deal with OSF/1 1.3 on alpha.
14752
14753 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14754
14755 * install.sh: add some 'else true' clauses for portability
14756
14757 * configure.in: don't build libio for h8[35]00-*-* targets
14758
14759 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14760
14761 * Makefile.in: Add support for new libio.
14762
14763 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14764
14765 * install.sh: If one command fails, don't try the rest. Don't try
14766 to remove $dsttmp (via trap) unless we have already created it.
14767 If $src doesn't exist, detect it and exit with an error.
14768
14769 * config.guess: Recognize BSD on hp300.
14770
14771 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14772
14773 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14774 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14775
14776 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14777
14778 * Makefile.in (all-send-pr): depends on all-prms
14779
14780 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14781
14782 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14783
14784 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14785
14786 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14787 Added test for mips-mips-riscos5.
14788
14789 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14790
14791 * configure.in: use mh-hp300 for 68k HP hosts
14792
14793 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14794
14795 * configure: add support for CONFIG_SHELL, so that you can use
14796 some alternate shell for evaluating configure scripts
14797
14798 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14799
14800 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14801 in configure script to bug-gdb@prep.ai.mit.edu when building
14802 distribution archive.
14803 * Makefile.in (COMPRESS): Remove def.
14804 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14805 gdb.tar.Z and make-gdb.tar.Z respectively.
14806 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14807 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14808 to convergence with 'taz' target in Makefile.in.
14809
14810 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14811
14812 * install.sh (dsttmp): use trap to ensure that tmp files go
14813 away on error conditions
14814
14815 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14816
14817 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14818
14819 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14820
14821 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14822 its parent is '/' not ''.
14823
14824 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14825
14826 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14827
14828 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14829 that ${newsrcdir}/configure.in does.
14830
14831 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14832
14833 * test-build.mk: support for CONFIG_SHELL
14834
14835 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14836
14837 * config.sub (netware): Add as a basic system type.
14838
14839 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14840
14841 * Makefile.in (Makefile): depend on configure.in. Also drop the
14842 $(srcdir)/ from the dependency on Makefile.in.
14843
14844 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14845
14846 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14847 (h8300hhms is temporary until multi-libraries are implemented).
14848 * configure.in: Handle h8300h too.
14849
14850 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14851
14852 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14853
14854 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14855
14856 * configure: Remove extraneous output when guessing host type.
14857 * config.guess: Remove extraneous output when guessing using C
14858 compiler rather than uname, or when guessing fails.
14859
14860 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14861
14862 * Makefile.in: remove all.cross and install.cross targets
14863
14864 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14865 definitions
14866
14867 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14868
14869 * configure.in (target sh): Build gprof.
14870
14871 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14872
14873 * config.sub: change -solaris to -solaris2
14874
14875 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14876
14877 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14878
14879 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14880
14881 * configure: Correct error message for missing Makefile.in to
14882 print correct directory.
14883
14884 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14885
14886 * install.sh: kludge around 386BSD shell bug
14887
14888 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14889
14890 * config.guess: Recognize NeXT.
14891 * config.guess: Recognize i486-ncr-sysv4.
14892 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14893
14894 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14895
14896 * Makefile.in (MAKEINFOFLAGS): New variable.
14897 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14898 * build-all.mk, test-build.mk: Pass down --no-split as
14899 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14900
14901 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14902
14903 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14904
14905 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14906
14907 * Makefile.in (libg++.tar.z): New rule.
14908 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14909 * Makefile.in (taz): Only do a single chmod.
14910
14911 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14912
14913 * install.sh: don't use dirname anymore (replaced with sed usage)
14914
14915 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14916
14917 * Makefile.in: Change extension for gzip'd files from '.z' to
14918 '.gz' per new FSF standard usage.
14919
14920 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14921
14922 * configure: put quotes around the final value of program_transform_name
14923
14924 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14925
14926 * Makefile.in: new install.sh support; update install-info rules
14927
14928 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14929
14930 * configure.in: Build diff for crosses, but not for go32 host.
14931
14932 * configure.in: Build gprof only for native, and don't build it
14933 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14934
14935 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14936
14937 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14938
14939 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14940
14941 * configure.in (host_tools): Add prms.
14942
14943 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14944
14945 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14946 with $(FLAGS_TO_PASS) on the command line
14947
14948 * config.sub: Recognize lynx and lynxos
14949
14950 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14951
14952 * config.sub: Accept -ecoff*, not just -ecoff.
14953
14954 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14955
14956 * Makefile.in (taz): Use .gz suffix instead of .z.
14957 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14958 names.
14959
14960 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14961
14962 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14963
14964 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14965
14966 * Makefile.in (install-no-fixedincludes): install gcc last, so
14967 that rebuilds that might happen during 'make install' don't get
14968 bogus gcc include files
14969
14970 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14971
14972 Change from Utah for HPPA support:
14973 * config.guess: Recognize hppa1.x-hp-bsd.
14974
14975 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14976
14977 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14978 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14979
14980 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14981
14982 * config.sub: Add support for rom68k and bug boot monitors.
14983
14984 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14985
14986 * Makefile.in: Make all-opcodes depend on all-bfd.
14987
14988 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14989
14990 * config.guess: Added special check for i[34]86-univel-sysv4*.
14991
14992 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14993
14994 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14995 the processor rather than assuming i486.
14996
14997 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14998
14999 * config.guess: Recognize SunOS6 as Solaris3.
15000
15001 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15002
15003 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15004 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15005
15006 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15007
15008 * build-all.mk (all-cross): New target for Canadian Cross.
15009 Added Q2 go32 targets.
15010 * test-build.mk: Configure go32 cross sparclite-aout and
15011 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15012 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15013
15014 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15015
15016 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15017 GO32 hosted toolchains
15018
15019 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15020
15021 * configure: change so "-exec-prefix" gets passed down rather
15022 than "-exec_prefix" so autoconf generated Makefiles get the
15023 exec_prefix set right.
15024
15025 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15026
15027 * config.guess: get the Solaris2 minor version number
15028
15029 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15030
15031 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15032
15033 * config.guess: Recognize some Sequent platforms.
15034
15035 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15036
15037 * Makefile.in: added the vault-install target
15038
15039 * configure.in: actually use the Sun3 makefile fragment that's in
15040 config, also added the release dir to configdirs
15041
15042 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15043
15044 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15045
15046 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15047
15048 * configure.in: remove some program from Alpha targetted toolchains
15049
15050 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15051
15052 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15053 gprof.
15054 (taz): Run "make diststuff" in those directories instead of "make
15055 proto-dir". Look for "VERSION=" only at start of line in subdir
15056 Makefile. Use "gzip -9" for compression.
15057 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15058 (binutils.tar.z): New target.
15059
15060 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15061
15062 * Makefile.in (taz): Include gpl.texinfo.
15063
15064 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15065
15066 * Makefile.in (setup-dirs): Merged into "taz" target.
15067 (taz): Only do `proto-dir' stuff if a directory is actually needed
15068 for this target.
15069
15070 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15071
15072 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15073 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15074 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15075 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15076 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15077
15078 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15079
15080 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15081 config.sub, and move-if-change to gdb testsuite distribution
15082 archive, so the testsuite can be extracted, configured, and
15083 run separately from the gdb distribution. Blow away the Chill
15084 tests that require a Chill compiled executable, since GNU Chill
15085 is not yet publically available.
15086
15087 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15088
15089 * test-build.mk: set environment variables in a single command,
15090 instead of a list of assignments and exports
15091
15092 * config.guess: recognize Alpha/OSF1 systems
15093
15094 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15095
15096 * configure: Change help message to prefer --options rather than
15097 -options.
15098
15099 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15100
15101 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15102 zippy@ecst.csuchico.edu.
15103 * config.guess: Recognize miniframe.
15104
15105 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15106
15107 * Makefile.in: Use srcroot to find runtest rather than rootme.
15108 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15109
15110 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15111
15112 * test-build.mk: Extensive additions to support building on a
15113 machine other than the host.
15114
15115 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15116
15117 * configure (tooldir): Fix for i386-aix again.
15118
15119 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15120
15121 * configure, Makefile.in: Change definition of $(tooldir)
15122 to match the FSF.
15123
15124 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15125
15126 * config.guess: Recognize i[34]86/SVR4.
15127
15128 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15129
15130 * Makefile.in (all-gdb): gdb depends on sim.
15131
15132 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15133
15134 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15135 at the same time we make the prototype gdb directory.
15136 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15137 files at the same time as the gdb base release distribution.
15138
15139 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15140
15141 * Makefile.in (check): Use individual check targets rather than
15142 DO_X rule.
15143 (check-gcc): Added.
15144
15145 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15146
15147 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15148 for System V release 3.2.
15149
15150 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15151
15152 * config.sub: Recognize hppaosf.
15153 * configure.in: Do configure ld/binutils/gas for it.
15154
15155 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15156
15157 * configure (tooldir): Alter syntax used to set this, for systems
15158 where "\$" isn't handled right, like i386-aix.
15159
15160 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15161
15162 * configure: Pass program-transform-name, not
15163 program_transform_name, to recursive configures.
15164
15165 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15166
15167 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15168 of gas+ld+binutils.
15169
15170 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15171
15172 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15173
15174 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15175
15176 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15177
15178 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15179
15180 * Makefile.in (PRMS): Set back to all-prms.
15181
15182 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15183
15184 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15185 targets, rather than for MIPS hosts.
15186
15187 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15188
15189 * configure.in: add comment for --with-x default values
15190
15191 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15192
15193 * Makefile.in: add check-* targets for each of the directories in
15194 the tree. Add a definition of RUNTEST that will use the one we
15195 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15196
15197 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15198
15199 * configure.in: Removed obsolete references to bfd_target and
15200 target_makefile_frag.
15201
15202 * build-all.mk: Set assorted targets for Q2.
15203 * config.sub: Recognize z8k-sim and h8300-hms.
15204 * test-build.mk: Really don't pass host to configure.
15205 (HOLES): Added uname.
15206
15207 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15208
15209 * configure: Handle an empty program-prefix, program-suffix or
15210 program-transform-name correctly.
15211
15212 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15213
15214 * build-all.mk: -G 8 no longer required for MIPS targets.
15215 * test-build.mk: Don't pass host argument to configure; make it
15216 guess.
15217
15218 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15219
15220 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15221 * Makefile.in (COMPRESS): New macro, like GZIP.
15222
15223 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15224
15225 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15226
15227 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15228 with gas currently defaults to -G 0.
15229
15230 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15231
15232 * Makefile.in (all-flex): flex depends on byacc.
15233
15234 * build-all.mk: If host not specified, use config.guess. Pass TAG
15235 to test-build.mk as RELEASE_TAG.
15236 * test-build.mk (configargs): New variable containing arguments to
15237 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15238 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15239
15240 * config.guess: Use /bin/uname when checking -X argument on SCO,
15241 to avoid invoking GNU uname which doesn't understand -X.
15242
15243 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15244
15245 * configure.in: Build gas for mips-*-*.
15246
15247 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15248
15249 * Makefile.in (all.normal): insert missing backslash.
15250
15251 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15252
15253 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15254
15255 * Makefile.in: Complete overhaul to merge many almost identical
15256 targets.
15257
15258 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15259
15260 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15261 (gdb.tar.Z): Adjusted.
15262
15263 * Makefile.in (setup-dirs, taz): New targets; should be general
15264 enough to adapt for gdb sometime. Build only .z file.
15265 (gas.tar.z): New target.
15266
15267 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15268
15269 * build-all.mk: Use CC=cc -Xs on Solaris.
15270
15271 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15272
15273 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15274 for handling BISON for FSF releases.
15275
15276 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15277
15278 * configure: Actually implement the change zoo just documented.
15279
15280 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15281
15282 * configure: when using config.guess, only set target_alias when
15283 it's not already been set (ie, on the command line)
15284
15285 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15286
15287 * Makefile.in: add installcheck target, set PRMS to install-prms
15288
15289 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15290
15291 * configure: add support for package_makefile_fragment, handle the
15292 case where a directory has a configure.in file but no Makefile.in
15293 more gracefully (with an actual understandable error message, even);
15294 add support for --without (and add this to the usage message); also
15295 explicitly add a --host=${host_alias} to the command line when
15296 config.guess is used
15297
15298 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15299
15300 * configure: Must use both --host and --target in recursive calls.
15301
15302 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15303
15304 * Makefile.in: Change deja-gnu to dejagnu.
15305
15306 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15307
15308 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15309
15310 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15311
15312 * configure.in: canonicalize all instances to *-*-solaris2*,
15313 also strip out a number of tools to not build for go32 host
15314
15315 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15316
15317 * config.guess: add GPL.
15318
15319 * Makefile.in, config.guess, config.sub, configure: bump
15320 copyrights to 93.
15321
15322 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15323
15324 * Makefile.in (do-info): Removed obsolete check for existence of
15325 localenv file.
15326
15327 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15328
15329 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15330
15331 * Makefile.in: a couple of 'else true' for decstation,
15332 support for TclX
15333
15334 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15335
15336 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15337
15338 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15339
15340 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15341
15342 * config.guess: Recognize i386-ibm-aix (PS/2).
15343 * configure.in: Use config/mh-aix386 file for it.
15344
15345 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15346
15347 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15348 CC_FOR_TARGET instead.
15349 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15350
15351 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15352
15353 * Makefile.in: Add sim to list of directories sent with gdb
15354
15355 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15356
15357 * configure.in: Put back mips-dec-bsd* case.
15358
15359 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15360
15361 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15362 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15363 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15364
15365 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15366
15367 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15368
15369 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15370 (install-info): install dir.info only if it exists,
15371 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15372
15373 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15374
15375 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15376 gas for mips-dec-bsd.
15377
15378 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15379
15380 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15381 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15382
15383 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15384
15385 * configure.in: Added "dejagnu" to hosttools list.
15386
15387 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15388
15389 * config.sub, configure.in, config.guess: Add support
15390 for Bosx, an AIX variant from Bull.
15391 Patches from F.Pierresteguy@frcl.bull.fr.
15392
15393 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15394
15395 * devo/dejagnu: Initial creation of devo/dejagnu.
15396 Migrated dejagnu testcases and support files for testing software
15397 tools to reside as subdirectories, currently called "testsuite",
15398 within the directory of the software tool. Migrated all programs,
15399 support libraries, etc. beloging to dejagnu proper from
15400 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15401 with no modifications. The changes to these files which will
15402 allow them to configure, build, and execute properly will be made
15403 in a future update.
15404
15405 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15406
15407 * Makefile.in: Change send_pr to send-pr.
15408 * configure.in: Likewise.
15409 * send_pr: Renamed directory to send-pr.
15410
15411 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15412
15413 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15414
15415 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15416
15417 * README: Update for gdb-4.8 release.
15418 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15419 gdb-xxx.tar.z (gzip'd) file also.
15420
15421 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15422
15423 * Makefile.in: make all-diff depend on all-libiberty
15424
15425 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15426
15427 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15428
15429 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15430
15431 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15432
15433 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15434
15435 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15436 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15437 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15438
15439 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15440
15441 * Makefile.in: makeinfo binary is in a new location
15442
15443 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15444
15445 * config.sub: Accept -ecoff as an OS.
15446
15447 * Makefile.in: Various changes to eliminate a level of make
15448 recursion and reduce the required command line length.
15449 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15450 sub-makes.
15451 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15452 variables holding settings for specific sub-makes.
15453 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15454 in terms of BASE_FLAGS_TO_PASS.
15455 (TARGET_LIBS): New variable listing directories which use
15456 TARGET_FLAGS_TO_PASS.
15457 (subdir_do): Eliminated.
15458 (do-*): New set of targets to replace subdir_do.
15459 (various): All targets which used subdir_do now depend on do-*.
15460 (local-clean): Renamed from do_clean.
15461 (local-distclean): New target, dependency of distclean and
15462 realclean.
15463 (install-info): Don't create directories. Depend on dir.info
15464 rather than calling make recursively.
15465 (install-dir.info): Eliminated.
15466 (install-info-dirs): Create all info directories here.
15467 (dir.info): Depend upon do-install-info.
15468
15469 * test-build.mk (HOLES): Added false.
15470
15471 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15472
15473 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15474
15475 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15476
15477 * Makefile.in (info): remove dependency on all-texinfo. The
15478 problem was really in texinfo/C, not at this level.
15479
15480 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15481
15482 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15483
15484 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15485
15486 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15487 GDB releases.
15488
15489 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15490
15491 * configure: Include srcdir in message about target of link not
15492 being found. Don't convert `-' to `_' in `with' options being
15493 passed to subdirs.
15494
15495 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15496
15497 * configure.in: add uudecode to host_tools
15498
15499 * Makefile.in: added {all,install}-uudecode targets, added them to
15500 the appropriate lists
15501
15502 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15503
15504 * Makefile.in (all-gcc): Added dependency on all-gas.
15505
15506 * configure.in (mips-*-*): Build ld and binutils.
15507
15508 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15509
15510 * configure: check return code from mkdir, print error message and
15511 exit on failure.
15512
15513 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15514
15515 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15516
15517 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15518
15519 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15520
15521 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15522
15523 * config.sub (h8500): Recognize this as a cpu type.
15524
15525 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15526
15527 * configure: source directory missing is no longer a warning
15528
15529 * configure.in: recognize irix[34]* instead of irix[34]
15530
15531 * Makefile.in: define and pass down X11_LIB
15532
15533 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15534
15535 * guess-systype: Renamed to ...
15536 * config.guess: ... by popular request.
15537 * configure.in, Makefile.in: Update accordingly.
15538
15539 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15540
15541 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15542 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15543 + Execute ./dummy instead of assuming . is in PATH.
15544
15545 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15546
15547 * guess-systype: New shell script. Attempts to guess the
15548 canonical host name of the executing host.
15549 Only a few hosts are supported so far.
15550 * configure: Call guess-systype if no host is specified.
15551
15552 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15553
15554 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15555 gcc Makefile.
15556
15557
15558 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15559
15560 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15561 (all-gcc, install-gcc, subdir_do): Use it.
15562
15563 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15564
15565 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15566
15567 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15568
15569 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15570 set exclusively by configure, using configure.in .
15571
15572 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15573
15574 * test-build.mk: set $PATH for all builds
15575
15576 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15577
15578 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15579
15580 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15581 the one used in gcc/Makefile.in, so that a null expansion doesn't
15582 override the one needed to build gcc with a native cc.
15583
15584
15585 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15586
15587 * configure: Accept -with arguments.
15588
15589 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15590
15591 * Makefile.in: added h8300sim
15592
15593 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15594
15595 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15596 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15597 (all-cygnus, native, build-cygnus): Make
15598 $(canonhost)-stamp-3stage-done, not $(host)....
15599 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15600 i386-sco3.2v4. Added else true to if command.
15601
15602 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15603
15604 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15605
15606 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15607
15608 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15609
15610 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15611
15612 * configure.in: don't remove binutils from Solaris builds
15613
15614 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15615
15616 * Makefile.in: get rid of earlier definitions for *clean,
15617 also handle the recursive info rule better
15618
15619 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15620
15621 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15622 do more-or-less the right thing.
15623
15624 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15625
15626 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15627 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15628
15629 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15630
15631 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15632 $(host_canonical).
15633
15634 * configure.in: split the configdirs list into 4 categories (native
15635 v. cross, library v. tool) and handle the cross-only and native-
15636 only in more reasonable (and correct!) way.
15637
15638 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15639
15640 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15641 configdirs anymore.
15642
15643 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15644
15645 * Makefile.in: extensive cleanup:: removed all of the explicit
15646 clean-* targets, collapsed many wrappers around subdir_do into
15647 one, added additional targets to satisfy standards.texi, deleted
15648 some old targets, some changes for consistency
15649
15650 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * configure.in: handle some programs as cross-only, and others as
15653 native only
15654
15655 * test-build.mk: handle partial holes in a more generic manner
15656
15657 * Makefile.in: m4 depends on libiberty
15658
15659 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15660
15661 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15662 time, wdiff, and find to configdirs
15663
15664 * Makefile.in: all, clean, and install rules for the new programs
15665 added to configure.in
15666
15667 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15668
15669 * configure.in: use mh-sun for all *-sun-* hosts
15670
15671 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15672
15673 * Makefile.in: define flags for X11 include files and library file
15674 locations, pass them down to the programs that need this info
15675
15676 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15677
15678 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15679
15680 * configure.in: start building libg++ for HP-UX targets
15681
15682 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15683
15684 * README: Update references to files moved into etc/.
15685
15686 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15687
15688 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15689 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15690
15691 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15692
15693 * configure: accept dash as well as underscore in long option
15694 names for FSF compatibility.
15695
15696 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15697
15698 * config.sub: added -sco3.2v4 support from FSF.
15699
15700 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15701
15702 * configure.in: expand the section that adds or removes
15703 directories from the list of programs to build, to handle native
15704 vs. cross in addition to host v. native
15705
15706 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15707
15708 * Makefile.in: Replace C++ in macro names with CXX.
15709 This is less likely to break ...
15710
15711 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15712
15713 * test-build.mk: add -w to GNU_MAKE
15714
15715 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15716
15717 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15718 add 'sparc' to list of recognized cpus. This needed to make
15719 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15720 Delete some redundant ose68 variants. Recognize -wrs as an os,
15721 then changes that into $CPU-wrs-vxworks.
15722
15723 * configure.in: remove most references to gdbtest, regularize
15724 target based program removal
15725
15726 * test-build.mk: import from p3 tree (many fixes and changes)
15727
15728 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15729
15730 * Makefile.in: added rules to handle tcl, tk, and expect
15731
15732 * configure.in: handle those directories if they exist
15733
15734 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15735
15736 * config.sub: removed bogus hppabsd and hppahpux names, since
15737 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15738
15739 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15740
15741 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15742 depends upon all-xiberty
15743
15744 * Makefile.in: changes from p3, including:
15745
15746 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15747
15748 * Makefile.in (XTRAFLAGS): include newlib directories if
15749 newlib/Makefile exists, rather than if host != target.
15750
15751 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15752
15753 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15754 from the same source tree and not building a cross-compiler. This
15755 matters for the libg++ configuration if reconfiguring a tree that
15756 has already been installed.
15757
15758 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15759
15760 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15761 pick up the machine and system specific header files.
15762
15763 * Makefile.in: added AS_FOR_TARGET, passed down in
15764 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15765 the C compiler to use to create programs which are run in the
15766 build environment, set it to default to $(CC), and passed it down
15767 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15768
15769 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15770
15771 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15772 We need them for unusual native builds, like systems without
15773 ranlib.
15774
15775 * configure: also define $(host_canonical) and
15776 $(target_canonical), which are the full, canonical names for the
15777 given host and target
15778
15779 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15780
15781 * Makefile.in: Added separate definitions for C++.
15782
15783 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15784
15785 * configure.in (configdirs): Add deja-gnu.
15786
15787 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15788
15789 * README: Update for configure.texi and gdb-4.7 release.
15790
15791 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15792
15793 * Makefile.in: Move "all" target to top of file.
15794 Previously, first target was ".PHONY" which caused BSD4.4 make
15795 to build .PHONY when make was run without arguments.
15796
15797 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15798
15799 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15800 Library-copylefted code in libiberty.
15801
15802 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15803
15804 * config.sub: Replace m68kmote with plain old m68k.
15805
15806 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15807
15808 * Makefile.in: Remove space from blank line, avoid Make complaints.
15809
15810 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15811
15812 * config.sub: Complain if no argument is given. Added support for
15813 386bsd as OS and target alias.
15814
15815 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15816
15817 * Makefile.in (XTRAFLAGS): include newlib directories if
15818 newlib/Makefile exists, rather than if host != target.
15819
15820 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15821
15822 * config.sub: recognize sparclite-wrs-vxworks.
15823
15824 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15825 p3.) Added clean-xiberty to clean.
15826
15827 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15828
15829 * configure.in: use *-*-* instead of nested cases for host and target
15830
15831 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15832
15833 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15834 from the same source tree and not building a cross-compiler. This
15835 matters for the libg++ configuration if reconfiguring a tree that
15836 has already been installed.
15837
15838 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15839
15840 * config.sub (i486v/i486v4): Merge in from FSF version.
15841
15842 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15843
15844 * configure: only set PWD if it is already set.
15845
15846 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15847
15848 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15849 doesn't have unset and all success paths (and most error paths)
15850 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15851 to just ${PWD} to avoid confusion.)
15852
15853 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15854
15855 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15856 even for a native compilation.
15857
15858 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15859
15860 Changes to make the gdb.tar.Z rule work better.
15861
15862 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15863 (DEVO_SUPPORT): Add configure.texi.
15864 (bfd-ilrt.tar.Z): Remove ancient rule.
15865
15866 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15867
15868 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15869 pick up the machine and system specific header files.
15870
15871 * configure.in, config.sub: added new target m68010-adobe-scout,
15872 with alias of adobe68k. Changed configure.in to check for
15873 -scout before -sco* to avoid a false match.
15874
15875 * Makefile.in: added AS_FOR_TARGET, passed down in
15876 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15877 the C compiler to use to create programs which are run in the
15878 build environment, set it to default to $(CC), and passed it down
15879 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15880
15881 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15882
15883 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15884 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15885 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15886 FOR_TARGET variants, to newlib and libg++.
15887
15888 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15889
15890 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15891 first.
15892
15893 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15894
15895 * config.sub: Accept `elf' as an environment.
15896
15897 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15898
15899 * Makefile.in (all-opcodes): cd into the right directory
15900
15901 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15902
15903 * configure: added -program_transform_name option, used as
15904 argument to sed when installing programs.
15905 configure.texi: added documentation for -program_prefix,
15906 -program_suffix and -program_transform_name.
15907
15908 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15909
15910 * config.sub: Accept i486 where i386 ok.
15911
15912 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15913
15914 * config.sub: accept we32k
15915
15916 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15917
15918 * config.sub, configure.in: accept OSE68000 and OSE68k.
15919
15920 * Makefile.in: don't create all directories for ``make install'';
15921 let the subdirectories create the ones they need.
15922
15923 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15924
15925 * COPYING: new file, GPL v2
15926
15927 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15928
15929 * Makefile.in: use the new gen-info-dir, which needs a template
15930 argument (which also lives in texinfo)
15931
15932 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15933
15934 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15935
15936 * config.sub (ncr3000): Change i386 to i486.
15937
15938 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15939
15940 * Makefile.in: add install-rcs, install-grep to
15941 install-no-fixedincludes, removed install-bison and install-libgcc
15942
15943 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15944
15945 * configure.in: grab the HPUX makefile fragment if on HPUX
15946
15947 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15948
15949 * Makefile.in: eradicate bison spoor (ditto libgcc).
15950 configure.in: recognise m68{k,000}-ericsson-OSE.
15951 es1800 is alias for m68k-ericsson-OSE
15952
15953 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15954
15955 * configure.in: rearrange the parts that remove programs from
15956 configdirs, based now on HOST==TARGET or by canonical triple.
15957
15958 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15959
15960 * test-build.mk: recurse explicitly with -f test-build.mk when
15961 appropriate. predicate stage3 and comparison on the existence
15962 of gcc. That is, if gcc isn't around, we aren't three-staging.
15963 On very clean, also remove ...stamp-co. Build in-place before
15964 doing other builds.
15965
15966 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15967
15968 * Makefile.in, configure.in: add tgas
15969
15970 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15971
15972 * Makefile.in: a number of changes merged in from progressive.
15973
15974 * configure.in: add libm.
15975
15976 * .cvsignore: ignore some stuff that comes from test-build.mk.
15977
15978 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15979
15980 * config.sub: Add es1800 (m68k-ericsson-es1800).
15981
15982 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15983
15984 * configure: Add program_suffix (parallel to program_prefix)
15985 * Makefile.in: adjust directory-creating script for losing decstation
15986
15987 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15988
15989 * configure: Minor $subdir-related fixes.
15990
15991 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15992
15993 * configure: fix various problems with propogating
15994 makefile_target_frag in subdirs.
15995 * configure.in: config libgcc if its there
15996
15997 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15998
15999 * config.sub: HPPA merge.
16000
16001 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16002
16003 * Makefile.in: Replace all-bison with all-byacc in all
16004 dependency lines for other tools (which now use byacc).
16005
16006 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16007
16008 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16009
16010 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16011
16012 * Makefile.in: make gprof rules similar to byacc rules (instead of
16013 vestigal $(unsubdir) that didn't work...)
16014
16015 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16016
16017 * config.sub: Add support for Linux.
16018 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16019 (at least for libg++).
16020
16021 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16022
16023 * configure.texi: fix doc for the -nfp option to configure
16024
16025 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16026
16027 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16028
16029 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16030
16031 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16032 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16033 * configure.in: added solaris* host_makefile_frag hook.
16034
16035 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16036
16037 * config.sub: changed recognition of m68000 so that various
16038 m68k types can be specified via m680[01234]0
16039
16040 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16041
16042 * config.sub (basic_machine): fix sed so that '-foo' isn't
16043 completely substituted out while .+'-foo' loses the '-foo'
16044
16045 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16046
16047 * config.sub ($os): Add -aout.
16048
16049 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16050
16051 * configure: If host_makefile_frag is absolute, don't
16052 prefix ${invsubdir} (relevant to libg++ auto-configure).
16053
16054 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16055
16056 * Makefile.in (tooldir): Define it.
16057 (all-ld): Depend on all-flex.
16058
16059 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16060
16061 * Makefile.in (check): Fix libg++ special case.
16062
16063 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16064
16065 * configure: do not bury `pwd` into config.status, thus do fewer
16066 pwd's.
16067
16068 * configure: print the "Building in" message only when building in
16069 other than "." AND verbose.
16070
16071 * configure: remove -s, rework -v to better accomodate guested
16072 configures.
16073
16074 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16075
16076 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16077
16078 * Makefile.in: macroize flags passed on recursion. remove
16079 fileutils.
16080
16081 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16082
16083 * configure: get makesrcdir right for subdirs deeper than 1.
16084
16085 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16086 install.
16087
16088 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16089
16090 * Makefile.in: don't print subdir_do or recursion lines.
16091
16092 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16093
16094 * standards.texi: added menu item.
16095
16096 * Makefile.in: build and install standards.info.
16097
16098 * standards.texi: new file.
16099
16100 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16101
16102 * configure: test for and move config.status pieces from
16103 ${subdir}/.
16104
16105 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16106
16107 * configure: Test for existance of files before trying to mv
16108 them, to avoid numerous non-existance messages.
16109
16110 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16111
16112 * configure: correct final line of config.status.
16113
16114 * configure: patch from eggert. Avoids a protection problem if
16115 the original Makefile.in is read only.
16116
16117 * configure: use move-if-change from gcc to create config.status.
16118 Some makefiles depend on config.status to tell if a directory
16119 has been reconfigured for a different host. This change
16120 prevents those directories from remaking everything in the case
16121 where the reconfig was only intended to rebuild a Makefile.
16122
16123 * configure: test for config.sub with "config.sub sun4" rather
16124 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16125 host alias from a missing config.sub.
16126
16127 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16128
16129 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16130 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16131
16132 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16133
16134 * configure: mkdir ${subdir} as needed.
16135
16136 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16137
16138 * Makefile.in,configure.in: added autoconf.
16139
16140 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16141
16142 * Makefile.in: no longer pass against on recursion.
16143
16144 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16145 definitions are not inherited.
16146
16147 * configure: correct makesrcdir when subdir is .
16148
16149 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16150
16151 * configure: Add support for 'subdirs' variable, which is
16152 like 'configdirs', except that configure doesn't re-invoke
16153 itself for subdirs, it just creates a Makefile for each subdir.
16154 * configure.texi: Document subdirs.
16155
16156 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16157
16158 * configure.in: added flex to configdirs
16159
16160 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16161
16162 * Makefile.in: remove clean-stamps from clean.
16163
16164 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16165
16166 * configure.in: Add gdbtest to configdirs.
16167
16168 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16169
16170 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16171 to recursive makes.
16172 * configure.in: Recognize new ncr3000 config.
16173
16174 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16175
16176 * Makefile.in, configure.in: removed references to gdbm.
16177
16178 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16179
16180 * config.sub: Don't canonicalize os value
16181 newsos* to bsd (readline needs to check for newsos).
16182 (This fix was earlier made Jan 31, but got re-broken.)
16183
16184 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16185
16186 * configure.in: sco is an os, not a vendor!
16187
16188 * configure: Quote $( better. Keep various shells happy.
16189
16190 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16191
16192 * Makefile.in: eliminate stamp-files.
16193
16194 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16195
16196 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16197 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16198
16199 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16200
16201 * config.sub: fix iris/iris3.
16202
16203 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16204
16205 * configure: re-add -rm.
16206
16207 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16208
16209 * Maskefile.in: add .stmp-rcs to all.
16210
16211 * configure.in: remove gas from rs6000 build, use aix host fragment.
16212
16213 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16214
16215 * configure: pass down site_option during recursion.
16216
16217 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16218
16219 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16220
16221 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16222
16223 * configure: Change exec_prefix so that it really defaults to prefix.
16224
16225 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16226
16227 * Makefile.in, configure.in: Add support for mmalloc library.
16228
16229 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16230
16231 * Makefile.in: add stmp dependencies for a few more things.
16232
16233 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16234
16235 * configure: adjusted error message on objdir/srcdir configure
16236 collision, per john's suggestion.
16237
16238 * Makefile.in: add libiberty stmp to all and all.cross.
16239
16240 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16241
16242 * Makefile.in: remove force dependencies, add grep to all.
16243
16244 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16245
16246 * Makefile.in: drop flex. make stamp files work.
16247
16248 * configure: added test for conflicting configuration in srcdir,
16249 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16250 gets cranky. use relative paths for configure and srcdir
16251 whenever possible. Send some error messages to stderr that were
16252 going to stdout.
16253
16254 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16255
16256 * Makefile.in: Fix libg++ rule to check for gcc directory
16257 before using gcc/gcc. Also pass XTRAFLAGS.
16258
16259 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16260
16261 * Makefile.in: added stmp-files so that directories aren't polled
16262 when they are already built.
16263
16264 * configure.texi: fixed a node pointer problem.
16265
16266 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16267
16268 * config.sub configure.in gdb/configure.in
16269 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16270 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16271 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16272
16273 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16274
16275 * configure: -recurring becomes -silent. corrected help message
16276 for -site= option.
16277
16278 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16279
16280 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16281
16282 * configure: when building Makefile for crosses, replace
16283 tooldir and program_prefix. default srcdir from location of
16284 config.sub. remove "for host in hosts" and "for target in
16285 targets" loops.
16286
16287 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16288
16289 * Makefile.in: Do not pass bindir or mandir to cvs.
16290
16291 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16292
16293 * Makefile.in, configure.in: removed traces of namesubdir,
16294 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16295 copyrights to '92, changed some from Cygnus to FSF.
16296
16297 * configure.texi: remove most references to multiple hosts,
16298 multiple targets, subdirs, etc.
16299
16300 * configure.man: removed rcsid. reference config.sub not
16301 config.subr.
16302
16303 * Makefile.in: mkdir $(infodir) on install-info.
16304
16305 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16306
16307 * configure.texi: Explain better about .gdbinit and about
16308 the environment that configure.in sections run in.
16309
16310 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16311
16312 * configure.in: Ultrix is only a decstation if it's a MIPS.
16313
16314 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16315
16316 * README: DOC.configure => cfg-paper.texi.
16317
16318 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16319
16320 * config.sub (near case $os): Don't convert newsos* to bsd!
16321
16322 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16323
16324 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16325 the number of copies of COPYING that go into the GDB tar file.
16326
16327 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16328
16329 * bfd/configure.in, gdb/config/mh-i386sco,
16330 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16331 Fix SCO configuration stuff.
16332
16333 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16334
16335 * Makefile.in: For libg++, make sure the -I pointing
16336 to the gcc directory goes *after* all the libg++-local -I flags.
16337 Also, move just-gcc dependency from just-libg++ to all-libg++.
16338
16339 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16340
16341 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16342
16343 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16344
16345 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16346
16347 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16348
16349 * config.sub: Add stratus configuration frags. Also
16350 submitted to FSF.
16351
16352 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16353
16354 * Makefile.in (DEV_SUPPORT): add configure.man.
16355
16356 * config.sub(Decode manufacturer-specific): add -none*.
16357
16358 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16359
16360 * Makefile.in: remove form feeds to make Sun's make happy.
16361 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16362
16363 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16364
16365 * Makefile.in (AR_FLAGS): Make quieter.
16366
16367 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16368
16369 * configure.in: Add libg++.
16370 * configure: When verbose, don't output the command line at each
16371 level; it will be unremarkably the same as the previous version,
16372 which will be the same as what the user typed.
16373
16374 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16375
16376 * configure.in, Makefile.in: fix clean-info, add flex. add
16377 fileutils.
16378
16379 * configure: be less sensitive to spaces in Makefile.in. Do not
16380 look for sources in "..". Doing so breaks subdirectories that
16381 might have their own configure. If a subdir has it's own
16382 configure script, use it.
16383
16384 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16385
16386 * cfg-paper.texi: some changes suggested by rms.
16387
16388 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16389
16390 * config.sub: Merge in some small additions from the FSF version,
16391 taken from the gcc distribution, to bring the Cygnus and FSF
16392 versions into closer sync.
16393
16394 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16395
16396 * configure.in: Changed svr4 references to sysv4.
16397
16398 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16399
16400 * configure: added -V for version number option.
16401
16402 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16403
16404 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16405 renamed from DOC.configure to cfg-paper.texi.
16406
16407 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16408
16409 * configure, config.subr, config.sub: config.subr is now
16410 config.sub again.
16411
16412 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16413
16414 * configure.texi: new file, in progress.
16415
16416 * Makefile.in: build info file and install the man page for
16417 configure.
16418
16419 * configure.man: new file, first cut.
16420
16421 * configure: find config.subr again now that configuration "none"
16422 has gone. removed all traces of the -ansi option. removed all
16423 traces of the -languages option.
16424
16425 * config.subr: resync from rms.
16426
16427 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16428
16429 * configure, config.sub, config.subr: merge config.sub into
16430 config.subr, call the result config.subr, remove config.sub, use
16431 config.subr.
16432
16433 * Makefile.in: revised install for dir.info.
16434
16435 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16436
16437 * configure.in: add decstation host makefile frag.
16438
16439 * Makefile.in: BISON now bison -y again. also install-gcc on
16440 install. clean-gdbm on clean. infodir belongs in datadir.
16441 Make directories for info install. Build dir.info here then
16442 install it.
16443
16444 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16445
16446 * Makefile.in: fix for bad directory tests.
16447
16448 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16449
16450 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16451 regexp. -srcdir relative was being handled incorrectly.
16452
16453 * Makefile.in: unwrapped some for loops so that parallel makes
16454 work again and so one can focus one's attention on a particular
16455 package.
16456
16457 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16458
16459 * configure: added PWD as a stand in for `pwd` (for speed). use
16460 elif wherever possible. make -srcdir work without -objdir.
16461 -objdir= commented out.
16462
16463 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16464
16465 * configure: +options become --options. -subdirs commented out.
16466 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16467 Makefile now at top of generated Makefile. Removed cvs log
16468 entries. added -srcdir. create .gdbinit only if there is one
16469 in ${srcdir}.
16470
16471 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16472 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16473 and mandir now keyed off datadir by default.
16474
16475 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16476
16477 * Freshly created ChangeLog.
16478
16479 \f
16480 Local Variables:
16481 mode: change-log
16482 left-margin: 8
16483 fill-column: 76
16484 version-control: never
16485 End: