binuitils: Check if AR is usable for LTO build
[binutils-gdb.git] / ChangeLog
1 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/26766
4 * configure.ac:
5 * configure: Regenerated.
6
7 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR ld/27173
10 * configure: Regenerated.
11 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
12 --plugin and rc before enabling --plugin.
13
14 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
15
16 PR binutils/26766
17 * Makefile.tpl (BUILD_CFLAGS): New.
18 (CFLAGS): Append $(BUILD_CFLAGS).
19 (CXXFLAGS): Likewise.
20 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
21 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
22 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
23 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
24 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
25 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
26 (PGO-TRAINING-TARGETS): Likewise.
27 (PGO_BUILD_TRAINING): Likewise.
28 (all): Add '+' to the command line for recursive make. Support
29 the PGO build.
30 * configure.ac: Add --enable-pgo-build[=lto].
31 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
32 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
33 * Makefile.in: Regenerated.
34 * configure: Likewise.
35
36 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
37
38 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
39 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
40 * configure.ac: Include config/gcc-plugin.m4.
41 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
42 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
43 RANLIB if possible.
44 * Makefile.in: Regenerated.
45 * configure: Likewise.
46
47 2021-01-09 Nick Clifton <nickc@redhat.com>
48
49 * 2.36 release branch crated.
50
51 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
52
53 * libtool.m4: Match gnu* along with other GNU systems.
54
55 2021-01-07 Alan Modra <amodra@gmail.com>
56
57 * config.sub: Accept OS of eabi* and gnueabi*.
58
59 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
60
61 * Makefile.def (libctf): No longer no_check. Checking depends on
62 all-ld.
63 * Makefile.in: Regenerated.
64
65 2021-01-05 Nick Clifton <nickc@redhat.com>
66
67 * libiberty: Sync with gcc. Bring in:
68 2021-01-04 Martin Liska <mliska@suse.cz>
69
70 * strverscmp.c: Convert to utf8 from iso8859.
71
72 2020-12-22 Jason Merrill <jason@redhat.com>
73
74 PR c++/67343
75 * cp-demangle.h (struct d_info): Add unresolved_name_state.
76 * cp-demangle.c (d_prefix): Add subst parm.
77 (d_nested_name): Pass it.
78 (d_unresolved_name): Split out from...
79 (d_expression_1): ...here.
80 (d_demangle_callback): Maybe retry with old sr mangling.
81 * testsuite/demangle-expected: Add test.
82
83 2020-12-21 Jason Merrill <jason@redhat.com>
84
85 * cp-demangle.c (d_expression_1): Recognize qualified-id
86 on RHS of dt/pt.
87 * testsuite/demangle-expected: Add test.
88
89 2020-12-21 Jason Merrill <jason@redhat.com>
90
91 * cp-demangle.c (d_unqualified_name): Clear is_expression.
92 * testsuite/demangle-expected: Add tests.
93
94 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
95
96 * configure: Regenerate.
97 * configure.ac: Avoid using sanitizer.
98
99 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
100
101 * rust-demangle.c (struct rust_demangler): Add
102 skipping_printing and bound_lifetime_depth fields.
103 (eat): Add (v0-only).
104 (parse_integer_62): Add (v0-only).
105 (parse_opt_integer_62): Add (v0-only).
106 (parse_disambiguator): Add (v0-only).
107 (struct rust_mangled_ident): Add punycode{,_len} fields.
108 (parse_ident): Support v0 identifiers.
109 (print_str): Respect skipping_printing.
110 (print_uint64): Add (v0-only).
111 (print_uint64_hex): Add (v0-only).
112 (print_ident): Respect skipping_printing,
113 Support v0 identifiers.
114 (print_lifetime_from_index): Add (v0-only).
115 (demangle_binder): Add (v0-only).
116 (demangle_path): Add (v0-only).
117 (demangle_generic_arg): Add (v0-only).
118 (demangle_type): Add (v0-only).
119 (demangle_path_maybe_open_generics): Add (v0-only).
120 (demangle_dyn_trait): Add (v0-only).
121 (demangle_const): Add (v0-only).
122 (demangle_const_uint): Add (v0-only).
123 (basic_type): Add (v0-only).
124 (rust_demangle_callback): Support v0 symbols.
125 * testsuite/rust-demangle-expected: Add v0 testcases.
126
127 2020-11-13 Seija Kijin <doremylover456@gmail.com>
128
129 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
130
131 2020-11-11 Patrick Palka <ppalka@redhat.com>
132
133 PR c++/88115
134 * cp-demangle.c (d_print_comp_inner)
135 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
136 "operator " prefix for __alignof__.
137 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
138 operand of __alignof__.
139 * testsuite/demangle-expected: Test demangling for __alignof__.
140
141 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
142
143 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
144
145 2020-10-06 Martin Liska <mliska@suse.cz>
146
147 PR lto/97290
148 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
149 Use sh_link of a .symtab_shndx section.
150
151 2021-01-05 Alan Modra <amodra@gmail.com>
152
153 * config.guess: Import from upstream.
154 * config.sub: Likewise.
155
156 2020-12-16 Martin Liska <mliska@suse.cz>
157 Tom de Vries <tdevries@suse.de>
158
159 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
160 field. Add meter field.
161 (progressfn): Print progress using meter.
162
163 2020-12-02 Enze Li <lienze2010@hotmail.com>
164
165 * .gitignore: Add gnu global outputs.
166
167 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
168
169 * .gitignore: Sync with gcc.
170
171 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
172
173 * src-release.sh: Use sha256sum instead of md5sum.
174
175 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * Makefile.in: Rebuild.
178 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
179 distclean-gdbserver.
180
181 2020-07-24 Aaron Merey <amerey@redhat.com>
182
183 * configure: Rebuild.
184 * configure.ac: Remove AC_DEBUGINFOD.
185
186 2020-07-04 Nick Clifton <nickc@redhat.com>
187
188 Binutils 2.35 branch created.
189
190 2020-04-21 Stephen Casner <casner@acm.org>
191
192 PR 25830
193 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
194 * configure: Rebuild.
195
196 2020-03-12 Tom Tromey <tom@tromey.com>
197
198 * Makefile.in: Rebuild.
199 * Makefile.def (gdbserver): Depend on gdbsupport.
200
201 2020-03-12 Tom Tromey <tom@tromey.com>
202
203 * Makefile.in: Rebuild.
204 * Makefile.def (gdbsupport): Don't depend on bfd.
205
206 2020-03-12 Tom Tromey <tom@tromey.com>
207
208 * Makefile.in: Rebuild.
209 * Makefile.def (gdbsupport): Depend on intl.
210
211 2020-02-17 Tom Tromey <tom@tromey.com>
212
213 * configure: Rebuild.
214 * configure.ac (configdirs): Add gnulib and gdbsupport when building
215 gdbserver.
216
217 2020-02-14 Tom Tromey <tom@tromey.com>
218
219 * Makefile.in: Rebuild.
220 * Makefile.def: Make gdbserver require gnulib and libiberty.
221
222 2020-02-07 Tom Tromey <tom@tromey.com>
223 Pedro Alves <palves@redhat.com>
224
225 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
226 * gdbserver: New directory, moved from gdb/gdbserver.
227 * configure.ac (host_tools): Add gdbserver.
228 Only build gdbserver on certain systems.
229 * Makefile.in, configure: Rebuild.
230 * Makefile.def (host_modules, dependencies): Add gdbserver.
231 * MAINTAINERS: Add gdbserver.
232
233 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
234
235 * src-release.sh (getver): Look for gdbsupport's
236 create-version.sh script at the current directory if tool is
237 "gdb".
238
239 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
240
241 * remote-sim.c (gdbsim_target::wait): Return
242 sim_data->remote_sim_ptid instead of inferior_ptid.
243
244 2020-01-18 Nick Clifton <nickc@redhat.com>
245
246 Binutils 2.34 branch created.
247
248 2020-01-18 Nick Clifton <nickc@redhat.com>
249
250 Synchronize top level configure files with master version:
251
252 2020-01-01 Ben Elliston <bje@gnu.org>
253
254 * config.guess: Update copyright years.
255 * config.sub: Likewise.
256
257 2019-12-21 Ben Elliston <bje@gnu.org>
258
259 * config.guess (set_cc_for_build): Prevent multiple calls by
260 checking if $tmp is already set. We can't check CC_FOR_BUILD as
261 the user may set it externally. Thanks to Torbjörn Granlund for
262 the bug report.
263
264 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
265
266 * config.guess (alpha:Linux:*:*): Guard against missing
267 /proc/cpuinfo by redirecting standard error to /dev/null.
268
269 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
270
271 * config.guess (*:Twizzler:*:*): New.
272 * config.sub (-twizzler*): New.
273
274 2019-07-24 Ben Elliston <bje@gnu.org>
275
276 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
277
278 2019-06-30 Ben Elliston <bje@gnu.org>
279
280 * config.sub (case $os): Match nsk* and powerunix. Don't later
281 match nsk* and set os=nsk which removes the OS version number.
282
283 2019-06-30 Ben Elliston <bje@gnu.org>
284
285 * config.sub: Recognise os108*.
286
287 2019-06-26 Ben Elliston <bje@gnu.org>
288
289 * config.sub (hp300): Set $os to hpux.
290
291 2019-06-26 Ben Elliston <bje@gnu.org>
292
293 * config.sub (vsta): Move into alphabetical order.
294
295 2019-06-10 Ben Elliston <bje@gnu.org>
296
297 * config.guess (*:OS108:*:*): Recognise new OS.
298
299 2019-05-28 Ben Elliston <bje@gnu.org>
300
301 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
302 system compiler is installed. If not, do not run set_cc_for_build,
303 as the default cc will open a dialog box asking to install
304 Xcode. If no C compiler is available, guess based on uname -p and
305 uname -m.
306
307 2019-05-28 Ben Elliston <bje@gnu.org>
308
309 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
310
311 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
312
313 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
314 * Makefile.in: Re-generate.
315
316 2020-01-14 Tom Tromey <tom@tromey.com>
317
318 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
319 * MAINTAINERS: Add gdbsupport.
320 * configure: Rebuild.
321 * configure.ac (configdirs): Add gdbsupport.
322 * gdbsupport: New directory, move from gdb/gdbsupport.
323 * Makefile.def (host_modules, dependencies): Add gnulib.
324 * Makefile.in: Rebuild.
325
326 2020-01-09 Aaron Merey <amerey@redhat.com>
327
328 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
329 new configure option --with-debuginfod.
330 * configure: Regenerate.
331 * configure.ac: Call AC_DEBUGINFOD.
332
333 2019-12-26 Christian Biesinger <cbiesinger@google.com>
334
335 * .gitignore: Add perf.data and perf.data.old.
336
337 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
338
339 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
340
341 2019-10-17 Alan Modra <amodra@gmail.com>
342
343 PR 29
344 * src-release.sh (getver): Replace "head -1" with "head -n 1".
345
346 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
347
348 * Makefile.def (host_modules): libctf is no longer no_install.
349 * Makefile.in: Regenerated.
350
351 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
352
353 * Makefile.def (dependencies): all-ld depends on all-libctf.
354 * Makefile.in: Regenerated.
355
356 2019-09-09 Phil Blundell <pb@pbcl.net>
357
358 binutils 2.33 branch created
359
360 2019-08-19 Tom Tromey <tom@tromey.com>
361
362 * configure: Rebuild.
363 * configure.ac: Add --with-static-standard-libraries.
364
365 2019-08-09 Nick Clifton <nickc@redhat.com>
366
367 * libiberty: Sync with gcc. Bring in:
368 2019-08-08 Martin Liska <mliska@suse.cz>
369
370 PR bootstrap/91352
371 * lrealpath.c (is_valid_fd): New function.
372
373 2019-07-24 Martin Liska <mliska@suse.cz>
374
375 PR lto/91228
376 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
377 Find first '\0' starting from gnu_lto + 1.
378
379 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
380
381 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
382 This fixes a Bug 90924.
383
384 2019-07-22 Martin Liska <mliska@suse.cz>
385
386 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
387 Do not search for gnu_lto_v1, but search for first '\0'.
388
389 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
390
391 * cplus-dem.c: Include rust-demangle.h.
392 * rust-demangle.c: Include rust-demangle.h.
393 * rust-demangle.h: New file.
394
395 2019-05-31 Michael Forney <mforney@mforney.org>
396
397 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
398 is non-zero.
399
400 2019-04-30 Ben L <bobsayshilol@live.co.uk>
401
402 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
403 * testsuite/d-demangle-expected: Add testcase.
404
405 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
406 * testsuite/d-demangle-expected: Add testcase.
407
408 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
409 * testsuite/d-demangle-expected: Add testcase.
410
411 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
412 * testsuite/d-demangle-expected: Add testcase.
413
414 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
415 * testsuite/d-demangle-expected: Add testcase.
416
417 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
418 * testsuite/demangle-expected: Add testcase.
419
420 * cp-demangle.c (d_encoding): Guard against NULL return values from
421 d_right (dc).
422 * testsuite/demangle-expected: Add testcase.
423
424 2019-04-29 Ben L <bobsayshilol@live.co.uk>
425
426 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
427 char is valid.
428 * testsuite/demangle-expected: Add testcase.
429
430 2019-04-10 Nick Clifton <nickc@redhat.com>
431
432 PR 89394
433 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
434 lengths.
435 (d_count_templates_scopes): Replace num_templates and num_scopes
436 parameters with a struct d_print_info pointer parameter. Adjust
437 body of the function accordingly. Add recursion counter and check
438 that the recursion limit is not reached.
439 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
440 Reset recursion counter afterwards, unless the recursion limit was
441 reached.
442
443 2019-07-13 Joel Brobecker <brobecker@adacore.com>
444
445 * src-release (getver): If $tool/gdbsupport/create-version.sh
446 exists, use that to determine the version number.
447
448 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
449
450 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
451
452 2019-06-14 Tom Tromey <tom@tromey.com>
453
454 * MAINTAINERS: Add gnulib.
455 * gnulib: New directory, move from gdb/gnulib.
456 * configure.ac (host_libs): Add gnulib.
457 * configure: Rebuild.
458 * Makefile.def (host_modules, dependencies): Add gnulib.
459 * Makefile.in: Rebuild.
460
461 2019-06-03 Nick Clifton <nickc@redhat.com>
462
463 Revert:
464 2019-05-29 Nick Clifton <nickc@redhat.com>
465
466 * configure.ac (noconfigdirs): Add libctf if the target does not use
467 the ELF file format.
468 * configure: Regenerate.
469
470 2019-05-29 Nick Clifton <nickc@redhat.com>
471
472 * src-release.sh (do_proto_toplev): Add libctf to list of
473 directories that can be disabled.
474
475 2019-05-29 Nick Clifton <nickc@redhat.com>
476
477 * configure.ac (noconfigdirs): Add libctf if the target does not use
478 the ELF file format.
479 * configure: Regenerate.
480
481 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
482
483 * Makefile.def (dependencies): configure-libctf depends on all-bfd
484 and all its deps.
485 * Makefile.in: Regenerated.
486
487 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
488
489 * MAINTAINERS: Add libctf.
490
491 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
492
493 * Makefile.def (host_modules): Add libctf.
494 * Makefile.def (dependencies): Likewise.
495 libctf depends on zlib, libiberty, and bfd.
496 * Makefile.in: Regenerated.
497 * configure.ac (host_libs): Add libctf.
498 * configure: Regenerated.
499
500 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
501
502 * config.guess: Synchronize with config project master sources.
503 * config.sub: Likewise.
504 * readline/support/config.guess: Likewise.
505 * readline/support/config.sub: Likewise.
506
507 2019-04-10 Nick Clifton <nickc@redhat.com>
508
509 * libiberty: Sync with gcc. Bring in:
510 2019-04-10 Nick Clifton <nickc@redhat.com>
511
512 PR 89394
513 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
514 lengths.
515 (d_count_templates_scopes): Replace num_templates and num_scopes
516 parameters with a struct d_print_info pointer parameter. Adjust
517 body of the function accordingly. Add recursion counter and check
518 that the recursion limit is not reached.
519 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
520 Reset recursion counter afterwards, unless the recursion limit was
521 reached.
522
523 2018-06-24 Nick Clifton <nickc@redhat.com>
524
525 2.32 branch created.
526
527 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
528
529 Merge from GCC:
530 PR target/88535
531 * config.guess: Import upstream version 2019-01-03.
532 * config.sub: Import upstream version 2019-01-01.
533
534 2019-01-10 Nick Clifton <nickc@redhat.com>
535
536 * libiberty: Sync with gcc. Bring in:
537 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
538
539 PR other/16615
540
541 * cp-demangle.c: Mechanically replace "can not" with "cannot".
542 * floatformat.c: Likewise.
543 * strerror.c: Likewise.
544
545 2018-12-22 Jason Merrill <jason@redhat.com>
546
547 Remove support for demangling GCC 2.x era mangling schemes.
548 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
549 internal_cplus_demangle, and all subroutines.
550 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
551 Lucid, ARM, HP, and EDG demangling styles.
552 (cplus_demangle): Remove 'work' variable. Don't call
553 internal_cplus_demangle.
554
555 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
556
557 * configure.ac: Don't configure readline if --with-system-readline is
558 used.
559 * configure: Re-generate.
560
561 2018-10-31 Joseph Myers <joseph@codesourcery.com>
562
563 Merge from GCC:
564 PR bootstrap/82856
565 * multilib.am: New file. From automake.
566
567 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
568
569 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
570
571 2018-07-16 Nick Clifton <nickc@redhat.com>
572
573 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
574
575 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
576
577 * config.sub: Sync with upstream version 2018-07-03.
578
579 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
580
581 * config.guess: Sync with upstream version 2018-06-26.
582 * config.sub: Sync with upstream version 2018-07-02.
583
584 2018-06-29 Alexandre Oliva <oliva@adacore.com>
585
586 * configure.ac: Introduce support for @unless/@endunless.
587 * Makefile.tpl (dep-kind): Rewrite with cond; return
588 postbootstrap in some cases.
589 (make-postboot-dep, postboot-targets): New.
590 (dependencies): Do not output postbootstrap dependencies at
591 first. Output non-target ones changed for configure to depend
592 on stage_last @if gcc-bootstrap, and the original deps @unless
593 gcc-bootstrap.
594 * configure.in, Makefile.in: Rebuilt.
595
596 2018-06-24 Nick Clifton <nickc@redhat.com>
597
598 * configure: Regenerate.
599
600 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
601
602 * libtool.m4: Use AC_LANG_SOURCE.
603 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
604 * README-maintainer-mode: Update version requirements.
605 * ar-lib: New file.
606 * test-driver: New file.
607 * configure: Re-generate.
608
609 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
610
611 * Makefile.def (fortran): Add check-target-libgomp-fortran.
612 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
613 * Makefile.in: Regenerate.
614
615 * configure: Regenerate.
616
617 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
618
619 * configure.ac: Sync with GCC, remove MPX-related things.
620
621 2018-05-01 Nick Clifton <nickc@redhat.com>
622
623 * config.guess: Synchronize with config project master sources.
624 * config.sub: Likewise.
625
626 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
627
628 * configure.ac: Added "nfp" target.
629 * configure: Regenerate.
630
631 2018-02-13 Maciej W. Rozycki <macro@mips.com>
632
633 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
634 * configure: Regenerate.
635
636 2018-01-30 Nick Clifton <nickc@redhat.com>
637
638 * src-release.sh (do_proto_toplev): Add patterns for more junk files
639 to delete before creating the tarball.
640
641 2018-01-29 Nick Clifton <nickc@redhat.com>
642
643 * src-release.sh (do_proto_toplev): Strip patch remnant files from
644 the sources before creating the tarball.
645
646 2018-01-13 Nick Clifton <nickc@redhat.com>
647
648 * src-release.sh: Update copyright notice. Change reference to devo
649 to be a reference to root.
650
651 2018-01-10 Nick Clifton <nickc@redhat.com>
652
653 * config-ml.in: Sync with gcc sources.
654 * config.guess: Likewise.
655 * config.sub: Likewise.
656 * configure.ac: Likewise.
657 * configure: Regenerate.
658
659 2017-12-14 Nick Clifton <nickc@redhat.com>
660
661 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
662
663 2017-12-12 Stafford Horne <shorne@gmail.com>
664
665 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
666 * configure: Regenerate.
667
668 2017-09-15 Nick Clifton <nickc@redhat.com>
669
670 * src-release.sh (LZIPPROG): New define. Provides the name of the
671 lzip program.
672 (do_lz): New function. Compresses a tarball using the lzip
673 program.
674 (do_compress): Add support for lzip compression.
675 (usage): Mention -l option.
676 (build_release): Support -l option to invoke lzip compression.
677
678 2017-09-15 Alan Modra <amodra@gmail.com>
679
680 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
681 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
682 and sim depending on $tool and $support_files. Echo configure line.
683
684 2017-09-14 Matt Rice <ratmice@gmail.com>
685
686 * src-release.sh (do_proto_toplev): Enable gold during release process.
687
688 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
689
690 * config.sub: Sync with master version in config project.
691
692 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
693
694 * config.sub: Handle ia16 in $basic_machine.
695
696 bfd/
697 * config.bfd: Handle ia16.
698
699 gas/
700 * configure.tgt: Handle ia16.
701
702 ld/
703 * configure.tgt: Handle ia16.
704
705 2017-03-22 Nick Clifton <nickc@redhat.com>
706
707 * config.sub: Sync with master version in config project.
708 * config.guess: Likewise.
709
710 2017-01-23 Nick Clifton <nickc@redhat.com>
711
712 * configure.ac: Update year in copyright notice.
713 Sync from FSF GCC mainline, bringing in the following patches.
714 * Makefile.def: Likewise.
715 * Makefile.tpl: Likewise.
716 * configure: Regenerate.
717 * Makefile.in: Regenerate.
718
719 2016-12-21 Jakub Jelinek <jakub@redhat.com>
720
721 * configure.ac: Don't bootstrap libmpx unless --with-build-config
722 includes bootstrap-mpx.
723
724 2016-12-01 Matthias Klose <doko@ubuntu.com>
725
726 * configure.ac: Don't use pkg-config to check for bdw-gc.
727
728 2016-11-30 Matthias Klose <doko@ubuntu.com>
729
730 * Makefile.def: Remove reference to boehm-gc target module.
731 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
732 options and for the bdw-gc pkg-config module.
733
734 2016-11-15 Matthias Klose <doko@ubuntu.com>
735
736 * config-ml.in: Remove references to GCJ.
737 * configure.ac: Likewise.
738
739 2016-09-30 Jakub Jelinek <jakub@redhat.com>
740
741 * configure.ac: Add target-libffi to target_libraries.
742 Readd libgcj target disablings, modified to only target-libffi.
743 Readd target addition of go to unsupported languages.
744
745 2016-09-30 Andrew Haley <aph@redhat.com>
746
747 * Makefile.def: Remove libjava.
748 * Makefile.tpl: Likewise.
749 * configure.ac: Likewise.
750
751 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
752
753 * configure.ac: Disable "sim" directory for arc*-*-*.
754
755 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
756
757 * configure.ac: Check for the minimum in-tree MPFR version
758 handled.
759
760 2016-12-31 Alan Modra <amodra@gmail.com>
761
762 * config.sub: Import from upstream.
763
764 2016-12-08 Alan Modra <amodra@gmail.com>
765
766 * configure: Regenerate.
767
768 2016-12-02 Josh Conner <joshconner@google.com>
769
770 * configure.ac: Add fuchsia to targets that use ELF.
771 * configure: Regenerated.
772
773 2016-11-07 Doug Evans <dje@google.com>
774
775 * config.sub: Sync with upstream version 2016-11-03.
776 git://git.sv.gnu.org/config.git
777 * config.guess: Sync with upstream version 2016-10-02.
778
779 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
780
781 * .gitignore: Add archives and make stamps.
782
783 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
784
785 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
786 * configure: Regenerated.
787
788 2016-06-28 Walter Lee <walt@tilera.com>
789
790 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
791 * configure: Regenerate.
792
793 2016-05-28 Alan Modra <amodra@gmail.com>
794
795 * Makefile.tpl (configure): Depend on m4 files included.
796 * Makefile.in: Regenerate.
797
798 2016-05-27 Nick Clifton <nickc@redhat.com>
799
800 * config.guess (Alpha OSF1): Fix typo introduced during the most
801 recent synchronization update.
802
803 2016-05-23 Nick Clifton <nickc@redhat.com>
804
805 * Import these patches from the gcc mainline:
806
807 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
808
809 * config.guess: Import version 2016-04-02 (newest).
810 * config.sub: Import version 2016-05-10 (newest).
811
812 2016-04-19 Nick Clifton <nickc@redhat.com>
813
814 * Import this patch from the GCC mainline:
815
816 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
817
818 PR bootstrap/70173
819 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
820 and gotools directories. Delete the stage_final file.
821 * Makefile.in: Regenerate.
822
823 2016-03-17 Cary Coutant <ccoutant@gmail.com>
824
825 * configure.ac: Add mips and s390 to the gold target check.
826 * configure: Regenerate.
827
828 2016-02-10 Nick Clifton <nickc@redhat.com>
829
830 Import these patches from the GCC mainline:
831
832 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
833
834 * configure.ac: Enable LTO for DJGPP
835 * configure: Regenerate
836
837 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
838
839 PR bootstrap/69329
840 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
841 * Makefile.in: Regenerate.
842
843 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
844 Sebastian Pop <s.pop@samsung.com>
845
846 * Makefile.in: Regenerate.
847 * Makefile.tpl: Export ISLVER.
848 * configure: Regenerate.
849 * config/isl.m4: Detect isl-0.15.
850
851 2016-01-29 Sebastian Pop <s.pop@samsung.com>
852
853 * config/isl.m4: Add comments about isl-0.16.
854 * configure: Regenerate.
855
856 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
857
858 Sync with GCC
859 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
860
861 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
862 symbols.
863
864 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
865
866 PR bootstrap/69134
867 * Makefile.def (mpfr): Disable assembler.
868 * Makefile.in: Regenerate.
869
870 2016-01-11 Nick Clifton <nickc@redhat.com>
871
872 Import the following changes from the GCC mainline:
873
874 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
875
876 * configure.ac: Enable libmpx by default.
877 * configure: Regenerated.
878
879 2015-11-19 Martin Liska <mliska@suse.cz>
880
881 * .gitignore: Add .clang-format to ignored files.
882 * Makefile.tpl: Add clang-format.
883 * Makefile.in: Regenerate.
884
885 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
886
887 PR libffi/65726
888 * Makefile.def (lang_env_dependencies): Make libffi depend
889 on cxx.
890 * Makefile.in: Regenerate.
891
892 2015-12-02 Ian Lance Taylor <iant@google.com>
893
894 PR go/66147
895 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
896 * Makefile.in: Regenerate.
897
898 2015-12-17 Nathan Sidwell <nathan@acm.org>
899
900 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
901 * configure: Regenerate.
902
903 2015-12-17 Sebastian Pop <s.pop@samsung.com>
904
905 * Makefile.in: Replace ISL with isl.
906 * Makefile.tpl: Same.
907 * config/isl.m4: Same.
908 * configure.ac: Same.
909 * contrib/download_prerequisites: Same.
910 * configure: Regenerate.
911
912 2016-01-01 Ben Elliston <bje@gnu.org>
913
914 * config.guess: Import version 2016-01-01.
915 * config.sub: Likewise.
916
917 2015-11-20 Tristan Gingold <gingold@adacore.com>
918
919 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
920 * configure: Regenerate.
921
922 2015-10-21 Nick Clifton <nickc@redhat.com>
923
924 PR gas/19109
925 * configure.ac: Note the 'none' is an acceptable argument to
926 --enable-compressed-debug-sections.
927 * configure: Regenerate.
928
929 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
930
931 PR gas/19109
932 * configure.ac: Add
933 --enable-compressed-debug-sections={all,gas,gold,ld}.
934 * configure: Regenerated.
935
936 2015-09-30 Nick Clifton <nickc@redhat.com>
937
938 Import the following patches from the GCC mainline:
939
940 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
941
942 PR libfortran/54572
943 * Makefile.def: Make libgfortran depend on libbacktrace.
944 * Makefile.in: Regenerate.
945
946 2015-08-12 Tom de Vries <tom@codesourcery.com>
947
948 PR other/67092
949 PR other/67098
950 * configure.ac: Remove --with_host_libstdcxx support.
951 * configure: Regenerate.
952
953 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
954 Jakub Jelinek <jakub@redhat.com>
955
956 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
957 nvptx*-*-*.
958 * configure: Regenerate.
959
960 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
961
962 Sync with GCC
963 2015-07-28 Ben Elliston <bje@gnu.org>
964
965 * config.sub, config.guess: Import from upstream.
966
967 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
968
969 * Makefile.def (libiconv): Define bootstrap=true.
970 Mark pdf/html/info as missing.
971 (configure-gcc): Depend on all-libiconv.
972 (all-gcc): Ditto.
973 (configure-libcpp): Ditto.
974 (all-libcpp): Ditto.
975 (configure-intl): Ditto.
976 (all-intl): Ditto.
977 * Makefile.in: Regenerate.
978
979 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
980
981 Sync with GCC
982 2015-07-24 Michael Darling <darlingm@gmail.com>
983
984 PR other/66259
985 * config-ml.in: Reflects renaming of configure.in to configure.ac
986 * configure: Likewise
987 * configure.ac: Likewise
988
989 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
990
991 * Makefile.in: Regenerated.
992
993 Sync with GCC
994 2015-05-21 Jason Merrill <jason@redhat.com>
995
996 * Makefile.tpl: Update comments.
997
998 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
999
1000 * Makefile.tpl: Remove surplus whitespace throughout.
1001
1002 2015-03-25 Martin Liska <mliska@suse.cz>
1003 Yury Gribov <y.gribov@samsung.com>
1004
1005 * Makefile.tpl: Fix ln source location for vimrc file.
1006
1007 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1008
1009 Sync with GCC
1010 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1011
1012 * configure.ac: FT32 target added.
1013 * configure: Regenerate.
1014
1015 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 Sync with GCC
1018 2015-06-02 Jason Merrill <jason@redhat.com>
1019
1020 PR bootstrap/66319
1021 * configure.ac: Use -std=gnu++98.
1022
1023 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1024
1025 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1026 * configure: Regenerate.
1027
1028 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1029
1030 * configure.ac: Fix typo.
1031 * configure: Regenerate.
1032
1033 2015-05-03 Matthias Klose <doko@ubuntu.com>
1034
1035 * configure.ac: Match $host configured with triplets.
1036 * configure: Regenerate.
1037
1038 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1039
1040 PR bootstrap/62077
1041 * configure.ac (--enable-stage1-checking): Default to
1042 release,misc,gimple,rtlflag,tree,types if --disable-checking
1043 or --enable-checking is not specified and DEV-PHASE is not
1044 experimental.
1045 * configure: Regenerated.
1046
1047 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1048
1049 Install back PR target/47230 fix (Revert the revert).
1050
1051 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1052
1053 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1054 target.
1055 * configure: Regenerate.
1056
1057 2015-05-13 John David Anglin <dave.anglin@bell.net>
1058
1059 * configure.ac: Disable configuration of GDB for HPUX targets.
1060 * configure: Regenerate.
1061
1062 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1063
1064 PR ld/18355
1065 * Makefile.def: Add extra_configure_flags to host zlib.
1066 * configure.ac (extra_host_zlib_configure_flags): New. Set
1067 to --enable-host-shared When bfd is to be built as shared
1068 library. AC_SUBST.
1069 * Makefile.in: Regenerated.
1070
1071 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1072 Hans-Peter Nilsson <hp@axis.com>
1073
1074 Adjust src-release.sh for sim using the gdb create-version.sh.
1075 * src-release.sh (tar_compress): If there's a fifth parameter,
1076 use that in the getver call instead of $tool.
1077 (sim_release): Pass gdb as fifth parameter to tar_compress.
1078 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1079
1080 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1081
1082 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1083 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1084 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1085 * Makefile.in: Regenerate.
1086
1087 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1088
1089 * configure.ac: Add --with-system-zlib.
1090 * configure: Regenerated.
1091
1092 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1093
1094 * src-release.sh: Don't configure with --with-target-subdir=.
1095 --disable-multilib.
1096
1097 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1098
1099 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1100 src-release.sh.
1101
1102 2015-03-30 Ed Schouten <ed@nuxi.nl>
1103
1104 * config.sub: Update from upstream, to 2015-03-04 version.
1105 * config.guess: Likewise.
1106
1107 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1108
1109 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1110 * Makefile.in: Regenerated.
1111
1112 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1113
1114 * src-release.sh (do_proto_toplev): Configure with --target
1115 --with-target-subdir and --disable-multilib.
1116 (BINUTILS_SUPPORT_DIRS): Add zlib.
1117 (GAS_SUPPORT_DIRS): Likewise.
1118 (GDB_SUPPORT_DIRS): Likewise.
1119 (SIM_SUPPORT_DIRS): Likewise.
1120
1121 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 * configure.ac (target_configdirs): Exclude target-zlib if
1124 target-libjava isn't built.
1125 * configure: Regenerated.
1126
1127 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 Sync with GCC
1130 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1131
1132 * config-ml.in: Robustify ac_configure_args parsing.
1133
1134 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1135
1136 * Makefile.def: Updated from GCC trunk.
1137 * Makefile.tpl: Likewise.
1138 * configure.ac: Likewise.
1139 * Makefile.in: Regenerated.
1140 * configure: Likewise.
1141
1142 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1143
1144 * configure.ac: Add FT32 support.
1145 * configure: Regenerate.
1146
1147 2015-01-12 Anthony Green <green@moxielogic.com>
1148
1149 * configure.ac: Don't disable gprof for moxie.
1150 * configure: Rebuild.
1151
1152 2015-01-03 Andrew Pinski <apinski@cavium.com>
1153
1154 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1155 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1156 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1157 (OBJCOPY_FOR_TARGET): New variable.
1158 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1159 * Makefile.in: Regenerate.
1160 * configure.ac: Check for already installed target objcopy.
1161 Also GCC_TARGET_TOOL on objcopy.
1162 * configure: Regenerate.
1163
1164 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1165
1166 * config.sub: Update from upstream, to 2015-01-01 version.
1167 * config.guess: Ditto.
1168
1169 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1170
1171 * config.sub: Update from upstream config repo.
1172
1173 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 * libtool.m4: Updated from GCC trunk.
1176
1177 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1178
1179 * config.guess: Update from upstream config repo.
1180 * config.sub: Ditto.
1181
1182 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1183
1184 * move-if-change: Update from upstream gnulib.
1185
1186 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1187
1188 * compile: Sync with upstream Automake.
1189 * depcomp: Ditto.
1190 * install-sh: Ditto.
1191 * missing: Ditto.
1192 * mkinstalldirs: Ditto.
1193 * ylwrap: Ditto.
1194
1195 2014-10-15 Tristan Gingold <gingold@adacore.com>
1196
1197 * src-release.sh (do_proto_toplev): Configure with --target.
1198
1199 2014-10-03 Jing Yu <jingyu@google.com>
1200
1201 * configure.ac: Add aarch64 to list of targets that support gold.
1202 * configure: Regenerate.
1203
1204 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1205
1206 * configure.ac: Add mips*-img-elf* target triple.
1207 * configure: Regenerate.
1208
1209 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1210 * configure: Disable gdb for nds32*-*-* until supported.
1211 * configure.ac: Disable gdb for nds32*-*-* until supported.
1212
1213 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1214
1215 * configure: Regenerate.
1216
1217 2014-08-27 Will Newton <will.newton@linaro.org>
1218
1219 * src-release.sh: New file.
1220 * src-release: Remove file.
1221
1222 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1223
1224 GDB not supported for or1k*-*-rtems*
1225 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1226 of the stanzas results in this not being caught by or1k*-*-* later.
1227 * configure. Regenerated.
1228
1229 2014-07-25 Samuel Bronson <naesten@gmail.com>
1230
1231 * .gitattributes: New file for use with git-merge-changelog.
1232
1233 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1234
1235 Disable gdb for or1k*-*-* until supported
1236 * configure.ac (or1k*-*-*): Disable gdb.
1237 * configure: Regenerated.
1238
1239 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1240
1241 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1242 * configure: Regenerated.
1243
1244 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1245
1246 PR sanitizer/56781
1247 * Makefile.def: Set bootstrap=true; for host fixincludes.
1248 * configure.ac: Don't bootstrap host fixincludes unless
1249 --with-build-config=bootstrap-{a,ub}san.
1250 * Makefile.in: Regenerated.
1251 * configure: Regenerated.
1252
1253 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1254
1255 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1256 --enable-vtable-verify option parsing. Don't add
1257 target-libsanitizer to bootstrap_target_libs unless
1258 --with-build-config=bootstrap-asan or
1259 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1260 to bootstrap_target_libs unless --enable-vtable-verify.
1261 * configure: Regenerated.
1262
1263 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1264
1265 PR bootstrap/58572
1266 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1267 -I for libstdc++-v3 includes if $(LEAN).
1268 * Makefile.in: Regenerated.
1269
1270 2014-02-24 Walter Lee <walt@tilera.com>
1271
1272 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1273 (tilegx-*-*): Change to tilegx*-*-*.
1274 * configure: Regenerate.
1275
1276 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1277
1278 * config.sub, config.guess: Import from upstream.
1279
1280 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1281
1282 PR bootstrap/60620
1283 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1284 * Makefile.in: Regenerate.
1285
1286 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1287
1288 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1289 for WINDRES_FOR_TARGET in default-manifest.o rule.
1290 * Makefile.in: Regenerate.
1291
1292 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1293
1294 PR target/59788
1295 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1296 *solaris2*.
1297
1298 2013-12-19 Keven Boell <keven.boell@intel.com>
1299
1300 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1301 nested lookups for fortran modules.
1302 * dwarf2read.c (read_module): Add fortran module to
1303 the symbol table.
1304 (add_partial_symbol, add_partial_module): Add fortran
1305 module to the partial symbol table.
1306 (new_symbol_full): Create full symbol for fortran module.
1307 * f-exp.y (yylex): Add new module domain to be parsed.
1308 * symtab.h: New domain for fortran modules.
1309
1310 2013-12-19 Keven Boell <keven.boell@intel.com>
1311
1312 * f-exp.y (yylex): Add domain array to enable lookup
1313 in multiple domains. Loop over lookup domains and try
1314 to find requested symbol. Add STRUCT_DOMAIN to lookup
1315 domains to be able to query for user defined types.
1316
1317 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1318
1319 * configure.ac: Add user-friendly check for native x86_64-linux
1320 multilibs.
1321 * configure: Regenerate.
1322
1323 2013-11-23 Alan Modra <amodra@gmail.com>
1324
1325 * config.sub, config.guess: Import from upstream.
1326
1327 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1328
1329 * Makefile.in: Regenerate.
1330
1331 * Makefile.tpl: Fix typo.
1332 * Makefile.in: Regenerate partially.
1333
1334 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1335
1336 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1337 supported.
1338 * configure: Regenerated.
1339
1340 2013-10-30 Jason Merrill <jason@redhat.com>
1341
1342 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1343 --disable-build-format-warnings.
1344
1345 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1346
1347 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1348 depend on libstdc++ and libgcc.
1349 * configure: Regenerate.
1350 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1351 libcilkrts for POSIX and i*86, and x86_64 architectures.
1352 * Makefile.in: Added libcilkrts related fields to support building it.
1353
1354 2013-10-26 Jeff Law <law@redhat.com>
1355
1356 * Makefile.def (target_modules): Remove libmudflap
1357 (languages): Remove check-target-libmudflap).
1358 * Makefile.in: Rebuilt.
1359 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1360 * configure.ac (target_libraries): Remove target-libmudflap.
1361 Remove checks which disabled libmudflap on some systems.
1362 * configure: Rebuilt.
1363 * libmudflap: Directory removed.
1364
1365 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1366
1367 * configure.ac: Update from GCC.
1368 * configure: Regenerate.
1369
1370 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1371
1372 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1373 files in SUPPORT_FILES.
1374 (SIM_SUPPORT_DIRS): New variable.
1375 (sim.tar.bz2): New rule.
1376
1377 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1378
1379 * configure.ac: Update from GCC.
1380 * configure: Regenerate.
1381
1382 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1383
1384 * COPYING.NEWLIB: Update with new copyright.
1385
1386 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1387
1388 * configure.ac: Update from GCC.
1389 * configure: Regenerate.
1390
1391 2013-09-20 Alan Modra <amodra@gmail.com>
1392
1393 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1394 ppc host match. Support little-endian powerpc linux hosts.
1395
1396 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1397
1398 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1399 strip the "-cvs" suffix from the version number if present.
1400
1401 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1402
1403 * configure.ac: Sync with GCC repo.
1404 * Makefile.def: Ditto.
1405 * configure: Regenerate.
1406 * Makefile.in: Ditto.
1407
1408 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1409
1410 * src-release (VER): Use $(TOOL)/common/create-version.sh
1411 if it exists.
1412
1413 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1414
1415 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1416 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1417 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1418 * configure: Regenerate.
1419
1420 2013-06-01 George Thomas <george.thomas@atmel.com>
1421
1422 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1423 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1424
1425 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1426
1427 * COPYING.NEWLIB: Add Altera Corporation copyright.
1428
1429 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1430
1431 * config.guess: Update from config repo.
1432 * config.sub: Ditto.
1433
1434 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1435
1436 * Makefile.def: Sync with GCC.
1437 * Makefile.in: Regenerate.
1438
1439 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1440
1441 * configure.ac: Sync with GCC.
1442 * configure: Regenerate.
1443
1444 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1445
1446 * src-release (VER): Change bfd/configure.in sed to use the new
1447 `bfd/configure --version` output.
1448
1449 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1450
1451 * configure.ac: Sync with GCC repo.
1452 * configure: Ditto.
1453
1454 2013-02-05 Ian Lance Taylor <iant@google.com>
1455
1456 PR go/55969
1457 * configure.ac: Disable libgo on some systems where it does not
1458 work.
1459 * configure: Rebuild.
1460
1461 2013-02-05 Alan Modra <amodra@gmail.com>
1462
1463 * configure: Regenerate after syncing config/.
1464
1465 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1466
1467 * configure.ac: Sync with GCC repo.
1468 * configure: Ditto.
1469 * Makefile.def: Ditto.
1470 * Makefile.in: Ditto.
1471
1472 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1473
1474 Sync with GCC, merge:
1475
1476 2013-01-09 Jason Merrill <jason@redhat.com>
1477
1478 * .gitignore: Import from gdb repository.
1479
1480 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1481
1482 * config.sub: Update from config repo.
1483
1484 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1485
1486 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1487 * Makefile.in: Regenerate.
1488
1489 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1490
1491 * Makefile.def (configure-gcc): Depend on all-gmp.
1492 (all-gcc): Remove dependency on all-gmp.
1493 * Makefile.in: Regenerated.
1494
1495 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1496
1497 * config.guess: Update from config repo.
1498 * config.sub: Ditto.
1499
1500 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1501
1502 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1503 exists and replace the new bfin license in its location.
1504
1505 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1506
1507 PR gas/14899
1508 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1509 all-ld and all-gold depend on all-gas.
1510 * Makefile.in: Regenerated.
1511
1512 2012-12-29 Ben Elliston <bje@gnu.org>
1513
1514 * config.guess: Update to 2012-12-29 version.
1515 * config.sub: Likewise.
1516
1517 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1518
1519 * Makefile.def (install-target-libgo): Depend on
1520 install-target-libatomic. Merged from GCC repo.
1521 * Makefile.in: Regenerate.
1522
1523 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1524
1525 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1526
1527 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1528
1529 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1530 * configure: Regenerate.
1531
1532 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1533
1534 * Makefile.def (target_modules): Add bootstrap=true and
1535 raw_cxx=true to libsanitizer.
1536 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1537 * Makefile.in: Regenerated.
1538 * configure: Likewise.
1539
1540 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1541
1542 * config.sub: Merge from config repo.
1543
1544 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1545
1546 * configure.ac: Merge from GCC.
1547 * Makefile.tpl: Ditto.
1548 * Makefile.in: Ditto.
1549 * configure: Ditto.
1550
1551 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1552
1553 * configure.ac (noconfigdirs): Merge from GCC.
1554 * configure: Regenerate.
1555
1556 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1557
1558 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1559
1560 2012-11-14 Roland McGrath <mcgrathr@google.com>
1561
1562 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1563 * configure: Regenerate.
1564
1565 2012-11-13 Richard Henderson <rth@redhat.com>
1566
1567 * configure.ac: Move libsanitizer logic to subdirectory.
1568 * configure: Regenerate.
1569
1570 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1571
1572 * configure.ac: Enable libsanitizer just on x86 linux for now.
1573 * configure: Re-generate.
1574
1575 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1576
1577 * configure.ac: Merge libquadmath sections.
1578 * configure: Regenerate.
1579
1580 2012-11-12 Wei Mi <wmi@google.com>
1581
1582 * configure.ac: Add libsanitizer to target_libraries.
1583 * Makefile.def: Ditto.
1584 * configure: Regenerate.
1585 * Makefile.in: Regenerate.
1586
1587 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1588
1589 * configure: Regenerated.
1590
1591 2012-11-03 Robert Mason <rbmj@verizon.net>
1592
1593 * configure.ac: add --disable-libstdcxx configure option
1594 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1595
1596 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1597
1598 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1599 against Mingw64 w32api.
1600 * configure: Regenerate.
1601
1602 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1603
1604 PR bootstrap/54820
1605 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1606 * configure: Regenerate.
1607
1608 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1609
1610 PR bootstrap/54820
1611 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1612 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1613 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1614 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1615 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1616 * Makefile.in: Regenerate.
1617 * configure.ac (have_static_libs): New variable and associated check.
1618 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1619 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1620 * configure: Regenerate.
1621
1622 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1623
1624 * config.guess, config.sub: Include updated version from
1625 config-patches. Adds microblaze little endian support.
1626
1627 2012-09-28 Ian Lance Taylor <iant@google.com>
1628
1629 * Makefile.def: Make all-target-libgo depend on
1630 all-target-libbacktrace.
1631 * Makefile.in: Rebuild.
1632
1633 2012-09-26 Ian Lance Taylor <iant@google.com>
1634
1635 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1636 * Makefile.in: Rebuild.
1637
1638 2012-09-06 Diego Novillo <dnovillo@google.com>
1639
1640 * configure.ac: Bump minimum GMP version to 4.2.3.
1641 * configure: Re-generate.
1642
1643 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1644
1645 PR target/54461
1646 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1647 target-libgloss if not configured --with-avrlibc=no.
1648 * configure: Regenerate.
1649
1650 2012-09-04 Jason Merrill <jason@redhat.com>
1651
1652 * configure.ac: Fix --enable-languages=all.
1653
1654 2012-09-03 Richard Guenther <rguenther@suse.de>
1655
1656 PR bootstrap/54138
1657 * configure.ac: Re-organize ISL / CLOOG checks to allow
1658 disabling with either --without-isl or --without-cloog.
1659 * configure: Regenerated.
1660
1661 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1662
1663 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1664 * configure: Regenerate.
1665
1666 2012-09-21 Steve Ellcey <sellcey@mips.com>
1667
1668 * configure.ac: Add mips*-mti-elf* target.
1669 * configure: Regenerate.
1670
1671 2012-09-19 Ian Lance Taylor <iant@google.com>
1672
1673 * configure.ac (host_libs): Add libbacktrace.
1674 (target_libraries): Add libbacktrace.
1675 * Makefile.def (host_modules): Add libbacktrace.
1676 (target_modules): Likewise.
1677 * configure, Makefile.in: Rebuild.
1678
1679 2012-09-15 Jiong Wang <jiwang@tilera.com>
1680
1681 * configure.ac (ENABLE_GOLD): support tilegx*
1682 * configure: rebuild
1683
1684 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1685
1686 PR target/38607
1687 Merge upstream change.
1688 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1689
1690 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1691 Add libgomp*.o to compare_exclusions for AIX.
1692 * configure: Regenerate.
1693
1694 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1695
1696 PR binutils/4970
1697 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1698 and opcodes.
1699 * Makefile.in: Regenerated.
1700
1701 2012-08-14 Diego Novillo <dnovillo@google.com>
1702
1703 Merge from cxx-conversion branch.
1704
1705 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1706 POSTSTAGE1_CONFIGURE_FLAGS.
1707 * Makefile.in: Regenerate.
1708 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1709 Force C++ when bootstrapping.
1710 * configure: Regenerate.
1711
1712 2012-07-06 Richard Guenther <rguenther@suse.de>
1713
1714 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1715 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1716 --with-gmp=system.
1717 * Makefile.in: Regenerated.
1718 * configure: Likewise.
1719
1720 2012-07-06 Richard Guenther <rguenther@suse.de>
1721
1722 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1723 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1724 supply V=1 as extra_make_flags.
1725 * configure: Regenerated.
1726 * Makefile.in: Likewise.
1727
1728 2012-07-03 Richard Guenther <rguenther@suse.de>
1729
1730 * Makfile.def (isl): Remove not necessary extra_exports and
1731 extra_make_flags.
1732 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1733 * Makefile.in: Regenerated.
1734
1735 2012-07-03 Richard Guenther <rguenther@suse.de>
1736
1737 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1738 * configure.ac: If either the ISL or the CLooG check failed
1739 do not try to build in-tree versions.
1740 * Makefile.in: Regenerated.
1741 * configure: Regenerated.
1742
1743 2012-07-02 Richard Guenther <rguenther@suse.de>
1744 Michael Matz <matz@suse.de>
1745 Tobias Grosser <tobias@grosser.es>
1746 Sebastian Pop <sebpop@gmail.com>
1747
1748 * Makefile.def: Add ISL host module, remove PPL host module.
1749 Adjust ClooG host module to use the proper ISL.
1750 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1751 * configure.ac: Include config/isl.m4. Add ISL host library,
1752 remove PPL. Remove PPL configury, add ISL configury, adjust
1753 ClooG configury.
1754 * Makefile.in: Regenerated.
1755 * configure: Likewise.
1756
1757 2012-07-02 Richard Guenther <rguenther@suse.de>
1758
1759 Merge from graphite branch
1760 2011-07-21 Tobias Grosser <tobias@grosser.es>
1761
1762 * configure: Regenerated.
1763 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1764 both cloog.org and legacy versions. The only supported version will
1765 be CLooG with the isl backend.
1766
1767 2011-07-21 Tobias Grosser <tobias@grosser.es>
1768
1769 * configure: Regenerated.
1770 * configure.ac: Require cloog isl 0.17.0
1771
1772 2011-07-21 Tobias Grosser <tobias@grosser.es>
1773
1774 * configure: Regenerated.
1775 * config/cloog.m4: Do not define CLOOG_ORG
1776
1777 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1778
1779 * configure.ac: Skip C if explicitly selected.
1780 * configure: Regenerate.
1781
1782 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1783
1784 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1785 they contain -O2.
1786 * configure: Regenerate.
1787
1788 2012-06-20 Jason Merrill <jason@redhat.com>
1789
1790 * Makefile.tpl (check-target-libgomp-c++): New.
1791 (check-target-libitm-c++): New.
1792 * Makefile.def (c++): Add them.
1793 * Makefile.in: Regenerate.
1794
1795 2012-05-16 Olivier Hainque <hainque@adacore.com>
1796
1797 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1798 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1799 (install-no-fixedincludes): Adjust accordingly.
1800 * Makefile.in: Regenerate.
1801
1802 2012-05-09 Nick Clifton <nickc@redhat.com>
1803 Paul Smith <psmith@gnu.org>
1804
1805 PR bootstrap/50461
1806 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1807 allow for the fact that from release v3.1.0 of MPFR the source
1808 files were moved into a src sub-directory.
1809 * configure: Regenerate.
1810
1811 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1812
1813 * configure.ac: Bump minimum MPFR version to 2.4.0.
1814 * configure: Regenerated.
1815
1816 2012-05-01 Richard Henderson <rth@redhat.com>
1817
1818 * Makefile.def (libatomic): New target_module.
1819 * configure.ac (target_libraries): Add libatomic.
1820 (noconfigdirs): Check if libatomic is supported.
1821 * Makefile.in, configure: Rebuild.
1822
1823 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1824
1825 Merge upstream change
1826 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1827
1828 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1829
1830 * libtool.m4: Additional FreeBSD 10 fixes.
1831
1832 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1833
1834 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1835 they contain -O2.
1836 * configure: Regenerate.
1837
1838 2012-05-14 Catherine Moore <clm@codesourcery.com>
1839
1840 * NEWS: Mention PowerPC VLE port.
1841
1842 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1843
1844 * MAINTAINERS (config/): Move to intl/ section.
1845 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1846
1847 2012-05-09 Nick Clifton <nickc@redhat.com>
1848 Paul Smith <psmith@gnu.org>
1849
1850 PR bootstrap/50461
1851 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1852 allow for the fact that from release v3.1.0 of MPFR the source
1853 files were moved into a src sub-directory.
1854 * configure: Regenerate.
1855
1856 2012-05-02 Roland McGrath <mcgrathr@google.com>
1857
1858 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1859 * configure: Regenerate.
1860
1861 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1862
1863 * config.sub: Update to 2012-04-18 version from official repo.
1864
1865 2012-03-19 Tristan Gingold <gingold@adacore.com>
1866
1867 * configure.ac (ia64*-*-*vms*): Add support for ld.
1868 * configure: Regenerate.
1869
1870 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1871
1872 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1873 (unsupported_languages): Remove mips-sgi-irix6.*.
1874 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1875 (with_stabs): Remove.
1876 * configure: Regenerate.
1877
1878 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1879
1880 * configure.ac (enable_libgomp): Remove *-*-osf*.
1881 (with_stabs): Remove alpha*-*-osf*.
1882 * configure: Regenerate.
1883
1884 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1885
1886 * COPYING.NEWLIB: Modify DJ Delorie license to include
1887 modification rights in clause as permitted by DJ Delorie.
1888 * COPYING.LIBGLOSS: Ditto.
1889
1890 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1891
1892 * COPYING.NEWLIB: Remove two unused licenses.
1893
1894 2012-03-05 Tristan Gingold <gingold@adacore.com>
1895
1896 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1897 * configure: Regenerate.
1898
1899 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1900
1901 * COPYING.NEWLIB: Add Adapteva notice.
1902 * COPYING.LIBGLOSS: Add Adapteva notice.
1903
1904 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1905
1906 * configure: Regenerate.
1907
1908 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1909
1910 * COPYING.LIBGLOSS: Add GPL with exception license.
1911
1912 2011-11-09 Roland McGrath <mcgrathr@google.com>
1913
1914 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1915 * configure: Rebuild.
1916 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1917 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1918 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1919 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1920 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1921 Add READELF.
1922 * Makefile.in: Rebuild.
1923
1924 2011-11-08 Richard Henderson <rth@redhat.com>
1925
1926 * configure.ac: Test for libitm directory present first.
1927
1928 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1929
1930 * configure.ac: Test libitm/configure.tgt to disable libitm.
1931 * configure: Rebuild.
1932
1933 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1934
1935 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1936 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1937 * Makefile.in: Regenerate.
1938
1939 2011-11-01 DJ Delorie <dj@redhat.com>
1940
1941 * configure.ac (rl78-*-*) New case.
1942 * configure: Regenerate.
1943
1944 2011-11-01 DJ Delorie <dj@redhat.com>
1945
1946 * config.sub: Update to version 2011-10-29 (added rl78)
1947
1948 2011-10-27 Nick Clifton <nickc@redhat.com>
1949
1950 * config.sub: Import these changes from the config project:
1951
1952 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1953 Ben Elliston <bje@gnu.org>
1954
1955 * config.sub (epiphany): New.
1956
1957 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1958 Ben Elliston <bje@gnu.org>
1959
1960 * config.sub (hexagon, hexagon-*): New.
1961
1962 2011-08-23 Roland McGrath <mcgrathr@google.com>
1963
1964 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1965 64eb to be64.
1966
1967 2011-08-16 Roland McGrath <mcgrathr@google.com>
1968
1969 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1970 (nacl): Grok as alias for 32el-unknown-nacl.
1971
1972 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1973
1974 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1975
1976 2011-08-14 Yao Qi <yao@codesourcery.com>
1977
1978 Merge from gcc:
1979
1980 2011-08-14 Yao Qi <yao@codesourcery.com>
1981 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1982 * configure: Regenerate.
1983
1984 2011-07-26 Ian Lance Taylor <iant@google.com>
1985
1986 Merge from gcc:
1987
1988 2011-07-26 Ian Lance Taylor <iant@google.com>
1989 * configure.ac: Set have_compiler based on whether gcc directory
1990 exists, rather than on whether gcc is in configdirs.
1991 * configure: Rebuild.
1992
1993 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1994 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1995 link directories.
1996 * Makefile.in: Rebuild.
1997
1998 2011-07-20 Ian Lance Taylor <iant@google.com>
1999 PR bootstrap/49787
2000 * configure.ac: Move --enable-bootstrap handling earlier in file.
2001 If --enable-bootstrap and either --enable-build-with-cxx or
2002 --enable-build-poststage1-with-cxx, enable C++ automatically.
2003 * configure: Rebuild.
2004
2005 2011-07-19 Ian Lance Taylor <iant@google.com>
2006 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2007 make C++ a boot_language. Set and substitute
2008 POSTSTAGE1_CONFIGURE_FLAGS.
2009 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2010 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2011 * configure, Makefile.in: Rebuild.
2012
2013 2011-07-16 Jason Merrill <jason@redhat.com>
2014 * Makefile.def (language=c++): Add check-c++0x and
2015 check-target-libmudflap-c++.
2016 * Makefile.tpl (check-target-libmudflap-c++): New.
2017 * Makefile.in: Regenerate.
2018
2019 2011-07-16 Matthias Klose <doko@ubuntu.com>
2020 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2021 * Makefile.def (target_modules/libjava): Pass
2022 $(EXTRA_CONFIGARGS_LIBJAVA).
2023 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2024 if not configured with --enable-static-libjava.
2025 * Makefile.in: Regenerate.
2026 * configure: Likewise.
2027
2028 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2029 PR regression/47836
2030 PR bootstrap/23656
2031 PR other/47733
2032 PR bootstrap/49247
2033 PR c/48825
2034 * configure.ac (target_libraries): Remove target-libiberty.
2035 Remove case-statement setting skipdirs=target-libiberty for
2036 multiple targets. Remove checking target_configdirs and
2037 removing target-libiberty but keeping target-libgcc if
2038 otherwise empty.
2039 * Makefile.def (target_modules): Don't add libiberty.
2040 (dependencies): Remove all traces of target-libiberty.
2041 * configure, Makefile.in: Regenerate.
2042
2043 2011-07-22 Jason Merrill <jason@redhat.com>
2044
2045 * Makefile.def (language=c++): Add check-c++0x and
2046 check-target-libmudflap-c++.
2047 * Makefile.tpl (check-target-libmudflap-c++): New.
2048 * Makefile.in: Regenerate.
2049
2050 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2051
2052 * configure: Regenerate.
2053
2054 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2055
2056 PR target/39150
2057 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2058 x86_64-*-solaris2.1[0-9]*.
2059 * configure: Regenerate.
2060
2061 2011-06-13 Walter Lee <walt@tilera.com>
2062
2063 * configure.ac (tilepro-*-*) New case.
2064 (tilegx-*-*): Likewise.
2065 * configure: Regenerate.
2066
2067 2011-06-06 Nick Clifton <nickc@redhat.com>
2068
2069 * config.sub: Sync from upstream.
2070
2071 2011-05-08 Doug Kwan <dougkwan@google.com>
2072
2073 Merge from gcc:
2074
2075 2011-05-08 Doug Kwan <dougkwan@google.com>
2076
2077 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2078 * configure: Regenerated.
2079 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2080 value from configure.
2081 * Makefile.in: Regenerated.
2082
2083 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2084
2085 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2086 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2087 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2088 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2089 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2090 *-*-vxworks*): Disable newlib and libgloss in separate case
2091 statement.
2092 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2093 to separate case statement.
2094 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2095 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2096 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2097 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2098 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2099 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2100 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2101 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2102 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2103 i[[3456789]]86-*-rdos*, m32r-*-*,
2104 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2105 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2106 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2107 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2108 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2109 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2110 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2111 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2112 and libgloss in main case over targets. Remove most empty cases
2113 in main case over targets.
2114 * configure: Regenerate.
2115
2116 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2117
2118 * configure.ac: Remove code setting special library locations for
2119 hppa*64*-*-hpux11*. Remove code setting compiler for
2120 sparc-sun-solaris2*.
2121 * configure: Regenerate.
2122
2123 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2124
2125 * configure.ac: Separate libgloss_dir settings from general case
2126 over targets.
2127 * configure: Regenerate.
2128
2129 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2130
2131 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2132 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2133 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2134 cases in libgcj-disabling case statement.
2135 (hppa*64*-*-linux*): Set unsupported_languages instead of
2136 disabling target-zlib.
2137 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2138 to hppa*64*-*-hpux*.
2139 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2140 hppa*-*-hpux*.
2141 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2142 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2143 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2144 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2145 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2146 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2147 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2148 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2149 libgcj-disabling case statement.
2150 * configure: Regenerate.
2151
2152 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2153
2154 * configure.ac: Disable Java for targets not supporting libffi.
2155 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2156 Remove cases in Java-disabling statement.
2157 (*arm-wince-pe): Change to arm-wince-pe.
2158 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2159 cases in Java-disabling statement.
2160 (bfin-*-*): Don't disable Java again.
2161 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2162 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2163 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2164 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2165 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2166 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2167 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2168 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2169 Java-disabling statement.
2170 (mmix-*-*): Don't disable Java again.
2171 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2172 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2173 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2174 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2175 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2176 statement.
2177 * configure: Regenerate.
2178
2179 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2180
2181 Merge from GCC:
2182
2183 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2184
2185 PR lto/48086
2186 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2187 * configure: Regenerate.
2188
2189 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2190
2191 * configure.ac: Separate cases disabling Java and Java libraries
2192 from general case over targets.
2193 * configure: Regenerate.
2194
2195 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2196
2197 * configure.ac (build_tools): Remove build-byacc.
2198 (host_libs): Remove mmalloc.
2199 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2200 autoconf automake libtool diff rcs fileutils shellutils time
2201 textutils wdiff find uudecode hello tar gzip indent recode release
2202 sed perl gawk findutils gettext zip.
2203 (libgcj): Remove target-qthreads.
2204 (target_tools): Remove target-examples target-gperf.
2205 (YACC): Don't handle building byacc.
2206 * configure: Regenerate.
2207 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2208 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2209 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2210 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2211 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2212 handle building components.
2213 * Makefile.in: Regenerate.
2214
2215 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2216
2217 * config.sub: Sync from upstream.
2218
2219 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2220
2221 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2222 (microblaze*): Don't disable libssp.
2223 * configure: Regenerate.
2224
2225 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2226
2227 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2228 moveifchange.
2229 * configure: Regenerate.
2230 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2231 * Makefile.in: Regenerate.
2232
2233 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2234
2235 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2236 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2237 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2238 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2239 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2240 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2241 md_exec_prefix cases.
2242 * configure: Regenerate.
2243
2244 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2245
2246 * configure.ac: Separate cases disabling target-libssp,
2247 target-libiberty, target-libstdc++-v3 and Fortran from general
2248 case over targets.
2249 * configure: Regenerate.
2250
2251 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2252
2253 * configure.ac (*-*-chorusos): Don't disable libgcj.
2254 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2255 Remove case.
2256 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2257 (arm-*-coff): Don't disable libgcj.
2258 (arm*-*-linux-gnueabi): Remove useless assignment.
2259 (arm-*-riscix*): Don't disable libgcj.
2260 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2261 configuration.
2262 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2263 (c54x*-*-*): Remove case.
2264 (tic54x-*-*): Don't disable GCC or GCC libraries.
2265 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2266 to *.
2267 (d10v-*-*): Don't disable GCC libraries.
2268 (d30v-*-*): Don't disable libgcj.
2269 (h8500-*-*): Don't disable GCC libraries.
2270 (i960-*-*): Don't disable libgcj.
2271 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2272 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2273 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2274 libgcj.
2275 (m68k-*-coff*): Remove case.
2276 (mmix-*-*): Don't disable libgloss on host.
2277 (mn10200-*-*, mn10300-*-*): Remove cases.
2278 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2279 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2280 Don't disable libgcj.
2281 (romp-*-*): Remove case.
2282 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2283 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2284 case.
2285 (v810-*-*): Don't disable GCC libraries.
2286 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2287 (ip2k-*-*): Don't disable GCC libraries.
2288 * configure: Regenerate.
2289
2290 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2291
2292 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2293 libffi on host.
2294 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2295 on host.
2296 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2297 * configure: Regenerate.
2298
2299 2011-03-26 John Marino <binutils@marino.st>
2300
2301 * configure.ac: Add support for *-*-dragonfly*
2302 * configure: Regenerate.
2303
2304 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2305
2306 * configure.ac (native_only): Remove.
2307 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2308 send-pr uudecode guile gnuserv on host.
2309 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2310 send-pr rcs guile perl texinfo libtool on host.
2311 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2312 automake send-pr rcs guile perl texinfo libtool on host.
2313 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2314 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2315 (alpha*-dec-osf*): Don't disable fileutils on target.
2316 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2317 texinfo send-pr expect dejagnu on target.
2318 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2319 target-qthreads on target.
2320 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2321 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2322 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2323 x86_64-*-mingw*): Don't disable expect on target.
2324 (*-*-cygwin*): Don't disable target-gperf on target.
2325 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2326 gnuserv on target.
2327 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2328 target.
2329 * configure: Regenerate.
2330
2331 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2332
2333 * configure.ac (target_tools): Remove target-groff.
2334 (native_only): Remove target-groff.
2335 (hppa*64*-*-*): Don't disable byacc.
2336 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2337 setting.
2338 (*-*-kaos*): Don't skip target-librx and target-groff.
2339 (*-*-netware*): Don't skip target-libmudflap.
2340 (*-*-tpf*): Don't skip target-libmudflap.
2341 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2342 directories on the host.
2343 (ia64*-*-*vms*): Don't skip tix.
2344 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2345 host.
2346 * configure: Regenerate.
2347
2348 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2349
2350 * configure.ac: Remove references to mt-mep, mt-netware,
2351 mt-wince.
2352 * Makefile.def: Add all-utils soft dependencies.
2353 * Makefile.tpl: Remove GDB_NLM_DEPS.
2354 * configure: Regenerate.
2355 * Makefile.in: Regenerate.
2356
2357 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2358
2359 Sync from GCC:
2360
2361 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2362
2363 * configure.ac: Do not include mh-x86omitfp.
2364 * configure: Regenerate.
2365
2366 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2367
2368 * configure.ac: Remove empty cases.
2369 * configure: Regenerate.
2370
2371 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2372
2373 * Makefile.def: Add dependency from termcap to gdb.
2374 * Makefile.in: Regenerate.
2375
2376 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2377
2378 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2379 * configure: Regenerate.
2380 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2381 * Makefile.tpl: Likewise.
2382 * Makefile.in: Regenerate.
2383
2384 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2385
2386 * configure.ac: Remove all mentions of tentative_cc.
2387 * configure: Regenerate.
2388
2389 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2390
2391 PR lto/48086
2392 * configure.ac: Re-enable LTO on *-apple-darwin9.
2393 * configure: Regenerate.
2394
2395 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2396
2397 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2398 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2399 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2400 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2401 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2402 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2403 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2404 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2405 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2406 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2407 *-*-rhapsody*): Remove host cases.
2408 * configure: Regenerate.
2409
2410 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2411
2412 * configure.ac (ppc*-*-pe): Remove host case.
2413 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2414 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2415 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2416 cases.
2417 * configure: Regenerate.
2418
2419 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2420
2421 * config.sub: Update to version 2011-03-23.
2422
2423 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2424
2425 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2426 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2427 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2428 * configure: Regenerate.
2429
2430 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2431
2432 * config-ml.in: Don't handle arc-*-elf*.
2433 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2434 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2435 handle GCC libraries.
2436 * configure: Regenerate.
2437
2438 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2439
2440 PR bootstrap/48120:
2441 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2442 Add -lstdc++ -lm to LIBS.
2443 * configure: Regenerate.
2444
2445 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2446
2447 * config.guess: Update to version 2011-02-02
2448 * config.sub: Update to version 2011-02-24
2449
2450 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2451
2452 * configure.ac: Adjust test of with_ppl.
2453 * configure: Regenerated.
2454
2455 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2456
2457 * configure.ac: Add -lpwl to ppllibs.
2458 * config/cloog.m4: Add -lisl to clooglibs.
2459 * configure: Regenerated.
2460
2461 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2462
2463 Import from Libtool and gnulib:
2464
2465 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2466
2467 Prepare for supporting FreeBSD 10.
2468 * config.rpath: Remove handling of freebsd1* which soon would
2469 match FreeBSD 10.0.
2470
2471 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2472
2473 Remove support for FreeBSD 1.x.
2474 * libtool.m4 (_LT_LINKER_SHLIBS)
2475 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2476 soon would incorrectly match FreeBSD 10.0.
2477
2478 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2479
2480 PR binutils/12283
2481 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2482 (move-if-change): Comes from gnulib.
2483 * move-if-change: Import version from gnulib.
2484
2485 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2486
2487 Sync from GCC:
2488
2489 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2490
2491 PR lto/47225
2492 * Makefile.def (lto-plugin): Double dash for enable-shared.
2493 (configure-gcc): Depend on all-lto-plugin.
2494 * Makefile.in: Rebuilt.
2495
2496 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2497
2498 * configure.ac: Remove extra bracket.
2499 * configure: Regenerate.
2500
2501 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2502
2503 PR lto/47225
2504 * Makefile.def: Add dependency for install-gcc
2505 on install-lto-plugin.
2506 * Makfile.in: Regenerated
2507
2508 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2509
2510 * configure.ac: If with_ppl is no, move setting with_cloog=no
2511 after CLOOG_REQUESTED check.
2512 * configure: Regenerated.
2513
2514 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2515
2516 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2517 CLooG has been requested.
2518 * configure: Regenerated.
2519
2520 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2521
2522 * configure: Regenerated.
2523 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2524
2525 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2526
2527 * configure: Regenerated.
2528 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2529
2530 2011-01-07 Jan Hubicka <jh@suse.cz>
2531
2532 PR lto/47225
2533 * Makefile.in: Regenerate.
2534 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2535 configure.
2536
2537 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2538
2539 PR libgcj/44341
2540 * configure.ac: Discard --with-* flags for host when configuring
2541 target libraries for cross build.
2542 * configure: Rebuilt.
2543
2544 2011-01-21 Andreas Schwab <schwab@redhat.com>
2545
2546 Sync from GCC:
2547
2548 2011-01-21 Andreas Schwab <schwab@redhat.com>
2549
2550 * configure.ac: Use AS_HELP_STRING throughout.
2551 * configure: Regenerate.
2552
2553 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2554
2555 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2556 * configure: Regenerate.
2557
2558 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2559
2560 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2561
2562 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2563
2564 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2565 for ia64-hpux.
2566 * configure: Regenerate.
2567
2568 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2569
2570 Sync from GCC:
2571 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2572
2573 * configure.ac: (picochip): Disable libiberty.
2574 * configure: Regenerate.
2575
2576 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2577
2578 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2579
2580 2010-12-10 Ian Lance Taylor <iant@google.com>
2581
2582 PR bootstrap/46819
2583 * configure.ac: For --disable-libgcj clear libgcj_saved.
2584 * configure: Rebuild.
2585
2586 2010-12-10 Tobias Burnus <burnus@net-b.de>
2587
2588 PR fortran/46540
2589 * configure.ac: Add --disable-libquadmath and
2590 --disable-libquadmath-support.
2591 * configure: Regenerate.
2592
2593 2010-12-10 Tristan Gingold <gingold@adacore.com>
2594
2595 * src-release (ETC_SUPPORT): add gnu-oids.texi
2596
2597 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2598
2599 PR libffi/46792
2600 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2601 * configure: Regenerate.
2602
2603 2010-12-02 Ian Lance Taylor <iant@google.com>
2604
2605 * configure.ac: Always set default for poststage1_ldflags to
2606 -static-libstdc++ -static-libgcc.
2607
2608 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2609
2610 * COPYING.NEWLIB: Add National Semiconductor notice.
2611
2612 2010-11-29 Andreas Schwab <schwab@redhat.com>
2613
2614 * configure.ac: Move comment to remove extra space in last argument
2615 of GCC_TARGET_TOOL.
2616
2617 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2618
2619 PR other/46026
2620 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2621 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2622 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2623 (BASE_FLAGS_TO_PASS): Use it.
2624 * configure: Rebuilt.
2625 * Makefile.in: Rebuilt.
2626
2627 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2628
2629 PR binutils/12258
2630 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2631 Properly check default linker.
2632 * configure: Regnerated.
2633
2634 2010-11-23 Matthias Klose <doko@ubuntu.com>
2635
2636 * configure.ac: For --enable-gold, handle value `default' instead of
2637 `both*'. New configure option --{en,dis}able-ld.
2638 * configure: Regenerate.
2639
2640 2010-11-20 Ian Lance Taylor <iant@google.com>
2641
2642 * configure.ac: Only disable a language library if no language needs
2643 it. Don't let --disable-libgcj uncondtionally disable libffi.
2644 * configure: Rebuild.
2645
2646 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2647
2648 * configure: Regenerate.
2649
2650 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2651
2652 PR other/46202
2653 * configure.ac: Fix just-built in-tree STRIP name to be
2654 binutils/strip-new.
2655 * configure: Regenerate.
2656 * Makefile.def (install-strip-gcc, install-strip-binutils)
2657 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2658 (install-strip-sid): Mirror dependencies on non-strip variants
2659 of these targets on the respective -strip prerequisites.
2660 * Makefile.tpl (install-strip, install-strip-host)
2661 (install-strip-target): New targets.
2662 (install-strip-[+module+], install-strip-target-[+module+]):
2663 New targets.
2664 * Makefile.in: Regenerate.
2665
2666 2010-11-19 Ian Lance Taylor <iant@google.com>
2667 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2668
2669 * configure.ac: Add target-libgo to target_libraries. Set
2670 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2671 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2672 (HOST_EXPORTS): Add GOC.
2673 (BASE_TARGET_EXPORTS): Add GOC.
2674 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2675 (GOCFLAGS_FOR_TARGET): New variable.
2676 (EXTRA_HOST_FLAGS): Add GOC.
2677 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2678 * Makefile.def (target_modules): Add libgo.
2679 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2680 (dependencies): Add dependency from configure-target-libgo to
2681 configure-target-libffi and all-target-libstdc++-v3. Add
2682 dependencies from all-target-libgo to all-target-libffi.
2683 (languages): Add go.
2684 * configure: Rebuild.
2685 * Makefile.in: Rebuild.
2686
2687 2010-11-19 Ian Lance Taylor <iant@google.com>
2688
2689 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2690 compiler/flag environment variables.
2691
2692 2010-11-18 Ian Lance Taylor <iant@google.com>
2693
2694 * configure.ac: Check for lang_requires_boot_languages in
2695 config-lang.in files.
2696 * configure: Rebuild.
2697
2698 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2699
2700 * .gitignore: New file.
2701
2702 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2703 Tobias Burnus <burnus@net-b.de>
2704
2705 PR fortran/32049
2706 * Makefile.def: Add libquadmath; build it with language=fortran.
2707 * configure.ac: Add libquadmath.
2708 * Makefile.tpl: Handle multiple libs in check-[+language+].
2709 * Makefile.in: Regenerate.
2710 * configure: Regenerate.
2711
2712 2010-11-15 Andreas Schwab <schwab@redhat.com>
2713
2714 * configure.ac: Fix spelling in option names.
2715 * configure: Regenerated.
2716
2717 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2718
2719 PR bootstrap/39622
2720 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2721 * configure: Regenerated.
2722
2723 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2724
2725 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2726 define the cloog backend to use. Furthermore, only pass the ppllibs to
2727 the configure checks, if necessary.
2728 * configure: Regenerate.
2729
2730 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2731
2732 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2733 * configure: regenerate
2734
2735 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2736
2737 * config/cloog.m4: Fix typo. verison -> version.
2738 * configure: Regenerate.
2739
2740 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2741
2742 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2743 * configure: Regenerate.
2744
2745 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2746
2747 * configure.ac: Support official CLooG.org versions.
2748 * configure: Regenerate.
2749 * config/cloog.m4: New.
2750
2751 2010-11-05 Michael Eager <eager@eagercon.com>
2752
2753 * COPYING.LIBGLOSS: Correct typo in microblaze.
2754 * COPYING.NEWLIB: Same.
2755
2756 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2757
2758 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2759 * configure: Regenerate.
2760
2761 2010-11-03 Ian Lance Taylor <iant@google.com>
2762 Dave Korn <dave.korn.cygwin@gmail.com>
2763
2764 PR lto/46273
2765 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2766 and on other supported platforms whenever LTO is enabled.
2767 * configure: Rebuild.
2768
2769 2010-11-02 Alan Modra <amodra@gmail.com>
2770
2771 PR binutils/12110
2772 * configure.ac: Error when source path contains spaces.
2773 * configure: Regenerate.
2774
2775 2010-10-20 Ian Lance Taylor <iant@google.com>
2776
2777 * Makefile.def (target_modules): Set lib_path to src/.libs for
2778 libstdc++-v3 module.
2779 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2780 * Makefile.in: Rebuild.
2781
2782 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2783 Joseph Myers <joseph@codesourcery.com>
2784
2785 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2786 notices.
2787 * COPYING.NEWLIB: Add Texas Instruments notice.
2788
2789 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2790
2791 * configure.ac (build_lto_plugin): New shell variable.
2792 (--enable-lto): Turn on by default for all non-ELF platforms that
2793 have had LTO support added so far. Set build_lto_plugin appropriately
2794 for both ELF and non-ELF.
2795 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2796 * configure: Regenerate.
2797
2798 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2799
2800 PR bootstrap/45326
2801 PR bootstrap/45174
2802 * configure.ac: Honor initial values of $build_configargs,
2803 $host_configargs, $target_configargs. Mark the precious, so
2804 environment settings get recorded.
2805 * configure: Regenerate.
2806
2807 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2808
2809 Sync from GCC:
2810
2811 2010-09-30 Michael Eager <eager@eagercon.com>
2812
2813 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2814 * configure: Regenerate.
2815
2816 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2817
2818 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2819 targets and amend comment.
2820 * configure: Regenerate.
2821
2822 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2823
2824 * configure.ac: Enable LTO by default on Darwin.
2825 * configure: Regenerate.
2826
2827 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2828
2829 PR bootstrap/44455
2830 * configure.ac (extra_mpfr_configure_flags): Copy from
2831 extra_mpc_gmp_configure_flags.
2832 * configure: Re-generated.
2833
2834 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2835
2836 Sync from GCC:
2837
2838 PR bootstrap/45796
2839 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2840 Depend on all-build-libiberty.
2841 * Makefile.in: Regenerate.
2842
2843 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2844
2845 Sync from GCC:
2846
2847 PR bootstrap/44621
2848 * configure.ac: Fix unportable shell quoting.
2849 * configure: Regenerate.
2850
2851 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2852
2853 * configure.ac: Support all v850 targets.
2854 * configure: Regenerate.
2855
2856 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2857
2858 PR target/44862
2859 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2860 Provide -B option to allow for link spec %s substitutions for
2861 libstdc++.a on darwin.
2862 * Makefile.in: Regenerate.
2863
2864 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2865
2866 * Makefile.def (configure-gcc): Depend on all-libelf.
2867 * Makefile.in: Rebuild.
2868
2869 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2870
2871 * config.sub, config.guess: Update from upstream sources.
2872
2873 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2874
2875 Sync from GCC:
2876
2877 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2878 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2879 * configure: Regenerated.
2880
2881 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2882 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2883 * configure: Regenerate.
2884
2885 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2886 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2887 * configure: Regenerate.
2888
2889 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2890 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2891 separately.
2892 * configure: Regenerate.
2893
2894 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2895 * configure: Regenerate after change to elf.m4.
2896
2897 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2898 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2899 * configure: Regenerated.
2900
2901 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2902 * configure.ac: Print "buggy but acceptable" when CLooG
2903 revision is less than 9.
2904 * configure: Regenerated.
2905
2906 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2907
2908 Merge from gcc:
2909
2910 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2911 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2912 * configure: Regenerate.
2913
2914 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2915 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2916 a platform that supports LTO.
2917 * configure: Regenerate.
2918
2919 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2920 PR lto/42776
2921 * configure.ac (--enable-lto): Refactor handling so libelf tests
2922 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2923 and allow LTO to be explicitly enabled on non-ELF platforms that
2924 are known to support it inside else-clause.
2925 * configure: Regenerate.
2926
2927 2010-04-27 Roland McGrath <roland@redhat.com>
2928 H.J. Lu <hongjiu.lu@intel.com>
2929
2930 * configure.ac (--enable-gold): Support both, both/gold and
2931 both/bfd to add gold to configdirs without removing ld.
2932 * configure: Regenerated.
2933
2934 * Makefile.def: Add install-gold dependency to install-ld.
2935 * Makefile.in: Regenerated.
2936
2937 2010-04-14 Tristan Gingold <gingold@adacore.com>
2938
2939 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2940 * configure: Regenerate.
2941
2942 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2943
2944 Merge from gcc:
2945 PR bootstrap/43615
2946 PR bootstrap/43328
2947 Revert:
2948 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2949 * configure.ac: Do not pass --enable-multilib nor
2950 --disable-multilib in baseargs. Accept explicitly passed
2951 --enable_multilib.
2952 * configure: Regenerate.
2953
2954 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2955
2956 PR bootstrap/43328
2957 * configure.ac: Do not pass --enable-multilib nor
2958 --disable-multilib in baseargs. Accept explicitly passed
2959 --enable_multilib.
2960 * configure: Regenerate.
2961
2962 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2963
2964 * configure.ac (tic6x-*-*): New case.
2965 * configure: Regenerate.
2966
2967 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2968
2969 Merge from gcc:
2970 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2971 PR ada/42554
2972 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2973 * configure: Regenerate.
2974
2975 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2976
2977 * config.sub: Update to version 2010-03-22.
2978 * config.guess: Update to version 2009-12-30.
2979
2980 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2981
2982 Merge from gcc:
2983 2010-01-11 Richard Guenther <rguenther@suse.de>
2984 PR lto/41569
2985 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2986 * Makefile.in: Regenerated.
2987
2988 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2989
2990 PR libstdc++/32499
2991 * configure.ac (RANLIB): Default to true.
2992 (STRIP): Likewise.
2993 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2994 * configure: Regenerate.
2995
2996 2010-02-17 Nick Clifton <nickc@redhat.com>
2997
2998 PR 11238
2999 * Makefile.tpl (local-distclean): Also remove config.cache files in
3000 sub-directories as there may not be Makefiles present in the
3001 sub-directories.
3002 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3003 the config.cache files found by the find command.
3004
3005 * Makefile.in: Regenerate.
3006 * configure.ac: Revert previous delta.
3007 * configure: Regenerate.
3008
3009 2010-02-15 Nick Clifton <nickc@redhat.com>
3010
3011 PR 11238
3012 * configure.ac: Delete config.cache files in sub-directories when
3013 deleting Makefiles.
3014 * configure: Regenerate.
3015
3016 2010-02-15 Nick Clifton <nickc@redhat.com>
3017
3018 * configure.ac: Sync from gcc.
3019 * configure: Regenerate.
3020
3021 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3022
3023 Sync from gcc:
3024 * configure.ac: Add "recommended" version checks for GMP/MPC.
3025 Update recommended GMP/MPFR/MPC versions.
3026 * configure: Regenerate.
3027
3028 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3029
3030 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3031 * configure.ac (bootstrap_target_libs): Make inclusion of
3032 target-libgomp conditional on libgomb being in target_configdirs.
3033 * configure: Regenerate.
3034
3035 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3036
3037 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3038 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3039 * configure: Regenerate.
3040
3041 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3042
3043 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3044 * configure.ac (target_configdirs): Substitute.
3045 * Makefile.def: Bootstrap target module libgomp.
3046 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3047 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3048 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3049 * configure, Makefile.in: Regenerate.
3050
3051 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3052
3053 * libtool.m4: Sync from git Libtool.
3054 * ltmain.sh: Likewise.
3055 * ltoptions.m4: Likewise.
3056 * ltversion.m4: Likewise.
3057 * lt~obsolete.m4: Likewise.
3058
3059 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3060 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3061
3062 PR bootstrap/42424
3063 * configure.ac: Include libtool m4 files.
3064 (_LT_CHECK_OBJDIR): Call it.
3065 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3066 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3067
3068 * configure: Regenerate.
3069
3070 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3071
3072 PR bootstrap/41818
3073 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3074 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3075 * Makefile.in: Regenerate.
3076
3077 2009-12-18 Ben Elliston <bje@au.ibm.com>
3078
3079 * config.sub, config.guess: Update from upstream sources.
3080
3081 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3082
3083 * COPYING.NEWLIB: Update copyright date.
3084 * COPYING.LIBGLOSS: Ditto.
3085
3086 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3087
3088 PR middle-end/30447
3089 PR middle-end/30789
3090 PR other/40302
3091
3092 * configure.ac: Require MPC.
3093 * configure: Regenerate.
3094
3095 * configure.ac: Update minimum MPC version to 0.8.
3096 * configure: Regenerate.
3097
3098 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3099
3100 * config.guess: Sync with upstream and gcc.
3101 * config.sub: Sync with upstream and gcc.
3102
3103 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3104
3105 * Makefile.def: Restore host and target settings for gmp.
3106 * Makefile.in: Rebuild.
3107
3108 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3109
3110 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3111 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3112 Fix portability of test of C++ as bootstrap language. Add
3113 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3114 * configure: Rebuild.
3115 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3116 and cloog. Fix in-tree ppl configuration. Introduce libelf
3117 in-tree building.
3118 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3119 (POSTSTAGE1_HOST_EXPORTS): Use it.
3120 (STAGE[+id+]_CXXFLAGS): New.
3121 (BASE_FLAGS_TO_PASS): Pass it down.
3122 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3123 extra_exports.
3124 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3125 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3126 extra_exports.
3127 * Makefile.in: Rebuild.
3128
3129 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3130
3131 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3132 paths for *-w64-mingw* and x86_64-*mingw*.
3133 * configure: Regenerated.
3134
3135 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3136
3137 * configure.ac: Disable target-winsup & co for
3138 x86_64-*-mingw* and *-w64-mingw* targets.
3139 * configure: Regenerated.
3140
3141 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3142
3143 * configure.ac (CLooG test): Use = with test.
3144 * configure: Regenerate.
3145
3146 2009-10-22 Richard Guenther <rguenther@suse.de>
3147
3148 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3149 cloog if the ppl version check failed. Move flags saving
3150 before setting in libelf check.
3151 * configure: Regenerate.
3152
3153 2009-10-21 Richard Guenther <rguenther@suse.de>
3154
3155 * configure.ac: Adjust the ppl and cloog configure to work as
3156 documented. Disable cloog if ppl was disabled. Omit the version
3157 checks if they were disabled.
3158 * configure: Re-generate.
3159
3160 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3161
3162 * configure.ac: Add 'lto' to enable_languages, not
3163 new_enable_languages, and only if not already present.
3164 * configure: Regenerate.
3165
3166 2009-10-06 Ian Lance Taylor <iant@google.com>
3167
3168 * Makefile.def: check-gold depends upon all-gas.
3169 * Makefile.in: Rebuild.
3170
3171 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3172
3173 * Makefile.def: all-lto-plugin depends on all-libiberty.
3174 set bootstrap=true for lto-plugin.
3175 Add lto-plugin.
3176 * Makefile.in: Regenerate.
3177 * configure.ac (host_libs): Add lto-plugin.
3178 * configure: Regenerate.
3179
3180 2009-10-03 Diego Novillo <dnovillo@google.com>
3181
3182 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3183 (HOST_LIBELFLIBS): Define.
3184 (HOST_LIBELFINC): Define.
3185 * Makefile.in: Regenerate.
3186 * configure.ac: Add --enable-lto.
3187 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3188 If --enable-lto is used, add 'lto' to new_enable_languages.
3189 If --enable-lto is used and gold is enabled, add
3190 lto-plugin to configdirs.
3191 * configure: Regenerate.
3192
3193 2009-10-03 Simon Baldwin <simonb@google.com>
3194
3195 * configure.ac: If --with-system-zlib, suppress local zlib and
3196 pass --with-system-zlib to subdir configure scripts.
3197 * configure: Regenerate.
3198
3199 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3200 Paolo Bonzini <bonzini@gnu.org>
3201
3202 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3203 $(srcdir).
3204 * Makefile.in: Rebuilt.
3205
3206 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3207
3208 Sync from gcc:
3209 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3210
3211 * configure.ac: Update minimum MPC version to 0.7.
3212 * configure: Regenerate.
3213
3214 2009-09-25 Nick Clifton <nickc@redhat.com>
3215
3216 * configure.ac: Pass any --cache-file=/dev/null option on to
3217 subconfigures.
3218 * configure: Regenerate.
3219
3220 2009-09-23 Nick Clifton <nickc@redhat.com>
3221
3222 * config.sub, config.guess: Update from upstream sources.
3223
3224 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3225
3226 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3227 * Makefile.in: Rebuilt.
3228
3229 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3230
3231 PR bootstrap/32272
3232 * configure.ac: Error out if $srcdir isn't '.' but contains
3233 host-${host_noncanonical}.
3234 * configure: Regenerate.
3235
3236 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3237
3238 * configure.ac: If bootstrapping a combined tree with
3239 --enable-gold, require c++ in stage1_languages.
3240 * configure: Regenerate.
3241
3242 * configure.ac: Also add target_libs of stage1_languages to
3243 bootstrap_target_libs.
3244 * configure: Regenerate.
3245
3246 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3247 with --enable-languages not containing c++.
3248 * configure: Regenerate.
3249
3250 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3251
3252 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3253 * configure: Regenerate.
3254
3255 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3256
3257 * configure.ac: Do not use $extrasub for replacing @if/@endif
3258 parts in Makefile; instead, use additional arguments to
3259 AC_CONFIG_COMMANDS to do the replacement manually, with several
3260 sed invocations, to avoid HP-UX sed command limits.
3261 * configure: Regenerate.
3262
3263 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3264
3265 * configure.ac (with-build-config): Document. Handle without.
3266 Handle missing argument.
3267 * configure: Rebuilt.
3268
3269 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3270
3271 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3272 Default to bootstrap-debug only if compare-debug works.
3273 * configure: Rebuilt.
3274 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3275 * Makefile.in: Rebuilt.
3276
3277 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3278
3279 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3280 * Makefile.in: Rebuilt.
3281
3282 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3283
3284 * Makefile.tpl (AWK): Fix typo.
3285 * Makefile.in: Regenerate.
3286
3287 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3288
3289 * configure.ac: Detect awk and sed.
3290 * Makefile.def (flags_to_pass): Add AWK and SED.
3291 * Makefile.tpl (AWK, SED): New.
3292 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3293 * configure: Regenerate.
3294 * Makefile.in: Regenerate.
3295
3296 2009-09-01 Tristan Gingold <gingold@adacore.com>
3297
3298 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3299 Remove logical names.
3300
3301 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3302
3303 * ltmain.sh (func_normal_abspath): New function.
3304 (func_relative_path): Likewise.
3305 (func_mode_help): Document new -bindir option for link mode.
3306 (func_mode_link): Add new -bindir option, and use it to place
3307 output DLL if specified.
3308
3309 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3310
3311 * configure.ac (AC_PREREQ): Bump to 2.64.
3312
3313 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3314
3315 * README-maintainer-mode: Point directly to upstream locations
3316 for autoconf, automake, libtool, gettext, instead of copies on
3317 sources.redhat.com. Document required versions.
3318 * configure.ac: Do not substitute datarootdir, htmldir,
3319 pdfdir, docdir. Do not process --with-datarootdir,
3320 --with-htmldir, --with-pdfdir, --with-docdir.
3321 * configure: Regenerate.
3322
3323 * configure: Regenerate.
3324
3325 * compile: Sync from Automake 1.11.
3326 * depcomp: Likewise.
3327 * install-sh: Likewise.
3328 * missing: Likewise.
3329 * mkinstalldirs: Likewise.
3330 * ylwrap: Likewise.
3331
3332 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3333
3334 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3335 (baseargs): Add --disable-option-checking.
3336 * configure: Regenerate.
3337
3338 * Makefile.def (configure-target-libiberty): Depend on
3339 all-binutils and all-ld.
3340 (configure-target-newlib): Likewise.
3341 * Makefile.in: Regenerate.
3342
3343 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3344
3345 Sync with GCC, merge:
3346
3347 2009-07-31 Christian Bruel <christian.bruel@st.com>
3348
3349 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3350 * configure: Regenerate.
3351
3352 2009-07-06 Ian Lance Taylor <iant@google.com>
3353
3354 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3355 * configure: Rebuild.
3356
3357 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3358
3359 PR bootstrap/40338
3360 * configure.ac (comparestring): Create new variable.
3361 * Makefile.tpl (comparestring): Use to skip some comparisions.
3362 * configure: Regenerate.
3363 * Makefile.in: Regenerate.
3364
3365 2009-06-23 Ian Lance Taylor <iant@google.com>
3366
3367 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3368 boot_languages. Only bootstrap target libraries listed in
3369 target_libs for some boot language. Add --with-stage1-ldflags,
3370 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3371 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3372 if not building with C++.
3373 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3374 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3375 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3376 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3377 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3378 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3379 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3380 * configure, Makefile.in: Rebuild.
3381
3382 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3383
3384 * configure.ac: Detect MPC in default directory.
3385 * configure: Regenerate.
3386
3387 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3388
3389 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3390 to noconfdirs.
3391 * configure: Regenerate.
3392
3393 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3394
3395 * Makefile.def: Add MPC support and dependencies.
3396 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3397
3398 * Makefile.in, configure: Regenerate.
3399
3400 2009-05-24 Nicolas Roche <roche@adacore.com>
3401
3402 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3403 * Makefile.in: Regenerate.
3404
3405 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3406
3407 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3408 * configure: Regenerate.
3409
3410 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3411
3412 * configure.ac ($with_ppl): Default to no if not supplied.
3413 ($with_cloog): Likewise.
3414 configure: Regenerate.
3415
3416 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3417
3418 PR bootstrap/39739
3419 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3420 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3421
3422 * configure, Makefile.in: Regenerate.
3423
3424 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3425
3426 * configure.ac: Change copyright header to refer to version
3427 3 of the GNU General Public License and to point readers at the
3428 COPYING3 file and the FSF's license web page.
3429 * Makefile.def: Likewise.
3430 * Makefile.tpl: Likewise.
3431 * Makefile.in: Regenerate.
3432
3433 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3434
3435 * configure.ac: Restore match for darwin9 or later. Use double
3436 brackets since regeneration eats one pair.
3437 * configure: Regenerate.
3438
3439 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3440
3441 * MAINTAINERS: Perform some obvious fixups.
3442
3443 2009-08-17 Ben Elliston <bje@au.ibm.com>
3444
3445 * config.sub, config.guess: Update from upstream sources.
3446
3447 2009-08-06 Michael Eager <eager@eagercon.com>
3448
3449 * configure.ac: Add Microblaze target.
3450 * configure: Regenerate.
3451
3452 2009-07-02 Tristan Gingold <gingold@adacore.com>
3453
3454 * configure.ac: Do not exclude gas for i386-*-darwin.
3455 Add a case for x86_64-*-darwin.
3456 * configure: Regenerate.
3457
3458 2009-06-26 Doug Evans <dje@sebabeach.org>
3459
3460 * Makefile.def (host_modules): Add cgen.
3461 * Makefile.in: Regenerate.
3462 * configure.ac (host_tools): Add cgen.
3463 * configure: Regenerate.
3464
3465 2009-06-17 Michael Eager <eager@eagercon.com>
3466
3467 * COPYING.LIBGLOSS: Add Xilinx license.
3468
3469 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3470
3471 * configure.ac: Define is_elf for QNX Neutrino targets.
3472 * configure: Regenerate.
3473
3474 2009-06-03 Jerome Guitton <guitton@adacore.com>
3475 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3476
3477 * Makefile.tpl (all): Avoid a trailing backslash.
3478 * Makefile.in: Regenerate.
3479
3480 2009-06-03 Ben Elliston <bje@au.ibm.com>
3481
3482 * config.sub, config.guess: Update from upstream sources.
3483
3484 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3485
3486 * Makefile.tpl ([+compare-target+]): Compare all stage
3487 directories, rather than just gcc.
3488 * Makefile.in: Rebuilt.
3489
3490 2009-05-28 Doug Kwan <dougkwan@google.com>
3491
3492 * configure.ac: Support gold for target arm*-*-*.
3493 * configure: Regenerate.
3494
3495 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3496
3497 * Makefile.tpl (all): Avoid harmless warning in make all when
3498 gcc-bootstrap is enabled but stage_last does not exist.
3499 * Makefile.in: Rebuilt.
3500
3501 2009-05-25 Tristan Gingold <gingold@adacore.com>
3502
3503 * setup.com: Complete the file with configuration and build.
3504
3505 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3506
3507 PR other/40159
3508 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3509 gcc-no-bootstrap are mutually exclusive.
3510 * Makefile.in: Rebuilt.
3511
3512 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3513
3514 PR other/40159
3515 * Makefile.tpl (all): Don't end with unconditional success.
3516 * Makefile.in: Rebuilt.
3517
3518 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3519
3520 PR target/37137
3521 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3522 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3523 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3524 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3525 stage_configureflags, stage_cflags and stage_libcflags into
3526 explicit Makefile macros.
3527 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3528 GFORTRAN.
3529 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3530 CC. Set CC_FOR_BUILD from CC.
3531 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3532 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3533 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3534 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3535 and GFORTRAN.
3536 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3537 (_LIBCFLAGS): Renamed to _TFLAGS.
3538 (do-compare-debug, do-compare3-debug): Drop.
3539 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3540 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3541 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3542 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3543 (XGCC_FLAGS_FOR_TARGET): New.
3544 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3545 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3546 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3547 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3548 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3549 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3550 TFLAGS.
3551 (BUILD_CONFIG): Include if requested.
3552 (all): Set TFLAGS on bootstrap.
3553 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3554 (all-stageid-prefixmodule): Likewise.
3555 (do-clean, distclean-stageid): Set TFLAGS.
3556 (restrap): Fix whitespace.
3557 * Makefile.in: Rebuilt.
3558
3559 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3560
3561 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3562 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3563 * Makefile.in: Regenerate.
3564
3565 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3566
3567 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3568 consistency with config.sub. (Update from upstream sources.)
3569
3570 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3571
3572 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3573
3574 2009-04-17 Ben Elliston <bje@au.ibm.com>
3575
3576 * config.sub, config.guess: Update from upstream sources.
3577
3578 2009-04-15 Anthony Green <green@moxielogic.com>
3579
3580 * configure.ac: Add moxie support.
3581 * configure: Rebuilt.
3582
3583 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3584
3585 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3586 * configure: Regenerate.
3587
3588 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3589
3590 PR gas/10039
3591 * configure.ac: Require texinfo 4.7.
3592 * configure: Regenerated.
3593
3594 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3595
3596 * Makefil.def (languages): New entries.
3597 * Makefile.tpl (check-gcc-*): New generic target.
3598 * Makefile.in: Regenerate.
3599
3600 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3601
3602 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3603 Windows builds of Sed.
3604
3605 2009-03-18 Tom Tromey <tromey@redhat.com>
3606
3607 * configure: Rebuild.
3608 * configure.ac (host_libs): Add libiconv.
3609 * Makefile.in: Rebuild.
3610 * Makefile.def (host_modules): Add libiconv.
3611 (configure-gdb, all-gdb): Depend on libiconv.
3612
3613 2009-03-16 Tristan Gingold <gingold@adacore.com>
3614
3615 * configure.ac: Treat gdb as supported on x86_64-darwin.
3616 * configure: Regenerate.
3617
3618 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3619
3620 Merge from GCC:
3621
3622 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3623
3624 * configure.ac (--with-host-libstdcxx): New option.
3625 * configure: Regenerate.
3626
3627 2009-01-29 Robert Millan <rmh@aybabtu.com>
3628
3629 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3630 * configure: Regenerate.
3631
3632 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3633
3634 PR tree-optimization/38515
3635 * configure.ac (cloog-polylib): Removed.
3636 (with_ppl, with_cloog): Test for "no".
3637 * configure: Regenerated.
3638
3639 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3640
3641 Backport from git Libtool:
3642
3643 2009-01-19 Robert Millan <rmh@aybabtu.com>
3644 Support GNU/kOpenSolaris.
3645 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3646 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3647 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3648 GNU/kOpenSolaris.
3649
3650 2009-02-05 Andreas Schwab <schwab@suse.de>
3651
3652 * Makefile.tpl (stage_last): Define $r and $s before using
3653 $(RECURSE_FLAGS_TO_PASS).
3654 * Makefile.in: Regenerate
3655
3656 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3657
3658 * COPYING.NEWLIB: Add ARM license.
3659
3660 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3661
3662 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3663 (all-opcodes): Depend on all-libiberty.
3664 * Makefile.in: Regenerate.
3665
3666 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3667
3668 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3669 * configure: Regenerate.
3670
3671 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3672
3673 Backport link test fix from upstream Libtool:
3674
3675 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3676 Add cache variables to tests that require the linker to work.
3677 For shlibpath_overrides_runpath, this also changes the semantics
3678 to let the result from the C compiler take precedence.
3679 compiler take precedence.
3680
3681 2008-12-02 Ben Elliston <bje@au.ibm.com>
3682
3683 * config.sub, config.guess: Update from upstream sources.
3684
3685 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3686
3687 * COPYING.NEWLIB: Updated.
3688 * COPYING.LIBGLOSS: Ditto.
3689
3690 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3691
3692 Sync with GCC:
3693
3694 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3695
3696 * configure.ac (ppllibs): Add by default the lib flags.
3697 * configure: Regenerate.
3698
3699 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3700
3701 * configure.ac: Add double brackets on darwin[912].
3702 * configure: Regenerate.
3703
3704 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3705
3706 * configure.ac: Expand to darwin10 and later.
3707 * configure: Regenerate.
3708
3709 2008-12-02 Andreas Schwab <schwab@suse.de>
3710
3711 * Makefile.def: configure-target-boehm-gc depends on
3712 all-target-libstdc++-v3.
3713 * Makefile.in: Regenerate.
3714
3715 2008-12-02 Ben Elliston <bje@au.ibm.com>
3716
3717 * config.sub, config.guess: Update from upstream sources.
3718
3719 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3720
3721 Merge from GCC:
3722
3723 2007-12-02 Matthias Klose <doko@ubuntu.com>
3724
3725 * config-ml.in: Remove 64bit configure tests.
3726
3727 2008-05-14 Rafael Espindola <espindola@google.com>
3728
3729 * config-ml.in: don't handle --enable-shared and --enable-static.
3730
3731 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3732 Tobias Grosser <grosser@fim.uni-passau.de>
3733 Jan Sjodin <jan.sjodin@amd.com>
3734 Harsha Jagasia <harsha.jagasia@amd.com>
3735 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3736 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3737 Adrien Eliche <aeliche@isty.uvsq.fr>
3738
3739 Merge from graphite branch.
3740 * configure: Regenerate.
3741 * Makefile.in: Regenerate.
3742 * configure.ac (host_libs): Add ppl and cloog.
3743 Add checks for PPL and CLooG.
3744 * Makefile.def (ppl, cloog): Added modules and dependences.
3745 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3746 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3747
3748 2008-09-03 Richard Guenther <rguenther@suse.de>
3749
3750 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3751 cloog test.
3752 * configure: Re-generate.
3753
3754 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3755
3756 * configure.ac (--with-cloog-polylib): New.
3757 (--disable-cloog-version-check): New.
3758 (--disable-ppl-version-check): New.
3759 * configure: Re-generate.
3760
3761 2008-09-05 Richard Guenther <rguenther@suse.de>
3762
3763 * configure.ac: Initialize clooglibs to -lcloog.
3764 * configure: Re-generate.
3765
3766 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3767
3768 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3769 recommended version to 2.3.2.
3770
3771 * configure: Regenerate.
3772
3773 2008-10-31 Ben Elliston <bje@au.ibm.com>
3774
3775 * configure.ac (spu-*-*): Remove special case.
3776 * configure: Regenerate.
3777
3778 Complete comment text from GCC version of:
3779
3780 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3781
3782 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3783 (GCC_SHLIB_SUBDIR): New.
3784 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3785 * configure: Regenerate.
3786 * Makefile.in: Regenerate.
3787
3788 2008-11-27 Tristan Gingold <gingold@adacore.com>
3789
3790 * configure.ac: Build gdb for i?86-*-darwin*
3791 * configure: Regenerated.
3792
3793 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3794
3795 PR bootstrap/38014
3796 PR bootstrap/37923
3797
3798 Revert:
3799
3800 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3801
3802 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3803 * Makefile.in: Regenerated.
3804
3805 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3806
3807 PR gdb/921
3808 PR gdb/1646
3809 PR gdb/2175
3810 PR gdb/2176
3811
3812 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3813 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3814 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3815 (HOST_EXPORTS): Pass CPPFLAGS.
3816 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3817 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3818 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3819 * Makefile.in, configure: Regenerated.
3820 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3821 and CPPFLAGS_FOR_BUILD.
3822
3823 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3824
3825 * configure.ac [spu-*-*]: Do not set skipdirs.
3826 * configure: Re-generate.
3827
3828 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3829
3830 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3831 * Makefile.in: Regenerated.
3832
3833 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3834
3835 PR gdb/921
3836 PR gdb/1646
3837 PR gdb/2175
3838 PR gdb/2176
3839
3840 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3841 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3842 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3843 (HOST_EXPORTS): Pass CPPFLAGS.
3844 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3845 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3846 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3847 * Makefile.in, configure: Regenerated.
3848 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3849 and CPPFLAGS_FOR_BUILD.
3850
3851 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3852
3853 * libtool.m4: Update to libtool 2.2.6.
3854 * lt~obsolete.m4: Update to libtool 2.2.6.
3855 * ltmain.sh: Update to libtool 2.2.6.
3856 * ltsugar.m4: Update to libtool 2.2.6.
3857 * ltversion.m4: Update to libtool 2.2.6.
3858 * ltoptions.m4: Update to libtool 2.2.6.
3859 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3860
3861 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3862
3863 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3864 (GCC_SHLIB_SUBDIR): New.
3865 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3866 * configure: Regenerate.
3867 * Makefile.in: Regenerate.
3868
3869 2008-08-28 Tristan Gingold <gingold@adacore.com>
3870
3871 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3872 Enable bfd, binutils and opcodes.
3873 * configure: Regenerate.
3874
3875 2008-08-16 Nicolas Roche <roche@adacore.com>
3876
3877 * Makefile.tpl: Add BOOT_ADAFLAGS.
3878 * Makefile.in: Regenerate.
3879
3880 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3881
3882 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3883 * configure: Regenerate.
3884
3885 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3886
3887 Sync with gcc:
3888 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3889
3890 * configure.ac: Add makefile fragments for hpux.
3891 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3892 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3893 * configure: Regenerate.
3894 * Makefile.in: Regenerate.
3895
3896 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3897
3898 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3899 * Makefile.in: Regenerate.
3900 * configure: Regenerate.
3901
3902 2008-06-18 Ian Lance Taylor <iant@google.com>
3903
3904 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3905
3906 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3907
3908 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3909
3910 * configure: Regenerate.
3911
3912 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3913
3914 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3915 "$@" is still intact with both Autoconf 2.59 and 2.62.
3916 * configure: Regenerate.
3917
3918 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3919
3920 * Makefile.tpl: Fix comment errors.
3921 * Makefile.in: Regenerate.
3922
3923 2008-06-13 Julian Brown <julian@codesourcery.com>
3924
3925 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3926 of libobjc for ARM EABI Linux.
3927 * configure: Regenerate.
3928
3929 2008-06-12 David S. Miller <davem@davemloft.net>
3930 David Edelsohn <edelsohn@gnu.org>
3931
3932 * configure.ac: Add powerpc*-*-* to gold supported targets.
3933 * configure: Regenerate.
3934
3935 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3936
3937 PR tree-optimization/36218
3938 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3939 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3940 (all prefix="build-"): Pass them to build-system sub-makes.
3941 * Makefile.in: Regenerate.
3942
3943 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3944
3945 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3946 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3947 mkdep, and compile. Update comments.
3948 (ETC_SUPPORT): Add ChangeLog and update comments.
3949
3950 2008-05-11 Ian Lance Taylor <iant@google.com>
3951
3952 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3953
3954 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3955
3956 Sync with gcc:
3957 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3958
3959 PR bootstrap/35457
3960 * configure.ac: Include override.m4.
3961 * configure: Regenerate.
3962
3963 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3964
3965 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3966 * Makefile.in: Regenerate.
3967
3968 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3969
3970 * configure.ac: Do not build libssp for the AVR.
3971 * configure: Regenerate.
3972
3973 2008-04-18 Nick Clifton <nickc@redhat.com>
3974
3975 * MAINTAINERS: Replace reference to configure.in with reference to
3976 configure.ac.
3977
3978 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3979
3980 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3981 as nonconfigurable directories list.
3982 * configure: Regenerate.
3983
3984 2008-04-14 David S. Miller <davem@davemloft.net>
3985
3986 * configure.ac: Add sparc*-*-* to gold supported targets.
3987 * configure: Regenerate.
3988
3989 2008-04-14 Ben Elliston <bje@au.ibm.com>
3990
3991 * config.sub, config.guess: Update from upstream sources.
3992
3993 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3994
3995 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3996 * Makefile.in: Regenerate.
3997
3998 2008-04-07 Ian Lance Taylor <iant@google.com>
3999
4000 * Makefile.def: check-gold depends upon all-binutils.
4001 * Makefile.in: Regenerate.
4002
4003 2008-04-04 Nick Clifton <nickc@redhat.com>
4004
4005 PR binutils/4334
4006 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4007 builds.
4008 * configure: Regenerate.
4009
4010 2008-04-04 NightStrike <NightStrike@gmail.com>
4011
4012 PR other/35151
4013 * configure.ac: Combine rules for mingw32 and mingw64.
4014 * configure: Regenerate.
4015
4016 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4017
4018 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4019 * Makefile.in: Regenerate.
4020
4021 2008-03-20 Ian Lance Taylor <iant@google.com>
4022
4023 * configure.ac: Add support for --enable-gold.
4024 * Makefile.def: Add gold as a directory like ld.
4025 * configure, Makefile.in: Regenerate.
4026
4027 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4028
4029 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4030 (s390_cond_extensions): Reduced extensions to the compare related.
4031 (main): z10 cpu type option added.
4032 (expandConditionalJump): Renamed to ...
4033 (insertExpandedMnemonic): ... this.
4034
4035 * opcodes/s390-opc.c: Re-group the operand format makros.
4036 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4037 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4038 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4039 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4040 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4041 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4042 INSTR_SIL_RDU): New instruction formats added.
4043 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4044 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4045 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4046 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4047 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4048 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4049 masks added.
4050 (s390_opformats): New formats added "ris", "rrs", "sil".
4051 * opcodes/s390-opc.txt: Add the conditional jumps with the
4052 extensions removed from automatic expansion in s390-mkopc.c manually.
4053 (asi - trtre): Add new System z10 EC instructions.
4054 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4055
4056 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4057
4058 * configure.ac: m4_include config/proginstall.m4.
4059 * configure: Regenerate.
4060
4061 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4062
4063 Backport from upstream Libtool:
4064
4065 2007-10-12 Eric Blake <ebb9@byu.net>
4066
4067 Deal with Autoconf 2.62's semantic change in m4_append.
4068 * ltsugar.m4 (lt_append): Replace broken versions of
4069 m4_append.
4070 (lt_if_append_uniq): Don't require separator to be overquoted,
4071 and avoid broken m4_append.
4072 (lt_dict_add): Fix typo.
4073 * libtool.m4 (_LT_DECL): Don't overquote separator.
4074
4075 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4076
4077 * config.rpath: Add AIX 6 support.
4078
4079 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4080
4081 * Makefile.def (stageprofile). Remove -fprofile-generate
4082 from stage_libcflags.
4083 * Makefile.in: Regenerate.
4084
4085 2008-03-13 Ben Elliston <bje@au.ibm.com>
4086
4087 * config.sub, config.guess: Update from upstream sources.
4088
4089 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4090
4091 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4092 * s390-opc.txt (cmpsc): Duplicate entry removed.
4093 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4094 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4095 fier, cu42, cu41): Fix operand format.
4096
4097 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4098
4099 PR bootstrap/32009
4100 PR bootstrap/32161
4101
4102 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4103 * configure: Regenerate.
4104
4105 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4106 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4107 STAGE4_LIBCFLAGS): New.
4108 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4109 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4110 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4111 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4112 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4113 for target modules. Don't export LIBCFLAGS.
4114 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4115 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4116 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4117 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4118 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4119 * Makefile.in: Regenerate.
4120
4121 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4122
4123 PR libgcj/33085
4124 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4125 Do not use -DDLL_EXPORT. Backport from upstream.
4126
4127 2008-02-14 Nick Clifton <nickc@redhat.com>
4128
4129 Import this patch from gcc:
4130 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4131
4132 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4133
4134 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4135
4136 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4137 * configure: Regenerate.
4138
4139 2008-01-31 Marc Gauthier <marc@tensilica.com>
4140
4141 * configure.ac (xtensa*-*-*): Recognize processor variants.
4142 * configure: Regenerate.
4143
4144 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4145
4146 PR bootstrap/34922
4147 * configure.ac (PARSE_ARGS): Push suitable setting of
4148 ac_subdirs_all, for `./configure --help=recursive'.
4149 Handle `+' in generic toplevel directory disabling.
4150 * configure: Regenerate.
4151
4152 2008-01-23 Ben Elliston <bje@au.ibm.com>
4153
4154 * config.sub, config.guess: Update from upstream sources.
4155
4156 2008-01-08 Ben Elliston <bje@au.ibm.com>
4157
4158 * config.sub, config.guess: Update from upstream sources.
4159
4160 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4161
4162 * COPYING.LIBGLOSS: Update default copyright.
4163
4164 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4165
4166 * COPYING.NEWLIB: Update default copyright.
4167
4168 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4169
4170 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4171 Change recommended MPFR from 2.2.1 > 2.3.0.
4172 * configure: Regenerate.
4173
4174 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4175
4176 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4177 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4178 * Makefile.in: Regenerate.
4179
4180 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4181
4182 * configure.ac: Enable libjava for x86_64-*-darwin9.
4183 * configure: Regenerate.
4184
4185 2007-12-05 Ben Elliston <bje@au.ibm.com>
4186
4187 * config.sub, config.guess: Update from upstream sources.
4188
4189 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4190
4191 * config-ml.in: Robustify against white space in absolute file
4192 names.
4193
4194 * config-ml.in (multi-clean): Substitute ${Makefile}.
4195 Remove superfluous ${Makefile} in list.
4196
4197 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4198
4199 * Makefile.def (dependencies): Make configure-gdb depend on
4200 all-intl.
4201 * Makefile.in: Regenerated.
4202
4203 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4204
4205 * Makefile.def: To avoid problems running with parallel makes,
4206 build newlib before libgloss so that target specific header
4207 files are availble.
4208 * Makefile.in: Regenerate.
4209
4210 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4211
4212 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4213 * Makefile.in: Regenerate.
4214
4215 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4216
4217 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4218 * libdecnumber: New directory, imported from GCC.
4219
4220 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4221
4222 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4223 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4224 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4225 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4226 * configure: Regenerate.
4227
4228 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4229
4230 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4231 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4232 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4233 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4234 * configure.ac: Default them to host tools for $host = $build.
4235 Subst them.
4236
4237 * configure: Regenerate.
4238 * Makefile.in: Regenerate.
4239
4240 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4241
4242 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4243 * configure: Regenerate.
4244
4245 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4246
4247 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4248 libstdc++.
4249 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4250 * configure: Regenerate.
4251 * Makefile.in: Regenerate.
4252
4253 2007-09-17 Andreas Schwab <schwab@suse.de>
4254
4255 * configure.ac: Raise minimum makeinfo version to 4.6.
4256 * configure: Regenerate.
4257
4258 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4259
4260 * configure.ac: Correct makeinfo version check.
4261 * configure: Regenerate.
4262
4263 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4264
4265 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4266 to $skipdirs and only disable gprof for newlib. Use the normal
4267 mips*-elf* handling in other respects.
4268 * configure: Regnerate.
4269
4270 2007-09-12 David Daney <ddaney@avtrex.com>
4271
4272 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4273 enabling libgcj.
4274 * configure: Regenerate.
4275
4276 2007-09-12 Richard Guenther <rguenther@suse.de>
4277
4278 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4279 nor --disable-checking is provided also turn on yes and types
4280 checking for stage1.
4281 * configure: Re-generate.
4282
4283 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4284
4285 PR target/33281
4286 * configure.ac: Use config/mh-mingw on mingw.
4287 * configure: Regenerate.
4288
4289 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4290
4291 PR other/32154
4292 * configure.ac: For libgloss targets, point the linker to the linker
4293 script, startup code and simulator library.
4294 * configure: Regenerate.
4295
4296 2007-09-09 Andrew Haley <aph@redhat.com>
4297
4298 * configure.ac (noconfigdirs): Remove target-libffi and
4299 target-libjava.
4300
4301 2007-08-29 Nick Clifton <nickc@redhat.com>
4302
4303 * config.sub, config.guess: Update from upstream sources.
4304
4305 2007-08-21 Richard Guenther <rguenther@suse.de>
4306
4307 * configure.ac: Add types checking to stage1 checking flags.
4308 * configure: Regenerate.
4309
4310 2007-08-18 Paul Brook <paul@codesourcery.com>
4311 Joseph Myers <joseph@codesourcery.com>
4312
4313 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4314 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4315 * Makefile.in: Regenerate.
4316 * configure.ac (--with-debug-prefix-map): New.
4317 * configure: Regenerate.
4318
4319 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4320 Nigel Stephens <nigel@mips.com>
4321
4322 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4323 as target_makefile_frag.
4324 * configure: Regenerate.
4325
4326 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4327
4328 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4329 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4330 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4331 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4332 (do-compare, do-compare3, do-compare-debug): New.
4333 ([+compare-target+]): Use them.
4334
4335 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4336
4337 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4338 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4339 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4340 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4341 (do-compare, do-compare3, do-compare-debug): New.
4342 ([+compare-target+]): Use them.
4343
4344 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4345 Ben Elliston <bje@au.ibm.com>
4346
4347 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4348 --silent if $silent.
4349 * configure: Regenerate.
4350
4351 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4352
4353 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4354
4355 2007-07-17 Nick Clifton <nickc@redhat.com>
4356
4357 * COPYING3: New file. Contains version 3 of the GNU General
4358 Public License.
4359 * COPYING3.LIB: New file. Contains version 3 of the GNU
4360 Lesser General Public License.
4361
4362 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4363
4364 * configure.ac: Fix my previous change to really match GCC.
4365 * configure: Regenerate.
4366
4367 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4368
4369 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4370 * configure: Regenerate.
4371
4372 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4373
4374 * configure.ac: Add some missing m4 quotation.
4375 * configure: Regenerate.
4376
4377 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4378
4379 * Makefile.def: Add windmc tool to build.
4380 * Makefile.tpl: Likewise.
4381 * configure.ac: Likewise.
4382 * Makefile.in: Regenerate.
4383 * configure: Regenerate.
4384
4385 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4386
4387 * lt~obsolete.m4: New. Import from 20070318 libtool.
4388
4389 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4390
4391 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4392 uclinux and linux-uclibc targets.
4393 * configure: Regenerate.
4394
4395 2007-06-28 DJ Delorie <dj@redhat.com>
4396
4397 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4398 not building newlib.
4399 * configure: Regenerated.
4400
4401 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4402
4403 * src-release (DEVO_SUPPORT): Correct typos.
4404
4405 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4406
4407 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4408 * Makefile.in: Regenerated.
4409
4410 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4411
4412 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4413 (distclean-stage[+id+]): Possibly delete stage_last.
4414 * Makefile.in: Regenerate.
4415
4416 2007-06-07 Ben Elliston <bje@au.ibm.com>
4417
4418 * config.sub, config.guess: Update from upstream sources.
4419
4420 2007-06-07 Ben Elliston <bje@au.ibm.com>
4421
4422 * Makefile.tpl: Fix spelling error.
4423 * Makefile.in: Regenerate.
4424
4425 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4426
4427 Sync with gcc:
4428 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4429
4430 PR bootstrap/29382
4431 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4432 * configure: Rebuilt.
4433
4434 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4435
4436 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4437 lt_cv_sys_max_cmd_len.
4438
4439 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4440
4441 * ltgcc.m4: Update from GCC.
4442
4443 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4444
4445 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4446
4447 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4448
4449 * ltmain.sh: Update from GCC.
4450 * libtool.m4: Update from GCC.
4451 * ltsugar.m4: New. Update from GCC.
4452 * ltversion.m4: New. Update from GCC.
4453 * ltoptions.m4: New. Update from GCC.
4454 * ltconfig: Remove.
4455 * ltcf-c.sh: Remove.
4456 * ltcf-cxx.sh: Remove.
4457 * ltcf-gcj.sh: Remove.
4458 * src-release: Update with new libtool file list.
4459
4460 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4461
4462 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4463 stage_cflags.
4464 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4465 Remove CFLAGS/LIBCFLAGS.
4466 (configure-stage[+id+]-[+prefix+][+module+],
4467 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4468 * Makefile.in: Regenerate.
4469
4470 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4471
4472 * config-ml.in: Update from GCC.
4473
4474 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4475
4476 * src-release (do-proto-toplev): Process the support directories before
4477 the tool directory.
4478
4479 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4480
4481 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4482 of glob. Quote arguments with single quotes too.
4483 * configure: Regenerate.
4484
4485 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4486
4487 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4488 * Makefile.in: Regenerate
4489
4490 2007-03-07 Andreas Schwab <schwab@suse.de>
4491
4492 * configure: Regenerate.
4493
4494 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4495
4496 * configure.ac: Add "--with-pdfdir" configure option,
4497 which defines pdfdir variable.
4498 * Makefile.def (target=fixincludes): Add install-pdf to
4499 missing targets.
4500 (recursive_targets): Add install-pdf target.
4501 (flags_to_pass): Add pdfdir.
4502 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4503 target.
4504 * configure: Regenerate
4505 * Makefile.in: Regenerate
4506
4507 2007-02-28 Eric Christopher <echristo@apple.com>
4508
4509 Revert:
4510 2006-12-07 Mike Stump <mrs@apple.com>
4511
4512 * Makefile.def (dependencies): Add dependency for
4513 install-target-libssp and install-target-libgomp on
4514 install-gcc.
4515 * Makefile.in: Regenerate.
4516
4517 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4518
4519 * configure: Regenerate.
4520 * configure.ac: Move statements after variable declarations.
4521
4522 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4523
4524 * configure.ac: Adjust for loop syntax.
4525 * configure: Regenerate.
4526
4527 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4528
4529 * configure: Rebuilt.
4530
4531 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4532
4533 * configure.ac: Drop multiple occurrences of --enable-languages,
4534 and fix its quoting.
4535 * configure: Rebuilt.
4536
4537 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4538 Nathan Sidwell <nathan@codesourcery.com>
4539 Vladimir Prus <vladimir@codesourcery.com
4540 Joseph Myers <joseph@codesourcery.com>
4541
4542 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4543 * configure: Regenerate.
4544
4545 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4546
4547 * configure.ac (target_libraries): Move libgcc before libiberty.
4548 * configure: Regenerated.
4549
4550 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4551
4552 * configure: Regenerate again?
4553
4554 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4555
4556 * configure: Reapply PR30748 fix which was lost in the previous commit.
4557
4558 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4559 Paolo Bonzini <bonzini@gnu.org>
4560
4561 PR bootstrap/30753
4562 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4563 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4564 * configure: Regenerated.
4565
4566 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4567
4568 * configure: Regenerate.
4569
4570 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4571
4572 PR bootstrap/30748
4573 * configure.ac: Correct syntax for Solaris ksh.
4574 * configure: Regenerated.
4575
4576 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4577
4578 * Makefile.def: Sync with GCC.
4579 * Makefile.tpl: Sync with GCC.
4580 * Makefile.in: Regenerate.
4581 * configure: Regenerate.
4582
4583 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4584
4585 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4586 noncanonical equivalents.
4587 * configure.in: Rename to...
4588 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4589 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4590 target_noncanonical. Use them. Rewrite removal of configure
4591 arguments for autoconf 2.59. Discard variable settings. Force
4592 program_transform_name for native tools.
4593
4594 * Makefile.in: Regenerated.
4595 * configure: Regenerated with autoconf 2.59.
4596
4597 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4598
4599 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4600
4601 * COPYING.LIBGLOSS: Reformat default Red Hat
4602 license to fit within 80 columns.
4603 * COPYING.NEWLIB: Ditto.
4604
4605 2007-02-05 Dave Brolley <brolley@redhat.com>
4606
4607 * Contribute the following changes:
4608 2006-11-28 DJ Delorie <dj@redhat.com>
4609
4610 * configure.in: Fix typo for mep's target_makefile_frag.
4611 * configure: Regenerated.
4612
4613 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4614
4615 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4616 * configure: Regenerate.
4617
4618 2001-09-19 DJ Delorie <dj@redhat.com>
4619
4620 * configure.in (target_makefile_frag): use mt-mep
4621
4622 2001-06-12 Don Howard <dhoward@redhat.com>
4623
4624 * configure.in: Remove gdb from MeP skip list.
4625
4626 2001-04-05 DJ Delorie <dj@redhat.com>
4627
4628 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4629
4630 2001-03-20 Ben Elliston <bje@redhat.com>
4631
4632 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4633
4634 2001-03-19 Ben Elliston <bje@redhat.com>
4635
4636 * config.sub (mep, mep-*): Add.
4637
4638 2007-01-31 Andreas Schwab <schwab@suse.de>
4639
4640 * Makefile.tpl (LDFLAGS): Substitute it.
4641 * Makefile.in: Regenerate.
4642
4643 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4644
4645 * configure.in: Change == to = in test command.
4646 * configure: Regenerate.
4647
4648 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4649 Nick Clifton <nickc@redhat.com>
4650 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4651
4652 * configure.in (build_configargs, host_configargs, target_configargs):
4653 Remove build/host/target parameters.
4654 (host_libs): Add gmp and mpfr.
4655 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4656 * Makefile.def (gmp, mpfr): New.
4657 (gcc): Remove target.
4658 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4659 target_os, target_vendor): New.
4660 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4661 * configure: Regenerate.
4662 * Makefile.in: Regenerate.
4663
4664 2007-01-11 Matt Fago <fago@earthlink.net>
4665
4666 * configure.in: Try to link to functions only in mpfr 2.2.x
4667 to improve robustness of configure tests.
4668 * configure: Regenerate.
4669
4670 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4671
4672 * configure.in: Add support for an x86_64-mingw* target.
4673 * configure: Regenerate.
4674
4675 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4676
4677 * Makefile.tpl (all-target): Correct @if conditional for target
4678 modules.
4679 * configure.in: Omit libiberty if building only target libgcc.
4680 * configure, Makefile.in: Regenerated.
4681
4682 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4683
4684 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4685 * configure: Regenerate.
4686
4687 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4688
4689 * Makefile.def (target_modules): Add libgcc.
4690 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4691 * Makefile.tpl (clean-target-libgcc): Delete.
4692 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4693 on gcc even for bootstrapped modules. Rewrite handling of
4694 lang_env_dependencies to loop over target_modules.
4695 * configure.in (target_libraries): Add target-libgcc.
4696 * Makefile.in, configure: Regenerated.
4697
4698 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4699
4700 Sync with gcc:
4701 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4702
4703 * configure.in: Reorganize recognition of languages. Add
4704 --enable-stage1-languages. Show supported languages for the chosen
4705 target rather than all recognized languages.
4706 * configure: Regenerate.
4707
4708 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4709
4710 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4711 * Makefile.in: Regenerate.
4712
4713 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4714
4715 * configure.in: Warn that MPFR 2.2.0 is buggy.
4716 * configure: Regenerate.
4717
4718 2006-12-27 Ian Lance Taylor <iant@google.com>
4719
4720 * configure.in: When removing Makefiles to force a reconfigure, also
4721 remove prev-DIR*/Makefile.
4722 * configure: Regenerate.
4723
4724 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4725
4726 * config.bfd: Recognize fido.
4727
4728 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4729
4730 Sync with gcc:
4731
4732 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4733
4734 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4735 it only affects bootstrap and could be tested on "$host" as well.
4736 * configure: Regenerate.
4737 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4738
4739 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4740
4741 PR bootstrap/29544
4742 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4743 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4744 move here comment from Makefile.tpl.
4745 * Makefile.tpl: Move some definitions higher in the file.
4746 (STAGE1_CHECKING): New.
4747 * configure.in: Add --enable-stage1-checking.
4748 * configure: Regenerate.
4749 * Makefile.in: Regenerate.
4750
4751 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4752
4753 * configure.in: Update error message for missing GMP/MPFR.
4754
4755 * configure: Regenerate.
4756
4757 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4758
4759 * configure.in: Update MPFR version in error message.
4760
4761 * configure: Regenerate.
4762
4763 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4764
4765 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4766 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4767 --with-gmp-lib): New flags.
4768
4769 * configure: Regenerate.
4770
4771 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4772
4773 PR bootstrap/30134
4774 * configure.in: Correct x86 darwin support for libjava to powerpc
4775 and i?86 only.
4776 * configure: Regenerate.
4777
4778 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4779
4780 * configure.in: Handle spu makefile frag.
4781 * Makefile.tpl (MAINT): Define
4782 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4783 * configure: Regenerate.
4784 * Makefile.in: Regenerate.
4785
4786 2006-12-11 Ben Elliston <bje@au.ibm.com>
4787
4788 * config.sub, config.guess: Update from upstream sources.
4789
4790 2006-12-11 Ben Elliston <bje@au.ibm.com>
4791
4792 * configure.in: Sync with GCC (spu-*-*).
4793 * configure: Sync with GCC.
4794
4795 2006-12-07 Mike Stump <mrs@apple.com>
4796
4797 * Makefile.def (dependencies): Add dependency for
4798 install-target-libssp and install-target-libgomp on
4799 install-gcc.
4800 * Makefile.in: Regenerate.
4801
4802 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4803
4804 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4805 (unstage): Test for stage_last presence.
4806
4807 PR bootstrap/29802
4808 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4809 * Makefile.in: Regenerate.
4810
4811 2006-11-14 DJ Delorie <dj@redhat.com>
4812
4813 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4814 * Makefile.in: Sync with GCC.
4815 * configure.in: Sync with GCC (mpfr, gmp).
4816 * configure: Sync with GCC.
4817
4818 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4819
4820 * configure.in: Remove target-libgloss from noconfigdirs for
4821 bfin-*-*.
4822 * configure: Regenerated.
4823
4824 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4825
4826 * COPYING.NEWLIB: Add spu license.
4827 * COPYING.LIBGLOSS: Ditto.
4828
4829 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4830
4831 * Makefile.def: Added pdf target handling.
4832 * Makefile.tpl: Added pdf target handling.
4833 * Makefile.in: Regenerated.
4834
4835 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4836
4837 * COPYING.NEWLIB: Updated.
4838 * COPYING.LIBGLOSS: Ditto.
4839
4840 2006-09-27 Dave Brolley <brolley@redhat.com>
4841
4842 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4843 $s instead of $r.
4844 * configure: Regenerated.
4845
4846 2006-09-26 Ben Elliston <bje@au.ibm.com>
4847
4848 * config.sub, config.guess: Update from upstream sources.
4849
4850 2006-09-20 Thiemo Seufer <ths@mips.com>
4851
4852 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4853 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4854 * configure: Regenerate.
4855
4856 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4857
4858 * configure.in: Never build newlib for a Mingw host.
4859 Never build newlib as Mingw target library.
4860 Test the existence of winsup/cygwin for building a Cygwin newlib,
4861 rather than just winsup.
4862 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4863 building a Mingw target.
4864 * configure: Regenerate.
4865
4866 2006-08-15 Thiemo Seufer <ths@mips.com>
4867 Nigel Stephens <nigel@mips.com>
4868 David Ung <davidu@mips.com>
4869
4870 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4871
4872 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4873
4874 Sync from GCC:
4875 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4876
4877 PR bootstrap/18058
4878 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4879 if the bootstrap compiler is a GCC version that supports it.
4880 * configure: Regenerate.
4881
4882 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4883
4884 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4885 * configure: Regenerated.
4886
4887 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4888
4889 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4890 for stages after the first.
4891
4892 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4893
4894 * Makefile.def: Add dependencies for configure-opcodes
4895 on configure-intl and all-opcodes on all-intl.
4896 * Makefile.in: Regenerated.
4897
4898 2006-07-04 Peter O'Gorman <peter@pogma.com>
4899
4900 * ltconfig: chmod 644 before ranlib during install.
4901
4902 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4903
4904 * configure.in: Fix thinkos in previous check-in.
4905 * configure: Regenerate.
4906
4907 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4908
4909 Sync from gcc:
4910
4911 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4912
4913 PR other/27063
4914 * configure.in: Test subdir_requires and give an appropriate
4915 error message.
4916 * configure: Regenerate.
4917
4918 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4919
4920 PR target/27540
4921 * configure.in: Only enable libgomp on IRIX 6.
4922 * configure: Regenerate.
4923
4924 2006-06-20 David Ayers <d.ayers@inode.at>
4925
4926 PR bootstrap/28072
4927 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4928 whether target-libjava is being configured instead of whether the
4929 java front end is enabled.
4930 * configure: Regenerate.
4931
4932 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4933
4934 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4935 to R_ARM_LDC_SB_G{0,1,2} respectively.
4936
4937 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4938
4939 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4940 too.
4941 * Makefile.in: Regenerate.
4942
4943 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4944
4945 Sync from gcc:
4946
4947 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4948 * configure.in: Don't enable libgomp on hpux10.
4949 * configure: Rebuilt.
4950
4951 2006-06-13 David Ayers <d.ayers@inode.at>
4952
4953 Sync from gcc:
4954
4955 2006-06-12 David Ayers <d.ayers@inode.at>
4956
4957 PR bootstrap/27963
4958 PR target/19970
4959 * configure.in: Remove target-boehm-gc from noconfigdirs where
4960 ${libgcj} is specified.
4961 * configure: Regenerate.
4962
4963 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4964
4965 Sync from gcc:
4966
4967 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4968 Andreas Schwab <schwab@suse.de>
4969
4970 PR bootstrap/18033
4971 * config-ml.in: Eval option if surrounded by single quotes.
4972
4973 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4974
4975 Sync from gcc:
4976
4977 2006-06-06 David Ayers <d.ayers@inode.at>
4978
4979 PR libobjc/13946
4980 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4981 * Makefile.in: Regenerate.
4982 * configure.in: Add --enable-objc-gc at toplevel and have it
4983 enable boehm-gc for Objective-C.
4984 Remove target-boehm-gc from libgcj.
4985 Add target-boehm-gc to target_libraries.
4986 Add target-boehm-gc to noconfigdirs where ${libgcj}
4987 is specified.
4988 Assert that boehm-gc is supported when requested for Objective-C.
4989 Only build boehm-gc if needed either for Java or Objective-C.
4990 * configure: Regenerate.
4991
4992 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4993
4994 PR 27674
4995 * Makefile.tpl (configure-[+prefix+][+module+],
4996 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4997 Remove rule to unstage bootstrapped modules.
4998 (stage_current): New.
4999 * Makefile.in: Regenerate.
5000
5001 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5002 Andreas Tobler <a.tobler@schweiz.ch>
5003
5004 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5005 * configure: Rebuilt.
5006
5007 Revert
5008 2006-01-31 Richard Guenther <rguenther@suse.de>
5009 Paolo Bonzini <bonzini@gnu.org>
5010
5011 * Makefile.def (target_modules): Add libgcc-math target module.
5012 * configure.in (target_libraries): Add libgcc-math target library.
5013 (--enable-libgcc-math): New configure switch.
5014 * Makefile.in: Re-generate.
5015 * configure: Re-generate.
5016
5017 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5018
5019 * config-ml.in: Alter CCASFLAGS to include special
5020 multilib options the same as is done for CFLAGS.
5021
5022 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5023
5024 * Makefile.def: Added dependencies from sim and gdb on intl, and
5025 added configure dependencies to everything with an all dependency
5026 on intl.
5027 * gettext.m4: Removed.
5028 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5029 (GDB_SUPPORT_DIRS): Add intl.
5030 * Makefile.in: Regenerated.
5031
5032 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5033
5034 * src-release (DEVO_SUPPORT): Add config.rpath.
5035
5036 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5037
5038 * Makefile.def (bfd, opcodes): Fix lib_path.
5039 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5040 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5041 * Makefile.in: Regenerate.
5042
5043 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5044
5045 * configure.in: Enable gprof for cross builds.
5046 * configure: Regenerate.
5047
5048 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5049
5050 * src-release (MAKEINFOFLAGS): Define.
5051 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5052
5053 2006-05-14 Ben Elliston <bje@au.ibm.com>
5054
5055 * config.sub, config.guess: Update from upstream sources.
5056
5057 2006-05-12 Ben Elliston <bje@au.ibm.com>
5058
5059 * config.sub, config.guess: Update from upstream sources.
5060
5061 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5062
5063 * blt, iwidgets, mmalloc: Remove directories.
5064
5065 2006-05-01 DJ Delorie <dj@redhat.com>
5066
5067 * configure.in: Restore CFLAGS if GMP isn't present.
5068 * configure: Regenerate.
5069
5070 2006-04-18 DJ Delorie <dj@redhat.com>
5071
5072 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5073 reference libgloss so that libssp can be built in a combined
5074 tree.
5075 * configure: Regenerate.
5076
5077 2006-04-10 Ben Elliston <bje@au.ibm.com>
5078
5079 * contrib: Remove directory.
5080
5081 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5082
5083 * Makefile.tpl: Add install-html target.
5084 * Makefile.def: Add install-html target.
5085 * Makefile.in: Regenerate.
5086 * configure.in: Add --with-datarootdir, --with-docdir,
5087 and --with-htmldir options.
5088 * configure: Regenerate.
5089
5090 2006-03-31 Ben Elliston <bje@au.ibm.com>
5091
5092 PR binutils/1860
5093 * configure.in: Require makeinfo 4.4 or higher.
5094 * configure: Regenerate.
5095
5096 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5097
5098 * Makefile.in: Regenerate.
5099
5100 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5101
5102 Sync with gcc:
5103 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5104
5105 * configure.in: Handle --disable-<component> generically.
5106 * configure: Regenerate.
5107
5108 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5109
5110 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5111 (TARGET_CONFIGDIRS): Remove.
5112 * configure.in: Remove AC_SUBST(target_configdirs).
5113 * Makefile.in, configure: Regenerated.
5114
5115
5116 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5117
5118 PR libgcj/17311
5119 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5120
5121 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5122
5123 PR bootstrap/25670
5124
5125 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5126
5127 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5128 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5129 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5130 BUILD_PREFIX, BUILD_PREFIX_1.
5131 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5132
5133 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5134 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5135
5136 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5137 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5138 of `cat stage_current`. Always provide the `r' and `s' variables.
5139 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5140 a single shell execution.
5141 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5142 bootstrapped modules, make the stage1 module if the build was not
5143 started yet, else build the current stage.
5144 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5145 (all-build, all-host, all-target, [+make_target+]-host,
5146 [+make_target+]-target): Do not use \-continued lines.
5147 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5148 (current_stage, restrap, stage_last): New.
5149
5150 * Makefile.in: Regenerate.
5151 * configure: Regenerate.
5152
5153 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5154
5155 Sync from gcc:
5156
5157 2006-01-31 Richard Guenther <rguenther@suse.de>
5158 Paolo Bonzini <bonzini@gnu.org>
5159
5160 * Makefile.def (target_modules): Add libgcc-math target module.
5161 * configure.in (target_libraries): Add libgcc-math target library.
5162 (--enable-libgcc-math): New configure switch.
5163 * Makefile.in: Re-generate.
5164 * configure: Re-generate.
5165 * libgcc-math: New toplevel directory.
5166
5167 2006-01-18 Richard Henderson <rth@redhat.com>
5168 Jakub Jelinek <jakub@redhat.com>
5169 Diego Novillo <dnovillo@redhat.com>
5170
5171 * libgomp: New directory.
5172 * Makefile.def: Add target_module libgomp.
5173 * Makefile.in: Regenerate.
5174 * configure.in (target_libraries): Add target-libgomp.
5175 * configure: Regenerate.
5176
5177 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5178 Andreas Schwab <schwab@suse.de>
5179
5180 * configure: Regenerate.
5181
5182 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5183
5184 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5185 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5186 the assembler, linker and binutils.
5187 * configure: Regenerate.
5188
5189 2006-01-16 Nick Clifton <nickc@redhat.com>
5190
5191 * config.sub, config.guess: Sync from config repository.
5192
5193 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5194
5195 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5196 @ from continuation.
5197 * Makefile.in: Rebuilt.
5198
5199 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5200
5201 Sync from gcc:
5202
5203 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5204
5205 PR bootstrap/24252
5206
5207 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5208 * Makefile.tpl (OBJDUMP): New.
5209 (EXTRA_HOST_FLAGS): Add it.
5210 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5211
5212 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5213 to use symbolic links between directories. Avoid race conditions
5214 or make them harmless.
5215 * configure.in: Do not try to use symbolic links between directories.
5216
5217 * Makefile.def (LEAN): Pass.
5218 * Makefile.tpl (LEAN): Define.
5219 (stage[+id+]-start): Accept that the previous directory does not
5220 exist, if the bootstrap is lean.
5221 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5222 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5223 configure substitution.
5224 ([+compare-target+]): Likewise.
5225 ([+bootstrap-target+]-lean): New.
5226 * configure.in: Remove lean bootstrap support from here.
5227
5228 * Makefile.in: Regenerate.
5229 * configure: Regenerate.
5230
5231 2006-01-02 Andreas Schwab <schwab@suse.de>
5232
5233 * configure.in: When reconfiguring remove Makefile in
5234 all stage directories.
5235 * configure: Regenerate.
5236
5237 2005-12-27 Leif Ekblad <leif@rdos.net>
5238
5239 * configure.in: Add support for RDOS target.
5240 * configure: Regenerate.
5241
5242 2005-12-27 Nick Clifton <nickc@redhat.com>
5243
5244 PR binutils/1990
5245 * libtool.m4: Synchronize with version in GCC sources.
5246
5247 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5248
5249 Revert Ada-related part of the previous change.
5250
5251 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5252 Do not pass.
5253 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5254 * Makefile.in: Regenerate.
5255 * configure.in: Do not include mt-ppc-aix target fragment.
5256 * configure: Regenerate.
5257
5258 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5259
5260 * configure.in: Select appropriate fragments for PowerPC/AIX.
5261 * configure: Regenerate.
5262
5263 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5264 BOOT_CFLAGS, BOOT_LDFLAGS.
5265 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5266 BOOT_CFLAGS, BOOT_LDFLAGS.
5267 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5268 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5269 (stage): Fail if we cannot complete the work.
5270 * Makefile.in: Regenerate.
5271
5272 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5273
5274 * COPYING.NEWLIB: Update copyright year for default
5275 copyright.
5276
5277 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5278
5279 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5280 install-host-nogcc): Don't invoke $(stage) at the end.
5281 * Makefile.in: Regenerate.
5282
5283 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5284
5285 * configure.in: Flip the top-level bootstrap switch.
5286 * configure: Regenerate.
5287
5288 Merge from gcc:
5289
5290 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5291
5292 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5293 $(stage) and $(unstage).
5294 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5295 (all): Remove stray semicolon.
5296 (local-distclean): Don't handle multilib.tmp and multilib.out.
5297 (install.all): Set $s for consistency.
5298 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5299 check_multilibs setting. Always make the install directory.
5300 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5301 Correct @if/@endif.
5302 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5303 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5304 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5305 (multilib.out): Remove.
5306 * Makefile.in: Regenerated.
5307
5308 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5309
5310 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5311 * configure.in: Replace ms1 arch with mt.
5312 * configure: Rebuilt.
5313
5314 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5315
5316 Sync with gcc:
5317
5318 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5319
5320 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5321 * configure.in: Replace ms1 arch with mt.
5322 * configure: Rebuilt.
5323
5324 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5325
5326 Sync with gcc:
5327
5328 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5329
5330 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5331 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5332 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5333 Find in-tree tools if available.
5334 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5335 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5336 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5337 (COMPILER_*_FOR_TARGET): New.
5338 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5339 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5340 (CONFIGURED_*, USUAL_*): Remove.
5341 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5342 STRIP): Use autoconf substitutions.
5343 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5344 COMPILER_NM_FOR_TARGET): New.
5345 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5346
5347 (all): Make all-host and all-target in parallel.
5348 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5349 that $$r and $$s are set before invoking a recursive make.
5350 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5351 ([+bootstrap-target+]): Inline most of the `all' target.
5352
5353 2005-11-29 Ben Elliston <bje@au.ibm.com>
5354
5355 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5356 from the gcc build directory.
5357 * Makefile.in: Regenerate.
5358
5359 2005-11-29 Ben Elliston <bje@au.ibm.com>
5360
5361 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5362 depend on all-libdecnumber.
5363 * configure.in (host_libs): Include libdecnumber.
5364 * Makefile.in: Regenerate.
5365 * configure: Likewise.
5366
5367 2005-11-21 Kean Johnston <jkj@sco.com>
5368
5369 * config.sub, config.guess: Sync from upstream sources.
5370
5371 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5372
5373 * Makefile.def: Remove gdb dependencies for gdbtk.
5374 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5375 (configure-gdb, install-gdb): New rules.
5376 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5377 * Makefile.in, configure: Regenerated.
5378
5379 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5380
5381 PR bootstrap/24297
5382 * Makefile.tpl (do-[+make-target+], do-check, install,
5383 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5384 are set before recursing.
5385 * Makefile.in: Regenerate.
5386
5387 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5388
5389 PR bootstrap/18939
5390 * Makefile.def (gcc) <target>: Fix thinko.
5391 * Makefile.in: Regenerate.
5392
5393 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5394
5395 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5396 * configure: Regenerate.
5397
5398 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5399
5400 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5401 target-libffi, target-qthreads, target-libjava, and
5402 targetlibobjc.
5403 * configure: Regenerate.
5404
5405 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5406
5407 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5408 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5409 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5410 (USUAL_OBJDUMP_FOR_TARGET): New.
5411 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5412 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5413 * configure, Makefile.in: Regenerated.
5414
5415 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5416
5417 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5418 before other host packages.
5419
5420 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5421
5422 PR bootstrap/22340
5423
5424 * configure.in (default_target): Remove.
5425 * Makefile.tpl (all): Do not use prerequisites as subroutines
5426 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5427 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5428 use prerequisites as subroutines.
5429 (check-host, check-target): New.
5430 (bootstrap configure & all targets): Do not use stage*-start
5431 if the directory layout is already ok.
5432 (non-bootstrap configure & all targets): Prepend a $(unstage).
5433 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5434 (NOTPARALLEL): Remove.
5435 (unstage, stage variables): New variables.
5436 (unstage, stage targets): Simply expand to those variables.
5437
5438 * configure: Regenerate.
5439 * Makefile.in: Regenerate.
5440
5441 2005-10-04 James E Wilson <wilson@specifix.com>
5442
5443 * Makefile.def (lang_env_dependencies): Add libmudflap.
5444 * Makefile.in: Regenerate.
5445
5446 2005-10-03 Catherine Moore <clm@cm00re.com>
5447
5448 * configure.in (bfin-*-*): Support bfin.
5449 * configure: Regenerated.
5450
5451 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5452
5453 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5454 * configure: Regenerated.
5455
5456 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5457
5458 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5459 (LIPO_FOR_TARGET): New.
5460 (CONFIGURED_LIPO_FOR_TARGET): New.
5461 (USUAL_LIPO_FOR_TARGET): New.
5462 (STRIP_FOR_TARGET): New.
5463 (CONFIGURED_STRIP_FOR_TARGET): New.
5464 (USUAL_STRIP_FOR_TARGET): New.
5465 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5466 STRIP_FOR_TARGET.
5467 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5468 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5469 * Makefile.in: Regenerate.
5470 * configure: Regenerate.
5471
5472 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5473
5474 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5475 (rs6000-*-aix*): Same.
5476 * configure: Regenerate.
5477
5478 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5479
5480 * configure.in: Recognize f95 in the --enable-languages option,
5481 and substitute it for fortran, issuing a warning.
5482 * configure: Regenerate.
5483
5484 2005-09-07 Ben Elliston <bje@au.ibm.com>
5485
5486 Import from Autoconf sources:
5487
5488 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5489 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5490 Elliston. Handle weird characters correctly.
5491
5492 2005-08-30 Phil Edwards <phil@codesourcery.com>
5493
5494 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5495 * configure: Regenerated.
5496
5497 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5498
5499 * Makefile.def (libssp): Add to lang_env_dependencies.
5500 * Makefile.in: Regenerate.
5501
5502 2005-08-17 Christian Groessler <chris@groessler.org>
5503
5504 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5505 * Makefile.in: Regenerate.
5506
5507 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5508
5509 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5510 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5511 Look for alternate names of the target cc and c++
5512 * configure: Regenerate.
5513
5514 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5515
5516 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5517 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5518 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5519 tools; remove code to manually set them.
5520 (Target tools): Look in the environment for them.
5521 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5522 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5523 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5524 build directory.
5525 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5526 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5527 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5528 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5529 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5530 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5531 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5532 * configure: Regenerate.
5533 * Makefile.in: Regenerate.
5534
5535 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5536
5537 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5538 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5539 * Makefile.in: Regenerated.
5540
5541 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5542
5543 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5544 (CFLAGS_FOR_TARGET): Use it.
5545 (CXXFLAGS_FOR_TARGET): Likewise.
5546 * Makefile.in: Regenerated.
5547 * configure.in (--with-build-sysroot): New option.
5548 * configure: Regenerated.
5549
5550 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5551
5552 * Makefile.tpl: Wrap install between unstage and stage
5553 * Makefile.in: Regenerate.
5554
5555 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5556
5557 * all files: Update FSF address.
5558
5559 2005-07-14 Jim Blandy <jimb@redhat.com>
5560
5561 * configure.in: Add cases for Renesas m32c.
5562 * configure: Regenerated.
5563
5564 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5565
5566 * COPYING, compile, config-ml.in, config.guess,
5567 config.sub, install-sh, missing, mkinstalldirs,
5568 symlink-tree, ylwrap: Sync from upstream sources.
5569
5570 2005-07-13 Eric Christopher <echristo@redhat.com>
5571
5572 * configure.in: Add toplevel noconfigdir support for tpf.
5573 * configure: Regenerate.
5574
5575 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5576
5577 * Makefile.def (target_modules): Add libssp.
5578 * configure.in (target_libraries): Add target-libssp.
5579 * configure: Rebuilt.
5580 * Makefile.in: Rebuilt.
5581
5582 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5583
5584 PR ada/22340
5585
5586 * Makefile.def: Sync with gcc.
5587 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5588 * Makefile.in: Regenerate.
5589
5590 2005-07-07 Andreas Schwab <schwab@suse.de>
5591
5592 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5593 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5594 * Makefile.in: Regenerated.
5595
5596 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5597
5598 * configure.in: Add --enable-libssp and --disable-libssp.
5599 * configure: Regenerate with autoconf-2.13.
5600
5601 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5602
5603 * configure.in: Don't build sim or rda when targetting darwin.
5604 * configure: Regenerate.
5605
5606 2005-07-04 Ben Elliston <bje@gnu.org>
5607
5608 * src-release (do-proto-toplev): Remove dejagnu bits.
5609 (DEJAGNU_SUPPORT_DIRS): Remove.
5610 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5611 (GDBD_SUPPORT_DIRS): Likewise.
5612 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5613 (INSIGHTD_SUPPORT_DIRS): Likewise.
5614 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5615
5616 2005-06-30 Ben Elliston <bje@gnu.org>
5617
5618 * setup.com (mpw): Remove unused directive.
5619
5620 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5621
5622 * Makefile.def (stagefeedback): Come after profile.
5623 Define profiledbootstrap target.
5624 * Makefile.tpl (profiledbootstrap): Remove.
5625 (stageprofile-end): Zap stagefeedback.
5626 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5627 * Makefile.in: Regenerate.
5628
5629 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5630
5631 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5632 In 'cpp' stanza, support '#line' as well as '# '.
5633
5634 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5635
5636 * configure.in (unsupported_languages): New macro.
5637 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5638 non-ported target libraries in noconfigdirs.
5639 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5640 non-linux-gnu. Remove libgcj_ex_libffi.
5641 <lang_frag loop>: Set add_this_lang=no if the language is in
5642 unsupported_languages.
5643 * configure: Regenerate.
5644
5645 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5646
5647 * configure.in: Fix typo in handling of --with-mpfr-dir.
5648 * configure: Regenerate.
5649
5650 2005-06-02 Jim Blandy <jimb@redhat.com>
5651
5652 * config.sub: Add cases for the Renesas m32c. (This patch has been
5653 accepted into the master sources.)
5654
5655 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5656 Michael Snyder <msnyder@redhat.com>
5657 Stan Cox <scox@redhat.com>
5658
5659 * configure.in: Set noconfigdirs for ms1.
5660
5661 * configure: Regenerate.
5662
5663 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5664
5665 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5666 (Dependencies): Consider target modules for bootstrap dependencies.
5667 Make target bootstrap modules depend on each stage's gcc.
5668 * Makefile.in: Regenerate.
5669
5670 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5671
5672 * Makefile.def (configure-gcc): Depend on binutils having been built.
5673 (all-gcc): No need to do it here.
5674 * Makefile.in: Regenerate.
5675
5676 2005-05-19 Paul Brook <paul@codesourcery.com>
5677
5678 * configure.in: Rewrite misleading error message when requested
5679 language cannot be built.
5680 * configure: Regenerate.
5681
5682 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5683
5684 * ylwrap: Import from Automake 1.9.5.
5685
5686 2005-05-04 Mike Stump <mrs@apple.com>
5687
5688 * configure.in: Always pass --target to target configures as
5689 otherwise rebuilds that do --recheck will fail.
5690 * configure: Rebuilt.
5691
5692 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5693
5694 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5695 STAGE_HOST_EXPORTS.
5696 (configure, all): Add bootstrap support.
5697 (Host modules, target modules): Pass post-stage1 flags and exports.
5698 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5699 * Makefile.in: Regenerate.
5700
5701 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5702
5703 Sync from gcc:
5704
5705 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5706
5707 * config.sub: Update from master copy.
5708
5709 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5710
5711 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5712 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5713 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5714 "*-*-elf" and "*-*-linux*".
5715 * configure: Regenerate.
5716
5717 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5718
5719 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5720 (TARGET_CONFIGARGS): Include --with-target-subdir.
5721 (configure, all): New macros. Use them throughout.
5722
5723 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5724
5725 * Makefile.tpl: Sync with gcc.
5726 * Makefile.in: Regenerate.
5727
5728 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5729
5730 * config/mh-mingw32: Delete.
5731 * configure.in: Don't use it.
5732 * configure: Regenerate.
5733
5734 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5735
5736 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5737 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5738 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5739 (HOST_LIB_PATH): Generate from Makefile.def.
5740 (TARGET_LIB_PATH): Likewise.
5741 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5742 * Makefile.in: Regenerate.
5743 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5744 (RPATH_ENVVAR): Include Darwin case.
5745 * configure: Regenerate.
5746
5747 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5748
5749 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5750 * configure: Regenerate.
5751
5752 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5753
5754 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5755 gcc_version, and gcc_version_trigger from set of flags to pass.
5756 * Makefile.tpl: Remove definitions of above variables.
5757 (config.status): Remove dependency on $(gcc_version_trigger).
5758 * Makefile.in: Regenerate.
5759 * configure.in: Do not reference config/gcc-version.m4 nor
5760 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5761 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5762 * configure: Regenerate.
5763
5764 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5765 Andrew Pinski <pinskia@physics.uc.edu>
5766
5767 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5768 * Makefile.in: Regenerate.
5769
5770 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5771
5772 PR libgcj/20160
5773 * ltmain.sh: Avoid creating archives with components that have
5774 duplicate basenames.
5775
5776 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5777
5778 PR bootstrap/20250
5779 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5780 instead of check.
5781 * Makefile.in: Regenerate.
5782
5783 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5784
5785 Sync from gcc.
5786
5787 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5788
5789 PR bootstrap/17383
5790 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5791 * Makefile.tpl (HOST_SUBDIR): New substitution.
5792 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5793 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5794 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5795 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5796 (Host modules, Bootstrapped modules): Use it.
5797 (Build modules, Target modules): Do not create symlink trees,
5798 always configure out-of-srcdir.
5799 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5800 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5801 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5802 $(HOST_SUBDIR). Create a symlink for host_subdir.
5803
5804 * Makefile.in: Regenerate.
5805 * configure: Regenerate.
5806
5807 Merged from libada-gnattools-branch:
5808 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5809
5810 * Makefile.def: Add gnattools as a module, depending on target-libada.
5811 * Makefile.in: Regenerate.
5812 * configure.in: Include gnattools in host_tools; disable it if ada
5813 is disabled.
5814 * configure: Regenerate.
5815
5816 2005-02-23 Nick Clifton <nickc@redhat.com>
5817
5818 * configure: Regenerate.
5819
5820 2005-02-22 Paul Schlie <schlie@comcast.net>
5821
5822 * configure.in: Allow darwin targeted ports to build tk, itcl and
5823 libgui.
5824
5825 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5826
5827 PR libgcj/10353
5828 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5829 * configure: Regenerate.
5830
5831 2005-02-08 Andrew Cagney <cagney@gnu.org>
5832
5833 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5834 gdb/ section. Update GDB's URL.
5835
5836 2005-01-31 Andrew Cagney <cagney@gnu.org>
5837
5838 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5839
5840 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5841
5842 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5843 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5844 target-libgloss when not *-*-elf and *-*-aout.
5845 * configure: Regenerate.
5846
5847 2005-01-27 Andrew Cagney <cagney@gnu.org>
5848
5849 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5850
5851 2005-01-24 Andrew Cagney <cagney@gnu.org>
5852
5853 * gettext.m4: Only fall back to ../intl/ when it's present.
5854
5855 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5856
5857 * install-sh, config.sub: Import from upstream.
5858
5859 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5860
5861 PR bootstrap/18222
5862 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5863 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5864 * Makefile.in: Regenerate.
5865
5866 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5867
5868 Revert 2004-12-28 Makefile changes, a better fix will be
5869 applied to mainline and src after GCC 4.0 branches.
5870
5871 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5872
5873 PR bootstrap/17383
5874
5875 * Makefile.def (target_modules): Remove stage parameter,
5876 it is always true now.
5877 * Makefile.tpl (configure-build-[+module+],
5878 configure-target-[+module+]): Always build symlink tree
5879 for the directory and for include. BUILD_SUBDIR and
5880 TARGET_SUBDIR cannot be . anymore.
5881 * Makefile.in: Regenerate.
5882
5883 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5884
5885 Revert 2004-12-08 Makefile changes.
5886
5887 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5888
5889 * configure.in (sh64-*-*): Reenable gprof.
5890 * configure: Regenerate.
5891
5892 2004-12-09 Jim Blandy <jimb@redhat.com>
5893
5894 * MAINTAINERS: List 'depcomp' as part of automake.
5895
5896 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5897
5898 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5899 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5900 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5901 * Makefile.in: Regenerate.
5902
5903 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5904
5905 * Makefile.tpl: Generate normal dependencies if the LHS module is
5906 not bootstrapped.
5907 * Makefile.in: Regenerate.
5908
5909 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5910
5911 * configure.in: Include config/gxx-include-dir.m4. Use
5912 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5913 * configure: Regenerate.
5914
5915 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5916
5917 * config.if: Delete.
5918 * configure.in: Set libstdcxx_incdir directly.
5919 * configure: Regenerate.
5920 * MAINTAINERS: Remove mention of config.if.
5921 * src-release (DEVO_SUPPORT): Remove config.if.
5922
5923 2004-12-02 Eric Christopher <echristo@redhat.com>
5924
5925 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5926 of things to remove.
5927 * Makefile.in: Regenerate.
5928
5929 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5930
5931 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5932 * configure: Regenerate.
5933
5934 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5935
5936 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5937 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5938 * configure: Regenerate.
5939
5940 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5941
5942 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5943 (hppa*64*-*-*): Delete incorrect comment.
5944 * configure: Rebuilt.
5945
5946 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5947
5948 * install-sh, compile: Import from automake.
5949
5950 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5951
5952 * config.guess, config.sub: Import from savannnah.
5953
5954 2004-11-12 Mike Stump <mrs@apple.com>
5955
5956 * Makefile.def: Add html support.
5957 * Makefile.tpl: Likewise.
5958 * Makefile.in: Regenerate.
5959
5960 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5961
5962 PR 18423
5963 * configure.in: Remove all instances of build-fixincludes from
5964 noconfigdirs.
5965 (build_configargs): Supply --target to subdirectories.
5966 * configure: Regenerate.
5967
5968 * Makefile.def: Make gcc install depend on fixincludes install.
5969 * Makefile.in: Regenerate.
5970
5971 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5972
5973 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5974 target-libgfortran.
5975 * configure: Regenerate.
5976
5977 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5978
5979 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5980 like CC.
5981
5982 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5983
5984 * Makefile.def (host fixincludes): Specify missing targets.
5985 * Makefile.in: Regenerate.
5986
5987 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5988
5989 PR other/17783
5990 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5991 * configure: Regenerated.
5992
5993 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5994
5995 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5996 * configure: Regenerated.
5997
5998 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5999
6000 PR target/18151
6001 * configure.in (case ${target}): Do not build fixincludes for avr.
6002 * configure: Regenerated.
6003
6004 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6005
6006 * configure.in (case ${target}): Do not build fixincludes
6007 on platforms where it is not used.
6008 * configure: Regenerated.
6009
6010 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6011
6012 * configure.in: Use an absolute path to install-sh.
6013 * configure: Regenerated.
6014
6015 2004-10-19 Andrew Cagney <cagney@gnu.org>
6016
6017 * src-release (do-djunpack, do-md5sum): Install the generated file
6018 directly into the proto-toplev/ directory.
6019
6020 2004-10-19 Andrew Cagney <cagney@gnu.org>
6021
6022 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6023
6024 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6025
6026 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6027 * configure: Regenerate.
6028
6029 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6030
6031 Fix wrong conflict resolution in:
6032
6033 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6034
6035 * Makefile.in: Regenerate.
6036 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6037 in the recursive `make', instead of hardwiring `all'.
6038 (Autogenerated TARGET-* variables): New.
6039
6040 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6041
6042 Merged from GCC / libtool upstream:
6043 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6044 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6045 * ltcf-cxx.sh (tpf*): Likewise.
6046 * ltconfig (tpf*): Add TPF OS configuration support.
6047
6048 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6049
6050 * configure.in: Enable target-libgloss for crx-*-*.
6051 * configure: Regenerate.
6052
6053 2004-09-24 Michael Roth <mroth@nessie.de>
6054
6055 * configure.in (--without-headers): Add missing double quotes.
6056 * configure: Regenerate.
6057
6058 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6059
6060 * ylwrap: Revert to previous version.
6061
6062 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6063
6064 PR bootstrap/17369
6065 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6066 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6067 SET_GCC_LIB_PATH_CMD.
6068 (BASE_TARGET_EXPORTS): Likewise.
6069 * Makefile.in: Regenerated.
6070
6071 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6072 * configure: Regenerated.
6073
6074 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6075
6076 * config.guess: New upstream version
6077 * compile, depcomp, install-sh, ylwrap: Likewise.
6078
6079 2004-09-19 Roger Sayle <roger@eyesopen.com>
6080
6081 * config/mh-x86omitfp: New host makefile fragment. Add
6082 -fomit-frame-pointer to the default BOOT_CFLAGS.
6083 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6084 * configure: Regenerate.
6085
6086 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6087
6088 PR target/11572
6089 * configure.in (*-*-darwin*): Renable libobjc.
6090 * configure: Regenerate.
6091
6092 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6093
6094 * Makefile.def: Remove libbanshee.
6095 * Makefile.tpl: Ditto.
6096 * configure.in: Ditto.
6097 * Makefile.in: Regen.
6098 * configure: Ditto.
6099
6100 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6101
6102 * missing: Import latest version from master repository.
6103
6104 2004-09-04 Nick Clifton <nickc@redhat.com>
6105
6106 * config.sub: Import latest version from master repository.
6107 * config.guess: Likewise.
6108 This includes these changes:
6109
6110 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6111
6112 * config.sub: Handle crisv32, alias etraxfs.
6113 * config.guess (crisv32:Linux:*:*): Handle.
6114
6115 2004-08-13 Brad Smith <brad@comstyle.com>
6116
6117 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6118 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6119
6120 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6121
6122 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6123 assume the processor is a powerpc. This is because coreutils
6124 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6125 in this case, due to a MacOS X bug that causes
6126 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6127 to return a negative number.
6128 Problem reported by Petter Reinholdtsen in:
6129 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6130
6131 2004-07-19 Ben Elliston <bje@gnu.org>
6132
6133 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6134
6135 2004-06-24 Ben Elliston <bje@gnu.org>
6136
6137 * config.guess: Update copyright years.
6138 * config.sub: Likewise.
6139
6140 2004-06-22 Robert Millan <robertmh@gnu.org>
6141
6142 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6143 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6144
6145 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6146
6147 * config.guess (*:*VMS:*:*): New entry. Replaces
6148 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6149 manufacturer.
6150
6151 2004-06-22 Ben Elliston <bje@gnu.org>
6152
6153 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6154 * config.sub: Likewise.
6155
6156 2004-06-22 Ben Elliston <bje@gnu.org>
6157
6158 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6159 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6160
6161 2004-06-11 Ben Elliston <bje@gnu.org>
6162
6163 * config.guess (pegasos:OpenBSD:*:*): Remove.
6164
6165 2004-06-11 Ben Elliston <bje@gnu.org>
6166
6167 From Wouter Verhelst <wouter@grep.be>:
6168 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6169
6170 2004-06-11 Ben Elliston <bje@gnu.org>
6171
6172 * config.guess (luna88k:OpenBSD:*:*): New.
6173
6174 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6175
6176 * config.guess (m32r*:Linux:*:*): New case.
6177 * config.sub: Handle m32rle.
6178
6179 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6180
6181 From Jens Petersen <petersen@redhat.com>:
6182 * config.sub: Handle sparcv8.
6183
6184 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6185
6186 From Tom Smith <smith@cag.lkg.hp.com>:
6187 * config.guess: Version suffixes are equally significant on Tru64
6188 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6189 prefix of "P" (patched kernel).
6190
6191 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6192
6193 * config.sub: Add support for National Semiconductor CRX target.
6194
6195 2004-09-03 Jan Beulich <jbeulich@novell.com>
6196
6197 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6198 *-*-netware, but add target-libmudflap.
6199 Consolidate *-*-netware targets (of which really only i?86 exists)
6200 into a single entry.
6201 * configure: Likewise.
6202
6203 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6204
6205 * Makefile.tpl (sorry): Remove.
6206 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6207 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6208 (do-clean): Clean per-stage directories too.
6209 (do-distclean): Run distclean-stage1 too.
6210 (.NOTPARALLEL): Enable during toplevel bootstrap.
6211 (stage[+id+]-bubble): Enable parallel execution during
6212 the recursive invocation.
6213 * Makefile.in: Regenerate.
6214
6215 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6216
6217 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6218
6219 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6220 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6221 * configure: regenerate
6222 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6223 -mdynamic-no-pic
6224
6225 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6226
6227 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6228 include.
6229 * configure.in: Fix indentation.
6230 * configure: Regenerate.
6231
6232 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6233
6234 * Makefile.def (build_modules): Add fixincludes.
6235 (dependencies): Make gcc depend on fixincludes.
6236 * configure.in (build_tools): Add fixincludes.
6237 (build_configdirs): Always include build_libs.
6238 * Makefile.in: Regenerate.
6239 * configure: Regenerate.
6240
6241 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6242
6243 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6244 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6245 phony targets; do not generate timestamp files.
6246 (distclean-stageN): Remove references to their timestamp files.
6247 (restageN, touch-stageN): Remove.
6248 (stageN-bubble): Rewritten.
6249 (compare): Support lean bootstraps.
6250 * Makefile.in: Regenerate.
6251
6252 * configure.in: Only warn when bootstrapping but
6253 build != host or build != target. Support lean bootstraps.
6254 * configure: Regenerate.
6255
6256 Sync from gcc:
6257 2004-08-26 Phil Edwards <phil@codesourcery.com>
6258
6259 * configure.in: Give a better error message if GMP/MPFR are missing
6260 and a language needing them has been requested.
6261 * configure: Regenerated.
6262
6263 2004-08-25 Phil Edwards <phil@codesourcery.com>
6264
6265 * configure.in: Print a list of available language front-ends if
6266 a requested one is missing. Tidy stray tab characters.
6267 * configure: Regenerated.
6268
6269 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6270
6271 * Makefile.in: Regenerate.
6272 * configure: Regenerate.
6273
6274 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6275 stage_*_flags.
6276 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6277 for bootstrapped modules if toplevel bootstrap is going.
6278 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6279 modules. Adjust for changes in Makefile.def. Enable several
6280 rules even in non-bootstrap mode, just to avoid peppering the
6281 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6282 (stage-[+prev+]-bubble): Remove.
6283
6284 * Makefile.def (Dependencies): Depend on all-build-bison,
6285 all-build-flex, all-build-byacc, all-build-texinfo, rather
6286 than the host variations.
6287 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6288 with BUILD_SUBDIR.
6289 (BISON): Update for recent Bisons.
6290 (YACC): Fix typo.
6291 (cross): Depend on all-build.
6292 (all): Do not depend on all-build.
6293 (prebootstrap): Remove.
6294 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6295 (Prebootstrap dependencies): Add them to the per-stage targets
6296 and to all-prebootstrap.
6297 * configure.in (build_configdirs): Always enable build_tools.
6298 (BUILD_DIR_PREFIX): Remove.
6299
6300 * Makefile.def (gcc): Add target variable.
6301 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6302 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6303 in the recursive `make', instead of hardwiring `all'.
6304 (Autogenerated TARGET-* variables): New.
6305
6306 2004-08-17 Robert Millan <robertmh@gnu.org>
6307
6308 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6309 (instead of FreeBSD).
6310 * configure: Regenerate.
6311
6312 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6313
6314 * Makefile.def, configure.in, src-release: Remove useless, bogus
6315 references to tix.
6316 * Makefile.in, configure: Regenerate.
6317
6318 * src-release: Stop distributing mmalloc with gdb (which doesn't
6319 use it).
6320 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6321 * Makefile.in: Regenerate.
6322
6323 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6324
6325 * configure.in (arm*-*-eabi*): New target.
6326 * configure: Regenerate.
6327
6328 2004-08-01 Robert Millan <robertmh@gnu.org>
6329
6330 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6331 libmudflap for all GNU-based systems (with Glibc).
6332 * configure: Regenerate.
6333
6334 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6335
6336 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6337 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6338 (Dependencies): New section.
6339 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6340 (configure-target-[+module+]): Depend on maybe-all-gcc
6341 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6342 (toplevel profiledbootstrap): Fix dependencies.
6343 * Makefile.in: Regenerate.
6344
6345 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6346
6347 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6348 target-libiberty to noconfigdirs.
6349
6350 2004-08-03 Paul Brook <paul@codesourcery.com>
6351
6352 * configure.in: Check for MPFR as well as GMP.
6353 * configure: Regenerate.
6354
6355 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6356
6357 * Makefile.def (host-modules): Add gcc.
6358 * Makefile.in: Regenerate.
6359 * Makefile.tpl (sorry): New rule.
6360 (configure-host, all-host, [+make_target+]-host, do-check,
6361 install-host): Do not add gcc as a special case.
6362 (host modules): Add a small special-casing for gcc. Export
6363 extra_make_flags through the environment.
6364 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6365 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6366 other recursive targets for gcc): Remove.
6367
6368 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6369 (stage, unstage): New rules.
6370 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6371 distclean-stage[+id+]): Use stage_current.
6372 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6373 the stage*-start rules.
6374
6375 2004-07-19 Robert Millan <robertmh@gnu.org>
6376
6377 Synced from gcc:
6378
6379 2004-04-26 Robert Millan <robertmh@gnu.org>
6380
6381 Add patches from libtool CVS.
6382 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6383 * ltconfig: Likewise.
6384 * ltcf-c.sh: Likewise.
6385 * ltcf-cxx.sh: Likewise.
6386 * ltcf-gcj.sh: Likewise.
6387
6388 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6389
6390 * configure.in: Add noconfigdirs for crx-*-*.
6391 * configure: Regenerate.
6392
6393 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6394
6395 Synced from gcc:
6396
6397 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6398
6399 * configure.in: Build libmudflap by default on FreeBSD.
6400 * configure: Regenerated.
6401
6402 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6403
6404 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6405 systems.
6406 * configure: Regenerated.
6407
6408 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6409
6410 PR target/16344
6411 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6412 feedback based compiler.
6413 * Makefile.in: Rebuilt.
6414
6415 2004-07-05 Phil Edwards <phil@codesourcery.com>
6416
6417 * configure.in: Do not prepend $srcdir to /dev/null in
6418 makefile fragments.
6419 * configure: Regenerate.
6420
6421 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6422
6423 * Makefile.def (host_modules): Set bootstrap=true for flex.
6424 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6425 * Makefile.in: Rebuilt.
6426
6427 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6428
6429 * Makefile.def (build_modules): Add bison, byacc, flex,
6430 m4, texinfo.
6431 (flags_to_pass): Add FLEX.
6432 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6433 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6434 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6435 DEFAULT_MAKEINFO): Remove.
6436 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6437 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6438 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6439 objdir or else use configured tool.
6440 (all-build): New.
6441 (all): Depend on it.
6442 (Build module dependencies): Add.
6443 * Makefile.in: Regenerate.
6444 * configure.in: Better support for multiple build modules,
6445 matching what is done for host/target modules. Do not look
6446 for "plausible" locations of build tools if Canadian cross.
6447 Use autoconf's AC_PROG_CC to find a C compiler. Define
6448 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6449 * configure: Regenerate.
6450
6451 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6452
6453 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6454 * Makefile.in: Regenerate.
6455
6456 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6457
6458 * Makefile.tpl (configure-build-[+module+],
6459 configure-[+module+], configure-target-[+module+]): Pass
6460 [+extra_configure_args+].
6461 (all-build-[+module+], all-[+module+], check-[+module+],
6462 install-[+module+], [+make_target+]-[+module+],
6463 all-target-[+module+], check-target-[+module+],
6464 install-target-[+module+], [+make_target+]-target-[+module+]):
6465 Pass [+extra_make_args+].
6466 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6467 (GCC_HOST_EXPORTS): Remove.
6468 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6469 cross, check-gcc, check-gcc-c++, install-gcc,
6470 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6471 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6472 * Makefile.in: Regenerate.
6473
6474 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6475
6476 * configure.in: Check for srcdir/winsup rather than build directory
6477 winsup.
6478 * configure: Regenerate.
6479
6480 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6481
6482 * configure.in: Don't build Cygwin native newlib if winsup
6483 directory is missing. Emit warning instead.
6484 * configure: Regenerate.
6485
6486 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6487
6488 * Makefile.tpl (touch-stage[+id+]): New.
6489 (restage[+prev+]): Depend on touch-stage[+id+].
6490
6491 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6492 Use it throughout.
6493
6494 * Makefile.def: Add profile and feedback bootstrap stages.
6495 Remove next field from bootstrap stages.
6496 * Makefile.tpl (LN, LN_S): Substitute.
6497 (stageN-start, stageN-end): Use double-colon rules, to
6498 provide a hook for additional setup commands.
6499 (distclean-stageN-gcc, restageN): Create dependencies from
6500 [+prev+], not from [+next+].
6501 (stageN-bubble): Add commands for successive stages from
6502 [+prev+], using double-colon rules.
6503 (all-stageN-gcc): Fix typo.
6504 (stagefeedback-start, profiledbootstrap): New.
6505 * Makefile.in: Regenerate.
6506 * configure.in: Call ACX_PROG_LN.
6507 * configure: Regenerate.
6508
6509 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6510
6511 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6512 without gcc.
6513 * configure: Regenerate.
6514
6515 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6516
6517 * Makefile.tpl: Fix typo.
6518 * Makefile.in: Regenerate.
6519
6520 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6521
6522 * configure.in: Remove new- prefix from toplevel
6523 bootstrap targets.
6524 * configure: Regenerate.
6525
6526 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6527
6528 Merge this patch from the gcc tree:
6529
6530 2004-05-30 Andreas Jaeger <aj@suse.de>
6531 Jim Wilson <wilson@specifixinc.com>
6532
6533 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6534 like CC.
6535
6536 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6537
6538 * Makefile.tpl (all.normal): Rename to all.
6539 (all): Replace with a rule to pick the default
6540 target from configure.
6541 (all-gcc, configure-gcc): Use conditionals to
6542 do nothing when toplevel bootstrap is going on.
6543 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6544 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6545 * configure.in: Support --enable-bootstrap.
6546
6547 * Makefile.def: Remove new- prefix from toplevel
6548 bootstrap targets.
6549 * Makefile.tpl: Likewise.
6550
6551 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6552 target.
6553
6554 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6555 $(RECURSE_FLAGS) to recursive invocation of make.
6556
6557 * Makefile.in: Regenerate.
6558 * configure: Regenerate.
6559
6560 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6561
6562 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6563 * configure: Regenerate.
6564
6565 2004-05-25 Daniel Jacobowitz <drow@false.org>
6566
6567 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6568 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6569 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6570 targets.
6571 * Makefile.in: Regenerate.
6572
6573 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6574
6575 * configure.in: Test the ability to symlink directories.
6576 * configure: Regenerate.
6577
6578 * Makefile.def (bootstrap-stage): New definitions.
6579 * Makefile.tpl (configure-stage1-gcc,
6580 configure-stage2-gcc, configure-stage3-gcc,
6581 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6582 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6583 new-restage3, compare): Autogenerate, see Makefile.in
6584 entry for behavioral changes.
6585 (distclean-stage1, new-stage1-start, new-stage1-end,
6586 new-stage1-bubble, distclean-stage2, new-stage2-start,
6587 new-stage2-end, new-stage2-bubble, distclean-stage3,
6588 new-stage3-start, new-stage3-end): New autogenerated targets.
6589 (objext, prebootstrap, BOOT_CFLAGS,
6590 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6591 targets.
6592
6593 * Makefile.in: Regenerate.
6594 (distclean-stage1, new-stage1-start, new-stage1-end,
6595 new-stage1-bubble, distclean-stage2, new-stage2-start,
6596 new-stage2-end, new-stage2-bubble, distclean-stage3,
6597 new-stage3-start, new-stage3-end): New targets.
6598 (all-stage1-gcc): Move prebootstrap dependency from here...
6599 (configure-stage1-gcc): ...to here.
6600 (new-bootstrap): Use bubble targets.
6601 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6602 Use per-stage distclean targets.
6603 (configure-stage1-gcc, configure-stage2-gcc,
6604 configure-stage3-gcc, all-stage1-gcc,
6605 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6606 Use new-stageN-start to prepare the tree.
6607
6608 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6609
6610 * Makefile.def (host_modules): add libcpp.
6611 * Makefile.tpl: Add dependencies on and for libcpp.
6612 * Makefile.in: Regenerate.
6613 * configure.in: Add libcpp host module.
6614 * configure: Regenerate.
6615
6616 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6617
6618 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6619 of libf2c.
6620 * configure, Makefile.in: Regenerate.
6621
6622 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6623
6624 Merge from tree-ssa-20020619-branch.
6625
6626 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6627 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6628 (HOST_GMPLIBS): Define.
6629 (HOST_GMPINC): Define.
6630 (TARGET_LIB_PATH): Add libmudflap.
6631 (GFORTRAN_FOR_TARGET): Define.
6632 (configure-build*): Export GFORTRAN.
6633 (configure-gcc): Export GMPLIBS and GMPINC.
6634 (all-gcc): Add maybe-all-libbanshee.
6635 (configure-target-libgfortran): Define.
6636 * Makefile.in: Regenerate.
6637 * configure.in (host_libs): Add libbanshee.
6638 (target_libraries): Add target-libmudflap and target-libgfortran.
6639 Add --with-libbanshee.
6640 Handle --disable-libmudflap.
6641 (*-*-freebsd*): Use with_gmp.
6642 Add $(libgcj) to noconfigdirs.
6643 * configure: Regenerate.
6644 * depcomp: New file.
6645 * MAINTAINERS: Add tree-ssa maintainers.
6646
6647 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6648
6649 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6650 * configure: Regenerate.
6651
6652 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6653
6654 Revert:
6655 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6656
6657 * Makefile.def (flags_to_pass): Remove *dir variables that
6658 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6659 as well as prefix and exec_prefix.
6660 * Makefile.in: Regenerate.
6661
6662 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6663
6664 * Makefile.def (host_modules): Mark with the bootstrap
6665 flag packages on which gcc depends.
6666 * Makefile.tpl (all-bootstrap): Use it.
6667 * Makefile.in: Regenerate.
6668
6669 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6670
6671 * Makefile.def (flags_to_pass): Remove *dir variables that
6672 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6673 as well as prefix and exec_prefix.
6674 * Makefile.in: Regenerate.
6675
6676 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6677
6678 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6679 * configure: Regenerate.
6680 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6681 * gcc/Makefile.tpl (compare): Use the result of the test.
6682 * gcc/Makefile.in: Regenerate.
6683
6684 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6685
6686 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6687 Always relocate gcc and prev-gcc to the original names, even
6688 if the build fails.
6689 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6690 New targets.
6691
6692 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6693
6694 * configure.in (mips*-*-irix5*): Enable ld.
6695 * configure: Regenerate.
6696
6697 2004-04-15 James E Wilson <wilson@specifixinc.com>
6698
6699 * Makefile.tpl (configure-[+module+], configure-gcc,
6700 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6701 Set and export LDFLAGS.
6702 * Makefile.in: Regenerate.
6703
6704 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6705
6706 PR bootstrap/14871
6707 * Makefile.tpl: If we don't have built-in-tree target tools,
6708 use the ones found by configure rather than hacking around with
6709 program_transform_name.
6710 * configure.in: Give Makefile.tpl the information necessary
6711 to do that.
6712 * Makefile.in: Regenerate.
6713 * configure: Regenerate.
6714
6715 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6716
6717 PR bootstrap/14760
6718 * configure.in: When computing baseargs, strip *all* copies of
6719 offending options. Also, don't match/substitute the trailing space,
6720 so that this actually works when two similar options are separated by
6721 only one space.
6722 * configure: Regenerate.
6723
6724 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6725
6726 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6727 (rs6000-*-aix*): Same.
6728 * configure: Regenerate.
6729
6730 2004-03-25 Stan Shebs <shebs@apple.com>
6731
6732 Remove MPW support, no longer used.
6733 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6734 mpw-install: Remove files.
6735 * src-release (DEVO_SUPPORT): Remove names of removed files.
6736 * MAINTAINERS: Likewise.
6737
6738 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6739
6740 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6741 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6742 * Makefile.in: Regenerate.
6743
6744 * configure.in (top level bootstrap support): Rework --enable-werror
6745 to set @stage2_werror_flag@.
6746 * configure: Regenerate.
6747 * Makefile.tpl (top level bootstrap support): Pass
6748 @stage2_werror_flag@ down to configure in stages 2 and 3.
6749 * Makefile.in: Regenerate.
6750
6751 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6752
6753 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6754 for stages 2 and 3 as well as in make. As a consequence, remove
6755 OUTPUT_OPTION (now detected by configure) from the flags passed down
6756 to make.
6757 * Makefile.in: Regenerate.
6758
6759 * Makefile.tpl (new-bootstrap): Fix typo.
6760 * Makefile.in: Regenerate.
6761
6762 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6763
6764 * Makefile.tpl: Rearrange by moving recursive_targets rules
6765 into their proper sections.
6766 * Makefile.tpl (top level bootstrap support): Move disabling
6767 of coverage flags from 'make' to 'configure'; improve comments.
6768 * Makefile.in: Regenerate.
6769
6770 * Makefile.tpl (experimental top level bootstrap) Move stage1
6771 language setting from all- target to configure- target; disable
6772 intermodule optimization in stage 1; prevent gratuitous rebuilds
6773 of stage 1.
6774 * Makefile.in: Regenerate.
6775 * configure.in: Comma-separate stage 1 language list for top
6776 level bootstrap.
6777 * configure: Regenerate.
6778
6779 * Makefile.tpl: Clean up experimental top level bootstrap support:
6780 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6781 prev-gcc in configure- targets as well as all- targets.
6782 * Makefile.in: Regenerate.
6783
6784 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6785
6786 * configure.in: Remove symbolic link section.
6787 * configure: Regenerate.
6788 * Makefile.tpl (links): Remove.
6789 * Makefile.in: Regenerate.
6790
6791 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6792 Nathanael Nerode <neroden@gcc.gnu.org>
6793
6794 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6795 Set with AC_CHECK_PROGS.
6796 * configure.in: Fix comment typo from last patch.
6797 * configure: Regenerate.
6798
6799 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6800
6801 * Makefile.tpl: Introduce experimental top level bootstrap support.
6802 * Makefile.in: Regenerate.
6803 * configure.in: Introduce support for top level bootstrap.
6804 * configure: Regenerate.
6805
6806 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6807 Paolo Bonzini <bonzini@gnu.org>
6808
6809 PR bootstrap/14522
6810 * configure.in: Cope with shells that do not support unquoted ^
6811 * configure: Regenerate.
6812
6813 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6814 Paolo Bonzini <bonzini@gnu.org>
6815
6816 PR bootstrap/14522
6817 * configure.in: Cope with shell that do not support nesting
6818 quotes inside quoted backquote substitutions.
6819 * configure: Regenerate.
6820
6821 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6822
6823 PR bootstrap/14522
6824 * configure.in: Fix escaping of $.
6825 * configure: Regenerate.
6826
6827 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6828
6829 * configure: Regenerate.
6830
6831 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6832
6833 PR ada/14131
6834 Move language detection to the top level.
6835 * configure.in: Find default values for the tools as
6836 soon as possible. Disable ada if GNAT is not found.
6837 Emit error message about missing languages. Expand
6838 --enable-languages=all for the gcc subdirectory.
6839
6840 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6841
6842 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6843 and disable libgcj.
6844 * configure: Regenerated.
6845
6846 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6847
6848 PR bootstrap/7087
6849 * Makefile.tpl: Guard XFOO sed statements better.
6850 * Makefile.tpl: Add dependency for configure-target-libada.
6851 * Makefile.in: Regenerate (incidentally fixes broken
6852 commit when libada-branch was merged).
6853
6854 2004-02-28 Andrew Cagney <cagney@redhat.com>
6855
6856 * src-release (CVS_NAMES): Define.
6857 (do-tar, do-tar): Prune $(CVS_NAMES).
6858
6859 2004-02-23 Andrew Cagney <cagney@redhat.com>
6860
6861 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6862 2004-02-19.09.
6863
6864 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6865
6866 PR bootstrap/11932
6867 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6868
6869 2004-02-19 Andrew Cagney <cagney@redhat.com>
6870
6871 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6872 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6873
6874 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6875
6876 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6877 (rs6000-*-aix*): Same.
6878 * configure: Regenerate.
6879
6880 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6881
6882 * configure.in (host): Add in missing $noconfigdirs to defines.
6883 * configure: Regenerate.
6884
6885 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6886 Nathanael Nerode <neroden@gcc.gnu.org>
6887
6888 PR ada/6637, PR ada/5911
6889 Merge with libada-branch:
6890 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6891 with appropriate dependencies. Add --enable-libada configure switch.
6892 * configure, Makefile.in: Regenerate.
6893
6894 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6895
6896 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6897 * configure: Regenerate.
6898
6899 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6900
6901 * COPYING.NEWLIB: Update Red Hat license to 2004.
6902
6903 2004-01-23 DJ Delorie <dj@redhat.com>
6904
6905 * Makefile.def (target_modules) [libiberty]: Don't stage.
6906 * Makefile.in: Rebuilt.
6907
6908 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6909
6910 * COPYING.NEWLIB: Update to include copyrights for new
6911 iconv code.
6912
6913 2004-01-15 Andrew Cagney <cagney@redhat.com>
6914
6915 * src-release: Update copyright year.
6916 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6917 (NEWLIB_SUPPORT_DIRS): Delete macro.
6918 (newlib.tar.bz2): Delete rule.
6919
6920 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6921
6922 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6923 * Makefile.tpl (configure-target-[+module+]): Support stage.
6924 * Makefile.in: Rebuilt.
6925
6926 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6927
6928 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6929 throughout.
6930
6931 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6932
6933 * configure.in: Use ./config.cache, not config.cache.
6934 * configure: Regenerate.
6935 * Makefile.tpl: Special-casing not needed for GCC any more.
6936 * Makefile.in: Regenerate.
6937
6938 * configure.in: Don't share a cache file for host dirs.
6939 * configure: Regenerate.
6940
6941 * config-ml.in: Don't mess with the cache file.
6942
6943 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6944
6945 * Makefile.tpl: Make GCC use a separate config.cache.
6946 * Makefile.in: Regenerate.
6947
6948 PR bootstrap/11932, PR bootstrap/11933
6949 (I don't know if it will fix either of them, but it relates
6950 to them.)
6951 * configure.in: Don't use shared config.cache for target
6952 directories.
6953 * configure: Regenerate.
6954
6955 2003-12-31 Roger Sayle <roger@eyesopen.com>
6956
6957 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6958 * configure: Regenerated.
6959
6960 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6961
6962 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6963 * configure: Regenerated.
6964
6965 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6966
6967 Port change over from GCC:
6968 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6969 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6970 (configure-build-[+module+], configure-[+module+]): Likewise.
6971 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6972 * Makefile.in: Regenerate.
6973
6974 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6975
6976 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6977 * configure: Regenerate.
6978
6979 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6980
6981 * COPYING.NEWLIB: Add license info for long long routines added to
6982 stdlib.
6983
6984 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6985
6986 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6987 * Makefile.in: Regenerate.
6988
6989 2003-10-20 Phil Edwards <phil@codesourcery.com>
6990
6991 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6992 * configure: Regenerate.
6993
6994 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6995
6996 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6997 HOST_FLAGS_TO_PASS.
6998 * Makefile.in: Regenerate.
6999
7000 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7001
7002 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7003 * configure: Rebuilt
7004 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7005 * Makefile.in: Rebuilt
7006
7007 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7008
7009 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7010
7011 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7012
7013 * config-ml.in: Use ac_configure_args directly instead of
7014 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7015 actually seen.
7016
7017 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7018
7019 * config-ml.in: Propagate INSTALL variables.
7020
7021 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7022
7023 * configure.in: Pass a computed --program-transform-name
7024 to subconfigures.
7025 * configure: Regenerated.
7026
7027 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7028
7029 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7030 * Makefile.in: Regenerate.
7031
7032 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7033 * Makefile.in: Regenerate.
7034
7035 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7036
7037 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7038 quoting.
7039 * configure: Regenerated.
7040
7041 2003-09-12 Michael Chastain <mec@shout.net>
7042
7043 Fix PR gdb/857.
7044 * src-release (do-proto-topleve): Remove junk files
7045 intl/config.cache, intl/config.status,
7046 intl/config.h, intl/stamp-h.
7047
7048 2003-09-14 Andrew Cagney <cagney@redhat.com>
7049
7050 * src-release (dejagnu.tar): New target.
7051 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7052 (do-djunpack): Use $(PACKAGE) for the package name.
7053
7054 2003-09-04 DJ Delorie <dj@redhat.com>
7055
7056 * configure: Regenerate.
7057
7058 2003-09-04 Robert Millan <robertmh@gnu.org>
7059
7060 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7061
7062 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7063
7064 * configure.in: Ensure arguments to sed are properly spaced.
7065 * configure: Regenerate.
7066
7067 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7068
7069 Merge from gcc:
7070 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7071 * install-sh: Update to newer upstream versions (associated with
7072 aclocal 1.7).
7073 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7074
7075 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7076
7077 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7078 * configure: Regenerated.
7079
7080 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7081
7082 * configure.in: Use newline instead of semicolon when assuming
7083 shell arguments in a for loop.
7084 * configure: Regenerated.
7085
7086 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7087
7088 PR 8180
7089 * configure.in: When testing with_libs and with_headers, treat
7090 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7091 * configure: Regenerate.
7092
7093 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7094 make, shell, etc.
7095 (baseargs): Likewise.
7096 * configure: Regenerate.
7097
7098 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7099
7100 * configure.in: Disable libgcj for darwin not on powerpc.
7101 * configure: Rebuild.
7102
7103 2003-08-15 Michael Chastain <mec@shout.net>
7104
7105 * src-release (do-proto-toplev): Remove junk files
7106 dejagnu/example/calc/config.status,
7107 dejagnu/example/calc/config.log.
7108
7109 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7110
7111 * config-ml.in, symlink-tree: Add license.
7112
7113 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7114
7115 Merge from gcc:
7116
7117 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7118 * Makefile.tpl (check, check-c++): Express dependencies using
7119 dependencies rather than commands.
7120 * Makefile.in: Regenerate.
7121
7122 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7123 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7124 * Makefile.in: Update.
7125
7126 2003-08-01 Andrew Cagney <cagney@redhat.com>
7127
7128 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7129 * configure: Ditto.
7130
7131 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7132
7133 * configure.in: Enable libgcj for darwin.
7134 * configure: Rebuild.
7135
7136 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7137
7138 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7139
7140 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7141
7142 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7143 creating target and build subdirs to build all parent dirs as needed.
7144 * Makefile.in: Rebuild.
7145 * configure.in: Don't build dirs explicitly here.
7146 * configure: Rebuild.
7147
7148 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7149
7150 * Makefile.tpl (all-make): Depend on intl.
7151 * Makefile.in: Rebuilt.
7152
7153 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7154
7155 * config.if: Remove unused libc_interface determination.
7156
7157 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7158
7159 * Makefile.in: Regenerate, correctly this time.
7160
7161 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7162
7163 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7164 unused INSTALL_PROGRAM_ARGS.
7165 * configure.in: Use AC_PROG_INSTALL.
7166 * Makefile.in: Regenerate.
7167 * configure: Regenerate.
7168
7169 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7170
7171 * configure: Rebuilt.
7172 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7173 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7174 newlib nor libgloss.
7175 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7176 * configure.in (am33_2.0-*-linux*): Added.
7177
7178 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7179
7180 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7181 * configure: Regenerate.
7182
7183 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7184
7185 * config-ml.in: Replace PWD with PWD_COMMAND.
7186 * Makefile.tpl: Likewise.
7187 * Makefile.in: Regenerated.
7188
7189 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7190
7191 * configure.in: Clean up config-lang.in handling. Delete
7192 useless assignment to "subdirs".
7193 * configure: Regenerate.
7194
7195 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7196
7197 * configure.in: Rename 'target_libs' to 'target_libraries'.
7198 Remove useless reference to 'target_libs'.
7199 * configure: Regenerate.
7200
7201 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7202
7203 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7204 * Makefile.in: Regenerate.
7205
7206 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7207
7208 * Makefile.def: Introduce flags_to_pass.
7209 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7210 * Makefile.in: Regenerate.
7211
7212 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7213
7214 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7215 and target-libgloss.
7216 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7217 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7218 * configure: Regenerate.
7219
7220 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7221
7222 * configure.in: Update testsuite_flags to new location.
7223 * configure. Regenerate.
7224
7225 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7226
7227 * Makefile.tpl: Remove BUILD_CC stuff.
7228 * Makefile.in: Regenerate.
7229
7230 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7231
7232 * config.guess: Update to 2003-06-12 version.
7233 * config.sub: Update to 2003-06-13 version.
7234
7235 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7236
7237 * MAINTAINERS: Add myself as MIPS co-maintainer.
7238
7239 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7240
7241 * config.guess: Update to 2003-06-06 version.
7242 * config.sub: Update to 2003-06-06 version.
7243
7244 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7245
7246 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7247 * configure. Regenerate.
7248
7249 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7250
7251 * configure.in: Disable serial configure by default.
7252 * configure: Regenerate.
7253 * Makefile.tpl: Abolish .NOTPARALLEL.
7254 * Makefile.in: Regenerate.
7255
7256 * Makefile.tpl: Replace {build,host,target}_canonical by
7257 {build,host,target}.
7258 * Makefile.in: Regenerate.
7259
7260 * Makefile.tpl: Fix stupid pasto.
7261 * Makefile.in: Regenerate.
7262
7263 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7264
7265 * Makefile.tpl: Remove bogus conditional.
7266 * Makefile.in: Regenerate.
7267
7268 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7269
7270 * Makefile.tpl: Make 'recursive targets' using autogen rather
7271 than shell loop. Remove duplicate 'clean' targets and false
7272 comments.
7273 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7274 Add systematic method of specifying missing targets in subdirs.
7275 Add copyright boilerplate.
7276 * Makefile.in: Regenerate.
7277 * configure.in: Add 'recursive targets' to maybe list.
7278 * configure: Regenerate.
7279
7280 * Makefile.tpl: Rename [+target+] to [+make_target+].
7281 * Makefile.def: Rename 'target' to 'make_target'.
7282
7283 2003-05-30 Nick Clifton <nickc@redhat.com>
7284
7285 * README-maintainer-mode: Update URL for locating blessed config
7286 tools.
7287
7288 2003-05-29 Robert Millan <rmh@debian.org>
7289
7290 * ltconfig: Import this patch and modify for use with current
7291 version of ltconfig:
7292
7293 2003-05-21 Bruno Haible <bruno@clisp.org>
7294
7295 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7296 GNU/FreeBSD.
7297
7298 2003-05-28 DJ Delorie <dj@redhat.com>
7299
7300 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7301 * Makefile.in: Regenerate.
7302
7303 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7304
7305 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7306
7307 2003-05-21 DJ Delorie <dj@redhat.com>
7308
7309 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7310 newlib or libgloss.
7311 * Makefile.in: Regenerate.
7312
7313 2003-05-21 DJ Delorie <dj@redhat.com>
7314
7315 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7316 * Makefile.in: Regenerate.
7317
7318 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7319
7320 * configure.in: Use curly braces in the definition of tooldir.
7321 * configure: Regenerate.
7322
7323 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7324
7325 * configure.in: Switch more things to use maybe dependencies.
7326 * Makefile.tpl: Switch more things to use maybe dependencies.
7327 Factor out common code from autogen IF statements.
7328 * configure: Regenerate.
7329 * Makefile.in: Regenerate.
7330
7331 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7332
7333 * configure.in: Accept i[3456789]86 for machine type.
7334 * configure: Regenerate.
7335
7336 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7337
7338 * configure.in: Switch more things to use maybe dependencies.
7339 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7340 * configure: Regenerate.
7341 * Makefile.tpl: Switch more things to use maybe dependencies.
7342 * Makefile.in: Regenerate.
7343
7344 2003-05-16 Andreas Schwab <schwab@suse.de>
7345
7346 * Makefile.tpl (install-opcodes): Define.
7347 * Makefile.in: Rebuild.
7348
7349 2003-05-13 Andreas Jaeger <aj@suse.de>
7350
7351 * config.guess: Update to 2003-05-09 version.
7352 * config.sub: Update to 2003-05-09 version.
7353
7354 2003-05-13 Michael Eager <eager@mvista.com>
7355
7356 * configure.in: Correct sed script so that options in quotes are not
7357 deleted.
7358 * configure: Rebuild.
7359
7360 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7361
7362 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7363 and $$s/newlib/libc/sys/cygwin32 include paths.
7364 * configure: Ditto.
7365
7366 2003-05-05 H.J. Lu <hjl@gnu.org>
7367
7368 * config-ml.in: Restored from gcc repository.
7369
7370 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7371
7372 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7373 * Makefile.in: Regenerate.
7374
7375 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7376
7377 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7378 and Makefile.def.
7379
7380 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7381
7382 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7383 * Makefile.in: Regenerated.
7384
7385 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7386
7387 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7388 * Makefile.in: Regenerate.
7389
7390 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7391
7392 * configure.in (powerpc64*-*-linux*): Remove.
7393 * configure: Rebuilt.
7394
7395 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7396
7397 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7398 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7399 and restrap.
7400 * Makefile.in: Regenerate.
7401
7402 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7403
7404 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7405 * configure: Regenerated.
7406
7407 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7408
7409 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7410 * */configure: Rebuilt.
7411
7412 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7413
7414 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7415 * Makefile.in: Regenerate.
7416
7417 2003-03-14 Michael Chastain <mec@shout.net>
7418
7419 * Makefile.in: Regenerate with correct Makefile.def.
7420
7421 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7422
7423 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7424 Make macro.
7425 * Makefile.in: Regenerate.
7426 * configure.in: Clean up gxx_include_dir logic.
7427 * configure: Regenerate.
7428
7429 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7430
7431 * configure.in (gxx_include_dir): Fix typo.
7432 * configure: Regenerated.
7433
7434 2003-03-06 Andrew Cagney <cagney@redhat.com>
7435
7436 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7437
7438 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7439
7440 * configure.in: Include $(build_tooldir)/sys-include in
7441 FLAGS_FOR_TARGET.
7442 * configure: Regenerated.
7443
7444 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7445
7446 * Makefile.tpl: Reindent.
7447 * Makefile.in: Regenerate.
7448 * configure.in: Reindent. Don't set unused variables.
7449 * configure: Regenerate.
7450
7451 * Makefile.tpl: Always pass down RANLIB.
7452 * Makefile.in: Regenerate.
7453
7454 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7455 * Makefile.in: Regenerate.
7456 * configure.in: Remove unused logic relating to --enable-shared
7457 and --enable-threads. Remove bogus comments. Remove redundant
7458 noconfigdirs.
7459 * configure: Regenerate.
7460
7461 * configure.in: Replace ${libstdcxx_version} by its value.
7462 Remove reference to mh-dgux.
7463 * configure: Regenerate.
7464
7465 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7466
7467 * Makefile.tpl: Rearrange.
7468 * Makefile.in: Regenerate.
7469
7470 2003-02-25 Nick Clifton <nickc@redhat.com>
7471
7472 * configure: Remove site-file supprot - it is obsolete.
7473
7474 2003-02-24 Uwe Stieber <uwe@wwws.de>
7475
7476 * configure.in: Add support for kaOS as cross build target system.
7477 * configure: Regenerated.
7478
7479 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7480
7481 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7482 configure-target-* as some target builds may require additional
7483 flags for preprocessor tests.
7484 * Makefile.in: Regenerated.
7485
7486 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7487
7488 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7489 * ltconfig: Handle it.
7490 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7491 auto-detecting it.
7492
7493 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7494
7495 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7496 it is used as argument to $CC.
7497 * ltcf-gcj.sh: Likewise.
7498
7499 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7500
7501 * configure.in: Introduce --enable-maintainer-mode.
7502 * configure: Rebuilt.
7503 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7504 for maintainer mode.
7505 * Makefile.in: Rebuilt.
7506
7507 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7508
7509 * configure: Regenerate using autoconf 2.13.
7510
7511 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7512
7513 * config.guess: Import latest version.
7514 * config.sub: Import latest version.
7515
7516 2003-02-18 Jason Merrill <jason@redhat.com>
7517
7518 * Makefile.tpl (check-c++): Allow parallelism.
7519
7520 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7521
7522 * configure: Regenerate using autoconf 000227.
7523
7524 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7525
7526 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7527 don't configure target-libobjc.
7528 * configure: Regenerate.
7529
7530 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7531
7532 * Makefile.tpl (RANLIB): Define.
7533 * Makefile.in: Regenerate.
7534
7535 2003-02-06 Keith R Seitz <keiths@redhat.com>
7536
7537 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7538 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7539 * Makefile.in: Regenerated.
7540 * configure.in: Remove all traces of snavigator, db, and grep.
7541 * configure: Regenerated.
7542
7543 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7544
7545 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7546 * Makefile.in: Regenerated.
7547
7548 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7549
7550 * config.if: Copy from GCC.
7551
7552 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7553
7554 * configure.in: Revert 24Jan change.
7555 * configure: Regenerate.
7556
7557 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7558
7559 * configure.in: Revert previous change.
7560 * configure: Regenerate.
7561
7562 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7563
7564 * configure.in: Make rda native-only.
7565 * configure: Regenerate.
7566
7567 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7568
7569 * configure.in: Add missing \.
7570 * configure: Rebuilt.
7571
7572 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7573
7574 * configure.in (baseargs): Avoid using \| in sed regular
7575 expressions.
7576 * configure: Rebuilt.
7577
7578 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7579
7580 * configure.in (baseargs): Remove all supported forms of
7581 --cache-file, --srcdir, --host, --build and --target options
7582 from argument lists.
7583 * configure: Rebuilt.
7584
7585 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7586
7587 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7588 * configure: Rebuilt.
7589
7590 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7591
7592 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7593 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7594 * Makefile.in: Regenerate.
7595 * configure: Regenerate.
7596
7597 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7598
7599 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7600 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7601 * Makefile.in: Regenerate.
7602
7603 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7604
7605 * configure.in: Remove Makefile in build, host and target modules
7606 unless configure was run with --no-recursion.
7607 * configure: Rebuilt.
7608
7609 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7610
7611 * config.guess: Update to 2003-01-03 version.
7612 * config.sub: Update to 2003-01-03 version.
7613
7614 2003-01-07 Christopher Faylor <cgf@redhat.com>
7615
7616 * configure: Regenerate with proper autoconf 2.13.
7617
7618 2003-01-07 Christopher Faylor <cgf@redhat.com>
7619
7620 * configure.in: Add AC_PREREQ for consistency.
7621 * configure: Regenerate.
7622
7623 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7624
7625 * configure.in (GDB_TK): Add tcl directories conditional on
7626 gdb/gdbtk directory being present.
7627 * configure: Regenerate.
7628
7629 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7630
7631 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7632 by gcc if LD is not defined and we are not doing a Canadian Cross.
7633 * configure: Rebuilt.
7634
7635 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7636
7637 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7638
7639 2002-12-31 Tom Tromey <tromey@redhat.com>
7640
7641 * Makefile.in: Rebuilt.
7642 * Makefile.def (target_modules) [libffi]: Allow installation.
7643
7644 2002-12-31 Andreas Schwab <schwab@suse.de>
7645
7646 * configure.in: Fix use of $program_transform_name.
7647 * configure: Regenerated.
7648
7649 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7650
7651 * configure.in (baseargs): Don't remove first configure argument.
7652 * configure: Regenerated.
7653
7654 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7655
7656 * Makefile.tpl (local-distclean): Don't remove...
7657 (multilib.ts): ... this. Moved into...
7658 (multilib.out): ... this. Don't use sub-make.
7659 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7660 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7661 (configure-build-[+module+], configure-[+module+],
7662 configure-target-[+module+], configure-gcc): ... these. Test
7663 for Makefile existence. Drop config.status from dependencies.
7664 * Makefile.in: Rebuilt.
7665 * configure.in: Move gcc-version-trigger to the end of
7666 ac_configure_args. Add comments to maybedep.tmp and
7667 serdep.tmp. Introduce --disable-serial-configure. Remove
7668 nonopt from baseargs, matching and removing corresponding
7669 whitespace while at it.
7670 * configure: Rebuilt.
7671
7672 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7673
7674 * configure.in (host_configargs): Replace reference to
7675 no-longer-defined buildopts with --build=${build_alias}.
7676 * configure: Rebuilt.
7677
7678 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7679
7680 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7681 program_transform_name to standard idiom.
7682 (AUTOGEN, AUTOCONF): Define.
7683 (Makefile.in): Use $(AUTOGEN).
7684 (Makefile): Depend on config.status, and use autoconf-style rule to
7685 build it. Move original commands to...
7686 (config.status): ... this new target.
7687 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7688 $(AUTOCONF).
7689 * Makefile.in: Rebuilt.
7690
7691 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7692
7693 * Makefile.tpl: Fix dramatic bustage due to change in
7694 program_transform_name.
7695 * Makefile.in: Regenerate.
7696
7697 * configure.in: Remove unnecessary PATH setting.
7698 * configure: Regnerate.
7699
7700 * configure.in: Don't default to unprefixed tools unless
7701 the native tools will work.
7702 * configure: Regenerate.
7703
7704 * configure.in: Convert to autoconf script. Blow away lots
7705 of now-redundant Makefile fragments.
7706 * configure: Generate using Autoconf.
7707 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7708 * Makefile.in: Regenerate.
7709
7710 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7711
7712 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7713 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7714
7715 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7716 where they belong.
7717
7718 2002-12-24 Andreas Schwab <schwab@suse.de>
7719
7720 * Makefile.tpl (multilib.out): Fix missing space.
7721 * Makefile.in: Regenerate.
7722
7723 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7724
7725 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7726 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7727 * Makefile.in: Regenerate.
7728 * configure.in: Remove unnecessary leftovers.
7729
7730 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7731
7732 * configure.in (extra_ranlibflags_for_target): New variable.
7733 (*-*-darwin): Add -c to ranlib commands.
7734 * configure (tooldir): Handle extra_ranlibflags_for_target.
7735
7736 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7737
7738 * COPYING.NEWLIB: Updated.
7739 * COPYING.LIBGLOSS: Ditto.
7740
7741 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7742
7743 * Makefile.tpl: Revert HJL's change.
7744 * Makefile.in: Regenerated.
7745 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7746 always.
7747
7748 2002-12-19 Andreas Schwab <schwab@suse.de>
7749
7750 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7751 * Makefile.in: Regenerate.
7752
7753 2002-12-18 H.J. Lu <hjl@gnu.org>
7754
7755 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7756 * Makefile.in: Regenerated.
7757
7758 * configure.in (build_prefix): New. Substitute.
7759
7760 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7761
7762 * Makefile.tpl: Don't let real targets depend on phony targets.
7763 * Makefile.in: Regenerate.
7764
7765 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7766 * Makefile.in: Regenerate.
7767
7768 2002-12-16 Jason Merrill <jason@redhat.com>
7769
7770 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7771 previous 'make bootstrap'.
7772 * Makefile.in: Regenerate.
7773
7774 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7775
7776 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7777
7778 2002-12-13 Jason Merrill <jason@redhat.com>
7779
7780 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7781 library tests.
7782 (check-c++): Just depend on it and check-target-libstdc++-v3.
7783 * Makefile.in: Regenerate.
7784
7785 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7786
7787 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7788 * Makefile.in: Regenerate.
7789
7790 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7791
7792 * COPYING.NEWLIB: Update list of alternate Regent of California
7793 licenses and discuss official revoking of advertising clause.
7794 * COPYING.LIBGLOSS: Ditto.
7795
7796 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7797
7798 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7799 * Makefile.in: Rebuilt.
7800
7801 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7802
7803 * configure: Fix bug put in by gremlins.
7804
7805 * Makefile.tpl: Substitute more autoconfily.
7806 * configure: Substitute more autoconfily.
7807 * Makefile.in: Regenerate.
7808
7809 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7810
7811 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7812 * Makefile.in (all-sim): Ditto.
7813
7814 2002-12-06 DJ Delorie <dj@redhat.com>
7815
7816 * Makefile.tpl: Change configure dependencies to not have real
7817 targets depend on phony targets.
7818
7819 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7820
7821 * configure.in: Revert unintentional change.
7822
7823 * src-release: Configure host subdirs.
7824
7825 * Makefile.tpl: Change dependency for */multilib.out so that
7826 it works when gcc isn't in the tree.
7827
7828 * configure.in: Substitute more.
7829 * configure: Run subconfigures from the Makefile.
7830 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7831 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7832
7833 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7834
7835 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7836 and corresponding dependencies.
7837 * Makefile.in: Regenerate.
7838
7839 * configure.in (host_tools): Order binutils, gas and ld for
7840 convenience in running the testsuites.
7841
7842 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7843 * Makefile.in: Regenerate.
7844 * configure.in: Introduce rules to serialize subconfigure runs.
7845
7846 * configure.in: Introduce BASE_CC_FOR_TARGET.
7847 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7848 Realize configure-build-* targets. Realize configure-target-* targets.
7849 * Makefile.in: Regenerate.
7850
7851 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7852
7853 * configure: Move gcc_version_trigger stuff from here...
7854 * configure.in: ...to here.
7855
7856 * configure.in: Separate subconfigure options added by this file from
7857 options given by the user. Add machinery to put args for host
7858 subconfigures into the Makefile.
7859
7860 * Makefile.tpl: Remove 'vault' targets.
7861 * Makefile.tpl: Reorder and comment dependencies.
7862 * Makefile.in: Regenerate.
7863
7864 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7865
7866 * configure.in: Move host-specific darwin noconfigdirs into
7867 the host-specific section.
7868
7869 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7870
7871 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7872 during replay.
7873 * Makefile.in: Regenerate.
7874
7875 (finishing slow-motion replay)
7876 * configure: Remove skip-this-dir support.
7877 * Makefile.tpl: Remove skip-this-dir support.
7878
7879 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7880 subdirectories.
7881 * Makefile.in: Regenerate.
7882
7883 * Makefile.tpl: Strip out useless setting of 'dir'.
7884 * Makefile.in: Regenerate.
7885
7886 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7887
7888 (finishing slow-motion replay)
7889 * configure.in: Fix deeply stupid bug.
7890
7891 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7892 shell code in CXX_FOR_TARGET
7893 * Makefile.def: Introduce raw_cxx.
7894 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7895 RAW_CXX_FOR_TARGET.
7896 * Makefile.in: Regenerate.
7897
7898 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7899
7900 (finishing slow-motion replay)
7901 * Makefile.tpl: Remove unnecessary ifs.
7902 * Makefile.in: Regenerate.
7903
7904 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7905 dependencies. Maybe-ize build-libiberty. Create dummy install
7906 targets for 'no_install' modules.
7907 * configure: Move GDB_TK substitution to configure.in. Move
7908 build_modules stuff to configure.in.
7909 * configure.in: Implement soft dependency machinery. Maybe-ize
7910 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7911 * Makefile.in: Regenerate.
7912
7913 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7914
7915 (continuing slow-motion replay)
7916 * Makefile.tpl: Make all-target, install-target behave similarly
7917 to all, install (only hitting configured targets). Eliminate
7918 unused macro defintions.
7919
7920 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7921 build != host.
7922
7923 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7924
7925 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7926
7927 * configure.in: Produce lists of subdir targets we're actually
7928 configuring. Remove references to "dosrel".
7929 * Makefile.tpl: Let configure set which subdir targets are hit.
7930 Remove install-cross; clean up install; remove ALL. Remove
7931 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7932 Autogenerate host module targets. Remove empty dependency lines
7933 and redundant dependency; rearrange slightly.
7934 * Makefile.def: Add host-side libtermcap, utils.
7935
7936 * Makefile.in: Regenerate.
7937
7938 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7939
7940 (Continuing slow-motion replay)
7941 * Makefile.def: Add list of recursive targets to autogenerate.
7942 Add build_modules.
7943 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7944 targets. Autogenerate *-build-* targets.
7945 * Makefile.in: Regenerate.
7946
7947 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7948
7949 (Continuing slow-motion replay)
7950 * configure: More autoconf-style substitutions.
7951 * Makefile.tpl: More autoconf-style substitutions.
7952 * Makefile.in: Regenerate.
7953
7954 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7955
7956 (Continuing slow-motion replay)
7957 * configure: Substitute more variables in a more autoconf-friendly
7958 way. Simplify slightly.
7959 * Makefile.tpl: Make more variables substitutable in an
7960 autoconf-friendly way.
7961 * Makefile.in: Regenerate.
7962
7963 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7964
7965 (Continuing slow-motion replay)
7966 * configure.in (v810*): Remove special setting of tools.
7967
7968 * configure: Add support for extra required flags for ar or nm.
7969 * configure.in (aix4.3+): Use above support for target-specific
7970 issues, rather than using config/mt-aix43.
7971
7972 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7973
7974 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7975 * configure: Remove 'removing', which doesn't work. Replace $subdir
7976 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7977 with $srcdir. Reformat indentation. Substitute some variables
7978 formerly hard-coded in the Makefile for build=host.
7979 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7980 * Makefile.def: Autogenerate more.
7981 * Makefile.in: Regenerate.
7982
7983 2002-11-13 Bruce Korb <bkorb@gnu.org>
7984
7985 * Makefile.tpl: syntactic cleanup
7986
7987 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7988
7989 * Makefile.def (host_modules): Add rda.
7990 * Makefile.in: Regenerate.
7991 * configure.in (target_tool): Add target-rda to list.
7992
7993 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7994
7995 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7996 and restrap targets to this rule.
7997 * Makefile.in: Regenerate.
7998
7999 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8000
8001 * configure.in (i[3456]86-*-linux*): Add check to disable
8002 ${libgcj} for glibc1.
8003
8004 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8005
8006 * configure.in: Add tic4x target.
8007
8008 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8009
8010 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8011 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8012 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8013 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8014 * Makefile.in: Regenerate.
8015
8016 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8017
8018 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8019 * Makefile.in: Regenerate.
8020
8021 * Makefile.def: Remove order dependency comments.
8022 * Makefile.tpl: Add explicit install-install dependencies.
8023 * Makefile.in: Regenerate.
8024
8025 * Makefile.tpl: Remove material now in src-release. (Finally!)
8026 * Makefile.in: Regenerate.
8027
8028 * configure: Restore my original patch by syncing with gcc version.
8029
8030 * Bring following over from gcc:
8031
8032 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8033
8034 * configure.in (s390*-*-linux*): Enable libgcj.
8035
8036 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8037
8038 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8039
8040 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8041
8042 * configure: Move stray lines back to where they belong.
8043
8044 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8045
8046 * Makefile.tpl: Insert configure-target target, for src-release.
8047
8048 * configure: Finish reverting change which Andrew Cagney started
8049 reverting. Should fix bustage.
8050
8051 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8052 * src-release: New file. Contains material for making net
8053 releases for gdb, binutils, et al., formerly in Makefile.in.
8054
8055 2002-09-30 Nick Clifton <nickc@redhat.com>
8056
8057 * cpu: New top level directory. Intended to hold input files for
8058 CGEN which have FSF copyright assignment.
8059 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8060
8061 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8062
8063 Revert below (note that src does not contain Makefile.tpl):
8064 * Makefile.tpl: Make subsituted variables more autoconfy.
8065 * Makefile.in: Regenerate.
8066
8067 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8068
8069 * configure: Revert accidentally applied changes.
8070
8071 * Makefile.tpl: Make more autoconf-friendly.
8072 * Makefile.in: Regenerate.
8073 * configure: Make substitution more autoconf-like.
8074
8075 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8076
8077 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8078 single entry to handle all these.
8079 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8080 libjava on arm-*-elf.
8081
8082 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8083
8084 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8085 things that depend on them.
8086
8087 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8088
8089 * Makefile.tpl: Make subsituted variables more autoconfy.
8090 * Makefile.in: Regenerate.
8091 * configure: Make seds more autoconfy.
8092
8093 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8094
8095 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8096 * Makefile.in: Regenerate.
8097 * configure.in: Rewrite sed statements to look autoconfy.
8098
8099 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8100 all-target-foo on configure-target-foo.
8101 * Makefile.def: Ditto.
8102 * Makefile.in: Rebuild.
8103
8104 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8105
8106 * Makefile.def: New file.
8107 * Makefile.tpl: New file.
8108 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8109
8110 * configure.in: Minor rearrangement. Simplify tests.
8111
8112 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8113
8114 * configure.in (with_headers): Skip copy if value is "yes".
8115 (with_libs): Likewise.
8116
8117 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8118
8119 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8120 * configure.in (sh*-*-pe*): Ditto.
8121 * configure.in (mips*-*-pe*): Ditto.
8122 * configure.in (*arm-wince-pe): Ditto.
8123
8124 * configure.in: Rearrange.
8125
8126 2002-09-12 Nick Clifton <nickc@redhat.com>
8127
8128 * Import these changes from the config master repository:
8129
8130 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8131
8132 * config.sub: Add tic4x target.
8133
8134 2002-09-03 Ben Elliston <bje@redhat.com>
8135
8136 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8137 Reported by <Duncan_Stodart@insession.com>.
8138
8139 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8140
8141 * COPYING.NEWLIB: More updates.
8142
8143 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8144
8145 * COPYING.NEWLIB: Update.
8146
8147 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8148
8149 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8150
8151 * config.guess: Import version 2002-08-23.
8152 * config.sub: Import version 2002-08-22.
8153
8154 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8155
8156 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8157 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8158 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8159
8160 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8161
8162 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8163
8164 2002-08-04 H.J. Lu (hjl@gnu.org)
8165
8166 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8167
8168 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8169
8170 * configure.in: Move generic linux case to end. Copy generic
8171 linux noconfigdirs to mips*-*-linux* entry and new
8172 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8173
8174 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8175
8176 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8177 one instance of them which was missed to the list to update.
8178
8179 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8180
8181 * config.guess: Update to 2002-07-09 version.
8182 * config.sub: Update to 2002-07-03 version.
8183
8184 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8185
8186 * configure.in: Remove two redundant tests.
8187
8188 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8189
8190 * configure.in (mips*-*-irix6*o32): Enable stabs.
8191
8192 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8193
8194 * configure.in: Don't build grez.
8195 * Makefile.in: Ditto.
8196
8197 * Makefile.in: Remove references to bsp, cygmon, libstub.
8198 * configure.in: Ditto.
8199
8200 * configure.in: Remove leftover reference to gdbtest.
8201
8202 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8203
8204 * configure.in (gxx_include_dir): Change to match versioned
8205 C++ headers if --enable-version-specific-runtime-libs is used.
8206
8207 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8208
8209 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8210
8211 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8212
8213 * configure.in: Make --without-x work.
8214
8215 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8216
8217 * contrib: New directory. Created to contain a copy of the
8218 texi2pod.pl script so that it is in the same place as the version in
8219 the FSF GCC sources.
8220
8221 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8222
8223 * configure.in: Rearrange target Makefile fragment collection.
8224
8225 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8226 cvs[src].
8227 * configure.in: Ditto.
8228
8229 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8230
8231 * Makefile.in: Eliminate 'apache' targets.
8232 * configure.in: Eliminate 'apache' targets.
8233
8234 * configure.in: Eliminate redundant tests. Reorganize.
8235
8236 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8237
8238 * config-ml.in: Eliminate references to Cygnus configure.
8239
8240 * Makefile.in: Eliminate references to building emacs.
8241
8242 2002-07-01 Denis Chertykov <denisc@overta.ru>
8243
8244 * configure.in: Add support for ip2k.
8245
8246 2002-06-24 Ben Elliston <bje@redhat.com>
8247
8248 * configure.in (host_tools): Remove cgen.
8249
8250 * Makefile.in (all-cgen): Remove; runs from its source directory.
8251 (check-cgen, install-cgen, clean-cgen): Likewise.
8252 (all-opcodes): No not depend on all-cgen.
8253 (all-sim): Likewise.
8254
8255 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8256
8257 * configure.in: Fix AIX configury bug.
8258
8259 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8260
8261 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8262
8263 * configure.in: Move definition of libstdcxx_flags right above
8264 usage, rather than way earlier.
8265
8266 * configure.in: Pull definition of is_cross_compiler earlier.
8267
8268 * configure.in: Rearrange a little.
8269
8270 * configure.in: Remove references to librx.
8271 * Makefile.in: Remove references to librx.
8272
8273 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8274
8275 * configure.in: Eliminate ${gasdir} variable.
8276
8277 2002-06-18 Dave Brolley <brolley@redhat.com>
8278
8279 * configure.in: Add support for frv.
8280 * config.sub: Add support for frv.
8281
8282 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8283
8284 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8285
8286 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8287
8288 * configure.in (vax-*-netbsd*): Re-enable gas.
8289
8290 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8291
8292 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8293 BUILD_PREFIX_1, to correct nomenclature.
8294 * configure: Likewise.
8295
8296 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8297 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8298
8299 2002-05-31 Olaf Hering <olh@suse.de>
8300
8301 * config-ml.in: Propogate DESTDIR also.
8302
8303 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8304
8305 * configure.in (vax-*-netbsd*): Don't build gas for this
8306 platform.
8307
8308 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8309
8310 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8311 and libgcj for AVR.
8312
8313 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8314
8315 * config.sub: Add DLX target.
8316
8317 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8318
8319 * config.guess: Update to 2002-05-22 version.
8320 * config.sub: Likewise.
8321
8322 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8323
8324 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8325 * config-ml.in: Likewise.
8326 * configure: Likewise.
8327 * configure.in: Likewise.
8328
8329 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8330
8331 * configure.in: Simplify makefile fragment collection.
8332
8333 * configure.in: Remove code to build emacs.
8334
8335 * configure.in : Remove --srcdir argument from targargs and buildargs
8336 (it's always overridden in the Makefile anyway). Rearrange a bit.
8337
8338 * configure: Move some logic to configure.in.
8339 * configure.in: Move some logic from configure.
8340
8341 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8342
8343 * COPYING.LIBGLOSS: New file.
8344
8345 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8346
8347 * Makefile.in: Honour DESTDIR.
8348
8349 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8350
8351 * configure.in (noconfigdirs): Don't disable libgcj on
8352 sparc64-*-solaris* and sparcv9-*-solaris*.
8353
8354 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8355
8356 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8357
8358 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8359
8360 * configure.in (FLAGS_FOR_TARGET): Do not add
8361 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8362 on i[3456]86-*-linux*.
8363
8364 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8365
8366 * configure.in (noconfigdirs): Replace [ ] with test.
8367
8368 * configure.in (noconfigdirs): Do not add target-newlib if
8369 target == i[3456]86-*-linux*, and host == target.
8370
8371 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8372
8373 * config.guess: Updated to 2002-04-26's version.
8374 * config.sub: Updated to 2002-04-26's version.
8375
8376 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8377
8378 * configure.in: delete reference to absent file
8379
8380 * configure.in: replace '[' with 'test'
8381
8382 * configure.in: Eliminate references to gash.
8383 * Makefile.in: Eliminate references to gash.
8384
8385 * configure.in: remove useless references to 'pic' makefile fragments.
8386
8387 * configure.in: (*-*-windows*) Finish removing.
8388
8389 * configure.in: Eliminate redundant test for libgui.
8390
8391 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8392
8393 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8394 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8395
8396 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8397
8398 * configure.in: remove references to dead files
8399
8400 2002-04-18 Tom Tromey <tromey@redhat.com>
8401
8402 * configure.in: Disallow configuring libgcj when it is already
8403 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8404 Solaris 2.8 by default. For PR libgcj/6158.
8405
8406 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8407
8408 * configure.in: Move default CC setting out of config/mh-* fragments
8409 directly into here.
8410
8411 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8412
8413 * configure.in: don't even try to configure or make a subdirectory
8414 if there's no configure script for it.
8415
8416 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8417
8418 * MAINTAINERS: Remove chill maintainers.
8419 * Makefile.in (CHILLFLAGS): Remove.
8420 (CHILL_LIB): Remove.
8421 (TARGET_CONFIGDIRS): Remove libchill.
8422 (CHILL_FOR_TARGET): Remove.
8423 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8424 CHILL_LIB.
8425 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8426 (CHECK_TARGET_MODULES): Likewise.
8427 (INSTALL_TARGET_MODULES): Likewise.
8428 (CLEAN_TARGET_MODULES): Likewise.
8429 (configure-target-libchill): Remove.
8430 (all-target-libchill): Remove.
8431 * configure.in (target_libs): Remove target-libchill.
8432 Do not compute CHILL_FOR_TARGET.
8433 * libchill: Remove directory.
8434
8435 2002-04-15 DJ Delorie <dj@redhat.com>
8436
8437 * Makefile.in, configure.in, configure: Sync with gcc, entries
8438 follow...
8439
8440 2002-04-08 Tom Tromey <tromey@redhat.com>
8441
8442 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8443 Fixes PR libgcj/6068.
8444
8445 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8446
8447 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8448
8449 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8450
8451 * configure.in (alpha*-dec-osf*): Enable libgcj.
8452
8453 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8454
8455 Fix for: PR bootstrap/3591, target/5676
8456 * configure.in (mcore-pe): Disable the configuration of
8457 libstdc++-v3 since exceptions are not supported.
8458
8459 2002-03-20 Anthony Green <green@redhat.com>
8460
8461 * configure.in: Enable libgcj for xscale-elf target.
8462
8463 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8464
8465 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8466 libjava.
8467 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8468
8469 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8470
8471 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8472 libstdc++-v3 and libjava.
8473
8474 2002-02-11 Adam Megacz <adam@xwt.org>
8475
8476 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8477 boehm-gc
8478
8479 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8480
8481 * config.guess: Updated to 2002-01-30's version.
8482 * config.sub: Updated to 2002-02-01's version.
8483 Contribute sh64-elf.
8484 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8485 * configure.in: Added sh64-*-*.
8486
8487 2002-01-17 H.J. Lu <hjl@gnu.org>
8488
8489 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8490 (all-target-fastjar): Also depend on all-target-libiberty.
8491
8492 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8493
8494 * configure, configure.in: Use temp file for long sed commands.
8495
8496 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8497
8498 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8499 libf2c.
8500
8501 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8502
8503 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8504
8505 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8506
8507 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8508
8509 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8510
8511 * configure: Handle temporary files securely using mkdir.
8512
8513 2001-09-26 Will Cohen <wcohen@redhat.com>
8514
8515 * configure.in (*-*-linux*): Disable configuration of target-newlib
8516 and target-libgloss.
8517
8518 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8519
8520 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8521 RANLIB.
8522
8523 2001-08-11 Graham Stott <grahams@redhat.com>
8524
8525 * Makefile.in (check-c++): Add missing semicolon.
8526
8527 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8528
8529 * configure.in (sh-*-linux*): New.
8530
8531 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8532
8533 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8534 and libgcj on m68hc11/m68hc12.
8535
8536 2001-06-27 H.J. Lu (hjl@gnu.org)
8537
8538 * Makefile (CFLAGS_FOR_BUILD): New.
8539 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8540
8541 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8542
8543 * configure.in (libstdcxx_flags): Do not try to execute
8544 libstdc++-v3/testsuite_flags until it exists.
8545
8546 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8547
8548 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8549
8550 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8551
8552 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8553
8554 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8555
8556 * configure.in: Move *-chorusos target case to the proper switch.
8557 Disable libgcj.
8558
8559 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8560
8561 * Makefile.in (STAGE1_CFLAGS): Pass down.
8562
8563 2001-04-13 Alan Modra <amodra@one.net.au>
8564
8565 * config.guess: Add hppa64-linux support. Note for next import that
8566 this is already in the master file.
8567 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8568
8569 2001-03-22 Colin Howell <chowell@redhat.com>
8570
8571 * Makefile.in (DO_X): Do not backslash single-quotes in
8572 backquotes (two places).
8573
8574 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8575
8576 * Makefile.in (DO_X): Quote nested quotes.
8577
8578 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8579
8580 * Makefile.in (DO_X): Use double quotes for quoting
8581 "RANLIB=$${RANLIB}".
8582
8583 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8584
8585 * configure.in: Only use `lang_requires' for languages athat are
8586 actually enabled.
8587
8588 2001-03-07 Tom Tromey <tromey@redhat.com>
8589
8590 * configure.in: Allow config-lang.in to set `lang_requires' to list
8591 of other required languages.
8592
8593 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8594
8595 * Makefile.in: Remove RANLIB definition. Use RANLIB
8596 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8597 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8598
8599 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8600 Alexandre Oliva <aoliva@redhat.com>
8601
8602 * Makefile.in (check-c++): Use tabs, not spaces.
8603
8604 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8605
8606 * Makefile.in (check-c++): New rule.
8607
8608 * configure.in (target_libs): Remove libg++.
8609 (noconfigdirs): Remove libg++.
8610 (noconfigdirs): Same.
8611 (noconfigdirs): Same.
8612 (noconfigdirs): Same.
8613
8614 * config-ml.in: Remove libg++ references.
8615
8616 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8617 (ALL_TARGET_MODULES): Same.
8618 (configure-target-libg++): Remove.
8619 (all-target-libg++): Remove.
8620 (configure-target-libio): Remove.
8621 (all-target-libio): Remove.
8622 (check-target-libio): Remove.
8623 (.PHONY): Remove.
8624 (libg++.tar.bz2): Remove.
8625 (all-target-cygmon): Remove libio.
8626 (all-target-libstdc++): Remove.
8627 (configure-target-libstdc++): Remove.
8628 (TARGET_LIB_PATH): Remove libstdc++.
8629 (ALL_GCC_CXX): Remove libstdc++.
8630 (all-target-gperf): Correct.
8631
8632 2001-02-15 Anthony Green <green@redhat.com>
8633
8634 * configure: Introduce GCJ_FOR_TARGET.
8635 * configure.in: Ditto.
8636 * Makefile.in: Ditto.
8637
8638 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8639
8640 * configure.in: for *-chorusos, don't config target-newlib and
8641 target-libgloss.
8642
8643 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8644
8645 Remove V2 C++ library.
8646 * configure.in: Remove --enable-libstdcxx_v3 support.
8647
8648 2001-01-27 Richard Henderson <rth@redhat.com>
8649
8650 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8651
8652 2001-01-26 Tom Tromey <tromey@redhat.com>
8653
8654 * configure.in: Allow libgcj to be built on Sparc Solaris.
8655
8656 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8657
8658 * configure.in: Enable libgcj on several additional platforms.
8659
8660 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8661
8662 * configure.in: Enable libgcj for linux targets.
8663
8664 2001-01-09 Mike Stump <mrs@wrs.com>
8665
8666 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8667 failures of subdirectories.
8668
8669 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8670
8671 * configure: handle DOS-style absolute paths.
8672
8673 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8674
8675 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8676
8677 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8678
8679 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8680 (libstdcxx_incdir): Pass down.
8681 * config.if: Remove expired bits for cxx_interface, add stub.
8682 (libstdcxx_incdir): Add variable for g++ include directory.
8683 * configure.in (gxx_include_dir): Use it.
8684
8685 2000-12-15 Andreas Jaeger <aj@suse.de>
8686
8687 * configure.in: Handle lang_dirs.
8688
8689 2000-12-13 Anthony Green <green@redhat.com>
8690
8691 * configure.in: Disable libgcj for any target not specifically
8692 listed. Disable libgcj for x86 and Alpha Linux until compatible
8693 with g++ abi.
8694
8695 2000-12-13 Mike Stump <mrs@wrs.com>
8696
8697 * Makefile.in (local-distclean): Also remove fastjar.
8698
8699 2000-12-10 Anthony Green <green@redhat.com>
8700
8701 * configure.in: Define libgcj. Disable libgcj target libraries for
8702 most targets.
8703
8704 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8705
8706 * configure.in (target_libs): Revert 2000-12-08 patch.
8707 (noconfigdirs): Added target-libjava.
8708
8709 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8710
8711 * Makefile.in: handle DOS-style absolute paths.
8712
8713 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8714
8715 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8716 libjava.
8717 * configure.in (target_libs): Removed `target-libjava'.
8718
8719 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8720
8721 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8722 (ALL_MODULES): Added fastjar.
8723 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8724 (all-target-libjava): all-fastjar replaces all-zip.
8725 (all-fastjar): Added.
8726 (configure-target-fastjar, all-target-fastjar): Likewise.
8727 * configure.in (host_tools): Added fastjar.
8728
8729 2000-12-07 Mike Stump <mrs@wrs.com>
8730
8731 * Makefile.in (local-distclean): Remove leftover built files.
8732
8733 2000-11-16 Fred Fish <fnf@be.com>
8734
8735 * configure.in (enable_libstdcxx_v3): Fix typo,
8736 libstd++ -> libstdc++.
8737
8738 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8739
8740 * configure: Provide the original toplevel configure arguments
8741 (including $0) to subprocesses in the environment rather than
8742 through gcc/configargs.h.
8743
8744 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8745
8746 * configure: Turn on libstdc++ V3 by default.
8747
8748 2000-10-16 Michael Meissner <meissner@redhat.com>
8749
8750 * configure (gcc/configargs.h): Only create if there is a build GCC
8751 directory created.
8752
8753 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8754
8755 * configure: Save configure arguments to gcc/configargs.h.
8756
8757 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8758
8759 * Makefile.in (bootstrap): avoid recursion if subdir missing
8760 (cross): ditto
8761 (do-proto-toplev): ditto
8762
8763 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8764
8765 * configure.in: Do not build byacc for hppa64. Provide paths to the
8766 X11 libraries for hppa64.
8767
8768 2000-09-02 Anthony Green <green@cygnus.com>
8769
8770 * Makefile.in (all-gcc): Depend on all-zlib.
8771 (CLEAN_MODULES): Add clean-zlib.
8772 (ALL_MODULES): Add all-zlib.
8773 * configure.in (host_libs): Add zlib.
8774
8775 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8776
8777 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8778 $targargs to tell whether newlib is going to be built.
8779
8780 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8781 $$r/TARGET_SUBDIR/libio for _G_config.h.
8782
8783 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8784
8785 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8786
8787 * configure: Make enable_threads and enable_shared defaults
8788 explicit. Substitute enable_threads into generated Makefiles.
8789 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8790 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8791
8792 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8793
8794 * configure.in: Re-enable all references to libg++ and librx.
8795
8796 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8797
8798 * configure.in: Add *-*-freebsd* configurations.
8799
8800 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8801
8802 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8803 (do-tar, do-bz2): New rules.
8804 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8805 (gdb-tar): New rule.
8806 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8807 (insight_dejagnu.tar): New rule.
8808 (insight.tar): New rule.
8809 (gdb+dejagnu.tar): New rule.
8810 (gdb.tar): New rule.
8811
8812 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8813
8814 * MAINTAINERS: Update dejagnu/
8815
8816 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8817
8818 * ltmain.sh (relink_command): Fix typo in previous change.
8819
8820 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8821
8822 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8823 (relink_command): Added --tag flags.
8824 (mode=install): If relinking fails; error out.
8825
8826 2002-03-12 Richard Henderson <rth@redhat.com>
8827
8828 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8829 .NOTPARALLEL tag.
8830 (do-check): Rename from check.
8831 (check): Allow parallel check.
8832
8833 2002-03-11 Richard Henderson <rth@redhat.com>
8834
8835 * Makefile.in (.NOTPARALLEL): Add fake tag.
8836
8837 2002-03-07 H.J. Lu (hjl@gnu.org)
8838
8839 * configure.in: Enable gprof for mips*-*-linux*.
8840
8841 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8842
8843 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8844 libjava.
8845 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8846
8847 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8848
8849 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8850
8851 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8852
8853 * config.guess: Import from master sources, rev 1.232.
8854 * config.sub: Import from master sources, rev 1.246.
8855
8856 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8857
8858 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8859 because its Makefile is there; test for the executable instead.
8860
8861 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8862
8863 Contribute sh64-elf.
8864 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8865 * configure.in: Added sh64-*-*.
8866
8867 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8868
8869 * COPYING.NEWLIB: Remove advertising clause from
8870 Berkeley and Red Hat licenses.
8871
8872 2002-02-01 Mo DeJong <supermo@bayarea.net>
8873
8874 * Makefile.in: Add all-tix to deps for all-snavigator
8875 so that tix is built when building snavigator.
8876
8877 2002-02-01 Ben Elliston <bje@redhat.com>
8878
8879 * config.guess: Import from master sources, rev 1.229.
8880 * config.sub: Import from master sources, rev 1.240.
8881
8882 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8883
8884 From Steve Ellcey <sje@cup.hp.com>:
8885 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8886 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8887 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8888 IA64.
8889 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8890 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8891 soname_spec, sys_lib_search_path_spec): Ditto.
8892
8893 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8894
8895 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8896 target-libiberty, and target-libgloss. Skip Java-related
8897 libraries if not supported for NetBSD on target CPU.
8898
8899 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8900
8901 * configure.in: Import StrongARM and XScale target_configdirs from
8902 FSF GCC version.
8903
8904 2002-01-16 H.J. Lu (hjl@gnu.org)
8905
8906 * config.guess: Import from master sources, rev 1.225.
8907 * config.sub: Import from master sources, rev 1.238.
8908
8909 * MAINTAINERS: Updated notes on config.guess and config.sub.
8910
8911 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8912
8913 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8914 ld and gdb are not supported.
8915
8916 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8917
8918 * Change reference to Cygnus Solutions to be Red Hat.
8919
8920 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8921
8922 * COPYING.NEWLIB: Update generic copyright date.
8923
8924 2002-01-07 Mark Salter <msalter@redhat.com>
8925
8926 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8927 Allow target-libgloss to be built for arm, strongarm, and xscale.
8928
8929 2002-01-03 Ben Elliston <bje@redhat.com>
8930
8931 * MAINTAINERS: Update URL for config.* scripts.
8932
8933 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8934
8935 * config.sub: Import latest version.
8936 * config.guess: Likewise.
8937
8938 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8939
8940 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8941 options for i[3456]86-pc-linux* native builds.
8942
8943 2001-12-05 Laurent Guerby <guerby@acm.org>
8944
8945 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8946 libiberty.
8947
8948 Import this patch from gcc:
8949
8950 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8951
8952 * symlink-tree: handle DOS-style absolute paths.
8953
8954 2001-11-28 DJ Delorie <dj@redhat.com>
8955 Zack Weinberg <zack@codesourcery.com>
8956
8957 When build != host, create libiberty for the build machine.
8958
8959 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8960 CONFIG_ARGUMENTS.
8961 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8962 New variables.
8963 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8964 and rules.
8965 (all.normal): Depend on ALL_BUILD_MODULES.
8966 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8967 (all-build-libiberty): Depend on configure-build-libiberty.
8968
8969 * configure: Calculate and substitute proper value for
8970 ALL_BUILD_MODULES.
8971 * configure.in: Create the build subdirectory.
8972 Calculate and substitute TARGET_CONFIGARGS (formerly
8973 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8974
8975 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8976
8977 * config.sub: Update to version 1.232 on subversion.
8978
8979 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8980
8981 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8982 files from .po files for a distribution.
8983
8984 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8985
8986 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8987
8988 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8989
8990 Merged from net gcc:
8991 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8992 * ltcf-c.sh: Use $objext, not $ac_objext.
8993 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8994 * ltcf-cxx.sh: Add support for GNU.
8995 2001-07-22 Timothy Wall <twall@redhat.com>
8996 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8997 default settings if using GNU tools with that configuration.
8998 * ltcf-cxx.sh: Ditto.
8999 * ltcf-gcj.sh: Ditto.
9000 2001-07-21 Michael Chastain <chastain@redhat.com>
9001 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9002 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9003 * ltmain.sh: Mark as gcc-local.
9004
9005 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9006
9007 * Makefile.in (all-bison): Revert 2001-10-24.
9008 Don't depend on texinfo.
9009
9010 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9011
9012 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9013
9014 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9015
9016 * configure.in (--enable-languages): Be more permissive about
9017 syntax. Check for empty lists better. Warn about $LANGUAGES.
9018
9019 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9020
9021 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9022
9023 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9024
9025 Makefile.in (all-bison): Don't depend on texinfo.
9026
9027 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9028
9029 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9030
9031 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9032
9033 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9034
9035 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9036
9037 * config.sub, config.guess: Import latest from subversions.
9038
9039 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9040
9041 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9042 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9043 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9044 avoid quotes nesting problems.
9045 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9046 (DO_X): Export only variables that are set.
9047
9048 2001-09-19 Ben Elliston <bje@redhat.com>
9049
9050 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9051 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9052 semantics. Use the shell built-in "type" command instead.
9053
9054 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9055
9056 * config.sub: Reverted the earlier change, this version is not the
9057 master file.
9058
9059 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9060
9061 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9062 Add support for mips64.
9063
9064 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9065
9066 * configure.in: Enable libstdc++-v3 for h8300 targets.
9067
9068 2001-08-30 Eric Christopher <echristo@redhat.com>
9069 Jason Eckhardt <jle@redhat.com>
9070
9071 * config.sub: Add support for mipsisa32.
9072
9073 2001-08-30 Eric Christopher <echristo@redhat.com>
9074
9075 * config.sub, config.guess: Import latest from subversions.
9076
9077 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9078
9079 * config.sub, config.guess: Import latest from subversions.
9080
9081 2001-07-26 DJ Delorie <dj@redhat.com>
9082
9083 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9084
9085 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9086
9087 * Makefile.in: Revert 2001-06-17.
9088 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9089
9090 2001-06-17 H.J. Lu <hjl@gnu.org>
9091
9092 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9093 (gas+binutils.tar.bz2): Likewise.
9094 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9095
9096 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9097
9098 * Makefile.in (VER): When present, extract the version number from
9099 the file version.in.
9100
9101 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9102
9103 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9104 gcc/xgcc is built, use -print-prog-name to find out the program
9105 name to use.
9106
9107 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9108
9109 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9110 with_gcc]: Use `gcc -shared' to build a shared library.
9111
9112 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9113
9114 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9115 archives.
9116
9117 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9118
9119 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9120 libraries when using g++ with native linker.
9121
9122 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9123
9124 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9125
9126 2001-05-24 Tom Rix <trix@redhat.com>
9127
9128 * configure.in : enable ld for aix
9129
9130 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9131
9132 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9133 [aix4*|aix5*]: Prepend blank.
9134
9135 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9136
9137 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9138 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9139 of subdir/configure scripts to use the new libtool.m4.
9140
9141 2001-05-14 H.J. Lu <hjl@gnu.org>
9142
9143 * config.if (libc_interface): Set to -libc6.2- for cross
9144 compiling to Linux/glibc 2.2.
9145
9146 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9147
9148 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9149 libgcj.
9150
9151 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9152
9153 * configure.in (noconfigdirs): Don't reset it from scratch in the
9154 target case; only append to it.
9155
9156 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9157
9158 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9159 sparc-*-solaris2.8]: Disable ${libgcj}.
9160
9161 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9162
9163 * configure.in (libgcj_saved): Copy from $libgcj.
9164 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9165 --disable-libgcj.
9166
9167 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9168
9169 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9170 1.641.2.228.
9171
9172 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9173
9174 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9175 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9176
9177 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9178
9179 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9180 New macros.
9181 (bootstrap, cross): Use RECURSE_FLAGS.
9182 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9183
9184 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9185
9186 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9187
9188 2001-03-23 Nick Clifton <nickc@redhat.com>
9189
9190 * README-maintainer-mode: Add note about inability to use "make
9191 distclean" in maintainer mode.
9192
9193 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9194
9195 Re-installed:
9196 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9197 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9198 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9199 * ltcf-cxx.sh: Likewise.
9200 * ltcf-gcj.sh: Likewise.
9201
9202 2001-03-22 Philip Blundell <philb@gnu.org>
9203
9204 * config.sub, config.guess: Import latest from subversions.
9205
9206 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9207
9208 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9209 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9210
9211 2001-03-20 Michael Chastain <chastain@redhat.com>
9212
9213 * Makefile.in: all-m4 depends on all-texinfo.
9214
9215 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9216
9217 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9218
9219 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9220
9221 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9222 longer valid.
9223
9224 2001-02-16 Nick Clifton <nickc@redhat.com>
9225
9226 * configure.in (noconfigdirs): Allow configuration of texinfo
9227 for Cygwin hosts.
9228
9229 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9230
9231 * config.guess: Add linux target for S/390.
9232 * config.sub: Likewise.
9233 * configure.in: Likewise.
9234
9235 2001-02-06 Ben Elliston <bje@redhat.com>
9236
9237 * configure: Output host type to stdout, not stderr.
9238
9239 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9240
9241 * config.guess: Import from subversions.gnu.org (revision 1.181).
9242 * config.sub: Import from subversions.gnu.org (revision 1.199).
9243
9244 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9245
9246 * config.guess: Handle hppa64-linux systems.
9247
9248 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9249
9250 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9251 Don't unset, it's non-portable and no longer necessary, set to empty
9252 instead.
9253
9254 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9255
9256 * ltconfig: Shell portability fix for the tagname validity check.
9257
9258 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9259
9260 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9261
9262 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9263
9264 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9265 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9266
9267 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9268
9269 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9270 keep at least one of build_libtool_libs or build_old_libs set to
9271 yes.
9272
9273 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9274
9275 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9276 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9277
9278 2000-11-07 Philip Blundell <pb@futuretv.com>
9279
9280 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9281
9282 2000-11-03 Philip Blundell <pb@futuretv.com>
9283
9284 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9285 files.
9286
9287 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9288
9289 * COPYING.NEWLIB: Put into source repository.
9290
9291 2001-01-15 Ben Elliston <bje@redhat.com>
9292
9293 * configure.in (host_tools): Add sid.
9294 Always configure cgen.
9295 * Makefile.in (all-sid): New target.
9296 (check-sid, clean-sid, install-sid): Likewise.
9297
9298 2001-01-07 Andreas Jaeger <aj@suse.de>
9299
9300 * config.sub, config.guess: Update from subversions.
9301
9302 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9303
9304 * configure.in: Disable language-specific target libraries for
9305 languages that aren't enabled.
9306
9307 2000-11-24 Nick Clifton <nickc@redhat.com>
9308
9309 * configure.in (xscale-elf): Add target.
9310 (xscale-coff): Add target.
9311 (c4x, c5x, tic54x): Move after ARM targets.
9312
9313 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9314
9315 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9316
9317 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9318
9319 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9320
9321 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9322
9323 * Makefile.in: Merge with GCC and libgcj.
9324 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9325 configure-target-<library> when their configure scripts need the C
9326 or C++ library to have already been built to work properly.
9327 (do_proto_toplev): Set them to an empty string.
9328
9329 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9330
9331 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9332 (REALLY_SET_LIB_PATH): Use them.
9333
9334 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9335
9336 * config.sub: Add support for Sun Chorus
9337
9338 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9339
9340 * config.sub: Add support for the *-storm-chaos OS.
9341
9342 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9343
9344 * configure.in (noconfigdirs): Don't compile some
9345 of the libraries for 68HC11 & 68hc12 targets.
9346
9347 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9348
9349 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9350 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9351 all affected `configure' scripts.
9352
9353 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9354
9355 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9356 ltcf-c.sh.
9357
9358 2000-09-12 Philip Blundell <philb@gnu.org>
9359
9360 * config.sub, config.guess: Update from subversions.
9361
9362 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9363
9364 * Makefile.in (all-zlib): Added dummy target.
9365
9366 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9367 multi-language branch.
9368
9369 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9370
9371 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9372 (bootstrap*): Depend on all-bootstrap.
9373
9374 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9375
9376 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9377 crosses, but add gcc/include to the header search path for them.
9378
9379 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9380
9381 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9382 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9383 * gettext.m4: New file, extracted from aclocal.m4.
9384
9385 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9386
9387 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9388 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9389 sub-configures.
9390
9391 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9392
9393 * Makefile.in (ALL_MODULES): Add all-cgen.
9394 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9395 (all-cgen): New target.
9396 (all-opcodes,all-sim): Depend on all-cgen.
9397 * configure.in (host_tools): Add cgen.
9398 Only configure cgen if --enable-cgen-maint.
9399
9400 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9401
9402 * config-ml.in (CC, CXX): Don't introduce a leading space.
9403
9404 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9405
9406 * configure.in (libstdcxx_flags): Use
9407 libstdc++-v3/src/libstdc++.INC.
9408
9409 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9410
9411 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9412
9413 2000-08-11 Jason Merrill <jason@redhat.com>
9414
9415 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9416 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9417 (FLAGS_FOR_TARGET): Not here.
9418 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9419
9420 2000-08-07 DJ Delorie <dj@redhat.com>
9421
9422 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9423 "if we're also building gcc, and it's a gcc that will run on the
9424 build machine, we want to use its includes instead of the system's
9425 default includes".
9426
9427 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9428
9429 * configure.in (libstdcxx_flags): Don't use `"'.
9430
9431 * config-ml.in: Adjust multilib search paths to the
9432 appropriate multilib tree.
9433
9434 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9435
9436 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9437 commas in $LANGUAGES.
9438
9439 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9440
9441 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9442
9443 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9444
9445 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9446 CXX_FOR_TARGET for sed.
9447
9448 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9449
9450 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9451 Do not override if already set in the environment or in configure.
9452 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9453 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9454
9455 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9456
9457 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9458 (GCC_FOR_TARGET): Use it.
9459 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9460 * configure.in: ... here.
9461 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9462 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9463
9464 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9465
9466 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9467 (configure-target-libchill, configure-target-libobjc): Likewise.
9468
9469 * configure.in: Use the same cache file for all target libs.
9470 * config-ml.in: But different cache files per multilib variant.
9471
9472 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9473
9474 * configure (topsrcdir): Don't use dirname.
9475
9476 2000-07-20 Jason Merrill <jason@redhat.com>
9477
9478 * configure.in: Remove all references to libg++ and librx.
9479
9480 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9481
9482 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9483
9484 * config.sub: Update to subversions version 2000-07-06.
9485
9486 2000-07-12 Andrew Haley <aph@cygnus.com>
9487
9488 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9489 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9490
9491 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9492
9493 * symlink-tree: Check number of arguments.
9494
9495 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9496
9497 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9498
9499 2000-07-05 Jim Wilson <wilson@cygnus.com>
9500
9501 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9502 search path for a g++ extracted from the build tree. This
9503 will allow link tests run by configure scripts in
9504 subdirectories to succeed.
9505
9506 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9507
9508 * ltconfig: Add support for mips-dde-sysv4.2MP
9509
9510 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9511
9512 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9513 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9514
9515 2000-06-19 Timothy Wall <twall@cygnus.com>
9516
9517 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9518 * config.sub: Add tic54x target.
9519
9520 2000-06-07 Phillip Thomas <pthomas@suse.de>
9521
9522 * README-maintainer-mode: New file: Contains notes on using
9523 --enable-maintainer-mode with binutils.
9524
9525 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9526
9527 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9528
9529 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9530
9531 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9532 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9533
9534 20000-05-21 H.J. Lu (hjl@gnu.org)
9535
9536 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9537 directory are used if they exist. Make sure
9538 $(build_tooldir)/include is searched for header files,
9539 $(build_tooldir)/lib/ for library files.
9540 (GCC_FOR_TARGET): Likewise.
9541 (CXX_FOR_TARGET): Likewise.
9542
9543 2000-05-18 Jeffrey A Law (law@cygnus.com)
9544
9545 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9546
9547 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9548
9549 * Makefile.in (configure-target-libiberty): Depend on
9550 configure-target-newlib.
9551
9552 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9553
9554 * configure.in, Makefile.in: Merge all libffi-related
9555 configury stuff from the libgcj tree.
9556
9557 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9558
9559 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9560 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9561
9562 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9563
9564 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9565 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9566 current version information. Add to proto-toplev directory.
9567 (gdb-taz): Build do-djunpack.
9568
9569 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9570
9571 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9572
9573 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9574
9575 * ltmain.sh: Preserve in relink_command any environment
9576 variables that may affect the linker behavior.
9577
9578 2000-05-12 Jeffrey A Law (law@cygnus.com)
9579
9580 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9581
9582 2000-05-10 Jim Wilson <wilson@cygnus.com>
9583
9584 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9585
9586 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9587
9588 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9589 with the version name.
9590
9591 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9592
9593 * config.if: Tweak.
9594
9595 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9596
9597 * djunpack.bat: New file.
9598
9599 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9600
9601 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9602 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9603 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9604 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9605
9606 2000-04-16 Dave Pitts <dpitts@cozx.com>
9607
9608 * config.sub (case $basic_machine): Change default for "ibm-*"
9609 to "openedition".
9610
9611 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9612
9613 * Makefile.in (gdb-taz): New target. GDB specific archive.
9614 (do-md5sum): New target.
9615 (MD5PROG): Define.
9616 (PACKAGE): Default to TOOL.
9617 (VER): Default to a shell script.
9618 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9619 md5 checksum generation.
9620 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9621 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9622 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9623 insight.tar.bz2): Use gdb-taz to create archive.
9624
9625 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9626
9627 * configure (warn_cflags): Delete.
9628
9629 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9630 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9631
9632 * configure.in (enable_libstdcxx_v3): Add.
9633 (target_libs): Add bits here to switch between libstdc++-v2 and
9634 libstdc++-v3.
9635 * config.if: And this file too.
9636 * Makefile.in: Add libstdc++-v3 targets.
9637
9638 2000-04-05 Michael Meissner <meissner@redhat.com>
9639
9640 * config.sub (d30v): Add d30v as a basic machine type.
9641
9642 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9643
9644 * configure.in: -linux-gnu*, not -linux-gnu.
9645
9646 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9647
9648 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9649 (do-tar-bz2): Replace TOOL with PACKAGE.
9650 (gdb.tar.bz2): Remove GDBTK from GDB package.
9651 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9652 dejagnu.tar.bz2): New packages.
9653
9654 2000-02-27 Andreas Jaeger <aj@suse.de>
9655
9656 * configure.in: Add entry for mips*-*-linux*, move catch all
9657 *-*-*linux* entry below this one.
9658
9659 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9660
9661 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9662
9663 2000-02-24 Nick Clifton <nickc@cygnus.com>
9664
9665 * config.sub: Support an OS of "wince".
9666
9667 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9668
9669 * config.guess, config.sub: Updated to match config's 2000-02-15
9670 version.
9671
9672 2000-02-23 Linas Vepstas <linas@linas.org>
9673
9674 * config.sub: Add support for Linux/IBM 370.
9675 * configure.in: Likewise.
9676
9677 2000-02-22 Nick Clifton <nickc@cygnus.com>
9678
9679 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9680
9681 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9682
9683 * config.guess: Guess "cygwin" rather than "cygwin32".
9684
9685 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9686
9687 * configure (gcc_version): When setting, narrow search to
9688 lines containing `version_string'.
9689
9690 2000-02-15 Denis Chertykov <denisc@overta.ru>
9691
9692 * config.sub: Add support for avr target.
9693
9694 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9695
9696 * config.sub: Add mmix-knuth-mmixware.
9697
9698 2000-01-27 Christopher Faylor <cgf@redhat.com>
9699
9700 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9701 structure stuff to -L library search.
9702 (CXX_FOR_TARGET): Ditto.
9703 (CROSS_CHECK_MODULES): Fix spelling mistake.
9704
9705 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9706
9707 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9708 the C++ compiler.
9709
9710 2000-01-12 Richard Henderson <rth@cygnus.com>
9711
9712 * configure.in: Don't build some bits for beos.
9713
9714 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9715
9716 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9717 as include files.
9718
9719 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9720
9721 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9722 not mh-aix43.
9723
9724 1999-12-14 Richard Henderson <rth@cygnus.com>
9725
9726 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9727 * config.sub: Accept alphaev[78], alphaev8.
9728
9729 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9730
9731 * config.guess, config.sub: Update from autoconf.
9732
9733 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9734
9735 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9736 necessary libraries are missing.
9737
9738 1999-10-25 Andreas Schwab <schwab@suse.de>
9739
9740 * configure: Fix quoting inside arguments of eval.
9741
9742 1999-10-21 Nick Clifton <nickc@cygnus.com>
9743
9744 * config-ml.in: Allow suppression of some ARM multilibs.
9745
9746 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9747
9748 * config.guess: Add OS/390 match pattern.
9749 * config.sub: Add mvs, openedition targets.
9750 * configure.in (i370-ibm-opened*): New.
9751
9752 1999-09-04 Steve Chamberlain <sac@pobox.com>
9753
9754 * config.sub: Add support for configuring for pj.
9755
9756 1999-08-31 Nick Clifton <nickc@cygnus.com>
9757
9758 * config.sub (maybe_os): Add support for configuring for fr30.
9759
9760 1999-08-25 Nick Clifton <nickc@cygnus.com>
9761
9762 * configure.in: Do not configure or build ld for AIX
9763 platforms. ld is known to be broken on these platforms.
9764
9765 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9766
9767 * config-ml.in: Pass compiler flag corresponding to multidirs to
9768 subdir configures.
9769
9770 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9771
9772 * Makefile.in (LDFLAGS): Define.
9773
9774 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9775
9776 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9777 noconfigdirs.
9778 (*-*-cygwin*): Likewise.
9779
9780 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9781
9782 * mkdep: New file.
9783 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9784 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9785
9786 From Eli Zaretskii <eliz@is.elta.co.il>:
9787 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9788 long file name when using DJGPP on MS-DOS.
9789
9790 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9791
9792 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9793
9794 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9795
9796 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9797 dependency as this causes "make check" to globally "make all"
9798
9799 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9800
9801 * configure.in (target_libs): Added target-zlib.
9802 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9803 (CONFIGURE_TARGET_MODULES): Likewise.
9804 (CHECK_TARGET_MODULES): Likewise.
9805 (INSTALL_TARGET_MODULES): Likewise.
9806 (CLEAN_TARGET_MODULES): Likewise.
9807 (configure-target-zlib): New target.
9808 (all-target-zlib): Likewise.
9809 (all-target-libjava): Depend on all-target-zlib.
9810 (configure-target-libjava): Depend on configure-target-zlib.
9811
9812 * Makefile.in (configure-target-libjava): Depend on
9813 configure-target-newlib.
9814 (configure-target-boehm-gc): New target.
9815 (configure-target-qthreads): New target.
9816
9817 * configure.in (target_libs): Added target-qthreads.
9818 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9819 (CONFIGURE_TARGET_MODULES): Likewise.
9820 (CHECK_TARGET_MODULES): Likewise.
9821 (INSTALL_TARGET_MODULES): Likewise.
9822 (CLEAN_TARGET_MODULES): Likewise.
9823 (all-target-qthreads): New target.
9824 (configure-target-libjava): Depend on configure-target-qthreads.
9825 (all-target-libjava): Depend on all-target-qthreads.
9826
9827 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9828 (CONFIGURE_TARGET_MODULES): Likewise.
9829 (CHECK_TARGET_MODULES): Likewise.
9830 (INSTALL_TARGET_MODULES): Likewise.
9831 (CLEAN_TARGET_MODULES): Likewise.
9832 (all-target-libjava): New target.
9833 (all-target-boehm-gc): Likewise.
9834 * configure.in (target_libs): Added libjava, boehm-gc.
9835
9836 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9837
9838 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9839 configure.bat in SUPPORT_FILES.
9840 (gas+binutils.tar.bz2): Likewise.
9841
9842 * makeall.bat: Remove; obsolete.
9843
9844 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9845
9846 From Mark Elbrecht:
9847 * configure.bat: Remove; obsolete.
9848
9849 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9850
9851 * configure: Add -W -Wall to the default CFLAGS when compiling with
9852 gcc.
9853
9854 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9855
9856 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9857
9858 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9859
9860 * configure.in: Build ld on IRIX6.
9861
9862 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9863
9864 * Makefile.in: Change distribution targets to use bzip2 instead of
9865 gzip.
9866 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9867 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9868
9869 1999-06-04 Nick Clifton <nickc@cygnus.com>
9870
9871 * config.sub: Add mcore target.
9872
9873 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9874
9875 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9876
9877 1999-05-25 H.J. Lu (hjl@gnu.org)
9878
9879 * config.guess (dummy): Changed to $dummy.
9880
9881 1999-05-24 Nick Clifton <nickc@cygnus.com>
9882
9883 * config.sub: Tidied up case statements.
9884
9885 1999-05-22 Ben Elliston <bje@cygnus.com>
9886
9887 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9888 <jiro@din.or.jp>.
9889
9890 * config.guess: Merge with FSF version. Future changes will be
9891 more accurately recorded in this ChangeLog.
9892 * config.sub: Likewise.
9893
9894 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9895
9896 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9897
9898 1999-04-30 Tom Tromey <tromey@cygnus.com>
9899
9900 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9901
9902 1999-04-23 Tom Tromey <tromey@cygnus.com>
9903
9904 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9905
9906 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9907
9908 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9909 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9910 Bad merge removed these two changes.
9911
9912 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9913 Martin Heller (Ing.-Buero_Heller@t-online.de)
9914
9915 * config.guess (interix Alpha): Add.
9916
9917 1999-04-11 Richard Henderson <rth@cygnus.com>
9918
9919 * configure.in (i?86-*-beos*): Do config gperf; don't config
9920 gdb, newlib, or libgloss.
9921
9922 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9923
9924 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9925 link a trivial program with -mabi=64. If it fails, remove mabi=64
9926 from multidirs.
9927
9928 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9929
9930 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9931
9932 1999-04-08 Nick Clifton <nickc@cygnus.com>
9933
9934 * config.sub: Add support for mcore targets.
9935
9936 1999-04-07 Michael Meissner <meissner@cygnus.com>
9937
9938 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9939 not mt-ospace, in order to shut up assembler warning about using
9940 symbols that are named the same as registers.
9941
9942 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9943
9944 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9945 dependency list for all-target-cygmon.
9946
9947 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9948
9949 * config-ml.in: Check $host, not $target, for selective multilibs.
9950 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9951 thumb interworking, and underscore prefix multilibs.
9952
9953 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9954
9955 * missing: Update to version from current automake.
9956
9957 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9958
9959 * configure (gxx_include_dir): Removed.
9960
9961 * configure.in (gxx_include_dir): Handle it.
9962 * Makefile.in: Likewise.
9963
9964 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9965
9966 * config.sub (mips64vr4111,mips64vr4111el) Add.
9967
9968 1999-03-21 Ben Elliston <bje@cygnus.com>
9969
9970 * config.guess: Correct typo for detecting ELF on FreeBSD.
9971
9972 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9973
9974 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9975 config/mh-djgpp.
9976
9977 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9978
9979 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9980 all-target-newlib to dependency list for all-target-bsp.
9981
9982 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9983
9984 * config.sub: Add i386-uwin support.
9985 * config.guess: Likewise.
9986
9987 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9988
9989 * configure.in: cleanup, add mh-*pic handling for arm, special
9990 case powerpc*-*-aix*
9991
9992 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9993
9994 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9995 can be built.
9996
9997 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9998
9999 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10000 targets.
10001
10002 1999-03-02 Nick Clifton <nickc@cygnus.com>
10003
10004 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10005
10006 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10007
10008 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10009
10010 1999-02-24 Nick Clifton <nickc@cygnus.com>
10011
10012 * config.sub: Fix typo in arm recognition.
10013
10014 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10015
10016 * configure.in (noconfigdirs): Changed target_configdirs to
10017 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10018 rather than m68k-*-* since it is not known to work on
10019 m68k-aout. Ditto for arm-*-*oabi.
10020
10021 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10022
10023 * configure.in (*-*-windows*): Remove, no longer used.
10024
10025 1999-02-19 Ben Elliston <bje@cygnus.com>
10026
10027 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10028 Smart and improved by Andrew Cagney.
10029
10030 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10031
10032 * config.guess: Recognize openbsd-*-hppa.
10033
10034 1999-02-17 H.J. Lu (hjl@gnu.org)
10035
10036 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10037 only if it is not empty.
10038
10039 1999-02-17 Nick Clifton <nickc@cygnus.com>
10040
10041 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10042
10043 * config.guess: Modified to recognize uname's armv* syntax.
10044
10045 * config.sub: Modified to recognize uname's armv* syntax.
10046
10047 1999-02-17 Mark Salter <msalter@cygnus.com>
10048
10049 * configure.in: Added target-bsp for sparclite.
10050
10051 1999-02-08 Richard Henderson <rth@cygnus.com>
10052
10053 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10054
10055 1999-02-08 Nick Clifton <nickc@cygnus.com>
10056
10057 * configure.in: Add support for strongarm port.
10058 * config.sub: Add support for strongarm target.
10059
10060 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10061
10062 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10063 the old name config/mh-cygwin32.
10064 Enable texinfo.
10065
10066 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10067
10068 * configure.in: Do build ld for ix86 Solaris.
10069
10070 1999-02-02 Jim Wilson <wilson@cygnus.com>
10071
10072 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10073 $AR_FOR_TARGET. Likewise for RANLIB.
10074
10075 1999-02-02 Catherine Moore <clm@cygnus.com>
10076
10077 * config.sub (oabi): Recognize.
10078 * configure.in (arm-*-oabi): Handle.
10079
10080 1999-01-30 Robert Lipe (robertlipe@usa.net)
10081
10082 * config.guess: Improve detection of i686 on UnixWare 7.
10083
10084 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10085
10086 * config.guess: Add support for i386-pc-interix.
10087 * config.sub: Likewise.
10088 * configure.in: Likewise.
10089
10090 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10091
10092 * Makefile.in: Remove unneeded all-target-libio from
10093 from all-target-winsup target since it is now unneeded.
10094 Add all-target-libtermcap in its place since it is now
10095 needed.
10096
10097 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10098
10099 * configure.in: makefile stub for cygwin target is probably
10100 unnecessary. Remove it for now.
10101
10102 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10103
10104 * configure.in: libtermcap.a should be built when cygwin is the
10105 target as well as the host.
10106 * config.guess: Allow mixed case in cygwin uname output.
10107 * Makefile.in: Add libtermcap target.
10108
10109 1998-12-23 Jeffrey A Law (law@cygnus.com)
10110
10111 * config.sub: Clean up handling of hppa2.0.
10112
10113 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10114
10115 * config.guess: Use C code to identify more HP machines.
10116
10117 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10118
10119 * config.sub: Handle hppa2.0.
10120
10121 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10122
10123 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10124 cygmon for all sparclite targets, regardless of object format.
10125
10126 1998-12-15 Mark Salter <msalter@cygnus.com>
10127
10128 * configure.in: Added target-bsp for several target architectures.
10129
10130 * Makefile.in: Added rules for bsp.
10131
10132 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10133
10134 * config.guess: Improve detection of hppa2.0 processors.
10135
10136 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10137
10138 * config.guess: Recognize FreeBSD using ELF automatically.
10139
10140 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10141
10142 * configure (skip-this-dir): Add handling for new shell script, which
10143 might be created by a sub-directory's configure to indicate, this particular
10144 directory is "unwanted".
10145 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10146
10147 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10148
10149 * ltconfig: import from libtool, after changing libtool to
10150 account for the cygwin name change.
10151
10152 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10153
10154 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10155 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10156
10157 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10158
10159 * configure.in: Add libtermcap to list of cygwin dependencies.
10160
10161 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10162
10163 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10164 they include winsup/include when it's a cygwin target.
10165
10166 1998-11-12 Tom Tromey <tromey@cygnus.com>
10167
10168 * configure.in (host_tools): Added zip.
10169 * Makefile.in (all-target-libjava): Depend on all-zip.
10170 (all-zip): New target.
10171 (ALL_MODULES): Added all-zip.
10172 (NATIVE_CHECK_MODULES): Added check-zip.
10173 (INSTALL_MODULES): Added install-zip.
10174 (CLEAN_MODULES): Added clean-zip.
10175
10176 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10177
10178 * Makefile.in: lose "32" from comment about cygwin.
10179
10180 1998-11-05 Nick Clifton <nickc@cygnus.com>
10181
10182 * configure.in: Use -Os to build target libraries for the fr30.
10183
10184 1998-11-04 Dave Brolley <brolley@cygnus.com>
10185
10186 * config.sub: Add fr30.
10187
10188 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10189
10190 * configure.in: drop "32" from config/mh-cygwin32. Check
10191 cygwin* instead of cygwin32*.
10192 * config.sub: Check cygwin* instead of cygwin32*.
10193
10194 1998-10-22 Robert Lipe <robertl@dgii.com>
10195
10196 * config.guess: Match any version of Unixware7.
10197
10198 1998-10-20 Syd Polk <spolk@cygnus.com>
10199
10200 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10201 if desired.
10202
10203 1998-10-18 Jeffrey A Law (law@cygnus.com)
10204
10205 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10206 these if the appropriate directories and files to not exist.
10207
10208 1998-10-14 Jeffrey A Law (law@cygnus.com)
10209
10210 * Makefile.in (DEVO_SUPPORT): Add config.if.
10211
10212 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10213
10214 * configure: Add pattern to replace "build_tooldir"'s
10215 definition in the generated Makefile with "tooldir"'s
10216 actual value.
10217
10218 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10219
10220 * config.sub: Bring back lost sparcv9.
10221
10222 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10223
10224 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10225
10226 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10227 CC_FOR_TARGET and friends.
10228
10229 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10230
10231 * Makefile.in (build_tooldir): New variable, same as tooldir.
10232 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10233 -B$(build_tooldir)/bin/.
10234 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10235
10236 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10237
10238 * config.sub: Add support for i[34567]86-pc-udk.
10239 * configure.in: Likewise.
10240
10241 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10242
10243 * Makefile.in: add bzip2 package building bits for user
10244 tools module
10245 * configure.in: ditto
10246
10247 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10248
10249 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10250 (ALL_TARGET_MODULES): Add all-target-libobjc.
10251 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10252 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10253 (all-target-libchill): Add dependencies.
10254 * configure.in (target_libs): Add libchill.
10255
10256 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10257
10258 * configure.in (target_subdir): Remove duplicate line.
10259
10260 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10261
10262 * Makefile.in (all-automake): fix dependencies.
10263
10264 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10265
10266 * configure.in: Minor cleanups for building in the $(target_alias)
10267 subdir.
10268
10269 1998-09-22 Jim Wilson <wilson@cygnus.com>
10270
10271 * Makefile.in (bootstrap): Set r and s before make all. Use
10272 BASE_FLAGS_TO_PASS in make all.
10273 (cross): Likewise.
10274
10275 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10276
10277 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10278
10279 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10280
10281 * config.sub: Fix typo in last change.
10282
10283 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10284
10285 * config.sub: Add support for C4x target.
10286 * configure.in: Likewise.
10287
10288 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10289
10290 * config.sub: Recognize sparcv9 just like sparc64.
10291
10292 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10293
10294 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10295
10296 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10297
10298 * config.guess: Correctly identify Pentium II sco boxes.
10299
10300 * config.guess: Fix "tr" code. From Weiwen Liu.
10301
10302 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10303
10304 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10305 stabs.
10306
10307 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10308
10309 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10310 (ALL_TARGET_MODULES): Add all-target-libchill.
10311 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10312 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10313 (all-target-libchill): Add dependencies.
10314 * configure.in (target_libs): Add libchill.
10315
10316 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10317
10318 * config.guess: Avoid assumptions about "tr" behaves when
10319 LANG is set to something other than English.
10320
10321 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10322
10323 * configure (gxx_include_dir): Changed to
10324 '${prefix}/include/g++'-${libstdcxx_interface}.
10325
10326 * config.if: New to determine the interfaces.
10327
10328 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10329
10330 * config.guess: Detect and handle MPE/IX.
10331 * config.sub: Deal with MPE/IX.
10332
10333 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10334
10335 * configure.in: Use mh-aix43.
10336
10337 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10338
10339 * configure: Fix --without/--disable cases for gxx-include-dir.
10340
10341 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10342
10343 * mdata-sh: Imported. Needed for automake support.
10344
10345 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10346
10347 * Makefile.in (taz): Try "chmod -R og=u ." before
10348 "chmod og=u `find . -print`".
10349
10350 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10351
10352 * configure.in: Add arm-elf and thumb-elf support.
10353
10354 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10355
10356 * Makefile.in: Undo previous patch.
10357
10358 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10359
10360 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10361 to here ...
10362 (install-no-fixedincludes): and here
10363 (INSTALL_MODULES): ... from here.
10364
10365 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10366
10367 * config.sub: Merge with FSF.
10368
10369 * config.guess: Merge with FSF.
10370
10371 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10372
10373 * configure (extraconfigdirs): New variable.
10374 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10375 * Makefile.in (all): Move higher in file.
10376 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10377 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10378 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10379 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10380 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10381
10382 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10383
10384 * Makefile.in (all-target-libjava): Depend on all-gcc and
10385 all-target-newlib.
10386 (configure-target-libjava): Depend on $(ALL_GCC).
10387
10388 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10389
10390 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10391 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10392
10393 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10394
10395 * ylwrap: Change absolute path checks to check for DOS style path
10396 names.
10397
10398 * ylwrap: Don't use a full path name if the source file is in the
10399 same directory. From hjl@lucon.org (H.J. Lu).
10400
10401 * config-ml.in: Default to being verbose, to match Feb 18 change to
10402 configure.
10403
10404 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10405
10406 Brought over from egcs:
10407
10408 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10409
10410 * configure.in (target_subdir): Set to ${target_alias} instead
10411 of "libraries".
10412
10413 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10414
10415 * configure.in (target_subdir): Set to libraries if enable_multilib.
10416
10417 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10418
10419 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10420 multilibs, force reconfiguration the first time we create
10421 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10422
10423 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10424
10425 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10426 avoid confusion with --no-recursion.
10427
10428 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10429
10430 * configure.in: Win32 hosts shouldn't use install -x
10431 * install-sh: remove -x option, and special .exe-handling
10432 hack.
10433
10434 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10435
10436 * config.guess: Recognize i586-pc-beos.
10437 * configure.in: Don't build some bits for beos.
10438
10439 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10440
10441 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10442 CFLAGS default to -O2.
10443
10444 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10445 when using GNU ld.
10446
10447 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10448
10449 * ltmain.sh: Correct install when using a different shell.
10450
10451 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10452
10453 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10454
10455 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10456
10457 * makefile.vms: Update to build binutils/makefile.vms. Add install
10458 target.
10459
10460 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10461
10462 * ltconfig: Update to correct AIX handling.
10463
10464 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10465
10466 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10467
10468 * configure.in (target_subdir): Set to ${target_alias} instead
10469 of "libraries".
10470
10471 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10472
10473 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10474 (Makefile): Depend on $(gcc_version_trigger).
10475
10476 * configure (gcc_version): Change default initializer to empty
10477 string.
10478 (gcc_version_trigger): New variable; pass this variable down
10479 to subdir configures to enable them checking gcc's version
10480 themselves. Emit make macros for both gcc_version vars.
10481 (topsrcdir): Initialize reliably.
10482 (recursion line): Remove --with-gcc-version=${gcc_version}.
10483
10484 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10485
10486 * configure (enable_version_specific_runtime_libs): Implement new flag
10487 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10488 in $(libsubdir); emit definition in each generated Makefile.
10489 (gxx_include_dir): Initialize depending on
10490 $enable_version_specific_runtime_libs.
10491
10492 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10493
10494 * configure (gcc_version): Initialize properly depending on
10495 how and where configure is started.
10496 (recursion line): Pass a --with-gcc-version=${gcc_version}
10497 to configures in subdirs.
10498
10499 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10500
10501 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10502 cygmon
10503
10504 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10505
10506 * configure.in: Add cygmon and libstub support for mn10200.
10507
10508 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10509
10510 * configure (gcc_version): Add new variable describing the
10511 particular gcc version we're building.
10512 * Makefile.in (libsubdir): Add new macro for the directory
10513 in which the compiler finds executables, libraries, etc.
10514 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10515 and libsubdir.
10516
10517 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10518
10519 * Makefile.in (local-clean): Remove *.log.
10520 (warning.log): Built with warn_summary from build.log.
10521 (mail-report.log): Run test_summary.
10522 (mail-report-with-warnings.log): Run test_summary including
10523 warning.log in the report.
10524
10525 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10526
10527 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10528
10529 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10530
10531 * Makefile.in (grep): Grep no longer depends on libiberty.
10532
10533 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10534
10535 * Makefile.in: all-snavigator needs all-libgui.
10536
10537 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10538
10539 * configure.in: Add cygmon and libstub support for mn10300.
10540
10541 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10542
10543 * missing: Update to version from automake 1.3.
10544
10545 * ltmain.sh: On installation, don't get confused if the same name
10546 appears more than once in the list of library names.
10547
10548 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10549
10550 * config.sub: Accept m68060 and m5200 as CPU names.
10551
10552 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * configure: Use && rather than using -a in test, because odd
10555 strings can confuse test.
10556 * configure.in: Likewise.
10557
10558 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10559
10560 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10561
10562 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10563
10564 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10565 bootstrap4-lean): New targets.
10566
10567 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10568
10569 * mpw-* Delete. Not used.
10570
10571 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10572
10573 * COPYING.LIB: Update FSF address.
10574
10575 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10576
10577 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10578
10579 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10580 GAS_SUPPORT_DIRS.
10581
10582 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10583
10584 * ltconfig, ltmain.sh: Avoid producing a version number if
10585 -version-info was not used.
10586
10587 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10588
10589 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10590 building with newlib.
10591
10592 1998-04-30 Paul Eggert <eggert@twinsun.com>
10593
10594 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10595 Solaris `make' causes it to continue to next definition.
10596
10597 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10598
10599 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10600 the right GUI libraries and files are installed along with GDB.
10601
10602 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10603
10604 * configure.in: Change alpha to alpha* in several places.
10605
10606 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10607
10608 * config.sub: Recognize sparc86x.
10609
10610 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10611
10612 * configure.in (--enable-target-optspace): Remove debug echo.
10613
10614 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10615
10616 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10617
10618 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10619
10620 * ltconfig: Update cygwin32 support.
10621
10622 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10623 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10624 (GDB_SUPPORT_DIRS): Likewise.
10625
10626 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10627
10628 * configure.in (target_makefile_frag): If --enable-target-optspace,
10629 use -Os to compile target libraries rather than -O2. Default to
10630 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10631 not used.
10632 * configure.in (target_cflags): Ditto for d30v.
10633
10634 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10635
10636 * Makefile.in (all-bfd): Depend on all-intl.
10637 (all-binutils): Likewise.
10638 (all-gas): Likewise.
10639 (all-gprof): Likewise.
10640 (all-ld): Likewise.
10641
10642 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10643
10644 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10645
10646 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10647
10648 * Makefile.in (all-bfd): Depend upon all-libiberty.
10649
10650 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10651
10652 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10653
10654 * Makefile.in: Add libstub.
10655
10656 * configure.in: Ditto. Build libstub for targets that have cygmon
10657 support.
10658
10659 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10660
10661 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10662
10663 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10664
10665 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10666 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10667
10668 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10669
10670 * configure: Define DEFAULT_M4 by searching PATH.
10671 * Makfile.in: Use DEFAULT_M4.
10672
10673 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10674
10675 * ltconfig: Add cygwin32 support.
10676
10677 * Makefile.in, configure.in: Add libtool as a native only directory
10678 to configure and build.
10679
10680 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10681
10682 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10683
10684 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10685
10686 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10687
10688 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10689
10690 * Makefile.in: add ash make rules
10691 * configure.in: add ash to native_only and host_tools lists
10692
10693 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10694
10695 * Makefile.in (all-gettext, all-intl): New targets.
10696 (ALL_MODULES): Added all-gettext, all-intl.
10697 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10698 (INSTALL_MODULES): Added install-gettext, install-intl.
10699 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10700
10701 * configure.in (host_tools): Added gettext.
10702 (native_only): Likewise.
10703 (noconfigdirs) [various cases]: Likewise.
10704 (host_libs): Added intl.
10705
10706 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10707
10708 * configure: Do not disable building gdbtk for cygwin32 hosts.
10709
10710 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10711
10712 * configure.in: Add thumb-coff target.
10713 * config.sub: Add thumb-coff target.
10714
10715 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10716
10717 * Makefile.in: Revert yesterday's change.
10718 (all-target-winsup): all-target-librx stays out of here.
10719
10720 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10721
10722 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10723 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10724 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10725 Remove references to librx and libg++.
10726
10727 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10728
10729 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10730 recursive makes
10731
10732 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10733
10734 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10735 for newlib directory.
10736 (CXX_FOR_TARGET): Likewise.
10737
10738 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10739
10740 * ltconfig: Update after libtool/ltconfig.in change for
10741 hpux11.
10742
10743 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10744
10745 * ltconfig, ltmain.sh: Update to libtool 1.2.
10746
10747 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10748
10749 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10750 (install-gcc-cross): Instead, override LANGUAGES here.
10751
10752 1998-03-18 Dave Love <d.love@dl.ac.uk>
10753
10754 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10755 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10756
10757 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10758
10759 * configure.in: Add Thumb-pe target.
10760
10761 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10762
10763 * Makefile.in - changed sn targets to snavigator
10764 * configure.in - changed sn targets to snavigator
10765
10766 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10767
10768 * config-ml.in: After building symlink tree call make distclean
10769 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10770 to be the case for libiberty.
10771
10772 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10773
10774 * configure: When making link, also check the current
10775 directory. The configure scripts may create one.
10776
10777 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10778
10779 * config.sub: Accept alphapca56 and alphaev6 properly.
10780
10781 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10782
10783 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10784
10785 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10786
10787 * config.sub (sco5): Fix typo.
10788
10789 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10790
10791 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10792 install-itcl.
10793 (install-itcl): Remove dependency on install-tcl.
10794
10795 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10796
10797 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10798
10799 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10800
10801 * configure.in: Don't build libgui for a cygwin32 target when not on
10802 a cygwin32 host.
10803
10804 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10805
10806 * configure (redirect): Set to null, so default behavior of
10807 configure is now --verbose.
10808
10809 1998-02-16 Dave Love <d.love@dl.ac.uk>
10810
10811 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10812 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10813
10814 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10815
10816 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10817 this change to sync Makefile.in with its ChangeLog entries.
10818
10819 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10820
10821 * ltmain.sh (mkdir): Check that the directory doesn't exist
10822 before we exit with error, so that we don't get races during
10823 parallel builds.
10824
10825 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10828
10829 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10830
10831 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10832 PICFLAG_FOR_TARGET.
10833 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10834
10835 * configure: Emit a definition for the new macro enable_shared
10836 into each Makefile.
10837
10838 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10839
10840 * configure.in (host_tools, native_only): Add libtool.
10841
10842 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10843
10844 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10845 Fix typo in ming config comment.
10846
10847 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10848
10849 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10850
10851 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10852
10853 * config.sub: Add tic30 cases, and map c30 to tic30.
10854
10855 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10856
10857 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10858 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10859 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10860 (CLEAN_TARGET_MODULES): Similarly
10861 (all-target-libf2c): Add dependences.
10862 * configure.in (target_libs): Add libf2c.
10863
10864 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10865
10866 * configure.in: Remove expect from noconfigdirs when target
10867 is cygwin32. OK to build expect and dejagnu with Canadian
10868 Cross.
10869
10870 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10871
10872 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10873 host.
10874
10875 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10876 and mingw32.
10877
10878 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10879
10880 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10881 here as it is not defined in the toplevel Makefile.
10882
10883 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10884
10885 * configure (package_makefile_rules_frag): New variable, which names
10886 a file with generic rules, ...
10887 Change comment to mention we now have FIVE parts.
10888 * configure: Undo last change.
10889
10890 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10891
10892 * config.guess: More accurate determination of HP processor types.
10893 * config.sub: More accurate determination of HP processor types.
10894
10895 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10896
10897 * configure (package_makefile_frag): Move inserting the
10898 ${package_makefile_frag} to where it should be according
10899 to the comment.
10900
10901 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10902
10903 * config.guess: Add support for Linux/ARM.
10904
10905 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10906
10907 * .cvsignore: Remove *-info and *-install since they match
10908 release-info and mpw-install, which we don't want to just ignore.
10909
10910 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10911
10912 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10913
10914 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10915
10916 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10917 local_prefix to sub-make invocations.
10918
10919 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10920
10921 * configure.in: Check makefile fragments in the source
10922 directory.
10923
10924 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10925
10926 * configure.in: Check whether host and target makefile
10927 fragments exist before adding them to *_makefile_frag.
10928
10929 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10930
10931 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10932
10933 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10934
10935 * configure.in: Make sure we only replace RPATH_ENVVAR on
10936 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10937 regexp to sed.
10938
10939 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10940 to sub-makes.
10941
10942 1998-01-13 Lee Iverson (leei@ai.sri.com)
10943
10944 * config-ml.in (multi-do): LDFLAGS must include multilib
10945 designator.
10946
10947 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10948
10949 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10950
10951 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10952
10953 * config.sub: Add mingw32 support.
10954 * configure.in: Likewise.
10955
10956 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10957
10958 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10959
10960 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10961
10962 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10963 * configure (gxx_include_dir): Provide a definition for subdirs
10964 which do not use autoconf.
10965
10966 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10967
10968 * config.guess: Sync with egcs. Picks up new alpha support,
10969 BeOS & some additional linux support.
10970
10971 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10972
10973 * config.guess: HP 9000/803 is a PA1.1 machine.
10974
10975 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10976
10977 * configure.in: It's alpha*-...
10978
10979 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10980
10981 * configure.in (host_makefile_frag, target_makefile_frag):
10982 Handle multiple config files.
10983 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10984 alpha-*-*.
10985
10986 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10987
10988 * mkdep: New file.
10989
10990 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10991
10992 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10993
10994 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10995
10996 * Makefile.in: Add libgui directory.
10997 (GDB_TK): Add all-libgui.
10998 * configure.in: Add libgui directory.
10999 * configure: Add all-libgui to GDB_TK.
11000
11001 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11002
11003 * config-ml.in (multidirs): Add m32r to multilib list.
11004
11005 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11006
11007 * Makefile.in (all-target-gperf): Change dependency to
11008 all-target-libstdc++.
11009
11010 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11011
11012 * config.guess: Add BeOS support.
11013
11014 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11015
11016 Source directory cvs renamed to cvssrc:
11017 * configure.in (host_tools): Change cvs to cvssrc.
11018 (native_only): Likewise.
11019 (noconfigdirs) [various cases]: Likewise.
11020 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11021 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11022 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11023 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11024 (all-cvssrc): Rename target from all-cvs.
11025
11026 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11027
11028 * configure (gxx_include_dir): Fix thinko.
11029
11030 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11031
11032 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11033 (install-cross, install-gcc-cross): New targets.
11034
11035 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11036
11037 * configure.in (noconfigdirs): Add support for Thumb target.
11038
11039 * config.sub (maybe_os): Add support for Thumb target.
11040
11041 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11042
11043 * Makefile.in: Add rules for cygmon.
11044
11045 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11046
11047 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11048
11049 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11050 * configure (gxx_include_dir): Provide a definition for subdirs
11051 which do not use autoconf.
11052
11053 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11054
11055 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11056 11/18/97 build
11057
11058 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11059
11060 * From Franz Sirl.
11061 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11062 found on RedHat Linux systems.
11063
11064 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11065
11066 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11067 guesses.
11068
11069 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11070
11071 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11072
11073 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11074
11075 * ltmain.sh: If mkdir fails, check whether the directory was created
11076 anyhow by some other process.
11077
11078 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11079
11080 * configure.in (d30v-*-*): Configure all directories.
11081
11082 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11083
11084 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11085 for the D30V.
11086
11087 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11088
11089 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11090
11091 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11092
11093 * include/libiberty.h: Add extern "C" { so it can be used with C++
11094 progrms.
11095 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11096 programs.
11097
11098 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11099
11100 * configure.in (d30v-*-*): Configure GCC now.
11101
11102 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11103
11104 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11105 is no longer needed.
11106
11107 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11108
11109 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11110
11111 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11112
11113 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11114 targets using "$@" to provide support for similar but not identical
11115 targets without having to duplicate code.
11116
11117 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11118
11119 * makefile.vms: Fix to work with DEC C.
11120
11121 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11122
11123 * config.sub: Add mips-tx39-elf to marketing names.
11124
11125 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11126
11127 * ltmain.sh: Handle symlinks in generated script.
11128
11129 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11130
11131 * configure: Handle autoconf style directory options: --bindir,
11132 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11133 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11134 --sysconfdir.
11135 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11136 (sharedstatedir, localstatedir, oldincludedir): New variables.
11137 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11138 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11139 sbindir, sharedstatedir, and sysconfdir.
11140
11141 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11142
11143 * Makefile.in (bootstrap-lean): New target.
11144
11145 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11146
11147 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11148 sn, and gnuserv from noconfigdirs.
11149
11150 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11151
11152 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11153
11154 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11155
11156 * Makefile.in (cross): New target.
11157
11158 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11159 Jeff Law <law@cygnus.com>
11160
11161 * Makefile.in (bootstrap2, bootstrap3): New targets.
11162 (all-bootstrap): Remove outdated and confusing target.
11163 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11164
11165 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11166
11167 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11168 windows. Consistent with gdb/configure.
11169
11170 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11171
11172 * configure.in: Name Linux target fragment.
11173
11174 * configure: Rewrite so that project Makefile fragment is inserted
11175 first and appears last in the resulting Makefile.
11176
11177 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11178
11179 * Makefile.in (install-itcl): Install tcl first.
11180
11181 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11182
11183 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11184
11185 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11186
11187 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11188
11189 * configure.in (skipdirs): Add target-librx for Linux.
11190 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11191
11192 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11193
11194 * Makefile.in (bootstrap): New target.
11195
11196 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11197
11198 * config.sub: Accept 'amigados' for backward compatability.
11199
11200 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11201
11202 * config.guess: Merge with FSF.
11203
11204 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11205
11206 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11207
11208 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11209
11210 * config.sub: Add "marketing-names" patch.
11211
11212 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11213
11214 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11215
11216 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11217
11218 * config.sub: Handle v850-elf.
11219
11220 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11221
11222 * .cvsignore (*-install): Remove.
11223
11224 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11225
11226 * ltconfig: Set CONFIG_SHELL in libtool.
11227 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11228
11229 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11230
11231 * configure.in (target_subdir): Set to libraries if enable_multilib.
11232
11233 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11234
11235 * config.guess: Update from gcc directory.
11236
11237 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11238
11239 * Makefile.in (all-sim): Depends on all-readline.
11240
11241 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11242
11243 * Makefile.in (BISON, YACC): Use $$s.
11244 (all-bison): Depend on all-texinfo.
11245
11246 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11247
11248 * Makefile.in (BISON): Add -L flag.
11249 (YACC): Likewise.
11250
11251 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11252
11253 * configure.in (noconfigdirs): Add support for v850e target.
11254
11255 * config.sub (maybe_os): Add support for v850e target.
11256
11257 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11258
11259 * configure.in (noconfigdirs): Add support for v850ea target.
11260
11261 * config.sub (maybe_os): Add support for v850ea target.
11262
11263 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11264
11265 * config.sub: Add mipstx39. Delete r3900.
11266
11267 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11268
11269 * Makefile.in (all-autoconf): Depends on all-texinfo.
11270
11271 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11272
11273 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11274 eabi targets.
11275
11276 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11277
11278 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11279
11280 * configure: When handling a Canadian Cross, handle YACC as well as
11281 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11282 * Makefile.in (all-bison): Depend upon all-texinfo.
11283
11284 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11285
11286 * Makefile.in (BISON): bison, not byacc or bison -y.
11287 (YACC): bison -y or byacc or yacc.
11288 (various): Add *-bison as appropriate.
11289 (taz): No need to mess with BISON anymore.
11290
11291 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11292
11293 * configure: If OSTYPE matches *win32*, try to find a good value for
11294 CONFIG_SHELL.
11295
11296 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11297
11298 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11299 configure.in if it is present.
11300
11301 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11302
11303 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11304
11305 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11306
11307 * config.sub: Recognize `arc' cpu.
11308 * configure.in: Likewise.
11309 * config-ml.in: Likewise.
11310
11311 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11312
11313 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11314
11315 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11316
11317 * configure: Changed sed delimiter from ':' to '|' when
11318 attempting to substitute ${config_shell} for SHELL. On
11319 NT ${config_shell} may contain a ':' in it.
11320
11321 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11322
11323 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11324
11325 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11326
11327 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11328
11329 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11332
11333 * ylwrap: If the program is a relative path, force it to be
11334 absolute.
11335
11336 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11337
11338 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11339
11340 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11341
11342 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11343 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11344 for libraries.
11345
11346 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11347
11348 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11349 separated by spaces.
11350
11351 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11352
11353 * ylwrap: New file.
11354 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11355
11356 * ltmain.sh: Handle /bin/sh at start of install program.
11357
11358 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11359
11360 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11361 * missing: New file, from automake 1.2.
11362
11363 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11364
11365 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11366 check-tk to CHECK_X11_MODULES.
11367
11368 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11369
11370 * config.sub: Merge with FSF.
11371
11372 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11373
11374 * config.guess: Merge with FSF.
11375
11376 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11377
11378 * configure: Treat msdosdjgpp like go32.
11379 * configure.in: Likewise. Don't remove gprof for go32.
11380
11381 * configure: Change Makefile.tem2 to Makefile.tm2.
11382
11383 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11384
11385 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11386
11387 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11388
11389 * install-sh (chmodcmd): Set to null if the DST directory already
11390 exists. Same as Nov 11th change.
11391
11392 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11393
11394 * configure (GDB_TK): Needs itcl and tix.
11395
11396 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11397
11398 * config.guess: Update from FSF.
11399
11400 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11401
11402 * Makefile.in (GDB_TK): Depend on itcl and tix.
11403
11404 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11405
11406 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11407 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11408 (INSTALL_SCRIPT): New variable.
11409 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11410 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11411 to -x.
11412 * install-sh: Add support for -x option.
11413
11414 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11415
11416 * configure.in, Makefile.in: Treat tix like itcl.
11417
11418 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11419
11420 * Makefile.in (WINDRES): New variable.
11421 (WINDRES_FOR_TARGET): New variable.
11422 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11423 (EXTRA_HOST_FLAGS): Add WINDRES.
11424 (EXTRA_TARGET_FLAGS): Add WINDRES.
11425 (EXTRA_GCC_FLAGS): Add WINDRES.
11426 ($(DO_X)): Pass down WINDRES.
11427 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11428 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11429 DLLTOOL_FOR_TARGET.
11430
11431 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11432
11433 * configure.in: configure sim before gdb for win32-x-ppc
11434
11435 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11436
11437 Move gperf into the toplevel, from libg++.
11438 * configure.in (target_tools): Add target-gperf.
11439 (native_only): Add target-gperf.
11440 * Makefile.in (all-target-gperf): New target, depend on
11441 all-target-libg++.
11442 (configure-target-gperf): Empty rule.
11443 (ALL_TARGET_MODULES): Add all-target-gperf.
11444 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11445 (CHECK_TARGET_MODULES): Add check-target-gperf.
11446 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11447 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11448
11449 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11450
11451 * config.sub (mn10200): Recognize new basic machine.
11452
11453 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11454
11455 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11456 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11457
11458 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11459
11460 * configure.in: If we're building mips-sgi-irix6* native, turn on
11461 ENABLE_MULTILIB and set TARGET_SUBDIR.
11462
11463 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11464
11465 * Makefile.in (all-sn): Depend on all-grep.
11466
11467 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11468
11469 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11470
11471 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11472 Makefile. From Jeff Makey <jeff@cts.com>.
11473 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11474
11475 * Makefile.in (DISTBISONFILES): Remove.
11476 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11477 $(DEFAULT_YACC).
11478
11479 * configure.in: Build itl, db, sn, etc., when building for native
11480 cygwin32.
11481
11482 * Makefile.in (LD): New variable.
11483 (EXTRA_HOST_FLAGS): Pass down LD.
11484 ($(DO_X)): Likewise.
11485
11486 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11487
11488 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11489
11490 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11491
11492 * configure.in (targargs): Strip out any supplied --build argument
11493 before adding our own. Always add --build.
11494
11495 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11496
11497 * configure.in (targargs): Pass --build if we're doing
11498 a cross-compile.
11499
11500 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11501
11502 * configure: Use '|' instead of ":" as the separator in
11503 sed. Otherwise sed chokes on NT path names with drive
11504 designators. Also look for "?:*" as the leading characters in an
11505 absolute pathname.
11506
11507 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11508
11509 * config.sub: Support for r3900.
11510
11511 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11512
11513 * configure.in: Use install-sh, not install.sh.
11514
11515 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11516
11517 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11518 apply it twice.
11519
11520 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11523 install-binutils.
11524
11525 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11526
11527 * Makefile.in: Add automake targets.
11528 * configure.in (host_tools): Add automake.
11529
11530 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11531
11532 * configure: Default CXX to c++, not gcc.
11533 * Makefile.in (CXX): Set to c++, not gcc.
11534 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11535
11536 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11537
11538 * install-sh: try appending a .exe if source file doesn't
11539 exist
11540
11541 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11542
11543 * configure.in: Turn on multilib by default.
11544 (cross_only): Remove target-libiberty.
11545
11546 * Makefile.in (all-gcc): Don't depend on libiberty.
11547
11548 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11549
11550 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11551
11552 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11553
11554 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11555 (DISTBISONFILES): Add ld/Makefile.in
11556
11557 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11558
11559 * configure.in: if target is cygwin32 but host isn't cygwin32,
11560 don't configure gdb tcl tk expect, not just gdb.
11561
11562 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11563
11564 * configure.in: Added gnuserv everywhere sn appears.
11565
11566 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11567 (CROSS_CHECK_MODULES): Added check-gnuserv.
11568 (INSTALL_MODULES): Added install-gnuserv.
11569 (CLEAN_MODULES): Added clean-gnuserv.
11570 (all-gnuserv): New target.
11571
11572 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11573
11574 * config.guess: Fixes for MIPS OpenBSD systems.
11575
11576 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11577
11578 * Makefile.in (INSTALL_XFORM): Remove.
11579 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11580
11581 * mkinstalldirs: New file, copied from automake.
11582 * Makefile.in (installdirs): Rename from install-dirs. Use
11583 mkinstalldirs. Change all users.
11584 (DEVO_SUPPORT): Add mkinstalldirs.
11585
11586 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11587
11588 * install-sh: Rename from install.sh.
11589 * Makefile.in (INSTALL): Change install.sh to install-sh.
11590 (DEVO_SUPPORT): Likewise.
11591
11592 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11593 Graichen <graichen@rzpd.de>.
11594
11595 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11596
11597 * config.guess: Recognize OpenBSD systems correctly.
11598
11599 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11600
11601 * README, Makefile.in (ETC_SUPPORT): Remove references to
11602 cfg-paper*, configure.{texi,man,info*}._
11603
11604 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11605
11606 * Makefile.in (all.normal): Ensure that gcc is built after all
11607 the x11 - ie gdb - targets.
11608
11609 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11610
11611 * makefile.vms: Don't run conf-a-gas.
11612
11613 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11614
11615 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11616
11617 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11618
11619 * configure.in: Remove noconfigdirs case since gdb also
11620 configures and builds for tic80-coff.
11621
11622 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11623
11624 * configure: Set cache_file to config.cache.
11625 * Makefile.in (local-distclean): Remove config.cache.
11626
11627 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11628
11629 * COPYING: Update FSF address.
11630
11631 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11632
11633 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11634 noconfigdirs.
11635
11636 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11637
11638 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11639 MAKEDIRS, is empty.
11640
11641 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11642
11643 * config.sub: Tweak mn10300 entry.
11644
11645 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11646
11647 * configure.in (host_tools): Put sim before gdb, so gdb's
11648 configure.tgt can determine if the simulator was configured.
11649
11650 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11651
11652 * config.sub: Move BeOS $os case to be with other Cygnus
11653 local cases.
11654
11655 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11656
11657 * config.sub: Remove misplaced comment that broke Linux.
11658
11659 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11660
11661 * config.sub: Add BeOS support.
11662
11663 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11664
11665 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11666
11667 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11668
11669 * configure.in (noconfigdirs): Remove tcl and tk from
11670 noconfigdirs for cygwin32 builds.
11671
11672 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11673
11674 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11675
11676 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11677
11678 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11679 make-all.com, use makefile.vms instead.
11680
11681 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11682
11683 * config.sub: Accept -lnews*.
11684
11685 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11686
11687 * configure.in (noconfigdirs): Disable target-newlib,
11688 target-examples and target-libiberty for d30v.
11689
11690 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11691
11692 * configure.in (noconfigdirs): Enable ld for d30v.
11693
11694 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11695
11696 * configure.in (tic80-*-*): Build compiler.
11697
11698 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11699
11700 * configure.in (d30v-*): Remove sim directory from list of
11701 unsupported d30v directories
11702
11703 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11704
11705 * config.sub, configure.in: Add d30v target cpu.
11706
11707 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11708
11709 * makefile.vms: New file.
11710 * make-all.com: Remove.
11711
11712 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11713
11714 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11715
11716 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11717
11718 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11719
11720 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11721
11722 * Makefile.in (ALL_MODULES): Added all-db.
11723 (CROSS_CHECK_MODULES): Addec check-db.
11724 (INSTALL_MODULES): Added install-db.
11725 (CLEAN_MODULES): Added clean-db.
11726
11727 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11728
11729 * config.guess: Merge with latest FSF sources.
11730
11731 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11732
11733 * Makefile.in (ALL_MODULES): Added all-itcl.
11734 (CROSS_CHECK_MODULES): Added check-itcl.
11735 (INSTALL_MODULES): Added install-itcl.
11736 (CLEAN_MODULES): Added clean-itcl.
11737
11738 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11739
11740 * configure.in: build gdb for mn10200
11741
11742 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11743
11744 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11745
11746 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11747
11748 * configure.in (tic80-*-*): Turn off most targets right now.
11749
11750 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11751
11752 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11753 rather than the makeinfo program.
11754 (do-info): Depend upon all-texinfo.
11755
11756 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11757
11758 * configure.in: Remove uses of config/mh-linux.
11759
11760 * config.sub, config.guess: Merge with latest FSF sources.
11761
11762 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11763
11764 * config.sub (case $basic_machine): Add tic80 entries.
11765
11766 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11767
11768 * config.sub, config.guess: Merge with latest FSF sources.
11769
11770 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11771
11772 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11773 * mpw-config.in: Test for NewFolderRecursive.
11774 * mpw-install: Use symbolic name for startup filename.
11775 * mpw-README: Add various additional details.
11776
11777 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11778
11779 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11780
11781 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11782
11783 * configure.in: Do build gcc and the target libraries for
11784 the mn10200.
11785
11786 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11787
11788 * configure.in: don't avoid building gdb for mn10300 any more
11789 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11790 instead of single-quoting it.
11791
11792 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11793
11794 * configure.in: Don't use --with-stabs on IRIX 6.
11795
11796 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11797
11798 * configure.in (m32r): Build gdb, libg++ now.
11799
11800 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11801
11802 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11803 directories from noconfigdirs.
11804
11805 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11806
11807 * config.sub (basic_machine): added mips16 configuration
11808
11809 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11810
11811 * config.sub: Handle d10v-unknown.
11812
11813 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11814
11815 * config.sub: Handle v850-unknown.
11816
11817 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11818
11819 * Makefile.in: add findutils
11820 * configure.in: add findutils to list of host_tools
11821
11822 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11823
11824 * config.sub: Handle mn10200 and mn10300.
11825
11826 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11827
11828 * configure.in (d10v-*): Do not build librx.
11829
11830 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11831
11832 * configure.in (mn10300): Build everything except gdb & libgloss.
11833
11834 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11835
11836 * config.guess: Patch for Dansk Data Elektronik servers,
11837 from Niels Skou Olsen <nso@dde.dk>.
11838
11839 For ncr, use /bin/uname rather than uname, since GNU uname does not
11840 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11841
11842 Patch for MIPS R4000 running System V,
11843 from Eric S. Raymond <esr@snark.thyrsus.com>.
11844
11845 Fix thinko for nextstep.
11846
11847 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11848
11849 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11850 * config.guess: Guess mips-dec-mach_bsd4.3.
11851
11852 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11853 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11854 release numbers.
11855 * config.guess (mips-mips-riscos*): Emit just enough of the
11856 release number.
11857
11858 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11859 * config.guess (sparc-auspex-sunos*): Added.
11860 (f300-fujitsu-*): Added.
11861
11862 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11863 * config.guess: Recognize a Tadpole as a sparc.
11864
11865 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11866
11867 * config.guess: Don't assume that NextStep version is either 2 or
11868 3. NextStep 4 (aka OpenStep 4) has come out now.
11869
11870 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11871
11872 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11873 From Rik Faith <faith@cs.unc.edu>.
11874
11875 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11876
11877 * config.sub: Contributions from bug-gnu-utils to:
11878 Support plain "hppa" (no version given) architecture, reported by
11879 OpenStep.
11880 OpenBSD like NetBSD.
11881 LynxOs is not a hardware supplier.
11882
11883 * config.guess: Contributions from bug-gnu-utils to add support for:
11884 OpenBSD like NetBSD.
11885 Stratus systems.
11886 More Pyramid systems.
11887 i[n>4]86 Intel chips.
11888 M680[n>4]0 Motorola chips.
11889 Use unknown instead of lynx for hardware manufacturer.
11890
11891 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11892
11893 * install.sh (chmodcmd): Set to null if the DST directory already
11894 exists.
11895
11896 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11897
11898 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11899 not use mt-ppc target Makefile fragment any more.
11900
11901 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11902
11903 * configure.in (*-*-windows): Exclude everything but those dirs
11904 needed to build windows.
11905
11906 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11907
11908 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11909
11910 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11911
11912 * configure.in: Exclude mmalloc from i386-windows.
11913
11914 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11915
11916 * Undo my previous change.
11917
11918 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11919
11920 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11921 unconditionally.
11922 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11923
11924 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11925
11926 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11927 host to add it's own flags.
11928
11929 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11930
11931 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11932
11933 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11934
11935 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11936 (CXX_FOR_TARGET): Likewise.
11937 (GCC_FOR_TARGET): Define.
11938 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11939 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11940 CC_FOR_TARGET was specified on the command line.
11941 (MAKEOVERRIDES): Don't define.
11942
11943 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11944
11945 * configure.in (m32r): Fix spelling of libg++ libs.
11946
11947 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11948
11949 * config.sub (-apple*): Remove, now redundant.
11950
11951 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11952
11953 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11954
11955 * configure: Rework yesterday's sed script patch.
11956
11957 * config.sub: Merge with FSF.
11958
11959 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11960
11961 * config.guess: Merge from FSF.
11962
11963 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11964 * config.guess: Use pc instead of unknown, for pc clone systems.
11965 Change linux to linux-gnu.
11966
11967 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11968 * config.guess: Avoid non-portable tr syntax.
11969
11970 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11971
11972 * test-build.mk (HOLES): Add "xargs" for gdb.
11973
11974 * configure: Avoid hpux10.20 sed bug.
11975
11976 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11977
11978 * configure.in: Add support for windows host
11979 (that is a build done under the Microsoft build environment).
11980
11981 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11982
11983 * Makefile.in: Replace all uses of srcroot with s, to shrink
11984 command line lengths.
11985
11986 Patches from Geoffrey Noer <noer@cygnus.com>:
11987 * configure.in: If configuring for newlib, pass --with-newlib to
11988 subdirectories.
11989 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11990 -Bnewlib/ and -Lwinsup to gcc.
11991 (CXX_FOR_TARGET): Likewise.
11992
11993 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11994
11995 * Makefile.in (ETC_SUPPORT): Add configure.
11996
11997 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11998
11999 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12000 host configuration file.
12001
12002 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12003
12004 * configure.in: Break mn10x00 support into separate
12005 mn10200 and mn10300 configurations.
12006 * config.sub: Likewise.
12007
12008 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12009
12010 * configure.in: Add lots of stuff to noconfigdirs for
12011 the mn10x00 targets.
12012
12013 * config.sub, configure.in: Add mn10x00 support.
12014
12015 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12016
12017 * make-all.com: Call conf-a-gas, not config-a-gas.
12018
12019 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12020
12021 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12022 targets.
12023
12024 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12025
12026 * mpw-README: Add much more detail for native PowerMac.
12027 * mpw-install: New file.
12028 * mpw-configure: Add --norecursion and --help options.
12029 * mpw-config.in: Translate readme and install files when
12030 copying to objdir.
12031 * mpw-build.in: Don't always depend on byacc and flex.
12032 (install-only-top): New action.
12033
12034 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12035
12036 * configure.in: You can now configure GDB for the v850.
12037
12038 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12039
12040 * configure.in (noconfigdirs): Don't configure any C++ dirs
12041 if targeting D10V.
12042
12043 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12044
12045 * config.sub: Recognize mips64vr5000.
12046
12047 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12048
12049 * configure.in: Use a single line for host_tools and native_only.
12050
12051 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12052
12053 * config.sub, configure.in: Add entries for m32r.
12054
12055 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12056
12057 * Makefile.in (inet-install): Don't run install-gzip.
12058
12059 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12060
12061 * configure.in: Don't config lots of things for *-*-windows*.
12062
12063 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12064
12065 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12066 (host_libs, host_tools): Copy from configure.in.
12067 * mpw-configure: Don't complain about directories not found.
12068
12069 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12070
12071 * configure.in (i[345]86): Recognize i686 for pentium pro.
12072 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12073 file.
12074
12075 * config.guess (i[345]86): Ditto.
12076
12077 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12078
12079 * configure.in (noconfigdirs): Removed gdb for D10V.
12080
12081 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12082
12083 * configure.in: Remove ld, target-libio, target-libg++, and
12084 target-libstdc++ from noconfigdirs.
12085
12086 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12087
12088 * configure: Fix three locations where shell scripts were
12089 being run directly rather than with config_shell.
12090
12091 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12092
12093 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12094 * config.sub (basic_machine): Recognize v850.
12095
12096 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12097
12098 * mpw-configure: Handle multiple enable/disable options and
12099 pass them down recursively, handle -c and -s flags appropriately
12100 depending on choice of compiler, add escape mechanism for
12101 quoted arguments to gC.
12102
12103 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12104
12105 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12106 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12107 so that -mrelocatable-lib and -mno-eabi are used.
12108
12109 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12110 not support --print-multi-lib, don't abort.
12111
12112 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12113
12114 * make-all.com: Run config-a-gas.
12115 * setup.com: Don't copy subdirectory files around.
12116
12117 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12118
12119 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12120 target, it now compiles correctly.
12121
12122 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12123
12124 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12125
12126 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12127
12128 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12129
12130 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12131
12132 * configure.in (native_only): Add prms.
12133
12134 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12135
12136 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12137 (BINUTILS_SUPPORT_DIRS): Likewise.
12138
12139 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12140
12141 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12142 d10v support is added.
12143
12144 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12145
12146 * configure.in (d10v-*-*): New target.
12147
12148 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12149
12150 * config.guess (HP 9000/811): Recognize this as a PA1.1
12151 machine.
12152
12153 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12154
12155 * Makefile.in (do-tar-gz): New target, split out from tail end of
12156 taz target. Run each command separately, don't use pipes.
12157 (taz): Use it.
12158
12159 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12160
12161 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12162 * mpw-build.in: No builds should depend on building byacc or flex,
12163 they are assumed to be installed already.
12164
12165 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12166
12167 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12168 variable that CC_FOR_TARGET needs.
12169
12170 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12171
12172 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12173 options have changed since the last time the subdirectory was
12174 configured, and if it has, reconfigure.
12175 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12176 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12177
12178 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12179
12180 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12181 CLEAN_MODULES): Add bash.
12182 (all-bash): New target.
12183
12184 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12185
12186 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12187
12188 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12189
12190 * config.sub (basic_machine): Recognize d10v as a valid processor.
12191
12192 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12193
12194 * mpw-configure: Add support for --bindir.
12195 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12196
12197 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12198
12199 * configure.in: add bash, time, gawk to list of hosttools and things
12200 to only build for native toolchains
12201
12202 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12203
12204 * Makefile.in (docdir): Remove.
12205
12206 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12207
12208 * Makefile.in (datadir): Set to $(prefix)/share.
12209
12210 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12211
12212 * configure.in: build diff and patch for cygwin32-hosted
12213 toolchains.
12214
12215 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12216
12217 * config.sub: Accept -rtems*.
12218
12219 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12220
12221 * configure.in: enable dosrel for cygwin32-hosted builds,
12222 remove diff from the list of things not buildable
12223 via Canadian Cross
12224
12225 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12226
12227 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12228 don't get ". ".
12229
12230 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12231
12232 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12233
12234 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12235
12236 * Makefile.in (taz): Handle case where tex3patch didn't even get
12237 checked out. Also, if it was found, put the symlink in a new util
12238 subdirectory.
12239
12240 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12241
12242 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12243
12244 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12245
12246 * config.sub: Recognize -openvms.
12247 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12248 * make-all.com, setup.com: New files.
12249
12250 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12251
12252 * Makefile.in (taz): tex3patch moved to texinfo/util.
12253
12254 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12255
12256 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12257 * configure.in: remove make from disable-if-Can-Cross list
12258 enable gdb if ${host} and ${target} are cygwin32
12259
12260 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12261
12262 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12263 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12264
12265 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12266
12267 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12268 distinguish sysv/svr4/bsd variants.
12269 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12270
12271 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12272
12273 * configure.in: Added copyright notice.
12274 * move-if-change: Added copyright notice.
12275
12276 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12277
12278 * configure.in (powerpcle-*-solaris*): Until we get shared
12279 libraries working, don't build gdb, sim, make, tcl, tk, or
12280 expect.
12281
12282 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12283
12284 * config.guess: Merge with FSF:
12285
12286 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12287 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12288
12289 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12290 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12291
12292 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12293 * config.guess: Combine two OSF1 rules.
12294 Also recognize field test versions. From mjr@zk3.dec.com.
12295 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12296 because GNU uname does not support -p. From pmr@pajato.com.
12297
12298 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12299
12300 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12301
12302 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12303
12304 * mpw-README: Document GCCIncludes.
12305
12306 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12307
12308 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12309
12310 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12311
12312 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12313
12314 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12315
12316 * configure.in (*-*-cygwin32): Configure make.
12317
12318 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12319
12320 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12321
12322 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12323
12324 * Makefile.in (all-inet): Depend on all-perl.
12325
12326 * Makefile.in (inet-install): New target.
12327
12328 * Makefile.in (all-inet): Depend on all-tcl.
12329 (all-inet): Depend on all-send-pr.
12330
12331 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12332
12333 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12334 temporarily.
12335
12336 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12337
12338 * configure.in: Don't configure --with-gnu-ld on AIX.
12339
12340 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12341
12342 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12343
12344 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12345
12346 * Makefile.in (ALL_MODULES): Added all-inet.
12347 (CROSS_CHECK_MODULES): Added check-inet.
12348 (INSTALL_MODULES): Added install-inet.
12349 (CLEAN_MODULES): Added clean-inet.
12350 (all-indent): New target.
12351
12352 * configure.in (host_tools): Added inet.
12353 (native_only): Added inet.
12354 (noconfigdirs): Added inet.
12355
12356 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12357
12358 * configure.in: Don't configure libgloss if we are not configuring
12359 newlib.
12360
12361 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12362
12363 * configure.in: Don't configure libgloss for unsupported
12364 architectures.
12365
12366 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12367
12368 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12369
12370 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12371
12372 * Makefile.in (ALL_MODULES): Include all-apache.
12373 (CROSS_CHECK_MODULES): Include check-apache.
12374 (INSTALL_MODULES): Include install-apache.
12375 (all-apache): New target.
12376
12377 * configure.in: Added apache everywhere perl is seen.
12378
12379 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12380
12381 * Makefile.in: Add support for clean-{module} and
12382 clean-target-{module} rules.
12383
12384 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12385
12386 * configure.in (*-*-ose) do not build libgloss.
12387
12388 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12389
12390 * config.guess (prep*:SunOS:5.*:*): Turn into
12391 powerpele-unknown-solaris2.
12392
12393 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12394
12395 * configure.in: Permit --enable-shared to specify a list of
12396 directories.
12397
12398 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12399
12400 * configure.in (host==solaris): Pass only the first word of $CC
12401 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12402
12403 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12404
12405 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12406
12407 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12408
12409 * Makefile.in (ALL_MODULES): Include all-perl.
12410 (CROSS_CHECK_MODULES): Include check-perl.
12411 (INSTALL_MODULES): Include install-perl.
12412 (ALL_X11_MODULES): Include all-guile.
12413 (CHECK_X11_MODULES): Include check-guile.
12414 (INSTALL_X11_MODULES): Include install-guile.
12415 (all-perl): New target.
12416 (all-guile): New target.
12417
12418 * configure.in (host_tools): Include perl and guile.
12419 (native_only): Include perl and guile.
12420 (noconfigdirs): Don't build guile and perl; no ports have been
12421 done.
12422
12423 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12424
12425 * configure (--enable-*): Handle quoted option lists such as
12426 --enable-sim-cflags='-g0 -O' better.
12427
12428 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12429
12430 * Makefile.in ({,inst}all-target): New rule so we can make and
12431 install all of the target directories easily.
12432
12433 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12434
12435 * configure.in: Add missing global flag in sed substitution when
12436 deleting `target-' from ${configdirs}.
12437
12438 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12439
12440 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12441 option.
12442
12443 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12444 config/mh-necv4.
12445
12446 * install.sh: Correct misspelling of transformbasename.
12447
12448 * config.guess: Recognize mips-*-sysv*.
12449
12450 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12451
12452 * config.sub: Recognize mon960.
12453
12454 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12455
12456 * configure: Restore Canadian Cross handling of BISON and LEX,
12457 removed in Feb 20 change.
12458
12459 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12460
12461 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12462 Mention make install. Remove the old copyright date as well the
12463 clumsy and rather pointless copyright on the README file.
12464
12465 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12466
12467 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12468 Makefile after running symlink-tree, then run `make distclean' to
12469 avoid clobbering any generated files in srcdir.
12470
12471 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12472
12473 * configure.in (m68k-*-netbsd*): Build everything now.
12474
12475 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12476
12477 * Makefile.in (taz): Fix quoting.
12478
12479 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12480
12481 * configure.in (sparclet-*-*): Build everything now.
12482
12483 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12484
12485 * configure.in (m68k-*-linux*): New host.
12486
12487 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12488
12489 * configure: Check for bison before byacc.
12490
12491 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12492
12493 * Makefile.in configure: Change the way LEX and BISON/YACC are
12494 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12495 searching PATH. These are used as fallbacks by Makefile.in if
12496 flex/bison/byacc aren't in objdir.
12497
12498 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12499
12500 * Makefile.in: Make everything which depends upon all-bfd also
12501 depend upon all-opcodes, in case --with-commonbfdlib is used.
12502
12503 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12504
12505 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12506 building NT native compilers on Unix.
12507
12508 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12509
12510 * configure.in: Don't get CC from the host Makefile fragment if we
12511 can find gcc in PATH, or if this is a Canadian Cross. Move the
12512 Solaris test for /usr/ucb/cc to the post target script, just after
12513 the compiler sanity test.
12514
12515 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12516
12517 * config.sub: Merge with FSF.
12518
12519 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12520
12521 * Makefile.in (RPATH_ENVVAR): New variable.
12522 (REALLY_SET_LIB_PATH): Use it.
12523 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12524
12525 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12526
12527 * config.sub, configure.in: Recognize sparclet cpu.
12528
12529 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12530
12531 * config.guess: Support m68k-cbm-sysv4.
12532
12533 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12534
12535 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12536 m68k-unknown-linuxaout from linker help string. Put quotes around
12537 $ld_help_string.
12538
12539 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12540
12541 * config.guess (powerpc-harris-powerunix): Add guess for port
12542 to new target.
12543
12544 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12545
12546 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12547
12548 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12549
12550 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12551 $(REALLY_SET_LIB_PATH) in Makefile.
12552 * Makefile.in (SET_LIB_PATH): New variable.
12553 (REALLY_SET_LIB_PATH): New variable.
12554 ($(DO_X)): Use $(SET_LIB_PATH).
12555 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12556 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12557 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12558 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12559 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12560 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12561 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12562 (install-dosrel): Likewise.
12563 (all-opcodes): Depend upon all-libiberty.
12564
12565 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12566
12567 * config.guess (*:CYGWIN*): New
12568
12569 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12570
12571 * Makefile.in (all-target-winsup): All all-target-libiberty.
12572
12573 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12574
12575 * configure.in (noconfigdirs): Add missing # in front of comment.
12576
12577 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12578
12579 * configure.in: add second pass to things added to noconfigdirs
12580 so *-gm-magic can exclude libgloss properly.
12581
12582 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12583
12584 * mpw-configure (extralibs_name, rez_name): Set correctly
12585 for MWC68K compiler.
12586
12587 * mpw-README: Add more info on the necessary build tools.
12588
12589 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12590
12591 * configure.in, config.sub: Recognize cygwin32.
12592
12593 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12594
12595 * config.guess, config.sub: Recognize A/UX.
12596
12597 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12598
12599 * config.sub: Merge with gcc/config.sub.
12600
12601 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12602
12603 * mpw-build.in (do-binutils): Add build of stamps.
12604
12605 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12606
12607 * config.sub: Add recognition for mips64vr4100*-* targets.
12608
12609 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12610
12611 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12612 Add creation of gconfigargs with `--enable-shared' turned on.
12613 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12614 ($(host)-stamp-stage3-configured): Likewise.
12615 (HOLES): Add chatr and ldd.
12616 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12617
12618 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12619
12620 * configure: Pass --nfp to recursive configures.
12621
12622 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12623
12624 * Makefile.in (DLLTOOL): New.
12625 (DLLTOOL_FOR_TARGET): New.
12626 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12627 (EXTRA_TARGET_FLAGS): Ditto.
12628 (EXTRA_GCC_FLAGS): Ditto.
12629 (CONFIGURE_TARGET_MODULES): Ditto.
12630 (DO_X): Ditto.
12631 * configure: Add DLLTOOL.
12632
12633 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12634
12635 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12636 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12637 mh-sco, since old workarounds no longer needed, and don't
12638 build ld, since libraries have weak symbols in COFF.
12639
12640 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12641
12642 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12643
12644 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12645
12646 * configure.in: Make sure that ${CC} can be used to compile an
12647 executable.
12648
12649 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12650
12651 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12652 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12653 nothing depending on whether gdbtk is being built.
12654
12655 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12656
12657 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12658
12659 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12660
12661 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12662 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12663
12664 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12665
12666 * config-ml.in: Add support for
12667 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12668 Simplify setting of multidirs from --disable-foo.
12669
12670 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12671
12672 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12673 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12674 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12675 non-empty, pass them on to the GCC make.
12676 (all-bootstrap): New rule that is like all-gcc, except it executes
12677 the GCC bootstrap rule instead of the GCC all rule.
12678
12679 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12680
12681 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12682
12683 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12684
12685 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12686 DG/UX support.
12687
12688 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12689
12690 * config.sub (i*86*) Change [345] to [3456]
12691
12692 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12693
12694 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12695 --with-gnu-ld=no.
12696
12697 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12698
12699 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12700 AIX multilibs get built.
12701
12702 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12703
12704 * configure.in (i386-win32): Don't build expect if we're not
12705 building the tcl subdir.
12706
12707 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12708
12709 * Makefile.in: (configure-target-examples, all-target-examples):
12710 New targets, configure and build example programs.
12711
12712 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12713
12714 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12715 use it as input to sedit the generated MPW makefile.
12716 * mpw-README: Add a suggestion about Gestalt.h.
12717
12718 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12719
12720 * config.sub: Accept *-*-ieee*.
12721
12722 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12723
12724 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12725 Ronald F. Guilmette <rfg@monkeys.com>.
12726
12727 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12728
12729 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12730 for powerpc-pe native.
12731 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12732 (target==powerpc-pe): duplicate i386-win32 entry.
12733
12734 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12735
12736 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12737 of vxworks, not just vxworks5.1.
12738
12739 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12740
12741 * mpw-configure: Add support for exec-prefix.
12742
12743 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12744
12745 * config.guess: Recognize HP model 816 machines as having
12746 a PA1.1 processor.
12747
12748 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12749
12750 * configure: Ignore new autoconf configure options.
12751
12752 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12753
12754 * config.guess: Recognize Pentium under SCO.
12755 From Robert Lipe <robertl@arnet.com>.
12756
12757 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12758
12759 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12760
12761 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12762
12763 * configure.in: Don't configure gas for alpha-dec-osf*.
12764
12765 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * configure.in: Default to --with-stabs for some targets for which
12768 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12769 i[345]86*-*-unixware*.
12770
12771 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12772
12773 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12774 rather than basing it on the target. Simplify handling of options
12775 controlling which directories to configure. Remove extraneous
12776 slash in multi-clean target.
12777
12778 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12779
12780 * config-ml.in: Prefix more variables with ml_ so they don't collide
12781 with configure's.
12782
12783 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12784
12785 * configure: Don't turn -v into --v.
12786
12787 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12788
12789 * configure.in (targargs): Fix typo.
12790
12791 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12792
12793 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12794
12795 * configure.in: Strip --host and --target options from
12796 CONFIG_ARGUMENTS, and always configure for --host only. Add
12797 --with-cross-host option when building with a cross-compiler.
12798 * configure: Canonicalize the arguments put into config.status by
12799 always using `=' for an option with an argument. Pass a presumed
12800 --host or --target explicitly.
12801
12802 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12803
12804 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12805 into general OS recognition case.
12806
12807 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12808
12809 * configure.in (target_configdirs): add target-winsup only
12810 for win32 target systems.
12811
12812 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12813
12814 * Makefile.in (all-target-libgloss): Depend upon
12815 configure-target-newlib, since when libgloss is built it looks to
12816 see if the newlib directory exists.
12817
12818 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12819
12820 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12821 cfg-ml-*.in.
12822
12823 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12824
12825 * configure: Handle LD and LD_FOR_TARGET when configuring a
12826 Canadian Cross.
12827
12828 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12829
12830 * configure.in (target_libs): add target-winsup.
12831 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12832 (target==ppcle-pe): remove ld from $noconfigdirs.
12833
12834 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12835
12836 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12837 Preserve relative path names in $srcdir. Build symlink tree if
12838 configuring cross target dir and srcdir=. (= no VPATH support).
12839 (configure-target-libg++): Depend on configure-target-librx.
12840 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12841 * config-ml.in: New file.
12842 * symlink-tree: New file.
12843 * configure: Ensure srcdir="." if that's what it is.
12844
12845 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12846
12847 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12848 includes and FLEX_SKELETON setting.
12849 * mpw-configure (--with-gnu-ld): New option, controls whether
12850 to use PPCLink or ld with PowerMac GCC.
12851 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12852 * mpw-config.in: Configure grez if targeting Mac.
12853
12854 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12855 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12856 just macos.
12857 * configure.in: Configure grez resource compiler if targeting Mac.
12858 * Makefile.in (all-grez, install-grez): New targets.
12859
12860 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12861
12862 * configure: CXX defaults to gcc, not g++. If we find
12863 gcc in the path, set CC to gcc -O2.
12864
12865 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12866
12867 * configure: Default ${build} correctly. Avoid picking up extra
12868 spaces when reading CC and CXX from Makefile. When doing a
12869 Canadian Cross, use plausible default values for numerous
12870 variables.
12871 * configure.in: When doing a Canadian Cross, don't try to
12872 configure tools whose configure script can't handle it.
12873
12874 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12875
12876 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12877
12878 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12879
12880 * configure: Remove dubious bug reporting address.
12881
12882 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12883
12884 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12885 configure script, run that instead of this directory's configure.
12886 In either case, print a message that we're configuring the sub-dir.
12887
12888 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12889
12890 * configure.in: Before checking for the existence of various files,
12891 use sed to filter out "target-".
12892
12893 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12894
12895 * Makefile.in (DO_X): Split rule to decrease command line length
12896 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12897 (Philippe De Muyter).
12898
12899 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12900
12901 * Makefile.in (all-patch): depend on all-libiberty.
12902
12903 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12904
12905 * configure.in: If the only directory in target_configdirs which
12906 actually exists is libiberty, then set target_configdirs to empty,
12907 to avoid trying to build a target libiberty in a gas or gdb
12908 distribution.
12909
12910 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12911
12912 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12913 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12914 systems.
12915
12916 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12917
12918 * configure.in (copy_dirs): Use sys-include instead of include
12919 for --with-headers option.
12920
12921 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12922
12923 * Makefile.in, configure.in: Make winsup builds work with
12924 new scheme.
12925
12926 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12927
12928 * configure.in: Build the linker on AIX.
12929
12930 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12931
12932 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12933 where needed.
12934
12935 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12936
12937 * Makefile.in (all-gcc): Fix typo.
12938
12939 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12940
12941 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12942
12943 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12944
12945 * configure.in: Rename libFOO to target-libFOO, and xiberty
12946 to target-xiberty, to provide more flexibility.
12947 (target_subdir): Define. Create if cross.
12948 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12949 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12950 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12951 check-libFOO -> check-target-libFOO, etc.
12952 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12953 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12954 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12955 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12956 allow ALL_GCC="" to only configure.
12957 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12958 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12959 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12960
12961 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12962
12963 * Makefile.in (taz): Build "info" in etc explicitly.
12964
12965 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12966
12967 * configure.in: Make sure that CC is undefined (as opposed to
12968 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12969 problem with autoconf trying to configure on a host without GCC.
12970
12971 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12972
12973 * mpw-configure: Set host alias from choice of host compiler,
12974 only use generic MPW Makefile sed if present, edit a file
12975 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12976 * mpw-README: Add problem notes about CW6 and CW7.
12977
12978 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12979
12980 * Makefile.in (taz): Use ";" instead of ";;".
12981
12982 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12983
12984 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12985 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12986 DISTDOCDIRS.
12987 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12988 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12989
12990 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12991
12992 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12993 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12994 Move bfd to DISTSTUFFDIRS.
12995
12996 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12997
12998 * Makefile.in (X11_LIB): Removed.
12999 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13000
13001 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13002
13003 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13004
13005 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13006 names.
13007
13008 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13009
13010 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13011
13012 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13013
13014 * configure.in (i[345]86-*-win32): Always build newlib.
13015 Don't configure cvs, autoconf or texinfo.
13016 * Makefile.in (LD_FOR_TARGET): New.
13017 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13018 Pass down LD_FOR_TARGET.
13019
13020 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13021
13022 * winsup: New directory.
13023 * Makefile.in: Build winsup.
13024 * configure.in: Winsup is configured when target is win32.
13025 Can only build win32 target GDB when native.
13026
13027 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13028
13029 * config.guess: Recognize HP model 819 machines as having
13030 a PA 1.1 processor.
13031
13032 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13033
13034 * configure: Fix sed loop which substitutes for CC and CXX to
13035 avoid bug found in various sed implementations.
13036
13037 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13038
13039 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13040 simulator. Use standard powerpc-*-eabi*.
13041
13042 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13043
13044 * configure.in: Stop putting gas and binutils in noconfigdirs for
13045 powerpc-*-aix* and rs6000-*-*.
13046
13047 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13048
13049 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13050 -mcall-aixdesc libraries.
13051
13052 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13053
13054 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13055
13056 * config.sub (arm | armel | armeb): Fix shell syntax.
13057
13058 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13059
13060 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13061 -msoft-float and -mcpu=common support.
13062 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13063 libraries.
13064
13065 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13066
13067 * configure.in: Allow configuration and build of emacs19 for the alpha.
13068
13069 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13070
13071 * configure.in (CC): Get ^CC, not just any old CC, from
13072 ${host_makefile_frag}.
13073
13074 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13075
13076 * configure.in (CC): Try to get CC from
13077 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13078
13079 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13080
13081 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13082 only if it exists in $(srcdir).
13083
13084 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13085
13086 * configure: If CC and CXX are not set in the environment, set
13087 them, based on either an existing Makefile or on searching for gcc
13088 in PATH. Substitute for CC and CXX in Makefile.
13089 * configure.in: Remove libm from target_libs. Separate
13090 target_configdirs from configdirs. If CC is not set in
13091 environment, try to get it from a host Makefile fragment. Rewrite
13092 changes of configdirs to use skipdirs instead. A few minor
13093 tweaks. Take directories out of target_configdirs as they are
13094 taken out of configdirs. Remove existing Makefile files from
13095 subdirectories. Substitute for TARGET_CONFIGDIRS and
13096 CONFIG_ARGUMENTS in Makefile.
13097 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13098 by configure.in.
13099 (CONFIG_ARGUMENTS): Likewise.
13100 (CONFIGURE_TARGET_MODULES): New variable.
13101 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13102 ($(CONFIGURE_TARGET_MODULES)): New target.
13103 (configure-libg++, configure-libio): New targets.
13104 (all-libg++): Depend upon configure-libg++.
13105 (all-libio): Depend upon configure-libio.
13106 (configure-libgloss, all-libgloss): New targets.
13107 (configure-libstdc++): New target.
13108 (all-libstdc++): Depend upon configure-libstdc++.
13109 (configure-librx, all-librx): New targets.
13110 (configure-newlib): New target.
13111 (all-newlib): Depend upon configure-newlib
13112 (configure-xiberty): New target.
13113 (all-xiberty): Depend upon configure-xiberty.
13114
13115 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13116
13117 * configure.in (host i[345]86-*-win32): Expand the
13118 noconfigdirs again.
13119
13120 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13121
13122 * mpw-configure: Fix sed command file name.
13123
13124 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13125
13126 * configure.in (host i[345]86-*-win32): Reduce the
13127 noconfigdirs again.
13128
13129 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13130
13131 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13132 or powerpc*-*-pe*, since they are not yet supported.
13133
13134 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13135
13136 Add PowerMac support and many other enhancements.
13137 * mpw-configure: New option --cc to select compiler to use,
13138 paste options set according to --cc into the generated
13139 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13140 if mpw-make.sed is present.
13141 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13142 add forward includes for PowerPC include files.
13143 * mpw-build.in: Build using Makefile.PPC if present.
13144 (do-byacc, etc): Remove separate version resource builds.
13145 (do-gas): Build "stamps" before "all".
13146 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13147 * mpw-README: Update to reflect --cc option, PowerMac support,
13148 and recently-reported compatibility problems.
13149
13150 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13151
13152 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13153 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13154 (--with-multilib-top): Pass to recursive invocations.
13155
13156 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13157
13158 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13159 v810-*-*.
13160
13161 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13162
13163 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13164 gdb, ld and opcodes on v810-*-*.
13165
13166 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13167
13168 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13169 (local-maintainer-clean): New target.
13170 (maintainer-clean): New target.
13171 (realclean): Just depend upon maintainer-clean.
13172
13173 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13174
13175 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13176
13177 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13178
13179 * configure.in: Build ld in mips*-*-bsd* case.
13180
13181 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13182
13183 * config.sub: Accept -lites* OS. From Ian Dall.
13184
13185 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13186
13187 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13188 targets.
13189
13190 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13191
13192 * configure.in: treat i386-win32 canadian cross the same as
13193 i386-go32 canadian cross.
13194
13195 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13196
13197 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13198 running under the simulator to build a reduced set of libraries.
13199 (powerpc-*-eabiaix): Add fine grained multilib support added to
13200 other powerpc targets yesterday.
13201
13202 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13203
13204 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13205 -disable-softfloat, -disable-relocatable, -disable-aix, and
13206 -disable-sysv to control which multilib libraries get built.
13207
13208 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13209
13210 * configure: Add Makefile.tem to list of files to remove in trap
13211 handler.
13212
13213 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13214
13215 * config.guess (*Linux*): Add missing "exit"s.
13216 Also, need specific check for alpha-unknown-linux (uses COFF).
13217
13218 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13219
13220 * config.guess: Merge with FSF:
13221
13222 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13223 * config.guess (AIX4): More robust release numbering discovery.
13224
13225 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13226 * config.guess (i386-sequent-ptx): Properly get version number.
13227
13228 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13229 * config.guess (mips:*:4*:UMIPS): New case.
13230
13231 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13232
13233 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13234 (i386-win32 host): Likewise. Don't build readline.
13235
13236 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13237
13238 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13239 SUPPORT_FILES to submakes.
13240
13241 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13242
13243 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13244 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13245 mpw-configure.
13246
13247 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13248
13249 * configure.in (appdirs): Use =, not ==, in test expression when
13250 trying to build the text to print in the warning message for
13251 Solaris users.
13252
13253 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13254
13255 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13256
13257 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13258
13259 * config.guess: Recognize lynx-2.3.
13260
13261 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13262
13263 * config.sub (z8ksim): Deleted
13264 (z8k-*-coff): New, this is the one true name of the target.
13265
13266 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13267
13268 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13269
13270 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13271
13272 * config.guess (*:Linux:*:*): First try asking the linker what the
13273 default object file format is (elf, aout, or coff). Then if this
13274 fails, try previous methods.
13275
13276 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13277
13278 * configure.in: Don't build newlib for *-*-vxworks5.1.
13279
13280 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13281
13282 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13283 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13284
13285 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13286
13287 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13288
13289 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13290
13291 * cfg-ml-com.in: New file.
13292 * cfg-ml-pos.in: New file.
13293
13294 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13295
13296 * COPYING.NEWLIB: Add HP free copyright to list.
13297
13298 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13299
13300 * config.sub: Recognize -eabi* for the system, not just -eabi.
13301
13302 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13303
13304 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13305 * config.sub, configure.in (win32): New target and host.
13306
13307 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13308
13309 * configure.in: Add i386-pe configuration.
13310
13311 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13312
13313 * mpw-build.in (install): Install GDB after LD.
13314
13315 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13316
13317 * mpw-config.in (elf/mips.h): Always forward-include, needed
13318 for GDB to build.
13319
13320 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13321
13322 * testsuite: New directory for customer acceptance and whole tool
13323 chain tests.
13324
13325 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13326
13327 * configure: If per-host line isn't found, but AC_OUTPUT is found
13328 and a configure script exists, run it instead.
13329
13330 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13331
13332 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13333
13334 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13335
13336 * configure: Set build_{cpu,vendor,os,alias} to host values when
13337 --build isn't specified.
13338
13339 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13340
13341 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13342 (FLAGS_TO_PASS): Pass them.
13343 (EXTRA_TARGET_FLAGS): Ditto.
13344
13345 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13346
13347 * Makefile.in (all-libg++): Depend on all-libstdc++.
13348
13349 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13350
13351 * configure.in (noconfigdirs): Enable all packages for
13352 i386-unknown-netbsd.
13353
13354 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13355
13356 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13357 hosted builds (DOS builds)
13358
13359 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13360
13361 Changes for ARM based on patches from Richard Earnshaw:
13362 * config.sub: Handle armeb and armel.
13363 * configure.in: Omit arm linker only for riscix.
13364
13365 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13366
13367 * config.guess: Update from FSF.
13368
13369 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13370
13371 * config.sub: Recognize powerpcle as the little endian varient of
13372 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13373 powerpcle variant. Convert pentium into i586, not i486. Add p5
13374 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13375 temporarily.
13376
13377 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13378
13379 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13380
13381 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13382
13383 * config.sub: Accept -lites* as a basic system type.
13384
13385 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13386
13387 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13388 installed, and if so return linuxoldld as the system name.
13389
13390 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13391
13392 * config.guess: Add hppa1.1-hp-lites support.
13393
13394 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13395
13396 * configure.in: Don't build newlib for m68k-vxworks5.1.
13397
13398 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13399
13400 * configure.in (mips-sgi-irix6): Use mh-irix5.
13401
13402 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13403
13404 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13405
13406 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13407
13408 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13409 OSF/1. Fix compiler flags.
13410 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13411
13412 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13413
13414 * configure.in: Recognize --with-newlib.
13415 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13416
13417 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13418
13419 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13420 to *_X11_MODULES due to gdbtk needing X include files et al.
13421
13422 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13423
13424 Merge in support for Mac MPW as a host.
13425 (Old change descriptions retained for informational value.)
13426
13427 * mpw-config.in: Add generic include forwards for cpu-specific
13428 include files in aout and elf directories.
13429
13430 * mpw-configure: Added copyright.
13431 * mpw-config.in: Check for presence of required build tools.
13432 (target_libs): Add newlib.
13433 (target_tools): Add examples.
13434 (Read Me): Generate as "Read Me for MPW" instead.
13435 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13436 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13437 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13438
13439 * mpw-configure: Remove subdir-specific makefile hackery,
13440 delete mk.tmp after using it.
13441
13442 * mpw-build.in (all): Display start and end times.
13443
13444 * mpw-configure (host_canonical): Set.
13445 (target_cpu): Always add to makefiles.
13446 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13447 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13448 (mpw-mh-mpw): Look for in srcdir and srcroot.
13449 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13450
13451 * mpw-build.in: (install-only): New target.
13452
13453 * mpw-configure (host_alias, target_alias): Rename from hostalias
13454 and targetalias, add into generated Makefile.
13455 (mk.tmp): If present, add into generated Makefile.
13456 * mpw-build.in (all-gas): Build config.h first before gas proper.
13457
13458 * mpw-configure (config.status): Write only if changed.
13459 * mpw-config.in (readline): Configure it (not built, just used for
13460 definitions).
13461
13462 * mpw-config.in (elf/mips.h): Add a forward include.
13463
13464 * mpw-config.in: Forward-include most .h files in include into
13465 extra-include.
13466 (readline): Don't build.
13467 mpw-build.in (install): Install GDB.
13468
13469 * mpw-configure (prefix, mpw_prefix): Handle it.
13470 * mpw-config.in (mmalloc, readline): Don't configure.
13471 * mpw-build.in (thisscript): Rename to ThisScript.
13472 Use mpw-build instead of BuildProgram everywhere.
13473 (mmalloc, readline): Don't build.
13474 * mpw-README: New file, basic documentation about the MPW port.
13475
13476 * mpw-config.in: Use forward-include to create include files.
13477
13478 * mpw-configure: Add more things to the top of each configured
13479 Makefile, including contents of config/mpw-mh-mpw.
13480 * mpw-config.in (extra-include): Create this directory and fill it
13481 with Posix-like include files when configuring.
13482
13483 * config.sub (apple, mac, mpw): Add various aliases.
13484
13485 * mpw-build.in: New file, top-level build script fragment for MPW.
13486 * mpw-configure: New file, configure script for MPW.
13487 * mpw-config.in: New file, config fragment for MPW.
13488
13489 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13490
13491 * configure.in (host_libs): Remove glob, since it is gone from the
13492 sources.
13493
13494 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13495
13496 * Makefile.in: define empty GDB_NLM_DEPS var.
13497
13498 * configure.in(target_makefile_frag): use config/mt-netware
13499 for netware targets.
13500
13501 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13502
13503 * config.sub: Merge in recent FSF changes. Remove linux special
13504 cases.
13505
13506 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13507
13508 Revert this change:
13509
13510 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13511
13512 * build-all.mk: Use CC=cc -Xs on Solaris.
13513
13514 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13515
13516 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13517 stop using it.
13518 * Makefile.in: Nuke all references to glob subdirectory.
13519
13520 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13521
13522 * configure.in: Fix --enable-shared logic in per-host.
13523
13524 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13525
13526 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13527
13528 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13529
13530 * configure.in (noconfigdirs): Don't build gas on AIX, for
13531 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13532
13533 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13534
13535 * configure: Fix --cache-file to work if the file argument is a
13536 relative path.
13537
13538 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13539
13540 * configure: If the --cache-file is used, pass it down to
13541 configure in subdirectories.
13542
13543 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13544
13545 * config.sub: add vxworks29k configuration.
13546
13547 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13548
13549 * Makefile.in (taz): Do "diststuff" part quietly.
13550
13551 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13552
13553 * config.sub: Mini-merge with gcc/config.sub.
13554
13555 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13556
13557 * config.guess (IRIX): Sed - to _.
13558
13559 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13560
13561 * Makefile.in (source-vault, binary-vault): New targets.
13562
13563 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13564
13565 * config.sub: Recognize -eabi as a basic system type.
13566
13567 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13568
13569 * configure.in (enable_shared stuff): Fix typo.
13570
13571 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13572
13573 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13574
13575 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13576
13577 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13578
13579 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13580
13581 * configure.in (rs6000-*-*): Don't build gas.
13582
13583 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13584
13585 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13586 reduce command line length.
13587 (AS_FOR_TARGET): Check for as.new, not Makefile.
13588 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13589
13590 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13591
13592 * config.guess: Merge from FSF.
13593
13594 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13595
13596 * configure: Don't use $ when handling program_suffix.
13597
13598 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13599
13600 * configure.in: Configure tk for hppa/hpux.
13601
13602 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13603
13604 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13605
13606 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13607
13608 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13609 to LIBCXXFLAGS. Tests are better run without it.
13610
13611 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13612
13613 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13614
13615 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13616
13617 * configure.in (*-*-netware*): Don't configure xiberty.
13618
13619 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13620
13621 * configure.in: Remove tk from native_only list.
13622
13623 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13624
13625 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13626 for special NCD build.
13627
13628 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13629
13630 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13631 makeall.bat, they're only useful for binutils snapshots.
13632 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13633 makeall.bat to specified SUPPORT_FILES.
13634
13635 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13636
13637 * build-all.mk: Add Ericsson targets to sun4 and solaris
13638 hosts. Add BNR's sun4 target to solaris host, so their
13639 build-from-source will be tested in-house first.
13640
13641 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13642
13643 * Makefile.in (LIBCFLAGS): New variable.
13644 (CFLAGS_FOR_TARGET): Ditto.
13645 (LIBCFLAGS_FOR_TARGET): Ditto.
13646 (LIBCXXFLAGS): Ditto.
13647 (CXXFLAGS_FOR_TARGET): Ditto.
13648 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13649 (BASE_FLAGS_TO_PASS): Pass them.
13650 (EXTRA_TARGET_FLAGS): Ditto.
13651
13652 * configure.in: Support --enable-shared.
13653
13654 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13655
13656 * configure.in (target_libs): Include libstdc++ again.
13657 * config.guess: Update from FSF (for FreeBSD).
13658
13659 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13660
13661 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13662 makeall.bat.
13663 (DISTDOCDIRS): Add `etc'.
13664 (ETC_SUPPORT_PFX): New variable.
13665 (taz): Include anything from etc starting with a word in
13666 ETC_SUPPORT_PFX.
13667
13668 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13669
13670 * config.sub: Update for recent FSF changes. Remove obsolete
13671 h8300hds entry. Add -windows* and -osx as basic os. Minor
13672 spacing changes.
13673
13674 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13675
13676 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13677
13678 * config.guess: Merge with FSF.
13679 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13680
13681 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13682
13683 * configure: Since the "trap 0" handler will override the exit
13684 status on many systems, only use it for "exit 1", and make it set
13685 a non-zero exit status; reset it before "exit 0". Also, check
13686 exit status of config.sub, and error out if it failed.
13687
13688 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13689
13690 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13691 and install libgloss.
13692
13693 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13694
13695 * Makefile.in (all-binutils): Depend upon all-byacc.
13696
13697 * configure.in: Don't build emacs on Irix 5.
13698
13699 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13700
13701 * configure.in (*-*-netware*): Add libio.
13702
13703 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13704
13705 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13706 (CHECK_TARGET_MODULES): Ditto.
13707 (INSTALL_TARGET_MODULES): Ditto.
13708 (TARGET_LIBS): Ditto.
13709 (all-libstdc++): Note dependencies.
13710
13711 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13712
13713 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13714
13715 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13716
13717 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13718 -fexternal-templates.
13719
13720 * configure.in (target_libs): Add libstdc++.
13721 (noconfigdirs): Add libstdc++ as appropriate.
13722
13723 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13724
13725 * config.guess: Update from FSF.
13726
13727 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13728
13729 * configure: Use ${config_shell} when running ${configsub}.
13730
13731 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13732
13733 * config.sub: No longer recognize h8300h.
13734
13735 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13736
13737 * config.sub: Remove extraneous differences between config.sub and
13738 gcc/config.sub.
13739
13740 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13741
13742 * Makefile.in (DISTSTUFFDIRS): Add gas.
13743
13744 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13745
13746 * COPYING.NEWLIB: New file.
13747
13748 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13749
13750 * config.guess (HP-UX): Patch from Harlan Stenn
13751 <harlan@landmark.com> to also emit release level.
13752
13753 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13754
13755 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13756
13757 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13758
13759 * config.sub: Merge nextstep cleanup from FSF.
13760
13761 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13762
13763 * configure.in (arm-*-*): Don't configure ld for this target.
13764
13765 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13766
13767 * configure.in (*-*-netware): don't configure libg++, libio,
13768 librx, or newlib.
13769
13770 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13771
13772 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13773 configure ld--it works, but it doesn't support shared libraries.
13774
13775 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13776
13777 * config.guess (*-unknown-freebsd*): Get rid of possible
13778 trailing "(Release)" in version string.
13779 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13780
13781 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13782
13783 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13784 Fix type: *-next-neststep -> *-next-nextstep.
13785
13786 * config.guess: Merge from FSF:
13787
13788 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13789
13790 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13791
13792 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13793
13794 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13795 instead of UNIX_SV for UnixWare 1.0).
13796
13797 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13798
13799 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13800 to make gdb/nlm/* build after the compiler and linker.
13801
13802 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13803
13804 * config.guess (netbsd, freebsd, linux): Accept any machine,
13805 not just i[34]86.
13806 (m68k-atari-sysv4): Relocate to match FSF version.
13807
13808 * config.guess: More merges from the FSF:
13809
13810 Add a space before function call or macro invocation.
13811
13812 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13813
13814 * config.guess: Add trap cmd to remove dummy.c and dummy when
13815 interrupted.
13816
13817 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13818
13819 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13820 (dummy): Redirect stderr from compilation of dummy.c.
13821
13822 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13823
13824 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13825
13826 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13827
13828 * configure: Accept and ignore --cache*, for compatibility with
13829 new autoconf.
13830
13831 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13832
13833 * config.guess: Merge from FSF:
13834
13835 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13836
13837 * config.guess (Pyramid*:OSx*:*:*): New case.
13838 (PATH): Add /.attbin at end for finding uname.
13839 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13840
13841 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13842
13843 * config.guess (M88*:DolphinOS:*:*): New case.
13844
13845 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13846
13847 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13848 to select whether to use ELF or COFF.
13849
13850 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13851
13852 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13853
13854 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13855
13856 * config.guess: Guess the OS version for HPUX.
13857
13858 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13859
13860 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13861
13862 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13863
13864 * configure.in: Recognize --with-headers, --with-libs, and
13865 --without-newlib.
13866 * Makefile.in (all-xiberty): Depend upon all-ld.
13867
13868 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13869
13870 * configure.in: Change i[34]86 to i[345]86.
13871
13872 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13873
13874 * configure (version): A few more tweaks to help message.
13875
13876 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13877
13878 * Makefile.in: Remove (for now) librx as a host library,
13879 now that we're building it for target.
13880
13881 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13882
13883 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13884 (Karl Berry).
13885
13886 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13887
13888 * configure.in: Also configure librx.
13889
13890 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13891
13892 * Makefile.in: Update various rules to reflect that librx
13893 is now needed for libg++.
13894
13895 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13896
13897 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13898
13899 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13900
13901 * configure.in: Configure the examples directory.
13902
13903 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13904
13905 * configure: Simplify Jun 2 1994 change.
13906
13907 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13908
13909 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13910 /bin/gcc isn't good enough to build gcc.
13911
13912 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13913
13914 * Makefile.in (GDB_SUPPORT_FILES): Remove
13915 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13916 (gdb.tar.gz): Add new rule to use standard distribution building
13917 mechanism.
13918
13919 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13920
13921 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13922 Bill Cox <bill@cygnus.com>.
13923
13924 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13925
13926 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13927
13928 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13929
13930 * configure: Search current dir first in .gdbinit.
13931
13932 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13933
13934 * config.sub: Recognize freebsd (merged from gcc config.sub).
13935
13936 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13937
13938 * config.sub: Refer to NeXT's operating system as nextstep.
13939
13940 * config.sub (case $basic_machine): Re-order the cases, to match
13941 the order in the FSF version (which is mostly alphabethical).
13942 Merge in some additions and changes from the FSF.
13943
13944 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13945
13946 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13947 * config.sub: Recognize cxux7.
13948 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13949
13950 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13951
13952 * config.sub: Fix typo powerpc -> powerpc-*.
13953
13954 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13955
13956 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13957
13958 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13959 parallel with all-emacs and install-emacs). Top-level command
13960 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13961
13962 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13963
13964 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13965 $(relbindir)/make before doing ``make install'', and use
13966 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13967 installing over running make binary.
13968 ($(host)-stamp-stage3-installed): Likewise.
13969
13970 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13971
13972 * config.guess: Recognize Mach.
13973
13974 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13975
13976 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13977 see whether --exec-prefix was used.
13978
13979 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13980
13981 * README: Explicitly mention libg++/README. (Zoo's idea.)
13982
13983 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13984
13985 * Makefile.in: Add all-librx target similar to all-libproc.
13986
13987 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13988
13989 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13990 with post 1.2 uname bogosity.
13991
13992 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13993
13994 * configure: Remove temporary files on receipt of a signal.
13995
13996 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13997
13998 * configure: If there is a package_makefile_frag, remove
13999 ${subdir}/Makefile.tem after copying it in.
14000
14001 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14002
14003 * build_all.mk: support rs6000 lynx identifies itself as
14004 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14005 since /bin/gcc is too feeble to compile a modern gcc.
14006
14007 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14008
14009 * brought devo/test-build.mk update-to-date with progressive/
14010 test-build.mk. Add lynx targets and hppa flag info.
14011
14012 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14013
14014 * configure.in: Use mh-ncrsvr43. Patch from
14015 Tom McConnell <tmcconne@sedona.intel.com>.
14016
14017 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14018
14019 * config.guess (i386-unknown-bsdi): No longer need to
14020 check #if defined(__bsdi__) && defined(__i386__).
14021
14022 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14023
14024 * configure: Set program_transform_nameoption correctly.
14025
14026 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14027
14028 * brought build-all.mk update-to-date with progressive build-all.mk,
14029 added new targets and hppa info.
14030
14031 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14032
14033 * configure: If config.guess result is a prefix of the user
14034 specified target, assume a native build and use the user specified
14035 target as the host alias. Remove SunOS patch suffix removal hack.
14036 * configure.in: Remove SunOS patch suffix removal hack.
14037
14038 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14039 in NATIVE_CHECK_MODULES.
14040
14041 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14042
14043 * Makefile.in: Rename HOST_ONLY to NATIVE.
14044 * configure: Delete SunOs patch suffix from host_canonical
14045 and build_canonical variables that are prepended to Makefiles.
14046 * configure.in: Add comments for easier maintenance.
14047
14048 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14049
14050 * Makefile.in: Add all-libproc target similar to all-gui.
14051
14052 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14053
14054 * Makefile.in (CHECK_MODULES): split into
14055 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14056
14057 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14058
14059 * config.guess (i386-unknown-bsdi): New system to guess.
14060
14061 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14062
14063 * Makefile.in: Add all-gui target (but not yet build by "all").
14064
14065 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14066
14067 * config.sub: Move deletion of patch suffix from here...
14068 * configure.in: To here, at Ian's suggestion. The top-
14069 level scripts might need to know of a patch level.
14070
14071 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14072
14073 * config.sub: Strip off patch suffix so rtl is recognized
14074 as a sunos4.1.3 machine, even though it's been patched.
14075
14076 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14077
14078 * Makefile.in (INSTALL_LAST): Delete.
14079 (INSTALL_DOSREL): New.
14080
14081 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14082
14083 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14084 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14085 whether we pass down --with-gnu-ld anyhow.
14086
14087 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14088
14089 * Makefile.in (INSTALL_LAST): Change operation so it works
14090 on more flavors of make.
14091 * configure.in (go32): Don't build libg++ or libio.
14092
14093 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14094
14095 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14096 they can be overriden by templates.
14097
14098 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14099
14100 * configure.in (target==go32): Don't build gdb.
14101 * dosrel: New directory.
14102
14103 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14104
14105 * configure.in (host==go32): Configure dosrel too.
14106 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14107 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14108 be set by incoming names or templates.
14109 (INSTALL_LAST): New rule.
14110
14111 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14112
14113 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14114
14115 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14116
14117 * configure.in (appdirs): New variable. Currently empty, but will
14118 be used in gas distribution. If nonempty, lists a set of
14119 directories at least one of which must get configured, or top
14120 level configuration is considered to have failed.
14121 (rs6000-*-lynxos*): Use new file name.
14122
14123 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14124
14125 Eliminate XTRAFLAGS.
14126 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14127 newlib include files using -idirafter, and also use -nostdinc.
14128 (CXX_FOR_TARGET): Likewise.
14129 (XTRAFLAGS): Removed.
14130 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14131 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14132 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14133 ($(DO_X)): Don't pass down XTRAFLAGS.
14134
14135 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14136
14137 * configure.in (mips*-dec-bsd*): New target; do build linker.
14138 (mips*-*-bsd*): New target; don't build linker.
14139
14140 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14141
14142 * configure.in: support rs6000-*-lynxos* configuration.
14143 support sunos4 as a cross target.
14144
14145 * config.sub: look for lynx*, not lynx since the OS version may
14146 legitimately be part of the name.
14147
14148 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14149
14150 * configure.in (i[34]86-*-sco*): Move to be with other i386
14151 targets.
14152 (romp-*-*): New target. Skip various binary utilities.
14153 (vax-*-*): New target. Don't build newlib.
14154 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14155
14156 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14157
14158 * configure.in: Only set host_makefile_frag if config
14159 directory exists.
14160
14161 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14162
14163 * install.sh: If $dstdir exists, don't check whether each
14164 component does.
14165
14166 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14167
14168 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14169
14170 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14171
14172 * configure.in (*-*-lynxos*): Don't configure newlib for either
14173 native or cross Lynx.
14174
14175 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14176
14177 * config.sub (sparc64-elf): Fix os.
14178 (z8k): Remove duplicate.
14179
14180 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14181
14182 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14183 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14184
14185 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14186
14187 * configure: Make file links cleanly even if Lynx fails on
14188 an NFS symlink (at least fail cleanly).
14189
14190 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14191
14192 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14193 -XNh2000.
14194
14195 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14196
14197 * configure: Unknown options are fatal again.
14198
14199 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14200
14201 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14202 compatibility.
14203
14204 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14205
14206 * build-all.mk: Add `clean' target.
14207
14208 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14209
14210 * config.guess: Add SINIX support.
14211 * configure.in: Add mips-*-sysv4* support.
14212
14213 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14214
14215 * build-all.mk: Document all useful targets.
14216 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14217 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14218
14219 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14220
14221 * configure: Support --silent, --quiet.
14222
14223 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14224
14225 * configure: Support --disable-FEATURE.
14226
14227 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14228
14229 * config.guess: Recognize NCR running SVR4.3.
14230
14231 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14232
14233 * config.guess: Make BSDI generate i386-unknown-bsd386.
14234 Patch from Paul Eggert <eggert@twinsun.com>.
14235
14236 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14237
14238 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14239
14240 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14241
14242 * configure: Make unrecognized options give nonfatal warnings
14243 instead of fatal errors, and pass them to any subdirectory
14244 configures in case they recognize them.
14245 Make --x equivalent to --with-x.
14246
14247 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14248
14249 * configure: Add --enable-* options. Clean up usage message and
14250 some comments.
14251
14252 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14253
14254 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14255
14256 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14257
14258 * configure.in (hppa*-*-*): Enable binutils.
14259
14260 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14261
14262 * config.sub: Recognize cisco.
14263
14264 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14265
14266 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14267
14268 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14269
14270 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14271 than one configuration name. Add comment.
14272
14273 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14274
14275 * config.guess: about target *-hitachi-hiuxwe2, fixed
14276 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14277 macro is incorrect.]
14278
14279 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14280
14281 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14282 than the "make ls" stuff which used to be here.
14283
14284 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14285
14286 * config.guess: Recognize i[34]86-unknown-freebsd.
14287 From Shawn M Carey <smcarey@rodan.syr.edu>.
14288
14289 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14290
14291 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14292
14293 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14294
14295 * config.guess: Check for ptx.
14296
14297 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14298
14299 * config.sub: Add os9k checking.
14300
14301 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14302
14303 * config.guess: Handle OSF1 running on HPPA processors
14304
14305 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14306
14307 * configure: If subdir configure fails, print out a message with
14308 subdirectory name, in case subdir's configure code didn't identify
14309 itself.
14310
14311 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14312
14313 * configure.in: Remove embedded newlines from configdirs.
14314 Avoid mismatches of substrings. Fix matching strings at end
14315 of configdirs.
14316
14317 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14318
14319 * config.guess: Add Lynx/rs6000 config support.
14320
14321 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14322
14323 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14324
14325 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14326
14327 * configure.in (hppa*-*-osf*): Treat this just like most other
14328 PA configurations (eg no binutils or ld).
14329 (hppa*-*-*elf*): These configurations have binutils and ld.
14330
14331 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14332
14333 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14334
14335 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14336
14337 * configure.in (rs6000-*-*): Build gas.
14338
14339 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14340
14341 * Makefile.in: Avoid bug in losing hpux sed.
14342
14343 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14344
14345 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14346 for GDB and GDB has been fixed to not need it.
14347
14348 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14349
14350 * config.guess: Recognize vax hosts.
14351
14352 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14353
14354 * configure (while loop): Don't use "break 2" inside case
14355 statement -- the case statement isn't an enclosing loop.
14356
14357 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14358
14359 * config.guess: Clean up NeXT support, to allow nextstep
14360 on Intel machines. Make OS be nextstep.
14361
14362 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14363
14364 * config.guess: Add alternate forms for Convex.
14365
14366 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14367
14368 * configure: Completely rewrite option processing. Take
14369 advantage of pattern-matching to avoid invoking test frequently.
14370 Also clean up host and target defaulting logic.
14371
14372 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14373
14374 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14375 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14376 commands (plus user environment) will fit SCO limits.
14377
14378 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14379
14380 * configure.in: Don't issue warnings about directories which are
14381 not being configured if -norecursion is set. Correct test for
14382 --with-gnu-as and --with-gnu-ld to not get confused by substring
14383 matches.
14384
14385 * configure.in: Don't build gas for alpha-dec-osf1*.
14386
14387 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14388
14389 * configure: Back out Per's change of 12/19/1993. It changes the
14390 behavior of configure in unexpected and confusing ways.
14391
14392 Also, use different delim char when calculating
14393 program_transform_name so that the name can contain slashes.
14394
14395 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14396
14397 * configure.in, config.sub: Add support for VSTa micro-kernel.
14398
14399 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14400
14401 * configure.in: Nuke hacks which were used to get a special
14402 version of GAS for HPPA configurations.
14403
14404 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14405
14406 * configure: If only ${target_alias} is given, use that
14407 as the default for ${host_alias}.
14408 * configure: Add missing back-slashes before nested quotes.
14409
14410 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14411
14412 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14413
14414 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14415
14416 * config.guess: Recognize some Tektronix configurations.
14417 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14418
14419 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14420
14421 * config.sub: Match any flavor of SH.
14422
14423 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14424
14425 * configure.in: Don't try to configure newlib for Alpha.
14426
14427 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14428
14429 * configure.in: Don't build ld for Irix 5. Don't build gas,
14430 libg++ or libio for any Alpha target.
14431
14432 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14433
14434 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14435
14436 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14437 default arguments -- so it tried to compress itself.
14438
14439 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14440
14441 * configure.in (notsupp): ensure that a space is always at the end
14442 of the configdirs list, since the grep checks for an explicit space
14443
14444 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14445
14446 * configure.in (target i386-sysv4.2): don't build ld, since static
14447 versions of many libraries are not available.
14448
14449 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14450
14451 * config.guess: Recognize Apollos (using environment variables).
14452 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14453
14454 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14455
14456 * config.guess: Recognize Sony news mips running newsos.
14457
14458 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14459
14460 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14461 "fi ; else" for bash.
14462
14463 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14464
14465 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14466
14467 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14468
14469 * config.sub: accept unixware as an alias for svr4.2.
14470 Fix some inconsistancies with the gcc version.
14471
14472 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14473
14474 * Makefile.in (DISTDOCDIRS): Add gdb.
14475
14476 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14477
14478 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14479
14480 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14481
14482 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14483 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14484 this now.
14485
14486 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14487
14488 * config.sub: Accept hiux* as an OS name.
14489
14490 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14491 etc/make-stds.texi. The underscore came from gcc, and dje now
14492 agrees that RUNTESTFLAGS is the correct name.
14493
14494 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14495
14496 * install.sh: Remove 'set -e'. It makes any conditionals
14497 in the script useless.
14498
14499 * config.guess: Automatically recognize arm-acorn-riscix
14500 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14501
14502 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14503
14504 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14505
14506 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14507
14508 * Makefile.in (DISTDOCDIRS): New variable.
14509 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14510 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14511
14512 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14513
14514 * configure.in (hppa target): check the source directory for the
14515 pagas sub-directory
14516
14517 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14518
14519 * config.sub: Allow -aout* and -elf*.
14520
14521 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14522
14523 * configure.in: Don't build ld on i386-solaris2, same as for
14524 sparc-solaris2.
14525
14526 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14527
14528 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14529
14530 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14531
14532 * configure.in: Configure gdb for alpha.
14533
14534 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14535
14536 * Makefile.in (CXXFLAGS): Add -O.
14537
14538 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14539
14540 * config.guess: added support for DG Aviion
14541
14542 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14543
14544 * configure.in: Produce warning message for subdirectories not
14545 configurable for this host/target combination. Don't try to
14546 configure gdb for vms.
14547
14548 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14549
14550 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14551 appropriate files before making "diststuff".
14552 (DISTBISONFILES): New var: list of files to be edited.
14553 (DISTSTUFFDIRS): Add binutils.
14554
14555 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14556
14557 * config.sub: also handle mipsel and mips64el (for little endian mips)
14558
14559 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14560
14561 * configure.in: Add * to end of all OS names.
14562
14563 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14564
14565 * configure.in: Build newlib for LynxOS native.
14566
14567 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14568
14569 * config.guess: Add support for delta 88k running SVR3.
14570
14571 * configure.in: Add comment about HP compiler vs. emacs.
14572
14573 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14574
14575 * configure.in: don't build ld on solaris2 (not a viable option
14576 due to bugs in getpwnam & getpwuid)
14577
14578 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14579
14580 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14581 config.guess will produce a full version number.
14582
14583 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14584
14585 * configure.in: Build linker and binutils for alpha-dec-osf1.
14586
14587 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14588
14589 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14590 and gdb/testsuite/Makefile.in.
14591
14592 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14593
14594 * configure.in: recognize mips*- instead of mips-
14595
14596 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14597
14598 * config.sub: Accept linux*coff and linux*elf as operating
14599 systems.
14600
14601 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14602
14603 * config.sub: Recognize mips64, and mips3 as an alias for it.
14604
14605 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14606
14607 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14608 gdb knows how to handle OSF/1 shared libraries.
14609
14610 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14611
14612 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14613 * config.guess: Recognize Hitachi's HIUX.
14614 * config.sub: Recognize h3050r* and hppahitachi.
14615 Remove redundant cases for hp9k[23]*.
14616
14617 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14618
14619 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14620 if gas and ld are in the source tree and are in ${configdirs}.
14621 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14622 --with options (but still pass them down on the command line,
14623 if they were explicitly specified).
14624
14625 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14626
14627 * configure: substitute SHELL value in Makefile.in with
14628 ${CONFIG_SHELL}
14629
14630 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14631
14632 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14633 *-*-solaris2* targets.
14634
14635 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14636
14637 * Makefile.in: define M4, and pass it down to sub-makes;
14638 all-autoconf now depends on all-m4
14639
14640 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14641
14642 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14643 presence of {ar,ranlib} instead of a configured directory
14644
14645 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14646
14647 * config.guess: Accept 34?? as well as 33?? for NCR.
14648
14649 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14650
14651 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14652 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14653
14654 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14655
14656 * configure: grab values for $(CC) and $(CXX) from the
14657 environment, so that someone can do "CC=gcc configure; make" and
14658 have it work right (matching the way that autoconf works now)
14659
14660 * configure.in, Makefile.in: add support for gash, the tcl
14661 interface to Galaxy
14662
14663 * config.guess: add NetBSD variants (hp300, x86)
14664
14665 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14666
14667 * install.sh: Support -d option (in the manner of SunOS 4 install,
14668 as it is more deterministic than that of GNU install)
14669 (chmodcmd): Set file to mode 755 by default (should also do default
14670 chgrp and chown, but I don't feel like dealing with that now)
14671
14672 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14673
14674 * config.sub: Remove h8300hhms alias.
14675
14676 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14677
14678 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14679
14680 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14681
14682 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14683 as stmp-fixinc
14684
14685 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14686
14687 * config.sub: recognize m88110-bug-coff.
14688
14689 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14690
14691 * Makefile.in (all-libio): all dependencies on the toolchain used
14692 to build this (gcc, gas, ld, etc)
14693
14694 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14695
14696 * config.guess: Deal with OSF/1 1.3 on alpha.
14697
14698 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14699
14700 * install.sh: add some 'else true' clauses for portability
14701
14702 * configure.in: don't build libio for h8[35]00-*-* targets
14703
14704 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14705
14706 * Makefile.in: Add support for new libio.
14707
14708 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14709
14710 * install.sh: If one command fails, don't try the rest. Don't try
14711 to remove $dsttmp (via trap) unless we have already created it.
14712 If $src doesn't exist, detect it and exit with an error.
14713
14714 * config.guess: Recognize BSD on hp300.
14715
14716 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14717
14718 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14719 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14720
14721 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14722
14723 * Makefile.in (all-send-pr): depends on all-prms
14724
14725 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14726
14727 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14728
14729 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14730
14731 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14732 Added test for mips-mips-riscos5.
14733
14734 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14735
14736 * configure.in: use mh-hp300 for 68k HP hosts
14737
14738 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14739
14740 * configure: add support for CONFIG_SHELL, so that you can use
14741 some alternate shell for evaluating configure scripts
14742
14743 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14744
14745 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14746 in configure script to bug-gdb@prep.ai.mit.edu when building
14747 distribution archive.
14748 * Makefile.in (COMPRESS): Remove def.
14749 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14750 gdb.tar.Z and make-gdb.tar.Z respectively.
14751 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14752 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14753 to convergence with 'taz' target in Makefile.in.
14754
14755 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14756
14757 * install.sh (dsttmp): use trap to ensure that tmp files go
14758 away on error conditions
14759
14760 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14761
14762 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14763
14764 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14765
14766 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14767 its parent is '/' not ''.
14768
14769 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14770
14771 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14772
14773 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14774 that ${newsrcdir}/configure.in does.
14775
14776 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14777
14778 * test-build.mk: support for CONFIG_SHELL
14779
14780 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14781
14782 * config.sub (netware): Add as a basic system type.
14783
14784 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14785
14786 * Makefile.in (Makefile): depend on configure.in. Also drop the
14787 $(srcdir)/ from the dependency on Makefile.in.
14788
14789 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14790
14791 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14792 (h8300hhms is temporary until multi-libraries are implemented).
14793 * configure.in: Handle h8300h too.
14794
14795 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14796
14797 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14798
14799 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14800
14801 * configure: Remove extraneous output when guessing host type.
14802 * config.guess: Remove extraneous output when guessing using C
14803 compiler rather than uname, or when guessing fails.
14804
14805 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14806
14807 * Makefile.in: remove all.cross and install.cross targets
14808
14809 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14810 definitions
14811
14812 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14813
14814 * configure.in (target sh): Build gprof.
14815
14816 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14817
14818 * config.sub: change -solaris to -solaris2
14819
14820 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14821
14822 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14823
14824 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14825
14826 * configure: Correct error message for missing Makefile.in to
14827 print correct directory.
14828
14829 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14830
14831 * install.sh: kludge around 386BSD shell bug
14832
14833 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14834
14835 * config.guess: Recognize NeXT.
14836 * config.guess: Recognize i486-ncr-sysv4.
14837 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14838
14839 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14840
14841 * Makefile.in (MAKEINFOFLAGS): New variable.
14842 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14843 * build-all.mk, test-build.mk: Pass down --no-split as
14844 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14845
14846 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14847
14848 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14849
14850 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14851
14852 * Makefile.in (libg++.tar.z): New rule.
14853 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14854 * Makefile.in (taz): Only do a single chmod.
14855
14856 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14857
14858 * install.sh: don't use dirname anymore (replaced with sed usage)
14859
14860 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14861
14862 * Makefile.in: Change extension for gzip'd files from '.z' to
14863 '.gz' per new FSF standard usage.
14864
14865 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14866
14867 * configure: put quotes around the final value of program_transform_name
14868
14869 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14870
14871 * Makefile.in: new install.sh support; update install-info rules
14872
14873 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14874
14875 * configure.in: Build diff for crosses, but not for go32 host.
14876
14877 * configure.in: Build gprof only for native, and don't build it
14878 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14879
14880 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14881
14882 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14883
14884 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14885
14886 * configure.in (host_tools): Add prms.
14887
14888 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14889
14890 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14891 with $(FLAGS_TO_PASS) on the command line
14892
14893 * config.sub: Recognize lynx and lynxos
14894
14895 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14896
14897 * config.sub: Accept -ecoff*, not just -ecoff.
14898
14899 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14900
14901 * Makefile.in (taz): Use .gz suffix instead of .z.
14902 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14903 names.
14904
14905 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14906
14907 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14908
14909 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14910
14911 * Makefile.in (install-no-fixedincludes): install gcc last, so
14912 that rebuilds that might happen during 'make install' don't get
14913 bogus gcc include files
14914
14915 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14916
14917 Change from Utah for HPPA support:
14918 * config.guess: Recognize hppa1.x-hp-bsd.
14919
14920 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14921
14922 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14923 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14924
14925 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14926
14927 * config.sub: Add support for rom68k and bug boot monitors.
14928
14929 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14930
14931 * Makefile.in: Make all-opcodes depend on all-bfd.
14932
14933 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14934
14935 * config.guess: Added special check for i[34]86-univel-sysv4*.
14936
14937 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14940 the processor rather than assuming i486.
14941
14942 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14943
14944 * config.guess: Recognize SunOS6 as Solaris3.
14945
14946 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14947
14948 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14949 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14950
14951 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14952
14953 * build-all.mk (all-cross): New target for Canadian Cross.
14954 Added Q2 go32 targets.
14955 * test-build.mk: Configure go32 cross sparclite-aout and
14956 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14957 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14958
14959 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14960
14961 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14962 GO32 hosted toolchains
14963
14964 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14965
14966 * configure: change so "-exec-prefix" gets passed down rather
14967 than "-exec_prefix" so autoconf generated Makefiles get the
14968 exec_prefix set right.
14969
14970 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14971
14972 * config.guess: get the Solaris2 minor version number
14973
14974 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14975
14976 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14977
14978 * config.guess: Recognize some Sequent platforms.
14979
14980 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14981
14982 * Makefile.in: added the vault-install target
14983
14984 * configure.in: actually use the Sun3 makefile fragment that's in
14985 config, also added the release dir to configdirs
14986
14987 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14988
14989 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14990
14991 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14992
14993 * configure.in: remove some program from Alpha targetted toolchains
14994
14995 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14996
14997 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14998 gprof.
14999 (taz): Run "make diststuff" in those directories instead of "make
15000 proto-dir". Look for "VERSION=" only at start of line in subdir
15001 Makefile. Use "gzip -9" for compression.
15002 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15003 (binutils.tar.z): New target.
15004
15005 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15006
15007 * Makefile.in (taz): Include gpl.texinfo.
15008
15009 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15010
15011 * Makefile.in (setup-dirs): Merged into "taz" target.
15012 (taz): Only do `proto-dir' stuff if a directory is actually needed
15013 for this target.
15014
15015 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15016
15017 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15018 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15019 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15020 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15021 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15022
15023 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15024
15025 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15026 config.sub, and move-if-change to gdb testsuite distribution
15027 archive, so the testsuite can be extracted, configured, and
15028 run separately from the gdb distribution. Blow away the Chill
15029 tests that require a Chill compiled executable, since GNU Chill
15030 is not yet publically available.
15031
15032 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15033
15034 * test-build.mk: set environment variables in a single command,
15035 instead of a list of assignments and exports
15036
15037 * config.guess: recognize Alpha/OSF1 systems
15038
15039 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15040
15041 * configure: Change help message to prefer --options rather than
15042 -options.
15043
15044 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15045
15046 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15047 zippy@ecst.csuchico.edu.
15048 * config.guess: Recognize miniframe.
15049
15050 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15051
15052 * Makefile.in: Use srcroot to find runtest rather than rootme.
15053 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15054
15055 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15056
15057 * test-build.mk: Extensive additions to support building on a
15058 machine other than the host.
15059
15060 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15061
15062 * configure (tooldir): Fix for i386-aix again.
15063
15064 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15065
15066 * configure, Makefile.in: Change definition of $(tooldir)
15067 to match the FSF.
15068
15069 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15070
15071 * config.guess: Recognize i[34]86/SVR4.
15072
15073 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15074
15075 * Makefile.in (all-gdb): gdb depends on sim.
15076
15077 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15078
15079 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15080 at the same time we make the prototype gdb directory.
15081 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15082 files at the same time as the gdb base release distribution.
15083
15084 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15085
15086 * Makefile.in (check): Use individual check targets rather than
15087 DO_X rule.
15088 (check-gcc): Added.
15089
15090 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15091
15092 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15093 for System V release 3.2.
15094
15095 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15096
15097 * config.sub: Recognize hppaosf.
15098 * configure.in: Do configure ld/binutils/gas for it.
15099
15100 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15101
15102 * configure (tooldir): Alter syntax used to set this, for systems
15103 where "\$" isn't handled right, like i386-aix.
15104
15105 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15106
15107 * configure: Pass program-transform-name, not
15108 program_transform_name, to recursive configures.
15109
15110 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15111
15112 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15113 of gas+ld+binutils.
15114
15115 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15116
15117 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15118
15119 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15120
15121 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15122
15123 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15124
15125 * Makefile.in (PRMS): Set back to all-prms.
15126
15127 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15128
15129 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15130 targets, rather than for MIPS hosts.
15131
15132 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15133
15134 * configure.in: add comment for --with-x default values
15135
15136 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15137
15138 * Makefile.in: add check-* targets for each of the directories in
15139 the tree. Add a definition of RUNTEST that will use the one we
15140 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15141
15142 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15143
15144 * configure.in: Removed obsolete references to bfd_target and
15145 target_makefile_frag.
15146
15147 * build-all.mk: Set assorted targets for Q2.
15148 * config.sub: Recognize z8k-sim and h8300-hms.
15149 * test-build.mk: Really don't pass host to configure.
15150 (HOLES): Added uname.
15151
15152 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15153
15154 * configure: Handle an empty program-prefix, program-suffix or
15155 program-transform-name correctly.
15156
15157 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15158
15159 * build-all.mk: -G 8 no longer required for MIPS targets.
15160 * test-build.mk: Don't pass host argument to configure; make it
15161 guess.
15162
15163 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15164
15165 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15166 * Makefile.in (COMPRESS): New macro, like GZIP.
15167
15168 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15169
15170 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15171
15172 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15173 with gas currently defaults to -G 0.
15174
15175 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15176
15177 * Makefile.in (all-flex): flex depends on byacc.
15178
15179 * build-all.mk: If host not specified, use config.guess. Pass TAG
15180 to test-build.mk as RELEASE_TAG.
15181 * test-build.mk (configargs): New variable containing arguments to
15182 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15183 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15184
15185 * config.guess: Use /bin/uname when checking -X argument on SCO,
15186 to avoid invoking GNU uname which doesn't understand -X.
15187
15188 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15189
15190 * configure.in: Build gas for mips-*-*.
15191
15192 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15193
15194 * Makefile.in (all.normal): insert missing backslash.
15195
15196 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15197
15198 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15199
15200 * Makefile.in: Complete overhaul to merge many almost identical
15201 targets.
15202
15203 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15204
15205 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15206 (gdb.tar.Z): Adjusted.
15207
15208 * Makefile.in (setup-dirs, taz): New targets; should be general
15209 enough to adapt for gdb sometime. Build only .z file.
15210 (gas.tar.z): New target.
15211
15212 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15213
15214 * build-all.mk: Use CC=cc -Xs on Solaris.
15215
15216 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15217
15218 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15219 for handling BISON for FSF releases.
15220
15221 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15222
15223 * configure: Actually implement the change zoo just documented.
15224
15225 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15226
15227 * configure: when using config.guess, only set target_alias when
15228 it's not already been set (ie, on the command line)
15229
15230 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15231
15232 * Makefile.in: add installcheck target, set PRMS to install-prms
15233
15234 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15235
15236 * configure: add support for package_makefile_fragment, handle the
15237 case where a directory has a configure.in file but no Makefile.in
15238 more gracefully (with an actual understandable error message, even);
15239 add support for --without (and add this to the usage message); also
15240 explicitly add a --host=${host_alias} to the command line when
15241 config.guess is used
15242
15243 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15244
15245 * configure: Must use both --host and --target in recursive calls.
15246
15247 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15248
15249 * Makefile.in: Change deja-gnu to dejagnu.
15250
15251 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15252
15253 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15254
15255 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15256
15257 * configure.in: canonicalize all instances to *-*-solaris2*,
15258 also strip out a number of tools to not build for go32 host
15259
15260 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15261
15262 * config.guess: add GPL.
15263
15264 * Makefile.in, config.guess, config.sub, configure: bump
15265 copyrights to 93.
15266
15267 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15268
15269 * Makefile.in (do-info): Removed obsolete check for existence of
15270 localenv file.
15271
15272 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15273
15274 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15275
15276 * Makefile.in: a couple of 'else true' for decstation,
15277 support for TclX
15278
15279 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15280
15281 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15282
15283 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15284
15285 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15286
15287 * config.guess: Recognize i386-ibm-aix (PS/2).
15288 * configure.in: Use config/mh-aix386 file for it.
15289
15290 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15291
15292 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15293 CC_FOR_TARGET instead.
15294 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15295
15296 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15297
15298 * Makefile.in: Add sim to list of directories sent with gdb
15299
15300 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15301
15302 * configure.in: Put back mips-dec-bsd* case.
15303
15304 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15305
15306 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15307 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15308 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15309
15310 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15311
15312 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15313
15314 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15315 (install-info): install dir.info only if it exists,
15316 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15317
15318 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15319
15320 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15321 gas for mips-dec-bsd.
15322
15323 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15324
15325 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15326 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15327
15328 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15329
15330 * configure.in: Added "dejagnu" to hosttools list.
15331
15332 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15333
15334 * config.sub, configure.in, config.guess: Add support
15335 for Bosx, an AIX variant from Bull.
15336 Patches from F.Pierresteguy@frcl.bull.fr.
15337
15338 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15339
15340 * devo/dejagnu: Initial creation of devo/dejagnu.
15341 Migrated dejagnu testcases and support files for testing software
15342 tools to reside as subdirectories, currently called "testsuite",
15343 within the directory of the software tool. Migrated all programs,
15344 support libraries, etc. beloging to dejagnu proper from
15345 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15346 with no modifications. The changes to these files which will
15347 allow them to configure, build, and execute properly will be made
15348 in a future update.
15349
15350 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15351
15352 * Makefile.in: Change send_pr to send-pr.
15353 * configure.in: Likewise.
15354 * send_pr: Renamed directory to send-pr.
15355
15356 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15357
15358 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15359
15360 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15361
15362 * README: Update for gdb-4.8 release.
15363 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15364 gdb-xxx.tar.z (gzip'd) file also.
15365
15366 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15367
15368 * Makefile.in: make all-diff depend on all-libiberty
15369
15370 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15371
15372 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15373
15374 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15375
15376 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15377
15378 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15379
15380 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15381 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15382 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15383
15384 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15385
15386 * Makefile.in: makeinfo binary is in a new location
15387
15388 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15389
15390 * config.sub: Accept -ecoff as an OS.
15391
15392 * Makefile.in: Various changes to eliminate a level of make
15393 recursion and reduce the required command line length.
15394 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15395 sub-makes.
15396 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15397 variables holding settings for specific sub-makes.
15398 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15399 in terms of BASE_FLAGS_TO_PASS.
15400 (TARGET_LIBS): New variable listing directories which use
15401 TARGET_FLAGS_TO_PASS.
15402 (subdir_do): Eliminated.
15403 (do-*): New set of targets to replace subdir_do.
15404 (various): All targets which used subdir_do now depend on do-*.
15405 (local-clean): Renamed from do_clean.
15406 (local-distclean): New target, dependency of distclean and
15407 realclean.
15408 (install-info): Don't create directories. Depend on dir.info
15409 rather than calling make recursively.
15410 (install-dir.info): Eliminated.
15411 (install-info-dirs): Create all info directories here.
15412 (dir.info): Depend upon do-install-info.
15413
15414 * test-build.mk (HOLES): Added false.
15415
15416 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15417
15418 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15419
15420 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15421
15422 * Makefile.in (info): remove dependency on all-texinfo. The
15423 problem was really in texinfo/C, not at this level.
15424
15425 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15426
15427 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15428
15429 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15430
15431 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15432 GDB releases.
15433
15434 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15435
15436 * configure: Include srcdir in message about target of link not
15437 being found. Don't convert `-' to `_' in `with' options being
15438 passed to subdirs.
15439
15440 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15441
15442 * configure.in: add uudecode to host_tools
15443
15444 * Makefile.in: added {all,install}-uudecode targets, added them to
15445 the appropriate lists
15446
15447 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15448
15449 * Makefile.in (all-gcc): Added dependency on all-gas.
15450
15451 * configure.in (mips-*-*): Build ld and binutils.
15452
15453 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15454
15455 * configure: check return code from mkdir, print error message and
15456 exit on failure.
15457
15458 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15459
15460 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15461
15462 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15463
15464 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15465
15466 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15467
15468 * config.sub (h8500): Recognize this as a cpu type.
15469
15470 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15471
15472 * configure: source directory missing is no longer a warning
15473
15474 * configure.in: recognize irix[34]* instead of irix[34]
15475
15476 * Makefile.in: define and pass down X11_LIB
15477
15478 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15479
15480 * guess-systype: Renamed to ...
15481 * config.guess: ... by popular request.
15482 * configure.in, Makefile.in: Update accordingly.
15483
15484 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15485
15486 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15487 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15488 + Execute ./dummy instead of assuming . is in PATH.
15489
15490 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15491
15492 * guess-systype: New shell script. Attempts to guess the
15493 canonical host name of the executing host.
15494 Only a few hosts are supported so far.
15495 * configure: Call guess-systype if no host is specified.
15496
15497 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15498
15499 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15500 gcc Makefile.
15501
15502
15503 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15504
15505 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15506 (all-gcc, install-gcc, subdir_do): Use it.
15507
15508 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15509
15510 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15511
15512 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15513
15514 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15515 set exclusively by configure, using configure.in .
15516
15517 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15518
15519 * test-build.mk: set $PATH for all builds
15520
15521 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15522
15523 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15524
15525 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15526 the one used in gcc/Makefile.in, so that a null expansion doesn't
15527 override the one needed to build gcc with a native cc.
15528
15529
15530 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15531
15532 * configure: Accept -with arguments.
15533
15534 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15535
15536 * Makefile.in: added h8300sim
15537
15538 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15539
15540 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15541 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15542 (all-cygnus, native, build-cygnus): Make
15543 $(canonhost)-stamp-3stage-done, not $(host)....
15544 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15545 i386-sco3.2v4. Added else true to if command.
15546
15547 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15548
15549 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15550
15551 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15552
15553 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15554
15555 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15556
15557 * configure.in: don't remove binutils from Solaris builds
15558
15559 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15560
15561 * Makefile.in: get rid of earlier definitions for *clean,
15562 also handle the recursive info rule better
15563
15564 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15565
15566 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15567 do more-or-less the right thing.
15568
15569 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15570
15571 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15572 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15573
15574 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15575
15576 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15577 $(host_canonical).
15578
15579 * configure.in: split the configdirs list into 4 categories (native
15580 v. cross, library v. tool) and handle the cross-only and native-
15581 only in more reasonable (and correct!) way.
15582
15583 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15584
15585 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15586 configdirs anymore.
15587
15588 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15589
15590 * Makefile.in: extensive cleanup:: removed all of the explicit
15591 clean-* targets, collapsed many wrappers around subdir_do into
15592 one, added additional targets to satisfy standards.texi, deleted
15593 some old targets, some changes for consistency
15594
15595 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15596
15597 * configure.in: handle some programs as cross-only, and others as
15598 native only
15599
15600 * test-build.mk: handle partial holes in a more generic manner
15601
15602 * Makefile.in: m4 depends on libiberty
15603
15604 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15605
15606 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15607 time, wdiff, and find to configdirs
15608
15609 * Makefile.in: all, clean, and install rules for the new programs
15610 added to configure.in
15611
15612 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15613
15614 * configure.in: use mh-sun for all *-sun-* hosts
15615
15616 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15617
15618 * Makefile.in: define flags for X11 include files and library file
15619 locations, pass them down to the programs that need this info
15620
15621 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15622
15623 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15624
15625 * configure.in: start building libg++ for HP-UX targets
15626
15627 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15628
15629 * README: Update references to files moved into etc/.
15630
15631 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15632
15633 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15634 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15635
15636 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15637
15638 * configure: accept dash as well as underscore in long option
15639 names for FSF compatibility.
15640
15641 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15642
15643 * config.sub: added -sco3.2v4 support from FSF.
15644
15645 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15646
15647 * configure.in: expand the section that adds or removes
15648 directories from the list of programs to build, to handle native
15649 vs. cross in addition to host v. native
15650
15651 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15652
15653 * Makefile.in: Replace C++ in macro names with CXX.
15654 This is less likely to break ...
15655
15656 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15657
15658 * test-build.mk: add -w to GNU_MAKE
15659
15660 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15661
15662 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15663 add 'sparc' to list of recognized cpus. This needed to make
15664 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15665 Delete some redundant ose68 variants. Recognize -wrs as an os,
15666 then changes that into $CPU-wrs-vxworks.
15667
15668 * configure.in: remove most references to gdbtest, regularize
15669 target based program removal
15670
15671 * test-build.mk: import from p3 tree (many fixes and changes)
15672
15673 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15674
15675 * Makefile.in: added rules to handle tcl, tk, and expect
15676
15677 * configure.in: handle those directories if they exist
15678
15679 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15680
15681 * config.sub: removed bogus hppabsd and hppahpux names, since
15682 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15683
15684 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15685
15686 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15687 depends upon all-xiberty
15688
15689 * Makefile.in: changes from p3, including:
15690
15691 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15692
15693 * Makefile.in (XTRAFLAGS): include newlib directories if
15694 newlib/Makefile exists, rather than if host != target.
15695
15696 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15697
15698 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15699 from the same source tree and not building a cross-compiler. This
15700 matters for the libg++ configuration if reconfiguring a tree that
15701 has already been installed.
15702
15703 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15704
15705 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15706 pick up the machine and system specific header files.
15707
15708 * Makefile.in: added AS_FOR_TARGET, passed down in
15709 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15710 the C compiler to use to create programs which are run in the
15711 build environment, set it to default to $(CC), and passed it down
15712 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15713
15714 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15715
15716 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15717 We need them for unusual native builds, like systems without
15718 ranlib.
15719
15720 * configure: also define $(host_canonical) and
15721 $(target_canonical), which are the full, canonical names for the
15722 given host and target
15723
15724 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15725
15726 * Makefile.in: Added separate definitions for C++.
15727
15728 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15729
15730 * configure.in (configdirs): Add deja-gnu.
15731
15732 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15733
15734 * README: Update for configure.texi and gdb-4.7 release.
15735
15736 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15737
15738 * Makefile.in: Move "all" target to top of file.
15739 Previously, first target was ".PHONY" which caused BSD4.4 make
15740 to build .PHONY when make was run without arguments.
15741
15742 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15743
15744 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15745 Library-copylefted code in libiberty.
15746
15747 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15748
15749 * config.sub: Replace m68kmote with plain old m68k.
15750
15751 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15752
15753 * Makefile.in: Remove space from blank line, avoid Make complaints.
15754
15755 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15756
15757 * config.sub: Complain if no argument is given. Added support for
15758 386bsd as OS and target alias.
15759
15760 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15761
15762 * Makefile.in (XTRAFLAGS): include newlib directories if
15763 newlib/Makefile exists, rather than if host != target.
15764
15765 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15766
15767 * config.sub: recognize sparclite-wrs-vxworks.
15768
15769 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15770 p3.) Added clean-xiberty to clean.
15771
15772 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15773
15774 * configure.in: use *-*-* instead of nested cases for host and target
15775
15776 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15777
15778 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15779 from the same source tree and not building a cross-compiler. This
15780 matters for the libg++ configuration if reconfiguring a tree that
15781 has already been installed.
15782
15783 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15784
15785 * config.sub (i486v/i486v4): Merge in from FSF version.
15786
15787 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15788
15789 * configure: only set PWD if it is already set.
15790
15791 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15792
15793 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15794 doesn't have unset and all success paths (and most error paths)
15795 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15796 to just ${PWD} to avoid confusion.)
15797
15798 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15799
15800 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15801 even for a native compilation.
15802
15803 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15804
15805 Changes to make the gdb.tar.Z rule work better.
15806
15807 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15808 (DEVO_SUPPORT): Add configure.texi.
15809 (bfd-ilrt.tar.Z): Remove ancient rule.
15810
15811 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15812
15813 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15814 pick up the machine and system specific header files.
15815
15816 * configure.in, config.sub: added new target m68010-adobe-scout,
15817 with alias of adobe68k. Changed configure.in to check for
15818 -scout before -sco* to avoid a false match.
15819
15820 * Makefile.in: added AS_FOR_TARGET, passed down in
15821 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15822 the C compiler to use to create programs which are run in the
15823 build environment, set it to default to $(CC), and passed it down
15824 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15825
15826 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15827
15828 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15829 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15830 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15831 FOR_TARGET variants, to newlib and libg++.
15832
15833 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15834
15835 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15836 first.
15837
15838 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15839
15840 * config.sub: Accept `elf' as an environment.
15841
15842 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15843
15844 * Makefile.in (all-opcodes): cd into the right directory
15845
15846 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15847
15848 * configure: added -program_transform_name option, used as
15849 argument to sed when installing programs.
15850 configure.texi: added documentation for -program_prefix,
15851 -program_suffix and -program_transform_name.
15852
15853 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15854
15855 * config.sub: Accept i486 where i386 ok.
15856
15857 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15858
15859 * config.sub: accept we32k
15860
15861 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15862
15863 * config.sub, configure.in: accept OSE68000 and OSE68k.
15864
15865 * Makefile.in: don't create all directories for ``make install'';
15866 let the subdirectories create the ones they need.
15867
15868 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15869
15870 * COPYING: new file, GPL v2
15871
15872 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15873
15874 * Makefile.in: use the new gen-info-dir, which needs a template
15875 argument (which also lives in texinfo)
15876
15877 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15878
15879 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15880
15881 * config.sub (ncr3000): Change i386 to i486.
15882
15883 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15884
15885 * Makefile.in: add install-rcs, install-grep to
15886 install-no-fixedincludes, removed install-bison and install-libgcc
15887
15888 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15889
15890 * configure.in: grab the HPUX makefile fragment if on HPUX
15891
15892 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15893
15894 * Makefile.in: eradicate bison spoor (ditto libgcc).
15895 configure.in: recognise m68{k,000}-ericsson-OSE.
15896 es1800 is alias for m68k-ericsson-OSE
15897
15898 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15899
15900 * configure.in: rearrange the parts that remove programs from
15901 configdirs, based now on HOST==TARGET or by canonical triple.
15902
15903 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15904
15905 * test-build.mk: recurse explicitly with -f test-build.mk when
15906 appropriate. predicate stage3 and comparison on the existence
15907 of gcc. That is, if gcc isn't around, we aren't three-staging.
15908 On very clean, also remove ...stamp-co. Build in-place before
15909 doing other builds.
15910
15911 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15912
15913 * Makefile.in, configure.in: add tgas
15914
15915 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15916
15917 * Makefile.in: a number of changes merged in from progressive.
15918
15919 * configure.in: add libm.
15920
15921 * .cvsignore: ignore some stuff that comes from test-build.mk.
15922
15923 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15924
15925 * config.sub: Add es1800 (m68k-ericsson-es1800).
15926
15927 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15928
15929 * configure: Add program_suffix (parallel to program_prefix)
15930 * Makefile.in: adjust directory-creating script for losing decstation
15931
15932 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15933
15934 * configure: Minor $subdir-related fixes.
15935
15936 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15937
15938 * configure: fix various problems with propogating
15939 makefile_target_frag in subdirs.
15940 * configure.in: config libgcc if its there
15941
15942 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15943
15944 * config.sub: HPPA merge.
15945
15946 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15947
15948 * Makefile.in: Replace all-bison with all-byacc in all
15949 dependency lines for other tools (which now use byacc).
15950
15951 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15952
15953 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15954
15955 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15956
15957 * Makefile.in: make gprof rules similar to byacc rules (instead of
15958 vestigal $(unsubdir) that didn't work...)
15959
15960 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15961
15962 * config.sub: Add support for Linux.
15963 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15964 (at least for libg++).
15965
15966 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15967
15968 * configure.texi: fix doc for the -nfp option to configure
15969
15970 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15971
15972 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15973
15974 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15975
15976 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15977 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15978 * configure.in: added solaris* host_makefile_frag hook.
15979
15980 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15981
15982 * config.sub: changed recognition of m68000 so that various
15983 m68k types can be specified via m680[01234]0
15984
15985 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15986
15987 * config.sub (basic_machine): fix sed so that '-foo' isn't
15988 completely substituted out while .+'-foo' loses the '-foo'
15989
15990 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15991
15992 * config.sub ($os): Add -aout.
15993
15994 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15995
15996 * configure: If host_makefile_frag is absolute, don't
15997 prefix ${invsubdir} (relevant to libg++ auto-configure).
15998
15999 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16000
16001 * Makefile.in (tooldir): Define it.
16002 (all-ld): Depend on all-flex.
16003
16004 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16005
16006 * Makefile.in (check): Fix libg++ special case.
16007
16008 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16009
16010 * configure: do not bury `pwd` into config.status, thus do fewer
16011 pwd's.
16012
16013 * configure: print the "Building in" message only when building in
16014 other than "." AND verbose.
16015
16016 * configure: remove -s, rework -v to better accomodate guested
16017 configures.
16018
16019 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16020
16021 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16022
16023 * Makefile.in: macroize flags passed on recursion. remove
16024 fileutils.
16025
16026 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16027
16028 * configure: get makesrcdir right for subdirs deeper than 1.
16029
16030 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16031 install.
16032
16033 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16034
16035 * Makefile.in: don't print subdir_do or recursion lines.
16036
16037 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16038
16039 * standards.texi: added menu item.
16040
16041 * Makefile.in: build and install standards.info.
16042
16043 * standards.texi: new file.
16044
16045 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16046
16047 * configure: test for and move config.status pieces from
16048 ${subdir}/.
16049
16050 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16051
16052 * configure: Test for existance of files before trying to mv
16053 them, to avoid numerous non-existance messages.
16054
16055 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16056
16057 * configure: correct final line of config.status.
16058
16059 * configure: patch from eggert. Avoids a protection problem if
16060 the original Makefile.in is read only.
16061
16062 * configure: use move-if-change from gcc to create config.status.
16063 Some makefiles depend on config.status to tell if a directory
16064 has been reconfigured for a different host. This change
16065 prevents those directories from remaking everything in the case
16066 where the reconfig was only intended to rebuild a Makefile.
16067
16068 * configure: test for config.sub with "config.sub sun4" rather
16069 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16070 host alias from a missing config.sub.
16071
16072 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16073
16074 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16075 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16076
16077 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16078
16079 * configure: mkdir ${subdir} as needed.
16080
16081 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16082
16083 * Makefile.in,configure.in: added autoconf.
16084
16085 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16086
16087 * Makefile.in: no longer pass against on recursion.
16088
16089 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16090 definitions are not inherited.
16091
16092 * configure: correct makesrcdir when subdir is .
16093
16094 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16095
16096 * configure: Add support for 'subdirs' variable, which is
16097 like 'configdirs', except that configure doesn't re-invoke
16098 itself for subdirs, it just creates a Makefile for each subdir.
16099 * configure.texi: Document subdirs.
16100
16101 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16102
16103 * configure.in: added flex to configdirs
16104
16105 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16106
16107 * Makefile.in: remove clean-stamps from clean.
16108
16109 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16110
16111 * configure.in: Add gdbtest to configdirs.
16112
16113 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16114
16115 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16116 to recursive makes.
16117 * configure.in: Recognize new ncr3000 config.
16118
16119 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16120
16121 * Makefile.in, configure.in: removed references to gdbm.
16122
16123 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16124
16125 * config.sub: Don't canonicalize os value
16126 newsos* to bsd (readline needs to check for newsos).
16127 (This fix was earlier made Jan 31, but got re-broken.)
16128
16129 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16130
16131 * configure.in: sco is an os, not a vendor!
16132
16133 * configure: Quote $( better. Keep various shells happy.
16134
16135 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16136
16137 * Makefile.in: eliminate stamp-files.
16138
16139 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16140
16141 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16142 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16143
16144 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16145
16146 * config.sub: fix iris/iris3.
16147
16148 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16149
16150 * configure: re-add -rm.
16151
16152 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16153
16154 * Maskefile.in: add .stmp-rcs to all.
16155
16156 * configure.in: remove gas from rs6000 build, use aix host fragment.
16157
16158 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16159
16160 * configure: pass down site_option during recursion.
16161
16162 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16163
16164 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16165
16166 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16167
16168 * configure: Change exec_prefix so that it really defaults to prefix.
16169
16170 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16171
16172 * Makefile.in, configure.in: Add support for mmalloc library.
16173
16174 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16175
16176 * Makefile.in: add stmp dependencies for a few more things.
16177
16178 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16179
16180 * configure: adjusted error message on objdir/srcdir configure
16181 collision, per john's suggestion.
16182
16183 * Makefile.in: add libiberty stmp to all and all.cross.
16184
16185 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16186
16187 * Makefile.in: remove force dependencies, add grep to all.
16188
16189 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16190
16191 * Makefile.in: drop flex. make stamp files work.
16192
16193 * configure: added test for conflicting configuration in srcdir,
16194 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16195 gets cranky. use relative paths for configure and srcdir
16196 whenever possible. Send some error messages to stderr that were
16197 going to stdout.
16198
16199 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16200
16201 * Makefile.in: Fix libg++ rule to check for gcc directory
16202 before using gcc/gcc. Also pass XTRAFLAGS.
16203
16204 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16205
16206 * Makefile.in: added stmp-files so that directories aren't polled
16207 when they are already built.
16208
16209 * configure.texi: fixed a node pointer problem.
16210
16211 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16212
16213 * config.sub configure.in gdb/configure.in
16214 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16215 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16216 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16217
16218 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16219
16220 * configure: -recurring becomes -silent. corrected help message
16221 for -site= option.
16222
16223 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16224
16225 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16226
16227 * configure: when building Makefile for crosses, replace
16228 tooldir and program_prefix. default srcdir from location of
16229 config.sub. remove "for host in hosts" and "for target in
16230 targets" loops.
16231
16232 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16233
16234 * Makefile.in: Do not pass bindir or mandir to cvs.
16235
16236 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16237
16238 * Makefile.in, configure.in: removed traces of namesubdir,
16239 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16240 copyrights to '92, changed some from Cygnus to FSF.
16241
16242 * configure.texi: remove most references to multiple hosts,
16243 multiple targets, subdirs, etc.
16244
16245 * configure.man: removed rcsid. reference config.sub not
16246 config.subr.
16247
16248 * Makefile.in: mkdir $(infodir) on install-info.
16249
16250 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16251
16252 * configure.texi: Explain better about .gdbinit and about
16253 the environment that configure.in sections run in.
16254
16255 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16256
16257 * configure.in: Ultrix is only a decstation if it's a MIPS.
16258
16259 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16260
16261 * README: DOC.configure => cfg-paper.texi.
16262
16263 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16264
16265 * config.sub (near case $os): Don't convert newsos* to bsd!
16266
16267 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16268
16269 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16270 the number of copies of COPYING that go into the GDB tar file.
16271
16272 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16273
16274 * bfd/configure.in, gdb/config/mh-i386sco,
16275 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16276 Fix SCO configuration stuff.
16277
16278 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16279
16280 * Makefile.in: For libg++, make sure the -I pointing
16281 to the gcc directory goes *after* all the libg++-local -I flags.
16282 Also, move just-gcc dependency from just-libg++ to all-libg++.
16283
16284 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16285
16286 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16287
16288 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16289
16290 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16291
16292 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16293
16294 * config.sub: Add stratus configuration frags. Also
16295 submitted to FSF.
16296
16297 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16298
16299 * Makefile.in (DEV_SUPPORT): add configure.man.
16300
16301 * config.sub(Decode manufacturer-specific): add -none*.
16302
16303 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16304
16305 * Makefile.in: remove form feeds to make Sun's make happy.
16306 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16307
16308 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16309
16310 * Makefile.in (AR_FLAGS): Make quieter.
16311
16312 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16313
16314 * configure.in: Add libg++.
16315 * configure: When verbose, don't output the command line at each
16316 level; it will be unremarkably the same as the previous version,
16317 which will be the same as what the user typed.
16318
16319 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16320
16321 * configure.in, Makefile.in: fix clean-info, add flex. add
16322 fileutils.
16323
16324 * configure: be less sensitive to spaces in Makefile.in. Do not
16325 look for sources in "..". Doing so breaks subdirectories that
16326 might have their own configure. If a subdir has it's own
16327 configure script, use it.
16328
16329 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16330
16331 * cfg-paper.texi: some changes suggested by rms.
16332
16333 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16334
16335 * config.sub: Merge in some small additions from the FSF version,
16336 taken from the gcc distribution, to bring the Cygnus and FSF
16337 versions into closer sync.
16338
16339 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16340
16341 * configure.in: Changed svr4 references to sysv4.
16342
16343 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16344
16345 * configure: added -V for version number option.
16346
16347 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16348
16349 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16350 renamed from DOC.configure to cfg-paper.texi.
16351
16352 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16353
16354 * configure, config.subr, config.sub: config.subr is now
16355 config.sub again.
16356
16357 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16358
16359 * configure.texi: new file, in progress.
16360
16361 * Makefile.in: build info file and install the man page for
16362 configure.
16363
16364 * configure.man: new file, first cut.
16365
16366 * configure: find config.subr again now that configuration "none"
16367 has gone. removed all traces of the -ansi option. removed all
16368 traces of the -languages option.
16369
16370 * config.subr: resync from rms.
16371
16372 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16373
16374 * configure, config.sub, config.subr: merge config.sub into
16375 config.subr, call the result config.subr, remove config.sub, use
16376 config.subr.
16377
16378 * Makefile.in: revised install for dir.info.
16379
16380 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16381
16382 * configure.in: add decstation host makefile frag.
16383
16384 * Makefile.in: BISON now bison -y again. also install-gcc on
16385 install. clean-gdbm on clean. infodir belongs in datadir.
16386 Make directories for info install. Build dir.info here then
16387 install it.
16388
16389 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16390
16391 * Makefile.in: fix for bad directory tests.
16392
16393 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16394
16395 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16396 regexp. -srcdir relative was being handled incorrectly.
16397
16398 * Makefile.in: unwrapped some for loops so that parallel makes
16399 work again and so one can focus one's attention on a particular
16400 package.
16401
16402 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16403
16404 * configure: added PWD as a stand in for `pwd` (for speed). use
16405 elif wherever possible. make -srcdir work without -objdir.
16406 -objdir= commented out.
16407
16408 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16409
16410 * configure: +options become --options. -subdirs commented out.
16411 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16412 Makefile now at top of generated Makefile. Removed cvs log
16413 entries. added -srcdir. create .gdbinit only if there is one
16414 in ${srcdir}.
16415
16416 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16417 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16418 and mandir now keyed off datadir by default.
16419
16420 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16421
16422 * Freshly created ChangeLog.
16423
16424 \f
16425 Local Variables:
16426 mode: change-log
16427 left-margin: 8
16428 fill-column: 76
16429 version-control: never
16430 End: