ld: depend on libctf
[binutils-gdb.git] / ChangeLog
1 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
2
3 * Makefile.def: Add install-libctf dependency to install-ld.
4 * Makefile.in: Regenerated.
5
6 2021-01-12 Mike Frysinger <vapier@gentoo.org>
7
8 * src-release.sh (do_proto_toplev): Rewrite indentation.
9
10 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
11
12 PR binutils/26766
13 * configure.ac:
14 * configure: Regenerated.
15
16 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
17
18 PR ld/27173
19 * configure: Regenerated.
20 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
21 --plugin and rc before enabling --plugin.
22
23 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
24
25 PR binutils/26766
26 * Makefile.tpl (BUILD_CFLAGS): New.
27 (CFLAGS): Append $(BUILD_CFLAGS).
28 (CXXFLAGS): Likewise.
29 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
30 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
31 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
32 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
33 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
34 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
35 (PGO-TRAINING-TARGETS): Likewise.
36 (PGO_BUILD_TRAINING): Likewise.
37 (all): Add '+' to the command line for recursive make. Support
38 the PGO build.
39 * configure.ac: Add --enable-pgo-build[=lto].
40 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
41 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
42 * Makefile.in: Regenerated.
43 * configure: Likewise.
44
45 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
46
47 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
48 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
49 * configure.ac: Include config/gcc-plugin.m4.
50 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
51 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
52 RANLIB if possible.
53 * Makefile.in: Regenerated.
54 * configure: Likewise.
55
56 2021-01-09 Nick Clifton <nickc@redhat.com>
57
58 * 2.36 release branch crated.
59
60 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
61
62 * libtool.m4: Match gnu* along with other GNU systems.
63
64 2021-01-07 Alan Modra <amodra@gmail.com>
65
66 * config.sub: Accept OS of eabi* and gnueabi*.
67
68 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
69
70 * Makefile.def (libctf): No longer no_check. Checking depends on
71 all-ld.
72 * Makefile.in: Regenerated.
73
74 2021-01-05 Nick Clifton <nickc@redhat.com>
75
76 * libiberty: Sync with gcc. Bring in:
77 2021-01-04 Martin Liska <mliska@suse.cz>
78
79 * strverscmp.c: Convert to utf8 from iso8859.
80
81 2020-12-22 Jason Merrill <jason@redhat.com>
82
83 PR c++/67343
84 * cp-demangle.h (struct d_info): Add unresolved_name_state.
85 * cp-demangle.c (d_prefix): Add subst parm.
86 (d_nested_name): Pass it.
87 (d_unresolved_name): Split out from...
88 (d_expression_1): ...here.
89 (d_demangle_callback): Maybe retry with old sr mangling.
90 * testsuite/demangle-expected: Add test.
91
92 2020-12-21 Jason Merrill <jason@redhat.com>
93
94 * cp-demangle.c (d_expression_1): Recognize qualified-id
95 on RHS of dt/pt.
96 * testsuite/demangle-expected: Add test.
97
98 2020-12-21 Jason Merrill <jason@redhat.com>
99
100 * cp-demangle.c (d_unqualified_name): Clear is_expression.
101 * testsuite/demangle-expected: Add tests.
102
103 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
104
105 * configure: Regenerate.
106 * configure.ac: Avoid using sanitizer.
107
108 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
109
110 * rust-demangle.c (struct rust_demangler): Add
111 skipping_printing and bound_lifetime_depth fields.
112 (eat): Add (v0-only).
113 (parse_integer_62): Add (v0-only).
114 (parse_opt_integer_62): Add (v0-only).
115 (parse_disambiguator): Add (v0-only).
116 (struct rust_mangled_ident): Add punycode{,_len} fields.
117 (parse_ident): Support v0 identifiers.
118 (print_str): Respect skipping_printing.
119 (print_uint64): Add (v0-only).
120 (print_uint64_hex): Add (v0-only).
121 (print_ident): Respect skipping_printing,
122 Support v0 identifiers.
123 (print_lifetime_from_index): Add (v0-only).
124 (demangle_binder): Add (v0-only).
125 (demangle_path): Add (v0-only).
126 (demangle_generic_arg): Add (v0-only).
127 (demangle_type): Add (v0-only).
128 (demangle_path_maybe_open_generics): Add (v0-only).
129 (demangle_dyn_trait): Add (v0-only).
130 (demangle_const): Add (v0-only).
131 (demangle_const_uint): Add (v0-only).
132 (basic_type): Add (v0-only).
133 (rust_demangle_callback): Support v0 symbols.
134 * testsuite/rust-demangle-expected: Add v0 testcases.
135
136 2020-11-13 Seija Kijin <doremylover456@gmail.com>
137
138 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
139
140 2020-11-11 Patrick Palka <ppalka@redhat.com>
141
142 PR c++/88115
143 * cp-demangle.c (d_print_comp_inner)
144 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
145 "operator " prefix for __alignof__.
146 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
147 operand of __alignof__.
148 * testsuite/demangle-expected: Test demangling for __alignof__.
149
150 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
151
152 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
153
154 2020-10-06 Martin Liska <mliska@suse.cz>
155
156 PR lto/97290
157 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
158 Use sh_link of a .symtab_shndx section.
159
160 2021-01-05 Alan Modra <amodra@gmail.com>
161
162 * config.guess: Import from upstream.
163 * config.sub: Likewise.
164
165 2020-12-16 Martin Liska <mliska@suse.cz>
166 Tom de Vries <tdevries@suse.de>
167
168 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
169 field. Add meter field.
170 (progressfn): Print progress using meter.
171
172 2020-12-02 Enze Li <lienze2010@hotmail.com>
173
174 * .gitignore: Add gnu global outputs.
175
176 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
177
178 * .gitignore: Sync with gcc.
179
180 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
181
182 * src-release.sh: Use sha256sum instead of md5sum.
183
184 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * Makefile.in: Rebuild.
187 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
188 distclean-gdbserver.
189
190 2020-07-24 Aaron Merey <amerey@redhat.com>
191
192 * configure: Rebuild.
193 * configure.ac: Remove AC_DEBUGINFOD.
194
195 2020-07-04 Nick Clifton <nickc@redhat.com>
196
197 Binutils 2.35 branch created.
198
199 2020-04-21 Stephen Casner <casner@acm.org>
200
201 PR 25830
202 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
203 * configure: Rebuild.
204
205 2020-03-12 Tom Tromey <tom@tromey.com>
206
207 * Makefile.in: Rebuild.
208 * Makefile.def (gdbserver): Depend on gdbsupport.
209
210 2020-03-12 Tom Tromey <tom@tromey.com>
211
212 * Makefile.in: Rebuild.
213 * Makefile.def (gdbsupport): Don't depend on bfd.
214
215 2020-03-12 Tom Tromey <tom@tromey.com>
216
217 * Makefile.in: Rebuild.
218 * Makefile.def (gdbsupport): Depend on intl.
219
220 2020-02-17 Tom Tromey <tom@tromey.com>
221
222 * configure: Rebuild.
223 * configure.ac (configdirs): Add gnulib and gdbsupport when building
224 gdbserver.
225
226 2020-02-14 Tom Tromey <tom@tromey.com>
227
228 * Makefile.in: Rebuild.
229 * Makefile.def: Make gdbserver require gnulib and libiberty.
230
231 2020-02-07 Tom Tromey <tom@tromey.com>
232 Pedro Alves <palves@redhat.com>
233
234 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
235 * gdbserver: New directory, moved from gdb/gdbserver.
236 * configure.ac (host_tools): Add gdbserver.
237 Only build gdbserver on certain systems.
238 * Makefile.in, configure: Rebuild.
239 * Makefile.def (host_modules, dependencies): Add gdbserver.
240 * MAINTAINERS: Add gdbserver.
241
242 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
243
244 * src-release.sh (getver): Look for gdbsupport's
245 create-version.sh script at the current directory if tool is
246 "gdb".
247
248 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
249
250 * remote-sim.c (gdbsim_target::wait): Return
251 sim_data->remote_sim_ptid instead of inferior_ptid.
252
253 2020-01-18 Nick Clifton <nickc@redhat.com>
254
255 Binutils 2.34 branch created.
256
257 2020-01-18 Nick Clifton <nickc@redhat.com>
258
259 Synchronize top level configure files with master version:
260
261 2020-01-01 Ben Elliston <bje@gnu.org>
262
263 * config.guess: Update copyright years.
264 * config.sub: Likewise.
265
266 2019-12-21 Ben Elliston <bje@gnu.org>
267
268 * config.guess (set_cc_for_build): Prevent multiple calls by
269 checking if $tmp is already set. We can't check CC_FOR_BUILD as
270 the user may set it externally. Thanks to Torbjörn Granlund for
271 the bug report.
272
273 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
274
275 * config.guess (alpha:Linux:*:*): Guard against missing
276 /proc/cpuinfo by redirecting standard error to /dev/null.
277
278 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
279
280 * config.guess (*:Twizzler:*:*): New.
281 * config.sub (-twizzler*): New.
282
283 2019-07-24 Ben Elliston <bje@gnu.org>
284
285 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
286
287 2019-06-30 Ben Elliston <bje@gnu.org>
288
289 * config.sub (case $os): Match nsk* and powerunix. Don't later
290 match nsk* and set os=nsk which removes the OS version number.
291
292 2019-06-30 Ben Elliston <bje@gnu.org>
293
294 * config.sub: Recognise os108*.
295
296 2019-06-26 Ben Elliston <bje@gnu.org>
297
298 * config.sub (hp300): Set $os to hpux.
299
300 2019-06-26 Ben Elliston <bje@gnu.org>
301
302 * config.sub (vsta): Move into alphabetical order.
303
304 2019-06-10 Ben Elliston <bje@gnu.org>
305
306 * config.guess (*:OS108:*:*): Recognise new OS.
307
308 2019-05-28 Ben Elliston <bje@gnu.org>
309
310 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
311 system compiler is installed. If not, do not run set_cc_for_build,
312 as the default cc will open a dialog box asking to install
313 Xcode. If no C compiler is available, guess based on uname -p and
314 uname -m.
315
316 2019-05-28 Ben Elliston <bje@gnu.org>
317
318 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
319
320 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
321
322 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
323 * Makefile.in: Re-generate.
324
325 2020-01-14 Tom Tromey <tom@tromey.com>
326
327 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
328 * MAINTAINERS: Add gdbsupport.
329 * configure: Rebuild.
330 * configure.ac (configdirs): Add gdbsupport.
331 * gdbsupport: New directory, move from gdb/gdbsupport.
332 * Makefile.def (host_modules, dependencies): Add gnulib.
333 * Makefile.in: Rebuild.
334
335 2020-01-09 Aaron Merey <amerey@redhat.com>
336
337 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
338 new configure option --with-debuginfod.
339 * configure: Regenerate.
340 * configure.ac: Call AC_DEBUGINFOD.
341
342 2019-12-26 Christian Biesinger <cbiesinger@google.com>
343
344 * .gitignore: Add perf.data and perf.data.old.
345
346 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
347
348 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
349
350 2019-10-17 Alan Modra <amodra@gmail.com>
351
352 PR 29
353 * src-release.sh (getver): Replace "head -1" with "head -n 1".
354
355 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
356
357 * Makefile.def (host_modules): libctf is no longer no_install.
358 * Makefile.in: Regenerated.
359
360 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
361
362 * Makefile.def (dependencies): all-ld depends on all-libctf.
363 * Makefile.in: Regenerated.
364
365 2019-09-09 Phil Blundell <pb@pbcl.net>
366
367 binutils 2.33 branch created
368
369 2019-08-19 Tom Tromey <tom@tromey.com>
370
371 * configure: Rebuild.
372 * configure.ac: Add --with-static-standard-libraries.
373
374 2019-08-09 Nick Clifton <nickc@redhat.com>
375
376 * libiberty: Sync with gcc. Bring in:
377 2019-08-08 Martin Liska <mliska@suse.cz>
378
379 PR bootstrap/91352
380 * lrealpath.c (is_valid_fd): New function.
381
382 2019-07-24 Martin Liska <mliska@suse.cz>
383
384 PR lto/91228
385 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
386 Find first '\0' starting from gnu_lto + 1.
387
388 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
389
390 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
391 This fixes a Bug 90924.
392
393 2019-07-22 Martin Liska <mliska@suse.cz>
394
395 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
396 Do not search for gnu_lto_v1, but search for first '\0'.
397
398 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
399
400 * cplus-dem.c: Include rust-demangle.h.
401 * rust-demangle.c: Include rust-demangle.h.
402 * rust-demangle.h: New file.
403
404 2019-05-31 Michael Forney <mforney@mforney.org>
405
406 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
407 is non-zero.
408
409 2019-04-30 Ben L <bobsayshilol@live.co.uk>
410
411 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
412 * testsuite/d-demangle-expected: Add testcase.
413
414 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
415 * testsuite/d-demangle-expected: Add testcase.
416
417 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
418 * testsuite/d-demangle-expected: Add testcase.
419
420 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
421 * testsuite/d-demangle-expected: Add testcase.
422
423 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
424 * testsuite/d-demangle-expected: Add testcase.
425
426 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
427 * testsuite/demangle-expected: Add testcase.
428
429 * cp-demangle.c (d_encoding): Guard against NULL return values from
430 d_right (dc).
431 * testsuite/demangle-expected: Add testcase.
432
433 2019-04-29 Ben L <bobsayshilol@live.co.uk>
434
435 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
436 char is valid.
437 * testsuite/demangle-expected: Add testcase.
438
439 2019-04-10 Nick Clifton <nickc@redhat.com>
440
441 PR 89394
442 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
443 lengths.
444 (d_count_templates_scopes): Replace num_templates and num_scopes
445 parameters with a struct d_print_info pointer parameter. Adjust
446 body of the function accordingly. Add recursion counter and check
447 that the recursion limit is not reached.
448 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
449 Reset recursion counter afterwards, unless the recursion limit was
450 reached.
451
452 2019-07-13 Joel Brobecker <brobecker@adacore.com>
453
454 * src-release (getver): If $tool/gdbsupport/create-version.sh
455 exists, use that to determine the version number.
456
457 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
458
459 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
460
461 2019-06-14 Tom Tromey <tom@tromey.com>
462
463 * MAINTAINERS: Add gnulib.
464 * gnulib: New directory, move from gdb/gnulib.
465 * configure.ac (host_libs): Add gnulib.
466 * configure: Rebuild.
467 * Makefile.def (host_modules, dependencies): Add gnulib.
468 * Makefile.in: Rebuild.
469
470 2019-06-03 Nick Clifton <nickc@redhat.com>
471
472 Revert:
473 2019-05-29 Nick Clifton <nickc@redhat.com>
474
475 * configure.ac (noconfigdirs): Add libctf if the target does not use
476 the ELF file format.
477 * configure: Regenerate.
478
479 2019-05-29 Nick Clifton <nickc@redhat.com>
480
481 * src-release.sh (do_proto_toplev): Add libctf to list of
482 directories that can be disabled.
483
484 2019-05-29 Nick Clifton <nickc@redhat.com>
485
486 * configure.ac (noconfigdirs): Add libctf if the target does not use
487 the ELF file format.
488 * configure: Regenerate.
489
490 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
491
492 * Makefile.def (dependencies): configure-libctf depends on all-bfd
493 and all its deps.
494 * Makefile.in: Regenerated.
495
496 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
497
498 * MAINTAINERS: Add libctf.
499
500 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
501
502 * Makefile.def (host_modules): Add libctf.
503 * Makefile.def (dependencies): Likewise.
504 libctf depends on zlib, libiberty, and bfd.
505 * Makefile.in: Regenerated.
506 * configure.ac (host_libs): Add libctf.
507 * configure: Regenerated.
508
509 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
510
511 * config.guess: Synchronize with config project master sources.
512 * config.sub: Likewise.
513 * readline/support/config.guess: Likewise.
514 * readline/support/config.sub: Likewise.
515
516 2019-04-10 Nick Clifton <nickc@redhat.com>
517
518 * libiberty: Sync with gcc. Bring in:
519 2019-04-10 Nick Clifton <nickc@redhat.com>
520
521 PR 89394
522 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
523 lengths.
524 (d_count_templates_scopes): Replace num_templates and num_scopes
525 parameters with a struct d_print_info pointer parameter. Adjust
526 body of the function accordingly. Add recursion counter and check
527 that the recursion limit is not reached.
528 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
529 Reset recursion counter afterwards, unless the recursion limit was
530 reached.
531
532 2018-06-24 Nick Clifton <nickc@redhat.com>
533
534 2.32 branch created.
535
536 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
537
538 Merge from GCC:
539 PR target/88535
540 * config.guess: Import upstream version 2019-01-03.
541 * config.sub: Import upstream version 2019-01-01.
542
543 2019-01-10 Nick Clifton <nickc@redhat.com>
544
545 * libiberty: Sync with gcc. Bring in:
546 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
547
548 PR other/16615
549
550 * cp-demangle.c: Mechanically replace "can not" with "cannot".
551 * floatformat.c: Likewise.
552 * strerror.c: Likewise.
553
554 2018-12-22 Jason Merrill <jason@redhat.com>
555
556 Remove support for demangling GCC 2.x era mangling schemes.
557 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
558 internal_cplus_demangle, and all subroutines.
559 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
560 Lucid, ARM, HP, and EDG demangling styles.
561 (cplus_demangle): Remove 'work' variable. Don't call
562 internal_cplus_demangle.
563
564 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
565
566 * configure.ac: Don't configure readline if --with-system-readline is
567 used.
568 * configure: Re-generate.
569
570 2018-10-31 Joseph Myers <joseph@codesourcery.com>
571
572 Merge from GCC:
573 PR bootstrap/82856
574 * multilib.am: New file. From automake.
575
576 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
577
578 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
579
580 2018-07-16 Nick Clifton <nickc@redhat.com>
581
582 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
583
584 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
585
586 * config.sub: Sync with upstream version 2018-07-03.
587
588 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
589
590 * config.guess: Sync with upstream version 2018-06-26.
591 * config.sub: Sync with upstream version 2018-07-02.
592
593 2018-06-29 Alexandre Oliva <oliva@adacore.com>
594
595 * configure.ac: Introduce support for @unless/@endunless.
596 * Makefile.tpl (dep-kind): Rewrite with cond; return
597 postbootstrap in some cases.
598 (make-postboot-dep, postboot-targets): New.
599 (dependencies): Do not output postbootstrap dependencies at
600 first. Output non-target ones changed for configure to depend
601 on stage_last @if gcc-bootstrap, and the original deps @unless
602 gcc-bootstrap.
603 * configure.in, Makefile.in: Rebuilt.
604
605 2018-06-24 Nick Clifton <nickc@redhat.com>
606
607 * configure: Regenerate.
608
609 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
610
611 * libtool.m4: Use AC_LANG_SOURCE.
612 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
613 * README-maintainer-mode: Update version requirements.
614 * ar-lib: New file.
615 * test-driver: New file.
616 * configure: Re-generate.
617
618 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
619
620 * Makefile.def (fortran): Add check-target-libgomp-fortran.
621 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
622 * Makefile.in: Regenerate.
623
624 * configure: Regenerate.
625
626 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
627
628 * configure.ac: Sync with GCC, remove MPX-related things.
629
630 2018-05-01 Nick Clifton <nickc@redhat.com>
631
632 * config.guess: Synchronize with config project master sources.
633 * config.sub: Likewise.
634
635 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
636
637 * configure.ac: Added "nfp" target.
638 * configure: Regenerate.
639
640 2018-02-13 Maciej W. Rozycki <macro@mips.com>
641
642 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
643 * configure: Regenerate.
644
645 2018-01-30 Nick Clifton <nickc@redhat.com>
646
647 * src-release.sh (do_proto_toplev): Add patterns for more junk files
648 to delete before creating the tarball.
649
650 2018-01-29 Nick Clifton <nickc@redhat.com>
651
652 * src-release.sh (do_proto_toplev): Strip patch remnant files from
653 the sources before creating the tarball.
654
655 2018-01-13 Nick Clifton <nickc@redhat.com>
656
657 * src-release.sh: Update copyright notice. Change reference to devo
658 to be a reference to root.
659
660 2018-01-10 Nick Clifton <nickc@redhat.com>
661
662 * config-ml.in: Sync with gcc sources.
663 * config.guess: Likewise.
664 * config.sub: Likewise.
665 * configure.ac: Likewise.
666 * configure: Regenerate.
667
668 2017-12-14 Nick Clifton <nickc@redhat.com>
669
670 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
671
672 2017-12-12 Stafford Horne <shorne@gmail.com>
673
674 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
675 * configure: Regenerate.
676
677 2017-09-15 Nick Clifton <nickc@redhat.com>
678
679 * src-release.sh (LZIPPROG): New define. Provides the name of the
680 lzip program.
681 (do_lz): New function. Compresses a tarball using the lzip
682 program.
683 (do_compress): Add support for lzip compression.
684 (usage): Mention -l option.
685 (build_release): Support -l option to invoke lzip compression.
686
687 2017-09-15 Alan Modra <amodra@gmail.com>
688
689 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
690 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
691 and sim depending on $tool and $support_files. Echo configure line.
692
693 2017-09-14 Matt Rice <ratmice@gmail.com>
694
695 * src-release.sh (do_proto_toplev): Enable gold during release process.
696
697 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
698
699 * config.sub: Sync with master version in config project.
700
701 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
702
703 * config.sub: Handle ia16 in $basic_machine.
704
705 bfd/
706 * config.bfd: Handle ia16.
707
708 gas/
709 * configure.tgt: Handle ia16.
710
711 ld/
712 * configure.tgt: Handle ia16.
713
714 2017-03-22 Nick Clifton <nickc@redhat.com>
715
716 * config.sub: Sync with master version in config project.
717 * config.guess: Likewise.
718
719 2017-01-23 Nick Clifton <nickc@redhat.com>
720
721 * configure.ac: Update year in copyright notice.
722 Sync from FSF GCC mainline, bringing in the following patches.
723 * Makefile.def: Likewise.
724 * Makefile.tpl: Likewise.
725 * configure: Regenerate.
726 * Makefile.in: Regenerate.
727
728 2016-12-21 Jakub Jelinek <jakub@redhat.com>
729
730 * configure.ac: Don't bootstrap libmpx unless --with-build-config
731 includes bootstrap-mpx.
732
733 2016-12-01 Matthias Klose <doko@ubuntu.com>
734
735 * configure.ac: Don't use pkg-config to check for bdw-gc.
736
737 2016-11-30 Matthias Klose <doko@ubuntu.com>
738
739 * Makefile.def: Remove reference to boehm-gc target module.
740 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
741 options and for the bdw-gc pkg-config module.
742
743 2016-11-15 Matthias Klose <doko@ubuntu.com>
744
745 * config-ml.in: Remove references to GCJ.
746 * configure.ac: Likewise.
747
748 2016-09-30 Jakub Jelinek <jakub@redhat.com>
749
750 * configure.ac: Add target-libffi to target_libraries.
751 Readd libgcj target disablings, modified to only target-libffi.
752 Readd target addition of go to unsupported languages.
753
754 2016-09-30 Andrew Haley <aph@redhat.com>
755
756 * Makefile.def: Remove libjava.
757 * Makefile.tpl: Likewise.
758 * configure.ac: Likewise.
759
760 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
761
762 * configure.ac: Disable "sim" directory for arc*-*-*.
763
764 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
765
766 * configure.ac: Check for the minimum in-tree MPFR version
767 handled.
768
769 2016-12-31 Alan Modra <amodra@gmail.com>
770
771 * config.sub: Import from upstream.
772
773 2016-12-08 Alan Modra <amodra@gmail.com>
774
775 * configure: Regenerate.
776
777 2016-12-02 Josh Conner <joshconner@google.com>
778
779 * configure.ac: Add fuchsia to targets that use ELF.
780 * configure: Regenerated.
781
782 2016-11-07 Doug Evans <dje@google.com>
783
784 * config.sub: Sync with upstream version 2016-11-03.
785 git://git.sv.gnu.org/config.git
786 * config.guess: Sync with upstream version 2016-10-02.
787
788 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
789
790 * .gitignore: Add archives and make stamps.
791
792 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
793
794 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
795 * configure: Regenerated.
796
797 2016-06-28 Walter Lee <walt@tilera.com>
798
799 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
800 * configure: Regenerate.
801
802 2016-05-28 Alan Modra <amodra@gmail.com>
803
804 * Makefile.tpl (configure): Depend on m4 files included.
805 * Makefile.in: Regenerate.
806
807 2016-05-27 Nick Clifton <nickc@redhat.com>
808
809 * config.guess (Alpha OSF1): Fix typo introduced during the most
810 recent synchronization update.
811
812 2016-05-23 Nick Clifton <nickc@redhat.com>
813
814 * Import these patches from the gcc mainline:
815
816 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
817
818 * config.guess: Import version 2016-04-02 (newest).
819 * config.sub: Import version 2016-05-10 (newest).
820
821 2016-04-19 Nick Clifton <nickc@redhat.com>
822
823 * Import this patch from the GCC mainline:
824
825 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
826
827 PR bootstrap/70173
828 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
829 and gotools directories. Delete the stage_final file.
830 * Makefile.in: Regenerate.
831
832 2016-03-17 Cary Coutant <ccoutant@gmail.com>
833
834 * configure.ac: Add mips and s390 to the gold target check.
835 * configure: Regenerate.
836
837 2016-02-10 Nick Clifton <nickc@redhat.com>
838
839 Import these patches from the GCC mainline:
840
841 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
842
843 * configure.ac: Enable LTO for DJGPP
844 * configure: Regenerate
845
846 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
847
848 PR bootstrap/69329
849 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
850 * Makefile.in: Regenerate.
851
852 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
853 Sebastian Pop <s.pop@samsung.com>
854
855 * Makefile.in: Regenerate.
856 * Makefile.tpl: Export ISLVER.
857 * configure: Regenerate.
858 * config/isl.m4: Detect isl-0.15.
859
860 2016-01-29 Sebastian Pop <s.pop@samsung.com>
861
862 * config/isl.m4: Add comments about isl-0.16.
863 * configure: Regenerate.
864
865 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
866
867 Sync with GCC
868 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
869
870 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
871 symbols.
872
873 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
874
875 PR bootstrap/69134
876 * Makefile.def (mpfr): Disable assembler.
877 * Makefile.in: Regenerate.
878
879 2016-01-11 Nick Clifton <nickc@redhat.com>
880
881 Import the following changes from the GCC mainline:
882
883 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
884
885 * configure.ac: Enable libmpx by default.
886 * configure: Regenerated.
887
888 2015-11-19 Martin Liska <mliska@suse.cz>
889
890 * .gitignore: Add .clang-format to ignored files.
891 * Makefile.tpl: Add clang-format.
892 * Makefile.in: Regenerate.
893
894 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
895
896 PR libffi/65726
897 * Makefile.def (lang_env_dependencies): Make libffi depend
898 on cxx.
899 * Makefile.in: Regenerate.
900
901 2015-12-02 Ian Lance Taylor <iant@google.com>
902
903 PR go/66147
904 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
905 * Makefile.in: Regenerate.
906
907 2015-12-17 Nathan Sidwell <nathan@acm.org>
908
909 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
910 * configure: Regenerate.
911
912 2015-12-17 Sebastian Pop <s.pop@samsung.com>
913
914 * Makefile.in: Replace ISL with isl.
915 * Makefile.tpl: Same.
916 * config/isl.m4: Same.
917 * configure.ac: Same.
918 * contrib/download_prerequisites: Same.
919 * configure: Regenerate.
920
921 2016-01-01 Ben Elliston <bje@gnu.org>
922
923 * config.guess: Import version 2016-01-01.
924 * config.sub: Likewise.
925
926 2015-11-20 Tristan Gingold <gingold@adacore.com>
927
928 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
929 * configure: Regenerate.
930
931 2015-10-21 Nick Clifton <nickc@redhat.com>
932
933 PR gas/19109
934 * configure.ac: Note the 'none' is an acceptable argument to
935 --enable-compressed-debug-sections.
936 * configure: Regenerate.
937
938 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
939
940 PR gas/19109
941 * configure.ac: Add
942 --enable-compressed-debug-sections={all,gas,gold,ld}.
943 * configure: Regenerated.
944
945 2015-09-30 Nick Clifton <nickc@redhat.com>
946
947 Import the following patches from the GCC mainline:
948
949 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
950
951 PR libfortran/54572
952 * Makefile.def: Make libgfortran depend on libbacktrace.
953 * Makefile.in: Regenerate.
954
955 2015-08-12 Tom de Vries <tom@codesourcery.com>
956
957 PR other/67092
958 PR other/67098
959 * configure.ac: Remove --with_host_libstdcxx support.
960 * configure: Regenerate.
961
962 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
963 Jakub Jelinek <jakub@redhat.com>
964
965 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
966 nvptx*-*-*.
967 * configure: Regenerate.
968
969 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
970
971 Sync with GCC
972 2015-07-28 Ben Elliston <bje@gnu.org>
973
974 * config.sub, config.guess: Import from upstream.
975
976 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
977
978 * Makefile.def (libiconv): Define bootstrap=true.
979 Mark pdf/html/info as missing.
980 (configure-gcc): Depend on all-libiconv.
981 (all-gcc): Ditto.
982 (configure-libcpp): Ditto.
983 (all-libcpp): Ditto.
984 (configure-intl): Ditto.
985 (all-intl): Ditto.
986 * Makefile.in: Regenerate.
987
988 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
989
990 Sync with GCC
991 2015-07-24 Michael Darling <darlingm@gmail.com>
992
993 PR other/66259
994 * config-ml.in: Reflects renaming of configure.in to configure.ac
995 * configure: Likewise
996 * configure.ac: Likewise
997
998 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
999
1000 * Makefile.in: Regenerated.
1001
1002 Sync with GCC
1003 2015-05-21 Jason Merrill <jason@redhat.com>
1004
1005 * Makefile.tpl: Update comments.
1006
1007 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1008
1009 * Makefile.tpl: Remove surplus whitespace throughout.
1010
1011 2015-03-25 Martin Liska <mliska@suse.cz>
1012 Yury Gribov <y.gribov@samsung.com>
1013
1014 * Makefile.tpl: Fix ln source location for vimrc file.
1015
1016 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 Sync with GCC
1019 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1020
1021 * configure.ac: FT32 target added.
1022 * configure: Regenerate.
1023
1024 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1025
1026 Sync with GCC
1027 2015-06-02 Jason Merrill <jason@redhat.com>
1028
1029 PR bootstrap/66319
1030 * configure.ac: Use -std=gnu++98.
1031
1032 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1033
1034 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1035 * configure: Regenerate.
1036
1037 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1038
1039 * configure.ac: Fix typo.
1040 * configure: Regenerate.
1041
1042 2015-05-03 Matthias Klose <doko@ubuntu.com>
1043
1044 * configure.ac: Match $host configured with triplets.
1045 * configure: Regenerate.
1046
1047 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1048
1049 PR bootstrap/62077
1050 * configure.ac (--enable-stage1-checking): Default to
1051 release,misc,gimple,rtlflag,tree,types if --disable-checking
1052 or --enable-checking is not specified and DEV-PHASE is not
1053 experimental.
1054 * configure: Regenerated.
1055
1056 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1057
1058 Install back PR target/47230 fix (Revert the revert).
1059
1060 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1061
1062 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1063 target.
1064 * configure: Regenerate.
1065
1066 2015-05-13 John David Anglin <dave.anglin@bell.net>
1067
1068 * configure.ac: Disable configuration of GDB for HPUX targets.
1069 * configure: Regenerate.
1070
1071 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1072
1073 PR ld/18355
1074 * Makefile.def: Add extra_configure_flags to host zlib.
1075 * configure.ac (extra_host_zlib_configure_flags): New. Set
1076 to --enable-host-shared When bfd is to be built as shared
1077 library. AC_SUBST.
1078 * Makefile.in: Regenerated.
1079
1080 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1081 Hans-Peter Nilsson <hp@axis.com>
1082
1083 Adjust src-release.sh for sim using the gdb create-version.sh.
1084 * src-release.sh (tar_compress): If there's a fifth parameter,
1085 use that in the getver call instead of $tool.
1086 (sim_release): Pass gdb as fifth parameter to tar_compress.
1087 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1088
1089 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1090
1091 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1092 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1093 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1094 * Makefile.in: Regenerate.
1095
1096 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * configure.ac: Add --with-system-zlib.
1099 * configure: Regenerated.
1100
1101 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * src-release.sh: Don't configure with --with-target-subdir=.
1104 --disable-multilib.
1105
1106 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1109 src-release.sh.
1110
1111 2015-03-30 Ed Schouten <ed@nuxi.nl>
1112
1113 * config.sub: Update from upstream, to 2015-03-04 version.
1114 * config.guess: Likewise.
1115
1116 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1117
1118 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1119 * Makefile.in: Regenerated.
1120
1121 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 * src-release.sh (do_proto_toplev): Configure with --target
1124 --with-target-subdir and --disable-multilib.
1125 (BINUTILS_SUPPORT_DIRS): Add zlib.
1126 (GAS_SUPPORT_DIRS): Likewise.
1127 (GDB_SUPPORT_DIRS): Likewise.
1128 (SIM_SUPPORT_DIRS): Likewise.
1129
1130 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 * configure.ac (target_configdirs): Exclude target-zlib if
1133 target-libjava isn't built.
1134 * configure: Regenerated.
1135
1136 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1137
1138 Sync with GCC
1139 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1140
1141 * config-ml.in: Robustify ac_configure_args parsing.
1142
1143 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1144
1145 * Makefile.def: Updated from GCC trunk.
1146 * Makefile.tpl: Likewise.
1147 * configure.ac: Likewise.
1148 * Makefile.in: Regenerated.
1149 * configure: Likewise.
1150
1151 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1152
1153 * configure.ac: Add FT32 support.
1154 * configure: Regenerate.
1155
1156 2015-01-12 Anthony Green <green@moxielogic.com>
1157
1158 * configure.ac: Don't disable gprof for moxie.
1159 * configure: Rebuild.
1160
1161 2015-01-03 Andrew Pinski <apinski@cavium.com>
1162
1163 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1164 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1165 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1166 (OBJCOPY_FOR_TARGET): New variable.
1167 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1168 * Makefile.in: Regenerate.
1169 * configure.ac: Check for already installed target objcopy.
1170 Also GCC_TARGET_TOOL on objcopy.
1171 * configure: Regenerate.
1172
1173 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1174
1175 * config.sub: Update from upstream, to 2015-01-01 version.
1176 * config.guess: Ditto.
1177
1178 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1179
1180 * config.sub: Update from upstream config repo.
1181
1182 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1183
1184 * libtool.m4: Updated from GCC trunk.
1185
1186 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1187
1188 * config.guess: Update from upstream config repo.
1189 * config.sub: Ditto.
1190
1191 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1192
1193 * move-if-change: Update from upstream gnulib.
1194
1195 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1196
1197 * compile: Sync with upstream Automake.
1198 * depcomp: Ditto.
1199 * install-sh: Ditto.
1200 * missing: Ditto.
1201 * mkinstalldirs: Ditto.
1202 * ylwrap: Ditto.
1203
1204 2014-10-15 Tristan Gingold <gingold@adacore.com>
1205
1206 * src-release.sh (do_proto_toplev): Configure with --target.
1207
1208 2014-10-03 Jing Yu <jingyu@google.com>
1209
1210 * configure.ac: Add aarch64 to list of targets that support gold.
1211 * configure: Regenerate.
1212
1213 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1214
1215 * configure.ac: Add mips*-img-elf* target triple.
1216 * configure: Regenerate.
1217
1218 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1219 * configure: Disable gdb for nds32*-*-* until supported.
1220 * configure.ac: Disable gdb for nds32*-*-* until supported.
1221
1222 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1223
1224 * configure: Regenerate.
1225
1226 2014-08-27 Will Newton <will.newton@linaro.org>
1227
1228 * src-release.sh: New file.
1229 * src-release: Remove file.
1230
1231 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1232
1233 GDB not supported for or1k*-*-rtems*
1234 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1235 of the stanzas results in this not being caught by or1k*-*-* later.
1236 * configure. Regenerated.
1237
1238 2014-07-25 Samuel Bronson <naesten@gmail.com>
1239
1240 * .gitattributes: New file for use with git-merge-changelog.
1241
1242 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1243
1244 Disable gdb for or1k*-*-* until supported
1245 * configure.ac (or1k*-*-*): Disable gdb.
1246 * configure: Regenerated.
1247
1248 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1249
1250 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1251 * configure: Regenerated.
1252
1253 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1254
1255 PR sanitizer/56781
1256 * Makefile.def: Set bootstrap=true; for host fixincludes.
1257 * configure.ac: Don't bootstrap host fixincludes unless
1258 --with-build-config=bootstrap-{a,ub}san.
1259 * Makefile.in: Regenerated.
1260 * configure: Regenerated.
1261
1262 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1263
1264 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1265 --enable-vtable-verify option parsing. Don't add
1266 target-libsanitizer to bootstrap_target_libs unless
1267 --with-build-config=bootstrap-asan or
1268 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1269 to bootstrap_target_libs unless --enable-vtable-verify.
1270 * configure: Regenerated.
1271
1272 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1273
1274 PR bootstrap/58572
1275 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1276 -I for libstdc++-v3 includes if $(LEAN).
1277 * Makefile.in: Regenerated.
1278
1279 2014-02-24 Walter Lee <walt@tilera.com>
1280
1281 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1282 (tilegx-*-*): Change to tilegx*-*-*.
1283 * configure: Regenerate.
1284
1285 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1286
1287 * config.sub, config.guess: Import from upstream.
1288
1289 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1290
1291 PR bootstrap/60620
1292 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1293 * Makefile.in: Regenerate.
1294
1295 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1296
1297 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1298 for WINDRES_FOR_TARGET in default-manifest.o rule.
1299 * Makefile.in: Regenerate.
1300
1301 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1302
1303 PR target/59788
1304 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1305 *solaris2*.
1306
1307 2013-12-19 Keven Boell <keven.boell@intel.com>
1308
1309 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1310 nested lookups for fortran modules.
1311 * dwarf2read.c (read_module): Add fortran module to
1312 the symbol table.
1313 (add_partial_symbol, add_partial_module): Add fortran
1314 module to the partial symbol table.
1315 (new_symbol_full): Create full symbol for fortran module.
1316 * f-exp.y (yylex): Add new module domain to be parsed.
1317 * symtab.h: New domain for fortran modules.
1318
1319 2013-12-19 Keven Boell <keven.boell@intel.com>
1320
1321 * f-exp.y (yylex): Add domain array to enable lookup
1322 in multiple domains. Loop over lookup domains and try
1323 to find requested symbol. Add STRUCT_DOMAIN to lookup
1324 domains to be able to query for user defined types.
1325
1326 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1327
1328 * configure.ac: Add user-friendly check for native x86_64-linux
1329 multilibs.
1330 * configure: Regenerate.
1331
1332 2013-11-23 Alan Modra <amodra@gmail.com>
1333
1334 * config.sub, config.guess: Import from upstream.
1335
1336 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1337
1338 * Makefile.in: Regenerate.
1339
1340 * Makefile.tpl: Fix typo.
1341 * Makefile.in: Regenerate partially.
1342
1343 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1344
1345 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1346 supported.
1347 * configure: Regenerated.
1348
1349 2013-10-30 Jason Merrill <jason@redhat.com>
1350
1351 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1352 --disable-build-format-warnings.
1353
1354 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1355
1356 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1357 depend on libstdc++ and libgcc.
1358 * configure: Regenerate.
1359 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1360 libcilkrts for POSIX and i*86, and x86_64 architectures.
1361 * Makefile.in: Added libcilkrts related fields to support building it.
1362
1363 2013-10-26 Jeff Law <law@redhat.com>
1364
1365 * Makefile.def (target_modules): Remove libmudflap
1366 (languages): Remove check-target-libmudflap).
1367 * Makefile.in: Rebuilt.
1368 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1369 * configure.ac (target_libraries): Remove target-libmudflap.
1370 Remove checks which disabled libmudflap on some systems.
1371 * configure: Rebuilt.
1372 * libmudflap: Directory removed.
1373
1374 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1375
1376 * configure.ac: Update from GCC.
1377 * configure: Regenerate.
1378
1379 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1380
1381 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1382 files in SUPPORT_FILES.
1383 (SIM_SUPPORT_DIRS): New variable.
1384 (sim.tar.bz2): New rule.
1385
1386 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1387
1388 * configure.ac: Update from GCC.
1389 * configure: Regenerate.
1390
1391 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1392
1393 * COPYING.NEWLIB: Update with new copyright.
1394
1395 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1396
1397 * configure.ac: Update from GCC.
1398 * configure: Regenerate.
1399
1400 2013-09-20 Alan Modra <amodra@gmail.com>
1401
1402 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1403 ppc host match. Support little-endian powerpc linux hosts.
1404
1405 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1406
1407 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1408 strip the "-cvs" suffix from the version number if present.
1409
1410 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1411
1412 * configure.ac: Sync with GCC repo.
1413 * Makefile.def: Ditto.
1414 * configure: Regenerate.
1415 * Makefile.in: Ditto.
1416
1417 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1418
1419 * src-release (VER): Use $(TOOL)/common/create-version.sh
1420 if it exists.
1421
1422 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1423
1424 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1425 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1426 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1427 * configure: Regenerate.
1428
1429 2013-06-01 George Thomas <george.thomas@atmel.com>
1430
1431 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1432 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1433
1434 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1435
1436 * COPYING.NEWLIB: Add Altera Corporation copyright.
1437
1438 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1439
1440 * config.guess: Update from config repo.
1441 * config.sub: Ditto.
1442
1443 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1444
1445 * Makefile.def: Sync with GCC.
1446 * Makefile.in: Regenerate.
1447
1448 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1449
1450 * configure.ac: Sync with GCC.
1451 * configure: Regenerate.
1452
1453 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1454
1455 * src-release (VER): Change bfd/configure.in sed to use the new
1456 `bfd/configure --version` output.
1457
1458 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1459
1460 * configure.ac: Sync with GCC repo.
1461 * configure: Ditto.
1462
1463 2013-02-05 Ian Lance Taylor <iant@google.com>
1464
1465 PR go/55969
1466 * configure.ac: Disable libgo on some systems where it does not
1467 work.
1468 * configure: Rebuild.
1469
1470 2013-02-05 Alan Modra <amodra@gmail.com>
1471
1472 * configure: Regenerate after syncing config/.
1473
1474 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1475
1476 * configure.ac: Sync with GCC repo.
1477 * configure: Ditto.
1478 * Makefile.def: Ditto.
1479 * Makefile.in: Ditto.
1480
1481 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1482
1483 Sync with GCC, merge:
1484
1485 2013-01-09 Jason Merrill <jason@redhat.com>
1486
1487 * .gitignore: Import from gdb repository.
1488
1489 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1490
1491 * config.sub: Update from config repo.
1492
1493 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1494
1495 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1496 * Makefile.in: Regenerate.
1497
1498 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1499
1500 * Makefile.def (configure-gcc): Depend on all-gmp.
1501 (all-gcc): Remove dependency on all-gmp.
1502 * Makefile.in: Regenerated.
1503
1504 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1505
1506 * config.guess: Update from config repo.
1507 * config.sub: Ditto.
1508
1509 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1510
1511 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1512 exists and replace the new bfin license in its location.
1513
1514 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1515
1516 PR gas/14899
1517 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1518 all-ld and all-gold depend on all-gas.
1519 * Makefile.in: Regenerated.
1520
1521 2012-12-29 Ben Elliston <bje@gnu.org>
1522
1523 * config.guess: Update to 2012-12-29 version.
1524 * config.sub: Likewise.
1525
1526 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1527
1528 * Makefile.def (install-target-libgo): Depend on
1529 install-target-libatomic. Merged from GCC repo.
1530 * Makefile.in: Regenerate.
1531
1532 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1533
1534 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1535
1536 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1537
1538 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1539 * configure: Regenerate.
1540
1541 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1542
1543 * Makefile.def (target_modules): Add bootstrap=true and
1544 raw_cxx=true to libsanitizer.
1545 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1546 * Makefile.in: Regenerated.
1547 * configure: Likewise.
1548
1549 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1550
1551 * config.sub: Merge from config repo.
1552
1553 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1554
1555 * configure.ac: Merge from GCC.
1556 * Makefile.tpl: Ditto.
1557 * Makefile.in: Ditto.
1558 * configure: Ditto.
1559
1560 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1561
1562 * configure.ac (noconfigdirs): Merge from GCC.
1563 * configure: Regenerate.
1564
1565 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1566
1567 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1568
1569 2012-11-14 Roland McGrath <mcgrathr@google.com>
1570
1571 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1572 * configure: Regenerate.
1573
1574 2012-11-13 Richard Henderson <rth@redhat.com>
1575
1576 * configure.ac: Move libsanitizer logic to subdirectory.
1577 * configure: Regenerate.
1578
1579 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1580
1581 * configure.ac: Enable libsanitizer just on x86 linux for now.
1582 * configure: Re-generate.
1583
1584 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1585
1586 * configure.ac: Merge libquadmath sections.
1587 * configure: Regenerate.
1588
1589 2012-11-12 Wei Mi <wmi@google.com>
1590
1591 * configure.ac: Add libsanitizer to target_libraries.
1592 * Makefile.def: Ditto.
1593 * configure: Regenerate.
1594 * Makefile.in: Regenerate.
1595
1596 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1597
1598 * configure: Regenerated.
1599
1600 2012-11-03 Robert Mason <rbmj@verizon.net>
1601
1602 * configure.ac: add --disable-libstdcxx configure option
1603 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1604
1605 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1606
1607 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1608 against Mingw64 w32api.
1609 * configure: Regenerate.
1610
1611 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1612
1613 PR bootstrap/54820
1614 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1615 * configure: Regenerate.
1616
1617 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1618
1619 PR bootstrap/54820
1620 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1621 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1622 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1623 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1624 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1625 * Makefile.in: Regenerate.
1626 * configure.ac (have_static_libs): New variable and associated check.
1627 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1628 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1629 * configure: Regenerate.
1630
1631 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1632
1633 * config.guess, config.sub: Include updated version from
1634 config-patches. Adds microblaze little endian support.
1635
1636 2012-09-28 Ian Lance Taylor <iant@google.com>
1637
1638 * Makefile.def: Make all-target-libgo depend on
1639 all-target-libbacktrace.
1640 * Makefile.in: Rebuild.
1641
1642 2012-09-26 Ian Lance Taylor <iant@google.com>
1643
1644 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1645 * Makefile.in: Rebuild.
1646
1647 2012-09-06 Diego Novillo <dnovillo@google.com>
1648
1649 * configure.ac: Bump minimum GMP version to 4.2.3.
1650 * configure: Re-generate.
1651
1652 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1653
1654 PR target/54461
1655 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1656 target-libgloss if not configured --with-avrlibc=no.
1657 * configure: Regenerate.
1658
1659 2012-09-04 Jason Merrill <jason@redhat.com>
1660
1661 * configure.ac: Fix --enable-languages=all.
1662
1663 2012-09-03 Richard Guenther <rguenther@suse.de>
1664
1665 PR bootstrap/54138
1666 * configure.ac: Re-organize ISL / CLOOG checks to allow
1667 disabling with either --without-isl or --without-cloog.
1668 * configure: Regenerated.
1669
1670 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1671
1672 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1673 * configure: Regenerate.
1674
1675 2012-09-21 Steve Ellcey <sellcey@mips.com>
1676
1677 * configure.ac: Add mips*-mti-elf* target.
1678 * configure: Regenerate.
1679
1680 2012-09-19 Ian Lance Taylor <iant@google.com>
1681
1682 * configure.ac (host_libs): Add libbacktrace.
1683 (target_libraries): Add libbacktrace.
1684 * Makefile.def (host_modules): Add libbacktrace.
1685 (target_modules): Likewise.
1686 * configure, Makefile.in: Rebuild.
1687
1688 2012-09-15 Jiong Wang <jiwang@tilera.com>
1689
1690 * configure.ac (ENABLE_GOLD): support tilegx*
1691 * configure: rebuild
1692
1693 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1694
1695 PR target/38607
1696 Merge upstream change.
1697 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1698
1699 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1700 Add libgomp*.o to compare_exclusions for AIX.
1701 * configure: Regenerate.
1702
1703 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1704
1705 PR binutils/4970
1706 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1707 and opcodes.
1708 * Makefile.in: Regenerated.
1709
1710 2012-08-14 Diego Novillo <dnovillo@google.com>
1711
1712 Merge from cxx-conversion branch.
1713
1714 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1715 POSTSTAGE1_CONFIGURE_FLAGS.
1716 * Makefile.in: Regenerate.
1717 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1718 Force C++ when bootstrapping.
1719 * configure: Regenerate.
1720
1721 2012-07-06 Richard Guenther <rguenther@suse.de>
1722
1723 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1724 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1725 --with-gmp=system.
1726 * Makefile.in: Regenerated.
1727 * configure: Likewise.
1728
1729 2012-07-06 Richard Guenther <rguenther@suse.de>
1730
1731 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1732 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1733 supply V=1 as extra_make_flags.
1734 * configure: Regenerated.
1735 * Makefile.in: Likewise.
1736
1737 2012-07-03 Richard Guenther <rguenther@suse.de>
1738
1739 * Makfile.def (isl): Remove not necessary extra_exports and
1740 extra_make_flags.
1741 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1742 * Makefile.in: Regenerated.
1743
1744 2012-07-03 Richard Guenther <rguenther@suse.de>
1745
1746 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1747 * configure.ac: If either the ISL or the CLooG check failed
1748 do not try to build in-tree versions.
1749 * Makefile.in: Regenerated.
1750 * configure: Regenerated.
1751
1752 2012-07-02 Richard Guenther <rguenther@suse.de>
1753 Michael Matz <matz@suse.de>
1754 Tobias Grosser <tobias@grosser.es>
1755 Sebastian Pop <sebpop@gmail.com>
1756
1757 * Makefile.def: Add ISL host module, remove PPL host module.
1758 Adjust ClooG host module to use the proper ISL.
1759 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1760 * configure.ac: Include config/isl.m4. Add ISL host library,
1761 remove PPL. Remove PPL configury, add ISL configury, adjust
1762 ClooG configury.
1763 * Makefile.in: Regenerated.
1764 * configure: Likewise.
1765
1766 2012-07-02 Richard Guenther <rguenther@suse.de>
1767
1768 Merge from graphite branch
1769 2011-07-21 Tobias Grosser <tobias@grosser.es>
1770
1771 * configure: Regenerated.
1772 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1773 both cloog.org and legacy versions. The only supported version will
1774 be CLooG with the isl backend.
1775
1776 2011-07-21 Tobias Grosser <tobias@grosser.es>
1777
1778 * configure: Regenerated.
1779 * configure.ac: Require cloog isl 0.17.0
1780
1781 2011-07-21 Tobias Grosser <tobias@grosser.es>
1782
1783 * configure: Regenerated.
1784 * config/cloog.m4: Do not define CLOOG_ORG
1785
1786 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1787
1788 * configure.ac: Skip C if explicitly selected.
1789 * configure: Regenerate.
1790
1791 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1792
1793 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1794 they contain -O2.
1795 * configure: Regenerate.
1796
1797 2012-06-20 Jason Merrill <jason@redhat.com>
1798
1799 * Makefile.tpl (check-target-libgomp-c++): New.
1800 (check-target-libitm-c++): New.
1801 * Makefile.def (c++): Add them.
1802 * Makefile.in: Regenerate.
1803
1804 2012-05-16 Olivier Hainque <hainque@adacore.com>
1805
1806 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1807 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1808 (install-no-fixedincludes): Adjust accordingly.
1809 * Makefile.in: Regenerate.
1810
1811 2012-05-09 Nick Clifton <nickc@redhat.com>
1812 Paul Smith <psmith@gnu.org>
1813
1814 PR bootstrap/50461
1815 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1816 allow for the fact that from release v3.1.0 of MPFR the source
1817 files were moved into a src sub-directory.
1818 * configure: Regenerate.
1819
1820 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1821
1822 * configure.ac: Bump minimum MPFR version to 2.4.0.
1823 * configure: Regenerated.
1824
1825 2012-05-01 Richard Henderson <rth@redhat.com>
1826
1827 * Makefile.def (libatomic): New target_module.
1828 * configure.ac (target_libraries): Add libatomic.
1829 (noconfigdirs): Check if libatomic is supported.
1830 * Makefile.in, configure: Rebuild.
1831
1832 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1833
1834 Merge upstream change
1835 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1836
1837 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1838
1839 * libtool.m4: Additional FreeBSD 10 fixes.
1840
1841 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1842
1843 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1844 they contain -O2.
1845 * configure: Regenerate.
1846
1847 2012-05-14 Catherine Moore <clm@codesourcery.com>
1848
1849 * NEWS: Mention PowerPC VLE port.
1850
1851 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1852
1853 * MAINTAINERS (config/): Move to intl/ section.
1854 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1855
1856 2012-05-09 Nick Clifton <nickc@redhat.com>
1857 Paul Smith <psmith@gnu.org>
1858
1859 PR bootstrap/50461
1860 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1861 allow for the fact that from release v3.1.0 of MPFR the source
1862 files were moved into a src sub-directory.
1863 * configure: Regenerate.
1864
1865 2012-05-02 Roland McGrath <mcgrathr@google.com>
1866
1867 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1868 * configure: Regenerate.
1869
1870 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1871
1872 * config.sub: Update to 2012-04-18 version from official repo.
1873
1874 2012-03-19 Tristan Gingold <gingold@adacore.com>
1875
1876 * configure.ac (ia64*-*-*vms*): Add support for ld.
1877 * configure: Regenerate.
1878
1879 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1880
1881 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1882 (unsupported_languages): Remove mips-sgi-irix6.*.
1883 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1884 (with_stabs): Remove.
1885 * configure: Regenerate.
1886
1887 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1888
1889 * configure.ac (enable_libgomp): Remove *-*-osf*.
1890 (with_stabs): Remove alpha*-*-osf*.
1891 * configure: Regenerate.
1892
1893 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1894
1895 * COPYING.NEWLIB: Modify DJ Delorie license to include
1896 modification rights in clause as permitted by DJ Delorie.
1897 * COPYING.LIBGLOSS: Ditto.
1898
1899 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1900
1901 * COPYING.NEWLIB: Remove two unused licenses.
1902
1903 2012-03-05 Tristan Gingold <gingold@adacore.com>
1904
1905 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1906 * configure: Regenerate.
1907
1908 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1909
1910 * COPYING.NEWLIB: Add Adapteva notice.
1911 * COPYING.LIBGLOSS: Add Adapteva notice.
1912
1913 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1914
1915 * configure: Regenerate.
1916
1917 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1918
1919 * COPYING.LIBGLOSS: Add GPL with exception license.
1920
1921 2011-11-09 Roland McGrath <mcgrathr@google.com>
1922
1923 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1924 * configure: Rebuild.
1925 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1926 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1927 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1928 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1929 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1930 Add READELF.
1931 * Makefile.in: Rebuild.
1932
1933 2011-11-08 Richard Henderson <rth@redhat.com>
1934
1935 * configure.ac: Test for libitm directory present first.
1936
1937 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1938
1939 * configure.ac: Test libitm/configure.tgt to disable libitm.
1940 * configure: Rebuild.
1941
1942 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1943
1944 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1945 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1946 * Makefile.in: Regenerate.
1947
1948 2011-11-01 DJ Delorie <dj@redhat.com>
1949
1950 * configure.ac (rl78-*-*) New case.
1951 * configure: Regenerate.
1952
1953 2011-11-01 DJ Delorie <dj@redhat.com>
1954
1955 * config.sub: Update to version 2011-10-29 (added rl78)
1956
1957 2011-10-27 Nick Clifton <nickc@redhat.com>
1958
1959 * config.sub: Import these changes from the config project:
1960
1961 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1962 Ben Elliston <bje@gnu.org>
1963
1964 * config.sub (epiphany): New.
1965
1966 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1967 Ben Elliston <bje@gnu.org>
1968
1969 * config.sub (hexagon, hexagon-*): New.
1970
1971 2011-08-23 Roland McGrath <mcgrathr@google.com>
1972
1973 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1974 64eb to be64.
1975
1976 2011-08-16 Roland McGrath <mcgrathr@google.com>
1977
1978 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1979 (nacl): Grok as alias for 32el-unknown-nacl.
1980
1981 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1982
1983 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1984
1985 2011-08-14 Yao Qi <yao@codesourcery.com>
1986
1987 Merge from gcc:
1988
1989 2011-08-14 Yao Qi <yao@codesourcery.com>
1990 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1991 * configure: Regenerate.
1992
1993 2011-07-26 Ian Lance Taylor <iant@google.com>
1994
1995 Merge from gcc:
1996
1997 2011-07-26 Ian Lance Taylor <iant@google.com>
1998 * configure.ac: Set have_compiler based on whether gcc directory
1999 exists, rather than on whether gcc is in configdirs.
2000 * configure: Rebuild.
2001
2002 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2003 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2004 link directories.
2005 * Makefile.in: Rebuild.
2006
2007 2011-07-20 Ian Lance Taylor <iant@google.com>
2008 PR bootstrap/49787
2009 * configure.ac: Move --enable-bootstrap handling earlier in file.
2010 If --enable-bootstrap and either --enable-build-with-cxx or
2011 --enable-build-poststage1-with-cxx, enable C++ automatically.
2012 * configure: Rebuild.
2013
2014 2011-07-19 Ian Lance Taylor <iant@google.com>
2015 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2016 make C++ a boot_language. Set and substitute
2017 POSTSTAGE1_CONFIGURE_FLAGS.
2018 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2019 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2020 * configure, Makefile.in: Rebuild.
2021
2022 2011-07-16 Jason Merrill <jason@redhat.com>
2023 * Makefile.def (language=c++): Add check-c++0x and
2024 check-target-libmudflap-c++.
2025 * Makefile.tpl (check-target-libmudflap-c++): New.
2026 * Makefile.in: Regenerate.
2027
2028 2011-07-16 Matthias Klose <doko@ubuntu.com>
2029 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2030 * Makefile.def (target_modules/libjava): Pass
2031 $(EXTRA_CONFIGARGS_LIBJAVA).
2032 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2033 if not configured with --enable-static-libjava.
2034 * Makefile.in: Regenerate.
2035 * configure: Likewise.
2036
2037 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2038 PR regression/47836
2039 PR bootstrap/23656
2040 PR other/47733
2041 PR bootstrap/49247
2042 PR c/48825
2043 * configure.ac (target_libraries): Remove target-libiberty.
2044 Remove case-statement setting skipdirs=target-libiberty for
2045 multiple targets. Remove checking target_configdirs and
2046 removing target-libiberty but keeping target-libgcc if
2047 otherwise empty.
2048 * Makefile.def (target_modules): Don't add libiberty.
2049 (dependencies): Remove all traces of target-libiberty.
2050 * configure, Makefile.in: Regenerate.
2051
2052 2011-07-22 Jason Merrill <jason@redhat.com>
2053
2054 * Makefile.def (language=c++): Add check-c++0x and
2055 check-target-libmudflap-c++.
2056 * Makefile.tpl (check-target-libmudflap-c++): New.
2057 * Makefile.in: Regenerate.
2058
2059 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2060
2061 * configure: Regenerate.
2062
2063 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2064
2065 PR target/39150
2066 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2067 x86_64-*-solaris2.1[0-9]*.
2068 * configure: Regenerate.
2069
2070 2011-06-13 Walter Lee <walt@tilera.com>
2071
2072 * configure.ac (tilepro-*-*) New case.
2073 (tilegx-*-*): Likewise.
2074 * configure: Regenerate.
2075
2076 2011-06-06 Nick Clifton <nickc@redhat.com>
2077
2078 * config.sub: Sync from upstream.
2079
2080 2011-05-08 Doug Kwan <dougkwan@google.com>
2081
2082 Merge from gcc:
2083
2084 2011-05-08 Doug Kwan <dougkwan@google.com>
2085
2086 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2087 * configure: Regenerated.
2088 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2089 value from configure.
2090 * Makefile.in: Regenerated.
2091
2092 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2093
2094 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2095 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2096 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2097 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2098 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2099 *-*-vxworks*): Disable newlib and libgloss in separate case
2100 statement.
2101 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2102 to separate case statement.
2103 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2104 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2105 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2106 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2107 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2108 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2109 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2110 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2111 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2112 i[[3456789]]86-*-rdos*, m32r-*-*,
2113 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2114 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2115 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2116 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2117 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2118 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2119 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2120 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2121 and libgloss in main case over targets. Remove most empty cases
2122 in main case over targets.
2123 * configure: Regenerate.
2124
2125 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2126
2127 * configure.ac: Remove code setting special library locations for
2128 hppa*64*-*-hpux11*. Remove code setting compiler for
2129 sparc-sun-solaris2*.
2130 * configure: Regenerate.
2131
2132 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2133
2134 * configure.ac: Separate libgloss_dir settings from general case
2135 over targets.
2136 * configure: Regenerate.
2137
2138 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2139
2140 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2141 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2142 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2143 cases in libgcj-disabling case statement.
2144 (hppa*64*-*-linux*): Set unsupported_languages instead of
2145 disabling target-zlib.
2146 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2147 to hppa*64*-*-hpux*.
2148 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2149 hppa*-*-hpux*.
2150 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2151 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2152 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2153 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2154 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2155 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2156 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2157 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2158 libgcj-disabling case statement.
2159 * configure: Regenerate.
2160
2161 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2162
2163 * configure.ac: Disable Java for targets not supporting libffi.
2164 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2165 Remove cases in Java-disabling statement.
2166 (*arm-wince-pe): Change to arm-wince-pe.
2167 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2168 cases in Java-disabling statement.
2169 (bfin-*-*): Don't disable Java again.
2170 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2171 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2172 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2173 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2174 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2175 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2176 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2177 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2178 Java-disabling statement.
2179 (mmix-*-*): Don't disable Java again.
2180 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2181 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2182 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2183 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2184 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2185 statement.
2186 * configure: Regenerate.
2187
2188 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2189
2190 Merge from GCC:
2191
2192 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2193
2194 PR lto/48086
2195 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2196 * configure: Regenerate.
2197
2198 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2199
2200 * configure.ac: Separate cases disabling Java and Java libraries
2201 from general case over targets.
2202 * configure: Regenerate.
2203
2204 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2205
2206 * configure.ac (build_tools): Remove build-byacc.
2207 (host_libs): Remove mmalloc.
2208 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2209 autoconf automake libtool diff rcs fileutils shellutils time
2210 textutils wdiff find uudecode hello tar gzip indent recode release
2211 sed perl gawk findutils gettext zip.
2212 (libgcj): Remove target-qthreads.
2213 (target_tools): Remove target-examples target-gperf.
2214 (YACC): Don't handle building byacc.
2215 * configure: Regenerate.
2216 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2217 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2218 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2219 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2220 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2221 handle building components.
2222 * Makefile.in: Regenerate.
2223
2224 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2225
2226 * config.sub: Sync from upstream.
2227
2228 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2229
2230 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2231 (microblaze*): Don't disable libssp.
2232 * configure: Regenerate.
2233
2234 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2235
2236 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2237 moveifchange.
2238 * configure: Regenerate.
2239 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2240 * Makefile.in: Regenerate.
2241
2242 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2243
2244 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2245 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2246 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2247 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2248 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2249 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2250 md_exec_prefix cases.
2251 * configure: Regenerate.
2252
2253 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2254
2255 * configure.ac: Separate cases disabling target-libssp,
2256 target-libiberty, target-libstdc++-v3 and Fortran from general
2257 case over targets.
2258 * configure: Regenerate.
2259
2260 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2261
2262 * configure.ac (*-*-chorusos): Don't disable libgcj.
2263 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2264 Remove case.
2265 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2266 (arm-*-coff): Don't disable libgcj.
2267 (arm*-*-linux-gnueabi): Remove useless assignment.
2268 (arm-*-riscix*): Don't disable libgcj.
2269 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2270 configuration.
2271 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2272 (c54x*-*-*): Remove case.
2273 (tic54x-*-*): Don't disable GCC or GCC libraries.
2274 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2275 to *.
2276 (d10v-*-*): Don't disable GCC libraries.
2277 (d30v-*-*): Don't disable libgcj.
2278 (h8500-*-*): Don't disable GCC libraries.
2279 (i960-*-*): Don't disable libgcj.
2280 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2281 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2282 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2283 libgcj.
2284 (m68k-*-coff*): Remove case.
2285 (mmix-*-*): Don't disable libgloss on host.
2286 (mn10200-*-*, mn10300-*-*): Remove cases.
2287 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2288 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2289 Don't disable libgcj.
2290 (romp-*-*): Remove case.
2291 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2292 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2293 case.
2294 (v810-*-*): Don't disable GCC libraries.
2295 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2296 (ip2k-*-*): Don't disable GCC libraries.
2297 * configure: Regenerate.
2298
2299 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2300
2301 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2302 libffi on host.
2303 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2304 on host.
2305 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2306 * configure: Regenerate.
2307
2308 2011-03-26 John Marino <binutils@marino.st>
2309
2310 * configure.ac: Add support for *-*-dragonfly*
2311 * configure: Regenerate.
2312
2313 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2314
2315 * configure.ac (native_only): Remove.
2316 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2317 send-pr uudecode guile gnuserv on host.
2318 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2319 send-pr rcs guile perl texinfo libtool on host.
2320 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2321 automake send-pr rcs guile perl texinfo libtool on host.
2322 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2323 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2324 (alpha*-dec-osf*): Don't disable fileutils on target.
2325 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2326 texinfo send-pr expect dejagnu on target.
2327 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2328 target-qthreads on target.
2329 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2330 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2331 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2332 x86_64-*-mingw*): Don't disable expect on target.
2333 (*-*-cygwin*): Don't disable target-gperf on target.
2334 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2335 gnuserv on target.
2336 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2337 target.
2338 * configure: Regenerate.
2339
2340 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2341
2342 * configure.ac (target_tools): Remove target-groff.
2343 (native_only): Remove target-groff.
2344 (hppa*64*-*-*): Don't disable byacc.
2345 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2346 setting.
2347 (*-*-kaos*): Don't skip target-librx and target-groff.
2348 (*-*-netware*): Don't skip target-libmudflap.
2349 (*-*-tpf*): Don't skip target-libmudflap.
2350 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2351 directories on the host.
2352 (ia64*-*-*vms*): Don't skip tix.
2353 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2354 host.
2355 * configure: Regenerate.
2356
2357 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2358
2359 * configure.ac: Remove references to mt-mep, mt-netware,
2360 mt-wince.
2361 * Makefile.def: Add all-utils soft dependencies.
2362 * Makefile.tpl: Remove GDB_NLM_DEPS.
2363 * configure: Regenerate.
2364 * Makefile.in: Regenerate.
2365
2366 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2367
2368 Sync from GCC:
2369
2370 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2371
2372 * configure.ac: Do not include mh-x86omitfp.
2373 * configure: Regenerate.
2374
2375 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2376
2377 * configure.ac: Remove empty cases.
2378 * configure: Regenerate.
2379
2380 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2381
2382 * Makefile.def: Add dependency from termcap to gdb.
2383 * Makefile.in: Regenerate.
2384
2385 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2386
2387 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2388 * configure: Regenerate.
2389 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2390 * Makefile.tpl: Likewise.
2391 * Makefile.in: Regenerate.
2392
2393 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2394
2395 * configure.ac: Remove all mentions of tentative_cc.
2396 * configure: Regenerate.
2397
2398 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2399
2400 PR lto/48086
2401 * configure.ac: Re-enable LTO on *-apple-darwin9.
2402 * configure: Regenerate.
2403
2404 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2405
2406 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2407 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2408 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2409 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2410 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2411 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2412 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2413 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2414 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2415 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2416 *-*-rhapsody*): Remove host cases.
2417 * configure: Regenerate.
2418
2419 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2420
2421 * configure.ac (ppc*-*-pe): Remove host case.
2422 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2423 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2424 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2425 cases.
2426 * configure: Regenerate.
2427
2428 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2429
2430 * config.sub: Update to version 2011-03-23.
2431
2432 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2433
2434 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2435 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2436 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2437 * configure: Regenerate.
2438
2439 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2440
2441 * config-ml.in: Don't handle arc-*-elf*.
2442 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2443 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2444 handle GCC libraries.
2445 * configure: Regenerate.
2446
2447 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2448
2449 PR bootstrap/48120:
2450 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2451 Add -lstdc++ -lm to LIBS.
2452 * configure: Regenerate.
2453
2454 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2455
2456 * config.guess: Update to version 2011-02-02
2457 * config.sub: Update to version 2011-02-24
2458
2459 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2460
2461 * configure.ac: Adjust test of with_ppl.
2462 * configure: Regenerated.
2463
2464 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2465
2466 * configure.ac: Add -lpwl to ppllibs.
2467 * config/cloog.m4: Add -lisl to clooglibs.
2468 * configure: Regenerated.
2469
2470 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2471
2472 Import from Libtool and gnulib:
2473
2474 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2475
2476 Prepare for supporting FreeBSD 10.
2477 * config.rpath: Remove handling of freebsd1* which soon would
2478 match FreeBSD 10.0.
2479
2480 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2481
2482 Remove support for FreeBSD 1.x.
2483 * libtool.m4 (_LT_LINKER_SHLIBS)
2484 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2485 soon would incorrectly match FreeBSD 10.0.
2486
2487 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2488
2489 PR binutils/12283
2490 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2491 (move-if-change): Comes from gnulib.
2492 * move-if-change: Import version from gnulib.
2493
2494 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2495
2496 Sync from GCC:
2497
2498 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2499
2500 PR lto/47225
2501 * Makefile.def (lto-plugin): Double dash for enable-shared.
2502 (configure-gcc): Depend on all-lto-plugin.
2503 * Makefile.in: Rebuilt.
2504
2505 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2506
2507 * configure.ac: Remove extra bracket.
2508 * configure: Regenerate.
2509
2510 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2511
2512 PR lto/47225
2513 * Makefile.def: Add dependency for install-gcc
2514 on install-lto-plugin.
2515 * Makfile.in: Regenerated
2516
2517 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2518
2519 * configure.ac: If with_ppl is no, move setting with_cloog=no
2520 after CLOOG_REQUESTED check.
2521 * configure: Regenerated.
2522
2523 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2524
2525 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2526 CLooG has been requested.
2527 * configure: Regenerated.
2528
2529 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2530
2531 * configure: Regenerated.
2532 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2533
2534 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2535
2536 * configure: Regenerated.
2537 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2538
2539 2011-01-07 Jan Hubicka <jh@suse.cz>
2540
2541 PR lto/47225
2542 * Makefile.in: Regenerate.
2543 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2544 configure.
2545
2546 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2547
2548 PR libgcj/44341
2549 * configure.ac: Discard --with-* flags for host when configuring
2550 target libraries for cross build.
2551 * configure: Rebuilt.
2552
2553 2011-01-21 Andreas Schwab <schwab@redhat.com>
2554
2555 Sync from GCC:
2556
2557 2011-01-21 Andreas Schwab <schwab@redhat.com>
2558
2559 * configure.ac: Use AS_HELP_STRING throughout.
2560 * configure: Regenerate.
2561
2562 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2563
2564 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2565 * configure: Regenerate.
2566
2567 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2568
2569 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2570
2571 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2572
2573 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2574 for ia64-hpux.
2575 * configure: Regenerate.
2576
2577 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2578
2579 Sync from GCC:
2580 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2581
2582 * configure.ac: (picochip): Disable libiberty.
2583 * configure: Regenerate.
2584
2585 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2586
2587 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2588
2589 2010-12-10 Ian Lance Taylor <iant@google.com>
2590
2591 PR bootstrap/46819
2592 * configure.ac: For --disable-libgcj clear libgcj_saved.
2593 * configure: Rebuild.
2594
2595 2010-12-10 Tobias Burnus <burnus@net-b.de>
2596
2597 PR fortran/46540
2598 * configure.ac: Add --disable-libquadmath and
2599 --disable-libquadmath-support.
2600 * configure: Regenerate.
2601
2602 2010-12-10 Tristan Gingold <gingold@adacore.com>
2603
2604 * src-release (ETC_SUPPORT): add gnu-oids.texi
2605
2606 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2607
2608 PR libffi/46792
2609 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2610 * configure: Regenerate.
2611
2612 2010-12-02 Ian Lance Taylor <iant@google.com>
2613
2614 * configure.ac: Always set default for poststage1_ldflags to
2615 -static-libstdc++ -static-libgcc.
2616
2617 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2618
2619 * COPYING.NEWLIB: Add National Semiconductor notice.
2620
2621 2010-11-29 Andreas Schwab <schwab@redhat.com>
2622
2623 * configure.ac: Move comment to remove extra space in last argument
2624 of GCC_TARGET_TOOL.
2625
2626 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2627
2628 PR other/46026
2629 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2630 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2631 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2632 (BASE_FLAGS_TO_PASS): Use it.
2633 * configure: Rebuilt.
2634 * Makefile.in: Rebuilt.
2635
2636 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2637
2638 PR binutils/12258
2639 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2640 Properly check default linker.
2641 * configure: Regnerated.
2642
2643 2010-11-23 Matthias Klose <doko@ubuntu.com>
2644
2645 * configure.ac: For --enable-gold, handle value `default' instead of
2646 `both*'. New configure option --{en,dis}able-ld.
2647 * configure: Regenerate.
2648
2649 2010-11-20 Ian Lance Taylor <iant@google.com>
2650
2651 * configure.ac: Only disable a language library if no language needs
2652 it. Don't let --disable-libgcj uncondtionally disable libffi.
2653 * configure: Rebuild.
2654
2655 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2656
2657 * configure: Regenerate.
2658
2659 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2660
2661 PR other/46202
2662 * configure.ac: Fix just-built in-tree STRIP name to be
2663 binutils/strip-new.
2664 * configure: Regenerate.
2665 * Makefile.def (install-strip-gcc, install-strip-binutils)
2666 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2667 (install-strip-sid): Mirror dependencies on non-strip variants
2668 of these targets on the respective -strip prerequisites.
2669 * Makefile.tpl (install-strip, install-strip-host)
2670 (install-strip-target): New targets.
2671 (install-strip-[+module+], install-strip-target-[+module+]):
2672 New targets.
2673 * Makefile.in: Regenerate.
2674
2675 2010-11-19 Ian Lance Taylor <iant@google.com>
2676 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2677
2678 * configure.ac: Add target-libgo to target_libraries. Set
2679 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2680 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2681 (HOST_EXPORTS): Add GOC.
2682 (BASE_TARGET_EXPORTS): Add GOC.
2683 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2684 (GOCFLAGS_FOR_TARGET): New variable.
2685 (EXTRA_HOST_FLAGS): Add GOC.
2686 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2687 * Makefile.def (target_modules): Add libgo.
2688 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2689 (dependencies): Add dependency from configure-target-libgo to
2690 configure-target-libffi and all-target-libstdc++-v3. Add
2691 dependencies from all-target-libgo to all-target-libffi.
2692 (languages): Add go.
2693 * configure: Rebuild.
2694 * Makefile.in: Rebuild.
2695
2696 2010-11-19 Ian Lance Taylor <iant@google.com>
2697
2698 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2699 compiler/flag environment variables.
2700
2701 2010-11-18 Ian Lance Taylor <iant@google.com>
2702
2703 * configure.ac: Check for lang_requires_boot_languages in
2704 config-lang.in files.
2705 * configure: Rebuild.
2706
2707 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2708
2709 * .gitignore: New file.
2710
2711 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2712 Tobias Burnus <burnus@net-b.de>
2713
2714 PR fortran/32049
2715 * Makefile.def: Add libquadmath; build it with language=fortran.
2716 * configure.ac: Add libquadmath.
2717 * Makefile.tpl: Handle multiple libs in check-[+language+].
2718 * Makefile.in: Regenerate.
2719 * configure: Regenerate.
2720
2721 2010-11-15 Andreas Schwab <schwab@redhat.com>
2722
2723 * configure.ac: Fix spelling in option names.
2724 * configure: Regenerated.
2725
2726 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2727
2728 PR bootstrap/39622
2729 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2730 * configure: Regenerated.
2731
2732 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2733
2734 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2735 define the cloog backend to use. Furthermore, only pass the ppllibs to
2736 the configure checks, if necessary.
2737 * configure: Regenerate.
2738
2739 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2740
2741 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2742 * configure: regenerate
2743
2744 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2745
2746 * config/cloog.m4: Fix typo. verison -> version.
2747 * configure: Regenerate.
2748
2749 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2750
2751 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2752 * configure: Regenerate.
2753
2754 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2755
2756 * configure.ac: Support official CLooG.org versions.
2757 * configure: Regenerate.
2758 * config/cloog.m4: New.
2759
2760 2010-11-05 Michael Eager <eager@eagercon.com>
2761
2762 * COPYING.LIBGLOSS: Correct typo in microblaze.
2763 * COPYING.NEWLIB: Same.
2764
2765 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2766
2767 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2768 * configure: Regenerate.
2769
2770 2010-11-03 Ian Lance Taylor <iant@google.com>
2771 Dave Korn <dave.korn.cygwin@gmail.com>
2772
2773 PR lto/46273
2774 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2775 and on other supported platforms whenever LTO is enabled.
2776 * configure: Rebuild.
2777
2778 2010-11-02 Alan Modra <amodra@gmail.com>
2779
2780 PR binutils/12110
2781 * configure.ac: Error when source path contains spaces.
2782 * configure: Regenerate.
2783
2784 2010-10-20 Ian Lance Taylor <iant@google.com>
2785
2786 * Makefile.def (target_modules): Set lib_path to src/.libs for
2787 libstdc++-v3 module.
2788 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2789 * Makefile.in: Rebuild.
2790
2791 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2792 Joseph Myers <joseph@codesourcery.com>
2793
2794 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2795 notices.
2796 * COPYING.NEWLIB: Add Texas Instruments notice.
2797
2798 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2799
2800 * configure.ac (build_lto_plugin): New shell variable.
2801 (--enable-lto): Turn on by default for all non-ELF platforms that
2802 have had LTO support added so far. Set build_lto_plugin appropriately
2803 for both ELF and non-ELF.
2804 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2805 * configure: Regenerate.
2806
2807 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2808
2809 PR bootstrap/45326
2810 PR bootstrap/45174
2811 * configure.ac: Honor initial values of $build_configargs,
2812 $host_configargs, $target_configargs. Mark the precious, so
2813 environment settings get recorded.
2814 * configure: Regenerate.
2815
2816 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2817
2818 Sync from GCC:
2819
2820 2010-09-30 Michael Eager <eager@eagercon.com>
2821
2822 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2823 * configure: Regenerate.
2824
2825 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2826
2827 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2828 targets and amend comment.
2829 * configure: Regenerate.
2830
2831 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2832
2833 * configure.ac: Enable LTO by default on Darwin.
2834 * configure: Regenerate.
2835
2836 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2837
2838 PR bootstrap/44455
2839 * configure.ac (extra_mpfr_configure_flags): Copy from
2840 extra_mpc_gmp_configure_flags.
2841 * configure: Re-generated.
2842
2843 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2844
2845 Sync from GCC:
2846
2847 PR bootstrap/45796
2848 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2849 Depend on all-build-libiberty.
2850 * Makefile.in: Regenerate.
2851
2852 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2853
2854 Sync from GCC:
2855
2856 PR bootstrap/44621
2857 * configure.ac: Fix unportable shell quoting.
2858 * configure: Regenerate.
2859
2860 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2861
2862 * configure.ac: Support all v850 targets.
2863 * configure: Regenerate.
2864
2865 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2866
2867 PR target/44862
2868 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2869 Provide -B option to allow for link spec %s substitutions for
2870 libstdc++.a on darwin.
2871 * Makefile.in: Regenerate.
2872
2873 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2874
2875 * Makefile.def (configure-gcc): Depend on all-libelf.
2876 * Makefile.in: Rebuild.
2877
2878 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2879
2880 * config.sub, config.guess: Update from upstream sources.
2881
2882 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2883
2884 Sync from GCC:
2885
2886 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2887 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2888 * configure: Regenerated.
2889
2890 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2891 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2892 * configure: Regenerate.
2893
2894 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2895 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2896 * configure: Regenerate.
2897
2898 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2899 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2900 separately.
2901 * configure: Regenerate.
2902
2903 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2904 * configure: Regenerate after change to elf.m4.
2905
2906 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2907 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2908 * configure: Regenerated.
2909
2910 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2911 * configure.ac: Print "buggy but acceptable" when CLooG
2912 revision is less than 9.
2913 * configure: Regenerated.
2914
2915 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2916
2917 Merge from gcc:
2918
2919 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2920 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2921 * configure: Regenerate.
2922
2923 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2924 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2925 a platform that supports LTO.
2926 * configure: Regenerate.
2927
2928 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2929 PR lto/42776
2930 * configure.ac (--enable-lto): Refactor handling so libelf tests
2931 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2932 and allow LTO to be explicitly enabled on non-ELF platforms that
2933 are known to support it inside else-clause.
2934 * configure: Regenerate.
2935
2936 2010-04-27 Roland McGrath <roland@redhat.com>
2937 H.J. Lu <hongjiu.lu@intel.com>
2938
2939 * configure.ac (--enable-gold): Support both, both/gold and
2940 both/bfd to add gold to configdirs without removing ld.
2941 * configure: Regenerated.
2942
2943 * Makefile.def: Add install-gold dependency to install-ld.
2944 * Makefile.in: Regenerated.
2945
2946 2010-04-14 Tristan Gingold <gingold@adacore.com>
2947
2948 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2949 * configure: Regenerate.
2950
2951 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2952
2953 Merge from gcc:
2954 PR bootstrap/43615
2955 PR bootstrap/43328
2956 Revert:
2957 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2958 * configure.ac: Do not pass --enable-multilib nor
2959 --disable-multilib in baseargs. Accept explicitly passed
2960 --enable_multilib.
2961 * configure: Regenerate.
2962
2963 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2964
2965 PR bootstrap/43328
2966 * configure.ac: Do not pass --enable-multilib nor
2967 --disable-multilib in baseargs. Accept explicitly passed
2968 --enable_multilib.
2969 * configure: Regenerate.
2970
2971 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2972
2973 * configure.ac (tic6x-*-*): New case.
2974 * configure: Regenerate.
2975
2976 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2977
2978 Merge from gcc:
2979 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2980 PR ada/42554
2981 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2982 * configure: Regenerate.
2983
2984 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2985
2986 * config.sub: Update to version 2010-03-22.
2987 * config.guess: Update to version 2009-12-30.
2988
2989 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2990
2991 Merge from gcc:
2992 2010-01-11 Richard Guenther <rguenther@suse.de>
2993 PR lto/41569
2994 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2995 * Makefile.in: Regenerated.
2996
2997 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2998
2999 PR libstdc++/32499
3000 * configure.ac (RANLIB): Default to true.
3001 (STRIP): Likewise.
3002 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3003 * configure: Regenerate.
3004
3005 2010-02-17 Nick Clifton <nickc@redhat.com>
3006
3007 PR 11238
3008 * Makefile.tpl (local-distclean): Also remove config.cache files in
3009 sub-directories as there may not be Makefiles present in the
3010 sub-directories.
3011 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3012 the config.cache files found by the find command.
3013
3014 * Makefile.in: Regenerate.
3015 * configure.ac: Revert previous delta.
3016 * configure: Regenerate.
3017
3018 2010-02-15 Nick Clifton <nickc@redhat.com>
3019
3020 PR 11238
3021 * configure.ac: Delete config.cache files in sub-directories when
3022 deleting Makefiles.
3023 * configure: Regenerate.
3024
3025 2010-02-15 Nick Clifton <nickc@redhat.com>
3026
3027 * configure.ac: Sync from gcc.
3028 * configure: Regenerate.
3029
3030 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3031
3032 Sync from gcc:
3033 * configure.ac: Add "recommended" version checks for GMP/MPC.
3034 Update recommended GMP/MPFR/MPC versions.
3035 * configure: Regenerate.
3036
3037 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3038
3039 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3040 * configure.ac (bootstrap_target_libs): Make inclusion of
3041 target-libgomp conditional on libgomb being in target_configdirs.
3042 * configure: Regenerate.
3043
3044 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3045
3046 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3047 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3048 * configure: Regenerate.
3049
3050 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3051
3052 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3053 * configure.ac (target_configdirs): Substitute.
3054 * Makefile.def: Bootstrap target module libgomp.
3055 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3056 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3057 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3058 * configure, Makefile.in: Regenerate.
3059
3060 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3061
3062 * libtool.m4: Sync from git Libtool.
3063 * ltmain.sh: Likewise.
3064 * ltoptions.m4: Likewise.
3065 * ltversion.m4: Likewise.
3066 * lt~obsolete.m4: Likewise.
3067
3068 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3069 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3070
3071 PR bootstrap/42424
3072 * configure.ac: Include libtool m4 files.
3073 (_LT_CHECK_OBJDIR): Call it.
3074 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3075 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3076
3077 * configure: Regenerate.
3078
3079 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3080
3081 PR bootstrap/41818
3082 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3083 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3084 * Makefile.in: Regenerate.
3085
3086 2009-12-18 Ben Elliston <bje@au.ibm.com>
3087
3088 * config.sub, config.guess: Update from upstream sources.
3089
3090 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3091
3092 * COPYING.NEWLIB: Update copyright date.
3093 * COPYING.LIBGLOSS: Ditto.
3094
3095 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3096
3097 PR middle-end/30447
3098 PR middle-end/30789
3099 PR other/40302
3100
3101 * configure.ac: Require MPC.
3102 * configure: Regenerate.
3103
3104 * configure.ac: Update minimum MPC version to 0.8.
3105 * configure: Regenerate.
3106
3107 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3108
3109 * config.guess: Sync with upstream and gcc.
3110 * config.sub: Sync with upstream and gcc.
3111
3112 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3113
3114 * Makefile.def: Restore host and target settings for gmp.
3115 * Makefile.in: Rebuild.
3116
3117 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3118
3119 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3120 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3121 Fix portability of test of C++ as bootstrap language. Add
3122 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3123 * configure: Rebuild.
3124 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3125 and cloog. Fix in-tree ppl configuration. Introduce libelf
3126 in-tree building.
3127 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3128 (POSTSTAGE1_HOST_EXPORTS): Use it.
3129 (STAGE[+id+]_CXXFLAGS): New.
3130 (BASE_FLAGS_TO_PASS): Pass it down.
3131 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3132 extra_exports.
3133 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3134 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3135 extra_exports.
3136 * Makefile.in: Rebuild.
3137
3138 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3139
3140 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3141 paths for *-w64-mingw* and x86_64-*mingw*.
3142 * configure: Regenerated.
3143
3144 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3145
3146 * configure.ac: Disable target-winsup & co for
3147 x86_64-*-mingw* and *-w64-mingw* targets.
3148 * configure: Regenerated.
3149
3150 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3151
3152 * configure.ac (CLooG test): Use = with test.
3153 * configure: Regenerate.
3154
3155 2009-10-22 Richard Guenther <rguenther@suse.de>
3156
3157 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3158 cloog if the ppl version check failed. Move flags saving
3159 before setting in libelf check.
3160 * configure: Regenerate.
3161
3162 2009-10-21 Richard Guenther <rguenther@suse.de>
3163
3164 * configure.ac: Adjust the ppl and cloog configure to work as
3165 documented. Disable cloog if ppl was disabled. Omit the version
3166 checks if they were disabled.
3167 * configure: Re-generate.
3168
3169 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3170
3171 * configure.ac: Add 'lto' to enable_languages, not
3172 new_enable_languages, and only if not already present.
3173 * configure: Regenerate.
3174
3175 2009-10-06 Ian Lance Taylor <iant@google.com>
3176
3177 * Makefile.def: check-gold depends upon all-gas.
3178 * Makefile.in: Rebuild.
3179
3180 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3181
3182 * Makefile.def: all-lto-plugin depends on all-libiberty.
3183 set bootstrap=true for lto-plugin.
3184 Add lto-plugin.
3185 * Makefile.in: Regenerate.
3186 * configure.ac (host_libs): Add lto-plugin.
3187 * configure: Regenerate.
3188
3189 2009-10-03 Diego Novillo <dnovillo@google.com>
3190
3191 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3192 (HOST_LIBELFLIBS): Define.
3193 (HOST_LIBELFINC): Define.
3194 * Makefile.in: Regenerate.
3195 * configure.ac: Add --enable-lto.
3196 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3197 If --enable-lto is used, add 'lto' to new_enable_languages.
3198 If --enable-lto is used and gold is enabled, add
3199 lto-plugin to configdirs.
3200 * configure: Regenerate.
3201
3202 2009-10-03 Simon Baldwin <simonb@google.com>
3203
3204 * configure.ac: If --with-system-zlib, suppress local zlib and
3205 pass --with-system-zlib to subdir configure scripts.
3206 * configure: Regenerate.
3207
3208 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3209 Paolo Bonzini <bonzini@gnu.org>
3210
3211 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3212 $(srcdir).
3213 * Makefile.in: Rebuilt.
3214
3215 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3216
3217 Sync from gcc:
3218 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3219
3220 * configure.ac: Update minimum MPC version to 0.7.
3221 * configure: Regenerate.
3222
3223 2009-09-25 Nick Clifton <nickc@redhat.com>
3224
3225 * configure.ac: Pass any --cache-file=/dev/null option on to
3226 subconfigures.
3227 * configure: Regenerate.
3228
3229 2009-09-23 Nick Clifton <nickc@redhat.com>
3230
3231 * config.sub, config.guess: Update from upstream sources.
3232
3233 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3234
3235 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3236 * Makefile.in: Rebuilt.
3237
3238 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3239
3240 PR bootstrap/32272
3241 * configure.ac: Error out if $srcdir isn't '.' but contains
3242 host-${host_noncanonical}.
3243 * configure: Regenerate.
3244
3245 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3246
3247 * configure.ac: If bootstrapping a combined tree with
3248 --enable-gold, require c++ in stage1_languages.
3249 * configure: Regenerate.
3250
3251 * configure.ac: Also add target_libs of stage1_languages to
3252 bootstrap_target_libs.
3253 * configure: Regenerate.
3254
3255 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3256 with --enable-languages not containing c++.
3257 * configure: Regenerate.
3258
3259 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3260
3261 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3262 * configure: Regenerate.
3263
3264 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3265
3266 * configure.ac: Do not use $extrasub for replacing @if/@endif
3267 parts in Makefile; instead, use additional arguments to
3268 AC_CONFIG_COMMANDS to do the replacement manually, with several
3269 sed invocations, to avoid HP-UX sed command limits.
3270 * configure: Regenerate.
3271
3272 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3273
3274 * configure.ac (with-build-config): Document. Handle without.
3275 Handle missing argument.
3276 * configure: Rebuilt.
3277
3278 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3279
3280 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3281 Default to bootstrap-debug only if compare-debug works.
3282 * configure: Rebuilt.
3283 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3284 * Makefile.in: Rebuilt.
3285
3286 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3287
3288 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3289 * Makefile.in: Rebuilt.
3290
3291 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * Makefile.tpl (AWK): Fix typo.
3294 * Makefile.in: Regenerate.
3295
3296 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * configure.ac: Detect awk and sed.
3299 * Makefile.def (flags_to_pass): Add AWK and SED.
3300 * Makefile.tpl (AWK, SED): New.
3301 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3302 * configure: Regenerate.
3303 * Makefile.in: Regenerate.
3304
3305 2009-09-01 Tristan Gingold <gingold@adacore.com>
3306
3307 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3308 Remove logical names.
3309
3310 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3311
3312 * ltmain.sh (func_normal_abspath): New function.
3313 (func_relative_path): Likewise.
3314 (func_mode_help): Document new -bindir option for link mode.
3315 (func_mode_link): Add new -bindir option, and use it to place
3316 output DLL if specified.
3317
3318 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3319
3320 * configure.ac (AC_PREREQ): Bump to 2.64.
3321
3322 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3323
3324 * README-maintainer-mode: Point directly to upstream locations
3325 for autoconf, automake, libtool, gettext, instead of copies on
3326 sources.redhat.com. Document required versions.
3327 * configure.ac: Do not substitute datarootdir, htmldir,
3328 pdfdir, docdir. Do not process --with-datarootdir,
3329 --with-htmldir, --with-pdfdir, --with-docdir.
3330 * configure: Regenerate.
3331
3332 * configure: Regenerate.
3333
3334 * compile: Sync from Automake 1.11.
3335 * depcomp: Likewise.
3336 * install-sh: Likewise.
3337 * missing: Likewise.
3338 * mkinstalldirs: Likewise.
3339 * ylwrap: Likewise.
3340
3341 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3342
3343 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3344 (baseargs): Add --disable-option-checking.
3345 * configure: Regenerate.
3346
3347 * Makefile.def (configure-target-libiberty): Depend on
3348 all-binutils and all-ld.
3349 (configure-target-newlib): Likewise.
3350 * Makefile.in: Regenerate.
3351
3352 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3353
3354 Sync with GCC, merge:
3355
3356 2009-07-31 Christian Bruel <christian.bruel@st.com>
3357
3358 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3359 * configure: Regenerate.
3360
3361 2009-07-06 Ian Lance Taylor <iant@google.com>
3362
3363 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3364 * configure: Rebuild.
3365
3366 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3367
3368 PR bootstrap/40338
3369 * configure.ac (comparestring): Create new variable.
3370 * Makefile.tpl (comparestring): Use to skip some comparisions.
3371 * configure: Regenerate.
3372 * Makefile.in: Regenerate.
3373
3374 2009-06-23 Ian Lance Taylor <iant@google.com>
3375
3376 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3377 boot_languages. Only bootstrap target libraries listed in
3378 target_libs for some boot language. Add --with-stage1-ldflags,
3379 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3380 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3381 if not building with C++.
3382 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3383 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3384 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3385 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3386 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3387 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3388 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3389 * configure, Makefile.in: Rebuild.
3390
3391 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3392
3393 * configure.ac: Detect MPC in default directory.
3394 * configure: Regenerate.
3395
3396 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3397
3398 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3399 to noconfdirs.
3400 * configure: Regenerate.
3401
3402 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3403
3404 * Makefile.def: Add MPC support and dependencies.
3405 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3406
3407 * Makefile.in, configure: Regenerate.
3408
3409 2009-05-24 Nicolas Roche <roche@adacore.com>
3410
3411 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3412 * Makefile.in: Regenerate.
3413
3414 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3415
3416 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3417 * configure: Regenerate.
3418
3419 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3420
3421 * configure.ac ($with_ppl): Default to no if not supplied.
3422 ($with_cloog): Likewise.
3423 configure: Regenerate.
3424
3425 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3426
3427 PR bootstrap/39739
3428 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3429 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3430
3431 * configure, Makefile.in: Regenerate.
3432
3433 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3434
3435 * configure.ac: Change copyright header to refer to version
3436 3 of the GNU General Public License and to point readers at the
3437 COPYING3 file and the FSF's license web page.
3438 * Makefile.def: Likewise.
3439 * Makefile.tpl: Likewise.
3440 * Makefile.in: Regenerate.
3441
3442 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3443
3444 * configure.ac: Restore match for darwin9 or later. Use double
3445 brackets since regeneration eats one pair.
3446 * configure: Regenerate.
3447
3448 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3449
3450 * MAINTAINERS: Perform some obvious fixups.
3451
3452 2009-08-17 Ben Elliston <bje@au.ibm.com>
3453
3454 * config.sub, config.guess: Update from upstream sources.
3455
3456 2009-08-06 Michael Eager <eager@eagercon.com>
3457
3458 * configure.ac: Add Microblaze target.
3459 * configure: Regenerate.
3460
3461 2009-07-02 Tristan Gingold <gingold@adacore.com>
3462
3463 * configure.ac: Do not exclude gas for i386-*-darwin.
3464 Add a case for x86_64-*-darwin.
3465 * configure: Regenerate.
3466
3467 2009-06-26 Doug Evans <dje@sebabeach.org>
3468
3469 * Makefile.def (host_modules): Add cgen.
3470 * Makefile.in: Regenerate.
3471 * configure.ac (host_tools): Add cgen.
3472 * configure: Regenerate.
3473
3474 2009-06-17 Michael Eager <eager@eagercon.com>
3475
3476 * COPYING.LIBGLOSS: Add Xilinx license.
3477
3478 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3479
3480 * configure.ac: Define is_elf for QNX Neutrino targets.
3481 * configure: Regenerate.
3482
3483 2009-06-03 Jerome Guitton <guitton@adacore.com>
3484 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3485
3486 * Makefile.tpl (all): Avoid a trailing backslash.
3487 * Makefile.in: Regenerate.
3488
3489 2009-06-03 Ben Elliston <bje@au.ibm.com>
3490
3491 * config.sub, config.guess: Update from upstream sources.
3492
3493 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3494
3495 * Makefile.tpl ([+compare-target+]): Compare all stage
3496 directories, rather than just gcc.
3497 * Makefile.in: Rebuilt.
3498
3499 2009-05-28 Doug Kwan <dougkwan@google.com>
3500
3501 * configure.ac: Support gold for target arm*-*-*.
3502 * configure: Regenerate.
3503
3504 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3505
3506 * Makefile.tpl (all): Avoid harmless warning in make all when
3507 gcc-bootstrap is enabled but stage_last does not exist.
3508 * Makefile.in: Rebuilt.
3509
3510 2009-05-25 Tristan Gingold <gingold@adacore.com>
3511
3512 * setup.com: Complete the file with configuration and build.
3513
3514 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3515
3516 PR other/40159
3517 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3518 gcc-no-bootstrap are mutually exclusive.
3519 * Makefile.in: Rebuilt.
3520
3521 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3522
3523 PR other/40159
3524 * Makefile.tpl (all): Don't end with unconditional success.
3525 * Makefile.in: Rebuilt.
3526
3527 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3528
3529 PR target/37137
3530 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3531 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3532 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3533 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3534 stage_configureflags, stage_cflags and stage_libcflags into
3535 explicit Makefile macros.
3536 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3537 GFORTRAN.
3538 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3539 CC. Set CC_FOR_BUILD from CC.
3540 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3541 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3542 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3543 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3544 and GFORTRAN.
3545 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3546 (_LIBCFLAGS): Renamed to _TFLAGS.
3547 (do-compare-debug, do-compare3-debug): Drop.
3548 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3549 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3550 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3551 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3552 (XGCC_FLAGS_FOR_TARGET): New.
3553 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3554 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3555 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3556 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3557 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3558 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3559 TFLAGS.
3560 (BUILD_CONFIG): Include if requested.
3561 (all): Set TFLAGS on bootstrap.
3562 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3563 (all-stageid-prefixmodule): Likewise.
3564 (do-clean, distclean-stageid): Set TFLAGS.
3565 (restrap): Fix whitespace.
3566 * Makefile.in: Rebuilt.
3567
3568 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3569
3570 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3571 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3572 * Makefile.in: Regenerate.
3573
3574 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3575
3576 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3577 consistency with config.sub. (Update from upstream sources.)
3578
3579 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3580
3581 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3582
3583 2009-04-17 Ben Elliston <bje@au.ibm.com>
3584
3585 * config.sub, config.guess: Update from upstream sources.
3586
3587 2009-04-15 Anthony Green <green@moxielogic.com>
3588
3589 * configure.ac: Add moxie support.
3590 * configure: Rebuilt.
3591
3592 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3593
3594 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3595 * configure: Regenerate.
3596
3597 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3598
3599 PR gas/10039
3600 * configure.ac: Require texinfo 4.7.
3601 * configure: Regenerated.
3602
3603 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3604
3605 * Makefil.def (languages): New entries.
3606 * Makefile.tpl (check-gcc-*): New generic target.
3607 * Makefile.in: Regenerate.
3608
3609 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3610
3611 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3612 Windows builds of Sed.
3613
3614 2009-03-18 Tom Tromey <tromey@redhat.com>
3615
3616 * configure: Rebuild.
3617 * configure.ac (host_libs): Add libiconv.
3618 * Makefile.in: Rebuild.
3619 * Makefile.def (host_modules): Add libiconv.
3620 (configure-gdb, all-gdb): Depend on libiconv.
3621
3622 2009-03-16 Tristan Gingold <gingold@adacore.com>
3623
3624 * configure.ac: Treat gdb as supported on x86_64-darwin.
3625 * configure: Regenerate.
3626
3627 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3628
3629 Merge from GCC:
3630
3631 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3632
3633 * configure.ac (--with-host-libstdcxx): New option.
3634 * configure: Regenerate.
3635
3636 2009-01-29 Robert Millan <rmh@aybabtu.com>
3637
3638 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3639 * configure: Regenerate.
3640
3641 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3642
3643 PR tree-optimization/38515
3644 * configure.ac (cloog-polylib): Removed.
3645 (with_ppl, with_cloog): Test for "no".
3646 * configure: Regenerated.
3647
3648 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3649
3650 Backport from git Libtool:
3651
3652 2009-01-19 Robert Millan <rmh@aybabtu.com>
3653 Support GNU/kOpenSolaris.
3654 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3655 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3656 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3657 GNU/kOpenSolaris.
3658
3659 2009-02-05 Andreas Schwab <schwab@suse.de>
3660
3661 * Makefile.tpl (stage_last): Define $r and $s before using
3662 $(RECURSE_FLAGS_TO_PASS).
3663 * Makefile.in: Regenerate
3664
3665 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3666
3667 * COPYING.NEWLIB: Add ARM license.
3668
3669 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3670
3671 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3672 (all-opcodes): Depend on all-libiberty.
3673 * Makefile.in: Regenerate.
3674
3675 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3676
3677 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3678 * configure: Regenerate.
3679
3680 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3681
3682 Backport link test fix from upstream Libtool:
3683
3684 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3685 Add cache variables to tests that require the linker to work.
3686 For shlibpath_overrides_runpath, this also changes the semantics
3687 to let the result from the C compiler take precedence.
3688 compiler take precedence.
3689
3690 2008-12-02 Ben Elliston <bje@au.ibm.com>
3691
3692 * config.sub, config.guess: Update from upstream sources.
3693
3694 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3695
3696 * COPYING.NEWLIB: Updated.
3697 * COPYING.LIBGLOSS: Ditto.
3698
3699 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3700
3701 Sync with GCC:
3702
3703 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3704
3705 * configure.ac (ppllibs): Add by default the lib flags.
3706 * configure: Regenerate.
3707
3708 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3709
3710 * configure.ac: Add double brackets on darwin[912].
3711 * configure: Regenerate.
3712
3713 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3714
3715 * configure.ac: Expand to darwin10 and later.
3716 * configure: Regenerate.
3717
3718 2008-12-02 Andreas Schwab <schwab@suse.de>
3719
3720 * Makefile.def: configure-target-boehm-gc depends on
3721 all-target-libstdc++-v3.
3722 * Makefile.in: Regenerate.
3723
3724 2008-12-02 Ben Elliston <bje@au.ibm.com>
3725
3726 * config.sub, config.guess: Update from upstream sources.
3727
3728 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3729
3730 Merge from GCC:
3731
3732 2007-12-02 Matthias Klose <doko@ubuntu.com>
3733
3734 * config-ml.in: Remove 64bit configure tests.
3735
3736 2008-05-14 Rafael Espindola <espindola@google.com>
3737
3738 * config-ml.in: don't handle --enable-shared and --enable-static.
3739
3740 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3741 Tobias Grosser <grosser@fim.uni-passau.de>
3742 Jan Sjodin <jan.sjodin@amd.com>
3743 Harsha Jagasia <harsha.jagasia@amd.com>
3744 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3745 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3746 Adrien Eliche <aeliche@isty.uvsq.fr>
3747
3748 Merge from graphite branch.
3749 * configure: Regenerate.
3750 * Makefile.in: Regenerate.
3751 * configure.ac (host_libs): Add ppl and cloog.
3752 Add checks for PPL and CLooG.
3753 * Makefile.def (ppl, cloog): Added modules and dependences.
3754 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3755 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3756
3757 2008-09-03 Richard Guenther <rguenther@suse.de>
3758
3759 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3760 cloog test.
3761 * configure: Re-generate.
3762
3763 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3764
3765 * configure.ac (--with-cloog-polylib): New.
3766 (--disable-cloog-version-check): New.
3767 (--disable-ppl-version-check): New.
3768 * configure: Re-generate.
3769
3770 2008-09-05 Richard Guenther <rguenther@suse.de>
3771
3772 * configure.ac: Initialize clooglibs to -lcloog.
3773 * configure: Re-generate.
3774
3775 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3776
3777 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3778 recommended version to 2.3.2.
3779
3780 * configure: Regenerate.
3781
3782 2008-10-31 Ben Elliston <bje@au.ibm.com>
3783
3784 * configure.ac (spu-*-*): Remove special case.
3785 * configure: Regenerate.
3786
3787 Complete comment text from GCC version of:
3788
3789 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3790
3791 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3792 (GCC_SHLIB_SUBDIR): New.
3793 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3794 * configure: Regenerate.
3795 * Makefile.in: Regenerate.
3796
3797 2008-11-27 Tristan Gingold <gingold@adacore.com>
3798
3799 * configure.ac: Build gdb for i?86-*-darwin*
3800 * configure: Regenerated.
3801
3802 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3803
3804 PR bootstrap/38014
3805 PR bootstrap/37923
3806
3807 Revert:
3808
3809 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3810
3811 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3812 * Makefile.in: Regenerated.
3813
3814 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 PR gdb/921
3817 PR gdb/1646
3818 PR gdb/2175
3819 PR gdb/2176
3820
3821 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3822 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3823 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3824 (HOST_EXPORTS): Pass CPPFLAGS.
3825 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3826 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3827 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3828 * Makefile.in, configure: Regenerated.
3829 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3830 and CPPFLAGS_FOR_BUILD.
3831
3832 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3833
3834 * configure.ac [spu-*-*]: Do not set skipdirs.
3835 * configure: Re-generate.
3836
3837 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3838
3839 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3840 * Makefile.in: Regenerated.
3841
3842 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 PR gdb/921
3845 PR gdb/1646
3846 PR gdb/2175
3847 PR gdb/2176
3848
3849 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3850 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3851 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3852 (HOST_EXPORTS): Pass CPPFLAGS.
3853 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3854 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3855 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3856 * Makefile.in, configure: Regenerated.
3857 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3858 and CPPFLAGS_FOR_BUILD.
3859
3860 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3861
3862 * libtool.m4: Update to libtool 2.2.6.
3863 * lt~obsolete.m4: Update to libtool 2.2.6.
3864 * ltmain.sh: Update to libtool 2.2.6.
3865 * ltsugar.m4: Update to libtool 2.2.6.
3866 * ltversion.m4: Update to libtool 2.2.6.
3867 * ltoptions.m4: Update to libtool 2.2.6.
3868 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3869
3870 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3871
3872 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3873 (GCC_SHLIB_SUBDIR): New.
3874 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3875 * configure: Regenerate.
3876 * Makefile.in: Regenerate.
3877
3878 2008-08-28 Tristan Gingold <gingold@adacore.com>
3879
3880 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3881 Enable bfd, binutils and opcodes.
3882 * configure: Regenerate.
3883
3884 2008-08-16 Nicolas Roche <roche@adacore.com>
3885
3886 * Makefile.tpl: Add BOOT_ADAFLAGS.
3887 * Makefile.in: Regenerate.
3888
3889 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3890
3891 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3892 * configure: Regenerate.
3893
3894 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3895
3896 Sync with gcc:
3897 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3898
3899 * configure.ac: Add makefile fragments for hpux.
3900 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3901 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3902 * configure: Regenerate.
3903 * Makefile.in: Regenerate.
3904
3905 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3906
3907 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3908 * Makefile.in: Regenerate.
3909 * configure: Regenerate.
3910
3911 2008-06-18 Ian Lance Taylor <iant@google.com>
3912
3913 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3914
3915 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3916
3917 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3918
3919 * configure: Regenerate.
3920
3921 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3922
3923 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3924 "$@" is still intact with both Autoconf 2.59 and 2.62.
3925 * configure: Regenerate.
3926
3927 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3928
3929 * Makefile.tpl: Fix comment errors.
3930 * Makefile.in: Regenerate.
3931
3932 2008-06-13 Julian Brown <julian@codesourcery.com>
3933
3934 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3935 of libobjc for ARM EABI Linux.
3936 * configure: Regenerate.
3937
3938 2008-06-12 David S. Miller <davem@davemloft.net>
3939 David Edelsohn <edelsohn@gnu.org>
3940
3941 * configure.ac: Add powerpc*-*-* to gold supported targets.
3942 * configure: Regenerate.
3943
3944 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3945
3946 PR tree-optimization/36218
3947 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3948 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3949 (all prefix="build-"): Pass them to build-system sub-makes.
3950 * Makefile.in: Regenerate.
3951
3952 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3953
3954 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3955 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3956 mkdep, and compile. Update comments.
3957 (ETC_SUPPORT): Add ChangeLog and update comments.
3958
3959 2008-05-11 Ian Lance Taylor <iant@google.com>
3960
3961 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3962
3963 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3964
3965 Sync with gcc:
3966 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3967
3968 PR bootstrap/35457
3969 * configure.ac: Include override.m4.
3970 * configure: Regenerate.
3971
3972 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3973
3974 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3975 * Makefile.in: Regenerate.
3976
3977 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3978
3979 * configure.ac: Do not build libssp for the AVR.
3980 * configure: Regenerate.
3981
3982 2008-04-18 Nick Clifton <nickc@redhat.com>
3983
3984 * MAINTAINERS: Replace reference to configure.in with reference to
3985 configure.ac.
3986
3987 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3988
3989 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3990 as nonconfigurable directories list.
3991 * configure: Regenerate.
3992
3993 2008-04-14 David S. Miller <davem@davemloft.net>
3994
3995 * configure.ac: Add sparc*-*-* to gold supported targets.
3996 * configure: Regenerate.
3997
3998 2008-04-14 Ben Elliston <bje@au.ibm.com>
3999
4000 * config.sub, config.guess: Update from upstream sources.
4001
4002 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4003
4004 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4005 * Makefile.in: Regenerate.
4006
4007 2008-04-07 Ian Lance Taylor <iant@google.com>
4008
4009 * Makefile.def: check-gold depends upon all-binutils.
4010 * Makefile.in: Regenerate.
4011
4012 2008-04-04 Nick Clifton <nickc@redhat.com>
4013
4014 PR binutils/4334
4015 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4016 builds.
4017 * configure: Regenerate.
4018
4019 2008-04-04 NightStrike <NightStrike@gmail.com>
4020
4021 PR other/35151
4022 * configure.ac: Combine rules for mingw32 and mingw64.
4023 * configure: Regenerate.
4024
4025 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4026
4027 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4028 * Makefile.in: Regenerate.
4029
4030 2008-03-20 Ian Lance Taylor <iant@google.com>
4031
4032 * configure.ac: Add support for --enable-gold.
4033 * Makefile.def: Add gold as a directory like ld.
4034 * configure, Makefile.in: Regenerate.
4035
4036 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4037
4038 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4039 (s390_cond_extensions): Reduced extensions to the compare related.
4040 (main): z10 cpu type option added.
4041 (expandConditionalJump): Renamed to ...
4042 (insertExpandedMnemonic): ... this.
4043
4044 * opcodes/s390-opc.c: Re-group the operand format makros.
4045 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4046 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4047 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4048 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4049 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4050 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4051 INSTR_SIL_RDU): New instruction formats added.
4052 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4053 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4054 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4055 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4056 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4057 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4058 masks added.
4059 (s390_opformats): New formats added "ris", "rrs", "sil".
4060 * opcodes/s390-opc.txt: Add the conditional jumps with the
4061 extensions removed from automatic expansion in s390-mkopc.c manually.
4062 (asi - trtre): Add new System z10 EC instructions.
4063 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4064
4065 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4066
4067 * configure.ac: m4_include config/proginstall.m4.
4068 * configure: Regenerate.
4069
4070 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4071
4072 Backport from upstream Libtool:
4073
4074 2007-10-12 Eric Blake <ebb9@byu.net>
4075
4076 Deal with Autoconf 2.62's semantic change in m4_append.
4077 * ltsugar.m4 (lt_append): Replace broken versions of
4078 m4_append.
4079 (lt_if_append_uniq): Don't require separator to be overquoted,
4080 and avoid broken m4_append.
4081 (lt_dict_add): Fix typo.
4082 * libtool.m4 (_LT_DECL): Don't overquote separator.
4083
4084 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4085
4086 * config.rpath: Add AIX 6 support.
4087
4088 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4089
4090 * Makefile.def (stageprofile). Remove -fprofile-generate
4091 from stage_libcflags.
4092 * Makefile.in: Regenerate.
4093
4094 2008-03-13 Ben Elliston <bje@au.ibm.com>
4095
4096 * config.sub, config.guess: Update from upstream sources.
4097
4098 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4099
4100 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4101 * s390-opc.txt (cmpsc): Duplicate entry removed.
4102 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4103 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4104 fier, cu42, cu41): Fix operand format.
4105
4106 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4107
4108 PR bootstrap/32009
4109 PR bootstrap/32161
4110
4111 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4112 * configure: Regenerate.
4113
4114 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4115 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4116 STAGE4_LIBCFLAGS): New.
4117 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4118 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4119 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4120 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4121 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4122 for target modules. Don't export LIBCFLAGS.
4123 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4124 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4125 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4126 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4127 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4128 * Makefile.in: Regenerate.
4129
4130 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4131
4132 PR libgcj/33085
4133 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4134 Do not use -DDLL_EXPORT. Backport from upstream.
4135
4136 2008-02-14 Nick Clifton <nickc@redhat.com>
4137
4138 Import this patch from gcc:
4139 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4140
4141 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4142
4143 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4144
4145 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4146 * configure: Regenerate.
4147
4148 2008-01-31 Marc Gauthier <marc@tensilica.com>
4149
4150 * configure.ac (xtensa*-*-*): Recognize processor variants.
4151 * configure: Regenerate.
4152
4153 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4154
4155 PR bootstrap/34922
4156 * configure.ac (PARSE_ARGS): Push suitable setting of
4157 ac_subdirs_all, for `./configure --help=recursive'.
4158 Handle `+' in generic toplevel directory disabling.
4159 * configure: Regenerate.
4160
4161 2008-01-23 Ben Elliston <bje@au.ibm.com>
4162
4163 * config.sub, config.guess: Update from upstream sources.
4164
4165 2008-01-08 Ben Elliston <bje@au.ibm.com>
4166
4167 * config.sub, config.guess: Update from upstream sources.
4168
4169 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4170
4171 * COPYING.LIBGLOSS: Update default copyright.
4172
4173 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4174
4175 * COPYING.NEWLIB: Update default copyright.
4176
4177 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4178
4179 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4180 Change recommended MPFR from 2.2.1 > 2.3.0.
4181 * configure: Regenerate.
4182
4183 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4184
4185 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4186 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4187 * Makefile.in: Regenerate.
4188
4189 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4190
4191 * configure.ac: Enable libjava for x86_64-*-darwin9.
4192 * configure: Regenerate.
4193
4194 2007-12-05 Ben Elliston <bje@au.ibm.com>
4195
4196 * config.sub, config.guess: Update from upstream sources.
4197
4198 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4199
4200 * config-ml.in: Robustify against white space in absolute file
4201 names.
4202
4203 * config-ml.in (multi-clean): Substitute ${Makefile}.
4204 Remove superfluous ${Makefile} in list.
4205
4206 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4207
4208 * Makefile.def (dependencies): Make configure-gdb depend on
4209 all-intl.
4210 * Makefile.in: Regenerated.
4211
4212 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4213
4214 * Makefile.def: To avoid problems running with parallel makes,
4215 build newlib before libgloss so that target specific header
4216 files are availble.
4217 * Makefile.in: Regenerate.
4218
4219 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4222 * Makefile.in: Regenerate.
4223
4224 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4227 * libdecnumber: New directory, imported from GCC.
4228
4229 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4230
4231 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4232 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4233 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4234 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4235 * configure: Regenerate.
4236
4237 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4238
4239 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4240 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4241 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4242 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4243 * configure.ac: Default them to host tools for $host = $build.
4244 Subst them.
4245
4246 * configure: Regenerate.
4247 * Makefile.in: Regenerate.
4248
4249 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4250
4251 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4252 * configure: Regenerate.
4253
4254 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4255
4256 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4257 libstdc++.
4258 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4259 * configure: Regenerate.
4260 * Makefile.in: Regenerate.
4261
4262 2007-09-17 Andreas Schwab <schwab@suse.de>
4263
4264 * configure.ac: Raise minimum makeinfo version to 4.6.
4265 * configure: Regenerate.
4266
4267 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4268
4269 * configure.ac: Correct makeinfo version check.
4270 * configure: Regenerate.
4271
4272 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4273
4274 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4275 to $skipdirs and only disable gprof for newlib. Use the normal
4276 mips*-elf* handling in other respects.
4277 * configure: Regnerate.
4278
4279 2007-09-12 David Daney <ddaney@avtrex.com>
4280
4281 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4282 enabling libgcj.
4283 * configure: Regenerate.
4284
4285 2007-09-12 Richard Guenther <rguenther@suse.de>
4286
4287 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4288 nor --disable-checking is provided also turn on yes and types
4289 checking for stage1.
4290 * configure: Re-generate.
4291
4292 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4293
4294 PR target/33281
4295 * configure.ac: Use config/mh-mingw on mingw.
4296 * configure: Regenerate.
4297
4298 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4299
4300 PR other/32154
4301 * configure.ac: For libgloss targets, point the linker to the linker
4302 script, startup code and simulator library.
4303 * configure: Regenerate.
4304
4305 2007-09-09 Andrew Haley <aph@redhat.com>
4306
4307 * configure.ac (noconfigdirs): Remove target-libffi and
4308 target-libjava.
4309
4310 2007-08-29 Nick Clifton <nickc@redhat.com>
4311
4312 * config.sub, config.guess: Update from upstream sources.
4313
4314 2007-08-21 Richard Guenther <rguenther@suse.de>
4315
4316 * configure.ac: Add types checking to stage1 checking flags.
4317 * configure: Regenerate.
4318
4319 2007-08-18 Paul Brook <paul@codesourcery.com>
4320 Joseph Myers <joseph@codesourcery.com>
4321
4322 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4323 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4324 * Makefile.in: Regenerate.
4325 * configure.ac (--with-debug-prefix-map): New.
4326 * configure: Regenerate.
4327
4328 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4329 Nigel Stephens <nigel@mips.com>
4330
4331 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4332 as target_makefile_frag.
4333 * configure: Regenerate.
4334
4335 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4336
4337 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4338 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4339 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4340 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4341 (do-compare, do-compare3, do-compare-debug): New.
4342 ([+compare-target+]): Use them.
4343
4344 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4345
4346 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4347 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4348 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4349 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4350 (do-compare, do-compare3, do-compare-debug): New.
4351 ([+compare-target+]): Use them.
4352
4353 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4354 Ben Elliston <bje@au.ibm.com>
4355
4356 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4357 --silent if $silent.
4358 * configure: Regenerate.
4359
4360 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4361
4362 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4363
4364 2007-07-17 Nick Clifton <nickc@redhat.com>
4365
4366 * COPYING3: New file. Contains version 3 of the GNU General
4367 Public License.
4368 * COPYING3.LIB: New file. Contains version 3 of the GNU
4369 Lesser General Public License.
4370
4371 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4372
4373 * configure.ac: Fix my previous change to really match GCC.
4374 * configure: Regenerate.
4375
4376 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4377
4378 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4379 * configure: Regenerate.
4380
4381 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4382
4383 * configure.ac: Add some missing m4 quotation.
4384 * configure: Regenerate.
4385
4386 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4387
4388 * Makefile.def: Add windmc tool to build.
4389 * Makefile.tpl: Likewise.
4390 * configure.ac: Likewise.
4391 * Makefile.in: Regenerate.
4392 * configure: Regenerate.
4393
4394 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4395
4396 * lt~obsolete.m4: New. Import from 20070318 libtool.
4397
4398 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4399
4400 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4401 uclinux and linux-uclibc targets.
4402 * configure: Regenerate.
4403
4404 2007-06-28 DJ Delorie <dj@redhat.com>
4405
4406 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4407 not building newlib.
4408 * configure: Regenerated.
4409
4410 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4411
4412 * src-release (DEVO_SUPPORT): Correct typos.
4413
4414 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4415
4416 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4417 * Makefile.in: Regenerated.
4418
4419 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4420
4421 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4422 (distclean-stage[+id+]): Possibly delete stage_last.
4423 * Makefile.in: Regenerate.
4424
4425 2007-06-07 Ben Elliston <bje@au.ibm.com>
4426
4427 * config.sub, config.guess: Update from upstream sources.
4428
4429 2007-06-07 Ben Elliston <bje@au.ibm.com>
4430
4431 * Makefile.tpl: Fix spelling error.
4432 * Makefile.in: Regenerate.
4433
4434 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4435
4436 Sync with gcc:
4437 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4438
4439 PR bootstrap/29382
4440 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4441 * configure: Rebuilt.
4442
4443 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4444
4445 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4446 lt_cv_sys_max_cmd_len.
4447
4448 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4449
4450 * ltgcc.m4: Update from GCC.
4451
4452 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4453
4454 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4455
4456 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4457
4458 * ltmain.sh: Update from GCC.
4459 * libtool.m4: Update from GCC.
4460 * ltsugar.m4: New. Update from GCC.
4461 * ltversion.m4: New. Update from GCC.
4462 * ltoptions.m4: New. Update from GCC.
4463 * ltconfig: Remove.
4464 * ltcf-c.sh: Remove.
4465 * ltcf-cxx.sh: Remove.
4466 * ltcf-gcj.sh: Remove.
4467 * src-release: Update with new libtool file list.
4468
4469 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4470
4471 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4472 stage_cflags.
4473 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4474 Remove CFLAGS/LIBCFLAGS.
4475 (configure-stage[+id+]-[+prefix+][+module+],
4476 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4477 * Makefile.in: Regenerate.
4478
4479 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4480
4481 * config-ml.in: Update from GCC.
4482
4483 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4484
4485 * src-release (do-proto-toplev): Process the support directories before
4486 the tool directory.
4487
4488 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4489
4490 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4491 of glob. Quote arguments with single quotes too.
4492 * configure: Regenerate.
4493
4494 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4495
4496 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4497 * Makefile.in: Regenerate
4498
4499 2007-03-07 Andreas Schwab <schwab@suse.de>
4500
4501 * configure: Regenerate.
4502
4503 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4504
4505 * configure.ac: Add "--with-pdfdir" configure option,
4506 which defines pdfdir variable.
4507 * Makefile.def (target=fixincludes): Add install-pdf to
4508 missing targets.
4509 (recursive_targets): Add install-pdf target.
4510 (flags_to_pass): Add pdfdir.
4511 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4512 target.
4513 * configure: Regenerate
4514 * Makefile.in: Regenerate
4515
4516 2007-02-28 Eric Christopher <echristo@apple.com>
4517
4518 Revert:
4519 2006-12-07 Mike Stump <mrs@apple.com>
4520
4521 * Makefile.def (dependencies): Add dependency for
4522 install-target-libssp and install-target-libgomp on
4523 install-gcc.
4524 * Makefile.in: Regenerate.
4525
4526 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4527
4528 * configure: Regenerate.
4529 * configure.ac: Move statements after variable declarations.
4530
4531 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4532
4533 * configure.ac: Adjust for loop syntax.
4534 * configure: Regenerate.
4535
4536 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4537
4538 * configure: Rebuilt.
4539
4540 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4541
4542 * configure.ac: Drop multiple occurrences of --enable-languages,
4543 and fix its quoting.
4544 * configure: Rebuilt.
4545
4546 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4547 Nathan Sidwell <nathan@codesourcery.com>
4548 Vladimir Prus <vladimir@codesourcery.com
4549 Joseph Myers <joseph@codesourcery.com>
4550
4551 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4552 * configure: Regenerate.
4553
4554 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4555
4556 * configure.ac (target_libraries): Move libgcc before libiberty.
4557 * configure: Regenerated.
4558
4559 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4560
4561 * configure: Regenerate again?
4562
4563 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4564
4565 * configure: Reapply PR30748 fix which was lost in the previous commit.
4566
4567 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4568 Paolo Bonzini <bonzini@gnu.org>
4569
4570 PR bootstrap/30753
4571 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4572 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4573 * configure: Regenerated.
4574
4575 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * configure: Regenerate.
4578
4579 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4580
4581 PR bootstrap/30748
4582 * configure.ac: Correct syntax for Solaris ksh.
4583 * configure: Regenerated.
4584
4585 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4586
4587 * Makefile.def: Sync with GCC.
4588 * Makefile.tpl: Sync with GCC.
4589 * Makefile.in: Regenerate.
4590 * configure: Regenerate.
4591
4592 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4593
4594 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4595 noncanonical equivalents.
4596 * configure.in: Rename to...
4597 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4598 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4599 target_noncanonical. Use them. Rewrite removal of configure
4600 arguments for autoconf 2.59. Discard variable settings. Force
4601 program_transform_name for native tools.
4602
4603 * Makefile.in: Regenerated.
4604 * configure: Regenerated with autoconf 2.59.
4605
4606 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4607
4608 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4609
4610 * COPYING.LIBGLOSS: Reformat default Red Hat
4611 license to fit within 80 columns.
4612 * COPYING.NEWLIB: Ditto.
4613
4614 2007-02-05 Dave Brolley <brolley@redhat.com>
4615
4616 * Contribute the following changes:
4617 2006-11-28 DJ Delorie <dj@redhat.com>
4618
4619 * configure.in: Fix typo for mep's target_makefile_frag.
4620 * configure: Regenerated.
4621
4622 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4623
4624 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4625 * configure: Regenerate.
4626
4627 2001-09-19 DJ Delorie <dj@redhat.com>
4628
4629 * configure.in (target_makefile_frag): use mt-mep
4630
4631 2001-06-12 Don Howard <dhoward@redhat.com>
4632
4633 * configure.in: Remove gdb from MeP skip list.
4634
4635 2001-04-05 DJ Delorie <dj@redhat.com>
4636
4637 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4638
4639 2001-03-20 Ben Elliston <bje@redhat.com>
4640
4641 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4642
4643 2001-03-19 Ben Elliston <bje@redhat.com>
4644
4645 * config.sub (mep, mep-*): Add.
4646
4647 2007-01-31 Andreas Schwab <schwab@suse.de>
4648
4649 * Makefile.tpl (LDFLAGS): Substitute it.
4650 * Makefile.in: Regenerate.
4651
4652 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4653
4654 * configure.in: Change == to = in test command.
4655 * configure: Regenerate.
4656
4657 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4658 Nick Clifton <nickc@redhat.com>
4659 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4660
4661 * configure.in (build_configargs, host_configargs, target_configargs):
4662 Remove build/host/target parameters.
4663 (host_libs): Add gmp and mpfr.
4664 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4665 * Makefile.def (gmp, mpfr): New.
4666 (gcc): Remove target.
4667 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4668 target_os, target_vendor): New.
4669 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4670 * configure: Regenerate.
4671 * Makefile.in: Regenerate.
4672
4673 2007-01-11 Matt Fago <fago@earthlink.net>
4674
4675 * configure.in: Try to link to functions only in mpfr 2.2.x
4676 to improve robustness of configure tests.
4677 * configure: Regenerate.
4678
4679 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4680
4681 * configure.in: Add support for an x86_64-mingw* target.
4682 * configure: Regenerate.
4683
4684 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4685
4686 * Makefile.tpl (all-target): Correct @if conditional for target
4687 modules.
4688 * configure.in: Omit libiberty if building only target libgcc.
4689 * configure, Makefile.in: Regenerated.
4690
4691 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4692
4693 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4694 * configure: Regenerate.
4695
4696 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4697
4698 * Makefile.def (target_modules): Add libgcc.
4699 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4700 * Makefile.tpl (clean-target-libgcc): Delete.
4701 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4702 on gcc even for bootstrapped modules. Rewrite handling of
4703 lang_env_dependencies to loop over target_modules.
4704 * configure.in (target_libraries): Add target-libgcc.
4705 * Makefile.in, configure: Regenerated.
4706
4707 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4708
4709 Sync with gcc:
4710 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4711
4712 * configure.in: Reorganize recognition of languages. Add
4713 --enable-stage1-languages. Show supported languages for the chosen
4714 target rather than all recognized languages.
4715 * configure: Regenerate.
4716
4717 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4718
4719 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4720 * Makefile.in: Regenerate.
4721
4722 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4723
4724 * configure.in: Warn that MPFR 2.2.0 is buggy.
4725 * configure: Regenerate.
4726
4727 2006-12-27 Ian Lance Taylor <iant@google.com>
4728
4729 * configure.in: When removing Makefiles to force a reconfigure, also
4730 remove prev-DIR*/Makefile.
4731 * configure: Regenerate.
4732
4733 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4734
4735 * config.bfd: Recognize fido.
4736
4737 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4738
4739 Sync with gcc:
4740
4741 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4742
4743 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4744 it only affects bootstrap and could be tested on "$host" as well.
4745 * configure: Regenerate.
4746 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4747
4748 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4749
4750 PR bootstrap/29544
4751 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4752 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4753 move here comment from Makefile.tpl.
4754 * Makefile.tpl: Move some definitions higher in the file.
4755 (STAGE1_CHECKING): New.
4756 * configure.in: Add --enable-stage1-checking.
4757 * configure: Regenerate.
4758 * Makefile.in: Regenerate.
4759
4760 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4761
4762 * configure.in: Update error message for missing GMP/MPFR.
4763
4764 * configure: Regenerate.
4765
4766 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4767
4768 * configure.in: Update MPFR version in error message.
4769
4770 * configure: Regenerate.
4771
4772 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4773
4774 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4775 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4776 --with-gmp-lib): New flags.
4777
4778 * configure: Regenerate.
4779
4780 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4781
4782 PR bootstrap/30134
4783 * configure.in: Correct x86 darwin support for libjava to powerpc
4784 and i?86 only.
4785 * configure: Regenerate.
4786
4787 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4788
4789 * configure.in: Handle spu makefile frag.
4790 * Makefile.tpl (MAINT): Define
4791 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4792 * configure: Regenerate.
4793 * Makefile.in: Regenerate.
4794
4795 2006-12-11 Ben Elliston <bje@au.ibm.com>
4796
4797 * config.sub, config.guess: Update from upstream sources.
4798
4799 2006-12-11 Ben Elliston <bje@au.ibm.com>
4800
4801 * configure.in: Sync with GCC (spu-*-*).
4802 * configure: Sync with GCC.
4803
4804 2006-12-07 Mike Stump <mrs@apple.com>
4805
4806 * Makefile.def (dependencies): Add dependency for
4807 install-target-libssp and install-target-libgomp on
4808 install-gcc.
4809 * Makefile.in: Regenerate.
4810
4811 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4812
4813 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4814 (unstage): Test for stage_last presence.
4815
4816 PR bootstrap/29802
4817 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4818 * Makefile.in: Regenerate.
4819
4820 2006-11-14 DJ Delorie <dj@redhat.com>
4821
4822 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4823 * Makefile.in: Sync with GCC.
4824 * configure.in: Sync with GCC (mpfr, gmp).
4825 * configure: Sync with GCC.
4826
4827 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4828
4829 * configure.in: Remove target-libgloss from noconfigdirs for
4830 bfin-*-*.
4831 * configure: Regenerated.
4832
4833 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4834
4835 * COPYING.NEWLIB: Add spu license.
4836 * COPYING.LIBGLOSS: Ditto.
4837
4838 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4839
4840 * Makefile.def: Added pdf target handling.
4841 * Makefile.tpl: Added pdf target handling.
4842 * Makefile.in: Regenerated.
4843
4844 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4845
4846 * COPYING.NEWLIB: Updated.
4847 * COPYING.LIBGLOSS: Ditto.
4848
4849 2006-09-27 Dave Brolley <brolley@redhat.com>
4850
4851 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4852 $s instead of $r.
4853 * configure: Regenerated.
4854
4855 2006-09-26 Ben Elliston <bje@au.ibm.com>
4856
4857 * config.sub, config.guess: Update from upstream sources.
4858
4859 2006-09-20 Thiemo Seufer <ths@mips.com>
4860
4861 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4862 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4863 * configure: Regenerate.
4864
4865 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4866
4867 * configure.in: Never build newlib for a Mingw host.
4868 Never build newlib as Mingw target library.
4869 Test the existence of winsup/cygwin for building a Cygwin newlib,
4870 rather than just winsup.
4871 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4872 building a Mingw target.
4873 * configure: Regenerate.
4874
4875 2006-08-15 Thiemo Seufer <ths@mips.com>
4876 Nigel Stephens <nigel@mips.com>
4877 David Ung <davidu@mips.com>
4878
4879 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4880
4881 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4882
4883 Sync from GCC:
4884 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4885
4886 PR bootstrap/18058
4887 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4888 if the bootstrap compiler is a GCC version that supports it.
4889 * configure: Regenerate.
4890
4891 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4892
4893 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4894 * configure: Regenerated.
4895
4896 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4897
4898 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4899 for stages after the first.
4900
4901 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4902
4903 * Makefile.def: Add dependencies for configure-opcodes
4904 on configure-intl and all-opcodes on all-intl.
4905 * Makefile.in: Regenerated.
4906
4907 2006-07-04 Peter O'Gorman <peter@pogma.com>
4908
4909 * ltconfig: chmod 644 before ranlib during install.
4910
4911 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4912
4913 * configure.in: Fix thinkos in previous check-in.
4914 * configure: Regenerate.
4915
4916 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4917
4918 Sync from gcc:
4919
4920 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4921
4922 PR other/27063
4923 * configure.in: Test subdir_requires and give an appropriate
4924 error message.
4925 * configure: Regenerate.
4926
4927 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4928
4929 PR target/27540
4930 * configure.in: Only enable libgomp on IRIX 6.
4931 * configure: Regenerate.
4932
4933 2006-06-20 David Ayers <d.ayers@inode.at>
4934
4935 PR bootstrap/28072
4936 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4937 whether target-libjava is being configured instead of whether the
4938 java front end is enabled.
4939 * configure: Regenerate.
4940
4941 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4942
4943 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4944 to R_ARM_LDC_SB_G{0,1,2} respectively.
4945
4946 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4947
4948 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4949 too.
4950 * Makefile.in: Regenerate.
4951
4952 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4953
4954 Sync from gcc:
4955
4956 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4957 * configure.in: Don't enable libgomp on hpux10.
4958 * configure: Rebuilt.
4959
4960 2006-06-13 David Ayers <d.ayers@inode.at>
4961
4962 Sync from gcc:
4963
4964 2006-06-12 David Ayers <d.ayers@inode.at>
4965
4966 PR bootstrap/27963
4967 PR target/19970
4968 * configure.in: Remove target-boehm-gc from noconfigdirs where
4969 ${libgcj} is specified.
4970 * configure: Regenerate.
4971
4972 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4973
4974 Sync from gcc:
4975
4976 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4977 Andreas Schwab <schwab@suse.de>
4978
4979 PR bootstrap/18033
4980 * config-ml.in: Eval option if surrounded by single quotes.
4981
4982 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4983
4984 Sync from gcc:
4985
4986 2006-06-06 David Ayers <d.ayers@inode.at>
4987
4988 PR libobjc/13946
4989 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4990 * Makefile.in: Regenerate.
4991 * configure.in: Add --enable-objc-gc at toplevel and have it
4992 enable boehm-gc for Objective-C.
4993 Remove target-boehm-gc from libgcj.
4994 Add target-boehm-gc to target_libraries.
4995 Add target-boehm-gc to noconfigdirs where ${libgcj}
4996 is specified.
4997 Assert that boehm-gc is supported when requested for Objective-C.
4998 Only build boehm-gc if needed either for Java or Objective-C.
4999 * configure: Regenerate.
5000
5001 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5002
5003 PR 27674
5004 * Makefile.tpl (configure-[+prefix+][+module+],
5005 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5006 Remove rule to unstage bootstrapped modules.
5007 (stage_current): New.
5008 * Makefile.in: Regenerate.
5009
5010 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5011 Andreas Tobler <a.tobler@schweiz.ch>
5012
5013 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5014 * configure: Rebuilt.
5015
5016 Revert
5017 2006-01-31 Richard Guenther <rguenther@suse.de>
5018 Paolo Bonzini <bonzini@gnu.org>
5019
5020 * Makefile.def (target_modules): Add libgcc-math target module.
5021 * configure.in (target_libraries): Add libgcc-math target library.
5022 (--enable-libgcc-math): New configure switch.
5023 * Makefile.in: Re-generate.
5024 * configure: Re-generate.
5025
5026 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5027
5028 * config-ml.in: Alter CCASFLAGS to include special
5029 multilib options the same as is done for CFLAGS.
5030
5031 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5032
5033 * Makefile.def: Added dependencies from sim and gdb on intl, and
5034 added configure dependencies to everything with an all dependency
5035 on intl.
5036 * gettext.m4: Removed.
5037 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5038 (GDB_SUPPORT_DIRS): Add intl.
5039 * Makefile.in: Regenerated.
5040
5041 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5042
5043 * src-release (DEVO_SUPPORT): Add config.rpath.
5044
5045 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5046
5047 * Makefile.def (bfd, opcodes): Fix lib_path.
5048 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5049 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5050 * Makefile.in: Regenerate.
5051
5052 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5053
5054 * configure.in: Enable gprof for cross builds.
5055 * configure: Regenerate.
5056
5057 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5058
5059 * src-release (MAKEINFOFLAGS): Define.
5060 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5061
5062 2006-05-14 Ben Elliston <bje@au.ibm.com>
5063
5064 * config.sub, config.guess: Update from upstream sources.
5065
5066 2006-05-12 Ben Elliston <bje@au.ibm.com>
5067
5068 * config.sub, config.guess: Update from upstream sources.
5069
5070 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5071
5072 * blt, iwidgets, mmalloc: Remove directories.
5073
5074 2006-05-01 DJ Delorie <dj@redhat.com>
5075
5076 * configure.in: Restore CFLAGS if GMP isn't present.
5077 * configure: Regenerate.
5078
5079 2006-04-18 DJ Delorie <dj@redhat.com>
5080
5081 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5082 reference libgloss so that libssp can be built in a combined
5083 tree.
5084 * configure: Regenerate.
5085
5086 2006-04-10 Ben Elliston <bje@au.ibm.com>
5087
5088 * contrib: Remove directory.
5089
5090 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5091
5092 * Makefile.tpl: Add install-html target.
5093 * Makefile.def: Add install-html target.
5094 * Makefile.in: Regenerate.
5095 * configure.in: Add --with-datarootdir, --with-docdir,
5096 and --with-htmldir options.
5097 * configure: Regenerate.
5098
5099 2006-03-31 Ben Elliston <bje@au.ibm.com>
5100
5101 PR binutils/1860
5102 * configure.in: Require makeinfo 4.4 or higher.
5103 * configure: Regenerate.
5104
5105 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5106
5107 * Makefile.in: Regenerate.
5108
5109 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5110
5111 Sync with gcc:
5112 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5113
5114 * configure.in: Handle --disable-<component> generically.
5115 * configure: Regenerate.
5116
5117 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5118
5119 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5120 (TARGET_CONFIGDIRS): Remove.
5121 * configure.in: Remove AC_SUBST(target_configdirs).
5122 * Makefile.in, configure: Regenerated.
5123
5124
5125 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5126
5127 PR libgcj/17311
5128 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5129
5130 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5131
5132 PR bootstrap/25670
5133
5134 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5135
5136 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5137 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5138 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5139 BUILD_PREFIX, BUILD_PREFIX_1.
5140 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5141
5142 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5143 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5144
5145 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5146 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5147 of `cat stage_current`. Always provide the `r' and `s' variables.
5148 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5149 a single shell execution.
5150 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5151 bootstrapped modules, make the stage1 module if the build was not
5152 started yet, else build the current stage.
5153 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5154 (all-build, all-host, all-target, [+make_target+]-host,
5155 [+make_target+]-target): Do not use \-continued lines.
5156 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5157 (current_stage, restrap, stage_last): New.
5158
5159 * Makefile.in: Regenerate.
5160 * configure: Regenerate.
5161
5162 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5163
5164 Sync from gcc:
5165
5166 2006-01-31 Richard Guenther <rguenther@suse.de>
5167 Paolo Bonzini <bonzini@gnu.org>
5168
5169 * Makefile.def (target_modules): Add libgcc-math target module.
5170 * configure.in (target_libraries): Add libgcc-math target library.
5171 (--enable-libgcc-math): New configure switch.
5172 * Makefile.in: Re-generate.
5173 * configure: Re-generate.
5174 * libgcc-math: New toplevel directory.
5175
5176 2006-01-18 Richard Henderson <rth@redhat.com>
5177 Jakub Jelinek <jakub@redhat.com>
5178 Diego Novillo <dnovillo@redhat.com>
5179
5180 * libgomp: New directory.
5181 * Makefile.def: Add target_module libgomp.
5182 * Makefile.in: Regenerate.
5183 * configure.in (target_libraries): Add target-libgomp.
5184 * configure: Regenerate.
5185
5186 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5187 Andreas Schwab <schwab@suse.de>
5188
5189 * configure: Regenerate.
5190
5191 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5192
5193 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5194 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5195 the assembler, linker and binutils.
5196 * configure: Regenerate.
5197
5198 2006-01-16 Nick Clifton <nickc@redhat.com>
5199
5200 * config.sub, config.guess: Sync from config repository.
5201
5202 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5203
5204 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5205 @ from continuation.
5206 * Makefile.in: Rebuilt.
5207
5208 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5209
5210 Sync from gcc:
5211
5212 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5213
5214 PR bootstrap/24252
5215
5216 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5217 * Makefile.tpl (OBJDUMP): New.
5218 (EXTRA_HOST_FLAGS): Add it.
5219 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5220
5221 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5222 to use symbolic links between directories. Avoid race conditions
5223 or make them harmless.
5224 * configure.in: Do not try to use symbolic links between directories.
5225
5226 * Makefile.def (LEAN): Pass.
5227 * Makefile.tpl (LEAN): Define.
5228 (stage[+id+]-start): Accept that the previous directory does not
5229 exist, if the bootstrap is lean.
5230 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5231 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5232 configure substitution.
5233 ([+compare-target+]): Likewise.
5234 ([+bootstrap-target+]-lean): New.
5235 * configure.in: Remove lean bootstrap support from here.
5236
5237 * Makefile.in: Regenerate.
5238 * configure: Regenerate.
5239
5240 2006-01-02 Andreas Schwab <schwab@suse.de>
5241
5242 * configure.in: When reconfiguring remove Makefile in
5243 all stage directories.
5244 * configure: Regenerate.
5245
5246 2005-12-27 Leif Ekblad <leif@rdos.net>
5247
5248 * configure.in: Add support for RDOS target.
5249 * configure: Regenerate.
5250
5251 2005-12-27 Nick Clifton <nickc@redhat.com>
5252
5253 PR binutils/1990
5254 * libtool.m4: Synchronize with version in GCC sources.
5255
5256 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5257
5258 Revert Ada-related part of the previous change.
5259
5260 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5261 Do not pass.
5262 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5263 * Makefile.in: Regenerate.
5264 * configure.in: Do not include mt-ppc-aix target fragment.
5265 * configure: Regenerate.
5266
5267 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5268
5269 * configure.in: Select appropriate fragments for PowerPC/AIX.
5270 * configure: Regenerate.
5271
5272 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5273 BOOT_CFLAGS, BOOT_LDFLAGS.
5274 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5275 BOOT_CFLAGS, BOOT_LDFLAGS.
5276 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5277 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5278 (stage): Fail if we cannot complete the work.
5279 * Makefile.in: Regenerate.
5280
5281 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5282
5283 * COPYING.NEWLIB: Update copyright year for default
5284 copyright.
5285
5286 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5287
5288 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5289 install-host-nogcc): Don't invoke $(stage) at the end.
5290 * Makefile.in: Regenerate.
5291
5292 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5293
5294 * configure.in: Flip the top-level bootstrap switch.
5295 * configure: Regenerate.
5296
5297 Merge from gcc:
5298
5299 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5300
5301 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5302 $(stage) and $(unstage).
5303 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5304 (all): Remove stray semicolon.
5305 (local-distclean): Don't handle multilib.tmp and multilib.out.
5306 (install.all): Set $s for consistency.
5307 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5308 check_multilibs setting. Always make the install directory.
5309 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5310 Correct @if/@endif.
5311 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5312 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5313 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5314 (multilib.out): Remove.
5315 * Makefile.in: Regenerated.
5316
5317 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5318
5319 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5320 * configure.in: Replace ms1 arch with mt.
5321 * configure: Rebuilt.
5322
5323 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5324
5325 Sync with gcc:
5326
5327 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5328
5329 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5330 * configure.in: Replace ms1 arch with mt.
5331 * configure: Rebuilt.
5332
5333 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5334
5335 Sync with gcc:
5336
5337 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5338
5339 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5340 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5341 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5342 Find in-tree tools if available.
5343 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5344 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5345 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5346 (COMPILER_*_FOR_TARGET): New.
5347 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5348 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5349 (CONFIGURED_*, USUAL_*): Remove.
5350 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5351 STRIP): Use autoconf substitutions.
5352 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5353 COMPILER_NM_FOR_TARGET): New.
5354 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5355
5356 (all): Make all-host and all-target in parallel.
5357 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5358 that $$r and $$s are set before invoking a recursive make.
5359 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5360 ([+bootstrap-target+]): Inline most of the `all' target.
5361
5362 2005-11-29 Ben Elliston <bje@au.ibm.com>
5363
5364 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5365 from the gcc build directory.
5366 * Makefile.in: Regenerate.
5367
5368 2005-11-29 Ben Elliston <bje@au.ibm.com>
5369
5370 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5371 depend on all-libdecnumber.
5372 * configure.in (host_libs): Include libdecnumber.
5373 * Makefile.in: Regenerate.
5374 * configure: Likewise.
5375
5376 2005-11-21 Kean Johnston <jkj@sco.com>
5377
5378 * config.sub, config.guess: Sync from upstream sources.
5379
5380 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5381
5382 * Makefile.def: Remove gdb dependencies for gdbtk.
5383 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5384 (configure-gdb, install-gdb): New rules.
5385 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5386 * Makefile.in, configure: Regenerated.
5387
5388 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5389
5390 PR bootstrap/24297
5391 * Makefile.tpl (do-[+make-target+], do-check, install,
5392 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5393 are set before recursing.
5394 * Makefile.in: Regenerate.
5395
5396 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5397
5398 PR bootstrap/18939
5399 * Makefile.def (gcc) <target>: Fix thinko.
5400 * Makefile.in: Regenerate.
5401
5402 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5403
5404 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5405 * configure: Regenerate.
5406
5407 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5408
5409 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5410 target-libffi, target-qthreads, target-libjava, and
5411 targetlibobjc.
5412 * configure: Regenerate.
5413
5414 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5415
5416 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5417 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5418 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5419 (USUAL_OBJDUMP_FOR_TARGET): New.
5420 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5421 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5422 * configure, Makefile.in: Regenerated.
5423
5424 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5425
5426 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5427 before other host packages.
5428
5429 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5430
5431 PR bootstrap/22340
5432
5433 * configure.in (default_target): Remove.
5434 * Makefile.tpl (all): Do not use prerequisites as subroutines
5435 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5436 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5437 use prerequisites as subroutines.
5438 (check-host, check-target): New.
5439 (bootstrap configure & all targets): Do not use stage*-start
5440 if the directory layout is already ok.
5441 (non-bootstrap configure & all targets): Prepend a $(unstage).
5442 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5443 (NOTPARALLEL): Remove.
5444 (unstage, stage variables): New variables.
5445 (unstage, stage targets): Simply expand to those variables.
5446
5447 * configure: Regenerate.
5448 * Makefile.in: Regenerate.
5449
5450 2005-10-04 James E Wilson <wilson@specifix.com>
5451
5452 * Makefile.def (lang_env_dependencies): Add libmudflap.
5453 * Makefile.in: Regenerate.
5454
5455 2005-10-03 Catherine Moore <clm@cm00re.com>
5456
5457 * configure.in (bfin-*-*): Support bfin.
5458 * configure: Regenerated.
5459
5460 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5461
5462 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5463 * configure: Regenerated.
5464
5465 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5466
5467 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5468 (LIPO_FOR_TARGET): New.
5469 (CONFIGURED_LIPO_FOR_TARGET): New.
5470 (USUAL_LIPO_FOR_TARGET): New.
5471 (STRIP_FOR_TARGET): New.
5472 (CONFIGURED_STRIP_FOR_TARGET): New.
5473 (USUAL_STRIP_FOR_TARGET): New.
5474 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5475 STRIP_FOR_TARGET.
5476 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5477 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5478 * Makefile.in: Regenerate.
5479 * configure: Regenerate.
5480
5481 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5482
5483 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5484 (rs6000-*-aix*): Same.
5485 * configure: Regenerate.
5486
5487 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5488
5489 * configure.in: Recognize f95 in the --enable-languages option,
5490 and substitute it for fortran, issuing a warning.
5491 * configure: Regenerate.
5492
5493 2005-09-07 Ben Elliston <bje@au.ibm.com>
5494
5495 Import from Autoconf sources:
5496
5497 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5498 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5499 Elliston. Handle weird characters correctly.
5500
5501 2005-08-30 Phil Edwards <phil@codesourcery.com>
5502
5503 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5504 * configure: Regenerated.
5505
5506 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5507
5508 * Makefile.def (libssp): Add to lang_env_dependencies.
5509 * Makefile.in: Regenerate.
5510
5511 2005-08-17 Christian Groessler <chris@groessler.org>
5512
5513 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5514 * Makefile.in: Regenerate.
5515
5516 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5517
5518 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5519 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5520 Look for alternate names of the target cc and c++
5521 * configure: Regenerate.
5522
5523 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5524
5525 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5526 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5527 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5528 tools; remove code to manually set them.
5529 (Target tools): Look in the environment for them.
5530 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5531 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5532 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5533 build directory.
5534 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5535 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5536 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5537 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5538 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5539 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5540 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5541 * configure: Regenerate.
5542 * Makefile.in: Regenerate.
5543
5544 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5545
5546 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5547 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5548 * Makefile.in: Regenerated.
5549
5550 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5551
5552 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5553 (CFLAGS_FOR_TARGET): Use it.
5554 (CXXFLAGS_FOR_TARGET): Likewise.
5555 * Makefile.in: Regenerated.
5556 * configure.in (--with-build-sysroot): New option.
5557 * configure: Regenerated.
5558
5559 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5560
5561 * Makefile.tpl: Wrap install between unstage and stage
5562 * Makefile.in: Regenerate.
5563
5564 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5565
5566 * all files: Update FSF address.
5567
5568 2005-07-14 Jim Blandy <jimb@redhat.com>
5569
5570 * configure.in: Add cases for Renesas m32c.
5571 * configure: Regenerated.
5572
5573 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5574
5575 * COPYING, compile, config-ml.in, config.guess,
5576 config.sub, install-sh, missing, mkinstalldirs,
5577 symlink-tree, ylwrap: Sync from upstream sources.
5578
5579 2005-07-13 Eric Christopher <echristo@redhat.com>
5580
5581 * configure.in: Add toplevel noconfigdir support for tpf.
5582 * configure: Regenerate.
5583
5584 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5585
5586 * Makefile.def (target_modules): Add libssp.
5587 * configure.in (target_libraries): Add target-libssp.
5588 * configure: Rebuilt.
5589 * Makefile.in: Rebuilt.
5590
5591 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5592
5593 PR ada/22340
5594
5595 * Makefile.def: Sync with gcc.
5596 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5597 * Makefile.in: Regenerate.
5598
5599 2005-07-07 Andreas Schwab <schwab@suse.de>
5600
5601 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5602 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5603 * Makefile.in: Regenerated.
5604
5605 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5606
5607 * configure.in: Add --enable-libssp and --disable-libssp.
5608 * configure: Regenerate with autoconf-2.13.
5609
5610 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5611
5612 * configure.in: Don't build sim or rda when targetting darwin.
5613 * configure: Regenerate.
5614
5615 2005-07-04 Ben Elliston <bje@gnu.org>
5616
5617 * src-release (do-proto-toplev): Remove dejagnu bits.
5618 (DEJAGNU_SUPPORT_DIRS): Remove.
5619 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5620 (GDBD_SUPPORT_DIRS): Likewise.
5621 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5622 (INSIGHTD_SUPPORT_DIRS): Likewise.
5623 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5624
5625 2005-06-30 Ben Elliston <bje@gnu.org>
5626
5627 * setup.com (mpw): Remove unused directive.
5628
5629 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5630
5631 * Makefile.def (stagefeedback): Come after profile.
5632 Define profiledbootstrap target.
5633 * Makefile.tpl (profiledbootstrap): Remove.
5634 (stageprofile-end): Zap stagefeedback.
5635 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5636 * Makefile.in: Regenerate.
5637
5638 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5639
5640 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5641 In 'cpp' stanza, support '#line' as well as '# '.
5642
5643 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5644
5645 * configure.in (unsupported_languages): New macro.
5646 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5647 non-ported target libraries in noconfigdirs.
5648 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5649 non-linux-gnu. Remove libgcj_ex_libffi.
5650 <lang_frag loop>: Set add_this_lang=no if the language is in
5651 unsupported_languages.
5652 * configure: Regenerate.
5653
5654 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5655
5656 * configure.in: Fix typo in handling of --with-mpfr-dir.
5657 * configure: Regenerate.
5658
5659 2005-06-02 Jim Blandy <jimb@redhat.com>
5660
5661 * config.sub: Add cases for the Renesas m32c. (This patch has been
5662 accepted into the master sources.)
5663
5664 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5665 Michael Snyder <msnyder@redhat.com>
5666 Stan Cox <scox@redhat.com>
5667
5668 * configure.in: Set noconfigdirs for ms1.
5669
5670 * configure: Regenerate.
5671
5672 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5673
5674 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5675 (Dependencies): Consider target modules for bootstrap dependencies.
5676 Make target bootstrap modules depend on each stage's gcc.
5677 * Makefile.in: Regenerate.
5678
5679 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5680
5681 * Makefile.def (configure-gcc): Depend on binutils having been built.
5682 (all-gcc): No need to do it here.
5683 * Makefile.in: Regenerate.
5684
5685 2005-05-19 Paul Brook <paul@codesourcery.com>
5686
5687 * configure.in: Rewrite misleading error message when requested
5688 language cannot be built.
5689 * configure: Regenerate.
5690
5691 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5692
5693 * ylwrap: Import from Automake 1.9.5.
5694
5695 2005-05-04 Mike Stump <mrs@apple.com>
5696
5697 * configure.in: Always pass --target to target configures as
5698 otherwise rebuilds that do --recheck will fail.
5699 * configure: Rebuilt.
5700
5701 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5702
5703 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5704 STAGE_HOST_EXPORTS.
5705 (configure, all): Add bootstrap support.
5706 (Host modules, target modules): Pass post-stage1 flags and exports.
5707 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5708 * Makefile.in: Regenerate.
5709
5710 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5711
5712 Sync from gcc:
5713
5714 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5715
5716 * config.sub: Update from master copy.
5717
5718 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5719
5720 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5721 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5722 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5723 "*-*-elf" and "*-*-linux*".
5724 * configure: Regenerate.
5725
5726 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5727
5728 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5729 (TARGET_CONFIGARGS): Include --with-target-subdir.
5730 (configure, all): New macros. Use them throughout.
5731
5732 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5733
5734 * Makefile.tpl: Sync with gcc.
5735 * Makefile.in: Regenerate.
5736
5737 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5738
5739 * config/mh-mingw32: Delete.
5740 * configure.in: Don't use it.
5741 * configure: Regenerate.
5742
5743 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5744
5745 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5746 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5747 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5748 (HOST_LIB_PATH): Generate from Makefile.def.
5749 (TARGET_LIB_PATH): Likewise.
5750 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5751 * Makefile.in: Regenerate.
5752 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5753 (RPATH_ENVVAR): Include Darwin case.
5754 * configure: Regenerate.
5755
5756 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5757
5758 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5759 * configure: Regenerate.
5760
5761 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5762
5763 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5764 gcc_version, and gcc_version_trigger from set of flags to pass.
5765 * Makefile.tpl: Remove definitions of above variables.
5766 (config.status): Remove dependency on $(gcc_version_trigger).
5767 * Makefile.in: Regenerate.
5768 * configure.in: Do not reference config/gcc-version.m4 nor
5769 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5770 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5771 * configure: Regenerate.
5772
5773 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5774 Andrew Pinski <pinskia@physics.uc.edu>
5775
5776 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5777 * Makefile.in: Regenerate.
5778
5779 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5780
5781 PR libgcj/20160
5782 * ltmain.sh: Avoid creating archives with components that have
5783 duplicate basenames.
5784
5785 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5786
5787 PR bootstrap/20250
5788 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5789 instead of check.
5790 * Makefile.in: Regenerate.
5791
5792 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5793
5794 Sync from gcc.
5795
5796 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5797
5798 PR bootstrap/17383
5799 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5800 * Makefile.tpl (HOST_SUBDIR): New substitution.
5801 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5802 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5803 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5804 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5805 (Host modules, Bootstrapped modules): Use it.
5806 (Build modules, Target modules): Do not create symlink trees,
5807 always configure out-of-srcdir.
5808 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5809 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5810 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5811 $(HOST_SUBDIR). Create a symlink for host_subdir.
5812
5813 * Makefile.in: Regenerate.
5814 * configure: Regenerate.
5815
5816 Merged from libada-gnattools-branch:
5817 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5818
5819 * Makefile.def: Add gnattools as a module, depending on target-libada.
5820 * Makefile.in: Regenerate.
5821 * configure.in: Include gnattools in host_tools; disable it if ada
5822 is disabled.
5823 * configure: Regenerate.
5824
5825 2005-02-23 Nick Clifton <nickc@redhat.com>
5826
5827 * configure: Regenerate.
5828
5829 2005-02-22 Paul Schlie <schlie@comcast.net>
5830
5831 * configure.in: Allow darwin targeted ports to build tk, itcl and
5832 libgui.
5833
5834 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5835
5836 PR libgcj/10353
5837 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5838 * configure: Regenerate.
5839
5840 2005-02-08 Andrew Cagney <cagney@gnu.org>
5841
5842 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5843 gdb/ section. Update GDB's URL.
5844
5845 2005-01-31 Andrew Cagney <cagney@gnu.org>
5846
5847 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5848
5849 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5850
5851 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5852 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5853 target-libgloss when not *-*-elf and *-*-aout.
5854 * configure: Regenerate.
5855
5856 2005-01-27 Andrew Cagney <cagney@gnu.org>
5857
5858 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5859
5860 2005-01-24 Andrew Cagney <cagney@gnu.org>
5861
5862 * gettext.m4: Only fall back to ../intl/ when it's present.
5863
5864 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5865
5866 * install-sh, config.sub: Import from upstream.
5867
5868 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5869
5870 PR bootstrap/18222
5871 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5872 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5873 * Makefile.in: Regenerate.
5874
5875 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5876
5877 Revert 2004-12-28 Makefile changes, a better fix will be
5878 applied to mainline and src after GCC 4.0 branches.
5879
5880 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5881
5882 PR bootstrap/17383
5883
5884 * Makefile.def (target_modules): Remove stage parameter,
5885 it is always true now.
5886 * Makefile.tpl (configure-build-[+module+],
5887 configure-target-[+module+]): Always build symlink tree
5888 for the directory and for include. BUILD_SUBDIR and
5889 TARGET_SUBDIR cannot be . anymore.
5890 * Makefile.in: Regenerate.
5891
5892 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5893
5894 Revert 2004-12-08 Makefile changes.
5895
5896 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5897
5898 * configure.in (sh64-*-*): Reenable gprof.
5899 * configure: Regenerate.
5900
5901 2004-12-09 Jim Blandy <jimb@redhat.com>
5902
5903 * MAINTAINERS: List 'depcomp' as part of automake.
5904
5905 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5906
5907 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5908 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5909 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5910 * Makefile.in: Regenerate.
5911
5912 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5913
5914 * Makefile.tpl: Generate normal dependencies if the LHS module is
5915 not bootstrapped.
5916 * Makefile.in: Regenerate.
5917
5918 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5919
5920 * configure.in: Include config/gxx-include-dir.m4. Use
5921 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5922 * configure: Regenerate.
5923
5924 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5925
5926 * config.if: Delete.
5927 * configure.in: Set libstdcxx_incdir directly.
5928 * configure: Regenerate.
5929 * MAINTAINERS: Remove mention of config.if.
5930 * src-release (DEVO_SUPPORT): Remove config.if.
5931
5932 2004-12-02 Eric Christopher <echristo@redhat.com>
5933
5934 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5935 of things to remove.
5936 * Makefile.in: Regenerate.
5937
5938 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5939
5940 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5941 * configure: Regenerate.
5942
5943 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5944
5945 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5946 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5947 * configure: Regenerate.
5948
5949 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5950
5951 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5952 (hppa*64*-*-*): Delete incorrect comment.
5953 * configure: Rebuilt.
5954
5955 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5956
5957 * install-sh, compile: Import from automake.
5958
5959 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5960
5961 * config.guess, config.sub: Import from savannnah.
5962
5963 2004-11-12 Mike Stump <mrs@apple.com>
5964
5965 * Makefile.def: Add html support.
5966 * Makefile.tpl: Likewise.
5967 * Makefile.in: Regenerate.
5968
5969 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5970
5971 PR 18423
5972 * configure.in: Remove all instances of build-fixincludes from
5973 noconfigdirs.
5974 (build_configargs): Supply --target to subdirectories.
5975 * configure: Regenerate.
5976
5977 * Makefile.def: Make gcc install depend on fixincludes install.
5978 * Makefile.in: Regenerate.
5979
5980 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5981
5982 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5983 target-libgfortran.
5984 * configure: Regenerate.
5985
5986 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5987
5988 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5989 like CC.
5990
5991 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5992
5993 * Makefile.def (host fixincludes): Specify missing targets.
5994 * Makefile.in: Regenerate.
5995
5996 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5997
5998 PR other/17783
5999 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6000 * configure: Regenerated.
6001
6002 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6003
6004 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6005 * configure: Regenerated.
6006
6007 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6008
6009 PR target/18151
6010 * configure.in (case ${target}): Do not build fixincludes for avr.
6011 * configure: Regenerated.
6012
6013 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6014
6015 * configure.in (case ${target}): Do not build fixincludes
6016 on platforms where it is not used.
6017 * configure: Regenerated.
6018
6019 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6020
6021 * configure.in: Use an absolute path to install-sh.
6022 * configure: Regenerated.
6023
6024 2004-10-19 Andrew Cagney <cagney@gnu.org>
6025
6026 * src-release (do-djunpack, do-md5sum): Install the generated file
6027 directly into the proto-toplev/ directory.
6028
6029 2004-10-19 Andrew Cagney <cagney@gnu.org>
6030
6031 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6032
6033 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6034
6035 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6036 * configure: Regenerate.
6037
6038 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6039
6040 Fix wrong conflict resolution in:
6041
6042 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6043
6044 * Makefile.in: Regenerate.
6045 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6046 in the recursive `make', instead of hardwiring `all'.
6047 (Autogenerated TARGET-* variables): New.
6048
6049 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6050
6051 Merged from GCC / libtool upstream:
6052 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6053 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6054 * ltcf-cxx.sh (tpf*): Likewise.
6055 * ltconfig (tpf*): Add TPF OS configuration support.
6056
6057 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6058
6059 * configure.in: Enable target-libgloss for crx-*-*.
6060 * configure: Regenerate.
6061
6062 2004-09-24 Michael Roth <mroth@nessie.de>
6063
6064 * configure.in (--without-headers): Add missing double quotes.
6065 * configure: Regenerate.
6066
6067 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6068
6069 * ylwrap: Revert to previous version.
6070
6071 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6072
6073 PR bootstrap/17369
6074 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6075 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6076 SET_GCC_LIB_PATH_CMD.
6077 (BASE_TARGET_EXPORTS): Likewise.
6078 * Makefile.in: Regenerated.
6079
6080 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6081 * configure: Regenerated.
6082
6083 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6084
6085 * config.guess: New upstream version
6086 * compile, depcomp, install-sh, ylwrap: Likewise.
6087
6088 2004-09-19 Roger Sayle <roger@eyesopen.com>
6089
6090 * config/mh-x86omitfp: New host makefile fragment. Add
6091 -fomit-frame-pointer to the default BOOT_CFLAGS.
6092 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6093 * configure: Regenerate.
6094
6095 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6096
6097 PR target/11572
6098 * configure.in (*-*-darwin*): Renable libobjc.
6099 * configure: Regenerate.
6100
6101 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6102
6103 * Makefile.def: Remove libbanshee.
6104 * Makefile.tpl: Ditto.
6105 * configure.in: Ditto.
6106 * Makefile.in: Regen.
6107 * configure: Ditto.
6108
6109 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6110
6111 * missing: Import latest version from master repository.
6112
6113 2004-09-04 Nick Clifton <nickc@redhat.com>
6114
6115 * config.sub: Import latest version from master repository.
6116 * config.guess: Likewise.
6117 This includes these changes:
6118
6119 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6120
6121 * config.sub: Handle crisv32, alias etraxfs.
6122 * config.guess (crisv32:Linux:*:*): Handle.
6123
6124 2004-08-13 Brad Smith <brad@comstyle.com>
6125
6126 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6127 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6128
6129 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6130
6131 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6132 assume the processor is a powerpc. This is because coreutils
6133 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6134 in this case, due to a MacOS X bug that causes
6135 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6136 to return a negative number.
6137 Problem reported by Petter Reinholdtsen in:
6138 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6139
6140 2004-07-19 Ben Elliston <bje@gnu.org>
6141
6142 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6143
6144 2004-06-24 Ben Elliston <bje@gnu.org>
6145
6146 * config.guess: Update copyright years.
6147 * config.sub: Likewise.
6148
6149 2004-06-22 Robert Millan <robertmh@gnu.org>
6150
6151 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6152 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6153
6154 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6155
6156 * config.guess (*:*VMS:*:*): New entry. Replaces
6157 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6158 manufacturer.
6159
6160 2004-06-22 Ben Elliston <bje@gnu.org>
6161
6162 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6163 * config.sub: Likewise.
6164
6165 2004-06-22 Ben Elliston <bje@gnu.org>
6166
6167 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6168 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6169
6170 2004-06-11 Ben Elliston <bje@gnu.org>
6171
6172 * config.guess (pegasos:OpenBSD:*:*): Remove.
6173
6174 2004-06-11 Ben Elliston <bje@gnu.org>
6175
6176 From Wouter Verhelst <wouter@grep.be>:
6177 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6178
6179 2004-06-11 Ben Elliston <bje@gnu.org>
6180
6181 * config.guess (luna88k:OpenBSD:*:*): New.
6182
6183 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6184
6185 * config.guess (m32r*:Linux:*:*): New case.
6186 * config.sub: Handle m32rle.
6187
6188 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6189
6190 From Jens Petersen <petersen@redhat.com>:
6191 * config.sub: Handle sparcv8.
6192
6193 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6194
6195 From Tom Smith <smith@cag.lkg.hp.com>:
6196 * config.guess: Version suffixes are equally significant on Tru64
6197 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6198 prefix of "P" (patched kernel).
6199
6200 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6201
6202 * config.sub: Add support for National Semiconductor CRX target.
6203
6204 2004-09-03 Jan Beulich <jbeulich@novell.com>
6205
6206 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6207 *-*-netware, but add target-libmudflap.
6208 Consolidate *-*-netware targets (of which really only i?86 exists)
6209 into a single entry.
6210 * configure: Likewise.
6211
6212 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6213
6214 * Makefile.tpl (sorry): Remove.
6215 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6216 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6217 (do-clean): Clean per-stage directories too.
6218 (do-distclean): Run distclean-stage1 too.
6219 (.NOTPARALLEL): Enable during toplevel bootstrap.
6220 (stage[+id+]-bubble): Enable parallel execution during
6221 the recursive invocation.
6222 * Makefile.in: Regenerate.
6223
6224 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6225
6226 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6227
6228 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6229 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6230 * configure: regenerate
6231 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6232 -mdynamic-no-pic
6233
6234 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6235
6236 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6237 include.
6238 * configure.in: Fix indentation.
6239 * configure: Regenerate.
6240
6241 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6242
6243 * Makefile.def (build_modules): Add fixincludes.
6244 (dependencies): Make gcc depend on fixincludes.
6245 * configure.in (build_tools): Add fixincludes.
6246 (build_configdirs): Always include build_libs.
6247 * Makefile.in: Regenerate.
6248 * configure: Regenerate.
6249
6250 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6251
6252 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6253 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6254 phony targets; do not generate timestamp files.
6255 (distclean-stageN): Remove references to their timestamp files.
6256 (restageN, touch-stageN): Remove.
6257 (stageN-bubble): Rewritten.
6258 (compare): Support lean bootstraps.
6259 * Makefile.in: Regenerate.
6260
6261 * configure.in: Only warn when bootstrapping but
6262 build != host or build != target. Support lean bootstraps.
6263 * configure: Regenerate.
6264
6265 Sync from gcc:
6266 2004-08-26 Phil Edwards <phil@codesourcery.com>
6267
6268 * configure.in: Give a better error message if GMP/MPFR are missing
6269 and a language needing them has been requested.
6270 * configure: Regenerated.
6271
6272 2004-08-25 Phil Edwards <phil@codesourcery.com>
6273
6274 * configure.in: Print a list of available language front-ends if
6275 a requested one is missing. Tidy stray tab characters.
6276 * configure: Regenerated.
6277
6278 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6279
6280 * Makefile.in: Regenerate.
6281 * configure: Regenerate.
6282
6283 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6284 stage_*_flags.
6285 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6286 for bootstrapped modules if toplevel bootstrap is going.
6287 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6288 modules. Adjust for changes in Makefile.def. Enable several
6289 rules even in non-bootstrap mode, just to avoid peppering the
6290 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6291 (stage-[+prev+]-bubble): Remove.
6292
6293 * Makefile.def (Dependencies): Depend on all-build-bison,
6294 all-build-flex, all-build-byacc, all-build-texinfo, rather
6295 than the host variations.
6296 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6297 with BUILD_SUBDIR.
6298 (BISON): Update for recent Bisons.
6299 (YACC): Fix typo.
6300 (cross): Depend on all-build.
6301 (all): Do not depend on all-build.
6302 (prebootstrap): Remove.
6303 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6304 (Prebootstrap dependencies): Add them to the per-stage targets
6305 and to all-prebootstrap.
6306 * configure.in (build_configdirs): Always enable build_tools.
6307 (BUILD_DIR_PREFIX): Remove.
6308
6309 * Makefile.def (gcc): Add target variable.
6310 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6311 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6312 in the recursive `make', instead of hardwiring `all'.
6313 (Autogenerated TARGET-* variables): New.
6314
6315 2004-08-17 Robert Millan <robertmh@gnu.org>
6316
6317 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6318 (instead of FreeBSD).
6319 * configure: Regenerate.
6320
6321 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6322
6323 * Makefile.def, configure.in, src-release: Remove useless, bogus
6324 references to tix.
6325 * Makefile.in, configure: Regenerate.
6326
6327 * src-release: Stop distributing mmalloc with gdb (which doesn't
6328 use it).
6329 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6330 * Makefile.in: Regenerate.
6331
6332 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6333
6334 * configure.in (arm*-*-eabi*): New target.
6335 * configure: Regenerate.
6336
6337 2004-08-01 Robert Millan <robertmh@gnu.org>
6338
6339 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6340 libmudflap for all GNU-based systems (with Glibc).
6341 * configure: Regenerate.
6342
6343 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6344
6345 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6346 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6347 (Dependencies): New section.
6348 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6349 (configure-target-[+module+]): Depend on maybe-all-gcc
6350 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6351 (toplevel profiledbootstrap): Fix dependencies.
6352 * Makefile.in: Regenerate.
6353
6354 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6355
6356 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6357 target-libiberty to noconfigdirs.
6358
6359 2004-08-03 Paul Brook <paul@codesourcery.com>
6360
6361 * configure.in: Check for MPFR as well as GMP.
6362 * configure: Regenerate.
6363
6364 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6365
6366 * Makefile.def (host-modules): Add gcc.
6367 * Makefile.in: Regenerate.
6368 * Makefile.tpl (sorry): New rule.
6369 (configure-host, all-host, [+make_target+]-host, do-check,
6370 install-host): Do not add gcc as a special case.
6371 (host modules): Add a small special-casing for gcc. Export
6372 extra_make_flags through the environment.
6373 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6374 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6375 other recursive targets for gcc): Remove.
6376
6377 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6378 (stage, unstage): New rules.
6379 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6380 distclean-stage[+id+]): Use stage_current.
6381 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6382 the stage*-start rules.
6383
6384 2004-07-19 Robert Millan <robertmh@gnu.org>
6385
6386 Synced from gcc:
6387
6388 2004-04-26 Robert Millan <robertmh@gnu.org>
6389
6390 Add patches from libtool CVS.
6391 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6392 * ltconfig: Likewise.
6393 * ltcf-c.sh: Likewise.
6394 * ltcf-cxx.sh: Likewise.
6395 * ltcf-gcj.sh: Likewise.
6396
6397 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6398
6399 * configure.in: Add noconfigdirs for crx-*-*.
6400 * configure: Regenerate.
6401
6402 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6403
6404 Synced from gcc:
6405
6406 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6407
6408 * configure.in: Build libmudflap by default on FreeBSD.
6409 * configure: Regenerated.
6410
6411 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6412
6413 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6414 systems.
6415 * configure: Regenerated.
6416
6417 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6418
6419 PR target/16344
6420 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6421 feedback based compiler.
6422 * Makefile.in: Rebuilt.
6423
6424 2004-07-05 Phil Edwards <phil@codesourcery.com>
6425
6426 * configure.in: Do not prepend $srcdir to /dev/null in
6427 makefile fragments.
6428 * configure: Regenerate.
6429
6430 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6431
6432 * Makefile.def (host_modules): Set bootstrap=true for flex.
6433 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6434 * Makefile.in: Rebuilt.
6435
6436 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6437
6438 * Makefile.def (build_modules): Add bison, byacc, flex,
6439 m4, texinfo.
6440 (flags_to_pass): Add FLEX.
6441 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6442 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6443 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6444 DEFAULT_MAKEINFO): Remove.
6445 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6446 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6447 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6448 objdir or else use configured tool.
6449 (all-build): New.
6450 (all): Depend on it.
6451 (Build module dependencies): Add.
6452 * Makefile.in: Regenerate.
6453 * configure.in: Better support for multiple build modules,
6454 matching what is done for host/target modules. Do not look
6455 for "plausible" locations of build tools if Canadian cross.
6456 Use autoconf's AC_PROG_CC to find a C compiler. Define
6457 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6458 * configure: Regenerate.
6459
6460 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6461
6462 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6463 * Makefile.in: Regenerate.
6464
6465 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6466
6467 * Makefile.tpl (configure-build-[+module+],
6468 configure-[+module+], configure-target-[+module+]): Pass
6469 [+extra_configure_args+].
6470 (all-build-[+module+], all-[+module+], check-[+module+],
6471 install-[+module+], [+make_target+]-[+module+],
6472 all-target-[+module+], check-target-[+module+],
6473 install-target-[+module+], [+make_target+]-target-[+module+]):
6474 Pass [+extra_make_args+].
6475 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6476 (GCC_HOST_EXPORTS): Remove.
6477 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6478 cross, check-gcc, check-gcc-c++, install-gcc,
6479 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6480 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6481 * Makefile.in: Regenerate.
6482
6483 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6484
6485 * configure.in: Check for srcdir/winsup rather than build directory
6486 winsup.
6487 * configure: Regenerate.
6488
6489 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6490
6491 * configure.in: Don't build Cygwin native newlib if winsup
6492 directory is missing. Emit warning instead.
6493 * configure: Regenerate.
6494
6495 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6496
6497 * Makefile.tpl (touch-stage[+id+]): New.
6498 (restage[+prev+]): Depend on touch-stage[+id+].
6499
6500 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6501 Use it throughout.
6502
6503 * Makefile.def: Add profile and feedback bootstrap stages.
6504 Remove next field from bootstrap stages.
6505 * Makefile.tpl (LN, LN_S): Substitute.
6506 (stageN-start, stageN-end): Use double-colon rules, to
6507 provide a hook for additional setup commands.
6508 (distclean-stageN-gcc, restageN): Create dependencies from
6509 [+prev+], not from [+next+].
6510 (stageN-bubble): Add commands for successive stages from
6511 [+prev+], using double-colon rules.
6512 (all-stageN-gcc): Fix typo.
6513 (stagefeedback-start, profiledbootstrap): New.
6514 * Makefile.in: Regenerate.
6515 * configure.in: Call ACX_PROG_LN.
6516 * configure: Regenerate.
6517
6518 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6519
6520 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6521 without gcc.
6522 * configure: Regenerate.
6523
6524 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6525
6526 * Makefile.tpl: Fix typo.
6527 * Makefile.in: Regenerate.
6528
6529 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6530
6531 * configure.in: Remove new- prefix from toplevel
6532 bootstrap targets.
6533 * configure: Regenerate.
6534
6535 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6536
6537 Merge this patch from the gcc tree:
6538
6539 2004-05-30 Andreas Jaeger <aj@suse.de>
6540 Jim Wilson <wilson@specifixinc.com>
6541
6542 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6543 like CC.
6544
6545 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6546
6547 * Makefile.tpl (all.normal): Rename to all.
6548 (all): Replace with a rule to pick the default
6549 target from configure.
6550 (all-gcc, configure-gcc): Use conditionals to
6551 do nothing when toplevel bootstrap is going on.
6552 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6553 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6554 * configure.in: Support --enable-bootstrap.
6555
6556 * Makefile.def: Remove new- prefix from toplevel
6557 bootstrap targets.
6558 * Makefile.tpl: Likewise.
6559
6560 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6561 target.
6562
6563 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6564 $(RECURSE_FLAGS) to recursive invocation of make.
6565
6566 * Makefile.in: Regenerate.
6567 * configure: Regenerate.
6568
6569 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6570
6571 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6572 * configure: Regenerate.
6573
6574 2004-05-25 Daniel Jacobowitz <drow@false.org>
6575
6576 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6577 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6578 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6579 targets.
6580 * Makefile.in: Regenerate.
6581
6582 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6583
6584 * configure.in: Test the ability to symlink directories.
6585 * configure: Regenerate.
6586
6587 * Makefile.def (bootstrap-stage): New definitions.
6588 * Makefile.tpl (configure-stage1-gcc,
6589 configure-stage2-gcc, configure-stage3-gcc,
6590 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6591 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6592 new-restage3, compare): Autogenerate, see Makefile.in
6593 entry for behavioral changes.
6594 (distclean-stage1, new-stage1-start, new-stage1-end,
6595 new-stage1-bubble, distclean-stage2, new-stage2-start,
6596 new-stage2-end, new-stage2-bubble, distclean-stage3,
6597 new-stage3-start, new-stage3-end): New autogenerated targets.
6598 (objext, prebootstrap, BOOT_CFLAGS,
6599 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6600 targets.
6601
6602 * Makefile.in: Regenerate.
6603 (distclean-stage1, new-stage1-start, new-stage1-end,
6604 new-stage1-bubble, distclean-stage2, new-stage2-start,
6605 new-stage2-end, new-stage2-bubble, distclean-stage3,
6606 new-stage3-start, new-stage3-end): New targets.
6607 (all-stage1-gcc): Move prebootstrap dependency from here...
6608 (configure-stage1-gcc): ...to here.
6609 (new-bootstrap): Use bubble targets.
6610 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6611 Use per-stage distclean targets.
6612 (configure-stage1-gcc, configure-stage2-gcc,
6613 configure-stage3-gcc, all-stage1-gcc,
6614 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6615 Use new-stageN-start to prepare the tree.
6616
6617 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6618
6619 * Makefile.def (host_modules): add libcpp.
6620 * Makefile.tpl: Add dependencies on and for libcpp.
6621 * Makefile.in: Regenerate.
6622 * configure.in: Add libcpp host module.
6623 * configure: Regenerate.
6624
6625 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6626
6627 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6628 of libf2c.
6629 * configure, Makefile.in: Regenerate.
6630
6631 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6632
6633 Merge from tree-ssa-20020619-branch.
6634
6635 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6636 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6637 (HOST_GMPLIBS): Define.
6638 (HOST_GMPINC): Define.
6639 (TARGET_LIB_PATH): Add libmudflap.
6640 (GFORTRAN_FOR_TARGET): Define.
6641 (configure-build*): Export GFORTRAN.
6642 (configure-gcc): Export GMPLIBS and GMPINC.
6643 (all-gcc): Add maybe-all-libbanshee.
6644 (configure-target-libgfortran): Define.
6645 * Makefile.in: Regenerate.
6646 * configure.in (host_libs): Add libbanshee.
6647 (target_libraries): Add target-libmudflap and target-libgfortran.
6648 Add --with-libbanshee.
6649 Handle --disable-libmudflap.
6650 (*-*-freebsd*): Use with_gmp.
6651 Add $(libgcj) to noconfigdirs.
6652 * configure: Regenerate.
6653 * depcomp: New file.
6654 * MAINTAINERS: Add tree-ssa maintainers.
6655
6656 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6657
6658 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6659 * configure: Regenerate.
6660
6661 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6662
6663 Revert:
6664 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6665
6666 * Makefile.def (flags_to_pass): Remove *dir variables that
6667 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6668 as well as prefix and exec_prefix.
6669 * Makefile.in: Regenerate.
6670
6671 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6672
6673 * Makefile.def (host_modules): Mark with the bootstrap
6674 flag packages on which gcc depends.
6675 * Makefile.tpl (all-bootstrap): Use it.
6676 * Makefile.in: Regenerate.
6677
6678 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6679
6680 * Makefile.def (flags_to_pass): Remove *dir variables that
6681 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6682 as well as prefix and exec_prefix.
6683 * Makefile.in: Regenerate.
6684
6685 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6686
6687 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6688 * configure: Regenerate.
6689 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6690 * gcc/Makefile.tpl (compare): Use the result of the test.
6691 * gcc/Makefile.in: Regenerate.
6692
6693 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6694
6695 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6696 Always relocate gcc and prev-gcc to the original names, even
6697 if the build fails.
6698 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6699 New targets.
6700
6701 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6702
6703 * configure.in (mips*-*-irix5*): Enable ld.
6704 * configure: Regenerate.
6705
6706 2004-04-15 James E Wilson <wilson@specifixinc.com>
6707
6708 * Makefile.tpl (configure-[+module+], configure-gcc,
6709 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6710 Set and export LDFLAGS.
6711 * Makefile.in: Regenerate.
6712
6713 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6714
6715 PR bootstrap/14871
6716 * Makefile.tpl: If we don't have built-in-tree target tools,
6717 use the ones found by configure rather than hacking around with
6718 program_transform_name.
6719 * configure.in: Give Makefile.tpl the information necessary
6720 to do that.
6721 * Makefile.in: Regenerate.
6722 * configure: Regenerate.
6723
6724 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6725
6726 PR bootstrap/14760
6727 * configure.in: When computing baseargs, strip *all* copies of
6728 offending options. Also, don't match/substitute the trailing space,
6729 so that this actually works when two similar options are separated by
6730 only one space.
6731 * configure: Regenerate.
6732
6733 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6734
6735 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6736 (rs6000-*-aix*): Same.
6737 * configure: Regenerate.
6738
6739 2004-03-25 Stan Shebs <shebs@apple.com>
6740
6741 Remove MPW support, no longer used.
6742 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6743 mpw-install: Remove files.
6744 * src-release (DEVO_SUPPORT): Remove names of removed files.
6745 * MAINTAINERS: Likewise.
6746
6747 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6748
6749 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6750 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6751 * Makefile.in: Regenerate.
6752
6753 * configure.in (top level bootstrap support): Rework --enable-werror
6754 to set @stage2_werror_flag@.
6755 * configure: Regenerate.
6756 * Makefile.tpl (top level bootstrap support): Pass
6757 @stage2_werror_flag@ down to configure in stages 2 and 3.
6758 * Makefile.in: Regenerate.
6759
6760 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6761
6762 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6763 for stages 2 and 3 as well as in make. As a consequence, remove
6764 OUTPUT_OPTION (now detected by configure) from the flags passed down
6765 to make.
6766 * Makefile.in: Regenerate.
6767
6768 * Makefile.tpl (new-bootstrap): Fix typo.
6769 * Makefile.in: Regenerate.
6770
6771 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6772
6773 * Makefile.tpl: Rearrange by moving recursive_targets rules
6774 into their proper sections.
6775 * Makefile.tpl (top level bootstrap support): Move disabling
6776 of coverage flags from 'make' to 'configure'; improve comments.
6777 * Makefile.in: Regenerate.
6778
6779 * Makefile.tpl (experimental top level bootstrap) Move stage1
6780 language setting from all- target to configure- target; disable
6781 intermodule optimization in stage 1; prevent gratuitous rebuilds
6782 of stage 1.
6783 * Makefile.in: Regenerate.
6784 * configure.in: Comma-separate stage 1 language list for top
6785 level bootstrap.
6786 * configure: Regenerate.
6787
6788 * Makefile.tpl: Clean up experimental top level bootstrap support:
6789 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6790 prev-gcc in configure- targets as well as all- targets.
6791 * Makefile.in: Regenerate.
6792
6793 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6794
6795 * configure.in: Remove symbolic link section.
6796 * configure: Regenerate.
6797 * Makefile.tpl (links): Remove.
6798 * Makefile.in: Regenerate.
6799
6800 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6801 Nathanael Nerode <neroden@gcc.gnu.org>
6802
6803 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6804 Set with AC_CHECK_PROGS.
6805 * configure.in: Fix comment typo from last patch.
6806 * configure: Regenerate.
6807
6808 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * Makefile.tpl: Introduce experimental top level bootstrap support.
6811 * Makefile.in: Regenerate.
6812 * configure.in: Introduce support for top level bootstrap.
6813 * configure: Regenerate.
6814
6815 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6816 Paolo Bonzini <bonzini@gnu.org>
6817
6818 PR bootstrap/14522
6819 * configure.in: Cope with shells that do not support unquoted ^
6820 * configure: Regenerate.
6821
6822 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6823 Paolo Bonzini <bonzini@gnu.org>
6824
6825 PR bootstrap/14522
6826 * configure.in: Cope with shell that do not support nesting
6827 quotes inside quoted backquote substitutions.
6828 * configure: Regenerate.
6829
6830 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6831
6832 PR bootstrap/14522
6833 * configure.in: Fix escaping of $.
6834 * configure: Regenerate.
6835
6836 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6837
6838 * configure: Regenerate.
6839
6840 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6841
6842 PR ada/14131
6843 Move language detection to the top level.
6844 * configure.in: Find default values for the tools as
6845 soon as possible. Disable ada if GNAT is not found.
6846 Emit error message about missing languages. Expand
6847 --enable-languages=all for the gcc subdirectory.
6848
6849 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6850
6851 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6852 and disable libgcj.
6853 * configure: Regenerated.
6854
6855 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6856
6857 PR bootstrap/7087
6858 * Makefile.tpl: Guard XFOO sed statements better.
6859 * Makefile.tpl: Add dependency for configure-target-libada.
6860 * Makefile.in: Regenerate (incidentally fixes broken
6861 commit when libada-branch was merged).
6862
6863 2004-02-28 Andrew Cagney <cagney@redhat.com>
6864
6865 * src-release (CVS_NAMES): Define.
6866 (do-tar, do-tar): Prune $(CVS_NAMES).
6867
6868 2004-02-23 Andrew Cagney <cagney@redhat.com>
6869
6870 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6871 2004-02-19.09.
6872
6873 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 PR bootstrap/11932
6876 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6877
6878 2004-02-19 Andrew Cagney <cagney@redhat.com>
6879
6880 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6881 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6882
6883 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6884
6885 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6886 (rs6000-*-aix*): Same.
6887 * configure: Regenerate.
6888
6889 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6890
6891 * configure.in (host): Add in missing $noconfigdirs to defines.
6892 * configure: Regenerate.
6893
6894 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6895 Nathanael Nerode <neroden@gcc.gnu.org>
6896
6897 PR ada/6637, PR ada/5911
6898 Merge with libada-branch:
6899 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6900 with appropriate dependencies. Add --enable-libada configure switch.
6901 * configure, Makefile.in: Regenerate.
6902
6903 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6904
6905 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6906 * configure: Regenerate.
6907
6908 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6909
6910 * COPYING.NEWLIB: Update Red Hat license to 2004.
6911
6912 2004-01-23 DJ Delorie <dj@redhat.com>
6913
6914 * Makefile.def (target_modules) [libiberty]: Don't stage.
6915 * Makefile.in: Rebuilt.
6916
6917 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6918
6919 * COPYING.NEWLIB: Update to include copyrights for new
6920 iconv code.
6921
6922 2004-01-15 Andrew Cagney <cagney@redhat.com>
6923
6924 * src-release: Update copyright year.
6925 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6926 (NEWLIB_SUPPORT_DIRS): Delete macro.
6927 (newlib.tar.bz2): Delete rule.
6928
6929 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6930
6931 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6932 * Makefile.tpl (configure-target-[+module+]): Support stage.
6933 * Makefile.in: Rebuilt.
6934
6935 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6936
6937 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6938 throughout.
6939
6940 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6941
6942 * configure.in: Use ./config.cache, not config.cache.
6943 * configure: Regenerate.
6944 * Makefile.tpl: Special-casing not needed for GCC any more.
6945 * Makefile.in: Regenerate.
6946
6947 * configure.in: Don't share a cache file for host dirs.
6948 * configure: Regenerate.
6949
6950 * config-ml.in: Don't mess with the cache file.
6951
6952 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6953
6954 * Makefile.tpl: Make GCC use a separate config.cache.
6955 * Makefile.in: Regenerate.
6956
6957 PR bootstrap/11932, PR bootstrap/11933
6958 (I don't know if it will fix either of them, but it relates
6959 to them.)
6960 * configure.in: Don't use shared config.cache for target
6961 directories.
6962 * configure: Regenerate.
6963
6964 2003-12-31 Roger Sayle <roger@eyesopen.com>
6965
6966 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6967 * configure: Regenerated.
6968
6969 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6970
6971 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6972 * configure: Regenerated.
6973
6974 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6975
6976 Port change over from GCC:
6977 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6978 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6979 (configure-build-[+module+], configure-[+module+]): Likewise.
6980 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6981 * Makefile.in: Regenerate.
6982
6983 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6984
6985 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6986 * configure: Regenerate.
6987
6988 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6989
6990 * COPYING.NEWLIB: Add license info for long long routines added to
6991 stdlib.
6992
6993 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6994
6995 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6996 * Makefile.in: Regenerate.
6997
6998 2003-10-20 Phil Edwards <phil@codesourcery.com>
6999
7000 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7001 * configure: Regenerate.
7002
7003 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7004
7005 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7006 HOST_FLAGS_TO_PASS.
7007 * Makefile.in: Regenerate.
7008
7009 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7010
7011 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7012 * configure: Rebuilt
7013 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7014 * Makefile.in: Rebuilt
7015
7016 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7017
7018 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7019
7020 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7021
7022 * config-ml.in: Use ac_configure_args directly instead of
7023 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7024 actually seen.
7025
7026 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7027
7028 * config-ml.in: Propagate INSTALL variables.
7029
7030 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7031
7032 * configure.in: Pass a computed --program-transform-name
7033 to subconfigures.
7034 * configure: Regenerated.
7035
7036 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7037
7038 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7039 * Makefile.in: Regenerate.
7040
7041 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7042 * Makefile.in: Regenerate.
7043
7044 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7045
7046 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7047 quoting.
7048 * configure: Regenerated.
7049
7050 2003-09-12 Michael Chastain <mec@shout.net>
7051
7052 Fix PR gdb/857.
7053 * src-release (do-proto-topleve): Remove junk files
7054 intl/config.cache, intl/config.status,
7055 intl/config.h, intl/stamp-h.
7056
7057 2003-09-14 Andrew Cagney <cagney@redhat.com>
7058
7059 * src-release (dejagnu.tar): New target.
7060 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7061 (do-djunpack): Use $(PACKAGE) for the package name.
7062
7063 2003-09-04 DJ Delorie <dj@redhat.com>
7064
7065 * configure: Regenerate.
7066
7067 2003-09-04 Robert Millan <robertmh@gnu.org>
7068
7069 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7070
7071 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7072
7073 * configure.in: Ensure arguments to sed are properly spaced.
7074 * configure: Regenerate.
7075
7076 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7077
7078 Merge from gcc:
7079 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7080 * install-sh: Update to newer upstream versions (associated with
7081 aclocal 1.7).
7082 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7083
7084 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7085
7086 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7087 * configure: Regenerated.
7088
7089 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7090
7091 * configure.in: Use newline instead of semicolon when assuming
7092 shell arguments in a for loop.
7093 * configure: Regenerated.
7094
7095 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7096
7097 PR 8180
7098 * configure.in: When testing with_libs and with_headers, treat
7099 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7100 * configure: Regenerate.
7101
7102 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7103 make, shell, etc.
7104 (baseargs): Likewise.
7105 * configure: Regenerate.
7106
7107 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7108
7109 * configure.in: Disable libgcj for darwin not on powerpc.
7110 * configure: Rebuild.
7111
7112 2003-08-15 Michael Chastain <mec@shout.net>
7113
7114 * src-release (do-proto-toplev): Remove junk files
7115 dejagnu/example/calc/config.status,
7116 dejagnu/example/calc/config.log.
7117
7118 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7119
7120 * config-ml.in, symlink-tree: Add license.
7121
7122 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7123
7124 Merge from gcc:
7125
7126 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7127 * Makefile.tpl (check, check-c++): Express dependencies using
7128 dependencies rather than commands.
7129 * Makefile.in: Regenerate.
7130
7131 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7132 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7133 * Makefile.in: Update.
7134
7135 2003-08-01 Andrew Cagney <cagney@redhat.com>
7136
7137 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7138 * configure: Ditto.
7139
7140 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7141
7142 * configure.in: Enable libgcj for darwin.
7143 * configure: Rebuild.
7144
7145 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7146
7147 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7148
7149 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7150
7151 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7152 creating target and build subdirs to build all parent dirs as needed.
7153 * Makefile.in: Rebuild.
7154 * configure.in: Don't build dirs explicitly here.
7155 * configure: Rebuild.
7156
7157 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7158
7159 * Makefile.tpl (all-make): Depend on intl.
7160 * Makefile.in: Rebuilt.
7161
7162 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7163
7164 * config.if: Remove unused libc_interface determination.
7165
7166 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7167
7168 * Makefile.in: Regenerate, correctly this time.
7169
7170 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7171
7172 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7173 unused INSTALL_PROGRAM_ARGS.
7174 * configure.in: Use AC_PROG_INSTALL.
7175 * Makefile.in: Regenerate.
7176 * configure: Regenerate.
7177
7178 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7179
7180 * configure: Rebuilt.
7181 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7182 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7183 newlib nor libgloss.
7184 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7185 * configure.in (am33_2.0-*-linux*): Added.
7186
7187 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7188
7189 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7190 * configure: Regenerate.
7191
7192 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7193
7194 * config-ml.in: Replace PWD with PWD_COMMAND.
7195 * Makefile.tpl: Likewise.
7196 * Makefile.in: Regenerated.
7197
7198 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7199
7200 * configure.in: Clean up config-lang.in handling. Delete
7201 useless assignment to "subdirs".
7202 * configure: Regenerate.
7203
7204 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7205
7206 * configure.in: Rename 'target_libs' to 'target_libraries'.
7207 Remove useless reference to 'target_libs'.
7208 * configure: Regenerate.
7209
7210 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7211
7212 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7213 * Makefile.in: Regenerate.
7214
7215 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7216
7217 * Makefile.def: Introduce flags_to_pass.
7218 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7219 * Makefile.in: Regenerate.
7220
7221 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7222
7223 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7224 and target-libgloss.
7225 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7226 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7227 * configure: Regenerate.
7228
7229 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7230
7231 * configure.in: Update testsuite_flags to new location.
7232 * configure. Regenerate.
7233
7234 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7235
7236 * Makefile.tpl: Remove BUILD_CC stuff.
7237 * Makefile.in: Regenerate.
7238
7239 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7240
7241 * config.guess: Update to 2003-06-12 version.
7242 * config.sub: Update to 2003-06-13 version.
7243
7244 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7245
7246 * MAINTAINERS: Add myself as MIPS co-maintainer.
7247
7248 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7249
7250 * config.guess: Update to 2003-06-06 version.
7251 * config.sub: Update to 2003-06-06 version.
7252
7253 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7254
7255 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7256 * configure. Regenerate.
7257
7258 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7259
7260 * configure.in: Disable serial configure by default.
7261 * configure: Regenerate.
7262 * Makefile.tpl: Abolish .NOTPARALLEL.
7263 * Makefile.in: Regenerate.
7264
7265 * Makefile.tpl: Replace {build,host,target}_canonical by
7266 {build,host,target}.
7267 * Makefile.in: Regenerate.
7268
7269 * Makefile.tpl: Fix stupid pasto.
7270 * Makefile.in: Regenerate.
7271
7272 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7273
7274 * Makefile.tpl: Remove bogus conditional.
7275 * Makefile.in: Regenerate.
7276
7277 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7278
7279 * Makefile.tpl: Make 'recursive targets' using autogen rather
7280 than shell loop. Remove duplicate 'clean' targets and false
7281 comments.
7282 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7283 Add systematic method of specifying missing targets in subdirs.
7284 Add copyright boilerplate.
7285 * Makefile.in: Regenerate.
7286 * configure.in: Add 'recursive targets' to maybe list.
7287 * configure: Regenerate.
7288
7289 * Makefile.tpl: Rename [+target+] to [+make_target+].
7290 * Makefile.def: Rename 'target' to 'make_target'.
7291
7292 2003-05-30 Nick Clifton <nickc@redhat.com>
7293
7294 * README-maintainer-mode: Update URL for locating blessed config
7295 tools.
7296
7297 2003-05-29 Robert Millan <rmh@debian.org>
7298
7299 * ltconfig: Import this patch and modify for use with current
7300 version of ltconfig:
7301
7302 2003-05-21 Bruno Haible <bruno@clisp.org>
7303
7304 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7305 GNU/FreeBSD.
7306
7307 2003-05-28 DJ Delorie <dj@redhat.com>
7308
7309 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7310 * Makefile.in: Regenerate.
7311
7312 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7313
7314 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7315
7316 2003-05-21 DJ Delorie <dj@redhat.com>
7317
7318 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7319 newlib or libgloss.
7320 * Makefile.in: Regenerate.
7321
7322 2003-05-21 DJ Delorie <dj@redhat.com>
7323
7324 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7325 * Makefile.in: Regenerate.
7326
7327 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7328
7329 * configure.in: Use curly braces in the definition of tooldir.
7330 * configure: Regenerate.
7331
7332 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7333
7334 * configure.in: Switch more things to use maybe dependencies.
7335 * Makefile.tpl: Switch more things to use maybe dependencies.
7336 Factor out common code from autogen IF statements.
7337 * configure: Regenerate.
7338 * Makefile.in: Regenerate.
7339
7340 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7341
7342 * configure.in: Accept i[3456789]86 for machine type.
7343 * configure: Regenerate.
7344
7345 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7346
7347 * configure.in: Switch more things to use maybe dependencies.
7348 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7349 * configure: Regenerate.
7350 * Makefile.tpl: Switch more things to use maybe dependencies.
7351 * Makefile.in: Regenerate.
7352
7353 2003-05-16 Andreas Schwab <schwab@suse.de>
7354
7355 * Makefile.tpl (install-opcodes): Define.
7356 * Makefile.in: Rebuild.
7357
7358 2003-05-13 Andreas Jaeger <aj@suse.de>
7359
7360 * config.guess: Update to 2003-05-09 version.
7361 * config.sub: Update to 2003-05-09 version.
7362
7363 2003-05-13 Michael Eager <eager@mvista.com>
7364
7365 * configure.in: Correct sed script so that options in quotes are not
7366 deleted.
7367 * configure: Rebuild.
7368
7369 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7370
7371 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7372 and $$s/newlib/libc/sys/cygwin32 include paths.
7373 * configure: Ditto.
7374
7375 2003-05-05 H.J. Lu <hjl@gnu.org>
7376
7377 * config-ml.in: Restored from gcc repository.
7378
7379 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7380
7381 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7382 * Makefile.in: Regenerate.
7383
7384 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7385
7386 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7387 and Makefile.def.
7388
7389 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7390
7391 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7392 * Makefile.in: Regenerated.
7393
7394 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7395
7396 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7397 * Makefile.in: Regenerate.
7398
7399 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7400
7401 * configure.in (powerpc64*-*-linux*): Remove.
7402 * configure: Rebuilt.
7403
7404 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7405
7406 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7407 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7408 and restrap.
7409 * Makefile.in: Regenerate.
7410
7411 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7412
7413 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7414 * configure: Regenerated.
7415
7416 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7417
7418 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7419 * */configure: Rebuilt.
7420
7421 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7422
7423 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7424 * Makefile.in: Regenerate.
7425
7426 2003-03-14 Michael Chastain <mec@shout.net>
7427
7428 * Makefile.in: Regenerate with correct Makefile.def.
7429
7430 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7431
7432 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7433 Make macro.
7434 * Makefile.in: Regenerate.
7435 * configure.in: Clean up gxx_include_dir logic.
7436 * configure: Regenerate.
7437
7438 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7439
7440 * configure.in (gxx_include_dir): Fix typo.
7441 * configure: Regenerated.
7442
7443 2003-03-06 Andrew Cagney <cagney@redhat.com>
7444
7445 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7446
7447 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7448
7449 * configure.in: Include $(build_tooldir)/sys-include in
7450 FLAGS_FOR_TARGET.
7451 * configure: Regenerated.
7452
7453 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7454
7455 * Makefile.tpl: Reindent.
7456 * Makefile.in: Regenerate.
7457 * configure.in: Reindent. Don't set unused variables.
7458 * configure: Regenerate.
7459
7460 * Makefile.tpl: Always pass down RANLIB.
7461 * Makefile.in: Regenerate.
7462
7463 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7464 * Makefile.in: Regenerate.
7465 * configure.in: Remove unused logic relating to --enable-shared
7466 and --enable-threads. Remove bogus comments. Remove redundant
7467 noconfigdirs.
7468 * configure: Regenerate.
7469
7470 * configure.in: Replace ${libstdcxx_version} by its value.
7471 Remove reference to mh-dgux.
7472 * configure: Regenerate.
7473
7474 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7475
7476 * Makefile.tpl: Rearrange.
7477 * Makefile.in: Regenerate.
7478
7479 2003-02-25 Nick Clifton <nickc@redhat.com>
7480
7481 * configure: Remove site-file supprot - it is obsolete.
7482
7483 2003-02-24 Uwe Stieber <uwe@wwws.de>
7484
7485 * configure.in: Add support for kaOS as cross build target system.
7486 * configure: Regenerated.
7487
7488 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7489
7490 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7491 configure-target-* as some target builds may require additional
7492 flags for preprocessor tests.
7493 * Makefile.in: Regenerated.
7494
7495 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7496
7497 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7498 * ltconfig: Handle it.
7499 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7500 auto-detecting it.
7501
7502 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7503
7504 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7505 it is used as argument to $CC.
7506 * ltcf-gcj.sh: Likewise.
7507
7508 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7509
7510 * configure.in: Introduce --enable-maintainer-mode.
7511 * configure: Rebuilt.
7512 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7513 for maintainer mode.
7514 * Makefile.in: Rebuilt.
7515
7516 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7517
7518 * configure: Regenerate using autoconf 2.13.
7519
7520 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7521
7522 * config.guess: Import latest version.
7523 * config.sub: Import latest version.
7524
7525 2003-02-18 Jason Merrill <jason@redhat.com>
7526
7527 * Makefile.tpl (check-c++): Allow parallelism.
7528
7529 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7530
7531 * configure: Regenerate using autoconf 000227.
7532
7533 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7534
7535 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7536 don't configure target-libobjc.
7537 * configure: Regenerate.
7538
7539 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7540
7541 * Makefile.tpl (RANLIB): Define.
7542 * Makefile.in: Regenerate.
7543
7544 2003-02-06 Keith R Seitz <keiths@redhat.com>
7545
7546 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7547 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7548 * Makefile.in: Regenerated.
7549 * configure.in: Remove all traces of snavigator, db, and grep.
7550 * configure: Regenerated.
7551
7552 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7553
7554 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7555 * Makefile.in: Regenerated.
7556
7557 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7558
7559 * config.if: Copy from GCC.
7560
7561 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7562
7563 * configure.in: Revert 24Jan change.
7564 * configure: Regenerate.
7565
7566 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7567
7568 * configure.in: Revert previous change.
7569 * configure: Regenerate.
7570
7571 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7572
7573 * configure.in: Make rda native-only.
7574 * configure: Regenerate.
7575
7576 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7577
7578 * configure.in: Add missing \.
7579 * configure: Rebuilt.
7580
7581 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7582
7583 * configure.in (baseargs): Avoid using \| in sed regular
7584 expressions.
7585 * configure: Rebuilt.
7586
7587 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7588
7589 * configure.in (baseargs): Remove all supported forms of
7590 --cache-file, --srcdir, --host, --build and --target options
7591 from argument lists.
7592 * configure: Rebuilt.
7593
7594 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7595
7596 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7597 * configure: Rebuilt.
7598
7599 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7600
7601 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7602 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7603 * Makefile.in: Regenerate.
7604 * configure: Regenerate.
7605
7606 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7607
7608 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7609 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7610 * Makefile.in: Regenerate.
7611
7612 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7613
7614 * configure.in: Remove Makefile in build, host and target modules
7615 unless configure was run with --no-recursion.
7616 * configure: Rebuilt.
7617
7618 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7619
7620 * config.guess: Update to 2003-01-03 version.
7621 * config.sub: Update to 2003-01-03 version.
7622
7623 2003-01-07 Christopher Faylor <cgf@redhat.com>
7624
7625 * configure: Regenerate with proper autoconf 2.13.
7626
7627 2003-01-07 Christopher Faylor <cgf@redhat.com>
7628
7629 * configure.in: Add AC_PREREQ for consistency.
7630 * configure: Regenerate.
7631
7632 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7633
7634 * configure.in (GDB_TK): Add tcl directories conditional on
7635 gdb/gdbtk directory being present.
7636 * configure: Regenerate.
7637
7638 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7639
7640 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7641 by gcc if LD is not defined and we are not doing a Canadian Cross.
7642 * configure: Rebuilt.
7643
7644 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7645
7646 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7647
7648 2002-12-31 Tom Tromey <tromey@redhat.com>
7649
7650 * Makefile.in: Rebuilt.
7651 * Makefile.def (target_modules) [libffi]: Allow installation.
7652
7653 2002-12-31 Andreas Schwab <schwab@suse.de>
7654
7655 * configure.in: Fix use of $program_transform_name.
7656 * configure: Regenerated.
7657
7658 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7659
7660 * configure.in (baseargs): Don't remove first configure argument.
7661 * configure: Regenerated.
7662
7663 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7664
7665 * Makefile.tpl (local-distclean): Don't remove...
7666 (multilib.ts): ... this. Moved into...
7667 (multilib.out): ... this. Don't use sub-make.
7668 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7669 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7670 (configure-build-[+module+], configure-[+module+],
7671 configure-target-[+module+], configure-gcc): ... these. Test
7672 for Makefile existence. Drop config.status from dependencies.
7673 * Makefile.in: Rebuilt.
7674 * configure.in: Move gcc-version-trigger to the end of
7675 ac_configure_args. Add comments to maybedep.tmp and
7676 serdep.tmp. Introduce --disable-serial-configure. Remove
7677 nonopt from baseargs, matching and removing corresponding
7678 whitespace while at it.
7679 * configure: Rebuilt.
7680
7681 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7682
7683 * configure.in (host_configargs): Replace reference to
7684 no-longer-defined buildopts with --build=${build_alias}.
7685 * configure: Rebuilt.
7686
7687 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7688
7689 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7690 program_transform_name to standard idiom.
7691 (AUTOGEN, AUTOCONF): Define.
7692 (Makefile.in): Use $(AUTOGEN).
7693 (Makefile): Depend on config.status, and use autoconf-style rule to
7694 build it. Move original commands to...
7695 (config.status): ... this new target.
7696 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7697 $(AUTOCONF).
7698 * Makefile.in: Rebuilt.
7699
7700 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7701
7702 * Makefile.tpl: Fix dramatic bustage due to change in
7703 program_transform_name.
7704 * Makefile.in: Regenerate.
7705
7706 * configure.in: Remove unnecessary PATH setting.
7707 * configure: Regnerate.
7708
7709 * configure.in: Don't default to unprefixed tools unless
7710 the native tools will work.
7711 * configure: Regenerate.
7712
7713 * configure.in: Convert to autoconf script. Blow away lots
7714 of now-redundant Makefile fragments.
7715 * configure: Generate using Autoconf.
7716 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7717 * Makefile.in: Regenerate.
7718
7719 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7720
7721 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7722 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7723
7724 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7725 where they belong.
7726
7727 2002-12-24 Andreas Schwab <schwab@suse.de>
7728
7729 * Makefile.tpl (multilib.out): Fix missing space.
7730 * Makefile.in: Regenerate.
7731
7732 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7733
7734 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7735 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7736 * Makefile.in: Regenerate.
7737 * configure.in: Remove unnecessary leftovers.
7738
7739 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7740
7741 * configure.in (extra_ranlibflags_for_target): New variable.
7742 (*-*-darwin): Add -c to ranlib commands.
7743 * configure (tooldir): Handle extra_ranlibflags_for_target.
7744
7745 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7746
7747 * COPYING.NEWLIB: Updated.
7748 * COPYING.LIBGLOSS: Ditto.
7749
7750 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7751
7752 * Makefile.tpl: Revert HJL's change.
7753 * Makefile.in: Regenerated.
7754 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7755 always.
7756
7757 2002-12-19 Andreas Schwab <schwab@suse.de>
7758
7759 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7760 * Makefile.in: Regenerate.
7761
7762 2002-12-18 H.J. Lu <hjl@gnu.org>
7763
7764 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7765 * Makefile.in: Regenerated.
7766
7767 * configure.in (build_prefix): New. Substitute.
7768
7769 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7770
7771 * Makefile.tpl: Don't let real targets depend on phony targets.
7772 * Makefile.in: Regenerate.
7773
7774 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7775 * Makefile.in: Regenerate.
7776
7777 2002-12-16 Jason Merrill <jason@redhat.com>
7778
7779 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7780 previous 'make bootstrap'.
7781 * Makefile.in: Regenerate.
7782
7783 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7784
7785 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7786
7787 2002-12-13 Jason Merrill <jason@redhat.com>
7788
7789 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7790 library tests.
7791 (check-c++): Just depend on it and check-target-libstdc++-v3.
7792 * Makefile.in: Regenerate.
7793
7794 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7795
7796 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7797 * Makefile.in: Regenerate.
7798
7799 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7800
7801 * COPYING.NEWLIB: Update list of alternate Regent of California
7802 licenses and discuss official revoking of advertising clause.
7803 * COPYING.LIBGLOSS: Ditto.
7804
7805 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7806
7807 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7808 * Makefile.in: Rebuilt.
7809
7810 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7811
7812 * configure: Fix bug put in by gremlins.
7813
7814 * Makefile.tpl: Substitute more autoconfily.
7815 * configure: Substitute more autoconfily.
7816 * Makefile.in: Regenerate.
7817
7818 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7819
7820 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7821 * Makefile.in (all-sim): Ditto.
7822
7823 2002-12-06 DJ Delorie <dj@redhat.com>
7824
7825 * Makefile.tpl: Change configure dependencies to not have real
7826 targets depend on phony targets.
7827
7828 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7829
7830 * configure.in: Revert unintentional change.
7831
7832 * src-release: Configure host subdirs.
7833
7834 * Makefile.tpl: Change dependency for */multilib.out so that
7835 it works when gcc isn't in the tree.
7836
7837 * configure.in: Substitute more.
7838 * configure: Run subconfigures from the Makefile.
7839 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7840 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7841
7842 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7843
7844 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7845 and corresponding dependencies.
7846 * Makefile.in: Regenerate.
7847
7848 * configure.in (host_tools): Order binutils, gas and ld for
7849 convenience in running the testsuites.
7850
7851 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7852 * Makefile.in: Regenerate.
7853 * configure.in: Introduce rules to serialize subconfigure runs.
7854
7855 * configure.in: Introduce BASE_CC_FOR_TARGET.
7856 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7857 Realize configure-build-* targets. Realize configure-target-* targets.
7858 * Makefile.in: Regenerate.
7859
7860 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7861
7862 * configure: Move gcc_version_trigger stuff from here...
7863 * configure.in: ...to here.
7864
7865 * configure.in: Separate subconfigure options added by this file from
7866 options given by the user. Add machinery to put args for host
7867 subconfigures into the Makefile.
7868
7869 * Makefile.tpl: Remove 'vault' targets.
7870 * Makefile.tpl: Reorder and comment dependencies.
7871 * Makefile.in: Regenerate.
7872
7873 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7874
7875 * configure.in: Move host-specific darwin noconfigdirs into
7876 the host-specific section.
7877
7878 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7879
7880 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7881 during replay.
7882 * Makefile.in: Regenerate.
7883
7884 (finishing slow-motion replay)
7885 * configure: Remove skip-this-dir support.
7886 * Makefile.tpl: Remove skip-this-dir support.
7887
7888 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7889 subdirectories.
7890 * Makefile.in: Regenerate.
7891
7892 * Makefile.tpl: Strip out useless setting of 'dir'.
7893 * Makefile.in: Regenerate.
7894
7895 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7896
7897 (finishing slow-motion replay)
7898 * configure.in: Fix deeply stupid bug.
7899
7900 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7901 shell code in CXX_FOR_TARGET
7902 * Makefile.def: Introduce raw_cxx.
7903 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7904 RAW_CXX_FOR_TARGET.
7905 * Makefile.in: Regenerate.
7906
7907 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7908
7909 (finishing slow-motion replay)
7910 * Makefile.tpl: Remove unnecessary ifs.
7911 * Makefile.in: Regenerate.
7912
7913 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7914 dependencies. Maybe-ize build-libiberty. Create dummy install
7915 targets for 'no_install' modules.
7916 * configure: Move GDB_TK substitution to configure.in. Move
7917 build_modules stuff to configure.in.
7918 * configure.in: Implement soft dependency machinery. Maybe-ize
7919 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7920 * Makefile.in: Regenerate.
7921
7922 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7923
7924 (continuing slow-motion replay)
7925 * Makefile.tpl: Make all-target, install-target behave similarly
7926 to all, install (only hitting configured targets). Eliminate
7927 unused macro defintions.
7928
7929 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7930 build != host.
7931
7932 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7933
7934 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7935
7936 * configure.in: Produce lists of subdir targets we're actually
7937 configuring. Remove references to "dosrel".
7938 * Makefile.tpl: Let configure set which subdir targets are hit.
7939 Remove install-cross; clean up install; remove ALL. Remove
7940 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7941 Autogenerate host module targets. Remove empty dependency lines
7942 and redundant dependency; rearrange slightly.
7943 * Makefile.def: Add host-side libtermcap, utils.
7944
7945 * Makefile.in: Regenerate.
7946
7947 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7948
7949 (Continuing slow-motion replay)
7950 * Makefile.def: Add list of recursive targets to autogenerate.
7951 Add build_modules.
7952 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7953 targets. Autogenerate *-build-* targets.
7954 * Makefile.in: Regenerate.
7955
7956 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7957
7958 (Continuing slow-motion replay)
7959 * configure: More autoconf-style substitutions.
7960 * Makefile.tpl: More autoconf-style substitutions.
7961 * Makefile.in: Regenerate.
7962
7963 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7964
7965 (Continuing slow-motion replay)
7966 * configure: Substitute more variables in a more autoconf-friendly
7967 way. Simplify slightly.
7968 * Makefile.tpl: Make more variables substitutable in an
7969 autoconf-friendly way.
7970 * Makefile.in: Regenerate.
7971
7972 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7973
7974 (Continuing slow-motion replay)
7975 * configure.in (v810*): Remove special setting of tools.
7976
7977 * configure: Add support for extra required flags for ar or nm.
7978 * configure.in (aix4.3+): Use above support for target-specific
7979 issues, rather than using config/mt-aix43.
7980
7981 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7982
7983 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7984 * configure: Remove 'removing', which doesn't work. Replace $subdir
7985 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7986 with $srcdir. Reformat indentation. Substitute some variables
7987 formerly hard-coded in the Makefile for build=host.
7988 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7989 * Makefile.def: Autogenerate more.
7990 * Makefile.in: Regenerate.
7991
7992 2002-11-13 Bruce Korb <bkorb@gnu.org>
7993
7994 * Makefile.tpl: syntactic cleanup
7995
7996 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7997
7998 * Makefile.def (host_modules): Add rda.
7999 * Makefile.in: Regenerate.
8000 * configure.in (target_tool): Add target-rda to list.
8001
8002 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8003
8004 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8005 and restrap targets to this rule.
8006 * Makefile.in: Regenerate.
8007
8008 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8009
8010 * configure.in (i[3456]86-*-linux*): Add check to disable
8011 ${libgcj} for glibc1.
8012
8013 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8014
8015 * configure.in: Add tic4x target.
8016
8017 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8018
8019 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8020 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8021 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8022 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8023 * Makefile.in: Regenerate.
8024
8025 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8026
8027 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8028 * Makefile.in: Regenerate.
8029
8030 * Makefile.def: Remove order dependency comments.
8031 * Makefile.tpl: Add explicit install-install dependencies.
8032 * Makefile.in: Regenerate.
8033
8034 * Makefile.tpl: Remove material now in src-release. (Finally!)
8035 * Makefile.in: Regenerate.
8036
8037 * configure: Restore my original patch by syncing with gcc version.
8038
8039 * Bring following over from gcc:
8040
8041 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8042
8043 * configure.in (s390*-*-linux*): Enable libgcj.
8044
8045 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8046
8047 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8048
8049 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8050
8051 * configure: Move stray lines back to where they belong.
8052
8053 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8054
8055 * Makefile.tpl: Insert configure-target target, for src-release.
8056
8057 * configure: Finish reverting change which Andrew Cagney started
8058 reverting. Should fix bustage.
8059
8060 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8061 * src-release: New file. Contains material for making net
8062 releases for gdb, binutils, et al., formerly in Makefile.in.
8063
8064 2002-09-30 Nick Clifton <nickc@redhat.com>
8065
8066 * cpu: New top level directory. Intended to hold input files for
8067 CGEN which have FSF copyright assignment.
8068 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8069
8070 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8071
8072 Revert below (note that src does not contain Makefile.tpl):
8073 * Makefile.tpl: Make subsituted variables more autoconfy.
8074 * Makefile.in: Regenerate.
8075
8076 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8077
8078 * configure: Revert accidentally applied changes.
8079
8080 * Makefile.tpl: Make more autoconf-friendly.
8081 * Makefile.in: Regenerate.
8082 * configure: Make substitution more autoconf-like.
8083
8084 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8085
8086 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8087 single entry to handle all these.
8088 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8089 libjava on arm-*-elf.
8090
8091 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8092
8093 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8094 things that depend on them.
8095
8096 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8097
8098 * Makefile.tpl: Make subsituted variables more autoconfy.
8099 * Makefile.in: Regenerate.
8100 * configure: Make seds more autoconfy.
8101
8102 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8103
8104 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8105 * Makefile.in: Regenerate.
8106 * configure.in: Rewrite sed statements to look autoconfy.
8107
8108 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8109 all-target-foo on configure-target-foo.
8110 * Makefile.def: Ditto.
8111 * Makefile.in: Rebuild.
8112
8113 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8114
8115 * Makefile.def: New file.
8116 * Makefile.tpl: New file.
8117 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8118
8119 * configure.in: Minor rearrangement. Simplify tests.
8120
8121 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8122
8123 * configure.in (with_headers): Skip copy if value is "yes".
8124 (with_libs): Likewise.
8125
8126 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8127
8128 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8129 * configure.in (sh*-*-pe*): Ditto.
8130 * configure.in (mips*-*-pe*): Ditto.
8131 * configure.in (*arm-wince-pe): Ditto.
8132
8133 * configure.in: Rearrange.
8134
8135 2002-09-12 Nick Clifton <nickc@redhat.com>
8136
8137 * Import these changes from the config master repository:
8138
8139 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8140
8141 * config.sub: Add tic4x target.
8142
8143 2002-09-03 Ben Elliston <bje@redhat.com>
8144
8145 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8146 Reported by <Duncan_Stodart@insession.com>.
8147
8148 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8149
8150 * COPYING.NEWLIB: More updates.
8151
8152 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8153
8154 * COPYING.NEWLIB: Update.
8155
8156 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8157
8158 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8159
8160 * config.guess: Import version 2002-08-23.
8161 * config.sub: Import version 2002-08-22.
8162
8163 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8164
8165 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8166 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8167 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8168
8169 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8170
8171 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8172
8173 2002-08-04 H.J. Lu (hjl@gnu.org)
8174
8175 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8176
8177 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8178
8179 * configure.in: Move generic linux case to end. Copy generic
8180 linux noconfigdirs to mips*-*-linux* entry and new
8181 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8182
8183 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8184
8185 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8186 one instance of them which was missed to the list to update.
8187
8188 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8189
8190 * config.guess: Update to 2002-07-09 version.
8191 * config.sub: Update to 2002-07-03 version.
8192
8193 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8194
8195 * configure.in: Remove two redundant tests.
8196
8197 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8198
8199 * configure.in (mips*-*-irix6*o32): Enable stabs.
8200
8201 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8202
8203 * configure.in: Don't build grez.
8204 * Makefile.in: Ditto.
8205
8206 * Makefile.in: Remove references to bsp, cygmon, libstub.
8207 * configure.in: Ditto.
8208
8209 * configure.in: Remove leftover reference to gdbtest.
8210
8211 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8212
8213 * configure.in (gxx_include_dir): Change to match versioned
8214 C++ headers if --enable-version-specific-runtime-libs is used.
8215
8216 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8217
8218 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8219
8220 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8221
8222 * configure.in: Make --without-x work.
8223
8224 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8225
8226 * contrib: New directory. Created to contain a copy of the
8227 texi2pod.pl script so that it is in the same place as the version in
8228 the FSF GCC sources.
8229
8230 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8231
8232 * configure.in: Rearrange target Makefile fragment collection.
8233
8234 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8235 cvs[src].
8236 * configure.in: Ditto.
8237
8238 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8239
8240 * Makefile.in: Eliminate 'apache' targets.
8241 * configure.in: Eliminate 'apache' targets.
8242
8243 * configure.in: Eliminate redundant tests. Reorganize.
8244
8245 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8246
8247 * config-ml.in: Eliminate references to Cygnus configure.
8248
8249 * Makefile.in: Eliminate references to building emacs.
8250
8251 2002-07-01 Denis Chertykov <denisc@overta.ru>
8252
8253 * configure.in: Add support for ip2k.
8254
8255 2002-06-24 Ben Elliston <bje@redhat.com>
8256
8257 * configure.in (host_tools): Remove cgen.
8258
8259 * Makefile.in (all-cgen): Remove; runs from its source directory.
8260 (check-cgen, install-cgen, clean-cgen): Likewise.
8261 (all-opcodes): No not depend on all-cgen.
8262 (all-sim): Likewise.
8263
8264 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8265
8266 * configure.in: Fix AIX configury bug.
8267
8268 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8269
8270 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8271
8272 * configure.in: Move definition of libstdcxx_flags right above
8273 usage, rather than way earlier.
8274
8275 * configure.in: Pull definition of is_cross_compiler earlier.
8276
8277 * configure.in: Rearrange a little.
8278
8279 * configure.in: Remove references to librx.
8280 * Makefile.in: Remove references to librx.
8281
8282 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8283
8284 * configure.in: Eliminate ${gasdir} variable.
8285
8286 2002-06-18 Dave Brolley <brolley@redhat.com>
8287
8288 * configure.in: Add support for frv.
8289 * config.sub: Add support for frv.
8290
8291 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8292
8293 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8294
8295 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8296
8297 * configure.in (vax-*-netbsd*): Re-enable gas.
8298
8299 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8300
8301 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8302 BUILD_PREFIX_1, to correct nomenclature.
8303 * configure: Likewise.
8304
8305 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8306 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8307
8308 2002-05-31 Olaf Hering <olh@suse.de>
8309
8310 * config-ml.in: Propogate DESTDIR also.
8311
8312 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8313
8314 * configure.in (vax-*-netbsd*): Don't build gas for this
8315 platform.
8316
8317 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8318
8319 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8320 and libgcj for AVR.
8321
8322 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8323
8324 * config.sub: Add DLX target.
8325
8326 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8327
8328 * config.guess: Update to 2002-05-22 version.
8329 * config.sub: Likewise.
8330
8331 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8332
8333 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8334 * config-ml.in: Likewise.
8335 * configure: Likewise.
8336 * configure.in: Likewise.
8337
8338 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8339
8340 * configure.in: Simplify makefile fragment collection.
8341
8342 * configure.in: Remove code to build emacs.
8343
8344 * configure.in : Remove --srcdir argument from targargs and buildargs
8345 (it's always overridden in the Makefile anyway). Rearrange a bit.
8346
8347 * configure: Move some logic to configure.in.
8348 * configure.in: Move some logic from configure.
8349
8350 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8351
8352 * COPYING.LIBGLOSS: New file.
8353
8354 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8355
8356 * Makefile.in: Honour DESTDIR.
8357
8358 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8359
8360 * configure.in (noconfigdirs): Don't disable libgcj on
8361 sparc64-*-solaris* and sparcv9-*-solaris*.
8362
8363 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8364
8365 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8366
8367 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8368
8369 * configure.in (FLAGS_FOR_TARGET): Do not add
8370 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8371 on i[3456]86-*-linux*.
8372
8373 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8374
8375 * configure.in (noconfigdirs): Replace [ ] with test.
8376
8377 * configure.in (noconfigdirs): Do not add target-newlib if
8378 target == i[3456]86-*-linux*, and host == target.
8379
8380 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8381
8382 * config.guess: Updated to 2002-04-26's version.
8383 * config.sub: Updated to 2002-04-26's version.
8384
8385 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8386
8387 * configure.in: delete reference to absent file
8388
8389 * configure.in: replace '[' with 'test'
8390
8391 * configure.in: Eliminate references to gash.
8392 * Makefile.in: Eliminate references to gash.
8393
8394 * configure.in: remove useless references to 'pic' makefile fragments.
8395
8396 * configure.in: (*-*-windows*) Finish removing.
8397
8398 * configure.in: Eliminate redundant test for libgui.
8399
8400 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8401
8402 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8403 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8404
8405 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8406
8407 * configure.in: remove references to dead files
8408
8409 2002-04-18 Tom Tromey <tromey@redhat.com>
8410
8411 * configure.in: Disallow configuring libgcj when it is already
8412 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8413 Solaris 2.8 by default. For PR libgcj/6158.
8414
8415 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8416
8417 * configure.in: Move default CC setting out of config/mh-* fragments
8418 directly into here.
8419
8420 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8421
8422 * configure.in: don't even try to configure or make a subdirectory
8423 if there's no configure script for it.
8424
8425 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8426
8427 * MAINTAINERS: Remove chill maintainers.
8428 * Makefile.in (CHILLFLAGS): Remove.
8429 (CHILL_LIB): Remove.
8430 (TARGET_CONFIGDIRS): Remove libchill.
8431 (CHILL_FOR_TARGET): Remove.
8432 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8433 CHILL_LIB.
8434 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8435 (CHECK_TARGET_MODULES): Likewise.
8436 (INSTALL_TARGET_MODULES): Likewise.
8437 (CLEAN_TARGET_MODULES): Likewise.
8438 (configure-target-libchill): Remove.
8439 (all-target-libchill): Remove.
8440 * configure.in (target_libs): Remove target-libchill.
8441 Do not compute CHILL_FOR_TARGET.
8442 * libchill: Remove directory.
8443
8444 2002-04-15 DJ Delorie <dj@redhat.com>
8445
8446 * Makefile.in, configure.in, configure: Sync with gcc, entries
8447 follow...
8448
8449 2002-04-08 Tom Tromey <tromey@redhat.com>
8450
8451 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8452 Fixes PR libgcj/6068.
8453
8454 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8455
8456 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8457
8458 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8459
8460 * configure.in (alpha*-dec-osf*): Enable libgcj.
8461
8462 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8463
8464 Fix for: PR bootstrap/3591, target/5676
8465 * configure.in (mcore-pe): Disable the configuration of
8466 libstdc++-v3 since exceptions are not supported.
8467
8468 2002-03-20 Anthony Green <green@redhat.com>
8469
8470 * configure.in: Enable libgcj for xscale-elf target.
8471
8472 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8473
8474 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8475 libjava.
8476 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8477
8478 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8479
8480 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8481 libstdc++-v3 and libjava.
8482
8483 2002-02-11 Adam Megacz <adam@xwt.org>
8484
8485 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8486 boehm-gc
8487
8488 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8489
8490 * config.guess: Updated to 2002-01-30's version.
8491 * config.sub: Updated to 2002-02-01's version.
8492 Contribute sh64-elf.
8493 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8494 * configure.in: Added sh64-*-*.
8495
8496 2002-01-17 H.J. Lu <hjl@gnu.org>
8497
8498 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8499 (all-target-fastjar): Also depend on all-target-libiberty.
8500
8501 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8502
8503 * configure, configure.in: Use temp file for long sed commands.
8504
8505 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8506
8507 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8508 libf2c.
8509
8510 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8511
8512 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8513
8514 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8515
8516 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8517
8518 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8519
8520 * configure: Handle temporary files securely using mkdir.
8521
8522 2001-09-26 Will Cohen <wcohen@redhat.com>
8523
8524 * configure.in (*-*-linux*): Disable configuration of target-newlib
8525 and target-libgloss.
8526
8527 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8528
8529 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8530 RANLIB.
8531
8532 2001-08-11 Graham Stott <grahams@redhat.com>
8533
8534 * Makefile.in (check-c++): Add missing semicolon.
8535
8536 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8537
8538 * configure.in (sh-*-linux*): New.
8539
8540 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8541
8542 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8543 and libgcj on m68hc11/m68hc12.
8544
8545 2001-06-27 H.J. Lu (hjl@gnu.org)
8546
8547 * Makefile (CFLAGS_FOR_BUILD): New.
8548 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8549
8550 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8551
8552 * configure.in (libstdcxx_flags): Do not try to execute
8553 libstdc++-v3/testsuite_flags until it exists.
8554
8555 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8556
8557 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8558
8559 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8560
8561 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8562
8563 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8564
8565 * configure.in: Move *-chorusos target case to the proper switch.
8566 Disable libgcj.
8567
8568 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8569
8570 * Makefile.in (STAGE1_CFLAGS): Pass down.
8571
8572 2001-04-13 Alan Modra <amodra@one.net.au>
8573
8574 * config.guess: Add hppa64-linux support. Note for next import that
8575 this is already in the master file.
8576 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8577
8578 2001-03-22 Colin Howell <chowell@redhat.com>
8579
8580 * Makefile.in (DO_X): Do not backslash single-quotes in
8581 backquotes (two places).
8582
8583 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8584
8585 * Makefile.in (DO_X): Quote nested quotes.
8586
8587 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8588
8589 * Makefile.in (DO_X): Use double quotes for quoting
8590 "RANLIB=$${RANLIB}".
8591
8592 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8593
8594 * configure.in: Only use `lang_requires' for languages athat are
8595 actually enabled.
8596
8597 2001-03-07 Tom Tromey <tromey@redhat.com>
8598
8599 * configure.in: Allow config-lang.in to set `lang_requires' to list
8600 of other required languages.
8601
8602 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8603
8604 * Makefile.in: Remove RANLIB definition. Use RANLIB
8605 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8606 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8607
8608 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8609 Alexandre Oliva <aoliva@redhat.com>
8610
8611 * Makefile.in (check-c++): Use tabs, not spaces.
8612
8613 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8614
8615 * Makefile.in (check-c++): New rule.
8616
8617 * configure.in (target_libs): Remove libg++.
8618 (noconfigdirs): Remove libg++.
8619 (noconfigdirs): Same.
8620 (noconfigdirs): Same.
8621 (noconfigdirs): Same.
8622
8623 * config-ml.in: Remove libg++ references.
8624
8625 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8626 (ALL_TARGET_MODULES): Same.
8627 (configure-target-libg++): Remove.
8628 (all-target-libg++): Remove.
8629 (configure-target-libio): Remove.
8630 (all-target-libio): Remove.
8631 (check-target-libio): Remove.
8632 (.PHONY): Remove.
8633 (libg++.tar.bz2): Remove.
8634 (all-target-cygmon): Remove libio.
8635 (all-target-libstdc++): Remove.
8636 (configure-target-libstdc++): Remove.
8637 (TARGET_LIB_PATH): Remove libstdc++.
8638 (ALL_GCC_CXX): Remove libstdc++.
8639 (all-target-gperf): Correct.
8640
8641 2001-02-15 Anthony Green <green@redhat.com>
8642
8643 * configure: Introduce GCJ_FOR_TARGET.
8644 * configure.in: Ditto.
8645 * Makefile.in: Ditto.
8646
8647 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8648
8649 * configure.in: for *-chorusos, don't config target-newlib and
8650 target-libgloss.
8651
8652 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8653
8654 Remove V2 C++ library.
8655 * configure.in: Remove --enable-libstdcxx_v3 support.
8656
8657 2001-01-27 Richard Henderson <rth@redhat.com>
8658
8659 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8660
8661 2001-01-26 Tom Tromey <tromey@redhat.com>
8662
8663 * configure.in: Allow libgcj to be built on Sparc Solaris.
8664
8665 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8666
8667 * configure.in: Enable libgcj on several additional platforms.
8668
8669 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8670
8671 * configure.in: Enable libgcj for linux targets.
8672
8673 2001-01-09 Mike Stump <mrs@wrs.com>
8674
8675 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8676 failures of subdirectories.
8677
8678 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8679
8680 * configure: handle DOS-style absolute paths.
8681
8682 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8683
8684 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8685
8686 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8687
8688 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8689 (libstdcxx_incdir): Pass down.
8690 * config.if: Remove expired bits for cxx_interface, add stub.
8691 (libstdcxx_incdir): Add variable for g++ include directory.
8692 * configure.in (gxx_include_dir): Use it.
8693
8694 2000-12-15 Andreas Jaeger <aj@suse.de>
8695
8696 * configure.in: Handle lang_dirs.
8697
8698 2000-12-13 Anthony Green <green@redhat.com>
8699
8700 * configure.in: Disable libgcj for any target not specifically
8701 listed. Disable libgcj for x86 and Alpha Linux until compatible
8702 with g++ abi.
8703
8704 2000-12-13 Mike Stump <mrs@wrs.com>
8705
8706 * Makefile.in (local-distclean): Also remove fastjar.
8707
8708 2000-12-10 Anthony Green <green@redhat.com>
8709
8710 * configure.in: Define libgcj. Disable libgcj target libraries for
8711 most targets.
8712
8713 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8714
8715 * configure.in (target_libs): Revert 2000-12-08 patch.
8716 (noconfigdirs): Added target-libjava.
8717
8718 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8719
8720 * Makefile.in: handle DOS-style absolute paths.
8721
8722 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8723
8724 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8725 libjava.
8726 * configure.in (target_libs): Removed `target-libjava'.
8727
8728 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8729
8730 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8731 (ALL_MODULES): Added fastjar.
8732 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8733 (all-target-libjava): all-fastjar replaces all-zip.
8734 (all-fastjar): Added.
8735 (configure-target-fastjar, all-target-fastjar): Likewise.
8736 * configure.in (host_tools): Added fastjar.
8737
8738 2000-12-07 Mike Stump <mrs@wrs.com>
8739
8740 * Makefile.in (local-distclean): Remove leftover built files.
8741
8742 2000-11-16 Fred Fish <fnf@be.com>
8743
8744 * configure.in (enable_libstdcxx_v3): Fix typo,
8745 libstd++ -> libstdc++.
8746
8747 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8748
8749 * configure: Provide the original toplevel configure arguments
8750 (including $0) to subprocesses in the environment rather than
8751 through gcc/configargs.h.
8752
8753 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8754
8755 * configure: Turn on libstdc++ V3 by default.
8756
8757 2000-10-16 Michael Meissner <meissner@redhat.com>
8758
8759 * configure (gcc/configargs.h): Only create if there is a build GCC
8760 directory created.
8761
8762 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8763
8764 * configure: Save configure arguments to gcc/configargs.h.
8765
8766 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8767
8768 * Makefile.in (bootstrap): avoid recursion if subdir missing
8769 (cross): ditto
8770 (do-proto-toplev): ditto
8771
8772 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8773
8774 * configure.in: Do not build byacc for hppa64. Provide paths to the
8775 X11 libraries for hppa64.
8776
8777 2000-09-02 Anthony Green <green@cygnus.com>
8778
8779 * Makefile.in (all-gcc): Depend on all-zlib.
8780 (CLEAN_MODULES): Add clean-zlib.
8781 (ALL_MODULES): Add all-zlib.
8782 * configure.in (host_libs): Add zlib.
8783
8784 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8785
8786 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8787 $targargs to tell whether newlib is going to be built.
8788
8789 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8790 $$r/TARGET_SUBDIR/libio for _G_config.h.
8791
8792 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8793
8794 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8795
8796 * configure: Make enable_threads and enable_shared defaults
8797 explicit. Substitute enable_threads into generated Makefiles.
8798 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8799 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8800
8801 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8802
8803 * configure.in: Re-enable all references to libg++ and librx.
8804
8805 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8806
8807 * configure.in: Add *-*-freebsd* configurations.
8808
8809 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8810
8811 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8812 (do-tar, do-bz2): New rules.
8813 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8814 (gdb-tar): New rule.
8815 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8816 (insight_dejagnu.tar): New rule.
8817 (insight.tar): New rule.
8818 (gdb+dejagnu.tar): New rule.
8819 (gdb.tar): New rule.
8820
8821 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8822
8823 * MAINTAINERS: Update dejagnu/
8824
8825 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8826
8827 * ltmain.sh (relink_command): Fix typo in previous change.
8828
8829 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8830
8831 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8832 (relink_command): Added --tag flags.
8833 (mode=install): If relinking fails; error out.
8834
8835 2002-03-12 Richard Henderson <rth@redhat.com>
8836
8837 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8838 .NOTPARALLEL tag.
8839 (do-check): Rename from check.
8840 (check): Allow parallel check.
8841
8842 2002-03-11 Richard Henderson <rth@redhat.com>
8843
8844 * Makefile.in (.NOTPARALLEL): Add fake tag.
8845
8846 2002-03-07 H.J. Lu (hjl@gnu.org)
8847
8848 * configure.in: Enable gprof for mips*-*-linux*.
8849
8850 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8851
8852 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8853 libjava.
8854 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8855
8856 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8857
8858 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8859
8860 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8861
8862 * config.guess: Import from master sources, rev 1.232.
8863 * config.sub: Import from master sources, rev 1.246.
8864
8865 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8866
8867 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8868 because its Makefile is there; test for the executable instead.
8869
8870 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8871
8872 Contribute sh64-elf.
8873 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8874 * configure.in: Added sh64-*-*.
8875
8876 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8877
8878 * COPYING.NEWLIB: Remove advertising clause from
8879 Berkeley and Red Hat licenses.
8880
8881 2002-02-01 Mo DeJong <supermo@bayarea.net>
8882
8883 * Makefile.in: Add all-tix to deps for all-snavigator
8884 so that tix is built when building snavigator.
8885
8886 2002-02-01 Ben Elliston <bje@redhat.com>
8887
8888 * config.guess: Import from master sources, rev 1.229.
8889 * config.sub: Import from master sources, rev 1.240.
8890
8891 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8892
8893 From Steve Ellcey <sje@cup.hp.com>:
8894 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8895 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8896 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8897 IA64.
8898 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8899 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8900 soname_spec, sys_lib_search_path_spec): Ditto.
8901
8902 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8903
8904 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8905 target-libiberty, and target-libgloss. Skip Java-related
8906 libraries if not supported for NetBSD on target CPU.
8907
8908 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8909
8910 * configure.in: Import StrongARM and XScale target_configdirs from
8911 FSF GCC version.
8912
8913 2002-01-16 H.J. Lu (hjl@gnu.org)
8914
8915 * config.guess: Import from master sources, rev 1.225.
8916 * config.sub: Import from master sources, rev 1.238.
8917
8918 * MAINTAINERS: Updated notes on config.guess and config.sub.
8919
8920 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8921
8922 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8923 ld and gdb are not supported.
8924
8925 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8926
8927 * Change reference to Cygnus Solutions to be Red Hat.
8928
8929 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8930
8931 * COPYING.NEWLIB: Update generic copyright date.
8932
8933 2002-01-07 Mark Salter <msalter@redhat.com>
8934
8935 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8936 Allow target-libgloss to be built for arm, strongarm, and xscale.
8937
8938 2002-01-03 Ben Elliston <bje@redhat.com>
8939
8940 * MAINTAINERS: Update URL for config.* scripts.
8941
8942 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8943
8944 * config.sub: Import latest version.
8945 * config.guess: Likewise.
8946
8947 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8948
8949 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8950 options for i[3456]86-pc-linux* native builds.
8951
8952 2001-12-05 Laurent Guerby <guerby@acm.org>
8953
8954 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8955 libiberty.
8956
8957 Import this patch from gcc:
8958
8959 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8960
8961 * symlink-tree: handle DOS-style absolute paths.
8962
8963 2001-11-28 DJ Delorie <dj@redhat.com>
8964 Zack Weinberg <zack@codesourcery.com>
8965
8966 When build != host, create libiberty for the build machine.
8967
8968 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8969 CONFIG_ARGUMENTS.
8970 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8971 New variables.
8972 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8973 and rules.
8974 (all.normal): Depend on ALL_BUILD_MODULES.
8975 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8976 (all-build-libiberty): Depend on configure-build-libiberty.
8977
8978 * configure: Calculate and substitute proper value for
8979 ALL_BUILD_MODULES.
8980 * configure.in: Create the build subdirectory.
8981 Calculate and substitute TARGET_CONFIGARGS (formerly
8982 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8983
8984 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8985
8986 * config.sub: Update to version 1.232 on subversion.
8987
8988 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8989
8990 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8991 files from .po files for a distribution.
8992
8993 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8994
8995 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8996
8997 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8998
8999 Merged from net gcc:
9000 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9001 * ltcf-c.sh: Use $objext, not $ac_objext.
9002 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9003 * ltcf-cxx.sh: Add support for GNU.
9004 2001-07-22 Timothy Wall <twall@redhat.com>
9005 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9006 default settings if using GNU tools with that configuration.
9007 * ltcf-cxx.sh: Ditto.
9008 * ltcf-gcj.sh: Ditto.
9009 2001-07-21 Michael Chastain <chastain@redhat.com>
9010 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9011 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9012 * ltmain.sh: Mark as gcc-local.
9013
9014 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9015
9016 * Makefile.in (all-bison): Revert 2001-10-24.
9017 Don't depend on texinfo.
9018
9019 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9020
9021 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9022
9023 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9024
9025 * configure.in (--enable-languages): Be more permissive about
9026 syntax. Check for empty lists better. Warn about $LANGUAGES.
9027
9028 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9029
9030 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9031
9032 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9033
9034 Makefile.in (all-bison): Don't depend on texinfo.
9035
9036 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9037
9038 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9039
9040 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9041
9042 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9043
9044 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9045
9046 * config.sub, config.guess: Import latest from subversions.
9047
9048 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9049
9050 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9051 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9052 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9053 avoid quotes nesting problems.
9054 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9055 (DO_X): Export only variables that are set.
9056
9057 2001-09-19 Ben Elliston <bje@redhat.com>
9058
9059 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9060 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9061 semantics. Use the shell built-in "type" command instead.
9062
9063 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9064
9065 * config.sub: Reverted the earlier change, this version is not the
9066 master file.
9067
9068 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9069
9070 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9071 Add support for mips64.
9072
9073 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9074
9075 * configure.in: Enable libstdc++-v3 for h8300 targets.
9076
9077 2001-08-30 Eric Christopher <echristo@redhat.com>
9078 Jason Eckhardt <jle@redhat.com>
9079
9080 * config.sub: Add support for mipsisa32.
9081
9082 2001-08-30 Eric Christopher <echristo@redhat.com>
9083
9084 * config.sub, config.guess: Import latest from subversions.
9085
9086 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9087
9088 * config.sub, config.guess: Import latest from subversions.
9089
9090 2001-07-26 DJ Delorie <dj@redhat.com>
9091
9092 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9093
9094 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9095
9096 * Makefile.in: Revert 2001-06-17.
9097 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9098
9099 2001-06-17 H.J. Lu <hjl@gnu.org>
9100
9101 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9102 (gas+binutils.tar.bz2): Likewise.
9103 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9104
9105 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9106
9107 * Makefile.in (VER): When present, extract the version number from
9108 the file version.in.
9109
9110 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9111
9112 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9113 gcc/xgcc is built, use -print-prog-name to find out the program
9114 name to use.
9115
9116 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9117
9118 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9119 with_gcc]: Use `gcc -shared' to build a shared library.
9120
9121 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9122
9123 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9124 archives.
9125
9126 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9127
9128 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9129 libraries when using g++ with native linker.
9130
9131 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9132
9133 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9134
9135 2001-05-24 Tom Rix <trix@redhat.com>
9136
9137 * configure.in : enable ld for aix
9138
9139 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9140
9141 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9142 [aix4*|aix5*]: Prepend blank.
9143
9144 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9145
9146 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9147 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9148 of subdir/configure scripts to use the new libtool.m4.
9149
9150 2001-05-14 H.J. Lu <hjl@gnu.org>
9151
9152 * config.if (libc_interface): Set to -libc6.2- for cross
9153 compiling to Linux/glibc 2.2.
9154
9155 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9158 libgcj.
9159
9160 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9161
9162 * configure.in (noconfigdirs): Don't reset it from scratch in the
9163 target case; only append to it.
9164
9165 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9166
9167 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9168 sparc-*-solaris2.8]: Disable ${libgcj}.
9169
9170 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9171
9172 * configure.in (libgcj_saved): Copy from $libgcj.
9173 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9174 --disable-libgcj.
9175
9176 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9177
9178 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9179 1.641.2.228.
9180
9181 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9184 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9185
9186 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9187
9188 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9189 New macros.
9190 (bootstrap, cross): Use RECURSE_FLAGS.
9191 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9192
9193 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9194
9195 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9196
9197 2001-03-23 Nick Clifton <nickc@redhat.com>
9198
9199 * README-maintainer-mode: Add note about inability to use "make
9200 distclean" in maintainer mode.
9201
9202 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9203
9204 Re-installed:
9205 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9206 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9207 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9208 * ltcf-cxx.sh: Likewise.
9209 * ltcf-gcj.sh: Likewise.
9210
9211 2001-03-22 Philip Blundell <philb@gnu.org>
9212
9213 * config.sub, config.guess: Import latest from subversions.
9214
9215 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9216
9217 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9218 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9219
9220 2001-03-20 Michael Chastain <chastain@redhat.com>
9221
9222 * Makefile.in: all-m4 depends on all-texinfo.
9223
9224 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9225
9226 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9227
9228 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9229
9230 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9231 longer valid.
9232
9233 2001-02-16 Nick Clifton <nickc@redhat.com>
9234
9235 * configure.in (noconfigdirs): Allow configuration of texinfo
9236 for Cygwin hosts.
9237
9238 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9239
9240 * config.guess: Add linux target for S/390.
9241 * config.sub: Likewise.
9242 * configure.in: Likewise.
9243
9244 2001-02-06 Ben Elliston <bje@redhat.com>
9245
9246 * configure: Output host type to stdout, not stderr.
9247
9248 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9249
9250 * config.guess: Import from subversions.gnu.org (revision 1.181).
9251 * config.sub: Import from subversions.gnu.org (revision 1.199).
9252
9253 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9254
9255 * config.guess: Handle hppa64-linux systems.
9256
9257 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9258
9259 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9260 Don't unset, it's non-portable and no longer necessary, set to empty
9261 instead.
9262
9263 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9264
9265 * ltconfig: Shell portability fix for the tagname validity check.
9266
9267 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9268
9269 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9270
9271 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9272
9273 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9274 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9275
9276 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9277
9278 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9279 keep at least one of build_libtool_libs or build_old_libs set to
9280 yes.
9281
9282 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9283
9284 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9285 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9286
9287 2000-11-07 Philip Blundell <pb@futuretv.com>
9288
9289 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9290
9291 2000-11-03 Philip Blundell <pb@futuretv.com>
9292
9293 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9294 files.
9295
9296 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9297
9298 * COPYING.NEWLIB: Put into source repository.
9299
9300 2001-01-15 Ben Elliston <bje@redhat.com>
9301
9302 * configure.in (host_tools): Add sid.
9303 Always configure cgen.
9304 * Makefile.in (all-sid): New target.
9305 (check-sid, clean-sid, install-sid): Likewise.
9306
9307 2001-01-07 Andreas Jaeger <aj@suse.de>
9308
9309 * config.sub, config.guess: Update from subversions.
9310
9311 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9312
9313 * configure.in: Disable language-specific target libraries for
9314 languages that aren't enabled.
9315
9316 2000-11-24 Nick Clifton <nickc@redhat.com>
9317
9318 * configure.in (xscale-elf): Add target.
9319 (xscale-coff): Add target.
9320 (c4x, c5x, tic54x): Move after ARM targets.
9321
9322 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9323
9324 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9325
9326 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9327
9328 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9329
9330 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9331
9332 * Makefile.in: Merge with GCC and libgcj.
9333 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9334 configure-target-<library> when their configure scripts need the C
9335 or C++ library to have already been built to work properly.
9336 (do_proto_toplev): Set them to an empty string.
9337
9338 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9339
9340 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9341 (REALLY_SET_LIB_PATH): Use them.
9342
9343 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9344
9345 * config.sub: Add support for Sun Chorus
9346
9347 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9348
9349 * config.sub: Add support for the *-storm-chaos OS.
9350
9351 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9352
9353 * configure.in (noconfigdirs): Don't compile some
9354 of the libraries for 68HC11 & 68hc12 targets.
9355
9356 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9357
9358 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9359 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9360 all affected `configure' scripts.
9361
9362 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9363
9364 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9365 ltcf-c.sh.
9366
9367 2000-09-12 Philip Blundell <philb@gnu.org>
9368
9369 * config.sub, config.guess: Update from subversions.
9370
9371 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9372
9373 * Makefile.in (all-zlib): Added dummy target.
9374
9375 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9376 multi-language branch.
9377
9378 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9379
9380 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9381 (bootstrap*): Depend on all-bootstrap.
9382
9383 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9384
9385 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9386 crosses, but add gcc/include to the header search path for them.
9387
9388 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9389
9390 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9391 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9392 * gettext.m4: New file, extracted from aclocal.m4.
9393
9394 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9395
9396 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9397 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9398 sub-configures.
9399
9400 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9401
9402 * Makefile.in (ALL_MODULES): Add all-cgen.
9403 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9404 (all-cgen): New target.
9405 (all-opcodes,all-sim): Depend on all-cgen.
9406 * configure.in (host_tools): Add cgen.
9407 Only configure cgen if --enable-cgen-maint.
9408
9409 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9410
9411 * config-ml.in (CC, CXX): Don't introduce a leading space.
9412
9413 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9414
9415 * configure.in (libstdcxx_flags): Use
9416 libstdc++-v3/src/libstdc++.INC.
9417
9418 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9419
9420 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9421
9422 2000-08-11 Jason Merrill <jason@redhat.com>
9423
9424 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9425 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9426 (FLAGS_FOR_TARGET): Not here.
9427 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9428
9429 2000-08-07 DJ Delorie <dj@redhat.com>
9430
9431 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9432 "if we're also building gcc, and it's a gcc that will run on the
9433 build machine, we want to use its includes instead of the system's
9434 default includes".
9435
9436 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9437
9438 * configure.in (libstdcxx_flags): Don't use `"'.
9439
9440 * config-ml.in: Adjust multilib search paths to the
9441 appropriate multilib tree.
9442
9443 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9444
9445 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9446 commas in $LANGUAGES.
9447
9448 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9449
9450 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9451
9452 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9453
9454 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9455 CXX_FOR_TARGET for sed.
9456
9457 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9458
9459 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9460 Do not override if already set in the environment or in configure.
9461 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9462 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9463
9464 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9465
9466 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9467 (GCC_FOR_TARGET): Use it.
9468 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9469 * configure.in: ... here.
9470 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9471 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9472
9473 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9474
9475 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9476 (configure-target-libchill, configure-target-libobjc): Likewise.
9477
9478 * configure.in: Use the same cache file for all target libs.
9479 * config-ml.in: But different cache files per multilib variant.
9480
9481 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9482
9483 * configure (topsrcdir): Don't use dirname.
9484
9485 2000-07-20 Jason Merrill <jason@redhat.com>
9486
9487 * configure.in: Remove all references to libg++ and librx.
9488
9489 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9490
9491 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9492
9493 * config.sub: Update to subversions version 2000-07-06.
9494
9495 2000-07-12 Andrew Haley <aph@cygnus.com>
9496
9497 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9498 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9499
9500 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9501
9502 * symlink-tree: Check number of arguments.
9503
9504 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9505
9506 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9507
9508 2000-07-05 Jim Wilson <wilson@cygnus.com>
9509
9510 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9511 search path for a g++ extracted from the build tree. This
9512 will allow link tests run by configure scripts in
9513 subdirectories to succeed.
9514
9515 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9516
9517 * ltconfig: Add support for mips-dde-sysv4.2MP
9518
9519 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9520
9521 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9522 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9523
9524 2000-06-19 Timothy Wall <twall@cygnus.com>
9525
9526 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9527 * config.sub: Add tic54x target.
9528
9529 2000-06-07 Phillip Thomas <pthomas@suse.de>
9530
9531 * README-maintainer-mode: New file: Contains notes on using
9532 --enable-maintainer-mode with binutils.
9533
9534 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9535
9536 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9537
9538 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9539
9540 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9541 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9542
9543 20000-05-21 H.J. Lu (hjl@gnu.org)
9544
9545 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9546 directory are used if they exist. Make sure
9547 $(build_tooldir)/include is searched for header files,
9548 $(build_tooldir)/lib/ for library files.
9549 (GCC_FOR_TARGET): Likewise.
9550 (CXX_FOR_TARGET): Likewise.
9551
9552 2000-05-18 Jeffrey A Law (law@cygnus.com)
9553
9554 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9555
9556 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9557
9558 * Makefile.in (configure-target-libiberty): Depend on
9559 configure-target-newlib.
9560
9561 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9562
9563 * configure.in, Makefile.in: Merge all libffi-related
9564 configury stuff from the libgcj tree.
9565
9566 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9567
9568 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9569 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9570
9571 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9572
9573 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9574 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9575 current version information. Add to proto-toplev directory.
9576 (gdb-taz): Build do-djunpack.
9577
9578 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9579
9580 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9581
9582 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9583
9584 * ltmain.sh: Preserve in relink_command any environment
9585 variables that may affect the linker behavior.
9586
9587 2000-05-12 Jeffrey A Law (law@cygnus.com)
9588
9589 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9590
9591 2000-05-10 Jim Wilson <wilson@cygnus.com>
9592
9593 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9594
9595 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9596
9597 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9598 with the version name.
9599
9600 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9601
9602 * config.if: Tweak.
9603
9604 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9605
9606 * djunpack.bat: New file.
9607
9608 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9609
9610 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9611 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9612 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9613 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9614
9615 2000-04-16 Dave Pitts <dpitts@cozx.com>
9616
9617 * config.sub (case $basic_machine): Change default for "ibm-*"
9618 to "openedition".
9619
9620 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9621
9622 * Makefile.in (gdb-taz): New target. GDB specific archive.
9623 (do-md5sum): New target.
9624 (MD5PROG): Define.
9625 (PACKAGE): Default to TOOL.
9626 (VER): Default to a shell script.
9627 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9628 md5 checksum generation.
9629 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9630 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9631 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9632 insight.tar.bz2): Use gdb-taz to create archive.
9633
9634 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9635
9636 * configure (warn_cflags): Delete.
9637
9638 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9639 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9640
9641 * configure.in (enable_libstdcxx_v3): Add.
9642 (target_libs): Add bits here to switch between libstdc++-v2 and
9643 libstdc++-v3.
9644 * config.if: And this file too.
9645 * Makefile.in: Add libstdc++-v3 targets.
9646
9647 2000-04-05 Michael Meissner <meissner@redhat.com>
9648
9649 * config.sub (d30v): Add d30v as a basic machine type.
9650
9651 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9652
9653 * configure.in: -linux-gnu*, not -linux-gnu.
9654
9655 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9656
9657 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9658 (do-tar-bz2): Replace TOOL with PACKAGE.
9659 (gdb.tar.bz2): Remove GDBTK from GDB package.
9660 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9661 dejagnu.tar.bz2): New packages.
9662
9663 2000-02-27 Andreas Jaeger <aj@suse.de>
9664
9665 * configure.in: Add entry for mips*-*-linux*, move catch all
9666 *-*-*linux* entry below this one.
9667
9668 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9669
9670 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9671
9672 2000-02-24 Nick Clifton <nickc@cygnus.com>
9673
9674 * config.sub: Support an OS of "wince".
9675
9676 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9677
9678 * config.guess, config.sub: Updated to match config's 2000-02-15
9679 version.
9680
9681 2000-02-23 Linas Vepstas <linas@linas.org>
9682
9683 * config.sub: Add support for Linux/IBM 370.
9684 * configure.in: Likewise.
9685
9686 2000-02-22 Nick Clifton <nickc@cygnus.com>
9687
9688 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9689
9690 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9691
9692 * config.guess: Guess "cygwin" rather than "cygwin32".
9693
9694 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9695
9696 * configure (gcc_version): When setting, narrow search to
9697 lines containing `version_string'.
9698
9699 2000-02-15 Denis Chertykov <denisc@overta.ru>
9700
9701 * config.sub: Add support for avr target.
9702
9703 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9704
9705 * config.sub: Add mmix-knuth-mmixware.
9706
9707 2000-01-27 Christopher Faylor <cgf@redhat.com>
9708
9709 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9710 structure stuff to -L library search.
9711 (CXX_FOR_TARGET): Ditto.
9712 (CROSS_CHECK_MODULES): Fix spelling mistake.
9713
9714 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9715
9716 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9717 the C++ compiler.
9718
9719 2000-01-12 Richard Henderson <rth@cygnus.com>
9720
9721 * configure.in: Don't build some bits for beos.
9722
9723 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9724
9725 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9726 as include files.
9727
9728 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9729
9730 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9731 not mh-aix43.
9732
9733 1999-12-14 Richard Henderson <rth@cygnus.com>
9734
9735 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9736 * config.sub: Accept alphaev[78], alphaev8.
9737
9738 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9739
9740 * config.guess, config.sub: Update from autoconf.
9741
9742 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9743
9744 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9745 necessary libraries are missing.
9746
9747 1999-10-25 Andreas Schwab <schwab@suse.de>
9748
9749 * configure: Fix quoting inside arguments of eval.
9750
9751 1999-10-21 Nick Clifton <nickc@cygnus.com>
9752
9753 * config-ml.in: Allow suppression of some ARM multilibs.
9754
9755 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9756
9757 * config.guess: Add OS/390 match pattern.
9758 * config.sub: Add mvs, openedition targets.
9759 * configure.in (i370-ibm-opened*): New.
9760
9761 1999-09-04 Steve Chamberlain <sac@pobox.com>
9762
9763 * config.sub: Add support for configuring for pj.
9764
9765 1999-08-31 Nick Clifton <nickc@cygnus.com>
9766
9767 * config.sub (maybe_os): Add support for configuring for fr30.
9768
9769 1999-08-25 Nick Clifton <nickc@cygnus.com>
9770
9771 * configure.in: Do not configure or build ld for AIX
9772 platforms. ld is known to be broken on these platforms.
9773
9774 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9775
9776 * config-ml.in: Pass compiler flag corresponding to multidirs to
9777 subdir configures.
9778
9779 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9780
9781 * Makefile.in (LDFLAGS): Define.
9782
9783 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9784
9785 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9786 noconfigdirs.
9787 (*-*-cygwin*): Likewise.
9788
9789 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9790
9791 * mkdep: New file.
9792 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9793 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9794
9795 From Eli Zaretskii <eliz@is.elta.co.il>:
9796 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9797 long file name when using DJGPP on MS-DOS.
9798
9799 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9800
9801 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9802
9803 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9804
9805 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9806 dependency as this causes "make check" to globally "make all"
9807
9808 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9809
9810 * configure.in (target_libs): Added target-zlib.
9811 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9812 (CONFIGURE_TARGET_MODULES): Likewise.
9813 (CHECK_TARGET_MODULES): Likewise.
9814 (INSTALL_TARGET_MODULES): Likewise.
9815 (CLEAN_TARGET_MODULES): Likewise.
9816 (configure-target-zlib): New target.
9817 (all-target-zlib): Likewise.
9818 (all-target-libjava): Depend on all-target-zlib.
9819 (configure-target-libjava): Depend on configure-target-zlib.
9820
9821 * Makefile.in (configure-target-libjava): Depend on
9822 configure-target-newlib.
9823 (configure-target-boehm-gc): New target.
9824 (configure-target-qthreads): New target.
9825
9826 * configure.in (target_libs): Added target-qthreads.
9827 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9828 (CONFIGURE_TARGET_MODULES): Likewise.
9829 (CHECK_TARGET_MODULES): Likewise.
9830 (INSTALL_TARGET_MODULES): Likewise.
9831 (CLEAN_TARGET_MODULES): Likewise.
9832 (all-target-qthreads): New target.
9833 (configure-target-libjava): Depend on configure-target-qthreads.
9834 (all-target-libjava): Depend on all-target-qthreads.
9835
9836 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9837 (CONFIGURE_TARGET_MODULES): Likewise.
9838 (CHECK_TARGET_MODULES): Likewise.
9839 (INSTALL_TARGET_MODULES): Likewise.
9840 (CLEAN_TARGET_MODULES): Likewise.
9841 (all-target-libjava): New target.
9842 (all-target-boehm-gc): Likewise.
9843 * configure.in (target_libs): Added libjava, boehm-gc.
9844
9845 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9846
9847 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9848 configure.bat in SUPPORT_FILES.
9849 (gas+binutils.tar.bz2): Likewise.
9850
9851 * makeall.bat: Remove; obsolete.
9852
9853 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9854
9855 From Mark Elbrecht:
9856 * configure.bat: Remove; obsolete.
9857
9858 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9859
9860 * configure: Add -W -Wall to the default CFLAGS when compiling with
9861 gcc.
9862
9863 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9864
9865 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9866
9867 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9868
9869 * configure.in: Build ld on IRIX6.
9870
9871 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9872
9873 * Makefile.in: Change distribution targets to use bzip2 instead of
9874 gzip.
9875 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9876 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9877
9878 1999-06-04 Nick Clifton <nickc@cygnus.com>
9879
9880 * config.sub: Add mcore target.
9881
9882 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9883
9884 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9885
9886 1999-05-25 H.J. Lu (hjl@gnu.org)
9887
9888 * config.guess (dummy): Changed to $dummy.
9889
9890 1999-05-24 Nick Clifton <nickc@cygnus.com>
9891
9892 * config.sub: Tidied up case statements.
9893
9894 1999-05-22 Ben Elliston <bje@cygnus.com>
9895
9896 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9897 <jiro@din.or.jp>.
9898
9899 * config.guess: Merge with FSF version. Future changes will be
9900 more accurately recorded in this ChangeLog.
9901 * config.sub: Likewise.
9902
9903 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9904
9905 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9906
9907 1999-04-30 Tom Tromey <tromey@cygnus.com>
9908
9909 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9910
9911 1999-04-23 Tom Tromey <tromey@cygnus.com>
9912
9913 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9914
9915 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9916
9917 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9918 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9919 Bad merge removed these two changes.
9920
9921 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9922 Martin Heller (Ing.-Buero_Heller@t-online.de)
9923
9924 * config.guess (interix Alpha): Add.
9925
9926 1999-04-11 Richard Henderson <rth@cygnus.com>
9927
9928 * configure.in (i?86-*-beos*): Do config gperf; don't config
9929 gdb, newlib, or libgloss.
9930
9931 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9932
9933 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9934 link a trivial program with -mabi=64. If it fails, remove mabi=64
9935 from multidirs.
9936
9937 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9938
9939 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9940
9941 1999-04-08 Nick Clifton <nickc@cygnus.com>
9942
9943 * config.sub: Add support for mcore targets.
9944
9945 1999-04-07 Michael Meissner <meissner@cygnus.com>
9946
9947 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9948 not mt-ospace, in order to shut up assembler warning about using
9949 symbols that are named the same as registers.
9950
9951 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9952
9953 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9954 dependency list for all-target-cygmon.
9955
9956 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9957
9958 * config-ml.in: Check $host, not $target, for selective multilibs.
9959 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9960 thumb interworking, and underscore prefix multilibs.
9961
9962 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9963
9964 * missing: Update to version from current automake.
9965
9966 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9967
9968 * configure (gxx_include_dir): Removed.
9969
9970 * configure.in (gxx_include_dir): Handle it.
9971 * Makefile.in: Likewise.
9972
9973 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9974
9975 * config.sub (mips64vr4111,mips64vr4111el) Add.
9976
9977 1999-03-21 Ben Elliston <bje@cygnus.com>
9978
9979 * config.guess: Correct typo for detecting ELF on FreeBSD.
9980
9981 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9982
9983 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9984 config/mh-djgpp.
9985
9986 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9987
9988 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9989 all-target-newlib to dependency list for all-target-bsp.
9990
9991 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9992
9993 * config.sub: Add i386-uwin support.
9994 * config.guess: Likewise.
9995
9996 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9997
9998 * configure.in: cleanup, add mh-*pic handling for arm, special
9999 case powerpc*-*-aix*
10000
10001 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10002
10003 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10004 can be built.
10005
10006 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10007
10008 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10009 targets.
10010
10011 1999-03-02 Nick Clifton <nickc@cygnus.com>
10012
10013 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10014
10015 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10016
10017 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10018
10019 1999-02-24 Nick Clifton <nickc@cygnus.com>
10020
10021 * config.sub: Fix typo in arm recognition.
10022
10023 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10024
10025 * configure.in (noconfigdirs): Changed target_configdirs to
10026 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10027 rather than m68k-*-* since it is not known to work on
10028 m68k-aout. Ditto for arm-*-*oabi.
10029
10030 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10031
10032 * configure.in (*-*-windows*): Remove, no longer used.
10033
10034 1999-02-19 Ben Elliston <bje@cygnus.com>
10035
10036 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10037 Smart and improved by Andrew Cagney.
10038
10039 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10040
10041 * config.guess: Recognize openbsd-*-hppa.
10042
10043 1999-02-17 H.J. Lu (hjl@gnu.org)
10044
10045 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10046 only if it is not empty.
10047
10048 1999-02-17 Nick Clifton <nickc@cygnus.com>
10049
10050 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10051
10052 * config.guess: Modified to recognize uname's armv* syntax.
10053
10054 * config.sub: Modified to recognize uname's armv* syntax.
10055
10056 1999-02-17 Mark Salter <msalter@cygnus.com>
10057
10058 * configure.in: Added target-bsp for sparclite.
10059
10060 1999-02-08 Richard Henderson <rth@cygnus.com>
10061
10062 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10063
10064 1999-02-08 Nick Clifton <nickc@cygnus.com>
10065
10066 * configure.in: Add support for strongarm port.
10067 * config.sub: Add support for strongarm target.
10068
10069 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10070
10071 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10072 the old name config/mh-cygwin32.
10073 Enable texinfo.
10074
10075 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10076
10077 * configure.in: Do build ld for ix86 Solaris.
10078
10079 1999-02-02 Jim Wilson <wilson@cygnus.com>
10080
10081 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10082 $AR_FOR_TARGET. Likewise for RANLIB.
10083
10084 1999-02-02 Catherine Moore <clm@cygnus.com>
10085
10086 * config.sub (oabi): Recognize.
10087 * configure.in (arm-*-oabi): Handle.
10088
10089 1999-01-30 Robert Lipe (robertlipe@usa.net)
10090
10091 * config.guess: Improve detection of i686 on UnixWare 7.
10092
10093 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10094
10095 * config.guess: Add support for i386-pc-interix.
10096 * config.sub: Likewise.
10097 * configure.in: Likewise.
10098
10099 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10100
10101 * Makefile.in: Remove unneeded all-target-libio from
10102 from all-target-winsup target since it is now unneeded.
10103 Add all-target-libtermcap in its place since it is now
10104 needed.
10105
10106 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10107
10108 * configure.in: makefile stub for cygwin target is probably
10109 unnecessary. Remove it for now.
10110
10111 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10112
10113 * configure.in: libtermcap.a should be built when cygwin is the
10114 target as well as the host.
10115 * config.guess: Allow mixed case in cygwin uname output.
10116 * Makefile.in: Add libtermcap target.
10117
10118 1998-12-23 Jeffrey A Law (law@cygnus.com)
10119
10120 * config.sub: Clean up handling of hppa2.0.
10121
10122 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10123
10124 * config.guess: Use C code to identify more HP machines.
10125
10126 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10127
10128 * config.sub: Handle hppa2.0.
10129
10130 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10131
10132 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10133 cygmon for all sparclite targets, regardless of object format.
10134
10135 1998-12-15 Mark Salter <msalter@cygnus.com>
10136
10137 * configure.in: Added target-bsp for several target architectures.
10138
10139 * Makefile.in: Added rules for bsp.
10140
10141 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10142
10143 * config.guess: Improve detection of hppa2.0 processors.
10144
10145 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10146
10147 * config.guess: Recognize FreeBSD using ELF automatically.
10148
10149 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10150
10151 * configure (skip-this-dir): Add handling for new shell script, which
10152 might be created by a sub-directory's configure to indicate, this particular
10153 directory is "unwanted".
10154 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10155
10156 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10157
10158 * ltconfig: import from libtool, after changing libtool to
10159 account for the cygwin name change.
10160
10161 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10162
10163 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10164 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10165
10166 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10167
10168 * configure.in: Add libtermcap to list of cygwin dependencies.
10169
10170 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10171
10172 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10173 they include winsup/include when it's a cygwin target.
10174
10175 1998-11-12 Tom Tromey <tromey@cygnus.com>
10176
10177 * configure.in (host_tools): Added zip.
10178 * Makefile.in (all-target-libjava): Depend on all-zip.
10179 (all-zip): New target.
10180 (ALL_MODULES): Added all-zip.
10181 (NATIVE_CHECK_MODULES): Added check-zip.
10182 (INSTALL_MODULES): Added install-zip.
10183 (CLEAN_MODULES): Added clean-zip.
10184
10185 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10186
10187 * Makefile.in: lose "32" from comment about cygwin.
10188
10189 1998-11-05 Nick Clifton <nickc@cygnus.com>
10190
10191 * configure.in: Use -Os to build target libraries for the fr30.
10192
10193 1998-11-04 Dave Brolley <brolley@cygnus.com>
10194
10195 * config.sub: Add fr30.
10196
10197 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10198
10199 * configure.in: drop "32" from config/mh-cygwin32. Check
10200 cygwin* instead of cygwin32*.
10201 * config.sub: Check cygwin* instead of cygwin32*.
10202
10203 1998-10-22 Robert Lipe <robertl@dgii.com>
10204
10205 * config.guess: Match any version of Unixware7.
10206
10207 1998-10-20 Syd Polk <spolk@cygnus.com>
10208
10209 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10210 if desired.
10211
10212 1998-10-18 Jeffrey A Law (law@cygnus.com)
10213
10214 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10215 these if the appropriate directories and files to not exist.
10216
10217 1998-10-14 Jeffrey A Law (law@cygnus.com)
10218
10219 * Makefile.in (DEVO_SUPPORT): Add config.if.
10220
10221 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10222
10223 * configure: Add pattern to replace "build_tooldir"'s
10224 definition in the generated Makefile with "tooldir"'s
10225 actual value.
10226
10227 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10228
10229 * config.sub: Bring back lost sparcv9.
10230
10231 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10232
10233 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10234
10235 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10236 CC_FOR_TARGET and friends.
10237
10238 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10239
10240 * Makefile.in (build_tooldir): New variable, same as tooldir.
10241 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10242 -B$(build_tooldir)/bin/.
10243 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10244
10245 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10246
10247 * config.sub: Add support for i[34567]86-pc-udk.
10248 * configure.in: Likewise.
10249
10250 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10251
10252 * Makefile.in: add bzip2 package building bits for user
10253 tools module
10254 * configure.in: ditto
10255
10256 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10257
10258 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10259 (ALL_TARGET_MODULES): Add all-target-libobjc.
10260 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10261 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10262 (all-target-libchill): Add dependencies.
10263 * configure.in (target_libs): Add libchill.
10264
10265 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10266
10267 * configure.in (target_subdir): Remove duplicate line.
10268
10269 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10270
10271 * Makefile.in (all-automake): fix dependencies.
10272
10273 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10274
10275 * configure.in: Minor cleanups for building in the $(target_alias)
10276 subdir.
10277
10278 1998-09-22 Jim Wilson <wilson@cygnus.com>
10279
10280 * Makefile.in (bootstrap): Set r and s before make all. Use
10281 BASE_FLAGS_TO_PASS in make all.
10282 (cross): Likewise.
10283
10284 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10285
10286 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10287
10288 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10289
10290 * config.sub: Fix typo in last change.
10291
10292 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10293
10294 * config.sub: Add support for C4x target.
10295 * configure.in: Likewise.
10296
10297 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10298
10299 * config.sub: Recognize sparcv9 just like sparc64.
10300
10301 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10302
10303 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10304
10305 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10306
10307 * config.guess: Correctly identify Pentium II sco boxes.
10308
10309 * config.guess: Fix "tr" code. From Weiwen Liu.
10310
10311 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10312
10313 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10314 stabs.
10315
10316 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10317
10318 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10319 (ALL_TARGET_MODULES): Add all-target-libchill.
10320 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10321 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10322 (all-target-libchill): Add dependencies.
10323 * configure.in (target_libs): Add libchill.
10324
10325 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10326
10327 * config.guess: Avoid assumptions about "tr" behaves when
10328 LANG is set to something other than English.
10329
10330 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10331
10332 * configure (gxx_include_dir): Changed to
10333 '${prefix}/include/g++'-${libstdcxx_interface}.
10334
10335 * config.if: New to determine the interfaces.
10336
10337 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10338
10339 * config.guess: Detect and handle MPE/IX.
10340 * config.sub: Deal with MPE/IX.
10341
10342 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10343
10344 * configure.in: Use mh-aix43.
10345
10346 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10347
10348 * configure: Fix --without/--disable cases for gxx-include-dir.
10349
10350 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10351
10352 * mdata-sh: Imported. Needed for automake support.
10353
10354 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10355
10356 * Makefile.in (taz): Try "chmod -R og=u ." before
10357 "chmod og=u `find . -print`".
10358
10359 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10360
10361 * configure.in: Add arm-elf and thumb-elf support.
10362
10363 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10364
10365 * Makefile.in: Undo previous patch.
10366
10367 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10368
10369 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10370 to here ...
10371 (install-no-fixedincludes): and here
10372 (INSTALL_MODULES): ... from here.
10373
10374 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10375
10376 * config.sub: Merge with FSF.
10377
10378 * config.guess: Merge with FSF.
10379
10380 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10381
10382 * configure (extraconfigdirs): New variable.
10383 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10384 * Makefile.in (all): Move higher in file.
10385 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10386 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10387 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10388 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10389 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10390
10391 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10392
10393 * Makefile.in (all-target-libjava): Depend on all-gcc and
10394 all-target-newlib.
10395 (configure-target-libjava): Depend on $(ALL_GCC).
10396
10397 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10398
10399 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10400 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10401
10402 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10403
10404 * ylwrap: Change absolute path checks to check for DOS style path
10405 names.
10406
10407 * ylwrap: Don't use a full path name if the source file is in the
10408 same directory. From hjl@lucon.org (H.J. Lu).
10409
10410 * config-ml.in: Default to being verbose, to match Feb 18 change to
10411 configure.
10412
10413 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10414
10415 Brought over from egcs:
10416
10417 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10418
10419 * configure.in (target_subdir): Set to ${target_alias} instead
10420 of "libraries".
10421
10422 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10423
10424 * configure.in (target_subdir): Set to libraries if enable_multilib.
10425
10426 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10427
10428 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10429 multilibs, force reconfiguration the first time we create
10430 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10431
10432 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10433
10434 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10435 avoid confusion with --no-recursion.
10436
10437 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10438
10439 * configure.in: Win32 hosts shouldn't use install -x
10440 * install-sh: remove -x option, and special .exe-handling
10441 hack.
10442
10443 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10444
10445 * config.guess: Recognize i586-pc-beos.
10446 * configure.in: Don't build some bits for beos.
10447
10448 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10449
10450 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10451 CFLAGS default to -O2.
10452
10453 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10454 when using GNU ld.
10455
10456 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10457
10458 * ltmain.sh: Correct install when using a different shell.
10459
10460 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10461
10462 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10463
10464 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10465
10466 * makefile.vms: Update to build binutils/makefile.vms. Add install
10467 target.
10468
10469 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10470
10471 * ltconfig: Update to correct AIX handling.
10472
10473 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10474
10475 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10476
10477 * configure.in (target_subdir): Set to ${target_alias} instead
10478 of "libraries".
10479
10480 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10481
10482 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10483 (Makefile): Depend on $(gcc_version_trigger).
10484
10485 * configure (gcc_version): Change default initializer to empty
10486 string.
10487 (gcc_version_trigger): New variable; pass this variable down
10488 to subdir configures to enable them checking gcc's version
10489 themselves. Emit make macros for both gcc_version vars.
10490 (topsrcdir): Initialize reliably.
10491 (recursion line): Remove --with-gcc-version=${gcc_version}.
10492
10493 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10494
10495 * configure (enable_version_specific_runtime_libs): Implement new flag
10496 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10497 in $(libsubdir); emit definition in each generated Makefile.
10498 (gxx_include_dir): Initialize depending on
10499 $enable_version_specific_runtime_libs.
10500
10501 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10502
10503 * configure (gcc_version): Initialize properly depending on
10504 how and where configure is started.
10505 (recursion line): Pass a --with-gcc-version=${gcc_version}
10506 to configures in subdirs.
10507
10508 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10509
10510 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10511 cygmon
10512
10513 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10514
10515 * configure.in: Add cygmon and libstub support for mn10200.
10516
10517 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10518
10519 * configure (gcc_version): Add new variable describing the
10520 particular gcc version we're building.
10521 * Makefile.in (libsubdir): Add new macro for the directory
10522 in which the compiler finds executables, libraries, etc.
10523 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10524 and libsubdir.
10525
10526 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10527
10528 * Makefile.in (local-clean): Remove *.log.
10529 (warning.log): Built with warn_summary from build.log.
10530 (mail-report.log): Run test_summary.
10531 (mail-report-with-warnings.log): Run test_summary including
10532 warning.log in the report.
10533
10534 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10535
10536 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10537
10538 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10539
10540 * Makefile.in (grep): Grep no longer depends on libiberty.
10541
10542 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10543
10544 * Makefile.in: all-snavigator needs all-libgui.
10545
10546 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10547
10548 * configure.in: Add cygmon and libstub support for mn10300.
10549
10550 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10551
10552 * missing: Update to version from automake 1.3.
10553
10554 * ltmain.sh: On installation, don't get confused if the same name
10555 appears more than once in the list of library names.
10556
10557 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10558
10559 * config.sub: Accept m68060 and m5200 as CPU names.
10560
10561 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10562
10563 * configure: Use && rather than using -a in test, because odd
10564 strings can confuse test.
10565 * configure.in: Likewise.
10566
10567 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10568
10569 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10570
10571 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10572
10573 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10574 bootstrap4-lean): New targets.
10575
10576 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10577
10578 * mpw-* Delete. Not used.
10579
10580 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10581
10582 * COPYING.LIB: Update FSF address.
10583
10584 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10585
10586 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10587
10588 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10589 GAS_SUPPORT_DIRS.
10590
10591 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10592
10593 * ltconfig, ltmain.sh: Avoid producing a version number if
10594 -version-info was not used.
10595
10596 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10599 building with newlib.
10600
10601 1998-04-30 Paul Eggert <eggert@twinsun.com>
10602
10603 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10604 Solaris `make' causes it to continue to next definition.
10605
10606 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10607
10608 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10609 the right GUI libraries and files are installed along with GDB.
10610
10611 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10612
10613 * configure.in: Change alpha to alpha* in several places.
10614
10615 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10616
10617 * config.sub: Recognize sparc86x.
10618
10619 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10620
10621 * configure.in (--enable-target-optspace): Remove debug echo.
10622
10623 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10624
10625 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10626
10627 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10628
10629 * ltconfig: Update cygwin32 support.
10630
10631 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10632 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10633 (GDB_SUPPORT_DIRS): Likewise.
10634
10635 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10636
10637 * configure.in (target_makefile_frag): If --enable-target-optspace,
10638 use -Os to compile target libraries rather than -O2. Default to
10639 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10640 not used.
10641 * configure.in (target_cflags): Ditto for d30v.
10642
10643 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10644
10645 * Makefile.in (all-bfd): Depend on all-intl.
10646 (all-binutils): Likewise.
10647 (all-gas): Likewise.
10648 (all-gprof): Likewise.
10649 (all-ld): Likewise.
10650
10651 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10652
10653 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10654
10655 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * Makefile.in (all-bfd): Depend upon all-libiberty.
10658
10659 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10660
10661 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10662
10663 * Makefile.in: Add libstub.
10664
10665 * configure.in: Ditto. Build libstub for targets that have cygmon
10666 support.
10667
10668 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10669
10670 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10671
10672 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10673
10674 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10675 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10676
10677 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10678
10679 * configure: Define DEFAULT_M4 by searching PATH.
10680 * Makfile.in: Use DEFAULT_M4.
10681
10682 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10683
10684 * ltconfig: Add cygwin32 support.
10685
10686 * Makefile.in, configure.in: Add libtool as a native only directory
10687 to configure and build.
10688
10689 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10690
10691 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10692
10693 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10694
10695 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10696
10697 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10698
10699 * Makefile.in: add ash make rules
10700 * configure.in: add ash to native_only and host_tools lists
10701
10702 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10703
10704 * Makefile.in (all-gettext, all-intl): New targets.
10705 (ALL_MODULES): Added all-gettext, all-intl.
10706 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10707 (INSTALL_MODULES): Added install-gettext, install-intl.
10708 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10709
10710 * configure.in (host_tools): Added gettext.
10711 (native_only): Likewise.
10712 (noconfigdirs) [various cases]: Likewise.
10713 (host_libs): Added intl.
10714
10715 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10716
10717 * configure: Do not disable building gdbtk for cygwin32 hosts.
10718
10719 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10720
10721 * configure.in: Add thumb-coff target.
10722 * config.sub: Add thumb-coff target.
10723
10724 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10725
10726 * Makefile.in: Revert yesterday's change.
10727 (all-target-winsup): all-target-librx stays out of here.
10728
10729 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10730
10731 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10732 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10733 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10734 Remove references to librx and libg++.
10735
10736 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10737
10738 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10739 recursive makes
10740
10741 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10742
10743 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10744 for newlib directory.
10745 (CXX_FOR_TARGET): Likewise.
10746
10747 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10748
10749 * ltconfig: Update after libtool/ltconfig.in change for
10750 hpux11.
10751
10752 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10753
10754 * ltconfig, ltmain.sh: Update to libtool 1.2.
10755
10756 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10757
10758 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10759 (install-gcc-cross): Instead, override LANGUAGES here.
10760
10761 1998-03-18 Dave Love <d.love@dl.ac.uk>
10762
10763 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10764 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10765
10766 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10767
10768 * configure.in: Add Thumb-pe target.
10769
10770 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10771
10772 * Makefile.in - changed sn targets to snavigator
10773 * configure.in - changed sn targets to snavigator
10774
10775 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10776
10777 * config-ml.in: After building symlink tree call make distclean
10778 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10779 to be the case for libiberty.
10780
10781 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10782
10783 * configure: When making link, also check the current
10784 directory. The configure scripts may create one.
10785
10786 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10787
10788 * config.sub: Accept alphapca56 and alphaev6 properly.
10789
10790 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10791
10792 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10793
10794 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10795
10796 * config.sub (sco5): Fix typo.
10797
10798 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10799
10800 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10801 install-itcl.
10802 (install-itcl): Remove dependency on install-tcl.
10803
10804 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10805
10806 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10807
10808 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10809
10810 * configure.in: Don't build libgui for a cygwin32 target when not on
10811 a cygwin32 host.
10812
10813 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10814
10815 * configure (redirect): Set to null, so default behavior of
10816 configure is now --verbose.
10817
10818 1998-02-16 Dave Love <d.love@dl.ac.uk>
10819
10820 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10821 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10822
10823 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10824
10825 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10826 this change to sync Makefile.in with its ChangeLog entries.
10827
10828 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10829
10830 * ltmain.sh (mkdir): Check that the directory doesn't exist
10831 before we exit with error, so that we don't get races during
10832 parallel builds.
10833
10834 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10835
10836 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10837
10838 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10839
10840 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10841 PICFLAG_FOR_TARGET.
10842 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10843
10844 * configure: Emit a definition for the new macro enable_shared
10845 into each Makefile.
10846
10847 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10848
10849 * configure.in (host_tools, native_only): Add libtool.
10850
10851 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10852
10853 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10854 Fix typo in ming config comment.
10855
10856 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10857
10858 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10859
10860 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10861
10862 * config.sub: Add tic30 cases, and map c30 to tic30.
10863
10864 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10865
10866 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10867 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10868 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10869 (CLEAN_TARGET_MODULES): Similarly
10870 (all-target-libf2c): Add dependences.
10871 * configure.in (target_libs): Add libf2c.
10872
10873 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10874
10875 * configure.in: Remove expect from noconfigdirs when target
10876 is cygwin32. OK to build expect and dejagnu with Canadian
10877 Cross.
10878
10879 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10880
10881 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10882 host.
10883
10884 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10885 and mingw32.
10886
10887 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10888
10889 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10890 here as it is not defined in the toplevel Makefile.
10891
10892 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10893
10894 * configure (package_makefile_rules_frag): New variable, which names
10895 a file with generic rules, ...
10896 Change comment to mention we now have FIVE parts.
10897 * configure: Undo last change.
10898
10899 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10900
10901 * config.guess: More accurate determination of HP processor types.
10902 * config.sub: More accurate determination of HP processor types.
10903
10904 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10905
10906 * configure (package_makefile_frag): Move inserting the
10907 ${package_makefile_frag} to where it should be according
10908 to the comment.
10909
10910 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10911
10912 * config.guess: Add support for Linux/ARM.
10913
10914 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10915
10916 * .cvsignore: Remove *-info and *-install since they match
10917 release-info and mpw-install, which we don't want to just ignore.
10918
10919 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10920
10921 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10922
10923 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10924
10925 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10926 local_prefix to sub-make invocations.
10927
10928 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10929
10930 * configure.in: Check makefile fragments in the source
10931 directory.
10932
10933 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10934
10935 * configure.in: Check whether host and target makefile
10936 fragments exist before adding them to *_makefile_frag.
10937
10938 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10939
10940 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10941
10942 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10943
10944 * configure.in: Make sure we only replace RPATH_ENVVAR on
10945 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10946 regexp to sed.
10947
10948 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10949 to sub-makes.
10950
10951 1998-01-13 Lee Iverson (leei@ai.sri.com)
10952
10953 * config-ml.in (multi-do): LDFLAGS must include multilib
10954 designator.
10955
10956 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10957
10958 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10959
10960 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10961
10962 * config.sub: Add mingw32 support.
10963 * configure.in: Likewise.
10964
10965 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10966
10967 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10968
10969 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10970
10971 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10972 * configure (gxx_include_dir): Provide a definition for subdirs
10973 which do not use autoconf.
10974
10975 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10976
10977 * config.guess: Sync with egcs. Picks up new alpha support,
10978 BeOS & some additional linux support.
10979
10980 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10981
10982 * config.guess: HP 9000/803 is a PA1.1 machine.
10983
10984 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10985
10986 * configure.in: It's alpha*-...
10987
10988 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10989
10990 * configure.in (host_makefile_frag, target_makefile_frag):
10991 Handle multiple config files.
10992 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10993 alpha-*-*.
10994
10995 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10996
10997 * mkdep: New file.
10998
10999 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11000
11001 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11002
11003 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11004
11005 * Makefile.in: Add libgui directory.
11006 (GDB_TK): Add all-libgui.
11007 * configure.in: Add libgui directory.
11008 * configure: Add all-libgui to GDB_TK.
11009
11010 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11011
11012 * config-ml.in (multidirs): Add m32r to multilib list.
11013
11014 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11015
11016 * Makefile.in (all-target-gperf): Change dependency to
11017 all-target-libstdc++.
11018
11019 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11020
11021 * config.guess: Add BeOS support.
11022
11023 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11024
11025 Source directory cvs renamed to cvssrc:
11026 * configure.in (host_tools): Change cvs to cvssrc.
11027 (native_only): Likewise.
11028 (noconfigdirs) [various cases]: Likewise.
11029 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11030 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11031 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11032 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11033 (all-cvssrc): Rename target from all-cvs.
11034
11035 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11036
11037 * configure (gxx_include_dir): Fix thinko.
11038
11039 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11040
11041 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11042 (install-cross, install-gcc-cross): New targets.
11043
11044 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11045
11046 * configure.in (noconfigdirs): Add support for Thumb target.
11047
11048 * config.sub (maybe_os): Add support for Thumb target.
11049
11050 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11051
11052 * Makefile.in: Add rules for cygmon.
11053
11054 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11055
11056 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11057
11058 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11059 * configure (gxx_include_dir): Provide a definition for subdirs
11060 which do not use autoconf.
11061
11062 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11063
11064 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11065 11/18/97 build
11066
11067 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11068
11069 * From Franz Sirl.
11070 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11071 found on RedHat Linux systems.
11072
11073 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11074
11075 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11076 guesses.
11077
11078 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11079
11080 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11081
11082 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11083
11084 * ltmain.sh: If mkdir fails, check whether the directory was created
11085 anyhow by some other process.
11086
11087 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11088
11089 * configure.in (d30v-*-*): Configure all directories.
11090
11091 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11092
11093 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11094 for the D30V.
11095
11096 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11097
11098 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11099
11100 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11101
11102 * include/libiberty.h: Add extern "C" { so it can be used with C++
11103 progrms.
11104 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11105 programs.
11106
11107 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11108
11109 * configure.in (d30v-*-*): Configure GCC now.
11110
11111 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11112
11113 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11114 is no longer needed.
11115
11116 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11117
11118 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11119
11120 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11121
11122 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11123 targets using "$@" to provide support for similar but not identical
11124 targets without having to duplicate code.
11125
11126 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11127
11128 * makefile.vms: Fix to work with DEC C.
11129
11130 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11131
11132 * config.sub: Add mips-tx39-elf to marketing names.
11133
11134 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11135
11136 * ltmain.sh: Handle symlinks in generated script.
11137
11138 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11139
11140 * configure: Handle autoconf style directory options: --bindir,
11141 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11142 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11143 --sysconfdir.
11144 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11145 (sharedstatedir, localstatedir, oldincludedir): New variables.
11146 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11147 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11148 sbindir, sharedstatedir, and sysconfdir.
11149
11150 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11151
11152 * Makefile.in (bootstrap-lean): New target.
11153
11154 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11155
11156 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11157 sn, and gnuserv from noconfigdirs.
11158
11159 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11160
11161 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11162
11163 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11164
11165 * Makefile.in (cross): New target.
11166
11167 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11168 Jeff Law <law@cygnus.com>
11169
11170 * Makefile.in (bootstrap2, bootstrap3): New targets.
11171 (all-bootstrap): Remove outdated and confusing target.
11172 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11173
11174 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11175
11176 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11177 windows. Consistent with gdb/configure.
11178
11179 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11180
11181 * configure.in: Name Linux target fragment.
11182
11183 * configure: Rewrite so that project Makefile fragment is inserted
11184 first and appears last in the resulting Makefile.
11185
11186 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11187
11188 * Makefile.in (install-itcl): Install tcl first.
11189
11190 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11191
11192 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11193
11194 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11195
11196 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11197
11198 * configure.in (skipdirs): Add target-librx for Linux.
11199 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11200
11201 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11202
11203 * Makefile.in (bootstrap): New target.
11204
11205 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11206
11207 * config.sub: Accept 'amigados' for backward compatability.
11208
11209 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11210
11211 * config.guess: Merge with FSF.
11212
11213 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11214
11215 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11216
11217 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11218
11219 * config.sub: Add "marketing-names" patch.
11220
11221 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11222
11223 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11224
11225 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11226
11227 * config.sub: Handle v850-elf.
11228
11229 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11230
11231 * .cvsignore (*-install): Remove.
11232
11233 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11234
11235 * ltconfig: Set CONFIG_SHELL in libtool.
11236 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11237
11238 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11239
11240 * configure.in (target_subdir): Set to libraries if enable_multilib.
11241
11242 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11243
11244 * config.guess: Update from gcc directory.
11245
11246 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11247
11248 * Makefile.in (all-sim): Depends on all-readline.
11249
11250 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11251
11252 * Makefile.in (BISON, YACC): Use $$s.
11253 (all-bison): Depend on all-texinfo.
11254
11255 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11256
11257 * Makefile.in (BISON): Add -L flag.
11258 (YACC): Likewise.
11259
11260 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11261
11262 * configure.in (noconfigdirs): Add support for v850e target.
11263
11264 * config.sub (maybe_os): Add support for v850e target.
11265
11266 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11267
11268 * configure.in (noconfigdirs): Add support for v850ea target.
11269
11270 * config.sub (maybe_os): Add support for v850ea target.
11271
11272 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11273
11274 * config.sub: Add mipstx39. Delete r3900.
11275
11276 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11277
11278 * Makefile.in (all-autoconf): Depends on all-texinfo.
11279
11280 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11281
11282 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11283 eabi targets.
11284
11285 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11286
11287 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11288
11289 * configure: When handling a Canadian Cross, handle YACC as well as
11290 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11291 * Makefile.in (all-bison): Depend upon all-texinfo.
11292
11293 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11294
11295 * Makefile.in (BISON): bison, not byacc or bison -y.
11296 (YACC): bison -y or byacc or yacc.
11297 (various): Add *-bison as appropriate.
11298 (taz): No need to mess with BISON anymore.
11299
11300 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11301
11302 * configure: If OSTYPE matches *win32*, try to find a good value for
11303 CONFIG_SHELL.
11304
11305 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11308 configure.in if it is present.
11309
11310 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11311
11312 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11313
11314 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11315
11316 * config.sub: Recognize `arc' cpu.
11317 * configure.in: Likewise.
11318 * config-ml.in: Likewise.
11319
11320 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11321
11322 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11323
11324 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11325
11326 * configure: Changed sed delimiter from ':' to '|' when
11327 attempting to substitute ${config_shell} for SHELL. On
11328 NT ${config_shell} may contain a ':' in it.
11329
11330 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11331
11332 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11333
11334 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11335
11336 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11337
11338 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11339
11340 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11341
11342 * ylwrap: If the program is a relative path, force it to be
11343 absolute.
11344
11345 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11346
11347 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11348
11349 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11350
11351 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11352 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11353 for libraries.
11354
11355 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11356
11357 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11358 separated by spaces.
11359
11360 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11361
11362 * ylwrap: New file.
11363 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11364
11365 * ltmain.sh: Handle /bin/sh at start of install program.
11366
11367 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11368
11369 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11370 * missing: New file, from automake 1.2.
11371
11372 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11373
11374 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11375 check-tk to CHECK_X11_MODULES.
11376
11377 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11378
11379 * config.sub: Merge with FSF.
11380
11381 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11382
11383 * config.guess: Merge with FSF.
11384
11385 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11386
11387 * configure: Treat msdosdjgpp like go32.
11388 * configure.in: Likewise. Don't remove gprof for go32.
11389
11390 * configure: Change Makefile.tem2 to Makefile.tm2.
11391
11392 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11393
11394 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11395
11396 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11397
11398 * install-sh (chmodcmd): Set to null if the DST directory already
11399 exists. Same as Nov 11th change.
11400
11401 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11402
11403 * configure (GDB_TK): Needs itcl and tix.
11404
11405 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11406
11407 * config.guess: Update from FSF.
11408
11409 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11410
11411 * Makefile.in (GDB_TK): Depend on itcl and tix.
11412
11413 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11414
11415 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11416 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11417 (INSTALL_SCRIPT): New variable.
11418 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11419 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11420 to -x.
11421 * install-sh: Add support for -x option.
11422
11423 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11424
11425 * configure.in, Makefile.in: Treat tix like itcl.
11426
11427 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11428
11429 * Makefile.in (WINDRES): New variable.
11430 (WINDRES_FOR_TARGET): New variable.
11431 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11432 (EXTRA_HOST_FLAGS): Add WINDRES.
11433 (EXTRA_TARGET_FLAGS): Add WINDRES.
11434 (EXTRA_GCC_FLAGS): Add WINDRES.
11435 ($(DO_X)): Pass down WINDRES.
11436 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11437 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11438 DLLTOOL_FOR_TARGET.
11439
11440 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11441
11442 * configure.in: configure sim before gdb for win32-x-ppc
11443
11444 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11445
11446 Move gperf into the toplevel, from libg++.
11447 * configure.in (target_tools): Add target-gperf.
11448 (native_only): Add target-gperf.
11449 * Makefile.in (all-target-gperf): New target, depend on
11450 all-target-libg++.
11451 (configure-target-gperf): Empty rule.
11452 (ALL_TARGET_MODULES): Add all-target-gperf.
11453 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11454 (CHECK_TARGET_MODULES): Add check-target-gperf.
11455 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11456 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11457
11458 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11459
11460 * config.sub (mn10200): Recognize new basic machine.
11461
11462 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11463
11464 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11465 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11466
11467 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11468
11469 * configure.in: If we're building mips-sgi-irix6* native, turn on
11470 ENABLE_MULTILIB and set TARGET_SUBDIR.
11471
11472 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11473
11474 * Makefile.in (all-sn): Depend on all-grep.
11475
11476 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11479
11480 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11481 Makefile. From Jeff Makey <jeff@cts.com>.
11482 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11483
11484 * Makefile.in (DISTBISONFILES): Remove.
11485 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11486 $(DEFAULT_YACC).
11487
11488 * configure.in: Build itl, db, sn, etc., when building for native
11489 cygwin32.
11490
11491 * Makefile.in (LD): New variable.
11492 (EXTRA_HOST_FLAGS): Pass down LD.
11493 ($(DO_X)): Likewise.
11494
11495 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11496
11497 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11498
11499 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11500
11501 * configure.in (targargs): Strip out any supplied --build argument
11502 before adding our own. Always add --build.
11503
11504 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11505
11506 * configure.in (targargs): Pass --build if we're doing
11507 a cross-compile.
11508
11509 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11510
11511 * configure: Use '|' instead of ":" as the separator in
11512 sed. Otherwise sed chokes on NT path names with drive
11513 designators. Also look for "?:*" as the leading characters in an
11514 absolute pathname.
11515
11516 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11517
11518 * config.sub: Support for r3900.
11519
11520 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * configure.in: Use install-sh, not install.sh.
11523
11524 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11525
11526 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11527 apply it twice.
11528
11529 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11530
11531 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11532 install-binutils.
11533
11534 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11535
11536 * Makefile.in: Add automake targets.
11537 * configure.in (host_tools): Add automake.
11538
11539 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11540
11541 * configure: Default CXX to c++, not gcc.
11542 * Makefile.in (CXX): Set to c++, not gcc.
11543 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11544
11545 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11546
11547 * install-sh: try appending a .exe if source file doesn't
11548 exist
11549
11550 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11551
11552 * configure.in: Turn on multilib by default.
11553 (cross_only): Remove target-libiberty.
11554
11555 * Makefile.in (all-gcc): Don't depend on libiberty.
11556
11557 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11558
11559 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11560
11561 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11562
11563 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11564 (DISTBISONFILES): Add ld/Makefile.in
11565
11566 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11567
11568 * configure.in: if target is cygwin32 but host isn't cygwin32,
11569 don't configure gdb tcl tk expect, not just gdb.
11570
11571 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11572
11573 * configure.in: Added gnuserv everywhere sn appears.
11574
11575 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11576 (CROSS_CHECK_MODULES): Added check-gnuserv.
11577 (INSTALL_MODULES): Added install-gnuserv.
11578 (CLEAN_MODULES): Added clean-gnuserv.
11579 (all-gnuserv): New target.
11580
11581 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11582
11583 * config.guess: Fixes for MIPS OpenBSD systems.
11584
11585 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11586
11587 * Makefile.in (INSTALL_XFORM): Remove.
11588 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11589
11590 * mkinstalldirs: New file, copied from automake.
11591 * Makefile.in (installdirs): Rename from install-dirs. Use
11592 mkinstalldirs. Change all users.
11593 (DEVO_SUPPORT): Add mkinstalldirs.
11594
11595 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11596
11597 * install-sh: Rename from install.sh.
11598 * Makefile.in (INSTALL): Change install.sh to install-sh.
11599 (DEVO_SUPPORT): Likewise.
11600
11601 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11602 Graichen <graichen@rzpd.de>.
11603
11604 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11605
11606 * config.guess: Recognize OpenBSD systems correctly.
11607
11608 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11609
11610 * README, Makefile.in (ETC_SUPPORT): Remove references to
11611 cfg-paper*, configure.{texi,man,info*}._
11612
11613 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11614
11615 * Makefile.in (all.normal): Ensure that gcc is built after all
11616 the x11 - ie gdb - targets.
11617
11618 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11619
11620 * makefile.vms: Don't run conf-a-gas.
11621
11622 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11623
11624 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11625
11626 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11627
11628 * configure.in: Remove noconfigdirs case since gdb also
11629 configures and builds for tic80-coff.
11630
11631 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11632
11633 * configure: Set cache_file to config.cache.
11634 * Makefile.in (local-distclean): Remove config.cache.
11635
11636 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11637
11638 * COPYING: Update FSF address.
11639
11640 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11641
11642 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11643 noconfigdirs.
11644
11645 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11646
11647 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11648 MAKEDIRS, is empty.
11649
11650 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11651
11652 * config.sub: Tweak mn10300 entry.
11653
11654 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11655
11656 * configure.in (host_tools): Put sim before gdb, so gdb's
11657 configure.tgt can determine if the simulator was configured.
11658
11659 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11660
11661 * config.sub: Move BeOS $os case to be with other Cygnus
11662 local cases.
11663
11664 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11665
11666 * config.sub: Remove misplaced comment that broke Linux.
11667
11668 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11669
11670 * config.sub: Add BeOS support.
11671
11672 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11673
11674 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11675
11676 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11677
11678 * configure.in (noconfigdirs): Remove tcl and tk from
11679 noconfigdirs for cygwin32 builds.
11680
11681 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11682
11683 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11684
11685 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11686
11687 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11688 make-all.com, use makefile.vms instead.
11689
11690 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11691
11692 * config.sub: Accept -lnews*.
11693
11694 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11695
11696 * configure.in (noconfigdirs): Disable target-newlib,
11697 target-examples and target-libiberty for d30v.
11698
11699 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11700
11701 * configure.in (noconfigdirs): Enable ld for d30v.
11702
11703 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11704
11705 * configure.in (tic80-*-*): Build compiler.
11706
11707 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11708
11709 * configure.in (d30v-*): Remove sim directory from list of
11710 unsupported d30v directories
11711
11712 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11713
11714 * config.sub, configure.in: Add d30v target cpu.
11715
11716 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11717
11718 * makefile.vms: New file.
11719 * make-all.com: Remove.
11720
11721 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11722
11723 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11724
11725 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11726
11727 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11728
11729 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11730
11731 * Makefile.in (ALL_MODULES): Added all-db.
11732 (CROSS_CHECK_MODULES): Addec check-db.
11733 (INSTALL_MODULES): Added install-db.
11734 (CLEAN_MODULES): Added clean-db.
11735
11736 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11737
11738 * config.guess: Merge with latest FSF sources.
11739
11740 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11741
11742 * Makefile.in (ALL_MODULES): Added all-itcl.
11743 (CROSS_CHECK_MODULES): Added check-itcl.
11744 (INSTALL_MODULES): Added install-itcl.
11745 (CLEAN_MODULES): Added clean-itcl.
11746
11747 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11748
11749 * configure.in: build gdb for mn10200
11750
11751 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11752
11753 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11754
11755 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11756
11757 * configure.in (tic80-*-*): Turn off most targets right now.
11758
11759 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11760
11761 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11762 rather than the makeinfo program.
11763 (do-info): Depend upon all-texinfo.
11764
11765 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11766
11767 * configure.in: Remove uses of config/mh-linux.
11768
11769 * config.sub, config.guess: Merge with latest FSF sources.
11770
11771 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11772
11773 * config.sub (case $basic_machine): Add tic80 entries.
11774
11775 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11776
11777 * config.sub, config.guess: Merge with latest FSF sources.
11778
11779 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11780
11781 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11782 * mpw-config.in: Test for NewFolderRecursive.
11783 * mpw-install: Use symbolic name for startup filename.
11784 * mpw-README: Add various additional details.
11785
11786 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11787
11788 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11789
11790 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11791
11792 * configure.in: Do build gcc and the target libraries for
11793 the mn10200.
11794
11795 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11796
11797 * configure.in: don't avoid building gdb for mn10300 any more
11798 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11799 instead of single-quoting it.
11800
11801 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11802
11803 * configure.in: Don't use --with-stabs on IRIX 6.
11804
11805 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11806
11807 * configure.in (m32r): Build gdb, libg++ now.
11808
11809 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11810
11811 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11812 directories from noconfigdirs.
11813
11814 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11815
11816 * config.sub (basic_machine): added mips16 configuration
11817
11818 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11819
11820 * config.sub: Handle d10v-unknown.
11821
11822 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11823
11824 * config.sub: Handle v850-unknown.
11825
11826 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11827
11828 * Makefile.in: add findutils
11829 * configure.in: add findutils to list of host_tools
11830
11831 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11832
11833 * config.sub: Handle mn10200 and mn10300.
11834
11835 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11836
11837 * configure.in (d10v-*): Do not build librx.
11838
11839 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11840
11841 * configure.in (mn10300): Build everything except gdb & libgloss.
11842
11843 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11844
11845 * config.guess: Patch for Dansk Data Elektronik servers,
11846 from Niels Skou Olsen <nso@dde.dk>.
11847
11848 For ncr, use /bin/uname rather than uname, since GNU uname does not
11849 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11850
11851 Patch for MIPS R4000 running System V,
11852 from Eric S. Raymond <esr@snark.thyrsus.com>.
11853
11854 Fix thinko for nextstep.
11855
11856 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11857
11858 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11859 * config.guess: Guess mips-dec-mach_bsd4.3.
11860
11861 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11862 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11863 release numbers.
11864 * config.guess (mips-mips-riscos*): Emit just enough of the
11865 release number.
11866
11867 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11868 * config.guess (sparc-auspex-sunos*): Added.
11869 (f300-fujitsu-*): Added.
11870
11871 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11872 * config.guess: Recognize a Tadpole as a sparc.
11873
11874 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11875
11876 * config.guess: Don't assume that NextStep version is either 2 or
11877 3. NextStep 4 (aka OpenStep 4) has come out now.
11878
11879 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11880
11881 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11882 From Rik Faith <faith@cs.unc.edu>.
11883
11884 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11885
11886 * config.sub: Contributions from bug-gnu-utils to:
11887 Support plain "hppa" (no version given) architecture, reported by
11888 OpenStep.
11889 OpenBSD like NetBSD.
11890 LynxOs is not a hardware supplier.
11891
11892 * config.guess: Contributions from bug-gnu-utils to add support for:
11893 OpenBSD like NetBSD.
11894 Stratus systems.
11895 More Pyramid systems.
11896 i[n>4]86 Intel chips.
11897 M680[n>4]0 Motorola chips.
11898 Use unknown instead of lynx for hardware manufacturer.
11899
11900 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11901
11902 * install.sh (chmodcmd): Set to null if the DST directory already
11903 exists.
11904
11905 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11906
11907 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11908 not use mt-ppc target Makefile fragment any more.
11909
11910 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11911
11912 * configure.in (*-*-windows): Exclude everything but those dirs
11913 needed to build windows.
11914
11915 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11916
11917 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11918
11919 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11920
11921 * configure.in: Exclude mmalloc from i386-windows.
11922
11923 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11924
11925 * Undo my previous change.
11926
11927 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11928
11929 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11930 unconditionally.
11931 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11932
11933 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11934
11935 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11936 host to add it's own flags.
11937
11938 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11939
11940 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11941
11942 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11943
11944 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11945 (CXX_FOR_TARGET): Likewise.
11946 (GCC_FOR_TARGET): Define.
11947 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11948 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11949 CC_FOR_TARGET was specified on the command line.
11950 (MAKEOVERRIDES): Don't define.
11951
11952 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11953
11954 * configure.in (m32r): Fix spelling of libg++ libs.
11955
11956 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11957
11958 * config.sub (-apple*): Remove, now redundant.
11959
11960 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11961
11962 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11963
11964 * configure: Rework yesterday's sed script patch.
11965
11966 * config.sub: Merge with FSF.
11967
11968 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11969
11970 * config.guess: Merge from FSF.
11971
11972 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11973 * config.guess: Use pc instead of unknown, for pc clone systems.
11974 Change linux to linux-gnu.
11975
11976 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11977 * config.guess: Avoid non-portable tr syntax.
11978
11979 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11980
11981 * test-build.mk (HOLES): Add "xargs" for gdb.
11982
11983 * configure: Avoid hpux10.20 sed bug.
11984
11985 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11986
11987 * configure.in: Add support for windows host
11988 (that is a build done under the Microsoft build environment).
11989
11990 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11991
11992 * Makefile.in: Replace all uses of srcroot with s, to shrink
11993 command line lengths.
11994
11995 Patches from Geoffrey Noer <noer@cygnus.com>:
11996 * configure.in: If configuring for newlib, pass --with-newlib to
11997 subdirectories.
11998 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11999 -Bnewlib/ and -Lwinsup to gcc.
12000 (CXX_FOR_TARGET): Likewise.
12001
12002 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12003
12004 * Makefile.in (ETC_SUPPORT): Add configure.
12005
12006 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12007
12008 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12009 host configuration file.
12010
12011 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12012
12013 * configure.in: Break mn10x00 support into separate
12014 mn10200 and mn10300 configurations.
12015 * config.sub: Likewise.
12016
12017 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12018
12019 * configure.in: Add lots of stuff to noconfigdirs for
12020 the mn10x00 targets.
12021
12022 * config.sub, configure.in: Add mn10x00 support.
12023
12024 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12025
12026 * make-all.com: Call conf-a-gas, not config-a-gas.
12027
12028 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12029
12030 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12031 targets.
12032
12033 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12034
12035 * mpw-README: Add much more detail for native PowerMac.
12036 * mpw-install: New file.
12037 * mpw-configure: Add --norecursion and --help options.
12038 * mpw-config.in: Translate readme and install files when
12039 copying to objdir.
12040 * mpw-build.in: Don't always depend on byacc and flex.
12041 (install-only-top): New action.
12042
12043 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12044
12045 * configure.in: You can now configure GDB for the v850.
12046
12047 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12048
12049 * configure.in (noconfigdirs): Don't configure any C++ dirs
12050 if targeting D10V.
12051
12052 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12053
12054 * config.sub: Recognize mips64vr5000.
12055
12056 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12057
12058 * configure.in: Use a single line for host_tools and native_only.
12059
12060 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12061
12062 * config.sub, configure.in: Add entries for m32r.
12063
12064 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12065
12066 * Makefile.in (inet-install): Don't run install-gzip.
12067
12068 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12069
12070 * configure.in: Don't config lots of things for *-*-windows*.
12071
12072 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12073
12074 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12075 (host_libs, host_tools): Copy from configure.in.
12076 * mpw-configure: Don't complain about directories not found.
12077
12078 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12079
12080 * configure.in (i[345]86): Recognize i686 for pentium pro.
12081 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12082 file.
12083
12084 * config.guess (i[345]86): Ditto.
12085
12086 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12087
12088 * configure.in (noconfigdirs): Removed gdb for D10V.
12089
12090 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12091
12092 * configure.in: Remove ld, target-libio, target-libg++, and
12093 target-libstdc++ from noconfigdirs.
12094
12095 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12096
12097 * configure: Fix three locations where shell scripts were
12098 being run directly rather than with config_shell.
12099
12100 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12101
12102 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12103 * config.sub (basic_machine): Recognize v850.
12104
12105 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12106
12107 * mpw-configure: Handle multiple enable/disable options and
12108 pass them down recursively, handle -c and -s flags appropriately
12109 depending on choice of compiler, add escape mechanism for
12110 quoted arguments to gC.
12111
12112 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12113
12114 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12115 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12116 so that -mrelocatable-lib and -mno-eabi are used.
12117
12118 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12119 not support --print-multi-lib, don't abort.
12120
12121 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12122
12123 * make-all.com: Run config-a-gas.
12124 * setup.com: Don't copy subdirectory files around.
12125
12126 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12127
12128 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12129 target, it now compiles correctly.
12130
12131 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12132
12133 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12134
12135 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12136
12137 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12138
12139 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12140
12141 * configure.in (native_only): Add prms.
12142
12143 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12144
12145 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12146 (BINUTILS_SUPPORT_DIRS): Likewise.
12147
12148 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12149
12150 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12151 d10v support is added.
12152
12153 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12154
12155 * configure.in (d10v-*-*): New target.
12156
12157 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12158
12159 * config.guess (HP 9000/811): Recognize this as a PA1.1
12160 machine.
12161
12162 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12163
12164 * Makefile.in (do-tar-gz): New target, split out from tail end of
12165 taz target. Run each command separately, don't use pipes.
12166 (taz): Use it.
12167
12168 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12169
12170 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12171 * mpw-build.in: No builds should depend on building byacc or flex,
12172 they are assumed to be installed already.
12173
12174 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12175
12176 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12177 variable that CC_FOR_TARGET needs.
12178
12179 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12180
12181 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12182 options have changed since the last time the subdirectory was
12183 configured, and if it has, reconfigure.
12184 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12185 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12186
12187 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12188
12189 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12190 CLEAN_MODULES): Add bash.
12191 (all-bash): New target.
12192
12193 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12194
12195 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12196
12197 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12198
12199 * config.sub (basic_machine): Recognize d10v as a valid processor.
12200
12201 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12202
12203 * mpw-configure: Add support for --bindir.
12204 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12205
12206 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12207
12208 * configure.in: add bash, time, gawk to list of hosttools and things
12209 to only build for native toolchains
12210
12211 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12212
12213 * Makefile.in (docdir): Remove.
12214
12215 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12216
12217 * Makefile.in (datadir): Set to $(prefix)/share.
12218
12219 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12220
12221 * configure.in: build diff and patch for cygwin32-hosted
12222 toolchains.
12223
12224 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12225
12226 * config.sub: Accept -rtems*.
12227
12228 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12229
12230 * configure.in: enable dosrel for cygwin32-hosted builds,
12231 remove diff from the list of things not buildable
12232 via Canadian Cross
12233
12234 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12235
12236 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12237 don't get ". ".
12238
12239 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12240
12241 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12242
12243 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12244
12245 * Makefile.in (taz): Handle case where tex3patch didn't even get
12246 checked out. Also, if it was found, put the symlink in a new util
12247 subdirectory.
12248
12249 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12250
12251 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12252
12253 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12254
12255 * config.sub: Recognize -openvms.
12256 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12257 * make-all.com, setup.com: New files.
12258
12259 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12260
12261 * Makefile.in (taz): tex3patch moved to texinfo/util.
12262
12263 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12264
12265 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12266 * configure.in: remove make from disable-if-Can-Cross list
12267 enable gdb if ${host} and ${target} are cygwin32
12268
12269 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12270
12271 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12272 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12273
12274 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12275
12276 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12277 distinguish sysv/svr4/bsd variants.
12278 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12279
12280 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12281
12282 * configure.in: Added copyright notice.
12283 * move-if-change: Added copyright notice.
12284
12285 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12286
12287 * configure.in (powerpcle-*-solaris*): Until we get shared
12288 libraries working, don't build gdb, sim, make, tcl, tk, or
12289 expect.
12290
12291 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12292
12293 * config.guess: Merge with FSF:
12294
12295 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12296 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12297
12298 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12299 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12300
12301 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12302 * config.guess: Combine two OSF1 rules.
12303 Also recognize field test versions. From mjr@zk3.dec.com.
12304 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12305 because GNU uname does not support -p. From pmr@pajato.com.
12306
12307 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12308
12309 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12310
12311 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12312
12313 * mpw-README: Document GCCIncludes.
12314
12315 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12316
12317 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12318
12319 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12320
12321 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12322
12323 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12324
12325 * configure.in (*-*-cygwin32): Configure make.
12326
12327 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12328
12329 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12330
12331 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12332
12333 * Makefile.in (all-inet): Depend on all-perl.
12334
12335 * Makefile.in (inet-install): New target.
12336
12337 * Makefile.in (all-inet): Depend on all-tcl.
12338 (all-inet): Depend on all-send-pr.
12339
12340 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12341
12342 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12343 temporarily.
12344
12345 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12346
12347 * configure.in: Don't configure --with-gnu-ld on AIX.
12348
12349 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12350
12351 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12352
12353 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12354
12355 * Makefile.in (ALL_MODULES): Added all-inet.
12356 (CROSS_CHECK_MODULES): Added check-inet.
12357 (INSTALL_MODULES): Added install-inet.
12358 (CLEAN_MODULES): Added clean-inet.
12359 (all-indent): New target.
12360
12361 * configure.in (host_tools): Added inet.
12362 (native_only): Added inet.
12363 (noconfigdirs): Added inet.
12364
12365 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12366
12367 * configure.in: Don't configure libgloss if we are not configuring
12368 newlib.
12369
12370 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12371
12372 * configure.in: Don't configure libgloss for unsupported
12373 architectures.
12374
12375 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12376
12377 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12378
12379 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12380
12381 * Makefile.in (ALL_MODULES): Include all-apache.
12382 (CROSS_CHECK_MODULES): Include check-apache.
12383 (INSTALL_MODULES): Include install-apache.
12384 (all-apache): New target.
12385
12386 * configure.in: Added apache everywhere perl is seen.
12387
12388 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12389
12390 * Makefile.in: Add support for clean-{module} and
12391 clean-target-{module} rules.
12392
12393 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12394
12395 * configure.in (*-*-ose) do not build libgloss.
12396
12397 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12398
12399 * config.guess (prep*:SunOS:5.*:*): Turn into
12400 powerpele-unknown-solaris2.
12401
12402 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12403
12404 * configure.in: Permit --enable-shared to specify a list of
12405 directories.
12406
12407 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12408
12409 * configure.in (host==solaris): Pass only the first word of $CC
12410 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12411
12412 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12413
12414 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12415
12416 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12417
12418 * Makefile.in (ALL_MODULES): Include all-perl.
12419 (CROSS_CHECK_MODULES): Include check-perl.
12420 (INSTALL_MODULES): Include install-perl.
12421 (ALL_X11_MODULES): Include all-guile.
12422 (CHECK_X11_MODULES): Include check-guile.
12423 (INSTALL_X11_MODULES): Include install-guile.
12424 (all-perl): New target.
12425 (all-guile): New target.
12426
12427 * configure.in (host_tools): Include perl and guile.
12428 (native_only): Include perl and guile.
12429 (noconfigdirs): Don't build guile and perl; no ports have been
12430 done.
12431
12432 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12433
12434 * configure (--enable-*): Handle quoted option lists such as
12435 --enable-sim-cflags='-g0 -O' better.
12436
12437 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12438
12439 * Makefile.in ({,inst}all-target): New rule so we can make and
12440 install all of the target directories easily.
12441
12442 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12443
12444 * configure.in: Add missing global flag in sed substitution when
12445 deleting `target-' from ${configdirs}.
12446
12447 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12448
12449 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12450 option.
12451
12452 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12453 config/mh-necv4.
12454
12455 * install.sh: Correct misspelling of transformbasename.
12456
12457 * config.guess: Recognize mips-*-sysv*.
12458
12459 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12460
12461 * config.sub: Recognize mon960.
12462
12463 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12464
12465 * configure: Restore Canadian Cross handling of BISON and LEX,
12466 removed in Feb 20 change.
12467
12468 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12469
12470 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12471 Mention make install. Remove the old copyright date as well the
12472 clumsy and rather pointless copyright on the README file.
12473
12474 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12475
12476 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12477 Makefile after running symlink-tree, then run `make distclean' to
12478 avoid clobbering any generated files in srcdir.
12479
12480 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12481
12482 * configure.in (m68k-*-netbsd*): Build everything now.
12483
12484 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12485
12486 * Makefile.in (taz): Fix quoting.
12487
12488 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12489
12490 * configure.in (sparclet-*-*): Build everything now.
12491
12492 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12493
12494 * configure.in (m68k-*-linux*): New host.
12495
12496 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12497
12498 * configure: Check for bison before byacc.
12499
12500 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12501
12502 * Makefile.in configure: Change the way LEX and BISON/YACC are
12503 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12504 searching PATH. These are used as fallbacks by Makefile.in if
12505 flex/bison/byacc aren't in objdir.
12506
12507 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12508
12509 * Makefile.in: Make everything which depends upon all-bfd also
12510 depend upon all-opcodes, in case --with-commonbfdlib is used.
12511
12512 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12513
12514 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12515 building NT native compilers on Unix.
12516
12517 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12518
12519 * configure.in: Don't get CC from the host Makefile fragment if we
12520 can find gcc in PATH, or if this is a Canadian Cross. Move the
12521 Solaris test for /usr/ucb/cc to the post target script, just after
12522 the compiler sanity test.
12523
12524 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * config.sub: Merge with FSF.
12527
12528 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12529
12530 * Makefile.in (RPATH_ENVVAR): New variable.
12531 (REALLY_SET_LIB_PATH): Use it.
12532 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12533
12534 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12535
12536 * config.sub, configure.in: Recognize sparclet cpu.
12537
12538 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12539
12540 * config.guess: Support m68k-cbm-sysv4.
12541
12542 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12543
12544 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12545 m68k-unknown-linuxaout from linker help string. Put quotes around
12546 $ld_help_string.
12547
12548 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12549
12550 * config.guess (powerpc-harris-powerunix): Add guess for port
12551 to new target.
12552
12553 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12554
12555 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12556
12557 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12558
12559 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12560 $(REALLY_SET_LIB_PATH) in Makefile.
12561 * Makefile.in (SET_LIB_PATH): New variable.
12562 (REALLY_SET_LIB_PATH): New variable.
12563 ($(DO_X)): Use $(SET_LIB_PATH).
12564 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12565 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12566 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12567 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12568 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12569 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12570 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12571 (install-dosrel): Likewise.
12572 (all-opcodes): Depend upon all-libiberty.
12573
12574 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12575
12576 * config.guess (*:CYGWIN*): New
12577
12578 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12579
12580 * Makefile.in (all-target-winsup): All all-target-libiberty.
12581
12582 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12583
12584 * configure.in (noconfigdirs): Add missing # in front of comment.
12585
12586 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12587
12588 * configure.in: add second pass to things added to noconfigdirs
12589 so *-gm-magic can exclude libgloss properly.
12590
12591 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12592
12593 * mpw-configure (extralibs_name, rez_name): Set correctly
12594 for MWC68K compiler.
12595
12596 * mpw-README: Add more info on the necessary build tools.
12597
12598 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12599
12600 * configure.in, config.sub: Recognize cygwin32.
12601
12602 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12603
12604 * config.guess, config.sub: Recognize A/UX.
12605
12606 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12607
12608 * config.sub: Merge with gcc/config.sub.
12609
12610 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12611
12612 * mpw-build.in (do-binutils): Add build of stamps.
12613
12614 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12615
12616 * config.sub: Add recognition for mips64vr4100*-* targets.
12617
12618 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12619
12620 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12621 Add creation of gconfigargs with `--enable-shared' turned on.
12622 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12623 ($(host)-stamp-stage3-configured): Likewise.
12624 (HOLES): Add chatr and ldd.
12625 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12626
12627 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12628
12629 * configure: Pass --nfp to recursive configures.
12630
12631 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12632
12633 * Makefile.in (DLLTOOL): New.
12634 (DLLTOOL_FOR_TARGET): New.
12635 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12636 (EXTRA_TARGET_FLAGS): Ditto.
12637 (EXTRA_GCC_FLAGS): Ditto.
12638 (CONFIGURE_TARGET_MODULES): Ditto.
12639 (DO_X): Ditto.
12640 * configure: Add DLLTOOL.
12641
12642 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12643
12644 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12645 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12646 mh-sco, since old workarounds no longer needed, and don't
12647 build ld, since libraries have weak symbols in COFF.
12648
12649 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12650
12651 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12652
12653 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12654
12655 * configure.in: Make sure that ${CC} can be used to compile an
12656 executable.
12657
12658 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12659
12660 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12661 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12662 nothing depending on whether gdbtk is being built.
12663
12664 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12665
12666 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12667
12668 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12669
12670 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12671 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12672
12673 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12674
12675 * config-ml.in: Add support for
12676 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12677 Simplify setting of multidirs from --disable-foo.
12678
12679 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12680
12681 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12682 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12683 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12684 non-empty, pass them on to the GCC make.
12685 (all-bootstrap): New rule that is like all-gcc, except it executes
12686 the GCC bootstrap rule instead of the GCC all rule.
12687
12688 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12689
12690 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12691
12692 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12693
12694 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12695 DG/UX support.
12696
12697 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12698
12699 * config.sub (i*86*) Change [345] to [3456]
12700
12701 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12702
12703 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12704 --with-gnu-ld=no.
12705
12706 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12707
12708 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12709 AIX multilibs get built.
12710
12711 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12712
12713 * configure.in (i386-win32): Don't build expect if we're not
12714 building the tcl subdir.
12715
12716 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12717
12718 * Makefile.in: (configure-target-examples, all-target-examples):
12719 New targets, configure and build example programs.
12720
12721 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12722
12723 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12724 use it as input to sedit the generated MPW makefile.
12725 * mpw-README: Add a suggestion about Gestalt.h.
12726
12727 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12728
12729 * config.sub: Accept *-*-ieee*.
12730
12731 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12732
12733 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12734 Ronald F. Guilmette <rfg@monkeys.com>.
12735
12736 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12737
12738 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12739 for powerpc-pe native.
12740 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12741 (target==powerpc-pe): duplicate i386-win32 entry.
12742
12743 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12744
12745 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12746 of vxworks, not just vxworks5.1.
12747
12748 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12749
12750 * mpw-configure: Add support for exec-prefix.
12751
12752 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12753
12754 * config.guess: Recognize HP model 816 machines as having
12755 a PA1.1 processor.
12756
12757 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12758
12759 * configure: Ignore new autoconf configure options.
12760
12761 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12762
12763 * config.guess: Recognize Pentium under SCO.
12764 From Robert Lipe <robertl@arnet.com>.
12765
12766 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12767
12768 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12769
12770 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12771
12772 * configure.in: Don't configure gas for alpha-dec-osf*.
12773
12774 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12775
12776 * configure.in: Default to --with-stabs for some targets for which
12777 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12778 i[345]86*-*-unixware*.
12779
12780 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12781
12782 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12783 rather than basing it on the target. Simplify handling of options
12784 controlling which directories to configure. Remove extraneous
12785 slash in multi-clean target.
12786
12787 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12788
12789 * config-ml.in: Prefix more variables with ml_ so they don't collide
12790 with configure's.
12791
12792 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12793
12794 * configure: Don't turn -v into --v.
12795
12796 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12797
12798 * configure.in (targargs): Fix typo.
12799
12800 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12801
12802 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12803
12804 * configure.in: Strip --host and --target options from
12805 CONFIG_ARGUMENTS, and always configure for --host only. Add
12806 --with-cross-host option when building with a cross-compiler.
12807 * configure: Canonicalize the arguments put into config.status by
12808 always using `=' for an option with an argument. Pass a presumed
12809 --host or --target explicitly.
12810
12811 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12812
12813 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12814 into general OS recognition case.
12815
12816 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12817
12818 * configure.in (target_configdirs): add target-winsup only
12819 for win32 target systems.
12820
12821 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12822
12823 * Makefile.in (all-target-libgloss): Depend upon
12824 configure-target-newlib, since when libgloss is built it looks to
12825 see if the newlib directory exists.
12826
12827 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12828
12829 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12830 cfg-ml-*.in.
12831
12832 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12833
12834 * configure: Handle LD and LD_FOR_TARGET when configuring a
12835 Canadian Cross.
12836
12837 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12838
12839 * configure.in (target_libs): add target-winsup.
12840 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12841 (target==ppcle-pe): remove ld from $noconfigdirs.
12842
12843 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12844
12845 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12846 Preserve relative path names in $srcdir. Build symlink tree if
12847 configuring cross target dir and srcdir=. (= no VPATH support).
12848 (configure-target-libg++): Depend on configure-target-librx.
12849 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12850 * config-ml.in: New file.
12851 * symlink-tree: New file.
12852 * configure: Ensure srcdir="." if that's what it is.
12853
12854 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12855
12856 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12857 includes and FLEX_SKELETON setting.
12858 * mpw-configure (--with-gnu-ld): New option, controls whether
12859 to use PPCLink or ld with PowerMac GCC.
12860 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12861 * mpw-config.in: Configure grez if targeting Mac.
12862
12863 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12864 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12865 just macos.
12866 * configure.in: Configure grez resource compiler if targeting Mac.
12867 * Makefile.in (all-grez, install-grez): New targets.
12868
12869 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12870
12871 * configure: CXX defaults to gcc, not g++. If we find
12872 gcc in the path, set CC to gcc -O2.
12873
12874 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12875
12876 * configure: Default ${build} correctly. Avoid picking up extra
12877 spaces when reading CC and CXX from Makefile. When doing a
12878 Canadian Cross, use plausible default values for numerous
12879 variables.
12880 * configure.in: When doing a Canadian Cross, don't try to
12881 configure tools whose configure script can't handle it.
12882
12883 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12884
12885 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12886
12887 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12888
12889 * configure: Remove dubious bug reporting address.
12890
12891 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12892
12893 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12894 configure script, run that instead of this directory's configure.
12895 In either case, print a message that we're configuring the sub-dir.
12896
12897 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12898
12899 * configure.in: Before checking for the existence of various files,
12900 use sed to filter out "target-".
12901
12902 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12903
12904 * Makefile.in (DO_X): Split rule to decrease command line length
12905 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12906 (Philippe De Muyter).
12907
12908 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12909
12910 * Makefile.in (all-patch): depend on all-libiberty.
12911
12912 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12913
12914 * configure.in: If the only directory in target_configdirs which
12915 actually exists is libiberty, then set target_configdirs to empty,
12916 to avoid trying to build a target libiberty in a gas or gdb
12917 distribution.
12918
12919 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12920
12921 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12922 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12923 systems.
12924
12925 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12926
12927 * configure.in (copy_dirs): Use sys-include instead of include
12928 for --with-headers option.
12929
12930 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12931
12932 * Makefile.in, configure.in: Make winsup builds work with
12933 new scheme.
12934
12935 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12936
12937 * configure.in: Build the linker on AIX.
12938
12939 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12940
12941 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12942 where needed.
12943
12944 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12945
12946 * Makefile.in (all-gcc): Fix typo.
12947
12948 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12949
12950 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12951
12952 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12953
12954 * configure.in: Rename libFOO to target-libFOO, and xiberty
12955 to target-xiberty, to provide more flexibility.
12956 (target_subdir): Define. Create if cross.
12957 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12958 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12959 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12960 check-libFOO -> check-target-libFOO, etc.
12961 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12962 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12963 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12964 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12965 allow ALL_GCC="" to only configure.
12966 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12967 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12968 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12969
12970 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12971
12972 * Makefile.in (taz): Build "info" in etc explicitly.
12973
12974 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12975
12976 * configure.in: Make sure that CC is undefined (as opposed to
12977 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12978 problem with autoconf trying to configure on a host without GCC.
12979
12980 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12981
12982 * mpw-configure: Set host alias from choice of host compiler,
12983 only use generic MPW Makefile sed if present, edit a file
12984 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12985 * mpw-README: Add problem notes about CW6 and CW7.
12986
12987 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12988
12989 * Makefile.in (taz): Use ";" instead of ";;".
12990
12991 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12992
12993 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12994 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12995 DISTDOCDIRS.
12996 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12997 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12998
12999 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13000
13001 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13002 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13003 Move bfd to DISTSTUFFDIRS.
13004
13005 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13006
13007 * Makefile.in (X11_LIB): Removed.
13008 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13009
13010 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13011
13012 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13013
13014 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13015 names.
13016
13017 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13018
13019 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13020
13021 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13022
13023 * configure.in (i[345]86-*-win32): Always build newlib.
13024 Don't configure cvs, autoconf or texinfo.
13025 * Makefile.in (LD_FOR_TARGET): New.
13026 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13027 Pass down LD_FOR_TARGET.
13028
13029 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13030
13031 * winsup: New directory.
13032 * Makefile.in: Build winsup.
13033 * configure.in: Winsup is configured when target is win32.
13034 Can only build win32 target GDB when native.
13035
13036 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13037
13038 * config.guess: Recognize HP model 819 machines as having
13039 a PA 1.1 processor.
13040
13041 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13042
13043 * configure: Fix sed loop which substitutes for CC and CXX to
13044 avoid bug found in various sed implementations.
13045
13046 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13047
13048 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13049 simulator. Use standard powerpc-*-eabi*.
13050
13051 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13052
13053 * configure.in: Stop putting gas and binutils in noconfigdirs for
13054 powerpc-*-aix* and rs6000-*-*.
13055
13056 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13057
13058 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13059 -mcall-aixdesc libraries.
13060
13061 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13062
13063 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13064
13065 * config.sub (arm | armel | armeb): Fix shell syntax.
13066
13067 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13068
13069 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13070 -msoft-float and -mcpu=common support.
13071 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13072 libraries.
13073
13074 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13075
13076 * configure.in: Allow configuration and build of emacs19 for the alpha.
13077
13078 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13079
13080 * configure.in (CC): Get ^CC, not just any old CC, from
13081 ${host_makefile_frag}.
13082
13083 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13084
13085 * configure.in (CC): Try to get CC from
13086 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13087
13088 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13089
13090 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13091 only if it exists in $(srcdir).
13092
13093 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13094
13095 * configure: If CC and CXX are not set in the environment, set
13096 them, based on either an existing Makefile or on searching for gcc
13097 in PATH. Substitute for CC and CXX in Makefile.
13098 * configure.in: Remove libm from target_libs. Separate
13099 target_configdirs from configdirs. If CC is not set in
13100 environment, try to get it from a host Makefile fragment. Rewrite
13101 changes of configdirs to use skipdirs instead. A few minor
13102 tweaks. Take directories out of target_configdirs as they are
13103 taken out of configdirs. Remove existing Makefile files from
13104 subdirectories. Substitute for TARGET_CONFIGDIRS and
13105 CONFIG_ARGUMENTS in Makefile.
13106 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13107 by configure.in.
13108 (CONFIG_ARGUMENTS): Likewise.
13109 (CONFIGURE_TARGET_MODULES): New variable.
13110 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13111 ($(CONFIGURE_TARGET_MODULES)): New target.
13112 (configure-libg++, configure-libio): New targets.
13113 (all-libg++): Depend upon configure-libg++.
13114 (all-libio): Depend upon configure-libio.
13115 (configure-libgloss, all-libgloss): New targets.
13116 (configure-libstdc++): New target.
13117 (all-libstdc++): Depend upon configure-libstdc++.
13118 (configure-librx, all-librx): New targets.
13119 (configure-newlib): New target.
13120 (all-newlib): Depend upon configure-newlib
13121 (configure-xiberty): New target.
13122 (all-xiberty): Depend upon configure-xiberty.
13123
13124 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13125
13126 * configure.in (host i[345]86-*-win32): Expand the
13127 noconfigdirs again.
13128
13129 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13130
13131 * mpw-configure: Fix sed command file name.
13132
13133 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13134
13135 * configure.in (host i[345]86-*-win32): Reduce the
13136 noconfigdirs again.
13137
13138 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13139
13140 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13141 or powerpc*-*-pe*, since they are not yet supported.
13142
13143 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13144
13145 Add PowerMac support and many other enhancements.
13146 * mpw-configure: New option --cc to select compiler to use,
13147 paste options set according to --cc into the generated
13148 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13149 if mpw-make.sed is present.
13150 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13151 add forward includes for PowerPC include files.
13152 * mpw-build.in: Build using Makefile.PPC if present.
13153 (do-byacc, etc): Remove separate version resource builds.
13154 (do-gas): Build "stamps" before "all".
13155 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13156 * mpw-README: Update to reflect --cc option, PowerMac support,
13157 and recently-reported compatibility problems.
13158
13159 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13160
13161 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13162 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13163 (--with-multilib-top): Pass to recursive invocations.
13164
13165 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13166
13167 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13168 v810-*-*.
13169
13170 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13171
13172 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13173 gdb, ld and opcodes on v810-*-*.
13174
13175 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13176
13177 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13178 (local-maintainer-clean): New target.
13179 (maintainer-clean): New target.
13180 (realclean): Just depend upon maintainer-clean.
13181
13182 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13183
13184 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13185
13186 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13187
13188 * configure.in: Build ld in mips*-*-bsd* case.
13189
13190 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13191
13192 * config.sub: Accept -lites* OS. From Ian Dall.
13193
13194 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13195
13196 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13197 targets.
13198
13199 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13200
13201 * configure.in: treat i386-win32 canadian cross the same as
13202 i386-go32 canadian cross.
13203
13204 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13205
13206 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13207 running under the simulator to build a reduced set of libraries.
13208 (powerpc-*-eabiaix): Add fine grained multilib support added to
13209 other powerpc targets yesterday.
13210
13211 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13212
13213 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13214 -disable-softfloat, -disable-relocatable, -disable-aix, and
13215 -disable-sysv to control which multilib libraries get built.
13216
13217 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13218
13219 * configure: Add Makefile.tem to list of files to remove in trap
13220 handler.
13221
13222 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13223
13224 * config.guess (*Linux*): Add missing "exit"s.
13225 Also, need specific check for alpha-unknown-linux (uses COFF).
13226
13227 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13228
13229 * config.guess: Merge with FSF:
13230
13231 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13232 * config.guess (AIX4): More robust release numbering discovery.
13233
13234 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13235 * config.guess (i386-sequent-ptx): Properly get version number.
13236
13237 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13238 * config.guess (mips:*:4*:UMIPS): New case.
13239
13240 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13241
13242 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13243 (i386-win32 host): Likewise. Don't build readline.
13244
13245 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13246
13247 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13248 SUPPORT_FILES to submakes.
13249
13250 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13251
13252 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13253 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13254 mpw-configure.
13255
13256 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13257
13258 * configure.in (appdirs): Use =, not ==, in test expression when
13259 trying to build the text to print in the warning message for
13260 Solaris users.
13261
13262 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13263
13264 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13265
13266 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13267
13268 * config.guess: Recognize lynx-2.3.
13269
13270 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13271
13272 * config.sub (z8ksim): Deleted
13273 (z8k-*-coff): New, this is the one true name of the target.
13274
13275 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13276
13277 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13278
13279 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13280
13281 * config.guess (*:Linux:*:*): First try asking the linker what the
13282 default object file format is (elf, aout, or coff). Then if this
13283 fails, try previous methods.
13284
13285 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13286
13287 * configure.in: Don't build newlib for *-*-vxworks5.1.
13288
13289 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13290
13291 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13292 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13293
13294 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13295
13296 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13297
13298 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13299
13300 * cfg-ml-com.in: New file.
13301 * cfg-ml-pos.in: New file.
13302
13303 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13304
13305 * COPYING.NEWLIB: Add HP free copyright to list.
13306
13307 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13308
13309 * config.sub: Recognize -eabi* for the system, not just -eabi.
13310
13311 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13312
13313 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13314 * config.sub, configure.in (win32): New target and host.
13315
13316 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13317
13318 * configure.in: Add i386-pe configuration.
13319
13320 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13321
13322 * mpw-build.in (install): Install GDB after LD.
13323
13324 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13325
13326 * mpw-config.in (elf/mips.h): Always forward-include, needed
13327 for GDB to build.
13328
13329 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13330
13331 * testsuite: New directory for customer acceptance and whole tool
13332 chain tests.
13333
13334 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13335
13336 * configure: If per-host line isn't found, but AC_OUTPUT is found
13337 and a configure script exists, run it instead.
13338
13339 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13340
13341 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13342
13343 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13344
13345 * configure: Set build_{cpu,vendor,os,alias} to host values when
13346 --build isn't specified.
13347
13348 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13349
13350 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13351 (FLAGS_TO_PASS): Pass them.
13352 (EXTRA_TARGET_FLAGS): Ditto.
13353
13354 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13355
13356 * Makefile.in (all-libg++): Depend on all-libstdc++.
13357
13358 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13359
13360 * configure.in (noconfigdirs): Enable all packages for
13361 i386-unknown-netbsd.
13362
13363 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13364
13365 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13366 hosted builds (DOS builds)
13367
13368 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13369
13370 Changes for ARM based on patches from Richard Earnshaw:
13371 * config.sub: Handle armeb and armel.
13372 * configure.in: Omit arm linker only for riscix.
13373
13374 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13375
13376 * config.guess: Update from FSF.
13377
13378 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13379
13380 * config.sub: Recognize powerpcle as the little endian varient of
13381 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13382 powerpcle variant. Convert pentium into i586, not i486. Add p5
13383 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13384 temporarily.
13385
13386 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13387
13388 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13389
13390 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13391
13392 * config.sub: Accept -lites* as a basic system type.
13393
13394 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13395
13396 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13397 installed, and if so return linuxoldld as the system name.
13398
13399 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13400
13401 * config.guess: Add hppa1.1-hp-lites support.
13402
13403 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13404
13405 * configure.in: Don't build newlib for m68k-vxworks5.1.
13406
13407 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13408
13409 * configure.in (mips-sgi-irix6): Use mh-irix5.
13410
13411 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13412
13413 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13414
13415 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13416
13417 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13418 OSF/1. Fix compiler flags.
13419 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13420
13421 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13422
13423 * configure.in: Recognize --with-newlib.
13424 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13425
13426 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13427
13428 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13429 to *_X11_MODULES due to gdbtk needing X include files et al.
13430
13431 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13432
13433 Merge in support for Mac MPW as a host.
13434 (Old change descriptions retained for informational value.)
13435
13436 * mpw-config.in: Add generic include forwards for cpu-specific
13437 include files in aout and elf directories.
13438
13439 * mpw-configure: Added copyright.
13440 * mpw-config.in: Check for presence of required build tools.
13441 (target_libs): Add newlib.
13442 (target_tools): Add examples.
13443 (Read Me): Generate as "Read Me for MPW" instead.
13444 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13445 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13446 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13447
13448 * mpw-configure: Remove subdir-specific makefile hackery,
13449 delete mk.tmp after using it.
13450
13451 * mpw-build.in (all): Display start and end times.
13452
13453 * mpw-configure (host_canonical): Set.
13454 (target_cpu): Always add to makefiles.
13455 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13456 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13457 (mpw-mh-mpw): Look for in srcdir and srcroot.
13458 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13459
13460 * mpw-build.in: (install-only): New target.
13461
13462 * mpw-configure (host_alias, target_alias): Rename from hostalias
13463 and targetalias, add into generated Makefile.
13464 (mk.tmp): If present, add into generated Makefile.
13465 * mpw-build.in (all-gas): Build config.h first before gas proper.
13466
13467 * mpw-configure (config.status): Write only if changed.
13468 * mpw-config.in (readline): Configure it (not built, just used for
13469 definitions).
13470
13471 * mpw-config.in (elf/mips.h): Add a forward include.
13472
13473 * mpw-config.in: Forward-include most .h files in include into
13474 extra-include.
13475 (readline): Don't build.
13476 mpw-build.in (install): Install GDB.
13477
13478 * mpw-configure (prefix, mpw_prefix): Handle it.
13479 * mpw-config.in (mmalloc, readline): Don't configure.
13480 * mpw-build.in (thisscript): Rename to ThisScript.
13481 Use mpw-build instead of BuildProgram everywhere.
13482 (mmalloc, readline): Don't build.
13483 * mpw-README: New file, basic documentation about the MPW port.
13484
13485 * mpw-config.in: Use forward-include to create include files.
13486
13487 * mpw-configure: Add more things to the top of each configured
13488 Makefile, including contents of config/mpw-mh-mpw.
13489 * mpw-config.in (extra-include): Create this directory and fill it
13490 with Posix-like include files when configuring.
13491
13492 * config.sub (apple, mac, mpw): Add various aliases.
13493
13494 * mpw-build.in: New file, top-level build script fragment for MPW.
13495 * mpw-configure: New file, configure script for MPW.
13496 * mpw-config.in: New file, config fragment for MPW.
13497
13498 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13499
13500 * configure.in (host_libs): Remove glob, since it is gone from the
13501 sources.
13502
13503 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13504
13505 * Makefile.in: define empty GDB_NLM_DEPS var.
13506
13507 * configure.in(target_makefile_frag): use config/mt-netware
13508 for netware targets.
13509
13510 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13511
13512 * config.sub: Merge in recent FSF changes. Remove linux special
13513 cases.
13514
13515 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13516
13517 Revert this change:
13518
13519 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13520
13521 * build-all.mk: Use CC=cc -Xs on Solaris.
13522
13523 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13524
13525 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13526 stop using it.
13527 * Makefile.in: Nuke all references to glob subdirectory.
13528
13529 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13530
13531 * configure.in: Fix --enable-shared logic in per-host.
13532
13533 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13534
13535 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13536
13537 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13538
13539 * configure.in (noconfigdirs): Don't build gas on AIX, for
13540 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13541
13542 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13543
13544 * configure: Fix --cache-file to work if the file argument is a
13545 relative path.
13546
13547 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13548
13549 * configure: If the --cache-file is used, pass it down to
13550 configure in subdirectories.
13551
13552 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13553
13554 * config.sub: add vxworks29k configuration.
13555
13556 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13557
13558 * Makefile.in (taz): Do "diststuff" part quietly.
13559
13560 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13561
13562 * config.sub: Mini-merge with gcc/config.sub.
13563
13564 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13565
13566 * config.guess (IRIX): Sed - to _.
13567
13568 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13569
13570 * Makefile.in (source-vault, binary-vault): New targets.
13571
13572 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13573
13574 * config.sub: Recognize -eabi as a basic system type.
13575
13576 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13577
13578 * configure.in (enable_shared stuff): Fix typo.
13579
13580 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13581
13582 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13583
13584 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13585
13586 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13587
13588 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13589
13590 * configure.in (rs6000-*-*): Don't build gas.
13591
13592 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13593
13594 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13595 reduce command line length.
13596 (AS_FOR_TARGET): Check for as.new, not Makefile.
13597 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13598
13599 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13600
13601 * config.guess: Merge from FSF.
13602
13603 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13604
13605 * configure: Don't use $ when handling program_suffix.
13606
13607 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13608
13609 * configure.in: Configure tk for hppa/hpux.
13610
13611 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13612
13613 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13614
13615 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13616
13617 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13618 to LIBCXXFLAGS. Tests are better run without it.
13619
13620 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13621
13622 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13623
13624 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13625
13626 * configure.in (*-*-netware*): Don't configure xiberty.
13627
13628 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13629
13630 * configure.in: Remove tk from native_only list.
13631
13632 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13633
13634 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13635 for special NCD build.
13636
13637 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13638
13639 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13640 makeall.bat, they're only useful for binutils snapshots.
13641 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13642 makeall.bat to specified SUPPORT_FILES.
13643
13644 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13645
13646 * build-all.mk: Add Ericsson targets to sun4 and solaris
13647 hosts. Add BNR's sun4 target to solaris host, so their
13648 build-from-source will be tested in-house first.
13649
13650 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13651
13652 * Makefile.in (LIBCFLAGS): New variable.
13653 (CFLAGS_FOR_TARGET): Ditto.
13654 (LIBCFLAGS_FOR_TARGET): Ditto.
13655 (LIBCXXFLAGS): Ditto.
13656 (CXXFLAGS_FOR_TARGET): Ditto.
13657 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13658 (BASE_FLAGS_TO_PASS): Pass them.
13659 (EXTRA_TARGET_FLAGS): Ditto.
13660
13661 * configure.in: Support --enable-shared.
13662
13663 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13664
13665 * configure.in (target_libs): Include libstdc++ again.
13666 * config.guess: Update from FSF (for FreeBSD).
13667
13668 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13669
13670 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13671 makeall.bat.
13672 (DISTDOCDIRS): Add `etc'.
13673 (ETC_SUPPORT_PFX): New variable.
13674 (taz): Include anything from etc starting with a word in
13675 ETC_SUPPORT_PFX.
13676
13677 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13678
13679 * config.sub: Update for recent FSF changes. Remove obsolete
13680 h8300hds entry. Add -windows* and -osx as basic os. Minor
13681 spacing changes.
13682
13683 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13684
13685 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13686
13687 * config.guess: Merge with FSF.
13688 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13689
13690 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13691
13692 * configure: Since the "trap 0" handler will override the exit
13693 status on many systems, only use it for "exit 1", and make it set
13694 a non-zero exit status; reset it before "exit 0". Also, check
13695 exit status of config.sub, and error out if it failed.
13696
13697 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13698
13699 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13700 and install libgloss.
13701
13702 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13703
13704 * Makefile.in (all-binutils): Depend upon all-byacc.
13705
13706 * configure.in: Don't build emacs on Irix 5.
13707
13708 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13709
13710 * configure.in (*-*-netware*): Add libio.
13711
13712 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13713
13714 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13715 (CHECK_TARGET_MODULES): Ditto.
13716 (INSTALL_TARGET_MODULES): Ditto.
13717 (TARGET_LIBS): Ditto.
13718 (all-libstdc++): Note dependencies.
13719
13720 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13721
13722 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13723
13724 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13725
13726 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13727 -fexternal-templates.
13728
13729 * configure.in (target_libs): Add libstdc++.
13730 (noconfigdirs): Add libstdc++ as appropriate.
13731
13732 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13733
13734 * config.guess: Update from FSF.
13735
13736 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13737
13738 * configure: Use ${config_shell} when running ${configsub}.
13739
13740 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13741
13742 * config.sub: No longer recognize h8300h.
13743
13744 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13745
13746 * config.sub: Remove extraneous differences between config.sub and
13747 gcc/config.sub.
13748
13749 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13750
13751 * Makefile.in (DISTSTUFFDIRS): Add gas.
13752
13753 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13754
13755 * COPYING.NEWLIB: New file.
13756
13757 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13758
13759 * config.guess (HP-UX): Patch from Harlan Stenn
13760 <harlan@landmark.com> to also emit release level.
13761
13762 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13763
13764 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13765
13766 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13767
13768 * config.sub: Merge nextstep cleanup from FSF.
13769
13770 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13771
13772 * configure.in (arm-*-*): Don't configure ld for this target.
13773
13774 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13775
13776 * configure.in (*-*-netware): don't configure libg++, libio,
13777 librx, or newlib.
13778
13779 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13780
13781 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13782 configure ld--it works, but it doesn't support shared libraries.
13783
13784 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13785
13786 * config.guess (*-unknown-freebsd*): Get rid of possible
13787 trailing "(Release)" in version string.
13788 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13789
13790 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13791
13792 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13793 Fix type: *-next-neststep -> *-next-nextstep.
13794
13795 * config.guess: Merge from FSF:
13796
13797 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13798
13799 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13800
13801 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13802
13803 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13804 instead of UNIX_SV for UnixWare 1.0).
13805
13806 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13807
13808 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13809 to make gdb/nlm/* build after the compiler and linker.
13810
13811 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13812
13813 * config.guess (netbsd, freebsd, linux): Accept any machine,
13814 not just i[34]86.
13815 (m68k-atari-sysv4): Relocate to match FSF version.
13816
13817 * config.guess: More merges from the FSF:
13818
13819 Add a space before function call or macro invocation.
13820
13821 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13822
13823 * config.guess: Add trap cmd to remove dummy.c and dummy when
13824 interrupted.
13825
13826 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13827
13828 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13829 (dummy): Redirect stderr from compilation of dummy.c.
13830
13831 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13832
13833 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13834
13835 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13836
13837 * configure: Accept and ignore --cache*, for compatibility with
13838 new autoconf.
13839
13840 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13841
13842 * config.guess: Merge from FSF:
13843
13844 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13845
13846 * config.guess (Pyramid*:OSx*:*:*): New case.
13847 (PATH): Add /.attbin at end for finding uname.
13848 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13849
13850 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13851
13852 * config.guess (M88*:DolphinOS:*:*): New case.
13853
13854 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13855
13856 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13857 to select whether to use ELF or COFF.
13858
13859 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13860
13861 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13862
13863 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13864
13865 * config.guess: Guess the OS version for HPUX.
13866
13867 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13868
13869 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13870
13871 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13872
13873 * configure.in: Recognize --with-headers, --with-libs, and
13874 --without-newlib.
13875 * Makefile.in (all-xiberty): Depend upon all-ld.
13876
13877 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13878
13879 * configure.in: Change i[34]86 to i[345]86.
13880
13881 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13882
13883 * configure (version): A few more tweaks to help message.
13884
13885 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13886
13887 * Makefile.in: Remove (for now) librx as a host library,
13888 now that we're building it for target.
13889
13890 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13891
13892 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13893 (Karl Berry).
13894
13895 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13896
13897 * configure.in: Also configure librx.
13898
13899 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13900
13901 * Makefile.in: Update various rules to reflect that librx
13902 is now needed for libg++.
13903
13904 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13905
13906 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13907
13908 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13909
13910 * configure.in: Configure the examples directory.
13911
13912 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13913
13914 * configure: Simplify Jun 2 1994 change.
13915
13916 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13917
13918 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13919 /bin/gcc isn't good enough to build gcc.
13920
13921 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13922
13923 * Makefile.in (GDB_SUPPORT_FILES): Remove
13924 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13925 (gdb.tar.gz): Add new rule to use standard distribution building
13926 mechanism.
13927
13928 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13929
13930 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13931 Bill Cox <bill@cygnus.com>.
13932
13933 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13934
13935 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13936
13937 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13938
13939 * configure: Search current dir first in .gdbinit.
13940
13941 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13942
13943 * config.sub: Recognize freebsd (merged from gcc config.sub).
13944
13945 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13946
13947 * config.sub: Refer to NeXT's operating system as nextstep.
13948
13949 * config.sub (case $basic_machine): Re-order the cases, to match
13950 the order in the FSF version (which is mostly alphabethical).
13951 Merge in some additions and changes from the FSF.
13952
13953 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13954
13955 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13956 * config.sub: Recognize cxux7.
13957 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13958
13959 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13960
13961 * config.sub: Fix typo powerpc -> powerpc-*.
13962
13963 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13964
13965 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13966
13967 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13968 parallel with all-emacs and install-emacs). Top-level command
13969 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13970
13971 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13972
13973 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13974 $(relbindir)/make before doing ``make install'', and use
13975 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13976 installing over running make binary.
13977 ($(host)-stamp-stage3-installed): Likewise.
13978
13979 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13980
13981 * config.guess: Recognize Mach.
13982
13983 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13984
13985 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13986 see whether --exec-prefix was used.
13987
13988 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13989
13990 * README: Explicitly mention libg++/README. (Zoo's idea.)
13991
13992 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13993
13994 * Makefile.in: Add all-librx target similar to all-libproc.
13995
13996 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13997
13998 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13999 with post 1.2 uname bogosity.
14000
14001 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14002
14003 * configure: Remove temporary files on receipt of a signal.
14004
14005 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14006
14007 * configure: If there is a package_makefile_frag, remove
14008 ${subdir}/Makefile.tem after copying it in.
14009
14010 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14011
14012 * build_all.mk: support rs6000 lynx identifies itself as
14013 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14014 since /bin/gcc is too feeble to compile a modern gcc.
14015
14016 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14017
14018 * brought devo/test-build.mk update-to-date with progressive/
14019 test-build.mk. Add lynx targets and hppa flag info.
14020
14021 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14022
14023 * configure.in: Use mh-ncrsvr43. Patch from
14024 Tom McConnell <tmcconne@sedona.intel.com>.
14025
14026 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14027
14028 * config.guess (i386-unknown-bsdi): No longer need to
14029 check #if defined(__bsdi__) && defined(__i386__).
14030
14031 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14032
14033 * configure: Set program_transform_nameoption correctly.
14034
14035 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14036
14037 * brought build-all.mk update-to-date with progressive build-all.mk,
14038 added new targets and hppa info.
14039
14040 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14041
14042 * configure: If config.guess result is a prefix of the user
14043 specified target, assume a native build and use the user specified
14044 target as the host alias. Remove SunOS patch suffix removal hack.
14045 * configure.in: Remove SunOS patch suffix removal hack.
14046
14047 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14048 in NATIVE_CHECK_MODULES.
14049
14050 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14051
14052 * Makefile.in: Rename HOST_ONLY to NATIVE.
14053 * configure: Delete SunOs patch suffix from host_canonical
14054 and build_canonical variables that are prepended to Makefiles.
14055 * configure.in: Add comments for easier maintenance.
14056
14057 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14058
14059 * Makefile.in: Add all-libproc target similar to all-gui.
14060
14061 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14062
14063 * Makefile.in (CHECK_MODULES): split into
14064 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14065
14066 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14067
14068 * config.guess (i386-unknown-bsdi): New system to guess.
14069
14070 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14071
14072 * Makefile.in: Add all-gui target (but not yet build by "all").
14073
14074 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14075
14076 * config.sub: Move deletion of patch suffix from here...
14077 * configure.in: To here, at Ian's suggestion. The top-
14078 level scripts might need to know of a patch level.
14079
14080 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14081
14082 * config.sub: Strip off patch suffix so rtl is recognized
14083 as a sunos4.1.3 machine, even though it's been patched.
14084
14085 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14086
14087 * Makefile.in (INSTALL_LAST): Delete.
14088 (INSTALL_DOSREL): New.
14089
14090 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14091
14092 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14093 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14094 whether we pass down --with-gnu-ld anyhow.
14095
14096 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14097
14098 * Makefile.in (INSTALL_LAST): Change operation so it works
14099 on more flavors of make.
14100 * configure.in (go32): Don't build libg++ or libio.
14101
14102 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14103
14104 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14105 they can be overriden by templates.
14106
14107 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14108
14109 * configure.in (target==go32): Don't build gdb.
14110 * dosrel: New directory.
14111
14112 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14113
14114 * configure.in (host==go32): Configure dosrel too.
14115 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14116 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14117 be set by incoming names or templates.
14118 (INSTALL_LAST): New rule.
14119
14120 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14121
14122 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14123
14124 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14125
14126 * configure.in (appdirs): New variable. Currently empty, but will
14127 be used in gas distribution. If nonempty, lists a set of
14128 directories at least one of which must get configured, or top
14129 level configuration is considered to have failed.
14130 (rs6000-*-lynxos*): Use new file name.
14131
14132 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14133
14134 Eliminate XTRAFLAGS.
14135 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14136 newlib include files using -idirafter, and also use -nostdinc.
14137 (CXX_FOR_TARGET): Likewise.
14138 (XTRAFLAGS): Removed.
14139 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14140 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14141 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14142 ($(DO_X)): Don't pass down XTRAFLAGS.
14143
14144 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14145
14146 * configure.in (mips*-dec-bsd*): New target; do build linker.
14147 (mips*-*-bsd*): New target; don't build linker.
14148
14149 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14150
14151 * configure.in: support rs6000-*-lynxos* configuration.
14152 support sunos4 as a cross target.
14153
14154 * config.sub: look for lynx*, not lynx since the OS version may
14155 legitimately be part of the name.
14156
14157 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14158
14159 * configure.in (i[34]86-*-sco*): Move to be with other i386
14160 targets.
14161 (romp-*-*): New target. Skip various binary utilities.
14162 (vax-*-*): New target. Don't build newlib.
14163 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14164
14165 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14166
14167 * configure.in: Only set host_makefile_frag if config
14168 directory exists.
14169
14170 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14171
14172 * install.sh: If $dstdir exists, don't check whether each
14173 component does.
14174
14175 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14176
14177 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14178
14179 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14180
14181 * configure.in (*-*-lynxos*): Don't configure newlib for either
14182 native or cross Lynx.
14183
14184 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14185
14186 * config.sub (sparc64-elf): Fix os.
14187 (z8k): Remove duplicate.
14188
14189 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14190
14191 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14192 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14193
14194 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14195
14196 * configure: Make file links cleanly even if Lynx fails on
14197 an NFS symlink (at least fail cleanly).
14198
14199 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14200
14201 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14202 -XNh2000.
14203
14204 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14205
14206 * configure: Unknown options are fatal again.
14207
14208 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14209
14210 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14211 compatibility.
14212
14213 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14214
14215 * build-all.mk: Add `clean' target.
14216
14217 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14218
14219 * config.guess: Add SINIX support.
14220 * configure.in: Add mips-*-sysv4* support.
14221
14222 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14223
14224 * build-all.mk: Document all useful targets.
14225 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14226 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14227
14228 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14229
14230 * configure: Support --silent, --quiet.
14231
14232 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14233
14234 * configure: Support --disable-FEATURE.
14235
14236 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14237
14238 * config.guess: Recognize NCR running SVR4.3.
14239
14240 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14241
14242 * config.guess: Make BSDI generate i386-unknown-bsd386.
14243 Patch from Paul Eggert <eggert@twinsun.com>.
14244
14245 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14246
14247 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14248
14249 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14250
14251 * configure: Make unrecognized options give nonfatal warnings
14252 instead of fatal errors, and pass them to any subdirectory
14253 configures in case they recognize them.
14254 Make --x equivalent to --with-x.
14255
14256 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14257
14258 * configure: Add --enable-* options. Clean up usage message and
14259 some comments.
14260
14261 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14262
14263 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14264
14265 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14266
14267 * configure.in (hppa*-*-*): Enable binutils.
14268
14269 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14270
14271 * config.sub: Recognize cisco.
14272
14273 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14274
14275 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14276
14277 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14278
14279 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14280 than one configuration name. Add comment.
14281
14282 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14283
14284 * config.guess: about target *-hitachi-hiuxwe2, fixed
14285 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14286 macro is incorrect.]
14287
14288 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14289
14290 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14291 than the "make ls" stuff which used to be here.
14292
14293 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14294
14295 * config.guess: Recognize i[34]86-unknown-freebsd.
14296 From Shawn M Carey <smcarey@rodan.syr.edu>.
14297
14298 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14299
14300 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14301
14302 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14303
14304 * config.guess: Check for ptx.
14305
14306 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14307
14308 * config.sub: Add os9k checking.
14309
14310 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14311
14312 * config.guess: Handle OSF1 running on HPPA processors
14313
14314 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14315
14316 * configure: If subdir configure fails, print out a message with
14317 subdirectory name, in case subdir's configure code didn't identify
14318 itself.
14319
14320 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14321
14322 * configure.in: Remove embedded newlines from configdirs.
14323 Avoid mismatches of substrings. Fix matching strings at end
14324 of configdirs.
14325
14326 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14327
14328 * config.guess: Add Lynx/rs6000 config support.
14329
14330 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14331
14332 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14333
14334 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14335
14336 * configure.in (hppa*-*-osf*): Treat this just like most other
14337 PA configurations (eg no binutils or ld).
14338 (hppa*-*-*elf*): These configurations have binutils and ld.
14339
14340 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14341
14342 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14343
14344 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14345
14346 * configure.in (rs6000-*-*): Build gas.
14347
14348 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14349
14350 * Makefile.in: Avoid bug in losing hpux sed.
14351
14352 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14353
14354 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14355 for GDB and GDB has been fixed to not need it.
14356
14357 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14358
14359 * config.guess: Recognize vax hosts.
14360
14361 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14362
14363 * configure (while loop): Don't use "break 2" inside case
14364 statement -- the case statement isn't an enclosing loop.
14365
14366 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14367
14368 * config.guess: Clean up NeXT support, to allow nextstep
14369 on Intel machines. Make OS be nextstep.
14370
14371 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14372
14373 * config.guess: Add alternate forms for Convex.
14374
14375 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14376
14377 * configure: Completely rewrite option processing. Take
14378 advantage of pattern-matching to avoid invoking test frequently.
14379 Also clean up host and target defaulting logic.
14380
14381 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14382
14383 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14384 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14385 commands (plus user environment) will fit SCO limits.
14386
14387 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14388
14389 * configure.in: Don't issue warnings about directories which are
14390 not being configured if -norecursion is set. Correct test for
14391 --with-gnu-as and --with-gnu-ld to not get confused by substring
14392 matches.
14393
14394 * configure.in: Don't build gas for alpha-dec-osf1*.
14395
14396 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14397
14398 * configure: Back out Per's change of 12/19/1993. It changes the
14399 behavior of configure in unexpected and confusing ways.
14400
14401 Also, use different delim char when calculating
14402 program_transform_name so that the name can contain slashes.
14403
14404 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14405
14406 * configure.in, config.sub: Add support for VSTa micro-kernel.
14407
14408 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14409
14410 * configure.in: Nuke hacks which were used to get a special
14411 version of GAS for HPPA configurations.
14412
14413 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14414
14415 * configure: If only ${target_alias} is given, use that
14416 as the default for ${host_alias}.
14417 * configure: Add missing back-slashes before nested quotes.
14418
14419 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14420
14421 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14422
14423 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14424
14425 * config.guess: Recognize some Tektronix configurations.
14426 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14427
14428 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14429
14430 * config.sub: Match any flavor of SH.
14431
14432 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14433
14434 * configure.in: Don't try to configure newlib for Alpha.
14435
14436 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14437
14438 * configure.in: Don't build ld for Irix 5. Don't build gas,
14439 libg++ or libio for any Alpha target.
14440
14441 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14442
14443 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14444
14445 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14446 default arguments -- so it tried to compress itself.
14447
14448 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14449
14450 * configure.in (notsupp): ensure that a space is always at the end
14451 of the configdirs list, since the grep checks for an explicit space
14452
14453 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14454
14455 * configure.in (target i386-sysv4.2): don't build ld, since static
14456 versions of many libraries are not available.
14457
14458 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14459
14460 * config.guess: Recognize Apollos (using environment variables).
14461 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14462
14463 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14464
14465 * config.guess: Recognize Sony news mips running newsos.
14466
14467 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14468
14469 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14470 "fi ; else" for bash.
14471
14472 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14473
14474 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14475
14476 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14477
14478 * config.sub: accept unixware as an alias for svr4.2.
14479 Fix some inconsistancies with the gcc version.
14480
14481 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14482
14483 * Makefile.in (DISTDOCDIRS): Add gdb.
14484
14485 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14486
14487 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14488
14489 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14490
14491 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14492 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14493 this now.
14494
14495 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14496
14497 * config.sub: Accept hiux* as an OS name.
14498
14499 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14500 etc/make-stds.texi. The underscore came from gcc, and dje now
14501 agrees that RUNTESTFLAGS is the correct name.
14502
14503 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14504
14505 * install.sh: Remove 'set -e'. It makes any conditionals
14506 in the script useless.
14507
14508 * config.guess: Automatically recognize arm-acorn-riscix
14509 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14510
14511 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14512
14513 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14514
14515 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14516
14517 * Makefile.in (DISTDOCDIRS): New variable.
14518 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14519 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14520
14521 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14522
14523 * configure.in (hppa target): check the source directory for the
14524 pagas sub-directory
14525
14526 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14527
14528 * config.sub: Allow -aout* and -elf*.
14529
14530 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14531
14532 * configure.in: Don't build ld on i386-solaris2, same as for
14533 sparc-solaris2.
14534
14535 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14536
14537 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14538
14539 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14540
14541 * configure.in: Configure gdb for alpha.
14542
14543 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14544
14545 * Makefile.in (CXXFLAGS): Add -O.
14546
14547 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14548
14549 * config.guess: added support for DG Aviion
14550
14551 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14552
14553 * configure.in: Produce warning message for subdirectories not
14554 configurable for this host/target combination. Don't try to
14555 configure gdb for vms.
14556
14557 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14558
14559 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14560 appropriate files before making "diststuff".
14561 (DISTBISONFILES): New var: list of files to be edited.
14562 (DISTSTUFFDIRS): Add binutils.
14563
14564 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14565
14566 * config.sub: also handle mipsel and mips64el (for little endian mips)
14567
14568 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14569
14570 * configure.in: Add * to end of all OS names.
14571
14572 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14573
14574 * configure.in: Build newlib for LynxOS native.
14575
14576 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14577
14578 * config.guess: Add support for delta 88k running SVR3.
14579
14580 * configure.in: Add comment about HP compiler vs. emacs.
14581
14582 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14583
14584 * configure.in: don't build ld on solaris2 (not a viable option
14585 due to bugs in getpwnam & getpwuid)
14586
14587 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14588
14589 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14590 config.guess will produce a full version number.
14591
14592 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14593
14594 * configure.in: Build linker and binutils for alpha-dec-osf1.
14595
14596 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14597
14598 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14599 and gdb/testsuite/Makefile.in.
14600
14601 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14602
14603 * configure.in: recognize mips*- instead of mips-
14604
14605 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14606
14607 * config.sub: Accept linux*coff and linux*elf as operating
14608 systems.
14609
14610 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14611
14612 * config.sub: Recognize mips64, and mips3 as an alias for it.
14613
14614 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14615
14616 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14617 gdb knows how to handle OSF/1 shared libraries.
14618
14619 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14620
14621 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14622 * config.guess: Recognize Hitachi's HIUX.
14623 * config.sub: Recognize h3050r* and hppahitachi.
14624 Remove redundant cases for hp9k[23]*.
14625
14626 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14627
14628 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14629 if gas and ld are in the source tree and are in ${configdirs}.
14630 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14631 --with options (but still pass them down on the command line,
14632 if they were explicitly specified).
14633
14634 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14635
14636 * configure: substitute SHELL value in Makefile.in with
14637 ${CONFIG_SHELL}
14638
14639 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14640
14641 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14642 *-*-solaris2* targets.
14643
14644 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14645
14646 * Makefile.in: define M4, and pass it down to sub-makes;
14647 all-autoconf now depends on all-m4
14648
14649 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14650
14651 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14652 presence of {ar,ranlib} instead of a configured directory
14653
14654 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14655
14656 * config.guess: Accept 34?? as well as 33?? for NCR.
14657
14658 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14659
14660 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14661 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14662
14663 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14664
14665 * configure: grab values for $(CC) and $(CXX) from the
14666 environment, so that someone can do "CC=gcc configure; make" and
14667 have it work right (matching the way that autoconf works now)
14668
14669 * configure.in, Makefile.in: add support for gash, the tcl
14670 interface to Galaxy
14671
14672 * config.guess: add NetBSD variants (hp300, x86)
14673
14674 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14675
14676 * install.sh: Support -d option (in the manner of SunOS 4 install,
14677 as it is more deterministic than that of GNU install)
14678 (chmodcmd): Set file to mode 755 by default (should also do default
14679 chgrp and chown, but I don't feel like dealing with that now)
14680
14681 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14682
14683 * config.sub: Remove h8300hhms alias.
14684
14685 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14686
14687 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14688
14689 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14690
14691 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14692 as stmp-fixinc
14693
14694 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14695
14696 * config.sub: recognize m88110-bug-coff.
14697
14698 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14699
14700 * Makefile.in (all-libio): all dependencies on the toolchain used
14701 to build this (gcc, gas, ld, etc)
14702
14703 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14704
14705 * config.guess: Deal with OSF/1 1.3 on alpha.
14706
14707 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14708
14709 * install.sh: add some 'else true' clauses for portability
14710
14711 * configure.in: don't build libio for h8[35]00-*-* targets
14712
14713 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14714
14715 * Makefile.in: Add support for new libio.
14716
14717 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14718
14719 * install.sh: If one command fails, don't try the rest. Don't try
14720 to remove $dsttmp (via trap) unless we have already created it.
14721 If $src doesn't exist, detect it and exit with an error.
14722
14723 * config.guess: Recognize BSD on hp300.
14724
14725 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14726
14727 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14728 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14729
14730 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14731
14732 * Makefile.in (all-send-pr): depends on all-prms
14733
14734 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14735
14736 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14737
14738 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14739
14740 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14741 Added test for mips-mips-riscos5.
14742
14743 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14744
14745 * configure.in: use mh-hp300 for 68k HP hosts
14746
14747 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14748
14749 * configure: add support for CONFIG_SHELL, so that you can use
14750 some alternate shell for evaluating configure scripts
14751
14752 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14753
14754 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14755 in configure script to bug-gdb@prep.ai.mit.edu when building
14756 distribution archive.
14757 * Makefile.in (COMPRESS): Remove def.
14758 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14759 gdb.tar.Z and make-gdb.tar.Z respectively.
14760 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14761 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14762 to convergence with 'taz' target in Makefile.in.
14763
14764 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14765
14766 * install.sh (dsttmp): use trap to ensure that tmp files go
14767 away on error conditions
14768
14769 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14770
14771 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14772
14773 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14774
14775 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14776 its parent is '/' not ''.
14777
14778 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14779
14780 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14781
14782 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14783 that ${newsrcdir}/configure.in does.
14784
14785 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14786
14787 * test-build.mk: support for CONFIG_SHELL
14788
14789 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14790
14791 * config.sub (netware): Add as a basic system type.
14792
14793 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14794
14795 * Makefile.in (Makefile): depend on configure.in. Also drop the
14796 $(srcdir)/ from the dependency on Makefile.in.
14797
14798 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14799
14800 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14801 (h8300hhms is temporary until multi-libraries are implemented).
14802 * configure.in: Handle h8300h too.
14803
14804 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14805
14806 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14807
14808 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14809
14810 * configure: Remove extraneous output when guessing host type.
14811 * config.guess: Remove extraneous output when guessing using C
14812 compiler rather than uname, or when guessing fails.
14813
14814 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14815
14816 * Makefile.in: remove all.cross and install.cross targets
14817
14818 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14819 definitions
14820
14821 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14822
14823 * configure.in (target sh): Build gprof.
14824
14825 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14826
14827 * config.sub: change -solaris to -solaris2
14828
14829 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14830
14831 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14832
14833 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14834
14835 * configure: Correct error message for missing Makefile.in to
14836 print correct directory.
14837
14838 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14839
14840 * install.sh: kludge around 386BSD shell bug
14841
14842 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14843
14844 * config.guess: Recognize NeXT.
14845 * config.guess: Recognize i486-ncr-sysv4.
14846 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14847
14848 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14849
14850 * Makefile.in (MAKEINFOFLAGS): New variable.
14851 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14852 * build-all.mk, test-build.mk: Pass down --no-split as
14853 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14854
14855 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14856
14857 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14858
14859 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14860
14861 * Makefile.in (libg++.tar.z): New rule.
14862 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14863 * Makefile.in (taz): Only do a single chmod.
14864
14865 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14866
14867 * install.sh: don't use dirname anymore (replaced with sed usage)
14868
14869 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14870
14871 * Makefile.in: Change extension for gzip'd files from '.z' to
14872 '.gz' per new FSF standard usage.
14873
14874 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14875
14876 * configure: put quotes around the final value of program_transform_name
14877
14878 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14879
14880 * Makefile.in: new install.sh support; update install-info rules
14881
14882 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14883
14884 * configure.in: Build diff for crosses, but not for go32 host.
14885
14886 * configure.in: Build gprof only for native, and don't build it
14887 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14888
14889 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14890
14891 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14892
14893 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14894
14895 * configure.in (host_tools): Add prms.
14896
14897 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14898
14899 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14900 with $(FLAGS_TO_PASS) on the command line
14901
14902 * config.sub: Recognize lynx and lynxos
14903
14904 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14905
14906 * config.sub: Accept -ecoff*, not just -ecoff.
14907
14908 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14909
14910 * Makefile.in (taz): Use .gz suffix instead of .z.
14911 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14912 names.
14913
14914 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14915
14916 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14917
14918 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14919
14920 * Makefile.in (install-no-fixedincludes): install gcc last, so
14921 that rebuilds that might happen during 'make install' don't get
14922 bogus gcc include files
14923
14924 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14925
14926 Change from Utah for HPPA support:
14927 * config.guess: Recognize hppa1.x-hp-bsd.
14928
14929 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14930
14931 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14932 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14933
14934 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14935
14936 * config.sub: Add support for rom68k and bug boot monitors.
14937
14938 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14939
14940 * Makefile.in: Make all-opcodes depend on all-bfd.
14941
14942 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14943
14944 * config.guess: Added special check for i[34]86-univel-sysv4*.
14945
14946 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14947
14948 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14949 the processor rather than assuming i486.
14950
14951 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14952
14953 * config.guess: Recognize SunOS6 as Solaris3.
14954
14955 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14956
14957 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14958 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14959
14960 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14961
14962 * build-all.mk (all-cross): New target for Canadian Cross.
14963 Added Q2 go32 targets.
14964 * test-build.mk: Configure go32 cross sparclite-aout and
14965 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14966 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14967
14968 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14969
14970 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14971 GO32 hosted toolchains
14972
14973 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14974
14975 * configure: change so "-exec-prefix" gets passed down rather
14976 than "-exec_prefix" so autoconf generated Makefiles get the
14977 exec_prefix set right.
14978
14979 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14980
14981 * config.guess: get the Solaris2 minor version number
14982
14983 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14984
14985 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14986
14987 * config.guess: Recognize some Sequent platforms.
14988
14989 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14990
14991 * Makefile.in: added the vault-install target
14992
14993 * configure.in: actually use the Sun3 makefile fragment that's in
14994 config, also added the release dir to configdirs
14995
14996 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14997
14998 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14999
15000 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15001
15002 * configure.in: remove some program from Alpha targetted toolchains
15003
15004 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15005
15006 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15007 gprof.
15008 (taz): Run "make diststuff" in those directories instead of "make
15009 proto-dir". Look for "VERSION=" only at start of line in subdir
15010 Makefile. Use "gzip -9" for compression.
15011 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15012 (binutils.tar.z): New target.
15013
15014 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15015
15016 * Makefile.in (taz): Include gpl.texinfo.
15017
15018 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15019
15020 * Makefile.in (setup-dirs): Merged into "taz" target.
15021 (taz): Only do `proto-dir' stuff if a directory is actually needed
15022 for this target.
15023
15024 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15025
15026 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15027 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15028 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15029 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15030 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15031
15032 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15033
15034 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15035 config.sub, and move-if-change to gdb testsuite distribution
15036 archive, so the testsuite can be extracted, configured, and
15037 run separately from the gdb distribution. Blow away the Chill
15038 tests that require a Chill compiled executable, since GNU Chill
15039 is not yet publically available.
15040
15041 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15042
15043 * test-build.mk: set environment variables in a single command,
15044 instead of a list of assignments and exports
15045
15046 * config.guess: recognize Alpha/OSF1 systems
15047
15048 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15049
15050 * configure: Change help message to prefer --options rather than
15051 -options.
15052
15053 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15054
15055 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15056 zippy@ecst.csuchico.edu.
15057 * config.guess: Recognize miniframe.
15058
15059 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15060
15061 * Makefile.in: Use srcroot to find runtest rather than rootme.
15062 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15063
15064 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15065
15066 * test-build.mk: Extensive additions to support building on a
15067 machine other than the host.
15068
15069 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15070
15071 * configure (tooldir): Fix for i386-aix again.
15072
15073 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15074
15075 * configure, Makefile.in: Change definition of $(tooldir)
15076 to match the FSF.
15077
15078 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15079
15080 * config.guess: Recognize i[34]86/SVR4.
15081
15082 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15083
15084 * Makefile.in (all-gdb): gdb depends on sim.
15085
15086 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15087
15088 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15089 at the same time we make the prototype gdb directory.
15090 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15091 files at the same time as the gdb base release distribution.
15092
15093 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15094
15095 * Makefile.in (check): Use individual check targets rather than
15096 DO_X rule.
15097 (check-gcc): Added.
15098
15099 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15100
15101 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15102 for System V release 3.2.
15103
15104 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15105
15106 * config.sub: Recognize hppaosf.
15107 * configure.in: Do configure ld/binutils/gas for it.
15108
15109 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15110
15111 * configure (tooldir): Alter syntax used to set this, for systems
15112 where "\$" isn't handled right, like i386-aix.
15113
15114 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15115
15116 * configure: Pass program-transform-name, not
15117 program_transform_name, to recursive configures.
15118
15119 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15120
15121 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15122 of gas+ld+binutils.
15123
15124 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15125
15126 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15127
15128 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15129
15130 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15131
15132 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15133
15134 * Makefile.in (PRMS): Set back to all-prms.
15135
15136 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15137
15138 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15139 targets, rather than for MIPS hosts.
15140
15141 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15142
15143 * configure.in: add comment for --with-x default values
15144
15145 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15146
15147 * Makefile.in: add check-* targets for each of the directories in
15148 the tree. Add a definition of RUNTEST that will use the one we
15149 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15150
15151 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15152
15153 * configure.in: Removed obsolete references to bfd_target and
15154 target_makefile_frag.
15155
15156 * build-all.mk: Set assorted targets for Q2.
15157 * config.sub: Recognize z8k-sim and h8300-hms.
15158 * test-build.mk: Really don't pass host to configure.
15159 (HOLES): Added uname.
15160
15161 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15162
15163 * configure: Handle an empty program-prefix, program-suffix or
15164 program-transform-name correctly.
15165
15166 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15167
15168 * build-all.mk: -G 8 no longer required for MIPS targets.
15169 * test-build.mk: Don't pass host argument to configure; make it
15170 guess.
15171
15172 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15173
15174 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15175 * Makefile.in (COMPRESS): New macro, like GZIP.
15176
15177 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15178
15179 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15180
15181 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15182 with gas currently defaults to -G 0.
15183
15184 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15185
15186 * Makefile.in (all-flex): flex depends on byacc.
15187
15188 * build-all.mk: If host not specified, use config.guess. Pass TAG
15189 to test-build.mk as RELEASE_TAG.
15190 * test-build.mk (configargs): New variable containing arguments to
15191 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15192 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15193
15194 * config.guess: Use /bin/uname when checking -X argument on SCO,
15195 to avoid invoking GNU uname which doesn't understand -X.
15196
15197 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15198
15199 * configure.in: Build gas for mips-*-*.
15200
15201 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15202
15203 * Makefile.in (all.normal): insert missing backslash.
15204
15205 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15206
15207 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15208
15209 * Makefile.in: Complete overhaul to merge many almost identical
15210 targets.
15211
15212 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15213
15214 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15215 (gdb.tar.Z): Adjusted.
15216
15217 * Makefile.in (setup-dirs, taz): New targets; should be general
15218 enough to adapt for gdb sometime. Build only .z file.
15219 (gas.tar.z): New target.
15220
15221 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15222
15223 * build-all.mk: Use CC=cc -Xs on Solaris.
15224
15225 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15226
15227 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15228 for handling BISON for FSF releases.
15229
15230 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15231
15232 * configure: Actually implement the change zoo just documented.
15233
15234 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15235
15236 * configure: when using config.guess, only set target_alias when
15237 it's not already been set (ie, on the command line)
15238
15239 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15240
15241 * Makefile.in: add installcheck target, set PRMS to install-prms
15242
15243 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15244
15245 * configure: add support for package_makefile_fragment, handle the
15246 case where a directory has a configure.in file but no Makefile.in
15247 more gracefully (with an actual understandable error message, even);
15248 add support for --without (and add this to the usage message); also
15249 explicitly add a --host=${host_alias} to the command line when
15250 config.guess is used
15251
15252 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15253
15254 * configure: Must use both --host and --target in recursive calls.
15255
15256 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15257
15258 * Makefile.in: Change deja-gnu to dejagnu.
15259
15260 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15261
15262 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15263
15264 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15265
15266 * configure.in: canonicalize all instances to *-*-solaris2*,
15267 also strip out a number of tools to not build for go32 host
15268
15269 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15270
15271 * config.guess: add GPL.
15272
15273 * Makefile.in, config.guess, config.sub, configure: bump
15274 copyrights to 93.
15275
15276 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15277
15278 * Makefile.in (do-info): Removed obsolete check for existence of
15279 localenv file.
15280
15281 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15282
15283 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15284
15285 * Makefile.in: a couple of 'else true' for decstation,
15286 support for TclX
15287
15288 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15289
15290 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15291
15292 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15293
15294 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15295
15296 * config.guess: Recognize i386-ibm-aix (PS/2).
15297 * configure.in: Use config/mh-aix386 file for it.
15298
15299 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15300
15301 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15302 CC_FOR_TARGET instead.
15303 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15304
15305 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15306
15307 * Makefile.in: Add sim to list of directories sent with gdb
15308
15309 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15310
15311 * configure.in: Put back mips-dec-bsd* case.
15312
15313 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15314
15315 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15316 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15317 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15318
15319 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15320
15321 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15322
15323 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15324 (install-info): install dir.info only if it exists,
15325 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15326
15327 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15328
15329 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15330 gas for mips-dec-bsd.
15331
15332 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15333
15334 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15335 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15336
15337 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15338
15339 * configure.in: Added "dejagnu" to hosttools list.
15340
15341 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15342
15343 * config.sub, configure.in, config.guess: Add support
15344 for Bosx, an AIX variant from Bull.
15345 Patches from F.Pierresteguy@frcl.bull.fr.
15346
15347 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15348
15349 * devo/dejagnu: Initial creation of devo/dejagnu.
15350 Migrated dejagnu testcases and support files for testing software
15351 tools to reside as subdirectories, currently called "testsuite",
15352 within the directory of the software tool. Migrated all programs,
15353 support libraries, etc. beloging to dejagnu proper from
15354 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15355 with no modifications. The changes to these files which will
15356 allow them to configure, build, and execute properly will be made
15357 in a future update.
15358
15359 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15360
15361 * Makefile.in: Change send_pr to send-pr.
15362 * configure.in: Likewise.
15363 * send_pr: Renamed directory to send-pr.
15364
15365 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15366
15367 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15368
15369 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15370
15371 * README: Update for gdb-4.8 release.
15372 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15373 gdb-xxx.tar.z (gzip'd) file also.
15374
15375 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15376
15377 * Makefile.in: make all-diff depend on all-libiberty
15378
15379 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15380
15381 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15382
15383 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15384
15385 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15386
15387 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15388
15389 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15390 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15391 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15392
15393 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15394
15395 * Makefile.in: makeinfo binary is in a new location
15396
15397 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15398
15399 * config.sub: Accept -ecoff as an OS.
15400
15401 * Makefile.in: Various changes to eliminate a level of make
15402 recursion and reduce the required command line length.
15403 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15404 sub-makes.
15405 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15406 variables holding settings for specific sub-makes.
15407 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15408 in terms of BASE_FLAGS_TO_PASS.
15409 (TARGET_LIBS): New variable listing directories which use
15410 TARGET_FLAGS_TO_PASS.
15411 (subdir_do): Eliminated.
15412 (do-*): New set of targets to replace subdir_do.
15413 (various): All targets which used subdir_do now depend on do-*.
15414 (local-clean): Renamed from do_clean.
15415 (local-distclean): New target, dependency of distclean and
15416 realclean.
15417 (install-info): Don't create directories. Depend on dir.info
15418 rather than calling make recursively.
15419 (install-dir.info): Eliminated.
15420 (install-info-dirs): Create all info directories here.
15421 (dir.info): Depend upon do-install-info.
15422
15423 * test-build.mk (HOLES): Added false.
15424
15425 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15426
15427 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15428
15429 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15430
15431 * Makefile.in (info): remove dependency on all-texinfo. The
15432 problem was really in texinfo/C, not at this level.
15433
15434 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15435
15436 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15437
15438 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15439
15440 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15441 GDB releases.
15442
15443 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15444
15445 * configure: Include srcdir in message about target of link not
15446 being found. Don't convert `-' to `_' in `with' options being
15447 passed to subdirs.
15448
15449 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15450
15451 * configure.in: add uudecode to host_tools
15452
15453 * Makefile.in: added {all,install}-uudecode targets, added them to
15454 the appropriate lists
15455
15456 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15457
15458 * Makefile.in (all-gcc): Added dependency on all-gas.
15459
15460 * configure.in (mips-*-*): Build ld and binutils.
15461
15462 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15463
15464 * configure: check return code from mkdir, print error message and
15465 exit on failure.
15466
15467 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15468
15469 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15470
15471 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15472
15473 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15474
15475 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15476
15477 * config.sub (h8500): Recognize this as a cpu type.
15478
15479 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15480
15481 * configure: source directory missing is no longer a warning
15482
15483 * configure.in: recognize irix[34]* instead of irix[34]
15484
15485 * Makefile.in: define and pass down X11_LIB
15486
15487 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15488
15489 * guess-systype: Renamed to ...
15490 * config.guess: ... by popular request.
15491 * configure.in, Makefile.in: Update accordingly.
15492
15493 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15494
15495 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15496 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15497 + Execute ./dummy instead of assuming . is in PATH.
15498
15499 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15500
15501 * guess-systype: New shell script. Attempts to guess the
15502 canonical host name of the executing host.
15503 Only a few hosts are supported so far.
15504 * configure: Call guess-systype if no host is specified.
15505
15506 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15507
15508 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15509 gcc Makefile.
15510
15511
15512 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15513
15514 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15515 (all-gcc, install-gcc, subdir_do): Use it.
15516
15517 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15518
15519 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15520
15521 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15522
15523 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15524 set exclusively by configure, using configure.in .
15525
15526 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15527
15528 * test-build.mk: set $PATH for all builds
15529
15530 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15531
15532 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15533
15534 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15535 the one used in gcc/Makefile.in, so that a null expansion doesn't
15536 override the one needed to build gcc with a native cc.
15537
15538
15539 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15540
15541 * configure: Accept -with arguments.
15542
15543 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15544
15545 * Makefile.in: added h8300sim
15546
15547 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15548
15549 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15550 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15551 (all-cygnus, native, build-cygnus): Make
15552 $(canonhost)-stamp-3stage-done, not $(host)....
15553 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15554 i386-sco3.2v4. Added else true to if command.
15555
15556 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15557
15558 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15559
15560 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15561
15562 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15563
15564 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15565
15566 * configure.in: don't remove binutils from Solaris builds
15567
15568 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15569
15570 * Makefile.in: get rid of earlier definitions for *clean,
15571 also handle the recursive info rule better
15572
15573 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15574
15575 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15576 do more-or-less the right thing.
15577
15578 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15579
15580 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15581 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15582
15583 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15584
15585 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15586 $(host_canonical).
15587
15588 * configure.in: split the configdirs list into 4 categories (native
15589 v. cross, library v. tool) and handle the cross-only and native-
15590 only in more reasonable (and correct!) way.
15591
15592 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15593
15594 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15595 configdirs anymore.
15596
15597 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15598
15599 * Makefile.in: extensive cleanup:: removed all of the explicit
15600 clean-* targets, collapsed many wrappers around subdir_do into
15601 one, added additional targets to satisfy standards.texi, deleted
15602 some old targets, some changes for consistency
15603
15604 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15605
15606 * configure.in: handle some programs as cross-only, and others as
15607 native only
15608
15609 * test-build.mk: handle partial holes in a more generic manner
15610
15611 * Makefile.in: m4 depends on libiberty
15612
15613 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15614
15615 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15616 time, wdiff, and find to configdirs
15617
15618 * Makefile.in: all, clean, and install rules for the new programs
15619 added to configure.in
15620
15621 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15622
15623 * configure.in: use mh-sun for all *-sun-* hosts
15624
15625 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15626
15627 * Makefile.in: define flags for X11 include files and library file
15628 locations, pass them down to the programs that need this info
15629
15630 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15631
15632 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15633
15634 * configure.in: start building libg++ for HP-UX targets
15635
15636 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15637
15638 * README: Update references to files moved into etc/.
15639
15640 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15641
15642 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15643 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15644
15645 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15646
15647 * configure: accept dash as well as underscore in long option
15648 names for FSF compatibility.
15649
15650 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15651
15652 * config.sub: added -sco3.2v4 support from FSF.
15653
15654 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15655
15656 * configure.in: expand the section that adds or removes
15657 directories from the list of programs to build, to handle native
15658 vs. cross in addition to host v. native
15659
15660 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15661
15662 * Makefile.in: Replace C++ in macro names with CXX.
15663 This is less likely to break ...
15664
15665 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15666
15667 * test-build.mk: add -w to GNU_MAKE
15668
15669 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15670
15671 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15672 add 'sparc' to list of recognized cpus. This needed to make
15673 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15674 Delete some redundant ose68 variants. Recognize -wrs as an os,
15675 then changes that into $CPU-wrs-vxworks.
15676
15677 * configure.in: remove most references to gdbtest, regularize
15678 target based program removal
15679
15680 * test-build.mk: import from p3 tree (many fixes and changes)
15681
15682 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15683
15684 * Makefile.in: added rules to handle tcl, tk, and expect
15685
15686 * configure.in: handle those directories if they exist
15687
15688 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15689
15690 * config.sub: removed bogus hppabsd and hppahpux names, since
15691 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15692
15693 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15694
15695 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15696 depends upon all-xiberty
15697
15698 * Makefile.in: changes from p3, including:
15699
15700 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15701
15702 * Makefile.in (XTRAFLAGS): include newlib directories if
15703 newlib/Makefile exists, rather than if host != target.
15704
15705 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15706
15707 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15708 from the same source tree and not building a cross-compiler. This
15709 matters for the libg++ configuration if reconfiguring a tree that
15710 has already been installed.
15711
15712 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15713
15714 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15715 pick up the machine and system specific header files.
15716
15717 * Makefile.in: added AS_FOR_TARGET, passed down in
15718 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15719 the C compiler to use to create programs which are run in the
15720 build environment, set it to default to $(CC), and passed it down
15721 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15722
15723 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15724
15725 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15726 We need them for unusual native builds, like systems without
15727 ranlib.
15728
15729 * configure: also define $(host_canonical) and
15730 $(target_canonical), which are the full, canonical names for the
15731 given host and target
15732
15733 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15734
15735 * Makefile.in: Added separate definitions for C++.
15736
15737 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15738
15739 * configure.in (configdirs): Add deja-gnu.
15740
15741 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15742
15743 * README: Update for configure.texi and gdb-4.7 release.
15744
15745 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15746
15747 * Makefile.in: Move "all" target to top of file.
15748 Previously, first target was ".PHONY" which caused BSD4.4 make
15749 to build .PHONY when make was run without arguments.
15750
15751 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15752
15753 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15754 Library-copylefted code in libiberty.
15755
15756 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15757
15758 * config.sub: Replace m68kmote with plain old m68k.
15759
15760 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15761
15762 * Makefile.in: Remove space from blank line, avoid Make complaints.
15763
15764 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15765
15766 * config.sub: Complain if no argument is given. Added support for
15767 386bsd as OS and target alias.
15768
15769 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15770
15771 * Makefile.in (XTRAFLAGS): include newlib directories if
15772 newlib/Makefile exists, rather than if host != target.
15773
15774 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15775
15776 * config.sub: recognize sparclite-wrs-vxworks.
15777
15778 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15779 p3.) Added clean-xiberty to clean.
15780
15781 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15782
15783 * configure.in: use *-*-* instead of nested cases for host and target
15784
15785 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15786
15787 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15788 from the same source tree and not building a cross-compiler. This
15789 matters for the libg++ configuration if reconfiguring a tree that
15790 has already been installed.
15791
15792 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15793
15794 * config.sub (i486v/i486v4): Merge in from FSF version.
15795
15796 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15797
15798 * configure: only set PWD if it is already set.
15799
15800 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15801
15802 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15803 doesn't have unset and all success paths (and most error paths)
15804 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15805 to just ${PWD} to avoid confusion.)
15806
15807 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15808
15809 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15810 even for a native compilation.
15811
15812 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15813
15814 Changes to make the gdb.tar.Z rule work better.
15815
15816 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15817 (DEVO_SUPPORT): Add configure.texi.
15818 (bfd-ilrt.tar.Z): Remove ancient rule.
15819
15820 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15821
15822 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15823 pick up the machine and system specific header files.
15824
15825 * configure.in, config.sub: added new target m68010-adobe-scout,
15826 with alias of adobe68k. Changed configure.in to check for
15827 -scout before -sco* to avoid a false match.
15828
15829 * Makefile.in: added AS_FOR_TARGET, passed down in
15830 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15831 the C compiler to use to create programs which are run in the
15832 build environment, set it to default to $(CC), and passed it down
15833 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15834
15835 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15836
15837 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15838 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15839 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15840 FOR_TARGET variants, to newlib and libg++.
15841
15842 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15843
15844 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15845 first.
15846
15847 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15848
15849 * config.sub: Accept `elf' as an environment.
15850
15851 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15852
15853 * Makefile.in (all-opcodes): cd into the right directory
15854
15855 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15856
15857 * configure: added -program_transform_name option, used as
15858 argument to sed when installing programs.
15859 configure.texi: added documentation for -program_prefix,
15860 -program_suffix and -program_transform_name.
15861
15862 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15863
15864 * config.sub: Accept i486 where i386 ok.
15865
15866 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15867
15868 * config.sub: accept we32k
15869
15870 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15871
15872 * config.sub, configure.in: accept OSE68000 and OSE68k.
15873
15874 * Makefile.in: don't create all directories for ``make install'';
15875 let the subdirectories create the ones they need.
15876
15877 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15878
15879 * COPYING: new file, GPL v2
15880
15881 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15882
15883 * Makefile.in: use the new gen-info-dir, which needs a template
15884 argument (which also lives in texinfo)
15885
15886 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15887
15888 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15889
15890 * config.sub (ncr3000): Change i386 to i486.
15891
15892 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15893
15894 * Makefile.in: add install-rcs, install-grep to
15895 install-no-fixedincludes, removed install-bison and install-libgcc
15896
15897 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15898
15899 * configure.in: grab the HPUX makefile fragment if on HPUX
15900
15901 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15902
15903 * Makefile.in: eradicate bison spoor (ditto libgcc).
15904 configure.in: recognise m68{k,000}-ericsson-OSE.
15905 es1800 is alias for m68k-ericsson-OSE
15906
15907 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15908
15909 * configure.in: rearrange the parts that remove programs from
15910 configdirs, based now on HOST==TARGET or by canonical triple.
15911
15912 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15913
15914 * test-build.mk: recurse explicitly with -f test-build.mk when
15915 appropriate. predicate stage3 and comparison on the existence
15916 of gcc. That is, if gcc isn't around, we aren't three-staging.
15917 On very clean, also remove ...stamp-co. Build in-place before
15918 doing other builds.
15919
15920 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15921
15922 * Makefile.in, configure.in: add tgas
15923
15924 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15925
15926 * Makefile.in: a number of changes merged in from progressive.
15927
15928 * configure.in: add libm.
15929
15930 * .cvsignore: ignore some stuff that comes from test-build.mk.
15931
15932 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15933
15934 * config.sub: Add es1800 (m68k-ericsson-es1800).
15935
15936 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15937
15938 * configure: Add program_suffix (parallel to program_prefix)
15939 * Makefile.in: adjust directory-creating script for losing decstation
15940
15941 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15942
15943 * configure: Minor $subdir-related fixes.
15944
15945 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15946
15947 * configure: fix various problems with propogating
15948 makefile_target_frag in subdirs.
15949 * configure.in: config libgcc if its there
15950
15951 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15952
15953 * config.sub: HPPA merge.
15954
15955 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15956
15957 * Makefile.in: Replace all-bison with all-byacc in all
15958 dependency lines for other tools (which now use byacc).
15959
15960 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15961
15962 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15963
15964 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15965
15966 * Makefile.in: make gprof rules similar to byacc rules (instead of
15967 vestigal $(unsubdir) that didn't work...)
15968
15969 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15970
15971 * config.sub: Add support for Linux.
15972 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15973 (at least for libg++).
15974
15975 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15976
15977 * configure.texi: fix doc for the -nfp option to configure
15978
15979 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15980
15981 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15982
15983 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15984
15985 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15986 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15987 * configure.in: added solaris* host_makefile_frag hook.
15988
15989 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15990
15991 * config.sub: changed recognition of m68000 so that various
15992 m68k types can be specified via m680[01234]0
15993
15994 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15995
15996 * config.sub (basic_machine): fix sed so that '-foo' isn't
15997 completely substituted out while .+'-foo' loses the '-foo'
15998
15999 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16000
16001 * config.sub ($os): Add -aout.
16002
16003 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16004
16005 * configure: If host_makefile_frag is absolute, don't
16006 prefix ${invsubdir} (relevant to libg++ auto-configure).
16007
16008 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16009
16010 * Makefile.in (tooldir): Define it.
16011 (all-ld): Depend on all-flex.
16012
16013 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16014
16015 * Makefile.in (check): Fix libg++ special case.
16016
16017 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16018
16019 * configure: do not bury `pwd` into config.status, thus do fewer
16020 pwd's.
16021
16022 * configure: print the "Building in" message only when building in
16023 other than "." AND verbose.
16024
16025 * configure: remove -s, rework -v to better accomodate guested
16026 configures.
16027
16028 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16029
16030 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16031
16032 * Makefile.in: macroize flags passed on recursion. remove
16033 fileutils.
16034
16035 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16036
16037 * configure: get makesrcdir right for subdirs deeper than 1.
16038
16039 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16040 install.
16041
16042 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16043
16044 * Makefile.in: don't print subdir_do or recursion lines.
16045
16046 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16047
16048 * standards.texi: added menu item.
16049
16050 * Makefile.in: build and install standards.info.
16051
16052 * standards.texi: new file.
16053
16054 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16055
16056 * configure: test for and move config.status pieces from
16057 ${subdir}/.
16058
16059 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16060
16061 * configure: Test for existance of files before trying to mv
16062 them, to avoid numerous non-existance messages.
16063
16064 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16065
16066 * configure: correct final line of config.status.
16067
16068 * configure: patch from eggert. Avoids a protection problem if
16069 the original Makefile.in is read only.
16070
16071 * configure: use move-if-change from gcc to create config.status.
16072 Some makefiles depend on config.status to tell if a directory
16073 has been reconfigured for a different host. This change
16074 prevents those directories from remaking everything in the case
16075 where the reconfig was only intended to rebuild a Makefile.
16076
16077 * configure: test for config.sub with "config.sub sun4" rather
16078 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16079 host alias from a missing config.sub.
16080
16081 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16082
16083 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16084 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16085
16086 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16087
16088 * configure: mkdir ${subdir} as needed.
16089
16090 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16091
16092 * Makefile.in,configure.in: added autoconf.
16093
16094 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16095
16096 * Makefile.in: no longer pass against on recursion.
16097
16098 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16099 definitions are not inherited.
16100
16101 * configure: correct makesrcdir when subdir is .
16102
16103 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16104
16105 * configure: Add support for 'subdirs' variable, which is
16106 like 'configdirs', except that configure doesn't re-invoke
16107 itself for subdirs, it just creates a Makefile for each subdir.
16108 * configure.texi: Document subdirs.
16109
16110 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16111
16112 * configure.in: added flex to configdirs
16113
16114 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16115
16116 * Makefile.in: remove clean-stamps from clean.
16117
16118 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16119
16120 * configure.in: Add gdbtest to configdirs.
16121
16122 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16123
16124 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16125 to recursive makes.
16126 * configure.in: Recognize new ncr3000 config.
16127
16128 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16129
16130 * Makefile.in, configure.in: removed references to gdbm.
16131
16132 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16133
16134 * config.sub: Don't canonicalize os value
16135 newsos* to bsd (readline needs to check for newsos).
16136 (This fix was earlier made Jan 31, but got re-broken.)
16137
16138 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16139
16140 * configure.in: sco is an os, not a vendor!
16141
16142 * configure: Quote $( better. Keep various shells happy.
16143
16144 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16145
16146 * Makefile.in: eliminate stamp-files.
16147
16148 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16149
16150 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16151 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16152
16153 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16154
16155 * config.sub: fix iris/iris3.
16156
16157 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16158
16159 * configure: re-add -rm.
16160
16161 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16162
16163 * Maskefile.in: add .stmp-rcs to all.
16164
16165 * configure.in: remove gas from rs6000 build, use aix host fragment.
16166
16167 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16168
16169 * configure: pass down site_option during recursion.
16170
16171 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16172
16173 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16174
16175 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16176
16177 * configure: Change exec_prefix so that it really defaults to prefix.
16178
16179 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16180
16181 * Makefile.in, configure.in: Add support for mmalloc library.
16182
16183 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16184
16185 * Makefile.in: add stmp dependencies for a few more things.
16186
16187 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16188
16189 * configure: adjusted error message on objdir/srcdir configure
16190 collision, per john's suggestion.
16191
16192 * Makefile.in: add libiberty stmp to all and all.cross.
16193
16194 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16195
16196 * Makefile.in: remove force dependencies, add grep to all.
16197
16198 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16199
16200 * Makefile.in: drop flex. make stamp files work.
16201
16202 * configure: added test for conflicting configuration in srcdir,
16203 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16204 gets cranky. use relative paths for configure and srcdir
16205 whenever possible. Send some error messages to stderr that were
16206 going to stdout.
16207
16208 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16209
16210 * Makefile.in: Fix libg++ rule to check for gcc directory
16211 before using gcc/gcc. Also pass XTRAFLAGS.
16212
16213 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16214
16215 * Makefile.in: added stmp-files so that directories aren't polled
16216 when they are already built.
16217
16218 * configure.texi: fixed a node pointer problem.
16219
16220 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16221
16222 * config.sub configure.in gdb/configure.in
16223 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16224 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16225 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16226
16227 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16228
16229 * configure: -recurring becomes -silent. corrected help message
16230 for -site= option.
16231
16232 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16233
16234 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16235
16236 * configure: when building Makefile for crosses, replace
16237 tooldir and program_prefix. default srcdir from location of
16238 config.sub. remove "for host in hosts" and "for target in
16239 targets" loops.
16240
16241 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16242
16243 * Makefile.in: Do not pass bindir or mandir to cvs.
16244
16245 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16246
16247 * Makefile.in, configure.in: removed traces of namesubdir,
16248 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16249 copyrights to '92, changed some from Cygnus to FSF.
16250
16251 * configure.texi: remove most references to multiple hosts,
16252 multiple targets, subdirs, etc.
16253
16254 * configure.man: removed rcsid. reference config.sub not
16255 config.subr.
16256
16257 * Makefile.in: mkdir $(infodir) on install-info.
16258
16259 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16260
16261 * configure.texi: Explain better about .gdbinit and about
16262 the environment that configure.in sections run in.
16263
16264 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16265
16266 * configure.in: Ultrix is only a decstation if it's a MIPS.
16267
16268 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16269
16270 * README: DOC.configure => cfg-paper.texi.
16271
16272 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16273
16274 * config.sub (near case $os): Don't convert newsos* to bsd!
16275
16276 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16277
16278 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16279 the number of copies of COPYING that go into the GDB tar file.
16280
16281 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16282
16283 * bfd/configure.in, gdb/config/mh-i386sco,
16284 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16285 Fix SCO configuration stuff.
16286
16287 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16288
16289 * Makefile.in: For libg++, make sure the -I pointing
16290 to the gcc directory goes *after* all the libg++-local -I flags.
16291 Also, move just-gcc dependency from just-libg++ to all-libg++.
16292
16293 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16294
16295 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16296
16297 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16298
16299 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16300
16301 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16302
16303 * config.sub: Add stratus configuration frags. Also
16304 submitted to FSF.
16305
16306 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16307
16308 * Makefile.in (DEV_SUPPORT): add configure.man.
16309
16310 * config.sub(Decode manufacturer-specific): add -none*.
16311
16312 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16313
16314 * Makefile.in: remove form feeds to make Sun's make happy.
16315 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16316
16317 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16318
16319 * Makefile.in (AR_FLAGS): Make quieter.
16320
16321 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16322
16323 * configure.in: Add libg++.
16324 * configure: When verbose, don't output the command line at each
16325 level; it will be unremarkably the same as the previous version,
16326 which will be the same as what the user typed.
16327
16328 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16329
16330 * configure.in, Makefile.in: fix clean-info, add flex. add
16331 fileutils.
16332
16333 * configure: be less sensitive to spaces in Makefile.in. Do not
16334 look for sources in "..". Doing so breaks subdirectories that
16335 might have their own configure. If a subdir has it's own
16336 configure script, use it.
16337
16338 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16339
16340 * cfg-paper.texi: some changes suggested by rms.
16341
16342 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16343
16344 * config.sub: Merge in some small additions from the FSF version,
16345 taken from the gcc distribution, to bring the Cygnus and FSF
16346 versions into closer sync.
16347
16348 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16349
16350 * configure.in: Changed svr4 references to sysv4.
16351
16352 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16353
16354 * configure: added -V for version number option.
16355
16356 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16357
16358 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16359 renamed from DOC.configure to cfg-paper.texi.
16360
16361 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16362
16363 * configure, config.subr, config.sub: config.subr is now
16364 config.sub again.
16365
16366 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16367
16368 * configure.texi: new file, in progress.
16369
16370 * Makefile.in: build info file and install the man page for
16371 configure.
16372
16373 * configure.man: new file, first cut.
16374
16375 * configure: find config.subr again now that configuration "none"
16376 has gone. removed all traces of the -ansi option. removed all
16377 traces of the -languages option.
16378
16379 * config.subr: resync from rms.
16380
16381 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16382
16383 * configure, config.sub, config.subr: merge config.sub into
16384 config.subr, call the result config.subr, remove config.sub, use
16385 config.subr.
16386
16387 * Makefile.in: revised install for dir.info.
16388
16389 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16390
16391 * configure.in: add decstation host makefile frag.
16392
16393 * Makefile.in: BISON now bison -y again. also install-gcc on
16394 install. clean-gdbm on clean. infodir belongs in datadir.
16395 Make directories for info install. Build dir.info here then
16396 install it.
16397
16398 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16399
16400 * Makefile.in: fix for bad directory tests.
16401
16402 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16403
16404 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16405 regexp. -srcdir relative was being handled incorrectly.
16406
16407 * Makefile.in: unwrapped some for loops so that parallel makes
16408 work again and so one can focus one's attention on a particular
16409 package.
16410
16411 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16412
16413 * configure: added PWD as a stand in for `pwd` (for speed). use
16414 elif wherever possible. make -srcdir work without -objdir.
16415 -objdir= commented out.
16416
16417 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16418
16419 * configure: +options become --options. -subdirs commented out.
16420 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16421 Makefile now at top of generated Makefile. Removed cvs log
16422 entries. added -srcdir. create .gdbinit only if there is one
16423 in ${srcdir}.
16424
16425 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16426 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16427 and mandir now keyed off datadir by default.
16428
16429 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16430
16431 * Freshly created ChangeLog.
16432
16433 \f
16434 Local Variables:
16435 mode: change-log
16436 left-margin: 8
16437 fill-column: 76
16438 version-control: never
16439 End: