]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
GCC: Check if AR works with --plugin and rc
[thirdparty/binutils-gdb.git] / ChangeLog
1 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/27173
4 * configure: Regenerated.
5 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
6 --plugin and rc before enabling --plugin.
7
8 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
9
10 PR binutils/26766
11 * Makefile.tpl (BUILD_CFLAGS): New.
12 (CFLAGS): Append $(BUILD_CFLAGS).
13 (CXXFLAGS): Likewise.
14 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
15 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
16 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
17 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
18 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
19 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
20 (PGO-TRAINING-TARGETS): Likewise.
21 (PGO_BUILD_TRAINING): Likewise.
22 (all): Add '+' to the command line for recursive make. Support
23 the PGO build.
24 * configure.ac: Add --enable-pgo-build[=lto].
25 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
26 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
27 * Makefile.in: Regenerated.
28 * configure: Likewise.
29
30 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
31
32 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
33 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
34 * configure.ac: Include config/gcc-plugin.m4.
35 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
36 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
37 RANLIB if possible.
38 * Makefile.in: Regenerated.
39 * configure: Likewise.
40
41 2021-01-09 Nick Clifton <nickc@redhat.com>
42
43 * 2.36 release branch crated.
44
45 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
46
47 * libtool.m4: Match gnu* along with other GNU systems.
48
49 2021-01-07 Alan Modra <amodra@gmail.com>
50
51 * config.sub: Accept OS of eabi* and gnueabi*.
52
53 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
54
55 * Makefile.def (libctf): No longer no_check. Checking depends on
56 all-ld.
57 * Makefile.in: Regenerated.
58
59 2021-01-05 Nick Clifton <nickc@redhat.com>
60
61 * libiberty: Sync with gcc. Bring in:
62 2021-01-04 Martin Liska <mliska@suse.cz>
63
64 * strverscmp.c: Convert to utf8 from iso8859.
65
66 2020-12-22 Jason Merrill <jason@redhat.com>
67
68 PR c++/67343
69 * cp-demangle.h (struct d_info): Add unresolved_name_state.
70 * cp-demangle.c (d_prefix): Add subst parm.
71 (d_nested_name): Pass it.
72 (d_unresolved_name): Split out from...
73 (d_expression_1): ...here.
74 (d_demangle_callback): Maybe retry with old sr mangling.
75 * testsuite/demangle-expected: Add test.
76
77 2020-12-21 Jason Merrill <jason@redhat.com>
78
79 * cp-demangle.c (d_expression_1): Recognize qualified-id
80 on RHS of dt/pt.
81 * testsuite/demangle-expected: Add test.
82
83 2020-12-21 Jason Merrill <jason@redhat.com>
84
85 * cp-demangle.c (d_unqualified_name): Clear is_expression.
86 * testsuite/demangle-expected: Add tests.
87
88 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
89
90 * configure: Regenerate.
91 * configure.ac: Avoid using sanitizer.
92
93 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
94
95 * rust-demangle.c (struct rust_demangler): Add
96 skipping_printing and bound_lifetime_depth fields.
97 (eat): Add (v0-only).
98 (parse_integer_62): Add (v0-only).
99 (parse_opt_integer_62): Add (v0-only).
100 (parse_disambiguator): Add (v0-only).
101 (struct rust_mangled_ident): Add punycode{,_len} fields.
102 (parse_ident): Support v0 identifiers.
103 (print_str): Respect skipping_printing.
104 (print_uint64): Add (v0-only).
105 (print_uint64_hex): Add (v0-only).
106 (print_ident): Respect skipping_printing,
107 Support v0 identifiers.
108 (print_lifetime_from_index): Add (v0-only).
109 (demangle_binder): Add (v0-only).
110 (demangle_path): Add (v0-only).
111 (demangle_generic_arg): Add (v0-only).
112 (demangle_type): Add (v0-only).
113 (demangle_path_maybe_open_generics): Add (v0-only).
114 (demangle_dyn_trait): Add (v0-only).
115 (demangle_const): Add (v0-only).
116 (demangle_const_uint): Add (v0-only).
117 (basic_type): Add (v0-only).
118 (rust_demangle_callback): Support v0 symbols.
119 * testsuite/rust-demangle-expected: Add v0 testcases.
120
121 2020-11-13 Seija Kijin <doremylover456@gmail.com>
122
123 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
124
125 2020-11-11 Patrick Palka <ppalka@redhat.com>
126
127 PR c++/88115
128 * cp-demangle.c (d_print_comp_inner)
129 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
130 "operator " prefix for __alignof__.
131 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
132 operand of __alignof__.
133 * testsuite/demangle-expected: Test demangling for __alignof__.
134
135 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
136
137 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
138
139 2020-10-06 Martin Liska <mliska@suse.cz>
140
141 PR lto/97290
142 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
143 Use sh_link of a .symtab_shndx section.
144
145 2021-01-05 Alan Modra <amodra@gmail.com>
146
147 * config.guess: Import from upstream.
148 * config.sub: Likewise.
149
150 2020-12-16 Martin Liska <mliska@suse.cz>
151 Tom de Vries <tdevries@suse.de>
152
153 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
154 field. Add meter field.
155 (progressfn): Print progress using meter.
156
157 2020-12-02 Enze Li <lienze2010@hotmail.com>
158
159 * .gitignore: Add gnu global outputs.
160
161 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
162
163 * .gitignore: Sync with gcc.
164
165 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
166
167 * src-release.sh: Use sha256sum instead of md5sum.
168
169 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * Makefile.in: Rebuild.
172 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
173 distclean-gdbserver.
174
175 2020-07-24 Aaron Merey <amerey@redhat.com>
176
177 * configure: Rebuild.
178 * configure.ac: Remove AC_DEBUGINFOD.
179
180 2020-07-04 Nick Clifton <nickc@redhat.com>
181
182 Binutils 2.35 branch created.
183
184 2020-04-21 Stephen Casner <casner@acm.org>
185
186 PR 25830
187 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
188 * configure: Rebuild.
189
190 2020-03-12 Tom Tromey <tom@tromey.com>
191
192 * Makefile.in: Rebuild.
193 * Makefile.def (gdbserver): Depend on gdbsupport.
194
195 2020-03-12 Tom Tromey <tom@tromey.com>
196
197 * Makefile.in: Rebuild.
198 * Makefile.def (gdbsupport): Don't depend on bfd.
199
200 2020-03-12 Tom Tromey <tom@tromey.com>
201
202 * Makefile.in: Rebuild.
203 * Makefile.def (gdbsupport): Depend on intl.
204
205 2020-02-17 Tom Tromey <tom@tromey.com>
206
207 * configure: Rebuild.
208 * configure.ac (configdirs): Add gnulib and gdbsupport when building
209 gdbserver.
210
211 2020-02-14 Tom Tromey <tom@tromey.com>
212
213 * Makefile.in: Rebuild.
214 * Makefile.def: Make gdbserver require gnulib and libiberty.
215
216 2020-02-07 Tom Tromey <tom@tromey.com>
217 Pedro Alves <palves@redhat.com>
218
219 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
220 * gdbserver: New directory, moved from gdb/gdbserver.
221 * configure.ac (host_tools): Add gdbserver.
222 Only build gdbserver on certain systems.
223 * Makefile.in, configure: Rebuild.
224 * Makefile.def (host_modules, dependencies): Add gdbserver.
225 * MAINTAINERS: Add gdbserver.
226
227 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
228
229 * src-release.sh (getver): Look for gdbsupport's
230 create-version.sh script at the current directory if tool is
231 "gdb".
232
233 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
234
235 * remote-sim.c (gdbsim_target::wait): Return
236 sim_data->remote_sim_ptid instead of inferior_ptid.
237
238 2020-01-18 Nick Clifton <nickc@redhat.com>
239
240 Binutils 2.34 branch created.
241
242 2020-01-18 Nick Clifton <nickc@redhat.com>
243
244 Synchronize top level configure files with master version:
245
246 2020-01-01 Ben Elliston <bje@gnu.org>
247
248 * config.guess: Update copyright years.
249 * config.sub: Likewise.
250
251 2019-12-21 Ben Elliston <bje@gnu.org>
252
253 * config.guess (set_cc_for_build): Prevent multiple calls by
254 checking if $tmp is already set. We can't check CC_FOR_BUILD as
255 the user may set it externally. Thanks to Torbjörn Granlund for
256 the bug report.
257
258 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
259
260 * config.guess (alpha:Linux:*:*): Guard against missing
261 /proc/cpuinfo by redirecting standard error to /dev/null.
262
263 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
264
265 * config.guess (*:Twizzler:*:*): New.
266 * config.sub (-twizzler*): New.
267
268 2019-07-24 Ben Elliston <bje@gnu.org>
269
270 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
271
272 2019-06-30 Ben Elliston <bje@gnu.org>
273
274 * config.sub (case $os): Match nsk* and powerunix. Don't later
275 match nsk* and set os=nsk which removes the OS version number.
276
277 2019-06-30 Ben Elliston <bje@gnu.org>
278
279 * config.sub: Recognise os108*.
280
281 2019-06-26 Ben Elliston <bje@gnu.org>
282
283 * config.sub (hp300): Set $os to hpux.
284
285 2019-06-26 Ben Elliston <bje@gnu.org>
286
287 * config.sub (vsta): Move into alphabetical order.
288
289 2019-06-10 Ben Elliston <bje@gnu.org>
290
291 * config.guess (*:OS108:*:*): Recognise new OS.
292
293 2019-05-28 Ben Elliston <bje@gnu.org>
294
295 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
296 system compiler is installed. If not, do not run set_cc_for_build,
297 as the default cc will open a dialog box asking to install
298 Xcode. If no C compiler is available, guess based on uname -p and
299 uname -m.
300
301 2019-05-28 Ben Elliston <bje@gnu.org>
302
303 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
304
305 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
306
307 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
308 * Makefile.in: Re-generate.
309
310 2020-01-14 Tom Tromey <tom@tromey.com>
311
312 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
313 * MAINTAINERS: Add gdbsupport.
314 * configure: Rebuild.
315 * configure.ac (configdirs): Add gdbsupport.
316 * gdbsupport: New directory, move from gdb/gdbsupport.
317 * Makefile.def (host_modules, dependencies): Add gnulib.
318 * Makefile.in: Rebuild.
319
320 2020-01-09 Aaron Merey <amerey@redhat.com>
321
322 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
323 new configure option --with-debuginfod.
324 * configure: Regenerate.
325 * configure.ac: Call AC_DEBUGINFOD.
326
327 2019-12-26 Christian Biesinger <cbiesinger@google.com>
328
329 * .gitignore: Add perf.data and perf.data.old.
330
331 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
332
333 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
334
335 2019-10-17 Alan Modra <amodra@gmail.com>
336
337 PR 29
338 * src-release.sh (getver): Replace "head -1" with "head -n 1".
339
340 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
341
342 * Makefile.def (host_modules): libctf is no longer no_install.
343 * Makefile.in: Regenerated.
344
345 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
346
347 * Makefile.def (dependencies): all-ld depends on all-libctf.
348 * Makefile.in: Regenerated.
349
350 2019-09-09 Phil Blundell <pb@pbcl.net>
351
352 binutils 2.33 branch created
353
354 2019-08-19 Tom Tromey <tom@tromey.com>
355
356 * configure: Rebuild.
357 * configure.ac: Add --with-static-standard-libraries.
358
359 2019-08-09 Nick Clifton <nickc@redhat.com>
360
361 * libiberty: Sync with gcc. Bring in:
362 2019-08-08 Martin Liska <mliska@suse.cz>
363
364 PR bootstrap/91352
365 * lrealpath.c (is_valid_fd): New function.
366
367 2019-07-24 Martin Liska <mliska@suse.cz>
368
369 PR lto/91228
370 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
371 Find first '\0' starting from gnu_lto + 1.
372
373 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
374
375 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
376 This fixes a Bug 90924.
377
378 2019-07-22 Martin Liska <mliska@suse.cz>
379
380 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
381 Do not search for gnu_lto_v1, but search for first '\0'.
382
383 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
384
385 * cplus-dem.c: Include rust-demangle.h.
386 * rust-demangle.c: Include rust-demangle.h.
387 * rust-demangle.h: New file.
388
389 2019-05-31 Michael Forney <mforney@mforney.org>
390
391 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
392 is non-zero.
393
394 2019-04-30 Ben L <bobsayshilol@live.co.uk>
395
396 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
397 * testsuite/d-demangle-expected: Add testcase.
398
399 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
400 * testsuite/d-demangle-expected: Add testcase.
401
402 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
403 * testsuite/d-demangle-expected: Add testcase.
404
405 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
406 * testsuite/d-demangle-expected: Add testcase.
407
408 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
409 * testsuite/d-demangle-expected: Add testcase.
410
411 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
412 * testsuite/demangle-expected: Add testcase.
413
414 * cp-demangle.c (d_encoding): Guard against NULL return values from
415 d_right (dc).
416 * testsuite/demangle-expected: Add testcase.
417
418 2019-04-29 Ben L <bobsayshilol@live.co.uk>
419
420 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
421 char is valid.
422 * testsuite/demangle-expected: Add testcase.
423
424 2019-04-10 Nick Clifton <nickc@redhat.com>
425
426 PR 89394
427 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
428 lengths.
429 (d_count_templates_scopes): Replace num_templates and num_scopes
430 parameters with a struct d_print_info pointer parameter. Adjust
431 body of the function accordingly. Add recursion counter and check
432 that the recursion limit is not reached.
433 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
434 Reset recursion counter afterwards, unless the recursion limit was
435 reached.
436
437 2019-07-13 Joel Brobecker <brobecker@adacore.com>
438
439 * src-release (getver): If $tool/gdbsupport/create-version.sh
440 exists, use that to determine the version number.
441
442 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
443
444 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
445
446 2019-06-14 Tom Tromey <tom@tromey.com>
447
448 * MAINTAINERS: Add gnulib.
449 * gnulib: New directory, move from gdb/gnulib.
450 * configure.ac (host_libs): Add gnulib.
451 * configure: Rebuild.
452 * Makefile.def (host_modules, dependencies): Add gnulib.
453 * Makefile.in: Rebuild.
454
455 2019-06-03 Nick Clifton <nickc@redhat.com>
456
457 Revert:
458 2019-05-29 Nick Clifton <nickc@redhat.com>
459
460 * configure.ac (noconfigdirs): Add libctf if the target does not use
461 the ELF file format.
462 * configure: Regenerate.
463
464 2019-05-29 Nick Clifton <nickc@redhat.com>
465
466 * src-release.sh (do_proto_toplev): Add libctf to list of
467 directories that can be disabled.
468
469 2019-05-29 Nick Clifton <nickc@redhat.com>
470
471 * configure.ac (noconfigdirs): Add libctf if the target does not use
472 the ELF file format.
473 * configure: Regenerate.
474
475 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
476
477 * Makefile.def (dependencies): configure-libctf depends on all-bfd
478 and all its deps.
479 * Makefile.in: Regenerated.
480
481 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
482
483 * MAINTAINERS: Add libctf.
484
485 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
486
487 * Makefile.def (host_modules): Add libctf.
488 * Makefile.def (dependencies): Likewise.
489 libctf depends on zlib, libiberty, and bfd.
490 * Makefile.in: Regenerated.
491 * configure.ac (host_libs): Add libctf.
492 * configure: Regenerated.
493
494 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
495
496 * config.guess: Synchronize with config project master sources.
497 * config.sub: Likewise.
498 * readline/support/config.guess: Likewise.
499 * readline/support/config.sub: Likewise.
500
501 2019-04-10 Nick Clifton <nickc@redhat.com>
502
503 * libiberty: Sync with gcc. Bring in:
504 2019-04-10 Nick Clifton <nickc@redhat.com>
505
506 PR 89394
507 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
508 lengths.
509 (d_count_templates_scopes): Replace num_templates and num_scopes
510 parameters with a struct d_print_info pointer parameter. Adjust
511 body of the function accordingly. Add recursion counter and check
512 that the recursion limit is not reached.
513 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
514 Reset recursion counter afterwards, unless the recursion limit was
515 reached.
516
517 2018-06-24 Nick Clifton <nickc@redhat.com>
518
519 2.32 branch created.
520
521 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
522
523 Merge from GCC:
524 PR target/88535
525 * config.guess: Import upstream version 2019-01-03.
526 * config.sub: Import upstream version 2019-01-01.
527
528 2019-01-10 Nick Clifton <nickc@redhat.com>
529
530 * libiberty: Sync with gcc. Bring in:
531 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
532
533 PR other/16615
534
535 * cp-demangle.c: Mechanically replace "can not" with "cannot".
536 * floatformat.c: Likewise.
537 * strerror.c: Likewise.
538
539 2018-12-22 Jason Merrill <jason@redhat.com>
540
541 Remove support for demangling GCC 2.x era mangling schemes.
542 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
543 internal_cplus_demangle, and all subroutines.
544 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
545 Lucid, ARM, HP, and EDG demangling styles.
546 (cplus_demangle): Remove 'work' variable. Don't call
547 internal_cplus_demangle.
548
549 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
550
551 * configure.ac: Don't configure readline if --with-system-readline is
552 used.
553 * configure: Re-generate.
554
555 2018-10-31 Joseph Myers <joseph@codesourcery.com>
556
557 Merge from GCC:
558 PR bootstrap/82856
559 * multilib.am: New file. From automake.
560
561 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
562
563 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
564
565 2018-07-16 Nick Clifton <nickc@redhat.com>
566
567 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
568
569 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
570
571 * config.sub: Sync with upstream version 2018-07-03.
572
573 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
574
575 * config.guess: Sync with upstream version 2018-06-26.
576 * config.sub: Sync with upstream version 2018-07-02.
577
578 2018-06-29 Alexandre Oliva <oliva@adacore.com>
579
580 * configure.ac: Introduce support for @unless/@endunless.
581 * Makefile.tpl (dep-kind): Rewrite with cond; return
582 postbootstrap in some cases.
583 (make-postboot-dep, postboot-targets): New.
584 (dependencies): Do not output postbootstrap dependencies at
585 first. Output non-target ones changed for configure to depend
586 on stage_last @if gcc-bootstrap, and the original deps @unless
587 gcc-bootstrap.
588 * configure.in, Makefile.in: Rebuilt.
589
590 2018-06-24 Nick Clifton <nickc@redhat.com>
591
592 * configure: Regenerate.
593
594 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
595
596 * libtool.m4: Use AC_LANG_SOURCE.
597 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
598 * README-maintainer-mode: Update version requirements.
599 * ar-lib: New file.
600 * test-driver: New file.
601 * configure: Re-generate.
602
603 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
604
605 * Makefile.def (fortran): Add check-target-libgomp-fortran.
606 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
607 * Makefile.in: Regenerate.
608
609 * configure: Regenerate.
610
611 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
612
613 * configure.ac: Sync with GCC, remove MPX-related things.
614
615 2018-05-01 Nick Clifton <nickc@redhat.com>
616
617 * config.guess: Synchronize with config project master sources.
618 * config.sub: Likewise.
619
620 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
621
622 * configure.ac: Added "nfp" target.
623 * configure: Regenerate.
624
625 2018-02-13 Maciej W. Rozycki <macro@mips.com>
626
627 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
628 * configure: Regenerate.
629
630 2018-01-30 Nick Clifton <nickc@redhat.com>
631
632 * src-release.sh (do_proto_toplev): Add patterns for more junk files
633 to delete before creating the tarball.
634
635 2018-01-29 Nick Clifton <nickc@redhat.com>
636
637 * src-release.sh (do_proto_toplev): Strip patch remnant files from
638 the sources before creating the tarball.
639
640 2018-01-13 Nick Clifton <nickc@redhat.com>
641
642 * src-release.sh: Update copyright notice. Change reference to devo
643 to be a reference to root.
644
645 2018-01-10 Nick Clifton <nickc@redhat.com>
646
647 * config-ml.in: Sync with gcc sources.
648 * config.guess: Likewise.
649 * config.sub: Likewise.
650 * configure.ac: Likewise.
651 * configure: Regenerate.
652
653 2017-12-14 Nick Clifton <nickc@redhat.com>
654
655 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
656
657 2017-12-12 Stafford Horne <shorne@gmail.com>
658
659 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
660 * configure: Regenerate.
661
662 2017-09-15 Nick Clifton <nickc@redhat.com>
663
664 * src-release.sh (LZIPPROG): New define. Provides the name of the
665 lzip program.
666 (do_lz): New function. Compresses a tarball using the lzip
667 program.
668 (do_compress): Add support for lzip compression.
669 (usage): Mention -l option.
670 (build_release): Support -l option to invoke lzip compression.
671
672 2017-09-15 Alan Modra <amodra@gmail.com>
673
674 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
675 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
676 and sim depending on $tool and $support_files. Echo configure line.
677
678 2017-09-14 Matt Rice <ratmice@gmail.com>
679
680 * src-release.sh (do_proto_toplev): Enable gold during release process.
681
682 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
683
684 * config.sub: Sync with master version in config project.
685
686 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
687
688 * config.sub: Handle ia16 in $basic_machine.
689
690 bfd/
691 * config.bfd: Handle ia16.
692
693 gas/
694 * configure.tgt: Handle ia16.
695
696 ld/
697 * configure.tgt: Handle ia16.
698
699 2017-03-22 Nick Clifton <nickc@redhat.com>
700
701 * config.sub: Sync with master version in config project.
702 * config.guess: Likewise.
703
704 2017-01-23 Nick Clifton <nickc@redhat.com>
705
706 * configure.ac: Update year in copyright notice.
707 Sync from FSF GCC mainline, bringing in the following patches.
708 * Makefile.def: Likewise.
709 * Makefile.tpl: Likewise.
710 * configure: Regenerate.
711 * Makefile.in: Regenerate.
712
713 2016-12-21 Jakub Jelinek <jakub@redhat.com>
714
715 * configure.ac: Don't bootstrap libmpx unless --with-build-config
716 includes bootstrap-mpx.
717
718 2016-12-01 Matthias Klose <doko@ubuntu.com>
719
720 * configure.ac: Don't use pkg-config to check for bdw-gc.
721
722 2016-11-30 Matthias Klose <doko@ubuntu.com>
723
724 * Makefile.def: Remove reference to boehm-gc target module.
725 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
726 options and for the bdw-gc pkg-config module.
727
728 2016-11-15 Matthias Klose <doko@ubuntu.com>
729
730 * config-ml.in: Remove references to GCJ.
731 * configure.ac: Likewise.
732
733 2016-09-30 Jakub Jelinek <jakub@redhat.com>
734
735 * configure.ac: Add target-libffi to target_libraries.
736 Readd libgcj target disablings, modified to only target-libffi.
737 Readd target addition of go to unsupported languages.
738
739 2016-09-30 Andrew Haley <aph@redhat.com>
740
741 * Makefile.def: Remove libjava.
742 * Makefile.tpl: Likewise.
743 * configure.ac: Likewise.
744
745 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
746
747 * configure.ac: Disable "sim" directory for arc*-*-*.
748
749 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
750
751 * configure.ac: Check for the minimum in-tree MPFR version
752 handled.
753
754 2016-12-31 Alan Modra <amodra@gmail.com>
755
756 * config.sub: Import from upstream.
757
758 2016-12-08 Alan Modra <amodra@gmail.com>
759
760 * configure: Regenerate.
761
762 2016-12-02 Josh Conner <joshconner@google.com>
763
764 * configure.ac: Add fuchsia to targets that use ELF.
765 * configure: Regenerated.
766
767 2016-11-07 Doug Evans <dje@google.com>
768
769 * config.sub: Sync with upstream version 2016-11-03.
770 git://git.sv.gnu.org/config.git
771 * config.guess: Sync with upstream version 2016-10-02.
772
773 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
774
775 * .gitignore: Add archives and make stamps.
776
777 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
778
779 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
780 * configure: Regenerated.
781
782 2016-06-28 Walter Lee <walt@tilera.com>
783
784 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
785 * configure: Regenerate.
786
787 2016-05-28 Alan Modra <amodra@gmail.com>
788
789 * Makefile.tpl (configure): Depend on m4 files included.
790 * Makefile.in: Regenerate.
791
792 2016-05-27 Nick Clifton <nickc@redhat.com>
793
794 * config.guess (Alpha OSF1): Fix typo introduced during the most
795 recent synchronization update.
796
797 2016-05-23 Nick Clifton <nickc@redhat.com>
798
799 * Import these patches from the gcc mainline:
800
801 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
802
803 * config.guess: Import version 2016-04-02 (newest).
804 * config.sub: Import version 2016-05-10 (newest).
805
806 2016-04-19 Nick Clifton <nickc@redhat.com>
807
808 * Import this patch from the GCC mainline:
809
810 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
811
812 PR bootstrap/70173
813 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
814 and gotools directories. Delete the stage_final file.
815 * Makefile.in: Regenerate.
816
817 2016-03-17 Cary Coutant <ccoutant@gmail.com>
818
819 * configure.ac: Add mips and s390 to the gold target check.
820 * configure: Regenerate.
821
822 2016-02-10 Nick Clifton <nickc@redhat.com>
823
824 Import these patches from the GCC mainline:
825
826 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
827
828 * configure.ac: Enable LTO for DJGPP
829 * configure: Regenerate
830
831 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
832
833 PR bootstrap/69329
834 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
835 * Makefile.in: Regenerate.
836
837 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
838 Sebastian Pop <s.pop@samsung.com>
839
840 * Makefile.in: Regenerate.
841 * Makefile.tpl: Export ISLVER.
842 * configure: Regenerate.
843 * config/isl.m4: Detect isl-0.15.
844
845 2016-01-29 Sebastian Pop <s.pop@samsung.com>
846
847 * config/isl.m4: Add comments about isl-0.16.
848 * configure: Regenerate.
849
850 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
851
852 Sync with GCC
853 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
854
855 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
856 symbols.
857
858 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
859
860 PR bootstrap/69134
861 * Makefile.def (mpfr): Disable assembler.
862 * Makefile.in: Regenerate.
863
864 2016-01-11 Nick Clifton <nickc@redhat.com>
865
866 Import the following changes from the GCC mainline:
867
868 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
869
870 * configure.ac: Enable libmpx by default.
871 * configure: Regenerated.
872
873 2015-11-19 Martin Liska <mliska@suse.cz>
874
875 * .gitignore: Add .clang-format to ignored files.
876 * Makefile.tpl: Add clang-format.
877 * Makefile.in: Regenerate.
878
879 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
880
881 PR libffi/65726
882 * Makefile.def (lang_env_dependencies): Make libffi depend
883 on cxx.
884 * Makefile.in: Regenerate.
885
886 2015-12-02 Ian Lance Taylor <iant@google.com>
887
888 PR go/66147
889 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
890 * Makefile.in: Regenerate.
891
892 2015-12-17 Nathan Sidwell <nathan@acm.org>
893
894 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
895 * configure: Regenerate.
896
897 2015-12-17 Sebastian Pop <s.pop@samsung.com>
898
899 * Makefile.in: Replace ISL with isl.
900 * Makefile.tpl: Same.
901 * config/isl.m4: Same.
902 * configure.ac: Same.
903 * contrib/download_prerequisites: Same.
904 * configure: Regenerate.
905
906 2016-01-01 Ben Elliston <bje@gnu.org>
907
908 * config.guess: Import version 2016-01-01.
909 * config.sub: Likewise.
910
911 2015-11-20 Tristan Gingold <gingold@adacore.com>
912
913 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
914 * configure: Regenerate.
915
916 2015-10-21 Nick Clifton <nickc@redhat.com>
917
918 PR gas/19109
919 * configure.ac: Note the 'none' is an acceptable argument to
920 --enable-compressed-debug-sections.
921 * configure: Regenerate.
922
923 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
924
925 PR gas/19109
926 * configure.ac: Add
927 --enable-compressed-debug-sections={all,gas,gold,ld}.
928 * configure: Regenerated.
929
930 2015-09-30 Nick Clifton <nickc@redhat.com>
931
932 Import the following patches from the GCC mainline:
933
934 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
935
936 PR libfortran/54572
937 * Makefile.def: Make libgfortran depend on libbacktrace.
938 * Makefile.in: Regenerate.
939
940 2015-08-12 Tom de Vries <tom@codesourcery.com>
941
942 PR other/67092
943 PR other/67098
944 * configure.ac: Remove --with_host_libstdcxx support.
945 * configure: Regenerate.
946
947 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
948 Jakub Jelinek <jakub@redhat.com>
949
950 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
951 nvptx*-*-*.
952 * configure: Regenerate.
953
954 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
955
956 Sync with GCC
957 2015-07-28 Ben Elliston <bje@gnu.org>
958
959 * config.sub, config.guess: Import from upstream.
960
961 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
962
963 * Makefile.def (libiconv): Define bootstrap=true.
964 Mark pdf/html/info as missing.
965 (configure-gcc): Depend on all-libiconv.
966 (all-gcc): Ditto.
967 (configure-libcpp): Ditto.
968 (all-libcpp): Ditto.
969 (configure-intl): Ditto.
970 (all-intl): Ditto.
971 * Makefile.in: Regenerate.
972
973 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
974
975 Sync with GCC
976 2015-07-24 Michael Darling <darlingm@gmail.com>
977
978 PR other/66259
979 * config-ml.in: Reflects renaming of configure.in to configure.ac
980 * configure: Likewise
981 * configure.ac: Likewise
982
983 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
984
985 * Makefile.in: Regenerated.
986
987 Sync with GCC
988 2015-05-21 Jason Merrill <jason@redhat.com>
989
990 * Makefile.tpl: Update comments.
991
992 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
993
994 * Makefile.tpl: Remove surplus whitespace throughout.
995
996 2015-03-25 Martin Liska <mliska@suse.cz>
997 Yury Gribov <y.gribov@samsung.com>
998
999 * Makefile.tpl: Fix ln source location for vimrc file.
1000
1001 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 Sync with GCC
1004 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1005
1006 * configure.ac: FT32 target added.
1007 * configure: Regenerate.
1008
1009 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1010
1011 Sync with GCC
1012 2015-06-02 Jason Merrill <jason@redhat.com>
1013
1014 PR bootstrap/66319
1015 * configure.ac: Use -std=gnu++98.
1016
1017 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1018
1019 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1020 * configure: Regenerate.
1021
1022 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1023
1024 * configure.ac: Fix typo.
1025 * configure: Regenerate.
1026
1027 2015-05-03 Matthias Klose <doko@ubuntu.com>
1028
1029 * configure.ac: Match $host configured with triplets.
1030 * configure: Regenerate.
1031
1032 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1033
1034 PR bootstrap/62077
1035 * configure.ac (--enable-stage1-checking): Default to
1036 release,misc,gimple,rtlflag,tree,types if --disable-checking
1037 or --enable-checking is not specified and DEV-PHASE is not
1038 experimental.
1039 * configure: Regenerated.
1040
1041 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1042
1043 Install back PR target/47230 fix (Revert the revert).
1044
1045 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1046
1047 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1048 target.
1049 * configure: Regenerate.
1050
1051 2015-05-13 John David Anglin <dave.anglin@bell.net>
1052
1053 * configure.ac: Disable configuration of GDB for HPUX targets.
1054 * configure: Regenerate.
1055
1056 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1057
1058 PR ld/18355
1059 * Makefile.def: Add extra_configure_flags to host zlib.
1060 * configure.ac (extra_host_zlib_configure_flags): New. Set
1061 to --enable-host-shared When bfd is to be built as shared
1062 library. AC_SUBST.
1063 * Makefile.in: Regenerated.
1064
1065 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1066 Hans-Peter Nilsson <hp@axis.com>
1067
1068 Adjust src-release.sh for sim using the gdb create-version.sh.
1069 * src-release.sh (tar_compress): If there's a fifth parameter,
1070 use that in the getver call instead of $tool.
1071 (sim_release): Pass gdb as fifth parameter to tar_compress.
1072 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1073
1074 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1075
1076 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1077 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1078 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1079 * Makefile.in: Regenerate.
1080
1081 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1082
1083 * configure.ac: Add --with-system-zlib.
1084 * configure: Regenerated.
1085
1086 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1087
1088 * src-release.sh: Don't configure with --with-target-subdir=.
1089 --disable-multilib.
1090
1091 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1092
1093 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1094 src-release.sh.
1095
1096 2015-03-30 Ed Schouten <ed@nuxi.nl>
1097
1098 * config.sub: Update from upstream, to 2015-03-04 version.
1099 * config.guess: Likewise.
1100
1101 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1104 * Makefile.in: Regenerated.
1105
1106 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * src-release.sh (do_proto_toplev): Configure with --target
1109 --with-target-subdir and --disable-multilib.
1110 (BINUTILS_SUPPORT_DIRS): Add zlib.
1111 (GAS_SUPPORT_DIRS): Likewise.
1112 (GDB_SUPPORT_DIRS): Likewise.
1113 (SIM_SUPPORT_DIRS): Likewise.
1114
1115 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1116
1117 * configure.ac (target_configdirs): Exclude target-zlib if
1118 target-libjava isn't built.
1119 * configure: Regenerated.
1120
1121 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 Sync with GCC
1124 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1125
1126 * config-ml.in: Robustify ac_configure_args parsing.
1127
1128 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1129
1130 * Makefile.def: Updated from GCC trunk.
1131 * Makefile.tpl: Likewise.
1132 * configure.ac: Likewise.
1133 * Makefile.in: Regenerated.
1134 * configure: Likewise.
1135
1136 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1137
1138 * configure.ac: Add FT32 support.
1139 * configure: Regenerate.
1140
1141 2015-01-12 Anthony Green <green@moxielogic.com>
1142
1143 * configure.ac: Don't disable gprof for moxie.
1144 * configure: Rebuild.
1145
1146 2015-01-03 Andrew Pinski <apinski@cavium.com>
1147
1148 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1149 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1150 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1151 (OBJCOPY_FOR_TARGET): New variable.
1152 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1153 * Makefile.in: Regenerate.
1154 * configure.ac: Check for already installed target objcopy.
1155 Also GCC_TARGET_TOOL on objcopy.
1156 * configure: Regenerate.
1157
1158 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1159
1160 * config.sub: Update from upstream, to 2015-01-01 version.
1161 * config.guess: Ditto.
1162
1163 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1164
1165 * config.sub: Update from upstream config repo.
1166
1167 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * libtool.m4: Updated from GCC trunk.
1170
1171 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1172
1173 * config.guess: Update from upstream config repo.
1174 * config.sub: Ditto.
1175
1176 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1177
1178 * move-if-change: Update from upstream gnulib.
1179
1180 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1181
1182 * compile: Sync with upstream Automake.
1183 * depcomp: Ditto.
1184 * install-sh: Ditto.
1185 * missing: Ditto.
1186 * mkinstalldirs: Ditto.
1187 * ylwrap: Ditto.
1188
1189 2014-10-15 Tristan Gingold <gingold@adacore.com>
1190
1191 * src-release.sh (do_proto_toplev): Configure with --target.
1192
1193 2014-10-03 Jing Yu <jingyu@google.com>
1194
1195 * configure.ac: Add aarch64 to list of targets that support gold.
1196 * configure: Regenerate.
1197
1198 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1199
1200 * configure.ac: Add mips*-img-elf* target triple.
1201 * configure: Regenerate.
1202
1203 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1204 * configure: Disable gdb for nds32*-*-* until supported.
1205 * configure.ac: Disable gdb for nds32*-*-* until supported.
1206
1207 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1208
1209 * configure: Regenerate.
1210
1211 2014-08-27 Will Newton <will.newton@linaro.org>
1212
1213 * src-release.sh: New file.
1214 * src-release: Remove file.
1215
1216 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1217
1218 GDB not supported for or1k*-*-rtems*
1219 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1220 of the stanzas results in this not being caught by or1k*-*-* later.
1221 * configure. Regenerated.
1222
1223 2014-07-25 Samuel Bronson <naesten@gmail.com>
1224
1225 * .gitattributes: New file for use with git-merge-changelog.
1226
1227 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1228
1229 Disable gdb for or1k*-*-* until supported
1230 * configure.ac (or1k*-*-*): Disable gdb.
1231 * configure: Regenerated.
1232
1233 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1234
1235 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1236 * configure: Regenerated.
1237
1238 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1239
1240 PR sanitizer/56781
1241 * Makefile.def: Set bootstrap=true; for host fixincludes.
1242 * configure.ac: Don't bootstrap host fixincludes unless
1243 --with-build-config=bootstrap-{a,ub}san.
1244 * Makefile.in: Regenerated.
1245 * configure: Regenerated.
1246
1247 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1248
1249 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1250 --enable-vtable-verify option parsing. Don't add
1251 target-libsanitizer to bootstrap_target_libs unless
1252 --with-build-config=bootstrap-asan or
1253 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1254 to bootstrap_target_libs unless --enable-vtable-verify.
1255 * configure: Regenerated.
1256
1257 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1258
1259 PR bootstrap/58572
1260 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1261 -I for libstdc++-v3 includes if $(LEAN).
1262 * Makefile.in: Regenerated.
1263
1264 2014-02-24 Walter Lee <walt@tilera.com>
1265
1266 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1267 (tilegx-*-*): Change to tilegx*-*-*.
1268 * configure: Regenerate.
1269
1270 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1271
1272 * config.sub, config.guess: Import from upstream.
1273
1274 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1275
1276 PR bootstrap/60620
1277 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1278 * Makefile.in: Regenerate.
1279
1280 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1281
1282 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1283 for WINDRES_FOR_TARGET in default-manifest.o rule.
1284 * Makefile.in: Regenerate.
1285
1286 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1287
1288 PR target/59788
1289 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1290 *solaris2*.
1291
1292 2013-12-19 Keven Boell <keven.boell@intel.com>
1293
1294 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1295 nested lookups for fortran modules.
1296 * dwarf2read.c (read_module): Add fortran module to
1297 the symbol table.
1298 (add_partial_symbol, add_partial_module): Add fortran
1299 module to the partial symbol table.
1300 (new_symbol_full): Create full symbol for fortran module.
1301 * f-exp.y (yylex): Add new module domain to be parsed.
1302 * symtab.h: New domain for fortran modules.
1303
1304 2013-12-19 Keven Boell <keven.boell@intel.com>
1305
1306 * f-exp.y (yylex): Add domain array to enable lookup
1307 in multiple domains. Loop over lookup domains and try
1308 to find requested symbol. Add STRUCT_DOMAIN to lookup
1309 domains to be able to query for user defined types.
1310
1311 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1312
1313 * configure.ac: Add user-friendly check for native x86_64-linux
1314 multilibs.
1315 * configure: Regenerate.
1316
1317 2013-11-23 Alan Modra <amodra@gmail.com>
1318
1319 * config.sub, config.guess: Import from upstream.
1320
1321 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1322
1323 * Makefile.in: Regenerate.
1324
1325 * Makefile.tpl: Fix typo.
1326 * Makefile.in: Regenerate partially.
1327
1328 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1329
1330 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1331 supported.
1332 * configure: Regenerated.
1333
1334 2013-10-30 Jason Merrill <jason@redhat.com>
1335
1336 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1337 --disable-build-format-warnings.
1338
1339 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1340
1341 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1342 depend on libstdc++ and libgcc.
1343 * configure: Regenerate.
1344 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1345 libcilkrts for POSIX and i*86, and x86_64 architectures.
1346 * Makefile.in: Added libcilkrts related fields to support building it.
1347
1348 2013-10-26 Jeff Law <law@redhat.com>
1349
1350 * Makefile.def (target_modules): Remove libmudflap
1351 (languages): Remove check-target-libmudflap).
1352 * Makefile.in: Rebuilt.
1353 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1354 * configure.ac (target_libraries): Remove target-libmudflap.
1355 Remove checks which disabled libmudflap on some systems.
1356 * configure: Rebuilt.
1357 * libmudflap: Directory removed.
1358
1359 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1360
1361 * configure.ac: Update from GCC.
1362 * configure: Regenerate.
1363
1364 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1365
1366 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1367 files in SUPPORT_FILES.
1368 (SIM_SUPPORT_DIRS): New variable.
1369 (sim.tar.bz2): New rule.
1370
1371 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1372
1373 * configure.ac: Update from GCC.
1374 * configure: Regenerate.
1375
1376 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1377
1378 * COPYING.NEWLIB: Update with new copyright.
1379
1380 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1381
1382 * configure.ac: Update from GCC.
1383 * configure: Regenerate.
1384
1385 2013-09-20 Alan Modra <amodra@gmail.com>
1386
1387 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1388 ppc host match. Support little-endian powerpc linux hosts.
1389
1390 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1391
1392 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1393 strip the "-cvs" suffix from the version number if present.
1394
1395 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1396
1397 * configure.ac: Sync with GCC repo.
1398 * Makefile.def: Ditto.
1399 * configure: Regenerate.
1400 * Makefile.in: Ditto.
1401
1402 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1403
1404 * src-release (VER): Use $(TOOL)/common/create-version.sh
1405 if it exists.
1406
1407 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1408
1409 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1410 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1411 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1412 * configure: Regenerate.
1413
1414 2013-06-01 George Thomas <george.thomas@atmel.com>
1415
1416 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1417 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1418
1419 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1420
1421 * COPYING.NEWLIB: Add Altera Corporation copyright.
1422
1423 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * config.guess: Update from config repo.
1426 * config.sub: Ditto.
1427
1428 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1429
1430 * Makefile.def: Sync with GCC.
1431 * Makefile.in: Regenerate.
1432
1433 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1434
1435 * configure.ac: Sync with GCC.
1436 * configure: Regenerate.
1437
1438 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1439
1440 * src-release (VER): Change bfd/configure.in sed to use the new
1441 `bfd/configure --version` output.
1442
1443 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1444
1445 * configure.ac: Sync with GCC repo.
1446 * configure: Ditto.
1447
1448 2013-02-05 Ian Lance Taylor <iant@google.com>
1449
1450 PR go/55969
1451 * configure.ac: Disable libgo on some systems where it does not
1452 work.
1453 * configure: Rebuild.
1454
1455 2013-02-05 Alan Modra <amodra@gmail.com>
1456
1457 * configure: Regenerate after syncing config/.
1458
1459 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1460
1461 * configure.ac: Sync with GCC repo.
1462 * configure: Ditto.
1463 * Makefile.def: Ditto.
1464 * Makefile.in: Ditto.
1465
1466 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1467
1468 Sync with GCC, merge:
1469
1470 2013-01-09 Jason Merrill <jason@redhat.com>
1471
1472 * .gitignore: Import from gdb repository.
1473
1474 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1475
1476 * config.sub: Update from config repo.
1477
1478 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1479
1480 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1481 * Makefile.in: Regenerate.
1482
1483 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1484
1485 * Makefile.def (configure-gcc): Depend on all-gmp.
1486 (all-gcc): Remove dependency on all-gmp.
1487 * Makefile.in: Regenerated.
1488
1489 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1490
1491 * config.guess: Update from config repo.
1492 * config.sub: Ditto.
1493
1494 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1495
1496 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1497 exists and replace the new bfin license in its location.
1498
1499 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1500
1501 PR gas/14899
1502 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1503 all-ld and all-gold depend on all-gas.
1504 * Makefile.in: Regenerated.
1505
1506 2012-12-29 Ben Elliston <bje@gnu.org>
1507
1508 * config.guess: Update to 2012-12-29 version.
1509 * config.sub: Likewise.
1510
1511 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1512
1513 * Makefile.def (install-target-libgo): Depend on
1514 install-target-libatomic. Merged from GCC repo.
1515 * Makefile.in: Regenerate.
1516
1517 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1518
1519 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1520
1521 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1522
1523 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1524 * configure: Regenerate.
1525
1526 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1527
1528 * Makefile.def (target_modules): Add bootstrap=true and
1529 raw_cxx=true to libsanitizer.
1530 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1531 * Makefile.in: Regenerated.
1532 * configure: Likewise.
1533
1534 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1535
1536 * config.sub: Merge from config repo.
1537
1538 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1539
1540 * configure.ac: Merge from GCC.
1541 * Makefile.tpl: Ditto.
1542 * Makefile.in: Ditto.
1543 * configure: Ditto.
1544
1545 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1546
1547 * configure.ac (noconfigdirs): Merge from GCC.
1548 * configure: Regenerate.
1549
1550 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1551
1552 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1553
1554 2012-11-14 Roland McGrath <mcgrathr@google.com>
1555
1556 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1557 * configure: Regenerate.
1558
1559 2012-11-13 Richard Henderson <rth@redhat.com>
1560
1561 * configure.ac: Move libsanitizer logic to subdirectory.
1562 * configure: Regenerate.
1563
1564 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1565
1566 * configure.ac: Enable libsanitizer just on x86 linux for now.
1567 * configure: Re-generate.
1568
1569 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1570
1571 * configure.ac: Merge libquadmath sections.
1572 * configure: Regenerate.
1573
1574 2012-11-12 Wei Mi <wmi@google.com>
1575
1576 * configure.ac: Add libsanitizer to target_libraries.
1577 * Makefile.def: Ditto.
1578 * configure: Regenerate.
1579 * Makefile.in: Regenerate.
1580
1581 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1582
1583 * configure: Regenerated.
1584
1585 2012-11-03 Robert Mason <rbmj@verizon.net>
1586
1587 * configure.ac: add --disable-libstdcxx configure option
1588 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1589
1590 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1591
1592 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1593 against Mingw64 w32api.
1594 * configure: Regenerate.
1595
1596 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1597
1598 PR bootstrap/54820
1599 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1600 * configure: Regenerate.
1601
1602 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1603
1604 PR bootstrap/54820
1605 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1606 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1607 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1608 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1609 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1610 * Makefile.in: Regenerate.
1611 * configure.ac (have_static_libs): New variable and associated check.
1612 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1613 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1614 * configure: Regenerate.
1615
1616 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1617
1618 * config.guess, config.sub: Include updated version from
1619 config-patches. Adds microblaze little endian support.
1620
1621 2012-09-28 Ian Lance Taylor <iant@google.com>
1622
1623 * Makefile.def: Make all-target-libgo depend on
1624 all-target-libbacktrace.
1625 * Makefile.in: Rebuild.
1626
1627 2012-09-26 Ian Lance Taylor <iant@google.com>
1628
1629 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1630 * Makefile.in: Rebuild.
1631
1632 2012-09-06 Diego Novillo <dnovillo@google.com>
1633
1634 * configure.ac: Bump minimum GMP version to 4.2.3.
1635 * configure: Re-generate.
1636
1637 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1638
1639 PR target/54461
1640 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1641 target-libgloss if not configured --with-avrlibc=no.
1642 * configure: Regenerate.
1643
1644 2012-09-04 Jason Merrill <jason@redhat.com>
1645
1646 * configure.ac: Fix --enable-languages=all.
1647
1648 2012-09-03 Richard Guenther <rguenther@suse.de>
1649
1650 PR bootstrap/54138
1651 * configure.ac: Re-organize ISL / CLOOG checks to allow
1652 disabling with either --without-isl or --without-cloog.
1653 * configure: Regenerated.
1654
1655 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1656
1657 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1658 * configure: Regenerate.
1659
1660 2012-09-21 Steve Ellcey <sellcey@mips.com>
1661
1662 * configure.ac: Add mips*-mti-elf* target.
1663 * configure: Regenerate.
1664
1665 2012-09-19 Ian Lance Taylor <iant@google.com>
1666
1667 * configure.ac (host_libs): Add libbacktrace.
1668 (target_libraries): Add libbacktrace.
1669 * Makefile.def (host_modules): Add libbacktrace.
1670 (target_modules): Likewise.
1671 * configure, Makefile.in: Rebuild.
1672
1673 2012-09-15 Jiong Wang <jiwang@tilera.com>
1674
1675 * configure.ac (ENABLE_GOLD): support tilegx*
1676 * configure: rebuild
1677
1678 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1679
1680 PR target/38607
1681 Merge upstream change.
1682 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1683
1684 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1685 Add libgomp*.o to compare_exclusions for AIX.
1686 * configure: Regenerate.
1687
1688 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1689
1690 PR binutils/4970
1691 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1692 and opcodes.
1693 * Makefile.in: Regenerated.
1694
1695 2012-08-14 Diego Novillo <dnovillo@google.com>
1696
1697 Merge from cxx-conversion branch.
1698
1699 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1700 POSTSTAGE1_CONFIGURE_FLAGS.
1701 * Makefile.in: Regenerate.
1702 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1703 Force C++ when bootstrapping.
1704 * configure: Regenerate.
1705
1706 2012-07-06 Richard Guenther <rguenther@suse.de>
1707
1708 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1709 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1710 --with-gmp=system.
1711 * Makefile.in: Regenerated.
1712 * configure: Likewise.
1713
1714 2012-07-06 Richard Guenther <rguenther@suse.de>
1715
1716 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1717 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1718 supply V=1 as extra_make_flags.
1719 * configure: Regenerated.
1720 * Makefile.in: Likewise.
1721
1722 2012-07-03 Richard Guenther <rguenther@suse.de>
1723
1724 * Makfile.def (isl): Remove not necessary extra_exports and
1725 extra_make_flags.
1726 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1727 * Makefile.in: Regenerated.
1728
1729 2012-07-03 Richard Guenther <rguenther@suse.de>
1730
1731 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1732 * configure.ac: If either the ISL or the CLooG check failed
1733 do not try to build in-tree versions.
1734 * Makefile.in: Regenerated.
1735 * configure: Regenerated.
1736
1737 2012-07-02 Richard Guenther <rguenther@suse.de>
1738 Michael Matz <matz@suse.de>
1739 Tobias Grosser <tobias@grosser.es>
1740 Sebastian Pop <sebpop@gmail.com>
1741
1742 * Makefile.def: Add ISL host module, remove PPL host module.
1743 Adjust ClooG host module to use the proper ISL.
1744 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1745 * configure.ac: Include config/isl.m4. Add ISL host library,
1746 remove PPL. Remove PPL configury, add ISL configury, adjust
1747 ClooG configury.
1748 * Makefile.in: Regenerated.
1749 * configure: Likewise.
1750
1751 2012-07-02 Richard Guenther <rguenther@suse.de>
1752
1753 Merge from graphite branch
1754 2011-07-21 Tobias Grosser <tobias@grosser.es>
1755
1756 * configure: Regenerated.
1757 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1758 both cloog.org and legacy versions. The only supported version will
1759 be CLooG with the isl backend.
1760
1761 2011-07-21 Tobias Grosser <tobias@grosser.es>
1762
1763 * configure: Regenerated.
1764 * configure.ac: Require cloog isl 0.17.0
1765
1766 2011-07-21 Tobias Grosser <tobias@grosser.es>
1767
1768 * configure: Regenerated.
1769 * config/cloog.m4: Do not define CLOOG_ORG
1770
1771 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1772
1773 * configure.ac: Skip C if explicitly selected.
1774 * configure: Regenerate.
1775
1776 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1777
1778 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1779 they contain -O2.
1780 * configure: Regenerate.
1781
1782 2012-06-20 Jason Merrill <jason@redhat.com>
1783
1784 * Makefile.tpl (check-target-libgomp-c++): New.
1785 (check-target-libitm-c++): New.
1786 * Makefile.def (c++): Add them.
1787 * Makefile.in: Regenerate.
1788
1789 2012-05-16 Olivier Hainque <hainque@adacore.com>
1790
1791 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1792 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1793 (install-no-fixedincludes): Adjust accordingly.
1794 * Makefile.in: Regenerate.
1795
1796 2012-05-09 Nick Clifton <nickc@redhat.com>
1797 Paul Smith <psmith@gnu.org>
1798
1799 PR bootstrap/50461
1800 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1801 allow for the fact that from release v3.1.0 of MPFR the source
1802 files were moved into a src sub-directory.
1803 * configure: Regenerate.
1804
1805 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1806
1807 * configure.ac: Bump minimum MPFR version to 2.4.0.
1808 * configure: Regenerated.
1809
1810 2012-05-01 Richard Henderson <rth@redhat.com>
1811
1812 * Makefile.def (libatomic): New target_module.
1813 * configure.ac (target_libraries): Add libatomic.
1814 (noconfigdirs): Check if libatomic is supported.
1815 * Makefile.in, configure: Rebuild.
1816
1817 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1818
1819 Merge upstream change
1820 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1821
1822 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1823
1824 * libtool.m4: Additional FreeBSD 10 fixes.
1825
1826 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1827
1828 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1829 they contain -O2.
1830 * configure: Regenerate.
1831
1832 2012-05-14 Catherine Moore <clm@codesourcery.com>
1833
1834 * NEWS: Mention PowerPC VLE port.
1835
1836 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1837
1838 * MAINTAINERS (config/): Move to intl/ section.
1839 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1840
1841 2012-05-09 Nick Clifton <nickc@redhat.com>
1842 Paul Smith <psmith@gnu.org>
1843
1844 PR bootstrap/50461
1845 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1846 allow for the fact that from release v3.1.0 of MPFR the source
1847 files were moved into a src sub-directory.
1848 * configure: Regenerate.
1849
1850 2012-05-02 Roland McGrath <mcgrathr@google.com>
1851
1852 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1853 * configure: Regenerate.
1854
1855 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1856
1857 * config.sub: Update to 2012-04-18 version from official repo.
1858
1859 2012-03-19 Tristan Gingold <gingold@adacore.com>
1860
1861 * configure.ac (ia64*-*-*vms*): Add support for ld.
1862 * configure: Regenerate.
1863
1864 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1865
1866 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1867 (unsupported_languages): Remove mips-sgi-irix6.*.
1868 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1869 (with_stabs): Remove.
1870 * configure: Regenerate.
1871
1872 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1873
1874 * configure.ac (enable_libgomp): Remove *-*-osf*.
1875 (with_stabs): Remove alpha*-*-osf*.
1876 * configure: Regenerate.
1877
1878 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1879
1880 * COPYING.NEWLIB: Modify DJ Delorie license to include
1881 modification rights in clause as permitted by DJ Delorie.
1882 * COPYING.LIBGLOSS: Ditto.
1883
1884 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1885
1886 * COPYING.NEWLIB: Remove two unused licenses.
1887
1888 2012-03-05 Tristan Gingold <gingold@adacore.com>
1889
1890 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1891 * configure: Regenerate.
1892
1893 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1894
1895 * COPYING.NEWLIB: Add Adapteva notice.
1896 * COPYING.LIBGLOSS: Add Adapteva notice.
1897
1898 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1899
1900 * configure: Regenerate.
1901
1902 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1903
1904 * COPYING.LIBGLOSS: Add GPL with exception license.
1905
1906 2011-11-09 Roland McGrath <mcgrathr@google.com>
1907
1908 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1909 * configure: Rebuild.
1910 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1911 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1912 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1913 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1914 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1915 Add READELF.
1916 * Makefile.in: Rebuild.
1917
1918 2011-11-08 Richard Henderson <rth@redhat.com>
1919
1920 * configure.ac: Test for libitm directory present first.
1921
1922 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1923
1924 * configure.ac: Test libitm/configure.tgt to disable libitm.
1925 * configure: Rebuild.
1926
1927 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1928
1929 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1930 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1931 * Makefile.in: Regenerate.
1932
1933 2011-11-01 DJ Delorie <dj@redhat.com>
1934
1935 * configure.ac (rl78-*-*) New case.
1936 * configure: Regenerate.
1937
1938 2011-11-01 DJ Delorie <dj@redhat.com>
1939
1940 * config.sub: Update to version 2011-10-29 (added rl78)
1941
1942 2011-10-27 Nick Clifton <nickc@redhat.com>
1943
1944 * config.sub: Import these changes from the config project:
1945
1946 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1947 Ben Elliston <bje@gnu.org>
1948
1949 * config.sub (epiphany): New.
1950
1951 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1952 Ben Elliston <bje@gnu.org>
1953
1954 * config.sub (hexagon, hexagon-*): New.
1955
1956 2011-08-23 Roland McGrath <mcgrathr@google.com>
1957
1958 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1959 64eb to be64.
1960
1961 2011-08-16 Roland McGrath <mcgrathr@google.com>
1962
1963 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1964 (nacl): Grok as alias for 32el-unknown-nacl.
1965
1966 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1967
1968 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1969
1970 2011-08-14 Yao Qi <yao@codesourcery.com>
1971
1972 Merge from gcc:
1973
1974 2011-08-14 Yao Qi <yao@codesourcery.com>
1975 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1976 * configure: Regenerate.
1977
1978 2011-07-26 Ian Lance Taylor <iant@google.com>
1979
1980 Merge from gcc:
1981
1982 2011-07-26 Ian Lance Taylor <iant@google.com>
1983 * configure.ac: Set have_compiler based on whether gcc directory
1984 exists, rather than on whether gcc is in configdirs.
1985 * configure: Rebuild.
1986
1987 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1988 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1989 link directories.
1990 * Makefile.in: Rebuild.
1991
1992 2011-07-20 Ian Lance Taylor <iant@google.com>
1993 PR bootstrap/49787
1994 * configure.ac: Move --enable-bootstrap handling earlier in file.
1995 If --enable-bootstrap and either --enable-build-with-cxx or
1996 --enable-build-poststage1-with-cxx, enable C++ automatically.
1997 * configure: Rebuild.
1998
1999 2011-07-19 Ian Lance Taylor <iant@google.com>
2000 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2001 make C++ a boot_language. Set and substitute
2002 POSTSTAGE1_CONFIGURE_FLAGS.
2003 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2004 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2005 * configure, Makefile.in: Rebuild.
2006
2007 2011-07-16 Jason Merrill <jason@redhat.com>
2008 * Makefile.def (language=c++): Add check-c++0x and
2009 check-target-libmudflap-c++.
2010 * Makefile.tpl (check-target-libmudflap-c++): New.
2011 * Makefile.in: Regenerate.
2012
2013 2011-07-16 Matthias Klose <doko@ubuntu.com>
2014 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2015 * Makefile.def (target_modules/libjava): Pass
2016 $(EXTRA_CONFIGARGS_LIBJAVA).
2017 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2018 if not configured with --enable-static-libjava.
2019 * Makefile.in: Regenerate.
2020 * configure: Likewise.
2021
2022 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2023 PR regression/47836
2024 PR bootstrap/23656
2025 PR other/47733
2026 PR bootstrap/49247
2027 PR c/48825
2028 * configure.ac (target_libraries): Remove target-libiberty.
2029 Remove case-statement setting skipdirs=target-libiberty for
2030 multiple targets. Remove checking target_configdirs and
2031 removing target-libiberty but keeping target-libgcc if
2032 otherwise empty.
2033 * Makefile.def (target_modules): Don't add libiberty.
2034 (dependencies): Remove all traces of target-libiberty.
2035 * configure, Makefile.in: Regenerate.
2036
2037 2011-07-22 Jason Merrill <jason@redhat.com>
2038
2039 * Makefile.def (language=c++): Add check-c++0x and
2040 check-target-libmudflap-c++.
2041 * Makefile.tpl (check-target-libmudflap-c++): New.
2042 * Makefile.in: Regenerate.
2043
2044 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2045
2046 * configure: Regenerate.
2047
2048 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2049
2050 PR target/39150
2051 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2052 x86_64-*-solaris2.1[0-9]*.
2053 * configure: Regenerate.
2054
2055 2011-06-13 Walter Lee <walt@tilera.com>
2056
2057 * configure.ac (tilepro-*-*) New case.
2058 (tilegx-*-*): Likewise.
2059 * configure: Regenerate.
2060
2061 2011-06-06 Nick Clifton <nickc@redhat.com>
2062
2063 * config.sub: Sync from upstream.
2064
2065 2011-05-08 Doug Kwan <dougkwan@google.com>
2066
2067 Merge from gcc:
2068
2069 2011-05-08 Doug Kwan <dougkwan@google.com>
2070
2071 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2072 * configure: Regenerated.
2073 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2074 value from configure.
2075 * Makefile.in: Regenerated.
2076
2077 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2078
2079 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2080 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2081 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2082 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2083 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2084 *-*-vxworks*): Disable newlib and libgloss in separate case
2085 statement.
2086 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2087 to separate case statement.
2088 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2089 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2090 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2091 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2092 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2093 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2094 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2095 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2096 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2097 i[[3456789]]86-*-rdos*, m32r-*-*,
2098 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2099 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2100 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2101 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2102 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2103 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2104 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2105 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2106 and libgloss in main case over targets. Remove most empty cases
2107 in main case over targets.
2108 * configure: Regenerate.
2109
2110 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2111
2112 * configure.ac: Remove code setting special library locations for
2113 hppa*64*-*-hpux11*. Remove code setting compiler for
2114 sparc-sun-solaris2*.
2115 * configure: Regenerate.
2116
2117 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2118
2119 * configure.ac: Separate libgloss_dir settings from general case
2120 over targets.
2121 * configure: Regenerate.
2122
2123 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2124
2125 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2126 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2127 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2128 cases in libgcj-disabling case statement.
2129 (hppa*64*-*-linux*): Set unsupported_languages instead of
2130 disabling target-zlib.
2131 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2132 to hppa*64*-*-hpux*.
2133 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2134 hppa*-*-hpux*.
2135 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2136 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2137 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2138 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2139 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2140 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2141 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2142 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2143 libgcj-disabling case statement.
2144 * configure: Regenerate.
2145
2146 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2147
2148 * configure.ac: Disable Java for targets not supporting libffi.
2149 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2150 Remove cases in Java-disabling statement.
2151 (*arm-wince-pe): Change to arm-wince-pe.
2152 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2153 cases in Java-disabling statement.
2154 (bfin-*-*): Don't disable Java again.
2155 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2156 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2157 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2158 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2159 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2160 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2161 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2162 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2163 Java-disabling statement.
2164 (mmix-*-*): Don't disable Java again.
2165 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2166 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2167 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2168 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2169 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2170 statement.
2171 * configure: Regenerate.
2172
2173 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2174
2175 Merge from GCC:
2176
2177 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2178
2179 PR lto/48086
2180 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2181 * configure: Regenerate.
2182
2183 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2184
2185 * configure.ac: Separate cases disabling Java and Java libraries
2186 from general case over targets.
2187 * configure: Regenerate.
2188
2189 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2190
2191 * configure.ac (build_tools): Remove build-byacc.
2192 (host_libs): Remove mmalloc.
2193 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2194 autoconf automake libtool diff rcs fileutils shellutils time
2195 textutils wdiff find uudecode hello tar gzip indent recode release
2196 sed perl gawk findutils gettext zip.
2197 (libgcj): Remove target-qthreads.
2198 (target_tools): Remove target-examples target-gperf.
2199 (YACC): Don't handle building byacc.
2200 * configure: Regenerate.
2201 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2202 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2203 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2204 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2205 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2206 handle building components.
2207 * Makefile.in: Regenerate.
2208
2209 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2210
2211 * config.sub: Sync from upstream.
2212
2213 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2214
2215 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2216 (microblaze*): Don't disable libssp.
2217 * configure: Regenerate.
2218
2219 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2220
2221 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2222 moveifchange.
2223 * configure: Regenerate.
2224 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2225 * Makefile.in: Regenerate.
2226
2227 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2228
2229 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2230 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2231 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2232 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2233 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2234 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2235 md_exec_prefix cases.
2236 * configure: Regenerate.
2237
2238 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2239
2240 * configure.ac: Separate cases disabling target-libssp,
2241 target-libiberty, target-libstdc++-v3 and Fortran from general
2242 case over targets.
2243 * configure: Regenerate.
2244
2245 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2246
2247 * configure.ac (*-*-chorusos): Don't disable libgcj.
2248 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2249 Remove case.
2250 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2251 (arm-*-coff): Don't disable libgcj.
2252 (arm*-*-linux-gnueabi): Remove useless assignment.
2253 (arm-*-riscix*): Don't disable libgcj.
2254 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2255 configuration.
2256 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2257 (c54x*-*-*): Remove case.
2258 (tic54x-*-*): Don't disable GCC or GCC libraries.
2259 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2260 to *.
2261 (d10v-*-*): Don't disable GCC libraries.
2262 (d30v-*-*): Don't disable libgcj.
2263 (h8500-*-*): Don't disable GCC libraries.
2264 (i960-*-*): Don't disable libgcj.
2265 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2266 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2267 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2268 libgcj.
2269 (m68k-*-coff*): Remove case.
2270 (mmix-*-*): Don't disable libgloss on host.
2271 (mn10200-*-*, mn10300-*-*): Remove cases.
2272 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2273 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2274 Don't disable libgcj.
2275 (romp-*-*): Remove case.
2276 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2277 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2278 case.
2279 (v810-*-*): Don't disable GCC libraries.
2280 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2281 (ip2k-*-*): Don't disable GCC libraries.
2282 * configure: Regenerate.
2283
2284 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2285
2286 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2287 libffi on host.
2288 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2289 on host.
2290 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2291 * configure: Regenerate.
2292
2293 2011-03-26 John Marino <binutils@marino.st>
2294
2295 * configure.ac: Add support for *-*-dragonfly*
2296 * configure: Regenerate.
2297
2298 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2299
2300 * configure.ac (native_only): Remove.
2301 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2302 send-pr uudecode guile gnuserv on host.
2303 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2304 send-pr rcs guile perl texinfo libtool on host.
2305 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2306 automake send-pr rcs guile perl texinfo libtool on host.
2307 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2308 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2309 (alpha*-dec-osf*): Don't disable fileutils on target.
2310 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2311 texinfo send-pr expect dejagnu on target.
2312 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2313 target-qthreads on target.
2314 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2315 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2316 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2317 x86_64-*-mingw*): Don't disable expect on target.
2318 (*-*-cygwin*): Don't disable target-gperf on target.
2319 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2320 gnuserv on target.
2321 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2322 target.
2323 * configure: Regenerate.
2324
2325 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2326
2327 * configure.ac (target_tools): Remove target-groff.
2328 (native_only): Remove target-groff.
2329 (hppa*64*-*-*): Don't disable byacc.
2330 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2331 setting.
2332 (*-*-kaos*): Don't skip target-librx and target-groff.
2333 (*-*-netware*): Don't skip target-libmudflap.
2334 (*-*-tpf*): Don't skip target-libmudflap.
2335 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2336 directories on the host.
2337 (ia64*-*-*vms*): Don't skip tix.
2338 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2339 host.
2340 * configure: Regenerate.
2341
2342 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2343
2344 * configure.ac: Remove references to mt-mep, mt-netware,
2345 mt-wince.
2346 * Makefile.def: Add all-utils soft dependencies.
2347 * Makefile.tpl: Remove GDB_NLM_DEPS.
2348 * configure: Regenerate.
2349 * Makefile.in: Regenerate.
2350
2351 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2352
2353 Sync from GCC:
2354
2355 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2356
2357 * configure.ac: Do not include mh-x86omitfp.
2358 * configure: Regenerate.
2359
2360 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2361
2362 * configure.ac: Remove empty cases.
2363 * configure: Regenerate.
2364
2365 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2366
2367 * Makefile.def: Add dependency from termcap to gdb.
2368 * Makefile.in: Regenerate.
2369
2370 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2371
2372 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2373 * configure: Regenerate.
2374 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2375 * Makefile.tpl: Likewise.
2376 * Makefile.in: Regenerate.
2377
2378 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2379
2380 * configure.ac: Remove all mentions of tentative_cc.
2381 * configure: Regenerate.
2382
2383 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2384
2385 PR lto/48086
2386 * configure.ac: Re-enable LTO on *-apple-darwin9.
2387 * configure: Regenerate.
2388
2389 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2390
2391 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2392 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2393 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2394 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2395 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2396 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2397 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2398 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2399 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2400 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2401 *-*-rhapsody*): Remove host cases.
2402 * configure: Regenerate.
2403
2404 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2405
2406 * configure.ac (ppc*-*-pe): Remove host case.
2407 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2408 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2409 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2410 cases.
2411 * configure: Regenerate.
2412
2413 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2414
2415 * config.sub: Update to version 2011-03-23.
2416
2417 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2418
2419 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2420 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2421 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2422 * configure: Regenerate.
2423
2424 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2425
2426 * config-ml.in: Don't handle arc-*-elf*.
2427 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2428 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2429 handle GCC libraries.
2430 * configure: Regenerate.
2431
2432 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2433
2434 PR bootstrap/48120:
2435 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2436 Add -lstdc++ -lm to LIBS.
2437 * configure: Regenerate.
2438
2439 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2440
2441 * config.guess: Update to version 2011-02-02
2442 * config.sub: Update to version 2011-02-24
2443
2444 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2445
2446 * configure.ac: Adjust test of with_ppl.
2447 * configure: Regenerated.
2448
2449 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2450
2451 * configure.ac: Add -lpwl to ppllibs.
2452 * config/cloog.m4: Add -lisl to clooglibs.
2453 * configure: Regenerated.
2454
2455 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2456
2457 Import from Libtool and gnulib:
2458
2459 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2460
2461 Prepare for supporting FreeBSD 10.
2462 * config.rpath: Remove handling of freebsd1* which soon would
2463 match FreeBSD 10.0.
2464
2465 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2466
2467 Remove support for FreeBSD 1.x.
2468 * libtool.m4 (_LT_LINKER_SHLIBS)
2469 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2470 soon would incorrectly match FreeBSD 10.0.
2471
2472 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2473
2474 PR binutils/12283
2475 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2476 (move-if-change): Comes from gnulib.
2477 * move-if-change: Import version from gnulib.
2478
2479 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2480
2481 Sync from GCC:
2482
2483 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2484
2485 PR lto/47225
2486 * Makefile.def (lto-plugin): Double dash for enable-shared.
2487 (configure-gcc): Depend on all-lto-plugin.
2488 * Makefile.in: Rebuilt.
2489
2490 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2491
2492 * configure.ac: Remove extra bracket.
2493 * configure: Regenerate.
2494
2495 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2496
2497 PR lto/47225
2498 * Makefile.def: Add dependency for install-gcc
2499 on install-lto-plugin.
2500 * Makfile.in: Regenerated
2501
2502 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2503
2504 * configure.ac: If with_ppl is no, move setting with_cloog=no
2505 after CLOOG_REQUESTED check.
2506 * configure: Regenerated.
2507
2508 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2509
2510 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2511 CLooG has been requested.
2512 * configure: Regenerated.
2513
2514 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2515
2516 * configure: Regenerated.
2517 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2518
2519 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2520
2521 * configure: Regenerated.
2522 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2523
2524 2011-01-07 Jan Hubicka <jh@suse.cz>
2525
2526 PR lto/47225
2527 * Makefile.in: Regenerate.
2528 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2529 configure.
2530
2531 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2532
2533 PR libgcj/44341
2534 * configure.ac: Discard --with-* flags for host when configuring
2535 target libraries for cross build.
2536 * configure: Rebuilt.
2537
2538 2011-01-21 Andreas Schwab <schwab@redhat.com>
2539
2540 Sync from GCC:
2541
2542 2011-01-21 Andreas Schwab <schwab@redhat.com>
2543
2544 * configure.ac: Use AS_HELP_STRING throughout.
2545 * configure: Regenerate.
2546
2547 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2548
2549 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2550 * configure: Regenerate.
2551
2552 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2553
2554 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2555
2556 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2557
2558 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2559 for ia64-hpux.
2560 * configure: Regenerate.
2561
2562 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2563
2564 Sync from GCC:
2565 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2566
2567 * configure.ac: (picochip): Disable libiberty.
2568 * configure: Regenerate.
2569
2570 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2571
2572 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2573
2574 2010-12-10 Ian Lance Taylor <iant@google.com>
2575
2576 PR bootstrap/46819
2577 * configure.ac: For --disable-libgcj clear libgcj_saved.
2578 * configure: Rebuild.
2579
2580 2010-12-10 Tobias Burnus <burnus@net-b.de>
2581
2582 PR fortran/46540
2583 * configure.ac: Add --disable-libquadmath and
2584 --disable-libquadmath-support.
2585 * configure: Regenerate.
2586
2587 2010-12-10 Tristan Gingold <gingold@adacore.com>
2588
2589 * src-release (ETC_SUPPORT): add gnu-oids.texi
2590
2591 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2592
2593 PR libffi/46792
2594 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2595 * configure: Regenerate.
2596
2597 2010-12-02 Ian Lance Taylor <iant@google.com>
2598
2599 * configure.ac: Always set default for poststage1_ldflags to
2600 -static-libstdc++ -static-libgcc.
2601
2602 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2603
2604 * COPYING.NEWLIB: Add National Semiconductor notice.
2605
2606 2010-11-29 Andreas Schwab <schwab@redhat.com>
2607
2608 * configure.ac: Move comment to remove extra space in last argument
2609 of GCC_TARGET_TOOL.
2610
2611 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2612
2613 PR other/46026
2614 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2615 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2616 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2617 (BASE_FLAGS_TO_PASS): Use it.
2618 * configure: Rebuilt.
2619 * Makefile.in: Rebuilt.
2620
2621 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2622
2623 PR binutils/12258
2624 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2625 Properly check default linker.
2626 * configure: Regnerated.
2627
2628 2010-11-23 Matthias Klose <doko@ubuntu.com>
2629
2630 * configure.ac: For --enable-gold, handle value `default' instead of
2631 `both*'. New configure option --{en,dis}able-ld.
2632 * configure: Regenerate.
2633
2634 2010-11-20 Ian Lance Taylor <iant@google.com>
2635
2636 * configure.ac: Only disable a language library if no language needs
2637 it. Don't let --disable-libgcj uncondtionally disable libffi.
2638 * configure: Rebuild.
2639
2640 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2641
2642 * configure: Regenerate.
2643
2644 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2645
2646 PR other/46202
2647 * configure.ac: Fix just-built in-tree STRIP name to be
2648 binutils/strip-new.
2649 * configure: Regenerate.
2650 * Makefile.def (install-strip-gcc, install-strip-binutils)
2651 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2652 (install-strip-sid): Mirror dependencies on non-strip variants
2653 of these targets on the respective -strip prerequisites.
2654 * Makefile.tpl (install-strip, install-strip-host)
2655 (install-strip-target): New targets.
2656 (install-strip-[+module+], install-strip-target-[+module+]):
2657 New targets.
2658 * Makefile.in: Regenerate.
2659
2660 2010-11-19 Ian Lance Taylor <iant@google.com>
2661 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2662
2663 * configure.ac: Add target-libgo to target_libraries. Set
2664 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2665 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2666 (HOST_EXPORTS): Add GOC.
2667 (BASE_TARGET_EXPORTS): Add GOC.
2668 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2669 (GOCFLAGS_FOR_TARGET): New variable.
2670 (EXTRA_HOST_FLAGS): Add GOC.
2671 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2672 * Makefile.def (target_modules): Add libgo.
2673 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2674 (dependencies): Add dependency from configure-target-libgo to
2675 configure-target-libffi and all-target-libstdc++-v3. Add
2676 dependencies from all-target-libgo to all-target-libffi.
2677 (languages): Add go.
2678 * configure: Rebuild.
2679 * Makefile.in: Rebuild.
2680
2681 2010-11-19 Ian Lance Taylor <iant@google.com>
2682
2683 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2684 compiler/flag environment variables.
2685
2686 2010-11-18 Ian Lance Taylor <iant@google.com>
2687
2688 * configure.ac: Check for lang_requires_boot_languages in
2689 config-lang.in files.
2690 * configure: Rebuild.
2691
2692 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2693
2694 * .gitignore: New file.
2695
2696 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2697 Tobias Burnus <burnus@net-b.de>
2698
2699 PR fortran/32049
2700 * Makefile.def: Add libquadmath; build it with language=fortran.
2701 * configure.ac: Add libquadmath.
2702 * Makefile.tpl: Handle multiple libs in check-[+language+].
2703 * Makefile.in: Regenerate.
2704 * configure: Regenerate.
2705
2706 2010-11-15 Andreas Schwab <schwab@redhat.com>
2707
2708 * configure.ac: Fix spelling in option names.
2709 * configure: Regenerated.
2710
2711 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2712
2713 PR bootstrap/39622
2714 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2715 * configure: Regenerated.
2716
2717 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2718
2719 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2720 define the cloog backend to use. Furthermore, only pass the ppllibs to
2721 the configure checks, if necessary.
2722 * configure: Regenerate.
2723
2724 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2725
2726 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2727 * configure: regenerate
2728
2729 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2730
2731 * config/cloog.m4: Fix typo. verison -> version.
2732 * configure: Regenerate.
2733
2734 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2735
2736 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2737 * configure: Regenerate.
2738
2739 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2740
2741 * configure.ac: Support official CLooG.org versions.
2742 * configure: Regenerate.
2743 * config/cloog.m4: New.
2744
2745 2010-11-05 Michael Eager <eager@eagercon.com>
2746
2747 * COPYING.LIBGLOSS: Correct typo in microblaze.
2748 * COPYING.NEWLIB: Same.
2749
2750 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2751
2752 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2753 * configure: Regenerate.
2754
2755 2010-11-03 Ian Lance Taylor <iant@google.com>
2756 Dave Korn <dave.korn.cygwin@gmail.com>
2757
2758 PR lto/46273
2759 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2760 and on other supported platforms whenever LTO is enabled.
2761 * configure: Rebuild.
2762
2763 2010-11-02 Alan Modra <amodra@gmail.com>
2764
2765 PR binutils/12110
2766 * configure.ac: Error when source path contains spaces.
2767 * configure: Regenerate.
2768
2769 2010-10-20 Ian Lance Taylor <iant@google.com>
2770
2771 * Makefile.def (target_modules): Set lib_path to src/.libs for
2772 libstdc++-v3 module.
2773 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2774 * Makefile.in: Rebuild.
2775
2776 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2777 Joseph Myers <joseph@codesourcery.com>
2778
2779 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2780 notices.
2781 * COPYING.NEWLIB: Add Texas Instruments notice.
2782
2783 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2784
2785 * configure.ac (build_lto_plugin): New shell variable.
2786 (--enable-lto): Turn on by default for all non-ELF platforms that
2787 have had LTO support added so far. Set build_lto_plugin appropriately
2788 for both ELF and non-ELF.
2789 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2790 * configure: Regenerate.
2791
2792 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2793
2794 PR bootstrap/45326
2795 PR bootstrap/45174
2796 * configure.ac: Honor initial values of $build_configargs,
2797 $host_configargs, $target_configargs. Mark the precious, so
2798 environment settings get recorded.
2799 * configure: Regenerate.
2800
2801 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2802
2803 Sync from GCC:
2804
2805 2010-09-30 Michael Eager <eager@eagercon.com>
2806
2807 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2808 * configure: Regenerate.
2809
2810 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2811
2812 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2813 targets and amend comment.
2814 * configure: Regenerate.
2815
2816 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2817
2818 * configure.ac: Enable LTO by default on Darwin.
2819 * configure: Regenerate.
2820
2821 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2822
2823 PR bootstrap/44455
2824 * configure.ac (extra_mpfr_configure_flags): Copy from
2825 extra_mpc_gmp_configure_flags.
2826 * configure: Re-generated.
2827
2828 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2829
2830 Sync from GCC:
2831
2832 PR bootstrap/45796
2833 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2834 Depend on all-build-libiberty.
2835 * Makefile.in: Regenerate.
2836
2837 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2838
2839 Sync from GCC:
2840
2841 PR bootstrap/44621
2842 * configure.ac: Fix unportable shell quoting.
2843 * configure: Regenerate.
2844
2845 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2846
2847 * configure.ac: Support all v850 targets.
2848 * configure: Regenerate.
2849
2850 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2851
2852 PR target/44862
2853 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2854 Provide -B option to allow for link spec %s substitutions for
2855 libstdc++.a on darwin.
2856 * Makefile.in: Regenerate.
2857
2858 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2859
2860 * Makefile.def (configure-gcc): Depend on all-libelf.
2861 * Makefile.in: Rebuild.
2862
2863 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2864
2865 * config.sub, config.guess: Update from upstream sources.
2866
2867 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2868
2869 Sync from GCC:
2870
2871 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2872 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2873 * configure: Regenerated.
2874
2875 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2876 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2877 * configure: Regenerate.
2878
2879 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2880 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2881 * configure: Regenerate.
2882
2883 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2884 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2885 separately.
2886 * configure: Regenerate.
2887
2888 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2889 * configure: Regenerate after change to elf.m4.
2890
2891 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2892 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2893 * configure: Regenerated.
2894
2895 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2896 * configure.ac: Print "buggy but acceptable" when CLooG
2897 revision is less than 9.
2898 * configure: Regenerated.
2899
2900 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2901
2902 Merge from gcc:
2903
2904 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2905 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2906 * configure: Regenerate.
2907
2908 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2909 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2910 a platform that supports LTO.
2911 * configure: Regenerate.
2912
2913 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2914 PR lto/42776
2915 * configure.ac (--enable-lto): Refactor handling so libelf tests
2916 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2917 and allow LTO to be explicitly enabled on non-ELF platforms that
2918 are known to support it inside else-clause.
2919 * configure: Regenerate.
2920
2921 2010-04-27 Roland McGrath <roland@redhat.com>
2922 H.J. Lu <hongjiu.lu@intel.com>
2923
2924 * configure.ac (--enable-gold): Support both, both/gold and
2925 both/bfd to add gold to configdirs without removing ld.
2926 * configure: Regenerated.
2927
2928 * Makefile.def: Add install-gold dependency to install-ld.
2929 * Makefile.in: Regenerated.
2930
2931 2010-04-14 Tristan Gingold <gingold@adacore.com>
2932
2933 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2934 * configure: Regenerate.
2935
2936 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2937
2938 Merge from gcc:
2939 PR bootstrap/43615
2940 PR bootstrap/43328
2941 Revert:
2942 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2943 * configure.ac: Do not pass --enable-multilib nor
2944 --disable-multilib in baseargs. Accept explicitly passed
2945 --enable_multilib.
2946 * configure: Regenerate.
2947
2948 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2949
2950 PR bootstrap/43328
2951 * configure.ac: Do not pass --enable-multilib nor
2952 --disable-multilib in baseargs. Accept explicitly passed
2953 --enable_multilib.
2954 * configure: Regenerate.
2955
2956 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2957
2958 * configure.ac (tic6x-*-*): New case.
2959 * configure: Regenerate.
2960
2961 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2962
2963 Merge from gcc:
2964 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2965 PR ada/42554
2966 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2967 * configure: Regenerate.
2968
2969 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2970
2971 * config.sub: Update to version 2010-03-22.
2972 * config.guess: Update to version 2009-12-30.
2973
2974 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2975
2976 Merge from gcc:
2977 2010-01-11 Richard Guenther <rguenther@suse.de>
2978 PR lto/41569
2979 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2980 * Makefile.in: Regenerated.
2981
2982 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2983
2984 PR libstdc++/32499
2985 * configure.ac (RANLIB): Default to true.
2986 (STRIP): Likewise.
2987 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2988 * configure: Regenerate.
2989
2990 2010-02-17 Nick Clifton <nickc@redhat.com>
2991
2992 PR 11238
2993 * Makefile.tpl (local-distclean): Also remove config.cache files in
2994 sub-directories as there may not be Makefiles present in the
2995 sub-directories.
2996 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2997 the config.cache files found by the find command.
2998
2999 * Makefile.in: Regenerate.
3000 * configure.ac: Revert previous delta.
3001 * configure: Regenerate.
3002
3003 2010-02-15 Nick Clifton <nickc@redhat.com>
3004
3005 PR 11238
3006 * configure.ac: Delete config.cache files in sub-directories when
3007 deleting Makefiles.
3008 * configure: Regenerate.
3009
3010 2010-02-15 Nick Clifton <nickc@redhat.com>
3011
3012 * configure.ac: Sync from gcc.
3013 * configure: Regenerate.
3014
3015 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3016
3017 Sync from gcc:
3018 * configure.ac: Add "recommended" version checks for GMP/MPC.
3019 Update recommended GMP/MPFR/MPC versions.
3020 * configure: Regenerate.
3021
3022 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3023
3024 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3025 * configure.ac (bootstrap_target_libs): Make inclusion of
3026 target-libgomp conditional on libgomb being in target_configdirs.
3027 * configure: Regenerate.
3028
3029 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3030
3031 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3032 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3033 * configure: Regenerate.
3034
3035 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3036
3037 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3038 * configure.ac (target_configdirs): Substitute.
3039 * Makefile.def: Bootstrap target module libgomp.
3040 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3041 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3042 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3043 * configure, Makefile.in: Regenerate.
3044
3045 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3046
3047 * libtool.m4: Sync from git Libtool.
3048 * ltmain.sh: Likewise.
3049 * ltoptions.m4: Likewise.
3050 * ltversion.m4: Likewise.
3051 * lt~obsolete.m4: Likewise.
3052
3053 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3054 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3055
3056 PR bootstrap/42424
3057 * configure.ac: Include libtool m4 files.
3058 (_LT_CHECK_OBJDIR): Call it.
3059 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3060 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3061
3062 * configure: Regenerate.
3063
3064 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3065
3066 PR bootstrap/41818
3067 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3068 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3069 * Makefile.in: Regenerate.
3070
3071 2009-12-18 Ben Elliston <bje@au.ibm.com>
3072
3073 * config.sub, config.guess: Update from upstream sources.
3074
3075 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3076
3077 * COPYING.NEWLIB: Update copyright date.
3078 * COPYING.LIBGLOSS: Ditto.
3079
3080 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3081
3082 PR middle-end/30447
3083 PR middle-end/30789
3084 PR other/40302
3085
3086 * configure.ac: Require MPC.
3087 * configure: Regenerate.
3088
3089 * configure.ac: Update minimum MPC version to 0.8.
3090 * configure: Regenerate.
3091
3092 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3093
3094 * config.guess: Sync with upstream and gcc.
3095 * config.sub: Sync with upstream and gcc.
3096
3097 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3098
3099 * Makefile.def: Restore host and target settings for gmp.
3100 * Makefile.in: Rebuild.
3101
3102 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3103
3104 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3105 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3106 Fix portability of test of C++ as bootstrap language. Add
3107 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3108 * configure: Rebuild.
3109 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3110 and cloog. Fix in-tree ppl configuration. Introduce libelf
3111 in-tree building.
3112 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3113 (POSTSTAGE1_HOST_EXPORTS): Use it.
3114 (STAGE[+id+]_CXXFLAGS): New.
3115 (BASE_FLAGS_TO_PASS): Pass it down.
3116 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3117 extra_exports.
3118 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3119 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3120 extra_exports.
3121 * Makefile.in: Rebuild.
3122
3123 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3124
3125 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3126 paths for *-w64-mingw* and x86_64-*mingw*.
3127 * configure: Regenerated.
3128
3129 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3130
3131 * configure.ac: Disable target-winsup & co for
3132 x86_64-*-mingw* and *-w64-mingw* targets.
3133 * configure: Regenerated.
3134
3135 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3136
3137 * configure.ac (CLooG test): Use = with test.
3138 * configure: Regenerate.
3139
3140 2009-10-22 Richard Guenther <rguenther@suse.de>
3141
3142 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3143 cloog if the ppl version check failed. Move flags saving
3144 before setting in libelf check.
3145 * configure: Regenerate.
3146
3147 2009-10-21 Richard Guenther <rguenther@suse.de>
3148
3149 * configure.ac: Adjust the ppl and cloog configure to work as
3150 documented. Disable cloog if ppl was disabled. Omit the version
3151 checks if they were disabled.
3152 * configure: Re-generate.
3153
3154 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3155
3156 * configure.ac: Add 'lto' to enable_languages, not
3157 new_enable_languages, and only if not already present.
3158 * configure: Regenerate.
3159
3160 2009-10-06 Ian Lance Taylor <iant@google.com>
3161
3162 * Makefile.def: check-gold depends upon all-gas.
3163 * Makefile.in: Rebuild.
3164
3165 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3166
3167 * Makefile.def: all-lto-plugin depends on all-libiberty.
3168 set bootstrap=true for lto-plugin.
3169 Add lto-plugin.
3170 * Makefile.in: Regenerate.
3171 * configure.ac (host_libs): Add lto-plugin.
3172 * configure: Regenerate.
3173
3174 2009-10-03 Diego Novillo <dnovillo@google.com>
3175
3176 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3177 (HOST_LIBELFLIBS): Define.
3178 (HOST_LIBELFINC): Define.
3179 * Makefile.in: Regenerate.
3180 * configure.ac: Add --enable-lto.
3181 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3182 If --enable-lto is used, add 'lto' to new_enable_languages.
3183 If --enable-lto is used and gold is enabled, add
3184 lto-plugin to configdirs.
3185 * configure: Regenerate.
3186
3187 2009-10-03 Simon Baldwin <simonb@google.com>
3188
3189 * configure.ac: If --with-system-zlib, suppress local zlib and
3190 pass --with-system-zlib to subdir configure scripts.
3191 * configure: Regenerate.
3192
3193 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3194 Paolo Bonzini <bonzini@gnu.org>
3195
3196 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3197 $(srcdir).
3198 * Makefile.in: Rebuilt.
3199
3200 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3201
3202 Sync from gcc:
3203 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3204
3205 * configure.ac: Update minimum MPC version to 0.7.
3206 * configure: Regenerate.
3207
3208 2009-09-25 Nick Clifton <nickc@redhat.com>
3209
3210 * configure.ac: Pass any --cache-file=/dev/null option on to
3211 subconfigures.
3212 * configure: Regenerate.
3213
3214 2009-09-23 Nick Clifton <nickc@redhat.com>
3215
3216 * config.sub, config.guess: Update from upstream sources.
3217
3218 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3219
3220 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3221 * Makefile.in: Rebuilt.
3222
3223 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3224
3225 PR bootstrap/32272
3226 * configure.ac: Error out if $srcdir isn't '.' but contains
3227 host-${host_noncanonical}.
3228 * configure: Regenerate.
3229
3230 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3231
3232 * configure.ac: If bootstrapping a combined tree with
3233 --enable-gold, require c++ in stage1_languages.
3234 * configure: Regenerate.
3235
3236 * configure.ac: Also add target_libs of stage1_languages to
3237 bootstrap_target_libs.
3238 * configure: Regenerate.
3239
3240 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3241 with --enable-languages not containing c++.
3242 * configure: Regenerate.
3243
3244 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3245
3246 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3247 * configure: Regenerate.
3248
3249 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3250
3251 * configure.ac: Do not use $extrasub for replacing @if/@endif
3252 parts in Makefile; instead, use additional arguments to
3253 AC_CONFIG_COMMANDS to do the replacement manually, with several
3254 sed invocations, to avoid HP-UX sed command limits.
3255 * configure: Regenerate.
3256
3257 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3258
3259 * configure.ac (with-build-config): Document. Handle without.
3260 Handle missing argument.
3261 * configure: Rebuilt.
3262
3263 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3264
3265 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3266 Default to bootstrap-debug only if compare-debug works.
3267 * configure: Rebuilt.
3268 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3269 * Makefile.in: Rebuilt.
3270
3271 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3272
3273 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3274 * Makefile.in: Rebuilt.
3275
3276 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3277
3278 * Makefile.tpl (AWK): Fix typo.
3279 * Makefile.in: Regenerate.
3280
3281 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3282
3283 * configure.ac: Detect awk and sed.
3284 * Makefile.def (flags_to_pass): Add AWK and SED.
3285 * Makefile.tpl (AWK, SED): New.
3286 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3287 * configure: Regenerate.
3288 * Makefile.in: Regenerate.
3289
3290 2009-09-01 Tristan Gingold <gingold@adacore.com>
3291
3292 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3293 Remove logical names.
3294
3295 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3296
3297 * ltmain.sh (func_normal_abspath): New function.
3298 (func_relative_path): Likewise.
3299 (func_mode_help): Document new -bindir option for link mode.
3300 (func_mode_link): Add new -bindir option, and use it to place
3301 output DLL if specified.
3302
3303 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3304
3305 * configure.ac (AC_PREREQ): Bump to 2.64.
3306
3307 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3308
3309 * README-maintainer-mode: Point directly to upstream locations
3310 for autoconf, automake, libtool, gettext, instead of copies on
3311 sources.redhat.com. Document required versions.
3312 * configure.ac: Do not substitute datarootdir, htmldir,
3313 pdfdir, docdir. Do not process --with-datarootdir,
3314 --with-htmldir, --with-pdfdir, --with-docdir.
3315 * configure: Regenerate.
3316
3317 * configure: Regenerate.
3318
3319 * compile: Sync from Automake 1.11.
3320 * depcomp: Likewise.
3321 * install-sh: Likewise.
3322 * missing: Likewise.
3323 * mkinstalldirs: Likewise.
3324 * ylwrap: Likewise.
3325
3326 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3327
3328 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3329 (baseargs): Add --disable-option-checking.
3330 * configure: Regenerate.
3331
3332 * Makefile.def (configure-target-libiberty): Depend on
3333 all-binutils and all-ld.
3334 (configure-target-newlib): Likewise.
3335 * Makefile.in: Regenerate.
3336
3337 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3338
3339 Sync with GCC, merge:
3340
3341 2009-07-31 Christian Bruel <christian.bruel@st.com>
3342
3343 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3344 * configure: Regenerate.
3345
3346 2009-07-06 Ian Lance Taylor <iant@google.com>
3347
3348 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3349 * configure: Rebuild.
3350
3351 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3352
3353 PR bootstrap/40338
3354 * configure.ac (comparestring): Create new variable.
3355 * Makefile.tpl (comparestring): Use to skip some comparisions.
3356 * configure: Regenerate.
3357 * Makefile.in: Regenerate.
3358
3359 2009-06-23 Ian Lance Taylor <iant@google.com>
3360
3361 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3362 boot_languages. Only bootstrap target libraries listed in
3363 target_libs for some boot language. Add --with-stage1-ldflags,
3364 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3365 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3366 if not building with C++.
3367 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3368 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3369 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3370 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3371 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3372 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3373 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3374 * configure, Makefile.in: Rebuild.
3375
3376 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3377
3378 * configure.ac: Detect MPC in default directory.
3379 * configure: Regenerate.
3380
3381 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3382
3383 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3384 to noconfdirs.
3385 * configure: Regenerate.
3386
3387 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3388
3389 * Makefile.def: Add MPC support and dependencies.
3390 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3391
3392 * Makefile.in, configure: Regenerate.
3393
3394 2009-05-24 Nicolas Roche <roche@adacore.com>
3395
3396 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3397 * Makefile.in: Regenerate.
3398
3399 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3400
3401 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3402 * configure: Regenerate.
3403
3404 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3405
3406 * configure.ac ($with_ppl): Default to no if not supplied.
3407 ($with_cloog): Likewise.
3408 configure: Regenerate.
3409
3410 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3411
3412 PR bootstrap/39739
3413 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3414 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3415
3416 * configure, Makefile.in: Regenerate.
3417
3418 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3419
3420 * configure.ac: Change copyright header to refer to version
3421 3 of the GNU General Public License and to point readers at the
3422 COPYING3 file and the FSF's license web page.
3423 * Makefile.def: Likewise.
3424 * Makefile.tpl: Likewise.
3425 * Makefile.in: Regenerate.
3426
3427 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3428
3429 * configure.ac: Restore match for darwin9 or later. Use double
3430 brackets since regeneration eats one pair.
3431 * configure: Regenerate.
3432
3433 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3434
3435 * MAINTAINERS: Perform some obvious fixups.
3436
3437 2009-08-17 Ben Elliston <bje@au.ibm.com>
3438
3439 * config.sub, config.guess: Update from upstream sources.
3440
3441 2009-08-06 Michael Eager <eager@eagercon.com>
3442
3443 * configure.ac: Add Microblaze target.
3444 * configure: Regenerate.
3445
3446 2009-07-02 Tristan Gingold <gingold@adacore.com>
3447
3448 * configure.ac: Do not exclude gas for i386-*-darwin.
3449 Add a case for x86_64-*-darwin.
3450 * configure: Regenerate.
3451
3452 2009-06-26 Doug Evans <dje@sebabeach.org>
3453
3454 * Makefile.def (host_modules): Add cgen.
3455 * Makefile.in: Regenerate.
3456 * configure.ac (host_tools): Add cgen.
3457 * configure: Regenerate.
3458
3459 2009-06-17 Michael Eager <eager@eagercon.com>
3460
3461 * COPYING.LIBGLOSS: Add Xilinx license.
3462
3463 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3464
3465 * configure.ac: Define is_elf for QNX Neutrino targets.
3466 * configure: Regenerate.
3467
3468 2009-06-03 Jerome Guitton <guitton@adacore.com>
3469 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3470
3471 * Makefile.tpl (all): Avoid a trailing backslash.
3472 * Makefile.in: Regenerate.
3473
3474 2009-06-03 Ben Elliston <bje@au.ibm.com>
3475
3476 * config.sub, config.guess: Update from upstream sources.
3477
3478 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3479
3480 * Makefile.tpl ([+compare-target+]): Compare all stage
3481 directories, rather than just gcc.
3482 * Makefile.in: Rebuilt.
3483
3484 2009-05-28 Doug Kwan <dougkwan@google.com>
3485
3486 * configure.ac: Support gold for target arm*-*-*.
3487 * configure: Regenerate.
3488
3489 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3490
3491 * Makefile.tpl (all): Avoid harmless warning in make all when
3492 gcc-bootstrap is enabled but stage_last does not exist.
3493 * Makefile.in: Rebuilt.
3494
3495 2009-05-25 Tristan Gingold <gingold@adacore.com>
3496
3497 * setup.com: Complete the file with configuration and build.
3498
3499 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3500
3501 PR other/40159
3502 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3503 gcc-no-bootstrap are mutually exclusive.
3504 * Makefile.in: Rebuilt.
3505
3506 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3507
3508 PR other/40159
3509 * Makefile.tpl (all): Don't end with unconditional success.
3510 * Makefile.in: Rebuilt.
3511
3512 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3513
3514 PR target/37137
3515 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3516 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3517 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3518 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3519 stage_configureflags, stage_cflags and stage_libcflags into
3520 explicit Makefile macros.
3521 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3522 GFORTRAN.
3523 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3524 CC. Set CC_FOR_BUILD from CC.
3525 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3526 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3527 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3528 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3529 and GFORTRAN.
3530 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3531 (_LIBCFLAGS): Renamed to _TFLAGS.
3532 (do-compare-debug, do-compare3-debug): Drop.
3533 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3534 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3535 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3536 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3537 (XGCC_FLAGS_FOR_TARGET): New.
3538 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3539 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3540 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3541 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3542 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3543 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3544 TFLAGS.
3545 (BUILD_CONFIG): Include if requested.
3546 (all): Set TFLAGS on bootstrap.
3547 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3548 (all-stageid-prefixmodule): Likewise.
3549 (do-clean, distclean-stageid): Set TFLAGS.
3550 (restrap): Fix whitespace.
3551 * Makefile.in: Rebuilt.
3552
3553 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3554
3555 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3556 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3557 * Makefile.in: Regenerate.
3558
3559 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3560
3561 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3562 consistency with config.sub. (Update from upstream sources.)
3563
3564 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3565
3566 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3567
3568 2009-04-17 Ben Elliston <bje@au.ibm.com>
3569
3570 * config.sub, config.guess: Update from upstream sources.
3571
3572 2009-04-15 Anthony Green <green@moxielogic.com>
3573
3574 * configure.ac: Add moxie support.
3575 * configure: Rebuilt.
3576
3577 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3578
3579 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3580 * configure: Regenerate.
3581
3582 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3583
3584 PR gas/10039
3585 * configure.ac: Require texinfo 4.7.
3586 * configure: Regenerated.
3587
3588 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3589
3590 * Makefil.def (languages): New entries.
3591 * Makefile.tpl (check-gcc-*): New generic target.
3592 * Makefile.in: Regenerate.
3593
3594 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3595
3596 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3597 Windows builds of Sed.
3598
3599 2009-03-18 Tom Tromey <tromey@redhat.com>
3600
3601 * configure: Rebuild.
3602 * configure.ac (host_libs): Add libiconv.
3603 * Makefile.in: Rebuild.
3604 * Makefile.def (host_modules): Add libiconv.
3605 (configure-gdb, all-gdb): Depend on libiconv.
3606
3607 2009-03-16 Tristan Gingold <gingold@adacore.com>
3608
3609 * configure.ac: Treat gdb as supported on x86_64-darwin.
3610 * configure: Regenerate.
3611
3612 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3613
3614 Merge from GCC:
3615
3616 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3617
3618 * configure.ac (--with-host-libstdcxx): New option.
3619 * configure: Regenerate.
3620
3621 2009-01-29 Robert Millan <rmh@aybabtu.com>
3622
3623 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3624 * configure: Regenerate.
3625
3626 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3627
3628 PR tree-optimization/38515
3629 * configure.ac (cloog-polylib): Removed.
3630 (with_ppl, with_cloog): Test for "no".
3631 * configure: Regenerated.
3632
3633 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3634
3635 Backport from git Libtool:
3636
3637 2009-01-19 Robert Millan <rmh@aybabtu.com>
3638 Support GNU/kOpenSolaris.
3639 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3640 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3641 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3642 GNU/kOpenSolaris.
3643
3644 2009-02-05 Andreas Schwab <schwab@suse.de>
3645
3646 * Makefile.tpl (stage_last): Define $r and $s before using
3647 $(RECURSE_FLAGS_TO_PASS).
3648 * Makefile.in: Regenerate
3649
3650 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3651
3652 * COPYING.NEWLIB: Add ARM license.
3653
3654 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3655
3656 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3657 (all-opcodes): Depend on all-libiberty.
3658 * Makefile.in: Regenerate.
3659
3660 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3661
3662 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3663 * configure: Regenerate.
3664
3665 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3666
3667 Backport link test fix from upstream Libtool:
3668
3669 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3670 Add cache variables to tests that require the linker to work.
3671 For shlibpath_overrides_runpath, this also changes the semantics
3672 to let the result from the C compiler take precedence.
3673 compiler take precedence.
3674
3675 2008-12-02 Ben Elliston <bje@au.ibm.com>
3676
3677 * config.sub, config.guess: Update from upstream sources.
3678
3679 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3680
3681 * COPYING.NEWLIB: Updated.
3682 * COPYING.LIBGLOSS: Ditto.
3683
3684 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3685
3686 Sync with GCC:
3687
3688 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3689
3690 * configure.ac (ppllibs): Add by default the lib flags.
3691 * configure: Regenerate.
3692
3693 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3694
3695 * configure.ac: Add double brackets on darwin[912].
3696 * configure: Regenerate.
3697
3698 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3699
3700 * configure.ac: Expand to darwin10 and later.
3701 * configure: Regenerate.
3702
3703 2008-12-02 Andreas Schwab <schwab@suse.de>
3704
3705 * Makefile.def: configure-target-boehm-gc depends on
3706 all-target-libstdc++-v3.
3707 * Makefile.in: Regenerate.
3708
3709 2008-12-02 Ben Elliston <bje@au.ibm.com>
3710
3711 * config.sub, config.guess: Update from upstream sources.
3712
3713 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3714
3715 Merge from GCC:
3716
3717 2007-12-02 Matthias Klose <doko@ubuntu.com>
3718
3719 * config-ml.in: Remove 64bit configure tests.
3720
3721 2008-05-14 Rafael Espindola <espindola@google.com>
3722
3723 * config-ml.in: don't handle --enable-shared and --enable-static.
3724
3725 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3726 Tobias Grosser <grosser@fim.uni-passau.de>
3727 Jan Sjodin <jan.sjodin@amd.com>
3728 Harsha Jagasia <harsha.jagasia@amd.com>
3729 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3730 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3731 Adrien Eliche <aeliche@isty.uvsq.fr>
3732
3733 Merge from graphite branch.
3734 * configure: Regenerate.
3735 * Makefile.in: Regenerate.
3736 * configure.ac (host_libs): Add ppl and cloog.
3737 Add checks for PPL and CLooG.
3738 * Makefile.def (ppl, cloog): Added modules and dependences.
3739 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3740 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3741
3742 2008-09-03 Richard Guenther <rguenther@suse.de>
3743
3744 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3745 cloog test.
3746 * configure: Re-generate.
3747
3748 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3749
3750 * configure.ac (--with-cloog-polylib): New.
3751 (--disable-cloog-version-check): New.
3752 (--disable-ppl-version-check): New.
3753 * configure: Re-generate.
3754
3755 2008-09-05 Richard Guenther <rguenther@suse.de>
3756
3757 * configure.ac: Initialize clooglibs to -lcloog.
3758 * configure: Re-generate.
3759
3760 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3761
3762 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3763 recommended version to 2.3.2.
3764
3765 * configure: Regenerate.
3766
3767 2008-10-31 Ben Elliston <bje@au.ibm.com>
3768
3769 * configure.ac (spu-*-*): Remove special case.
3770 * configure: Regenerate.
3771
3772 Complete comment text from GCC version of:
3773
3774 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3775
3776 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3777 (GCC_SHLIB_SUBDIR): New.
3778 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3779 * configure: Regenerate.
3780 * Makefile.in: Regenerate.
3781
3782 2008-11-27 Tristan Gingold <gingold@adacore.com>
3783
3784 * configure.ac: Build gdb for i?86-*-darwin*
3785 * configure: Regenerated.
3786
3787 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3788
3789 PR bootstrap/38014
3790 PR bootstrap/37923
3791
3792 Revert:
3793
3794 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3795
3796 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3797 * Makefile.in: Regenerated.
3798
3799 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3800
3801 PR gdb/921
3802 PR gdb/1646
3803 PR gdb/2175
3804 PR gdb/2176
3805
3806 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3807 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3808 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3809 (HOST_EXPORTS): Pass CPPFLAGS.
3810 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3811 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3812 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3813 * Makefile.in, configure: Regenerated.
3814 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3815 and CPPFLAGS_FOR_BUILD.
3816
3817 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3818
3819 * configure.ac [spu-*-*]: Do not set skipdirs.
3820 * configure: Re-generate.
3821
3822 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3825 * Makefile.in: Regenerated.
3826
3827 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3828
3829 PR gdb/921
3830 PR gdb/1646
3831 PR gdb/2175
3832 PR gdb/2176
3833
3834 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3835 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3836 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3837 (HOST_EXPORTS): Pass CPPFLAGS.
3838 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3839 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3840 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3841 * Makefile.in, configure: Regenerated.
3842 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3843 and CPPFLAGS_FOR_BUILD.
3844
3845 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3846
3847 * libtool.m4: Update to libtool 2.2.6.
3848 * lt~obsolete.m4: Update to libtool 2.2.6.
3849 * ltmain.sh: Update to libtool 2.2.6.
3850 * ltsugar.m4: Update to libtool 2.2.6.
3851 * ltversion.m4: Update to libtool 2.2.6.
3852 * ltoptions.m4: Update to libtool 2.2.6.
3853 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3854
3855 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3856
3857 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3858 (GCC_SHLIB_SUBDIR): New.
3859 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3860 * configure: Regenerate.
3861 * Makefile.in: Regenerate.
3862
3863 2008-08-28 Tristan Gingold <gingold@adacore.com>
3864
3865 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3866 Enable bfd, binutils and opcodes.
3867 * configure: Regenerate.
3868
3869 2008-08-16 Nicolas Roche <roche@adacore.com>
3870
3871 * Makefile.tpl: Add BOOT_ADAFLAGS.
3872 * Makefile.in: Regenerate.
3873
3874 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3875
3876 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3877 * configure: Regenerate.
3878
3879 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3880
3881 Sync with gcc:
3882 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3883
3884 * configure.ac: Add makefile fragments for hpux.
3885 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3886 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3887 * configure: Regenerate.
3888 * Makefile.in: Regenerate.
3889
3890 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3891
3892 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3893 * Makefile.in: Regenerate.
3894 * configure: Regenerate.
3895
3896 2008-06-18 Ian Lance Taylor <iant@google.com>
3897
3898 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3899
3900 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3901
3902 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3903
3904 * configure: Regenerate.
3905
3906 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3907
3908 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3909 "$@" is still intact with both Autoconf 2.59 and 2.62.
3910 * configure: Regenerate.
3911
3912 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3913
3914 * Makefile.tpl: Fix comment errors.
3915 * Makefile.in: Regenerate.
3916
3917 2008-06-13 Julian Brown <julian@codesourcery.com>
3918
3919 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3920 of libobjc for ARM EABI Linux.
3921 * configure: Regenerate.
3922
3923 2008-06-12 David S. Miller <davem@davemloft.net>
3924 David Edelsohn <edelsohn@gnu.org>
3925
3926 * configure.ac: Add powerpc*-*-* to gold supported targets.
3927 * configure: Regenerate.
3928
3929 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3930
3931 PR tree-optimization/36218
3932 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3933 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3934 (all prefix="build-"): Pass them to build-system sub-makes.
3935 * Makefile.in: Regenerate.
3936
3937 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3938
3939 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3940 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3941 mkdep, and compile. Update comments.
3942 (ETC_SUPPORT): Add ChangeLog and update comments.
3943
3944 2008-05-11 Ian Lance Taylor <iant@google.com>
3945
3946 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3947
3948 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3949
3950 Sync with gcc:
3951 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3952
3953 PR bootstrap/35457
3954 * configure.ac: Include override.m4.
3955 * configure: Regenerate.
3956
3957 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3958
3959 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3960 * Makefile.in: Regenerate.
3961
3962 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3963
3964 * configure.ac: Do not build libssp for the AVR.
3965 * configure: Regenerate.
3966
3967 2008-04-18 Nick Clifton <nickc@redhat.com>
3968
3969 * MAINTAINERS: Replace reference to configure.in with reference to
3970 configure.ac.
3971
3972 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3973
3974 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3975 as nonconfigurable directories list.
3976 * configure: Regenerate.
3977
3978 2008-04-14 David S. Miller <davem@davemloft.net>
3979
3980 * configure.ac: Add sparc*-*-* to gold supported targets.
3981 * configure: Regenerate.
3982
3983 2008-04-14 Ben Elliston <bje@au.ibm.com>
3984
3985 * config.sub, config.guess: Update from upstream sources.
3986
3987 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3988
3989 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3990 * Makefile.in: Regenerate.
3991
3992 2008-04-07 Ian Lance Taylor <iant@google.com>
3993
3994 * Makefile.def: check-gold depends upon all-binutils.
3995 * Makefile.in: Regenerate.
3996
3997 2008-04-04 Nick Clifton <nickc@redhat.com>
3998
3999 PR binutils/4334
4000 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4001 builds.
4002 * configure: Regenerate.
4003
4004 2008-04-04 NightStrike <NightStrike@gmail.com>
4005
4006 PR other/35151
4007 * configure.ac: Combine rules for mingw32 and mingw64.
4008 * configure: Regenerate.
4009
4010 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4011
4012 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4013 * Makefile.in: Regenerate.
4014
4015 2008-03-20 Ian Lance Taylor <iant@google.com>
4016
4017 * configure.ac: Add support for --enable-gold.
4018 * Makefile.def: Add gold as a directory like ld.
4019 * configure, Makefile.in: Regenerate.
4020
4021 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4022
4023 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4024 (s390_cond_extensions): Reduced extensions to the compare related.
4025 (main): z10 cpu type option added.
4026 (expandConditionalJump): Renamed to ...
4027 (insertExpandedMnemonic): ... this.
4028
4029 * opcodes/s390-opc.c: Re-group the operand format makros.
4030 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4031 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4032 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4033 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4034 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4035 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4036 INSTR_SIL_RDU): New instruction formats added.
4037 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4038 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4039 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4040 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4041 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4042 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4043 masks added.
4044 (s390_opformats): New formats added "ris", "rrs", "sil".
4045 * opcodes/s390-opc.txt: Add the conditional jumps with the
4046 extensions removed from automatic expansion in s390-mkopc.c manually.
4047 (asi - trtre): Add new System z10 EC instructions.
4048 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4049
4050 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4051
4052 * configure.ac: m4_include config/proginstall.m4.
4053 * configure: Regenerate.
4054
4055 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4056
4057 Backport from upstream Libtool:
4058
4059 2007-10-12 Eric Blake <ebb9@byu.net>
4060
4061 Deal with Autoconf 2.62's semantic change in m4_append.
4062 * ltsugar.m4 (lt_append): Replace broken versions of
4063 m4_append.
4064 (lt_if_append_uniq): Don't require separator to be overquoted,
4065 and avoid broken m4_append.
4066 (lt_dict_add): Fix typo.
4067 * libtool.m4 (_LT_DECL): Don't overquote separator.
4068
4069 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4070
4071 * config.rpath: Add AIX 6 support.
4072
4073 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4074
4075 * Makefile.def (stageprofile). Remove -fprofile-generate
4076 from stage_libcflags.
4077 * Makefile.in: Regenerate.
4078
4079 2008-03-13 Ben Elliston <bje@au.ibm.com>
4080
4081 * config.sub, config.guess: Update from upstream sources.
4082
4083 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4084
4085 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4086 * s390-opc.txt (cmpsc): Duplicate entry removed.
4087 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4088 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4089 fier, cu42, cu41): Fix operand format.
4090
4091 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4092
4093 PR bootstrap/32009
4094 PR bootstrap/32161
4095
4096 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4097 * configure: Regenerate.
4098
4099 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4100 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4101 STAGE4_LIBCFLAGS): New.
4102 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4103 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4104 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4105 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4106 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4107 for target modules. Don't export LIBCFLAGS.
4108 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4109 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4110 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4111 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4112 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4113 * Makefile.in: Regenerate.
4114
4115 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4116
4117 PR libgcj/33085
4118 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4119 Do not use -DDLL_EXPORT. Backport from upstream.
4120
4121 2008-02-14 Nick Clifton <nickc@redhat.com>
4122
4123 Import this patch from gcc:
4124 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4125
4126 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4127
4128 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4129
4130 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4131 * configure: Regenerate.
4132
4133 2008-01-31 Marc Gauthier <marc@tensilica.com>
4134
4135 * configure.ac (xtensa*-*-*): Recognize processor variants.
4136 * configure: Regenerate.
4137
4138 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4139
4140 PR bootstrap/34922
4141 * configure.ac (PARSE_ARGS): Push suitable setting of
4142 ac_subdirs_all, for `./configure --help=recursive'.
4143 Handle `+' in generic toplevel directory disabling.
4144 * configure: Regenerate.
4145
4146 2008-01-23 Ben Elliston <bje@au.ibm.com>
4147
4148 * config.sub, config.guess: Update from upstream sources.
4149
4150 2008-01-08 Ben Elliston <bje@au.ibm.com>
4151
4152 * config.sub, config.guess: Update from upstream sources.
4153
4154 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4155
4156 * COPYING.LIBGLOSS: Update default copyright.
4157
4158 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4159
4160 * COPYING.NEWLIB: Update default copyright.
4161
4162 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4163
4164 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4165 Change recommended MPFR from 2.2.1 > 2.3.0.
4166 * configure: Regenerate.
4167
4168 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4169
4170 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4171 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4172 * Makefile.in: Regenerate.
4173
4174 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4175
4176 * configure.ac: Enable libjava for x86_64-*-darwin9.
4177 * configure: Regenerate.
4178
4179 2007-12-05 Ben Elliston <bje@au.ibm.com>
4180
4181 * config.sub, config.guess: Update from upstream sources.
4182
4183 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4184
4185 * config-ml.in: Robustify against white space in absolute file
4186 names.
4187
4188 * config-ml.in (multi-clean): Substitute ${Makefile}.
4189 Remove superfluous ${Makefile} in list.
4190
4191 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4192
4193 * Makefile.def (dependencies): Make configure-gdb depend on
4194 all-intl.
4195 * Makefile.in: Regenerated.
4196
4197 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4198
4199 * Makefile.def: To avoid problems running with parallel makes,
4200 build newlib before libgloss so that target specific header
4201 files are availble.
4202 * Makefile.in: Regenerate.
4203
4204 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4205
4206 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4207 * Makefile.in: Regenerate.
4208
4209 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4210
4211 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4212 * libdecnumber: New directory, imported from GCC.
4213
4214 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4215
4216 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4217 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4218 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4219 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4220 * configure: Regenerate.
4221
4222 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4223
4224 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4225 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4226 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4227 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4228 * configure.ac: Default them to host tools for $host = $build.
4229 Subst them.
4230
4231 * configure: Regenerate.
4232 * Makefile.in: Regenerate.
4233
4234 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4235
4236 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4237 * configure: Regenerate.
4238
4239 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4240
4241 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4242 libstdc++.
4243 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4244 * configure: Regenerate.
4245 * Makefile.in: Regenerate.
4246
4247 2007-09-17 Andreas Schwab <schwab@suse.de>
4248
4249 * configure.ac: Raise minimum makeinfo version to 4.6.
4250 * configure: Regenerate.
4251
4252 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4253
4254 * configure.ac: Correct makeinfo version check.
4255 * configure: Regenerate.
4256
4257 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4258
4259 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4260 to $skipdirs and only disable gprof for newlib. Use the normal
4261 mips*-elf* handling in other respects.
4262 * configure: Regnerate.
4263
4264 2007-09-12 David Daney <ddaney@avtrex.com>
4265
4266 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4267 enabling libgcj.
4268 * configure: Regenerate.
4269
4270 2007-09-12 Richard Guenther <rguenther@suse.de>
4271
4272 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4273 nor --disable-checking is provided also turn on yes and types
4274 checking for stage1.
4275 * configure: Re-generate.
4276
4277 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4278
4279 PR target/33281
4280 * configure.ac: Use config/mh-mingw on mingw.
4281 * configure: Regenerate.
4282
4283 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4284
4285 PR other/32154
4286 * configure.ac: For libgloss targets, point the linker to the linker
4287 script, startup code and simulator library.
4288 * configure: Regenerate.
4289
4290 2007-09-09 Andrew Haley <aph@redhat.com>
4291
4292 * configure.ac (noconfigdirs): Remove target-libffi and
4293 target-libjava.
4294
4295 2007-08-29 Nick Clifton <nickc@redhat.com>
4296
4297 * config.sub, config.guess: Update from upstream sources.
4298
4299 2007-08-21 Richard Guenther <rguenther@suse.de>
4300
4301 * configure.ac: Add types checking to stage1 checking flags.
4302 * configure: Regenerate.
4303
4304 2007-08-18 Paul Brook <paul@codesourcery.com>
4305 Joseph Myers <joseph@codesourcery.com>
4306
4307 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4308 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4309 * Makefile.in: Regenerate.
4310 * configure.ac (--with-debug-prefix-map): New.
4311 * configure: Regenerate.
4312
4313 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4314 Nigel Stephens <nigel@mips.com>
4315
4316 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4317 as target_makefile_frag.
4318 * configure: Regenerate.
4319
4320 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4321
4322 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4323 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4324 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4325 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4326 (do-compare, do-compare3, do-compare-debug): New.
4327 ([+compare-target+]): Use them.
4328
4329 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4330
4331 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4332 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4333 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4334 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4335 (do-compare, do-compare3, do-compare-debug): New.
4336 ([+compare-target+]): Use them.
4337
4338 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4339 Ben Elliston <bje@au.ibm.com>
4340
4341 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4342 --silent if $silent.
4343 * configure: Regenerate.
4344
4345 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4346
4347 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4348
4349 2007-07-17 Nick Clifton <nickc@redhat.com>
4350
4351 * COPYING3: New file. Contains version 3 of the GNU General
4352 Public License.
4353 * COPYING3.LIB: New file. Contains version 3 of the GNU
4354 Lesser General Public License.
4355
4356 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4357
4358 * configure.ac: Fix my previous change to really match GCC.
4359 * configure: Regenerate.
4360
4361 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4362
4363 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4364 * configure: Regenerate.
4365
4366 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4367
4368 * configure.ac: Add some missing m4 quotation.
4369 * configure: Regenerate.
4370
4371 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4372
4373 * Makefile.def: Add windmc tool to build.
4374 * Makefile.tpl: Likewise.
4375 * configure.ac: Likewise.
4376 * Makefile.in: Regenerate.
4377 * configure: Regenerate.
4378
4379 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4380
4381 * lt~obsolete.m4: New. Import from 20070318 libtool.
4382
4383 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4384
4385 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4386 uclinux and linux-uclibc targets.
4387 * configure: Regenerate.
4388
4389 2007-06-28 DJ Delorie <dj@redhat.com>
4390
4391 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4392 not building newlib.
4393 * configure: Regenerated.
4394
4395 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4396
4397 * src-release (DEVO_SUPPORT): Correct typos.
4398
4399 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4400
4401 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4402 * Makefile.in: Regenerated.
4403
4404 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4405
4406 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4407 (distclean-stage[+id+]): Possibly delete stage_last.
4408 * Makefile.in: Regenerate.
4409
4410 2007-06-07 Ben Elliston <bje@au.ibm.com>
4411
4412 * config.sub, config.guess: Update from upstream sources.
4413
4414 2007-06-07 Ben Elliston <bje@au.ibm.com>
4415
4416 * Makefile.tpl: Fix spelling error.
4417 * Makefile.in: Regenerate.
4418
4419 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4420
4421 Sync with gcc:
4422 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4423
4424 PR bootstrap/29382
4425 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4426 * configure: Rebuilt.
4427
4428 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4429
4430 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4431 lt_cv_sys_max_cmd_len.
4432
4433 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4434
4435 * ltgcc.m4: Update from GCC.
4436
4437 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4438
4439 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4440
4441 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4442
4443 * ltmain.sh: Update from GCC.
4444 * libtool.m4: Update from GCC.
4445 * ltsugar.m4: New. Update from GCC.
4446 * ltversion.m4: New. Update from GCC.
4447 * ltoptions.m4: New. Update from GCC.
4448 * ltconfig: Remove.
4449 * ltcf-c.sh: Remove.
4450 * ltcf-cxx.sh: Remove.
4451 * ltcf-gcj.sh: Remove.
4452 * src-release: Update with new libtool file list.
4453
4454 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4455
4456 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4457 stage_cflags.
4458 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4459 Remove CFLAGS/LIBCFLAGS.
4460 (configure-stage[+id+]-[+prefix+][+module+],
4461 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4462 * Makefile.in: Regenerate.
4463
4464 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4465
4466 * config-ml.in: Update from GCC.
4467
4468 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4469
4470 * src-release (do-proto-toplev): Process the support directories before
4471 the tool directory.
4472
4473 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4474
4475 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4476 of glob. Quote arguments with single quotes too.
4477 * configure: Regenerate.
4478
4479 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4480
4481 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4482 * Makefile.in: Regenerate
4483
4484 2007-03-07 Andreas Schwab <schwab@suse.de>
4485
4486 * configure: Regenerate.
4487
4488 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4489
4490 * configure.ac: Add "--with-pdfdir" configure option,
4491 which defines pdfdir variable.
4492 * Makefile.def (target=fixincludes): Add install-pdf to
4493 missing targets.
4494 (recursive_targets): Add install-pdf target.
4495 (flags_to_pass): Add pdfdir.
4496 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4497 target.
4498 * configure: Regenerate
4499 * Makefile.in: Regenerate
4500
4501 2007-02-28 Eric Christopher <echristo@apple.com>
4502
4503 Revert:
4504 2006-12-07 Mike Stump <mrs@apple.com>
4505
4506 * Makefile.def (dependencies): Add dependency for
4507 install-target-libssp and install-target-libgomp on
4508 install-gcc.
4509 * Makefile.in: Regenerate.
4510
4511 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4512
4513 * configure: Regenerate.
4514 * configure.ac: Move statements after variable declarations.
4515
4516 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4517
4518 * configure.ac: Adjust for loop syntax.
4519 * configure: Regenerate.
4520
4521 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4522
4523 * configure: Rebuilt.
4524
4525 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4526
4527 * configure.ac: Drop multiple occurrences of --enable-languages,
4528 and fix its quoting.
4529 * configure: Rebuilt.
4530
4531 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4532 Nathan Sidwell <nathan@codesourcery.com>
4533 Vladimir Prus <vladimir@codesourcery.com
4534 Joseph Myers <joseph@codesourcery.com>
4535
4536 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4537 * configure: Regenerate.
4538
4539 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4540
4541 * configure.ac (target_libraries): Move libgcc before libiberty.
4542 * configure: Regenerated.
4543
4544 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4545
4546 * configure: Regenerate again?
4547
4548 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4549
4550 * configure: Reapply PR30748 fix which was lost in the previous commit.
4551
4552 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4553 Paolo Bonzini <bonzini@gnu.org>
4554
4555 PR bootstrap/30753
4556 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4557 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4558 * configure: Regenerated.
4559
4560 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4561
4562 * configure: Regenerate.
4563
4564 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4565
4566 PR bootstrap/30748
4567 * configure.ac: Correct syntax for Solaris ksh.
4568 * configure: Regenerated.
4569
4570 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4571
4572 * Makefile.def: Sync with GCC.
4573 * Makefile.tpl: Sync with GCC.
4574 * Makefile.in: Regenerate.
4575 * configure: Regenerate.
4576
4577 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4578
4579 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4580 noncanonical equivalents.
4581 * configure.in: Rename to...
4582 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4583 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4584 target_noncanonical. Use them. Rewrite removal of configure
4585 arguments for autoconf 2.59. Discard variable settings. Force
4586 program_transform_name for native tools.
4587
4588 * Makefile.in: Regenerated.
4589 * configure: Regenerated with autoconf 2.59.
4590
4591 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4592
4593 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4594
4595 * COPYING.LIBGLOSS: Reformat default Red Hat
4596 license to fit within 80 columns.
4597 * COPYING.NEWLIB: Ditto.
4598
4599 2007-02-05 Dave Brolley <brolley@redhat.com>
4600
4601 * Contribute the following changes:
4602 2006-11-28 DJ Delorie <dj@redhat.com>
4603
4604 * configure.in: Fix typo for mep's target_makefile_frag.
4605 * configure: Regenerated.
4606
4607 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4608
4609 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4610 * configure: Regenerate.
4611
4612 2001-09-19 DJ Delorie <dj@redhat.com>
4613
4614 * configure.in (target_makefile_frag): use mt-mep
4615
4616 2001-06-12 Don Howard <dhoward@redhat.com>
4617
4618 * configure.in: Remove gdb from MeP skip list.
4619
4620 2001-04-05 DJ Delorie <dj@redhat.com>
4621
4622 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4623
4624 2001-03-20 Ben Elliston <bje@redhat.com>
4625
4626 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4627
4628 2001-03-19 Ben Elliston <bje@redhat.com>
4629
4630 * config.sub (mep, mep-*): Add.
4631
4632 2007-01-31 Andreas Schwab <schwab@suse.de>
4633
4634 * Makefile.tpl (LDFLAGS): Substitute it.
4635 * Makefile.in: Regenerate.
4636
4637 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4638
4639 * configure.in: Change == to = in test command.
4640 * configure: Regenerate.
4641
4642 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4643 Nick Clifton <nickc@redhat.com>
4644 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4645
4646 * configure.in (build_configargs, host_configargs, target_configargs):
4647 Remove build/host/target parameters.
4648 (host_libs): Add gmp and mpfr.
4649 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4650 * Makefile.def (gmp, mpfr): New.
4651 (gcc): Remove target.
4652 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4653 target_os, target_vendor): New.
4654 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4655 * configure: Regenerate.
4656 * Makefile.in: Regenerate.
4657
4658 2007-01-11 Matt Fago <fago@earthlink.net>
4659
4660 * configure.in: Try to link to functions only in mpfr 2.2.x
4661 to improve robustness of configure tests.
4662 * configure: Regenerate.
4663
4664 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4665
4666 * configure.in: Add support for an x86_64-mingw* target.
4667 * configure: Regenerate.
4668
4669 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4670
4671 * Makefile.tpl (all-target): Correct @if conditional for target
4672 modules.
4673 * configure.in: Omit libiberty if building only target libgcc.
4674 * configure, Makefile.in: Regenerated.
4675
4676 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4677
4678 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4679 * configure: Regenerate.
4680
4681 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4682
4683 * Makefile.def (target_modules): Add libgcc.
4684 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4685 * Makefile.tpl (clean-target-libgcc): Delete.
4686 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4687 on gcc even for bootstrapped modules. Rewrite handling of
4688 lang_env_dependencies to loop over target_modules.
4689 * configure.in (target_libraries): Add target-libgcc.
4690 * Makefile.in, configure: Regenerated.
4691
4692 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4693
4694 Sync with gcc:
4695 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4696
4697 * configure.in: Reorganize recognition of languages. Add
4698 --enable-stage1-languages. Show supported languages for the chosen
4699 target rather than all recognized languages.
4700 * configure: Regenerate.
4701
4702 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4703
4704 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4705 * Makefile.in: Regenerate.
4706
4707 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4708
4709 * configure.in: Warn that MPFR 2.2.0 is buggy.
4710 * configure: Regenerate.
4711
4712 2006-12-27 Ian Lance Taylor <iant@google.com>
4713
4714 * configure.in: When removing Makefiles to force a reconfigure, also
4715 remove prev-DIR*/Makefile.
4716 * configure: Regenerate.
4717
4718 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4719
4720 * config.bfd: Recognize fido.
4721
4722 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4723
4724 Sync with gcc:
4725
4726 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4727
4728 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4729 it only affects bootstrap and could be tested on "$host" as well.
4730 * configure: Regenerate.
4731 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4732
4733 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4734
4735 PR bootstrap/29544
4736 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4737 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4738 move here comment from Makefile.tpl.
4739 * Makefile.tpl: Move some definitions higher in the file.
4740 (STAGE1_CHECKING): New.
4741 * configure.in: Add --enable-stage1-checking.
4742 * configure: Regenerate.
4743 * Makefile.in: Regenerate.
4744
4745 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4746
4747 * configure.in: Update error message for missing GMP/MPFR.
4748
4749 * configure: Regenerate.
4750
4751 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4752
4753 * configure.in: Update MPFR version in error message.
4754
4755 * configure: Regenerate.
4756
4757 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4758
4759 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4760 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4761 --with-gmp-lib): New flags.
4762
4763 * configure: Regenerate.
4764
4765 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4766
4767 PR bootstrap/30134
4768 * configure.in: Correct x86 darwin support for libjava to powerpc
4769 and i?86 only.
4770 * configure: Regenerate.
4771
4772 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4773
4774 * configure.in: Handle spu makefile frag.
4775 * Makefile.tpl (MAINT): Define
4776 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4777 * configure: Regenerate.
4778 * Makefile.in: Regenerate.
4779
4780 2006-12-11 Ben Elliston <bje@au.ibm.com>
4781
4782 * config.sub, config.guess: Update from upstream sources.
4783
4784 2006-12-11 Ben Elliston <bje@au.ibm.com>
4785
4786 * configure.in: Sync with GCC (spu-*-*).
4787 * configure: Sync with GCC.
4788
4789 2006-12-07 Mike Stump <mrs@apple.com>
4790
4791 * Makefile.def (dependencies): Add dependency for
4792 install-target-libssp and install-target-libgomp on
4793 install-gcc.
4794 * Makefile.in: Regenerate.
4795
4796 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4797
4798 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4799 (unstage): Test for stage_last presence.
4800
4801 PR bootstrap/29802
4802 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4803 * Makefile.in: Regenerate.
4804
4805 2006-11-14 DJ Delorie <dj@redhat.com>
4806
4807 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4808 * Makefile.in: Sync with GCC.
4809 * configure.in: Sync with GCC (mpfr, gmp).
4810 * configure: Sync with GCC.
4811
4812 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4813
4814 * configure.in: Remove target-libgloss from noconfigdirs for
4815 bfin-*-*.
4816 * configure: Regenerated.
4817
4818 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4819
4820 * COPYING.NEWLIB: Add spu license.
4821 * COPYING.LIBGLOSS: Ditto.
4822
4823 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4824
4825 * Makefile.def: Added pdf target handling.
4826 * Makefile.tpl: Added pdf target handling.
4827 * Makefile.in: Regenerated.
4828
4829 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4830
4831 * COPYING.NEWLIB: Updated.
4832 * COPYING.LIBGLOSS: Ditto.
4833
4834 2006-09-27 Dave Brolley <brolley@redhat.com>
4835
4836 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4837 $s instead of $r.
4838 * configure: Regenerated.
4839
4840 2006-09-26 Ben Elliston <bje@au.ibm.com>
4841
4842 * config.sub, config.guess: Update from upstream sources.
4843
4844 2006-09-20 Thiemo Seufer <ths@mips.com>
4845
4846 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4847 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4848 * configure: Regenerate.
4849
4850 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4851
4852 * configure.in: Never build newlib for a Mingw host.
4853 Never build newlib as Mingw target library.
4854 Test the existence of winsup/cygwin for building a Cygwin newlib,
4855 rather than just winsup.
4856 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4857 building a Mingw target.
4858 * configure: Regenerate.
4859
4860 2006-08-15 Thiemo Seufer <ths@mips.com>
4861 Nigel Stephens <nigel@mips.com>
4862 David Ung <davidu@mips.com>
4863
4864 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4865
4866 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4867
4868 Sync from GCC:
4869 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4870
4871 PR bootstrap/18058
4872 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4873 if the bootstrap compiler is a GCC version that supports it.
4874 * configure: Regenerate.
4875
4876 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4877
4878 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4879 * configure: Regenerated.
4880
4881 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4882
4883 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4884 for stages after the first.
4885
4886 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4887
4888 * Makefile.def: Add dependencies for configure-opcodes
4889 on configure-intl and all-opcodes on all-intl.
4890 * Makefile.in: Regenerated.
4891
4892 2006-07-04 Peter O'Gorman <peter@pogma.com>
4893
4894 * ltconfig: chmod 644 before ranlib during install.
4895
4896 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4897
4898 * configure.in: Fix thinkos in previous check-in.
4899 * configure: Regenerate.
4900
4901 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4902
4903 Sync from gcc:
4904
4905 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4906
4907 PR other/27063
4908 * configure.in: Test subdir_requires and give an appropriate
4909 error message.
4910 * configure: Regenerate.
4911
4912 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4913
4914 PR target/27540
4915 * configure.in: Only enable libgomp on IRIX 6.
4916 * configure: Regenerate.
4917
4918 2006-06-20 David Ayers <d.ayers@inode.at>
4919
4920 PR bootstrap/28072
4921 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4922 whether target-libjava is being configured instead of whether the
4923 java front end is enabled.
4924 * configure: Regenerate.
4925
4926 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4927
4928 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4929 to R_ARM_LDC_SB_G{0,1,2} respectively.
4930
4931 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4932
4933 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4934 too.
4935 * Makefile.in: Regenerate.
4936
4937 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4938
4939 Sync from gcc:
4940
4941 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4942 * configure.in: Don't enable libgomp on hpux10.
4943 * configure: Rebuilt.
4944
4945 2006-06-13 David Ayers <d.ayers@inode.at>
4946
4947 Sync from gcc:
4948
4949 2006-06-12 David Ayers <d.ayers@inode.at>
4950
4951 PR bootstrap/27963
4952 PR target/19970
4953 * configure.in: Remove target-boehm-gc from noconfigdirs where
4954 ${libgcj} is specified.
4955 * configure: Regenerate.
4956
4957 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4958
4959 Sync from gcc:
4960
4961 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4962 Andreas Schwab <schwab@suse.de>
4963
4964 PR bootstrap/18033
4965 * config-ml.in: Eval option if surrounded by single quotes.
4966
4967 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4968
4969 Sync from gcc:
4970
4971 2006-06-06 David Ayers <d.ayers@inode.at>
4972
4973 PR libobjc/13946
4974 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4975 * Makefile.in: Regenerate.
4976 * configure.in: Add --enable-objc-gc at toplevel and have it
4977 enable boehm-gc for Objective-C.
4978 Remove target-boehm-gc from libgcj.
4979 Add target-boehm-gc to target_libraries.
4980 Add target-boehm-gc to noconfigdirs where ${libgcj}
4981 is specified.
4982 Assert that boehm-gc is supported when requested for Objective-C.
4983 Only build boehm-gc if needed either for Java or Objective-C.
4984 * configure: Regenerate.
4985
4986 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4987
4988 PR 27674
4989 * Makefile.tpl (configure-[+prefix+][+module+],
4990 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4991 Remove rule to unstage bootstrapped modules.
4992 (stage_current): New.
4993 * Makefile.in: Regenerate.
4994
4995 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4996 Andreas Tobler <a.tobler@schweiz.ch>
4997
4998 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4999 * configure: Rebuilt.
5000
5001 Revert
5002 2006-01-31 Richard Guenther <rguenther@suse.de>
5003 Paolo Bonzini <bonzini@gnu.org>
5004
5005 * Makefile.def (target_modules): Add libgcc-math target module.
5006 * configure.in (target_libraries): Add libgcc-math target library.
5007 (--enable-libgcc-math): New configure switch.
5008 * Makefile.in: Re-generate.
5009 * configure: Re-generate.
5010
5011 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5012
5013 * config-ml.in: Alter CCASFLAGS to include special
5014 multilib options the same as is done for CFLAGS.
5015
5016 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5017
5018 * Makefile.def: Added dependencies from sim and gdb on intl, and
5019 added configure dependencies to everything with an all dependency
5020 on intl.
5021 * gettext.m4: Removed.
5022 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5023 (GDB_SUPPORT_DIRS): Add intl.
5024 * Makefile.in: Regenerated.
5025
5026 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5027
5028 * src-release (DEVO_SUPPORT): Add config.rpath.
5029
5030 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5031
5032 * Makefile.def (bfd, opcodes): Fix lib_path.
5033 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5034 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5035 * Makefile.in: Regenerate.
5036
5037 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5038
5039 * configure.in: Enable gprof for cross builds.
5040 * configure: Regenerate.
5041
5042 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5043
5044 * src-release (MAKEINFOFLAGS): Define.
5045 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5046
5047 2006-05-14 Ben Elliston <bje@au.ibm.com>
5048
5049 * config.sub, config.guess: Update from upstream sources.
5050
5051 2006-05-12 Ben Elliston <bje@au.ibm.com>
5052
5053 * config.sub, config.guess: Update from upstream sources.
5054
5055 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5056
5057 * blt, iwidgets, mmalloc: Remove directories.
5058
5059 2006-05-01 DJ Delorie <dj@redhat.com>
5060
5061 * configure.in: Restore CFLAGS if GMP isn't present.
5062 * configure: Regenerate.
5063
5064 2006-04-18 DJ Delorie <dj@redhat.com>
5065
5066 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5067 reference libgloss so that libssp can be built in a combined
5068 tree.
5069 * configure: Regenerate.
5070
5071 2006-04-10 Ben Elliston <bje@au.ibm.com>
5072
5073 * contrib: Remove directory.
5074
5075 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5076
5077 * Makefile.tpl: Add install-html target.
5078 * Makefile.def: Add install-html target.
5079 * Makefile.in: Regenerate.
5080 * configure.in: Add --with-datarootdir, --with-docdir,
5081 and --with-htmldir options.
5082 * configure: Regenerate.
5083
5084 2006-03-31 Ben Elliston <bje@au.ibm.com>
5085
5086 PR binutils/1860
5087 * configure.in: Require makeinfo 4.4 or higher.
5088 * configure: Regenerate.
5089
5090 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5091
5092 * Makefile.in: Regenerate.
5093
5094 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5095
5096 Sync with gcc:
5097 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5098
5099 * configure.in: Handle --disable-<component> generically.
5100 * configure: Regenerate.
5101
5102 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5103
5104 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5105 (TARGET_CONFIGDIRS): Remove.
5106 * configure.in: Remove AC_SUBST(target_configdirs).
5107 * Makefile.in, configure: Regenerated.
5108
5109
5110 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5111
5112 PR libgcj/17311
5113 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5114
5115 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5116
5117 PR bootstrap/25670
5118
5119 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5120
5121 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5122 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5123 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5124 BUILD_PREFIX, BUILD_PREFIX_1.
5125 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5126
5127 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5128 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5129
5130 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5131 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5132 of `cat stage_current`. Always provide the `r' and `s' variables.
5133 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5134 a single shell execution.
5135 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5136 bootstrapped modules, make the stage1 module if the build was not
5137 started yet, else build the current stage.
5138 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5139 (all-build, all-host, all-target, [+make_target+]-host,
5140 [+make_target+]-target): Do not use \-continued lines.
5141 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5142 (current_stage, restrap, stage_last): New.
5143
5144 * Makefile.in: Regenerate.
5145 * configure: Regenerate.
5146
5147 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5148
5149 Sync from gcc:
5150
5151 2006-01-31 Richard Guenther <rguenther@suse.de>
5152 Paolo Bonzini <bonzini@gnu.org>
5153
5154 * Makefile.def (target_modules): Add libgcc-math target module.
5155 * configure.in (target_libraries): Add libgcc-math target library.
5156 (--enable-libgcc-math): New configure switch.
5157 * Makefile.in: Re-generate.
5158 * configure: Re-generate.
5159 * libgcc-math: New toplevel directory.
5160
5161 2006-01-18 Richard Henderson <rth@redhat.com>
5162 Jakub Jelinek <jakub@redhat.com>
5163 Diego Novillo <dnovillo@redhat.com>
5164
5165 * libgomp: New directory.
5166 * Makefile.def: Add target_module libgomp.
5167 * Makefile.in: Regenerate.
5168 * configure.in (target_libraries): Add target-libgomp.
5169 * configure: Regenerate.
5170
5171 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5172 Andreas Schwab <schwab@suse.de>
5173
5174 * configure: Regenerate.
5175
5176 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5177
5178 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5179 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5180 the assembler, linker and binutils.
5181 * configure: Regenerate.
5182
5183 2006-01-16 Nick Clifton <nickc@redhat.com>
5184
5185 * config.sub, config.guess: Sync from config repository.
5186
5187 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5188
5189 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5190 @ from continuation.
5191 * Makefile.in: Rebuilt.
5192
5193 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5194
5195 Sync from gcc:
5196
5197 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5198
5199 PR bootstrap/24252
5200
5201 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5202 * Makefile.tpl (OBJDUMP): New.
5203 (EXTRA_HOST_FLAGS): Add it.
5204 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5205
5206 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5207 to use symbolic links between directories. Avoid race conditions
5208 or make them harmless.
5209 * configure.in: Do not try to use symbolic links between directories.
5210
5211 * Makefile.def (LEAN): Pass.
5212 * Makefile.tpl (LEAN): Define.
5213 (stage[+id+]-start): Accept that the previous directory does not
5214 exist, if the bootstrap is lean.
5215 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5216 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5217 configure substitution.
5218 ([+compare-target+]): Likewise.
5219 ([+bootstrap-target+]-lean): New.
5220 * configure.in: Remove lean bootstrap support from here.
5221
5222 * Makefile.in: Regenerate.
5223 * configure: Regenerate.
5224
5225 2006-01-02 Andreas Schwab <schwab@suse.de>
5226
5227 * configure.in: When reconfiguring remove Makefile in
5228 all stage directories.
5229 * configure: Regenerate.
5230
5231 2005-12-27 Leif Ekblad <leif@rdos.net>
5232
5233 * configure.in: Add support for RDOS target.
5234 * configure: Regenerate.
5235
5236 2005-12-27 Nick Clifton <nickc@redhat.com>
5237
5238 PR binutils/1990
5239 * libtool.m4: Synchronize with version in GCC sources.
5240
5241 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5242
5243 Revert Ada-related part of the previous change.
5244
5245 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5246 Do not pass.
5247 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5248 * Makefile.in: Regenerate.
5249 * configure.in: Do not include mt-ppc-aix target fragment.
5250 * configure: Regenerate.
5251
5252 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5253
5254 * configure.in: Select appropriate fragments for PowerPC/AIX.
5255 * configure: Regenerate.
5256
5257 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5258 BOOT_CFLAGS, BOOT_LDFLAGS.
5259 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5260 BOOT_CFLAGS, BOOT_LDFLAGS.
5261 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5262 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5263 (stage): Fail if we cannot complete the work.
5264 * Makefile.in: Regenerate.
5265
5266 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5267
5268 * COPYING.NEWLIB: Update copyright year for default
5269 copyright.
5270
5271 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5272
5273 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5274 install-host-nogcc): Don't invoke $(stage) at the end.
5275 * Makefile.in: Regenerate.
5276
5277 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5278
5279 * configure.in: Flip the top-level bootstrap switch.
5280 * configure: Regenerate.
5281
5282 Merge from gcc:
5283
5284 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5285
5286 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5287 $(stage) and $(unstage).
5288 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5289 (all): Remove stray semicolon.
5290 (local-distclean): Don't handle multilib.tmp and multilib.out.
5291 (install.all): Set $s for consistency.
5292 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5293 check_multilibs setting. Always make the install directory.
5294 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5295 Correct @if/@endif.
5296 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5297 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5298 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5299 (multilib.out): Remove.
5300 * Makefile.in: Regenerated.
5301
5302 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5303
5304 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5305 * configure.in: Replace ms1 arch with mt.
5306 * configure: Rebuilt.
5307
5308 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5309
5310 Sync with gcc:
5311
5312 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5313
5314 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5315 * configure.in: Replace ms1 arch with mt.
5316 * configure: Rebuilt.
5317
5318 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5319
5320 Sync with gcc:
5321
5322 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5323
5324 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5325 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5326 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5327 Find in-tree tools if available.
5328 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5329 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5330 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5331 (COMPILER_*_FOR_TARGET): New.
5332 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5333 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5334 (CONFIGURED_*, USUAL_*): Remove.
5335 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5336 STRIP): Use autoconf substitutions.
5337 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5338 COMPILER_NM_FOR_TARGET): New.
5339 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5340
5341 (all): Make all-host and all-target in parallel.
5342 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5343 that $$r and $$s are set before invoking a recursive make.
5344 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5345 ([+bootstrap-target+]): Inline most of the `all' target.
5346
5347 2005-11-29 Ben Elliston <bje@au.ibm.com>
5348
5349 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5350 from the gcc build directory.
5351 * Makefile.in: Regenerate.
5352
5353 2005-11-29 Ben Elliston <bje@au.ibm.com>
5354
5355 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5356 depend on all-libdecnumber.
5357 * configure.in (host_libs): Include libdecnumber.
5358 * Makefile.in: Regenerate.
5359 * configure: Likewise.
5360
5361 2005-11-21 Kean Johnston <jkj@sco.com>
5362
5363 * config.sub, config.guess: Sync from upstream sources.
5364
5365 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5366
5367 * Makefile.def: Remove gdb dependencies for gdbtk.
5368 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5369 (configure-gdb, install-gdb): New rules.
5370 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5371 * Makefile.in, configure: Regenerated.
5372
5373 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5374
5375 PR bootstrap/24297
5376 * Makefile.tpl (do-[+make-target+], do-check, install,
5377 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5378 are set before recursing.
5379 * Makefile.in: Regenerate.
5380
5381 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5382
5383 PR bootstrap/18939
5384 * Makefile.def (gcc) <target>: Fix thinko.
5385 * Makefile.in: Regenerate.
5386
5387 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5388
5389 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5390 * configure: Regenerate.
5391
5392 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5393
5394 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5395 target-libffi, target-qthreads, target-libjava, and
5396 targetlibobjc.
5397 * configure: Regenerate.
5398
5399 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5400
5401 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5402 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5403 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5404 (USUAL_OBJDUMP_FOR_TARGET): New.
5405 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5406 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5407 * configure, Makefile.in: Regenerated.
5408
5409 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5410
5411 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5412 before other host packages.
5413
5414 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5415
5416 PR bootstrap/22340
5417
5418 * configure.in (default_target): Remove.
5419 * Makefile.tpl (all): Do not use prerequisites as subroutines
5420 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5421 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5422 use prerequisites as subroutines.
5423 (check-host, check-target): New.
5424 (bootstrap configure & all targets): Do not use stage*-start
5425 if the directory layout is already ok.
5426 (non-bootstrap configure & all targets): Prepend a $(unstage).
5427 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5428 (NOTPARALLEL): Remove.
5429 (unstage, stage variables): New variables.
5430 (unstage, stage targets): Simply expand to those variables.
5431
5432 * configure: Regenerate.
5433 * Makefile.in: Regenerate.
5434
5435 2005-10-04 James E Wilson <wilson@specifix.com>
5436
5437 * Makefile.def (lang_env_dependencies): Add libmudflap.
5438 * Makefile.in: Regenerate.
5439
5440 2005-10-03 Catherine Moore <clm@cm00re.com>
5441
5442 * configure.in (bfin-*-*): Support bfin.
5443 * configure: Regenerated.
5444
5445 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5446
5447 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5448 * configure: Regenerated.
5449
5450 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5451
5452 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5453 (LIPO_FOR_TARGET): New.
5454 (CONFIGURED_LIPO_FOR_TARGET): New.
5455 (USUAL_LIPO_FOR_TARGET): New.
5456 (STRIP_FOR_TARGET): New.
5457 (CONFIGURED_STRIP_FOR_TARGET): New.
5458 (USUAL_STRIP_FOR_TARGET): New.
5459 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5460 STRIP_FOR_TARGET.
5461 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5462 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5463 * Makefile.in: Regenerate.
5464 * configure: Regenerate.
5465
5466 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5467
5468 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5469 (rs6000-*-aix*): Same.
5470 * configure: Regenerate.
5471
5472 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5473
5474 * configure.in: Recognize f95 in the --enable-languages option,
5475 and substitute it for fortran, issuing a warning.
5476 * configure: Regenerate.
5477
5478 2005-09-07 Ben Elliston <bje@au.ibm.com>
5479
5480 Import from Autoconf sources:
5481
5482 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5483 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5484 Elliston. Handle weird characters correctly.
5485
5486 2005-08-30 Phil Edwards <phil@codesourcery.com>
5487
5488 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5489 * configure: Regenerated.
5490
5491 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5492
5493 * Makefile.def (libssp): Add to lang_env_dependencies.
5494 * Makefile.in: Regenerate.
5495
5496 2005-08-17 Christian Groessler <chris@groessler.org>
5497
5498 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5499 * Makefile.in: Regenerate.
5500
5501 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5502
5503 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5504 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5505 Look for alternate names of the target cc and c++
5506 * configure: Regenerate.
5507
5508 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5509
5510 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5511 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5512 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5513 tools; remove code to manually set them.
5514 (Target tools): Look in the environment for them.
5515 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5516 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5517 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5518 build directory.
5519 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5520 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5521 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5522 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5523 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5524 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5525 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5526 * configure: Regenerate.
5527 * Makefile.in: Regenerate.
5528
5529 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5530
5531 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5532 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5533 * Makefile.in: Regenerated.
5534
5535 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5536
5537 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5538 (CFLAGS_FOR_TARGET): Use it.
5539 (CXXFLAGS_FOR_TARGET): Likewise.
5540 * Makefile.in: Regenerated.
5541 * configure.in (--with-build-sysroot): New option.
5542 * configure: Regenerated.
5543
5544 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5545
5546 * Makefile.tpl: Wrap install between unstage and stage
5547 * Makefile.in: Regenerate.
5548
5549 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5550
5551 * all files: Update FSF address.
5552
5553 2005-07-14 Jim Blandy <jimb@redhat.com>
5554
5555 * configure.in: Add cases for Renesas m32c.
5556 * configure: Regenerated.
5557
5558 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5559
5560 * COPYING, compile, config-ml.in, config.guess,
5561 config.sub, install-sh, missing, mkinstalldirs,
5562 symlink-tree, ylwrap: Sync from upstream sources.
5563
5564 2005-07-13 Eric Christopher <echristo@redhat.com>
5565
5566 * configure.in: Add toplevel noconfigdir support for tpf.
5567 * configure: Regenerate.
5568
5569 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5570
5571 * Makefile.def (target_modules): Add libssp.
5572 * configure.in (target_libraries): Add target-libssp.
5573 * configure: Rebuilt.
5574 * Makefile.in: Rebuilt.
5575
5576 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5577
5578 PR ada/22340
5579
5580 * Makefile.def: Sync with gcc.
5581 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5582 * Makefile.in: Regenerate.
5583
5584 2005-07-07 Andreas Schwab <schwab@suse.de>
5585
5586 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5587 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5588 * Makefile.in: Regenerated.
5589
5590 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5591
5592 * configure.in: Add --enable-libssp and --disable-libssp.
5593 * configure: Regenerate with autoconf-2.13.
5594
5595 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5596
5597 * configure.in: Don't build sim or rda when targetting darwin.
5598 * configure: Regenerate.
5599
5600 2005-07-04 Ben Elliston <bje@gnu.org>
5601
5602 * src-release (do-proto-toplev): Remove dejagnu bits.
5603 (DEJAGNU_SUPPORT_DIRS): Remove.
5604 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5605 (GDBD_SUPPORT_DIRS): Likewise.
5606 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5607 (INSIGHTD_SUPPORT_DIRS): Likewise.
5608 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5609
5610 2005-06-30 Ben Elliston <bje@gnu.org>
5611
5612 * setup.com (mpw): Remove unused directive.
5613
5614 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5615
5616 * Makefile.def (stagefeedback): Come after profile.
5617 Define profiledbootstrap target.
5618 * Makefile.tpl (profiledbootstrap): Remove.
5619 (stageprofile-end): Zap stagefeedback.
5620 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5621 * Makefile.in: Regenerate.
5622
5623 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5624
5625 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5626 In 'cpp' stanza, support '#line' as well as '# '.
5627
5628 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5629
5630 * configure.in (unsupported_languages): New macro.
5631 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5632 non-ported target libraries in noconfigdirs.
5633 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5634 non-linux-gnu. Remove libgcj_ex_libffi.
5635 <lang_frag loop>: Set add_this_lang=no if the language is in
5636 unsupported_languages.
5637 * configure: Regenerate.
5638
5639 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5640
5641 * configure.in: Fix typo in handling of --with-mpfr-dir.
5642 * configure: Regenerate.
5643
5644 2005-06-02 Jim Blandy <jimb@redhat.com>
5645
5646 * config.sub: Add cases for the Renesas m32c. (This patch has been
5647 accepted into the master sources.)
5648
5649 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5650 Michael Snyder <msnyder@redhat.com>
5651 Stan Cox <scox@redhat.com>
5652
5653 * configure.in: Set noconfigdirs for ms1.
5654
5655 * configure: Regenerate.
5656
5657 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5658
5659 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5660 (Dependencies): Consider target modules for bootstrap dependencies.
5661 Make target bootstrap modules depend on each stage's gcc.
5662 * Makefile.in: Regenerate.
5663
5664 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5665
5666 * Makefile.def (configure-gcc): Depend on binutils having been built.
5667 (all-gcc): No need to do it here.
5668 * Makefile.in: Regenerate.
5669
5670 2005-05-19 Paul Brook <paul@codesourcery.com>
5671
5672 * configure.in: Rewrite misleading error message when requested
5673 language cannot be built.
5674 * configure: Regenerate.
5675
5676 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5677
5678 * ylwrap: Import from Automake 1.9.5.
5679
5680 2005-05-04 Mike Stump <mrs@apple.com>
5681
5682 * configure.in: Always pass --target to target configures as
5683 otherwise rebuilds that do --recheck will fail.
5684 * configure: Rebuilt.
5685
5686 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5687
5688 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5689 STAGE_HOST_EXPORTS.
5690 (configure, all): Add bootstrap support.
5691 (Host modules, target modules): Pass post-stage1 flags and exports.
5692 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5693 * Makefile.in: Regenerate.
5694
5695 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5696
5697 Sync from gcc:
5698
5699 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5700
5701 * config.sub: Update from master copy.
5702
5703 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5704
5705 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5706 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5707 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5708 "*-*-elf" and "*-*-linux*".
5709 * configure: Regenerate.
5710
5711 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5712
5713 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5714 (TARGET_CONFIGARGS): Include --with-target-subdir.
5715 (configure, all): New macros. Use them throughout.
5716
5717 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5718
5719 * Makefile.tpl: Sync with gcc.
5720 * Makefile.in: Regenerate.
5721
5722 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5723
5724 * config/mh-mingw32: Delete.
5725 * configure.in: Don't use it.
5726 * configure: Regenerate.
5727
5728 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5729
5730 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5731 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5732 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5733 (HOST_LIB_PATH): Generate from Makefile.def.
5734 (TARGET_LIB_PATH): Likewise.
5735 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5736 * Makefile.in: Regenerate.
5737 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5738 (RPATH_ENVVAR): Include Darwin case.
5739 * configure: Regenerate.
5740
5741 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5742
5743 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5744 * configure: Regenerate.
5745
5746 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5747
5748 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5749 gcc_version, and gcc_version_trigger from set of flags to pass.
5750 * Makefile.tpl: Remove definitions of above variables.
5751 (config.status): Remove dependency on $(gcc_version_trigger).
5752 * Makefile.in: Regenerate.
5753 * configure.in: Do not reference config/gcc-version.m4 nor
5754 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5755 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5756 * configure: Regenerate.
5757
5758 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5759 Andrew Pinski <pinskia@physics.uc.edu>
5760
5761 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5762 * Makefile.in: Regenerate.
5763
5764 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5765
5766 PR libgcj/20160
5767 * ltmain.sh: Avoid creating archives with components that have
5768 duplicate basenames.
5769
5770 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5771
5772 PR bootstrap/20250
5773 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5774 instead of check.
5775 * Makefile.in: Regenerate.
5776
5777 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5778
5779 Sync from gcc.
5780
5781 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5782
5783 PR bootstrap/17383
5784 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5785 * Makefile.tpl (HOST_SUBDIR): New substitution.
5786 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5787 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5788 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5789 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5790 (Host modules, Bootstrapped modules): Use it.
5791 (Build modules, Target modules): Do not create symlink trees,
5792 always configure out-of-srcdir.
5793 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5794 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5795 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5796 $(HOST_SUBDIR). Create a symlink for host_subdir.
5797
5798 * Makefile.in: Regenerate.
5799 * configure: Regenerate.
5800
5801 Merged from libada-gnattools-branch:
5802 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5803
5804 * Makefile.def: Add gnattools as a module, depending on target-libada.
5805 * Makefile.in: Regenerate.
5806 * configure.in: Include gnattools in host_tools; disable it if ada
5807 is disabled.
5808 * configure: Regenerate.
5809
5810 2005-02-23 Nick Clifton <nickc@redhat.com>
5811
5812 * configure: Regenerate.
5813
5814 2005-02-22 Paul Schlie <schlie@comcast.net>
5815
5816 * configure.in: Allow darwin targeted ports to build tk, itcl and
5817 libgui.
5818
5819 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5820
5821 PR libgcj/10353
5822 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5823 * configure: Regenerate.
5824
5825 2005-02-08 Andrew Cagney <cagney@gnu.org>
5826
5827 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5828 gdb/ section. Update GDB's URL.
5829
5830 2005-01-31 Andrew Cagney <cagney@gnu.org>
5831
5832 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5833
5834 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5835
5836 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5837 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5838 target-libgloss when not *-*-elf and *-*-aout.
5839 * configure: Regenerate.
5840
5841 2005-01-27 Andrew Cagney <cagney@gnu.org>
5842
5843 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5844
5845 2005-01-24 Andrew Cagney <cagney@gnu.org>
5846
5847 * gettext.m4: Only fall back to ../intl/ when it's present.
5848
5849 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5850
5851 * install-sh, config.sub: Import from upstream.
5852
5853 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5854
5855 PR bootstrap/18222
5856 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5857 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5858 * Makefile.in: Regenerate.
5859
5860 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5861
5862 Revert 2004-12-28 Makefile changes, a better fix will be
5863 applied to mainline and src after GCC 4.0 branches.
5864
5865 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5866
5867 PR bootstrap/17383
5868
5869 * Makefile.def (target_modules): Remove stage parameter,
5870 it is always true now.
5871 * Makefile.tpl (configure-build-[+module+],
5872 configure-target-[+module+]): Always build symlink tree
5873 for the directory and for include. BUILD_SUBDIR and
5874 TARGET_SUBDIR cannot be . anymore.
5875 * Makefile.in: Regenerate.
5876
5877 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5878
5879 Revert 2004-12-08 Makefile changes.
5880
5881 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5882
5883 * configure.in (sh64-*-*): Reenable gprof.
5884 * configure: Regenerate.
5885
5886 2004-12-09 Jim Blandy <jimb@redhat.com>
5887
5888 * MAINTAINERS: List 'depcomp' as part of automake.
5889
5890 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5891
5892 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5893 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5894 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5895 * Makefile.in: Regenerate.
5896
5897 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5898
5899 * Makefile.tpl: Generate normal dependencies if the LHS module is
5900 not bootstrapped.
5901 * Makefile.in: Regenerate.
5902
5903 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5904
5905 * configure.in: Include config/gxx-include-dir.m4. Use
5906 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5907 * configure: Regenerate.
5908
5909 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5910
5911 * config.if: Delete.
5912 * configure.in: Set libstdcxx_incdir directly.
5913 * configure: Regenerate.
5914 * MAINTAINERS: Remove mention of config.if.
5915 * src-release (DEVO_SUPPORT): Remove config.if.
5916
5917 2004-12-02 Eric Christopher <echristo@redhat.com>
5918
5919 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5920 of things to remove.
5921 * Makefile.in: Regenerate.
5922
5923 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5924
5925 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5926 * configure: Regenerate.
5927
5928 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5929
5930 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5931 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5932 * configure: Regenerate.
5933
5934 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5935
5936 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5937 (hppa*64*-*-*): Delete incorrect comment.
5938 * configure: Rebuilt.
5939
5940 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5941
5942 * install-sh, compile: Import from automake.
5943
5944 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5945
5946 * config.guess, config.sub: Import from savannnah.
5947
5948 2004-11-12 Mike Stump <mrs@apple.com>
5949
5950 * Makefile.def: Add html support.
5951 * Makefile.tpl: Likewise.
5952 * Makefile.in: Regenerate.
5953
5954 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5955
5956 PR 18423
5957 * configure.in: Remove all instances of build-fixincludes from
5958 noconfigdirs.
5959 (build_configargs): Supply --target to subdirectories.
5960 * configure: Regenerate.
5961
5962 * Makefile.def: Make gcc install depend on fixincludes install.
5963 * Makefile.in: Regenerate.
5964
5965 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5966
5967 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5968 target-libgfortran.
5969 * configure: Regenerate.
5970
5971 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5972
5973 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5974 like CC.
5975
5976 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5977
5978 * Makefile.def (host fixincludes): Specify missing targets.
5979 * Makefile.in: Regenerate.
5980
5981 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5982
5983 PR other/17783
5984 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5985 * configure: Regenerated.
5986
5987 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5988
5989 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5990 * configure: Regenerated.
5991
5992 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5993
5994 PR target/18151
5995 * configure.in (case ${target}): Do not build fixincludes for avr.
5996 * configure: Regenerated.
5997
5998 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5999
6000 * configure.in (case ${target}): Do not build fixincludes
6001 on platforms where it is not used.
6002 * configure: Regenerated.
6003
6004 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6005
6006 * configure.in: Use an absolute path to install-sh.
6007 * configure: Regenerated.
6008
6009 2004-10-19 Andrew Cagney <cagney@gnu.org>
6010
6011 * src-release (do-djunpack, do-md5sum): Install the generated file
6012 directly into the proto-toplev/ directory.
6013
6014 2004-10-19 Andrew Cagney <cagney@gnu.org>
6015
6016 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6017
6018 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6019
6020 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6021 * configure: Regenerate.
6022
6023 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6024
6025 Fix wrong conflict resolution in:
6026
6027 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6028
6029 * Makefile.in: Regenerate.
6030 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6031 in the recursive `make', instead of hardwiring `all'.
6032 (Autogenerated TARGET-* variables): New.
6033
6034 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6035
6036 Merged from GCC / libtool upstream:
6037 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6038 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6039 * ltcf-cxx.sh (tpf*): Likewise.
6040 * ltconfig (tpf*): Add TPF OS configuration support.
6041
6042 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6043
6044 * configure.in: Enable target-libgloss for crx-*-*.
6045 * configure: Regenerate.
6046
6047 2004-09-24 Michael Roth <mroth@nessie.de>
6048
6049 * configure.in (--without-headers): Add missing double quotes.
6050 * configure: Regenerate.
6051
6052 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6053
6054 * ylwrap: Revert to previous version.
6055
6056 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6057
6058 PR bootstrap/17369
6059 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6060 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6061 SET_GCC_LIB_PATH_CMD.
6062 (BASE_TARGET_EXPORTS): Likewise.
6063 * Makefile.in: Regenerated.
6064
6065 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6066 * configure: Regenerated.
6067
6068 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6069
6070 * config.guess: New upstream version
6071 * compile, depcomp, install-sh, ylwrap: Likewise.
6072
6073 2004-09-19 Roger Sayle <roger@eyesopen.com>
6074
6075 * config/mh-x86omitfp: New host makefile fragment. Add
6076 -fomit-frame-pointer to the default BOOT_CFLAGS.
6077 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6078 * configure: Regenerate.
6079
6080 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6081
6082 PR target/11572
6083 * configure.in (*-*-darwin*): Renable libobjc.
6084 * configure: Regenerate.
6085
6086 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6087
6088 * Makefile.def: Remove libbanshee.
6089 * Makefile.tpl: Ditto.
6090 * configure.in: Ditto.
6091 * Makefile.in: Regen.
6092 * configure: Ditto.
6093
6094 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6095
6096 * missing: Import latest version from master repository.
6097
6098 2004-09-04 Nick Clifton <nickc@redhat.com>
6099
6100 * config.sub: Import latest version from master repository.
6101 * config.guess: Likewise.
6102 This includes these changes:
6103
6104 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6105
6106 * config.sub: Handle crisv32, alias etraxfs.
6107 * config.guess (crisv32:Linux:*:*): Handle.
6108
6109 2004-08-13 Brad Smith <brad@comstyle.com>
6110
6111 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6112 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6113
6114 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6115
6116 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6117 assume the processor is a powerpc. This is because coreutils
6118 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6119 in this case, due to a MacOS X bug that causes
6120 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6121 to return a negative number.
6122 Problem reported by Petter Reinholdtsen in:
6123 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6124
6125 2004-07-19 Ben Elliston <bje@gnu.org>
6126
6127 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6128
6129 2004-06-24 Ben Elliston <bje@gnu.org>
6130
6131 * config.guess: Update copyright years.
6132 * config.sub: Likewise.
6133
6134 2004-06-22 Robert Millan <robertmh@gnu.org>
6135
6136 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6137 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6138
6139 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6140
6141 * config.guess (*:*VMS:*:*): New entry. Replaces
6142 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6143 manufacturer.
6144
6145 2004-06-22 Ben Elliston <bje@gnu.org>
6146
6147 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6148 * config.sub: Likewise.
6149
6150 2004-06-22 Ben Elliston <bje@gnu.org>
6151
6152 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6153 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6154
6155 2004-06-11 Ben Elliston <bje@gnu.org>
6156
6157 * config.guess (pegasos:OpenBSD:*:*): Remove.
6158
6159 2004-06-11 Ben Elliston <bje@gnu.org>
6160
6161 From Wouter Verhelst <wouter@grep.be>:
6162 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6163
6164 2004-06-11 Ben Elliston <bje@gnu.org>
6165
6166 * config.guess (luna88k:OpenBSD:*:*): New.
6167
6168 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6169
6170 * config.guess (m32r*:Linux:*:*): New case.
6171 * config.sub: Handle m32rle.
6172
6173 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6174
6175 From Jens Petersen <petersen@redhat.com>:
6176 * config.sub: Handle sparcv8.
6177
6178 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6179
6180 From Tom Smith <smith@cag.lkg.hp.com>:
6181 * config.guess: Version suffixes are equally significant on Tru64
6182 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6183 prefix of "P" (patched kernel).
6184
6185 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6186
6187 * config.sub: Add support for National Semiconductor CRX target.
6188
6189 2004-09-03 Jan Beulich <jbeulich@novell.com>
6190
6191 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6192 *-*-netware, but add target-libmudflap.
6193 Consolidate *-*-netware targets (of which really only i?86 exists)
6194 into a single entry.
6195 * configure: Likewise.
6196
6197 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6198
6199 * Makefile.tpl (sorry): Remove.
6200 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6201 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6202 (do-clean): Clean per-stage directories too.
6203 (do-distclean): Run distclean-stage1 too.
6204 (.NOTPARALLEL): Enable during toplevel bootstrap.
6205 (stage[+id+]-bubble): Enable parallel execution during
6206 the recursive invocation.
6207 * Makefile.in: Regenerate.
6208
6209 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6210
6211 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6212
6213 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6214 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6215 * configure: regenerate
6216 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6217 -mdynamic-no-pic
6218
6219 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6220
6221 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6222 include.
6223 * configure.in: Fix indentation.
6224 * configure: Regenerate.
6225
6226 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6227
6228 * Makefile.def (build_modules): Add fixincludes.
6229 (dependencies): Make gcc depend on fixincludes.
6230 * configure.in (build_tools): Add fixincludes.
6231 (build_configdirs): Always include build_libs.
6232 * Makefile.in: Regenerate.
6233 * configure: Regenerate.
6234
6235 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6236
6237 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6238 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6239 phony targets; do not generate timestamp files.
6240 (distclean-stageN): Remove references to their timestamp files.
6241 (restageN, touch-stageN): Remove.
6242 (stageN-bubble): Rewritten.
6243 (compare): Support lean bootstraps.
6244 * Makefile.in: Regenerate.
6245
6246 * configure.in: Only warn when bootstrapping but
6247 build != host or build != target. Support lean bootstraps.
6248 * configure: Regenerate.
6249
6250 Sync from gcc:
6251 2004-08-26 Phil Edwards <phil@codesourcery.com>
6252
6253 * configure.in: Give a better error message if GMP/MPFR are missing
6254 and a language needing them has been requested.
6255 * configure: Regenerated.
6256
6257 2004-08-25 Phil Edwards <phil@codesourcery.com>
6258
6259 * configure.in: Print a list of available language front-ends if
6260 a requested one is missing. Tidy stray tab characters.
6261 * configure: Regenerated.
6262
6263 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6264
6265 * Makefile.in: Regenerate.
6266 * configure: Regenerate.
6267
6268 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6269 stage_*_flags.
6270 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6271 for bootstrapped modules if toplevel bootstrap is going.
6272 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6273 modules. Adjust for changes in Makefile.def. Enable several
6274 rules even in non-bootstrap mode, just to avoid peppering the
6275 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6276 (stage-[+prev+]-bubble): Remove.
6277
6278 * Makefile.def (Dependencies): Depend on all-build-bison,
6279 all-build-flex, all-build-byacc, all-build-texinfo, rather
6280 than the host variations.
6281 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6282 with BUILD_SUBDIR.
6283 (BISON): Update for recent Bisons.
6284 (YACC): Fix typo.
6285 (cross): Depend on all-build.
6286 (all): Do not depend on all-build.
6287 (prebootstrap): Remove.
6288 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6289 (Prebootstrap dependencies): Add them to the per-stage targets
6290 and to all-prebootstrap.
6291 * configure.in (build_configdirs): Always enable build_tools.
6292 (BUILD_DIR_PREFIX): Remove.
6293
6294 * Makefile.def (gcc): Add target variable.
6295 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6296 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6297 in the recursive `make', instead of hardwiring `all'.
6298 (Autogenerated TARGET-* variables): New.
6299
6300 2004-08-17 Robert Millan <robertmh@gnu.org>
6301
6302 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6303 (instead of FreeBSD).
6304 * configure: Regenerate.
6305
6306 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6307
6308 * Makefile.def, configure.in, src-release: Remove useless, bogus
6309 references to tix.
6310 * Makefile.in, configure: Regenerate.
6311
6312 * src-release: Stop distributing mmalloc with gdb (which doesn't
6313 use it).
6314 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6315 * Makefile.in: Regenerate.
6316
6317 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6318
6319 * configure.in (arm*-*-eabi*): New target.
6320 * configure: Regenerate.
6321
6322 2004-08-01 Robert Millan <robertmh@gnu.org>
6323
6324 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6325 libmudflap for all GNU-based systems (with Glibc).
6326 * configure: Regenerate.
6327
6328 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6329
6330 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6331 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6332 (Dependencies): New section.
6333 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6334 (configure-target-[+module+]): Depend on maybe-all-gcc
6335 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6336 (toplevel profiledbootstrap): Fix dependencies.
6337 * Makefile.in: Regenerate.
6338
6339 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6340
6341 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6342 target-libiberty to noconfigdirs.
6343
6344 2004-08-03 Paul Brook <paul@codesourcery.com>
6345
6346 * configure.in: Check for MPFR as well as GMP.
6347 * configure: Regenerate.
6348
6349 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6350
6351 * Makefile.def (host-modules): Add gcc.
6352 * Makefile.in: Regenerate.
6353 * Makefile.tpl (sorry): New rule.
6354 (configure-host, all-host, [+make_target+]-host, do-check,
6355 install-host): Do not add gcc as a special case.
6356 (host modules): Add a small special-casing for gcc. Export
6357 extra_make_flags through the environment.
6358 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6359 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6360 other recursive targets for gcc): Remove.
6361
6362 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6363 (stage, unstage): New rules.
6364 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6365 distclean-stage[+id+]): Use stage_current.
6366 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6367 the stage*-start rules.
6368
6369 2004-07-19 Robert Millan <robertmh@gnu.org>
6370
6371 Synced from gcc:
6372
6373 2004-04-26 Robert Millan <robertmh@gnu.org>
6374
6375 Add patches from libtool CVS.
6376 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6377 * ltconfig: Likewise.
6378 * ltcf-c.sh: Likewise.
6379 * ltcf-cxx.sh: Likewise.
6380 * ltcf-gcj.sh: Likewise.
6381
6382 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6383
6384 * configure.in: Add noconfigdirs for crx-*-*.
6385 * configure: Regenerate.
6386
6387 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6388
6389 Synced from gcc:
6390
6391 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6392
6393 * configure.in: Build libmudflap by default on FreeBSD.
6394 * configure: Regenerated.
6395
6396 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6397
6398 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6399 systems.
6400 * configure: Regenerated.
6401
6402 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6403
6404 PR target/16344
6405 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6406 feedback based compiler.
6407 * Makefile.in: Rebuilt.
6408
6409 2004-07-05 Phil Edwards <phil@codesourcery.com>
6410
6411 * configure.in: Do not prepend $srcdir to /dev/null in
6412 makefile fragments.
6413 * configure: Regenerate.
6414
6415 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6416
6417 * Makefile.def (host_modules): Set bootstrap=true for flex.
6418 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6419 * Makefile.in: Rebuilt.
6420
6421 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6422
6423 * Makefile.def (build_modules): Add bison, byacc, flex,
6424 m4, texinfo.
6425 (flags_to_pass): Add FLEX.
6426 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6427 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6428 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6429 DEFAULT_MAKEINFO): Remove.
6430 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6431 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6432 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6433 objdir or else use configured tool.
6434 (all-build): New.
6435 (all): Depend on it.
6436 (Build module dependencies): Add.
6437 * Makefile.in: Regenerate.
6438 * configure.in: Better support for multiple build modules,
6439 matching what is done for host/target modules. Do not look
6440 for "plausible" locations of build tools if Canadian cross.
6441 Use autoconf's AC_PROG_CC to find a C compiler. Define
6442 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6443 * configure: Regenerate.
6444
6445 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6446
6447 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6448 * Makefile.in: Regenerate.
6449
6450 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6451
6452 * Makefile.tpl (configure-build-[+module+],
6453 configure-[+module+], configure-target-[+module+]): Pass
6454 [+extra_configure_args+].
6455 (all-build-[+module+], all-[+module+], check-[+module+],
6456 install-[+module+], [+make_target+]-[+module+],
6457 all-target-[+module+], check-target-[+module+],
6458 install-target-[+module+], [+make_target+]-target-[+module+]):
6459 Pass [+extra_make_args+].
6460 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6461 (GCC_HOST_EXPORTS): Remove.
6462 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6463 cross, check-gcc, check-gcc-c++, install-gcc,
6464 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6465 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6466 * Makefile.in: Regenerate.
6467
6468 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6469
6470 * configure.in: Check for srcdir/winsup rather than build directory
6471 winsup.
6472 * configure: Regenerate.
6473
6474 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6475
6476 * configure.in: Don't build Cygwin native newlib if winsup
6477 directory is missing. Emit warning instead.
6478 * configure: Regenerate.
6479
6480 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6481
6482 * Makefile.tpl (touch-stage[+id+]): New.
6483 (restage[+prev+]): Depend on touch-stage[+id+].
6484
6485 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6486 Use it throughout.
6487
6488 * Makefile.def: Add profile and feedback bootstrap stages.
6489 Remove next field from bootstrap stages.
6490 * Makefile.tpl (LN, LN_S): Substitute.
6491 (stageN-start, stageN-end): Use double-colon rules, to
6492 provide a hook for additional setup commands.
6493 (distclean-stageN-gcc, restageN): Create dependencies from
6494 [+prev+], not from [+next+].
6495 (stageN-bubble): Add commands for successive stages from
6496 [+prev+], using double-colon rules.
6497 (all-stageN-gcc): Fix typo.
6498 (stagefeedback-start, profiledbootstrap): New.
6499 * Makefile.in: Regenerate.
6500 * configure.in: Call ACX_PROG_LN.
6501 * configure: Regenerate.
6502
6503 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6504
6505 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6506 without gcc.
6507 * configure: Regenerate.
6508
6509 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6510
6511 * Makefile.tpl: Fix typo.
6512 * Makefile.in: Regenerate.
6513
6514 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6515
6516 * configure.in: Remove new- prefix from toplevel
6517 bootstrap targets.
6518 * configure: Regenerate.
6519
6520 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6521
6522 Merge this patch from the gcc tree:
6523
6524 2004-05-30 Andreas Jaeger <aj@suse.de>
6525 Jim Wilson <wilson@specifixinc.com>
6526
6527 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6528 like CC.
6529
6530 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6531
6532 * Makefile.tpl (all.normal): Rename to all.
6533 (all): Replace with a rule to pick the default
6534 target from configure.
6535 (all-gcc, configure-gcc): Use conditionals to
6536 do nothing when toplevel bootstrap is going on.
6537 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6538 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6539 * configure.in: Support --enable-bootstrap.
6540
6541 * Makefile.def: Remove new- prefix from toplevel
6542 bootstrap targets.
6543 * Makefile.tpl: Likewise.
6544
6545 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6546 target.
6547
6548 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6549 $(RECURSE_FLAGS) to recursive invocation of make.
6550
6551 * Makefile.in: Regenerate.
6552 * configure: Regenerate.
6553
6554 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6555
6556 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6557 * configure: Regenerate.
6558
6559 2004-05-25 Daniel Jacobowitz <drow@false.org>
6560
6561 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6562 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6563 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6564 targets.
6565 * Makefile.in: Regenerate.
6566
6567 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6568
6569 * configure.in: Test the ability to symlink directories.
6570 * configure: Regenerate.
6571
6572 * Makefile.def (bootstrap-stage): New definitions.
6573 * Makefile.tpl (configure-stage1-gcc,
6574 configure-stage2-gcc, configure-stage3-gcc,
6575 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6576 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6577 new-restage3, compare): Autogenerate, see Makefile.in
6578 entry for behavioral changes.
6579 (distclean-stage1, new-stage1-start, new-stage1-end,
6580 new-stage1-bubble, distclean-stage2, new-stage2-start,
6581 new-stage2-end, new-stage2-bubble, distclean-stage3,
6582 new-stage3-start, new-stage3-end): New autogenerated targets.
6583 (objext, prebootstrap, BOOT_CFLAGS,
6584 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6585 targets.
6586
6587 * Makefile.in: Regenerate.
6588 (distclean-stage1, new-stage1-start, new-stage1-end,
6589 new-stage1-bubble, distclean-stage2, new-stage2-start,
6590 new-stage2-end, new-stage2-bubble, distclean-stage3,
6591 new-stage3-start, new-stage3-end): New targets.
6592 (all-stage1-gcc): Move prebootstrap dependency from here...
6593 (configure-stage1-gcc): ...to here.
6594 (new-bootstrap): Use bubble targets.
6595 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6596 Use per-stage distclean targets.
6597 (configure-stage1-gcc, configure-stage2-gcc,
6598 configure-stage3-gcc, all-stage1-gcc,
6599 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6600 Use new-stageN-start to prepare the tree.
6601
6602 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6603
6604 * Makefile.def (host_modules): add libcpp.
6605 * Makefile.tpl: Add dependencies on and for libcpp.
6606 * Makefile.in: Regenerate.
6607 * configure.in: Add libcpp host module.
6608 * configure: Regenerate.
6609
6610 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6611
6612 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6613 of libf2c.
6614 * configure, Makefile.in: Regenerate.
6615
6616 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6617
6618 Merge from tree-ssa-20020619-branch.
6619
6620 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6621 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6622 (HOST_GMPLIBS): Define.
6623 (HOST_GMPINC): Define.
6624 (TARGET_LIB_PATH): Add libmudflap.
6625 (GFORTRAN_FOR_TARGET): Define.
6626 (configure-build*): Export GFORTRAN.
6627 (configure-gcc): Export GMPLIBS and GMPINC.
6628 (all-gcc): Add maybe-all-libbanshee.
6629 (configure-target-libgfortran): Define.
6630 * Makefile.in: Regenerate.
6631 * configure.in (host_libs): Add libbanshee.
6632 (target_libraries): Add target-libmudflap and target-libgfortran.
6633 Add --with-libbanshee.
6634 Handle --disable-libmudflap.
6635 (*-*-freebsd*): Use with_gmp.
6636 Add $(libgcj) to noconfigdirs.
6637 * configure: Regenerate.
6638 * depcomp: New file.
6639 * MAINTAINERS: Add tree-ssa maintainers.
6640
6641 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6642
6643 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6644 * configure: Regenerate.
6645
6646 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6647
6648 Revert:
6649 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6650
6651 * Makefile.def (flags_to_pass): Remove *dir variables that
6652 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6653 as well as prefix and exec_prefix.
6654 * Makefile.in: Regenerate.
6655
6656 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6657
6658 * Makefile.def (host_modules): Mark with the bootstrap
6659 flag packages on which gcc depends.
6660 * Makefile.tpl (all-bootstrap): Use it.
6661 * Makefile.in: Regenerate.
6662
6663 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6664
6665 * Makefile.def (flags_to_pass): Remove *dir variables that
6666 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6667 as well as prefix and exec_prefix.
6668 * Makefile.in: Regenerate.
6669
6670 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6671
6672 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6673 * configure: Regenerate.
6674 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6675 * gcc/Makefile.tpl (compare): Use the result of the test.
6676 * gcc/Makefile.in: Regenerate.
6677
6678 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6679
6680 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6681 Always relocate gcc and prev-gcc to the original names, even
6682 if the build fails.
6683 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6684 New targets.
6685
6686 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6687
6688 * configure.in (mips*-*-irix5*): Enable ld.
6689 * configure: Regenerate.
6690
6691 2004-04-15 James E Wilson <wilson@specifixinc.com>
6692
6693 * Makefile.tpl (configure-[+module+], configure-gcc,
6694 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6695 Set and export LDFLAGS.
6696 * Makefile.in: Regenerate.
6697
6698 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6699
6700 PR bootstrap/14871
6701 * Makefile.tpl: If we don't have built-in-tree target tools,
6702 use the ones found by configure rather than hacking around with
6703 program_transform_name.
6704 * configure.in: Give Makefile.tpl the information necessary
6705 to do that.
6706 * Makefile.in: Regenerate.
6707 * configure: Regenerate.
6708
6709 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6710
6711 PR bootstrap/14760
6712 * configure.in: When computing baseargs, strip *all* copies of
6713 offending options. Also, don't match/substitute the trailing space,
6714 so that this actually works when two similar options are separated by
6715 only one space.
6716 * configure: Regenerate.
6717
6718 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6719
6720 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6721 (rs6000-*-aix*): Same.
6722 * configure: Regenerate.
6723
6724 2004-03-25 Stan Shebs <shebs@apple.com>
6725
6726 Remove MPW support, no longer used.
6727 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6728 mpw-install: Remove files.
6729 * src-release (DEVO_SUPPORT): Remove names of removed files.
6730 * MAINTAINERS: Likewise.
6731
6732 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6733
6734 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6735 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6736 * Makefile.in: Regenerate.
6737
6738 * configure.in (top level bootstrap support): Rework --enable-werror
6739 to set @stage2_werror_flag@.
6740 * configure: Regenerate.
6741 * Makefile.tpl (top level bootstrap support): Pass
6742 @stage2_werror_flag@ down to configure in stages 2 and 3.
6743 * Makefile.in: Regenerate.
6744
6745 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6746
6747 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6748 for stages 2 and 3 as well as in make. As a consequence, remove
6749 OUTPUT_OPTION (now detected by configure) from the flags passed down
6750 to make.
6751 * Makefile.in: Regenerate.
6752
6753 * Makefile.tpl (new-bootstrap): Fix typo.
6754 * Makefile.in: Regenerate.
6755
6756 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6757
6758 * Makefile.tpl: Rearrange by moving recursive_targets rules
6759 into their proper sections.
6760 * Makefile.tpl (top level bootstrap support): Move disabling
6761 of coverage flags from 'make' to 'configure'; improve comments.
6762 * Makefile.in: Regenerate.
6763
6764 * Makefile.tpl (experimental top level bootstrap) Move stage1
6765 language setting from all- target to configure- target; disable
6766 intermodule optimization in stage 1; prevent gratuitous rebuilds
6767 of stage 1.
6768 * Makefile.in: Regenerate.
6769 * configure.in: Comma-separate stage 1 language list for top
6770 level bootstrap.
6771 * configure: Regenerate.
6772
6773 * Makefile.tpl: Clean up experimental top level bootstrap support:
6774 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6775 prev-gcc in configure- targets as well as all- targets.
6776 * Makefile.in: Regenerate.
6777
6778 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6779
6780 * configure.in: Remove symbolic link section.
6781 * configure: Regenerate.
6782 * Makefile.tpl (links): Remove.
6783 * Makefile.in: Regenerate.
6784
6785 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6786 Nathanael Nerode <neroden@gcc.gnu.org>
6787
6788 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6789 Set with AC_CHECK_PROGS.
6790 * configure.in: Fix comment typo from last patch.
6791 * configure: Regenerate.
6792
6793 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6794
6795 * Makefile.tpl: Introduce experimental top level bootstrap support.
6796 * Makefile.in: Regenerate.
6797 * configure.in: Introduce support for top level bootstrap.
6798 * configure: Regenerate.
6799
6800 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6801 Paolo Bonzini <bonzini@gnu.org>
6802
6803 PR bootstrap/14522
6804 * configure.in: Cope with shells that do not support unquoted ^
6805 * configure: Regenerate.
6806
6807 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6808 Paolo Bonzini <bonzini@gnu.org>
6809
6810 PR bootstrap/14522
6811 * configure.in: Cope with shell that do not support nesting
6812 quotes inside quoted backquote substitutions.
6813 * configure: Regenerate.
6814
6815 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6816
6817 PR bootstrap/14522
6818 * configure.in: Fix escaping of $.
6819 * configure: Regenerate.
6820
6821 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6822
6823 * configure: Regenerate.
6824
6825 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6826
6827 PR ada/14131
6828 Move language detection to the top level.
6829 * configure.in: Find default values for the tools as
6830 soon as possible. Disable ada if GNAT is not found.
6831 Emit error message about missing languages. Expand
6832 --enable-languages=all for the gcc subdirectory.
6833
6834 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6835
6836 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6837 and disable libgcj.
6838 * configure: Regenerated.
6839
6840 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6841
6842 PR bootstrap/7087
6843 * Makefile.tpl: Guard XFOO sed statements better.
6844 * Makefile.tpl: Add dependency for configure-target-libada.
6845 * Makefile.in: Regenerate (incidentally fixes broken
6846 commit when libada-branch was merged).
6847
6848 2004-02-28 Andrew Cagney <cagney@redhat.com>
6849
6850 * src-release (CVS_NAMES): Define.
6851 (do-tar, do-tar): Prune $(CVS_NAMES).
6852
6853 2004-02-23 Andrew Cagney <cagney@redhat.com>
6854
6855 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6856 2004-02-19.09.
6857
6858 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6859
6860 PR bootstrap/11932
6861 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6862
6863 2004-02-19 Andrew Cagney <cagney@redhat.com>
6864
6865 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6866 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6867
6868 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6869
6870 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6871 (rs6000-*-aix*): Same.
6872 * configure: Regenerate.
6873
6874 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6875
6876 * configure.in (host): Add in missing $noconfigdirs to defines.
6877 * configure: Regenerate.
6878
6879 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6880 Nathanael Nerode <neroden@gcc.gnu.org>
6881
6882 PR ada/6637, PR ada/5911
6883 Merge with libada-branch:
6884 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6885 with appropriate dependencies. Add --enable-libada configure switch.
6886 * configure, Makefile.in: Regenerate.
6887
6888 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6889
6890 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6891 * configure: Regenerate.
6892
6893 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6894
6895 * COPYING.NEWLIB: Update Red Hat license to 2004.
6896
6897 2004-01-23 DJ Delorie <dj@redhat.com>
6898
6899 * Makefile.def (target_modules) [libiberty]: Don't stage.
6900 * Makefile.in: Rebuilt.
6901
6902 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6903
6904 * COPYING.NEWLIB: Update to include copyrights for new
6905 iconv code.
6906
6907 2004-01-15 Andrew Cagney <cagney@redhat.com>
6908
6909 * src-release: Update copyright year.
6910 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6911 (NEWLIB_SUPPORT_DIRS): Delete macro.
6912 (newlib.tar.bz2): Delete rule.
6913
6914 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6915
6916 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6917 * Makefile.tpl (configure-target-[+module+]): Support stage.
6918 * Makefile.in: Rebuilt.
6919
6920 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6921
6922 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6923 throughout.
6924
6925 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6926
6927 * configure.in: Use ./config.cache, not config.cache.
6928 * configure: Regenerate.
6929 * Makefile.tpl: Special-casing not needed for GCC any more.
6930 * Makefile.in: Regenerate.
6931
6932 * configure.in: Don't share a cache file for host dirs.
6933 * configure: Regenerate.
6934
6935 * config-ml.in: Don't mess with the cache file.
6936
6937 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6938
6939 * Makefile.tpl: Make GCC use a separate config.cache.
6940 * Makefile.in: Regenerate.
6941
6942 PR bootstrap/11932, PR bootstrap/11933
6943 (I don't know if it will fix either of them, but it relates
6944 to them.)
6945 * configure.in: Don't use shared config.cache for target
6946 directories.
6947 * configure: Regenerate.
6948
6949 2003-12-31 Roger Sayle <roger@eyesopen.com>
6950
6951 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6952 * configure: Regenerated.
6953
6954 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6955
6956 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6957 * configure: Regenerated.
6958
6959 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6960
6961 Port change over from GCC:
6962 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6963 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6964 (configure-build-[+module+], configure-[+module+]): Likewise.
6965 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6966 * Makefile.in: Regenerate.
6967
6968 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6969
6970 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6971 * configure: Regenerate.
6972
6973 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6974
6975 * COPYING.NEWLIB: Add license info for long long routines added to
6976 stdlib.
6977
6978 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6979
6980 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6981 * Makefile.in: Regenerate.
6982
6983 2003-10-20 Phil Edwards <phil@codesourcery.com>
6984
6985 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6986 * configure: Regenerate.
6987
6988 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6989
6990 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6991 HOST_FLAGS_TO_PASS.
6992 * Makefile.in: Regenerate.
6993
6994 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6995
6996 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6997 * configure: Rebuilt
6998 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6999 * Makefile.in: Rebuilt
7000
7001 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7002
7003 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7004
7005 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7006
7007 * config-ml.in: Use ac_configure_args directly instead of
7008 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7009 actually seen.
7010
7011 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7012
7013 * config-ml.in: Propagate INSTALL variables.
7014
7015 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7016
7017 * configure.in: Pass a computed --program-transform-name
7018 to subconfigures.
7019 * configure: Regenerated.
7020
7021 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7022
7023 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7024 * Makefile.in: Regenerate.
7025
7026 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7027 * Makefile.in: Regenerate.
7028
7029 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7030
7031 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7032 quoting.
7033 * configure: Regenerated.
7034
7035 2003-09-12 Michael Chastain <mec@shout.net>
7036
7037 Fix PR gdb/857.
7038 * src-release (do-proto-topleve): Remove junk files
7039 intl/config.cache, intl/config.status,
7040 intl/config.h, intl/stamp-h.
7041
7042 2003-09-14 Andrew Cagney <cagney@redhat.com>
7043
7044 * src-release (dejagnu.tar): New target.
7045 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7046 (do-djunpack): Use $(PACKAGE) for the package name.
7047
7048 2003-09-04 DJ Delorie <dj@redhat.com>
7049
7050 * configure: Regenerate.
7051
7052 2003-09-04 Robert Millan <robertmh@gnu.org>
7053
7054 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7055
7056 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7057
7058 * configure.in: Ensure arguments to sed are properly spaced.
7059 * configure: Regenerate.
7060
7061 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7062
7063 Merge from gcc:
7064 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7065 * install-sh: Update to newer upstream versions (associated with
7066 aclocal 1.7).
7067 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7068
7069 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7070
7071 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7072 * configure: Regenerated.
7073
7074 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7075
7076 * configure.in: Use newline instead of semicolon when assuming
7077 shell arguments in a for loop.
7078 * configure: Regenerated.
7079
7080 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7081
7082 PR 8180
7083 * configure.in: When testing with_libs and with_headers, treat
7084 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7085 * configure: Regenerate.
7086
7087 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7088 make, shell, etc.
7089 (baseargs): Likewise.
7090 * configure: Regenerate.
7091
7092 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7093
7094 * configure.in: Disable libgcj for darwin not on powerpc.
7095 * configure: Rebuild.
7096
7097 2003-08-15 Michael Chastain <mec@shout.net>
7098
7099 * src-release (do-proto-toplev): Remove junk files
7100 dejagnu/example/calc/config.status,
7101 dejagnu/example/calc/config.log.
7102
7103 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7104
7105 * config-ml.in, symlink-tree: Add license.
7106
7107 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7108
7109 Merge from gcc:
7110
7111 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7112 * Makefile.tpl (check, check-c++): Express dependencies using
7113 dependencies rather than commands.
7114 * Makefile.in: Regenerate.
7115
7116 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7117 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7118 * Makefile.in: Update.
7119
7120 2003-08-01 Andrew Cagney <cagney@redhat.com>
7121
7122 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7123 * configure: Ditto.
7124
7125 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7126
7127 * configure.in: Enable libgcj for darwin.
7128 * configure: Rebuild.
7129
7130 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7131
7132 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7133
7134 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7135
7136 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7137 creating target and build subdirs to build all parent dirs as needed.
7138 * Makefile.in: Rebuild.
7139 * configure.in: Don't build dirs explicitly here.
7140 * configure: Rebuild.
7141
7142 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7143
7144 * Makefile.tpl (all-make): Depend on intl.
7145 * Makefile.in: Rebuilt.
7146
7147 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7148
7149 * config.if: Remove unused libc_interface determination.
7150
7151 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7152
7153 * Makefile.in: Regenerate, correctly this time.
7154
7155 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7156
7157 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7158 unused INSTALL_PROGRAM_ARGS.
7159 * configure.in: Use AC_PROG_INSTALL.
7160 * Makefile.in: Regenerate.
7161 * configure: Regenerate.
7162
7163 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7164
7165 * configure: Rebuilt.
7166 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7167 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7168 newlib nor libgloss.
7169 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7170 * configure.in (am33_2.0-*-linux*): Added.
7171
7172 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7173
7174 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7175 * configure: Regenerate.
7176
7177 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7178
7179 * config-ml.in: Replace PWD with PWD_COMMAND.
7180 * Makefile.tpl: Likewise.
7181 * Makefile.in: Regenerated.
7182
7183 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7184
7185 * configure.in: Clean up config-lang.in handling. Delete
7186 useless assignment to "subdirs".
7187 * configure: Regenerate.
7188
7189 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7190
7191 * configure.in: Rename 'target_libs' to 'target_libraries'.
7192 Remove useless reference to 'target_libs'.
7193 * configure: Regenerate.
7194
7195 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7196
7197 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7198 * Makefile.in: Regenerate.
7199
7200 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7201
7202 * Makefile.def: Introduce flags_to_pass.
7203 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7204 * Makefile.in: Regenerate.
7205
7206 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7207
7208 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7209 and target-libgloss.
7210 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7211 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7212 * configure: Regenerate.
7213
7214 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7215
7216 * configure.in: Update testsuite_flags to new location.
7217 * configure. Regenerate.
7218
7219 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7220
7221 * Makefile.tpl: Remove BUILD_CC stuff.
7222 * Makefile.in: Regenerate.
7223
7224 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7225
7226 * config.guess: Update to 2003-06-12 version.
7227 * config.sub: Update to 2003-06-13 version.
7228
7229 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7230
7231 * MAINTAINERS: Add myself as MIPS co-maintainer.
7232
7233 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7234
7235 * config.guess: Update to 2003-06-06 version.
7236 * config.sub: Update to 2003-06-06 version.
7237
7238 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7239
7240 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7241 * configure. Regenerate.
7242
7243 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7244
7245 * configure.in: Disable serial configure by default.
7246 * configure: Regenerate.
7247 * Makefile.tpl: Abolish .NOTPARALLEL.
7248 * Makefile.in: Regenerate.
7249
7250 * Makefile.tpl: Replace {build,host,target}_canonical by
7251 {build,host,target}.
7252 * Makefile.in: Regenerate.
7253
7254 * Makefile.tpl: Fix stupid pasto.
7255 * Makefile.in: Regenerate.
7256
7257 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7258
7259 * Makefile.tpl: Remove bogus conditional.
7260 * Makefile.in: Regenerate.
7261
7262 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7263
7264 * Makefile.tpl: Make 'recursive targets' using autogen rather
7265 than shell loop. Remove duplicate 'clean' targets and false
7266 comments.
7267 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7268 Add systematic method of specifying missing targets in subdirs.
7269 Add copyright boilerplate.
7270 * Makefile.in: Regenerate.
7271 * configure.in: Add 'recursive targets' to maybe list.
7272 * configure: Regenerate.
7273
7274 * Makefile.tpl: Rename [+target+] to [+make_target+].
7275 * Makefile.def: Rename 'target' to 'make_target'.
7276
7277 2003-05-30 Nick Clifton <nickc@redhat.com>
7278
7279 * README-maintainer-mode: Update URL for locating blessed config
7280 tools.
7281
7282 2003-05-29 Robert Millan <rmh@debian.org>
7283
7284 * ltconfig: Import this patch and modify for use with current
7285 version of ltconfig:
7286
7287 2003-05-21 Bruno Haible <bruno@clisp.org>
7288
7289 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7290 GNU/FreeBSD.
7291
7292 2003-05-28 DJ Delorie <dj@redhat.com>
7293
7294 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7295 * Makefile.in: Regenerate.
7296
7297 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7298
7299 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7300
7301 2003-05-21 DJ Delorie <dj@redhat.com>
7302
7303 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7304 newlib or libgloss.
7305 * Makefile.in: Regenerate.
7306
7307 2003-05-21 DJ Delorie <dj@redhat.com>
7308
7309 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7310 * Makefile.in: Regenerate.
7311
7312 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7313
7314 * configure.in: Use curly braces in the definition of tooldir.
7315 * configure: Regenerate.
7316
7317 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7318
7319 * configure.in: Switch more things to use maybe dependencies.
7320 * Makefile.tpl: Switch more things to use maybe dependencies.
7321 Factor out common code from autogen IF statements.
7322 * configure: Regenerate.
7323 * Makefile.in: Regenerate.
7324
7325 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7326
7327 * configure.in: Accept i[3456789]86 for machine type.
7328 * configure: Regenerate.
7329
7330 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7331
7332 * configure.in: Switch more things to use maybe dependencies.
7333 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7334 * configure: Regenerate.
7335 * Makefile.tpl: Switch more things to use maybe dependencies.
7336 * Makefile.in: Regenerate.
7337
7338 2003-05-16 Andreas Schwab <schwab@suse.de>
7339
7340 * Makefile.tpl (install-opcodes): Define.
7341 * Makefile.in: Rebuild.
7342
7343 2003-05-13 Andreas Jaeger <aj@suse.de>
7344
7345 * config.guess: Update to 2003-05-09 version.
7346 * config.sub: Update to 2003-05-09 version.
7347
7348 2003-05-13 Michael Eager <eager@mvista.com>
7349
7350 * configure.in: Correct sed script so that options in quotes are not
7351 deleted.
7352 * configure: Rebuild.
7353
7354 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7355
7356 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7357 and $$s/newlib/libc/sys/cygwin32 include paths.
7358 * configure: Ditto.
7359
7360 2003-05-05 H.J. Lu <hjl@gnu.org>
7361
7362 * config-ml.in: Restored from gcc repository.
7363
7364 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7365
7366 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7367 * Makefile.in: Regenerate.
7368
7369 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7370
7371 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7372 and Makefile.def.
7373
7374 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7375
7376 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7377 * Makefile.in: Regenerated.
7378
7379 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7380
7381 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7382 * Makefile.in: Regenerate.
7383
7384 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7385
7386 * configure.in (powerpc64*-*-linux*): Remove.
7387 * configure: Rebuilt.
7388
7389 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7390
7391 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7392 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7393 and restrap.
7394 * Makefile.in: Regenerate.
7395
7396 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7397
7398 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7399 * configure: Regenerated.
7400
7401 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7402
7403 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7404 * */configure: Rebuilt.
7405
7406 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7407
7408 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7409 * Makefile.in: Regenerate.
7410
7411 2003-03-14 Michael Chastain <mec@shout.net>
7412
7413 * Makefile.in: Regenerate with correct Makefile.def.
7414
7415 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7416
7417 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7418 Make macro.
7419 * Makefile.in: Regenerate.
7420 * configure.in: Clean up gxx_include_dir logic.
7421 * configure: Regenerate.
7422
7423 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7424
7425 * configure.in (gxx_include_dir): Fix typo.
7426 * configure: Regenerated.
7427
7428 2003-03-06 Andrew Cagney <cagney@redhat.com>
7429
7430 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7431
7432 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7433
7434 * configure.in: Include $(build_tooldir)/sys-include in
7435 FLAGS_FOR_TARGET.
7436 * configure: Regenerated.
7437
7438 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7439
7440 * Makefile.tpl: Reindent.
7441 * Makefile.in: Regenerate.
7442 * configure.in: Reindent. Don't set unused variables.
7443 * configure: Regenerate.
7444
7445 * Makefile.tpl: Always pass down RANLIB.
7446 * Makefile.in: Regenerate.
7447
7448 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7449 * Makefile.in: Regenerate.
7450 * configure.in: Remove unused logic relating to --enable-shared
7451 and --enable-threads. Remove bogus comments. Remove redundant
7452 noconfigdirs.
7453 * configure: Regenerate.
7454
7455 * configure.in: Replace ${libstdcxx_version} by its value.
7456 Remove reference to mh-dgux.
7457 * configure: Regenerate.
7458
7459 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7460
7461 * Makefile.tpl: Rearrange.
7462 * Makefile.in: Regenerate.
7463
7464 2003-02-25 Nick Clifton <nickc@redhat.com>
7465
7466 * configure: Remove site-file supprot - it is obsolete.
7467
7468 2003-02-24 Uwe Stieber <uwe@wwws.de>
7469
7470 * configure.in: Add support for kaOS as cross build target system.
7471 * configure: Regenerated.
7472
7473 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7474
7475 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7476 configure-target-* as some target builds may require additional
7477 flags for preprocessor tests.
7478 * Makefile.in: Regenerated.
7479
7480 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7481
7482 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7483 * ltconfig: Handle it.
7484 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7485 auto-detecting it.
7486
7487 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7488
7489 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7490 it is used as argument to $CC.
7491 * ltcf-gcj.sh: Likewise.
7492
7493 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7494
7495 * configure.in: Introduce --enable-maintainer-mode.
7496 * configure: Rebuilt.
7497 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7498 for maintainer mode.
7499 * Makefile.in: Rebuilt.
7500
7501 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7502
7503 * configure: Regenerate using autoconf 2.13.
7504
7505 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7506
7507 * config.guess: Import latest version.
7508 * config.sub: Import latest version.
7509
7510 2003-02-18 Jason Merrill <jason@redhat.com>
7511
7512 * Makefile.tpl (check-c++): Allow parallelism.
7513
7514 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7515
7516 * configure: Regenerate using autoconf 000227.
7517
7518 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7519
7520 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7521 don't configure target-libobjc.
7522 * configure: Regenerate.
7523
7524 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7525
7526 * Makefile.tpl (RANLIB): Define.
7527 * Makefile.in: Regenerate.
7528
7529 2003-02-06 Keith R Seitz <keiths@redhat.com>
7530
7531 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7532 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7533 * Makefile.in: Regenerated.
7534 * configure.in: Remove all traces of snavigator, db, and grep.
7535 * configure: Regenerated.
7536
7537 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7538
7539 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7540 * Makefile.in: Regenerated.
7541
7542 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7543
7544 * config.if: Copy from GCC.
7545
7546 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7547
7548 * configure.in: Revert 24Jan change.
7549 * configure: Regenerate.
7550
7551 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7552
7553 * configure.in: Revert previous change.
7554 * configure: Regenerate.
7555
7556 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7557
7558 * configure.in: Make rda native-only.
7559 * configure: Regenerate.
7560
7561 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7562
7563 * configure.in: Add missing \.
7564 * configure: Rebuilt.
7565
7566 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7567
7568 * configure.in (baseargs): Avoid using \| in sed regular
7569 expressions.
7570 * configure: Rebuilt.
7571
7572 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7573
7574 * configure.in (baseargs): Remove all supported forms of
7575 --cache-file, --srcdir, --host, --build and --target options
7576 from argument lists.
7577 * configure: Rebuilt.
7578
7579 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7580
7581 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7582 * configure: Rebuilt.
7583
7584 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7585
7586 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7587 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7588 * Makefile.in: Regenerate.
7589 * configure: Regenerate.
7590
7591 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7592
7593 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7594 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7595 * Makefile.in: Regenerate.
7596
7597 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7598
7599 * configure.in: Remove Makefile in build, host and target modules
7600 unless configure was run with --no-recursion.
7601 * configure: Rebuilt.
7602
7603 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7604
7605 * config.guess: Update to 2003-01-03 version.
7606 * config.sub: Update to 2003-01-03 version.
7607
7608 2003-01-07 Christopher Faylor <cgf@redhat.com>
7609
7610 * configure: Regenerate with proper autoconf 2.13.
7611
7612 2003-01-07 Christopher Faylor <cgf@redhat.com>
7613
7614 * configure.in: Add AC_PREREQ for consistency.
7615 * configure: Regenerate.
7616
7617 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7618
7619 * configure.in (GDB_TK): Add tcl directories conditional on
7620 gdb/gdbtk directory being present.
7621 * configure: Regenerate.
7622
7623 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7624
7625 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7626 by gcc if LD is not defined and we are not doing a Canadian Cross.
7627 * configure: Rebuilt.
7628
7629 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7630
7631 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7632
7633 2002-12-31 Tom Tromey <tromey@redhat.com>
7634
7635 * Makefile.in: Rebuilt.
7636 * Makefile.def (target_modules) [libffi]: Allow installation.
7637
7638 2002-12-31 Andreas Schwab <schwab@suse.de>
7639
7640 * configure.in: Fix use of $program_transform_name.
7641 * configure: Regenerated.
7642
7643 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7644
7645 * configure.in (baseargs): Don't remove first configure argument.
7646 * configure: Regenerated.
7647
7648 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7649
7650 * Makefile.tpl (local-distclean): Don't remove...
7651 (multilib.ts): ... this. Moved into...
7652 (multilib.out): ... this. Don't use sub-make.
7653 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7654 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7655 (configure-build-[+module+], configure-[+module+],
7656 configure-target-[+module+], configure-gcc): ... these. Test
7657 for Makefile existence. Drop config.status from dependencies.
7658 * Makefile.in: Rebuilt.
7659 * configure.in: Move gcc-version-trigger to the end of
7660 ac_configure_args. Add comments to maybedep.tmp and
7661 serdep.tmp. Introduce --disable-serial-configure. Remove
7662 nonopt from baseargs, matching and removing corresponding
7663 whitespace while at it.
7664 * configure: Rebuilt.
7665
7666 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7667
7668 * configure.in (host_configargs): Replace reference to
7669 no-longer-defined buildopts with --build=${build_alias}.
7670 * configure: Rebuilt.
7671
7672 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7673
7674 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7675 program_transform_name to standard idiom.
7676 (AUTOGEN, AUTOCONF): Define.
7677 (Makefile.in): Use $(AUTOGEN).
7678 (Makefile): Depend on config.status, and use autoconf-style rule to
7679 build it. Move original commands to...
7680 (config.status): ... this new target.
7681 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7682 $(AUTOCONF).
7683 * Makefile.in: Rebuilt.
7684
7685 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7686
7687 * Makefile.tpl: Fix dramatic bustage due to change in
7688 program_transform_name.
7689 * Makefile.in: Regenerate.
7690
7691 * configure.in: Remove unnecessary PATH setting.
7692 * configure: Regnerate.
7693
7694 * configure.in: Don't default to unprefixed tools unless
7695 the native tools will work.
7696 * configure: Regenerate.
7697
7698 * configure.in: Convert to autoconf script. Blow away lots
7699 of now-redundant Makefile fragments.
7700 * configure: Generate using Autoconf.
7701 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7702 * Makefile.in: Regenerate.
7703
7704 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7705
7706 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7707 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7708
7709 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7710 where they belong.
7711
7712 2002-12-24 Andreas Schwab <schwab@suse.de>
7713
7714 * Makefile.tpl (multilib.out): Fix missing space.
7715 * Makefile.in: Regenerate.
7716
7717 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7718
7719 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7720 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7721 * Makefile.in: Regenerate.
7722 * configure.in: Remove unnecessary leftovers.
7723
7724 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7725
7726 * configure.in (extra_ranlibflags_for_target): New variable.
7727 (*-*-darwin): Add -c to ranlib commands.
7728 * configure (tooldir): Handle extra_ranlibflags_for_target.
7729
7730 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7731
7732 * COPYING.NEWLIB: Updated.
7733 * COPYING.LIBGLOSS: Ditto.
7734
7735 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7736
7737 * Makefile.tpl: Revert HJL's change.
7738 * Makefile.in: Regenerated.
7739 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7740 always.
7741
7742 2002-12-19 Andreas Schwab <schwab@suse.de>
7743
7744 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7745 * Makefile.in: Regenerate.
7746
7747 2002-12-18 H.J. Lu <hjl@gnu.org>
7748
7749 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7750 * Makefile.in: Regenerated.
7751
7752 * configure.in (build_prefix): New. Substitute.
7753
7754 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7755
7756 * Makefile.tpl: Don't let real targets depend on phony targets.
7757 * Makefile.in: Regenerate.
7758
7759 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7760 * Makefile.in: Regenerate.
7761
7762 2002-12-16 Jason Merrill <jason@redhat.com>
7763
7764 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7765 previous 'make bootstrap'.
7766 * Makefile.in: Regenerate.
7767
7768 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7769
7770 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7771
7772 2002-12-13 Jason Merrill <jason@redhat.com>
7773
7774 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7775 library tests.
7776 (check-c++): Just depend on it and check-target-libstdc++-v3.
7777 * Makefile.in: Regenerate.
7778
7779 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7780
7781 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7782 * Makefile.in: Regenerate.
7783
7784 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7785
7786 * COPYING.NEWLIB: Update list of alternate Regent of California
7787 licenses and discuss official revoking of advertising clause.
7788 * COPYING.LIBGLOSS: Ditto.
7789
7790 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7791
7792 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7793 * Makefile.in: Rebuilt.
7794
7795 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7796
7797 * configure: Fix bug put in by gremlins.
7798
7799 * Makefile.tpl: Substitute more autoconfily.
7800 * configure: Substitute more autoconfily.
7801 * Makefile.in: Regenerate.
7802
7803 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7804
7805 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7806 * Makefile.in (all-sim): Ditto.
7807
7808 2002-12-06 DJ Delorie <dj@redhat.com>
7809
7810 * Makefile.tpl: Change configure dependencies to not have real
7811 targets depend on phony targets.
7812
7813 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7814
7815 * configure.in: Revert unintentional change.
7816
7817 * src-release: Configure host subdirs.
7818
7819 * Makefile.tpl: Change dependency for */multilib.out so that
7820 it works when gcc isn't in the tree.
7821
7822 * configure.in: Substitute more.
7823 * configure: Run subconfigures from the Makefile.
7824 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7825 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7826
7827 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7828
7829 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7830 and corresponding dependencies.
7831 * Makefile.in: Regenerate.
7832
7833 * configure.in (host_tools): Order binutils, gas and ld for
7834 convenience in running the testsuites.
7835
7836 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7837 * Makefile.in: Regenerate.
7838 * configure.in: Introduce rules to serialize subconfigure runs.
7839
7840 * configure.in: Introduce BASE_CC_FOR_TARGET.
7841 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7842 Realize configure-build-* targets. Realize configure-target-* targets.
7843 * Makefile.in: Regenerate.
7844
7845 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7846
7847 * configure: Move gcc_version_trigger stuff from here...
7848 * configure.in: ...to here.
7849
7850 * configure.in: Separate subconfigure options added by this file from
7851 options given by the user. Add machinery to put args for host
7852 subconfigures into the Makefile.
7853
7854 * Makefile.tpl: Remove 'vault' targets.
7855 * Makefile.tpl: Reorder and comment dependencies.
7856 * Makefile.in: Regenerate.
7857
7858 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7859
7860 * configure.in: Move host-specific darwin noconfigdirs into
7861 the host-specific section.
7862
7863 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7864
7865 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7866 during replay.
7867 * Makefile.in: Regenerate.
7868
7869 (finishing slow-motion replay)
7870 * configure: Remove skip-this-dir support.
7871 * Makefile.tpl: Remove skip-this-dir support.
7872
7873 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7874 subdirectories.
7875 * Makefile.in: Regenerate.
7876
7877 * Makefile.tpl: Strip out useless setting of 'dir'.
7878 * Makefile.in: Regenerate.
7879
7880 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7881
7882 (finishing slow-motion replay)
7883 * configure.in: Fix deeply stupid bug.
7884
7885 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7886 shell code in CXX_FOR_TARGET
7887 * Makefile.def: Introduce raw_cxx.
7888 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7889 RAW_CXX_FOR_TARGET.
7890 * Makefile.in: Regenerate.
7891
7892 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7893
7894 (finishing slow-motion replay)
7895 * Makefile.tpl: Remove unnecessary ifs.
7896 * Makefile.in: Regenerate.
7897
7898 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7899 dependencies. Maybe-ize build-libiberty. Create dummy install
7900 targets for 'no_install' modules.
7901 * configure: Move GDB_TK substitution to configure.in. Move
7902 build_modules stuff to configure.in.
7903 * configure.in: Implement soft dependency machinery. Maybe-ize
7904 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7905 * Makefile.in: Regenerate.
7906
7907 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7908
7909 (continuing slow-motion replay)
7910 * Makefile.tpl: Make all-target, install-target behave similarly
7911 to all, install (only hitting configured targets). Eliminate
7912 unused macro defintions.
7913
7914 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7915 build != host.
7916
7917 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7918
7919 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7920
7921 * configure.in: Produce lists of subdir targets we're actually
7922 configuring. Remove references to "dosrel".
7923 * Makefile.tpl: Let configure set which subdir targets are hit.
7924 Remove install-cross; clean up install; remove ALL. Remove
7925 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7926 Autogenerate host module targets. Remove empty dependency lines
7927 and redundant dependency; rearrange slightly.
7928 * Makefile.def: Add host-side libtermcap, utils.
7929
7930 * Makefile.in: Regenerate.
7931
7932 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7933
7934 (Continuing slow-motion replay)
7935 * Makefile.def: Add list of recursive targets to autogenerate.
7936 Add build_modules.
7937 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7938 targets. Autogenerate *-build-* targets.
7939 * Makefile.in: Regenerate.
7940
7941 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7942
7943 (Continuing slow-motion replay)
7944 * configure: More autoconf-style substitutions.
7945 * Makefile.tpl: More autoconf-style substitutions.
7946 * Makefile.in: Regenerate.
7947
7948 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7949
7950 (Continuing slow-motion replay)
7951 * configure: Substitute more variables in a more autoconf-friendly
7952 way. Simplify slightly.
7953 * Makefile.tpl: Make more variables substitutable in an
7954 autoconf-friendly way.
7955 * Makefile.in: Regenerate.
7956
7957 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7958
7959 (Continuing slow-motion replay)
7960 * configure.in (v810*): Remove special setting of tools.
7961
7962 * configure: Add support for extra required flags for ar or nm.
7963 * configure.in (aix4.3+): Use above support for target-specific
7964 issues, rather than using config/mt-aix43.
7965
7966 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7967
7968 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7969 * configure: Remove 'removing', which doesn't work. Replace $subdir
7970 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7971 with $srcdir. Reformat indentation. Substitute some variables
7972 formerly hard-coded in the Makefile for build=host.
7973 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7974 * Makefile.def: Autogenerate more.
7975 * Makefile.in: Regenerate.
7976
7977 2002-11-13 Bruce Korb <bkorb@gnu.org>
7978
7979 * Makefile.tpl: syntactic cleanup
7980
7981 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7982
7983 * Makefile.def (host_modules): Add rda.
7984 * Makefile.in: Regenerate.
7985 * configure.in (target_tool): Add target-rda to list.
7986
7987 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7988
7989 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7990 and restrap targets to this rule.
7991 * Makefile.in: Regenerate.
7992
7993 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7994
7995 * configure.in (i[3456]86-*-linux*): Add check to disable
7996 ${libgcj} for glibc1.
7997
7998 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7999
8000 * configure.in: Add tic4x target.
8001
8002 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8003
8004 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8005 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8006 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8007 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8008 * Makefile.in: Regenerate.
8009
8010 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8011
8012 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8013 * Makefile.in: Regenerate.
8014
8015 * Makefile.def: Remove order dependency comments.
8016 * Makefile.tpl: Add explicit install-install dependencies.
8017 * Makefile.in: Regenerate.
8018
8019 * Makefile.tpl: Remove material now in src-release. (Finally!)
8020 * Makefile.in: Regenerate.
8021
8022 * configure: Restore my original patch by syncing with gcc version.
8023
8024 * Bring following over from gcc:
8025
8026 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8027
8028 * configure.in (s390*-*-linux*): Enable libgcj.
8029
8030 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8031
8032 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8033
8034 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8035
8036 * configure: Move stray lines back to where they belong.
8037
8038 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8039
8040 * Makefile.tpl: Insert configure-target target, for src-release.
8041
8042 * configure: Finish reverting change which Andrew Cagney started
8043 reverting. Should fix bustage.
8044
8045 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8046 * src-release: New file. Contains material for making net
8047 releases for gdb, binutils, et al., formerly in Makefile.in.
8048
8049 2002-09-30 Nick Clifton <nickc@redhat.com>
8050
8051 * cpu: New top level directory. Intended to hold input files for
8052 CGEN which have FSF copyright assignment.
8053 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8054
8055 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8056
8057 Revert below (note that src does not contain Makefile.tpl):
8058 * Makefile.tpl: Make subsituted variables more autoconfy.
8059 * Makefile.in: Regenerate.
8060
8061 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8062
8063 * configure: Revert accidentally applied changes.
8064
8065 * Makefile.tpl: Make more autoconf-friendly.
8066 * Makefile.in: Regenerate.
8067 * configure: Make substitution more autoconf-like.
8068
8069 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8070
8071 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8072 single entry to handle all these.
8073 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8074 libjava on arm-*-elf.
8075
8076 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8077
8078 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8079 things that depend on them.
8080
8081 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8082
8083 * Makefile.tpl: Make subsituted variables more autoconfy.
8084 * Makefile.in: Regenerate.
8085 * configure: Make seds more autoconfy.
8086
8087 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8088
8089 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8090 * Makefile.in: Regenerate.
8091 * configure.in: Rewrite sed statements to look autoconfy.
8092
8093 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8094 all-target-foo on configure-target-foo.
8095 * Makefile.def: Ditto.
8096 * Makefile.in: Rebuild.
8097
8098 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8099
8100 * Makefile.def: New file.
8101 * Makefile.tpl: New file.
8102 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8103
8104 * configure.in: Minor rearrangement. Simplify tests.
8105
8106 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8107
8108 * configure.in (with_headers): Skip copy if value is "yes".
8109 (with_libs): Likewise.
8110
8111 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8112
8113 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8114 * configure.in (sh*-*-pe*): Ditto.
8115 * configure.in (mips*-*-pe*): Ditto.
8116 * configure.in (*arm-wince-pe): Ditto.
8117
8118 * configure.in: Rearrange.
8119
8120 2002-09-12 Nick Clifton <nickc@redhat.com>
8121
8122 * Import these changes from the config master repository:
8123
8124 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8125
8126 * config.sub: Add tic4x target.
8127
8128 2002-09-03 Ben Elliston <bje@redhat.com>
8129
8130 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8131 Reported by <Duncan_Stodart@insession.com>.
8132
8133 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8134
8135 * COPYING.NEWLIB: More updates.
8136
8137 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8138
8139 * COPYING.NEWLIB: Update.
8140
8141 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8142
8143 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8144
8145 * config.guess: Import version 2002-08-23.
8146 * config.sub: Import version 2002-08-22.
8147
8148 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8149
8150 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8151 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8152 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8153
8154 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8155
8156 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8157
8158 2002-08-04 H.J. Lu (hjl@gnu.org)
8159
8160 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8161
8162 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8163
8164 * configure.in: Move generic linux case to end. Copy generic
8165 linux noconfigdirs to mips*-*-linux* entry and new
8166 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8167
8168 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8169
8170 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8171 one instance of them which was missed to the list to update.
8172
8173 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8174
8175 * config.guess: Update to 2002-07-09 version.
8176 * config.sub: Update to 2002-07-03 version.
8177
8178 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8179
8180 * configure.in: Remove two redundant tests.
8181
8182 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8183
8184 * configure.in (mips*-*-irix6*o32): Enable stabs.
8185
8186 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8187
8188 * configure.in: Don't build grez.
8189 * Makefile.in: Ditto.
8190
8191 * Makefile.in: Remove references to bsp, cygmon, libstub.
8192 * configure.in: Ditto.
8193
8194 * configure.in: Remove leftover reference to gdbtest.
8195
8196 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8197
8198 * configure.in (gxx_include_dir): Change to match versioned
8199 C++ headers if --enable-version-specific-runtime-libs is used.
8200
8201 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8202
8203 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8204
8205 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8206
8207 * configure.in: Make --without-x work.
8208
8209 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8210
8211 * contrib: New directory. Created to contain a copy of the
8212 texi2pod.pl script so that it is in the same place as the version in
8213 the FSF GCC sources.
8214
8215 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8216
8217 * configure.in: Rearrange target Makefile fragment collection.
8218
8219 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8220 cvs[src].
8221 * configure.in: Ditto.
8222
8223 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8224
8225 * Makefile.in: Eliminate 'apache' targets.
8226 * configure.in: Eliminate 'apache' targets.
8227
8228 * configure.in: Eliminate redundant tests. Reorganize.
8229
8230 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8231
8232 * config-ml.in: Eliminate references to Cygnus configure.
8233
8234 * Makefile.in: Eliminate references to building emacs.
8235
8236 2002-07-01 Denis Chertykov <denisc@overta.ru>
8237
8238 * configure.in: Add support for ip2k.
8239
8240 2002-06-24 Ben Elliston <bje@redhat.com>
8241
8242 * configure.in (host_tools): Remove cgen.
8243
8244 * Makefile.in (all-cgen): Remove; runs from its source directory.
8245 (check-cgen, install-cgen, clean-cgen): Likewise.
8246 (all-opcodes): No not depend on all-cgen.
8247 (all-sim): Likewise.
8248
8249 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8250
8251 * configure.in: Fix AIX configury bug.
8252
8253 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8254
8255 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8256
8257 * configure.in: Move definition of libstdcxx_flags right above
8258 usage, rather than way earlier.
8259
8260 * configure.in: Pull definition of is_cross_compiler earlier.
8261
8262 * configure.in: Rearrange a little.
8263
8264 * configure.in: Remove references to librx.
8265 * Makefile.in: Remove references to librx.
8266
8267 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8268
8269 * configure.in: Eliminate ${gasdir} variable.
8270
8271 2002-06-18 Dave Brolley <brolley@redhat.com>
8272
8273 * configure.in: Add support for frv.
8274 * config.sub: Add support for frv.
8275
8276 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8277
8278 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8279
8280 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8281
8282 * configure.in (vax-*-netbsd*): Re-enable gas.
8283
8284 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8285
8286 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8287 BUILD_PREFIX_1, to correct nomenclature.
8288 * configure: Likewise.
8289
8290 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8291 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8292
8293 2002-05-31 Olaf Hering <olh@suse.de>
8294
8295 * config-ml.in: Propogate DESTDIR also.
8296
8297 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8298
8299 * configure.in (vax-*-netbsd*): Don't build gas for this
8300 platform.
8301
8302 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8303
8304 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8305 and libgcj for AVR.
8306
8307 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8308
8309 * config.sub: Add DLX target.
8310
8311 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8312
8313 * config.guess: Update to 2002-05-22 version.
8314 * config.sub: Likewise.
8315
8316 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8317
8318 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8319 * config-ml.in: Likewise.
8320 * configure: Likewise.
8321 * configure.in: Likewise.
8322
8323 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8324
8325 * configure.in: Simplify makefile fragment collection.
8326
8327 * configure.in: Remove code to build emacs.
8328
8329 * configure.in : Remove --srcdir argument from targargs and buildargs
8330 (it's always overridden in the Makefile anyway). Rearrange a bit.
8331
8332 * configure: Move some logic to configure.in.
8333 * configure.in: Move some logic from configure.
8334
8335 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8336
8337 * COPYING.LIBGLOSS: New file.
8338
8339 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8340
8341 * Makefile.in: Honour DESTDIR.
8342
8343 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8344
8345 * configure.in (noconfigdirs): Don't disable libgcj on
8346 sparc64-*-solaris* and sparcv9-*-solaris*.
8347
8348 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8349
8350 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8351
8352 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8353
8354 * configure.in (FLAGS_FOR_TARGET): Do not add
8355 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8356 on i[3456]86-*-linux*.
8357
8358 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8359
8360 * configure.in (noconfigdirs): Replace [ ] with test.
8361
8362 * configure.in (noconfigdirs): Do not add target-newlib if
8363 target == i[3456]86-*-linux*, and host == target.
8364
8365 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8366
8367 * config.guess: Updated to 2002-04-26's version.
8368 * config.sub: Updated to 2002-04-26's version.
8369
8370 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8371
8372 * configure.in: delete reference to absent file
8373
8374 * configure.in: replace '[' with 'test'
8375
8376 * configure.in: Eliminate references to gash.
8377 * Makefile.in: Eliminate references to gash.
8378
8379 * configure.in: remove useless references to 'pic' makefile fragments.
8380
8381 * configure.in: (*-*-windows*) Finish removing.
8382
8383 * configure.in: Eliminate redundant test for libgui.
8384
8385 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8386
8387 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8388 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8389
8390 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8391
8392 * configure.in: remove references to dead files
8393
8394 2002-04-18 Tom Tromey <tromey@redhat.com>
8395
8396 * configure.in: Disallow configuring libgcj when it is already
8397 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8398 Solaris 2.8 by default. For PR libgcj/6158.
8399
8400 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8401
8402 * configure.in: Move default CC setting out of config/mh-* fragments
8403 directly into here.
8404
8405 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8406
8407 * configure.in: don't even try to configure or make a subdirectory
8408 if there's no configure script for it.
8409
8410 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8411
8412 * MAINTAINERS: Remove chill maintainers.
8413 * Makefile.in (CHILLFLAGS): Remove.
8414 (CHILL_LIB): Remove.
8415 (TARGET_CONFIGDIRS): Remove libchill.
8416 (CHILL_FOR_TARGET): Remove.
8417 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8418 CHILL_LIB.
8419 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8420 (CHECK_TARGET_MODULES): Likewise.
8421 (INSTALL_TARGET_MODULES): Likewise.
8422 (CLEAN_TARGET_MODULES): Likewise.
8423 (configure-target-libchill): Remove.
8424 (all-target-libchill): Remove.
8425 * configure.in (target_libs): Remove target-libchill.
8426 Do not compute CHILL_FOR_TARGET.
8427 * libchill: Remove directory.
8428
8429 2002-04-15 DJ Delorie <dj@redhat.com>
8430
8431 * Makefile.in, configure.in, configure: Sync with gcc, entries
8432 follow...
8433
8434 2002-04-08 Tom Tromey <tromey@redhat.com>
8435
8436 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8437 Fixes PR libgcj/6068.
8438
8439 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8440
8441 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8442
8443 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8444
8445 * configure.in (alpha*-dec-osf*): Enable libgcj.
8446
8447 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8448
8449 Fix for: PR bootstrap/3591, target/5676
8450 * configure.in (mcore-pe): Disable the configuration of
8451 libstdc++-v3 since exceptions are not supported.
8452
8453 2002-03-20 Anthony Green <green@redhat.com>
8454
8455 * configure.in: Enable libgcj for xscale-elf target.
8456
8457 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8458
8459 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8460 libjava.
8461 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8462
8463 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8464
8465 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8466 libstdc++-v3 and libjava.
8467
8468 2002-02-11 Adam Megacz <adam@xwt.org>
8469
8470 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8471 boehm-gc
8472
8473 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8474
8475 * config.guess: Updated to 2002-01-30's version.
8476 * config.sub: Updated to 2002-02-01's version.
8477 Contribute sh64-elf.
8478 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8479 * configure.in: Added sh64-*-*.
8480
8481 2002-01-17 H.J. Lu <hjl@gnu.org>
8482
8483 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8484 (all-target-fastjar): Also depend on all-target-libiberty.
8485
8486 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8487
8488 * configure, configure.in: Use temp file for long sed commands.
8489
8490 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8491
8492 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8493 libf2c.
8494
8495 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8496
8497 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8498
8499 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8500
8501 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8502
8503 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8504
8505 * configure: Handle temporary files securely using mkdir.
8506
8507 2001-09-26 Will Cohen <wcohen@redhat.com>
8508
8509 * configure.in (*-*-linux*): Disable configuration of target-newlib
8510 and target-libgloss.
8511
8512 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8513
8514 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8515 RANLIB.
8516
8517 2001-08-11 Graham Stott <grahams@redhat.com>
8518
8519 * Makefile.in (check-c++): Add missing semicolon.
8520
8521 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8522
8523 * configure.in (sh-*-linux*): New.
8524
8525 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8526
8527 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8528 and libgcj on m68hc11/m68hc12.
8529
8530 2001-06-27 H.J. Lu (hjl@gnu.org)
8531
8532 * Makefile (CFLAGS_FOR_BUILD): New.
8533 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8534
8535 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8536
8537 * configure.in (libstdcxx_flags): Do not try to execute
8538 libstdc++-v3/testsuite_flags until it exists.
8539
8540 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8541
8542 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8543
8544 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8545
8546 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8547
8548 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8549
8550 * configure.in: Move *-chorusos target case to the proper switch.
8551 Disable libgcj.
8552
8553 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8554
8555 * Makefile.in (STAGE1_CFLAGS): Pass down.
8556
8557 2001-04-13 Alan Modra <amodra@one.net.au>
8558
8559 * config.guess: Add hppa64-linux support. Note for next import that
8560 this is already in the master file.
8561 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8562
8563 2001-03-22 Colin Howell <chowell@redhat.com>
8564
8565 * Makefile.in (DO_X): Do not backslash single-quotes in
8566 backquotes (two places).
8567
8568 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8569
8570 * Makefile.in (DO_X): Quote nested quotes.
8571
8572 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8573
8574 * Makefile.in (DO_X): Use double quotes for quoting
8575 "RANLIB=$${RANLIB}".
8576
8577 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8578
8579 * configure.in: Only use `lang_requires' for languages athat are
8580 actually enabled.
8581
8582 2001-03-07 Tom Tromey <tromey@redhat.com>
8583
8584 * configure.in: Allow config-lang.in to set `lang_requires' to list
8585 of other required languages.
8586
8587 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8588
8589 * Makefile.in: Remove RANLIB definition. Use RANLIB
8590 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8591 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8592
8593 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8594 Alexandre Oliva <aoliva@redhat.com>
8595
8596 * Makefile.in (check-c++): Use tabs, not spaces.
8597
8598 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8599
8600 * Makefile.in (check-c++): New rule.
8601
8602 * configure.in (target_libs): Remove libg++.
8603 (noconfigdirs): Remove libg++.
8604 (noconfigdirs): Same.
8605 (noconfigdirs): Same.
8606 (noconfigdirs): Same.
8607
8608 * config-ml.in: Remove libg++ references.
8609
8610 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8611 (ALL_TARGET_MODULES): Same.
8612 (configure-target-libg++): Remove.
8613 (all-target-libg++): Remove.
8614 (configure-target-libio): Remove.
8615 (all-target-libio): Remove.
8616 (check-target-libio): Remove.
8617 (.PHONY): Remove.
8618 (libg++.tar.bz2): Remove.
8619 (all-target-cygmon): Remove libio.
8620 (all-target-libstdc++): Remove.
8621 (configure-target-libstdc++): Remove.
8622 (TARGET_LIB_PATH): Remove libstdc++.
8623 (ALL_GCC_CXX): Remove libstdc++.
8624 (all-target-gperf): Correct.
8625
8626 2001-02-15 Anthony Green <green@redhat.com>
8627
8628 * configure: Introduce GCJ_FOR_TARGET.
8629 * configure.in: Ditto.
8630 * Makefile.in: Ditto.
8631
8632 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8633
8634 * configure.in: for *-chorusos, don't config target-newlib and
8635 target-libgloss.
8636
8637 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8638
8639 Remove V2 C++ library.
8640 * configure.in: Remove --enable-libstdcxx_v3 support.
8641
8642 2001-01-27 Richard Henderson <rth@redhat.com>
8643
8644 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8645
8646 2001-01-26 Tom Tromey <tromey@redhat.com>
8647
8648 * configure.in: Allow libgcj to be built on Sparc Solaris.
8649
8650 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8651
8652 * configure.in: Enable libgcj on several additional platforms.
8653
8654 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8655
8656 * configure.in: Enable libgcj for linux targets.
8657
8658 2001-01-09 Mike Stump <mrs@wrs.com>
8659
8660 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8661 failures of subdirectories.
8662
8663 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8664
8665 * configure: handle DOS-style absolute paths.
8666
8667 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8668
8669 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8670
8671 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8672
8673 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8674 (libstdcxx_incdir): Pass down.
8675 * config.if: Remove expired bits for cxx_interface, add stub.
8676 (libstdcxx_incdir): Add variable for g++ include directory.
8677 * configure.in (gxx_include_dir): Use it.
8678
8679 2000-12-15 Andreas Jaeger <aj@suse.de>
8680
8681 * configure.in: Handle lang_dirs.
8682
8683 2000-12-13 Anthony Green <green@redhat.com>
8684
8685 * configure.in: Disable libgcj for any target not specifically
8686 listed. Disable libgcj for x86 and Alpha Linux until compatible
8687 with g++ abi.
8688
8689 2000-12-13 Mike Stump <mrs@wrs.com>
8690
8691 * Makefile.in (local-distclean): Also remove fastjar.
8692
8693 2000-12-10 Anthony Green <green@redhat.com>
8694
8695 * configure.in: Define libgcj. Disable libgcj target libraries for
8696 most targets.
8697
8698 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8699
8700 * configure.in (target_libs): Revert 2000-12-08 patch.
8701 (noconfigdirs): Added target-libjava.
8702
8703 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8704
8705 * Makefile.in: handle DOS-style absolute paths.
8706
8707 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8708
8709 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8710 libjava.
8711 * configure.in (target_libs): Removed `target-libjava'.
8712
8713 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8714
8715 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8716 (ALL_MODULES): Added fastjar.
8717 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8718 (all-target-libjava): all-fastjar replaces all-zip.
8719 (all-fastjar): Added.
8720 (configure-target-fastjar, all-target-fastjar): Likewise.
8721 * configure.in (host_tools): Added fastjar.
8722
8723 2000-12-07 Mike Stump <mrs@wrs.com>
8724
8725 * Makefile.in (local-distclean): Remove leftover built files.
8726
8727 2000-11-16 Fred Fish <fnf@be.com>
8728
8729 * configure.in (enable_libstdcxx_v3): Fix typo,
8730 libstd++ -> libstdc++.
8731
8732 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8733
8734 * configure: Provide the original toplevel configure arguments
8735 (including $0) to subprocesses in the environment rather than
8736 through gcc/configargs.h.
8737
8738 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8739
8740 * configure: Turn on libstdc++ V3 by default.
8741
8742 2000-10-16 Michael Meissner <meissner@redhat.com>
8743
8744 * configure (gcc/configargs.h): Only create if there is a build GCC
8745 directory created.
8746
8747 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8748
8749 * configure: Save configure arguments to gcc/configargs.h.
8750
8751 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8752
8753 * Makefile.in (bootstrap): avoid recursion if subdir missing
8754 (cross): ditto
8755 (do-proto-toplev): ditto
8756
8757 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8758
8759 * configure.in: Do not build byacc for hppa64. Provide paths to the
8760 X11 libraries for hppa64.
8761
8762 2000-09-02 Anthony Green <green@cygnus.com>
8763
8764 * Makefile.in (all-gcc): Depend on all-zlib.
8765 (CLEAN_MODULES): Add clean-zlib.
8766 (ALL_MODULES): Add all-zlib.
8767 * configure.in (host_libs): Add zlib.
8768
8769 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8770
8771 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8772 $targargs to tell whether newlib is going to be built.
8773
8774 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8775 $$r/TARGET_SUBDIR/libio for _G_config.h.
8776
8777 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8778
8779 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8780
8781 * configure: Make enable_threads and enable_shared defaults
8782 explicit. Substitute enable_threads into generated Makefiles.
8783 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8784 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8785
8786 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8787
8788 * configure.in: Re-enable all references to libg++ and librx.
8789
8790 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8791
8792 * configure.in: Add *-*-freebsd* configurations.
8793
8794 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8795
8796 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8797 (do-tar, do-bz2): New rules.
8798 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8799 (gdb-tar): New rule.
8800 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8801 (insight_dejagnu.tar): New rule.
8802 (insight.tar): New rule.
8803 (gdb+dejagnu.tar): New rule.
8804 (gdb.tar): New rule.
8805
8806 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8807
8808 * MAINTAINERS: Update dejagnu/
8809
8810 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8811
8812 * ltmain.sh (relink_command): Fix typo in previous change.
8813
8814 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8815
8816 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8817 (relink_command): Added --tag flags.
8818 (mode=install): If relinking fails; error out.
8819
8820 2002-03-12 Richard Henderson <rth@redhat.com>
8821
8822 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8823 .NOTPARALLEL tag.
8824 (do-check): Rename from check.
8825 (check): Allow parallel check.
8826
8827 2002-03-11 Richard Henderson <rth@redhat.com>
8828
8829 * Makefile.in (.NOTPARALLEL): Add fake tag.
8830
8831 2002-03-07 H.J. Lu (hjl@gnu.org)
8832
8833 * configure.in: Enable gprof for mips*-*-linux*.
8834
8835 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8836
8837 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8838 libjava.
8839 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8840
8841 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8842
8843 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8844
8845 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8846
8847 * config.guess: Import from master sources, rev 1.232.
8848 * config.sub: Import from master sources, rev 1.246.
8849
8850 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8851
8852 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8853 because its Makefile is there; test for the executable instead.
8854
8855 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8856
8857 Contribute sh64-elf.
8858 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8859 * configure.in: Added sh64-*-*.
8860
8861 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8862
8863 * COPYING.NEWLIB: Remove advertising clause from
8864 Berkeley and Red Hat licenses.
8865
8866 2002-02-01 Mo DeJong <supermo@bayarea.net>
8867
8868 * Makefile.in: Add all-tix to deps for all-snavigator
8869 so that tix is built when building snavigator.
8870
8871 2002-02-01 Ben Elliston <bje@redhat.com>
8872
8873 * config.guess: Import from master sources, rev 1.229.
8874 * config.sub: Import from master sources, rev 1.240.
8875
8876 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8877
8878 From Steve Ellcey <sje@cup.hp.com>:
8879 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8880 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8881 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8882 IA64.
8883 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8884 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8885 soname_spec, sys_lib_search_path_spec): Ditto.
8886
8887 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8888
8889 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8890 target-libiberty, and target-libgloss. Skip Java-related
8891 libraries if not supported for NetBSD on target CPU.
8892
8893 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8894
8895 * configure.in: Import StrongARM and XScale target_configdirs from
8896 FSF GCC version.
8897
8898 2002-01-16 H.J. Lu (hjl@gnu.org)
8899
8900 * config.guess: Import from master sources, rev 1.225.
8901 * config.sub: Import from master sources, rev 1.238.
8902
8903 * MAINTAINERS: Updated notes on config.guess and config.sub.
8904
8905 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8906
8907 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8908 ld and gdb are not supported.
8909
8910 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8911
8912 * Change reference to Cygnus Solutions to be Red Hat.
8913
8914 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8915
8916 * COPYING.NEWLIB: Update generic copyright date.
8917
8918 2002-01-07 Mark Salter <msalter@redhat.com>
8919
8920 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8921 Allow target-libgloss to be built for arm, strongarm, and xscale.
8922
8923 2002-01-03 Ben Elliston <bje@redhat.com>
8924
8925 * MAINTAINERS: Update URL for config.* scripts.
8926
8927 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8928
8929 * config.sub: Import latest version.
8930 * config.guess: Likewise.
8931
8932 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8933
8934 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8935 options for i[3456]86-pc-linux* native builds.
8936
8937 2001-12-05 Laurent Guerby <guerby@acm.org>
8938
8939 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8940 libiberty.
8941
8942 Import this patch from gcc:
8943
8944 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8945
8946 * symlink-tree: handle DOS-style absolute paths.
8947
8948 2001-11-28 DJ Delorie <dj@redhat.com>
8949 Zack Weinberg <zack@codesourcery.com>
8950
8951 When build != host, create libiberty for the build machine.
8952
8953 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8954 CONFIG_ARGUMENTS.
8955 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8956 New variables.
8957 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8958 and rules.
8959 (all.normal): Depend on ALL_BUILD_MODULES.
8960 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8961 (all-build-libiberty): Depend on configure-build-libiberty.
8962
8963 * configure: Calculate and substitute proper value for
8964 ALL_BUILD_MODULES.
8965 * configure.in: Create the build subdirectory.
8966 Calculate and substitute TARGET_CONFIGARGS (formerly
8967 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8968
8969 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8970
8971 * config.sub: Update to version 1.232 on subversion.
8972
8973 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8974
8975 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8976 files from .po files for a distribution.
8977
8978 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8979
8980 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8981
8982 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8983
8984 Merged from net gcc:
8985 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8986 * ltcf-c.sh: Use $objext, not $ac_objext.
8987 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8988 * ltcf-cxx.sh: Add support for GNU.
8989 2001-07-22 Timothy Wall <twall@redhat.com>
8990 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8991 default settings if using GNU tools with that configuration.
8992 * ltcf-cxx.sh: Ditto.
8993 * ltcf-gcj.sh: Ditto.
8994 2001-07-21 Michael Chastain <chastain@redhat.com>
8995 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8996 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8997 * ltmain.sh: Mark as gcc-local.
8998
8999 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9000
9001 * Makefile.in (all-bison): Revert 2001-10-24.
9002 Don't depend on texinfo.
9003
9004 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9005
9006 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9007
9008 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9009
9010 * configure.in (--enable-languages): Be more permissive about
9011 syntax. Check for empty lists better. Warn about $LANGUAGES.
9012
9013 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9014
9015 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9016
9017 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9018
9019 Makefile.in (all-bison): Don't depend on texinfo.
9020
9021 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9022
9023 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9024
9025 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9028
9029 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9030
9031 * config.sub, config.guess: Import latest from subversions.
9032
9033 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9034
9035 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9036 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9037 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9038 avoid quotes nesting problems.
9039 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9040 (DO_X): Export only variables that are set.
9041
9042 2001-09-19 Ben Elliston <bje@redhat.com>
9043
9044 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9045 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9046 semantics. Use the shell built-in "type" command instead.
9047
9048 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9049
9050 * config.sub: Reverted the earlier change, this version is not the
9051 master file.
9052
9053 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9054
9055 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9056 Add support for mips64.
9057
9058 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9059
9060 * configure.in: Enable libstdc++-v3 for h8300 targets.
9061
9062 2001-08-30 Eric Christopher <echristo@redhat.com>
9063 Jason Eckhardt <jle@redhat.com>
9064
9065 * config.sub: Add support for mipsisa32.
9066
9067 2001-08-30 Eric Christopher <echristo@redhat.com>
9068
9069 * config.sub, config.guess: Import latest from subversions.
9070
9071 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9072
9073 * config.sub, config.guess: Import latest from subversions.
9074
9075 2001-07-26 DJ Delorie <dj@redhat.com>
9076
9077 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9078
9079 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9080
9081 * Makefile.in: Revert 2001-06-17.
9082 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9083
9084 2001-06-17 H.J. Lu <hjl@gnu.org>
9085
9086 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9087 (gas+binutils.tar.bz2): Likewise.
9088 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9089
9090 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9091
9092 * Makefile.in (VER): When present, extract the version number from
9093 the file version.in.
9094
9095 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9096
9097 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9098 gcc/xgcc is built, use -print-prog-name to find out the program
9099 name to use.
9100
9101 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9102
9103 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9104 with_gcc]: Use `gcc -shared' to build a shared library.
9105
9106 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9107
9108 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9109 archives.
9110
9111 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9112
9113 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9114 libraries when using g++ with native linker.
9115
9116 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9117
9118 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9119
9120 2001-05-24 Tom Rix <trix@redhat.com>
9121
9122 * configure.in : enable ld for aix
9123
9124 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9125
9126 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9127 [aix4*|aix5*]: Prepend blank.
9128
9129 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9130
9131 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9132 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9133 of subdir/configure scripts to use the new libtool.m4.
9134
9135 2001-05-14 H.J. Lu <hjl@gnu.org>
9136
9137 * config.if (libc_interface): Set to -libc6.2- for cross
9138 compiling to Linux/glibc 2.2.
9139
9140 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9141
9142 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9143 libgcj.
9144
9145 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9146
9147 * configure.in (noconfigdirs): Don't reset it from scratch in the
9148 target case; only append to it.
9149
9150 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9151
9152 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9153 sparc-*-solaris2.8]: Disable ${libgcj}.
9154
9155 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * configure.in (libgcj_saved): Copy from $libgcj.
9158 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9159 --disable-libgcj.
9160
9161 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9162
9163 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9164 1.641.2.228.
9165
9166 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9167
9168 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9169 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9170
9171 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9172
9173 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9174 New macros.
9175 (bootstrap, cross): Use RECURSE_FLAGS.
9176 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9177
9178 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9179
9180 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9181
9182 2001-03-23 Nick Clifton <nickc@redhat.com>
9183
9184 * README-maintainer-mode: Add note about inability to use "make
9185 distclean" in maintainer mode.
9186
9187 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9188
9189 Re-installed:
9190 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9191 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9192 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9193 * ltcf-cxx.sh: Likewise.
9194 * ltcf-gcj.sh: Likewise.
9195
9196 2001-03-22 Philip Blundell <philb@gnu.org>
9197
9198 * config.sub, config.guess: Import latest from subversions.
9199
9200 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9201
9202 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9203 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9204
9205 2001-03-20 Michael Chastain <chastain@redhat.com>
9206
9207 * Makefile.in: all-m4 depends on all-texinfo.
9208
9209 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9210
9211 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9212
9213 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9214
9215 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9216 longer valid.
9217
9218 2001-02-16 Nick Clifton <nickc@redhat.com>
9219
9220 * configure.in (noconfigdirs): Allow configuration of texinfo
9221 for Cygwin hosts.
9222
9223 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9224
9225 * config.guess: Add linux target for S/390.
9226 * config.sub: Likewise.
9227 * configure.in: Likewise.
9228
9229 2001-02-06 Ben Elliston <bje@redhat.com>
9230
9231 * configure: Output host type to stdout, not stderr.
9232
9233 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9234
9235 * config.guess: Import from subversions.gnu.org (revision 1.181).
9236 * config.sub: Import from subversions.gnu.org (revision 1.199).
9237
9238 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9239
9240 * config.guess: Handle hppa64-linux systems.
9241
9242 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9243
9244 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9245 Don't unset, it's non-portable and no longer necessary, set to empty
9246 instead.
9247
9248 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9249
9250 * ltconfig: Shell portability fix for the tagname validity check.
9251
9252 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9253
9254 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9255
9256 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9257
9258 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9259 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9260
9261 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9262
9263 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9264 keep at least one of build_libtool_libs or build_old_libs set to
9265 yes.
9266
9267 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9268
9269 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9270 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9271
9272 2000-11-07 Philip Blundell <pb@futuretv.com>
9273
9274 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9275
9276 2000-11-03 Philip Blundell <pb@futuretv.com>
9277
9278 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9279 files.
9280
9281 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9282
9283 * COPYING.NEWLIB: Put into source repository.
9284
9285 2001-01-15 Ben Elliston <bje@redhat.com>
9286
9287 * configure.in (host_tools): Add sid.
9288 Always configure cgen.
9289 * Makefile.in (all-sid): New target.
9290 (check-sid, clean-sid, install-sid): Likewise.
9291
9292 2001-01-07 Andreas Jaeger <aj@suse.de>
9293
9294 * config.sub, config.guess: Update from subversions.
9295
9296 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9297
9298 * configure.in: Disable language-specific target libraries for
9299 languages that aren't enabled.
9300
9301 2000-11-24 Nick Clifton <nickc@redhat.com>
9302
9303 * configure.in (xscale-elf): Add target.
9304 (xscale-coff): Add target.
9305 (c4x, c5x, tic54x): Move after ARM targets.
9306
9307 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9308
9309 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9310
9311 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9312
9313 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9314
9315 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9316
9317 * Makefile.in: Merge with GCC and libgcj.
9318 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9319 configure-target-<library> when their configure scripts need the C
9320 or C++ library to have already been built to work properly.
9321 (do_proto_toplev): Set them to an empty string.
9322
9323 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9324
9325 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9326 (REALLY_SET_LIB_PATH): Use them.
9327
9328 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9329
9330 * config.sub: Add support for Sun Chorus
9331
9332 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9333
9334 * config.sub: Add support for the *-storm-chaos OS.
9335
9336 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9337
9338 * configure.in (noconfigdirs): Don't compile some
9339 of the libraries for 68HC11 & 68hc12 targets.
9340
9341 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9342
9343 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9344 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9345 all affected `configure' scripts.
9346
9347 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9348
9349 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9350 ltcf-c.sh.
9351
9352 2000-09-12 Philip Blundell <philb@gnu.org>
9353
9354 * config.sub, config.guess: Update from subversions.
9355
9356 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9357
9358 * Makefile.in (all-zlib): Added dummy target.
9359
9360 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9361 multi-language branch.
9362
9363 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9364
9365 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9366 (bootstrap*): Depend on all-bootstrap.
9367
9368 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9369
9370 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9371 crosses, but add gcc/include to the header search path for them.
9372
9373 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9374
9375 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9376 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9377 * gettext.m4: New file, extracted from aclocal.m4.
9378
9379 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9380
9381 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9382 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9383 sub-configures.
9384
9385 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9386
9387 * Makefile.in (ALL_MODULES): Add all-cgen.
9388 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9389 (all-cgen): New target.
9390 (all-opcodes,all-sim): Depend on all-cgen.
9391 * configure.in (host_tools): Add cgen.
9392 Only configure cgen if --enable-cgen-maint.
9393
9394 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9395
9396 * config-ml.in (CC, CXX): Don't introduce a leading space.
9397
9398 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9399
9400 * configure.in (libstdcxx_flags): Use
9401 libstdc++-v3/src/libstdc++.INC.
9402
9403 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9404
9405 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9406
9407 2000-08-11 Jason Merrill <jason@redhat.com>
9408
9409 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9410 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9411 (FLAGS_FOR_TARGET): Not here.
9412 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9413
9414 2000-08-07 DJ Delorie <dj@redhat.com>
9415
9416 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9417 "if we're also building gcc, and it's a gcc that will run on the
9418 build machine, we want to use its includes instead of the system's
9419 default includes".
9420
9421 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9422
9423 * configure.in (libstdcxx_flags): Don't use `"'.
9424
9425 * config-ml.in: Adjust multilib search paths to the
9426 appropriate multilib tree.
9427
9428 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9429
9430 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9431 commas in $LANGUAGES.
9432
9433 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9434
9435 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9436
9437 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9438
9439 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9440 CXX_FOR_TARGET for sed.
9441
9442 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9443
9444 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9445 Do not override if already set in the environment or in configure.
9446 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9447 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9448
9449 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9450
9451 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9452 (GCC_FOR_TARGET): Use it.
9453 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9454 * configure.in: ... here.
9455 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9456 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9457
9458 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9459
9460 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9461 (configure-target-libchill, configure-target-libobjc): Likewise.
9462
9463 * configure.in: Use the same cache file for all target libs.
9464 * config-ml.in: But different cache files per multilib variant.
9465
9466 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9467
9468 * configure (topsrcdir): Don't use dirname.
9469
9470 2000-07-20 Jason Merrill <jason@redhat.com>
9471
9472 * configure.in: Remove all references to libg++ and librx.
9473
9474 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9475
9476 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9477
9478 * config.sub: Update to subversions version 2000-07-06.
9479
9480 2000-07-12 Andrew Haley <aph@cygnus.com>
9481
9482 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9483 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9484
9485 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9486
9487 * symlink-tree: Check number of arguments.
9488
9489 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9490
9491 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9492
9493 2000-07-05 Jim Wilson <wilson@cygnus.com>
9494
9495 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9496 search path for a g++ extracted from the build tree. This
9497 will allow link tests run by configure scripts in
9498 subdirectories to succeed.
9499
9500 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9501
9502 * ltconfig: Add support for mips-dde-sysv4.2MP
9503
9504 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9505
9506 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9507 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9508
9509 2000-06-19 Timothy Wall <twall@cygnus.com>
9510
9511 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9512 * config.sub: Add tic54x target.
9513
9514 2000-06-07 Phillip Thomas <pthomas@suse.de>
9515
9516 * README-maintainer-mode: New file: Contains notes on using
9517 --enable-maintainer-mode with binutils.
9518
9519 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9520
9521 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9522
9523 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9524
9525 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9526 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9527
9528 20000-05-21 H.J. Lu (hjl@gnu.org)
9529
9530 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9531 directory are used if they exist. Make sure
9532 $(build_tooldir)/include is searched for header files,
9533 $(build_tooldir)/lib/ for library files.
9534 (GCC_FOR_TARGET): Likewise.
9535 (CXX_FOR_TARGET): Likewise.
9536
9537 2000-05-18 Jeffrey A Law (law@cygnus.com)
9538
9539 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9540
9541 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9542
9543 * Makefile.in (configure-target-libiberty): Depend on
9544 configure-target-newlib.
9545
9546 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9547
9548 * configure.in, Makefile.in: Merge all libffi-related
9549 configury stuff from the libgcj tree.
9550
9551 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9552
9553 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9554 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9555
9556 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9557
9558 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9559 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9560 current version information. Add to proto-toplev directory.
9561 (gdb-taz): Build do-djunpack.
9562
9563 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9564
9565 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9566
9567 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9568
9569 * ltmain.sh: Preserve in relink_command any environment
9570 variables that may affect the linker behavior.
9571
9572 2000-05-12 Jeffrey A Law (law@cygnus.com)
9573
9574 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9575
9576 2000-05-10 Jim Wilson <wilson@cygnus.com>
9577
9578 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9579
9580 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9581
9582 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9583 with the version name.
9584
9585 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9586
9587 * config.if: Tweak.
9588
9589 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9590
9591 * djunpack.bat: New file.
9592
9593 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9594
9595 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9596 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9597 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9598 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9599
9600 2000-04-16 Dave Pitts <dpitts@cozx.com>
9601
9602 * config.sub (case $basic_machine): Change default for "ibm-*"
9603 to "openedition".
9604
9605 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9606
9607 * Makefile.in (gdb-taz): New target. GDB specific archive.
9608 (do-md5sum): New target.
9609 (MD5PROG): Define.
9610 (PACKAGE): Default to TOOL.
9611 (VER): Default to a shell script.
9612 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9613 md5 checksum generation.
9614 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9615 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9616 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9617 insight.tar.bz2): Use gdb-taz to create archive.
9618
9619 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9620
9621 * configure (warn_cflags): Delete.
9622
9623 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9624 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9625
9626 * configure.in (enable_libstdcxx_v3): Add.
9627 (target_libs): Add bits here to switch between libstdc++-v2 and
9628 libstdc++-v3.
9629 * config.if: And this file too.
9630 * Makefile.in: Add libstdc++-v3 targets.
9631
9632 2000-04-05 Michael Meissner <meissner@redhat.com>
9633
9634 * config.sub (d30v): Add d30v as a basic machine type.
9635
9636 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9637
9638 * configure.in: -linux-gnu*, not -linux-gnu.
9639
9640 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9641
9642 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9643 (do-tar-bz2): Replace TOOL with PACKAGE.
9644 (gdb.tar.bz2): Remove GDBTK from GDB package.
9645 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9646 dejagnu.tar.bz2): New packages.
9647
9648 2000-02-27 Andreas Jaeger <aj@suse.de>
9649
9650 * configure.in: Add entry for mips*-*-linux*, move catch all
9651 *-*-*linux* entry below this one.
9652
9653 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9654
9655 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9656
9657 2000-02-24 Nick Clifton <nickc@cygnus.com>
9658
9659 * config.sub: Support an OS of "wince".
9660
9661 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9662
9663 * config.guess, config.sub: Updated to match config's 2000-02-15
9664 version.
9665
9666 2000-02-23 Linas Vepstas <linas@linas.org>
9667
9668 * config.sub: Add support for Linux/IBM 370.
9669 * configure.in: Likewise.
9670
9671 2000-02-22 Nick Clifton <nickc@cygnus.com>
9672
9673 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9674
9675 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9676
9677 * config.guess: Guess "cygwin" rather than "cygwin32".
9678
9679 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9680
9681 * configure (gcc_version): When setting, narrow search to
9682 lines containing `version_string'.
9683
9684 2000-02-15 Denis Chertykov <denisc@overta.ru>
9685
9686 * config.sub: Add support for avr target.
9687
9688 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9689
9690 * config.sub: Add mmix-knuth-mmixware.
9691
9692 2000-01-27 Christopher Faylor <cgf@redhat.com>
9693
9694 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9695 structure stuff to -L library search.
9696 (CXX_FOR_TARGET): Ditto.
9697 (CROSS_CHECK_MODULES): Fix spelling mistake.
9698
9699 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9700
9701 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9702 the C++ compiler.
9703
9704 2000-01-12 Richard Henderson <rth@cygnus.com>
9705
9706 * configure.in: Don't build some bits for beos.
9707
9708 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9709
9710 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9711 as include files.
9712
9713 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9714
9715 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9716 not mh-aix43.
9717
9718 1999-12-14 Richard Henderson <rth@cygnus.com>
9719
9720 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9721 * config.sub: Accept alphaev[78], alphaev8.
9722
9723 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9724
9725 * config.guess, config.sub: Update from autoconf.
9726
9727 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9728
9729 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9730 necessary libraries are missing.
9731
9732 1999-10-25 Andreas Schwab <schwab@suse.de>
9733
9734 * configure: Fix quoting inside arguments of eval.
9735
9736 1999-10-21 Nick Clifton <nickc@cygnus.com>
9737
9738 * config-ml.in: Allow suppression of some ARM multilibs.
9739
9740 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9741
9742 * config.guess: Add OS/390 match pattern.
9743 * config.sub: Add mvs, openedition targets.
9744 * configure.in (i370-ibm-opened*): New.
9745
9746 1999-09-04 Steve Chamberlain <sac@pobox.com>
9747
9748 * config.sub: Add support for configuring for pj.
9749
9750 1999-08-31 Nick Clifton <nickc@cygnus.com>
9751
9752 * config.sub (maybe_os): Add support for configuring for fr30.
9753
9754 1999-08-25 Nick Clifton <nickc@cygnus.com>
9755
9756 * configure.in: Do not configure or build ld for AIX
9757 platforms. ld is known to be broken on these platforms.
9758
9759 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9760
9761 * config-ml.in: Pass compiler flag corresponding to multidirs to
9762 subdir configures.
9763
9764 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9765
9766 * Makefile.in (LDFLAGS): Define.
9767
9768 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9769
9770 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9771 noconfigdirs.
9772 (*-*-cygwin*): Likewise.
9773
9774 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9775
9776 * mkdep: New file.
9777 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9778 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9779
9780 From Eli Zaretskii <eliz@is.elta.co.il>:
9781 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9782 long file name when using DJGPP on MS-DOS.
9783
9784 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9785
9786 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9787
9788 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9789
9790 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9791 dependency as this causes "make check" to globally "make all"
9792
9793 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9794
9795 * configure.in (target_libs): Added target-zlib.
9796 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9797 (CONFIGURE_TARGET_MODULES): Likewise.
9798 (CHECK_TARGET_MODULES): Likewise.
9799 (INSTALL_TARGET_MODULES): Likewise.
9800 (CLEAN_TARGET_MODULES): Likewise.
9801 (configure-target-zlib): New target.
9802 (all-target-zlib): Likewise.
9803 (all-target-libjava): Depend on all-target-zlib.
9804 (configure-target-libjava): Depend on configure-target-zlib.
9805
9806 * Makefile.in (configure-target-libjava): Depend on
9807 configure-target-newlib.
9808 (configure-target-boehm-gc): New target.
9809 (configure-target-qthreads): New target.
9810
9811 * configure.in (target_libs): Added target-qthreads.
9812 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9813 (CONFIGURE_TARGET_MODULES): Likewise.
9814 (CHECK_TARGET_MODULES): Likewise.
9815 (INSTALL_TARGET_MODULES): Likewise.
9816 (CLEAN_TARGET_MODULES): Likewise.
9817 (all-target-qthreads): New target.
9818 (configure-target-libjava): Depend on configure-target-qthreads.
9819 (all-target-libjava): Depend on all-target-qthreads.
9820
9821 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9822 (CONFIGURE_TARGET_MODULES): Likewise.
9823 (CHECK_TARGET_MODULES): Likewise.
9824 (INSTALL_TARGET_MODULES): Likewise.
9825 (CLEAN_TARGET_MODULES): Likewise.
9826 (all-target-libjava): New target.
9827 (all-target-boehm-gc): Likewise.
9828 * configure.in (target_libs): Added libjava, boehm-gc.
9829
9830 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9831
9832 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9833 configure.bat in SUPPORT_FILES.
9834 (gas+binutils.tar.bz2): Likewise.
9835
9836 * makeall.bat: Remove; obsolete.
9837
9838 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9839
9840 From Mark Elbrecht:
9841 * configure.bat: Remove; obsolete.
9842
9843 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9844
9845 * configure: Add -W -Wall to the default CFLAGS when compiling with
9846 gcc.
9847
9848 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9849
9850 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9851
9852 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9853
9854 * configure.in: Build ld on IRIX6.
9855
9856 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9857
9858 * Makefile.in: Change distribution targets to use bzip2 instead of
9859 gzip.
9860 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9861 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9862
9863 1999-06-04 Nick Clifton <nickc@cygnus.com>
9864
9865 * config.sub: Add mcore target.
9866
9867 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9868
9869 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9870
9871 1999-05-25 H.J. Lu (hjl@gnu.org)
9872
9873 * config.guess (dummy): Changed to $dummy.
9874
9875 1999-05-24 Nick Clifton <nickc@cygnus.com>
9876
9877 * config.sub: Tidied up case statements.
9878
9879 1999-05-22 Ben Elliston <bje@cygnus.com>
9880
9881 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9882 <jiro@din.or.jp>.
9883
9884 * config.guess: Merge with FSF version. Future changes will be
9885 more accurately recorded in this ChangeLog.
9886 * config.sub: Likewise.
9887
9888 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9889
9890 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9891
9892 1999-04-30 Tom Tromey <tromey@cygnus.com>
9893
9894 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9895
9896 1999-04-23 Tom Tromey <tromey@cygnus.com>
9897
9898 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9899
9900 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9901
9902 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9903 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9904 Bad merge removed these two changes.
9905
9906 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9907 Martin Heller (Ing.-Buero_Heller@t-online.de)
9908
9909 * config.guess (interix Alpha): Add.
9910
9911 1999-04-11 Richard Henderson <rth@cygnus.com>
9912
9913 * configure.in (i?86-*-beos*): Do config gperf; don't config
9914 gdb, newlib, or libgloss.
9915
9916 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9917
9918 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9919 link a trivial program with -mabi=64. If it fails, remove mabi=64
9920 from multidirs.
9921
9922 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9923
9924 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9925
9926 1999-04-08 Nick Clifton <nickc@cygnus.com>
9927
9928 * config.sub: Add support for mcore targets.
9929
9930 1999-04-07 Michael Meissner <meissner@cygnus.com>
9931
9932 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9933 not mt-ospace, in order to shut up assembler warning about using
9934 symbols that are named the same as registers.
9935
9936 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9937
9938 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9939 dependency list for all-target-cygmon.
9940
9941 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9942
9943 * config-ml.in: Check $host, not $target, for selective multilibs.
9944 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9945 thumb interworking, and underscore prefix multilibs.
9946
9947 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9948
9949 * missing: Update to version from current automake.
9950
9951 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9952
9953 * configure (gxx_include_dir): Removed.
9954
9955 * configure.in (gxx_include_dir): Handle it.
9956 * Makefile.in: Likewise.
9957
9958 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9959
9960 * config.sub (mips64vr4111,mips64vr4111el) Add.
9961
9962 1999-03-21 Ben Elliston <bje@cygnus.com>
9963
9964 * config.guess: Correct typo for detecting ELF on FreeBSD.
9965
9966 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9967
9968 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9969 config/mh-djgpp.
9970
9971 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9972
9973 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9974 all-target-newlib to dependency list for all-target-bsp.
9975
9976 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9977
9978 * config.sub: Add i386-uwin support.
9979 * config.guess: Likewise.
9980
9981 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9982
9983 * configure.in: cleanup, add mh-*pic handling for arm, special
9984 case powerpc*-*-aix*
9985
9986 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9987
9988 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9989 can be built.
9990
9991 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9992
9993 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9994 targets.
9995
9996 1999-03-02 Nick Clifton <nickc@cygnus.com>
9997
9998 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9999
10000 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10001
10002 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10003
10004 1999-02-24 Nick Clifton <nickc@cygnus.com>
10005
10006 * config.sub: Fix typo in arm recognition.
10007
10008 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10009
10010 * configure.in (noconfigdirs): Changed target_configdirs to
10011 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10012 rather than m68k-*-* since it is not known to work on
10013 m68k-aout. Ditto for arm-*-*oabi.
10014
10015 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10016
10017 * configure.in (*-*-windows*): Remove, no longer used.
10018
10019 1999-02-19 Ben Elliston <bje@cygnus.com>
10020
10021 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10022 Smart and improved by Andrew Cagney.
10023
10024 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10025
10026 * config.guess: Recognize openbsd-*-hppa.
10027
10028 1999-02-17 H.J. Lu (hjl@gnu.org)
10029
10030 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10031 only if it is not empty.
10032
10033 1999-02-17 Nick Clifton <nickc@cygnus.com>
10034
10035 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10036
10037 * config.guess: Modified to recognize uname's armv* syntax.
10038
10039 * config.sub: Modified to recognize uname's armv* syntax.
10040
10041 1999-02-17 Mark Salter <msalter@cygnus.com>
10042
10043 * configure.in: Added target-bsp for sparclite.
10044
10045 1999-02-08 Richard Henderson <rth@cygnus.com>
10046
10047 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10048
10049 1999-02-08 Nick Clifton <nickc@cygnus.com>
10050
10051 * configure.in: Add support for strongarm port.
10052 * config.sub: Add support for strongarm target.
10053
10054 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10055
10056 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10057 the old name config/mh-cygwin32.
10058 Enable texinfo.
10059
10060 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10061
10062 * configure.in: Do build ld for ix86 Solaris.
10063
10064 1999-02-02 Jim Wilson <wilson@cygnus.com>
10065
10066 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10067 $AR_FOR_TARGET. Likewise for RANLIB.
10068
10069 1999-02-02 Catherine Moore <clm@cygnus.com>
10070
10071 * config.sub (oabi): Recognize.
10072 * configure.in (arm-*-oabi): Handle.
10073
10074 1999-01-30 Robert Lipe (robertlipe@usa.net)
10075
10076 * config.guess: Improve detection of i686 on UnixWare 7.
10077
10078 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10079
10080 * config.guess: Add support for i386-pc-interix.
10081 * config.sub: Likewise.
10082 * configure.in: Likewise.
10083
10084 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10085
10086 * Makefile.in: Remove unneeded all-target-libio from
10087 from all-target-winsup target since it is now unneeded.
10088 Add all-target-libtermcap in its place since it is now
10089 needed.
10090
10091 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10092
10093 * configure.in: makefile stub for cygwin target is probably
10094 unnecessary. Remove it for now.
10095
10096 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10097
10098 * configure.in: libtermcap.a should be built when cygwin is the
10099 target as well as the host.
10100 * config.guess: Allow mixed case in cygwin uname output.
10101 * Makefile.in: Add libtermcap target.
10102
10103 1998-12-23 Jeffrey A Law (law@cygnus.com)
10104
10105 * config.sub: Clean up handling of hppa2.0.
10106
10107 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10108
10109 * config.guess: Use C code to identify more HP machines.
10110
10111 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10112
10113 * config.sub: Handle hppa2.0.
10114
10115 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10116
10117 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10118 cygmon for all sparclite targets, regardless of object format.
10119
10120 1998-12-15 Mark Salter <msalter@cygnus.com>
10121
10122 * configure.in: Added target-bsp for several target architectures.
10123
10124 * Makefile.in: Added rules for bsp.
10125
10126 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10127
10128 * config.guess: Improve detection of hppa2.0 processors.
10129
10130 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10131
10132 * config.guess: Recognize FreeBSD using ELF automatically.
10133
10134 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10135
10136 * configure (skip-this-dir): Add handling for new shell script, which
10137 might be created by a sub-directory's configure to indicate, this particular
10138 directory is "unwanted".
10139 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10140
10141 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10142
10143 * ltconfig: import from libtool, after changing libtool to
10144 account for the cygwin name change.
10145
10146 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10147
10148 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10149 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10150
10151 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10152
10153 * configure.in: Add libtermcap to list of cygwin dependencies.
10154
10155 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10156
10157 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10158 they include winsup/include when it's a cygwin target.
10159
10160 1998-11-12 Tom Tromey <tromey@cygnus.com>
10161
10162 * configure.in (host_tools): Added zip.
10163 * Makefile.in (all-target-libjava): Depend on all-zip.
10164 (all-zip): New target.
10165 (ALL_MODULES): Added all-zip.
10166 (NATIVE_CHECK_MODULES): Added check-zip.
10167 (INSTALL_MODULES): Added install-zip.
10168 (CLEAN_MODULES): Added clean-zip.
10169
10170 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10171
10172 * Makefile.in: lose "32" from comment about cygwin.
10173
10174 1998-11-05 Nick Clifton <nickc@cygnus.com>
10175
10176 * configure.in: Use -Os to build target libraries for the fr30.
10177
10178 1998-11-04 Dave Brolley <brolley@cygnus.com>
10179
10180 * config.sub: Add fr30.
10181
10182 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10183
10184 * configure.in: drop "32" from config/mh-cygwin32. Check
10185 cygwin* instead of cygwin32*.
10186 * config.sub: Check cygwin* instead of cygwin32*.
10187
10188 1998-10-22 Robert Lipe <robertl@dgii.com>
10189
10190 * config.guess: Match any version of Unixware7.
10191
10192 1998-10-20 Syd Polk <spolk@cygnus.com>
10193
10194 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10195 if desired.
10196
10197 1998-10-18 Jeffrey A Law (law@cygnus.com)
10198
10199 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10200 these if the appropriate directories and files to not exist.
10201
10202 1998-10-14 Jeffrey A Law (law@cygnus.com)
10203
10204 * Makefile.in (DEVO_SUPPORT): Add config.if.
10205
10206 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10207
10208 * configure: Add pattern to replace "build_tooldir"'s
10209 definition in the generated Makefile with "tooldir"'s
10210 actual value.
10211
10212 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10213
10214 * config.sub: Bring back lost sparcv9.
10215
10216 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10217
10218 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10219
10220 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10221 CC_FOR_TARGET and friends.
10222
10223 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10224
10225 * Makefile.in (build_tooldir): New variable, same as tooldir.
10226 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10227 -B$(build_tooldir)/bin/.
10228 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10229
10230 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10231
10232 * config.sub: Add support for i[34567]86-pc-udk.
10233 * configure.in: Likewise.
10234
10235 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10236
10237 * Makefile.in: add bzip2 package building bits for user
10238 tools module
10239 * configure.in: ditto
10240
10241 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10242
10243 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10244 (ALL_TARGET_MODULES): Add all-target-libobjc.
10245 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10246 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10247 (all-target-libchill): Add dependencies.
10248 * configure.in (target_libs): Add libchill.
10249
10250 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10251
10252 * configure.in (target_subdir): Remove duplicate line.
10253
10254 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10255
10256 * Makefile.in (all-automake): fix dependencies.
10257
10258 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10259
10260 * configure.in: Minor cleanups for building in the $(target_alias)
10261 subdir.
10262
10263 1998-09-22 Jim Wilson <wilson@cygnus.com>
10264
10265 * Makefile.in (bootstrap): Set r and s before make all. Use
10266 BASE_FLAGS_TO_PASS in make all.
10267 (cross): Likewise.
10268
10269 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10270
10271 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10272
10273 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10274
10275 * config.sub: Fix typo in last change.
10276
10277 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10278
10279 * config.sub: Add support for C4x target.
10280 * configure.in: Likewise.
10281
10282 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10283
10284 * config.sub: Recognize sparcv9 just like sparc64.
10285
10286 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10287
10288 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10289
10290 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10291
10292 * config.guess: Correctly identify Pentium II sco boxes.
10293
10294 * config.guess: Fix "tr" code. From Weiwen Liu.
10295
10296 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10297
10298 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10299 stabs.
10300
10301 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10302
10303 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10304 (ALL_TARGET_MODULES): Add all-target-libchill.
10305 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10306 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10307 (all-target-libchill): Add dependencies.
10308 * configure.in (target_libs): Add libchill.
10309
10310 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10311
10312 * config.guess: Avoid assumptions about "tr" behaves when
10313 LANG is set to something other than English.
10314
10315 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10316
10317 * configure (gxx_include_dir): Changed to
10318 '${prefix}/include/g++'-${libstdcxx_interface}.
10319
10320 * config.if: New to determine the interfaces.
10321
10322 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10323
10324 * config.guess: Detect and handle MPE/IX.
10325 * config.sub: Deal with MPE/IX.
10326
10327 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10328
10329 * configure.in: Use mh-aix43.
10330
10331 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10332
10333 * configure: Fix --without/--disable cases for gxx-include-dir.
10334
10335 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10336
10337 * mdata-sh: Imported. Needed for automake support.
10338
10339 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10340
10341 * Makefile.in (taz): Try "chmod -R og=u ." before
10342 "chmod og=u `find . -print`".
10343
10344 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10345
10346 * configure.in: Add arm-elf and thumb-elf support.
10347
10348 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10349
10350 * Makefile.in: Undo previous patch.
10351
10352 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10353
10354 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10355 to here ...
10356 (install-no-fixedincludes): and here
10357 (INSTALL_MODULES): ... from here.
10358
10359 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10360
10361 * config.sub: Merge with FSF.
10362
10363 * config.guess: Merge with FSF.
10364
10365 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10366
10367 * configure (extraconfigdirs): New variable.
10368 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10369 * Makefile.in (all): Move higher in file.
10370 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10371 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10372 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10373 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10374 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10375
10376 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10377
10378 * Makefile.in (all-target-libjava): Depend on all-gcc and
10379 all-target-newlib.
10380 (configure-target-libjava): Depend on $(ALL_GCC).
10381
10382 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10383
10384 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10385 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10386
10387 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10388
10389 * ylwrap: Change absolute path checks to check for DOS style path
10390 names.
10391
10392 * ylwrap: Don't use a full path name if the source file is in the
10393 same directory. From hjl@lucon.org (H.J. Lu).
10394
10395 * config-ml.in: Default to being verbose, to match Feb 18 change to
10396 configure.
10397
10398 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10399
10400 Brought over from egcs:
10401
10402 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10403
10404 * configure.in (target_subdir): Set to ${target_alias} instead
10405 of "libraries".
10406
10407 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10408
10409 * configure.in (target_subdir): Set to libraries if enable_multilib.
10410
10411 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10412
10413 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10414 multilibs, force reconfiguration the first time we create
10415 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10416
10417 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10418
10419 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10420 avoid confusion with --no-recursion.
10421
10422 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10423
10424 * configure.in: Win32 hosts shouldn't use install -x
10425 * install-sh: remove -x option, and special .exe-handling
10426 hack.
10427
10428 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10429
10430 * config.guess: Recognize i586-pc-beos.
10431 * configure.in: Don't build some bits for beos.
10432
10433 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10434
10435 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10436 CFLAGS default to -O2.
10437
10438 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10439 when using GNU ld.
10440
10441 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * ltmain.sh: Correct install when using a different shell.
10444
10445 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10446
10447 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10448
10449 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10450
10451 * makefile.vms: Update to build binutils/makefile.vms. Add install
10452 target.
10453
10454 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10455
10456 * ltconfig: Update to correct AIX handling.
10457
10458 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10459
10460 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10461
10462 * configure.in (target_subdir): Set to ${target_alias} instead
10463 of "libraries".
10464
10465 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10466
10467 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10468 (Makefile): Depend on $(gcc_version_trigger).
10469
10470 * configure (gcc_version): Change default initializer to empty
10471 string.
10472 (gcc_version_trigger): New variable; pass this variable down
10473 to subdir configures to enable them checking gcc's version
10474 themselves. Emit make macros for both gcc_version vars.
10475 (topsrcdir): Initialize reliably.
10476 (recursion line): Remove --with-gcc-version=${gcc_version}.
10477
10478 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10479
10480 * configure (enable_version_specific_runtime_libs): Implement new flag
10481 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10482 in $(libsubdir); emit definition in each generated Makefile.
10483 (gxx_include_dir): Initialize depending on
10484 $enable_version_specific_runtime_libs.
10485
10486 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10487
10488 * configure (gcc_version): Initialize properly depending on
10489 how and where configure is started.
10490 (recursion line): Pass a --with-gcc-version=${gcc_version}
10491 to configures in subdirs.
10492
10493 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10494
10495 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10496 cygmon
10497
10498 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10499
10500 * configure.in: Add cygmon and libstub support for mn10200.
10501
10502 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10503
10504 * configure (gcc_version): Add new variable describing the
10505 particular gcc version we're building.
10506 * Makefile.in (libsubdir): Add new macro for the directory
10507 in which the compiler finds executables, libraries, etc.
10508 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10509 and libsubdir.
10510
10511 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10512
10513 * Makefile.in (local-clean): Remove *.log.
10514 (warning.log): Built with warn_summary from build.log.
10515 (mail-report.log): Run test_summary.
10516 (mail-report-with-warnings.log): Run test_summary including
10517 warning.log in the report.
10518
10519 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10520
10521 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10522
10523 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10524
10525 * Makefile.in (grep): Grep no longer depends on libiberty.
10526
10527 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10528
10529 * Makefile.in: all-snavigator needs all-libgui.
10530
10531 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10532
10533 * configure.in: Add cygmon and libstub support for mn10300.
10534
10535 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10536
10537 * missing: Update to version from automake 1.3.
10538
10539 * ltmain.sh: On installation, don't get confused if the same name
10540 appears more than once in the list of library names.
10541
10542 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * config.sub: Accept m68060 and m5200 as CPU names.
10545
10546 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10547
10548 * configure: Use && rather than using -a in test, because odd
10549 strings can confuse test.
10550 * configure.in: Likewise.
10551
10552 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10555
10556 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10557
10558 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10559 bootstrap4-lean): New targets.
10560
10561 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10562
10563 * mpw-* Delete. Not used.
10564
10565 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10566
10567 * COPYING.LIB: Update FSF address.
10568
10569 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10570
10571 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10572
10573 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10574 GAS_SUPPORT_DIRS.
10575
10576 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10577
10578 * ltconfig, ltmain.sh: Avoid producing a version number if
10579 -version-info was not used.
10580
10581 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10582
10583 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10584 building with newlib.
10585
10586 1998-04-30 Paul Eggert <eggert@twinsun.com>
10587
10588 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10589 Solaris `make' causes it to continue to next definition.
10590
10591 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10592
10593 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10594 the right GUI libraries and files are installed along with GDB.
10595
10596 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * configure.in: Change alpha to alpha* in several places.
10599
10600 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10601
10602 * config.sub: Recognize sparc86x.
10603
10604 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10605
10606 * configure.in (--enable-target-optspace): Remove debug echo.
10607
10608 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10609
10610 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10611
10612 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10613
10614 * ltconfig: Update cygwin32 support.
10615
10616 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10617 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10618 (GDB_SUPPORT_DIRS): Likewise.
10619
10620 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10621
10622 * configure.in (target_makefile_frag): If --enable-target-optspace,
10623 use -Os to compile target libraries rather than -O2. Default to
10624 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10625 not used.
10626 * configure.in (target_cflags): Ditto for d30v.
10627
10628 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10629
10630 * Makefile.in (all-bfd): Depend on all-intl.
10631 (all-binutils): Likewise.
10632 (all-gas): Likewise.
10633 (all-gprof): Likewise.
10634 (all-ld): Likewise.
10635
10636 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10637
10638 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10639
10640 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10641
10642 * Makefile.in (all-bfd): Depend upon all-libiberty.
10643
10644 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10645
10646 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10647
10648 * Makefile.in: Add libstub.
10649
10650 * configure.in: Ditto. Build libstub for targets that have cygmon
10651 support.
10652
10653 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10654
10655 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10656
10657 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10658
10659 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10660 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10661
10662 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10663
10664 * configure: Define DEFAULT_M4 by searching PATH.
10665 * Makfile.in: Use DEFAULT_M4.
10666
10667 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10668
10669 * ltconfig: Add cygwin32 support.
10670
10671 * Makefile.in, configure.in: Add libtool as a native only directory
10672 to configure and build.
10673
10674 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10675
10676 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10677
10678 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10679
10680 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10681
10682 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10683
10684 * Makefile.in: add ash make rules
10685 * configure.in: add ash to native_only and host_tools lists
10686
10687 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10688
10689 * Makefile.in (all-gettext, all-intl): New targets.
10690 (ALL_MODULES): Added all-gettext, all-intl.
10691 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10692 (INSTALL_MODULES): Added install-gettext, install-intl.
10693 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10694
10695 * configure.in (host_tools): Added gettext.
10696 (native_only): Likewise.
10697 (noconfigdirs) [various cases]: Likewise.
10698 (host_libs): Added intl.
10699
10700 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10701
10702 * configure: Do not disable building gdbtk for cygwin32 hosts.
10703
10704 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10705
10706 * configure.in: Add thumb-coff target.
10707 * config.sub: Add thumb-coff target.
10708
10709 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10710
10711 * Makefile.in: Revert yesterday's change.
10712 (all-target-winsup): all-target-librx stays out of here.
10713
10714 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10715
10716 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10717 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10718 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10719 Remove references to librx and libg++.
10720
10721 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10722
10723 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10724 recursive makes
10725
10726 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10727
10728 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10729 for newlib directory.
10730 (CXX_FOR_TARGET): Likewise.
10731
10732 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10733
10734 * ltconfig: Update after libtool/ltconfig.in change for
10735 hpux11.
10736
10737 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10738
10739 * ltconfig, ltmain.sh: Update to libtool 1.2.
10740
10741 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10742
10743 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10744 (install-gcc-cross): Instead, override LANGUAGES here.
10745
10746 1998-03-18 Dave Love <d.love@dl.ac.uk>
10747
10748 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10749 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10750
10751 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10752
10753 * configure.in: Add Thumb-pe target.
10754
10755 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10756
10757 * Makefile.in - changed sn targets to snavigator
10758 * configure.in - changed sn targets to snavigator
10759
10760 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10761
10762 * config-ml.in: After building symlink tree call make distclean
10763 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10764 to be the case for libiberty.
10765
10766 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10767
10768 * configure: When making link, also check the current
10769 directory. The configure scripts may create one.
10770
10771 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10772
10773 * config.sub: Accept alphapca56 and alphaev6 properly.
10774
10775 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10776
10777 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10778
10779 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10780
10781 * config.sub (sco5): Fix typo.
10782
10783 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10784
10785 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10786 install-itcl.
10787 (install-itcl): Remove dependency on install-tcl.
10788
10789 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10790
10791 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10792
10793 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10794
10795 * configure.in: Don't build libgui for a cygwin32 target when not on
10796 a cygwin32 host.
10797
10798 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10799
10800 * configure (redirect): Set to null, so default behavior of
10801 configure is now --verbose.
10802
10803 1998-02-16 Dave Love <d.love@dl.ac.uk>
10804
10805 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10806 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10807
10808 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10809
10810 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10811 this change to sync Makefile.in with its ChangeLog entries.
10812
10813 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10814
10815 * ltmain.sh (mkdir): Check that the directory doesn't exist
10816 before we exit with error, so that we don't get races during
10817 parallel builds.
10818
10819 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10820
10821 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10822
10823 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10824
10825 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10826 PICFLAG_FOR_TARGET.
10827 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10828
10829 * configure: Emit a definition for the new macro enable_shared
10830 into each Makefile.
10831
10832 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10833
10834 * configure.in (host_tools, native_only): Add libtool.
10835
10836 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10837
10838 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10839 Fix typo in ming config comment.
10840
10841 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10842
10843 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10844
10845 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10846
10847 * config.sub: Add tic30 cases, and map c30 to tic30.
10848
10849 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10850
10851 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10852 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10853 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10854 (CLEAN_TARGET_MODULES): Similarly
10855 (all-target-libf2c): Add dependences.
10856 * configure.in (target_libs): Add libf2c.
10857
10858 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10859
10860 * configure.in: Remove expect from noconfigdirs when target
10861 is cygwin32. OK to build expect and dejagnu with Canadian
10862 Cross.
10863
10864 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10865
10866 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10867 host.
10868
10869 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10870 and mingw32.
10871
10872 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10873
10874 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10875 here as it is not defined in the toplevel Makefile.
10876
10877 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10878
10879 * configure (package_makefile_rules_frag): New variable, which names
10880 a file with generic rules, ...
10881 Change comment to mention we now have FIVE parts.
10882 * configure: Undo last change.
10883
10884 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10885
10886 * config.guess: More accurate determination of HP processor types.
10887 * config.sub: More accurate determination of HP processor types.
10888
10889 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10890
10891 * configure (package_makefile_frag): Move inserting the
10892 ${package_makefile_frag} to where it should be according
10893 to the comment.
10894
10895 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10896
10897 * config.guess: Add support for Linux/ARM.
10898
10899 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10900
10901 * .cvsignore: Remove *-info and *-install since they match
10902 release-info and mpw-install, which we don't want to just ignore.
10903
10904 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10905
10906 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10907
10908 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10909
10910 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10911 local_prefix to sub-make invocations.
10912
10913 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10914
10915 * configure.in: Check makefile fragments in the source
10916 directory.
10917
10918 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10919
10920 * configure.in: Check whether host and target makefile
10921 fragments exist before adding them to *_makefile_frag.
10922
10923 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10924
10925 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10926
10927 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10928
10929 * configure.in: Make sure we only replace RPATH_ENVVAR on
10930 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10931 regexp to sed.
10932
10933 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10934 to sub-makes.
10935
10936 1998-01-13 Lee Iverson (leei@ai.sri.com)
10937
10938 * config-ml.in (multi-do): LDFLAGS must include multilib
10939 designator.
10940
10941 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10942
10943 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10944
10945 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10946
10947 * config.sub: Add mingw32 support.
10948 * configure.in: Likewise.
10949
10950 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10951
10952 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10953
10954 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10955
10956 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10957 * configure (gxx_include_dir): Provide a definition for subdirs
10958 which do not use autoconf.
10959
10960 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10961
10962 * config.guess: Sync with egcs. Picks up new alpha support,
10963 BeOS & some additional linux support.
10964
10965 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10966
10967 * config.guess: HP 9000/803 is a PA1.1 machine.
10968
10969 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10970
10971 * configure.in: It's alpha*-...
10972
10973 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10974
10975 * configure.in (host_makefile_frag, target_makefile_frag):
10976 Handle multiple config files.
10977 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10978 alpha-*-*.
10979
10980 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10981
10982 * mkdep: New file.
10983
10984 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10985
10986 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10987
10988 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10989
10990 * Makefile.in: Add libgui directory.
10991 (GDB_TK): Add all-libgui.
10992 * configure.in: Add libgui directory.
10993 * configure: Add all-libgui to GDB_TK.
10994
10995 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10996
10997 * config-ml.in (multidirs): Add m32r to multilib list.
10998
10999 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11000
11001 * Makefile.in (all-target-gperf): Change dependency to
11002 all-target-libstdc++.
11003
11004 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11005
11006 * config.guess: Add BeOS support.
11007
11008 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11009
11010 Source directory cvs renamed to cvssrc:
11011 * configure.in (host_tools): Change cvs to cvssrc.
11012 (native_only): Likewise.
11013 (noconfigdirs) [various cases]: Likewise.
11014 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11015 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11016 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11017 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11018 (all-cvssrc): Rename target from all-cvs.
11019
11020 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11021
11022 * configure (gxx_include_dir): Fix thinko.
11023
11024 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11025
11026 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11027 (install-cross, install-gcc-cross): New targets.
11028
11029 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11030
11031 * configure.in (noconfigdirs): Add support for Thumb target.
11032
11033 * config.sub (maybe_os): Add support for Thumb target.
11034
11035 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11036
11037 * Makefile.in: Add rules for cygmon.
11038
11039 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11040
11041 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11042
11043 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11044 * configure (gxx_include_dir): Provide a definition for subdirs
11045 which do not use autoconf.
11046
11047 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11048
11049 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11050 11/18/97 build
11051
11052 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11053
11054 * From Franz Sirl.
11055 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11056 found on RedHat Linux systems.
11057
11058 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11059
11060 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11061 guesses.
11062
11063 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11064
11065 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11066
11067 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11068
11069 * ltmain.sh: If mkdir fails, check whether the directory was created
11070 anyhow by some other process.
11071
11072 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11073
11074 * configure.in (d30v-*-*): Configure all directories.
11075
11076 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11077
11078 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11079 for the D30V.
11080
11081 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11082
11083 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11084
11085 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11086
11087 * include/libiberty.h: Add extern "C" { so it can be used with C++
11088 progrms.
11089 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11090 programs.
11091
11092 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11093
11094 * configure.in (d30v-*-*): Configure GCC now.
11095
11096 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11097
11098 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11099 is no longer needed.
11100
11101 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11102
11103 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11104
11105 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11106
11107 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11108 targets using "$@" to provide support for similar but not identical
11109 targets without having to duplicate code.
11110
11111 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11112
11113 * makefile.vms: Fix to work with DEC C.
11114
11115 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11116
11117 * config.sub: Add mips-tx39-elf to marketing names.
11118
11119 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11120
11121 * ltmain.sh: Handle symlinks in generated script.
11122
11123 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11124
11125 * configure: Handle autoconf style directory options: --bindir,
11126 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11127 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11128 --sysconfdir.
11129 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11130 (sharedstatedir, localstatedir, oldincludedir): New variables.
11131 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11132 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11133 sbindir, sharedstatedir, and sysconfdir.
11134
11135 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11136
11137 * Makefile.in (bootstrap-lean): New target.
11138
11139 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11140
11141 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11142 sn, and gnuserv from noconfigdirs.
11143
11144 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11145
11146 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11147
11148 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11149
11150 * Makefile.in (cross): New target.
11151
11152 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11153 Jeff Law <law@cygnus.com>
11154
11155 * Makefile.in (bootstrap2, bootstrap3): New targets.
11156 (all-bootstrap): Remove outdated and confusing target.
11157 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11158
11159 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11160
11161 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11162 windows. Consistent with gdb/configure.
11163
11164 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11165
11166 * configure.in: Name Linux target fragment.
11167
11168 * configure: Rewrite so that project Makefile fragment is inserted
11169 first and appears last in the resulting Makefile.
11170
11171 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11172
11173 * Makefile.in (install-itcl): Install tcl first.
11174
11175 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11176
11177 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11178
11179 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11180
11181 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11182
11183 * configure.in (skipdirs): Add target-librx for Linux.
11184 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11185
11186 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11187
11188 * Makefile.in (bootstrap): New target.
11189
11190 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11191
11192 * config.sub: Accept 'amigados' for backward compatability.
11193
11194 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11195
11196 * config.guess: Merge with FSF.
11197
11198 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11199
11200 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11201
11202 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11203
11204 * config.sub: Add "marketing-names" patch.
11205
11206 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11207
11208 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11209
11210 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11211
11212 * config.sub: Handle v850-elf.
11213
11214 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11215
11216 * .cvsignore (*-install): Remove.
11217
11218 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11219
11220 * ltconfig: Set CONFIG_SHELL in libtool.
11221 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11222
11223 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11224
11225 * configure.in (target_subdir): Set to libraries if enable_multilib.
11226
11227 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11228
11229 * config.guess: Update from gcc directory.
11230
11231 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11232
11233 * Makefile.in (all-sim): Depends on all-readline.
11234
11235 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11236
11237 * Makefile.in (BISON, YACC): Use $$s.
11238 (all-bison): Depend on all-texinfo.
11239
11240 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11241
11242 * Makefile.in (BISON): Add -L flag.
11243 (YACC): Likewise.
11244
11245 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11246
11247 * configure.in (noconfigdirs): Add support for v850e target.
11248
11249 * config.sub (maybe_os): Add support for v850e target.
11250
11251 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11252
11253 * configure.in (noconfigdirs): Add support for v850ea target.
11254
11255 * config.sub (maybe_os): Add support for v850ea target.
11256
11257 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11258
11259 * config.sub: Add mipstx39. Delete r3900.
11260
11261 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11262
11263 * Makefile.in (all-autoconf): Depends on all-texinfo.
11264
11265 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11266
11267 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11268 eabi targets.
11269
11270 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11271
11272 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11273
11274 * configure: When handling a Canadian Cross, handle YACC as well as
11275 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11276 * Makefile.in (all-bison): Depend upon all-texinfo.
11277
11278 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11279
11280 * Makefile.in (BISON): bison, not byacc or bison -y.
11281 (YACC): bison -y or byacc or yacc.
11282 (various): Add *-bison as appropriate.
11283 (taz): No need to mess with BISON anymore.
11284
11285 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11286
11287 * configure: If OSTYPE matches *win32*, try to find a good value for
11288 CONFIG_SHELL.
11289
11290 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11293 configure.in if it is present.
11294
11295 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11296
11297 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11298
11299 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11300
11301 * config.sub: Recognize `arc' cpu.
11302 * configure.in: Likewise.
11303 * config-ml.in: Likewise.
11304
11305 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11308
11309 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11310
11311 * configure: Changed sed delimiter from ':' to '|' when
11312 attempting to substitute ${config_shell} for SHELL. On
11313 NT ${config_shell} may contain a ':' in it.
11314
11315 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11316
11317 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11318
11319 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11320
11321 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11322
11323 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11324
11325 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11326
11327 * ylwrap: If the program is a relative path, force it to be
11328 absolute.
11329
11330 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11331
11332 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11333
11334 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11335
11336 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11337 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11338 for libraries.
11339
11340 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11341
11342 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11343 separated by spaces.
11344
11345 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11346
11347 * ylwrap: New file.
11348 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11349
11350 * ltmain.sh: Handle /bin/sh at start of install program.
11351
11352 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11353
11354 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11355 * missing: New file, from automake 1.2.
11356
11357 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11358
11359 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11360 check-tk to CHECK_X11_MODULES.
11361
11362 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11363
11364 * config.sub: Merge with FSF.
11365
11366 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11367
11368 * config.guess: Merge with FSF.
11369
11370 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11371
11372 * configure: Treat msdosdjgpp like go32.
11373 * configure.in: Likewise. Don't remove gprof for go32.
11374
11375 * configure: Change Makefile.tem2 to Makefile.tm2.
11376
11377 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11378
11379 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11380
11381 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11382
11383 * install-sh (chmodcmd): Set to null if the DST directory already
11384 exists. Same as Nov 11th change.
11385
11386 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11387
11388 * configure (GDB_TK): Needs itcl and tix.
11389
11390 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11391
11392 * config.guess: Update from FSF.
11393
11394 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11395
11396 * Makefile.in (GDB_TK): Depend on itcl and tix.
11397
11398 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11399
11400 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11401 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11402 (INSTALL_SCRIPT): New variable.
11403 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11404 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11405 to -x.
11406 * install-sh: Add support for -x option.
11407
11408 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11409
11410 * configure.in, Makefile.in: Treat tix like itcl.
11411
11412 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11413
11414 * Makefile.in (WINDRES): New variable.
11415 (WINDRES_FOR_TARGET): New variable.
11416 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11417 (EXTRA_HOST_FLAGS): Add WINDRES.
11418 (EXTRA_TARGET_FLAGS): Add WINDRES.
11419 (EXTRA_GCC_FLAGS): Add WINDRES.
11420 ($(DO_X)): Pass down WINDRES.
11421 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11422 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11423 DLLTOOL_FOR_TARGET.
11424
11425 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11426
11427 * configure.in: configure sim before gdb for win32-x-ppc
11428
11429 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11430
11431 Move gperf into the toplevel, from libg++.
11432 * configure.in (target_tools): Add target-gperf.
11433 (native_only): Add target-gperf.
11434 * Makefile.in (all-target-gperf): New target, depend on
11435 all-target-libg++.
11436 (configure-target-gperf): Empty rule.
11437 (ALL_TARGET_MODULES): Add all-target-gperf.
11438 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11439 (CHECK_TARGET_MODULES): Add check-target-gperf.
11440 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11441 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11442
11443 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11444
11445 * config.sub (mn10200): Recognize new basic machine.
11446
11447 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11448
11449 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11450 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11451
11452 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11453
11454 * configure.in: If we're building mips-sgi-irix6* native, turn on
11455 ENABLE_MULTILIB and set TARGET_SUBDIR.
11456
11457 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11458
11459 * Makefile.in (all-sn): Depend on all-grep.
11460
11461 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11462
11463 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11464
11465 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11466 Makefile. From Jeff Makey <jeff@cts.com>.
11467 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11468
11469 * Makefile.in (DISTBISONFILES): Remove.
11470 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11471 $(DEFAULT_YACC).
11472
11473 * configure.in: Build itl, db, sn, etc., when building for native
11474 cygwin32.
11475
11476 * Makefile.in (LD): New variable.
11477 (EXTRA_HOST_FLAGS): Pass down LD.
11478 ($(DO_X)): Likewise.
11479
11480 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11481
11482 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11483
11484 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11485
11486 * configure.in (targargs): Strip out any supplied --build argument
11487 before adding our own. Always add --build.
11488
11489 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11490
11491 * configure.in (targargs): Pass --build if we're doing
11492 a cross-compile.
11493
11494 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11495
11496 * configure: Use '|' instead of ":" as the separator in
11497 sed. Otherwise sed chokes on NT path names with drive
11498 designators. Also look for "?:*" as the leading characters in an
11499 absolute pathname.
11500
11501 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11502
11503 * config.sub: Support for r3900.
11504
11505 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11506
11507 * configure.in: Use install-sh, not install.sh.
11508
11509 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11512 apply it twice.
11513
11514 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11515
11516 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11517 install-binutils.
11518
11519 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * Makefile.in: Add automake targets.
11522 * configure.in (host_tools): Add automake.
11523
11524 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11525
11526 * configure: Default CXX to c++, not gcc.
11527 * Makefile.in (CXX): Set to c++, not gcc.
11528 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11529
11530 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11531
11532 * install-sh: try appending a .exe if source file doesn't
11533 exist
11534
11535 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11536
11537 * configure.in: Turn on multilib by default.
11538 (cross_only): Remove target-libiberty.
11539
11540 * Makefile.in (all-gcc): Don't depend on libiberty.
11541
11542 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11543
11544 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11545
11546 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11547
11548 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11549 (DISTBISONFILES): Add ld/Makefile.in
11550
11551 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11552
11553 * configure.in: if target is cygwin32 but host isn't cygwin32,
11554 don't configure gdb tcl tk expect, not just gdb.
11555
11556 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11557
11558 * configure.in: Added gnuserv everywhere sn appears.
11559
11560 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11561 (CROSS_CHECK_MODULES): Added check-gnuserv.
11562 (INSTALL_MODULES): Added install-gnuserv.
11563 (CLEAN_MODULES): Added clean-gnuserv.
11564 (all-gnuserv): New target.
11565
11566 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11567
11568 * config.guess: Fixes for MIPS OpenBSD systems.
11569
11570 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11571
11572 * Makefile.in (INSTALL_XFORM): Remove.
11573 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11574
11575 * mkinstalldirs: New file, copied from automake.
11576 * Makefile.in (installdirs): Rename from install-dirs. Use
11577 mkinstalldirs. Change all users.
11578 (DEVO_SUPPORT): Add mkinstalldirs.
11579
11580 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11581
11582 * install-sh: Rename from install.sh.
11583 * Makefile.in (INSTALL): Change install.sh to install-sh.
11584 (DEVO_SUPPORT): Likewise.
11585
11586 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11587 Graichen <graichen@rzpd.de>.
11588
11589 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11590
11591 * config.guess: Recognize OpenBSD systems correctly.
11592
11593 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11594
11595 * README, Makefile.in (ETC_SUPPORT): Remove references to
11596 cfg-paper*, configure.{texi,man,info*}._
11597
11598 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11599
11600 * Makefile.in (all.normal): Ensure that gcc is built after all
11601 the x11 - ie gdb - targets.
11602
11603 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11604
11605 * makefile.vms: Don't run conf-a-gas.
11606
11607 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11608
11609 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11610
11611 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11612
11613 * configure.in: Remove noconfigdirs case since gdb also
11614 configures and builds for tic80-coff.
11615
11616 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11617
11618 * configure: Set cache_file to config.cache.
11619 * Makefile.in (local-distclean): Remove config.cache.
11620
11621 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11622
11623 * COPYING: Update FSF address.
11624
11625 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11626
11627 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11628 noconfigdirs.
11629
11630 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11631
11632 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11633 MAKEDIRS, is empty.
11634
11635 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11636
11637 * config.sub: Tweak mn10300 entry.
11638
11639 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11640
11641 * configure.in (host_tools): Put sim before gdb, so gdb's
11642 configure.tgt can determine if the simulator was configured.
11643
11644 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11645
11646 * config.sub: Move BeOS $os case to be with other Cygnus
11647 local cases.
11648
11649 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11650
11651 * config.sub: Remove misplaced comment that broke Linux.
11652
11653 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11654
11655 * config.sub: Add BeOS support.
11656
11657 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11658
11659 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11660
11661 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11662
11663 * configure.in (noconfigdirs): Remove tcl and tk from
11664 noconfigdirs for cygwin32 builds.
11665
11666 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11667
11668 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11669
11670 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11671
11672 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11673 make-all.com, use makefile.vms instead.
11674
11675 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11676
11677 * config.sub: Accept -lnews*.
11678
11679 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11680
11681 * configure.in (noconfigdirs): Disable target-newlib,
11682 target-examples and target-libiberty for d30v.
11683
11684 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11685
11686 * configure.in (noconfigdirs): Enable ld for d30v.
11687
11688 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11689
11690 * configure.in (tic80-*-*): Build compiler.
11691
11692 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11693
11694 * configure.in (d30v-*): Remove sim directory from list of
11695 unsupported d30v directories
11696
11697 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11698
11699 * config.sub, configure.in: Add d30v target cpu.
11700
11701 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11702
11703 * makefile.vms: New file.
11704 * make-all.com: Remove.
11705
11706 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11707
11708 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11709
11710 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11711
11712 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11713
11714 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11715
11716 * Makefile.in (ALL_MODULES): Added all-db.
11717 (CROSS_CHECK_MODULES): Addec check-db.
11718 (INSTALL_MODULES): Added install-db.
11719 (CLEAN_MODULES): Added clean-db.
11720
11721 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11722
11723 * config.guess: Merge with latest FSF sources.
11724
11725 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11726
11727 * Makefile.in (ALL_MODULES): Added all-itcl.
11728 (CROSS_CHECK_MODULES): Added check-itcl.
11729 (INSTALL_MODULES): Added install-itcl.
11730 (CLEAN_MODULES): Added clean-itcl.
11731
11732 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11733
11734 * configure.in: build gdb for mn10200
11735
11736 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11737
11738 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11739
11740 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11741
11742 * configure.in (tic80-*-*): Turn off most targets right now.
11743
11744 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11745
11746 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11747 rather than the makeinfo program.
11748 (do-info): Depend upon all-texinfo.
11749
11750 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11751
11752 * configure.in: Remove uses of config/mh-linux.
11753
11754 * config.sub, config.guess: Merge with latest FSF sources.
11755
11756 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11757
11758 * config.sub (case $basic_machine): Add tic80 entries.
11759
11760 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11761
11762 * config.sub, config.guess: Merge with latest FSF sources.
11763
11764 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11765
11766 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11767 * mpw-config.in: Test for NewFolderRecursive.
11768 * mpw-install: Use symbolic name for startup filename.
11769 * mpw-README: Add various additional details.
11770
11771 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11772
11773 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11774
11775 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11776
11777 * configure.in: Do build gcc and the target libraries for
11778 the mn10200.
11779
11780 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11781
11782 * configure.in: don't avoid building gdb for mn10300 any more
11783 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11784 instead of single-quoting it.
11785
11786 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11787
11788 * configure.in: Don't use --with-stabs on IRIX 6.
11789
11790 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11791
11792 * configure.in (m32r): Build gdb, libg++ now.
11793
11794 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11795
11796 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11797 directories from noconfigdirs.
11798
11799 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11800
11801 * config.sub (basic_machine): added mips16 configuration
11802
11803 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11804
11805 * config.sub: Handle d10v-unknown.
11806
11807 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11808
11809 * config.sub: Handle v850-unknown.
11810
11811 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11812
11813 * Makefile.in: add findutils
11814 * configure.in: add findutils to list of host_tools
11815
11816 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11817
11818 * config.sub: Handle mn10200 and mn10300.
11819
11820 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11821
11822 * configure.in (d10v-*): Do not build librx.
11823
11824 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11825
11826 * configure.in (mn10300): Build everything except gdb & libgloss.
11827
11828 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11829
11830 * config.guess: Patch for Dansk Data Elektronik servers,
11831 from Niels Skou Olsen <nso@dde.dk>.
11832
11833 For ncr, use /bin/uname rather than uname, since GNU uname does not
11834 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11835
11836 Patch for MIPS R4000 running System V,
11837 from Eric S. Raymond <esr@snark.thyrsus.com>.
11838
11839 Fix thinko for nextstep.
11840
11841 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11842
11843 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11844 * config.guess: Guess mips-dec-mach_bsd4.3.
11845
11846 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11847 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11848 release numbers.
11849 * config.guess (mips-mips-riscos*): Emit just enough of the
11850 release number.
11851
11852 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11853 * config.guess (sparc-auspex-sunos*): Added.
11854 (f300-fujitsu-*): Added.
11855
11856 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11857 * config.guess: Recognize a Tadpole as a sparc.
11858
11859 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11860
11861 * config.guess: Don't assume that NextStep version is either 2 or
11862 3. NextStep 4 (aka OpenStep 4) has come out now.
11863
11864 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11865
11866 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11867 From Rik Faith <faith@cs.unc.edu>.
11868
11869 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11870
11871 * config.sub: Contributions from bug-gnu-utils to:
11872 Support plain "hppa" (no version given) architecture, reported by
11873 OpenStep.
11874 OpenBSD like NetBSD.
11875 LynxOs is not a hardware supplier.
11876
11877 * config.guess: Contributions from bug-gnu-utils to add support for:
11878 OpenBSD like NetBSD.
11879 Stratus systems.
11880 More Pyramid systems.
11881 i[n>4]86 Intel chips.
11882 M680[n>4]0 Motorola chips.
11883 Use unknown instead of lynx for hardware manufacturer.
11884
11885 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11886
11887 * install.sh (chmodcmd): Set to null if the DST directory already
11888 exists.
11889
11890 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11891
11892 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11893 not use mt-ppc target Makefile fragment any more.
11894
11895 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11896
11897 * configure.in (*-*-windows): Exclude everything but those dirs
11898 needed to build windows.
11899
11900 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11901
11902 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11903
11904 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11905
11906 * configure.in: Exclude mmalloc from i386-windows.
11907
11908 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11909
11910 * Undo my previous change.
11911
11912 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11913
11914 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11915 unconditionally.
11916 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11917
11918 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11919
11920 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11921 host to add it's own flags.
11922
11923 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11924
11925 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11926
11927 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11928
11929 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11930 (CXX_FOR_TARGET): Likewise.
11931 (GCC_FOR_TARGET): Define.
11932 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11933 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11934 CC_FOR_TARGET was specified on the command line.
11935 (MAKEOVERRIDES): Don't define.
11936
11937 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11938
11939 * configure.in (m32r): Fix spelling of libg++ libs.
11940
11941 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11942
11943 * config.sub (-apple*): Remove, now redundant.
11944
11945 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11946
11947 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11948
11949 * configure: Rework yesterday's sed script patch.
11950
11951 * config.sub: Merge with FSF.
11952
11953 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11954
11955 * config.guess: Merge from FSF.
11956
11957 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11958 * config.guess: Use pc instead of unknown, for pc clone systems.
11959 Change linux to linux-gnu.
11960
11961 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11962 * config.guess: Avoid non-portable tr syntax.
11963
11964 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11965
11966 * test-build.mk (HOLES): Add "xargs" for gdb.
11967
11968 * configure: Avoid hpux10.20 sed bug.
11969
11970 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11971
11972 * configure.in: Add support for windows host
11973 (that is a build done under the Microsoft build environment).
11974
11975 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11976
11977 * Makefile.in: Replace all uses of srcroot with s, to shrink
11978 command line lengths.
11979
11980 Patches from Geoffrey Noer <noer@cygnus.com>:
11981 * configure.in: If configuring for newlib, pass --with-newlib to
11982 subdirectories.
11983 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11984 -Bnewlib/ and -Lwinsup to gcc.
11985 (CXX_FOR_TARGET): Likewise.
11986
11987 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11988
11989 * Makefile.in (ETC_SUPPORT): Add configure.
11990
11991 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11992
11993 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11994 host configuration file.
11995
11996 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11997
11998 * configure.in: Break mn10x00 support into separate
11999 mn10200 and mn10300 configurations.
12000 * config.sub: Likewise.
12001
12002 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12003
12004 * configure.in: Add lots of stuff to noconfigdirs for
12005 the mn10x00 targets.
12006
12007 * config.sub, configure.in: Add mn10x00 support.
12008
12009 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12010
12011 * make-all.com: Call conf-a-gas, not config-a-gas.
12012
12013 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12014
12015 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12016 targets.
12017
12018 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12019
12020 * mpw-README: Add much more detail for native PowerMac.
12021 * mpw-install: New file.
12022 * mpw-configure: Add --norecursion and --help options.
12023 * mpw-config.in: Translate readme and install files when
12024 copying to objdir.
12025 * mpw-build.in: Don't always depend on byacc and flex.
12026 (install-only-top): New action.
12027
12028 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12029
12030 * configure.in: You can now configure GDB for the v850.
12031
12032 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12033
12034 * configure.in (noconfigdirs): Don't configure any C++ dirs
12035 if targeting D10V.
12036
12037 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12038
12039 * config.sub: Recognize mips64vr5000.
12040
12041 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12042
12043 * configure.in: Use a single line for host_tools and native_only.
12044
12045 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12046
12047 * config.sub, configure.in: Add entries for m32r.
12048
12049 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12050
12051 * Makefile.in (inet-install): Don't run install-gzip.
12052
12053 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12054
12055 * configure.in: Don't config lots of things for *-*-windows*.
12056
12057 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12058
12059 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12060 (host_libs, host_tools): Copy from configure.in.
12061 * mpw-configure: Don't complain about directories not found.
12062
12063 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12064
12065 * configure.in (i[345]86): Recognize i686 for pentium pro.
12066 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12067 file.
12068
12069 * config.guess (i[345]86): Ditto.
12070
12071 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12072
12073 * configure.in (noconfigdirs): Removed gdb for D10V.
12074
12075 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12076
12077 * configure.in: Remove ld, target-libio, target-libg++, and
12078 target-libstdc++ from noconfigdirs.
12079
12080 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12081
12082 * configure: Fix three locations where shell scripts were
12083 being run directly rather than with config_shell.
12084
12085 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12086
12087 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12088 * config.sub (basic_machine): Recognize v850.
12089
12090 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12091
12092 * mpw-configure: Handle multiple enable/disable options and
12093 pass them down recursively, handle -c and -s flags appropriately
12094 depending on choice of compiler, add escape mechanism for
12095 quoted arguments to gC.
12096
12097 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12098
12099 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12100 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12101 so that -mrelocatable-lib and -mno-eabi are used.
12102
12103 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12104 not support --print-multi-lib, don't abort.
12105
12106 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12107
12108 * make-all.com: Run config-a-gas.
12109 * setup.com: Don't copy subdirectory files around.
12110
12111 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12112
12113 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12114 target, it now compiles correctly.
12115
12116 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12117
12118 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12119
12120 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12121
12122 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12123
12124 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12125
12126 * configure.in (native_only): Add prms.
12127
12128 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12129
12130 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12131 (BINUTILS_SUPPORT_DIRS): Likewise.
12132
12133 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12134
12135 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12136 d10v support is added.
12137
12138 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12139
12140 * configure.in (d10v-*-*): New target.
12141
12142 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12143
12144 * config.guess (HP 9000/811): Recognize this as a PA1.1
12145 machine.
12146
12147 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12148
12149 * Makefile.in (do-tar-gz): New target, split out from tail end of
12150 taz target. Run each command separately, don't use pipes.
12151 (taz): Use it.
12152
12153 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12154
12155 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12156 * mpw-build.in: No builds should depend on building byacc or flex,
12157 they are assumed to be installed already.
12158
12159 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12160
12161 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12162 variable that CC_FOR_TARGET needs.
12163
12164 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12165
12166 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12167 options have changed since the last time the subdirectory was
12168 configured, and if it has, reconfigure.
12169 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12170 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12171
12172 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12173
12174 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12175 CLEAN_MODULES): Add bash.
12176 (all-bash): New target.
12177
12178 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12179
12180 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12181
12182 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12183
12184 * config.sub (basic_machine): Recognize d10v as a valid processor.
12185
12186 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12187
12188 * mpw-configure: Add support for --bindir.
12189 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12190
12191 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12192
12193 * configure.in: add bash, time, gawk to list of hosttools and things
12194 to only build for native toolchains
12195
12196 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12197
12198 * Makefile.in (docdir): Remove.
12199
12200 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12201
12202 * Makefile.in (datadir): Set to $(prefix)/share.
12203
12204 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12205
12206 * configure.in: build diff and patch for cygwin32-hosted
12207 toolchains.
12208
12209 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12210
12211 * config.sub: Accept -rtems*.
12212
12213 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12214
12215 * configure.in: enable dosrel for cygwin32-hosted builds,
12216 remove diff from the list of things not buildable
12217 via Canadian Cross
12218
12219 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12220
12221 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12222 don't get ". ".
12223
12224 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12225
12226 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12227
12228 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12229
12230 * Makefile.in (taz): Handle case where tex3patch didn't even get
12231 checked out. Also, if it was found, put the symlink in a new util
12232 subdirectory.
12233
12234 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12235
12236 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12237
12238 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12239
12240 * config.sub: Recognize -openvms.
12241 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12242 * make-all.com, setup.com: New files.
12243
12244 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12245
12246 * Makefile.in (taz): tex3patch moved to texinfo/util.
12247
12248 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12249
12250 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12251 * configure.in: remove make from disable-if-Can-Cross list
12252 enable gdb if ${host} and ${target} are cygwin32
12253
12254 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12255
12256 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12257 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12258
12259 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12260
12261 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12262 distinguish sysv/svr4/bsd variants.
12263 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12264
12265 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12266
12267 * configure.in: Added copyright notice.
12268 * move-if-change: Added copyright notice.
12269
12270 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12271
12272 * configure.in (powerpcle-*-solaris*): Until we get shared
12273 libraries working, don't build gdb, sim, make, tcl, tk, or
12274 expect.
12275
12276 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12277
12278 * config.guess: Merge with FSF:
12279
12280 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12281 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12282
12283 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12284 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12285
12286 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12287 * config.guess: Combine two OSF1 rules.
12288 Also recognize field test versions. From mjr@zk3.dec.com.
12289 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12290 because GNU uname does not support -p. From pmr@pajato.com.
12291
12292 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12293
12294 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12295
12296 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12297
12298 * mpw-README: Document GCCIncludes.
12299
12300 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12301
12302 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12303
12304 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12305
12306 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12307
12308 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12309
12310 * configure.in (*-*-cygwin32): Configure make.
12311
12312 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12313
12314 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12315
12316 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12317
12318 * Makefile.in (all-inet): Depend on all-perl.
12319
12320 * Makefile.in (inet-install): New target.
12321
12322 * Makefile.in (all-inet): Depend on all-tcl.
12323 (all-inet): Depend on all-send-pr.
12324
12325 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12326
12327 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12328 temporarily.
12329
12330 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12331
12332 * configure.in: Don't configure --with-gnu-ld on AIX.
12333
12334 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12335
12336 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12337
12338 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12339
12340 * Makefile.in (ALL_MODULES): Added all-inet.
12341 (CROSS_CHECK_MODULES): Added check-inet.
12342 (INSTALL_MODULES): Added install-inet.
12343 (CLEAN_MODULES): Added clean-inet.
12344 (all-indent): New target.
12345
12346 * configure.in (host_tools): Added inet.
12347 (native_only): Added inet.
12348 (noconfigdirs): Added inet.
12349
12350 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * configure.in: Don't configure libgloss if we are not configuring
12353 newlib.
12354
12355 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12356
12357 * configure.in: Don't configure libgloss for unsupported
12358 architectures.
12359
12360 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12361
12362 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12363
12364 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12365
12366 * Makefile.in (ALL_MODULES): Include all-apache.
12367 (CROSS_CHECK_MODULES): Include check-apache.
12368 (INSTALL_MODULES): Include install-apache.
12369 (all-apache): New target.
12370
12371 * configure.in: Added apache everywhere perl is seen.
12372
12373 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12374
12375 * Makefile.in: Add support for clean-{module} and
12376 clean-target-{module} rules.
12377
12378 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12379
12380 * configure.in (*-*-ose) do not build libgloss.
12381
12382 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12383
12384 * config.guess (prep*:SunOS:5.*:*): Turn into
12385 powerpele-unknown-solaris2.
12386
12387 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12388
12389 * configure.in: Permit --enable-shared to specify a list of
12390 directories.
12391
12392 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12393
12394 * configure.in (host==solaris): Pass only the first word of $CC
12395 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12396
12397 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12398
12399 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12400
12401 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12402
12403 * Makefile.in (ALL_MODULES): Include all-perl.
12404 (CROSS_CHECK_MODULES): Include check-perl.
12405 (INSTALL_MODULES): Include install-perl.
12406 (ALL_X11_MODULES): Include all-guile.
12407 (CHECK_X11_MODULES): Include check-guile.
12408 (INSTALL_X11_MODULES): Include install-guile.
12409 (all-perl): New target.
12410 (all-guile): New target.
12411
12412 * configure.in (host_tools): Include perl and guile.
12413 (native_only): Include perl and guile.
12414 (noconfigdirs): Don't build guile and perl; no ports have been
12415 done.
12416
12417 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12418
12419 * configure (--enable-*): Handle quoted option lists such as
12420 --enable-sim-cflags='-g0 -O' better.
12421
12422 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12423
12424 * Makefile.in ({,inst}all-target): New rule so we can make and
12425 install all of the target directories easily.
12426
12427 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12428
12429 * configure.in: Add missing global flag in sed substitution when
12430 deleting `target-' from ${configdirs}.
12431
12432 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12433
12434 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12435 option.
12436
12437 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12438 config/mh-necv4.
12439
12440 * install.sh: Correct misspelling of transformbasename.
12441
12442 * config.guess: Recognize mips-*-sysv*.
12443
12444 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12445
12446 * config.sub: Recognize mon960.
12447
12448 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12449
12450 * configure: Restore Canadian Cross handling of BISON and LEX,
12451 removed in Feb 20 change.
12452
12453 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12454
12455 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12456 Mention make install. Remove the old copyright date as well the
12457 clumsy and rather pointless copyright on the README file.
12458
12459 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12460
12461 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12462 Makefile after running symlink-tree, then run `make distclean' to
12463 avoid clobbering any generated files in srcdir.
12464
12465 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12466
12467 * configure.in (m68k-*-netbsd*): Build everything now.
12468
12469 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12470
12471 * Makefile.in (taz): Fix quoting.
12472
12473 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12474
12475 * configure.in (sparclet-*-*): Build everything now.
12476
12477 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12478
12479 * configure.in (m68k-*-linux*): New host.
12480
12481 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12482
12483 * configure: Check for bison before byacc.
12484
12485 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12486
12487 * Makefile.in configure: Change the way LEX and BISON/YACC are
12488 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12489 searching PATH. These are used as fallbacks by Makefile.in if
12490 flex/bison/byacc aren't in objdir.
12491
12492 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12493
12494 * Makefile.in: Make everything which depends upon all-bfd also
12495 depend upon all-opcodes, in case --with-commonbfdlib is used.
12496
12497 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12498
12499 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12500 building NT native compilers on Unix.
12501
12502 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12503
12504 * configure.in: Don't get CC from the host Makefile fragment if we
12505 can find gcc in PATH, or if this is a Canadian Cross. Move the
12506 Solaris test for /usr/ucb/cc to the post target script, just after
12507 the compiler sanity test.
12508
12509 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12510
12511 * config.sub: Merge with FSF.
12512
12513 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12514
12515 * Makefile.in (RPATH_ENVVAR): New variable.
12516 (REALLY_SET_LIB_PATH): Use it.
12517 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12518
12519 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12520
12521 * config.sub, configure.in: Recognize sparclet cpu.
12522
12523 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12524
12525 * config.guess: Support m68k-cbm-sysv4.
12526
12527 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12528
12529 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12530 m68k-unknown-linuxaout from linker help string. Put quotes around
12531 $ld_help_string.
12532
12533 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12534
12535 * config.guess (powerpc-harris-powerunix): Add guess for port
12536 to new target.
12537
12538 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12539
12540 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12541
12542 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12543
12544 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12545 $(REALLY_SET_LIB_PATH) in Makefile.
12546 * Makefile.in (SET_LIB_PATH): New variable.
12547 (REALLY_SET_LIB_PATH): New variable.
12548 ($(DO_X)): Use $(SET_LIB_PATH).
12549 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12550 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12551 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12552 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12553 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12554 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12555 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12556 (install-dosrel): Likewise.
12557 (all-opcodes): Depend upon all-libiberty.
12558
12559 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12560
12561 * config.guess (*:CYGWIN*): New
12562
12563 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12564
12565 * Makefile.in (all-target-winsup): All all-target-libiberty.
12566
12567 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12568
12569 * configure.in (noconfigdirs): Add missing # in front of comment.
12570
12571 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12572
12573 * configure.in: add second pass to things added to noconfigdirs
12574 so *-gm-magic can exclude libgloss properly.
12575
12576 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12577
12578 * mpw-configure (extralibs_name, rez_name): Set correctly
12579 for MWC68K compiler.
12580
12581 * mpw-README: Add more info on the necessary build tools.
12582
12583 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12584
12585 * configure.in, config.sub: Recognize cygwin32.
12586
12587 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12588
12589 * config.guess, config.sub: Recognize A/UX.
12590
12591 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * config.sub: Merge with gcc/config.sub.
12594
12595 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12596
12597 * mpw-build.in (do-binutils): Add build of stamps.
12598
12599 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12600
12601 * config.sub: Add recognition for mips64vr4100*-* targets.
12602
12603 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12604
12605 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12606 Add creation of gconfigargs with `--enable-shared' turned on.
12607 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12608 ($(host)-stamp-stage3-configured): Likewise.
12609 (HOLES): Add chatr and ldd.
12610 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12611
12612 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12613
12614 * configure: Pass --nfp to recursive configures.
12615
12616 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12617
12618 * Makefile.in (DLLTOOL): New.
12619 (DLLTOOL_FOR_TARGET): New.
12620 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12621 (EXTRA_TARGET_FLAGS): Ditto.
12622 (EXTRA_GCC_FLAGS): Ditto.
12623 (CONFIGURE_TARGET_MODULES): Ditto.
12624 (DO_X): Ditto.
12625 * configure: Add DLLTOOL.
12626
12627 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12628
12629 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12630 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12631 mh-sco, since old workarounds no longer needed, and don't
12632 build ld, since libraries have weak symbols in COFF.
12633
12634 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12635
12636 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12637
12638 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12639
12640 * configure.in: Make sure that ${CC} can be used to compile an
12641 executable.
12642
12643 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12644
12645 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12646 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12647 nothing depending on whether gdbtk is being built.
12648
12649 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12650
12651 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12652
12653 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12654
12655 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12656 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12657
12658 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12659
12660 * config-ml.in: Add support for
12661 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12662 Simplify setting of multidirs from --disable-foo.
12663
12664 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12665
12666 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12667 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12668 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12669 non-empty, pass them on to the GCC make.
12670 (all-bootstrap): New rule that is like all-gcc, except it executes
12671 the GCC bootstrap rule instead of the GCC all rule.
12672
12673 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12674
12675 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12676
12677 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12678
12679 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12680 DG/UX support.
12681
12682 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12683
12684 * config.sub (i*86*) Change [345] to [3456]
12685
12686 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12687
12688 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12689 --with-gnu-ld=no.
12690
12691 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12692
12693 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12694 AIX multilibs get built.
12695
12696 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12697
12698 * configure.in (i386-win32): Don't build expect if we're not
12699 building the tcl subdir.
12700
12701 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12702
12703 * Makefile.in: (configure-target-examples, all-target-examples):
12704 New targets, configure and build example programs.
12705
12706 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12707
12708 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12709 use it as input to sedit the generated MPW makefile.
12710 * mpw-README: Add a suggestion about Gestalt.h.
12711
12712 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12713
12714 * config.sub: Accept *-*-ieee*.
12715
12716 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12717
12718 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12719 Ronald F. Guilmette <rfg@monkeys.com>.
12720
12721 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12722
12723 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12724 for powerpc-pe native.
12725 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12726 (target==powerpc-pe): duplicate i386-win32 entry.
12727
12728 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12729
12730 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12731 of vxworks, not just vxworks5.1.
12732
12733 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12734
12735 * mpw-configure: Add support for exec-prefix.
12736
12737 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12738
12739 * config.guess: Recognize HP model 816 machines as having
12740 a PA1.1 processor.
12741
12742 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12743
12744 * configure: Ignore new autoconf configure options.
12745
12746 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12747
12748 * config.guess: Recognize Pentium under SCO.
12749 From Robert Lipe <robertl@arnet.com>.
12750
12751 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12752
12753 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12754
12755 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12756
12757 * configure.in: Don't configure gas for alpha-dec-osf*.
12758
12759 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12760
12761 * configure.in: Default to --with-stabs for some targets for which
12762 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12763 i[345]86*-*-unixware*.
12764
12765 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12768 rather than basing it on the target. Simplify handling of options
12769 controlling which directories to configure. Remove extraneous
12770 slash in multi-clean target.
12771
12772 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12773
12774 * config-ml.in: Prefix more variables with ml_ so they don't collide
12775 with configure's.
12776
12777 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12778
12779 * configure: Don't turn -v into --v.
12780
12781 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12782
12783 * configure.in (targargs): Fix typo.
12784
12785 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12786
12787 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12788
12789 * configure.in: Strip --host and --target options from
12790 CONFIG_ARGUMENTS, and always configure for --host only. Add
12791 --with-cross-host option when building with a cross-compiler.
12792 * configure: Canonicalize the arguments put into config.status by
12793 always using `=' for an option with an argument. Pass a presumed
12794 --host or --target explicitly.
12795
12796 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12797
12798 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12799 into general OS recognition case.
12800
12801 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12802
12803 * configure.in (target_configdirs): add target-winsup only
12804 for win32 target systems.
12805
12806 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12807
12808 * Makefile.in (all-target-libgloss): Depend upon
12809 configure-target-newlib, since when libgloss is built it looks to
12810 see if the newlib directory exists.
12811
12812 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12813
12814 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12815 cfg-ml-*.in.
12816
12817 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12818
12819 * configure: Handle LD and LD_FOR_TARGET when configuring a
12820 Canadian Cross.
12821
12822 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12823
12824 * configure.in (target_libs): add target-winsup.
12825 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12826 (target==ppcle-pe): remove ld from $noconfigdirs.
12827
12828 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12829
12830 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12831 Preserve relative path names in $srcdir. Build symlink tree if
12832 configuring cross target dir and srcdir=. (= no VPATH support).
12833 (configure-target-libg++): Depend on configure-target-librx.
12834 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12835 * config-ml.in: New file.
12836 * symlink-tree: New file.
12837 * configure: Ensure srcdir="." if that's what it is.
12838
12839 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12840
12841 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12842 includes and FLEX_SKELETON setting.
12843 * mpw-configure (--with-gnu-ld): New option, controls whether
12844 to use PPCLink or ld with PowerMac GCC.
12845 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12846 * mpw-config.in: Configure grez if targeting Mac.
12847
12848 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12849 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12850 just macos.
12851 * configure.in: Configure grez resource compiler if targeting Mac.
12852 * Makefile.in (all-grez, install-grez): New targets.
12853
12854 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12855
12856 * configure: CXX defaults to gcc, not g++. If we find
12857 gcc in the path, set CC to gcc -O2.
12858
12859 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12860
12861 * configure: Default ${build} correctly. Avoid picking up extra
12862 spaces when reading CC and CXX from Makefile. When doing a
12863 Canadian Cross, use plausible default values for numerous
12864 variables.
12865 * configure.in: When doing a Canadian Cross, don't try to
12866 configure tools whose configure script can't handle it.
12867
12868 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12869
12870 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12871
12872 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12873
12874 * configure: Remove dubious bug reporting address.
12875
12876 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12877
12878 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12879 configure script, run that instead of this directory's configure.
12880 In either case, print a message that we're configuring the sub-dir.
12881
12882 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12883
12884 * configure.in: Before checking for the existence of various files,
12885 use sed to filter out "target-".
12886
12887 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12888
12889 * Makefile.in (DO_X): Split rule to decrease command line length
12890 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12891 (Philippe De Muyter).
12892
12893 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12894
12895 * Makefile.in (all-patch): depend on all-libiberty.
12896
12897 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12898
12899 * configure.in: If the only directory in target_configdirs which
12900 actually exists is libiberty, then set target_configdirs to empty,
12901 to avoid trying to build a target libiberty in a gas or gdb
12902 distribution.
12903
12904 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12905
12906 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12907 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12908 systems.
12909
12910 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12911
12912 * configure.in (copy_dirs): Use sys-include instead of include
12913 for --with-headers option.
12914
12915 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12916
12917 * Makefile.in, configure.in: Make winsup builds work with
12918 new scheme.
12919
12920 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12921
12922 * configure.in: Build the linker on AIX.
12923
12924 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12925
12926 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12927 where needed.
12928
12929 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12930
12931 * Makefile.in (all-gcc): Fix typo.
12932
12933 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12934
12935 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12936
12937 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12938
12939 * configure.in: Rename libFOO to target-libFOO, and xiberty
12940 to target-xiberty, to provide more flexibility.
12941 (target_subdir): Define. Create if cross.
12942 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12943 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12944 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12945 check-libFOO -> check-target-libFOO, etc.
12946 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12947 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12948 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12949 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12950 allow ALL_GCC="" to only configure.
12951 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12952 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12953 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12954
12955 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12956
12957 * Makefile.in (taz): Build "info" in etc explicitly.
12958
12959 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12960
12961 * configure.in: Make sure that CC is undefined (as opposed to
12962 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12963 problem with autoconf trying to configure on a host without GCC.
12964
12965 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12966
12967 * mpw-configure: Set host alias from choice of host compiler,
12968 only use generic MPW Makefile sed if present, edit a file
12969 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12970 * mpw-README: Add problem notes about CW6 and CW7.
12971
12972 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12973
12974 * Makefile.in (taz): Use ";" instead of ";;".
12975
12976 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12977
12978 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12979 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12980 DISTDOCDIRS.
12981 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12982 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12983
12984 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12985
12986 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12987 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12988 Move bfd to DISTSTUFFDIRS.
12989
12990 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12991
12992 * Makefile.in (X11_LIB): Removed.
12993 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12994
12995 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12996
12997 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12998
12999 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13000 names.
13001
13002 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13003
13004 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13005
13006 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13007
13008 * configure.in (i[345]86-*-win32): Always build newlib.
13009 Don't configure cvs, autoconf or texinfo.
13010 * Makefile.in (LD_FOR_TARGET): New.
13011 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13012 Pass down LD_FOR_TARGET.
13013
13014 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13015
13016 * winsup: New directory.
13017 * Makefile.in: Build winsup.
13018 * configure.in: Winsup is configured when target is win32.
13019 Can only build win32 target GDB when native.
13020
13021 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13022
13023 * config.guess: Recognize HP model 819 machines as having
13024 a PA 1.1 processor.
13025
13026 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13027
13028 * configure: Fix sed loop which substitutes for CC and CXX to
13029 avoid bug found in various sed implementations.
13030
13031 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13032
13033 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13034 simulator. Use standard powerpc-*-eabi*.
13035
13036 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13037
13038 * configure.in: Stop putting gas and binutils in noconfigdirs for
13039 powerpc-*-aix* and rs6000-*-*.
13040
13041 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13042
13043 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13044 -mcall-aixdesc libraries.
13045
13046 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13047
13048 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13049
13050 * config.sub (arm | armel | armeb): Fix shell syntax.
13051
13052 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13053
13054 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13055 -msoft-float and -mcpu=common support.
13056 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13057 libraries.
13058
13059 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13060
13061 * configure.in: Allow configuration and build of emacs19 for the alpha.
13062
13063 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13064
13065 * configure.in (CC): Get ^CC, not just any old CC, from
13066 ${host_makefile_frag}.
13067
13068 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13069
13070 * configure.in (CC): Try to get CC from
13071 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13072
13073 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13074
13075 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13076 only if it exists in $(srcdir).
13077
13078 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13079
13080 * configure: If CC and CXX are not set in the environment, set
13081 them, based on either an existing Makefile or on searching for gcc
13082 in PATH. Substitute for CC and CXX in Makefile.
13083 * configure.in: Remove libm from target_libs. Separate
13084 target_configdirs from configdirs. If CC is not set in
13085 environment, try to get it from a host Makefile fragment. Rewrite
13086 changes of configdirs to use skipdirs instead. A few minor
13087 tweaks. Take directories out of target_configdirs as they are
13088 taken out of configdirs. Remove existing Makefile files from
13089 subdirectories. Substitute for TARGET_CONFIGDIRS and
13090 CONFIG_ARGUMENTS in Makefile.
13091 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13092 by configure.in.
13093 (CONFIG_ARGUMENTS): Likewise.
13094 (CONFIGURE_TARGET_MODULES): New variable.
13095 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13096 ($(CONFIGURE_TARGET_MODULES)): New target.
13097 (configure-libg++, configure-libio): New targets.
13098 (all-libg++): Depend upon configure-libg++.
13099 (all-libio): Depend upon configure-libio.
13100 (configure-libgloss, all-libgloss): New targets.
13101 (configure-libstdc++): New target.
13102 (all-libstdc++): Depend upon configure-libstdc++.
13103 (configure-librx, all-librx): New targets.
13104 (configure-newlib): New target.
13105 (all-newlib): Depend upon configure-newlib
13106 (configure-xiberty): New target.
13107 (all-xiberty): Depend upon configure-xiberty.
13108
13109 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13110
13111 * configure.in (host i[345]86-*-win32): Expand the
13112 noconfigdirs again.
13113
13114 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13115
13116 * mpw-configure: Fix sed command file name.
13117
13118 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13119
13120 * configure.in (host i[345]86-*-win32): Reduce the
13121 noconfigdirs again.
13122
13123 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13124
13125 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13126 or powerpc*-*-pe*, since they are not yet supported.
13127
13128 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13129
13130 Add PowerMac support and many other enhancements.
13131 * mpw-configure: New option --cc to select compiler to use,
13132 paste options set according to --cc into the generated
13133 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13134 if mpw-make.sed is present.
13135 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13136 add forward includes for PowerPC include files.
13137 * mpw-build.in: Build using Makefile.PPC if present.
13138 (do-byacc, etc): Remove separate version resource builds.
13139 (do-gas): Build "stamps" before "all".
13140 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13141 * mpw-README: Update to reflect --cc option, PowerMac support,
13142 and recently-reported compatibility problems.
13143
13144 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13145
13146 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13147 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13148 (--with-multilib-top): Pass to recursive invocations.
13149
13150 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13151
13152 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13153 v810-*-*.
13154
13155 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13156
13157 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13158 gdb, ld and opcodes on v810-*-*.
13159
13160 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13161
13162 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13163 (local-maintainer-clean): New target.
13164 (maintainer-clean): New target.
13165 (realclean): Just depend upon maintainer-clean.
13166
13167 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13168
13169 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13170
13171 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13172
13173 * configure.in: Build ld in mips*-*-bsd* case.
13174
13175 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13176
13177 * config.sub: Accept -lites* OS. From Ian Dall.
13178
13179 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13180
13181 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13182 targets.
13183
13184 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13185
13186 * configure.in: treat i386-win32 canadian cross the same as
13187 i386-go32 canadian cross.
13188
13189 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13190
13191 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13192 running under the simulator to build a reduced set of libraries.
13193 (powerpc-*-eabiaix): Add fine grained multilib support added to
13194 other powerpc targets yesterday.
13195
13196 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13197
13198 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13199 -disable-softfloat, -disable-relocatable, -disable-aix, and
13200 -disable-sysv to control which multilib libraries get built.
13201
13202 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13203
13204 * configure: Add Makefile.tem to list of files to remove in trap
13205 handler.
13206
13207 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13208
13209 * config.guess (*Linux*): Add missing "exit"s.
13210 Also, need specific check for alpha-unknown-linux (uses COFF).
13211
13212 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13213
13214 * config.guess: Merge with FSF:
13215
13216 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13217 * config.guess (AIX4): More robust release numbering discovery.
13218
13219 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13220 * config.guess (i386-sequent-ptx): Properly get version number.
13221
13222 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13223 * config.guess (mips:*:4*:UMIPS): New case.
13224
13225 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13226
13227 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13228 (i386-win32 host): Likewise. Don't build readline.
13229
13230 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13231
13232 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13233 SUPPORT_FILES to submakes.
13234
13235 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13236
13237 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13238 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13239 mpw-configure.
13240
13241 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13242
13243 * configure.in (appdirs): Use =, not ==, in test expression when
13244 trying to build the text to print in the warning message for
13245 Solaris users.
13246
13247 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13248
13249 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13250
13251 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13252
13253 * config.guess: Recognize lynx-2.3.
13254
13255 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13256
13257 * config.sub (z8ksim): Deleted
13258 (z8k-*-coff): New, this is the one true name of the target.
13259
13260 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13261
13262 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13263
13264 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13265
13266 * config.guess (*:Linux:*:*): First try asking the linker what the
13267 default object file format is (elf, aout, or coff). Then if this
13268 fails, try previous methods.
13269
13270 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13271
13272 * configure.in: Don't build newlib for *-*-vxworks5.1.
13273
13274 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13275
13276 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13277 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13278
13279 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13280
13281 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13282
13283 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13284
13285 * cfg-ml-com.in: New file.
13286 * cfg-ml-pos.in: New file.
13287
13288 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13289
13290 * COPYING.NEWLIB: Add HP free copyright to list.
13291
13292 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13293
13294 * config.sub: Recognize -eabi* for the system, not just -eabi.
13295
13296 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13297
13298 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13299 * config.sub, configure.in (win32): New target and host.
13300
13301 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13302
13303 * configure.in: Add i386-pe configuration.
13304
13305 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13306
13307 * mpw-build.in (install): Install GDB after LD.
13308
13309 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13310
13311 * mpw-config.in (elf/mips.h): Always forward-include, needed
13312 for GDB to build.
13313
13314 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13315
13316 * testsuite: New directory for customer acceptance and whole tool
13317 chain tests.
13318
13319 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13320
13321 * configure: If per-host line isn't found, but AC_OUTPUT is found
13322 and a configure script exists, run it instead.
13323
13324 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13325
13326 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13327
13328 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13329
13330 * configure: Set build_{cpu,vendor,os,alias} to host values when
13331 --build isn't specified.
13332
13333 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13334
13335 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13336 (FLAGS_TO_PASS): Pass them.
13337 (EXTRA_TARGET_FLAGS): Ditto.
13338
13339 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13340
13341 * Makefile.in (all-libg++): Depend on all-libstdc++.
13342
13343 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13344
13345 * configure.in (noconfigdirs): Enable all packages for
13346 i386-unknown-netbsd.
13347
13348 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13349
13350 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13351 hosted builds (DOS builds)
13352
13353 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13354
13355 Changes for ARM based on patches from Richard Earnshaw:
13356 * config.sub: Handle armeb and armel.
13357 * configure.in: Omit arm linker only for riscix.
13358
13359 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13360
13361 * config.guess: Update from FSF.
13362
13363 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13364
13365 * config.sub: Recognize powerpcle as the little endian varient of
13366 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13367 powerpcle variant. Convert pentium into i586, not i486. Add p5
13368 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13369 temporarily.
13370
13371 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13372
13373 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13374
13375 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13376
13377 * config.sub: Accept -lites* as a basic system type.
13378
13379 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13380
13381 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13382 installed, and if so return linuxoldld as the system name.
13383
13384 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13385
13386 * config.guess: Add hppa1.1-hp-lites support.
13387
13388 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13389
13390 * configure.in: Don't build newlib for m68k-vxworks5.1.
13391
13392 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13393
13394 * configure.in (mips-sgi-irix6): Use mh-irix5.
13395
13396 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13397
13398 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13399
13400 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13401
13402 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13403 OSF/1. Fix compiler flags.
13404 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13405
13406 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13407
13408 * configure.in: Recognize --with-newlib.
13409 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13410
13411 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13412
13413 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13414 to *_X11_MODULES due to gdbtk needing X include files et al.
13415
13416 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13417
13418 Merge in support for Mac MPW as a host.
13419 (Old change descriptions retained for informational value.)
13420
13421 * mpw-config.in: Add generic include forwards for cpu-specific
13422 include files in aout and elf directories.
13423
13424 * mpw-configure: Added copyright.
13425 * mpw-config.in: Check for presence of required build tools.
13426 (target_libs): Add newlib.
13427 (target_tools): Add examples.
13428 (Read Me): Generate as "Read Me for MPW" instead.
13429 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13430 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13431 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13432
13433 * mpw-configure: Remove subdir-specific makefile hackery,
13434 delete mk.tmp after using it.
13435
13436 * mpw-build.in (all): Display start and end times.
13437
13438 * mpw-configure (host_canonical): Set.
13439 (target_cpu): Always add to makefiles.
13440 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13441 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13442 (mpw-mh-mpw): Look for in srcdir and srcroot.
13443 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13444
13445 * mpw-build.in: (install-only): New target.
13446
13447 * mpw-configure (host_alias, target_alias): Rename from hostalias
13448 and targetalias, add into generated Makefile.
13449 (mk.tmp): If present, add into generated Makefile.
13450 * mpw-build.in (all-gas): Build config.h first before gas proper.
13451
13452 * mpw-configure (config.status): Write only if changed.
13453 * mpw-config.in (readline): Configure it (not built, just used for
13454 definitions).
13455
13456 * mpw-config.in (elf/mips.h): Add a forward include.
13457
13458 * mpw-config.in: Forward-include most .h files in include into
13459 extra-include.
13460 (readline): Don't build.
13461 mpw-build.in (install): Install GDB.
13462
13463 * mpw-configure (prefix, mpw_prefix): Handle it.
13464 * mpw-config.in (mmalloc, readline): Don't configure.
13465 * mpw-build.in (thisscript): Rename to ThisScript.
13466 Use mpw-build instead of BuildProgram everywhere.
13467 (mmalloc, readline): Don't build.
13468 * mpw-README: New file, basic documentation about the MPW port.
13469
13470 * mpw-config.in: Use forward-include to create include files.
13471
13472 * mpw-configure: Add more things to the top of each configured
13473 Makefile, including contents of config/mpw-mh-mpw.
13474 * mpw-config.in (extra-include): Create this directory and fill it
13475 with Posix-like include files when configuring.
13476
13477 * config.sub (apple, mac, mpw): Add various aliases.
13478
13479 * mpw-build.in: New file, top-level build script fragment for MPW.
13480 * mpw-configure: New file, configure script for MPW.
13481 * mpw-config.in: New file, config fragment for MPW.
13482
13483 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13484
13485 * configure.in (host_libs): Remove glob, since it is gone from the
13486 sources.
13487
13488 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13489
13490 * Makefile.in: define empty GDB_NLM_DEPS var.
13491
13492 * configure.in(target_makefile_frag): use config/mt-netware
13493 for netware targets.
13494
13495 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13496
13497 * config.sub: Merge in recent FSF changes. Remove linux special
13498 cases.
13499
13500 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13501
13502 Revert this change:
13503
13504 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13505
13506 * build-all.mk: Use CC=cc -Xs on Solaris.
13507
13508 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13509
13510 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13511 stop using it.
13512 * Makefile.in: Nuke all references to glob subdirectory.
13513
13514 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13515
13516 * configure.in: Fix --enable-shared logic in per-host.
13517
13518 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13519
13520 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13521
13522 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13523
13524 * configure.in (noconfigdirs): Don't build gas on AIX, for
13525 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13526
13527 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13528
13529 * configure: Fix --cache-file to work if the file argument is a
13530 relative path.
13531
13532 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13533
13534 * configure: If the --cache-file is used, pass it down to
13535 configure in subdirectories.
13536
13537 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13538
13539 * config.sub: add vxworks29k configuration.
13540
13541 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13542
13543 * Makefile.in (taz): Do "diststuff" part quietly.
13544
13545 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13546
13547 * config.sub: Mini-merge with gcc/config.sub.
13548
13549 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13550
13551 * config.guess (IRIX): Sed - to _.
13552
13553 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13554
13555 * Makefile.in (source-vault, binary-vault): New targets.
13556
13557 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13558
13559 * config.sub: Recognize -eabi as a basic system type.
13560
13561 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13562
13563 * configure.in (enable_shared stuff): Fix typo.
13564
13565 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13566
13567 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13568
13569 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13570
13571 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13572
13573 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13574
13575 * configure.in (rs6000-*-*): Don't build gas.
13576
13577 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13578
13579 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13580 reduce command line length.
13581 (AS_FOR_TARGET): Check for as.new, not Makefile.
13582 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13583
13584 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13585
13586 * config.guess: Merge from FSF.
13587
13588 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13589
13590 * configure: Don't use $ when handling program_suffix.
13591
13592 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13593
13594 * configure.in: Configure tk for hppa/hpux.
13595
13596 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13597
13598 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13599
13600 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13601
13602 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13603 to LIBCXXFLAGS. Tests are better run without it.
13604
13605 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13606
13607 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13608
13609 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13610
13611 * configure.in (*-*-netware*): Don't configure xiberty.
13612
13613 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13614
13615 * configure.in: Remove tk from native_only list.
13616
13617 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13618
13619 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13620 for special NCD build.
13621
13622 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13623
13624 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13625 makeall.bat, they're only useful for binutils snapshots.
13626 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13627 makeall.bat to specified SUPPORT_FILES.
13628
13629 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13630
13631 * build-all.mk: Add Ericsson targets to sun4 and solaris
13632 hosts. Add BNR's sun4 target to solaris host, so their
13633 build-from-source will be tested in-house first.
13634
13635 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13636
13637 * Makefile.in (LIBCFLAGS): New variable.
13638 (CFLAGS_FOR_TARGET): Ditto.
13639 (LIBCFLAGS_FOR_TARGET): Ditto.
13640 (LIBCXXFLAGS): Ditto.
13641 (CXXFLAGS_FOR_TARGET): Ditto.
13642 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13643 (BASE_FLAGS_TO_PASS): Pass them.
13644 (EXTRA_TARGET_FLAGS): Ditto.
13645
13646 * configure.in: Support --enable-shared.
13647
13648 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13649
13650 * configure.in (target_libs): Include libstdc++ again.
13651 * config.guess: Update from FSF (for FreeBSD).
13652
13653 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13654
13655 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13656 makeall.bat.
13657 (DISTDOCDIRS): Add `etc'.
13658 (ETC_SUPPORT_PFX): New variable.
13659 (taz): Include anything from etc starting with a word in
13660 ETC_SUPPORT_PFX.
13661
13662 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13663
13664 * config.sub: Update for recent FSF changes. Remove obsolete
13665 h8300hds entry. Add -windows* and -osx as basic os. Minor
13666 spacing changes.
13667
13668 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13669
13670 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13671
13672 * config.guess: Merge with FSF.
13673 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13674
13675 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13676
13677 * configure: Since the "trap 0" handler will override the exit
13678 status on many systems, only use it for "exit 1", and make it set
13679 a non-zero exit status; reset it before "exit 0". Also, check
13680 exit status of config.sub, and error out if it failed.
13681
13682 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13683
13684 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13685 and install libgloss.
13686
13687 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13688
13689 * Makefile.in (all-binutils): Depend upon all-byacc.
13690
13691 * configure.in: Don't build emacs on Irix 5.
13692
13693 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13694
13695 * configure.in (*-*-netware*): Add libio.
13696
13697 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13698
13699 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13700 (CHECK_TARGET_MODULES): Ditto.
13701 (INSTALL_TARGET_MODULES): Ditto.
13702 (TARGET_LIBS): Ditto.
13703 (all-libstdc++): Note dependencies.
13704
13705 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13706
13707 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13708
13709 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13710
13711 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13712 -fexternal-templates.
13713
13714 * configure.in (target_libs): Add libstdc++.
13715 (noconfigdirs): Add libstdc++ as appropriate.
13716
13717 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13718
13719 * config.guess: Update from FSF.
13720
13721 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13722
13723 * configure: Use ${config_shell} when running ${configsub}.
13724
13725 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13726
13727 * config.sub: No longer recognize h8300h.
13728
13729 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13730
13731 * config.sub: Remove extraneous differences between config.sub and
13732 gcc/config.sub.
13733
13734 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13735
13736 * Makefile.in (DISTSTUFFDIRS): Add gas.
13737
13738 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13739
13740 * COPYING.NEWLIB: New file.
13741
13742 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13743
13744 * config.guess (HP-UX): Patch from Harlan Stenn
13745 <harlan@landmark.com> to also emit release level.
13746
13747 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13748
13749 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13750
13751 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13752
13753 * config.sub: Merge nextstep cleanup from FSF.
13754
13755 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13756
13757 * configure.in (arm-*-*): Don't configure ld for this target.
13758
13759 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13760
13761 * configure.in (*-*-netware): don't configure libg++, libio,
13762 librx, or newlib.
13763
13764 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13765
13766 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13767 configure ld--it works, but it doesn't support shared libraries.
13768
13769 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13770
13771 * config.guess (*-unknown-freebsd*): Get rid of possible
13772 trailing "(Release)" in version string.
13773 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13774
13775 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13776
13777 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13778 Fix type: *-next-neststep -> *-next-nextstep.
13779
13780 * config.guess: Merge from FSF:
13781
13782 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13783
13784 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13785
13786 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13787
13788 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13789 instead of UNIX_SV for UnixWare 1.0).
13790
13791 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13792
13793 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13794 to make gdb/nlm/* build after the compiler and linker.
13795
13796 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13797
13798 * config.guess (netbsd, freebsd, linux): Accept any machine,
13799 not just i[34]86.
13800 (m68k-atari-sysv4): Relocate to match FSF version.
13801
13802 * config.guess: More merges from the FSF:
13803
13804 Add a space before function call or macro invocation.
13805
13806 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13807
13808 * config.guess: Add trap cmd to remove dummy.c and dummy when
13809 interrupted.
13810
13811 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13812
13813 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13814 (dummy): Redirect stderr from compilation of dummy.c.
13815
13816 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13817
13818 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13819
13820 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13821
13822 * configure: Accept and ignore --cache*, for compatibility with
13823 new autoconf.
13824
13825 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13826
13827 * config.guess: Merge from FSF:
13828
13829 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13830
13831 * config.guess (Pyramid*:OSx*:*:*): New case.
13832 (PATH): Add /.attbin at end for finding uname.
13833 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13834
13835 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13836
13837 * config.guess (M88*:DolphinOS:*:*): New case.
13838
13839 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13840
13841 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13842 to select whether to use ELF or COFF.
13843
13844 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13845
13846 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13847
13848 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13849
13850 * config.guess: Guess the OS version for HPUX.
13851
13852 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13853
13854 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13855
13856 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13857
13858 * configure.in: Recognize --with-headers, --with-libs, and
13859 --without-newlib.
13860 * Makefile.in (all-xiberty): Depend upon all-ld.
13861
13862 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13863
13864 * configure.in: Change i[34]86 to i[345]86.
13865
13866 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13867
13868 * configure (version): A few more tweaks to help message.
13869
13870 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13871
13872 * Makefile.in: Remove (for now) librx as a host library,
13873 now that we're building it for target.
13874
13875 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13876
13877 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13878 (Karl Berry).
13879
13880 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13881
13882 * configure.in: Also configure librx.
13883
13884 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13885
13886 * Makefile.in: Update various rules to reflect that librx
13887 is now needed for libg++.
13888
13889 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13890
13891 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13892
13893 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13894
13895 * configure.in: Configure the examples directory.
13896
13897 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13898
13899 * configure: Simplify Jun 2 1994 change.
13900
13901 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13902
13903 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13904 /bin/gcc isn't good enough to build gcc.
13905
13906 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13907
13908 * Makefile.in (GDB_SUPPORT_FILES): Remove
13909 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13910 (gdb.tar.gz): Add new rule to use standard distribution building
13911 mechanism.
13912
13913 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13914
13915 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13916 Bill Cox <bill@cygnus.com>.
13917
13918 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13919
13920 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13921
13922 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13923
13924 * configure: Search current dir first in .gdbinit.
13925
13926 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13927
13928 * config.sub: Recognize freebsd (merged from gcc config.sub).
13929
13930 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13931
13932 * config.sub: Refer to NeXT's operating system as nextstep.
13933
13934 * config.sub (case $basic_machine): Re-order the cases, to match
13935 the order in the FSF version (which is mostly alphabethical).
13936 Merge in some additions and changes from the FSF.
13937
13938 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13939
13940 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13941 * config.sub: Recognize cxux7.
13942 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13943
13944 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13945
13946 * config.sub: Fix typo powerpc -> powerpc-*.
13947
13948 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13949
13950 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13951
13952 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13953 parallel with all-emacs and install-emacs). Top-level command
13954 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13955
13956 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13957
13958 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13959 $(relbindir)/make before doing ``make install'', and use
13960 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13961 installing over running make binary.
13962 ($(host)-stamp-stage3-installed): Likewise.
13963
13964 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13965
13966 * config.guess: Recognize Mach.
13967
13968 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13969
13970 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13971 see whether --exec-prefix was used.
13972
13973 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13974
13975 * README: Explicitly mention libg++/README. (Zoo's idea.)
13976
13977 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13978
13979 * Makefile.in: Add all-librx target similar to all-libproc.
13980
13981 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13982
13983 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13984 with post 1.2 uname bogosity.
13985
13986 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13987
13988 * configure: Remove temporary files on receipt of a signal.
13989
13990 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13991
13992 * configure: If there is a package_makefile_frag, remove
13993 ${subdir}/Makefile.tem after copying it in.
13994
13995 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13996
13997 * build_all.mk: support rs6000 lynx identifies itself as
13998 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13999 since /bin/gcc is too feeble to compile a modern gcc.
14000
14001 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14002
14003 * brought devo/test-build.mk update-to-date with progressive/
14004 test-build.mk. Add lynx targets and hppa flag info.
14005
14006 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14007
14008 * configure.in: Use mh-ncrsvr43. Patch from
14009 Tom McConnell <tmcconne@sedona.intel.com>.
14010
14011 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14012
14013 * config.guess (i386-unknown-bsdi): No longer need to
14014 check #if defined(__bsdi__) && defined(__i386__).
14015
14016 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14017
14018 * configure: Set program_transform_nameoption correctly.
14019
14020 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14021
14022 * brought build-all.mk update-to-date with progressive build-all.mk,
14023 added new targets and hppa info.
14024
14025 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14026
14027 * configure: If config.guess result is a prefix of the user
14028 specified target, assume a native build and use the user specified
14029 target as the host alias. Remove SunOS patch suffix removal hack.
14030 * configure.in: Remove SunOS patch suffix removal hack.
14031
14032 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14033 in NATIVE_CHECK_MODULES.
14034
14035 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14036
14037 * Makefile.in: Rename HOST_ONLY to NATIVE.
14038 * configure: Delete SunOs patch suffix from host_canonical
14039 and build_canonical variables that are prepended to Makefiles.
14040 * configure.in: Add comments for easier maintenance.
14041
14042 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14043
14044 * Makefile.in: Add all-libproc target similar to all-gui.
14045
14046 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14047
14048 * Makefile.in (CHECK_MODULES): split into
14049 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14050
14051 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14052
14053 * config.guess (i386-unknown-bsdi): New system to guess.
14054
14055 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14056
14057 * Makefile.in: Add all-gui target (but not yet build by "all").
14058
14059 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14060
14061 * config.sub: Move deletion of patch suffix from here...
14062 * configure.in: To here, at Ian's suggestion. The top-
14063 level scripts might need to know of a patch level.
14064
14065 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14066
14067 * config.sub: Strip off patch suffix so rtl is recognized
14068 as a sunos4.1.3 machine, even though it's been patched.
14069
14070 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14071
14072 * Makefile.in (INSTALL_LAST): Delete.
14073 (INSTALL_DOSREL): New.
14074
14075 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14076
14077 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14078 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14079 whether we pass down --with-gnu-ld anyhow.
14080
14081 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14082
14083 * Makefile.in (INSTALL_LAST): Change operation so it works
14084 on more flavors of make.
14085 * configure.in (go32): Don't build libg++ or libio.
14086
14087 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14088
14089 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14090 they can be overriden by templates.
14091
14092 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14093
14094 * configure.in (target==go32): Don't build gdb.
14095 * dosrel: New directory.
14096
14097 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14098
14099 * configure.in (host==go32): Configure dosrel too.
14100 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14101 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14102 be set by incoming names or templates.
14103 (INSTALL_LAST): New rule.
14104
14105 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14106
14107 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14108
14109 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14110
14111 * configure.in (appdirs): New variable. Currently empty, but will
14112 be used in gas distribution. If nonempty, lists a set of
14113 directories at least one of which must get configured, or top
14114 level configuration is considered to have failed.
14115 (rs6000-*-lynxos*): Use new file name.
14116
14117 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14118
14119 Eliminate XTRAFLAGS.
14120 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14121 newlib include files using -idirafter, and also use -nostdinc.
14122 (CXX_FOR_TARGET): Likewise.
14123 (XTRAFLAGS): Removed.
14124 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14125 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14126 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14127 ($(DO_X)): Don't pass down XTRAFLAGS.
14128
14129 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14130
14131 * configure.in (mips*-dec-bsd*): New target; do build linker.
14132 (mips*-*-bsd*): New target; don't build linker.
14133
14134 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14135
14136 * configure.in: support rs6000-*-lynxos* configuration.
14137 support sunos4 as a cross target.
14138
14139 * config.sub: look for lynx*, not lynx since the OS version may
14140 legitimately be part of the name.
14141
14142 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14143
14144 * configure.in (i[34]86-*-sco*): Move to be with other i386
14145 targets.
14146 (romp-*-*): New target. Skip various binary utilities.
14147 (vax-*-*): New target. Don't build newlib.
14148 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14149
14150 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14151
14152 * configure.in: Only set host_makefile_frag if config
14153 directory exists.
14154
14155 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14156
14157 * install.sh: If $dstdir exists, don't check whether each
14158 component does.
14159
14160 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14161
14162 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14163
14164 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14165
14166 * configure.in (*-*-lynxos*): Don't configure newlib for either
14167 native or cross Lynx.
14168
14169 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14170
14171 * config.sub (sparc64-elf): Fix os.
14172 (z8k): Remove duplicate.
14173
14174 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14175
14176 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14177 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14178
14179 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14180
14181 * configure: Make file links cleanly even if Lynx fails on
14182 an NFS symlink (at least fail cleanly).
14183
14184 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14185
14186 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14187 -XNh2000.
14188
14189 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14190
14191 * configure: Unknown options are fatal again.
14192
14193 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14194
14195 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14196 compatibility.
14197
14198 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14199
14200 * build-all.mk: Add `clean' target.
14201
14202 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14203
14204 * config.guess: Add SINIX support.
14205 * configure.in: Add mips-*-sysv4* support.
14206
14207 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14208
14209 * build-all.mk: Document all useful targets.
14210 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14211 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14212
14213 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14214
14215 * configure: Support --silent, --quiet.
14216
14217 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14218
14219 * configure: Support --disable-FEATURE.
14220
14221 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14222
14223 * config.guess: Recognize NCR running SVR4.3.
14224
14225 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14226
14227 * config.guess: Make BSDI generate i386-unknown-bsd386.
14228 Patch from Paul Eggert <eggert@twinsun.com>.
14229
14230 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14231
14232 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14233
14234 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14235
14236 * configure: Make unrecognized options give nonfatal warnings
14237 instead of fatal errors, and pass them to any subdirectory
14238 configures in case they recognize them.
14239 Make --x equivalent to --with-x.
14240
14241 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14242
14243 * configure: Add --enable-* options. Clean up usage message and
14244 some comments.
14245
14246 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14247
14248 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14249
14250 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14251
14252 * configure.in (hppa*-*-*): Enable binutils.
14253
14254 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14255
14256 * config.sub: Recognize cisco.
14257
14258 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14259
14260 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14261
14262 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14263
14264 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14265 than one configuration name. Add comment.
14266
14267 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14268
14269 * config.guess: about target *-hitachi-hiuxwe2, fixed
14270 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14271 macro is incorrect.]
14272
14273 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14274
14275 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14276 than the "make ls" stuff which used to be here.
14277
14278 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14279
14280 * config.guess: Recognize i[34]86-unknown-freebsd.
14281 From Shawn M Carey <smcarey@rodan.syr.edu>.
14282
14283 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14284
14285 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14286
14287 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14288
14289 * config.guess: Check for ptx.
14290
14291 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14292
14293 * config.sub: Add os9k checking.
14294
14295 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14296
14297 * config.guess: Handle OSF1 running on HPPA processors
14298
14299 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14300
14301 * configure: If subdir configure fails, print out a message with
14302 subdirectory name, in case subdir's configure code didn't identify
14303 itself.
14304
14305 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14306
14307 * configure.in: Remove embedded newlines from configdirs.
14308 Avoid mismatches of substrings. Fix matching strings at end
14309 of configdirs.
14310
14311 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14312
14313 * config.guess: Add Lynx/rs6000 config support.
14314
14315 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14316
14317 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14318
14319 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14320
14321 * configure.in (hppa*-*-osf*): Treat this just like most other
14322 PA configurations (eg no binutils or ld).
14323 (hppa*-*-*elf*): These configurations have binutils and ld.
14324
14325 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14326
14327 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14328
14329 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14330
14331 * configure.in (rs6000-*-*): Build gas.
14332
14333 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14334
14335 * Makefile.in: Avoid bug in losing hpux sed.
14336
14337 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14338
14339 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14340 for GDB and GDB has been fixed to not need it.
14341
14342 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14343
14344 * config.guess: Recognize vax hosts.
14345
14346 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14347
14348 * configure (while loop): Don't use "break 2" inside case
14349 statement -- the case statement isn't an enclosing loop.
14350
14351 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14352
14353 * config.guess: Clean up NeXT support, to allow nextstep
14354 on Intel machines. Make OS be nextstep.
14355
14356 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14357
14358 * config.guess: Add alternate forms for Convex.
14359
14360 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14361
14362 * configure: Completely rewrite option processing. Take
14363 advantage of pattern-matching to avoid invoking test frequently.
14364 Also clean up host and target defaulting logic.
14365
14366 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14367
14368 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14369 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14370 commands (plus user environment) will fit SCO limits.
14371
14372 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14373
14374 * configure.in: Don't issue warnings about directories which are
14375 not being configured if -norecursion is set. Correct test for
14376 --with-gnu-as and --with-gnu-ld to not get confused by substring
14377 matches.
14378
14379 * configure.in: Don't build gas for alpha-dec-osf1*.
14380
14381 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14382
14383 * configure: Back out Per's change of 12/19/1993. It changes the
14384 behavior of configure in unexpected and confusing ways.
14385
14386 Also, use different delim char when calculating
14387 program_transform_name so that the name can contain slashes.
14388
14389 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14390
14391 * configure.in, config.sub: Add support for VSTa micro-kernel.
14392
14393 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14394
14395 * configure.in: Nuke hacks which were used to get a special
14396 version of GAS for HPPA configurations.
14397
14398 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14399
14400 * configure: If only ${target_alias} is given, use that
14401 as the default for ${host_alias}.
14402 * configure: Add missing back-slashes before nested quotes.
14403
14404 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14405
14406 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14407
14408 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14409
14410 * config.guess: Recognize some Tektronix configurations.
14411 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14412
14413 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14414
14415 * config.sub: Match any flavor of SH.
14416
14417 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14418
14419 * configure.in: Don't try to configure newlib for Alpha.
14420
14421 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14422
14423 * configure.in: Don't build ld for Irix 5. Don't build gas,
14424 libg++ or libio for any Alpha target.
14425
14426 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14427
14428 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14429
14430 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14431 default arguments -- so it tried to compress itself.
14432
14433 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14434
14435 * configure.in (notsupp): ensure that a space is always at the end
14436 of the configdirs list, since the grep checks for an explicit space
14437
14438 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14439
14440 * configure.in (target i386-sysv4.2): don't build ld, since static
14441 versions of many libraries are not available.
14442
14443 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14444
14445 * config.guess: Recognize Apollos (using environment variables).
14446 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14447
14448 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14449
14450 * config.guess: Recognize Sony news mips running newsos.
14451
14452 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14453
14454 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14455 "fi ; else" for bash.
14456
14457 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14458
14459 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14460
14461 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14462
14463 * config.sub: accept unixware as an alias for svr4.2.
14464 Fix some inconsistancies with the gcc version.
14465
14466 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14467
14468 * Makefile.in (DISTDOCDIRS): Add gdb.
14469
14470 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14471
14472 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14473
14474 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14475
14476 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14477 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14478 this now.
14479
14480 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14481
14482 * config.sub: Accept hiux* as an OS name.
14483
14484 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14485 etc/make-stds.texi. The underscore came from gcc, and dje now
14486 agrees that RUNTESTFLAGS is the correct name.
14487
14488 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14489
14490 * install.sh: Remove 'set -e'. It makes any conditionals
14491 in the script useless.
14492
14493 * config.guess: Automatically recognize arm-acorn-riscix
14494 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14495
14496 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14497
14498 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14499
14500 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14501
14502 * Makefile.in (DISTDOCDIRS): New variable.
14503 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14504 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14505
14506 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14507
14508 * configure.in (hppa target): check the source directory for the
14509 pagas sub-directory
14510
14511 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14512
14513 * config.sub: Allow -aout* and -elf*.
14514
14515 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14516
14517 * configure.in: Don't build ld on i386-solaris2, same as for
14518 sparc-solaris2.
14519
14520 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14521
14522 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14523
14524 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14525
14526 * configure.in: Configure gdb for alpha.
14527
14528 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14529
14530 * Makefile.in (CXXFLAGS): Add -O.
14531
14532 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14533
14534 * config.guess: added support for DG Aviion
14535
14536 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14537
14538 * configure.in: Produce warning message for subdirectories not
14539 configurable for this host/target combination. Don't try to
14540 configure gdb for vms.
14541
14542 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14543
14544 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14545 appropriate files before making "diststuff".
14546 (DISTBISONFILES): New var: list of files to be edited.
14547 (DISTSTUFFDIRS): Add binutils.
14548
14549 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14550
14551 * config.sub: also handle mipsel and mips64el (for little endian mips)
14552
14553 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14554
14555 * configure.in: Add * to end of all OS names.
14556
14557 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14558
14559 * configure.in: Build newlib for LynxOS native.
14560
14561 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14562
14563 * config.guess: Add support for delta 88k running SVR3.
14564
14565 * configure.in: Add comment about HP compiler vs. emacs.
14566
14567 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14568
14569 * configure.in: don't build ld on solaris2 (not a viable option
14570 due to bugs in getpwnam & getpwuid)
14571
14572 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14573
14574 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14575 config.guess will produce a full version number.
14576
14577 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14578
14579 * configure.in: Build linker and binutils for alpha-dec-osf1.
14580
14581 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14582
14583 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14584 and gdb/testsuite/Makefile.in.
14585
14586 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14587
14588 * configure.in: recognize mips*- instead of mips-
14589
14590 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14591
14592 * config.sub: Accept linux*coff and linux*elf as operating
14593 systems.
14594
14595 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14596
14597 * config.sub: Recognize mips64, and mips3 as an alias for it.
14598
14599 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14600
14601 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14602 gdb knows how to handle OSF/1 shared libraries.
14603
14604 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14605
14606 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14607 * config.guess: Recognize Hitachi's HIUX.
14608 * config.sub: Recognize h3050r* and hppahitachi.
14609 Remove redundant cases for hp9k[23]*.
14610
14611 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14612
14613 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14614 if gas and ld are in the source tree and are in ${configdirs}.
14615 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14616 --with options (but still pass them down on the command line,
14617 if they were explicitly specified).
14618
14619 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14620
14621 * configure: substitute SHELL value in Makefile.in with
14622 ${CONFIG_SHELL}
14623
14624 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14625
14626 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14627 *-*-solaris2* targets.
14628
14629 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14630
14631 * Makefile.in: define M4, and pass it down to sub-makes;
14632 all-autoconf now depends on all-m4
14633
14634 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14635
14636 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14637 presence of {ar,ranlib} instead of a configured directory
14638
14639 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14640
14641 * config.guess: Accept 34?? as well as 33?? for NCR.
14642
14643 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14644
14645 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14646 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14647
14648 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14649
14650 * configure: grab values for $(CC) and $(CXX) from the
14651 environment, so that someone can do "CC=gcc configure; make" and
14652 have it work right (matching the way that autoconf works now)
14653
14654 * configure.in, Makefile.in: add support for gash, the tcl
14655 interface to Galaxy
14656
14657 * config.guess: add NetBSD variants (hp300, x86)
14658
14659 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14660
14661 * install.sh: Support -d option (in the manner of SunOS 4 install,
14662 as it is more deterministic than that of GNU install)
14663 (chmodcmd): Set file to mode 755 by default (should also do default
14664 chgrp and chown, but I don't feel like dealing with that now)
14665
14666 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14667
14668 * config.sub: Remove h8300hhms alias.
14669
14670 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14671
14672 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14673
14674 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14675
14676 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14677 as stmp-fixinc
14678
14679 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14680
14681 * config.sub: recognize m88110-bug-coff.
14682
14683 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14684
14685 * Makefile.in (all-libio): all dependencies on the toolchain used
14686 to build this (gcc, gas, ld, etc)
14687
14688 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14689
14690 * config.guess: Deal with OSF/1 1.3 on alpha.
14691
14692 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14693
14694 * install.sh: add some 'else true' clauses for portability
14695
14696 * configure.in: don't build libio for h8[35]00-*-* targets
14697
14698 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14699
14700 * Makefile.in: Add support for new libio.
14701
14702 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14703
14704 * install.sh: If one command fails, don't try the rest. Don't try
14705 to remove $dsttmp (via trap) unless we have already created it.
14706 If $src doesn't exist, detect it and exit with an error.
14707
14708 * config.guess: Recognize BSD on hp300.
14709
14710 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14711
14712 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14713 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14714
14715 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14716
14717 * Makefile.in (all-send-pr): depends on all-prms
14718
14719 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14720
14721 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14722
14723 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14724
14725 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14726 Added test for mips-mips-riscos5.
14727
14728 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14729
14730 * configure.in: use mh-hp300 for 68k HP hosts
14731
14732 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14733
14734 * configure: add support for CONFIG_SHELL, so that you can use
14735 some alternate shell for evaluating configure scripts
14736
14737 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14738
14739 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14740 in configure script to bug-gdb@prep.ai.mit.edu when building
14741 distribution archive.
14742 * Makefile.in (COMPRESS): Remove def.
14743 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14744 gdb.tar.Z and make-gdb.tar.Z respectively.
14745 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14746 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14747 to convergence with 'taz' target in Makefile.in.
14748
14749 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14750
14751 * install.sh (dsttmp): use trap to ensure that tmp files go
14752 away on error conditions
14753
14754 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14755
14756 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14757
14758 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14759
14760 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14761 its parent is '/' not ''.
14762
14763 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14764
14765 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14766
14767 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14768 that ${newsrcdir}/configure.in does.
14769
14770 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14771
14772 * test-build.mk: support for CONFIG_SHELL
14773
14774 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14775
14776 * config.sub (netware): Add as a basic system type.
14777
14778 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14779
14780 * Makefile.in (Makefile): depend on configure.in. Also drop the
14781 $(srcdir)/ from the dependency on Makefile.in.
14782
14783 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14784
14785 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14786 (h8300hhms is temporary until multi-libraries are implemented).
14787 * configure.in: Handle h8300h too.
14788
14789 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14790
14791 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14792
14793 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14794
14795 * configure: Remove extraneous output when guessing host type.
14796 * config.guess: Remove extraneous output when guessing using C
14797 compiler rather than uname, or when guessing fails.
14798
14799 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14800
14801 * Makefile.in: remove all.cross and install.cross targets
14802
14803 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14804 definitions
14805
14806 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14807
14808 * configure.in (target sh): Build gprof.
14809
14810 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14811
14812 * config.sub: change -solaris to -solaris2
14813
14814 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14815
14816 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14817
14818 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14819
14820 * configure: Correct error message for missing Makefile.in to
14821 print correct directory.
14822
14823 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14824
14825 * install.sh: kludge around 386BSD shell bug
14826
14827 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14828
14829 * config.guess: Recognize NeXT.
14830 * config.guess: Recognize i486-ncr-sysv4.
14831 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14832
14833 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14834
14835 * Makefile.in (MAKEINFOFLAGS): New variable.
14836 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14837 * build-all.mk, test-build.mk: Pass down --no-split as
14838 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14839
14840 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14841
14842 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14843
14844 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14845
14846 * Makefile.in (libg++.tar.z): New rule.
14847 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14848 * Makefile.in (taz): Only do a single chmod.
14849
14850 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14851
14852 * install.sh: don't use dirname anymore (replaced with sed usage)
14853
14854 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14855
14856 * Makefile.in: Change extension for gzip'd files from '.z' to
14857 '.gz' per new FSF standard usage.
14858
14859 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14860
14861 * configure: put quotes around the final value of program_transform_name
14862
14863 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14864
14865 * Makefile.in: new install.sh support; update install-info rules
14866
14867 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14868
14869 * configure.in: Build diff for crosses, but not for go32 host.
14870
14871 * configure.in: Build gprof only for native, and don't build it
14872 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14873
14874 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14875
14876 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14877
14878 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14879
14880 * configure.in (host_tools): Add prms.
14881
14882 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14883
14884 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14885 with $(FLAGS_TO_PASS) on the command line
14886
14887 * config.sub: Recognize lynx and lynxos
14888
14889 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14890
14891 * config.sub: Accept -ecoff*, not just -ecoff.
14892
14893 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14894
14895 * Makefile.in (taz): Use .gz suffix instead of .z.
14896 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14897 names.
14898
14899 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14900
14901 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14902
14903 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14904
14905 * Makefile.in (install-no-fixedincludes): install gcc last, so
14906 that rebuilds that might happen during 'make install' don't get
14907 bogus gcc include files
14908
14909 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14910
14911 Change from Utah for HPPA support:
14912 * config.guess: Recognize hppa1.x-hp-bsd.
14913
14914 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14915
14916 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14917 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14918
14919 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14920
14921 * config.sub: Add support for rom68k and bug boot monitors.
14922
14923 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14924
14925 * Makefile.in: Make all-opcodes depend on all-bfd.
14926
14927 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14928
14929 * config.guess: Added special check for i[34]86-univel-sysv4*.
14930
14931 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14932
14933 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14934 the processor rather than assuming i486.
14935
14936 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14937
14938 * config.guess: Recognize SunOS6 as Solaris3.
14939
14940 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14941
14942 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14943 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14944
14945 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14946
14947 * build-all.mk (all-cross): New target for Canadian Cross.
14948 Added Q2 go32 targets.
14949 * test-build.mk: Configure go32 cross sparclite-aout and
14950 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14951 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14952
14953 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14954
14955 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14956 GO32 hosted toolchains
14957
14958 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14959
14960 * configure: change so "-exec-prefix" gets passed down rather
14961 than "-exec_prefix" so autoconf generated Makefiles get the
14962 exec_prefix set right.
14963
14964 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14965
14966 * config.guess: get the Solaris2 minor version number
14967
14968 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14969
14970 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14971
14972 * config.guess: Recognize some Sequent platforms.
14973
14974 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14975
14976 * Makefile.in: added the vault-install target
14977
14978 * configure.in: actually use the Sun3 makefile fragment that's in
14979 config, also added the release dir to configdirs
14980
14981 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14982
14983 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14984
14985 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14986
14987 * configure.in: remove some program from Alpha targetted toolchains
14988
14989 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14990
14991 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14992 gprof.
14993 (taz): Run "make diststuff" in those directories instead of "make
14994 proto-dir". Look for "VERSION=" only at start of line in subdir
14995 Makefile. Use "gzip -9" for compression.
14996 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14997 (binutils.tar.z): New target.
14998
14999 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15000
15001 * Makefile.in (taz): Include gpl.texinfo.
15002
15003 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15004
15005 * Makefile.in (setup-dirs): Merged into "taz" target.
15006 (taz): Only do `proto-dir' stuff if a directory is actually needed
15007 for this target.
15008
15009 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15010
15011 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15012 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15013 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15014 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15015 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15016
15017 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15018
15019 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15020 config.sub, and move-if-change to gdb testsuite distribution
15021 archive, so the testsuite can be extracted, configured, and
15022 run separately from the gdb distribution. Blow away the Chill
15023 tests that require a Chill compiled executable, since GNU Chill
15024 is not yet publically available.
15025
15026 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15027
15028 * test-build.mk: set environment variables in a single command,
15029 instead of a list of assignments and exports
15030
15031 * config.guess: recognize Alpha/OSF1 systems
15032
15033 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15034
15035 * configure: Change help message to prefer --options rather than
15036 -options.
15037
15038 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15039
15040 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15041 zippy@ecst.csuchico.edu.
15042 * config.guess: Recognize miniframe.
15043
15044 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15045
15046 * Makefile.in: Use srcroot to find runtest rather than rootme.
15047 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15048
15049 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15050
15051 * test-build.mk: Extensive additions to support building on a
15052 machine other than the host.
15053
15054 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15055
15056 * configure (tooldir): Fix for i386-aix again.
15057
15058 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15059
15060 * configure, Makefile.in: Change definition of $(tooldir)
15061 to match the FSF.
15062
15063 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15064
15065 * config.guess: Recognize i[34]86/SVR4.
15066
15067 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15068
15069 * Makefile.in (all-gdb): gdb depends on sim.
15070
15071 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15072
15073 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15074 at the same time we make the prototype gdb directory.
15075 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15076 files at the same time as the gdb base release distribution.
15077
15078 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15079
15080 * Makefile.in (check): Use individual check targets rather than
15081 DO_X rule.
15082 (check-gcc): Added.
15083
15084 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15085
15086 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15087 for System V release 3.2.
15088
15089 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15090
15091 * config.sub: Recognize hppaosf.
15092 * configure.in: Do configure ld/binutils/gas for it.
15093
15094 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15095
15096 * configure (tooldir): Alter syntax used to set this, for systems
15097 where "\$" isn't handled right, like i386-aix.
15098
15099 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15100
15101 * configure: Pass program-transform-name, not
15102 program_transform_name, to recursive configures.
15103
15104 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15105
15106 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15107 of gas+ld+binutils.
15108
15109 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15110
15111 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15112
15113 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15114
15115 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15116
15117 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15118
15119 * Makefile.in (PRMS): Set back to all-prms.
15120
15121 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15122
15123 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15124 targets, rather than for MIPS hosts.
15125
15126 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15127
15128 * configure.in: add comment for --with-x default values
15129
15130 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15131
15132 * Makefile.in: add check-* targets for each of the directories in
15133 the tree. Add a definition of RUNTEST that will use the one we
15134 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15135
15136 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15137
15138 * configure.in: Removed obsolete references to bfd_target and
15139 target_makefile_frag.
15140
15141 * build-all.mk: Set assorted targets for Q2.
15142 * config.sub: Recognize z8k-sim and h8300-hms.
15143 * test-build.mk: Really don't pass host to configure.
15144 (HOLES): Added uname.
15145
15146 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15147
15148 * configure: Handle an empty program-prefix, program-suffix or
15149 program-transform-name correctly.
15150
15151 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15152
15153 * build-all.mk: -G 8 no longer required for MIPS targets.
15154 * test-build.mk: Don't pass host argument to configure; make it
15155 guess.
15156
15157 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15158
15159 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15160 * Makefile.in (COMPRESS): New macro, like GZIP.
15161
15162 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15163
15164 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15165
15166 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15167 with gas currently defaults to -G 0.
15168
15169 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15170
15171 * Makefile.in (all-flex): flex depends on byacc.
15172
15173 * build-all.mk: If host not specified, use config.guess. Pass TAG
15174 to test-build.mk as RELEASE_TAG.
15175 * test-build.mk (configargs): New variable containing arguments to
15176 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15177 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15178
15179 * config.guess: Use /bin/uname when checking -X argument on SCO,
15180 to avoid invoking GNU uname which doesn't understand -X.
15181
15182 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15183
15184 * configure.in: Build gas for mips-*-*.
15185
15186 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15187
15188 * Makefile.in (all.normal): insert missing backslash.
15189
15190 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15191
15192 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15193
15194 * Makefile.in: Complete overhaul to merge many almost identical
15195 targets.
15196
15197 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15198
15199 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15200 (gdb.tar.Z): Adjusted.
15201
15202 * Makefile.in (setup-dirs, taz): New targets; should be general
15203 enough to adapt for gdb sometime. Build only .z file.
15204 (gas.tar.z): New target.
15205
15206 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15207
15208 * build-all.mk: Use CC=cc -Xs on Solaris.
15209
15210 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15211
15212 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15213 for handling BISON for FSF releases.
15214
15215 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15216
15217 * configure: Actually implement the change zoo just documented.
15218
15219 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15220
15221 * configure: when using config.guess, only set target_alias when
15222 it's not already been set (ie, on the command line)
15223
15224 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15225
15226 * Makefile.in: add installcheck target, set PRMS to install-prms
15227
15228 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15229
15230 * configure: add support for package_makefile_fragment, handle the
15231 case where a directory has a configure.in file but no Makefile.in
15232 more gracefully (with an actual understandable error message, even);
15233 add support for --without (and add this to the usage message); also
15234 explicitly add a --host=${host_alias} to the command line when
15235 config.guess is used
15236
15237 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15238
15239 * configure: Must use both --host and --target in recursive calls.
15240
15241 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15242
15243 * Makefile.in: Change deja-gnu to dejagnu.
15244
15245 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15246
15247 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15248
15249 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15250
15251 * configure.in: canonicalize all instances to *-*-solaris2*,
15252 also strip out a number of tools to not build for go32 host
15253
15254 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15255
15256 * config.guess: add GPL.
15257
15258 * Makefile.in, config.guess, config.sub, configure: bump
15259 copyrights to 93.
15260
15261 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15262
15263 * Makefile.in (do-info): Removed obsolete check for existence of
15264 localenv file.
15265
15266 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15267
15268 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15269
15270 * Makefile.in: a couple of 'else true' for decstation,
15271 support for TclX
15272
15273 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15274
15275 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15276
15277 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15278
15279 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15280
15281 * config.guess: Recognize i386-ibm-aix (PS/2).
15282 * configure.in: Use config/mh-aix386 file for it.
15283
15284 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15285
15286 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15287 CC_FOR_TARGET instead.
15288 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15289
15290 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15291
15292 * Makefile.in: Add sim to list of directories sent with gdb
15293
15294 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15295
15296 * configure.in: Put back mips-dec-bsd* case.
15297
15298 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15299
15300 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15301 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15302 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15303
15304 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15305
15306 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15307
15308 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15309 (install-info): install dir.info only if it exists,
15310 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15311
15312 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15313
15314 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15315 gas for mips-dec-bsd.
15316
15317 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15318
15319 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15320 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15321
15322 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15323
15324 * configure.in: Added "dejagnu" to hosttools list.
15325
15326 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15327
15328 * config.sub, configure.in, config.guess: Add support
15329 for Bosx, an AIX variant from Bull.
15330 Patches from F.Pierresteguy@frcl.bull.fr.
15331
15332 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15333
15334 * devo/dejagnu: Initial creation of devo/dejagnu.
15335 Migrated dejagnu testcases and support files for testing software
15336 tools to reside as subdirectories, currently called "testsuite",
15337 within the directory of the software tool. Migrated all programs,
15338 support libraries, etc. beloging to dejagnu proper from
15339 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15340 with no modifications. The changes to these files which will
15341 allow them to configure, build, and execute properly will be made
15342 in a future update.
15343
15344 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15345
15346 * Makefile.in: Change send_pr to send-pr.
15347 * configure.in: Likewise.
15348 * send_pr: Renamed directory to send-pr.
15349
15350 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15351
15352 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15353
15354 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15355
15356 * README: Update for gdb-4.8 release.
15357 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15358 gdb-xxx.tar.z (gzip'd) file also.
15359
15360 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15361
15362 * Makefile.in: make all-diff depend on all-libiberty
15363
15364 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15365
15366 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15367
15368 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15369
15370 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15371
15372 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15373
15374 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15375 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15376 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15377
15378 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15379
15380 * Makefile.in: makeinfo binary is in a new location
15381
15382 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15383
15384 * config.sub: Accept -ecoff as an OS.
15385
15386 * Makefile.in: Various changes to eliminate a level of make
15387 recursion and reduce the required command line length.
15388 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15389 sub-makes.
15390 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15391 variables holding settings for specific sub-makes.
15392 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15393 in terms of BASE_FLAGS_TO_PASS.
15394 (TARGET_LIBS): New variable listing directories which use
15395 TARGET_FLAGS_TO_PASS.
15396 (subdir_do): Eliminated.
15397 (do-*): New set of targets to replace subdir_do.
15398 (various): All targets which used subdir_do now depend on do-*.
15399 (local-clean): Renamed from do_clean.
15400 (local-distclean): New target, dependency of distclean and
15401 realclean.
15402 (install-info): Don't create directories. Depend on dir.info
15403 rather than calling make recursively.
15404 (install-dir.info): Eliminated.
15405 (install-info-dirs): Create all info directories here.
15406 (dir.info): Depend upon do-install-info.
15407
15408 * test-build.mk (HOLES): Added false.
15409
15410 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15411
15412 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15413
15414 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15415
15416 * Makefile.in (info): remove dependency on all-texinfo. The
15417 problem was really in texinfo/C, not at this level.
15418
15419 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15420
15421 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15422
15423 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15424
15425 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15426 GDB releases.
15427
15428 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15429
15430 * configure: Include srcdir in message about target of link not
15431 being found. Don't convert `-' to `_' in `with' options being
15432 passed to subdirs.
15433
15434 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15435
15436 * configure.in: add uudecode to host_tools
15437
15438 * Makefile.in: added {all,install}-uudecode targets, added them to
15439 the appropriate lists
15440
15441 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15442
15443 * Makefile.in (all-gcc): Added dependency on all-gas.
15444
15445 * configure.in (mips-*-*): Build ld and binutils.
15446
15447 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15448
15449 * configure: check return code from mkdir, print error message and
15450 exit on failure.
15451
15452 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15453
15454 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15455
15456 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15457
15458 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15459
15460 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15461
15462 * config.sub (h8500): Recognize this as a cpu type.
15463
15464 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15465
15466 * configure: source directory missing is no longer a warning
15467
15468 * configure.in: recognize irix[34]* instead of irix[34]
15469
15470 * Makefile.in: define and pass down X11_LIB
15471
15472 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15473
15474 * guess-systype: Renamed to ...
15475 * config.guess: ... by popular request.
15476 * configure.in, Makefile.in: Update accordingly.
15477
15478 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15479
15480 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15481 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15482 + Execute ./dummy instead of assuming . is in PATH.
15483
15484 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15485
15486 * guess-systype: New shell script. Attempts to guess the
15487 canonical host name of the executing host.
15488 Only a few hosts are supported so far.
15489 * configure: Call guess-systype if no host is specified.
15490
15491 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15492
15493 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15494 gcc Makefile.
15495
15496
15497 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15498
15499 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15500 (all-gcc, install-gcc, subdir_do): Use it.
15501
15502 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15503
15504 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15505
15506 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15507
15508 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15509 set exclusively by configure, using configure.in .
15510
15511 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15512
15513 * test-build.mk: set $PATH for all builds
15514
15515 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15516
15517 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15518
15519 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15520 the one used in gcc/Makefile.in, so that a null expansion doesn't
15521 override the one needed to build gcc with a native cc.
15522
15523
15524 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15525
15526 * configure: Accept -with arguments.
15527
15528 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15529
15530 * Makefile.in: added h8300sim
15531
15532 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15533
15534 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15535 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15536 (all-cygnus, native, build-cygnus): Make
15537 $(canonhost)-stamp-3stage-done, not $(host)....
15538 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15539 i386-sco3.2v4. Added else true to if command.
15540
15541 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15542
15543 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15544
15545 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15546
15547 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15548
15549 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15550
15551 * configure.in: don't remove binutils from Solaris builds
15552
15553 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15554
15555 * Makefile.in: get rid of earlier definitions for *clean,
15556 also handle the recursive info rule better
15557
15558 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15559
15560 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15561 do more-or-less the right thing.
15562
15563 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15564
15565 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15566 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15567
15568 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15569
15570 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15571 $(host_canonical).
15572
15573 * configure.in: split the configdirs list into 4 categories (native
15574 v. cross, library v. tool) and handle the cross-only and native-
15575 only in more reasonable (and correct!) way.
15576
15577 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15578
15579 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15580 configdirs anymore.
15581
15582 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15583
15584 * Makefile.in: extensive cleanup:: removed all of the explicit
15585 clean-* targets, collapsed many wrappers around subdir_do into
15586 one, added additional targets to satisfy standards.texi, deleted
15587 some old targets, some changes for consistency
15588
15589 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15590
15591 * configure.in: handle some programs as cross-only, and others as
15592 native only
15593
15594 * test-build.mk: handle partial holes in a more generic manner
15595
15596 * Makefile.in: m4 depends on libiberty
15597
15598 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15599
15600 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15601 time, wdiff, and find to configdirs
15602
15603 * Makefile.in: all, clean, and install rules for the new programs
15604 added to configure.in
15605
15606 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15607
15608 * configure.in: use mh-sun for all *-sun-* hosts
15609
15610 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15611
15612 * Makefile.in: define flags for X11 include files and library file
15613 locations, pass them down to the programs that need this info
15614
15615 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15616
15617 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15618
15619 * configure.in: start building libg++ for HP-UX targets
15620
15621 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15622
15623 * README: Update references to files moved into etc/.
15624
15625 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15626
15627 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15628 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15629
15630 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15631
15632 * configure: accept dash as well as underscore in long option
15633 names for FSF compatibility.
15634
15635 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15636
15637 * config.sub: added -sco3.2v4 support from FSF.
15638
15639 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15640
15641 * configure.in: expand the section that adds or removes
15642 directories from the list of programs to build, to handle native
15643 vs. cross in addition to host v. native
15644
15645 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15646
15647 * Makefile.in: Replace C++ in macro names with CXX.
15648 This is less likely to break ...
15649
15650 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * test-build.mk: add -w to GNU_MAKE
15653
15654 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15655
15656 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15657 add 'sparc' to list of recognized cpus. This needed to make
15658 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15659 Delete some redundant ose68 variants. Recognize -wrs as an os,
15660 then changes that into $CPU-wrs-vxworks.
15661
15662 * configure.in: remove most references to gdbtest, regularize
15663 target based program removal
15664
15665 * test-build.mk: import from p3 tree (many fixes and changes)
15666
15667 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15668
15669 * Makefile.in: added rules to handle tcl, tk, and expect
15670
15671 * configure.in: handle those directories if they exist
15672
15673 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15674
15675 * config.sub: removed bogus hppabsd and hppahpux names, since
15676 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15677
15678 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15679
15680 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15681 depends upon all-xiberty
15682
15683 * Makefile.in: changes from p3, including:
15684
15685 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15686
15687 * Makefile.in (XTRAFLAGS): include newlib directories if
15688 newlib/Makefile exists, rather than if host != target.
15689
15690 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15691
15692 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15693 from the same source tree and not building a cross-compiler. This
15694 matters for the libg++ configuration if reconfiguring a tree that
15695 has already been installed.
15696
15697 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15698
15699 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15700 pick up the machine and system specific header files.
15701
15702 * Makefile.in: added AS_FOR_TARGET, passed down in
15703 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15704 the C compiler to use to create programs which are run in the
15705 build environment, set it to default to $(CC), and passed it down
15706 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15707
15708 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15709
15710 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15711 We need them for unusual native builds, like systems without
15712 ranlib.
15713
15714 * configure: also define $(host_canonical) and
15715 $(target_canonical), which are the full, canonical names for the
15716 given host and target
15717
15718 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15719
15720 * Makefile.in: Added separate definitions for C++.
15721
15722 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15723
15724 * configure.in (configdirs): Add deja-gnu.
15725
15726 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15727
15728 * README: Update for configure.texi and gdb-4.7 release.
15729
15730 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15731
15732 * Makefile.in: Move "all" target to top of file.
15733 Previously, first target was ".PHONY" which caused BSD4.4 make
15734 to build .PHONY when make was run without arguments.
15735
15736 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15737
15738 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15739 Library-copylefted code in libiberty.
15740
15741 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15742
15743 * config.sub: Replace m68kmote with plain old m68k.
15744
15745 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15746
15747 * Makefile.in: Remove space from blank line, avoid Make complaints.
15748
15749 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15750
15751 * config.sub: Complain if no argument is given. Added support for
15752 386bsd as OS and target alias.
15753
15754 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15755
15756 * Makefile.in (XTRAFLAGS): include newlib directories if
15757 newlib/Makefile exists, rather than if host != target.
15758
15759 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15760
15761 * config.sub: recognize sparclite-wrs-vxworks.
15762
15763 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15764 p3.) Added clean-xiberty to clean.
15765
15766 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15767
15768 * configure.in: use *-*-* instead of nested cases for host and target
15769
15770 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15771
15772 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15773 from the same source tree and not building a cross-compiler. This
15774 matters for the libg++ configuration if reconfiguring a tree that
15775 has already been installed.
15776
15777 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15778
15779 * config.sub (i486v/i486v4): Merge in from FSF version.
15780
15781 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15782
15783 * configure: only set PWD if it is already set.
15784
15785 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15786
15787 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15788 doesn't have unset and all success paths (and most error paths)
15789 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15790 to just ${PWD} to avoid confusion.)
15791
15792 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15793
15794 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15795 even for a native compilation.
15796
15797 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15798
15799 Changes to make the gdb.tar.Z rule work better.
15800
15801 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15802 (DEVO_SUPPORT): Add configure.texi.
15803 (bfd-ilrt.tar.Z): Remove ancient rule.
15804
15805 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15806
15807 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15808 pick up the machine and system specific header files.
15809
15810 * configure.in, config.sub: added new target m68010-adobe-scout,
15811 with alias of adobe68k. Changed configure.in to check for
15812 -scout before -sco* to avoid a false match.
15813
15814 * Makefile.in: added AS_FOR_TARGET, passed down in
15815 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15816 the C compiler to use to create programs which are run in the
15817 build environment, set it to default to $(CC), and passed it down
15818 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15819
15820 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15821
15822 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15823 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15824 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15825 FOR_TARGET variants, to newlib and libg++.
15826
15827 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15828
15829 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15830 first.
15831
15832 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15833
15834 * config.sub: Accept `elf' as an environment.
15835
15836 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15837
15838 * Makefile.in (all-opcodes): cd into the right directory
15839
15840 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15841
15842 * configure: added -program_transform_name option, used as
15843 argument to sed when installing programs.
15844 configure.texi: added documentation for -program_prefix,
15845 -program_suffix and -program_transform_name.
15846
15847 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15848
15849 * config.sub: Accept i486 where i386 ok.
15850
15851 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15852
15853 * config.sub: accept we32k
15854
15855 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15856
15857 * config.sub, configure.in: accept OSE68000 and OSE68k.
15858
15859 * Makefile.in: don't create all directories for ``make install'';
15860 let the subdirectories create the ones they need.
15861
15862 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15863
15864 * COPYING: new file, GPL v2
15865
15866 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15867
15868 * Makefile.in: use the new gen-info-dir, which needs a template
15869 argument (which also lives in texinfo)
15870
15871 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15872
15873 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15874
15875 * config.sub (ncr3000): Change i386 to i486.
15876
15877 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15878
15879 * Makefile.in: add install-rcs, install-grep to
15880 install-no-fixedincludes, removed install-bison and install-libgcc
15881
15882 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15883
15884 * configure.in: grab the HPUX makefile fragment if on HPUX
15885
15886 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15887
15888 * Makefile.in: eradicate bison spoor (ditto libgcc).
15889 configure.in: recognise m68{k,000}-ericsson-OSE.
15890 es1800 is alias for m68k-ericsson-OSE
15891
15892 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15893
15894 * configure.in: rearrange the parts that remove programs from
15895 configdirs, based now on HOST==TARGET or by canonical triple.
15896
15897 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15898
15899 * test-build.mk: recurse explicitly with -f test-build.mk when
15900 appropriate. predicate stage3 and comparison on the existence
15901 of gcc. That is, if gcc isn't around, we aren't three-staging.
15902 On very clean, also remove ...stamp-co. Build in-place before
15903 doing other builds.
15904
15905 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15906
15907 * Makefile.in, configure.in: add tgas
15908
15909 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15910
15911 * Makefile.in: a number of changes merged in from progressive.
15912
15913 * configure.in: add libm.
15914
15915 * .cvsignore: ignore some stuff that comes from test-build.mk.
15916
15917 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15918
15919 * config.sub: Add es1800 (m68k-ericsson-es1800).
15920
15921 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15922
15923 * configure: Add program_suffix (parallel to program_prefix)
15924 * Makefile.in: adjust directory-creating script for losing decstation
15925
15926 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15927
15928 * configure: Minor $subdir-related fixes.
15929
15930 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15931
15932 * configure: fix various problems with propogating
15933 makefile_target_frag in subdirs.
15934 * configure.in: config libgcc if its there
15935
15936 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15937
15938 * config.sub: HPPA merge.
15939
15940 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15941
15942 * Makefile.in: Replace all-bison with all-byacc in all
15943 dependency lines for other tools (which now use byacc).
15944
15945 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15946
15947 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15948
15949 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15950
15951 * Makefile.in: make gprof rules similar to byacc rules (instead of
15952 vestigal $(unsubdir) that didn't work...)
15953
15954 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15955
15956 * config.sub: Add support for Linux.
15957 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15958 (at least for libg++).
15959
15960 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15961
15962 * configure.texi: fix doc for the -nfp option to configure
15963
15964 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15965
15966 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15967
15968 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15969
15970 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15971 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15972 * configure.in: added solaris* host_makefile_frag hook.
15973
15974 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15975
15976 * config.sub: changed recognition of m68000 so that various
15977 m68k types can be specified via m680[01234]0
15978
15979 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15980
15981 * config.sub (basic_machine): fix sed so that '-foo' isn't
15982 completely substituted out while .+'-foo' loses the '-foo'
15983
15984 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15985
15986 * config.sub ($os): Add -aout.
15987
15988 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15989
15990 * configure: If host_makefile_frag is absolute, don't
15991 prefix ${invsubdir} (relevant to libg++ auto-configure).
15992
15993 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15994
15995 * Makefile.in (tooldir): Define it.
15996 (all-ld): Depend on all-flex.
15997
15998 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15999
16000 * Makefile.in (check): Fix libg++ special case.
16001
16002 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16003
16004 * configure: do not bury `pwd` into config.status, thus do fewer
16005 pwd's.
16006
16007 * configure: print the "Building in" message only when building in
16008 other than "." AND verbose.
16009
16010 * configure: remove -s, rework -v to better accomodate guested
16011 configures.
16012
16013 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16014
16015 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16016
16017 * Makefile.in: macroize flags passed on recursion. remove
16018 fileutils.
16019
16020 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16021
16022 * configure: get makesrcdir right for subdirs deeper than 1.
16023
16024 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16025 install.
16026
16027 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16028
16029 * Makefile.in: don't print subdir_do or recursion lines.
16030
16031 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16032
16033 * standards.texi: added menu item.
16034
16035 * Makefile.in: build and install standards.info.
16036
16037 * standards.texi: new file.
16038
16039 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16040
16041 * configure: test for and move config.status pieces from
16042 ${subdir}/.
16043
16044 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16045
16046 * configure: Test for existance of files before trying to mv
16047 them, to avoid numerous non-existance messages.
16048
16049 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16050
16051 * configure: correct final line of config.status.
16052
16053 * configure: patch from eggert. Avoids a protection problem if
16054 the original Makefile.in is read only.
16055
16056 * configure: use move-if-change from gcc to create config.status.
16057 Some makefiles depend on config.status to tell if a directory
16058 has been reconfigured for a different host. This change
16059 prevents those directories from remaking everything in the case
16060 where the reconfig was only intended to rebuild a Makefile.
16061
16062 * configure: test for config.sub with "config.sub sun4" rather
16063 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16064 host alias from a missing config.sub.
16065
16066 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16067
16068 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16069 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16070
16071 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16072
16073 * configure: mkdir ${subdir} as needed.
16074
16075 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16076
16077 * Makefile.in,configure.in: added autoconf.
16078
16079 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16080
16081 * Makefile.in: no longer pass against on recursion.
16082
16083 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16084 definitions are not inherited.
16085
16086 * configure: correct makesrcdir when subdir is .
16087
16088 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16089
16090 * configure: Add support for 'subdirs' variable, which is
16091 like 'configdirs', except that configure doesn't re-invoke
16092 itself for subdirs, it just creates a Makefile for each subdir.
16093 * configure.texi: Document subdirs.
16094
16095 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16096
16097 * configure.in: added flex to configdirs
16098
16099 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16100
16101 * Makefile.in: remove clean-stamps from clean.
16102
16103 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16104
16105 * configure.in: Add gdbtest to configdirs.
16106
16107 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16108
16109 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16110 to recursive makes.
16111 * configure.in: Recognize new ncr3000 config.
16112
16113 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16114
16115 * Makefile.in, configure.in: removed references to gdbm.
16116
16117 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16118
16119 * config.sub: Don't canonicalize os value
16120 newsos* to bsd (readline needs to check for newsos).
16121 (This fix was earlier made Jan 31, but got re-broken.)
16122
16123 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16124
16125 * configure.in: sco is an os, not a vendor!
16126
16127 * configure: Quote $( better. Keep various shells happy.
16128
16129 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16130
16131 * Makefile.in: eliminate stamp-files.
16132
16133 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16134
16135 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16136 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16137
16138 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16139
16140 * config.sub: fix iris/iris3.
16141
16142 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16143
16144 * configure: re-add -rm.
16145
16146 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16147
16148 * Maskefile.in: add .stmp-rcs to all.
16149
16150 * configure.in: remove gas from rs6000 build, use aix host fragment.
16151
16152 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16153
16154 * configure: pass down site_option during recursion.
16155
16156 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16157
16158 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16159
16160 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16161
16162 * configure: Change exec_prefix so that it really defaults to prefix.
16163
16164 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16165
16166 * Makefile.in, configure.in: Add support for mmalloc library.
16167
16168 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16169
16170 * Makefile.in: add stmp dependencies for a few more things.
16171
16172 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16173
16174 * configure: adjusted error message on objdir/srcdir configure
16175 collision, per john's suggestion.
16176
16177 * Makefile.in: add libiberty stmp to all and all.cross.
16178
16179 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16180
16181 * Makefile.in: remove force dependencies, add grep to all.
16182
16183 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16184
16185 * Makefile.in: drop flex. make stamp files work.
16186
16187 * configure: added test for conflicting configuration in srcdir,
16188 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16189 gets cranky. use relative paths for configure and srcdir
16190 whenever possible. Send some error messages to stderr that were
16191 going to stdout.
16192
16193 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16194
16195 * Makefile.in: Fix libg++ rule to check for gcc directory
16196 before using gcc/gcc. Also pass XTRAFLAGS.
16197
16198 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16199
16200 * Makefile.in: added stmp-files so that directories aren't polled
16201 when they are already built.
16202
16203 * configure.texi: fixed a node pointer problem.
16204
16205 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16206
16207 * config.sub configure.in gdb/configure.in
16208 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16209 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16210 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16211
16212 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16213
16214 * configure: -recurring becomes -silent. corrected help message
16215 for -site= option.
16216
16217 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16218
16219 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16220
16221 * configure: when building Makefile for crosses, replace
16222 tooldir and program_prefix. default srcdir from location of
16223 config.sub. remove "for host in hosts" and "for target in
16224 targets" loops.
16225
16226 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16227
16228 * Makefile.in: Do not pass bindir or mandir to cvs.
16229
16230 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16231
16232 * Makefile.in, configure.in: removed traces of namesubdir,
16233 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16234 copyrights to '92, changed some from Cygnus to FSF.
16235
16236 * configure.texi: remove most references to multiple hosts,
16237 multiple targets, subdirs, etc.
16238
16239 * configure.man: removed rcsid. reference config.sub not
16240 config.subr.
16241
16242 * Makefile.in: mkdir $(infodir) on install-info.
16243
16244 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16245
16246 * configure.texi: Explain better about .gdbinit and about
16247 the environment that configure.in sections run in.
16248
16249 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16250
16251 * configure.in: Ultrix is only a decstation if it's a MIPS.
16252
16253 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16254
16255 * README: DOC.configure => cfg-paper.texi.
16256
16257 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16258
16259 * config.sub (near case $os): Don't convert newsos* to bsd!
16260
16261 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16262
16263 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16264 the number of copies of COPYING that go into the GDB tar file.
16265
16266 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16267
16268 * bfd/configure.in, gdb/config/mh-i386sco,
16269 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16270 Fix SCO configuration stuff.
16271
16272 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16273
16274 * Makefile.in: For libg++, make sure the -I pointing
16275 to the gcc directory goes *after* all the libg++-local -I flags.
16276 Also, move just-gcc dependency from just-libg++ to all-libg++.
16277
16278 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16279
16280 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16281
16282 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16283
16284 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16285
16286 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16287
16288 * config.sub: Add stratus configuration frags. Also
16289 submitted to FSF.
16290
16291 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16292
16293 * Makefile.in (DEV_SUPPORT): add configure.man.
16294
16295 * config.sub(Decode manufacturer-specific): add -none*.
16296
16297 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16298
16299 * Makefile.in: remove form feeds to make Sun's make happy.
16300 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16301
16302 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16303
16304 * Makefile.in (AR_FLAGS): Make quieter.
16305
16306 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16307
16308 * configure.in: Add libg++.
16309 * configure: When verbose, don't output the command line at each
16310 level; it will be unremarkably the same as the previous version,
16311 which will be the same as what the user typed.
16312
16313 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16314
16315 * configure.in, Makefile.in: fix clean-info, add flex. add
16316 fileutils.
16317
16318 * configure: be less sensitive to spaces in Makefile.in. Do not
16319 look for sources in "..". Doing so breaks subdirectories that
16320 might have their own configure. If a subdir has it's own
16321 configure script, use it.
16322
16323 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16324
16325 * cfg-paper.texi: some changes suggested by rms.
16326
16327 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16328
16329 * config.sub: Merge in some small additions from the FSF version,
16330 taken from the gcc distribution, to bring the Cygnus and FSF
16331 versions into closer sync.
16332
16333 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16334
16335 * configure.in: Changed svr4 references to sysv4.
16336
16337 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16338
16339 * configure: added -V for version number option.
16340
16341 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16342
16343 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16344 renamed from DOC.configure to cfg-paper.texi.
16345
16346 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16347
16348 * configure, config.subr, config.sub: config.subr is now
16349 config.sub again.
16350
16351 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16352
16353 * configure.texi: new file, in progress.
16354
16355 * Makefile.in: build info file and install the man page for
16356 configure.
16357
16358 * configure.man: new file, first cut.
16359
16360 * configure: find config.subr again now that configuration "none"
16361 has gone. removed all traces of the -ansi option. removed all
16362 traces of the -languages option.
16363
16364 * config.subr: resync from rms.
16365
16366 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16367
16368 * configure, config.sub, config.subr: merge config.sub into
16369 config.subr, call the result config.subr, remove config.sub, use
16370 config.subr.
16371
16372 * Makefile.in: revised install for dir.info.
16373
16374 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16375
16376 * configure.in: add decstation host makefile frag.
16377
16378 * Makefile.in: BISON now bison -y again. also install-gcc on
16379 install. clean-gdbm on clean. infodir belongs in datadir.
16380 Make directories for info install. Build dir.info here then
16381 install it.
16382
16383 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16384
16385 * Makefile.in: fix for bad directory tests.
16386
16387 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16388
16389 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16390 regexp. -srcdir relative was being handled incorrectly.
16391
16392 * Makefile.in: unwrapped some for loops so that parallel makes
16393 work again and so one can focus one's attention on a particular
16394 package.
16395
16396 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16397
16398 * configure: added PWD as a stand in for `pwd` (for speed). use
16399 elif wherever possible. make -srcdir work without -objdir.
16400 -objdir= commented out.
16401
16402 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16403
16404 * configure: +options become --options. -subdirs commented out.
16405 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16406 Makefile now at top of generated Makefile. Removed cvs log
16407 entries. added -srcdir. create .gdbinit only if there is one
16408 in ${srcdir}.
16409
16410 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16411 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16412 and mandir now keyed off datadir by default.
16413
16414 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16415
16416 * Freshly created ChangeLog.
16417
16418 \f
16419 Local Variables:
16420 mode: change-log
16421 left-margin: 8
16422 fill-column: 76
16423 version-control: never
16424 End: