]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
Remove arm-symbianelf
[thirdparty/binutils-gdb.git] / ChangeLog
1 2021-02-09 Alan Modra <amodra@gmail.com>
2
3 * configure.ac: Delete arm*-*-symbianelf* entry.
4 * configure: Regenerate.
5
6 2021-01-26 Nick Alcock <nick.alcock@oracle.com>
7
8 * Makefile.def: Add install-libctf dependency to install-ld.
9 * Makefile.in: Regenerated.
10
11 2021-01-12 Mike Frysinger <vapier@gentoo.org>
12
13 * src-release.sh (do_proto_toplev): Rewrite indentation.
14
15 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
16
17 PR binutils/26766
18 * configure.ac:
19 * configure: Regenerated.
20
21 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
22
23 PR ld/27173
24 * configure: Regenerated.
25 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
26 --plugin and rc before enabling --plugin.
27
28 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR binutils/26766
31 * Makefile.tpl (BUILD_CFLAGS): New.
32 (CFLAGS): Append $(BUILD_CFLAGS).
33 (CXXFLAGS): Likewise.
34 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
35 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
36 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
37 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
38 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
39 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
40 (PGO-TRAINING-TARGETS): Likewise.
41 (PGO_BUILD_TRAINING): Likewise.
42 (all): Add '+' to the command line for recursive make. Support
43 the PGO build.
44 * configure.ac: Add --enable-pgo-build[=lto].
45 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
46 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
47 * Makefile.in: Regenerated.
48 * configure: Likewise.
49
50 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
51
52 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
53 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
54 * configure.ac: Include config/gcc-plugin.m4.
55 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
56 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
57 RANLIB if possible.
58 * Makefile.in: Regenerated.
59 * configure: Likewise.
60
61 2021-01-09 Nick Clifton <nickc@redhat.com>
62
63 * 2.36 release branch crated.
64
65 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
66
67 * libtool.m4: Match gnu* along with other GNU systems.
68
69 2021-01-07 Alan Modra <amodra@gmail.com>
70
71 * config.sub: Accept OS of eabi* and gnueabi*.
72
73 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
74
75 * Makefile.def (libctf): No longer no_check. Checking depends on
76 all-ld.
77 * Makefile.in: Regenerated.
78
79 2021-01-05 Nick Clifton <nickc@redhat.com>
80
81 * libiberty: Sync with gcc. Bring in:
82 2021-01-04 Martin Liska <mliska@suse.cz>
83
84 * strverscmp.c: Convert to utf8 from iso8859.
85
86 2020-12-22 Jason Merrill <jason@redhat.com>
87
88 PR c++/67343
89 * cp-demangle.h (struct d_info): Add unresolved_name_state.
90 * cp-demangle.c (d_prefix): Add subst parm.
91 (d_nested_name): Pass it.
92 (d_unresolved_name): Split out from...
93 (d_expression_1): ...here.
94 (d_demangle_callback): Maybe retry with old sr mangling.
95 * testsuite/demangle-expected: Add test.
96
97 2020-12-21 Jason Merrill <jason@redhat.com>
98
99 * cp-demangle.c (d_expression_1): Recognize qualified-id
100 on RHS of dt/pt.
101 * testsuite/demangle-expected: Add test.
102
103 2020-12-21 Jason Merrill <jason@redhat.com>
104
105 * cp-demangle.c (d_unqualified_name): Clear is_expression.
106 * testsuite/demangle-expected: Add tests.
107
108 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
109
110 * configure: Regenerate.
111 * configure.ac: Avoid using sanitizer.
112
113 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
114
115 * rust-demangle.c (struct rust_demangler): Add
116 skipping_printing and bound_lifetime_depth fields.
117 (eat): Add (v0-only).
118 (parse_integer_62): Add (v0-only).
119 (parse_opt_integer_62): Add (v0-only).
120 (parse_disambiguator): Add (v0-only).
121 (struct rust_mangled_ident): Add punycode{,_len} fields.
122 (parse_ident): Support v0 identifiers.
123 (print_str): Respect skipping_printing.
124 (print_uint64): Add (v0-only).
125 (print_uint64_hex): Add (v0-only).
126 (print_ident): Respect skipping_printing,
127 Support v0 identifiers.
128 (print_lifetime_from_index): Add (v0-only).
129 (demangle_binder): Add (v0-only).
130 (demangle_path): Add (v0-only).
131 (demangle_generic_arg): Add (v0-only).
132 (demangle_type): Add (v0-only).
133 (demangle_path_maybe_open_generics): Add (v0-only).
134 (demangle_dyn_trait): Add (v0-only).
135 (demangle_const): Add (v0-only).
136 (demangle_const_uint): Add (v0-only).
137 (basic_type): Add (v0-only).
138 (rust_demangle_callback): Support v0 symbols.
139 * testsuite/rust-demangle-expected: Add v0 testcases.
140
141 2020-11-13 Seija Kijin <doremylover456@gmail.com>
142
143 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
144
145 2020-11-11 Patrick Palka <ppalka@redhat.com>
146
147 PR c++/88115
148 * cp-demangle.c (d_print_comp_inner)
149 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
150 "operator " prefix for __alignof__.
151 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
152 operand of __alignof__.
153 * testsuite/demangle-expected: Test demangling for __alignof__.
154
155 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
156
157 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
158
159 2020-10-06 Martin Liska <mliska@suse.cz>
160
161 PR lto/97290
162 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
163 Use sh_link of a .symtab_shndx section.
164
165 2021-01-05 Alan Modra <amodra@gmail.com>
166
167 * config.guess: Import from upstream.
168 * config.sub: Likewise.
169
170 2020-12-16 Martin Liska <mliska@suse.cz>
171 Tom de Vries <tdevries@suse.de>
172
173 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
174 field. Add meter field.
175 (progressfn): Print progress using meter.
176
177 2020-12-02 Enze Li <lienze2010@hotmail.com>
178
179 * .gitignore: Add gnu global outputs.
180
181 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
182
183 * .gitignore: Sync with gcc.
184
185 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
186
187 * src-release.sh: Use sha256sum instead of md5sum.
188
189 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 * Makefile.in: Rebuild.
192 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
193 distclean-gdbserver.
194
195 2020-07-24 Aaron Merey <amerey@redhat.com>
196
197 * configure: Rebuild.
198 * configure.ac: Remove AC_DEBUGINFOD.
199
200 2020-07-04 Nick Clifton <nickc@redhat.com>
201
202 Binutils 2.35 branch created.
203
204 2020-04-21 Stephen Casner <casner@acm.org>
205
206 PR 25830
207 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
208 * configure: Rebuild.
209
210 2020-03-12 Tom Tromey <tom@tromey.com>
211
212 * Makefile.in: Rebuild.
213 * Makefile.def (gdbserver): Depend on gdbsupport.
214
215 2020-03-12 Tom Tromey <tom@tromey.com>
216
217 * Makefile.in: Rebuild.
218 * Makefile.def (gdbsupport): Don't depend on bfd.
219
220 2020-03-12 Tom Tromey <tom@tromey.com>
221
222 * Makefile.in: Rebuild.
223 * Makefile.def (gdbsupport): Depend on intl.
224
225 2020-02-17 Tom Tromey <tom@tromey.com>
226
227 * configure: Rebuild.
228 * configure.ac (configdirs): Add gnulib and gdbsupport when building
229 gdbserver.
230
231 2020-02-14 Tom Tromey <tom@tromey.com>
232
233 * Makefile.in: Rebuild.
234 * Makefile.def: Make gdbserver require gnulib and libiberty.
235
236 2020-02-07 Tom Tromey <tom@tromey.com>
237 Pedro Alves <palves@redhat.com>
238
239 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
240 * gdbserver: New directory, moved from gdb/gdbserver.
241 * configure.ac (host_tools): Add gdbserver.
242 Only build gdbserver on certain systems.
243 * Makefile.in, configure: Rebuild.
244 * Makefile.def (host_modules, dependencies): Add gdbserver.
245 * MAINTAINERS: Add gdbserver.
246
247 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
248
249 * src-release.sh (getver): Look for gdbsupport's
250 create-version.sh script at the current directory if tool is
251 "gdb".
252
253 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
254
255 * remote-sim.c (gdbsim_target::wait): Return
256 sim_data->remote_sim_ptid instead of inferior_ptid.
257
258 2020-01-18 Nick Clifton <nickc@redhat.com>
259
260 Binutils 2.34 branch created.
261
262 2020-01-18 Nick Clifton <nickc@redhat.com>
263
264 Synchronize top level configure files with master version:
265
266 2020-01-01 Ben Elliston <bje@gnu.org>
267
268 * config.guess: Update copyright years.
269 * config.sub: Likewise.
270
271 2019-12-21 Ben Elliston <bje@gnu.org>
272
273 * config.guess (set_cc_for_build): Prevent multiple calls by
274 checking if $tmp is already set. We can't check CC_FOR_BUILD as
275 the user may set it externally. Thanks to Torbjörn Granlund for
276 the bug report.
277
278 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
279
280 * config.guess (alpha:Linux:*:*): Guard against missing
281 /proc/cpuinfo by redirecting standard error to /dev/null.
282
283 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
284
285 * config.guess (*:Twizzler:*:*): New.
286 * config.sub (-twizzler*): New.
287
288 2019-07-24 Ben Elliston <bje@gnu.org>
289
290 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
291
292 2019-06-30 Ben Elliston <bje@gnu.org>
293
294 * config.sub (case $os): Match nsk* and powerunix. Don't later
295 match nsk* and set os=nsk which removes the OS version number.
296
297 2019-06-30 Ben Elliston <bje@gnu.org>
298
299 * config.sub: Recognise os108*.
300
301 2019-06-26 Ben Elliston <bje@gnu.org>
302
303 * config.sub (hp300): Set $os to hpux.
304
305 2019-06-26 Ben Elliston <bje@gnu.org>
306
307 * config.sub (vsta): Move into alphabetical order.
308
309 2019-06-10 Ben Elliston <bje@gnu.org>
310
311 * config.guess (*:OS108:*:*): Recognise new OS.
312
313 2019-05-28 Ben Elliston <bje@gnu.org>
314
315 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
316 system compiler is installed. If not, do not run set_cc_for_build,
317 as the default cc will open a dialog box asking to install
318 Xcode. If no C compiler is available, guess based on uname -p and
319 uname -m.
320
321 2019-05-28 Ben Elliston <bje@gnu.org>
322
323 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
324
325 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
326
327 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
328 * Makefile.in: Re-generate.
329
330 2020-01-14 Tom Tromey <tom@tromey.com>
331
332 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
333 * MAINTAINERS: Add gdbsupport.
334 * configure: Rebuild.
335 * configure.ac (configdirs): Add gdbsupport.
336 * gdbsupport: New directory, move from gdb/gdbsupport.
337 * Makefile.def (host_modules, dependencies): Add gnulib.
338 * Makefile.in: Rebuild.
339
340 2020-01-09 Aaron Merey <amerey@redhat.com>
341
342 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
343 new configure option --with-debuginfod.
344 * configure: Regenerate.
345 * configure.ac: Call AC_DEBUGINFOD.
346
347 2019-12-26 Christian Biesinger <cbiesinger@google.com>
348
349 * .gitignore: Add perf.data and perf.data.old.
350
351 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
352
353 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
354
355 2019-10-17 Alan Modra <amodra@gmail.com>
356
357 PR 29
358 * src-release.sh (getver): Replace "head -1" with "head -n 1".
359
360 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
361
362 * Makefile.def (host_modules): libctf is no longer no_install.
363 * Makefile.in: Regenerated.
364
365 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
366
367 * Makefile.def (dependencies): all-ld depends on all-libctf.
368 * Makefile.in: Regenerated.
369
370 2019-09-09 Phil Blundell <pb@pbcl.net>
371
372 binutils 2.33 branch created
373
374 2019-08-19 Tom Tromey <tom@tromey.com>
375
376 * configure: Rebuild.
377 * configure.ac: Add --with-static-standard-libraries.
378
379 2019-08-09 Nick Clifton <nickc@redhat.com>
380
381 * libiberty: Sync with gcc. Bring in:
382 2019-08-08 Martin Liska <mliska@suse.cz>
383
384 PR bootstrap/91352
385 * lrealpath.c (is_valid_fd): New function.
386
387 2019-07-24 Martin Liska <mliska@suse.cz>
388
389 PR lto/91228
390 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
391 Find first '\0' starting from gnu_lto + 1.
392
393 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
394
395 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
396 This fixes a Bug 90924.
397
398 2019-07-22 Martin Liska <mliska@suse.cz>
399
400 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
401 Do not search for gnu_lto_v1, but search for first '\0'.
402
403 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
404
405 * cplus-dem.c: Include rust-demangle.h.
406 * rust-demangle.c: Include rust-demangle.h.
407 * rust-demangle.h: New file.
408
409 2019-05-31 Michael Forney <mforney@mforney.org>
410
411 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
412 is non-zero.
413
414 2019-04-30 Ben L <bobsayshilol@live.co.uk>
415
416 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
417 * testsuite/d-demangle-expected: Add testcase.
418
419 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
420 * testsuite/d-demangle-expected: Add testcase.
421
422 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
423 * testsuite/d-demangle-expected: Add testcase.
424
425 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
426 * testsuite/d-demangle-expected: Add testcase.
427
428 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
429 * testsuite/d-demangle-expected: Add testcase.
430
431 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
432 * testsuite/demangle-expected: Add testcase.
433
434 * cp-demangle.c (d_encoding): Guard against NULL return values from
435 d_right (dc).
436 * testsuite/demangle-expected: Add testcase.
437
438 2019-04-29 Ben L <bobsayshilol@live.co.uk>
439
440 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
441 char is valid.
442 * testsuite/demangle-expected: Add testcase.
443
444 2019-04-10 Nick Clifton <nickc@redhat.com>
445
446 PR 89394
447 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
448 lengths.
449 (d_count_templates_scopes): Replace num_templates and num_scopes
450 parameters with a struct d_print_info pointer parameter. Adjust
451 body of the function accordingly. Add recursion counter and check
452 that the recursion limit is not reached.
453 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
454 Reset recursion counter afterwards, unless the recursion limit was
455 reached.
456
457 2019-07-13 Joel Brobecker <brobecker@adacore.com>
458
459 * src-release (getver): If $tool/gdbsupport/create-version.sh
460 exists, use that to determine the version number.
461
462 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
463
464 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
465
466 2019-06-14 Tom Tromey <tom@tromey.com>
467
468 * MAINTAINERS: Add gnulib.
469 * gnulib: New directory, move from gdb/gnulib.
470 * configure.ac (host_libs): Add gnulib.
471 * configure: Rebuild.
472 * Makefile.def (host_modules, dependencies): Add gnulib.
473 * Makefile.in: Rebuild.
474
475 2019-06-03 Nick Clifton <nickc@redhat.com>
476
477 Revert:
478 2019-05-29 Nick Clifton <nickc@redhat.com>
479
480 * configure.ac (noconfigdirs): Add libctf if the target does not use
481 the ELF file format.
482 * configure: Regenerate.
483
484 2019-05-29 Nick Clifton <nickc@redhat.com>
485
486 * src-release.sh (do_proto_toplev): Add libctf to list of
487 directories that can be disabled.
488
489 2019-05-29 Nick Clifton <nickc@redhat.com>
490
491 * configure.ac (noconfigdirs): Add libctf if the target does not use
492 the ELF file format.
493 * configure: Regenerate.
494
495 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
496
497 * Makefile.def (dependencies): configure-libctf depends on all-bfd
498 and all its deps.
499 * Makefile.in: Regenerated.
500
501 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
502
503 * MAINTAINERS: Add libctf.
504
505 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
506
507 * Makefile.def (host_modules): Add libctf.
508 * Makefile.def (dependencies): Likewise.
509 libctf depends on zlib, libiberty, and bfd.
510 * Makefile.in: Regenerated.
511 * configure.ac (host_libs): Add libctf.
512 * configure: Regenerated.
513
514 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
515
516 * config.guess: Synchronize with config project master sources.
517 * config.sub: Likewise.
518 * readline/support/config.guess: Likewise.
519 * readline/support/config.sub: Likewise.
520
521 2019-04-10 Nick Clifton <nickc@redhat.com>
522
523 * libiberty: Sync with gcc. Bring in:
524 2019-04-10 Nick Clifton <nickc@redhat.com>
525
526 PR 89394
527 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
528 lengths.
529 (d_count_templates_scopes): Replace num_templates and num_scopes
530 parameters with a struct d_print_info pointer parameter. Adjust
531 body of the function accordingly. Add recursion counter and check
532 that the recursion limit is not reached.
533 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
534 Reset recursion counter afterwards, unless the recursion limit was
535 reached.
536
537 2018-06-24 Nick Clifton <nickc@redhat.com>
538
539 2.32 branch created.
540
541 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
542
543 Merge from GCC:
544 PR target/88535
545 * config.guess: Import upstream version 2019-01-03.
546 * config.sub: Import upstream version 2019-01-01.
547
548 2019-01-10 Nick Clifton <nickc@redhat.com>
549
550 * libiberty: Sync with gcc. Bring in:
551 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
552
553 PR other/16615
554
555 * cp-demangle.c: Mechanically replace "can not" with "cannot".
556 * floatformat.c: Likewise.
557 * strerror.c: Likewise.
558
559 2018-12-22 Jason Merrill <jason@redhat.com>
560
561 Remove support for demangling GCC 2.x era mangling schemes.
562 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
563 internal_cplus_demangle, and all subroutines.
564 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
565 Lucid, ARM, HP, and EDG demangling styles.
566 (cplus_demangle): Remove 'work' variable. Don't call
567 internal_cplus_demangle.
568
569 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
570
571 * configure.ac: Don't configure readline if --with-system-readline is
572 used.
573 * configure: Re-generate.
574
575 2018-10-31 Joseph Myers <joseph@codesourcery.com>
576
577 Merge from GCC:
578 PR bootstrap/82856
579 * multilib.am: New file. From automake.
580
581 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
582
583 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
584
585 2018-07-16 Nick Clifton <nickc@redhat.com>
586
587 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
588
589 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
590
591 * config.sub: Sync with upstream version 2018-07-03.
592
593 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
594
595 * config.guess: Sync with upstream version 2018-06-26.
596 * config.sub: Sync with upstream version 2018-07-02.
597
598 2018-06-29 Alexandre Oliva <oliva@adacore.com>
599
600 * configure.ac: Introduce support for @unless/@endunless.
601 * Makefile.tpl (dep-kind): Rewrite with cond; return
602 postbootstrap in some cases.
603 (make-postboot-dep, postboot-targets): New.
604 (dependencies): Do not output postbootstrap dependencies at
605 first. Output non-target ones changed for configure to depend
606 on stage_last @if gcc-bootstrap, and the original deps @unless
607 gcc-bootstrap.
608 * configure.in, Makefile.in: Rebuilt.
609
610 2018-06-24 Nick Clifton <nickc@redhat.com>
611
612 * configure: Regenerate.
613
614 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
615
616 * libtool.m4: Use AC_LANG_SOURCE.
617 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
618 * README-maintainer-mode: Update version requirements.
619 * ar-lib: New file.
620 * test-driver: New file.
621 * configure: Re-generate.
622
623 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
624
625 * Makefile.def (fortran): Add check-target-libgomp-fortran.
626 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
627 * Makefile.in: Regenerate.
628
629 * configure: Regenerate.
630
631 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
632
633 * configure.ac: Sync with GCC, remove MPX-related things.
634
635 2018-05-01 Nick Clifton <nickc@redhat.com>
636
637 * config.guess: Synchronize with config project master sources.
638 * config.sub: Likewise.
639
640 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
641
642 * configure.ac: Added "nfp" target.
643 * configure: Regenerate.
644
645 2018-02-13 Maciej W. Rozycki <macro@mips.com>
646
647 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
648 * configure: Regenerate.
649
650 2018-01-30 Nick Clifton <nickc@redhat.com>
651
652 * src-release.sh (do_proto_toplev): Add patterns for more junk files
653 to delete before creating the tarball.
654
655 2018-01-29 Nick Clifton <nickc@redhat.com>
656
657 * src-release.sh (do_proto_toplev): Strip patch remnant files from
658 the sources before creating the tarball.
659
660 2018-01-13 Nick Clifton <nickc@redhat.com>
661
662 * src-release.sh: Update copyright notice. Change reference to devo
663 to be a reference to root.
664
665 2018-01-10 Nick Clifton <nickc@redhat.com>
666
667 * config-ml.in: Sync with gcc sources.
668 * config.guess: Likewise.
669 * config.sub: Likewise.
670 * configure.ac: Likewise.
671 * configure: Regenerate.
672
673 2017-12-14 Nick Clifton <nickc@redhat.com>
674
675 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
676
677 2017-12-12 Stafford Horne <shorne@gmail.com>
678
679 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
680 * configure: Regenerate.
681
682 2017-09-15 Nick Clifton <nickc@redhat.com>
683
684 * src-release.sh (LZIPPROG): New define. Provides the name of the
685 lzip program.
686 (do_lz): New function. Compresses a tarball using the lzip
687 program.
688 (do_compress): Add support for lzip compression.
689 (usage): Mention -l option.
690 (build_release): Support -l option to invoke lzip compression.
691
692 2017-09-15 Alan Modra <amodra@gmail.com>
693
694 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
695 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
696 and sim depending on $tool and $support_files. Echo configure line.
697
698 2017-09-14 Matt Rice <ratmice@gmail.com>
699
700 * src-release.sh (do_proto_toplev): Enable gold during release process.
701
702 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
703
704 * config.sub: Sync with master version in config project.
705
706 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
707
708 * config.sub: Handle ia16 in $basic_machine.
709
710 bfd/
711 * config.bfd: Handle ia16.
712
713 gas/
714 * configure.tgt: Handle ia16.
715
716 ld/
717 * configure.tgt: Handle ia16.
718
719 2017-03-22 Nick Clifton <nickc@redhat.com>
720
721 * config.sub: Sync with master version in config project.
722 * config.guess: Likewise.
723
724 2017-01-23 Nick Clifton <nickc@redhat.com>
725
726 * configure.ac: Update year in copyright notice.
727 Sync from FSF GCC mainline, bringing in the following patches.
728 * Makefile.def: Likewise.
729 * Makefile.tpl: Likewise.
730 * configure: Regenerate.
731 * Makefile.in: Regenerate.
732
733 2016-12-21 Jakub Jelinek <jakub@redhat.com>
734
735 * configure.ac: Don't bootstrap libmpx unless --with-build-config
736 includes bootstrap-mpx.
737
738 2016-12-01 Matthias Klose <doko@ubuntu.com>
739
740 * configure.ac: Don't use pkg-config to check for bdw-gc.
741
742 2016-11-30 Matthias Klose <doko@ubuntu.com>
743
744 * Makefile.def: Remove reference to boehm-gc target module.
745 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
746 options and for the bdw-gc pkg-config module.
747
748 2016-11-15 Matthias Klose <doko@ubuntu.com>
749
750 * config-ml.in: Remove references to GCJ.
751 * configure.ac: Likewise.
752
753 2016-09-30 Jakub Jelinek <jakub@redhat.com>
754
755 * configure.ac: Add target-libffi to target_libraries.
756 Readd libgcj target disablings, modified to only target-libffi.
757 Readd target addition of go to unsupported languages.
758
759 2016-09-30 Andrew Haley <aph@redhat.com>
760
761 * Makefile.def: Remove libjava.
762 * Makefile.tpl: Likewise.
763 * configure.ac: Likewise.
764
765 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
766
767 * configure.ac: Disable "sim" directory for arc*-*-*.
768
769 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
770
771 * configure.ac: Check for the minimum in-tree MPFR version
772 handled.
773
774 2016-12-31 Alan Modra <amodra@gmail.com>
775
776 * config.sub: Import from upstream.
777
778 2016-12-08 Alan Modra <amodra@gmail.com>
779
780 * configure: Regenerate.
781
782 2016-12-02 Josh Conner <joshconner@google.com>
783
784 * configure.ac: Add fuchsia to targets that use ELF.
785 * configure: Regenerated.
786
787 2016-11-07 Doug Evans <dje@google.com>
788
789 * config.sub: Sync with upstream version 2016-11-03.
790 git://git.sv.gnu.org/config.git
791 * config.guess: Sync with upstream version 2016-10-02.
792
793 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
794
795 * .gitignore: Add archives and make stamps.
796
797 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
798
799 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
800 * configure: Regenerated.
801
802 2016-06-28 Walter Lee <walt@tilera.com>
803
804 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
805 * configure: Regenerate.
806
807 2016-05-28 Alan Modra <amodra@gmail.com>
808
809 * Makefile.tpl (configure): Depend on m4 files included.
810 * Makefile.in: Regenerate.
811
812 2016-05-27 Nick Clifton <nickc@redhat.com>
813
814 * config.guess (Alpha OSF1): Fix typo introduced during the most
815 recent synchronization update.
816
817 2016-05-23 Nick Clifton <nickc@redhat.com>
818
819 * Import these patches from the gcc mainline:
820
821 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
822
823 * config.guess: Import version 2016-04-02 (newest).
824 * config.sub: Import version 2016-05-10 (newest).
825
826 2016-04-19 Nick Clifton <nickc@redhat.com>
827
828 * Import this patch from the GCC mainline:
829
830 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
831
832 PR bootstrap/70173
833 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
834 and gotools directories. Delete the stage_final file.
835 * Makefile.in: Regenerate.
836
837 2016-03-17 Cary Coutant <ccoutant@gmail.com>
838
839 * configure.ac: Add mips and s390 to the gold target check.
840 * configure: Regenerate.
841
842 2016-02-10 Nick Clifton <nickc@redhat.com>
843
844 Import these patches from the GCC mainline:
845
846 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
847
848 * configure.ac: Enable LTO for DJGPP
849 * configure: Regenerate
850
851 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
852
853 PR bootstrap/69329
854 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
855 * Makefile.in: Regenerate.
856
857 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
858 Sebastian Pop <s.pop@samsung.com>
859
860 * Makefile.in: Regenerate.
861 * Makefile.tpl: Export ISLVER.
862 * configure: Regenerate.
863 * config/isl.m4: Detect isl-0.15.
864
865 2016-01-29 Sebastian Pop <s.pop@samsung.com>
866
867 * config/isl.m4: Add comments about isl-0.16.
868 * configure: Regenerate.
869
870 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
871
872 Sync with GCC
873 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
874
875 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
876 symbols.
877
878 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
879
880 PR bootstrap/69134
881 * Makefile.def (mpfr): Disable assembler.
882 * Makefile.in: Regenerate.
883
884 2016-01-11 Nick Clifton <nickc@redhat.com>
885
886 Import the following changes from the GCC mainline:
887
888 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
889
890 * configure.ac: Enable libmpx by default.
891 * configure: Regenerated.
892
893 2015-11-19 Martin Liska <mliska@suse.cz>
894
895 * .gitignore: Add .clang-format to ignored files.
896 * Makefile.tpl: Add clang-format.
897 * Makefile.in: Regenerate.
898
899 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
900
901 PR libffi/65726
902 * Makefile.def (lang_env_dependencies): Make libffi depend
903 on cxx.
904 * Makefile.in: Regenerate.
905
906 2015-12-02 Ian Lance Taylor <iant@google.com>
907
908 PR go/66147
909 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
910 * Makefile.in: Regenerate.
911
912 2015-12-17 Nathan Sidwell <nathan@acm.org>
913
914 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
915 * configure: Regenerate.
916
917 2015-12-17 Sebastian Pop <s.pop@samsung.com>
918
919 * Makefile.in: Replace ISL with isl.
920 * Makefile.tpl: Same.
921 * config/isl.m4: Same.
922 * configure.ac: Same.
923 * contrib/download_prerequisites: Same.
924 * configure: Regenerate.
925
926 2016-01-01 Ben Elliston <bje@gnu.org>
927
928 * config.guess: Import version 2016-01-01.
929 * config.sub: Likewise.
930
931 2015-11-20 Tristan Gingold <gingold@adacore.com>
932
933 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
934 * configure: Regenerate.
935
936 2015-10-21 Nick Clifton <nickc@redhat.com>
937
938 PR gas/19109
939 * configure.ac: Note the 'none' is an acceptable argument to
940 --enable-compressed-debug-sections.
941 * configure: Regenerate.
942
943 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
944
945 PR gas/19109
946 * configure.ac: Add
947 --enable-compressed-debug-sections={all,gas,gold,ld}.
948 * configure: Regenerated.
949
950 2015-09-30 Nick Clifton <nickc@redhat.com>
951
952 Import the following patches from the GCC mainline:
953
954 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
955
956 PR libfortran/54572
957 * Makefile.def: Make libgfortran depend on libbacktrace.
958 * Makefile.in: Regenerate.
959
960 2015-08-12 Tom de Vries <tom@codesourcery.com>
961
962 PR other/67092
963 PR other/67098
964 * configure.ac: Remove --with_host_libstdcxx support.
965 * configure: Regenerate.
966
967 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
968 Jakub Jelinek <jakub@redhat.com>
969
970 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
971 nvptx*-*-*.
972 * configure: Regenerate.
973
974 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
975
976 Sync with GCC
977 2015-07-28 Ben Elliston <bje@gnu.org>
978
979 * config.sub, config.guess: Import from upstream.
980
981 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
982
983 * Makefile.def (libiconv): Define bootstrap=true.
984 Mark pdf/html/info as missing.
985 (configure-gcc): Depend on all-libiconv.
986 (all-gcc): Ditto.
987 (configure-libcpp): Ditto.
988 (all-libcpp): Ditto.
989 (configure-intl): Ditto.
990 (all-intl): Ditto.
991 * Makefile.in: Regenerate.
992
993 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
994
995 Sync with GCC
996 2015-07-24 Michael Darling <darlingm@gmail.com>
997
998 PR other/66259
999 * config-ml.in: Reflects renaming of configure.in to configure.ac
1000 * configure: Likewise
1001 * configure.ac: Likewise
1002
1003 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1004
1005 * Makefile.in: Regenerated.
1006
1007 Sync with GCC
1008 2015-05-21 Jason Merrill <jason@redhat.com>
1009
1010 * Makefile.tpl: Update comments.
1011
1012 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1013
1014 * Makefile.tpl: Remove surplus whitespace throughout.
1015
1016 2015-03-25 Martin Liska <mliska@suse.cz>
1017 Yury Gribov <y.gribov@samsung.com>
1018
1019 * Makefile.tpl: Fix ln source location for vimrc file.
1020
1021 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1022
1023 Sync with GCC
1024 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1025
1026 * configure.ac: FT32 target added.
1027 * configure: Regenerate.
1028
1029 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1030
1031 Sync with GCC
1032 2015-06-02 Jason Merrill <jason@redhat.com>
1033
1034 PR bootstrap/66319
1035 * configure.ac: Use -std=gnu++98.
1036
1037 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1038
1039 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1040 * configure: Regenerate.
1041
1042 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1043
1044 * configure.ac: Fix typo.
1045 * configure: Regenerate.
1046
1047 2015-05-03 Matthias Klose <doko@ubuntu.com>
1048
1049 * configure.ac: Match $host configured with triplets.
1050 * configure: Regenerate.
1051
1052 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1053
1054 PR bootstrap/62077
1055 * configure.ac (--enable-stage1-checking): Default to
1056 release,misc,gimple,rtlflag,tree,types if --disable-checking
1057 or --enable-checking is not specified and DEV-PHASE is not
1058 experimental.
1059 * configure: Regenerated.
1060
1061 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1062
1063 Install back PR target/47230 fix (Revert the revert).
1064
1065 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1066
1067 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1068 target.
1069 * configure: Regenerate.
1070
1071 2015-05-13 John David Anglin <dave.anglin@bell.net>
1072
1073 * configure.ac: Disable configuration of GDB for HPUX targets.
1074 * configure: Regenerate.
1075
1076 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1077
1078 PR ld/18355
1079 * Makefile.def: Add extra_configure_flags to host zlib.
1080 * configure.ac (extra_host_zlib_configure_flags): New. Set
1081 to --enable-host-shared When bfd is to be built as shared
1082 library. AC_SUBST.
1083 * Makefile.in: Regenerated.
1084
1085 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1086 Hans-Peter Nilsson <hp@axis.com>
1087
1088 Adjust src-release.sh for sim using the gdb create-version.sh.
1089 * src-release.sh (tar_compress): If there's a fifth parameter,
1090 use that in the getver call instead of $tool.
1091 (sim_release): Pass gdb as fifth parameter to tar_compress.
1092 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1093
1094 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1095
1096 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1097 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1098 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1099 * Makefile.in: Regenerate.
1100
1101 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * configure.ac: Add --with-system-zlib.
1104 * configure: Regenerated.
1105
1106 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * src-release.sh: Don't configure with --with-target-subdir=.
1109 --disable-multilib.
1110
1111 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1114 src-release.sh.
1115
1116 2015-03-30 Ed Schouten <ed@nuxi.nl>
1117
1118 * config.sub: Update from upstream, to 2015-03-04 version.
1119 * config.guess: Likewise.
1120
1121 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1124 * Makefile.in: Regenerated.
1125
1126 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1127
1128 * src-release.sh (do_proto_toplev): Configure with --target
1129 --with-target-subdir and --disable-multilib.
1130 (BINUTILS_SUPPORT_DIRS): Add zlib.
1131 (GAS_SUPPORT_DIRS): Likewise.
1132 (GDB_SUPPORT_DIRS): Likewise.
1133 (SIM_SUPPORT_DIRS): Likewise.
1134
1135 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1136
1137 * configure.ac (target_configdirs): Exclude target-zlib if
1138 target-libjava isn't built.
1139 * configure: Regenerated.
1140
1141 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 Sync with GCC
1144 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1145
1146 * config-ml.in: Robustify ac_configure_args parsing.
1147
1148 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1149
1150 * Makefile.def: Updated from GCC trunk.
1151 * Makefile.tpl: Likewise.
1152 * configure.ac: Likewise.
1153 * Makefile.in: Regenerated.
1154 * configure: Likewise.
1155
1156 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1157
1158 * configure.ac: Add FT32 support.
1159 * configure: Regenerate.
1160
1161 2015-01-12 Anthony Green <green@moxielogic.com>
1162
1163 * configure.ac: Don't disable gprof for moxie.
1164 * configure: Rebuild.
1165
1166 2015-01-03 Andrew Pinski <apinski@cavium.com>
1167
1168 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1169 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1170 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1171 (OBJCOPY_FOR_TARGET): New variable.
1172 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1173 * Makefile.in: Regenerate.
1174 * configure.ac: Check for already installed target objcopy.
1175 Also GCC_TARGET_TOOL on objcopy.
1176 * configure: Regenerate.
1177
1178 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1179
1180 * config.sub: Update from upstream, to 2015-01-01 version.
1181 * config.guess: Ditto.
1182
1183 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1184
1185 * config.sub: Update from upstream config repo.
1186
1187 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1188
1189 * libtool.m4: Updated from GCC trunk.
1190
1191 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1192
1193 * config.guess: Update from upstream config repo.
1194 * config.sub: Ditto.
1195
1196 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1197
1198 * move-if-change: Update from upstream gnulib.
1199
1200 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1201
1202 * compile: Sync with upstream Automake.
1203 * depcomp: Ditto.
1204 * install-sh: Ditto.
1205 * missing: Ditto.
1206 * mkinstalldirs: Ditto.
1207 * ylwrap: Ditto.
1208
1209 2014-10-15 Tristan Gingold <gingold@adacore.com>
1210
1211 * src-release.sh (do_proto_toplev): Configure with --target.
1212
1213 2014-10-03 Jing Yu <jingyu@google.com>
1214
1215 * configure.ac: Add aarch64 to list of targets that support gold.
1216 * configure: Regenerate.
1217
1218 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1219
1220 * configure.ac: Add mips*-img-elf* target triple.
1221 * configure: Regenerate.
1222
1223 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1224 * configure: Disable gdb for nds32*-*-* until supported.
1225 * configure.ac: Disable gdb for nds32*-*-* until supported.
1226
1227 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1228
1229 * configure: Regenerate.
1230
1231 2014-08-27 Will Newton <will.newton@linaro.org>
1232
1233 * src-release.sh: New file.
1234 * src-release: Remove file.
1235
1236 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1237
1238 GDB not supported for or1k*-*-rtems*
1239 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1240 of the stanzas results in this not being caught by or1k*-*-* later.
1241 * configure. Regenerated.
1242
1243 2014-07-25 Samuel Bronson <naesten@gmail.com>
1244
1245 * .gitattributes: New file for use with git-merge-changelog.
1246
1247 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1248
1249 Disable gdb for or1k*-*-* until supported
1250 * configure.ac (or1k*-*-*): Disable gdb.
1251 * configure: Regenerated.
1252
1253 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1254
1255 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1256 * configure: Regenerated.
1257
1258 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1259
1260 PR sanitizer/56781
1261 * Makefile.def: Set bootstrap=true; for host fixincludes.
1262 * configure.ac: Don't bootstrap host fixincludes unless
1263 --with-build-config=bootstrap-{a,ub}san.
1264 * Makefile.in: Regenerated.
1265 * configure: Regenerated.
1266
1267 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1268
1269 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1270 --enable-vtable-verify option parsing. Don't add
1271 target-libsanitizer to bootstrap_target_libs unless
1272 --with-build-config=bootstrap-asan or
1273 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1274 to bootstrap_target_libs unless --enable-vtable-verify.
1275 * configure: Regenerated.
1276
1277 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1278
1279 PR bootstrap/58572
1280 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1281 -I for libstdc++-v3 includes if $(LEAN).
1282 * Makefile.in: Regenerated.
1283
1284 2014-02-24 Walter Lee <walt@tilera.com>
1285
1286 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1287 (tilegx-*-*): Change to tilegx*-*-*.
1288 * configure: Regenerate.
1289
1290 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1291
1292 * config.sub, config.guess: Import from upstream.
1293
1294 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1295
1296 PR bootstrap/60620
1297 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1298 * Makefile.in: Regenerate.
1299
1300 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1301
1302 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1303 for WINDRES_FOR_TARGET in default-manifest.o rule.
1304 * Makefile.in: Regenerate.
1305
1306 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1307
1308 PR target/59788
1309 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1310 *solaris2*.
1311
1312 2013-12-19 Keven Boell <keven.boell@intel.com>
1313
1314 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1315 nested lookups for fortran modules.
1316 * dwarf2read.c (read_module): Add fortran module to
1317 the symbol table.
1318 (add_partial_symbol, add_partial_module): Add fortran
1319 module to the partial symbol table.
1320 (new_symbol_full): Create full symbol for fortran module.
1321 * f-exp.y (yylex): Add new module domain to be parsed.
1322 * symtab.h: New domain for fortran modules.
1323
1324 2013-12-19 Keven Boell <keven.boell@intel.com>
1325
1326 * f-exp.y (yylex): Add domain array to enable lookup
1327 in multiple domains. Loop over lookup domains and try
1328 to find requested symbol. Add STRUCT_DOMAIN to lookup
1329 domains to be able to query for user defined types.
1330
1331 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1332
1333 * configure.ac: Add user-friendly check for native x86_64-linux
1334 multilibs.
1335 * configure: Regenerate.
1336
1337 2013-11-23 Alan Modra <amodra@gmail.com>
1338
1339 * config.sub, config.guess: Import from upstream.
1340
1341 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1342
1343 * Makefile.in: Regenerate.
1344
1345 * Makefile.tpl: Fix typo.
1346 * Makefile.in: Regenerate partially.
1347
1348 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1349
1350 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1351 supported.
1352 * configure: Regenerated.
1353
1354 2013-10-30 Jason Merrill <jason@redhat.com>
1355
1356 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1357 --disable-build-format-warnings.
1358
1359 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1360
1361 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1362 depend on libstdc++ and libgcc.
1363 * configure: Regenerate.
1364 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1365 libcilkrts for POSIX and i*86, and x86_64 architectures.
1366 * Makefile.in: Added libcilkrts related fields to support building it.
1367
1368 2013-10-26 Jeff Law <law@redhat.com>
1369
1370 * Makefile.def (target_modules): Remove libmudflap
1371 (languages): Remove check-target-libmudflap).
1372 * Makefile.in: Rebuilt.
1373 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1374 * configure.ac (target_libraries): Remove target-libmudflap.
1375 Remove checks which disabled libmudflap on some systems.
1376 * configure: Rebuilt.
1377 * libmudflap: Directory removed.
1378
1379 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1380
1381 * configure.ac: Update from GCC.
1382 * configure: Regenerate.
1383
1384 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1385
1386 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1387 files in SUPPORT_FILES.
1388 (SIM_SUPPORT_DIRS): New variable.
1389 (sim.tar.bz2): New rule.
1390
1391 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1392
1393 * configure.ac: Update from GCC.
1394 * configure: Regenerate.
1395
1396 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1397
1398 * COPYING.NEWLIB: Update with new copyright.
1399
1400 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1401
1402 * configure.ac: Update from GCC.
1403 * configure: Regenerate.
1404
1405 2013-09-20 Alan Modra <amodra@gmail.com>
1406
1407 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1408 ppc host match. Support little-endian powerpc linux hosts.
1409
1410 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1411
1412 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1413 strip the "-cvs" suffix from the version number if present.
1414
1415 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1416
1417 * configure.ac: Sync with GCC repo.
1418 * Makefile.def: Ditto.
1419 * configure: Regenerate.
1420 * Makefile.in: Ditto.
1421
1422 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1423
1424 * src-release (VER): Use $(TOOL)/common/create-version.sh
1425 if it exists.
1426
1427 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1428
1429 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1430 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1431 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1432 * configure: Regenerate.
1433
1434 2013-06-01 George Thomas <george.thomas@atmel.com>
1435
1436 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1437 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1438
1439 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1440
1441 * COPYING.NEWLIB: Add Altera Corporation copyright.
1442
1443 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1444
1445 * config.guess: Update from config repo.
1446 * config.sub: Ditto.
1447
1448 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1449
1450 * Makefile.def: Sync with GCC.
1451 * Makefile.in: Regenerate.
1452
1453 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1454
1455 * configure.ac: Sync with GCC.
1456 * configure: Regenerate.
1457
1458 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1459
1460 * src-release (VER): Change bfd/configure.in sed to use the new
1461 `bfd/configure --version` output.
1462
1463 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1464
1465 * configure.ac: Sync with GCC repo.
1466 * configure: Ditto.
1467
1468 2013-02-05 Ian Lance Taylor <iant@google.com>
1469
1470 PR go/55969
1471 * configure.ac: Disable libgo on some systems where it does not
1472 work.
1473 * configure: Rebuild.
1474
1475 2013-02-05 Alan Modra <amodra@gmail.com>
1476
1477 * configure: Regenerate after syncing config/.
1478
1479 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1480
1481 * configure.ac: Sync with GCC repo.
1482 * configure: Ditto.
1483 * Makefile.def: Ditto.
1484 * Makefile.in: Ditto.
1485
1486 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1487
1488 Sync with GCC, merge:
1489
1490 2013-01-09 Jason Merrill <jason@redhat.com>
1491
1492 * .gitignore: Import from gdb repository.
1493
1494 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1495
1496 * config.sub: Update from config repo.
1497
1498 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1499
1500 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1501 * Makefile.in: Regenerate.
1502
1503 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1504
1505 * Makefile.def (configure-gcc): Depend on all-gmp.
1506 (all-gcc): Remove dependency on all-gmp.
1507 * Makefile.in: Regenerated.
1508
1509 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1510
1511 * config.guess: Update from config repo.
1512 * config.sub: Ditto.
1513
1514 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1515
1516 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1517 exists and replace the new bfin license in its location.
1518
1519 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1520
1521 PR gas/14899
1522 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1523 all-ld and all-gold depend on all-gas.
1524 * Makefile.in: Regenerated.
1525
1526 2012-12-29 Ben Elliston <bje@gnu.org>
1527
1528 * config.guess: Update to 2012-12-29 version.
1529 * config.sub: Likewise.
1530
1531 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1532
1533 * Makefile.def (install-target-libgo): Depend on
1534 install-target-libatomic. Merged from GCC repo.
1535 * Makefile.in: Regenerate.
1536
1537 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1538
1539 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1540
1541 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1542
1543 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1544 * configure: Regenerate.
1545
1546 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 * Makefile.def (target_modules): Add bootstrap=true and
1549 raw_cxx=true to libsanitizer.
1550 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1551 * Makefile.in: Regenerated.
1552 * configure: Likewise.
1553
1554 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1555
1556 * config.sub: Merge from config repo.
1557
1558 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1559
1560 * configure.ac: Merge from GCC.
1561 * Makefile.tpl: Ditto.
1562 * Makefile.in: Ditto.
1563 * configure: Ditto.
1564
1565 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1566
1567 * configure.ac (noconfigdirs): Merge from GCC.
1568 * configure: Regenerate.
1569
1570 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1571
1572 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1573
1574 2012-11-14 Roland McGrath <mcgrathr@google.com>
1575
1576 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1577 * configure: Regenerate.
1578
1579 2012-11-13 Richard Henderson <rth@redhat.com>
1580
1581 * configure.ac: Move libsanitizer logic to subdirectory.
1582 * configure: Regenerate.
1583
1584 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1585
1586 * configure.ac: Enable libsanitizer just on x86 linux for now.
1587 * configure: Re-generate.
1588
1589 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1590
1591 * configure.ac: Merge libquadmath sections.
1592 * configure: Regenerate.
1593
1594 2012-11-12 Wei Mi <wmi@google.com>
1595
1596 * configure.ac: Add libsanitizer to target_libraries.
1597 * Makefile.def: Ditto.
1598 * configure: Regenerate.
1599 * Makefile.in: Regenerate.
1600
1601 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1602
1603 * configure: Regenerated.
1604
1605 2012-11-03 Robert Mason <rbmj@verizon.net>
1606
1607 * configure.ac: add --disable-libstdcxx configure option
1608 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1609
1610 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1611
1612 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1613 against Mingw64 w32api.
1614 * configure: Regenerate.
1615
1616 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1617
1618 PR bootstrap/54820
1619 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1620 * configure: Regenerate.
1621
1622 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1623
1624 PR bootstrap/54820
1625 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1626 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1627 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1628 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1629 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1630 * Makefile.in: Regenerate.
1631 * configure.ac (have_static_libs): New variable and associated check.
1632 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1633 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1634 * configure: Regenerate.
1635
1636 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1637
1638 * config.guess, config.sub: Include updated version from
1639 config-patches. Adds microblaze little endian support.
1640
1641 2012-09-28 Ian Lance Taylor <iant@google.com>
1642
1643 * Makefile.def: Make all-target-libgo depend on
1644 all-target-libbacktrace.
1645 * Makefile.in: Rebuild.
1646
1647 2012-09-26 Ian Lance Taylor <iant@google.com>
1648
1649 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1650 * Makefile.in: Rebuild.
1651
1652 2012-09-06 Diego Novillo <dnovillo@google.com>
1653
1654 * configure.ac: Bump minimum GMP version to 4.2.3.
1655 * configure: Re-generate.
1656
1657 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1658
1659 PR target/54461
1660 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1661 target-libgloss if not configured --with-avrlibc=no.
1662 * configure: Regenerate.
1663
1664 2012-09-04 Jason Merrill <jason@redhat.com>
1665
1666 * configure.ac: Fix --enable-languages=all.
1667
1668 2012-09-03 Richard Guenther <rguenther@suse.de>
1669
1670 PR bootstrap/54138
1671 * configure.ac: Re-organize ISL / CLOOG checks to allow
1672 disabling with either --without-isl or --without-cloog.
1673 * configure: Regenerated.
1674
1675 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1676
1677 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1678 * configure: Regenerate.
1679
1680 2012-09-21 Steve Ellcey <sellcey@mips.com>
1681
1682 * configure.ac: Add mips*-mti-elf* target.
1683 * configure: Regenerate.
1684
1685 2012-09-19 Ian Lance Taylor <iant@google.com>
1686
1687 * configure.ac (host_libs): Add libbacktrace.
1688 (target_libraries): Add libbacktrace.
1689 * Makefile.def (host_modules): Add libbacktrace.
1690 (target_modules): Likewise.
1691 * configure, Makefile.in: Rebuild.
1692
1693 2012-09-15 Jiong Wang <jiwang@tilera.com>
1694
1695 * configure.ac (ENABLE_GOLD): support tilegx*
1696 * configure: rebuild
1697
1698 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1699
1700 PR target/38607
1701 Merge upstream change.
1702 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1703
1704 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1705 Add libgomp*.o to compare_exclusions for AIX.
1706 * configure: Regenerate.
1707
1708 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1709
1710 PR binutils/4970
1711 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1712 and opcodes.
1713 * Makefile.in: Regenerated.
1714
1715 2012-08-14 Diego Novillo <dnovillo@google.com>
1716
1717 Merge from cxx-conversion branch.
1718
1719 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1720 POSTSTAGE1_CONFIGURE_FLAGS.
1721 * Makefile.in: Regenerate.
1722 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1723 Force C++ when bootstrapping.
1724 * configure: Regenerate.
1725
1726 2012-07-06 Richard Guenther <rguenther@suse.de>
1727
1728 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1729 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1730 --with-gmp=system.
1731 * Makefile.in: Regenerated.
1732 * configure: Likewise.
1733
1734 2012-07-06 Richard Guenther <rguenther@suse.de>
1735
1736 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1737 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1738 supply V=1 as extra_make_flags.
1739 * configure: Regenerated.
1740 * Makefile.in: Likewise.
1741
1742 2012-07-03 Richard Guenther <rguenther@suse.de>
1743
1744 * Makfile.def (isl): Remove not necessary extra_exports and
1745 extra_make_flags.
1746 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1747 * Makefile.in: Regenerated.
1748
1749 2012-07-03 Richard Guenther <rguenther@suse.de>
1750
1751 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1752 * configure.ac: If either the ISL or the CLooG check failed
1753 do not try to build in-tree versions.
1754 * Makefile.in: Regenerated.
1755 * configure: Regenerated.
1756
1757 2012-07-02 Richard Guenther <rguenther@suse.de>
1758 Michael Matz <matz@suse.de>
1759 Tobias Grosser <tobias@grosser.es>
1760 Sebastian Pop <sebpop@gmail.com>
1761
1762 * Makefile.def: Add ISL host module, remove PPL host module.
1763 Adjust ClooG host module to use the proper ISL.
1764 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1765 * configure.ac: Include config/isl.m4. Add ISL host library,
1766 remove PPL. Remove PPL configury, add ISL configury, adjust
1767 ClooG configury.
1768 * Makefile.in: Regenerated.
1769 * configure: Likewise.
1770
1771 2012-07-02 Richard Guenther <rguenther@suse.de>
1772
1773 Merge from graphite branch
1774 2011-07-21 Tobias Grosser <tobias@grosser.es>
1775
1776 * configure: Regenerated.
1777 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1778 both cloog.org and legacy versions. The only supported version will
1779 be CLooG with the isl backend.
1780
1781 2011-07-21 Tobias Grosser <tobias@grosser.es>
1782
1783 * configure: Regenerated.
1784 * configure.ac: Require cloog isl 0.17.0
1785
1786 2011-07-21 Tobias Grosser <tobias@grosser.es>
1787
1788 * configure: Regenerated.
1789 * config/cloog.m4: Do not define CLOOG_ORG
1790
1791 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1792
1793 * configure.ac: Skip C if explicitly selected.
1794 * configure: Regenerate.
1795
1796 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1797
1798 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1799 they contain -O2.
1800 * configure: Regenerate.
1801
1802 2012-06-20 Jason Merrill <jason@redhat.com>
1803
1804 * Makefile.tpl (check-target-libgomp-c++): New.
1805 (check-target-libitm-c++): New.
1806 * Makefile.def (c++): Add them.
1807 * Makefile.in: Regenerate.
1808
1809 2012-05-16 Olivier Hainque <hainque@adacore.com>
1810
1811 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1812 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1813 (install-no-fixedincludes): Adjust accordingly.
1814 * Makefile.in: Regenerate.
1815
1816 2012-05-09 Nick Clifton <nickc@redhat.com>
1817 Paul Smith <psmith@gnu.org>
1818
1819 PR bootstrap/50461
1820 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1821 allow for the fact that from release v3.1.0 of MPFR the source
1822 files were moved into a src sub-directory.
1823 * configure: Regenerate.
1824
1825 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1826
1827 * configure.ac: Bump minimum MPFR version to 2.4.0.
1828 * configure: Regenerated.
1829
1830 2012-05-01 Richard Henderson <rth@redhat.com>
1831
1832 * Makefile.def (libatomic): New target_module.
1833 * configure.ac (target_libraries): Add libatomic.
1834 (noconfigdirs): Check if libatomic is supported.
1835 * Makefile.in, configure: Rebuild.
1836
1837 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1838
1839 Merge upstream change
1840 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1841
1842 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1843
1844 * libtool.m4: Additional FreeBSD 10 fixes.
1845
1846 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1847
1848 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1849 they contain -O2.
1850 * configure: Regenerate.
1851
1852 2012-05-14 Catherine Moore <clm@codesourcery.com>
1853
1854 * NEWS: Mention PowerPC VLE port.
1855
1856 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1857
1858 * MAINTAINERS (config/): Move to intl/ section.
1859 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1860
1861 2012-05-09 Nick Clifton <nickc@redhat.com>
1862 Paul Smith <psmith@gnu.org>
1863
1864 PR bootstrap/50461
1865 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1866 allow for the fact that from release v3.1.0 of MPFR the source
1867 files were moved into a src sub-directory.
1868 * configure: Regenerate.
1869
1870 2012-05-02 Roland McGrath <mcgrathr@google.com>
1871
1872 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1873 * configure: Regenerate.
1874
1875 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1876
1877 * config.sub: Update to 2012-04-18 version from official repo.
1878
1879 2012-03-19 Tristan Gingold <gingold@adacore.com>
1880
1881 * configure.ac (ia64*-*-*vms*): Add support for ld.
1882 * configure: Regenerate.
1883
1884 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1885
1886 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1887 (unsupported_languages): Remove mips-sgi-irix6.*.
1888 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1889 (with_stabs): Remove.
1890 * configure: Regenerate.
1891
1892 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1893
1894 * configure.ac (enable_libgomp): Remove *-*-osf*.
1895 (with_stabs): Remove alpha*-*-osf*.
1896 * configure: Regenerate.
1897
1898 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1899
1900 * COPYING.NEWLIB: Modify DJ Delorie license to include
1901 modification rights in clause as permitted by DJ Delorie.
1902 * COPYING.LIBGLOSS: Ditto.
1903
1904 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1905
1906 * COPYING.NEWLIB: Remove two unused licenses.
1907
1908 2012-03-05 Tristan Gingold <gingold@adacore.com>
1909
1910 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1911 * configure: Regenerate.
1912
1913 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1914
1915 * COPYING.NEWLIB: Add Adapteva notice.
1916 * COPYING.LIBGLOSS: Add Adapteva notice.
1917
1918 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1919
1920 * configure: Regenerate.
1921
1922 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1923
1924 * COPYING.LIBGLOSS: Add GPL with exception license.
1925
1926 2011-11-09 Roland McGrath <mcgrathr@google.com>
1927
1928 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1929 * configure: Rebuild.
1930 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1931 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1932 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1933 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1934 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1935 Add READELF.
1936 * Makefile.in: Rebuild.
1937
1938 2011-11-08 Richard Henderson <rth@redhat.com>
1939
1940 * configure.ac: Test for libitm directory present first.
1941
1942 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1943
1944 * configure.ac: Test libitm/configure.tgt to disable libitm.
1945 * configure: Rebuild.
1946
1947 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1948
1949 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1950 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1951 * Makefile.in: Regenerate.
1952
1953 2011-11-01 DJ Delorie <dj@redhat.com>
1954
1955 * configure.ac (rl78-*-*) New case.
1956 * configure: Regenerate.
1957
1958 2011-11-01 DJ Delorie <dj@redhat.com>
1959
1960 * config.sub: Update to version 2011-10-29 (added rl78)
1961
1962 2011-10-27 Nick Clifton <nickc@redhat.com>
1963
1964 * config.sub: Import these changes from the config project:
1965
1966 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1967 Ben Elliston <bje@gnu.org>
1968
1969 * config.sub (epiphany): New.
1970
1971 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1972 Ben Elliston <bje@gnu.org>
1973
1974 * config.sub (hexagon, hexagon-*): New.
1975
1976 2011-08-23 Roland McGrath <mcgrathr@google.com>
1977
1978 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1979 64eb to be64.
1980
1981 2011-08-16 Roland McGrath <mcgrathr@google.com>
1982
1983 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1984 (nacl): Grok as alias for 32el-unknown-nacl.
1985
1986 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1987
1988 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1989
1990 2011-08-14 Yao Qi <yao@codesourcery.com>
1991
1992 Merge from gcc:
1993
1994 2011-08-14 Yao Qi <yao@codesourcery.com>
1995 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1996 * configure: Regenerate.
1997
1998 2011-07-26 Ian Lance Taylor <iant@google.com>
1999
2000 Merge from gcc:
2001
2002 2011-07-26 Ian Lance Taylor <iant@google.com>
2003 * configure.ac: Set have_compiler based on whether gcc directory
2004 exists, rather than on whether gcc is in configdirs.
2005 * configure: Rebuild.
2006
2007 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2008 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2009 link directories.
2010 * Makefile.in: Rebuild.
2011
2012 2011-07-20 Ian Lance Taylor <iant@google.com>
2013 PR bootstrap/49787
2014 * configure.ac: Move --enable-bootstrap handling earlier in file.
2015 If --enable-bootstrap and either --enable-build-with-cxx or
2016 --enable-build-poststage1-with-cxx, enable C++ automatically.
2017 * configure: Rebuild.
2018
2019 2011-07-19 Ian Lance Taylor <iant@google.com>
2020 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2021 make C++ a boot_language. Set and substitute
2022 POSTSTAGE1_CONFIGURE_FLAGS.
2023 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2024 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2025 * configure, Makefile.in: Rebuild.
2026
2027 2011-07-16 Jason Merrill <jason@redhat.com>
2028 * Makefile.def (language=c++): Add check-c++0x and
2029 check-target-libmudflap-c++.
2030 * Makefile.tpl (check-target-libmudflap-c++): New.
2031 * Makefile.in: Regenerate.
2032
2033 2011-07-16 Matthias Klose <doko@ubuntu.com>
2034 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2035 * Makefile.def (target_modules/libjava): Pass
2036 $(EXTRA_CONFIGARGS_LIBJAVA).
2037 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2038 if not configured with --enable-static-libjava.
2039 * Makefile.in: Regenerate.
2040 * configure: Likewise.
2041
2042 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2043 PR regression/47836
2044 PR bootstrap/23656
2045 PR other/47733
2046 PR bootstrap/49247
2047 PR c/48825
2048 * configure.ac (target_libraries): Remove target-libiberty.
2049 Remove case-statement setting skipdirs=target-libiberty for
2050 multiple targets. Remove checking target_configdirs and
2051 removing target-libiberty but keeping target-libgcc if
2052 otherwise empty.
2053 * Makefile.def (target_modules): Don't add libiberty.
2054 (dependencies): Remove all traces of target-libiberty.
2055 * configure, Makefile.in: Regenerate.
2056
2057 2011-07-22 Jason Merrill <jason@redhat.com>
2058
2059 * Makefile.def (language=c++): Add check-c++0x and
2060 check-target-libmudflap-c++.
2061 * Makefile.tpl (check-target-libmudflap-c++): New.
2062 * Makefile.in: Regenerate.
2063
2064 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2065
2066 * configure: Regenerate.
2067
2068 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2069
2070 PR target/39150
2071 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2072 x86_64-*-solaris2.1[0-9]*.
2073 * configure: Regenerate.
2074
2075 2011-06-13 Walter Lee <walt@tilera.com>
2076
2077 * configure.ac (tilepro-*-*) New case.
2078 (tilegx-*-*): Likewise.
2079 * configure: Regenerate.
2080
2081 2011-06-06 Nick Clifton <nickc@redhat.com>
2082
2083 * config.sub: Sync from upstream.
2084
2085 2011-05-08 Doug Kwan <dougkwan@google.com>
2086
2087 Merge from gcc:
2088
2089 2011-05-08 Doug Kwan <dougkwan@google.com>
2090
2091 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2092 * configure: Regenerated.
2093 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2094 value from configure.
2095 * Makefile.in: Regenerated.
2096
2097 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2098
2099 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2100 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2101 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2102 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2103 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2104 *-*-vxworks*): Disable newlib and libgloss in separate case
2105 statement.
2106 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2107 to separate case statement.
2108 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2109 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2110 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2111 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2112 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2113 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2114 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2115 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2116 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2117 i[[3456789]]86-*-rdos*, m32r-*-*,
2118 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2119 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2120 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2121 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2122 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2123 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2124 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2125 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2126 and libgloss in main case over targets. Remove most empty cases
2127 in main case over targets.
2128 * configure: Regenerate.
2129
2130 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2131
2132 * configure.ac: Remove code setting special library locations for
2133 hppa*64*-*-hpux11*. Remove code setting compiler for
2134 sparc-sun-solaris2*.
2135 * configure: Regenerate.
2136
2137 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2138
2139 * configure.ac: Separate libgloss_dir settings from general case
2140 over targets.
2141 * configure: Regenerate.
2142
2143 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2144
2145 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2146 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2147 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2148 cases in libgcj-disabling case statement.
2149 (hppa*64*-*-linux*): Set unsupported_languages instead of
2150 disabling target-zlib.
2151 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2152 to hppa*64*-*-hpux*.
2153 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2154 hppa*-*-hpux*.
2155 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2156 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2157 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2158 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2159 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2160 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2161 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2162 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2163 libgcj-disabling case statement.
2164 * configure: Regenerate.
2165
2166 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2167
2168 * configure.ac: Disable Java for targets not supporting libffi.
2169 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2170 Remove cases in Java-disabling statement.
2171 (*arm-wince-pe): Change to arm-wince-pe.
2172 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2173 cases in Java-disabling statement.
2174 (bfin-*-*): Don't disable Java again.
2175 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2176 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2177 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2178 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2179 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2180 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2181 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2182 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2183 Java-disabling statement.
2184 (mmix-*-*): Don't disable Java again.
2185 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2186 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2187 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2188 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2189 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2190 statement.
2191 * configure: Regenerate.
2192
2193 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2194
2195 Merge from GCC:
2196
2197 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2198
2199 PR lto/48086
2200 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2201 * configure: Regenerate.
2202
2203 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2204
2205 * configure.ac: Separate cases disabling Java and Java libraries
2206 from general case over targets.
2207 * configure: Regenerate.
2208
2209 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2210
2211 * configure.ac (build_tools): Remove build-byacc.
2212 (host_libs): Remove mmalloc.
2213 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2214 autoconf automake libtool diff rcs fileutils shellutils time
2215 textutils wdiff find uudecode hello tar gzip indent recode release
2216 sed perl gawk findutils gettext zip.
2217 (libgcj): Remove target-qthreads.
2218 (target_tools): Remove target-examples target-gperf.
2219 (YACC): Don't handle building byacc.
2220 * configure: Regenerate.
2221 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2222 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2223 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2224 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2225 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2226 handle building components.
2227 * Makefile.in: Regenerate.
2228
2229 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2230
2231 * config.sub: Sync from upstream.
2232
2233 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2234
2235 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2236 (microblaze*): Don't disable libssp.
2237 * configure: Regenerate.
2238
2239 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2240
2241 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2242 moveifchange.
2243 * configure: Regenerate.
2244 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2245 * Makefile.in: Regenerate.
2246
2247 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2248
2249 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2250 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2251 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2252 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2253 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2254 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2255 md_exec_prefix cases.
2256 * configure: Regenerate.
2257
2258 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2259
2260 * configure.ac: Separate cases disabling target-libssp,
2261 target-libiberty, target-libstdc++-v3 and Fortran from general
2262 case over targets.
2263 * configure: Regenerate.
2264
2265 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2266
2267 * configure.ac (*-*-chorusos): Don't disable libgcj.
2268 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2269 Remove case.
2270 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2271 (arm-*-coff): Don't disable libgcj.
2272 (arm*-*-linux-gnueabi): Remove useless assignment.
2273 (arm-*-riscix*): Don't disable libgcj.
2274 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2275 configuration.
2276 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2277 (c54x*-*-*): Remove case.
2278 (tic54x-*-*): Don't disable GCC or GCC libraries.
2279 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2280 to *.
2281 (d10v-*-*): Don't disable GCC libraries.
2282 (d30v-*-*): Don't disable libgcj.
2283 (h8500-*-*): Don't disable GCC libraries.
2284 (i960-*-*): Don't disable libgcj.
2285 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2286 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2287 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2288 libgcj.
2289 (m68k-*-coff*): Remove case.
2290 (mmix-*-*): Don't disable libgloss on host.
2291 (mn10200-*-*, mn10300-*-*): Remove cases.
2292 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2293 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2294 Don't disable libgcj.
2295 (romp-*-*): Remove case.
2296 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2297 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2298 case.
2299 (v810-*-*): Don't disable GCC libraries.
2300 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2301 (ip2k-*-*): Don't disable GCC libraries.
2302 * configure: Regenerate.
2303
2304 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2305
2306 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2307 libffi on host.
2308 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2309 on host.
2310 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2311 * configure: Regenerate.
2312
2313 2011-03-26 John Marino <binutils@marino.st>
2314
2315 * configure.ac: Add support for *-*-dragonfly*
2316 * configure: Regenerate.
2317
2318 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2319
2320 * configure.ac (native_only): Remove.
2321 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2322 send-pr uudecode guile gnuserv on host.
2323 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2324 send-pr rcs guile perl texinfo libtool on host.
2325 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2326 automake send-pr rcs guile perl texinfo libtool on host.
2327 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2328 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2329 (alpha*-dec-osf*): Don't disable fileutils on target.
2330 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2331 texinfo send-pr expect dejagnu on target.
2332 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2333 target-qthreads on target.
2334 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2335 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2336 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2337 x86_64-*-mingw*): Don't disable expect on target.
2338 (*-*-cygwin*): Don't disable target-gperf on target.
2339 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2340 gnuserv on target.
2341 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2342 target.
2343 * configure: Regenerate.
2344
2345 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2346
2347 * configure.ac (target_tools): Remove target-groff.
2348 (native_only): Remove target-groff.
2349 (hppa*64*-*-*): Don't disable byacc.
2350 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2351 setting.
2352 (*-*-kaos*): Don't skip target-librx and target-groff.
2353 (*-*-netware*): Don't skip target-libmudflap.
2354 (*-*-tpf*): Don't skip target-libmudflap.
2355 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2356 directories on the host.
2357 (ia64*-*-*vms*): Don't skip tix.
2358 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2359 host.
2360 * configure: Regenerate.
2361
2362 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2363
2364 * configure.ac: Remove references to mt-mep, mt-netware,
2365 mt-wince.
2366 * Makefile.def: Add all-utils soft dependencies.
2367 * Makefile.tpl: Remove GDB_NLM_DEPS.
2368 * configure: Regenerate.
2369 * Makefile.in: Regenerate.
2370
2371 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2372
2373 Sync from GCC:
2374
2375 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2376
2377 * configure.ac: Do not include mh-x86omitfp.
2378 * configure: Regenerate.
2379
2380 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2381
2382 * configure.ac: Remove empty cases.
2383 * configure: Regenerate.
2384
2385 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2386
2387 * Makefile.def: Add dependency from termcap to gdb.
2388 * Makefile.in: Regenerate.
2389
2390 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2391
2392 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2393 * configure: Regenerate.
2394 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2395 * Makefile.tpl: Likewise.
2396 * Makefile.in: Regenerate.
2397
2398 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2399
2400 * configure.ac: Remove all mentions of tentative_cc.
2401 * configure: Regenerate.
2402
2403 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2404
2405 PR lto/48086
2406 * configure.ac: Re-enable LTO on *-apple-darwin9.
2407 * configure: Regenerate.
2408
2409 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2410
2411 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2412 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2413 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2414 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2415 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2416 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2417 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2418 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2419 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2420 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2421 *-*-rhapsody*): Remove host cases.
2422 * configure: Regenerate.
2423
2424 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2425
2426 * configure.ac (ppc*-*-pe): Remove host case.
2427 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2428 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2429 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2430 cases.
2431 * configure: Regenerate.
2432
2433 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2434
2435 * config.sub: Update to version 2011-03-23.
2436
2437 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2438
2439 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2440 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2441 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2442 * configure: Regenerate.
2443
2444 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2445
2446 * config-ml.in: Don't handle arc-*-elf*.
2447 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2448 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2449 handle GCC libraries.
2450 * configure: Regenerate.
2451
2452 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2453
2454 PR bootstrap/48120:
2455 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2456 Add -lstdc++ -lm to LIBS.
2457 * configure: Regenerate.
2458
2459 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2460
2461 * config.guess: Update to version 2011-02-02
2462 * config.sub: Update to version 2011-02-24
2463
2464 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2465
2466 * configure.ac: Adjust test of with_ppl.
2467 * configure: Regenerated.
2468
2469 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2470
2471 * configure.ac: Add -lpwl to ppllibs.
2472 * config/cloog.m4: Add -lisl to clooglibs.
2473 * configure: Regenerated.
2474
2475 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2476
2477 Import from Libtool and gnulib:
2478
2479 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2480
2481 Prepare for supporting FreeBSD 10.
2482 * config.rpath: Remove handling of freebsd1* which soon would
2483 match FreeBSD 10.0.
2484
2485 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2486
2487 Remove support for FreeBSD 1.x.
2488 * libtool.m4 (_LT_LINKER_SHLIBS)
2489 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2490 soon would incorrectly match FreeBSD 10.0.
2491
2492 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2493
2494 PR binutils/12283
2495 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2496 (move-if-change): Comes from gnulib.
2497 * move-if-change: Import version from gnulib.
2498
2499 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2500
2501 Sync from GCC:
2502
2503 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2504
2505 PR lto/47225
2506 * Makefile.def (lto-plugin): Double dash for enable-shared.
2507 (configure-gcc): Depend on all-lto-plugin.
2508 * Makefile.in: Rebuilt.
2509
2510 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2511
2512 * configure.ac: Remove extra bracket.
2513 * configure: Regenerate.
2514
2515 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2516
2517 PR lto/47225
2518 * Makefile.def: Add dependency for install-gcc
2519 on install-lto-plugin.
2520 * Makfile.in: Regenerated
2521
2522 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2523
2524 * configure.ac: If with_ppl is no, move setting with_cloog=no
2525 after CLOOG_REQUESTED check.
2526 * configure: Regenerated.
2527
2528 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2529
2530 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2531 CLooG has been requested.
2532 * configure: Regenerated.
2533
2534 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2535
2536 * configure: Regenerated.
2537 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2538
2539 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2540
2541 * configure: Regenerated.
2542 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2543
2544 2011-01-07 Jan Hubicka <jh@suse.cz>
2545
2546 PR lto/47225
2547 * Makefile.in: Regenerate.
2548 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2549 configure.
2550
2551 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2552
2553 PR libgcj/44341
2554 * configure.ac: Discard --with-* flags for host when configuring
2555 target libraries for cross build.
2556 * configure: Rebuilt.
2557
2558 2011-01-21 Andreas Schwab <schwab@redhat.com>
2559
2560 Sync from GCC:
2561
2562 2011-01-21 Andreas Schwab <schwab@redhat.com>
2563
2564 * configure.ac: Use AS_HELP_STRING throughout.
2565 * configure: Regenerate.
2566
2567 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2568
2569 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2570 * configure: Regenerate.
2571
2572 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2573
2574 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2575
2576 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2577
2578 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2579 for ia64-hpux.
2580 * configure: Regenerate.
2581
2582 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2583
2584 Sync from GCC:
2585 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2586
2587 * configure.ac: (picochip): Disable libiberty.
2588 * configure: Regenerate.
2589
2590 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2591
2592 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2593
2594 2010-12-10 Ian Lance Taylor <iant@google.com>
2595
2596 PR bootstrap/46819
2597 * configure.ac: For --disable-libgcj clear libgcj_saved.
2598 * configure: Rebuild.
2599
2600 2010-12-10 Tobias Burnus <burnus@net-b.de>
2601
2602 PR fortran/46540
2603 * configure.ac: Add --disable-libquadmath and
2604 --disable-libquadmath-support.
2605 * configure: Regenerate.
2606
2607 2010-12-10 Tristan Gingold <gingold@adacore.com>
2608
2609 * src-release (ETC_SUPPORT): add gnu-oids.texi
2610
2611 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2612
2613 PR libffi/46792
2614 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2615 * configure: Regenerate.
2616
2617 2010-12-02 Ian Lance Taylor <iant@google.com>
2618
2619 * configure.ac: Always set default for poststage1_ldflags to
2620 -static-libstdc++ -static-libgcc.
2621
2622 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2623
2624 * COPYING.NEWLIB: Add National Semiconductor notice.
2625
2626 2010-11-29 Andreas Schwab <schwab@redhat.com>
2627
2628 * configure.ac: Move comment to remove extra space in last argument
2629 of GCC_TARGET_TOOL.
2630
2631 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2632
2633 PR other/46026
2634 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2635 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2636 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2637 (BASE_FLAGS_TO_PASS): Use it.
2638 * configure: Rebuilt.
2639 * Makefile.in: Rebuilt.
2640
2641 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2642
2643 PR binutils/12258
2644 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2645 Properly check default linker.
2646 * configure: Regnerated.
2647
2648 2010-11-23 Matthias Klose <doko@ubuntu.com>
2649
2650 * configure.ac: For --enable-gold, handle value `default' instead of
2651 `both*'. New configure option --{en,dis}able-ld.
2652 * configure: Regenerate.
2653
2654 2010-11-20 Ian Lance Taylor <iant@google.com>
2655
2656 * configure.ac: Only disable a language library if no language needs
2657 it. Don't let --disable-libgcj uncondtionally disable libffi.
2658 * configure: Rebuild.
2659
2660 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2661
2662 * configure: Regenerate.
2663
2664 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2665
2666 PR other/46202
2667 * configure.ac: Fix just-built in-tree STRIP name to be
2668 binutils/strip-new.
2669 * configure: Regenerate.
2670 * Makefile.def (install-strip-gcc, install-strip-binutils)
2671 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2672 (install-strip-sid): Mirror dependencies on non-strip variants
2673 of these targets on the respective -strip prerequisites.
2674 * Makefile.tpl (install-strip, install-strip-host)
2675 (install-strip-target): New targets.
2676 (install-strip-[+module+], install-strip-target-[+module+]):
2677 New targets.
2678 * Makefile.in: Regenerate.
2679
2680 2010-11-19 Ian Lance Taylor <iant@google.com>
2681 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2682
2683 * configure.ac: Add target-libgo to target_libraries. Set
2684 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2685 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2686 (HOST_EXPORTS): Add GOC.
2687 (BASE_TARGET_EXPORTS): Add GOC.
2688 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2689 (GOCFLAGS_FOR_TARGET): New variable.
2690 (EXTRA_HOST_FLAGS): Add GOC.
2691 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2692 * Makefile.def (target_modules): Add libgo.
2693 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2694 (dependencies): Add dependency from configure-target-libgo to
2695 configure-target-libffi and all-target-libstdc++-v3. Add
2696 dependencies from all-target-libgo to all-target-libffi.
2697 (languages): Add go.
2698 * configure: Rebuild.
2699 * Makefile.in: Rebuild.
2700
2701 2010-11-19 Ian Lance Taylor <iant@google.com>
2702
2703 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2704 compiler/flag environment variables.
2705
2706 2010-11-18 Ian Lance Taylor <iant@google.com>
2707
2708 * configure.ac: Check for lang_requires_boot_languages in
2709 config-lang.in files.
2710 * configure: Rebuild.
2711
2712 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2713
2714 * .gitignore: New file.
2715
2716 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2717 Tobias Burnus <burnus@net-b.de>
2718
2719 PR fortran/32049
2720 * Makefile.def: Add libquadmath; build it with language=fortran.
2721 * configure.ac: Add libquadmath.
2722 * Makefile.tpl: Handle multiple libs in check-[+language+].
2723 * Makefile.in: Regenerate.
2724 * configure: Regenerate.
2725
2726 2010-11-15 Andreas Schwab <schwab@redhat.com>
2727
2728 * configure.ac: Fix spelling in option names.
2729 * configure: Regenerated.
2730
2731 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2732
2733 PR bootstrap/39622
2734 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2735 * configure: Regenerated.
2736
2737 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2738
2739 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2740 define the cloog backend to use. Furthermore, only pass the ppllibs to
2741 the configure checks, if necessary.
2742 * configure: Regenerate.
2743
2744 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2745
2746 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2747 * configure: regenerate
2748
2749 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2750
2751 * config/cloog.m4: Fix typo. verison -> version.
2752 * configure: Regenerate.
2753
2754 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2755
2756 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2757 * configure: Regenerate.
2758
2759 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2760
2761 * configure.ac: Support official CLooG.org versions.
2762 * configure: Regenerate.
2763 * config/cloog.m4: New.
2764
2765 2010-11-05 Michael Eager <eager@eagercon.com>
2766
2767 * COPYING.LIBGLOSS: Correct typo in microblaze.
2768 * COPYING.NEWLIB: Same.
2769
2770 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2771
2772 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2773 * configure: Regenerate.
2774
2775 2010-11-03 Ian Lance Taylor <iant@google.com>
2776 Dave Korn <dave.korn.cygwin@gmail.com>
2777
2778 PR lto/46273
2779 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2780 and on other supported platforms whenever LTO is enabled.
2781 * configure: Rebuild.
2782
2783 2010-11-02 Alan Modra <amodra@gmail.com>
2784
2785 PR binutils/12110
2786 * configure.ac: Error when source path contains spaces.
2787 * configure: Regenerate.
2788
2789 2010-10-20 Ian Lance Taylor <iant@google.com>
2790
2791 * Makefile.def (target_modules): Set lib_path to src/.libs for
2792 libstdc++-v3 module.
2793 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2794 * Makefile.in: Rebuild.
2795
2796 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2797 Joseph Myers <joseph@codesourcery.com>
2798
2799 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2800 notices.
2801 * COPYING.NEWLIB: Add Texas Instruments notice.
2802
2803 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2804
2805 * configure.ac (build_lto_plugin): New shell variable.
2806 (--enable-lto): Turn on by default for all non-ELF platforms that
2807 have had LTO support added so far. Set build_lto_plugin appropriately
2808 for both ELF and non-ELF.
2809 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2810 * configure: Regenerate.
2811
2812 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2813
2814 PR bootstrap/45326
2815 PR bootstrap/45174
2816 * configure.ac: Honor initial values of $build_configargs,
2817 $host_configargs, $target_configargs. Mark the precious, so
2818 environment settings get recorded.
2819 * configure: Regenerate.
2820
2821 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2822
2823 Sync from GCC:
2824
2825 2010-09-30 Michael Eager <eager@eagercon.com>
2826
2827 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2828 * configure: Regenerate.
2829
2830 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2831
2832 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2833 targets and amend comment.
2834 * configure: Regenerate.
2835
2836 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2837
2838 * configure.ac: Enable LTO by default on Darwin.
2839 * configure: Regenerate.
2840
2841 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2842
2843 PR bootstrap/44455
2844 * configure.ac (extra_mpfr_configure_flags): Copy from
2845 extra_mpc_gmp_configure_flags.
2846 * configure: Re-generated.
2847
2848 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2849
2850 Sync from GCC:
2851
2852 PR bootstrap/45796
2853 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2854 Depend on all-build-libiberty.
2855 * Makefile.in: Regenerate.
2856
2857 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2858
2859 Sync from GCC:
2860
2861 PR bootstrap/44621
2862 * configure.ac: Fix unportable shell quoting.
2863 * configure: Regenerate.
2864
2865 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2866
2867 * configure.ac: Support all v850 targets.
2868 * configure: Regenerate.
2869
2870 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2871
2872 PR target/44862
2873 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2874 Provide -B option to allow for link spec %s substitutions for
2875 libstdc++.a on darwin.
2876 * Makefile.in: Regenerate.
2877
2878 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2879
2880 * Makefile.def (configure-gcc): Depend on all-libelf.
2881 * Makefile.in: Rebuild.
2882
2883 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2884
2885 * config.sub, config.guess: Update from upstream sources.
2886
2887 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2888
2889 Sync from GCC:
2890
2891 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2892 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2893 * configure: Regenerated.
2894
2895 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2896 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2897 * configure: Regenerate.
2898
2899 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2900 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2901 * configure: Regenerate.
2902
2903 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2904 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2905 separately.
2906 * configure: Regenerate.
2907
2908 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2909 * configure: Regenerate after change to elf.m4.
2910
2911 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2912 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2913 * configure: Regenerated.
2914
2915 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2916 * configure.ac: Print "buggy but acceptable" when CLooG
2917 revision is less than 9.
2918 * configure: Regenerated.
2919
2920 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2921
2922 Merge from gcc:
2923
2924 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2925 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2926 * configure: Regenerate.
2927
2928 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2929 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2930 a platform that supports LTO.
2931 * configure: Regenerate.
2932
2933 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2934 PR lto/42776
2935 * configure.ac (--enable-lto): Refactor handling so libelf tests
2936 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2937 and allow LTO to be explicitly enabled on non-ELF platforms that
2938 are known to support it inside else-clause.
2939 * configure: Regenerate.
2940
2941 2010-04-27 Roland McGrath <roland@redhat.com>
2942 H.J. Lu <hongjiu.lu@intel.com>
2943
2944 * configure.ac (--enable-gold): Support both, both/gold and
2945 both/bfd to add gold to configdirs without removing ld.
2946 * configure: Regenerated.
2947
2948 * Makefile.def: Add install-gold dependency to install-ld.
2949 * Makefile.in: Regenerated.
2950
2951 2010-04-14 Tristan Gingold <gingold@adacore.com>
2952
2953 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2954 * configure: Regenerate.
2955
2956 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2957
2958 Merge from gcc:
2959 PR bootstrap/43615
2960 PR bootstrap/43328
2961 Revert:
2962 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2963 * configure.ac: Do not pass --enable-multilib nor
2964 --disable-multilib in baseargs. Accept explicitly passed
2965 --enable_multilib.
2966 * configure: Regenerate.
2967
2968 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2969
2970 PR bootstrap/43328
2971 * configure.ac: Do not pass --enable-multilib nor
2972 --disable-multilib in baseargs. Accept explicitly passed
2973 --enable_multilib.
2974 * configure: Regenerate.
2975
2976 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2977
2978 * configure.ac (tic6x-*-*): New case.
2979 * configure: Regenerate.
2980
2981 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2982
2983 Merge from gcc:
2984 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2985 PR ada/42554
2986 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2987 * configure: Regenerate.
2988
2989 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2990
2991 * config.sub: Update to version 2010-03-22.
2992 * config.guess: Update to version 2009-12-30.
2993
2994 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2995
2996 Merge from gcc:
2997 2010-01-11 Richard Guenther <rguenther@suse.de>
2998 PR lto/41569
2999 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3000 * Makefile.in: Regenerated.
3001
3002 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3003
3004 PR libstdc++/32499
3005 * configure.ac (RANLIB): Default to true.
3006 (STRIP): Likewise.
3007 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3008 * configure: Regenerate.
3009
3010 2010-02-17 Nick Clifton <nickc@redhat.com>
3011
3012 PR 11238
3013 * Makefile.tpl (local-distclean): Also remove config.cache files in
3014 sub-directories as there may not be Makefiles present in the
3015 sub-directories.
3016 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3017 the config.cache files found by the find command.
3018
3019 * Makefile.in: Regenerate.
3020 * configure.ac: Revert previous delta.
3021 * configure: Regenerate.
3022
3023 2010-02-15 Nick Clifton <nickc@redhat.com>
3024
3025 PR 11238
3026 * configure.ac: Delete config.cache files in sub-directories when
3027 deleting Makefiles.
3028 * configure: Regenerate.
3029
3030 2010-02-15 Nick Clifton <nickc@redhat.com>
3031
3032 * configure.ac: Sync from gcc.
3033 * configure: Regenerate.
3034
3035 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3036
3037 Sync from gcc:
3038 * configure.ac: Add "recommended" version checks for GMP/MPC.
3039 Update recommended GMP/MPFR/MPC versions.
3040 * configure: Regenerate.
3041
3042 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3043
3044 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3045 * configure.ac (bootstrap_target_libs): Make inclusion of
3046 target-libgomp conditional on libgomb being in target_configdirs.
3047 * configure: Regenerate.
3048
3049 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3050
3051 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3052 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3053 * configure: Regenerate.
3054
3055 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3056
3057 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3058 * configure.ac (target_configdirs): Substitute.
3059 * Makefile.def: Bootstrap target module libgomp.
3060 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3061 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3062 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3063 * configure, Makefile.in: Regenerate.
3064
3065 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3066
3067 * libtool.m4: Sync from git Libtool.
3068 * ltmain.sh: Likewise.
3069 * ltoptions.m4: Likewise.
3070 * ltversion.m4: Likewise.
3071 * lt~obsolete.m4: Likewise.
3072
3073 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3074 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3075
3076 PR bootstrap/42424
3077 * configure.ac: Include libtool m4 files.
3078 (_LT_CHECK_OBJDIR): Call it.
3079 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3080 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3081
3082 * configure: Regenerate.
3083
3084 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3085
3086 PR bootstrap/41818
3087 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3088 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3089 * Makefile.in: Regenerate.
3090
3091 2009-12-18 Ben Elliston <bje@au.ibm.com>
3092
3093 * config.sub, config.guess: Update from upstream sources.
3094
3095 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3096
3097 * COPYING.NEWLIB: Update copyright date.
3098 * COPYING.LIBGLOSS: Ditto.
3099
3100 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3101
3102 PR middle-end/30447
3103 PR middle-end/30789
3104 PR other/40302
3105
3106 * configure.ac: Require MPC.
3107 * configure: Regenerate.
3108
3109 * configure.ac: Update minimum MPC version to 0.8.
3110 * configure: Regenerate.
3111
3112 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3113
3114 * config.guess: Sync with upstream and gcc.
3115 * config.sub: Sync with upstream and gcc.
3116
3117 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3118
3119 * Makefile.def: Restore host and target settings for gmp.
3120 * Makefile.in: Rebuild.
3121
3122 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3123
3124 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3125 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3126 Fix portability of test of C++ as bootstrap language. Add
3127 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3128 * configure: Rebuild.
3129 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3130 and cloog. Fix in-tree ppl configuration. Introduce libelf
3131 in-tree building.
3132 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3133 (POSTSTAGE1_HOST_EXPORTS): Use it.
3134 (STAGE[+id+]_CXXFLAGS): New.
3135 (BASE_FLAGS_TO_PASS): Pass it down.
3136 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3137 extra_exports.
3138 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3139 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3140 extra_exports.
3141 * Makefile.in: Rebuild.
3142
3143 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3144
3145 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3146 paths for *-w64-mingw* and x86_64-*mingw*.
3147 * configure: Regenerated.
3148
3149 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3150
3151 * configure.ac: Disable target-winsup & co for
3152 x86_64-*-mingw* and *-w64-mingw* targets.
3153 * configure: Regenerated.
3154
3155 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3156
3157 * configure.ac (CLooG test): Use = with test.
3158 * configure: Regenerate.
3159
3160 2009-10-22 Richard Guenther <rguenther@suse.de>
3161
3162 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3163 cloog if the ppl version check failed. Move flags saving
3164 before setting in libelf check.
3165 * configure: Regenerate.
3166
3167 2009-10-21 Richard Guenther <rguenther@suse.de>
3168
3169 * configure.ac: Adjust the ppl and cloog configure to work as
3170 documented. Disable cloog if ppl was disabled. Omit the version
3171 checks if they were disabled.
3172 * configure: Re-generate.
3173
3174 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3175
3176 * configure.ac: Add 'lto' to enable_languages, not
3177 new_enable_languages, and only if not already present.
3178 * configure: Regenerate.
3179
3180 2009-10-06 Ian Lance Taylor <iant@google.com>
3181
3182 * Makefile.def: check-gold depends upon all-gas.
3183 * Makefile.in: Rebuild.
3184
3185 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3186
3187 * Makefile.def: all-lto-plugin depends on all-libiberty.
3188 set bootstrap=true for lto-plugin.
3189 Add lto-plugin.
3190 * Makefile.in: Regenerate.
3191 * configure.ac (host_libs): Add lto-plugin.
3192 * configure: Regenerate.
3193
3194 2009-10-03 Diego Novillo <dnovillo@google.com>
3195
3196 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3197 (HOST_LIBELFLIBS): Define.
3198 (HOST_LIBELFINC): Define.
3199 * Makefile.in: Regenerate.
3200 * configure.ac: Add --enable-lto.
3201 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3202 If --enable-lto is used, add 'lto' to new_enable_languages.
3203 If --enable-lto is used and gold is enabled, add
3204 lto-plugin to configdirs.
3205 * configure: Regenerate.
3206
3207 2009-10-03 Simon Baldwin <simonb@google.com>
3208
3209 * configure.ac: If --with-system-zlib, suppress local zlib and
3210 pass --with-system-zlib to subdir configure scripts.
3211 * configure: Regenerate.
3212
3213 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3214 Paolo Bonzini <bonzini@gnu.org>
3215
3216 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3217 $(srcdir).
3218 * Makefile.in: Rebuilt.
3219
3220 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3221
3222 Sync from gcc:
3223 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3224
3225 * configure.ac: Update minimum MPC version to 0.7.
3226 * configure: Regenerate.
3227
3228 2009-09-25 Nick Clifton <nickc@redhat.com>
3229
3230 * configure.ac: Pass any --cache-file=/dev/null option on to
3231 subconfigures.
3232 * configure: Regenerate.
3233
3234 2009-09-23 Nick Clifton <nickc@redhat.com>
3235
3236 * config.sub, config.guess: Update from upstream sources.
3237
3238 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3239
3240 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3241 * Makefile.in: Rebuilt.
3242
3243 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3244
3245 PR bootstrap/32272
3246 * configure.ac: Error out if $srcdir isn't '.' but contains
3247 host-${host_noncanonical}.
3248 * configure: Regenerate.
3249
3250 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3251
3252 * configure.ac: If bootstrapping a combined tree with
3253 --enable-gold, require c++ in stage1_languages.
3254 * configure: Regenerate.
3255
3256 * configure.ac: Also add target_libs of stage1_languages to
3257 bootstrap_target_libs.
3258 * configure: Regenerate.
3259
3260 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3261 with --enable-languages not containing c++.
3262 * configure: Regenerate.
3263
3264 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3265
3266 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3267 * configure: Regenerate.
3268
3269 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3270
3271 * configure.ac: Do not use $extrasub for replacing @if/@endif
3272 parts in Makefile; instead, use additional arguments to
3273 AC_CONFIG_COMMANDS to do the replacement manually, with several
3274 sed invocations, to avoid HP-UX sed command limits.
3275 * configure: Regenerate.
3276
3277 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3278
3279 * configure.ac (with-build-config): Document. Handle without.
3280 Handle missing argument.
3281 * configure: Rebuilt.
3282
3283 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3284
3285 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3286 Default to bootstrap-debug only if compare-debug works.
3287 * configure: Rebuilt.
3288 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3289 * Makefile.in: Rebuilt.
3290
3291 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3292
3293 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3294 * Makefile.in: Rebuilt.
3295
3296 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * Makefile.tpl (AWK): Fix typo.
3299 * Makefile.in: Regenerate.
3300
3301 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3302
3303 * configure.ac: Detect awk and sed.
3304 * Makefile.def (flags_to_pass): Add AWK and SED.
3305 * Makefile.tpl (AWK, SED): New.
3306 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3307 * configure: Regenerate.
3308 * Makefile.in: Regenerate.
3309
3310 2009-09-01 Tristan Gingold <gingold@adacore.com>
3311
3312 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3313 Remove logical names.
3314
3315 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3316
3317 * ltmain.sh (func_normal_abspath): New function.
3318 (func_relative_path): Likewise.
3319 (func_mode_help): Document new -bindir option for link mode.
3320 (func_mode_link): Add new -bindir option, and use it to place
3321 output DLL if specified.
3322
3323 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3324
3325 * configure.ac (AC_PREREQ): Bump to 2.64.
3326
3327 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3328
3329 * README-maintainer-mode: Point directly to upstream locations
3330 for autoconf, automake, libtool, gettext, instead of copies on
3331 sources.redhat.com. Document required versions.
3332 * configure.ac: Do not substitute datarootdir, htmldir,
3333 pdfdir, docdir. Do not process --with-datarootdir,
3334 --with-htmldir, --with-pdfdir, --with-docdir.
3335 * configure: Regenerate.
3336
3337 * configure: Regenerate.
3338
3339 * compile: Sync from Automake 1.11.
3340 * depcomp: Likewise.
3341 * install-sh: Likewise.
3342 * missing: Likewise.
3343 * mkinstalldirs: Likewise.
3344 * ylwrap: Likewise.
3345
3346 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3347
3348 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3349 (baseargs): Add --disable-option-checking.
3350 * configure: Regenerate.
3351
3352 * Makefile.def (configure-target-libiberty): Depend on
3353 all-binutils and all-ld.
3354 (configure-target-newlib): Likewise.
3355 * Makefile.in: Regenerate.
3356
3357 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3358
3359 Sync with GCC, merge:
3360
3361 2009-07-31 Christian Bruel <christian.bruel@st.com>
3362
3363 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3364 * configure: Regenerate.
3365
3366 2009-07-06 Ian Lance Taylor <iant@google.com>
3367
3368 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3369 * configure: Rebuild.
3370
3371 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3372
3373 PR bootstrap/40338
3374 * configure.ac (comparestring): Create new variable.
3375 * Makefile.tpl (comparestring): Use to skip some comparisions.
3376 * configure: Regenerate.
3377 * Makefile.in: Regenerate.
3378
3379 2009-06-23 Ian Lance Taylor <iant@google.com>
3380
3381 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3382 boot_languages. Only bootstrap target libraries listed in
3383 target_libs for some boot language. Add --with-stage1-ldflags,
3384 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3385 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3386 if not building with C++.
3387 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3388 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3389 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3390 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3391 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3392 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3393 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3394 * configure, Makefile.in: Rebuild.
3395
3396 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3397
3398 * configure.ac: Detect MPC in default directory.
3399 * configure: Regenerate.
3400
3401 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3402
3403 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3404 to noconfdirs.
3405 * configure: Regenerate.
3406
3407 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3408
3409 * Makefile.def: Add MPC support and dependencies.
3410 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3411
3412 * Makefile.in, configure: Regenerate.
3413
3414 2009-05-24 Nicolas Roche <roche@adacore.com>
3415
3416 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3417 * Makefile.in: Regenerate.
3418
3419 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3420
3421 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3422 * configure: Regenerate.
3423
3424 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3425
3426 * configure.ac ($with_ppl): Default to no if not supplied.
3427 ($with_cloog): Likewise.
3428 configure: Regenerate.
3429
3430 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3431
3432 PR bootstrap/39739
3433 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3434 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3435
3436 * configure, Makefile.in: Regenerate.
3437
3438 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3439
3440 * configure.ac: Change copyright header to refer to version
3441 3 of the GNU General Public License and to point readers at the
3442 COPYING3 file and the FSF's license web page.
3443 * Makefile.def: Likewise.
3444 * Makefile.tpl: Likewise.
3445 * Makefile.in: Regenerate.
3446
3447 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3448
3449 * configure.ac: Restore match for darwin9 or later. Use double
3450 brackets since regeneration eats one pair.
3451 * configure: Regenerate.
3452
3453 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3454
3455 * MAINTAINERS: Perform some obvious fixups.
3456
3457 2009-08-17 Ben Elliston <bje@au.ibm.com>
3458
3459 * config.sub, config.guess: Update from upstream sources.
3460
3461 2009-08-06 Michael Eager <eager@eagercon.com>
3462
3463 * configure.ac: Add Microblaze target.
3464 * configure: Regenerate.
3465
3466 2009-07-02 Tristan Gingold <gingold@adacore.com>
3467
3468 * configure.ac: Do not exclude gas for i386-*-darwin.
3469 Add a case for x86_64-*-darwin.
3470 * configure: Regenerate.
3471
3472 2009-06-26 Doug Evans <dje@sebabeach.org>
3473
3474 * Makefile.def (host_modules): Add cgen.
3475 * Makefile.in: Regenerate.
3476 * configure.ac (host_tools): Add cgen.
3477 * configure: Regenerate.
3478
3479 2009-06-17 Michael Eager <eager@eagercon.com>
3480
3481 * COPYING.LIBGLOSS: Add Xilinx license.
3482
3483 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3484
3485 * configure.ac: Define is_elf for QNX Neutrino targets.
3486 * configure: Regenerate.
3487
3488 2009-06-03 Jerome Guitton <guitton@adacore.com>
3489 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3490
3491 * Makefile.tpl (all): Avoid a trailing backslash.
3492 * Makefile.in: Regenerate.
3493
3494 2009-06-03 Ben Elliston <bje@au.ibm.com>
3495
3496 * config.sub, config.guess: Update from upstream sources.
3497
3498 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3499
3500 * Makefile.tpl ([+compare-target+]): Compare all stage
3501 directories, rather than just gcc.
3502 * Makefile.in: Rebuilt.
3503
3504 2009-05-28 Doug Kwan <dougkwan@google.com>
3505
3506 * configure.ac: Support gold for target arm*-*-*.
3507 * configure: Regenerate.
3508
3509 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3510
3511 * Makefile.tpl (all): Avoid harmless warning in make all when
3512 gcc-bootstrap is enabled but stage_last does not exist.
3513 * Makefile.in: Rebuilt.
3514
3515 2009-05-25 Tristan Gingold <gingold@adacore.com>
3516
3517 * setup.com: Complete the file with configuration and build.
3518
3519 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3520
3521 PR other/40159
3522 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3523 gcc-no-bootstrap are mutually exclusive.
3524 * Makefile.in: Rebuilt.
3525
3526 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3527
3528 PR other/40159
3529 * Makefile.tpl (all): Don't end with unconditional success.
3530 * Makefile.in: Rebuilt.
3531
3532 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3533
3534 PR target/37137
3535 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3536 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3537 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3538 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3539 stage_configureflags, stage_cflags and stage_libcflags into
3540 explicit Makefile macros.
3541 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3542 GFORTRAN.
3543 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3544 CC. Set CC_FOR_BUILD from CC.
3545 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3546 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3547 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3548 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3549 and GFORTRAN.
3550 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3551 (_LIBCFLAGS): Renamed to _TFLAGS.
3552 (do-compare-debug, do-compare3-debug): Drop.
3553 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3554 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3555 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3556 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3557 (XGCC_FLAGS_FOR_TARGET): New.
3558 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3559 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3560 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3561 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3562 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3563 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3564 TFLAGS.
3565 (BUILD_CONFIG): Include if requested.
3566 (all): Set TFLAGS on bootstrap.
3567 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3568 (all-stageid-prefixmodule): Likewise.
3569 (do-clean, distclean-stageid): Set TFLAGS.
3570 (restrap): Fix whitespace.
3571 * Makefile.in: Rebuilt.
3572
3573 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3574
3575 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3576 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3577 * Makefile.in: Regenerate.
3578
3579 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3580
3581 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3582 consistency with config.sub. (Update from upstream sources.)
3583
3584 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3585
3586 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3587
3588 2009-04-17 Ben Elliston <bje@au.ibm.com>
3589
3590 * config.sub, config.guess: Update from upstream sources.
3591
3592 2009-04-15 Anthony Green <green@moxielogic.com>
3593
3594 * configure.ac: Add moxie support.
3595 * configure: Rebuilt.
3596
3597 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3598
3599 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3600 * configure: Regenerate.
3601
3602 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3603
3604 PR gas/10039
3605 * configure.ac: Require texinfo 4.7.
3606 * configure: Regenerated.
3607
3608 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3609
3610 * Makefil.def (languages): New entries.
3611 * Makefile.tpl (check-gcc-*): New generic target.
3612 * Makefile.in: Regenerate.
3613
3614 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3615
3616 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3617 Windows builds of Sed.
3618
3619 2009-03-18 Tom Tromey <tromey@redhat.com>
3620
3621 * configure: Rebuild.
3622 * configure.ac (host_libs): Add libiconv.
3623 * Makefile.in: Rebuild.
3624 * Makefile.def (host_modules): Add libiconv.
3625 (configure-gdb, all-gdb): Depend on libiconv.
3626
3627 2009-03-16 Tristan Gingold <gingold@adacore.com>
3628
3629 * configure.ac: Treat gdb as supported on x86_64-darwin.
3630 * configure: Regenerate.
3631
3632 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3633
3634 Merge from GCC:
3635
3636 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3637
3638 * configure.ac (--with-host-libstdcxx): New option.
3639 * configure: Regenerate.
3640
3641 2009-01-29 Robert Millan <rmh@aybabtu.com>
3642
3643 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3644 * configure: Regenerate.
3645
3646 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3647
3648 PR tree-optimization/38515
3649 * configure.ac (cloog-polylib): Removed.
3650 (with_ppl, with_cloog): Test for "no".
3651 * configure: Regenerated.
3652
3653 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3654
3655 Backport from git Libtool:
3656
3657 2009-01-19 Robert Millan <rmh@aybabtu.com>
3658 Support GNU/kOpenSolaris.
3659 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3660 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3661 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3662 GNU/kOpenSolaris.
3663
3664 2009-02-05 Andreas Schwab <schwab@suse.de>
3665
3666 * Makefile.tpl (stage_last): Define $r and $s before using
3667 $(RECURSE_FLAGS_TO_PASS).
3668 * Makefile.in: Regenerate
3669
3670 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3671
3672 * COPYING.NEWLIB: Add ARM license.
3673
3674 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3675
3676 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3677 (all-opcodes): Depend on all-libiberty.
3678 * Makefile.in: Regenerate.
3679
3680 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3681
3682 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3683 * configure: Regenerate.
3684
3685 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3686
3687 Backport link test fix from upstream Libtool:
3688
3689 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3690 Add cache variables to tests that require the linker to work.
3691 For shlibpath_overrides_runpath, this also changes the semantics
3692 to let the result from the C compiler take precedence.
3693 compiler take precedence.
3694
3695 2008-12-02 Ben Elliston <bje@au.ibm.com>
3696
3697 * config.sub, config.guess: Update from upstream sources.
3698
3699 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3700
3701 * COPYING.NEWLIB: Updated.
3702 * COPYING.LIBGLOSS: Ditto.
3703
3704 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3705
3706 Sync with GCC:
3707
3708 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3709
3710 * configure.ac (ppllibs): Add by default the lib flags.
3711 * configure: Regenerate.
3712
3713 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3714
3715 * configure.ac: Add double brackets on darwin[912].
3716 * configure: Regenerate.
3717
3718 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3719
3720 * configure.ac: Expand to darwin10 and later.
3721 * configure: Regenerate.
3722
3723 2008-12-02 Andreas Schwab <schwab@suse.de>
3724
3725 * Makefile.def: configure-target-boehm-gc depends on
3726 all-target-libstdc++-v3.
3727 * Makefile.in: Regenerate.
3728
3729 2008-12-02 Ben Elliston <bje@au.ibm.com>
3730
3731 * config.sub, config.guess: Update from upstream sources.
3732
3733 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3734
3735 Merge from GCC:
3736
3737 2007-12-02 Matthias Klose <doko@ubuntu.com>
3738
3739 * config-ml.in: Remove 64bit configure tests.
3740
3741 2008-05-14 Rafael Espindola <espindola@google.com>
3742
3743 * config-ml.in: don't handle --enable-shared and --enable-static.
3744
3745 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3746 Tobias Grosser <grosser@fim.uni-passau.de>
3747 Jan Sjodin <jan.sjodin@amd.com>
3748 Harsha Jagasia <harsha.jagasia@amd.com>
3749 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3750 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3751 Adrien Eliche <aeliche@isty.uvsq.fr>
3752
3753 Merge from graphite branch.
3754 * configure: Regenerate.
3755 * Makefile.in: Regenerate.
3756 * configure.ac (host_libs): Add ppl and cloog.
3757 Add checks for PPL and CLooG.
3758 * Makefile.def (ppl, cloog): Added modules and dependences.
3759 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3760 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3761
3762 2008-09-03 Richard Guenther <rguenther@suse.de>
3763
3764 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3765 cloog test.
3766 * configure: Re-generate.
3767
3768 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3769
3770 * configure.ac (--with-cloog-polylib): New.
3771 (--disable-cloog-version-check): New.
3772 (--disable-ppl-version-check): New.
3773 * configure: Re-generate.
3774
3775 2008-09-05 Richard Guenther <rguenther@suse.de>
3776
3777 * configure.ac: Initialize clooglibs to -lcloog.
3778 * configure: Re-generate.
3779
3780 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3781
3782 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3783 recommended version to 2.3.2.
3784
3785 * configure: Regenerate.
3786
3787 2008-10-31 Ben Elliston <bje@au.ibm.com>
3788
3789 * configure.ac (spu-*-*): Remove special case.
3790 * configure: Regenerate.
3791
3792 Complete comment text from GCC version of:
3793
3794 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3795
3796 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3797 (GCC_SHLIB_SUBDIR): New.
3798 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3799 * configure: Regenerate.
3800 * Makefile.in: Regenerate.
3801
3802 2008-11-27 Tristan Gingold <gingold@adacore.com>
3803
3804 * configure.ac: Build gdb for i?86-*-darwin*
3805 * configure: Regenerated.
3806
3807 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3808
3809 PR bootstrap/38014
3810 PR bootstrap/37923
3811
3812 Revert:
3813
3814 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3815
3816 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3817 * Makefile.in: Regenerated.
3818
3819 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3820
3821 PR gdb/921
3822 PR gdb/1646
3823 PR gdb/2175
3824 PR gdb/2176
3825
3826 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3827 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3828 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3829 (HOST_EXPORTS): Pass CPPFLAGS.
3830 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3831 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3832 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3833 * Makefile.in, configure: Regenerated.
3834 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3835 and CPPFLAGS_FOR_BUILD.
3836
3837 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3838
3839 * configure.ac [spu-*-*]: Do not set skipdirs.
3840 * configure: Re-generate.
3841
3842 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3843
3844 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3845 * Makefile.in: Regenerated.
3846
3847 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3848
3849 PR gdb/921
3850 PR gdb/1646
3851 PR gdb/2175
3852 PR gdb/2176
3853
3854 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3855 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3856 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3857 (HOST_EXPORTS): Pass CPPFLAGS.
3858 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3859 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3860 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3861 * Makefile.in, configure: Regenerated.
3862 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3863 and CPPFLAGS_FOR_BUILD.
3864
3865 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3866
3867 * libtool.m4: Update to libtool 2.2.6.
3868 * lt~obsolete.m4: Update to libtool 2.2.6.
3869 * ltmain.sh: Update to libtool 2.2.6.
3870 * ltsugar.m4: Update to libtool 2.2.6.
3871 * ltversion.m4: Update to libtool 2.2.6.
3872 * ltoptions.m4: Update to libtool 2.2.6.
3873 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3874
3875 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3876
3877 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3878 (GCC_SHLIB_SUBDIR): New.
3879 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3880 * configure: Regenerate.
3881 * Makefile.in: Regenerate.
3882
3883 2008-08-28 Tristan Gingold <gingold@adacore.com>
3884
3885 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3886 Enable bfd, binutils and opcodes.
3887 * configure: Regenerate.
3888
3889 2008-08-16 Nicolas Roche <roche@adacore.com>
3890
3891 * Makefile.tpl: Add BOOT_ADAFLAGS.
3892 * Makefile.in: Regenerate.
3893
3894 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3895
3896 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3897 * configure: Regenerate.
3898
3899 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3900
3901 Sync with gcc:
3902 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3903
3904 * configure.ac: Add makefile fragments for hpux.
3905 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3906 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3907 * configure: Regenerate.
3908 * Makefile.in: Regenerate.
3909
3910 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3911
3912 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3913 * Makefile.in: Regenerate.
3914 * configure: Regenerate.
3915
3916 2008-06-18 Ian Lance Taylor <iant@google.com>
3917
3918 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3919
3920 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3921
3922 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3923
3924 * configure: Regenerate.
3925
3926 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3927
3928 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3929 "$@" is still intact with both Autoconf 2.59 and 2.62.
3930 * configure: Regenerate.
3931
3932 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3933
3934 * Makefile.tpl: Fix comment errors.
3935 * Makefile.in: Regenerate.
3936
3937 2008-06-13 Julian Brown <julian@codesourcery.com>
3938
3939 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3940 of libobjc for ARM EABI Linux.
3941 * configure: Regenerate.
3942
3943 2008-06-12 David S. Miller <davem@davemloft.net>
3944 David Edelsohn <edelsohn@gnu.org>
3945
3946 * configure.ac: Add powerpc*-*-* to gold supported targets.
3947 * configure: Regenerate.
3948
3949 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3950
3951 PR tree-optimization/36218
3952 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3953 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3954 (all prefix="build-"): Pass them to build-system sub-makes.
3955 * Makefile.in: Regenerate.
3956
3957 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3958
3959 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3960 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3961 mkdep, and compile. Update comments.
3962 (ETC_SUPPORT): Add ChangeLog and update comments.
3963
3964 2008-05-11 Ian Lance Taylor <iant@google.com>
3965
3966 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3967
3968 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3969
3970 Sync with gcc:
3971 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3972
3973 PR bootstrap/35457
3974 * configure.ac: Include override.m4.
3975 * configure: Regenerate.
3976
3977 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3978
3979 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3980 * Makefile.in: Regenerate.
3981
3982 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3983
3984 * configure.ac: Do not build libssp for the AVR.
3985 * configure: Regenerate.
3986
3987 2008-04-18 Nick Clifton <nickc@redhat.com>
3988
3989 * MAINTAINERS: Replace reference to configure.in with reference to
3990 configure.ac.
3991
3992 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3993
3994 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3995 as nonconfigurable directories list.
3996 * configure: Regenerate.
3997
3998 2008-04-14 David S. Miller <davem@davemloft.net>
3999
4000 * configure.ac: Add sparc*-*-* to gold supported targets.
4001 * configure: Regenerate.
4002
4003 2008-04-14 Ben Elliston <bje@au.ibm.com>
4004
4005 * config.sub, config.guess: Update from upstream sources.
4006
4007 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4008
4009 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4010 * Makefile.in: Regenerate.
4011
4012 2008-04-07 Ian Lance Taylor <iant@google.com>
4013
4014 * Makefile.def: check-gold depends upon all-binutils.
4015 * Makefile.in: Regenerate.
4016
4017 2008-04-04 Nick Clifton <nickc@redhat.com>
4018
4019 PR binutils/4334
4020 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4021 builds.
4022 * configure: Regenerate.
4023
4024 2008-04-04 NightStrike <NightStrike@gmail.com>
4025
4026 PR other/35151
4027 * configure.ac: Combine rules for mingw32 and mingw64.
4028 * configure: Regenerate.
4029
4030 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4031
4032 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4033 * Makefile.in: Regenerate.
4034
4035 2008-03-20 Ian Lance Taylor <iant@google.com>
4036
4037 * configure.ac: Add support for --enable-gold.
4038 * Makefile.def: Add gold as a directory like ld.
4039 * configure, Makefile.in: Regenerate.
4040
4041 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4042
4043 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4044 (s390_cond_extensions): Reduced extensions to the compare related.
4045 (main): z10 cpu type option added.
4046 (expandConditionalJump): Renamed to ...
4047 (insertExpandedMnemonic): ... this.
4048
4049 * opcodes/s390-opc.c: Re-group the operand format makros.
4050 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4051 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4052 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4053 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4054 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4055 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4056 INSTR_SIL_RDU): New instruction formats added.
4057 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4058 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4059 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4060 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4061 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4062 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4063 masks added.
4064 (s390_opformats): New formats added "ris", "rrs", "sil".
4065 * opcodes/s390-opc.txt: Add the conditional jumps with the
4066 extensions removed from automatic expansion in s390-mkopc.c manually.
4067 (asi - trtre): Add new System z10 EC instructions.
4068 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4069
4070 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4071
4072 * configure.ac: m4_include config/proginstall.m4.
4073 * configure: Regenerate.
4074
4075 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4076
4077 Backport from upstream Libtool:
4078
4079 2007-10-12 Eric Blake <ebb9@byu.net>
4080
4081 Deal with Autoconf 2.62's semantic change in m4_append.
4082 * ltsugar.m4 (lt_append): Replace broken versions of
4083 m4_append.
4084 (lt_if_append_uniq): Don't require separator to be overquoted,
4085 and avoid broken m4_append.
4086 (lt_dict_add): Fix typo.
4087 * libtool.m4 (_LT_DECL): Don't overquote separator.
4088
4089 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4090
4091 * config.rpath: Add AIX 6 support.
4092
4093 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4094
4095 * Makefile.def (stageprofile). Remove -fprofile-generate
4096 from stage_libcflags.
4097 * Makefile.in: Regenerate.
4098
4099 2008-03-13 Ben Elliston <bje@au.ibm.com>
4100
4101 * config.sub, config.guess: Update from upstream sources.
4102
4103 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4104
4105 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4106 * s390-opc.txt (cmpsc): Duplicate entry removed.
4107 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4108 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4109 fier, cu42, cu41): Fix operand format.
4110
4111 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4112
4113 PR bootstrap/32009
4114 PR bootstrap/32161
4115
4116 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4117 * configure: Regenerate.
4118
4119 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4120 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4121 STAGE4_LIBCFLAGS): New.
4122 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4123 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4124 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4125 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4126 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4127 for target modules. Don't export LIBCFLAGS.
4128 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4129 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4130 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4131 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4132 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4133 * Makefile.in: Regenerate.
4134
4135 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4136
4137 PR libgcj/33085
4138 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4139 Do not use -DDLL_EXPORT. Backport from upstream.
4140
4141 2008-02-14 Nick Clifton <nickc@redhat.com>
4142
4143 Import this patch from gcc:
4144 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4145
4146 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4147
4148 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4149
4150 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4151 * configure: Regenerate.
4152
4153 2008-01-31 Marc Gauthier <marc@tensilica.com>
4154
4155 * configure.ac (xtensa*-*-*): Recognize processor variants.
4156 * configure: Regenerate.
4157
4158 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4159
4160 PR bootstrap/34922
4161 * configure.ac (PARSE_ARGS): Push suitable setting of
4162 ac_subdirs_all, for `./configure --help=recursive'.
4163 Handle `+' in generic toplevel directory disabling.
4164 * configure: Regenerate.
4165
4166 2008-01-23 Ben Elliston <bje@au.ibm.com>
4167
4168 * config.sub, config.guess: Update from upstream sources.
4169
4170 2008-01-08 Ben Elliston <bje@au.ibm.com>
4171
4172 * config.sub, config.guess: Update from upstream sources.
4173
4174 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4175
4176 * COPYING.LIBGLOSS: Update default copyright.
4177
4178 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4179
4180 * COPYING.NEWLIB: Update default copyright.
4181
4182 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4183
4184 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4185 Change recommended MPFR from 2.2.1 > 2.3.0.
4186 * configure: Regenerate.
4187
4188 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4189
4190 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4191 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4192 * Makefile.in: Regenerate.
4193
4194 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4195
4196 * configure.ac: Enable libjava for x86_64-*-darwin9.
4197 * configure: Regenerate.
4198
4199 2007-12-05 Ben Elliston <bje@au.ibm.com>
4200
4201 * config.sub, config.guess: Update from upstream sources.
4202
4203 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4204
4205 * config-ml.in: Robustify against white space in absolute file
4206 names.
4207
4208 * config-ml.in (multi-clean): Substitute ${Makefile}.
4209 Remove superfluous ${Makefile} in list.
4210
4211 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4212
4213 * Makefile.def (dependencies): Make configure-gdb depend on
4214 all-intl.
4215 * Makefile.in: Regenerated.
4216
4217 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4218
4219 * Makefile.def: To avoid problems running with parallel makes,
4220 build newlib before libgloss so that target specific header
4221 files are availble.
4222 * Makefile.in: Regenerate.
4223
4224 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4227 * Makefile.in: Regenerate.
4228
4229 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4230
4231 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4232 * libdecnumber: New directory, imported from GCC.
4233
4234 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4235
4236 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4237 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4238 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4239 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4240 * configure: Regenerate.
4241
4242 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4243
4244 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4245 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4246 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4247 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4248 * configure.ac: Default them to host tools for $host = $build.
4249 Subst them.
4250
4251 * configure: Regenerate.
4252 * Makefile.in: Regenerate.
4253
4254 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4255
4256 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4257 * configure: Regenerate.
4258
4259 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4260
4261 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4262 libstdc++.
4263 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4264 * configure: Regenerate.
4265 * Makefile.in: Regenerate.
4266
4267 2007-09-17 Andreas Schwab <schwab@suse.de>
4268
4269 * configure.ac: Raise minimum makeinfo version to 4.6.
4270 * configure: Regenerate.
4271
4272 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4273
4274 * configure.ac: Correct makeinfo version check.
4275 * configure: Regenerate.
4276
4277 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4278
4279 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4280 to $skipdirs and only disable gprof for newlib. Use the normal
4281 mips*-elf* handling in other respects.
4282 * configure: Regnerate.
4283
4284 2007-09-12 David Daney <ddaney@avtrex.com>
4285
4286 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4287 enabling libgcj.
4288 * configure: Regenerate.
4289
4290 2007-09-12 Richard Guenther <rguenther@suse.de>
4291
4292 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4293 nor --disable-checking is provided also turn on yes and types
4294 checking for stage1.
4295 * configure: Re-generate.
4296
4297 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4298
4299 PR target/33281
4300 * configure.ac: Use config/mh-mingw on mingw.
4301 * configure: Regenerate.
4302
4303 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4304
4305 PR other/32154
4306 * configure.ac: For libgloss targets, point the linker to the linker
4307 script, startup code and simulator library.
4308 * configure: Regenerate.
4309
4310 2007-09-09 Andrew Haley <aph@redhat.com>
4311
4312 * configure.ac (noconfigdirs): Remove target-libffi and
4313 target-libjava.
4314
4315 2007-08-29 Nick Clifton <nickc@redhat.com>
4316
4317 * config.sub, config.guess: Update from upstream sources.
4318
4319 2007-08-21 Richard Guenther <rguenther@suse.de>
4320
4321 * configure.ac: Add types checking to stage1 checking flags.
4322 * configure: Regenerate.
4323
4324 2007-08-18 Paul Brook <paul@codesourcery.com>
4325 Joseph Myers <joseph@codesourcery.com>
4326
4327 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4328 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4329 * Makefile.in: Regenerate.
4330 * configure.ac (--with-debug-prefix-map): New.
4331 * configure: Regenerate.
4332
4333 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4334 Nigel Stephens <nigel@mips.com>
4335
4336 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4337 as target_makefile_frag.
4338 * configure: Regenerate.
4339
4340 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4341
4342 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4343 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4344 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4345 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4346 (do-compare, do-compare3, do-compare-debug): New.
4347 ([+compare-target+]): Use them.
4348
4349 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4350
4351 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4352 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4353 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4354 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4355 (do-compare, do-compare3, do-compare-debug): New.
4356 ([+compare-target+]): Use them.
4357
4358 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4359 Ben Elliston <bje@au.ibm.com>
4360
4361 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4362 --silent if $silent.
4363 * configure: Regenerate.
4364
4365 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4366
4367 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4368
4369 2007-07-17 Nick Clifton <nickc@redhat.com>
4370
4371 * COPYING3: New file. Contains version 3 of the GNU General
4372 Public License.
4373 * COPYING3.LIB: New file. Contains version 3 of the GNU
4374 Lesser General Public License.
4375
4376 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4377
4378 * configure.ac: Fix my previous change to really match GCC.
4379 * configure: Regenerate.
4380
4381 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4382
4383 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4384 * configure: Regenerate.
4385
4386 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4387
4388 * configure.ac: Add some missing m4 quotation.
4389 * configure: Regenerate.
4390
4391 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4392
4393 * Makefile.def: Add windmc tool to build.
4394 * Makefile.tpl: Likewise.
4395 * configure.ac: Likewise.
4396 * Makefile.in: Regenerate.
4397 * configure: Regenerate.
4398
4399 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4400
4401 * lt~obsolete.m4: New. Import from 20070318 libtool.
4402
4403 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4404
4405 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4406 uclinux and linux-uclibc targets.
4407 * configure: Regenerate.
4408
4409 2007-06-28 DJ Delorie <dj@redhat.com>
4410
4411 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4412 not building newlib.
4413 * configure: Regenerated.
4414
4415 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4416
4417 * src-release (DEVO_SUPPORT): Correct typos.
4418
4419 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4420
4421 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4422 * Makefile.in: Regenerated.
4423
4424 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4425
4426 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4427 (distclean-stage[+id+]): Possibly delete stage_last.
4428 * Makefile.in: Regenerate.
4429
4430 2007-06-07 Ben Elliston <bje@au.ibm.com>
4431
4432 * config.sub, config.guess: Update from upstream sources.
4433
4434 2007-06-07 Ben Elliston <bje@au.ibm.com>
4435
4436 * Makefile.tpl: Fix spelling error.
4437 * Makefile.in: Regenerate.
4438
4439 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4440
4441 Sync with gcc:
4442 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4443
4444 PR bootstrap/29382
4445 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4446 * configure: Rebuilt.
4447
4448 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4449
4450 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4451 lt_cv_sys_max_cmd_len.
4452
4453 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4454
4455 * ltgcc.m4: Update from GCC.
4456
4457 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4458
4459 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4460
4461 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4462
4463 * ltmain.sh: Update from GCC.
4464 * libtool.m4: Update from GCC.
4465 * ltsugar.m4: New. Update from GCC.
4466 * ltversion.m4: New. Update from GCC.
4467 * ltoptions.m4: New. Update from GCC.
4468 * ltconfig: Remove.
4469 * ltcf-c.sh: Remove.
4470 * ltcf-cxx.sh: Remove.
4471 * ltcf-gcj.sh: Remove.
4472 * src-release: Update with new libtool file list.
4473
4474 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4475
4476 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4477 stage_cflags.
4478 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4479 Remove CFLAGS/LIBCFLAGS.
4480 (configure-stage[+id+]-[+prefix+][+module+],
4481 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4482 * Makefile.in: Regenerate.
4483
4484 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4485
4486 * config-ml.in: Update from GCC.
4487
4488 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4489
4490 * src-release (do-proto-toplev): Process the support directories before
4491 the tool directory.
4492
4493 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4494
4495 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4496 of glob. Quote arguments with single quotes too.
4497 * configure: Regenerate.
4498
4499 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4500
4501 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4502 * Makefile.in: Regenerate
4503
4504 2007-03-07 Andreas Schwab <schwab@suse.de>
4505
4506 * configure: Regenerate.
4507
4508 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4509
4510 * configure.ac: Add "--with-pdfdir" configure option,
4511 which defines pdfdir variable.
4512 * Makefile.def (target=fixincludes): Add install-pdf to
4513 missing targets.
4514 (recursive_targets): Add install-pdf target.
4515 (flags_to_pass): Add pdfdir.
4516 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4517 target.
4518 * configure: Regenerate
4519 * Makefile.in: Regenerate
4520
4521 2007-02-28 Eric Christopher <echristo@apple.com>
4522
4523 Revert:
4524 2006-12-07 Mike Stump <mrs@apple.com>
4525
4526 * Makefile.def (dependencies): Add dependency for
4527 install-target-libssp and install-target-libgomp on
4528 install-gcc.
4529 * Makefile.in: Regenerate.
4530
4531 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4532
4533 * configure: Regenerate.
4534 * configure.ac: Move statements after variable declarations.
4535
4536 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4537
4538 * configure.ac: Adjust for loop syntax.
4539 * configure: Regenerate.
4540
4541 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4542
4543 * configure: Rebuilt.
4544
4545 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4546
4547 * configure.ac: Drop multiple occurrences of --enable-languages,
4548 and fix its quoting.
4549 * configure: Rebuilt.
4550
4551 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4552 Nathan Sidwell <nathan@codesourcery.com>
4553 Vladimir Prus <vladimir@codesourcery.com
4554 Joseph Myers <joseph@codesourcery.com>
4555
4556 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4557 * configure: Regenerate.
4558
4559 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4560
4561 * configure.ac (target_libraries): Move libgcc before libiberty.
4562 * configure: Regenerated.
4563
4564 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4565
4566 * configure: Regenerate again?
4567
4568 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4569
4570 * configure: Reapply PR30748 fix which was lost in the previous commit.
4571
4572 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4573 Paolo Bonzini <bonzini@gnu.org>
4574
4575 PR bootstrap/30753
4576 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4577 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4578 * configure: Regenerated.
4579
4580 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4581
4582 * configure: Regenerate.
4583
4584 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4585
4586 PR bootstrap/30748
4587 * configure.ac: Correct syntax for Solaris ksh.
4588 * configure: Regenerated.
4589
4590 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4591
4592 * Makefile.def: Sync with GCC.
4593 * Makefile.tpl: Sync with GCC.
4594 * Makefile.in: Regenerate.
4595 * configure: Regenerate.
4596
4597 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4598
4599 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4600 noncanonical equivalents.
4601 * configure.in: Rename to...
4602 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4603 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4604 target_noncanonical. Use them. Rewrite removal of configure
4605 arguments for autoconf 2.59. Discard variable settings. Force
4606 program_transform_name for native tools.
4607
4608 * Makefile.in: Regenerated.
4609 * configure: Regenerated with autoconf 2.59.
4610
4611 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4612
4613 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4614
4615 * COPYING.LIBGLOSS: Reformat default Red Hat
4616 license to fit within 80 columns.
4617 * COPYING.NEWLIB: Ditto.
4618
4619 2007-02-05 Dave Brolley <brolley@redhat.com>
4620
4621 * Contribute the following changes:
4622 2006-11-28 DJ Delorie <dj@redhat.com>
4623
4624 * configure.in: Fix typo for mep's target_makefile_frag.
4625 * configure: Regenerated.
4626
4627 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4628
4629 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4630 * configure: Regenerate.
4631
4632 2001-09-19 DJ Delorie <dj@redhat.com>
4633
4634 * configure.in (target_makefile_frag): use mt-mep
4635
4636 2001-06-12 Don Howard <dhoward@redhat.com>
4637
4638 * configure.in: Remove gdb from MeP skip list.
4639
4640 2001-04-05 DJ Delorie <dj@redhat.com>
4641
4642 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4643
4644 2001-03-20 Ben Elliston <bje@redhat.com>
4645
4646 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4647
4648 2001-03-19 Ben Elliston <bje@redhat.com>
4649
4650 * config.sub (mep, mep-*): Add.
4651
4652 2007-01-31 Andreas Schwab <schwab@suse.de>
4653
4654 * Makefile.tpl (LDFLAGS): Substitute it.
4655 * Makefile.in: Regenerate.
4656
4657 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4658
4659 * configure.in: Change == to = in test command.
4660 * configure: Regenerate.
4661
4662 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4663 Nick Clifton <nickc@redhat.com>
4664 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4665
4666 * configure.in (build_configargs, host_configargs, target_configargs):
4667 Remove build/host/target parameters.
4668 (host_libs): Add gmp and mpfr.
4669 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4670 * Makefile.def (gmp, mpfr): New.
4671 (gcc): Remove target.
4672 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4673 target_os, target_vendor): New.
4674 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4675 * configure: Regenerate.
4676 * Makefile.in: Regenerate.
4677
4678 2007-01-11 Matt Fago <fago@earthlink.net>
4679
4680 * configure.in: Try to link to functions only in mpfr 2.2.x
4681 to improve robustness of configure tests.
4682 * configure: Regenerate.
4683
4684 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4685
4686 * configure.in: Add support for an x86_64-mingw* target.
4687 * configure: Regenerate.
4688
4689 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4690
4691 * Makefile.tpl (all-target): Correct @if conditional for target
4692 modules.
4693 * configure.in: Omit libiberty if building only target libgcc.
4694 * configure, Makefile.in: Regenerated.
4695
4696 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4697
4698 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4699 * configure: Regenerate.
4700
4701 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4702
4703 * Makefile.def (target_modules): Add libgcc.
4704 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4705 * Makefile.tpl (clean-target-libgcc): Delete.
4706 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4707 on gcc even for bootstrapped modules. Rewrite handling of
4708 lang_env_dependencies to loop over target_modules.
4709 * configure.in (target_libraries): Add target-libgcc.
4710 * Makefile.in, configure: Regenerated.
4711
4712 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4713
4714 Sync with gcc:
4715 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4716
4717 * configure.in: Reorganize recognition of languages. Add
4718 --enable-stage1-languages. Show supported languages for the chosen
4719 target rather than all recognized languages.
4720 * configure: Regenerate.
4721
4722 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4723
4724 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4725 * Makefile.in: Regenerate.
4726
4727 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4728
4729 * configure.in: Warn that MPFR 2.2.0 is buggy.
4730 * configure: Regenerate.
4731
4732 2006-12-27 Ian Lance Taylor <iant@google.com>
4733
4734 * configure.in: When removing Makefiles to force a reconfigure, also
4735 remove prev-DIR*/Makefile.
4736 * configure: Regenerate.
4737
4738 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4739
4740 * config.bfd: Recognize fido.
4741
4742 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4743
4744 Sync with gcc:
4745
4746 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4747
4748 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4749 it only affects bootstrap and could be tested on "$host" as well.
4750 * configure: Regenerate.
4751 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4752
4753 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4754
4755 PR bootstrap/29544
4756 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4757 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4758 move here comment from Makefile.tpl.
4759 * Makefile.tpl: Move some definitions higher in the file.
4760 (STAGE1_CHECKING): New.
4761 * configure.in: Add --enable-stage1-checking.
4762 * configure: Regenerate.
4763 * Makefile.in: Regenerate.
4764
4765 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4766
4767 * configure.in: Update error message for missing GMP/MPFR.
4768
4769 * configure: Regenerate.
4770
4771 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4772
4773 * configure.in: Update MPFR version in error message.
4774
4775 * configure: Regenerate.
4776
4777 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4778
4779 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4780 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4781 --with-gmp-lib): New flags.
4782
4783 * configure: Regenerate.
4784
4785 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4786
4787 PR bootstrap/30134
4788 * configure.in: Correct x86 darwin support for libjava to powerpc
4789 and i?86 only.
4790 * configure: Regenerate.
4791
4792 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4793
4794 * configure.in: Handle spu makefile frag.
4795 * Makefile.tpl (MAINT): Define
4796 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4797 * configure: Regenerate.
4798 * Makefile.in: Regenerate.
4799
4800 2006-12-11 Ben Elliston <bje@au.ibm.com>
4801
4802 * config.sub, config.guess: Update from upstream sources.
4803
4804 2006-12-11 Ben Elliston <bje@au.ibm.com>
4805
4806 * configure.in: Sync with GCC (spu-*-*).
4807 * configure: Sync with GCC.
4808
4809 2006-12-07 Mike Stump <mrs@apple.com>
4810
4811 * Makefile.def (dependencies): Add dependency for
4812 install-target-libssp and install-target-libgomp on
4813 install-gcc.
4814 * Makefile.in: Regenerate.
4815
4816 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4817
4818 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4819 (unstage): Test for stage_last presence.
4820
4821 PR bootstrap/29802
4822 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4823 * Makefile.in: Regenerate.
4824
4825 2006-11-14 DJ Delorie <dj@redhat.com>
4826
4827 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4828 * Makefile.in: Sync with GCC.
4829 * configure.in: Sync with GCC (mpfr, gmp).
4830 * configure: Sync with GCC.
4831
4832 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4833
4834 * configure.in: Remove target-libgloss from noconfigdirs for
4835 bfin-*-*.
4836 * configure: Regenerated.
4837
4838 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4839
4840 * COPYING.NEWLIB: Add spu license.
4841 * COPYING.LIBGLOSS: Ditto.
4842
4843 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4844
4845 * Makefile.def: Added pdf target handling.
4846 * Makefile.tpl: Added pdf target handling.
4847 * Makefile.in: Regenerated.
4848
4849 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4850
4851 * COPYING.NEWLIB: Updated.
4852 * COPYING.LIBGLOSS: Ditto.
4853
4854 2006-09-27 Dave Brolley <brolley@redhat.com>
4855
4856 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4857 $s instead of $r.
4858 * configure: Regenerated.
4859
4860 2006-09-26 Ben Elliston <bje@au.ibm.com>
4861
4862 * config.sub, config.guess: Update from upstream sources.
4863
4864 2006-09-20 Thiemo Seufer <ths@mips.com>
4865
4866 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4867 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4868 * configure: Regenerate.
4869
4870 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4871
4872 * configure.in: Never build newlib for a Mingw host.
4873 Never build newlib as Mingw target library.
4874 Test the existence of winsup/cygwin for building a Cygwin newlib,
4875 rather than just winsup.
4876 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4877 building a Mingw target.
4878 * configure: Regenerate.
4879
4880 2006-08-15 Thiemo Seufer <ths@mips.com>
4881 Nigel Stephens <nigel@mips.com>
4882 David Ung <davidu@mips.com>
4883
4884 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4885
4886 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4887
4888 Sync from GCC:
4889 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4890
4891 PR bootstrap/18058
4892 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4893 if the bootstrap compiler is a GCC version that supports it.
4894 * configure: Regenerate.
4895
4896 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4897
4898 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4899 * configure: Regenerated.
4900
4901 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4902
4903 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4904 for stages after the first.
4905
4906 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4907
4908 * Makefile.def: Add dependencies for configure-opcodes
4909 on configure-intl and all-opcodes on all-intl.
4910 * Makefile.in: Regenerated.
4911
4912 2006-07-04 Peter O'Gorman <peter@pogma.com>
4913
4914 * ltconfig: chmod 644 before ranlib during install.
4915
4916 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4917
4918 * configure.in: Fix thinkos in previous check-in.
4919 * configure: Regenerate.
4920
4921 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4922
4923 Sync from gcc:
4924
4925 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4926
4927 PR other/27063
4928 * configure.in: Test subdir_requires and give an appropriate
4929 error message.
4930 * configure: Regenerate.
4931
4932 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4933
4934 PR target/27540
4935 * configure.in: Only enable libgomp on IRIX 6.
4936 * configure: Regenerate.
4937
4938 2006-06-20 David Ayers <d.ayers@inode.at>
4939
4940 PR bootstrap/28072
4941 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4942 whether target-libjava is being configured instead of whether the
4943 java front end is enabled.
4944 * configure: Regenerate.
4945
4946 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4947
4948 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4949 to R_ARM_LDC_SB_G{0,1,2} respectively.
4950
4951 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4952
4953 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4954 too.
4955 * Makefile.in: Regenerate.
4956
4957 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4958
4959 Sync from gcc:
4960
4961 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4962 * configure.in: Don't enable libgomp on hpux10.
4963 * configure: Rebuilt.
4964
4965 2006-06-13 David Ayers <d.ayers@inode.at>
4966
4967 Sync from gcc:
4968
4969 2006-06-12 David Ayers <d.ayers@inode.at>
4970
4971 PR bootstrap/27963
4972 PR target/19970
4973 * configure.in: Remove target-boehm-gc from noconfigdirs where
4974 ${libgcj} is specified.
4975 * configure: Regenerate.
4976
4977 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4978
4979 Sync from gcc:
4980
4981 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4982 Andreas Schwab <schwab@suse.de>
4983
4984 PR bootstrap/18033
4985 * config-ml.in: Eval option if surrounded by single quotes.
4986
4987 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4988
4989 Sync from gcc:
4990
4991 2006-06-06 David Ayers <d.ayers@inode.at>
4992
4993 PR libobjc/13946
4994 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4995 * Makefile.in: Regenerate.
4996 * configure.in: Add --enable-objc-gc at toplevel and have it
4997 enable boehm-gc for Objective-C.
4998 Remove target-boehm-gc from libgcj.
4999 Add target-boehm-gc to target_libraries.
5000 Add target-boehm-gc to noconfigdirs where ${libgcj}
5001 is specified.
5002 Assert that boehm-gc is supported when requested for Objective-C.
5003 Only build boehm-gc if needed either for Java or Objective-C.
5004 * configure: Regenerate.
5005
5006 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5007
5008 PR 27674
5009 * Makefile.tpl (configure-[+prefix+][+module+],
5010 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5011 Remove rule to unstage bootstrapped modules.
5012 (stage_current): New.
5013 * Makefile.in: Regenerate.
5014
5015 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5016 Andreas Tobler <a.tobler@schweiz.ch>
5017
5018 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5019 * configure: Rebuilt.
5020
5021 Revert
5022 2006-01-31 Richard Guenther <rguenther@suse.de>
5023 Paolo Bonzini <bonzini@gnu.org>
5024
5025 * Makefile.def (target_modules): Add libgcc-math target module.
5026 * configure.in (target_libraries): Add libgcc-math target library.
5027 (--enable-libgcc-math): New configure switch.
5028 * Makefile.in: Re-generate.
5029 * configure: Re-generate.
5030
5031 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5032
5033 * config-ml.in: Alter CCASFLAGS to include special
5034 multilib options the same as is done for CFLAGS.
5035
5036 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5037
5038 * Makefile.def: Added dependencies from sim and gdb on intl, and
5039 added configure dependencies to everything with an all dependency
5040 on intl.
5041 * gettext.m4: Removed.
5042 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5043 (GDB_SUPPORT_DIRS): Add intl.
5044 * Makefile.in: Regenerated.
5045
5046 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5047
5048 * src-release (DEVO_SUPPORT): Add config.rpath.
5049
5050 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5051
5052 * Makefile.def (bfd, opcodes): Fix lib_path.
5053 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5054 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5055 * Makefile.in: Regenerate.
5056
5057 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5058
5059 * configure.in: Enable gprof for cross builds.
5060 * configure: Regenerate.
5061
5062 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5063
5064 * src-release (MAKEINFOFLAGS): Define.
5065 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5066
5067 2006-05-14 Ben Elliston <bje@au.ibm.com>
5068
5069 * config.sub, config.guess: Update from upstream sources.
5070
5071 2006-05-12 Ben Elliston <bje@au.ibm.com>
5072
5073 * config.sub, config.guess: Update from upstream sources.
5074
5075 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5076
5077 * blt, iwidgets, mmalloc: Remove directories.
5078
5079 2006-05-01 DJ Delorie <dj@redhat.com>
5080
5081 * configure.in: Restore CFLAGS if GMP isn't present.
5082 * configure: Regenerate.
5083
5084 2006-04-18 DJ Delorie <dj@redhat.com>
5085
5086 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5087 reference libgloss so that libssp can be built in a combined
5088 tree.
5089 * configure: Regenerate.
5090
5091 2006-04-10 Ben Elliston <bje@au.ibm.com>
5092
5093 * contrib: Remove directory.
5094
5095 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5096
5097 * Makefile.tpl: Add install-html target.
5098 * Makefile.def: Add install-html target.
5099 * Makefile.in: Regenerate.
5100 * configure.in: Add --with-datarootdir, --with-docdir,
5101 and --with-htmldir options.
5102 * configure: Regenerate.
5103
5104 2006-03-31 Ben Elliston <bje@au.ibm.com>
5105
5106 PR binutils/1860
5107 * configure.in: Require makeinfo 4.4 or higher.
5108 * configure: Regenerate.
5109
5110 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5111
5112 * Makefile.in: Regenerate.
5113
5114 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5115
5116 Sync with gcc:
5117 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5118
5119 * configure.in: Handle --disable-<component> generically.
5120 * configure: Regenerate.
5121
5122 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5123
5124 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5125 (TARGET_CONFIGDIRS): Remove.
5126 * configure.in: Remove AC_SUBST(target_configdirs).
5127 * Makefile.in, configure: Regenerated.
5128
5129
5130 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5131
5132 PR libgcj/17311
5133 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5134
5135 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5136
5137 PR bootstrap/25670
5138
5139 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5140
5141 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5142 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5143 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5144 BUILD_PREFIX, BUILD_PREFIX_1.
5145 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5146
5147 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5148 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5149
5150 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5151 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5152 of `cat stage_current`. Always provide the `r' and `s' variables.
5153 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5154 a single shell execution.
5155 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5156 bootstrapped modules, make the stage1 module if the build was not
5157 started yet, else build the current stage.
5158 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5159 (all-build, all-host, all-target, [+make_target+]-host,
5160 [+make_target+]-target): Do not use \-continued lines.
5161 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5162 (current_stage, restrap, stage_last): New.
5163
5164 * Makefile.in: Regenerate.
5165 * configure: Regenerate.
5166
5167 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5168
5169 Sync from gcc:
5170
5171 2006-01-31 Richard Guenther <rguenther@suse.de>
5172 Paolo Bonzini <bonzini@gnu.org>
5173
5174 * Makefile.def (target_modules): Add libgcc-math target module.
5175 * configure.in (target_libraries): Add libgcc-math target library.
5176 (--enable-libgcc-math): New configure switch.
5177 * Makefile.in: Re-generate.
5178 * configure: Re-generate.
5179 * libgcc-math: New toplevel directory.
5180
5181 2006-01-18 Richard Henderson <rth@redhat.com>
5182 Jakub Jelinek <jakub@redhat.com>
5183 Diego Novillo <dnovillo@redhat.com>
5184
5185 * libgomp: New directory.
5186 * Makefile.def: Add target_module libgomp.
5187 * Makefile.in: Regenerate.
5188 * configure.in (target_libraries): Add target-libgomp.
5189 * configure: Regenerate.
5190
5191 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5192 Andreas Schwab <schwab@suse.de>
5193
5194 * configure: Regenerate.
5195
5196 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5197
5198 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5199 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5200 the assembler, linker and binutils.
5201 * configure: Regenerate.
5202
5203 2006-01-16 Nick Clifton <nickc@redhat.com>
5204
5205 * config.sub, config.guess: Sync from config repository.
5206
5207 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5208
5209 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5210 @ from continuation.
5211 * Makefile.in: Rebuilt.
5212
5213 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5214
5215 Sync from gcc:
5216
5217 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5218
5219 PR bootstrap/24252
5220
5221 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5222 * Makefile.tpl (OBJDUMP): New.
5223 (EXTRA_HOST_FLAGS): Add it.
5224 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5225
5226 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5227 to use symbolic links between directories. Avoid race conditions
5228 or make them harmless.
5229 * configure.in: Do not try to use symbolic links between directories.
5230
5231 * Makefile.def (LEAN): Pass.
5232 * Makefile.tpl (LEAN): Define.
5233 (stage[+id+]-start): Accept that the previous directory does not
5234 exist, if the bootstrap is lean.
5235 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5236 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5237 configure substitution.
5238 ([+compare-target+]): Likewise.
5239 ([+bootstrap-target+]-lean): New.
5240 * configure.in: Remove lean bootstrap support from here.
5241
5242 * Makefile.in: Regenerate.
5243 * configure: Regenerate.
5244
5245 2006-01-02 Andreas Schwab <schwab@suse.de>
5246
5247 * configure.in: When reconfiguring remove Makefile in
5248 all stage directories.
5249 * configure: Regenerate.
5250
5251 2005-12-27 Leif Ekblad <leif@rdos.net>
5252
5253 * configure.in: Add support for RDOS target.
5254 * configure: Regenerate.
5255
5256 2005-12-27 Nick Clifton <nickc@redhat.com>
5257
5258 PR binutils/1990
5259 * libtool.m4: Synchronize with version in GCC sources.
5260
5261 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5262
5263 Revert Ada-related part of the previous change.
5264
5265 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5266 Do not pass.
5267 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5268 * Makefile.in: Regenerate.
5269 * configure.in: Do not include mt-ppc-aix target fragment.
5270 * configure: Regenerate.
5271
5272 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5273
5274 * configure.in: Select appropriate fragments for PowerPC/AIX.
5275 * configure: Regenerate.
5276
5277 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5278 BOOT_CFLAGS, BOOT_LDFLAGS.
5279 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5280 BOOT_CFLAGS, BOOT_LDFLAGS.
5281 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5282 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5283 (stage): Fail if we cannot complete the work.
5284 * Makefile.in: Regenerate.
5285
5286 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5287
5288 * COPYING.NEWLIB: Update copyright year for default
5289 copyright.
5290
5291 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5292
5293 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5294 install-host-nogcc): Don't invoke $(stage) at the end.
5295 * Makefile.in: Regenerate.
5296
5297 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5298
5299 * configure.in: Flip the top-level bootstrap switch.
5300 * configure: Regenerate.
5301
5302 Merge from gcc:
5303
5304 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5305
5306 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5307 $(stage) and $(unstage).
5308 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5309 (all): Remove stray semicolon.
5310 (local-distclean): Don't handle multilib.tmp and multilib.out.
5311 (install.all): Set $s for consistency.
5312 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5313 check_multilibs setting. Always make the install directory.
5314 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5315 Correct @if/@endif.
5316 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5317 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5318 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5319 (multilib.out): Remove.
5320 * Makefile.in: Regenerated.
5321
5322 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5323
5324 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5325 * configure.in: Replace ms1 arch with mt.
5326 * configure: Rebuilt.
5327
5328 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5329
5330 Sync with gcc:
5331
5332 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5333
5334 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5335 * configure.in: Replace ms1 arch with mt.
5336 * configure: Rebuilt.
5337
5338 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5339
5340 Sync with gcc:
5341
5342 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5343
5344 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5345 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5346 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5347 Find in-tree tools if available.
5348 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5349 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5350 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5351 (COMPILER_*_FOR_TARGET): New.
5352 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5353 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5354 (CONFIGURED_*, USUAL_*): Remove.
5355 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5356 STRIP): Use autoconf substitutions.
5357 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5358 COMPILER_NM_FOR_TARGET): New.
5359 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5360
5361 (all): Make all-host and all-target in parallel.
5362 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5363 that $$r and $$s are set before invoking a recursive make.
5364 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5365 ([+bootstrap-target+]): Inline most of the `all' target.
5366
5367 2005-11-29 Ben Elliston <bje@au.ibm.com>
5368
5369 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5370 from the gcc build directory.
5371 * Makefile.in: Regenerate.
5372
5373 2005-11-29 Ben Elliston <bje@au.ibm.com>
5374
5375 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5376 depend on all-libdecnumber.
5377 * configure.in (host_libs): Include libdecnumber.
5378 * Makefile.in: Regenerate.
5379 * configure: Likewise.
5380
5381 2005-11-21 Kean Johnston <jkj@sco.com>
5382
5383 * config.sub, config.guess: Sync from upstream sources.
5384
5385 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5386
5387 * Makefile.def: Remove gdb dependencies for gdbtk.
5388 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5389 (configure-gdb, install-gdb): New rules.
5390 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5391 * Makefile.in, configure: Regenerated.
5392
5393 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5394
5395 PR bootstrap/24297
5396 * Makefile.tpl (do-[+make-target+], do-check, install,
5397 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5398 are set before recursing.
5399 * Makefile.in: Regenerate.
5400
5401 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5402
5403 PR bootstrap/18939
5404 * Makefile.def (gcc) <target>: Fix thinko.
5405 * Makefile.in: Regenerate.
5406
5407 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5408
5409 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5410 * configure: Regenerate.
5411
5412 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5413
5414 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5415 target-libffi, target-qthreads, target-libjava, and
5416 targetlibobjc.
5417 * configure: Regenerate.
5418
5419 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5420
5421 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5422 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5423 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5424 (USUAL_OBJDUMP_FOR_TARGET): New.
5425 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5426 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5427 * configure, Makefile.in: Regenerated.
5428
5429 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5430
5431 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5432 before other host packages.
5433
5434 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5435
5436 PR bootstrap/22340
5437
5438 * configure.in (default_target): Remove.
5439 * Makefile.tpl (all): Do not use prerequisites as subroutines
5440 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5441 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5442 use prerequisites as subroutines.
5443 (check-host, check-target): New.
5444 (bootstrap configure & all targets): Do not use stage*-start
5445 if the directory layout is already ok.
5446 (non-bootstrap configure & all targets): Prepend a $(unstage).
5447 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5448 (NOTPARALLEL): Remove.
5449 (unstage, stage variables): New variables.
5450 (unstage, stage targets): Simply expand to those variables.
5451
5452 * configure: Regenerate.
5453 * Makefile.in: Regenerate.
5454
5455 2005-10-04 James E Wilson <wilson@specifix.com>
5456
5457 * Makefile.def (lang_env_dependencies): Add libmudflap.
5458 * Makefile.in: Regenerate.
5459
5460 2005-10-03 Catherine Moore <clm@cm00re.com>
5461
5462 * configure.in (bfin-*-*): Support bfin.
5463 * configure: Regenerated.
5464
5465 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5466
5467 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5468 * configure: Regenerated.
5469
5470 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5471
5472 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5473 (LIPO_FOR_TARGET): New.
5474 (CONFIGURED_LIPO_FOR_TARGET): New.
5475 (USUAL_LIPO_FOR_TARGET): New.
5476 (STRIP_FOR_TARGET): New.
5477 (CONFIGURED_STRIP_FOR_TARGET): New.
5478 (USUAL_STRIP_FOR_TARGET): New.
5479 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5480 STRIP_FOR_TARGET.
5481 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5482 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5483 * Makefile.in: Regenerate.
5484 * configure: Regenerate.
5485
5486 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5487
5488 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5489 (rs6000-*-aix*): Same.
5490 * configure: Regenerate.
5491
5492 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5493
5494 * configure.in: Recognize f95 in the --enable-languages option,
5495 and substitute it for fortran, issuing a warning.
5496 * configure: Regenerate.
5497
5498 2005-09-07 Ben Elliston <bje@au.ibm.com>
5499
5500 Import from Autoconf sources:
5501
5502 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5503 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5504 Elliston. Handle weird characters correctly.
5505
5506 2005-08-30 Phil Edwards <phil@codesourcery.com>
5507
5508 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5509 * configure: Regenerated.
5510
5511 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5512
5513 * Makefile.def (libssp): Add to lang_env_dependencies.
5514 * Makefile.in: Regenerate.
5515
5516 2005-08-17 Christian Groessler <chris@groessler.org>
5517
5518 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5519 * Makefile.in: Regenerate.
5520
5521 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5522
5523 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5524 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5525 Look for alternate names of the target cc and c++
5526 * configure: Regenerate.
5527
5528 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5529
5530 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5531 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5532 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5533 tools; remove code to manually set them.
5534 (Target tools): Look in the environment for them.
5535 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5536 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5537 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5538 build directory.
5539 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5540 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5541 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5542 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5543 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5544 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5545 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5546 * configure: Regenerate.
5547 * Makefile.in: Regenerate.
5548
5549 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5550
5551 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5552 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5553 * Makefile.in: Regenerated.
5554
5555 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5556
5557 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5558 (CFLAGS_FOR_TARGET): Use it.
5559 (CXXFLAGS_FOR_TARGET): Likewise.
5560 * Makefile.in: Regenerated.
5561 * configure.in (--with-build-sysroot): New option.
5562 * configure: Regenerated.
5563
5564 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5565
5566 * Makefile.tpl: Wrap install between unstage and stage
5567 * Makefile.in: Regenerate.
5568
5569 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5570
5571 * all files: Update FSF address.
5572
5573 2005-07-14 Jim Blandy <jimb@redhat.com>
5574
5575 * configure.in: Add cases for Renesas m32c.
5576 * configure: Regenerated.
5577
5578 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5579
5580 * COPYING, compile, config-ml.in, config.guess,
5581 config.sub, install-sh, missing, mkinstalldirs,
5582 symlink-tree, ylwrap: Sync from upstream sources.
5583
5584 2005-07-13 Eric Christopher <echristo@redhat.com>
5585
5586 * configure.in: Add toplevel noconfigdir support for tpf.
5587 * configure: Regenerate.
5588
5589 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5590
5591 * Makefile.def (target_modules): Add libssp.
5592 * configure.in (target_libraries): Add target-libssp.
5593 * configure: Rebuilt.
5594 * Makefile.in: Rebuilt.
5595
5596 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5597
5598 PR ada/22340
5599
5600 * Makefile.def: Sync with gcc.
5601 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5602 * Makefile.in: Regenerate.
5603
5604 2005-07-07 Andreas Schwab <schwab@suse.de>
5605
5606 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5607 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5608 * Makefile.in: Regenerated.
5609
5610 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5611
5612 * configure.in: Add --enable-libssp and --disable-libssp.
5613 * configure: Regenerate with autoconf-2.13.
5614
5615 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5616
5617 * configure.in: Don't build sim or rda when targetting darwin.
5618 * configure: Regenerate.
5619
5620 2005-07-04 Ben Elliston <bje@gnu.org>
5621
5622 * src-release (do-proto-toplev): Remove dejagnu bits.
5623 (DEJAGNU_SUPPORT_DIRS): Remove.
5624 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5625 (GDBD_SUPPORT_DIRS): Likewise.
5626 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5627 (INSIGHTD_SUPPORT_DIRS): Likewise.
5628 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5629
5630 2005-06-30 Ben Elliston <bje@gnu.org>
5631
5632 * setup.com (mpw): Remove unused directive.
5633
5634 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5635
5636 * Makefile.def (stagefeedback): Come after profile.
5637 Define profiledbootstrap target.
5638 * Makefile.tpl (profiledbootstrap): Remove.
5639 (stageprofile-end): Zap stagefeedback.
5640 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5641 * Makefile.in: Regenerate.
5642
5643 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5644
5645 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5646 In 'cpp' stanza, support '#line' as well as '# '.
5647
5648 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5649
5650 * configure.in (unsupported_languages): New macro.
5651 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5652 non-ported target libraries in noconfigdirs.
5653 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5654 non-linux-gnu. Remove libgcj_ex_libffi.
5655 <lang_frag loop>: Set add_this_lang=no if the language is in
5656 unsupported_languages.
5657 * configure: Regenerate.
5658
5659 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5660
5661 * configure.in: Fix typo in handling of --with-mpfr-dir.
5662 * configure: Regenerate.
5663
5664 2005-06-02 Jim Blandy <jimb@redhat.com>
5665
5666 * config.sub: Add cases for the Renesas m32c. (This patch has been
5667 accepted into the master sources.)
5668
5669 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5670 Michael Snyder <msnyder@redhat.com>
5671 Stan Cox <scox@redhat.com>
5672
5673 * configure.in: Set noconfigdirs for ms1.
5674
5675 * configure: Regenerate.
5676
5677 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5678
5679 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5680 (Dependencies): Consider target modules for bootstrap dependencies.
5681 Make target bootstrap modules depend on each stage's gcc.
5682 * Makefile.in: Regenerate.
5683
5684 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5685
5686 * Makefile.def (configure-gcc): Depend on binutils having been built.
5687 (all-gcc): No need to do it here.
5688 * Makefile.in: Regenerate.
5689
5690 2005-05-19 Paul Brook <paul@codesourcery.com>
5691
5692 * configure.in: Rewrite misleading error message when requested
5693 language cannot be built.
5694 * configure: Regenerate.
5695
5696 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5697
5698 * ylwrap: Import from Automake 1.9.5.
5699
5700 2005-05-04 Mike Stump <mrs@apple.com>
5701
5702 * configure.in: Always pass --target to target configures as
5703 otherwise rebuilds that do --recheck will fail.
5704 * configure: Rebuilt.
5705
5706 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5707
5708 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5709 STAGE_HOST_EXPORTS.
5710 (configure, all): Add bootstrap support.
5711 (Host modules, target modules): Pass post-stage1 flags and exports.
5712 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5713 * Makefile.in: Regenerate.
5714
5715 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5716
5717 Sync from gcc:
5718
5719 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5720
5721 * config.sub: Update from master copy.
5722
5723 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5724
5725 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5726 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5727 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5728 "*-*-elf" and "*-*-linux*".
5729 * configure: Regenerate.
5730
5731 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5732
5733 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5734 (TARGET_CONFIGARGS): Include --with-target-subdir.
5735 (configure, all): New macros. Use them throughout.
5736
5737 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5738
5739 * Makefile.tpl: Sync with gcc.
5740 * Makefile.in: Regenerate.
5741
5742 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5743
5744 * config/mh-mingw32: Delete.
5745 * configure.in: Don't use it.
5746 * configure: Regenerate.
5747
5748 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5749
5750 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5751 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5752 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5753 (HOST_LIB_PATH): Generate from Makefile.def.
5754 (TARGET_LIB_PATH): Likewise.
5755 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5756 * Makefile.in: Regenerate.
5757 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5758 (RPATH_ENVVAR): Include Darwin case.
5759 * configure: Regenerate.
5760
5761 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5762
5763 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5764 * configure: Regenerate.
5765
5766 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5767
5768 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5769 gcc_version, and gcc_version_trigger from set of flags to pass.
5770 * Makefile.tpl: Remove definitions of above variables.
5771 (config.status): Remove dependency on $(gcc_version_trigger).
5772 * Makefile.in: Regenerate.
5773 * configure.in: Do not reference config/gcc-version.m4 nor
5774 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5775 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5776 * configure: Regenerate.
5777
5778 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5779 Andrew Pinski <pinskia@physics.uc.edu>
5780
5781 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5782 * Makefile.in: Regenerate.
5783
5784 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5785
5786 PR libgcj/20160
5787 * ltmain.sh: Avoid creating archives with components that have
5788 duplicate basenames.
5789
5790 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5791
5792 PR bootstrap/20250
5793 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5794 instead of check.
5795 * Makefile.in: Regenerate.
5796
5797 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5798
5799 Sync from gcc.
5800
5801 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5802
5803 PR bootstrap/17383
5804 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5805 * Makefile.tpl (HOST_SUBDIR): New substitution.
5806 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5807 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5808 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5809 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5810 (Host modules, Bootstrapped modules): Use it.
5811 (Build modules, Target modules): Do not create symlink trees,
5812 always configure out-of-srcdir.
5813 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5814 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5815 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5816 $(HOST_SUBDIR). Create a symlink for host_subdir.
5817
5818 * Makefile.in: Regenerate.
5819 * configure: Regenerate.
5820
5821 Merged from libada-gnattools-branch:
5822 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5823
5824 * Makefile.def: Add gnattools as a module, depending on target-libada.
5825 * Makefile.in: Regenerate.
5826 * configure.in: Include gnattools in host_tools; disable it if ada
5827 is disabled.
5828 * configure: Regenerate.
5829
5830 2005-02-23 Nick Clifton <nickc@redhat.com>
5831
5832 * configure: Regenerate.
5833
5834 2005-02-22 Paul Schlie <schlie@comcast.net>
5835
5836 * configure.in: Allow darwin targeted ports to build tk, itcl and
5837 libgui.
5838
5839 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5840
5841 PR libgcj/10353
5842 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5843 * configure: Regenerate.
5844
5845 2005-02-08 Andrew Cagney <cagney@gnu.org>
5846
5847 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5848 gdb/ section. Update GDB's URL.
5849
5850 2005-01-31 Andrew Cagney <cagney@gnu.org>
5851
5852 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5853
5854 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5855
5856 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5857 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5858 target-libgloss when not *-*-elf and *-*-aout.
5859 * configure: Regenerate.
5860
5861 2005-01-27 Andrew Cagney <cagney@gnu.org>
5862
5863 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5864
5865 2005-01-24 Andrew Cagney <cagney@gnu.org>
5866
5867 * gettext.m4: Only fall back to ../intl/ when it's present.
5868
5869 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5870
5871 * install-sh, config.sub: Import from upstream.
5872
5873 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5874
5875 PR bootstrap/18222
5876 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5877 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5878 * Makefile.in: Regenerate.
5879
5880 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5881
5882 Revert 2004-12-28 Makefile changes, a better fix will be
5883 applied to mainline and src after GCC 4.0 branches.
5884
5885 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5886
5887 PR bootstrap/17383
5888
5889 * Makefile.def (target_modules): Remove stage parameter,
5890 it is always true now.
5891 * Makefile.tpl (configure-build-[+module+],
5892 configure-target-[+module+]): Always build symlink tree
5893 for the directory and for include. BUILD_SUBDIR and
5894 TARGET_SUBDIR cannot be . anymore.
5895 * Makefile.in: Regenerate.
5896
5897 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5898
5899 Revert 2004-12-08 Makefile changes.
5900
5901 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5902
5903 * configure.in (sh64-*-*): Reenable gprof.
5904 * configure: Regenerate.
5905
5906 2004-12-09 Jim Blandy <jimb@redhat.com>
5907
5908 * MAINTAINERS: List 'depcomp' as part of automake.
5909
5910 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5911
5912 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5913 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5914 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5915 * Makefile.in: Regenerate.
5916
5917 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5918
5919 * Makefile.tpl: Generate normal dependencies if the LHS module is
5920 not bootstrapped.
5921 * Makefile.in: Regenerate.
5922
5923 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5924
5925 * configure.in: Include config/gxx-include-dir.m4. Use
5926 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5927 * configure: Regenerate.
5928
5929 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5930
5931 * config.if: Delete.
5932 * configure.in: Set libstdcxx_incdir directly.
5933 * configure: Regenerate.
5934 * MAINTAINERS: Remove mention of config.if.
5935 * src-release (DEVO_SUPPORT): Remove config.if.
5936
5937 2004-12-02 Eric Christopher <echristo@redhat.com>
5938
5939 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5940 of things to remove.
5941 * Makefile.in: Regenerate.
5942
5943 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5944
5945 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5946 * configure: Regenerate.
5947
5948 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5949
5950 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5951 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5952 * configure: Regenerate.
5953
5954 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5955
5956 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5957 (hppa*64*-*-*): Delete incorrect comment.
5958 * configure: Rebuilt.
5959
5960 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5961
5962 * install-sh, compile: Import from automake.
5963
5964 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5965
5966 * config.guess, config.sub: Import from savannnah.
5967
5968 2004-11-12 Mike Stump <mrs@apple.com>
5969
5970 * Makefile.def: Add html support.
5971 * Makefile.tpl: Likewise.
5972 * Makefile.in: Regenerate.
5973
5974 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5975
5976 PR 18423
5977 * configure.in: Remove all instances of build-fixincludes from
5978 noconfigdirs.
5979 (build_configargs): Supply --target to subdirectories.
5980 * configure: Regenerate.
5981
5982 * Makefile.def: Make gcc install depend on fixincludes install.
5983 * Makefile.in: Regenerate.
5984
5985 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5986
5987 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5988 target-libgfortran.
5989 * configure: Regenerate.
5990
5991 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5992
5993 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5994 like CC.
5995
5996 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5997
5998 * Makefile.def (host fixincludes): Specify missing targets.
5999 * Makefile.in: Regenerate.
6000
6001 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6002
6003 PR other/17783
6004 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6005 * configure: Regenerated.
6006
6007 2004-11-04 Daniel Jacobowitz <dan@debian.org>
6008
6009 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6010 * configure: Regenerated.
6011
6012 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6013
6014 PR target/18151
6015 * configure.in (case ${target}): Do not build fixincludes for avr.
6016 * configure: Regenerated.
6017
6018 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6019
6020 * configure.in (case ${target}): Do not build fixincludes
6021 on platforms where it is not used.
6022 * configure: Regenerated.
6023
6024 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6025
6026 * configure.in: Use an absolute path to install-sh.
6027 * configure: Regenerated.
6028
6029 2004-10-19 Andrew Cagney <cagney@gnu.org>
6030
6031 * src-release (do-djunpack, do-md5sum): Install the generated file
6032 directly into the proto-toplev/ directory.
6033
6034 2004-10-19 Andrew Cagney <cagney@gnu.org>
6035
6036 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6037
6038 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6039
6040 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6041 * configure: Regenerate.
6042
6043 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6044
6045 Fix wrong conflict resolution in:
6046
6047 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6048
6049 * Makefile.in: Regenerate.
6050 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6051 in the recursive `make', instead of hardwiring `all'.
6052 (Autogenerated TARGET-* variables): New.
6053
6054 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6055
6056 Merged from GCC / libtool upstream:
6057 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6058 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6059 * ltcf-cxx.sh (tpf*): Likewise.
6060 * ltconfig (tpf*): Add TPF OS configuration support.
6061
6062 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6063
6064 * configure.in: Enable target-libgloss for crx-*-*.
6065 * configure: Regenerate.
6066
6067 2004-09-24 Michael Roth <mroth@nessie.de>
6068
6069 * configure.in (--without-headers): Add missing double quotes.
6070 * configure: Regenerate.
6071
6072 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6073
6074 * ylwrap: Revert to previous version.
6075
6076 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6077
6078 PR bootstrap/17369
6079 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6080 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6081 SET_GCC_LIB_PATH_CMD.
6082 (BASE_TARGET_EXPORTS): Likewise.
6083 * Makefile.in: Regenerated.
6084
6085 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6086 * configure: Regenerated.
6087
6088 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6089
6090 * config.guess: New upstream version
6091 * compile, depcomp, install-sh, ylwrap: Likewise.
6092
6093 2004-09-19 Roger Sayle <roger@eyesopen.com>
6094
6095 * config/mh-x86omitfp: New host makefile fragment. Add
6096 -fomit-frame-pointer to the default BOOT_CFLAGS.
6097 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6098 * configure: Regenerate.
6099
6100 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6101
6102 PR target/11572
6103 * configure.in (*-*-darwin*): Renable libobjc.
6104 * configure: Regenerate.
6105
6106 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6107
6108 * Makefile.def: Remove libbanshee.
6109 * Makefile.tpl: Ditto.
6110 * configure.in: Ditto.
6111 * Makefile.in: Regen.
6112 * configure: Ditto.
6113
6114 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6115
6116 * missing: Import latest version from master repository.
6117
6118 2004-09-04 Nick Clifton <nickc@redhat.com>
6119
6120 * config.sub: Import latest version from master repository.
6121 * config.guess: Likewise.
6122 This includes these changes:
6123
6124 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6125
6126 * config.sub: Handle crisv32, alias etraxfs.
6127 * config.guess (crisv32:Linux:*:*): Handle.
6128
6129 2004-08-13 Brad Smith <brad@comstyle.com>
6130
6131 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6132 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6133
6134 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6135
6136 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6137 assume the processor is a powerpc. This is because coreutils
6138 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6139 in this case, due to a MacOS X bug that causes
6140 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6141 to return a negative number.
6142 Problem reported by Petter Reinholdtsen in:
6143 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6144
6145 2004-07-19 Ben Elliston <bje@gnu.org>
6146
6147 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6148
6149 2004-06-24 Ben Elliston <bje@gnu.org>
6150
6151 * config.guess: Update copyright years.
6152 * config.sub: Likewise.
6153
6154 2004-06-22 Robert Millan <robertmh@gnu.org>
6155
6156 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6157 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6158
6159 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6160
6161 * config.guess (*:*VMS:*:*): New entry. Replaces
6162 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6163 manufacturer.
6164
6165 2004-06-22 Ben Elliston <bje@gnu.org>
6166
6167 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6168 * config.sub: Likewise.
6169
6170 2004-06-22 Ben Elliston <bje@gnu.org>
6171
6172 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6173 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6174
6175 2004-06-11 Ben Elliston <bje@gnu.org>
6176
6177 * config.guess (pegasos:OpenBSD:*:*): Remove.
6178
6179 2004-06-11 Ben Elliston <bje@gnu.org>
6180
6181 From Wouter Verhelst <wouter@grep.be>:
6182 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6183
6184 2004-06-11 Ben Elliston <bje@gnu.org>
6185
6186 * config.guess (luna88k:OpenBSD:*:*): New.
6187
6188 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6189
6190 * config.guess (m32r*:Linux:*:*): New case.
6191 * config.sub: Handle m32rle.
6192
6193 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6194
6195 From Jens Petersen <petersen@redhat.com>:
6196 * config.sub: Handle sparcv8.
6197
6198 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6199
6200 From Tom Smith <smith@cag.lkg.hp.com>:
6201 * config.guess: Version suffixes are equally significant on Tru64
6202 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6203 prefix of "P" (patched kernel).
6204
6205 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6206
6207 * config.sub: Add support for National Semiconductor CRX target.
6208
6209 2004-09-03 Jan Beulich <jbeulich@novell.com>
6210
6211 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6212 *-*-netware, but add target-libmudflap.
6213 Consolidate *-*-netware targets (of which really only i?86 exists)
6214 into a single entry.
6215 * configure: Likewise.
6216
6217 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6218
6219 * Makefile.tpl (sorry): Remove.
6220 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6221 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6222 (do-clean): Clean per-stage directories too.
6223 (do-distclean): Run distclean-stage1 too.
6224 (.NOTPARALLEL): Enable during toplevel bootstrap.
6225 (stage[+id+]-bubble): Enable parallel execution during
6226 the recursive invocation.
6227 * Makefile.in: Regenerate.
6228
6229 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6230
6231 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6232
6233 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6234 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6235 * configure: regenerate
6236 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6237 -mdynamic-no-pic
6238
6239 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6240
6241 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6242 include.
6243 * configure.in: Fix indentation.
6244 * configure: Regenerate.
6245
6246 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6247
6248 * Makefile.def (build_modules): Add fixincludes.
6249 (dependencies): Make gcc depend on fixincludes.
6250 * configure.in (build_tools): Add fixincludes.
6251 (build_configdirs): Always include build_libs.
6252 * Makefile.in: Regenerate.
6253 * configure: Regenerate.
6254
6255 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6256
6257 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6258 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6259 phony targets; do not generate timestamp files.
6260 (distclean-stageN): Remove references to their timestamp files.
6261 (restageN, touch-stageN): Remove.
6262 (stageN-bubble): Rewritten.
6263 (compare): Support lean bootstraps.
6264 * Makefile.in: Regenerate.
6265
6266 * configure.in: Only warn when bootstrapping but
6267 build != host or build != target. Support lean bootstraps.
6268 * configure: Regenerate.
6269
6270 Sync from gcc:
6271 2004-08-26 Phil Edwards <phil@codesourcery.com>
6272
6273 * configure.in: Give a better error message if GMP/MPFR are missing
6274 and a language needing them has been requested.
6275 * configure: Regenerated.
6276
6277 2004-08-25 Phil Edwards <phil@codesourcery.com>
6278
6279 * configure.in: Print a list of available language front-ends if
6280 a requested one is missing. Tidy stray tab characters.
6281 * configure: Regenerated.
6282
6283 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6284
6285 * Makefile.in: Regenerate.
6286 * configure: Regenerate.
6287
6288 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6289 stage_*_flags.
6290 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6291 for bootstrapped modules if toplevel bootstrap is going.
6292 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6293 modules. Adjust for changes in Makefile.def. Enable several
6294 rules even in non-bootstrap mode, just to avoid peppering the
6295 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6296 (stage-[+prev+]-bubble): Remove.
6297
6298 * Makefile.def (Dependencies): Depend on all-build-bison,
6299 all-build-flex, all-build-byacc, all-build-texinfo, rather
6300 than the host variations.
6301 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6302 with BUILD_SUBDIR.
6303 (BISON): Update for recent Bisons.
6304 (YACC): Fix typo.
6305 (cross): Depend on all-build.
6306 (all): Do not depend on all-build.
6307 (prebootstrap): Remove.
6308 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6309 (Prebootstrap dependencies): Add them to the per-stage targets
6310 and to all-prebootstrap.
6311 * configure.in (build_configdirs): Always enable build_tools.
6312 (BUILD_DIR_PREFIX): Remove.
6313
6314 * Makefile.def (gcc): Add target variable.
6315 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6316 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6317 in the recursive `make', instead of hardwiring `all'.
6318 (Autogenerated TARGET-* variables): New.
6319
6320 2004-08-17 Robert Millan <robertmh@gnu.org>
6321
6322 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6323 (instead of FreeBSD).
6324 * configure: Regenerate.
6325
6326 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6327
6328 * Makefile.def, configure.in, src-release: Remove useless, bogus
6329 references to tix.
6330 * Makefile.in, configure: Regenerate.
6331
6332 * src-release: Stop distributing mmalloc with gdb (which doesn't
6333 use it).
6334 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6335 * Makefile.in: Regenerate.
6336
6337 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6338
6339 * configure.in (arm*-*-eabi*): New target.
6340 * configure: Regenerate.
6341
6342 2004-08-01 Robert Millan <robertmh@gnu.org>
6343
6344 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6345 libmudflap for all GNU-based systems (with Glibc).
6346 * configure: Regenerate.
6347
6348 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6349
6350 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6351 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6352 (Dependencies): New section.
6353 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6354 (configure-target-[+module+]): Depend on maybe-all-gcc
6355 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6356 (toplevel profiledbootstrap): Fix dependencies.
6357 * Makefile.in: Regenerate.
6358
6359 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6360
6361 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6362 target-libiberty to noconfigdirs.
6363
6364 2004-08-03 Paul Brook <paul@codesourcery.com>
6365
6366 * configure.in: Check for MPFR as well as GMP.
6367 * configure: Regenerate.
6368
6369 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6370
6371 * Makefile.def (host-modules): Add gcc.
6372 * Makefile.in: Regenerate.
6373 * Makefile.tpl (sorry): New rule.
6374 (configure-host, all-host, [+make_target+]-host, do-check,
6375 install-host): Do not add gcc as a special case.
6376 (host modules): Add a small special-casing for gcc. Export
6377 extra_make_flags through the environment.
6378 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6379 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6380 other recursive targets for gcc): Remove.
6381
6382 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6383 (stage, unstage): New rules.
6384 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6385 distclean-stage[+id+]): Use stage_current.
6386 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6387 the stage*-start rules.
6388
6389 2004-07-19 Robert Millan <robertmh@gnu.org>
6390
6391 Synced from gcc:
6392
6393 2004-04-26 Robert Millan <robertmh@gnu.org>
6394
6395 Add patches from libtool CVS.
6396 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6397 * ltconfig: Likewise.
6398 * ltcf-c.sh: Likewise.
6399 * ltcf-cxx.sh: Likewise.
6400 * ltcf-gcj.sh: Likewise.
6401
6402 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6403
6404 * configure.in: Add noconfigdirs for crx-*-*.
6405 * configure: Regenerate.
6406
6407 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6408
6409 Synced from gcc:
6410
6411 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6412
6413 * configure.in: Build libmudflap by default on FreeBSD.
6414 * configure: Regenerated.
6415
6416 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6417
6418 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6419 systems.
6420 * configure: Regenerated.
6421
6422 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6423
6424 PR target/16344
6425 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6426 feedback based compiler.
6427 * Makefile.in: Rebuilt.
6428
6429 2004-07-05 Phil Edwards <phil@codesourcery.com>
6430
6431 * configure.in: Do not prepend $srcdir to /dev/null in
6432 makefile fragments.
6433 * configure: Regenerate.
6434
6435 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6436
6437 * Makefile.def (host_modules): Set bootstrap=true for flex.
6438 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6439 * Makefile.in: Rebuilt.
6440
6441 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6442
6443 * Makefile.def (build_modules): Add bison, byacc, flex,
6444 m4, texinfo.
6445 (flags_to_pass): Add FLEX.
6446 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6447 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6448 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6449 DEFAULT_MAKEINFO): Remove.
6450 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6451 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6452 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6453 objdir or else use configured tool.
6454 (all-build): New.
6455 (all): Depend on it.
6456 (Build module dependencies): Add.
6457 * Makefile.in: Regenerate.
6458 * configure.in: Better support for multiple build modules,
6459 matching what is done for host/target modules. Do not look
6460 for "plausible" locations of build tools if Canadian cross.
6461 Use autoconf's AC_PROG_CC to find a C compiler. Define
6462 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6463 * configure: Regenerate.
6464
6465 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6466
6467 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6468 * Makefile.in: Regenerate.
6469
6470 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6471
6472 * Makefile.tpl (configure-build-[+module+],
6473 configure-[+module+], configure-target-[+module+]): Pass
6474 [+extra_configure_args+].
6475 (all-build-[+module+], all-[+module+], check-[+module+],
6476 install-[+module+], [+make_target+]-[+module+],
6477 all-target-[+module+], check-target-[+module+],
6478 install-target-[+module+], [+make_target+]-target-[+module+]):
6479 Pass [+extra_make_args+].
6480 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6481 (GCC_HOST_EXPORTS): Remove.
6482 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6483 cross, check-gcc, check-gcc-c++, install-gcc,
6484 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6485 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6486 * Makefile.in: Regenerate.
6487
6488 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6489
6490 * configure.in: Check for srcdir/winsup rather than build directory
6491 winsup.
6492 * configure: Regenerate.
6493
6494 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6495
6496 * configure.in: Don't build Cygwin native newlib if winsup
6497 directory is missing. Emit warning instead.
6498 * configure: Regenerate.
6499
6500 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6501
6502 * Makefile.tpl (touch-stage[+id+]): New.
6503 (restage[+prev+]): Depend on touch-stage[+id+].
6504
6505 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6506 Use it throughout.
6507
6508 * Makefile.def: Add profile and feedback bootstrap stages.
6509 Remove next field from bootstrap stages.
6510 * Makefile.tpl (LN, LN_S): Substitute.
6511 (stageN-start, stageN-end): Use double-colon rules, to
6512 provide a hook for additional setup commands.
6513 (distclean-stageN-gcc, restageN): Create dependencies from
6514 [+prev+], not from [+next+].
6515 (stageN-bubble): Add commands for successive stages from
6516 [+prev+], using double-colon rules.
6517 (all-stageN-gcc): Fix typo.
6518 (stagefeedback-start, profiledbootstrap): New.
6519 * Makefile.in: Regenerate.
6520 * configure.in: Call ACX_PROG_LN.
6521 * configure: Regenerate.
6522
6523 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6524
6525 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6526 without gcc.
6527 * configure: Regenerate.
6528
6529 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6530
6531 * Makefile.tpl: Fix typo.
6532 * Makefile.in: Regenerate.
6533
6534 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6535
6536 * configure.in: Remove new- prefix from toplevel
6537 bootstrap targets.
6538 * configure: Regenerate.
6539
6540 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6541
6542 Merge this patch from the gcc tree:
6543
6544 2004-05-30 Andreas Jaeger <aj@suse.de>
6545 Jim Wilson <wilson@specifixinc.com>
6546
6547 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6548 like CC.
6549
6550 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6551
6552 * Makefile.tpl (all.normal): Rename to all.
6553 (all): Replace with a rule to pick the default
6554 target from configure.
6555 (all-gcc, configure-gcc): Use conditionals to
6556 do nothing when toplevel bootstrap is going on.
6557 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6558 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6559 * configure.in: Support --enable-bootstrap.
6560
6561 * Makefile.def: Remove new- prefix from toplevel
6562 bootstrap targets.
6563 * Makefile.tpl: Likewise.
6564
6565 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6566 target.
6567
6568 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6569 $(RECURSE_FLAGS) to recursive invocation of make.
6570
6571 * Makefile.in: Regenerate.
6572 * configure: Regenerate.
6573
6574 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6575
6576 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6577 * configure: Regenerate.
6578
6579 2004-05-25 Daniel Jacobowitz <drow@false.org>
6580
6581 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6582 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6583 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6584 targets.
6585 * Makefile.in: Regenerate.
6586
6587 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6588
6589 * configure.in: Test the ability to symlink directories.
6590 * configure: Regenerate.
6591
6592 * Makefile.def (bootstrap-stage): New definitions.
6593 * Makefile.tpl (configure-stage1-gcc,
6594 configure-stage2-gcc, configure-stage3-gcc,
6595 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6596 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6597 new-restage3, compare): Autogenerate, see Makefile.in
6598 entry for behavioral changes.
6599 (distclean-stage1, new-stage1-start, new-stage1-end,
6600 new-stage1-bubble, distclean-stage2, new-stage2-start,
6601 new-stage2-end, new-stage2-bubble, distclean-stage3,
6602 new-stage3-start, new-stage3-end): New autogenerated targets.
6603 (objext, prebootstrap, BOOT_CFLAGS,
6604 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6605 targets.
6606
6607 * Makefile.in: Regenerate.
6608 (distclean-stage1, new-stage1-start, new-stage1-end,
6609 new-stage1-bubble, distclean-stage2, new-stage2-start,
6610 new-stage2-end, new-stage2-bubble, distclean-stage3,
6611 new-stage3-start, new-stage3-end): New targets.
6612 (all-stage1-gcc): Move prebootstrap dependency from here...
6613 (configure-stage1-gcc): ...to here.
6614 (new-bootstrap): Use bubble targets.
6615 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6616 Use per-stage distclean targets.
6617 (configure-stage1-gcc, configure-stage2-gcc,
6618 configure-stage3-gcc, all-stage1-gcc,
6619 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6620 Use new-stageN-start to prepare the tree.
6621
6622 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6623
6624 * Makefile.def (host_modules): add libcpp.
6625 * Makefile.tpl: Add dependencies on and for libcpp.
6626 * Makefile.in: Regenerate.
6627 * configure.in: Add libcpp host module.
6628 * configure: Regenerate.
6629
6630 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6631
6632 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6633 of libf2c.
6634 * configure, Makefile.in: Regenerate.
6635
6636 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6637
6638 Merge from tree-ssa-20020619-branch.
6639
6640 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6641 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6642 (HOST_GMPLIBS): Define.
6643 (HOST_GMPINC): Define.
6644 (TARGET_LIB_PATH): Add libmudflap.
6645 (GFORTRAN_FOR_TARGET): Define.
6646 (configure-build*): Export GFORTRAN.
6647 (configure-gcc): Export GMPLIBS and GMPINC.
6648 (all-gcc): Add maybe-all-libbanshee.
6649 (configure-target-libgfortran): Define.
6650 * Makefile.in: Regenerate.
6651 * configure.in (host_libs): Add libbanshee.
6652 (target_libraries): Add target-libmudflap and target-libgfortran.
6653 Add --with-libbanshee.
6654 Handle --disable-libmudflap.
6655 (*-*-freebsd*): Use with_gmp.
6656 Add $(libgcj) to noconfigdirs.
6657 * configure: Regenerate.
6658 * depcomp: New file.
6659 * MAINTAINERS: Add tree-ssa maintainers.
6660
6661 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6662
6663 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6664 * configure: Regenerate.
6665
6666 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6667
6668 Revert:
6669 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6670
6671 * Makefile.def (flags_to_pass): Remove *dir variables that
6672 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6673 as well as prefix and exec_prefix.
6674 * Makefile.in: Regenerate.
6675
6676 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6677
6678 * Makefile.def (host_modules): Mark with the bootstrap
6679 flag packages on which gcc depends.
6680 * Makefile.tpl (all-bootstrap): Use it.
6681 * Makefile.in: Regenerate.
6682
6683 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6684
6685 * Makefile.def (flags_to_pass): Remove *dir variables that
6686 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6687 as well as prefix and exec_prefix.
6688 * Makefile.in: Regenerate.
6689
6690 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6691
6692 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6693 * configure: Regenerate.
6694 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6695 * gcc/Makefile.tpl (compare): Use the result of the test.
6696 * gcc/Makefile.in: Regenerate.
6697
6698 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6699
6700 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6701 Always relocate gcc and prev-gcc to the original names, even
6702 if the build fails.
6703 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6704 New targets.
6705
6706 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6707
6708 * configure.in (mips*-*-irix5*): Enable ld.
6709 * configure: Regenerate.
6710
6711 2004-04-15 James E Wilson <wilson@specifixinc.com>
6712
6713 * Makefile.tpl (configure-[+module+], configure-gcc,
6714 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6715 Set and export LDFLAGS.
6716 * Makefile.in: Regenerate.
6717
6718 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6719
6720 PR bootstrap/14871
6721 * Makefile.tpl: If we don't have built-in-tree target tools,
6722 use the ones found by configure rather than hacking around with
6723 program_transform_name.
6724 * configure.in: Give Makefile.tpl the information necessary
6725 to do that.
6726 * Makefile.in: Regenerate.
6727 * configure: Regenerate.
6728
6729 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6730
6731 PR bootstrap/14760
6732 * configure.in: When computing baseargs, strip *all* copies of
6733 offending options. Also, don't match/substitute the trailing space,
6734 so that this actually works when two similar options are separated by
6735 only one space.
6736 * configure: Regenerate.
6737
6738 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6739
6740 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6741 (rs6000-*-aix*): Same.
6742 * configure: Regenerate.
6743
6744 2004-03-25 Stan Shebs <shebs@apple.com>
6745
6746 Remove MPW support, no longer used.
6747 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6748 mpw-install: Remove files.
6749 * src-release (DEVO_SUPPORT): Remove names of removed files.
6750 * MAINTAINERS: Likewise.
6751
6752 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6753
6754 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6755 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6756 * Makefile.in: Regenerate.
6757
6758 * configure.in (top level bootstrap support): Rework --enable-werror
6759 to set @stage2_werror_flag@.
6760 * configure: Regenerate.
6761 * Makefile.tpl (top level bootstrap support): Pass
6762 @stage2_werror_flag@ down to configure in stages 2 and 3.
6763 * Makefile.in: Regenerate.
6764
6765 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6766
6767 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6768 for stages 2 and 3 as well as in make. As a consequence, remove
6769 OUTPUT_OPTION (now detected by configure) from the flags passed down
6770 to make.
6771 * Makefile.in: Regenerate.
6772
6773 * Makefile.tpl (new-bootstrap): Fix typo.
6774 * Makefile.in: Regenerate.
6775
6776 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6777
6778 * Makefile.tpl: Rearrange by moving recursive_targets rules
6779 into their proper sections.
6780 * Makefile.tpl (top level bootstrap support): Move disabling
6781 of coverage flags from 'make' to 'configure'; improve comments.
6782 * Makefile.in: Regenerate.
6783
6784 * Makefile.tpl (experimental top level bootstrap) Move stage1
6785 language setting from all- target to configure- target; disable
6786 intermodule optimization in stage 1; prevent gratuitous rebuilds
6787 of stage 1.
6788 * Makefile.in: Regenerate.
6789 * configure.in: Comma-separate stage 1 language list for top
6790 level bootstrap.
6791 * configure: Regenerate.
6792
6793 * Makefile.tpl: Clean up experimental top level bootstrap support:
6794 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6795 prev-gcc in configure- targets as well as all- targets.
6796 * Makefile.in: Regenerate.
6797
6798 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6799
6800 * configure.in: Remove symbolic link section.
6801 * configure: Regenerate.
6802 * Makefile.tpl (links): Remove.
6803 * Makefile.in: Regenerate.
6804
6805 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6806 Nathanael Nerode <neroden@gcc.gnu.org>
6807
6808 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6809 Set with AC_CHECK_PROGS.
6810 * configure.in: Fix comment typo from last patch.
6811 * configure: Regenerate.
6812
6813 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6814
6815 * Makefile.tpl: Introduce experimental top level bootstrap support.
6816 * Makefile.in: Regenerate.
6817 * configure.in: Introduce support for top level bootstrap.
6818 * configure: Regenerate.
6819
6820 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6821 Paolo Bonzini <bonzini@gnu.org>
6822
6823 PR bootstrap/14522
6824 * configure.in: Cope with shells that do not support unquoted ^
6825 * configure: Regenerate.
6826
6827 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6828 Paolo Bonzini <bonzini@gnu.org>
6829
6830 PR bootstrap/14522
6831 * configure.in: Cope with shell that do not support nesting
6832 quotes inside quoted backquote substitutions.
6833 * configure: Regenerate.
6834
6835 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6836
6837 PR bootstrap/14522
6838 * configure.in: Fix escaping of $.
6839 * configure: Regenerate.
6840
6841 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6842
6843 * configure: Regenerate.
6844
6845 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6846
6847 PR ada/14131
6848 Move language detection to the top level.
6849 * configure.in: Find default values for the tools as
6850 soon as possible. Disable ada if GNAT is not found.
6851 Emit error message about missing languages. Expand
6852 --enable-languages=all for the gcc subdirectory.
6853
6854 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6855
6856 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6857 and disable libgcj.
6858 * configure: Regenerated.
6859
6860 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6861
6862 PR bootstrap/7087
6863 * Makefile.tpl: Guard XFOO sed statements better.
6864 * Makefile.tpl: Add dependency for configure-target-libada.
6865 * Makefile.in: Regenerate (incidentally fixes broken
6866 commit when libada-branch was merged).
6867
6868 2004-02-28 Andrew Cagney <cagney@redhat.com>
6869
6870 * src-release (CVS_NAMES): Define.
6871 (do-tar, do-tar): Prune $(CVS_NAMES).
6872
6873 2004-02-23 Andrew Cagney <cagney@redhat.com>
6874
6875 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6876 2004-02-19.09.
6877
6878 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6879
6880 PR bootstrap/11932
6881 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6882
6883 2004-02-19 Andrew Cagney <cagney@redhat.com>
6884
6885 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6886 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6887
6888 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6889
6890 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6891 (rs6000-*-aix*): Same.
6892 * configure: Regenerate.
6893
6894 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6895
6896 * configure.in (host): Add in missing $noconfigdirs to defines.
6897 * configure: Regenerate.
6898
6899 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6900 Nathanael Nerode <neroden@gcc.gnu.org>
6901
6902 PR ada/6637, PR ada/5911
6903 Merge with libada-branch:
6904 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6905 with appropriate dependencies. Add --enable-libada configure switch.
6906 * configure, Makefile.in: Regenerate.
6907
6908 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6909
6910 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6911 * configure: Regenerate.
6912
6913 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6914
6915 * COPYING.NEWLIB: Update Red Hat license to 2004.
6916
6917 2004-01-23 DJ Delorie <dj@redhat.com>
6918
6919 * Makefile.def (target_modules) [libiberty]: Don't stage.
6920 * Makefile.in: Rebuilt.
6921
6922 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6923
6924 * COPYING.NEWLIB: Update to include copyrights for new
6925 iconv code.
6926
6927 2004-01-15 Andrew Cagney <cagney@redhat.com>
6928
6929 * src-release: Update copyright year.
6930 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6931 (NEWLIB_SUPPORT_DIRS): Delete macro.
6932 (newlib.tar.bz2): Delete rule.
6933
6934 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6935
6936 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6937 * Makefile.tpl (configure-target-[+module+]): Support stage.
6938 * Makefile.in: Rebuilt.
6939
6940 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6941
6942 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6943 throughout.
6944
6945 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6946
6947 * configure.in: Use ./config.cache, not config.cache.
6948 * configure: Regenerate.
6949 * Makefile.tpl: Special-casing not needed for GCC any more.
6950 * Makefile.in: Regenerate.
6951
6952 * configure.in: Don't share a cache file for host dirs.
6953 * configure: Regenerate.
6954
6955 * config-ml.in: Don't mess with the cache file.
6956
6957 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6958
6959 * Makefile.tpl: Make GCC use a separate config.cache.
6960 * Makefile.in: Regenerate.
6961
6962 PR bootstrap/11932, PR bootstrap/11933
6963 (I don't know if it will fix either of them, but it relates
6964 to them.)
6965 * configure.in: Don't use shared config.cache for target
6966 directories.
6967 * configure: Regenerate.
6968
6969 2003-12-31 Roger Sayle <roger@eyesopen.com>
6970
6971 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6972 * configure: Regenerated.
6973
6974 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6975
6976 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6977 * configure: Regenerated.
6978
6979 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6980
6981 Port change over from GCC:
6982 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6983 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6984 (configure-build-[+module+], configure-[+module+]): Likewise.
6985 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6986 * Makefile.in: Regenerate.
6987
6988 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6989
6990 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6991 * configure: Regenerate.
6992
6993 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6994
6995 * COPYING.NEWLIB: Add license info for long long routines added to
6996 stdlib.
6997
6998 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6999
7000 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7001 * Makefile.in: Regenerate.
7002
7003 2003-10-20 Phil Edwards <phil@codesourcery.com>
7004
7005 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7006 * configure: Regenerate.
7007
7008 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7009
7010 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7011 HOST_FLAGS_TO_PASS.
7012 * Makefile.in: Regenerate.
7013
7014 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7015
7016 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7017 * configure: Rebuilt
7018 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7019 * Makefile.in: Rebuilt
7020
7021 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7022
7023 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7024
7025 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7026
7027 * config-ml.in: Use ac_configure_args directly instead of
7028 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7029 actually seen.
7030
7031 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7032
7033 * config-ml.in: Propagate INSTALL variables.
7034
7035 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7036
7037 * configure.in: Pass a computed --program-transform-name
7038 to subconfigures.
7039 * configure: Regenerated.
7040
7041 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7042
7043 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7044 * Makefile.in: Regenerate.
7045
7046 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7047 * Makefile.in: Regenerate.
7048
7049 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7050
7051 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7052 quoting.
7053 * configure: Regenerated.
7054
7055 2003-09-12 Michael Chastain <mec@shout.net>
7056
7057 Fix PR gdb/857.
7058 * src-release (do-proto-topleve): Remove junk files
7059 intl/config.cache, intl/config.status,
7060 intl/config.h, intl/stamp-h.
7061
7062 2003-09-14 Andrew Cagney <cagney@redhat.com>
7063
7064 * src-release (dejagnu.tar): New target.
7065 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7066 (do-djunpack): Use $(PACKAGE) for the package name.
7067
7068 2003-09-04 DJ Delorie <dj@redhat.com>
7069
7070 * configure: Regenerate.
7071
7072 2003-09-04 Robert Millan <robertmh@gnu.org>
7073
7074 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7075
7076 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7077
7078 * configure.in: Ensure arguments to sed are properly spaced.
7079 * configure: Regenerate.
7080
7081 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7082
7083 Merge from gcc:
7084 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7085 * install-sh: Update to newer upstream versions (associated with
7086 aclocal 1.7).
7087 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7088
7089 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7090
7091 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7092 * configure: Regenerated.
7093
7094 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7095
7096 * configure.in: Use newline instead of semicolon when assuming
7097 shell arguments in a for loop.
7098 * configure: Regenerated.
7099
7100 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7101
7102 PR 8180
7103 * configure.in: When testing with_libs and with_headers, treat
7104 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7105 * configure: Regenerate.
7106
7107 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7108 make, shell, etc.
7109 (baseargs): Likewise.
7110 * configure: Regenerate.
7111
7112 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7113
7114 * configure.in: Disable libgcj for darwin not on powerpc.
7115 * configure: Rebuild.
7116
7117 2003-08-15 Michael Chastain <mec@shout.net>
7118
7119 * src-release (do-proto-toplev): Remove junk files
7120 dejagnu/example/calc/config.status,
7121 dejagnu/example/calc/config.log.
7122
7123 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7124
7125 * config-ml.in, symlink-tree: Add license.
7126
7127 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7128
7129 Merge from gcc:
7130
7131 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7132 * Makefile.tpl (check, check-c++): Express dependencies using
7133 dependencies rather than commands.
7134 * Makefile.in: Regenerate.
7135
7136 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7137 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7138 * Makefile.in: Update.
7139
7140 2003-08-01 Andrew Cagney <cagney@redhat.com>
7141
7142 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7143 * configure: Ditto.
7144
7145 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7146
7147 * configure.in: Enable libgcj for darwin.
7148 * configure: Rebuild.
7149
7150 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7151
7152 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7153
7154 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7155
7156 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7157 creating target and build subdirs to build all parent dirs as needed.
7158 * Makefile.in: Rebuild.
7159 * configure.in: Don't build dirs explicitly here.
7160 * configure: Rebuild.
7161
7162 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7163
7164 * Makefile.tpl (all-make): Depend on intl.
7165 * Makefile.in: Rebuilt.
7166
7167 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7168
7169 * config.if: Remove unused libc_interface determination.
7170
7171 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7172
7173 * Makefile.in: Regenerate, correctly this time.
7174
7175 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7176
7177 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7178 unused INSTALL_PROGRAM_ARGS.
7179 * configure.in: Use AC_PROG_INSTALL.
7180 * Makefile.in: Regenerate.
7181 * configure: Regenerate.
7182
7183 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7184
7185 * configure: Rebuilt.
7186 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7187 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7188 newlib nor libgloss.
7189 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7190 * configure.in (am33_2.0-*-linux*): Added.
7191
7192 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7193
7194 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7195 * configure: Regenerate.
7196
7197 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7198
7199 * config-ml.in: Replace PWD with PWD_COMMAND.
7200 * Makefile.tpl: Likewise.
7201 * Makefile.in: Regenerated.
7202
7203 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7204
7205 * configure.in: Clean up config-lang.in handling. Delete
7206 useless assignment to "subdirs".
7207 * configure: Regenerate.
7208
7209 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7210
7211 * configure.in: Rename 'target_libs' to 'target_libraries'.
7212 Remove useless reference to 'target_libs'.
7213 * configure: Regenerate.
7214
7215 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7216
7217 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7218 * Makefile.in: Regenerate.
7219
7220 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7221
7222 * Makefile.def: Introduce flags_to_pass.
7223 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7224 * Makefile.in: Regenerate.
7225
7226 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7227
7228 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7229 and target-libgloss.
7230 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7231 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7232 * configure: Regenerate.
7233
7234 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7235
7236 * configure.in: Update testsuite_flags to new location.
7237 * configure. Regenerate.
7238
7239 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7240
7241 * Makefile.tpl: Remove BUILD_CC stuff.
7242 * Makefile.in: Regenerate.
7243
7244 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7245
7246 * config.guess: Update to 2003-06-12 version.
7247 * config.sub: Update to 2003-06-13 version.
7248
7249 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7250
7251 * MAINTAINERS: Add myself as MIPS co-maintainer.
7252
7253 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7254
7255 * config.guess: Update to 2003-06-06 version.
7256 * config.sub: Update to 2003-06-06 version.
7257
7258 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7259
7260 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7261 * configure. Regenerate.
7262
7263 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7264
7265 * configure.in: Disable serial configure by default.
7266 * configure: Regenerate.
7267 * Makefile.tpl: Abolish .NOTPARALLEL.
7268 * Makefile.in: Regenerate.
7269
7270 * Makefile.tpl: Replace {build,host,target}_canonical by
7271 {build,host,target}.
7272 * Makefile.in: Regenerate.
7273
7274 * Makefile.tpl: Fix stupid pasto.
7275 * Makefile.in: Regenerate.
7276
7277 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7278
7279 * Makefile.tpl: Remove bogus conditional.
7280 * Makefile.in: Regenerate.
7281
7282 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7283
7284 * Makefile.tpl: Make 'recursive targets' using autogen rather
7285 than shell loop. Remove duplicate 'clean' targets and false
7286 comments.
7287 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7288 Add systematic method of specifying missing targets in subdirs.
7289 Add copyright boilerplate.
7290 * Makefile.in: Regenerate.
7291 * configure.in: Add 'recursive targets' to maybe list.
7292 * configure: Regenerate.
7293
7294 * Makefile.tpl: Rename [+target+] to [+make_target+].
7295 * Makefile.def: Rename 'target' to 'make_target'.
7296
7297 2003-05-30 Nick Clifton <nickc@redhat.com>
7298
7299 * README-maintainer-mode: Update URL for locating blessed config
7300 tools.
7301
7302 2003-05-29 Robert Millan <rmh@debian.org>
7303
7304 * ltconfig: Import this patch and modify for use with current
7305 version of ltconfig:
7306
7307 2003-05-21 Bruno Haible <bruno@clisp.org>
7308
7309 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7310 GNU/FreeBSD.
7311
7312 2003-05-28 DJ Delorie <dj@redhat.com>
7313
7314 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7315 * Makefile.in: Regenerate.
7316
7317 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7318
7319 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7320
7321 2003-05-21 DJ Delorie <dj@redhat.com>
7322
7323 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7324 newlib or libgloss.
7325 * Makefile.in: Regenerate.
7326
7327 2003-05-21 DJ Delorie <dj@redhat.com>
7328
7329 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7330 * Makefile.in: Regenerate.
7331
7332 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7333
7334 * configure.in: Use curly braces in the definition of tooldir.
7335 * configure: Regenerate.
7336
7337 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7338
7339 * configure.in: Switch more things to use maybe dependencies.
7340 * Makefile.tpl: Switch more things to use maybe dependencies.
7341 Factor out common code from autogen IF statements.
7342 * configure: Regenerate.
7343 * Makefile.in: Regenerate.
7344
7345 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7346
7347 * configure.in: Accept i[3456789]86 for machine type.
7348 * configure: Regenerate.
7349
7350 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7351
7352 * configure.in: Switch more things to use maybe dependencies.
7353 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7354 * configure: Regenerate.
7355 * Makefile.tpl: Switch more things to use maybe dependencies.
7356 * Makefile.in: Regenerate.
7357
7358 2003-05-16 Andreas Schwab <schwab@suse.de>
7359
7360 * Makefile.tpl (install-opcodes): Define.
7361 * Makefile.in: Rebuild.
7362
7363 2003-05-13 Andreas Jaeger <aj@suse.de>
7364
7365 * config.guess: Update to 2003-05-09 version.
7366 * config.sub: Update to 2003-05-09 version.
7367
7368 2003-05-13 Michael Eager <eager@mvista.com>
7369
7370 * configure.in: Correct sed script so that options in quotes are not
7371 deleted.
7372 * configure: Rebuild.
7373
7374 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7375
7376 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7377 and $$s/newlib/libc/sys/cygwin32 include paths.
7378 * configure: Ditto.
7379
7380 2003-05-05 H.J. Lu <hjl@gnu.org>
7381
7382 * config-ml.in: Restored from gcc repository.
7383
7384 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7385
7386 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7387 * Makefile.in: Regenerate.
7388
7389 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7390
7391 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7392 and Makefile.def.
7393
7394 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7395
7396 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7397 * Makefile.in: Regenerated.
7398
7399 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7400
7401 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7402 * Makefile.in: Regenerate.
7403
7404 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7405
7406 * configure.in (powerpc64*-*-linux*): Remove.
7407 * configure: Rebuilt.
7408
7409 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7410
7411 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7412 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7413 and restrap.
7414 * Makefile.in: Regenerate.
7415
7416 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7417
7418 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7419 * configure: Regenerated.
7420
7421 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7422
7423 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7424 * */configure: Rebuilt.
7425
7426 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7427
7428 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7429 * Makefile.in: Regenerate.
7430
7431 2003-03-14 Michael Chastain <mec@shout.net>
7432
7433 * Makefile.in: Regenerate with correct Makefile.def.
7434
7435 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7436
7437 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7438 Make macro.
7439 * Makefile.in: Regenerate.
7440 * configure.in: Clean up gxx_include_dir logic.
7441 * configure: Regenerate.
7442
7443 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7444
7445 * configure.in (gxx_include_dir): Fix typo.
7446 * configure: Regenerated.
7447
7448 2003-03-06 Andrew Cagney <cagney@redhat.com>
7449
7450 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7451
7452 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7453
7454 * configure.in: Include $(build_tooldir)/sys-include in
7455 FLAGS_FOR_TARGET.
7456 * configure: Regenerated.
7457
7458 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7459
7460 * Makefile.tpl: Reindent.
7461 * Makefile.in: Regenerate.
7462 * configure.in: Reindent. Don't set unused variables.
7463 * configure: Regenerate.
7464
7465 * Makefile.tpl: Always pass down RANLIB.
7466 * Makefile.in: Regenerate.
7467
7468 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7469 * Makefile.in: Regenerate.
7470 * configure.in: Remove unused logic relating to --enable-shared
7471 and --enable-threads. Remove bogus comments. Remove redundant
7472 noconfigdirs.
7473 * configure: Regenerate.
7474
7475 * configure.in: Replace ${libstdcxx_version} by its value.
7476 Remove reference to mh-dgux.
7477 * configure: Regenerate.
7478
7479 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7480
7481 * Makefile.tpl: Rearrange.
7482 * Makefile.in: Regenerate.
7483
7484 2003-02-25 Nick Clifton <nickc@redhat.com>
7485
7486 * configure: Remove site-file supprot - it is obsolete.
7487
7488 2003-02-24 Uwe Stieber <uwe@wwws.de>
7489
7490 * configure.in: Add support for kaOS as cross build target system.
7491 * configure: Regenerated.
7492
7493 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7494
7495 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7496 configure-target-* as some target builds may require additional
7497 flags for preprocessor tests.
7498 * Makefile.in: Regenerated.
7499
7500 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7501
7502 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7503 * ltconfig: Handle it.
7504 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7505 auto-detecting it.
7506
7507 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7508
7509 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7510 it is used as argument to $CC.
7511 * ltcf-gcj.sh: Likewise.
7512
7513 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7514
7515 * configure.in: Introduce --enable-maintainer-mode.
7516 * configure: Rebuilt.
7517 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7518 for maintainer mode.
7519 * Makefile.in: Rebuilt.
7520
7521 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7522
7523 * configure: Regenerate using autoconf 2.13.
7524
7525 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7526
7527 * config.guess: Import latest version.
7528 * config.sub: Import latest version.
7529
7530 2003-02-18 Jason Merrill <jason@redhat.com>
7531
7532 * Makefile.tpl (check-c++): Allow parallelism.
7533
7534 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7535
7536 * configure: Regenerate using autoconf 000227.
7537
7538 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7539
7540 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7541 don't configure target-libobjc.
7542 * configure: Regenerate.
7543
7544 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7545
7546 * Makefile.tpl (RANLIB): Define.
7547 * Makefile.in: Regenerate.
7548
7549 2003-02-06 Keith R Seitz <keiths@redhat.com>
7550
7551 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7552 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7553 * Makefile.in: Regenerated.
7554 * configure.in: Remove all traces of snavigator, db, and grep.
7555 * configure: Regenerated.
7556
7557 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7558
7559 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7560 * Makefile.in: Regenerated.
7561
7562 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7563
7564 * config.if: Copy from GCC.
7565
7566 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7567
7568 * configure.in: Revert 24Jan change.
7569 * configure: Regenerate.
7570
7571 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7572
7573 * configure.in: Revert previous change.
7574 * configure: Regenerate.
7575
7576 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7577
7578 * configure.in: Make rda native-only.
7579 * configure: Regenerate.
7580
7581 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7582
7583 * configure.in: Add missing \.
7584 * configure: Rebuilt.
7585
7586 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7587
7588 * configure.in (baseargs): Avoid using \| in sed regular
7589 expressions.
7590 * configure: Rebuilt.
7591
7592 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7593
7594 * configure.in (baseargs): Remove all supported forms of
7595 --cache-file, --srcdir, --host, --build and --target options
7596 from argument lists.
7597 * configure: Rebuilt.
7598
7599 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7600
7601 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7602 * configure: Rebuilt.
7603
7604 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7605
7606 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7607 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7608 * Makefile.in: Regenerate.
7609 * configure: Regenerate.
7610
7611 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7612
7613 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7614 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7615 * Makefile.in: Regenerate.
7616
7617 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7618
7619 * configure.in: Remove Makefile in build, host and target modules
7620 unless configure was run with --no-recursion.
7621 * configure: Rebuilt.
7622
7623 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7624
7625 * config.guess: Update to 2003-01-03 version.
7626 * config.sub: Update to 2003-01-03 version.
7627
7628 2003-01-07 Christopher Faylor <cgf@redhat.com>
7629
7630 * configure: Regenerate with proper autoconf 2.13.
7631
7632 2003-01-07 Christopher Faylor <cgf@redhat.com>
7633
7634 * configure.in: Add AC_PREREQ for consistency.
7635 * configure: Regenerate.
7636
7637 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7638
7639 * configure.in (GDB_TK): Add tcl directories conditional on
7640 gdb/gdbtk directory being present.
7641 * configure: Regenerate.
7642
7643 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7644
7645 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7646 by gcc if LD is not defined and we are not doing a Canadian Cross.
7647 * configure: Rebuilt.
7648
7649 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7650
7651 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7652
7653 2002-12-31 Tom Tromey <tromey@redhat.com>
7654
7655 * Makefile.in: Rebuilt.
7656 * Makefile.def (target_modules) [libffi]: Allow installation.
7657
7658 2002-12-31 Andreas Schwab <schwab@suse.de>
7659
7660 * configure.in: Fix use of $program_transform_name.
7661 * configure: Regenerated.
7662
7663 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7664
7665 * configure.in (baseargs): Don't remove first configure argument.
7666 * configure: Regenerated.
7667
7668 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7669
7670 * Makefile.tpl (local-distclean): Don't remove...
7671 (multilib.ts): ... this. Moved into...
7672 (multilib.out): ... this. Don't use sub-make.
7673 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7674 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7675 (configure-build-[+module+], configure-[+module+],
7676 configure-target-[+module+], configure-gcc): ... these. Test
7677 for Makefile existence. Drop config.status from dependencies.
7678 * Makefile.in: Rebuilt.
7679 * configure.in: Move gcc-version-trigger to the end of
7680 ac_configure_args. Add comments to maybedep.tmp and
7681 serdep.tmp. Introduce --disable-serial-configure. Remove
7682 nonopt from baseargs, matching and removing corresponding
7683 whitespace while at it.
7684 * configure: Rebuilt.
7685
7686 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7687
7688 * configure.in (host_configargs): Replace reference to
7689 no-longer-defined buildopts with --build=${build_alias}.
7690 * configure: Rebuilt.
7691
7692 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7693
7694 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7695 program_transform_name to standard idiom.
7696 (AUTOGEN, AUTOCONF): Define.
7697 (Makefile.in): Use $(AUTOGEN).
7698 (Makefile): Depend on config.status, and use autoconf-style rule to
7699 build it. Move original commands to...
7700 (config.status): ... this new target.
7701 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7702 $(AUTOCONF).
7703 * Makefile.in: Rebuilt.
7704
7705 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7706
7707 * Makefile.tpl: Fix dramatic bustage due to change in
7708 program_transform_name.
7709 * Makefile.in: Regenerate.
7710
7711 * configure.in: Remove unnecessary PATH setting.
7712 * configure: Regnerate.
7713
7714 * configure.in: Don't default to unprefixed tools unless
7715 the native tools will work.
7716 * configure: Regenerate.
7717
7718 * configure.in: Convert to autoconf script. Blow away lots
7719 of now-redundant Makefile fragments.
7720 * configure: Generate using Autoconf.
7721 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7722 * Makefile.in: Regenerate.
7723
7724 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7725
7726 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7727 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7728
7729 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7730 where they belong.
7731
7732 2002-12-24 Andreas Schwab <schwab@suse.de>
7733
7734 * Makefile.tpl (multilib.out): Fix missing space.
7735 * Makefile.in: Regenerate.
7736
7737 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7738
7739 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7740 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7741 * Makefile.in: Regenerate.
7742 * configure.in: Remove unnecessary leftovers.
7743
7744 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7745
7746 * configure.in (extra_ranlibflags_for_target): New variable.
7747 (*-*-darwin): Add -c to ranlib commands.
7748 * configure (tooldir): Handle extra_ranlibflags_for_target.
7749
7750 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7751
7752 * COPYING.NEWLIB: Updated.
7753 * COPYING.LIBGLOSS: Ditto.
7754
7755 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7756
7757 * Makefile.tpl: Revert HJL's change.
7758 * Makefile.in: Regenerated.
7759 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7760 always.
7761
7762 2002-12-19 Andreas Schwab <schwab@suse.de>
7763
7764 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7765 * Makefile.in: Regenerate.
7766
7767 2002-12-18 H.J. Lu <hjl@gnu.org>
7768
7769 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7770 * Makefile.in: Regenerated.
7771
7772 * configure.in (build_prefix): New. Substitute.
7773
7774 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7775
7776 * Makefile.tpl: Don't let real targets depend on phony targets.
7777 * Makefile.in: Regenerate.
7778
7779 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7780 * Makefile.in: Regenerate.
7781
7782 2002-12-16 Jason Merrill <jason@redhat.com>
7783
7784 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7785 previous 'make bootstrap'.
7786 * Makefile.in: Regenerate.
7787
7788 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7789
7790 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7791
7792 2002-12-13 Jason Merrill <jason@redhat.com>
7793
7794 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7795 library tests.
7796 (check-c++): Just depend on it and check-target-libstdc++-v3.
7797 * Makefile.in: Regenerate.
7798
7799 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7800
7801 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7802 * Makefile.in: Regenerate.
7803
7804 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7805
7806 * COPYING.NEWLIB: Update list of alternate Regent of California
7807 licenses and discuss official revoking of advertising clause.
7808 * COPYING.LIBGLOSS: Ditto.
7809
7810 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7811
7812 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7813 * Makefile.in: Rebuilt.
7814
7815 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7816
7817 * configure: Fix bug put in by gremlins.
7818
7819 * Makefile.tpl: Substitute more autoconfily.
7820 * configure: Substitute more autoconfily.
7821 * Makefile.in: Regenerate.
7822
7823 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7824
7825 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7826 * Makefile.in (all-sim): Ditto.
7827
7828 2002-12-06 DJ Delorie <dj@redhat.com>
7829
7830 * Makefile.tpl: Change configure dependencies to not have real
7831 targets depend on phony targets.
7832
7833 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7834
7835 * configure.in: Revert unintentional change.
7836
7837 * src-release: Configure host subdirs.
7838
7839 * Makefile.tpl: Change dependency for */multilib.out so that
7840 it works when gcc isn't in the tree.
7841
7842 * configure.in: Substitute more.
7843 * configure: Run subconfigures from the Makefile.
7844 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7845 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7846
7847 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7848
7849 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7850 and corresponding dependencies.
7851 * Makefile.in: Regenerate.
7852
7853 * configure.in (host_tools): Order binutils, gas and ld for
7854 convenience in running the testsuites.
7855
7856 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7857 * Makefile.in: Regenerate.
7858 * configure.in: Introduce rules to serialize subconfigure runs.
7859
7860 * configure.in: Introduce BASE_CC_FOR_TARGET.
7861 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7862 Realize configure-build-* targets. Realize configure-target-* targets.
7863 * Makefile.in: Regenerate.
7864
7865 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7866
7867 * configure: Move gcc_version_trigger stuff from here...
7868 * configure.in: ...to here.
7869
7870 * configure.in: Separate subconfigure options added by this file from
7871 options given by the user. Add machinery to put args for host
7872 subconfigures into the Makefile.
7873
7874 * Makefile.tpl: Remove 'vault' targets.
7875 * Makefile.tpl: Reorder and comment dependencies.
7876 * Makefile.in: Regenerate.
7877
7878 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7879
7880 * configure.in: Move host-specific darwin noconfigdirs into
7881 the host-specific section.
7882
7883 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7884
7885 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7886 during replay.
7887 * Makefile.in: Regenerate.
7888
7889 (finishing slow-motion replay)
7890 * configure: Remove skip-this-dir support.
7891 * Makefile.tpl: Remove skip-this-dir support.
7892
7893 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7894 subdirectories.
7895 * Makefile.in: Regenerate.
7896
7897 * Makefile.tpl: Strip out useless setting of 'dir'.
7898 * Makefile.in: Regenerate.
7899
7900 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7901
7902 (finishing slow-motion replay)
7903 * configure.in: Fix deeply stupid bug.
7904
7905 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7906 shell code in CXX_FOR_TARGET
7907 * Makefile.def: Introduce raw_cxx.
7908 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7909 RAW_CXX_FOR_TARGET.
7910 * Makefile.in: Regenerate.
7911
7912 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7913
7914 (finishing slow-motion replay)
7915 * Makefile.tpl: Remove unnecessary ifs.
7916 * Makefile.in: Regenerate.
7917
7918 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7919 dependencies. Maybe-ize build-libiberty. Create dummy install
7920 targets for 'no_install' modules.
7921 * configure: Move GDB_TK substitution to configure.in. Move
7922 build_modules stuff to configure.in.
7923 * configure.in: Implement soft dependency machinery. Maybe-ize
7924 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7925 * Makefile.in: Regenerate.
7926
7927 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7928
7929 (continuing slow-motion replay)
7930 * Makefile.tpl: Make all-target, install-target behave similarly
7931 to all, install (only hitting configured targets). Eliminate
7932 unused macro defintions.
7933
7934 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7935 build != host.
7936
7937 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7938
7939 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7940
7941 * configure.in: Produce lists of subdir targets we're actually
7942 configuring. Remove references to "dosrel".
7943 * Makefile.tpl: Let configure set which subdir targets are hit.
7944 Remove install-cross; clean up install; remove ALL. Remove
7945 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7946 Autogenerate host module targets. Remove empty dependency lines
7947 and redundant dependency; rearrange slightly.
7948 * Makefile.def: Add host-side libtermcap, utils.
7949
7950 * Makefile.in: Regenerate.
7951
7952 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7953
7954 (Continuing slow-motion replay)
7955 * Makefile.def: Add list of recursive targets to autogenerate.
7956 Add build_modules.
7957 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7958 targets. Autogenerate *-build-* targets.
7959 * Makefile.in: Regenerate.
7960
7961 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7962
7963 (Continuing slow-motion replay)
7964 * configure: More autoconf-style substitutions.
7965 * Makefile.tpl: More autoconf-style substitutions.
7966 * Makefile.in: Regenerate.
7967
7968 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7969
7970 (Continuing slow-motion replay)
7971 * configure: Substitute more variables in a more autoconf-friendly
7972 way. Simplify slightly.
7973 * Makefile.tpl: Make more variables substitutable in an
7974 autoconf-friendly way.
7975 * Makefile.in: Regenerate.
7976
7977 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7978
7979 (Continuing slow-motion replay)
7980 * configure.in (v810*): Remove special setting of tools.
7981
7982 * configure: Add support for extra required flags for ar or nm.
7983 * configure.in (aix4.3+): Use above support for target-specific
7984 issues, rather than using config/mt-aix43.
7985
7986 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7987
7988 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7989 * configure: Remove 'removing', which doesn't work. Replace $subdir
7990 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7991 with $srcdir. Reformat indentation. Substitute some variables
7992 formerly hard-coded in the Makefile for build=host.
7993 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7994 * Makefile.def: Autogenerate more.
7995 * Makefile.in: Regenerate.
7996
7997 2002-11-13 Bruce Korb <bkorb@gnu.org>
7998
7999 * Makefile.tpl: syntactic cleanup
8000
8001 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8002
8003 * Makefile.def (host_modules): Add rda.
8004 * Makefile.in: Regenerate.
8005 * configure.in (target_tool): Add target-rda to list.
8006
8007 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8008
8009 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8010 and restrap targets to this rule.
8011 * Makefile.in: Regenerate.
8012
8013 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8014
8015 * configure.in (i[3456]86-*-linux*): Add check to disable
8016 ${libgcj} for glibc1.
8017
8018 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8019
8020 * configure.in: Add tic4x target.
8021
8022 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8023
8024 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8025 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8026 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8027 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8028 * Makefile.in: Regenerate.
8029
8030 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8031
8032 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8033 * Makefile.in: Regenerate.
8034
8035 * Makefile.def: Remove order dependency comments.
8036 * Makefile.tpl: Add explicit install-install dependencies.
8037 * Makefile.in: Regenerate.
8038
8039 * Makefile.tpl: Remove material now in src-release. (Finally!)
8040 * Makefile.in: Regenerate.
8041
8042 * configure: Restore my original patch by syncing with gcc version.
8043
8044 * Bring following over from gcc:
8045
8046 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8047
8048 * configure.in (s390*-*-linux*): Enable libgcj.
8049
8050 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8051
8052 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8053
8054 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8055
8056 * configure: Move stray lines back to where they belong.
8057
8058 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8059
8060 * Makefile.tpl: Insert configure-target target, for src-release.
8061
8062 * configure: Finish reverting change which Andrew Cagney started
8063 reverting. Should fix bustage.
8064
8065 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8066 * src-release: New file. Contains material for making net
8067 releases for gdb, binutils, et al., formerly in Makefile.in.
8068
8069 2002-09-30 Nick Clifton <nickc@redhat.com>
8070
8071 * cpu: New top level directory. Intended to hold input files for
8072 CGEN which have FSF copyright assignment.
8073 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8074
8075 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8076
8077 Revert below (note that src does not contain Makefile.tpl):
8078 * Makefile.tpl: Make subsituted variables more autoconfy.
8079 * Makefile.in: Regenerate.
8080
8081 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8082
8083 * configure: Revert accidentally applied changes.
8084
8085 * Makefile.tpl: Make more autoconf-friendly.
8086 * Makefile.in: Regenerate.
8087 * configure: Make substitution more autoconf-like.
8088
8089 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8090
8091 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8092 single entry to handle all these.
8093 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8094 libjava on arm-*-elf.
8095
8096 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8097
8098 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8099 things that depend on them.
8100
8101 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8102
8103 * Makefile.tpl: Make subsituted variables more autoconfy.
8104 * Makefile.in: Regenerate.
8105 * configure: Make seds more autoconfy.
8106
8107 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8108
8109 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8110 * Makefile.in: Regenerate.
8111 * configure.in: Rewrite sed statements to look autoconfy.
8112
8113 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8114 all-target-foo on configure-target-foo.
8115 * Makefile.def: Ditto.
8116 * Makefile.in: Rebuild.
8117
8118 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8119
8120 * Makefile.def: New file.
8121 * Makefile.tpl: New file.
8122 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8123
8124 * configure.in: Minor rearrangement. Simplify tests.
8125
8126 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8127
8128 * configure.in (with_headers): Skip copy if value is "yes".
8129 (with_libs): Likewise.
8130
8131 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8132
8133 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8134 * configure.in (sh*-*-pe*): Ditto.
8135 * configure.in (mips*-*-pe*): Ditto.
8136 * configure.in (*arm-wince-pe): Ditto.
8137
8138 * configure.in: Rearrange.
8139
8140 2002-09-12 Nick Clifton <nickc@redhat.com>
8141
8142 * Import these changes from the config master repository:
8143
8144 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8145
8146 * config.sub: Add tic4x target.
8147
8148 2002-09-03 Ben Elliston <bje@redhat.com>
8149
8150 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8151 Reported by <Duncan_Stodart@insession.com>.
8152
8153 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8154
8155 * COPYING.NEWLIB: More updates.
8156
8157 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8158
8159 * COPYING.NEWLIB: Update.
8160
8161 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8162
8163 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8164
8165 * config.guess: Import version 2002-08-23.
8166 * config.sub: Import version 2002-08-22.
8167
8168 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8169
8170 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8171 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8172 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8173
8174 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8175
8176 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8177
8178 2002-08-04 H.J. Lu (hjl@gnu.org)
8179
8180 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8181
8182 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8183
8184 * configure.in: Move generic linux case to end. Copy generic
8185 linux noconfigdirs to mips*-*-linux* entry and new
8186 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8187
8188 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8189
8190 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8191 one instance of them which was missed to the list to update.
8192
8193 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8194
8195 * config.guess: Update to 2002-07-09 version.
8196 * config.sub: Update to 2002-07-03 version.
8197
8198 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8199
8200 * configure.in: Remove two redundant tests.
8201
8202 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8203
8204 * configure.in (mips*-*-irix6*o32): Enable stabs.
8205
8206 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8207
8208 * configure.in: Don't build grez.
8209 * Makefile.in: Ditto.
8210
8211 * Makefile.in: Remove references to bsp, cygmon, libstub.
8212 * configure.in: Ditto.
8213
8214 * configure.in: Remove leftover reference to gdbtest.
8215
8216 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8217
8218 * configure.in (gxx_include_dir): Change to match versioned
8219 C++ headers if --enable-version-specific-runtime-libs is used.
8220
8221 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8222
8223 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8224
8225 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8226
8227 * configure.in: Make --without-x work.
8228
8229 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8230
8231 * contrib: New directory. Created to contain a copy of the
8232 texi2pod.pl script so that it is in the same place as the version in
8233 the FSF GCC sources.
8234
8235 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8236
8237 * configure.in: Rearrange target Makefile fragment collection.
8238
8239 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8240 cvs[src].
8241 * configure.in: Ditto.
8242
8243 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8244
8245 * Makefile.in: Eliminate 'apache' targets.
8246 * configure.in: Eliminate 'apache' targets.
8247
8248 * configure.in: Eliminate redundant tests. Reorganize.
8249
8250 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8251
8252 * config-ml.in: Eliminate references to Cygnus configure.
8253
8254 * Makefile.in: Eliminate references to building emacs.
8255
8256 2002-07-01 Denis Chertykov <denisc@overta.ru>
8257
8258 * configure.in: Add support for ip2k.
8259
8260 2002-06-24 Ben Elliston <bje@redhat.com>
8261
8262 * configure.in (host_tools): Remove cgen.
8263
8264 * Makefile.in (all-cgen): Remove; runs from its source directory.
8265 (check-cgen, install-cgen, clean-cgen): Likewise.
8266 (all-opcodes): No not depend on all-cgen.
8267 (all-sim): Likewise.
8268
8269 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8270
8271 * configure.in: Fix AIX configury bug.
8272
8273 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8274
8275 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8276
8277 * configure.in: Move definition of libstdcxx_flags right above
8278 usage, rather than way earlier.
8279
8280 * configure.in: Pull definition of is_cross_compiler earlier.
8281
8282 * configure.in: Rearrange a little.
8283
8284 * configure.in: Remove references to librx.
8285 * Makefile.in: Remove references to librx.
8286
8287 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8288
8289 * configure.in: Eliminate ${gasdir} variable.
8290
8291 2002-06-18 Dave Brolley <brolley@redhat.com>
8292
8293 * configure.in: Add support for frv.
8294 * config.sub: Add support for frv.
8295
8296 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8297
8298 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8299
8300 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8301
8302 * configure.in (vax-*-netbsd*): Re-enable gas.
8303
8304 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8305
8306 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8307 BUILD_PREFIX_1, to correct nomenclature.
8308 * configure: Likewise.
8309
8310 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8311 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8312
8313 2002-05-31 Olaf Hering <olh@suse.de>
8314
8315 * config-ml.in: Propogate DESTDIR also.
8316
8317 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8318
8319 * configure.in (vax-*-netbsd*): Don't build gas for this
8320 platform.
8321
8322 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8323
8324 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8325 and libgcj for AVR.
8326
8327 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8328
8329 * config.sub: Add DLX target.
8330
8331 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8332
8333 * config.guess: Update to 2002-05-22 version.
8334 * config.sub: Likewise.
8335
8336 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8337
8338 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8339 * config-ml.in: Likewise.
8340 * configure: Likewise.
8341 * configure.in: Likewise.
8342
8343 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8344
8345 * configure.in: Simplify makefile fragment collection.
8346
8347 * configure.in: Remove code to build emacs.
8348
8349 * configure.in : Remove --srcdir argument from targargs and buildargs
8350 (it's always overridden in the Makefile anyway). Rearrange a bit.
8351
8352 * configure: Move some logic to configure.in.
8353 * configure.in: Move some logic from configure.
8354
8355 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8356
8357 * COPYING.LIBGLOSS: New file.
8358
8359 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8360
8361 * Makefile.in: Honour DESTDIR.
8362
8363 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8364
8365 * configure.in (noconfigdirs): Don't disable libgcj on
8366 sparc64-*-solaris* and sparcv9-*-solaris*.
8367
8368 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8369
8370 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8371
8372 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8373
8374 * configure.in (FLAGS_FOR_TARGET): Do not add
8375 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8376 on i[3456]86-*-linux*.
8377
8378 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8379
8380 * configure.in (noconfigdirs): Replace [ ] with test.
8381
8382 * configure.in (noconfigdirs): Do not add target-newlib if
8383 target == i[3456]86-*-linux*, and host == target.
8384
8385 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8386
8387 * config.guess: Updated to 2002-04-26's version.
8388 * config.sub: Updated to 2002-04-26's version.
8389
8390 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8391
8392 * configure.in: delete reference to absent file
8393
8394 * configure.in: replace '[' with 'test'
8395
8396 * configure.in: Eliminate references to gash.
8397 * Makefile.in: Eliminate references to gash.
8398
8399 * configure.in: remove useless references to 'pic' makefile fragments.
8400
8401 * configure.in: (*-*-windows*) Finish removing.
8402
8403 * configure.in: Eliminate redundant test for libgui.
8404
8405 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8406
8407 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8408 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8409
8410 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8411
8412 * configure.in: remove references to dead files
8413
8414 2002-04-18 Tom Tromey <tromey@redhat.com>
8415
8416 * configure.in: Disallow configuring libgcj when it is already
8417 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8418 Solaris 2.8 by default. For PR libgcj/6158.
8419
8420 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8421
8422 * configure.in: Move default CC setting out of config/mh-* fragments
8423 directly into here.
8424
8425 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8426
8427 * configure.in: don't even try to configure or make a subdirectory
8428 if there's no configure script for it.
8429
8430 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8431
8432 * MAINTAINERS: Remove chill maintainers.
8433 * Makefile.in (CHILLFLAGS): Remove.
8434 (CHILL_LIB): Remove.
8435 (TARGET_CONFIGDIRS): Remove libchill.
8436 (CHILL_FOR_TARGET): Remove.
8437 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8438 CHILL_LIB.
8439 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8440 (CHECK_TARGET_MODULES): Likewise.
8441 (INSTALL_TARGET_MODULES): Likewise.
8442 (CLEAN_TARGET_MODULES): Likewise.
8443 (configure-target-libchill): Remove.
8444 (all-target-libchill): Remove.
8445 * configure.in (target_libs): Remove target-libchill.
8446 Do not compute CHILL_FOR_TARGET.
8447 * libchill: Remove directory.
8448
8449 2002-04-15 DJ Delorie <dj@redhat.com>
8450
8451 * Makefile.in, configure.in, configure: Sync with gcc, entries
8452 follow...
8453
8454 2002-04-08 Tom Tromey <tromey@redhat.com>
8455
8456 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8457 Fixes PR libgcj/6068.
8458
8459 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8460
8461 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8462
8463 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8464
8465 * configure.in (alpha*-dec-osf*): Enable libgcj.
8466
8467 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8468
8469 Fix for: PR bootstrap/3591, target/5676
8470 * configure.in (mcore-pe): Disable the configuration of
8471 libstdc++-v3 since exceptions are not supported.
8472
8473 2002-03-20 Anthony Green <green@redhat.com>
8474
8475 * configure.in: Enable libgcj for xscale-elf target.
8476
8477 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8478
8479 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8480 libjava.
8481 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8482
8483 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8484
8485 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8486 libstdc++-v3 and libjava.
8487
8488 2002-02-11 Adam Megacz <adam@xwt.org>
8489
8490 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8491 boehm-gc
8492
8493 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8494
8495 * config.guess: Updated to 2002-01-30's version.
8496 * config.sub: Updated to 2002-02-01's version.
8497 Contribute sh64-elf.
8498 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8499 * configure.in: Added sh64-*-*.
8500
8501 2002-01-17 H.J. Lu <hjl@gnu.org>
8502
8503 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8504 (all-target-fastjar): Also depend on all-target-libiberty.
8505
8506 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8507
8508 * configure, configure.in: Use temp file for long sed commands.
8509
8510 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8511
8512 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8513 libf2c.
8514
8515 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8516
8517 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8518
8519 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8520
8521 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8522
8523 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8524
8525 * configure: Handle temporary files securely using mkdir.
8526
8527 2001-09-26 Will Cohen <wcohen@redhat.com>
8528
8529 * configure.in (*-*-linux*): Disable configuration of target-newlib
8530 and target-libgloss.
8531
8532 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8533
8534 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8535 RANLIB.
8536
8537 2001-08-11 Graham Stott <grahams@redhat.com>
8538
8539 * Makefile.in (check-c++): Add missing semicolon.
8540
8541 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8542
8543 * configure.in (sh-*-linux*): New.
8544
8545 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8546
8547 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8548 and libgcj on m68hc11/m68hc12.
8549
8550 2001-06-27 H.J. Lu (hjl@gnu.org)
8551
8552 * Makefile (CFLAGS_FOR_BUILD): New.
8553 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8554
8555 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8556
8557 * configure.in (libstdcxx_flags): Do not try to execute
8558 libstdc++-v3/testsuite_flags until it exists.
8559
8560 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8561
8562 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8563
8564 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8565
8566 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8567
8568 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8569
8570 * configure.in: Move *-chorusos target case to the proper switch.
8571 Disable libgcj.
8572
8573 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8574
8575 * Makefile.in (STAGE1_CFLAGS): Pass down.
8576
8577 2001-04-13 Alan Modra <amodra@one.net.au>
8578
8579 * config.guess: Add hppa64-linux support. Note for next import that
8580 this is already in the master file.
8581 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8582
8583 2001-03-22 Colin Howell <chowell@redhat.com>
8584
8585 * Makefile.in (DO_X): Do not backslash single-quotes in
8586 backquotes (two places).
8587
8588 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8589
8590 * Makefile.in (DO_X): Quote nested quotes.
8591
8592 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8593
8594 * Makefile.in (DO_X): Use double quotes for quoting
8595 "RANLIB=$${RANLIB}".
8596
8597 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8598
8599 * configure.in: Only use `lang_requires' for languages athat are
8600 actually enabled.
8601
8602 2001-03-07 Tom Tromey <tromey@redhat.com>
8603
8604 * configure.in: Allow config-lang.in to set `lang_requires' to list
8605 of other required languages.
8606
8607 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8608
8609 * Makefile.in: Remove RANLIB definition. Use RANLIB
8610 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8611 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8612
8613 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8614 Alexandre Oliva <aoliva@redhat.com>
8615
8616 * Makefile.in (check-c++): Use tabs, not spaces.
8617
8618 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8619
8620 * Makefile.in (check-c++): New rule.
8621
8622 * configure.in (target_libs): Remove libg++.
8623 (noconfigdirs): Remove libg++.
8624 (noconfigdirs): Same.
8625 (noconfigdirs): Same.
8626 (noconfigdirs): Same.
8627
8628 * config-ml.in: Remove libg++ references.
8629
8630 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8631 (ALL_TARGET_MODULES): Same.
8632 (configure-target-libg++): Remove.
8633 (all-target-libg++): Remove.
8634 (configure-target-libio): Remove.
8635 (all-target-libio): Remove.
8636 (check-target-libio): Remove.
8637 (.PHONY): Remove.
8638 (libg++.tar.bz2): Remove.
8639 (all-target-cygmon): Remove libio.
8640 (all-target-libstdc++): Remove.
8641 (configure-target-libstdc++): Remove.
8642 (TARGET_LIB_PATH): Remove libstdc++.
8643 (ALL_GCC_CXX): Remove libstdc++.
8644 (all-target-gperf): Correct.
8645
8646 2001-02-15 Anthony Green <green@redhat.com>
8647
8648 * configure: Introduce GCJ_FOR_TARGET.
8649 * configure.in: Ditto.
8650 * Makefile.in: Ditto.
8651
8652 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8653
8654 * configure.in: for *-chorusos, don't config target-newlib and
8655 target-libgloss.
8656
8657 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8658
8659 Remove V2 C++ library.
8660 * configure.in: Remove --enable-libstdcxx_v3 support.
8661
8662 2001-01-27 Richard Henderson <rth@redhat.com>
8663
8664 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8665
8666 2001-01-26 Tom Tromey <tromey@redhat.com>
8667
8668 * configure.in: Allow libgcj to be built on Sparc Solaris.
8669
8670 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8671
8672 * configure.in: Enable libgcj on several additional platforms.
8673
8674 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8675
8676 * configure.in: Enable libgcj for linux targets.
8677
8678 2001-01-09 Mike Stump <mrs@wrs.com>
8679
8680 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8681 failures of subdirectories.
8682
8683 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8684
8685 * configure: handle DOS-style absolute paths.
8686
8687 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8688
8689 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8690
8691 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8692
8693 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8694 (libstdcxx_incdir): Pass down.
8695 * config.if: Remove expired bits for cxx_interface, add stub.
8696 (libstdcxx_incdir): Add variable for g++ include directory.
8697 * configure.in (gxx_include_dir): Use it.
8698
8699 2000-12-15 Andreas Jaeger <aj@suse.de>
8700
8701 * configure.in: Handle lang_dirs.
8702
8703 2000-12-13 Anthony Green <green@redhat.com>
8704
8705 * configure.in: Disable libgcj for any target not specifically
8706 listed. Disable libgcj for x86 and Alpha Linux until compatible
8707 with g++ abi.
8708
8709 2000-12-13 Mike Stump <mrs@wrs.com>
8710
8711 * Makefile.in (local-distclean): Also remove fastjar.
8712
8713 2000-12-10 Anthony Green <green@redhat.com>
8714
8715 * configure.in: Define libgcj. Disable libgcj target libraries for
8716 most targets.
8717
8718 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8719
8720 * configure.in (target_libs): Revert 2000-12-08 patch.
8721 (noconfigdirs): Added target-libjava.
8722
8723 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8724
8725 * Makefile.in: handle DOS-style absolute paths.
8726
8727 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8728
8729 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8730 libjava.
8731 * configure.in (target_libs): Removed `target-libjava'.
8732
8733 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8734
8735 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8736 (ALL_MODULES): Added fastjar.
8737 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8738 (all-target-libjava): all-fastjar replaces all-zip.
8739 (all-fastjar): Added.
8740 (configure-target-fastjar, all-target-fastjar): Likewise.
8741 * configure.in (host_tools): Added fastjar.
8742
8743 2000-12-07 Mike Stump <mrs@wrs.com>
8744
8745 * Makefile.in (local-distclean): Remove leftover built files.
8746
8747 2000-11-16 Fred Fish <fnf@be.com>
8748
8749 * configure.in (enable_libstdcxx_v3): Fix typo,
8750 libstd++ -> libstdc++.
8751
8752 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8753
8754 * configure: Provide the original toplevel configure arguments
8755 (including $0) to subprocesses in the environment rather than
8756 through gcc/configargs.h.
8757
8758 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8759
8760 * configure: Turn on libstdc++ V3 by default.
8761
8762 2000-10-16 Michael Meissner <meissner@redhat.com>
8763
8764 * configure (gcc/configargs.h): Only create if there is a build GCC
8765 directory created.
8766
8767 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8768
8769 * configure: Save configure arguments to gcc/configargs.h.
8770
8771 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8772
8773 * Makefile.in (bootstrap): avoid recursion if subdir missing
8774 (cross): ditto
8775 (do-proto-toplev): ditto
8776
8777 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8778
8779 * configure.in: Do not build byacc for hppa64. Provide paths to the
8780 X11 libraries for hppa64.
8781
8782 2000-09-02 Anthony Green <green@cygnus.com>
8783
8784 * Makefile.in (all-gcc): Depend on all-zlib.
8785 (CLEAN_MODULES): Add clean-zlib.
8786 (ALL_MODULES): Add all-zlib.
8787 * configure.in (host_libs): Add zlib.
8788
8789 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8790
8791 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8792 $targargs to tell whether newlib is going to be built.
8793
8794 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8795 $$r/TARGET_SUBDIR/libio for _G_config.h.
8796
8797 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8798
8799 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8800
8801 * configure: Make enable_threads and enable_shared defaults
8802 explicit. Substitute enable_threads into generated Makefiles.
8803 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8804 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8805
8806 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8807
8808 * configure.in: Re-enable all references to libg++ and librx.
8809
8810 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8811
8812 * configure.in: Add *-*-freebsd* configurations.
8813
8814 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8815
8816 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8817 (do-tar, do-bz2): New rules.
8818 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8819 (gdb-tar): New rule.
8820 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8821 (insight_dejagnu.tar): New rule.
8822 (insight.tar): New rule.
8823 (gdb+dejagnu.tar): New rule.
8824 (gdb.tar): New rule.
8825
8826 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8827
8828 * MAINTAINERS: Update dejagnu/
8829
8830 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8831
8832 * ltmain.sh (relink_command): Fix typo in previous change.
8833
8834 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8835
8836 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8837 (relink_command): Added --tag flags.
8838 (mode=install): If relinking fails; error out.
8839
8840 2002-03-12 Richard Henderson <rth@redhat.com>
8841
8842 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8843 .NOTPARALLEL tag.
8844 (do-check): Rename from check.
8845 (check): Allow parallel check.
8846
8847 2002-03-11 Richard Henderson <rth@redhat.com>
8848
8849 * Makefile.in (.NOTPARALLEL): Add fake tag.
8850
8851 2002-03-07 H.J. Lu (hjl@gnu.org)
8852
8853 * configure.in: Enable gprof for mips*-*-linux*.
8854
8855 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8856
8857 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8858 libjava.
8859 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8860
8861 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8862
8863 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8864
8865 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8866
8867 * config.guess: Import from master sources, rev 1.232.
8868 * config.sub: Import from master sources, rev 1.246.
8869
8870 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8871
8872 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8873 because its Makefile is there; test for the executable instead.
8874
8875 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8876
8877 Contribute sh64-elf.
8878 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8879 * configure.in: Added sh64-*-*.
8880
8881 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8882
8883 * COPYING.NEWLIB: Remove advertising clause from
8884 Berkeley and Red Hat licenses.
8885
8886 2002-02-01 Mo DeJong <supermo@bayarea.net>
8887
8888 * Makefile.in: Add all-tix to deps for all-snavigator
8889 so that tix is built when building snavigator.
8890
8891 2002-02-01 Ben Elliston <bje@redhat.com>
8892
8893 * config.guess: Import from master sources, rev 1.229.
8894 * config.sub: Import from master sources, rev 1.240.
8895
8896 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8897
8898 From Steve Ellcey <sje@cup.hp.com>:
8899 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8900 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8901 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8902 IA64.
8903 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8904 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8905 soname_spec, sys_lib_search_path_spec): Ditto.
8906
8907 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8908
8909 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8910 target-libiberty, and target-libgloss. Skip Java-related
8911 libraries if not supported for NetBSD on target CPU.
8912
8913 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8914
8915 * configure.in: Import StrongARM and XScale target_configdirs from
8916 FSF GCC version.
8917
8918 2002-01-16 H.J. Lu (hjl@gnu.org)
8919
8920 * config.guess: Import from master sources, rev 1.225.
8921 * config.sub: Import from master sources, rev 1.238.
8922
8923 * MAINTAINERS: Updated notes on config.guess and config.sub.
8924
8925 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8926
8927 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8928 ld and gdb are not supported.
8929
8930 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8931
8932 * Change reference to Cygnus Solutions to be Red Hat.
8933
8934 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8935
8936 * COPYING.NEWLIB: Update generic copyright date.
8937
8938 2002-01-07 Mark Salter <msalter@redhat.com>
8939
8940 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8941 Allow target-libgloss to be built for arm, strongarm, and xscale.
8942
8943 2002-01-03 Ben Elliston <bje@redhat.com>
8944
8945 * MAINTAINERS: Update URL for config.* scripts.
8946
8947 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8948
8949 * config.sub: Import latest version.
8950 * config.guess: Likewise.
8951
8952 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8953
8954 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8955 options for i[3456]86-pc-linux* native builds.
8956
8957 2001-12-05 Laurent Guerby <guerby@acm.org>
8958
8959 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8960 libiberty.
8961
8962 Import this patch from gcc:
8963
8964 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8965
8966 * symlink-tree: handle DOS-style absolute paths.
8967
8968 2001-11-28 DJ Delorie <dj@redhat.com>
8969 Zack Weinberg <zack@codesourcery.com>
8970
8971 When build != host, create libiberty for the build machine.
8972
8973 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8974 CONFIG_ARGUMENTS.
8975 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8976 New variables.
8977 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8978 and rules.
8979 (all.normal): Depend on ALL_BUILD_MODULES.
8980 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8981 (all-build-libiberty): Depend on configure-build-libiberty.
8982
8983 * configure: Calculate and substitute proper value for
8984 ALL_BUILD_MODULES.
8985 * configure.in: Create the build subdirectory.
8986 Calculate and substitute TARGET_CONFIGARGS (formerly
8987 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8988
8989 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8990
8991 * config.sub: Update to version 1.232 on subversion.
8992
8993 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8994
8995 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8996 files from .po files for a distribution.
8997
8998 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8999
9000 * COPYING.NEWLIB: Mention preserved notice in specific parts.
9001
9002 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9003
9004 Merged from net gcc:
9005 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9006 * ltcf-c.sh: Use $objext, not $ac_objext.
9007 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9008 * ltcf-cxx.sh: Add support for GNU.
9009 2001-07-22 Timothy Wall <twall@redhat.com>
9010 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9011 default settings if using GNU tools with that configuration.
9012 * ltcf-cxx.sh: Ditto.
9013 * ltcf-gcj.sh: Ditto.
9014 2001-07-21 Michael Chastain <chastain@redhat.com>
9015 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9016 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9017 * ltmain.sh: Mark as gcc-local.
9018
9019 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9020
9021 * Makefile.in (all-bison): Revert 2001-10-24.
9022 Don't depend on texinfo.
9023
9024 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9025
9026 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9027
9028 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9029
9030 * configure.in (--enable-languages): Be more permissive about
9031 syntax. Check for empty lists better. Warn about $LANGUAGES.
9032
9033 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9034
9035 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9036
9037 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9038
9039 Makefile.in (all-bison): Don't depend on texinfo.
9040
9041 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9042
9043 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9044
9045 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9046
9047 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9048
9049 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9050
9051 * config.sub, config.guess: Import latest from subversions.
9052
9053 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9054
9055 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9056 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9057 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9058 avoid quotes nesting problems.
9059 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9060 (DO_X): Export only variables that are set.
9061
9062 2001-09-19 Ben Elliston <bje@redhat.com>
9063
9064 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9065 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9066 semantics. Use the shell built-in "type" command instead.
9067
9068 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9069
9070 * config.sub: Reverted the earlier change, this version is not the
9071 master file.
9072
9073 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9074
9075 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9076 Add support for mips64.
9077
9078 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9079
9080 * configure.in: Enable libstdc++-v3 for h8300 targets.
9081
9082 2001-08-30 Eric Christopher <echristo@redhat.com>
9083 Jason Eckhardt <jle@redhat.com>
9084
9085 * config.sub: Add support for mipsisa32.
9086
9087 2001-08-30 Eric Christopher <echristo@redhat.com>
9088
9089 * config.sub, config.guess: Import latest from subversions.
9090
9091 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9092
9093 * config.sub, config.guess: Import latest from subversions.
9094
9095 2001-07-26 DJ Delorie <dj@redhat.com>
9096
9097 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9098
9099 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9100
9101 * Makefile.in: Revert 2001-06-17.
9102 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9103
9104 2001-06-17 H.J. Lu <hjl@gnu.org>
9105
9106 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9107 (gas+binutils.tar.bz2): Likewise.
9108 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9109
9110 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9111
9112 * Makefile.in (VER): When present, extract the version number from
9113 the file version.in.
9114
9115 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9116
9117 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9118 gcc/xgcc is built, use -print-prog-name to find out the program
9119 name to use.
9120
9121 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9122
9123 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9124 with_gcc]: Use `gcc -shared' to build a shared library.
9125
9126 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9127
9128 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9129 archives.
9130
9131 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9132
9133 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9134 libraries when using g++ with native linker.
9135
9136 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9137
9138 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9139
9140 2001-05-24 Tom Rix <trix@redhat.com>
9141
9142 * configure.in : enable ld for aix
9143
9144 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9145
9146 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9147 [aix4*|aix5*]: Prepend blank.
9148
9149 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9150
9151 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9152 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9153 of subdir/configure scripts to use the new libtool.m4.
9154
9155 2001-05-14 H.J. Lu <hjl@gnu.org>
9156
9157 * config.if (libc_interface): Set to -libc6.2- for cross
9158 compiling to Linux/glibc 2.2.
9159
9160 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9161
9162 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9163 libgcj.
9164
9165 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9166
9167 * configure.in (noconfigdirs): Don't reset it from scratch in the
9168 target case; only append to it.
9169
9170 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9171
9172 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9173 sparc-*-solaris2.8]: Disable ${libgcj}.
9174
9175 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9176
9177 * configure.in (libgcj_saved): Copy from $libgcj.
9178 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9179 --disable-libgcj.
9180
9181 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9184 1.641.2.228.
9185
9186 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9187
9188 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9189 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9190
9191 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9192
9193 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9194 New macros.
9195 (bootstrap, cross): Use RECURSE_FLAGS.
9196 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9197
9198 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9199
9200 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9201
9202 2001-03-23 Nick Clifton <nickc@redhat.com>
9203
9204 * README-maintainer-mode: Add note about inability to use "make
9205 distclean" in maintainer mode.
9206
9207 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9208
9209 Re-installed:
9210 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9211 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9212 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9213 * ltcf-cxx.sh: Likewise.
9214 * ltcf-gcj.sh: Likewise.
9215
9216 2001-03-22 Philip Blundell <philb@gnu.org>
9217
9218 * config.sub, config.guess: Import latest from subversions.
9219
9220 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9221
9222 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9223 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9224
9225 2001-03-20 Michael Chastain <chastain@redhat.com>
9226
9227 * Makefile.in: all-m4 depends on all-texinfo.
9228
9229 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9230
9231 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9232
9233 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9234
9235 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9236 longer valid.
9237
9238 2001-02-16 Nick Clifton <nickc@redhat.com>
9239
9240 * configure.in (noconfigdirs): Allow configuration of texinfo
9241 for Cygwin hosts.
9242
9243 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9244
9245 * config.guess: Add linux target for S/390.
9246 * config.sub: Likewise.
9247 * configure.in: Likewise.
9248
9249 2001-02-06 Ben Elliston <bje@redhat.com>
9250
9251 * configure: Output host type to stdout, not stderr.
9252
9253 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9254
9255 * config.guess: Import from subversions.gnu.org (revision 1.181).
9256 * config.sub: Import from subversions.gnu.org (revision 1.199).
9257
9258 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9259
9260 * config.guess: Handle hppa64-linux systems.
9261
9262 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9263
9264 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9265 Don't unset, it's non-portable and no longer necessary, set to empty
9266 instead.
9267
9268 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9269
9270 * ltconfig: Shell portability fix for the tagname validity check.
9271
9272 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9273
9274 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9275
9276 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9277
9278 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9279 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9280
9281 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9282
9283 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9284 keep at least one of build_libtool_libs or build_old_libs set to
9285 yes.
9286
9287 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9288
9289 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9290 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9291
9292 2000-11-07 Philip Blundell <pb@futuretv.com>
9293
9294 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9295
9296 2000-11-03 Philip Blundell <pb@futuretv.com>
9297
9298 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9299 files.
9300
9301 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9302
9303 * COPYING.NEWLIB: Put into source repository.
9304
9305 2001-01-15 Ben Elliston <bje@redhat.com>
9306
9307 * configure.in (host_tools): Add sid.
9308 Always configure cgen.
9309 * Makefile.in (all-sid): New target.
9310 (check-sid, clean-sid, install-sid): Likewise.
9311
9312 2001-01-07 Andreas Jaeger <aj@suse.de>
9313
9314 * config.sub, config.guess: Update from subversions.
9315
9316 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9317
9318 * configure.in: Disable language-specific target libraries for
9319 languages that aren't enabled.
9320
9321 2000-11-24 Nick Clifton <nickc@redhat.com>
9322
9323 * configure.in (xscale-elf): Add target.
9324 (xscale-coff): Add target.
9325 (c4x, c5x, tic54x): Move after ARM targets.
9326
9327 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9328
9329 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9330
9331 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9332
9333 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9334
9335 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9336
9337 * Makefile.in: Merge with GCC and libgcj.
9338 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9339 configure-target-<library> when their configure scripts need the C
9340 or C++ library to have already been built to work properly.
9341 (do_proto_toplev): Set them to an empty string.
9342
9343 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9344
9345 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9346 (REALLY_SET_LIB_PATH): Use them.
9347
9348 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9349
9350 * config.sub: Add support for Sun Chorus
9351
9352 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9353
9354 * config.sub: Add support for the *-storm-chaos OS.
9355
9356 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9357
9358 * configure.in (noconfigdirs): Don't compile some
9359 of the libraries for 68HC11 & 68hc12 targets.
9360
9361 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9362
9363 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9364 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9365 all affected `configure' scripts.
9366
9367 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9368
9369 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9370 ltcf-c.sh.
9371
9372 2000-09-12 Philip Blundell <philb@gnu.org>
9373
9374 * config.sub, config.guess: Update from subversions.
9375
9376 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9377
9378 * Makefile.in (all-zlib): Added dummy target.
9379
9380 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9381 multi-language branch.
9382
9383 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9384
9385 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9386 (bootstrap*): Depend on all-bootstrap.
9387
9388 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9389
9390 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9391 crosses, but add gcc/include to the header search path for them.
9392
9393 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9394
9395 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9396 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9397 * gettext.m4: New file, extracted from aclocal.m4.
9398
9399 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9400
9401 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9402 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9403 sub-configures.
9404
9405 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9406
9407 * Makefile.in (ALL_MODULES): Add all-cgen.
9408 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9409 (all-cgen): New target.
9410 (all-opcodes,all-sim): Depend on all-cgen.
9411 * configure.in (host_tools): Add cgen.
9412 Only configure cgen if --enable-cgen-maint.
9413
9414 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9415
9416 * config-ml.in (CC, CXX): Don't introduce a leading space.
9417
9418 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9419
9420 * configure.in (libstdcxx_flags): Use
9421 libstdc++-v3/src/libstdc++.INC.
9422
9423 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9424
9425 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9426
9427 2000-08-11 Jason Merrill <jason@redhat.com>
9428
9429 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9430 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9431 (FLAGS_FOR_TARGET): Not here.
9432 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9433
9434 2000-08-07 DJ Delorie <dj@redhat.com>
9435
9436 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9437 "if we're also building gcc, and it's a gcc that will run on the
9438 build machine, we want to use its includes instead of the system's
9439 default includes".
9440
9441 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9442
9443 * configure.in (libstdcxx_flags): Don't use `"'.
9444
9445 * config-ml.in: Adjust multilib search paths to the
9446 appropriate multilib tree.
9447
9448 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9449
9450 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9451 commas in $LANGUAGES.
9452
9453 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9454
9455 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9456
9457 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9458
9459 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9460 CXX_FOR_TARGET for sed.
9461
9462 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9463
9464 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9465 Do not override if already set in the environment or in configure.
9466 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9467 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9468
9469 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9470
9471 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9472 (GCC_FOR_TARGET): Use it.
9473 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9474 * configure.in: ... here.
9475 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9476 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9477
9478 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9479
9480 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9481 (configure-target-libchill, configure-target-libobjc): Likewise.
9482
9483 * configure.in: Use the same cache file for all target libs.
9484 * config-ml.in: But different cache files per multilib variant.
9485
9486 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9487
9488 * configure (topsrcdir): Don't use dirname.
9489
9490 2000-07-20 Jason Merrill <jason@redhat.com>
9491
9492 * configure.in: Remove all references to libg++ and librx.
9493
9494 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9495
9496 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9497
9498 * config.sub: Update to subversions version 2000-07-06.
9499
9500 2000-07-12 Andrew Haley <aph@cygnus.com>
9501
9502 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9503 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9504
9505 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9506
9507 * symlink-tree: Check number of arguments.
9508
9509 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9510
9511 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9512
9513 2000-07-05 Jim Wilson <wilson@cygnus.com>
9514
9515 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9516 search path for a g++ extracted from the build tree. This
9517 will allow link tests run by configure scripts in
9518 subdirectories to succeed.
9519
9520 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9521
9522 * ltconfig: Add support for mips-dde-sysv4.2MP
9523
9524 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9525
9526 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9527 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9528
9529 2000-06-19 Timothy Wall <twall@cygnus.com>
9530
9531 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9532 * config.sub: Add tic54x target.
9533
9534 2000-06-07 Phillip Thomas <pthomas@suse.de>
9535
9536 * README-maintainer-mode: New file: Contains notes on using
9537 --enable-maintainer-mode with binutils.
9538
9539 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9540
9541 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9542
9543 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9544
9545 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9546 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9547
9548 20000-05-21 H.J. Lu (hjl@gnu.org)
9549
9550 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9551 directory are used if they exist. Make sure
9552 $(build_tooldir)/include is searched for header files,
9553 $(build_tooldir)/lib/ for library files.
9554 (GCC_FOR_TARGET): Likewise.
9555 (CXX_FOR_TARGET): Likewise.
9556
9557 2000-05-18 Jeffrey A Law (law@cygnus.com)
9558
9559 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9560
9561 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9562
9563 * Makefile.in (configure-target-libiberty): Depend on
9564 configure-target-newlib.
9565
9566 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9567
9568 * configure.in, Makefile.in: Merge all libffi-related
9569 configury stuff from the libgcj tree.
9570
9571 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9572
9573 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9574 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9575
9576 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9577
9578 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9579 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9580 current version information. Add to proto-toplev directory.
9581 (gdb-taz): Build do-djunpack.
9582
9583 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9584
9585 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9586
9587 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9588
9589 * ltmain.sh: Preserve in relink_command any environment
9590 variables that may affect the linker behavior.
9591
9592 2000-05-12 Jeffrey A Law (law@cygnus.com)
9593
9594 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9595
9596 2000-05-10 Jim Wilson <wilson@cygnus.com>
9597
9598 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9599
9600 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9601
9602 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9603 with the version name.
9604
9605 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9606
9607 * config.if: Tweak.
9608
9609 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9610
9611 * djunpack.bat: New file.
9612
9613 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9614
9615 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9616 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9617 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9618 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9619
9620 2000-04-16 Dave Pitts <dpitts@cozx.com>
9621
9622 * config.sub (case $basic_machine): Change default for "ibm-*"
9623 to "openedition".
9624
9625 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9626
9627 * Makefile.in (gdb-taz): New target. GDB specific archive.
9628 (do-md5sum): New target.
9629 (MD5PROG): Define.
9630 (PACKAGE): Default to TOOL.
9631 (VER): Default to a shell script.
9632 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9633 md5 checksum generation.
9634 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9635 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9636 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9637 insight.tar.bz2): Use gdb-taz to create archive.
9638
9639 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9640
9641 * configure (warn_cflags): Delete.
9642
9643 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9644 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9645
9646 * configure.in (enable_libstdcxx_v3): Add.
9647 (target_libs): Add bits here to switch between libstdc++-v2 and
9648 libstdc++-v3.
9649 * config.if: And this file too.
9650 * Makefile.in: Add libstdc++-v3 targets.
9651
9652 2000-04-05 Michael Meissner <meissner@redhat.com>
9653
9654 * config.sub (d30v): Add d30v as a basic machine type.
9655
9656 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9657
9658 * configure.in: -linux-gnu*, not -linux-gnu.
9659
9660 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9661
9662 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9663 (do-tar-bz2): Replace TOOL with PACKAGE.
9664 (gdb.tar.bz2): Remove GDBTK from GDB package.
9665 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9666 dejagnu.tar.bz2): New packages.
9667
9668 2000-02-27 Andreas Jaeger <aj@suse.de>
9669
9670 * configure.in: Add entry for mips*-*-linux*, move catch all
9671 *-*-*linux* entry below this one.
9672
9673 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9674
9675 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9676
9677 2000-02-24 Nick Clifton <nickc@cygnus.com>
9678
9679 * config.sub: Support an OS of "wince".
9680
9681 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9682
9683 * config.guess, config.sub: Updated to match config's 2000-02-15
9684 version.
9685
9686 2000-02-23 Linas Vepstas <linas@linas.org>
9687
9688 * config.sub: Add support for Linux/IBM 370.
9689 * configure.in: Likewise.
9690
9691 2000-02-22 Nick Clifton <nickc@cygnus.com>
9692
9693 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9694
9695 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9696
9697 * config.guess: Guess "cygwin" rather than "cygwin32".
9698
9699 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9700
9701 * configure (gcc_version): When setting, narrow search to
9702 lines containing `version_string'.
9703
9704 2000-02-15 Denis Chertykov <denisc@overta.ru>
9705
9706 * config.sub: Add support for avr target.
9707
9708 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9709
9710 * config.sub: Add mmix-knuth-mmixware.
9711
9712 2000-01-27 Christopher Faylor <cgf@redhat.com>
9713
9714 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9715 structure stuff to -L library search.
9716 (CXX_FOR_TARGET): Ditto.
9717 (CROSS_CHECK_MODULES): Fix spelling mistake.
9718
9719 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9720
9721 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9722 the C++ compiler.
9723
9724 2000-01-12 Richard Henderson <rth@cygnus.com>
9725
9726 * configure.in: Don't build some bits for beos.
9727
9728 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9729
9730 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9731 as include files.
9732
9733 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9734
9735 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9736 not mh-aix43.
9737
9738 1999-12-14 Richard Henderson <rth@cygnus.com>
9739
9740 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9741 * config.sub: Accept alphaev[78], alphaev8.
9742
9743 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9744
9745 * config.guess, config.sub: Update from autoconf.
9746
9747 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9748
9749 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9750 necessary libraries are missing.
9751
9752 1999-10-25 Andreas Schwab <schwab@suse.de>
9753
9754 * configure: Fix quoting inside arguments of eval.
9755
9756 1999-10-21 Nick Clifton <nickc@cygnus.com>
9757
9758 * config-ml.in: Allow suppression of some ARM multilibs.
9759
9760 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9761
9762 * config.guess: Add OS/390 match pattern.
9763 * config.sub: Add mvs, openedition targets.
9764 * configure.in (i370-ibm-opened*): New.
9765
9766 1999-09-04 Steve Chamberlain <sac@pobox.com>
9767
9768 * config.sub: Add support for configuring for pj.
9769
9770 1999-08-31 Nick Clifton <nickc@cygnus.com>
9771
9772 * config.sub (maybe_os): Add support for configuring for fr30.
9773
9774 1999-08-25 Nick Clifton <nickc@cygnus.com>
9775
9776 * configure.in: Do not configure or build ld for AIX
9777 platforms. ld is known to be broken on these platforms.
9778
9779 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9780
9781 * config-ml.in: Pass compiler flag corresponding to multidirs to
9782 subdir configures.
9783
9784 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9785
9786 * Makefile.in (LDFLAGS): Define.
9787
9788 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9789
9790 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9791 noconfigdirs.
9792 (*-*-cygwin*): Likewise.
9793
9794 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9795
9796 * mkdep: New file.
9797 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9798 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9799
9800 From Eli Zaretskii <eliz@is.elta.co.il>:
9801 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9802 long file name when using DJGPP on MS-DOS.
9803
9804 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9805
9806 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9807
9808 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9809
9810 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9811 dependency as this causes "make check" to globally "make all"
9812
9813 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9814
9815 * configure.in (target_libs): Added target-zlib.
9816 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9817 (CONFIGURE_TARGET_MODULES): Likewise.
9818 (CHECK_TARGET_MODULES): Likewise.
9819 (INSTALL_TARGET_MODULES): Likewise.
9820 (CLEAN_TARGET_MODULES): Likewise.
9821 (configure-target-zlib): New target.
9822 (all-target-zlib): Likewise.
9823 (all-target-libjava): Depend on all-target-zlib.
9824 (configure-target-libjava): Depend on configure-target-zlib.
9825
9826 * Makefile.in (configure-target-libjava): Depend on
9827 configure-target-newlib.
9828 (configure-target-boehm-gc): New target.
9829 (configure-target-qthreads): New target.
9830
9831 * configure.in (target_libs): Added target-qthreads.
9832 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9833 (CONFIGURE_TARGET_MODULES): Likewise.
9834 (CHECK_TARGET_MODULES): Likewise.
9835 (INSTALL_TARGET_MODULES): Likewise.
9836 (CLEAN_TARGET_MODULES): Likewise.
9837 (all-target-qthreads): New target.
9838 (configure-target-libjava): Depend on configure-target-qthreads.
9839 (all-target-libjava): Depend on all-target-qthreads.
9840
9841 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9842 (CONFIGURE_TARGET_MODULES): Likewise.
9843 (CHECK_TARGET_MODULES): Likewise.
9844 (INSTALL_TARGET_MODULES): Likewise.
9845 (CLEAN_TARGET_MODULES): Likewise.
9846 (all-target-libjava): New target.
9847 (all-target-boehm-gc): Likewise.
9848 * configure.in (target_libs): Added libjava, boehm-gc.
9849
9850 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9851
9852 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9853 configure.bat in SUPPORT_FILES.
9854 (gas+binutils.tar.bz2): Likewise.
9855
9856 * makeall.bat: Remove; obsolete.
9857
9858 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9859
9860 From Mark Elbrecht:
9861 * configure.bat: Remove; obsolete.
9862
9863 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9864
9865 * configure: Add -W -Wall to the default CFLAGS when compiling with
9866 gcc.
9867
9868 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9869
9870 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9871
9872 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9873
9874 * configure.in: Build ld on IRIX6.
9875
9876 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9877
9878 * Makefile.in: Change distribution targets to use bzip2 instead of
9879 gzip.
9880 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9881 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9882
9883 1999-06-04 Nick Clifton <nickc@cygnus.com>
9884
9885 * config.sub: Add mcore target.
9886
9887 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9888
9889 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9890
9891 1999-05-25 H.J. Lu (hjl@gnu.org)
9892
9893 * config.guess (dummy): Changed to $dummy.
9894
9895 1999-05-24 Nick Clifton <nickc@cygnus.com>
9896
9897 * config.sub: Tidied up case statements.
9898
9899 1999-05-22 Ben Elliston <bje@cygnus.com>
9900
9901 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9902 <jiro@din.or.jp>.
9903
9904 * config.guess: Merge with FSF version. Future changes will be
9905 more accurately recorded in this ChangeLog.
9906 * config.sub: Likewise.
9907
9908 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9909
9910 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9911
9912 1999-04-30 Tom Tromey <tromey@cygnus.com>
9913
9914 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9915
9916 1999-04-23 Tom Tromey <tromey@cygnus.com>
9917
9918 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9919
9920 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9921
9922 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9923 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9924 Bad merge removed these two changes.
9925
9926 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9927 Martin Heller (Ing.-Buero_Heller@t-online.de)
9928
9929 * config.guess (interix Alpha): Add.
9930
9931 1999-04-11 Richard Henderson <rth@cygnus.com>
9932
9933 * configure.in (i?86-*-beos*): Do config gperf; don't config
9934 gdb, newlib, or libgloss.
9935
9936 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9937
9938 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9939 link a trivial program with -mabi=64. If it fails, remove mabi=64
9940 from multidirs.
9941
9942 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9943
9944 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9945
9946 1999-04-08 Nick Clifton <nickc@cygnus.com>
9947
9948 * config.sub: Add support for mcore targets.
9949
9950 1999-04-07 Michael Meissner <meissner@cygnus.com>
9951
9952 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9953 not mt-ospace, in order to shut up assembler warning about using
9954 symbols that are named the same as registers.
9955
9956 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9957
9958 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9959 dependency list for all-target-cygmon.
9960
9961 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9962
9963 * config-ml.in: Check $host, not $target, for selective multilibs.
9964 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9965 thumb interworking, and underscore prefix multilibs.
9966
9967 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9968
9969 * missing: Update to version from current automake.
9970
9971 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9972
9973 * configure (gxx_include_dir): Removed.
9974
9975 * configure.in (gxx_include_dir): Handle it.
9976 * Makefile.in: Likewise.
9977
9978 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9979
9980 * config.sub (mips64vr4111,mips64vr4111el) Add.
9981
9982 1999-03-21 Ben Elliston <bje@cygnus.com>
9983
9984 * config.guess: Correct typo for detecting ELF on FreeBSD.
9985
9986 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9987
9988 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9989 config/mh-djgpp.
9990
9991 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9992
9993 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9994 all-target-newlib to dependency list for all-target-bsp.
9995
9996 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9997
9998 * config.sub: Add i386-uwin support.
9999 * config.guess: Likewise.
10000
10001 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10002
10003 * configure.in: cleanup, add mh-*pic handling for arm, special
10004 case powerpc*-*-aix*
10005
10006 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10007
10008 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
10009 can be built.
10010
10011 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10012
10013 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10014 targets.
10015
10016 1999-03-02 Nick Clifton <nickc@cygnus.com>
10017
10018 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10019
10020 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10021
10022 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10023
10024 1999-02-24 Nick Clifton <nickc@cygnus.com>
10025
10026 * config.sub: Fix typo in arm recognition.
10027
10028 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10029
10030 * configure.in (noconfigdirs): Changed target_configdirs to
10031 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10032 rather than m68k-*-* since it is not known to work on
10033 m68k-aout. Ditto for arm-*-*oabi.
10034
10035 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10036
10037 * configure.in (*-*-windows*): Remove, no longer used.
10038
10039 1999-02-19 Ben Elliston <bje@cygnus.com>
10040
10041 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10042 Smart and improved by Andrew Cagney.
10043
10044 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10045
10046 * config.guess: Recognize openbsd-*-hppa.
10047
10048 1999-02-17 H.J. Lu (hjl@gnu.org)
10049
10050 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10051 only if it is not empty.
10052
10053 1999-02-17 Nick Clifton <nickc@cygnus.com>
10054
10055 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10056
10057 * config.guess: Modified to recognize uname's armv* syntax.
10058
10059 * config.sub: Modified to recognize uname's armv* syntax.
10060
10061 1999-02-17 Mark Salter <msalter@cygnus.com>
10062
10063 * configure.in: Added target-bsp for sparclite.
10064
10065 1999-02-08 Richard Henderson <rth@cygnus.com>
10066
10067 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10068
10069 1999-02-08 Nick Clifton <nickc@cygnus.com>
10070
10071 * configure.in: Add support for strongarm port.
10072 * config.sub: Add support for strongarm target.
10073
10074 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10075
10076 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10077 the old name config/mh-cygwin32.
10078 Enable texinfo.
10079
10080 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10081
10082 * configure.in: Do build ld for ix86 Solaris.
10083
10084 1999-02-02 Jim Wilson <wilson@cygnus.com>
10085
10086 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10087 $AR_FOR_TARGET. Likewise for RANLIB.
10088
10089 1999-02-02 Catherine Moore <clm@cygnus.com>
10090
10091 * config.sub (oabi): Recognize.
10092 * configure.in (arm-*-oabi): Handle.
10093
10094 1999-01-30 Robert Lipe (robertlipe@usa.net)
10095
10096 * config.guess: Improve detection of i686 on UnixWare 7.
10097
10098 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10099
10100 * config.guess: Add support for i386-pc-interix.
10101 * config.sub: Likewise.
10102 * configure.in: Likewise.
10103
10104 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10105
10106 * Makefile.in: Remove unneeded all-target-libio from
10107 from all-target-winsup target since it is now unneeded.
10108 Add all-target-libtermcap in its place since it is now
10109 needed.
10110
10111 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10112
10113 * configure.in: makefile stub for cygwin target is probably
10114 unnecessary. Remove it for now.
10115
10116 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10117
10118 * configure.in: libtermcap.a should be built when cygwin is the
10119 target as well as the host.
10120 * config.guess: Allow mixed case in cygwin uname output.
10121 * Makefile.in: Add libtermcap target.
10122
10123 1998-12-23 Jeffrey A Law (law@cygnus.com)
10124
10125 * config.sub: Clean up handling of hppa2.0.
10126
10127 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10128
10129 * config.guess: Use C code to identify more HP machines.
10130
10131 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10132
10133 * config.sub: Handle hppa2.0.
10134
10135 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10136
10137 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10138 cygmon for all sparclite targets, regardless of object format.
10139
10140 1998-12-15 Mark Salter <msalter@cygnus.com>
10141
10142 * configure.in: Added target-bsp for several target architectures.
10143
10144 * Makefile.in: Added rules for bsp.
10145
10146 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10147
10148 * config.guess: Improve detection of hppa2.0 processors.
10149
10150 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10151
10152 * config.guess: Recognize FreeBSD using ELF automatically.
10153
10154 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10155
10156 * configure (skip-this-dir): Add handling for new shell script, which
10157 might be created by a sub-directory's configure to indicate, this particular
10158 directory is "unwanted".
10159 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10160
10161 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10162
10163 * ltconfig: import from libtool, after changing libtool to
10164 account for the cygwin name change.
10165
10166 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10167
10168 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10169 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10170
10171 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10172
10173 * configure.in: Add libtermcap to list of cygwin dependencies.
10174
10175 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10176
10177 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10178 they include winsup/include when it's a cygwin target.
10179
10180 1998-11-12 Tom Tromey <tromey@cygnus.com>
10181
10182 * configure.in (host_tools): Added zip.
10183 * Makefile.in (all-target-libjava): Depend on all-zip.
10184 (all-zip): New target.
10185 (ALL_MODULES): Added all-zip.
10186 (NATIVE_CHECK_MODULES): Added check-zip.
10187 (INSTALL_MODULES): Added install-zip.
10188 (CLEAN_MODULES): Added clean-zip.
10189
10190 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10191
10192 * Makefile.in: lose "32" from comment about cygwin.
10193
10194 1998-11-05 Nick Clifton <nickc@cygnus.com>
10195
10196 * configure.in: Use -Os to build target libraries for the fr30.
10197
10198 1998-11-04 Dave Brolley <brolley@cygnus.com>
10199
10200 * config.sub: Add fr30.
10201
10202 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10203
10204 * configure.in: drop "32" from config/mh-cygwin32. Check
10205 cygwin* instead of cygwin32*.
10206 * config.sub: Check cygwin* instead of cygwin32*.
10207
10208 1998-10-22 Robert Lipe <robertl@dgii.com>
10209
10210 * config.guess: Match any version of Unixware7.
10211
10212 1998-10-20 Syd Polk <spolk@cygnus.com>
10213
10214 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10215 if desired.
10216
10217 1998-10-18 Jeffrey A Law (law@cygnus.com)
10218
10219 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10220 these if the appropriate directories and files to not exist.
10221
10222 1998-10-14 Jeffrey A Law (law@cygnus.com)
10223
10224 * Makefile.in (DEVO_SUPPORT): Add config.if.
10225
10226 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10227
10228 * configure: Add pattern to replace "build_tooldir"'s
10229 definition in the generated Makefile with "tooldir"'s
10230 actual value.
10231
10232 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10233
10234 * config.sub: Bring back lost sparcv9.
10235
10236 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10237
10238 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10239
10240 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10241 CC_FOR_TARGET and friends.
10242
10243 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10244
10245 * Makefile.in (build_tooldir): New variable, same as tooldir.
10246 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10247 -B$(build_tooldir)/bin/.
10248 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10249
10250 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10251
10252 * config.sub: Add support for i[34567]86-pc-udk.
10253 * configure.in: Likewise.
10254
10255 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10256
10257 * Makefile.in: add bzip2 package building bits for user
10258 tools module
10259 * configure.in: ditto
10260
10261 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10262
10263 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10264 (ALL_TARGET_MODULES): Add all-target-libobjc.
10265 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10266 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10267 (all-target-libchill): Add dependencies.
10268 * configure.in (target_libs): Add libchill.
10269
10270 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10271
10272 * configure.in (target_subdir): Remove duplicate line.
10273
10274 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10275
10276 * Makefile.in (all-automake): fix dependencies.
10277
10278 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10279
10280 * configure.in: Minor cleanups for building in the $(target_alias)
10281 subdir.
10282
10283 1998-09-22 Jim Wilson <wilson@cygnus.com>
10284
10285 * Makefile.in (bootstrap): Set r and s before make all. Use
10286 BASE_FLAGS_TO_PASS in make all.
10287 (cross): Likewise.
10288
10289 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10290
10291 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10292
10293 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10294
10295 * config.sub: Fix typo in last change.
10296
10297 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10298
10299 * config.sub: Add support for C4x target.
10300 * configure.in: Likewise.
10301
10302 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10303
10304 * config.sub: Recognize sparcv9 just like sparc64.
10305
10306 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10307
10308 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10309
10310 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10311
10312 * config.guess: Correctly identify Pentium II sco boxes.
10313
10314 * config.guess: Fix "tr" code. From Weiwen Liu.
10315
10316 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10317
10318 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10319 stabs.
10320
10321 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10322
10323 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10324 (ALL_TARGET_MODULES): Add all-target-libchill.
10325 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10326 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10327 (all-target-libchill): Add dependencies.
10328 * configure.in (target_libs): Add libchill.
10329
10330 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10331
10332 * config.guess: Avoid assumptions about "tr" behaves when
10333 LANG is set to something other than English.
10334
10335 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10336
10337 * configure (gxx_include_dir): Changed to
10338 '${prefix}/include/g++'-${libstdcxx_interface}.
10339
10340 * config.if: New to determine the interfaces.
10341
10342 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10343
10344 * config.guess: Detect and handle MPE/IX.
10345 * config.sub: Deal with MPE/IX.
10346
10347 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10348
10349 * configure.in: Use mh-aix43.
10350
10351 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10352
10353 * configure: Fix --without/--disable cases for gxx-include-dir.
10354
10355 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10356
10357 * mdata-sh: Imported. Needed for automake support.
10358
10359 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10360
10361 * Makefile.in (taz): Try "chmod -R og=u ." before
10362 "chmod og=u `find . -print`".
10363
10364 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10365
10366 * configure.in: Add arm-elf and thumb-elf support.
10367
10368 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10369
10370 * Makefile.in: Undo previous patch.
10371
10372 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10373
10374 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10375 to here ...
10376 (install-no-fixedincludes): and here
10377 (INSTALL_MODULES): ... from here.
10378
10379 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10380
10381 * config.sub: Merge with FSF.
10382
10383 * config.guess: Merge with FSF.
10384
10385 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10386
10387 * configure (extraconfigdirs): New variable.
10388 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10389 * Makefile.in (all): Move higher in file.
10390 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10391 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10392 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10393 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10394 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10395
10396 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10397
10398 * Makefile.in (all-target-libjava): Depend on all-gcc and
10399 all-target-newlib.
10400 (configure-target-libjava): Depend on $(ALL_GCC).
10401
10402 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10403
10404 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10405 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10406
10407 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10408
10409 * ylwrap: Change absolute path checks to check for DOS style path
10410 names.
10411
10412 * ylwrap: Don't use a full path name if the source file is in the
10413 same directory. From hjl@lucon.org (H.J. Lu).
10414
10415 * config-ml.in: Default to being verbose, to match Feb 18 change to
10416 configure.
10417
10418 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10419
10420 Brought over from egcs:
10421
10422 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10423
10424 * configure.in (target_subdir): Set to ${target_alias} instead
10425 of "libraries".
10426
10427 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10428
10429 * configure.in (target_subdir): Set to libraries if enable_multilib.
10430
10431 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10432
10433 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10434 multilibs, force reconfiguration the first time we create
10435 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10436
10437 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10438
10439 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10440 avoid confusion with --no-recursion.
10441
10442 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10443
10444 * configure.in: Win32 hosts shouldn't use install -x
10445 * install-sh: remove -x option, and special .exe-handling
10446 hack.
10447
10448 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10449
10450 * config.guess: Recognize i586-pc-beos.
10451 * configure.in: Don't build some bits for beos.
10452
10453 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10454
10455 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10456 CFLAGS default to -O2.
10457
10458 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10459 when using GNU ld.
10460
10461 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10462
10463 * ltmain.sh: Correct install when using a different shell.
10464
10465 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10466
10467 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10468
10469 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10470
10471 * makefile.vms: Update to build binutils/makefile.vms. Add install
10472 target.
10473
10474 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10475
10476 * ltconfig: Update to correct AIX handling.
10477
10478 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10479
10480 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10481
10482 * configure.in (target_subdir): Set to ${target_alias} instead
10483 of "libraries".
10484
10485 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10486
10487 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10488 (Makefile): Depend on $(gcc_version_trigger).
10489
10490 * configure (gcc_version): Change default initializer to empty
10491 string.
10492 (gcc_version_trigger): New variable; pass this variable down
10493 to subdir configures to enable them checking gcc's version
10494 themselves. Emit make macros for both gcc_version vars.
10495 (topsrcdir): Initialize reliably.
10496 (recursion line): Remove --with-gcc-version=${gcc_version}.
10497
10498 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10499
10500 * configure (enable_version_specific_runtime_libs): Implement new flag
10501 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10502 in $(libsubdir); emit definition in each generated Makefile.
10503 (gxx_include_dir): Initialize depending on
10504 $enable_version_specific_runtime_libs.
10505
10506 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10507
10508 * configure (gcc_version): Initialize properly depending on
10509 how and where configure is started.
10510 (recursion line): Pass a --with-gcc-version=${gcc_version}
10511 to configures in subdirs.
10512
10513 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10514
10515 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10516 cygmon
10517
10518 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10519
10520 * configure.in: Add cygmon and libstub support for mn10200.
10521
10522 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10523
10524 * configure (gcc_version): Add new variable describing the
10525 particular gcc version we're building.
10526 * Makefile.in (libsubdir): Add new macro for the directory
10527 in which the compiler finds executables, libraries, etc.
10528 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10529 and libsubdir.
10530
10531 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10532
10533 * Makefile.in (local-clean): Remove *.log.
10534 (warning.log): Built with warn_summary from build.log.
10535 (mail-report.log): Run test_summary.
10536 (mail-report-with-warnings.log): Run test_summary including
10537 warning.log in the report.
10538
10539 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10540
10541 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10542
10543 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10544
10545 * Makefile.in (grep): Grep no longer depends on libiberty.
10546
10547 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10548
10549 * Makefile.in: all-snavigator needs all-libgui.
10550
10551 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10552
10553 * configure.in: Add cygmon and libstub support for mn10300.
10554
10555 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10556
10557 * missing: Update to version from automake 1.3.
10558
10559 * ltmain.sh: On installation, don't get confused if the same name
10560 appears more than once in the list of library names.
10561
10562 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10563
10564 * config.sub: Accept m68060 and m5200 as CPU names.
10565
10566 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10567
10568 * configure: Use && rather than using -a in test, because odd
10569 strings can confuse test.
10570 * configure.in: Likewise.
10571
10572 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10573
10574 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10575
10576 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10577
10578 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10579 bootstrap4-lean): New targets.
10580
10581 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10582
10583 * mpw-* Delete. Not used.
10584
10585 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10586
10587 * COPYING.LIB: Update FSF address.
10588
10589 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10590
10591 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10592
10593 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10594 GAS_SUPPORT_DIRS.
10595
10596 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10597
10598 * ltconfig, ltmain.sh: Avoid producing a version number if
10599 -version-info was not used.
10600
10601 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10602
10603 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10604 building with newlib.
10605
10606 1998-04-30 Paul Eggert <eggert@twinsun.com>
10607
10608 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10609 Solaris `make' causes it to continue to next definition.
10610
10611 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10612
10613 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10614 the right GUI libraries and files are installed along with GDB.
10615
10616 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10617
10618 * configure.in: Change alpha to alpha* in several places.
10619
10620 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10621
10622 * config.sub: Recognize sparc86x.
10623
10624 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10625
10626 * configure.in (--enable-target-optspace): Remove debug echo.
10627
10628 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10629
10630 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10631
10632 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10633
10634 * ltconfig: Update cygwin32 support.
10635
10636 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10637 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10638 (GDB_SUPPORT_DIRS): Likewise.
10639
10640 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10641
10642 * configure.in (target_makefile_frag): If --enable-target-optspace,
10643 use -Os to compile target libraries rather than -O2. Default to
10644 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10645 not used.
10646 * configure.in (target_cflags): Ditto for d30v.
10647
10648 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10649
10650 * Makefile.in (all-bfd): Depend on all-intl.
10651 (all-binutils): Likewise.
10652 (all-gas): Likewise.
10653 (all-gprof): Likewise.
10654 (all-ld): Likewise.
10655
10656 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10657
10658 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10659
10660 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10661
10662 * Makefile.in (all-bfd): Depend upon all-libiberty.
10663
10664 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10665
10666 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10667
10668 * Makefile.in: Add libstub.
10669
10670 * configure.in: Ditto. Build libstub for targets that have cygmon
10671 support.
10672
10673 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10674
10675 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10676
10677 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10678
10679 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10680 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10681
10682 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10683
10684 * configure: Define DEFAULT_M4 by searching PATH.
10685 * Makfile.in: Use DEFAULT_M4.
10686
10687 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10688
10689 * ltconfig: Add cygwin32 support.
10690
10691 * Makefile.in, configure.in: Add libtool as a native only directory
10692 to configure and build.
10693
10694 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10695
10696 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10697
10698 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10699
10700 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10701
10702 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10703
10704 * Makefile.in: add ash make rules
10705 * configure.in: add ash to native_only and host_tools lists
10706
10707 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10708
10709 * Makefile.in (all-gettext, all-intl): New targets.
10710 (ALL_MODULES): Added all-gettext, all-intl.
10711 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10712 (INSTALL_MODULES): Added install-gettext, install-intl.
10713 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10714
10715 * configure.in (host_tools): Added gettext.
10716 (native_only): Likewise.
10717 (noconfigdirs) [various cases]: Likewise.
10718 (host_libs): Added intl.
10719
10720 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10721
10722 * configure: Do not disable building gdbtk for cygwin32 hosts.
10723
10724 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10725
10726 * configure.in: Add thumb-coff target.
10727 * config.sub: Add thumb-coff target.
10728
10729 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10730
10731 * Makefile.in: Revert yesterday's change.
10732 (all-target-winsup): all-target-librx stays out of here.
10733
10734 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10735
10736 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10737 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10738 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10739 Remove references to librx and libg++.
10740
10741 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10742
10743 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10744 recursive makes
10745
10746 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10747
10748 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10749 for newlib directory.
10750 (CXX_FOR_TARGET): Likewise.
10751
10752 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10753
10754 * ltconfig: Update after libtool/ltconfig.in change for
10755 hpux11.
10756
10757 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10758
10759 * ltconfig, ltmain.sh: Update to libtool 1.2.
10760
10761 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10762
10763 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10764 (install-gcc-cross): Instead, override LANGUAGES here.
10765
10766 1998-03-18 Dave Love <d.love@dl.ac.uk>
10767
10768 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10769 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10770
10771 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10772
10773 * configure.in: Add Thumb-pe target.
10774
10775 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10776
10777 * Makefile.in - changed sn targets to snavigator
10778 * configure.in - changed sn targets to snavigator
10779
10780 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10781
10782 * config-ml.in: After building symlink tree call make distclean
10783 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10784 to be the case for libiberty.
10785
10786 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10787
10788 * configure: When making link, also check the current
10789 directory. The configure scripts may create one.
10790
10791 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10792
10793 * config.sub: Accept alphapca56 and alphaev6 properly.
10794
10795 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10796
10797 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10798
10799 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10800
10801 * config.sub (sco5): Fix typo.
10802
10803 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10804
10805 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10806 install-itcl.
10807 (install-itcl): Remove dependency on install-tcl.
10808
10809 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10810
10811 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10812
10813 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10814
10815 * configure.in: Don't build libgui for a cygwin32 target when not on
10816 a cygwin32 host.
10817
10818 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10819
10820 * configure (redirect): Set to null, so default behavior of
10821 configure is now --verbose.
10822
10823 1998-02-16 Dave Love <d.love@dl.ac.uk>
10824
10825 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10826 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10827
10828 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10829
10830 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10831 this change to sync Makefile.in with its ChangeLog entries.
10832
10833 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10834
10835 * ltmain.sh (mkdir): Check that the directory doesn't exist
10836 before we exit with error, so that we don't get races during
10837 parallel builds.
10838
10839 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10840
10841 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10842
10843 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10844
10845 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10846 PICFLAG_FOR_TARGET.
10847 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10848
10849 * configure: Emit a definition for the new macro enable_shared
10850 into each Makefile.
10851
10852 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10853
10854 * configure.in (host_tools, native_only): Add libtool.
10855
10856 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10857
10858 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10859 Fix typo in ming config comment.
10860
10861 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10862
10863 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10864
10865 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10866
10867 * config.sub: Add tic30 cases, and map c30 to tic30.
10868
10869 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10870
10871 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10872 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10873 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10874 (CLEAN_TARGET_MODULES): Similarly
10875 (all-target-libf2c): Add dependences.
10876 * configure.in (target_libs): Add libf2c.
10877
10878 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10879
10880 * configure.in: Remove expect from noconfigdirs when target
10881 is cygwin32. OK to build expect and dejagnu with Canadian
10882 Cross.
10883
10884 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10885
10886 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10887 host.
10888
10889 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10890 and mingw32.
10891
10892 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10893
10894 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10895 here as it is not defined in the toplevel Makefile.
10896
10897 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10898
10899 * configure (package_makefile_rules_frag): New variable, which names
10900 a file with generic rules, ...
10901 Change comment to mention we now have FIVE parts.
10902 * configure: Undo last change.
10903
10904 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10905
10906 * config.guess: More accurate determination of HP processor types.
10907 * config.sub: More accurate determination of HP processor types.
10908
10909 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10910
10911 * configure (package_makefile_frag): Move inserting the
10912 ${package_makefile_frag} to where it should be according
10913 to the comment.
10914
10915 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10916
10917 * config.guess: Add support for Linux/ARM.
10918
10919 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10920
10921 * .cvsignore: Remove *-info and *-install since they match
10922 release-info and mpw-install, which we don't want to just ignore.
10923
10924 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10925
10926 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10927
10928 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10929
10930 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10931 local_prefix to sub-make invocations.
10932
10933 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10934
10935 * configure.in: Check makefile fragments in the source
10936 directory.
10937
10938 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10939
10940 * configure.in: Check whether host and target makefile
10941 fragments exist before adding them to *_makefile_frag.
10942
10943 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10944
10945 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10946
10947 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10948
10949 * configure.in: Make sure we only replace RPATH_ENVVAR on
10950 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10951 regexp to sed.
10952
10953 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10954 to sub-makes.
10955
10956 1998-01-13 Lee Iverson (leei@ai.sri.com)
10957
10958 * config-ml.in (multi-do): LDFLAGS must include multilib
10959 designator.
10960
10961 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10962
10963 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10964
10965 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10966
10967 * config.sub: Add mingw32 support.
10968 * configure.in: Likewise.
10969
10970 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10971
10972 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10973
10974 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10975
10976 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10977 * configure (gxx_include_dir): Provide a definition for subdirs
10978 which do not use autoconf.
10979
10980 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10981
10982 * config.guess: Sync with egcs. Picks up new alpha support,
10983 BeOS & some additional linux support.
10984
10985 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10986
10987 * config.guess: HP 9000/803 is a PA1.1 machine.
10988
10989 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10990
10991 * configure.in: It's alpha*-...
10992
10993 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10994
10995 * configure.in (host_makefile_frag, target_makefile_frag):
10996 Handle multiple config files.
10997 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10998 alpha-*-*.
10999
11000 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
11001
11002 * mkdep: New file.
11003
11004 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
11005
11006 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
11007
11008 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
11009
11010 * Makefile.in: Add libgui directory.
11011 (GDB_TK): Add all-libgui.
11012 * configure.in: Add libgui directory.
11013 * configure: Add all-libgui to GDB_TK.
11014
11015 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11016
11017 * config-ml.in (multidirs): Add m32r to multilib list.
11018
11019 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11020
11021 * Makefile.in (all-target-gperf): Change dependency to
11022 all-target-libstdc++.
11023
11024 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11025
11026 * config.guess: Add BeOS support.
11027
11028 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11029
11030 Source directory cvs renamed to cvssrc:
11031 * configure.in (host_tools): Change cvs to cvssrc.
11032 (native_only): Likewise.
11033 (noconfigdirs) [various cases]: Likewise.
11034 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11035 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11036 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11037 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11038 (all-cvssrc): Rename target from all-cvs.
11039
11040 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11041
11042 * configure (gxx_include_dir): Fix thinko.
11043
11044 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11045
11046 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11047 (install-cross, install-gcc-cross): New targets.
11048
11049 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11050
11051 * configure.in (noconfigdirs): Add support for Thumb target.
11052
11053 * config.sub (maybe_os): Add support for Thumb target.
11054
11055 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11056
11057 * Makefile.in: Add rules for cygmon.
11058
11059 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11060
11061 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11062
11063 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11064 * configure (gxx_include_dir): Provide a definition for subdirs
11065 which do not use autoconf.
11066
11067 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11068
11069 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11070 11/18/97 build
11071
11072 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11073
11074 * From Franz Sirl.
11075 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11076 found on RedHat Linux systems.
11077
11078 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11079
11080 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11081 guesses.
11082
11083 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11084
11085 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11086
11087 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11088
11089 * ltmain.sh: If mkdir fails, check whether the directory was created
11090 anyhow by some other process.
11091
11092 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11093
11094 * configure.in (d30v-*-*): Configure all directories.
11095
11096 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11097
11098 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11099 for the D30V.
11100
11101 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11102
11103 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11104
11105 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11106
11107 * include/libiberty.h: Add extern "C" { so it can be used with C++
11108 progrms.
11109 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11110 programs.
11111
11112 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11113
11114 * configure.in (d30v-*-*): Configure GCC now.
11115
11116 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11117
11118 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11119 is no longer needed.
11120
11121 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11122
11123 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11124
11125 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11126
11127 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11128 targets using "$@" to provide support for similar but not identical
11129 targets without having to duplicate code.
11130
11131 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11132
11133 * makefile.vms: Fix to work with DEC C.
11134
11135 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11136
11137 * config.sub: Add mips-tx39-elf to marketing names.
11138
11139 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11140
11141 * ltmain.sh: Handle symlinks in generated script.
11142
11143 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11144
11145 * configure: Handle autoconf style directory options: --bindir,
11146 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11147 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11148 --sysconfdir.
11149 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11150 (sharedstatedir, localstatedir, oldincludedir): New variables.
11151 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11152 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11153 sbindir, sharedstatedir, and sysconfdir.
11154
11155 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11156
11157 * Makefile.in (bootstrap-lean): New target.
11158
11159 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11160
11161 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11162 sn, and gnuserv from noconfigdirs.
11163
11164 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11165
11166 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11167
11168 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11169
11170 * Makefile.in (cross): New target.
11171
11172 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11173 Jeff Law <law@cygnus.com>
11174
11175 * Makefile.in (bootstrap2, bootstrap3): New targets.
11176 (all-bootstrap): Remove outdated and confusing target.
11177 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11178
11179 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11180
11181 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11182 windows. Consistent with gdb/configure.
11183
11184 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11185
11186 * configure.in: Name Linux target fragment.
11187
11188 * configure: Rewrite so that project Makefile fragment is inserted
11189 first and appears last in the resulting Makefile.
11190
11191 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11192
11193 * Makefile.in (install-itcl): Install tcl first.
11194
11195 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11196
11197 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11198
11199 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11200
11201 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11202
11203 * configure.in (skipdirs): Add target-librx for Linux.
11204 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11205
11206 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11207
11208 * Makefile.in (bootstrap): New target.
11209
11210 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11211
11212 * config.sub: Accept 'amigados' for backward compatability.
11213
11214 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11215
11216 * config.guess: Merge with FSF.
11217
11218 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11219
11220 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11221
11222 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11223
11224 * config.sub: Add "marketing-names" patch.
11225
11226 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11227
11228 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11229
11230 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11231
11232 * config.sub: Handle v850-elf.
11233
11234 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11235
11236 * .cvsignore (*-install): Remove.
11237
11238 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11239
11240 * ltconfig: Set CONFIG_SHELL in libtool.
11241 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11242
11243 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11244
11245 * configure.in (target_subdir): Set to libraries if enable_multilib.
11246
11247 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11248
11249 * config.guess: Update from gcc directory.
11250
11251 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11252
11253 * Makefile.in (all-sim): Depends on all-readline.
11254
11255 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11256
11257 * Makefile.in (BISON, YACC): Use $$s.
11258 (all-bison): Depend on all-texinfo.
11259
11260 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11261
11262 * Makefile.in (BISON): Add -L flag.
11263 (YACC): Likewise.
11264
11265 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11266
11267 * configure.in (noconfigdirs): Add support for v850e target.
11268
11269 * config.sub (maybe_os): Add support for v850e target.
11270
11271 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11272
11273 * configure.in (noconfigdirs): Add support for v850ea target.
11274
11275 * config.sub (maybe_os): Add support for v850ea target.
11276
11277 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11278
11279 * config.sub: Add mipstx39. Delete r3900.
11280
11281 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11282
11283 * Makefile.in (all-autoconf): Depends on all-texinfo.
11284
11285 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11286
11287 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11288 eabi targets.
11289
11290 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11291
11292 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11293
11294 * configure: When handling a Canadian Cross, handle YACC as well as
11295 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11296 * Makefile.in (all-bison): Depend upon all-texinfo.
11297
11298 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11299
11300 * Makefile.in (BISON): bison, not byacc or bison -y.
11301 (YACC): bison -y or byacc or yacc.
11302 (various): Add *-bison as appropriate.
11303 (taz): No need to mess with BISON anymore.
11304
11305 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * configure: If OSTYPE matches *win32*, try to find a good value for
11308 CONFIG_SHELL.
11309
11310 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11311
11312 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11313 configure.in if it is present.
11314
11315 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11316
11317 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11318
11319 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11320
11321 * config.sub: Recognize `arc' cpu.
11322 * configure.in: Likewise.
11323 * config-ml.in: Likewise.
11324
11325 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11326
11327 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11328
11329 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11330
11331 * configure: Changed sed delimiter from ':' to '|' when
11332 attempting to substitute ${config_shell} for SHELL. On
11333 NT ${config_shell} may contain a ':' in it.
11334
11335 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11336
11337 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11338
11339 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11340
11341 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11342
11343 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11344
11345 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11346
11347 * ylwrap: If the program is a relative path, force it to be
11348 absolute.
11349
11350 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11351
11352 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11353
11354 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11355
11356 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11357 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11358 for libraries.
11359
11360 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11361
11362 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11363 separated by spaces.
11364
11365 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11366
11367 * ylwrap: New file.
11368 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11369
11370 * ltmain.sh: Handle /bin/sh at start of install program.
11371
11372 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11373
11374 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11375 * missing: New file, from automake 1.2.
11376
11377 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11378
11379 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11380 check-tk to CHECK_X11_MODULES.
11381
11382 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11383
11384 * config.sub: Merge with FSF.
11385
11386 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11387
11388 * config.guess: Merge with FSF.
11389
11390 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11391
11392 * configure: Treat msdosdjgpp like go32.
11393 * configure.in: Likewise. Don't remove gprof for go32.
11394
11395 * configure: Change Makefile.tem2 to Makefile.tm2.
11396
11397 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11398
11399 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11400
11401 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11402
11403 * install-sh (chmodcmd): Set to null if the DST directory already
11404 exists. Same as Nov 11th change.
11405
11406 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11407
11408 * configure (GDB_TK): Needs itcl and tix.
11409
11410 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11411
11412 * config.guess: Update from FSF.
11413
11414 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11415
11416 * Makefile.in (GDB_TK): Depend on itcl and tix.
11417
11418 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11419
11420 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11421 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11422 (INSTALL_SCRIPT): New variable.
11423 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11424 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11425 to -x.
11426 * install-sh: Add support for -x option.
11427
11428 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11429
11430 * configure.in, Makefile.in: Treat tix like itcl.
11431
11432 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11433
11434 * Makefile.in (WINDRES): New variable.
11435 (WINDRES_FOR_TARGET): New variable.
11436 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11437 (EXTRA_HOST_FLAGS): Add WINDRES.
11438 (EXTRA_TARGET_FLAGS): Add WINDRES.
11439 (EXTRA_GCC_FLAGS): Add WINDRES.
11440 ($(DO_X)): Pass down WINDRES.
11441 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11442 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11443 DLLTOOL_FOR_TARGET.
11444
11445 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11446
11447 * configure.in: configure sim before gdb for win32-x-ppc
11448
11449 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11450
11451 Move gperf into the toplevel, from libg++.
11452 * configure.in (target_tools): Add target-gperf.
11453 (native_only): Add target-gperf.
11454 * Makefile.in (all-target-gperf): New target, depend on
11455 all-target-libg++.
11456 (configure-target-gperf): Empty rule.
11457 (ALL_TARGET_MODULES): Add all-target-gperf.
11458 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11459 (CHECK_TARGET_MODULES): Add check-target-gperf.
11460 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11461 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11462
11463 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11464
11465 * config.sub (mn10200): Recognize new basic machine.
11466
11467 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11468
11469 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11470 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11471
11472 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11473
11474 * configure.in: If we're building mips-sgi-irix6* native, turn on
11475 ENABLE_MULTILIB and set TARGET_SUBDIR.
11476
11477 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11478
11479 * Makefile.in (all-sn): Depend on all-grep.
11480
11481 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11482
11483 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11484
11485 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11486 Makefile. From Jeff Makey <jeff@cts.com>.
11487 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11488
11489 * Makefile.in (DISTBISONFILES): Remove.
11490 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11491 $(DEFAULT_YACC).
11492
11493 * configure.in: Build itl, db, sn, etc., when building for native
11494 cygwin32.
11495
11496 * Makefile.in (LD): New variable.
11497 (EXTRA_HOST_FLAGS): Pass down LD.
11498 ($(DO_X)): Likewise.
11499
11500 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11501
11502 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11503
11504 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11505
11506 * configure.in (targargs): Strip out any supplied --build argument
11507 before adding our own. Always add --build.
11508
11509 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11510
11511 * configure.in (targargs): Pass --build if we're doing
11512 a cross-compile.
11513
11514 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11515
11516 * configure: Use '|' instead of ":" as the separator in
11517 sed. Otherwise sed chokes on NT path names with drive
11518 designators. Also look for "?:*" as the leading characters in an
11519 absolute pathname.
11520
11521 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11522
11523 * config.sub: Support for r3900.
11524
11525 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11526
11527 * configure.in: Use install-sh, not install.sh.
11528
11529 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11530
11531 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11532 apply it twice.
11533
11534 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11535
11536 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11537 install-binutils.
11538
11539 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11540
11541 * Makefile.in: Add automake targets.
11542 * configure.in (host_tools): Add automake.
11543
11544 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11545
11546 * configure: Default CXX to c++, not gcc.
11547 * Makefile.in (CXX): Set to c++, not gcc.
11548 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11549
11550 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11551
11552 * install-sh: try appending a .exe if source file doesn't
11553 exist
11554
11555 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11556
11557 * configure.in: Turn on multilib by default.
11558 (cross_only): Remove target-libiberty.
11559
11560 * Makefile.in (all-gcc): Don't depend on libiberty.
11561
11562 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11563
11564 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11565
11566 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11567
11568 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11569 (DISTBISONFILES): Add ld/Makefile.in
11570
11571 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11572
11573 * configure.in: if target is cygwin32 but host isn't cygwin32,
11574 don't configure gdb tcl tk expect, not just gdb.
11575
11576 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11577
11578 * configure.in: Added gnuserv everywhere sn appears.
11579
11580 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11581 (CROSS_CHECK_MODULES): Added check-gnuserv.
11582 (INSTALL_MODULES): Added install-gnuserv.
11583 (CLEAN_MODULES): Added clean-gnuserv.
11584 (all-gnuserv): New target.
11585
11586 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11587
11588 * config.guess: Fixes for MIPS OpenBSD systems.
11589
11590 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11591
11592 * Makefile.in (INSTALL_XFORM): Remove.
11593 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11594
11595 * mkinstalldirs: New file, copied from automake.
11596 * Makefile.in (installdirs): Rename from install-dirs. Use
11597 mkinstalldirs. Change all users.
11598 (DEVO_SUPPORT): Add mkinstalldirs.
11599
11600 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11601
11602 * install-sh: Rename from install.sh.
11603 * Makefile.in (INSTALL): Change install.sh to install-sh.
11604 (DEVO_SUPPORT): Likewise.
11605
11606 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11607 Graichen <graichen@rzpd.de>.
11608
11609 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11610
11611 * config.guess: Recognize OpenBSD systems correctly.
11612
11613 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11614
11615 * README, Makefile.in (ETC_SUPPORT): Remove references to
11616 cfg-paper*, configure.{texi,man,info*}._
11617
11618 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11619
11620 * Makefile.in (all.normal): Ensure that gcc is built after all
11621 the x11 - ie gdb - targets.
11622
11623 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11624
11625 * makefile.vms: Don't run conf-a-gas.
11626
11627 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11628
11629 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11630
11631 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11632
11633 * configure.in: Remove noconfigdirs case since gdb also
11634 configures and builds for tic80-coff.
11635
11636 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11637
11638 * configure: Set cache_file to config.cache.
11639 * Makefile.in (local-distclean): Remove config.cache.
11640
11641 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11642
11643 * COPYING: Update FSF address.
11644
11645 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11646
11647 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11648 noconfigdirs.
11649
11650 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11651
11652 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11653 MAKEDIRS, is empty.
11654
11655 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11656
11657 * config.sub: Tweak mn10300 entry.
11658
11659 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11660
11661 * configure.in (host_tools): Put sim before gdb, so gdb's
11662 configure.tgt can determine if the simulator was configured.
11663
11664 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11665
11666 * config.sub: Move BeOS $os case to be with other Cygnus
11667 local cases.
11668
11669 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11670
11671 * config.sub: Remove misplaced comment that broke Linux.
11672
11673 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11674
11675 * config.sub: Add BeOS support.
11676
11677 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11678
11679 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11680
11681 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11682
11683 * configure.in (noconfigdirs): Remove tcl and tk from
11684 noconfigdirs for cygwin32 builds.
11685
11686 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11687
11688 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11689
11690 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11691
11692 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11693 make-all.com, use makefile.vms instead.
11694
11695 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11696
11697 * config.sub: Accept -lnews*.
11698
11699 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11700
11701 * configure.in (noconfigdirs): Disable target-newlib,
11702 target-examples and target-libiberty for d30v.
11703
11704 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11705
11706 * configure.in (noconfigdirs): Enable ld for d30v.
11707
11708 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11709
11710 * configure.in (tic80-*-*): Build compiler.
11711
11712 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11713
11714 * configure.in (d30v-*): Remove sim directory from list of
11715 unsupported d30v directories
11716
11717 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11718
11719 * config.sub, configure.in: Add d30v target cpu.
11720
11721 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11722
11723 * makefile.vms: New file.
11724 * make-all.com: Remove.
11725
11726 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11727
11728 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11729
11730 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11731
11732 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11733
11734 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11735
11736 * Makefile.in (ALL_MODULES): Added all-db.
11737 (CROSS_CHECK_MODULES): Addec check-db.
11738 (INSTALL_MODULES): Added install-db.
11739 (CLEAN_MODULES): Added clean-db.
11740
11741 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11742
11743 * config.guess: Merge with latest FSF sources.
11744
11745 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11746
11747 * Makefile.in (ALL_MODULES): Added all-itcl.
11748 (CROSS_CHECK_MODULES): Added check-itcl.
11749 (INSTALL_MODULES): Added install-itcl.
11750 (CLEAN_MODULES): Added clean-itcl.
11751
11752 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11753
11754 * configure.in: build gdb for mn10200
11755
11756 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11757
11758 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11759
11760 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11761
11762 * configure.in (tic80-*-*): Turn off most targets right now.
11763
11764 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11765
11766 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11767 rather than the makeinfo program.
11768 (do-info): Depend upon all-texinfo.
11769
11770 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11771
11772 * configure.in: Remove uses of config/mh-linux.
11773
11774 * config.sub, config.guess: Merge with latest FSF sources.
11775
11776 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11777
11778 * config.sub (case $basic_machine): Add tic80 entries.
11779
11780 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11781
11782 * config.sub, config.guess: Merge with latest FSF sources.
11783
11784 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11785
11786 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11787 * mpw-config.in: Test for NewFolderRecursive.
11788 * mpw-install: Use symbolic name for startup filename.
11789 * mpw-README: Add various additional details.
11790
11791 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11792
11793 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11794
11795 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11796
11797 * configure.in: Do build gcc and the target libraries for
11798 the mn10200.
11799
11800 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11801
11802 * configure.in: don't avoid building gdb for mn10300 any more
11803 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11804 instead of single-quoting it.
11805
11806 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11807
11808 * configure.in: Don't use --with-stabs on IRIX 6.
11809
11810 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11811
11812 * configure.in (m32r): Build gdb, libg++ now.
11813
11814 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11815
11816 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11817 directories from noconfigdirs.
11818
11819 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11820
11821 * config.sub (basic_machine): added mips16 configuration
11822
11823 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11824
11825 * config.sub: Handle d10v-unknown.
11826
11827 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11828
11829 * config.sub: Handle v850-unknown.
11830
11831 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11832
11833 * Makefile.in: add findutils
11834 * configure.in: add findutils to list of host_tools
11835
11836 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11837
11838 * config.sub: Handle mn10200 and mn10300.
11839
11840 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11841
11842 * configure.in (d10v-*): Do not build librx.
11843
11844 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11845
11846 * configure.in (mn10300): Build everything except gdb & libgloss.
11847
11848 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11849
11850 * config.guess: Patch for Dansk Data Elektronik servers,
11851 from Niels Skou Olsen <nso@dde.dk>.
11852
11853 For ncr, use /bin/uname rather than uname, since GNU uname does not
11854 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11855
11856 Patch for MIPS R4000 running System V,
11857 from Eric S. Raymond <esr@snark.thyrsus.com>.
11858
11859 Fix thinko for nextstep.
11860
11861 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11862
11863 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11864 * config.guess: Guess mips-dec-mach_bsd4.3.
11865
11866 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11867 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11868 release numbers.
11869 * config.guess (mips-mips-riscos*): Emit just enough of the
11870 release number.
11871
11872 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11873 * config.guess (sparc-auspex-sunos*): Added.
11874 (f300-fujitsu-*): Added.
11875
11876 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11877 * config.guess: Recognize a Tadpole as a sparc.
11878
11879 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11880
11881 * config.guess: Don't assume that NextStep version is either 2 or
11882 3. NextStep 4 (aka OpenStep 4) has come out now.
11883
11884 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11885
11886 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11887 From Rik Faith <faith@cs.unc.edu>.
11888
11889 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11890
11891 * config.sub: Contributions from bug-gnu-utils to:
11892 Support plain "hppa" (no version given) architecture, reported by
11893 OpenStep.
11894 OpenBSD like NetBSD.
11895 LynxOs is not a hardware supplier.
11896
11897 * config.guess: Contributions from bug-gnu-utils to add support for:
11898 OpenBSD like NetBSD.
11899 Stratus systems.
11900 More Pyramid systems.
11901 i[n>4]86 Intel chips.
11902 M680[n>4]0 Motorola chips.
11903 Use unknown instead of lynx for hardware manufacturer.
11904
11905 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11906
11907 * install.sh (chmodcmd): Set to null if the DST directory already
11908 exists.
11909
11910 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11911
11912 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11913 not use mt-ppc target Makefile fragment any more.
11914
11915 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11916
11917 * configure.in (*-*-windows): Exclude everything but those dirs
11918 needed to build windows.
11919
11920 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11921
11922 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11923
11924 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11925
11926 * configure.in: Exclude mmalloc from i386-windows.
11927
11928 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11929
11930 * Undo my previous change.
11931
11932 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11933
11934 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11935 unconditionally.
11936 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11937
11938 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11939
11940 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11941 host to add it's own flags.
11942
11943 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11944
11945 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11946
11947 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11948
11949 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11950 (CXX_FOR_TARGET): Likewise.
11951 (GCC_FOR_TARGET): Define.
11952 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11953 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11954 CC_FOR_TARGET was specified on the command line.
11955 (MAKEOVERRIDES): Don't define.
11956
11957 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11958
11959 * configure.in (m32r): Fix spelling of libg++ libs.
11960
11961 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11962
11963 * config.sub (-apple*): Remove, now redundant.
11964
11965 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11966
11967 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11968
11969 * configure: Rework yesterday's sed script patch.
11970
11971 * config.sub: Merge with FSF.
11972
11973 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11974
11975 * config.guess: Merge from FSF.
11976
11977 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11978 * config.guess: Use pc instead of unknown, for pc clone systems.
11979 Change linux to linux-gnu.
11980
11981 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11982 * config.guess: Avoid non-portable tr syntax.
11983
11984 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11985
11986 * test-build.mk (HOLES): Add "xargs" for gdb.
11987
11988 * configure: Avoid hpux10.20 sed bug.
11989
11990 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11991
11992 * configure.in: Add support for windows host
11993 (that is a build done under the Microsoft build environment).
11994
11995 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11996
11997 * Makefile.in: Replace all uses of srcroot with s, to shrink
11998 command line lengths.
11999
12000 Patches from Geoffrey Noer <noer@cygnus.com>:
12001 * configure.in: If configuring for newlib, pass --with-newlib to
12002 subdirectories.
12003 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
12004 -Bnewlib/ and -Lwinsup to gcc.
12005 (CXX_FOR_TARGET): Likewise.
12006
12007 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
12008
12009 * Makefile.in (ETC_SUPPORT): Add configure.
12010
12011 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12012
12013 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12014 host configuration file.
12015
12016 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12017
12018 * configure.in: Break mn10x00 support into separate
12019 mn10200 and mn10300 configurations.
12020 * config.sub: Likewise.
12021
12022 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12023
12024 * configure.in: Add lots of stuff to noconfigdirs for
12025 the mn10x00 targets.
12026
12027 * config.sub, configure.in: Add mn10x00 support.
12028
12029 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12030
12031 * make-all.com: Call conf-a-gas, not config-a-gas.
12032
12033 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12034
12035 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12036 targets.
12037
12038 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12039
12040 * mpw-README: Add much more detail for native PowerMac.
12041 * mpw-install: New file.
12042 * mpw-configure: Add --norecursion and --help options.
12043 * mpw-config.in: Translate readme and install files when
12044 copying to objdir.
12045 * mpw-build.in: Don't always depend on byacc and flex.
12046 (install-only-top): New action.
12047
12048 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12049
12050 * configure.in: You can now configure GDB for the v850.
12051
12052 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12053
12054 * configure.in (noconfigdirs): Don't configure any C++ dirs
12055 if targeting D10V.
12056
12057 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12058
12059 * config.sub: Recognize mips64vr5000.
12060
12061 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12062
12063 * configure.in: Use a single line for host_tools and native_only.
12064
12065 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12066
12067 * config.sub, configure.in: Add entries for m32r.
12068
12069 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12070
12071 * Makefile.in (inet-install): Don't run install-gzip.
12072
12073 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12074
12075 * configure.in: Don't config lots of things for *-*-windows*.
12076
12077 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12078
12079 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12080 (host_libs, host_tools): Copy from configure.in.
12081 * mpw-configure: Don't complain about directories not found.
12082
12083 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12084
12085 * configure.in (i[345]86): Recognize i686 for pentium pro.
12086 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12087 file.
12088
12089 * config.guess (i[345]86): Ditto.
12090
12091 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12092
12093 * configure.in (noconfigdirs): Removed gdb for D10V.
12094
12095 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12096
12097 * configure.in: Remove ld, target-libio, target-libg++, and
12098 target-libstdc++ from noconfigdirs.
12099
12100 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12101
12102 * configure: Fix three locations where shell scripts were
12103 being run directly rather than with config_shell.
12104
12105 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12106
12107 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12108 * config.sub (basic_machine): Recognize v850.
12109
12110 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12111
12112 * mpw-configure: Handle multiple enable/disable options and
12113 pass them down recursively, handle -c and -s flags appropriately
12114 depending on choice of compiler, add escape mechanism for
12115 quoted arguments to gC.
12116
12117 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12118
12119 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12120 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12121 so that -mrelocatable-lib and -mno-eabi are used.
12122
12123 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12124 not support --print-multi-lib, don't abort.
12125
12126 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12127
12128 * make-all.com: Run config-a-gas.
12129 * setup.com: Don't copy subdirectory files around.
12130
12131 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12132
12133 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12134 target, it now compiles correctly.
12135
12136 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12137
12138 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12139
12140 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12141
12142 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12143
12144 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12145
12146 * configure.in (native_only): Add prms.
12147
12148 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12149
12150 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12151 (BINUTILS_SUPPORT_DIRS): Likewise.
12152
12153 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12154
12155 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12156 d10v support is added.
12157
12158 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12159
12160 * configure.in (d10v-*-*): New target.
12161
12162 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12163
12164 * config.guess (HP 9000/811): Recognize this as a PA1.1
12165 machine.
12166
12167 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12168
12169 * Makefile.in (do-tar-gz): New target, split out from tail end of
12170 taz target. Run each command separately, don't use pipes.
12171 (taz): Use it.
12172
12173 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12174
12175 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12176 * mpw-build.in: No builds should depend on building byacc or flex,
12177 they are assumed to be installed already.
12178
12179 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12180
12181 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12182 variable that CC_FOR_TARGET needs.
12183
12184 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12185
12186 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12187 options have changed since the last time the subdirectory was
12188 configured, and if it has, reconfigure.
12189 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12190 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12191
12192 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12193
12194 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12195 CLEAN_MODULES): Add bash.
12196 (all-bash): New target.
12197
12198 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12199
12200 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12201
12202 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12203
12204 * config.sub (basic_machine): Recognize d10v as a valid processor.
12205
12206 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12207
12208 * mpw-configure: Add support for --bindir.
12209 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12210
12211 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12212
12213 * configure.in: add bash, time, gawk to list of hosttools and things
12214 to only build for native toolchains
12215
12216 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12217
12218 * Makefile.in (docdir): Remove.
12219
12220 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12221
12222 * Makefile.in (datadir): Set to $(prefix)/share.
12223
12224 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12225
12226 * configure.in: build diff and patch for cygwin32-hosted
12227 toolchains.
12228
12229 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12230
12231 * config.sub: Accept -rtems*.
12232
12233 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12234
12235 * configure.in: enable dosrel for cygwin32-hosted builds,
12236 remove diff from the list of things not buildable
12237 via Canadian Cross
12238
12239 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12240
12241 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12242 don't get ". ".
12243
12244 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12245
12246 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12247
12248 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12249
12250 * Makefile.in (taz): Handle case where tex3patch didn't even get
12251 checked out. Also, if it was found, put the symlink in a new util
12252 subdirectory.
12253
12254 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12255
12256 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12257
12258 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12259
12260 * config.sub: Recognize -openvms.
12261 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12262 * make-all.com, setup.com: New files.
12263
12264 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12265
12266 * Makefile.in (taz): tex3patch moved to texinfo/util.
12267
12268 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12269
12270 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12271 * configure.in: remove make from disable-if-Can-Cross list
12272 enable gdb if ${host} and ${target} are cygwin32
12273
12274 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12275
12276 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12277 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12278
12279 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12280
12281 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12282 distinguish sysv/svr4/bsd variants.
12283 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12284
12285 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12286
12287 * configure.in: Added copyright notice.
12288 * move-if-change: Added copyright notice.
12289
12290 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12291
12292 * configure.in (powerpcle-*-solaris*): Until we get shared
12293 libraries working, don't build gdb, sim, make, tcl, tk, or
12294 expect.
12295
12296 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12297
12298 * config.guess: Merge with FSF:
12299
12300 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12301 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12302
12303 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12304 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12305
12306 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12307 * config.guess: Combine two OSF1 rules.
12308 Also recognize field test versions. From mjr@zk3.dec.com.
12309 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12310 because GNU uname does not support -p. From pmr@pajato.com.
12311
12312 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12313
12314 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12315
12316 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12317
12318 * mpw-README: Document GCCIncludes.
12319
12320 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12321
12322 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12323
12324 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12325
12326 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12327
12328 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12329
12330 * configure.in (*-*-cygwin32): Configure make.
12331
12332 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12333
12334 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12335
12336 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12337
12338 * Makefile.in (all-inet): Depend on all-perl.
12339
12340 * Makefile.in (inet-install): New target.
12341
12342 * Makefile.in (all-inet): Depend on all-tcl.
12343 (all-inet): Depend on all-send-pr.
12344
12345 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12346
12347 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12348 temporarily.
12349
12350 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * configure.in: Don't configure --with-gnu-ld on AIX.
12353
12354 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12355
12356 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12357
12358 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12359
12360 * Makefile.in (ALL_MODULES): Added all-inet.
12361 (CROSS_CHECK_MODULES): Added check-inet.
12362 (INSTALL_MODULES): Added install-inet.
12363 (CLEAN_MODULES): Added clean-inet.
12364 (all-indent): New target.
12365
12366 * configure.in (host_tools): Added inet.
12367 (native_only): Added inet.
12368 (noconfigdirs): Added inet.
12369
12370 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12371
12372 * configure.in: Don't configure libgloss if we are not configuring
12373 newlib.
12374
12375 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12376
12377 * configure.in: Don't configure libgloss for unsupported
12378 architectures.
12379
12380 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12381
12382 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12383
12384 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12385
12386 * Makefile.in (ALL_MODULES): Include all-apache.
12387 (CROSS_CHECK_MODULES): Include check-apache.
12388 (INSTALL_MODULES): Include install-apache.
12389 (all-apache): New target.
12390
12391 * configure.in: Added apache everywhere perl is seen.
12392
12393 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12394
12395 * Makefile.in: Add support for clean-{module} and
12396 clean-target-{module} rules.
12397
12398 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12399
12400 * configure.in (*-*-ose) do not build libgloss.
12401
12402 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12403
12404 * config.guess (prep*:SunOS:5.*:*): Turn into
12405 powerpele-unknown-solaris2.
12406
12407 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12408
12409 * configure.in: Permit --enable-shared to specify a list of
12410 directories.
12411
12412 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12413
12414 * configure.in (host==solaris): Pass only the first word of $CC
12415 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12416
12417 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12418
12419 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12420
12421 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12422
12423 * Makefile.in (ALL_MODULES): Include all-perl.
12424 (CROSS_CHECK_MODULES): Include check-perl.
12425 (INSTALL_MODULES): Include install-perl.
12426 (ALL_X11_MODULES): Include all-guile.
12427 (CHECK_X11_MODULES): Include check-guile.
12428 (INSTALL_X11_MODULES): Include install-guile.
12429 (all-perl): New target.
12430 (all-guile): New target.
12431
12432 * configure.in (host_tools): Include perl and guile.
12433 (native_only): Include perl and guile.
12434 (noconfigdirs): Don't build guile and perl; no ports have been
12435 done.
12436
12437 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12438
12439 * configure (--enable-*): Handle quoted option lists such as
12440 --enable-sim-cflags='-g0 -O' better.
12441
12442 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12443
12444 * Makefile.in ({,inst}all-target): New rule so we can make and
12445 install all of the target directories easily.
12446
12447 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12448
12449 * configure.in: Add missing global flag in sed substitution when
12450 deleting `target-' from ${configdirs}.
12451
12452 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12453
12454 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12455 option.
12456
12457 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12458 config/mh-necv4.
12459
12460 * install.sh: Correct misspelling of transformbasename.
12461
12462 * config.guess: Recognize mips-*-sysv*.
12463
12464 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12465
12466 * config.sub: Recognize mon960.
12467
12468 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12469
12470 * configure: Restore Canadian Cross handling of BISON and LEX,
12471 removed in Feb 20 change.
12472
12473 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12474
12475 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12476 Mention make install. Remove the old copyright date as well the
12477 clumsy and rather pointless copyright on the README file.
12478
12479 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12480
12481 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12482 Makefile after running symlink-tree, then run `make distclean' to
12483 avoid clobbering any generated files in srcdir.
12484
12485 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12486
12487 * configure.in (m68k-*-netbsd*): Build everything now.
12488
12489 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12490
12491 * Makefile.in (taz): Fix quoting.
12492
12493 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12494
12495 * configure.in (sparclet-*-*): Build everything now.
12496
12497 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12498
12499 * configure.in (m68k-*-linux*): New host.
12500
12501 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * configure: Check for bison before byacc.
12504
12505 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12506
12507 * Makefile.in configure: Change the way LEX and BISON/YACC are
12508 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12509 searching PATH. These are used as fallbacks by Makefile.in if
12510 flex/bison/byacc aren't in objdir.
12511
12512 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12513
12514 * Makefile.in: Make everything which depends upon all-bfd also
12515 depend upon all-opcodes, in case --with-commonbfdlib is used.
12516
12517 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12518
12519 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12520 building NT native compilers on Unix.
12521
12522 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12523
12524 * configure.in: Don't get CC from the host Makefile fragment if we
12525 can find gcc in PATH, or if this is a Canadian Cross. Move the
12526 Solaris test for /usr/ucb/cc to the post target script, just after
12527 the compiler sanity test.
12528
12529 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12530
12531 * config.sub: Merge with FSF.
12532
12533 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12534
12535 * Makefile.in (RPATH_ENVVAR): New variable.
12536 (REALLY_SET_LIB_PATH): Use it.
12537 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12538
12539 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12540
12541 * config.sub, configure.in: Recognize sparclet cpu.
12542
12543 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12544
12545 * config.guess: Support m68k-cbm-sysv4.
12546
12547 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12548
12549 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12550 m68k-unknown-linuxaout from linker help string. Put quotes around
12551 $ld_help_string.
12552
12553 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12554
12555 * config.guess (powerpc-harris-powerunix): Add guess for port
12556 to new target.
12557
12558 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12559
12560 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12561
12562 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12563
12564 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12565 $(REALLY_SET_LIB_PATH) in Makefile.
12566 * Makefile.in (SET_LIB_PATH): New variable.
12567 (REALLY_SET_LIB_PATH): New variable.
12568 ($(DO_X)): Use $(SET_LIB_PATH).
12569 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12570 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12571 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12572 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12573 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12574 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12575 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12576 (install-dosrel): Likewise.
12577 (all-opcodes): Depend upon all-libiberty.
12578
12579 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12580
12581 * config.guess (*:CYGWIN*): New
12582
12583 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12584
12585 * Makefile.in (all-target-winsup): All all-target-libiberty.
12586
12587 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12588
12589 * configure.in (noconfigdirs): Add missing # in front of comment.
12590
12591 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12592
12593 * configure.in: add second pass to things added to noconfigdirs
12594 so *-gm-magic can exclude libgloss properly.
12595
12596 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12597
12598 * mpw-configure (extralibs_name, rez_name): Set correctly
12599 for MWC68K compiler.
12600
12601 * mpw-README: Add more info on the necessary build tools.
12602
12603 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12604
12605 * configure.in, config.sub: Recognize cygwin32.
12606
12607 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12608
12609 * config.guess, config.sub: Recognize A/UX.
12610
12611 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12612
12613 * config.sub: Merge with gcc/config.sub.
12614
12615 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12616
12617 * mpw-build.in (do-binutils): Add build of stamps.
12618
12619 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12620
12621 * config.sub: Add recognition for mips64vr4100*-* targets.
12622
12623 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12624
12625 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12626 Add creation of gconfigargs with `--enable-shared' turned on.
12627 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12628 ($(host)-stamp-stage3-configured): Likewise.
12629 (HOLES): Add chatr and ldd.
12630 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12631
12632 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12633
12634 * configure: Pass --nfp to recursive configures.
12635
12636 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12637
12638 * Makefile.in (DLLTOOL): New.
12639 (DLLTOOL_FOR_TARGET): New.
12640 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12641 (EXTRA_TARGET_FLAGS): Ditto.
12642 (EXTRA_GCC_FLAGS): Ditto.
12643 (CONFIGURE_TARGET_MODULES): Ditto.
12644 (DO_X): Ditto.
12645 * configure: Add DLLTOOL.
12646
12647 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12648
12649 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12650 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12651 mh-sco, since old workarounds no longer needed, and don't
12652 build ld, since libraries have weak symbols in COFF.
12653
12654 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12655
12656 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12657
12658 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12659
12660 * configure.in: Make sure that ${CC} can be used to compile an
12661 executable.
12662
12663 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12664
12665 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12666 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12667 nothing depending on whether gdbtk is being built.
12668
12669 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12670
12671 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12672
12673 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12674
12675 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12676 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12677
12678 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12679
12680 * config-ml.in: Add support for
12681 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12682 Simplify setting of multidirs from --disable-foo.
12683
12684 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12685
12686 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12687 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12688 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12689 non-empty, pass them on to the GCC make.
12690 (all-bootstrap): New rule that is like all-gcc, except it executes
12691 the GCC bootstrap rule instead of the GCC all rule.
12692
12693 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12694
12695 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12696
12697 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12698
12699 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12700 DG/UX support.
12701
12702 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12703
12704 * config.sub (i*86*) Change [345] to [3456]
12705
12706 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12707
12708 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12709 --with-gnu-ld=no.
12710
12711 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12712
12713 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12714 AIX multilibs get built.
12715
12716 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12717
12718 * configure.in (i386-win32): Don't build expect if we're not
12719 building the tcl subdir.
12720
12721 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12722
12723 * Makefile.in: (configure-target-examples, all-target-examples):
12724 New targets, configure and build example programs.
12725
12726 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12727
12728 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12729 use it as input to sedit the generated MPW makefile.
12730 * mpw-README: Add a suggestion about Gestalt.h.
12731
12732 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12733
12734 * config.sub: Accept *-*-ieee*.
12735
12736 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12737
12738 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12739 Ronald F. Guilmette <rfg@monkeys.com>.
12740
12741 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12742
12743 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12744 for powerpc-pe native.
12745 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12746 (target==powerpc-pe): duplicate i386-win32 entry.
12747
12748 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12749
12750 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12751 of vxworks, not just vxworks5.1.
12752
12753 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12754
12755 * mpw-configure: Add support for exec-prefix.
12756
12757 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12758
12759 * config.guess: Recognize HP model 816 machines as having
12760 a PA1.1 processor.
12761
12762 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12763
12764 * configure: Ignore new autoconf configure options.
12765
12766 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12767
12768 * config.guess: Recognize Pentium under SCO.
12769 From Robert Lipe <robertl@arnet.com>.
12770
12771 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12772
12773 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12774
12775 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12776
12777 * configure.in: Don't configure gas for alpha-dec-osf*.
12778
12779 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12780
12781 * configure.in: Default to --with-stabs for some targets for which
12782 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12783 i[345]86*-*-unixware*.
12784
12785 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12786
12787 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12788 rather than basing it on the target. Simplify handling of options
12789 controlling which directories to configure. Remove extraneous
12790 slash in multi-clean target.
12791
12792 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12793
12794 * config-ml.in: Prefix more variables with ml_ so they don't collide
12795 with configure's.
12796
12797 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12798
12799 * configure: Don't turn -v into --v.
12800
12801 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12802
12803 * configure.in (targargs): Fix typo.
12804
12805 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12806
12807 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12808
12809 * configure.in: Strip --host and --target options from
12810 CONFIG_ARGUMENTS, and always configure for --host only. Add
12811 --with-cross-host option when building with a cross-compiler.
12812 * configure: Canonicalize the arguments put into config.status by
12813 always using `=' for an option with an argument. Pass a presumed
12814 --host or --target explicitly.
12815
12816 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12817
12818 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12819 into general OS recognition case.
12820
12821 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12822
12823 * configure.in (target_configdirs): add target-winsup only
12824 for win32 target systems.
12825
12826 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12827
12828 * Makefile.in (all-target-libgloss): Depend upon
12829 configure-target-newlib, since when libgloss is built it looks to
12830 see if the newlib directory exists.
12831
12832 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12833
12834 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12835 cfg-ml-*.in.
12836
12837 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12838
12839 * configure: Handle LD and LD_FOR_TARGET when configuring a
12840 Canadian Cross.
12841
12842 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12843
12844 * configure.in (target_libs): add target-winsup.
12845 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12846 (target==ppcle-pe): remove ld from $noconfigdirs.
12847
12848 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12849
12850 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12851 Preserve relative path names in $srcdir. Build symlink tree if
12852 configuring cross target dir and srcdir=. (= no VPATH support).
12853 (configure-target-libg++): Depend on configure-target-librx.
12854 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12855 * config-ml.in: New file.
12856 * symlink-tree: New file.
12857 * configure: Ensure srcdir="." if that's what it is.
12858
12859 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12860
12861 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12862 includes and FLEX_SKELETON setting.
12863 * mpw-configure (--with-gnu-ld): New option, controls whether
12864 to use PPCLink or ld with PowerMac GCC.
12865 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12866 * mpw-config.in: Configure grez if targeting Mac.
12867
12868 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12869 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12870 just macos.
12871 * configure.in: Configure grez resource compiler if targeting Mac.
12872 * Makefile.in (all-grez, install-grez): New targets.
12873
12874 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12875
12876 * configure: CXX defaults to gcc, not g++. If we find
12877 gcc in the path, set CC to gcc -O2.
12878
12879 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12880
12881 * configure: Default ${build} correctly. Avoid picking up extra
12882 spaces when reading CC and CXX from Makefile. When doing a
12883 Canadian Cross, use plausible default values for numerous
12884 variables.
12885 * configure.in: When doing a Canadian Cross, don't try to
12886 configure tools whose configure script can't handle it.
12887
12888 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12889
12890 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12891
12892 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12893
12894 * configure: Remove dubious bug reporting address.
12895
12896 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12897
12898 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12899 configure script, run that instead of this directory's configure.
12900 In either case, print a message that we're configuring the sub-dir.
12901
12902 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12903
12904 * configure.in: Before checking for the existence of various files,
12905 use sed to filter out "target-".
12906
12907 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12908
12909 * Makefile.in (DO_X): Split rule to decrease command line length
12910 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12911 (Philippe De Muyter).
12912
12913 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12914
12915 * Makefile.in (all-patch): depend on all-libiberty.
12916
12917 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12918
12919 * configure.in: If the only directory in target_configdirs which
12920 actually exists is libiberty, then set target_configdirs to empty,
12921 to avoid trying to build a target libiberty in a gas or gdb
12922 distribution.
12923
12924 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12925
12926 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12927 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12928 systems.
12929
12930 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12931
12932 * configure.in (copy_dirs): Use sys-include instead of include
12933 for --with-headers option.
12934
12935 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12936
12937 * Makefile.in, configure.in: Make winsup builds work with
12938 new scheme.
12939
12940 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12941
12942 * configure.in: Build the linker on AIX.
12943
12944 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12945
12946 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12947 where needed.
12948
12949 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12950
12951 * Makefile.in (all-gcc): Fix typo.
12952
12953 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12954
12955 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12956
12957 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12958
12959 * configure.in: Rename libFOO to target-libFOO, and xiberty
12960 to target-xiberty, to provide more flexibility.
12961 (target_subdir): Define. Create if cross.
12962 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12963 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12964 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12965 check-libFOO -> check-target-libFOO, etc.
12966 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12967 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12968 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12969 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12970 allow ALL_GCC="" to only configure.
12971 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12972 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12973 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12974
12975 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12976
12977 * Makefile.in (taz): Build "info" in etc explicitly.
12978
12979 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12980
12981 * configure.in: Make sure that CC is undefined (as opposed to
12982 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12983 problem with autoconf trying to configure on a host without GCC.
12984
12985 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12986
12987 * mpw-configure: Set host alias from choice of host compiler,
12988 only use generic MPW Makefile sed if present, edit a file
12989 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12990 * mpw-README: Add problem notes about CW6 and CW7.
12991
12992 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12993
12994 * Makefile.in (taz): Use ";" instead of ";;".
12995
12996 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12997
12998 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12999 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
13000 DISTDOCDIRS.
13001 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
13002 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
13003
13004 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
13005
13006 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
13007 and gnats, because they are now subsumed by DISTSTUFFDIRS.
13008 Move bfd to DISTSTUFFDIRS.
13009
13010 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13011
13012 * Makefile.in (X11_LIB): Removed.
13013 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13014
13015 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13016
13017 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13018
13019 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13020 names.
13021
13022 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13023
13024 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13025
13026 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13027
13028 * configure.in (i[345]86-*-win32): Always build newlib.
13029 Don't configure cvs, autoconf or texinfo.
13030 * Makefile.in (LD_FOR_TARGET): New.
13031 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13032 Pass down LD_FOR_TARGET.
13033
13034 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13035
13036 * winsup: New directory.
13037 * Makefile.in: Build winsup.
13038 * configure.in: Winsup is configured when target is win32.
13039 Can only build win32 target GDB when native.
13040
13041 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13042
13043 * config.guess: Recognize HP model 819 machines as having
13044 a PA 1.1 processor.
13045
13046 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13047
13048 * configure: Fix sed loop which substitutes for CC and CXX to
13049 avoid bug found in various sed implementations.
13050
13051 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13052
13053 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13054 simulator. Use standard powerpc-*-eabi*.
13055
13056 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13057
13058 * configure.in: Stop putting gas and binutils in noconfigdirs for
13059 powerpc-*-aix* and rs6000-*-*.
13060
13061 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13062
13063 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13064 -mcall-aixdesc libraries.
13065
13066 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13067
13068 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13069
13070 * config.sub (arm | armel | armeb): Fix shell syntax.
13071
13072 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13073
13074 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13075 -msoft-float and -mcpu=common support.
13076 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13077 libraries.
13078
13079 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13080
13081 * configure.in: Allow configuration and build of emacs19 for the alpha.
13082
13083 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13084
13085 * configure.in (CC): Get ^CC, not just any old CC, from
13086 ${host_makefile_frag}.
13087
13088 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13089
13090 * configure.in (CC): Try to get CC from
13091 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13092
13093 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13094
13095 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13096 only if it exists in $(srcdir).
13097
13098 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13099
13100 * configure: If CC and CXX are not set in the environment, set
13101 them, based on either an existing Makefile or on searching for gcc
13102 in PATH. Substitute for CC and CXX in Makefile.
13103 * configure.in: Remove libm from target_libs. Separate
13104 target_configdirs from configdirs. If CC is not set in
13105 environment, try to get it from a host Makefile fragment. Rewrite
13106 changes of configdirs to use skipdirs instead. A few minor
13107 tweaks. Take directories out of target_configdirs as they are
13108 taken out of configdirs. Remove existing Makefile files from
13109 subdirectories. Substitute for TARGET_CONFIGDIRS and
13110 CONFIG_ARGUMENTS in Makefile.
13111 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13112 by configure.in.
13113 (CONFIG_ARGUMENTS): Likewise.
13114 (CONFIGURE_TARGET_MODULES): New variable.
13115 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13116 ($(CONFIGURE_TARGET_MODULES)): New target.
13117 (configure-libg++, configure-libio): New targets.
13118 (all-libg++): Depend upon configure-libg++.
13119 (all-libio): Depend upon configure-libio.
13120 (configure-libgloss, all-libgloss): New targets.
13121 (configure-libstdc++): New target.
13122 (all-libstdc++): Depend upon configure-libstdc++.
13123 (configure-librx, all-librx): New targets.
13124 (configure-newlib): New target.
13125 (all-newlib): Depend upon configure-newlib
13126 (configure-xiberty): New target.
13127 (all-xiberty): Depend upon configure-xiberty.
13128
13129 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13130
13131 * configure.in (host i[345]86-*-win32): Expand the
13132 noconfigdirs again.
13133
13134 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13135
13136 * mpw-configure: Fix sed command file name.
13137
13138 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13139
13140 * configure.in (host i[345]86-*-win32): Reduce the
13141 noconfigdirs again.
13142
13143 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13144
13145 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13146 or powerpc*-*-pe*, since they are not yet supported.
13147
13148 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13149
13150 Add PowerMac support and many other enhancements.
13151 * mpw-configure: New option --cc to select compiler to use,
13152 paste options set according to --cc into the generated
13153 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13154 if mpw-make.sed is present.
13155 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13156 add forward includes for PowerPC include files.
13157 * mpw-build.in: Build using Makefile.PPC if present.
13158 (do-byacc, etc): Remove separate version resource builds.
13159 (do-gas): Build "stamps" before "all".
13160 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13161 * mpw-README: Update to reflect --cc option, PowerMac support,
13162 and recently-reported compatibility problems.
13163
13164 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13165
13166 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13167 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13168 (--with-multilib-top): Pass to recursive invocations.
13169
13170 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13171
13172 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13173 v810-*-*.
13174
13175 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13176
13177 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13178 gdb, ld and opcodes on v810-*-*.
13179
13180 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13181
13182 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13183 (local-maintainer-clean): New target.
13184 (maintainer-clean): New target.
13185 (realclean): Just depend upon maintainer-clean.
13186
13187 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13188
13189 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13190
13191 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13192
13193 * configure.in: Build ld in mips*-*-bsd* case.
13194
13195 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13196
13197 * config.sub: Accept -lites* OS. From Ian Dall.
13198
13199 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13200
13201 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13202 targets.
13203
13204 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13205
13206 * configure.in: treat i386-win32 canadian cross the same as
13207 i386-go32 canadian cross.
13208
13209 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13210
13211 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13212 running under the simulator to build a reduced set of libraries.
13213 (powerpc-*-eabiaix): Add fine grained multilib support added to
13214 other powerpc targets yesterday.
13215
13216 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13217
13218 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13219 -disable-softfloat, -disable-relocatable, -disable-aix, and
13220 -disable-sysv to control which multilib libraries get built.
13221
13222 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13223
13224 * configure: Add Makefile.tem to list of files to remove in trap
13225 handler.
13226
13227 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13228
13229 * config.guess (*Linux*): Add missing "exit"s.
13230 Also, need specific check for alpha-unknown-linux (uses COFF).
13231
13232 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13233
13234 * config.guess: Merge with FSF:
13235
13236 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13237 * config.guess (AIX4): More robust release numbering discovery.
13238
13239 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13240 * config.guess (i386-sequent-ptx): Properly get version number.
13241
13242 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13243 * config.guess (mips:*:4*:UMIPS): New case.
13244
13245 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13246
13247 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13248 (i386-win32 host): Likewise. Don't build readline.
13249
13250 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13251
13252 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13253 SUPPORT_FILES to submakes.
13254
13255 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13256
13257 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13258 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13259 mpw-configure.
13260
13261 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13262
13263 * configure.in (appdirs): Use =, not ==, in test expression when
13264 trying to build the text to print in the warning message for
13265 Solaris users.
13266
13267 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13268
13269 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13270
13271 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13272
13273 * config.guess: Recognize lynx-2.3.
13274
13275 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13276
13277 * config.sub (z8ksim): Deleted
13278 (z8k-*-coff): New, this is the one true name of the target.
13279
13280 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13281
13282 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13283
13284 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13285
13286 * config.guess (*:Linux:*:*): First try asking the linker what the
13287 default object file format is (elf, aout, or coff). Then if this
13288 fails, try previous methods.
13289
13290 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13291
13292 * configure.in: Don't build newlib for *-*-vxworks5.1.
13293
13294 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13295
13296 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13297 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13298
13299 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13300
13301 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13302
13303 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13304
13305 * cfg-ml-com.in: New file.
13306 * cfg-ml-pos.in: New file.
13307
13308 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13309
13310 * COPYING.NEWLIB: Add HP free copyright to list.
13311
13312 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13313
13314 * config.sub: Recognize -eabi* for the system, not just -eabi.
13315
13316 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13317
13318 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13319 * config.sub, configure.in (win32): New target and host.
13320
13321 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13322
13323 * configure.in: Add i386-pe configuration.
13324
13325 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13326
13327 * mpw-build.in (install): Install GDB after LD.
13328
13329 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13330
13331 * mpw-config.in (elf/mips.h): Always forward-include, needed
13332 for GDB to build.
13333
13334 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13335
13336 * testsuite: New directory for customer acceptance and whole tool
13337 chain tests.
13338
13339 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13340
13341 * configure: If per-host line isn't found, but AC_OUTPUT is found
13342 and a configure script exists, run it instead.
13343
13344 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13345
13346 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13347
13348 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13349
13350 * configure: Set build_{cpu,vendor,os,alias} to host values when
13351 --build isn't specified.
13352
13353 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13354
13355 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13356 (FLAGS_TO_PASS): Pass them.
13357 (EXTRA_TARGET_FLAGS): Ditto.
13358
13359 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13360
13361 * Makefile.in (all-libg++): Depend on all-libstdc++.
13362
13363 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13364
13365 * configure.in (noconfigdirs): Enable all packages for
13366 i386-unknown-netbsd.
13367
13368 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13369
13370 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13371 hosted builds (DOS builds)
13372
13373 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13374
13375 Changes for ARM based on patches from Richard Earnshaw:
13376 * config.sub: Handle armeb and armel.
13377 * configure.in: Omit arm linker only for riscix.
13378
13379 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13380
13381 * config.guess: Update from FSF.
13382
13383 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13384
13385 * config.sub: Recognize powerpcle as the little endian varient of
13386 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13387 powerpcle variant. Convert pentium into i586, not i486. Add p5
13388 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13389 temporarily.
13390
13391 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13392
13393 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13394
13395 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13396
13397 * config.sub: Accept -lites* as a basic system type.
13398
13399 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13400
13401 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13402 installed, and if so return linuxoldld as the system name.
13403
13404 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13405
13406 * config.guess: Add hppa1.1-hp-lites support.
13407
13408 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13409
13410 * configure.in: Don't build newlib for m68k-vxworks5.1.
13411
13412 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13413
13414 * configure.in (mips-sgi-irix6): Use mh-irix5.
13415
13416 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13417
13418 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13419
13420 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13421
13422 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13423 OSF/1. Fix compiler flags.
13424 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13425
13426 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13427
13428 * configure.in: Recognize --with-newlib.
13429 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13430
13431 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13432
13433 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13434 to *_X11_MODULES due to gdbtk needing X include files et al.
13435
13436 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13437
13438 Merge in support for Mac MPW as a host.
13439 (Old change descriptions retained for informational value.)
13440
13441 * mpw-config.in: Add generic include forwards for cpu-specific
13442 include files in aout and elf directories.
13443
13444 * mpw-configure: Added copyright.
13445 * mpw-config.in: Check for presence of required build tools.
13446 (target_libs): Add newlib.
13447 (target_tools): Add examples.
13448 (Read Me): Generate as "Read Me for MPW" instead.
13449 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13450 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13451 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13452
13453 * mpw-configure: Remove subdir-specific makefile hackery,
13454 delete mk.tmp after using it.
13455
13456 * mpw-build.in (all): Display start and end times.
13457
13458 * mpw-configure (host_canonical): Set.
13459 (target_cpu): Always add to makefiles.
13460 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13461 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13462 (mpw-mh-mpw): Look for in srcdir and srcroot.
13463 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13464
13465 * mpw-build.in: (install-only): New target.
13466
13467 * mpw-configure (host_alias, target_alias): Rename from hostalias
13468 and targetalias, add into generated Makefile.
13469 (mk.tmp): If present, add into generated Makefile.
13470 * mpw-build.in (all-gas): Build config.h first before gas proper.
13471
13472 * mpw-configure (config.status): Write only if changed.
13473 * mpw-config.in (readline): Configure it (not built, just used for
13474 definitions).
13475
13476 * mpw-config.in (elf/mips.h): Add a forward include.
13477
13478 * mpw-config.in: Forward-include most .h files in include into
13479 extra-include.
13480 (readline): Don't build.
13481 mpw-build.in (install): Install GDB.
13482
13483 * mpw-configure (prefix, mpw_prefix): Handle it.
13484 * mpw-config.in (mmalloc, readline): Don't configure.
13485 * mpw-build.in (thisscript): Rename to ThisScript.
13486 Use mpw-build instead of BuildProgram everywhere.
13487 (mmalloc, readline): Don't build.
13488 * mpw-README: New file, basic documentation about the MPW port.
13489
13490 * mpw-config.in: Use forward-include to create include files.
13491
13492 * mpw-configure: Add more things to the top of each configured
13493 Makefile, including contents of config/mpw-mh-mpw.
13494 * mpw-config.in (extra-include): Create this directory and fill it
13495 with Posix-like include files when configuring.
13496
13497 * config.sub (apple, mac, mpw): Add various aliases.
13498
13499 * mpw-build.in: New file, top-level build script fragment for MPW.
13500 * mpw-configure: New file, configure script for MPW.
13501 * mpw-config.in: New file, config fragment for MPW.
13502
13503 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13504
13505 * configure.in (host_libs): Remove glob, since it is gone from the
13506 sources.
13507
13508 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13509
13510 * Makefile.in: define empty GDB_NLM_DEPS var.
13511
13512 * configure.in(target_makefile_frag): use config/mt-netware
13513 for netware targets.
13514
13515 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13516
13517 * config.sub: Merge in recent FSF changes. Remove linux special
13518 cases.
13519
13520 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13521
13522 Revert this change:
13523
13524 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13525
13526 * build-all.mk: Use CC=cc -Xs on Solaris.
13527
13528 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13529
13530 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13531 stop using it.
13532 * Makefile.in: Nuke all references to glob subdirectory.
13533
13534 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13535
13536 * configure.in: Fix --enable-shared logic in per-host.
13537
13538 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13539
13540 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13541
13542 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13543
13544 * configure.in (noconfigdirs): Don't build gas on AIX, for
13545 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13546
13547 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13548
13549 * configure: Fix --cache-file to work if the file argument is a
13550 relative path.
13551
13552 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13553
13554 * configure: If the --cache-file is used, pass it down to
13555 configure in subdirectories.
13556
13557 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13558
13559 * config.sub: add vxworks29k configuration.
13560
13561 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13562
13563 * Makefile.in (taz): Do "diststuff" part quietly.
13564
13565 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13566
13567 * config.sub: Mini-merge with gcc/config.sub.
13568
13569 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13570
13571 * config.guess (IRIX): Sed - to _.
13572
13573 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13574
13575 * Makefile.in (source-vault, binary-vault): New targets.
13576
13577 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13578
13579 * config.sub: Recognize -eabi as a basic system type.
13580
13581 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13582
13583 * configure.in (enable_shared stuff): Fix typo.
13584
13585 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13586
13587 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13588
13589 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13590
13591 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13592
13593 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13594
13595 * configure.in (rs6000-*-*): Don't build gas.
13596
13597 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13598
13599 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13600 reduce command line length.
13601 (AS_FOR_TARGET): Check for as.new, not Makefile.
13602 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13603
13604 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13605
13606 * config.guess: Merge from FSF.
13607
13608 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13609
13610 * configure: Don't use $ when handling program_suffix.
13611
13612 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13613
13614 * configure.in: Configure tk for hppa/hpux.
13615
13616 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13617
13618 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13619
13620 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13621
13622 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13623 to LIBCXXFLAGS. Tests are better run without it.
13624
13625 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13626
13627 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13628
13629 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13630
13631 * configure.in (*-*-netware*): Don't configure xiberty.
13632
13633 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13634
13635 * configure.in: Remove tk from native_only list.
13636
13637 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13638
13639 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13640 for special NCD build.
13641
13642 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13643
13644 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13645 makeall.bat, they're only useful for binutils snapshots.
13646 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13647 makeall.bat to specified SUPPORT_FILES.
13648
13649 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13650
13651 * build-all.mk: Add Ericsson targets to sun4 and solaris
13652 hosts. Add BNR's sun4 target to solaris host, so their
13653 build-from-source will be tested in-house first.
13654
13655 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13656
13657 * Makefile.in (LIBCFLAGS): New variable.
13658 (CFLAGS_FOR_TARGET): Ditto.
13659 (LIBCFLAGS_FOR_TARGET): Ditto.
13660 (LIBCXXFLAGS): Ditto.
13661 (CXXFLAGS_FOR_TARGET): Ditto.
13662 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13663 (BASE_FLAGS_TO_PASS): Pass them.
13664 (EXTRA_TARGET_FLAGS): Ditto.
13665
13666 * configure.in: Support --enable-shared.
13667
13668 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13669
13670 * configure.in (target_libs): Include libstdc++ again.
13671 * config.guess: Update from FSF (for FreeBSD).
13672
13673 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13674
13675 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13676 makeall.bat.
13677 (DISTDOCDIRS): Add `etc'.
13678 (ETC_SUPPORT_PFX): New variable.
13679 (taz): Include anything from etc starting with a word in
13680 ETC_SUPPORT_PFX.
13681
13682 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13683
13684 * config.sub: Update for recent FSF changes. Remove obsolete
13685 h8300hds entry. Add -windows* and -osx as basic os. Minor
13686 spacing changes.
13687
13688 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13689
13690 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13691
13692 * config.guess: Merge with FSF.
13693 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13694
13695 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13696
13697 * configure: Since the "trap 0" handler will override the exit
13698 status on many systems, only use it for "exit 1", and make it set
13699 a non-zero exit status; reset it before "exit 0". Also, check
13700 exit status of config.sub, and error out if it failed.
13701
13702 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13703
13704 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13705 and install libgloss.
13706
13707 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13708
13709 * Makefile.in (all-binutils): Depend upon all-byacc.
13710
13711 * configure.in: Don't build emacs on Irix 5.
13712
13713 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13714
13715 * configure.in (*-*-netware*): Add libio.
13716
13717 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13718
13719 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13720 (CHECK_TARGET_MODULES): Ditto.
13721 (INSTALL_TARGET_MODULES): Ditto.
13722 (TARGET_LIBS): Ditto.
13723 (all-libstdc++): Note dependencies.
13724
13725 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13726
13727 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13728
13729 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13730
13731 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13732 -fexternal-templates.
13733
13734 * configure.in (target_libs): Add libstdc++.
13735 (noconfigdirs): Add libstdc++ as appropriate.
13736
13737 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13738
13739 * config.guess: Update from FSF.
13740
13741 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13742
13743 * configure: Use ${config_shell} when running ${configsub}.
13744
13745 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13746
13747 * config.sub: No longer recognize h8300h.
13748
13749 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13750
13751 * config.sub: Remove extraneous differences between config.sub and
13752 gcc/config.sub.
13753
13754 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13755
13756 * Makefile.in (DISTSTUFFDIRS): Add gas.
13757
13758 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13759
13760 * COPYING.NEWLIB: New file.
13761
13762 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13763
13764 * config.guess (HP-UX): Patch from Harlan Stenn
13765 <harlan@landmark.com> to also emit release level.
13766
13767 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13768
13769 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13770
13771 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13772
13773 * config.sub: Merge nextstep cleanup from FSF.
13774
13775 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13776
13777 * configure.in (arm-*-*): Don't configure ld for this target.
13778
13779 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13780
13781 * configure.in (*-*-netware): don't configure libg++, libio,
13782 librx, or newlib.
13783
13784 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13785
13786 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13787 configure ld--it works, but it doesn't support shared libraries.
13788
13789 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13790
13791 * config.guess (*-unknown-freebsd*): Get rid of possible
13792 trailing "(Release)" in version string.
13793 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13794
13795 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13796
13797 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13798 Fix type: *-next-neststep -> *-next-nextstep.
13799
13800 * config.guess: Merge from FSF:
13801
13802 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13803
13804 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13805
13806 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13807
13808 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13809 instead of UNIX_SV for UnixWare 1.0).
13810
13811 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13812
13813 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13814 to make gdb/nlm/* build after the compiler and linker.
13815
13816 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13817
13818 * config.guess (netbsd, freebsd, linux): Accept any machine,
13819 not just i[34]86.
13820 (m68k-atari-sysv4): Relocate to match FSF version.
13821
13822 * config.guess: More merges from the FSF:
13823
13824 Add a space before function call or macro invocation.
13825
13826 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13827
13828 * config.guess: Add trap cmd to remove dummy.c and dummy when
13829 interrupted.
13830
13831 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13832
13833 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13834 (dummy): Redirect stderr from compilation of dummy.c.
13835
13836 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13837
13838 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13839
13840 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13841
13842 * configure: Accept and ignore --cache*, for compatibility with
13843 new autoconf.
13844
13845 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13846
13847 * config.guess: Merge from FSF:
13848
13849 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13850
13851 * config.guess (Pyramid*:OSx*:*:*): New case.
13852 (PATH): Add /.attbin at end for finding uname.
13853 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13854
13855 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13856
13857 * config.guess (M88*:DolphinOS:*:*): New case.
13858
13859 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13860
13861 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13862 to select whether to use ELF or COFF.
13863
13864 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13865
13866 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13867
13868 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13869
13870 * config.guess: Guess the OS version for HPUX.
13871
13872 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13873
13874 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13875
13876 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13877
13878 * configure.in: Recognize --with-headers, --with-libs, and
13879 --without-newlib.
13880 * Makefile.in (all-xiberty): Depend upon all-ld.
13881
13882 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13883
13884 * configure.in: Change i[34]86 to i[345]86.
13885
13886 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13887
13888 * configure (version): A few more tweaks to help message.
13889
13890 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13891
13892 * Makefile.in: Remove (for now) librx as a host library,
13893 now that we're building it for target.
13894
13895 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13896
13897 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13898 (Karl Berry).
13899
13900 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13901
13902 * configure.in: Also configure librx.
13903
13904 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13905
13906 * Makefile.in: Update various rules to reflect that librx
13907 is now needed for libg++.
13908
13909 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13910
13911 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13912
13913 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13914
13915 * configure.in: Configure the examples directory.
13916
13917 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13918
13919 * configure: Simplify Jun 2 1994 change.
13920
13921 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13922
13923 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13924 /bin/gcc isn't good enough to build gcc.
13925
13926 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13927
13928 * Makefile.in (GDB_SUPPORT_FILES): Remove
13929 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13930 (gdb.tar.gz): Add new rule to use standard distribution building
13931 mechanism.
13932
13933 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13934
13935 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13936 Bill Cox <bill@cygnus.com>.
13937
13938 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13939
13940 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13941
13942 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13943
13944 * configure: Search current dir first in .gdbinit.
13945
13946 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13947
13948 * config.sub: Recognize freebsd (merged from gcc config.sub).
13949
13950 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13951
13952 * config.sub: Refer to NeXT's operating system as nextstep.
13953
13954 * config.sub (case $basic_machine): Re-order the cases, to match
13955 the order in the FSF version (which is mostly alphabethical).
13956 Merge in some additions and changes from the FSF.
13957
13958 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13959
13960 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13961 * config.sub: Recognize cxux7.
13962 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13963
13964 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13965
13966 * config.sub: Fix typo powerpc -> powerpc-*.
13967
13968 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13969
13970 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13971
13972 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13973 parallel with all-emacs and install-emacs). Top-level command
13974 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13975
13976 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13977
13978 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13979 $(relbindir)/make before doing ``make install'', and use
13980 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13981 installing over running make binary.
13982 ($(host)-stamp-stage3-installed): Likewise.
13983
13984 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13985
13986 * config.guess: Recognize Mach.
13987
13988 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13989
13990 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13991 see whether --exec-prefix was used.
13992
13993 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13994
13995 * README: Explicitly mention libg++/README. (Zoo's idea.)
13996
13997 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13998
13999 * Makefile.in: Add all-librx target similar to all-libproc.
14000
14001 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
14002
14003 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
14004 with post 1.2 uname bogosity.
14005
14006 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14007
14008 * configure: Remove temporary files on receipt of a signal.
14009
14010 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14011
14012 * configure: If there is a package_makefile_frag, remove
14013 ${subdir}/Makefile.tem after copying it in.
14014
14015 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14016
14017 * build_all.mk: support rs6000 lynx identifies itself as
14018 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14019 since /bin/gcc is too feeble to compile a modern gcc.
14020
14021 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14022
14023 * brought devo/test-build.mk update-to-date with progressive/
14024 test-build.mk. Add lynx targets and hppa flag info.
14025
14026 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14027
14028 * configure.in: Use mh-ncrsvr43. Patch from
14029 Tom McConnell <tmcconne@sedona.intel.com>.
14030
14031 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14032
14033 * config.guess (i386-unknown-bsdi): No longer need to
14034 check #if defined(__bsdi__) && defined(__i386__).
14035
14036 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14037
14038 * configure: Set program_transform_nameoption correctly.
14039
14040 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14041
14042 * brought build-all.mk update-to-date with progressive build-all.mk,
14043 added new targets and hppa info.
14044
14045 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14046
14047 * configure: If config.guess result is a prefix of the user
14048 specified target, assume a native build and use the user specified
14049 target as the host alias. Remove SunOS patch suffix removal hack.
14050 * configure.in: Remove SunOS patch suffix removal hack.
14051
14052 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14053 in NATIVE_CHECK_MODULES.
14054
14055 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14056
14057 * Makefile.in: Rename HOST_ONLY to NATIVE.
14058 * configure: Delete SunOs patch suffix from host_canonical
14059 and build_canonical variables that are prepended to Makefiles.
14060 * configure.in: Add comments for easier maintenance.
14061
14062 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14063
14064 * Makefile.in: Add all-libproc target similar to all-gui.
14065
14066 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14067
14068 * Makefile.in (CHECK_MODULES): split into
14069 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14070
14071 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14072
14073 * config.guess (i386-unknown-bsdi): New system to guess.
14074
14075 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14076
14077 * Makefile.in: Add all-gui target (but not yet build by "all").
14078
14079 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14080
14081 * config.sub: Move deletion of patch suffix from here...
14082 * configure.in: To here, at Ian's suggestion. The top-
14083 level scripts might need to know of a patch level.
14084
14085 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14086
14087 * config.sub: Strip off patch suffix so rtl is recognized
14088 as a sunos4.1.3 machine, even though it's been patched.
14089
14090 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14091
14092 * Makefile.in (INSTALL_LAST): Delete.
14093 (INSTALL_DOSREL): New.
14094
14095 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14096
14097 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14098 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14099 whether we pass down --with-gnu-ld anyhow.
14100
14101 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14102
14103 * Makefile.in (INSTALL_LAST): Change operation so it works
14104 on more flavors of make.
14105 * configure.in (go32): Don't build libg++ or libio.
14106
14107 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14108
14109 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14110 they can be overriden by templates.
14111
14112 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14113
14114 * configure.in (target==go32): Don't build gdb.
14115 * dosrel: New directory.
14116
14117 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14118
14119 * configure.in (host==go32): Configure dosrel too.
14120 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14121 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14122 be set by incoming names or templates.
14123 (INSTALL_LAST): New rule.
14124
14125 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14126
14127 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14128
14129 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14130
14131 * configure.in (appdirs): New variable. Currently empty, but will
14132 be used in gas distribution. If nonempty, lists a set of
14133 directories at least one of which must get configured, or top
14134 level configuration is considered to have failed.
14135 (rs6000-*-lynxos*): Use new file name.
14136
14137 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14138
14139 Eliminate XTRAFLAGS.
14140 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14141 newlib include files using -idirafter, and also use -nostdinc.
14142 (CXX_FOR_TARGET): Likewise.
14143 (XTRAFLAGS): Removed.
14144 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14145 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14146 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14147 ($(DO_X)): Don't pass down XTRAFLAGS.
14148
14149 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14150
14151 * configure.in (mips*-dec-bsd*): New target; do build linker.
14152 (mips*-*-bsd*): New target; don't build linker.
14153
14154 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14155
14156 * configure.in: support rs6000-*-lynxos* configuration.
14157 support sunos4 as a cross target.
14158
14159 * config.sub: look for lynx*, not lynx since the OS version may
14160 legitimately be part of the name.
14161
14162 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14163
14164 * configure.in (i[34]86-*-sco*): Move to be with other i386
14165 targets.
14166 (romp-*-*): New target. Skip various binary utilities.
14167 (vax-*-*): New target. Don't build newlib.
14168 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14169
14170 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14171
14172 * configure.in: Only set host_makefile_frag if config
14173 directory exists.
14174
14175 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14176
14177 * install.sh: If $dstdir exists, don't check whether each
14178 component does.
14179
14180 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14181
14182 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14183
14184 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14185
14186 * configure.in (*-*-lynxos*): Don't configure newlib for either
14187 native or cross Lynx.
14188
14189 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14190
14191 * config.sub (sparc64-elf): Fix os.
14192 (z8k): Remove duplicate.
14193
14194 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14195
14196 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14197 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14198
14199 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14200
14201 * configure: Make file links cleanly even if Lynx fails on
14202 an NFS symlink (at least fail cleanly).
14203
14204 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14205
14206 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14207 -XNh2000.
14208
14209 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14210
14211 * configure: Unknown options are fatal again.
14212
14213 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14214
14215 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14216 compatibility.
14217
14218 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14219
14220 * build-all.mk: Add `clean' target.
14221
14222 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14223
14224 * config.guess: Add SINIX support.
14225 * configure.in: Add mips-*-sysv4* support.
14226
14227 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14228
14229 * build-all.mk: Document all useful targets.
14230 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14231 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14232
14233 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14234
14235 * configure: Support --silent, --quiet.
14236
14237 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14238
14239 * configure: Support --disable-FEATURE.
14240
14241 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14242
14243 * config.guess: Recognize NCR running SVR4.3.
14244
14245 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14246
14247 * config.guess: Make BSDI generate i386-unknown-bsd386.
14248 Patch from Paul Eggert <eggert@twinsun.com>.
14249
14250 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14251
14252 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14253
14254 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14255
14256 * configure: Make unrecognized options give nonfatal warnings
14257 instead of fatal errors, and pass them to any subdirectory
14258 configures in case they recognize them.
14259 Make --x equivalent to --with-x.
14260
14261 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14262
14263 * configure: Add --enable-* options. Clean up usage message and
14264 some comments.
14265
14266 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14267
14268 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14269
14270 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14271
14272 * configure.in (hppa*-*-*): Enable binutils.
14273
14274 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14275
14276 * config.sub: Recognize cisco.
14277
14278 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14279
14280 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14281
14282 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14283
14284 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14285 than one configuration name. Add comment.
14286
14287 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14288
14289 * config.guess: about target *-hitachi-hiuxwe2, fixed
14290 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14291 macro is incorrect.]
14292
14293 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14294
14295 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14296 than the "make ls" stuff which used to be here.
14297
14298 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14299
14300 * config.guess: Recognize i[34]86-unknown-freebsd.
14301 From Shawn M Carey <smcarey@rodan.syr.edu>.
14302
14303 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14304
14305 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14306
14307 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14308
14309 * config.guess: Check for ptx.
14310
14311 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14312
14313 * config.sub: Add os9k checking.
14314
14315 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14316
14317 * config.guess: Handle OSF1 running on HPPA processors
14318
14319 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14320
14321 * configure: If subdir configure fails, print out a message with
14322 subdirectory name, in case subdir's configure code didn't identify
14323 itself.
14324
14325 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14326
14327 * configure.in: Remove embedded newlines from configdirs.
14328 Avoid mismatches of substrings. Fix matching strings at end
14329 of configdirs.
14330
14331 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14332
14333 * config.guess: Add Lynx/rs6000 config support.
14334
14335 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14336
14337 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14338
14339 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14340
14341 * configure.in (hppa*-*-osf*): Treat this just like most other
14342 PA configurations (eg no binutils or ld).
14343 (hppa*-*-*elf*): These configurations have binutils and ld.
14344
14345 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14346
14347 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14348
14349 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14350
14351 * configure.in (rs6000-*-*): Build gas.
14352
14353 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14354
14355 * Makefile.in: Avoid bug in losing hpux sed.
14356
14357 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14358
14359 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14360 for GDB and GDB has been fixed to not need it.
14361
14362 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14363
14364 * config.guess: Recognize vax hosts.
14365
14366 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14367
14368 * configure (while loop): Don't use "break 2" inside case
14369 statement -- the case statement isn't an enclosing loop.
14370
14371 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14372
14373 * config.guess: Clean up NeXT support, to allow nextstep
14374 on Intel machines. Make OS be nextstep.
14375
14376 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14377
14378 * config.guess: Add alternate forms for Convex.
14379
14380 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14381
14382 * configure: Completely rewrite option processing. Take
14383 advantage of pattern-matching to avoid invoking test frequently.
14384 Also clean up host and target defaulting logic.
14385
14386 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14387
14388 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14389 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14390 commands (plus user environment) will fit SCO limits.
14391
14392 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14393
14394 * configure.in: Don't issue warnings about directories which are
14395 not being configured if -norecursion is set. Correct test for
14396 --with-gnu-as and --with-gnu-ld to not get confused by substring
14397 matches.
14398
14399 * configure.in: Don't build gas for alpha-dec-osf1*.
14400
14401 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14402
14403 * configure: Back out Per's change of 12/19/1993. It changes the
14404 behavior of configure in unexpected and confusing ways.
14405
14406 Also, use different delim char when calculating
14407 program_transform_name so that the name can contain slashes.
14408
14409 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14410
14411 * configure.in, config.sub: Add support for VSTa micro-kernel.
14412
14413 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14414
14415 * configure.in: Nuke hacks which were used to get a special
14416 version of GAS for HPPA configurations.
14417
14418 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14419
14420 * configure: If only ${target_alias} is given, use that
14421 as the default for ${host_alias}.
14422 * configure: Add missing back-slashes before nested quotes.
14423
14424 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14425
14426 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14427
14428 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14429
14430 * config.guess: Recognize some Tektronix configurations.
14431 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14432
14433 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14434
14435 * config.sub: Match any flavor of SH.
14436
14437 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14438
14439 * configure.in: Don't try to configure newlib for Alpha.
14440
14441 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14442
14443 * configure.in: Don't build ld for Irix 5. Don't build gas,
14444 libg++ or libio for any Alpha target.
14445
14446 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14447
14448 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14449
14450 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14451 default arguments -- so it tried to compress itself.
14452
14453 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14454
14455 * configure.in (notsupp): ensure that a space is always at the end
14456 of the configdirs list, since the grep checks for an explicit space
14457
14458 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14459
14460 * configure.in (target i386-sysv4.2): don't build ld, since static
14461 versions of many libraries are not available.
14462
14463 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14464
14465 * config.guess: Recognize Apollos (using environment variables).
14466 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14467
14468 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14469
14470 * config.guess: Recognize Sony news mips running newsos.
14471
14472 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14473
14474 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14475 "fi ; else" for bash.
14476
14477 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14478
14479 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14480
14481 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14482
14483 * config.sub: accept unixware as an alias for svr4.2.
14484 Fix some inconsistancies with the gcc version.
14485
14486 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14487
14488 * Makefile.in (DISTDOCDIRS): Add gdb.
14489
14490 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14491
14492 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14493
14494 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14495
14496 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14497 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14498 this now.
14499
14500 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14501
14502 * config.sub: Accept hiux* as an OS name.
14503
14504 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14505 etc/make-stds.texi. The underscore came from gcc, and dje now
14506 agrees that RUNTESTFLAGS is the correct name.
14507
14508 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14509
14510 * install.sh: Remove 'set -e'. It makes any conditionals
14511 in the script useless.
14512
14513 * config.guess: Automatically recognize arm-acorn-riscix
14514 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14515
14516 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14517
14518 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14519
14520 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14521
14522 * Makefile.in (DISTDOCDIRS): New variable.
14523 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14524 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14525
14526 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14527
14528 * configure.in (hppa target): check the source directory for the
14529 pagas sub-directory
14530
14531 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14532
14533 * config.sub: Allow -aout* and -elf*.
14534
14535 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14536
14537 * configure.in: Don't build ld on i386-solaris2, same as for
14538 sparc-solaris2.
14539
14540 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14541
14542 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14543
14544 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14545
14546 * configure.in: Configure gdb for alpha.
14547
14548 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14549
14550 * Makefile.in (CXXFLAGS): Add -O.
14551
14552 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14553
14554 * config.guess: added support for DG Aviion
14555
14556 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14557
14558 * configure.in: Produce warning message for subdirectories not
14559 configurable for this host/target combination. Don't try to
14560 configure gdb for vms.
14561
14562 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14563
14564 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14565 appropriate files before making "diststuff".
14566 (DISTBISONFILES): New var: list of files to be edited.
14567 (DISTSTUFFDIRS): Add binutils.
14568
14569 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14570
14571 * config.sub: also handle mipsel and mips64el (for little endian mips)
14572
14573 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14574
14575 * configure.in: Add * to end of all OS names.
14576
14577 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14578
14579 * configure.in: Build newlib for LynxOS native.
14580
14581 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14582
14583 * config.guess: Add support for delta 88k running SVR3.
14584
14585 * configure.in: Add comment about HP compiler vs. emacs.
14586
14587 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14588
14589 * configure.in: don't build ld on solaris2 (not a viable option
14590 due to bugs in getpwnam & getpwuid)
14591
14592 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14593
14594 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14595 config.guess will produce a full version number.
14596
14597 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14598
14599 * configure.in: Build linker and binutils for alpha-dec-osf1.
14600
14601 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14602
14603 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14604 and gdb/testsuite/Makefile.in.
14605
14606 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14607
14608 * configure.in: recognize mips*- instead of mips-
14609
14610 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14611
14612 * config.sub: Accept linux*coff and linux*elf as operating
14613 systems.
14614
14615 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14616
14617 * config.sub: Recognize mips64, and mips3 as an alias for it.
14618
14619 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14620
14621 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14622 gdb knows how to handle OSF/1 shared libraries.
14623
14624 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14625
14626 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14627 * config.guess: Recognize Hitachi's HIUX.
14628 * config.sub: Recognize h3050r* and hppahitachi.
14629 Remove redundant cases for hp9k[23]*.
14630
14631 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14632
14633 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14634 if gas and ld are in the source tree and are in ${configdirs}.
14635 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14636 --with options (but still pass them down on the command line,
14637 if they were explicitly specified).
14638
14639 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14640
14641 * configure: substitute SHELL value in Makefile.in with
14642 ${CONFIG_SHELL}
14643
14644 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14645
14646 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14647 *-*-solaris2* targets.
14648
14649 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14650
14651 * Makefile.in: define M4, and pass it down to sub-makes;
14652 all-autoconf now depends on all-m4
14653
14654 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14655
14656 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14657 presence of {ar,ranlib} instead of a configured directory
14658
14659 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14660
14661 * config.guess: Accept 34?? as well as 33?? for NCR.
14662
14663 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14664
14665 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14666 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14667
14668 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14669
14670 * configure: grab values for $(CC) and $(CXX) from the
14671 environment, so that someone can do "CC=gcc configure; make" and
14672 have it work right (matching the way that autoconf works now)
14673
14674 * configure.in, Makefile.in: add support for gash, the tcl
14675 interface to Galaxy
14676
14677 * config.guess: add NetBSD variants (hp300, x86)
14678
14679 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14680
14681 * install.sh: Support -d option (in the manner of SunOS 4 install,
14682 as it is more deterministic than that of GNU install)
14683 (chmodcmd): Set file to mode 755 by default (should also do default
14684 chgrp and chown, but I don't feel like dealing with that now)
14685
14686 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14687
14688 * config.sub: Remove h8300hhms alias.
14689
14690 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14691
14692 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14693
14694 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14695
14696 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14697 as stmp-fixinc
14698
14699 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14700
14701 * config.sub: recognize m88110-bug-coff.
14702
14703 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14704
14705 * Makefile.in (all-libio): all dependencies on the toolchain used
14706 to build this (gcc, gas, ld, etc)
14707
14708 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14709
14710 * config.guess: Deal with OSF/1 1.3 on alpha.
14711
14712 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14713
14714 * install.sh: add some 'else true' clauses for portability
14715
14716 * configure.in: don't build libio for h8[35]00-*-* targets
14717
14718 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14719
14720 * Makefile.in: Add support for new libio.
14721
14722 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14723
14724 * install.sh: If one command fails, don't try the rest. Don't try
14725 to remove $dsttmp (via trap) unless we have already created it.
14726 If $src doesn't exist, detect it and exit with an error.
14727
14728 * config.guess: Recognize BSD on hp300.
14729
14730 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14731
14732 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14733 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14734
14735 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14736
14737 * Makefile.in (all-send-pr): depends on all-prms
14738
14739 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14740
14741 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14742
14743 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14744
14745 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14746 Added test for mips-mips-riscos5.
14747
14748 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14749
14750 * configure.in: use mh-hp300 for 68k HP hosts
14751
14752 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14753
14754 * configure: add support for CONFIG_SHELL, so that you can use
14755 some alternate shell for evaluating configure scripts
14756
14757 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14758
14759 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14760 in configure script to bug-gdb@prep.ai.mit.edu when building
14761 distribution archive.
14762 * Makefile.in (COMPRESS): Remove def.
14763 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14764 gdb.tar.Z and make-gdb.tar.Z respectively.
14765 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14766 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14767 to convergence with 'taz' target in Makefile.in.
14768
14769 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14770
14771 * install.sh (dsttmp): use trap to ensure that tmp files go
14772 away on error conditions
14773
14774 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14775
14776 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14777
14778 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14779
14780 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14781 its parent is '/' not ''.
14782
14783 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14784
14785 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14786
14787 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14788 that ${newsrcdir}/configure.in does.
14789
14790 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14791
14792 * test-build.mk: support for CONFIG_SHELL
14793
14794 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14795
14796 * config.sub (netware): Add as a basic system type.
14797
14798 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14799
14800 * Makefile.in (Makefile): depend on configure.in. Also drop the
14801 $(srcdir)/ from the dependency on Makefile.in.
14802
14803 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14804
14805 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14806 (h8300hhms is temporary until multi-libraries are implemented).
14807 * configure.in: Handle h8300h too.
14808
14809 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14810
14811 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14812
14813 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14814
14815 * configure: Remove extraneous output when guessing host type.
14816 * config.guess: Remove extraneous output when guessing using C
14817 compiler rather than uname, or when guessing fails.
14818
14819 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14820
14821 * Makefile.in: remove all.cross and install.cross targets
14822
14823 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14824 definitions
14825
14826 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14827
14828 * configure.in (target sh): Build gprof.
14829
14830 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14831
14832 * config.sub: change -solaris to -solaris2
14833
14834 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14835
14836 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14837
14838 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14839
14840 * configure: Correct error message for missing Makefile.in to
14841 print correct directory.
14842
14843 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14844
14845 * install.sh: kludge around 386BSD shell bug
14846
14847 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14848
14849 * config.guess: Recognize NeXT.
14850 * config.guess: Recognize i486-ncr-sysv4.
14851 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14852
14853 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14854
14855 * Makefile.in (MAKEINFOFLAGS): New variable.
14856 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14857 * build-all.mk, test-build.mk: Pass down --no-split as
14858 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14859
14860 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14861
14862 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14863
14864 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14865
14866 * Makefile.in (libg++.tar.z): New rule.
14867 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14868 * Makefile.in (taz): Only do a single chmod.
14869
14870 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14871
14872 * install.sh: don't use dirname anymore (replaced with sed usage)
14873
14874 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14875
14876 * Makefile.in: Change extension for gzip'd files from '.z' to
14877 '.gz' per new FSF standard usage.
14878
14879 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14880
14881 * configure: put quotes around the final value of program_transform_name
14882
14883 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14884
14885 * Makefile.in: new install.sh support; update install-info rules
14886
14887 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14888
14889 * configure.in: Build diff for crosses, but not for go32 host.
14890
14891 * configure.in: Build gprof only for native, and don't build it
14892 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14893
14894 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14895
14896 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14897
14898 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14899
14900 * configure.in (host_tools): Add prms.
14901
14902 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14903
14904 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14905 with $(FLAGS_TO_PASS) on the command line
14906
14907 * config.sub: Recognize lynx and lynxos
14908
14909 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14910
14911 * config.sub: Accept -ecoff*, not just -ecoff.
14912
14913 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14914
14915 * Makefile.in (taz): Use .gz suffix instead of .z.
14916 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14917 names.
14918
14919 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14920
14921 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14922
14923 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14924
14925 * Makefile.in (install-no-fixedincludes): install gcc last, so
14926 that rebuilds that might happen during 'make install' don't get
14927 bogus gcc include files
14928
14929 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14930
14931 Change from Utah for HPPA support:
14932 * config.guess: Recognize hppa1.x-hp-bsd.
14933
14934 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14935
14936 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14937 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14938
14939 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14940
14941 * config.sub: Add support for rom68k and bug boot monitors.
14942
14943 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14944
14945 * Makefile.in: Make all-opcodes depend on all-bfd.
14946
14947 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14948
14949 * config.guess: Added special check for i[34]86-univel-sysv4*.
14950
14951 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14952
14953 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14954 the processor rather than assuming i486.
14955
14956 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14957
14958 * config.guess: Recognize SunOS6 as Solaris3.
14959
14960 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14961
14962 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14963 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14964
14965 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14966
14967 * build-all.mk (all-cross): New target for Canadian Cross.
14968 Added Q2 go32 targets.
14969 * test-build.mk: Configure go32 cross sparclite-aout and
14970 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14971 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14972
14973 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14974
14975 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14976 GO32 hosted toolchains
14977
14978 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14979
14980 * configure: change so "-exec-prefix" gets passed down rather
14981 than "-exec_prefix" so autoconf generated Makefiles get the
14982 exec_prefix set right.
14983
14984 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14985
14986 * config.guess: get the Solaris2 minor version number
14987
14988 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14989
14990 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14991
14992 * config.guess: Recognize some Sequent platforms.
14993
14994 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14995
14996 * Makefile.in: added the vault-install target
14997
14998 * configure.in: actually use the Sun3 makefile fragment that's in
14999 config, also added the release dir to configdirs
15000
15001 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15002
15003 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
15004
15005 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15006
15007 * configure.in: remove some program from Alpha targetted toolchains
15008
15009 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15010
15011 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15012 gprof.
15013 (taz): Run "make diststuff" in those directories instead of "make
15014 proto-dir". Look for "VERSION=" only at start of line in subdir
15015 Makefile. Use "gzip -9" for compression.
15016 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15017 (binutils.tar.z): New target.
15018
15019 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15020
15021 * Makefile.in (taz): Include gpl.texinfo.
15022
15023 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15024
15025 * Makefile.in (setup-dirs): Merged into "taz" target.
15026 (taz): Only do `proto-dir' stuff if a directory is actually needed
15027 for this target.
15028
15029 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15030
15031 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15032 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15033 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15034 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15035 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15036
15037 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15038
15039 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15040 config.sub, and move-if-change to gdb testsuite distribution
15041 archive, so the testsuite can be extracted, configured, and
15042 run separately from the gdb distribution. Blow away the Chill
15043 tests that require a Chill compiled executable, since GNU Chill
15044 is not yet publically available.
15045
15046 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15047
15048 * test-build.mk: set environment variables in a single command,
15049 instead of a list of assignments and exports
15050
15051 * config.guess: recognize Alpha/OSF1 systems
15052
15053 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15054
15055 * configure: Change help message to prefer --options rather than
15056 -options.
15057
15058 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15059
15060 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15061 zippy@ecst.csuchico.edu.
15062 * config.guess: Recognize miniframe.
15063
15064 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15065
15066 * Makefile.in: Use srcroot to find runtest rather than rootme.
15067 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15068
15069 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15070
15071 * test-build.mk: Extensive additions to support building on a
15072 machine other than the host.
15073
15074 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15075
15076 * configure (tooldir): Fix for i386-aix again.
15077
15078 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15079
15080 * configure, Makefile.in: Change definition of $(tooldir)
15081 to match the FSF.
15082
15083 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15084
15085 * config.guess: Recognize i[34]86/SVR4.
15086
15087 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15088
15089 * Makefile.in (all-gdb): gdb depends on sim.
15090
15091 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15092
15093 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15094 at the same time we make the prototype gdb directory.
15095 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15096 files at the same time as the gdb base release distribution.
15097
15098 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15099
15100 * Makefile.in (check): Use individual check targets rather than
15101 DO_X rule.
15102 (check-gcc): Added.
15103
15104 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15105
15106 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15107 for System V release 3.2.
15108
15109 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15110
15111 * config.sub: Recognize hppaosf.
15112 * configure.in: Do configure ld/binutils/gas for it.
15113
15114 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15115
15116 * configure (tooldir): Alter syntax used to set this, for systems
15117 where "\$" isn't handled right, like i386-aix.
15118
15119 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15120
15121 * configure: Pass program-transform-name, not
15122 program_transform_name, to recursive configures.
15123
15124 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15125
15126 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15127 of gas+ld+binutils.
15128
15129 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15130
15131 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15132
15133 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15134
15135 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15136
15137 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15138
15139 * Makefile.in (PRMS): Set back to all-prms.
15140
15141 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15142
15143 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15144 targets, rather than for MIPS hosts.
15145
15146 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15147
15148 * configure.in: add comment for --with-x default values
15149
15150 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15151
15152 * Makefile.in: add check-* targets for each of the directories in
15153 the tree. Add a definition of RUNTEST that will use the one we
15154 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15155
15156 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15157
15158 * configure.in: Removed obsolete references to bfd_target and
15159 target_makefile_frag.
15160
15161 * build-all.mk: Set assorted targets for Q2.
15162 * config.sub: Recognize z8k-sim and h8300-hms.
15163 * test-build.mk: Really don't pass host to configure.
15164 (HOLES): Added uname.
15165
15166 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15167
15168 * configure: Handle an empty program-prefix, program-suffix or
15169 program-transform-name correctly.
15170
15171 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15172
15173 * build-all.mk: -G 8 no longer required for MIPS targets.
15174 * test-build.mk: Don't pass host argument to configure; make it
15175 guess.
15176
15177 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15178
15179 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15180 * Makefile.in (COMPRESS): New macro, like GZIP.
15181
15182 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15183
15184 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15185
15186 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15187 with gas currently defaults to -G 0.
15188
15189 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15190
15191 * Makefile.in (all-flex): flex depends on byacc.
15192
15193 * build-all.mk: If host not specified, use config.guess. Pass TAG
15194 to test-build.mk as RELEASE_TAG.
15195 * test-build.mk (configargs): New variable containing arguments to
15196 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15197 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15198
15199 * config.guess: Use /bin/uname when checking -X argument on SCO,
15200 to avoid invoking GNU uname which doesn't understand -X.
15201
15202 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15203
15204 * configure.in: Build gas for mips-*-*.
15205
15206 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15207
15208 * Makefile.in (all.normal): insert missing backslash.
15209
15210 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15211
15212 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15213
15214 * Makefile.in: Complete overhaul to merge many almost identical
15215 targets.
15216
15217 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15218
15219 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15220 (gdb.tar.Z): Adjusted.
15221
15222 * Makefile.in (setup-dirs, taz): New targets; should be general
15223 enough to adapt for gdb sometime. Build only .z file.
15224 (gas.tar.z): New target.
15225
15226 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15227
15228 * build-all.mk: Use CC=cc -Xs on Solaris.
15229
15230 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15231
15232 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15233 for handling BISON for FSF releases.
15234
15235 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15236
15237 * configure: Actually implement the change zoo just documented.
15238
15239 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15240
15241 * configure: when using config.guess, only set target_alias when
15242 it's not already been set (ie, on the command line)
15243
15244 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15245
15246 * Makefile.in: add installcheck target, set PRMS to install-prms
15247
15248 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15249
15250 * configure: add support for package_makefile_fragment, handle the
15251 case where a directory has a configure.in file but no Makefile.in
15252 more gracefully (with an actual understandable error message, even);
15253 add support for --without (and add this to the usage message); also
15254 explicitly add a --host=${host_alias} to the command line when
15255 config.guess is used
15256
15257 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15258
15259 * configure: Must use both --host and --target in recursive calls.
15260
15261 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15262
15263 * Makefile.in: Change deja-gnu to dejagnu.
15264
15265 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15266
15267 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15268
15269 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15270
15271 * configure.in: canonicalize all instances to *-*-solaris2*,
15272 also strip out a number of tools to not build for go32 host
15273
15274 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15275
15276 * config.guess: add GPL.
15277
15278 * Makefile.in, config.guess, config.sub, configure: bump
15279 copyrights to 93.
15280
15281 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15282
15283 * Makefile.in (do-info): Removed obsolete check for existence of
15284 localenv file.
15285
15286 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15287
15288 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15289
15290 * Makefile.in: a couple of 'else true' for decstation,
15291 support for TclX
15292
15293 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15294
15295 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15296
15297 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15298
15299 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15300
15301 * config.guess: Recognize i386-ibm-aix (PS/2).
15302 * configure.in: Use config/mh-aix386 file for it.
15303
15304 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15305
15306 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15307 CC_FOR_TARGET instead.
15308 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15309
15310 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15311
15312 * Makefile.in: Add sim to list of directories sent with gdb
15313
15314 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15315
15316 * configure.in: Put back mips-dec-bsd* case.
15317
15318 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15319
15320 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15321 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15322 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15323
15324 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15325
15326 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15327
15328 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15329 (install-info): install dir.info only if it exists,
15330 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15331
15332 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15333
15334 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15335 gas for mips-dec-bsd.
15336
15337 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15338
15339 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15340 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15341
15342 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15343
15344 * configure.in: Added "dejagnu" to hosttools list.
15345
15346 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15347
15348 * config.sub, configure.in, config.guess: Add support
15349 for Bosx, an AIX variant from Bull.
15350 Patches from F.Pierresteguy@frcl.bull.fr.
15351
15352 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15353
15354 * devo/dejagnu: Initial creation of devo/dejagnu.
15355 Migrated dejagnu testcases and support files for testing software
15356 tools to reside as subdirectories, currently called "testsuite",
15357 within the directory of the software tool. Migrated all programs,
15358 support libraries, etc. beloging to dejagnu proper from
15359 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15360 with no modifications. The changes to these files which will
15361 allow them to configure, build, and execute properly will be made
15362 in a future update.
15363
15364 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15365
15366 * Makefile.in: Change send_pr to send-pr.
15367 * configure.in: Likewise.
15368 * send_pr: Renamed directory to send-pr.
15369
15370 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15371
15372 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15373
15374 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15375
15376 * README: Update for gdb-4.8 release.
15377 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15378 gdb-xxx.tar.z (gzip'd) file also.
15379
15380 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15381
15382 * Makefile.in: make all-diff depend on all-libiberty
15383
15384 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15385
15386 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15387
15388 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15389
15390 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15391
15392 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15393
15394 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15395 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15396 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15397
15398 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15399
15400 * Makefile.in: makeinfo binary is in a new location
15401
15402 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15403
15404 * config.sub: Accept -ecoff as an OS.
15405
15406 * Makefile.in: Various changes to eliminate a level of make
15407 recursion and reduce the required command line length.
15408 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15409 sub-makes.
15410 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15411 variables holding settings for specific sub-makes.
15412 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15413 in terms of BASE_FLAGS_TO_PASS.
15414 (TARGET_LIBS): New variable listing directories which use
15415 TARGET_FLAGS_TO_PASS.
15416 (subdir_do): Eliminated.
15417 (do-*): New set of targets to replace subdir_do.
15418 (various): All targets which used subdir_do now depend on do-*.
15419 (local-clean): Renamed from do_clean.
15420 (local-distclean): New target, dependency of distclean and
15421 realclean.
15422 (install-info): Don't create directories. Depend on dir.info
15423 rather than calling make recursively.
15424 (install-dir.info): Eliminated.
15425 (install-info-dirs): Create all info directories here.
15426 (dir.info): Depend upon do-install-info.
15427
15428 * test-build.mk (HOLES): Added false.
15429
15430 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15431
15432 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15433
15434 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15435
15436 * Makefile.in (info): remove dependency on all-texinfo. The
15437 problem was really in texinfo/C, not at this level.
15438
15439 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15440
15441 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15442
15443 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15444
15445 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15446 GDB releases.
15447
15448 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15449
15450 * configure: Include srcdir in message about target of link not
15451 being found. Don't convert `-' to `_' in `with' options being
15452 passed to subdirs.
15453
15454 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15455
15456 * configure.in: add uudecode to host_tools
15457
15458 * Makefile.in: added {all,install}-uudecode targets, added them to
15459 the appropriate lists
15460
15461 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15462
15463 * Makefile.in (all-gcc): Added dependency on all-gas.
15464
15465 * configure.in (mips-*-*): Build ld and binutils.
15466
15467 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15468
15469 * configure: check return code from mkdir, print error message and
15470 exit on failure.
15471
15472 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15473
15474 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15475
15476 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15477
15478 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15479
15480 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15481
15482 * config.sub (h8500): Recognize this as a cpu type.
15483
15484 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15485
15486 * configure: source directory missing is no longer a warning
15487
15488 * configure.in: recognize irix[34]* instead of irix[34]
15489
15490 * Makefile.in: define and pass down X11_LIB
15491
15492 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15493
15494 * guess-systype: Renamed to ...
15495 * config.guess: ... by popular request.
15496 * configure.in, Makefile.in: Update accordingly.
15497
15498 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15499
15500 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15501 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15502 + Execute ./dummy instead of assuming . is in PATH.
15503
15504 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15505
15506 * guess-systype: New shell script. Attempts to guess the
15507 canonical host name of the executing host.
15508 Only a few hosts are supported so far.
15509 * configure: Call guess-systype if no host is specified.
15510
15511 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15512
15513 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15514 gcc Makefile.
15515
15516
15517 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15518
15519 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15520 (all-gcc, install-gcc, subdir_do): Use it.
15521
15522 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15523
15524 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15525
15526 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15527
15528 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15529 set exclusively by configure, using configure.in .
15530
15531 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15532
15533 * test-build.mk: set $PATH for all builds
15534
15535 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15536
15537 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15538
15539 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15540 the one used in gcc/Makefile.in, so that a null expansion doesn't
15541 override the one needed to build gcc with a native cc.
15542
15543
15544 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15545
15546 * configure: Accept -with arguments.
15547
15548 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15549
15550 * Makefile.in: added h8300sim
15551
15552 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15553
15554 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15555 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15556 (all-cygnus, native, build-cygnus): Make
15557 $(canonhost)-stamp-3stage-done, not $(host)....
15558 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15559 i386-sco3.2v4. Added else true to if command.
15560
15561 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15562
15563 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15564
15565 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15566
15567 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15568
15569 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15570
15571 * configure.in: don't remove binutils from Solaris builds
15572
15573 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15574
15575 * Makefile.in: get rid of earlier definitions for *clean,
15576 also handle the recursive info rule better
15577
15578 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15579
15580 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15581 do more-or-less the right thing.
15582
15583 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15584
15585 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15586 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15587
15588 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15589
15590 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15591 $(host_canonical).
15592
15593 * configure.in: split the configdirs list into 4 categories (native
15594 v. cross, library v. tool) and handle the cross-only and native-
15595 only in more reasonable (and correct!) way.
15596
15597 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15598
15599 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15600 configdirs anymore.
15601
15602 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15603
15604 * Makefile.in: extensive cleanup:: removed all of the explicit
15605 clean-* targets, collapsed many wrappers around subdir_do into
15606 one, added additional targets to satisfy standards.texi, deleted
15607 some old targets, some changes for consistency
15608
15609 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15610
15611 * configure.in: handle some programs as cross-only, and others as
15612 native only
15613
15614 * test-build.mk: handle partial holes in a more generic manner
15615
15616 * Makefile.in: m4 depends on libiberty
15617
15618 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15619
15620 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15621 time, wdiff, and find to configdirs
15622
15623 * Makefile.in: all, clean, and install rules for the new programs
15624 added to configure.in
15625
15626 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15627
15628 * configure.in: use mh-sun for all *-sun-* hosts
15629
15630 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15631
15632 * Makefile.in: define flags for X11 include files and library file
15633 locations, pass them down to the programs that need this info
15634
15635 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15636
15637 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15638
15639 * configure.in: start building libg++ for HP-UX targets
15640
15641 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15642
15643 * README: Update references to files moved into etc/.
15644
15645 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15646
15647 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15648 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15649
15650 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15651
15652 * configure: accept dash as well as underscore in long option
15653 names for FSF compatibility.
15654
15655 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15656
15657 * config.sub: added -sco3.2v4 support from FSF.
15658
15659 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15660
15661 * configure.in: expand the section that adds or removes
15662 directories from the list of programs to build, to handle native
15663 vs. cross in addition to host v. native
15664
15665 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15666
15667 * Makefile.in: Replace C++ in macro names with CXX.
15668 This is less likely to break ...
15669
15670 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15671
15672 * test-build.mk: add -w to GNU_MAKE
15673
15674 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15675
15676 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15677 add 'sparc' to list of recognized cpus. This needed to make
15678 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15679 Delete some redundant ose68 variants. Recognize -wrs as an os,
15680 then changes that into $CPU-wrs-vxworks.
15681
15682 * configure.in: remove most references to gdbtest, regularize
15683 target based program removal
15684
15685 * test-build.mk: import from p3 tree (many fixes and changes)
15686
15687 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15688
15689 * Makefile.in: added rules to handle tcl, tk, and expect
15690
15691 * configure.in: handle those directories if they exist
15692
15693 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15694
15695 * config.sub: removed bogus hppabsd and hppahpux names, since
15696 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15697
15698 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15699
15700 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15701 depends upon all-xiberty
15702
15703 * Makefile.in: changes from p3, including:
15704
15705 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15706
15707 * Makefile.in (XTRAFLAGS): include newlib directories if
15708 newlib/Makefile exists, rather than if host != target.
15709
15710 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15711
15712 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15713 from the same source tree and not building a cross-compiler. This
15714 matters for the libg++ configuration if reconfiguring a tree that
15715 has already been installed.
15716
15717 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15718
15719 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15720 pick up the machine and system specific header files.
15721
15722 * Makefile.in: added AS_FOR_TARGET, passed down in
15723 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15724 the C compiler to use to create programs which are run in the
15725 build environment, set it to default to $(CC), and passed it down
15726 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15727
15728 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15729
15730 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15731 We need them for unusual native builds, like systems without
15732 ranlib.
15733
15734 * configure: also define $(host_canonical) and
15735 $(target_canonical), which are the full, canonical names for the
15736 given host and target
15737
15738 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15739
15740 * Makefile.in: Added separate definitions for C++.
15741
15742 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15743
15744 * configure.in (configdirs): Add deja-gnu.
15745
15746 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15747
15748 * README: Update for configure.texi and gdb-4.7 release.
15749
15750 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15751
15752 * Makefile.in: Move "all" target to top of file.
15753 Previously, first target was ".PHONY" which caused BSD4.4 make
15754 to build .PHONY when make was run without arguments.
15755
15756 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15757
15758 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15759 Library-copylefted code in libiberty.
15760
15761 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15762
15763 * config.sub: Replace m68kmote with plain old m68k.
15764
15765 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15766
15767 * Makefile.in: Remove space from blank line, avoid Make complaints.
15768
15769 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15770
15771 * config.sub: Complain if no argument is given. Added support for
15772 386bsd as OS and target alias.
15773
15774 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15775
15776 * Makefile.in (XTRAFLAGS): include newlib directories if
15777 newlib/Makefile exists, rather than if host != target.
15778
15779 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15780
15781 * config.sub: recognize sparclite-wrs-vxworks.
15782
15783 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15784 p3.) Added clean-xiberty to clean.
15785
15786 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15787
15788 * configure.in: use *-*-* instead of nested cases for host and target
15789
15790 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15791
15792 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15793 from the same source tree and not building a cross-compiler. This
15794 matters for the libg++ configuration if reconfiguring a tree that
15795 has already been installed.
15796
15797 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15798
15799 * config.sub (i486v/i486v4): Merge in from FSF version.
15800
15801 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15802
15803 * configure: only set PWD if it is already set.
15804
15805 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15806
15807 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15808 doesn't have unset and all success paths (and most error paths)
15809 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15810 to just ${PWD} to avoid confusion.)
15811
15812 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15813
15814 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15815 even for a native compilation.
15816
15817 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15818
15819 Changes to make the gdb.tar.Z rule work better.
15820
15821 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15822 (DEVO_SUPPORT): Add configure.texi.
15823 (bfd-ilrt.tar.Z): Remove ancient rule.
15824
15825 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15826
15827 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15828 pick up the machine and system specific header files.
15829
15830 * configure.in, config.sub: added new target m68010-adobe-scout,
15831 with alias of adobe68k. Changed configure.in to check for
15832 -scout before -sco* to avoid a false match.
15833
15834 * Makefile.in: added AS_FOR_TARGET, passed down in
15835 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15836 the C compiler to use to create programs which are run in the
15837 build environment, set it to default to $(CC), and passed it down
15838 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15839
15840 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15841
15842 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15843 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15844 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15845 FOR_TARGET variants, to newlib and libg++.
15846
15847 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15848
15849 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15850 first.
15851
15852 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15853
15854 * config.sub: Accept `elf' as an environment.
15855
15856 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15857
15858 * Makefile.in (all-opcodes): cd into the right directory
15859
15860 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15861
15862 * configure: added -program_transform_name option, used as
15863 argument to sed when installing programs.
15864 configure.texi: added documentation for -program_prefix,
15865 -program_suffix and -program_transform_name.
15866
15867 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15868
15869 * config.sub: Accept i486 where i386 ok.
15870
15871 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15872
15873 * config.sub: accept we32k
15874
15875 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15876
15877 * config.sub, configure.in: accept OSE68000 and OSE68k.
15878
15879 * Makefile.in: don't create all directories for ``make install'';
15880 let the subdirectories create the ones they need.
15881
15882 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15883
15884 * COPYING: new file, GPL v2
15885
15886 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15887
15888 * Makefile.in: use the new gen-info-dir, which needs a template
15889 argument (which also lives in texinfo)
15890
15891 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15892
15893 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15894
15895 * config.sub (ncr3000): Change i386 to i486.
15896
15897 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15898
15899 * Makefile.in: add install-rcs, install-grep to
15900 install-no-fixedincludes, removed install-bison and install-libgcc
15901
15902 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15903
15904 * configure.in: grab the HPUX makefile fragment if on HPUX
15905
15906 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15907
15908 * Makefile.in: eradicate bison spoor (ditto libgcc).
15909 configure.in: recognise m68{k,000}-ericsson-OSE.
15910 es1800 is alias for m68k-ericsson-OSE
15911
15912 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15913
15914 * configure.in: rearrange the parts that remove programs from
15915 configdirs, based now on HOST==TARGET or by canonical triple.
15916
15917 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15918
15919 * test-build.mk: recurse explicitly with -f test-build.mk when
15920 appropriate. predicate stage3 and comparison on the existence
15921 of gcc. That is, if gcc isn't around, we aren't three-staging.
15922 On very clean, also remove ...stamp-co. Build in-place before
15923 doing other builds.
15924
15925 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15926
15927 * Makefile.in, configure.in: add tgas
15928
15929 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15930
15931 * Makefile.in: a number of changes merged in from progressive.
15932
15933 * configure.in: add libm.
15934
15935 * .cvsignore: ignore some stuff that comes from test-build.mk.
15936
15937 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15938
15939 * config.sub: Add es1800 (m68k-ericsson-es1800).
15940
15941 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15942
15943 * configure: Add program_suffix (parallel to program_prefix)
15944 * Makefile.in: adjust directory-creating script for losing decstation
15945
15946 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15947
15948 * configure: Minor $subdir-related fixes.
15949
15950 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15951
15952 * configure: fix various problems with propogating
15953 makefile_target_frag in subdirs.
15954 * configure.in: config libgcc if its there
15955
15956 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15957
15958 * config.sub: HPPA merge.
15959
15960 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15961
15962 * Makefile.in: Replace all-bison with all-byacc in all
15963 dependency lines for other tools (which now use byacc).
15964
15965 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15966
15967 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15968
15969 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15970
15971 * Makefile.in: make gprof rules similar to byacc rules (instead of
15972 vestigal $(unsubdir) that didn't work...)
15973
15974 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15975
15976 * config.sub: Add support for Linux.
15977 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15978 (at least for libg++).
15979
15980 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15981
15982 * configure.texi: fix doc for the -nfp option to configure
15983
15984 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15985
15986 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15987
15988 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15989
15990 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15991 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15992 * configure.in: added solaris* host_makefile_frag hook.
15993
15994 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15995
15996 * config.sub: changed recognition of m68000 so that various
15997 m68k types can be specified via m680[01234]0
15998
15999 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16000
16001 * config.sub (basic_machine): fix sed so that '-foo' isn't
16002 completely substituted out while .+'-foo' loses the '-foo'
16003
16004 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16005
16006 * config.sub ($os): Add -aout.
16007
16008 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
16009
16010 * configure: If host_makefile_frag is absolute, don't
16011 prefix ${invsubdir} (relevant to libg++ auto-configure).
16012
16013 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16014
16015 * Makefile.in (tooldir): Define it.
16016 (all-ld): Depend on all-flex.
16017
16018 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16019
16020 * Makefile.in (check): Fix libg++ special case.
16021
16022 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16023
16024 * configure: do not bury `pwd` into config.status, thus do fewer
16025 pwd's.
16026
16027 * configure: print the "Building in" message only when building in
16028 other than "." AND verbose.
16029
16030 * configure: remove -s, rework -v to better accomodate guested
16031 configures.
16032
16033 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16034
16035 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16036
16037 * Makefile.in: macroize flags passed on recursion. remove
16038 fileutils.
16039
16040 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16041
16042 * configure: get makesrcdir right for subdirs deeper than 1.
16043
16044 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16045 install.
16046
16047 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16048
16049 * Makefile.in: don't print subdir_do or recursion lines.
16050
16051 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16052
16053 * standards.texi: added menu item.
16054
16055 * Makefile.in: build and install standards.info.
16056
16057 * standards.texi: new file.
16058
16059 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16060
16061 * configure: test for and move config.status pieces from
16062 ${subdir}/.
16063
16064 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16065
16066 * configure: Test for existance of files before trying to mv
16067 them, to avoid numerous non-existance messages.
16068
16069 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16070
16071 * configure: correct final line of config.status.
16072
16073 * configure: patch from eggert. Avoids a protection problem if
16074 the original Makefile.in is read only.
16075
16076 * configure: use move-if-change from gcc to create config.status.
16077 Some makefiles depend on config.status to tell if a directory
16078 has been reconfigured for a different host. This change
16079 prevents those directories from remaking everything in the case
16080 where the reconfig was only intended to rebuild a Makefile.
16081
16082 * configure: test for config.sub with "config.sub sun4" rather
16083 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16084 host alias from a missing config.sub.
16085
16086 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16087
16088 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16089 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16090
16091 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16092
16093 * configure: mkdir ${subdir} as needed.
16094
16095 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16096
16097 * Makefile.in,configure.in: added autoconf.
16098
16099 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16100
16101 * Makefile.in: no longer pass against on recursion.
16102
16103 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16104 definitions are not inherited.
16105
16106 * configure: correct makesrcdir when subdir is .
16107
16108 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16109
16110 * configure: Add support for 'subdirs' variable, which is
16111 like 'configdirs', except that configure doesn't re-invoke
16112 itself for subdirs, it just creates a Makefile for each subdir.
16113 * configure.texi: Document subdirs.
16114
16115 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16116
16117 * configure.in: added flex to configdirs
16118
16119 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16120
16121 * Makefile.in: remove clean-stamps from clean.
16122
16123 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16124
16125 * configure.in: Add gdbtest to configdirs.
16126
16127 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16128
16129 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16130 to recursive makes.
16131 * configure.in: Recognize new ncr3000 config.
16132
16133 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16134
16135 * Makefile.in, configure.in: removed references to gdbm.
16136
16137 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16138
16139 * config.sub: Don't canonicalize os value
16140 newsos* to bsd (readline needs to check for newsos).
16141 (This fix was earlier made Jan 31, but got re-broken.)
16142
16143 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16144
16145 * configure.in: sco is an os, not a vendor!
16146
16147 * configure: Quote $( better. Keep various shells happy.
16148
16149 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16150
16151 * Makefile.in: eliminate stamp-files.
16152
16153 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16154
16155 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16156 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16157
16158 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16159
16160 * config.sub: fix iris/iris3.
16161
16162 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16163
16164 * configure: re-add -rm.
16165
16166 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16167
16168 * Maskefile.in: add .stmp-rcs to all.
16169
16170 * configure.in: remove gas from rs6000 build, use aix host fragment.
16171
16172 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16173
16174 * configure: pass down site_option during recursion.
16175
16176 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16177
16178 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16179
16180 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16181
16182 * configure: Change exec_prefix so that it really defaults to prefix.
16183
16184 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16185
16186 * Makefile.in, configure.in: Add support for mmalloc library.
16187
16188 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16189
16190 * Makefile.in: add stmp dependencies for a few more things.
16191
16192 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16193
16194 * configure: adjusted error message on objdir/srcdir configure
16195 collision, per john's suggestion.
16196
16197 * Makefile.in: add libiberty stmp to all and all.cross.
16198
16199 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16200
16201 * Makefile.in: remove force dependencies, add grep to all.
16202
16203 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16204
16205 * Makefile.in: drop flex. make stamp files work.
16206
16207 * configure: added test for conflicting configuration in srcdir,
16208 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16209 gets cranky. use relative paths for configure and srcdir
16210 whenever possible. Send some error messages to stderr that were
16211 going to stdout.
16212
16213 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16214
16215 * Makefile.in: Fix libg++ rule to check for gcc directory
16216 before using gcc/gcc. Also pass XTRAFLAGS.
16217
16218 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16219
16220 * Makefile.in: added stmp-files so that directories aren't polled
16221 when they are already built.
16222
16223 * configure.texi: fixed a node pointer problem.
16224
16225 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16226
16227 * config.sub configure.in gdb/configure.in
16228 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16229 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16230 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16231
16232 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16233
16234 * configure: -recurring becomes -silent. corrected help message
16235 for -site= option.
16236
16237 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16238
16239 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16240
16241 * configure: when building Makefile for crosses, replace
16242 tooldir and program_prefix. default srcdir from location of
16243 config.sub. remove "for host in hosts" and "for target in
16244 targets" loops.
16245
16246 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16247
16248 * Makefile.in: Do not pass bindir or mandir to cvs.
16249
16250 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16251
16252 * Makefile.in, configure.in: removed traces of namesubdir,
16253 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16254 copyrights to '92, changed some from Cygnus to FSF.
16255
16256 * configure.texi: remove most references to multiple hosts,
16257 multiple targets, subdirs, etc.
16258
16259 * configure.man: removed rcsid. reference config.sub not
16260 config.subr.
16261
16262 * Makefile.in: mkdir $(infodir) on install-info.
16263
16264 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16265
16266 * configure.texi: Explain better about .gdbinit and about
16267 the environment that configure.in sections run in.
16268
16269 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16270
16271 * configure.in: Ultrix is only a decstation if it's a MIPS.
16272
16273 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16274
16275 * README: DOC.configure => cfg-paper.texi.
16276
16277 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16278
16279 * config.sub (near case $os): Don't convert newsos* to bsd!
16280
16281 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16282
16283 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16284 the number of copies of COPYING that go into the GDB tar file.
16285
16286 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16287
16288 * bfd/configure.in, gdb/config/mh-i386sco,
16289 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16290 Fix SCO configuration stuff.
16291
16292 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16293
16294 * Makefile.in: For libg++, make sure the -I pointing
16295 to the gcc directory goes *after* all the libg++-local -I flags.
16296 Also, move just-gcc dependency from just-libg++ to all-libg++.
16297
16298 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16299
16300 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16301
16302 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16303
16304 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16305
16306 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16307
16308 * config.sub: Add stratus configuration frags. Also
16309 submitted to FSF.
16310
16311 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16312
16313 * Makefile.in (DEV_SUPPORT): add configure.man.
16314
16315 * config.sub(Decode manufacturer-specific): add -none*.
16316
16317 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16318
16319 * Makefile.in: remove form feeds to make Sun's make happy.
16320 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16321
16322 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16323
16324 * Makefile.in (AR_FLAGS): Make quieter.
16325
16326 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16327
16328 * configure.in: Add libg++.
16329 * configure: When verbose, don't output the command line at each
16330 level; it will be unremarkably the same as the previous version,
16331 which will be the same as what the user typed.
16332
16333 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16334
16335 * configure.in, Makefile.in: fix clean-info, add flex. add
16336 fileutils.
16337
16338 * configure: be less sensitive to spaces in Makefile.in. Do not
16339 look for sources in "..". Doing so breaks subdirectories that
16340 might have their own configure. If a subdir has it's own
16341 configure script, use it.
16342
16343 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16344
16345 * cfg-paper.texi: some changes suggested by rms.
16346
16347 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16348
16349 * config.sub: Merge in some small additions from the FSF version,
16350 taken from the gcc distribution, to bring the Cygnus and FSF
16351 versions into closer sync.
16352
16353 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16354
16355 * configure.in: Changed svr4 references to sysv4.
16356
16357 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16358
16359 * configure: added -V for version number option.
16360
16361 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16362
16363 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16364 renamed from DOC.configure to cfg-paper.texi.
16365
16366 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16367
16368 * configure, config.subr, config.sub: config.subr is now
16369 config.sub again.
16370
16371 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16372
16373 * configure.texi: new file, in progress.
16374
16375 * Makefile.in: build info file and install the man page for
16376 configure.
16377
16378 * configure.man: new file, first cut.
16379
16380 * configure: find config.subr again now that configuration "none"
16381 has gone. removed all traces of the -ansi option. removed all
16382 traces of the -languages option.
16383
16384 * config.subr: resync from rms.
16385
16386 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16387
16388 * configure, config.sub, config.subr: merge config.sub into
16389 config.subr, call the result config.subr, remove config.sub, use
16390 config.subr.
16391
16392 * Makefile.in: revised install for dir.info.
16393
16394 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16395
16396 * configure.in: add decstation host makefile frag.
16397
16398 * Makefile.in: BISON now bison -y again. also install-gcc on
16399 install. clean-gdbm on clean. infodir belongs in datadir.
16400 Make directories for info install. Build dir.info here then
16401 install it.
16402
16403 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16404
16405 * Makefile.in: fix for bad directory tests.
16406
16407 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16408
16409 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16410 regexp. -srcdir relative was being handled incorrectly.
16411
16412 * Makefile.in: unwrapped some for loops so that parallel makes
16413 work again and so one can focus one's attention on a particular
16414 package.
16415
16416 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16417
16418 * configure: added PWD as a stand in for `pwd` (for speed). use
16419 elif wherever possible. make -srcdir work without -objdir.
16420 -objdir= commented out.
16421
16422 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16423
16424 * configure: +options become --options. -subdirs commented out.
16425 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16426 Makefile now at top of generated Makefile. Removed cvs log
16427 entries. added -srcdir. create .gdbinit only if there is one
16428 in ${srcdir}.
16429
16430 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16431 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16432 and mandir now keyed off datadir by default.
16433
16434 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16435
16436 * Freshly created ChangeLog.
16437
16438 \f
16439 Local Variables:
16440 mode: change-log
16441 left-margin: 8
16442 fill-column: 76
16443 version-control: never
16444 End: