]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ChangeLog
src-release: fix indentation
[thirdparty/binutils-gdb.git] / ChangeLog
1 2021-01-12 Mike Frysinger <vapier@gentoo.org>
2
3 * src-release.sh (do_proto_toplev): Rewrite indentation.
4
5 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
6
7 PR binutils/26766
8 * configure.ac:
9 * configure: Regenerated.
10
11 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
12
13 PR ld/27173
14 * configure: Regenerated.
15 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
16 --plugin and rc before enabling --plugin.
17
18 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
19
20 PR binutils/26766
21 * Makefile.tpl (BUILD_CFLAGS): New.
22 (CFLAGS): Append $(BUILD_CFLAGS).
23 (CXXFLAGS): Likewise.
24 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
25 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
26 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
27 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
28 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
29 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
30 (PGO-TRAINING-TARGETS): Likewise.
31 (PGO_BUILD_TRAINING): Likewise.
32 (all): Add '+' to the command line for recursive make. Support
33 the PGO build.
34 * configure.ac: Add --enable-pgo-build[=lto].
35 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
36 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
37 * Makefile.in: Regenerated.
38 * configure: Likewise.
39
40 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
41
42 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
43 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
44 * configure.ac: Include config/gcc-plugin.m4.
45 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
46 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
47 RANLIB if possible.
48 * Makefile.in: Regenerated.
49 * configure: Likewise.
50
51 2021-01-09 Nick Clifton <nickc@redhat.com>
52
53 * 2.36 release branch crated.
54
55 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
56
57 * libtool.m4: Match gnu* along with other GNU systems.
58
59 2021-01-07 Alan Modra <amodra@gmail.com>
60
61 * config.sub: Accept OS of eabi* and gnueabi*.
62
63 2021-01-05 Nick Alcock <nick.alcock@oracle.com>
64
65 * Makefile.def (libctf): No longer no_check. Checking depends on
66 all-ld.
67 * Makefile.in: Regenerated.
68
69 2021-01-05 Nick Clifton <nickc@redhat.com>
70
71 * libiberty: Sync with gcc. Bring in:
72 2021-01-04 Martin Liska <mliska@suse.cz>
73
74 * strverscmp.c: Convert to utf8 from iso8859.
75
76 2020-12-22 Jason Merrill <jason@redhat.com>
77
78 PR c++/67343
79 * cp-demangle.h (struct d_info): Add unresolved_name_state.
80 * cp-demangle.c (d_prefix): Add subst parm.
81 (d_nested_name): Pass it.
82 (d_unresolved_name): Split out from...
83 (d_expression_1): ...here.
84 (d_demangle_callback): Maybe retry with old sr mangling.
85 * testsuite/demangle-expected: Add test.
86
87 2020-12-21 Jason Merrill <jason@redhat.com>
88
89 * cp-demangle.c (d_expression_1): Recognize qualified-id
90 on RHS of dt/pt.
91 * testsuite/demangle-expected: Add test.
92
93 2020-12-21 Jason Merrill <jason@redhat.com>
94
95 * cp-demangle.c (d_unqualified_name): Clear is_expression.
96 * testsuite/demangle-expected: Add tests.
97
98 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
99
100 * configure: Regenerate.
101 * configure.ac: Avoid using sanitizer.
102
103 2020-11-13 Eduard-Mihai Burtescu <eddyb@lyken.rs>
104
105 * rust-demangle.c (struct rust_demangler): Add
106 skipping_printing and bound_lifetime_depth fields.
107 (eat): Add (v0-only).
108 (parse_integer_62): Add (v0-only).
109 (parse_opt_integer_62): Add (v0-only).
110 (parse_disambiguator): Add (v0-only).
111 (struct rust_mangled_ident): Add punycode{,_len} fields.
112 (parse_ident): Support v0 identifiers.
113 (print_str): Respect skipping_printing.
114 (print_uint64): Add (v0-only).
115 (print_uint64_hex): Add (v0-only).
116 (print_ident): Respect skipping_printing,
117 Support v0 identifiers.
118 (print_lifetime_from_index): Add (v0-only).
119 (demangle_binder): Add (v0-only).
120 (demangle_path): Add (v0-only).
121 (demangle_generic_arg): Add (v0-only).
122 (demangle_type): Add (v0-only).
123 (demangle_path_maybe_open_generics): Add (v0-only).
124 (demangle_dyn_trait): Add (v0-only).
125 (demangle_const): Add (v0-only).
126 (demangle_const_uint): Add (v0-only).
127 (basic_type): Add (v0-only).
128 (rust_demangle_callback): Support v0 symbols.
129 * testsuite/rust-demangle-expected: Add v0 testcases.
130
131 2020-11-13 Seija Kijin <doremylover456@gmail.com>
132
133 * strstr.c (strstr): Make implementation ANSI/POSIX compliant.
134
135 2020-11-11 Patrick Palka <ppalka@redhat.com>
136
137 PR c++/88115
138 * cp-demangle.c (d_print_comp_inner)
139 <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the
140 "operator " prefix for __alignof__.
141 <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the
142 operand of __alignof__.
143 * testsuite/demangle-expected: Test demangling for __alignof__.
144
145 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org>
146
147 * pex-win32.c (pex_win32_exec_child): Initialize orig_err.
148
149 2020-10-06 Martin Liska <mliska@suse.cz>
150
151 PR lto/97290
152 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
153 Use sh_link of a .symtab_shndx section.
154
155 2021-01-05 Alan Modra <amodra@gmail.com>
156
157 * config.guess: Import from upstream.
158 * config.sub: Likewise.
159
160 2020-12-16 Martin Liska <mliska@suse.cz>
161 Tom de Vries <tdevries@suse.de>
162
163 * gdb/debuginfod-support.c (struct user_data): Remove has_printed
164 field. Add meter field.
165 (progressfn): Print progress using meter.
166
167 2020-12-02 Enze Li <lienze2010@hotmail.com>
168
169 * .gitignore: Add gnu global outputs.
170
171 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
172
173 * .gitignore: Sync with gcc.
174
175 2020-10-26 Andreas Rammhold <andreas@rammhold.de>
176
177 * src-release.sh: Use sha256sum instead of md5sum.
178
179 2020-10-14 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * Makefile.in: Rebuild.
182 * Makefile.def: Make distclean-gnulib depend on distclean-gdb and
183 distclean-gdbserver.
184
185 2020-07-24 Aaron Merey <amerey@redhat.com>
186
187 * configure: Rebuild.
188 * configure.ac: Remove AC_DEBUGINFOD.
189
190 2020-07-04 Nick Clifton <nickc@redhat.com>
191
192 Binutils 2.35 branch created.
193
194 2020-04-21 Stephen Casner <casner@acm.org>
195
196 PR 25830
197 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
198 * configure: Rebuild.
199
200 2020-03-12 Tom Tromey <tom@tromey.com>
201
202 * Makefile.in: Rebuild.
203 * Makefile.def (gdbserver): Depend on gdbsupport.
204
205 2020-03-12 Tom Tromey <tom@tromey.com>
206
207 * Makefile.in: Rebuild.
208 * Makefile.def (gdbsupport): Don't depend on bfd.
209
210 2020-03-12 Tom Tromey <tom@tromey.com>
211
212 * Makefile.in: Rebuild.
213 * Makefile.def (gdbsupport): Depend on intl.
214
215 2020-02-17 Tom Tromey <tom@tromey.com>
216
217 * configure: Rebuild.
218 * configure.ac (configdirs): Add gnulib and gdbsupport when building
219 gdbserver.
220
221 2020-02-14 Tom Tromey <tom@tromey.com>
222
223 * Makefile.in: Rebuild.
224 * Makefile.def: Make gdbserver require gnulib and libiberty.
225
226 2020-02-07 Tom Tromey <tom@tromey.com>
227 Pedro Alves <palves@redhat.com>
228
229 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbserver.
230 * gdbserver: New directory, moved from gdb/gdbserver.
231 * configure.ac (host_tools): Add gdbserver.
232 Only build gdbserver on certain systems.
233 * Makefile.in, configure: Rebuild.
234 * Makefile.def (host_modules, dependencies): Add gdbserver.
235 * MAINTAINERS: Add gdbserver.
236
237 2020-01-28 Sergio Durigan Junior <sergiodj@redhat.com>
238
239 * src-release.sh (getver): Look for gdbsupport's
240 create-version.sh script at the current directory if tool is
241 "gdb".
242
243 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
244
245 * remote-sim.c (gdbsim_target::wait): Return
246 sim_data->remote_sim_ptid instead of inferior_ptid.
247
248 2020-01-18 Nick Clifton <nickc@redhat.com>
249
250 Binutils 2.34 branch created.
251
252 2020-01-18 Nick Clifton <nickc@redhat.com>
253
254 Synchronize top level configure files with master version:
255
256 2020-01-01 Ben Elliston <bje@gnu.org>
257
258 * config.guess: Update copyright years.
259 * config.sub: Likewise.
260
261 2019-12-21 Ben Elliston <bje@gnu.org>
262
263 * config.guess (set_cc_for_build): Prevent multiple calls by
264 checking if $tmp is already set. We can't check CC_FOR_BUILD as
265 the user may set it externally. Thanks to Torbjörn Granlund for
266 the bug report.
267
268 2019-12-21 Torbjörn Granlund <tg@gmplib.org>
269
270 * config.guess (alpha:Linux:*:*): Guard against missing
271 /proc/cpuinfo by redirecting standard error to /dev/null.
272
273 2019-09-12 Daniel Bittman <danielbittman1@gmail.com>
274
275 * config.guess (*:Twizzler:*:*): New.
276 * config.sub (-twizzler*): New.
277
278 2019-07-24 Ben Elliston <bje@gnu.org>
279
280 * config.guess (mips:OSF1:*.*): Whitespace cleanup.
281
282 2019-06-30 Ben Elliston <bje@gnu.org>
283
284 * config.sub (case $os): Match nsk* and powerunix. Don't later
285 match nsk* and set os=nsk which removes the OS version number.
286
287 2019-06-30 Ben Elliston <bje@gnu.org>
288
289 * config.sub: Recognise os108*.
290
291 2019-06-26 Ben Elliston <bje@gnu.org>
292
293 * config.sub (hp300): Set $os to hpux.
294
295 2019-06-26 Ben Elliston <bje@gnu.org>
296
297 * config.sub (vsta): Move into alphabetical order.
298
299 2019-06-10 Ben Elliston <bje@gnu.org>
300
301 * config.guess (*:OS108:*:*): Recognise new OS.
302
303 2019-05-28 Ben Elliston <bje@gnu.org>
304
305 * config.guess (*:Darwin:*:*): Run xcode-select to determine if a
306 system compiler is installed. If not, do not run set_cc_for_build,
307 as the default cc will open a dialog box asking to install
308 Xcode. If no C compiler is available, guess based on uname -p and
309 uname -m.
310
311 2019-05-28 Ben Elliston <bje@gnu.org>
312
313 * config.guess (*:Darwin:*:*): Simplify UNAME_PROCESSOR.
314
315 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
316
317 * Makefile.def: Add dependencies of all-gdbsupport on all-bfd.
318 * Makefile.in: Re-generate.
319
320 2020-01-14 Tom Tromey <tom@tromey.com>
321
322 * src-release.sh (GDB_SUPPORT_DIRS): Add gdbsupport.
323 * MAINTAINERS: Add gdbsupport.
324 * configure: Rebuild.
325 * configure.ac (configdirs): Add gdbsupport.
326 * gdbsupport: New directory, move from gdb/gdbsupport.
327 * Makefile.def (host_modules, dependencies): Add gnulib.
328 * Makefile.in: Rebuild.
329
330 2020-01-09 Aaron Merey <amerey@redhat.com>
331
332 * config/debuginfod.m4: New file. Add macro AC_DEBUGINFOD. Adds
333 new configure option --with-debuginfod.
334 * configure: Regenerate.
335 * configure.ac: Call AC_DEBUGINFOD.
336
337 2019-12-26 Christian Biesinger <cbiesinger@google.com>
338
339 * .gitignore: Add perf.data and perf.data.old.
340
341 2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
342
343 * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
344
345 2019-10-17 Alan Modra <amodra@gmail.com>
346
347 PR 29
348 * src-release.sh (getver): Replace "head -1" with "head -n 1".
349
350 2019-07-30 Nick Alcock <nick.alcock@oracle.com>
351
352 * Makefile.def (host_modules): libctf is no longer no_install.
353 * Makefile.in: Regenerated.
354
355 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
356
357 * Makefile.def (dependencies): all-ld depends on all-libctf.
358 * Makefile.in: Regenerated.
359
360 2019-09-09 Phil Blundell <pb@pbcl.net>
361
362 binutils 2.33 branch created
363
364 2019-08-19 Tom Tromey <tom@tromey.com>
365
366 * configure: Rebuild.
367 * configure.ac: Add --with-static-standard-libraries.
368
369 2019-08-09 Nick Clifton <nickc@redhat.com>
370
371 * libiberty: Sync with gcc. Bring in:
372 2019-08-08 Martin Liska <mliska@suse.cz>
373
374 PR bootstrap/91352
375 * lrealpath.c (is_valid_fd): New function.
376
377 2019-07-24 Martin Liska <mliska@suse.cz>
378
379 PR lto/91228
380 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
381 Find first '\0' starting from gnu_lto + 1.
382
383 2019-07-12 Ren Kimura <rkx1209dev@gmail.com>
384
385 * simple-object-elf.c (simple_object_elf_match): Check zero value shstrndx.
386 This fixes a Bug 90924.
387
388 2019-07-22 Martin Liska <mliska@suse.cz>
389
390 * simple-object-elf.c (simple_object_elf_copy_lto_debug_sections):
391 Do not search for gnu_lto_v1, but search for first '\0'.
392
393 2019-07-18 Eduard-Mihai Burtescu <eddyb@lyken.rs>
394
395 * cplus-dem.c: Include rust-demangle.h.
396 * rust-demangle.c: Include rust-demangle.h.
397 * rust-demangle.h: New file.
398
399 2019-05-31 Michael Forney <mforney@mforney.org>
400
401 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__
402 is non-zero.
403
404 2019-04-30 Ben L <bobsayshilol@live.co.uk>
405
406 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.
407 * testsuite/d-demangle-expected: Add testcase.
408
409 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.
410 * testsuite/d-demangle-expected: Add testcase.
411
412 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.
413 * testsuite/d-demangle-expected: Add testcase.
414
415 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.
416 * testsuite/d-demangle-expected: Add testcase.
417
418 * d-demangle.c (dlang_parse_integer): Fix stack underflow.
419 * testsuite/d-demangle-expected: Add testcase.
420
421 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.
422 * testsuite/demangle-expected: Add testcase.
423
424 * cp-demangle.c (d_encoding): Guard against NULL return values from
425 d_right (dc).
426 * testsuite/demangle-expected: Add testcase.
427
428 2019-04-29 Ben L <bobsayshilol@live.co.uk>
429
430 * cp-demangle.c (d_expression_1): Don't peek ahead unless the current
431 char is valid.
432 * testsuite/demangle-expected: Add testcase.
433
434 2019-04-10 Nick Clifton <nickc@redhat.com>
435
436 PR 89394
437 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
438 lengths.
439 (d_count_templates_scopes): Replace num_templates and num_scopes
440 parameters with a struct d_print_info pointer parameter. Adjust
441 body of the function accordingly. Add recursion counter and check
442 that the recursion limit is not reached.
443 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
444 Reset recursion counter afterwards, unless the recursion limit was
445 reached.
446
447 2019-07-13 Joel Brobecker <brobecker@adacore.com>
448
449 * src-release (getver): If $tool/gdbsupport/create-version.sh
450 exists, use that to determine the version number.
451
452 2019-06-21 Andreas Schwab <schwab@linux-m68k.org>
453
454 * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
455
456 2019-06-14 Tom Tromey <tom@tromey.com>
457
458 * MAINTAINERS: Add gnulib.
459 * gnulib: New directory, move from gdb/gnulib.
460 * configure.ac (host_libs): Add gnulib.
461 * configure: Rebuild.
462 * Makefile.def (host_modules, dependencies): Add gnulib.
463 * Makefile.in: Rebuild.
464
465 2019-06-03 Nick Clifton <nickc@redhat.com>
466
467 Revert:
468 2019-05-29 Nick Clifton <nickc@redhat.com>
469
470 * configure.ac (noconfigdirs): Add libctf if the target does not use
471 the ELF file format.
472 * configure: Regenerate.
473
474 2019-05-29 Nick Clifton <nickc@redhat.com>
475
476 * src-release.sh (do_proto_toplev): Add libctf to list of
477 directories that can be disabled.
478
479 2019-05-29 Nick Clifton <nickc@redhat.com>
480
481 * configure.ac (noconfigdirs): Add libctf if the target does not use
482 the ELF file format.
483 * configure: Regenerate.
484
485 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
486
487 * Makefile.def (dependencies): configure-libctf depends on all-bfd
488 and all its deps.
489 * Makefile.in: Regenerated.
490
491 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
492
493 * MAINTAINERS: Add libctf.
494
495 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
496
497 * Makefile.def (host_modules): Add libctf.
498 * Makefile.def (dependencies): Likewise.
499 libctf depends on zlib, libiberty, and bfd.
500 * Makefile.in: Regenerated.
501 * configure.ac (host_libs): Add libctf.
502 * configure: Regenerated.
503
504 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
505
506 * config.guess: Synchronize with config project master sources.
507 * config.sub: Likewise.
508 * readline/support/config.guess: Likewise.
509 * readline/support/config.sub: Likewise.
510
511 2019-04-10 Nick Clifton <nickc@redhat.com>
512
513 * libiberty: Sync with gcc. Bring in:
514 2019-04-10 Nick Clifton <nickc@redhat.com>
515
516 PR 89394
517 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
518 lengths.
519 (d_count_templates_scopes): Replace num_templates and num_scopes
520 parameters with a struct d_print_info pointer parameter. Adjust
521 body of the function accordingly. Add recursion counter and check
522 that the recursion limit is not reached.
523 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
524 Reset recursion counter afterwards, unless the recursion limit was
525 reached.
526
527 2018-06-24 Nick Clifton <nickc@redhat.com>
528
529 2.32 branch created.
530
531 2019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
532
533 Merge from GCC:
534 PR target/88535
535 * config.guess: Import upstream version 2019-01-03.
536 * config.sub: Import upstream version 2019-01-01.
537
538 2019-01-10 Nick Clifton <nickc@redhat.com>
539
540 * libiberty: Sync with gcc. Bring in:
541 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
542
543 PR other/16615
544
545 * cp-demangle.c: Mechanically replace "can not" with "cannot".
546 * floatformat.c: Likewise.
547 * strerror.c: Likewise.
548
549 2018-12-22 Jason Merrill <jason@redhat.com>
550
551 Remove support for demangling GCC 2.x era mangling schemes.
552 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
553 internal_cplus_demangle, and all subroutines.
554 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
555 Lucid, ARM, HP, and EDG demangling styles.
556 (cplus_demangle): Remove 'work' variable. Don't call
557 internal_cplus_demangle.
558
559 2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
560
561 * configure.ac: Don't configure readline if --with-system-readline is
562 used.
563 * configure: Re-generate.
564
565 2018-10-31 Joseph Myers <joseph@codesourcery.com>
566
567 Merge from GCC:
568 PR bootstrap/82856
569 * multilib.am: New file. From automake.
570
571 2018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
572
573 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
574
575 2018-07-16 Nick Clifton <nickc@redhat.com>
576
577 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
578
579 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
580
581 * config.sub: Sync with upstream version 2018-07-03.
582
583 2018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
584
585 * config.guess: Sync with upstream version 2018-06-26.
586 * config.sub: Sync with upstream version 2018-07-02.
587
588 2018-06-29 Alexandre Oliva <oliva@adacore.com>
589
590 * configure.ac: Introduce support for @unless/@endunless.
591 * Makefile.tpl (dep-kind): Rewrite with cond; return
592 postbootstrap in some cases.
593 (make-postboot-dep, postboot-targets): New.
594 (dependencies): Do not output postbootstrap dependencies at
595 first. Output non-target ones changed for configure to depend
596 on stage_last @if gcc-bootstrap, and the original deps @unless
597 gcc-bootstrap.
598 * configure.in, Makefile.in: Rebuilt.
599
600 2018-06-24 Nick Clifton <nickc@redhat.com>
601
602 * configure: Regenerate.
603
604 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
605
606 * libtool.m4: Use AC_LANG_SOURCE.
607 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
608 * README-maintainer-mode: Update version requirements.
609 * ar-lib: New file.
610 * test-driver: New file.
611 * configure: Re-generate.
612
613 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
614
615 * Makefile.def (fortran): Add check-target-libgomp-fortran.
616 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
617 * Makefile.in: Regenerate.
618
619 * configure: Regenerate.
620
621 2018-06-18 Simon Marchi <simon.marchi@ericsson.com>
622
623 * configure.ac: Sync with GCC, remove MPX-related things.
624
625 2018-05-01 Nick Clifton <nickc@redhat.com>
626
627 * config.guess: Synchronize with config project master sources.
628 * config.sub: Likewise.
629
630 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
631
632 * configure.ac: Added "nfp" target.
633 * configure: Regenerate.
634
635 2018-02-13 Maciej W. Rozycki <macro@mips.com>
636
637 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
638 * configure: Regenerate.
639
640 2018-01-30 Nick Clifton <nickc@redhat.com>
641
642 * src-release.sh (do_proto_toplev): Add patterns for more junk files
643 to delete before creating the tarball.
644
645 2018-01-29 Nick Clifton <nickc@redhat.com>
646
647 * src-release.sh (do_proto_toplev): Strip patch remnant files from
648 the sources before creating the tarball.
649
650 2018-01-13 Nick Clifton <nickc@redhat.com>
651
652 * src-release.sh: Update copyright notice. Change reference to devo
653 to be a reference to root.
654
655 2018-01-10 Nick Clifton <nickc@redhat.com>
656
657 * config-ml.in: Sync with gcc sources.
658 * config.guess: Likewise.
659 * config.sub: Likewise.
660 * configure.ac: Likewise.
661 * configure: Regenerate.
662
663 2017-12-14 Nick Clifton <nickc@redhat.com>
664
665 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
666
667 2017-12-12 Stafford Horne <shorne@gmail.com>
668
669 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
670 * configure: Regenerate.
671
672 2017-09-15 Nick Clifton <nickc@redhat.com>
673
674 * src-release.sh (LZIPPROG): New define. Provides the name of the
675 lzip program.
676 (do_lz): New function. Compresses a tarball using the lzip
677 program.
678 (do_compress): Add support for lzip compression.
679 (usage): Mention -l option.
680 (build_release): Support -l option to invoke lzip compression.
681
682 2017-09-15 Alan Modra <amodra@gmail.com>
683
684 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
685 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
686 and sim depending on $tool and $support_files. Echo configure line.
687
688 2017-09-14 Matt Rice <ratmice@gmail.com>
689
690 * src-release.sh (do_proto_toplev): Enable gold during release process.
691
692 2017-04-13 Andrew Jenner <andrew@codesourcery.com>
693
694 * config.sub: Sync with master version in config project.
695
696 2017-04-03 Andrew Jenner <andrew@codesourcery.com>
697
698 * config.sub: Handle ia16 in $basic_machine.
699
700 bfd/
701 * config.bfd: Handle ia16.
702
703 gas/
704 * configure.tgt: Handle ia16.
705
706 ld/
707 * configure.tgt: Handle ia16.
708
709 2017-03-22 Nick Clifton <nickc@redhat.com>
710
711 * config.sub: Sync with master version in config project.
712 * config.guess: Likewise.
713
714 2017-01-23 Nick Clifton <nickc@redhat.com>
715
716 * configure.ac: Update year in copyright notice.
717 Sync from FSF GCC mainline, bringing in the following patches.
718 * Makefile.def: Likewise.
719 * Makefile.tpl: Likewise.
720 * configure: Regenerate.
721 * Makefile.in: Regenerate.
722
723 2016-12-21 Jakub Jelinek <jakub@redhat.com>
724
725 * configure.ac: Don't bootstrap libmpx unless --with-build-config
726 includes bootstrap-mpx.
727
728 2016-12-01 Matthias Klose <doko@ubuntu.com>
729
730 * configure.ac: Don't use pkg-config to check for bdw-gc.
731
732 2016-11-30 Matthias Klose <doko@ubuntu.com>
733
734 * Makefile.def: Remove reference to boehm-gc target module.
735 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
736 options and for the bdw-gc pkg-config module.
737
738 2016-11-15 Matthias Klose <doko@ubuntu.com>
739
740 * config-ml.in: Remove references to GCJ.
741 * configure.ac: Likewise.
742
743 2016-09-30 Jakub Jelinek <jakub@redhat.com>
744
745 * configure.ac: Add target-libffi to target_libraries.
746 Readd libgcj target disablings, modified to only target-libffi.
747 Readd target addition of go to unsupported languages.
748
749 2016-09-30 Andrew Haley <aph@redhat.com>
750
751 * Makefile.def: Remove libjava.
752 * Makefile.tpl: Likewise.
753 * configure.ac: Likewise.
754
755 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
756
757 * configure.ac: Disable "sim" directory for arc*-*-*.
758
759 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
760
761 * configure.ac: Check for the minimum in-tree MPFR version
762 handled.
763
764 2016-12-31 Alan Modra <amodra@gmail.com>
765
766 * config.sub: Import from upstream.
767
768 2016-12-08 Alan Modra <amodra@gmail.com>
769
770 * configure: Regenerate.
771
772 2016-12-02 Josh Conner <joshconner@google.com>
773
774 * configure.ac: Add fuchsia to targets that use ELF.
775 * configure: Regenerated.
776
777 2016-11-07 Doug Evans <dje@google.com>
778
779 * config.sub: Sync with upstream version 2016-11-03.
780 git://git.sv.gnu.org/config.git
781 * config.guess: Sync with upstream version 2016-10-02.
782
783 2016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
784
785 * .gitignore: Add archives and make stamps.
786
787 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
788
789 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
790 * configure: Regenerated.
791
792 2016-06-28 Walter Lee <walt@tilera.com>
793
794 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
795 * configure: Regenerate.
796
797 2016-05-28 Alan Modra <amodra@gmail.com>
798
799 * Makefile.tpl (configure): Depend on m4 files included.
800 * Makefile.in: Regenerate.
801
802 2016-05-27 Nick Clifton <nickc@redhat.com>
803
804 * config.guess (Alpha OSF1): Fix typo introduced during the most
805 recent synchronization update.
806
807 2016-05-23 Nick Clifton <nickc@redhat.com>
808
809 * Import these patches from the gcc mainline:
810
811 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
812
813 * config.guess: Import version 2016-04-02 (newest).
814 * config.sub: Import version 2016-05-10 (newest).
815
816 2016-04-19 Nick Clifton <nickc@redhat.com>
817
818 * Import this patch from the GCC mainline:
819
820 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
821
822 PR bootstrap/70173
823 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
824 and gotools directories. Delete the stage_final file.
825 * Makefile.in: Regenerate.
826
827 2016-03-17 Cary Coutant <ccoutant@gmail.com>
828
829 * configure.ac: Add mips and s390 to the gold target check.
830 * configure: Regenerate.
831
832 2016-02-10 Nick Clifton <nickc@redhat.com>
833
834 Import these patches from the GCC mainline:
835
836 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
837
838 * configure.ac: Enable LTO for DJGPP
839 * configure: Regenerate
840
841 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
842
843 PR bootstrap/69329
844 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
845 * Makefile.in: Regenerate.
846
847 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
848 Sebastian Pop <s.pop@samsung.com>
849
850 * Makefile.in: Regenerate.
851 * Makefile.tpl: Export ISLVER.
852 * configure: Regenerate.
853 * config/isl.m4: Detect isl-0.15.
854
855 2016-01-29 Sebastian Pop <s.pop@samsung.com>
856
857 * config/isl.m4: Add comments about isl-0.16.
858 * configure: Regenerate.
859
860 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
861
862 Sync with GCC
863 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
864
865 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
866 symbols.
867
868 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
869
870 PR bootstrap/69134
871 * Makefile.def (mpfr): Disable assembler.
872 * Makefile.in: Regenerate.
873
874 2016-01-11 Nick Clifton <nickc@redhat.com>
875
876 Import the following changes from the GCC mainline:
877
878 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
879
880 * configure.ac: Enable libmpx by default.
881 * configure: Regenerated.
882
883 2015-11-19 Martin Liska <mliska@suse.cz>
884
885 * .gitignore: Add .clang-format to ignored files.
886 * Makefile.tpl: Add clang-format.
887 * Makefile.in: Regenerate.
888
889 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
890
891 PR libffi/65726
892 * Makefile.def (lang_env_dependencies): Make libffi depend
893 on cxx.
894 * Makefile.in: Regenerate.
895
896 2015-12-02 Ian Lance Taylor <iant@google.com>
897
898 PR go/66147
899 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
900 * Makefile.in: Regenerate.
901
902 2015-12-17 Nathan Sidwell <nathan@acm.org>
903
904 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
905 * configure: Regenerate.
906
907 2015-12-17 Sebastian Pop <s.pop@samsung.com>
908
909 * Makefile.in: Replace ISL with isl.
910 * Makefile.tpl: Same.
911 * config/isl.m4: Same.
912 * configure.ac: Same.
913 * contrib/download_prerequisites: Same.
914 * configure: Regenerate.
915
916 2016-01-01 Ben Elliston <bje@gnu.org>
917
918 * config.guess: Import version 2016-01-01.
919 * config.sub: Likewise.
920
921 2015-11-20 Tristan Gingold <gingold@adacore.com>
922
923 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
924 * configure: Regenerate.
925
926 2015-10-21 Nick Clifton <nickc@redhat.com>
927
928 PR gas/19109
929 * configure.ac: Note the 'none' is an acceptable argument to
930 --enable-compressed-debug-sections.
931 * configure: Regenerate.
932
933 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
934
935 PR gas/19109
936 * configure.ac: Add
937 --enable-compressed-debug-sections={all,gas,gold,ld}.
938 * configure: Regenerated.
939
940 2015-09-30 Nick Clifton <nickc@redhat.com>
941
942 Import the following patches from the GCC mainline:
943
944 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
945
946 PR libfortran/54572
947 * Makefile.def: Make libgfortran depend on libbacktrace.
948 * Makefile.in: Regenerate.
949
950 2015-08-12 Tom de Vries <tom@codesourcery.com>
951
952 PR other/67092
953 PR other/67098
954 * configure.ac: Remove --with_host_libstdcxx support.
955 * configure: Regenerate.
956
957 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
958 Jakub Jelinek <jakub@redhat.com>
959
960 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
961 nvptx*-*-*.
962 * configure: Regenerate.
963
964 2015-08-07 H.J. Lu <hongjiu.lu@intel.com>
965
966 Sync with GCC
967 2015-07-28 Ben Elliston <bje@gnu.org>
968
969 * config.sub, config.guess: Import from upstream.
970
971 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
972
973 * Makefile.def (libiconv): Define bootstrap=true.
974 Mark pdf/html/info as missing.
975 (configure-gcc): Depend on all-libiconv.
976 (all-gcc): Ditto.
977 (configure-libcpp): Ditto.
978 (all-libcpp): Ditto.
979 (configure-intl): Ditto.
980 (all-intl): Ditto.
981 * Makefile.in: Regenerate.
982
983 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
984
985 Sync with GCC
986 2015-07-24 Michael Darling <darlingm@gmail.com>
987
988 PR other/66259
989 * config-ml.in: Reflects renaming of configure.in to configure.ac
990 * configure: Likewise
991 * configure.ac: Likewise
992
993 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
994
995 * Makefile.in: Regenerated.
996
997 Sync with GCC
998 2015-05-21 Jason Merrill <jason@redhat.com>
999
1000 * Makefile.tpl: Update comments.
1001
1002 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1003
1004 * Makefile.tpl: Remove surplus whitespace throughout.
1005
1006 2015-03-25 Martin Liska <mliska@suse.cz>
1007 Yury Gribov <y.gribov@samsung.com>
1008
1009 * Makefile.tpl: Fix ln source location for vimrc file.
1010
1011 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1012
1013 Sync with GCC
1014 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1015
1016 * configure.ac: FT32 target added.
1017 * configure: Regenerate.
1018
1019 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1020
1021 Sync with GCC
1022 2015-06-02 Jason Merrill <jason@redhat.com>
1023
1024 PR bootstrap/66319
1025 * configure.ac: Use -std=gnu++98.
1026
1027 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1028
1029 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1030 * configure: Regenerate.
1031
1032 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1033
1034 * configure.ac: Fix typo.
1035 * configure: Regenerate.
1036
1037 2015-05-03 Matthias Klose <doko@ubuntu.com>
1038
1039 * configure.ac: Match $host configured with triplets.
1040 * configure: Regenerate.
1041
1042 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1043
1044 PR bootstrap/62077
1045 * configure.ac (--enable-stage1-checking): Default to
1046 release,misc,gimple,rtlflag,tree,types if --disable-checking
1047 or --enable-checking is not specified and DEV-PHASE is not
1048 experimental.
1049 * configure: Regenerated.
1050
1051 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
1052
1053 Install back PR target/47230 fix (Revert the revert).
1054
1055 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1056
1057 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1058 target.
1059 * configure: Regenerate.
1060
1061 2015-05-13 John David Anglin <dave.anglin@bell.net>
1062
1063 * configure.ac: Disable configuration of GDB for HPUX targets.
1064 * configure: Regenerate.
1065
1066 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1067
1068 PR ld/18355
1069 * Makefile.def: Add extra_configure_flags to host zlib.
1070 * configure.ac (extra_host_zlib_configure_flags): New. Set
1071 to --enable-host-shared When bfd is to be built as shared
1072 library. AC_SUBST.
1073 * Makefile.in: Regenerated.
1074
1075 2015-04-15 Mike Frysinger <vapier@gentoo.org>
1076 Hans-Peter Nilsson <hp@axis.com>
1077
1078 Adjust src-release.sh for sim using the gdb create-version.sh.
1079 * src-release.sh (tar_compress): If there's a fifth parameter,
1080 use that in the getver call instead of $tool.
1081 (sim_release): Pass gdb as fifth parameter to tar_compress.
1082 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
1083
1084 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1085
1086 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1087 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1088 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1089 * Makefile.in: Regenerate.
1090
1091 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1092
1093 * configure.ac: Add --with-system-zlib.
1094 * configure: Regenerated.
1095
1096 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * src-release.sh: Don't configure with --with-target-subdir=.
1099 --disable-multilib.
1100
1101 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1102
1103 * src-release.sh (DEVO_SUPPORT): Replace src-release with
1104 src-release.sh.
1105
1106 2015-03-30 Ed Schouten <ed@nuxi.nl>
1107
1108 * config.sub: Update from upstream, to 2015-03-04 version.
1109 * config.guess: Likewise.
1110
1111 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1114 * Makefile.in: Regenerated.
1115
1116 2015-03-28 H.J. Lu <hongjiu.lu@intel.com>
1117
1118 * src-release.sh (do_proto_toplev): Configure with --target
1119 --with-target-subdir and --disable-multilib.
1120 (BINUTILS_SUPPORT_DIRS): Add zlib.
1121 (GAS_SUPPORT_DIRS): Likewise.
1122 (GDB_SUPPORT_DIRS): Likewise.
1123 (SIM_SUPPORT_DIRS): Likewise.
1124
1125 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 * configure.ac (target_configdirs): Exclude target-zlib if
1128 target-libjava isn't built.
1129 * configure: Regenerated.
1130
1131 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1132
1133 Sync with GCC
1134 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1135
1136 * config-ml.in: Robustify ac_configure_args parsing.
1137
1138 2015-03-16 H.J. Lu <hongjiu.lu@intel.com>
1139
1140 * Makefile.def: Updated from GCC trunk.
1141 * Makefile.tpl: Likewise.
1142 * configure.ac: Likewise.
1143 * Makefile.in: Regenerated.
1144 * configure: Likewise.
1145
1146 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1147
1148 * configure.ac: Add FT32 support.
1149 * configure: Regenerate.
1150
1151 2015-01-12 Anthony Green <green@moxielogic.com>
1152
1153 * configure.ac: Don't disable gprof for moxie.
1154 * configure: Rebuild.
1155
1156 2015-01-03 Andrew Pinski <apinski@cavium.com>
1157
1158 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1159 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1160 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1161 (OBJCOPY_FOR_TARGET): New variable.
1162 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1163 * Makefile.in: Regenerate.
1164 * configure.ac: Check for already installed target objcopy.
1165 Also GCC_TARGET_TOOL on objcopy.
1166 * configure: Regenerate.
1167
1168 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1169
1170 * config.sub: Update from upstream, to 2015-01-01 version.
1171 * config.guess: Ditto.
1172
1173 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
1174
1175 * config.sub: Update from upstream config repo.
1176
1177 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 * libtool.m4: Updated from GCC trunk.
1180
1181 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1182
1183 * config.guess: Update from upstream config repo.
1184 * config.sub: Ditto.
1185
1186 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1187
1188 * move-if-change: Update from upstream gnulib.
1189
1190 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1191
1192 * compile: Sync with upstream Automake.
1193 * depcomp: Ditto.
1194 * install-sh: Ditto.
1195 * missing: Ditto.
1196 * mkinstalldirs: Ditto.
1197 * ylwrap: Ditto.
1198
1199 2014-10-15 Tristan Gingold <gingold@adacore.com>
1200
1201 * src-release.sh (do_proto_toplev): Configure with --target.
1202
1203 2014-10-03 Jing Yu <jingyu@google.com>
1204
1205 * configure.ac: Add aarch64 to list of targets that support gold.
1206 * configure: Regenerate.
1207
1208 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
1209
1210 * configure.ac: Add mips*-img-elf* target triple.
1211 * configure: Regenerate.
1212
1213 2014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1214 * configure: Disable gdb for nds32*-*-* until supported.
1215 * configure.ac: Disable gdb for nds32*-*-* until supported.
1216
1217 2014-09-05 Joel Brobecker <brobecker@adacore.com>
1218
1219 * configure: Regenerate.
1220
1221 2014-08-27 Will Newton <will.newton@linaro.org>
1222
1223 * src-release.sh: New file.
1224 * src-release: Remove file.
1225
1226 2014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
1227
1228 GDB not supported for or1k*-*-rtems*
1229 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
1230 of the stanzas results in this not being caught by or1k*-*-* later.
1231 * configure. Regenerated.
1232
1233 2014-07-25 Samuel Bronson <naesten@gmail.com>
1234
1235 * .gitattributes: New file for use with git-merge-changelog.
1236
1237 2014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
1238
1239 Disable gdb for or1k*-*-* until supported
1240 * configure.ac (or1k*-*-*): Disable gdb.
1241 * configure: Regenerated.
1242
1243 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1244
1245 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1246 * configure: Regenerated.
1247
1248 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1249
1250 PR sanitizer/56781
1251 * Makefile.def: Set bootstrap=true; for host fixincludes.
1252 * configure.ac: Don't bootstrap host fixincludes unless
1253 --with-build-config=bootstrap-{a,ub}san.
1254 * Makefile.in: Regenerated.
1255 * configure: Regenerated.
1256
1257 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1258
1259 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1260 --enable-vtable-verify option parsing. Don't add
1261 target-libsanitizer to bootstrap_target_libs unless
1262 --with-build-config=bootstrap-asan or
1263 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1264 to bootstrap_target_libs unless --enable-vtable-verify.
1265 * configure: Regenerated.
1266
1267 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1268
1269 PR bootstrap/58572
1270 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1271 -I for libstdc++-v3 includes if $(LEAN).
1272 * Makefile.in: Regenerated.
1273
1274 2014-02-24 Walter Lee <walt@tilera.com>
1275
1276 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1277 (tilegx-*-*): Change to tilegx*-*-*.
1278 * configure: Regenerate.
1279
1280 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1281
1282 * config.sub, config.guess: Import from upstream.
1283
1284 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1285
1286 PR bootstrap/60620
1287 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1288 * Makefile.in: Regenerate.
1289
1290 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1291
1292 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1293 for WINDRES_FOR_TARGET in default-manifest.o rule.
1294 * Makefile.in: Regenerate.
1295
1296 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1297
1298 PR target/59788
1299 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1300 *solaris2*.
1301
1302 2013-12-19 Keven Boell <keven.boell@intel.com>
1303
1304 * cp-namespace.c (cp_lookup_nested_symbol): Enable
1305 nested lookups for fortran modules.
1306 * dwarf2read.c (read_module): Add fortran module to
1307 the symbol table.
1308 (add_partial_symbol, add_partial_module): Add fortran
1309 module to the partial symbol table.
1310 (new_symbol_full): Create full symbol for fortran module.
1311 * f-exp.y (yylex): Add new module domain to be parsed.
1312 * symtab.h: New domain for fortran modules.
1313
1314 2013-12-19 Keven Boell <keven.boell@intel.com>
1315
1316 * f-exp.y (yylex): Add domain array to enable lookup
1317 in multiple domains. Loop over lookup domains and try
1318 to find requested symbol. Add STRUCT_DOMAIN to lookup
1319 domains to be able to query for user defined types.
1320
1321 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1322
1323 * configure.ac: Add user-friendly check for native x86_64-linux
1324 multilibs.
1325 * configure: Regenerate.
1326
1327 2013-11-23 Alan Modra <amodra@gmail.com>
1328
1329 * config.sub, config.guess: Import from upstream.
1330
1331 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1332
1333 * Makefile.in: Regenerate.
1334
1335 * Makefile.tpl: Fix typo.
1336 * Makefile.in: Regenerate partially.
1337
1338 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1339
1340 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1341 supported.
1342 * configure: Regenerated.
1343
1344 2013-10-30 Jason Merrill <jason@redhat.com>
1345
1346 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1347 --disable-build-format-warnings.
1348
1349 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1350
1351 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1352 depend on libstdc++ and libgcc.
1353 * configure: Regenerate.
1354 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1355 libcilkrts for POSIX and i*86, and x86_64 architectures.
1356 * Makefile.in: Added libcilkrts related fields to support building it.
1357
1358 2013-10-26 Jeff Law <law@redhat.com>
1359
1360 * Makefile.def (target_modules): Remove libmudflap
1361 (languages): Remove check-target-libmudflap).
1362 * Makefile.in: Rebuilt.
1363 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1364 * configure.ac (target_libraries): Remove target-libmudflap.
1365 Remove checks which disabled libmudflap on some systems.
1366 * configure: Rebuilt.
1367 * libmudflap: Directory removed.
1368
1369 2013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1370
1371 * configure.ac: Update from GCC.
1372 * configure: Regenerate.
1373
1374 2013-10-15 Hans-Peter Nilsson <hp@axis.com>
1375
1376 * src-release (do-proto-toplevel): Support subdir-path-prefixed
1377 files in SUPPORT_FILES.
1378 (SIM_SUPPORT_DIRS): New variable.
1379 (sim.tar.bz2): New rule.
1380
1381 2013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1382
1383 * configure.ac: Update from GCC.
1384 * configure: Regenerate.
1385
1386 2013-10-01 Jeff Johnston <jjohnstn@redhat.com>
1387
1388 * COPYING.NEWLIB: Update with new copyright.
1389
1390 2013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1391
1392 * configure.ac: Update from GCC.
1393 * configure: Regenerate.
1394
1395 2013-09-20 Alan Modra <amodra@gmail.com>
1396
1397 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1398 ppc host match. Support little-endian powerpc linux hosts.
1399
1400 2013-08-16 Joel Brobecker <brobecker@adacore.com>
1401
1402 * src-release (VER): When using $(TOOL)/common/create-version.sh,
1403 strip the "-cvs" suffix from the version number if present.
1404
1405 2013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1406
1407 * configure.ac: Sync with GCC repo.
1408 * Makefile.def: Ditto.
1409 * configure: Regenerate.
1410 * Makefile.in: Ditto.
1411
1412 2013-07-22 Joel Brobecker <brobecker@adacore.com>
1413
1414 * src-release (VER): Use $(TOOL)/common/create-version.sh
1415 if it exists.
1416
1417 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
1418
1419 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
1420 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
1421 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
1422 * configure: Regenerate.
1423
1424 2013-06-01 George Thomas <george.thomas@atmel.com>
1425
1426 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
1427 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
1428
1429 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1430
1431 * COPYING.NEWLIB: Add Altera Corporation copyright.
1432
1433 2013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1434
1435 * config.guess: Update from config repo.
1436 * config.sub: Ditto.
1437
1438 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1439
1440 * Makefile.def: Sync with GCC.
1441 * Makefile.in: Regenerate.
1442
1443 2013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1444
1445 * configure.ac: Sync with GCC.
1446 * configure: Regenerate.
1447
1448 2013-03-22 Mike Frysinger <vapier@gentoo.org>
1449
1450 * src-release (VER): Change bfd/configure.in sed to use the new
1451 `bfd/configure --version` output.
1452
1453 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1454
1455 * configure.ac: Sync with GCC repo.
1456 * configure: Ditto.
1457
1458 2013-02-05 Ian Lance Taylor <iant@google.com>
1459
1460 PR go/55969
1461 * configure.ac: Disable libgo on some systems where it does not
1462 work.
1463 * configure: Rebuild.
1464
1465 2013-02-05 Alan Modra <amodra@gmail.com>
1466
1467 * configure: Regenerate after syncing config/.
1468
1469 2013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1470
1471 * configure.ac: Sync with GCC repo.
1472 * configure: Ditto.
1473 * Makefile.def: Ditto.
1474 * Makefile.in: Ditto.
1475
1476 2013-01-11 Joel Brobecker <brobecker@adacore.com>
1477
1478 Sync with GCC, merge:
1479
1480 2013-01-09 Jason Merrill <jason@redhat.com>
1481
1482 * .gitignore: Import from gdb repository.
1483
1484 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1485
1486 * config.sub: Update from config repo.
1487
1488 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1489
1490 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1491 * Makefile.in: Regenerate.
1492
1493 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1494
1495 * Makefile.def (configure-gcc): Depend on all-gmp.
1496 (all-gcc): Remove dependency on all-gmp.
1497 * Makefile.in: Regenerated.
1498
1499 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1500
1501 * config.guess: Update from config repo.
1502 * config.sub: Ditto.
1503
1504 2013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1505
1506 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1507 exists and replace the new bfin license in its location.
1508
1509 2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1510
1511 PR gas/14899
1512 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1513 all-ld and all-gold depend on all-gas.
1514 * Makefile.in: Regenerated.
1515
1516 2012-12-29 Ben Elliston <bje@gnu.org>
1517
1518 * config.guess: Update to 2012-12-29 version.
1519 * config.sub: Likewise.
1520
1521 2012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1522
1523 * Makefile.def (install-target-libgo): Depend on
1524 install-target-libatomic. Merged from GCC repo.
1525 * Makefile.in: Regenerate.
1526
1527 2012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1528
1529 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1530
1531 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1532
1533 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1534 * configure: Regenerate.
1535
1536 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1537
1538 * Makefile.def (target_modules): Add bootstrap=true and
1539 raw_cxx=true to libsanitizer.
1540 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1541 * Makefile.in: Regenerated.
1542 * configure: Likewise.
1543
1544 2012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1545
1546 * config.sub: Merge from config repo.
1547
1548 2012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1549
1550 * configure.ac: Merge from GCC.
1551 * Makefile.tpl: Ditto.
1552 * Makefile.in: Ditto.
1553 * configure: Ditto.
1554
1555 2012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1556
1557 * configure.ac (noconfigdirs): Merge from GCC.
1558 * configure: Regenerate.
1559
1560 2012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1561
1562 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1563
1564 2012-11-14 Roland McGrath <mcgrathr@google.com>
1565
1566 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1567 * configure: Regenerate.
1568
1569 2012-11-13 Richard Henderson <rth@redhat.com>
1570
1571 * configure.ac: Move libsanitizer logic to subdirectory.
1572 * configure: Regenerate.
1573
1574 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1575
1576 * configure.ac: Enable libsanitizer just on x86 linux for now.
1577 * configure: Re-generate.
1578
1579 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1580
1581 * configure.ac: Merge libquadmath sections.
1582 * configure: Regenerate.
1583
1584 2012-11-12 Wei Mi <wmi@google.com>
1585
1586 * configure.ac: Add libsanitizer to target_libraries.
1587 * Makefile.def: Ditto.
1588 * configure: Regenerate.
1589 * Makefile.in: Regenerate.
1590
1591 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1592
1593 * configure: Regenerated.
1594
1595 2012-11-03 Robert Mason <rbmj@verizon.net>
1596
1597 * configure.ac: add --disable-libstdcxx configure option
1598 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1599
1600 2012-10-24 Corinna Vinschen <corinna@vinschen.de>
1601
1602 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1603 against Mingw64 w32api.
1604 * configure: Regenerate.
1605
1606 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1607
1608 PR bootstrap/54820
1609 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1610 * configure: Regenerate.
1611
1612 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1613
1614 PR bootstrap/54820
1615 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1616 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1617 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1618 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1619 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1620 * Makefile.in: Regenerate.
1621 * configure.ac (have_static_libs): New variable and associated check.
1622 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1623 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1624 * configure: Regenerate.
1625
1626 2012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1627
1628 * config.guess, config.sub: Include updated version from
1629 config-patches. Adds microblaze little endian support.
1630
1631 2012-09-28 Ian Lance Taylor <iant@google.com>
1632
1633 * Makefile.def: Make all-target-libgo depend on
1634 all-target-libbacktrace.
1635 * Makefile.in: Rebuild.
1636
1637 2012-09-26 Ian Lance Taylor <iant@google.com>
1638
1639 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1640 * Makefile.in: Rebuild.
1641
1642 2012-09-06 Diego Novillo <dnovillo@google.com>
1643
1644 * configure.ac: Bump minimum GMP version to 4.2.3.
1645 * configure: Re-generate.
1646
1647 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1648
1649 PR target/54461
1650 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1651 target-libgloss if not configured --with-avrlibc=no.
1652 * configure: Regenerate.
1653
1654 2012-09-04 Jason Merrill <jason@redhat.com>
1655
1656 * configure.ac: Fix --enable-languages=all.
1657
1658 2012-09-03 Richard Guenther <rguenther@suse.de>
1659
1660 PR bootstrap/54138
1661 * configure.ac: Re-organize ISL / CLOOG checks to allow
1662 disabling with either --without-isl or --without-cloog.
1663 * configure: Regenerated.
1664
1665 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1666
1667 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1668 * configure: Regenerate.
1669
1670 2012-09-21 Steve Ellcey <sellcey@mips.com>
1671
1672 * configure.ac: Add mips*-mti-elf* target.
1673 * configure: Regenerate.
1674
1675 2012-09-19 Ian Lance Taylor <iant@google.com>
1676
1677 * configure.ac (host_libs): Add libbacktrace.
1678 (target_libraries): Add libbacktrace.
1679 * Makefile.def (host_modules): Add libbacktrace.
1680 (target_modules): Likewise.
1681 * configure, Makefile.in: Rebuild.
1682
1683 2012-09-15 Jiong Wang <jiwang@tilera.com>
1684
1685 * configure.ac (ENABLE_GOLD): support tilegx*
1686 * configure: rebuild
1687
1688 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1689
1690 PR target/38607
1691 Merge upstream change.
1692 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1693
1694 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1695 Add libgomp*.o to compare_exclusions for AIX.
1696 * configure: Regenerate.
1697
1698 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1699
1700 PR binutils/4970
1701 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1702 and opcodes.
1703 * Makefile.in: Regenerated.
1704
1705 2012-08-14 Diego Novillo <dnovillo@google.com>
1706
1707 Merge from cxx-conversion branch.
1708
1709 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1710 POSTSTAGE1_CONFIGURE_FLAGS.
1711 * Makefile.in: Regenerate.
1712 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1713 Force C++ when bootstrapping.
1714 * configure: Regenerate.
1715
1716 2012-07-06 Richard Guenther <rguenther@suse.de>
1717
1718 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1719 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1720 --with-gmp=system.
1721 * Makefile.in: Regenerated.
1722 * configure: Likewise.
1723
1724 2012-07-06 Richard Guenther <rguenther@suse.de>
1725
1726 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1727 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1728 supply V=1 as extra_make_flags.
1729 * configure: Regenerated.
1730 * Makefile.in: Likewise.
1731
1732 2012-07-03 Richard Guenther <rguenther@suse.de>
1733
1734 * Makfile.def (isl): Remove not necessary extra_exports and
1735 extra_make_flags.
1736 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1737 * Makefile.in: Regenerated.
1738
1739 2012-07-03 Richard Guenther <rguenther@suse.de>
1740
1741 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1742 * configure.ac: If either the ISL or the CLooG check failed
1743 do not try to build in-tree versions.
1744 * Makefile.in: Regenerated.
1745 * configure: Regenerated.
1746
1747 2012-07-02 Richard Guenther <rguenther@suse.de>
1748 Michael Matz <matz@suse.de>
1749 Tobias Grosser <tobias@grosser.es>
1750 Sebastian Pop <sebpop@gmail.com>
1751
1752 * Makefile.def: Add ISL host module, remove PPL host module.
1753 Adjust ClooG host module to use the proper ISL.
1754 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1755 * configure.ac: Include config/isl.m4. Add ISL host library,
1756 remove PPL. Remove PPL configury, add ISL configury, adjust
1757 ClooG configury.
1758 * Makefile.in: Regenerated.
1759 * configure: Likewise.
1760
1761 2012-07-02 Richard Guenther <rguenther@suse.de>
1762
1763 Merge from graphite branch
1764 2011-07-21 Tobias Grosser <tobias@grosser.es>
1765
1766 * configure: Regenerated.
1767 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1768 both cloog.org and legacy versions. The only supported version will
1769 be CLooG with the isl backend.
1770
1771 2011-07-21 Tobias Grosser <tobias@grosser.es>
1772
1773 * configure: Regenerated.
1774 * configure.ac: Require cloog isl 0.17.0
1775
1776 2011-07-21 Tobias Grosser <tobias@grosser.es>
1777
1778 * configure: Regenerated.
1779 * config/cloog.m4: Do not define CLOOG_ORG
1780
1781 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1782
1783 * configure.ac: Skip C if explicitly selected.
1784 * configure: Regenerate.
1785
1786 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1787
1788 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1789 they contain -O2.
1790 * configure: Regenerate.
1791
1792 2012-06-20 Jason Merrill <jason@redhat.com>
1793
1794 * Makefile.tpl (check-target-libgomp-c++): New.
1795 (check-target-libitm-c++): New.
1796 * Makefile.def (c++): Add them.
1797 * Makefile.in: Regenerate.
1798
1799 2012-05-16 Olivier Hainque <hainque@adacore.com>
1800
1801 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1802 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1803 (install-no-fixedincludes): Adjust accordingly.
1804 * Makefile.in: Regenerate.
1805
1806 2012-05-09 Nick Clifton <nickc@redhat.com>
1807 Paul Smith <psmith@gnu.org>
1808
1809 PR bootstrap/50461
1810 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1811 allow for the fact that from release v3.1.0 of MPFR the source
1812 files were moved into a src sub-directory.
1813 * configure: Regenerate.
1814
1815 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1816
1817 * configure.ac: Bump minimum MPFR version to 2.4.0.
1818 * configure: Regenerated.
1819
1820 2012-05-01 Richard Henderson <rth@redhat.com>
1821
1822 * Makefile.def (libatomic): New target_module.
1823 * configure.ac (target_libraries): Add libatomic.
1824 (noconfigdirs): Check if libatomic is supported.
1825 * Makefile.in, configure: Rebuild.
1826
1827 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1828
1829 Merge upstream change
1830 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1831
1832 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1833
1834 * libtool.m4: Additional FreeBSD 10 fixes.
1835
1836 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1837
1838 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1839 they contain -O2.
1840 * configure: Regenerate.
1841
1842 2012-05-14 Catherine Moore <clm@codesourcery.com>
1843
1844 * NEWS: Mention PowerPC VLE port.
1845
1846 2012-05-11 Mike Frysinger <vapier@gentoo.org>
1847
1848 * MAINTAINERS (config/): Move to intl/ section.
1849 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1850
1851 2012-05-09 Nick Clifton <nickc@redhat.com>
1852 Paul Smith <psmith@gnu.org>
1853
1854 PR bootstrap/50461
1855 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1856 allow for the fact that from release v3.1.0 of MPFR the source
1857 files were moved into a src sub-directory.
1858 * configure: Regenerate.
1859
1860 2012-05-02 Roland McGrath <mcgrathr@google.com>
1861
1862 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1863 * configure: Regenerate.
1864
1865 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1866
1867 * config.sub: Update to 2012-04-18 version from official repo.
1868
1869 2012-03-19 Tristan Gingold <gingold@adacore.com>
1870
1871 * configure.ac (ia64*-*-*vms*): Add support for ld.
1872 * configure: Regenerate.
1873
1874 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1875
1876 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1877 (unsupported_languages): Remove mips-sgi-irix6.*.
1878 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1879 (with_stabs): Remove.
1880 * configure: Regenerate.
1881
1882 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1883
1884 * configure.ac (enable_libgomp): Remove *-*-osf*.
1885 (with_stabs): Remove alpha*-*-osf*.
1886 * configure: Regenerate.
1887
1888 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1889
1890 * COPYING.NEWLIB: Modify DJ Delorie license to include
1891 modification rights in clause as permitted by DJ Delorie.
1892 * COPYING.LIBGLOSS: Ditto.
1893
1894 2012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1895
1896 * COPYING.NEWLIB: Remove two unused licenses.
1897
1898 2012-03-05 Tristan Gingold <gingold@adacore.com>
1899
1900 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1901 * configure: Regenerate.
1902
1903 2012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1904
1905 * COPYING.NEWLIB: Add Adapteva notice.
1906 * COPYING.LIBGLOSS: Add Adapteva notice.
1907
1908 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1909
1910 * configure: Regenerate.
1911
1912 2011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1913
1914 * COPYING.LIBGLOSS: Add GPL with exception license.
1915
1916 2011-11-09 Roland McGrath <mcgrathr@google.com>
1917
1918 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1919 * configure: Rebuild.
1920 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1921 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1922 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1923 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1924 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1925 Add READELF.
1926 * Makefile.in: Rebuild.
1927
1928 2011-11-08 Richard Henderson <rth@redhat.com>
1929
1930 * configure.ac: Test for libitm directory present first.
1931
1932 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1933
1934 * configure.ac: Test libitm/configure.tgt to disable libitm.
1935 * configure: Rebuild.
1936
1937 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1938
1939 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1940 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1941 * Makefile.in: Regenerate.
1942
1943 2011-11-01 DJ Delorie <dj@redhat.com>
1944
1945 * configure.ac (rl78-*-*) New case.
1946 * configure: Regenerate.
1947
1948 2011-11-01 DJ Delorie <dj@redhat.com>
1949
1950 * config.sub: Update to version 2011-10-29 (added rl78)
1951
1952 2011-10-27 Nick Clifton <nickc@redhat.com>
1953
1954 * config.sub: Import these changes from the config project:
1955
1956 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1957 Ben Elliston <bje@gnu.org>
1958
1959 * config.sub (epiphany): New.
1960
1961 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1962 Ben Elliston <bje@gnu.org>
1963
1964 * config.sub (hexagon, hexagon-*): New.
1965
1966 2011-08-23 Roland McGrath <mcgrathr@google.com>
1967
1968 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1969 64eb to be64.
1970
1971 2011-08-16 Roland McGrath <mcgrathr@google.com>
1972
1973 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1974 (nacl): Grok as alias for 32el-unknown-nacl.
1975
1976 2011-08-19 Joel Brobecker <brobecker@adacore.com>
1977
1978 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1979
1980 2011-08-14 Yao Qi <yao@codesourcery.com>
1981
1982 Merge from gcc:
1983
1984 2011-08-14 Yao Qi <yao@codesourcery.com>
1985 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1986 * configure: Regenerate.
1987
1988 2011-07-26 Ian Lance Taylor <iant@google.com>
1989
1990 Merge from gcc:
1991
1992 2011-07-26 Ian Lance Taylor <iant@google.com>
1993 * configure.ac: Set have_compiler based on whether gcc directory
1994 exists, rather than on whether gcc is in configdirs.
1995 * configure: Rebuild.
1996
1997 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1998 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1999 link directories.
2000 * Makefile.in: Rebuild.
2001
2002 2011-07-20 Ian Lance Taylor <iant@google.com>
2003 PR bootstrap/49787
2004 * configure.ac: Move --enable-bootstrap handling earlier in file.
2005 If --enable-bootstrap and either --enable-build-with-cxx or
2006 --enable-build-poststage1-with-cxx, enable C++ automatically.
2007 * configure: Rebuild.
2008
2009 2011-07-19 Ian Lance Taylor <iant@google.com>
2010 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2011 make C++ a boot_language. Set and substitute
2012 POSTSTAGE1_CONFIGURE_FLAGS.
2013 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2014 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2015 * configure, Makefile.in: Rebuild.
2016
2017 2011-07-16 Jason Merrill <jason@redhat.com>
2018 * Makefile.def (language=c++): Add check-c++0x and
2019 check-target-libmudflap-c++.
2020 * Makefile.tpl (check-target-libmudflap-c++): New.
2021 * Makefile.in: Regenerate.
2022
2023 2011-07-16 Matthias Klose <doko@ubuntu.com>
2024 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2025 * Makefile.def (target_modules/libjava): Pass
2026 $(EXTRA_CONFIGARGS_LIBJAVA).
2027 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2028 if not configured with --enable-static-libjava.
2029 * Makefile.in: Regenerate.
2030 * configure: Likewise.
2031
2032 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2033 PR regression/47836
2034 PR bootstrap/23656
2035 PR other/47733
2036 PR bootstrap/49247
2037 PR c/48825
2038 * configure.ac (target_libraries): Remove target-libiberty.
2039 Remove case-statement setting skipdirs=target-libiberty for
2040 multiple targets. Remove checking target_configdirs and
2041 removing target-libiberty but keeping target-libgcc if
2042 otherwise empty.
2043 * Makefile.def (target_modules): Don't add libiberty.
2044 (dependencies): Remove all traces of target-libiberty.
2045 * configure, Makefile.in: Regenerate.
2046
2047 2011-07-22 Jason Merrill <jason@redhat.com>
2048
2049 * Makefile.def (language=c++): Add check-c++0x and
2050 check-target-libmudflap-c++.
2051 * Makefile.tpl (check-target-libmudflap-c++): New.
2052 * Makefile.in: Regenerate.
2053
2054 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2055
2056 * configure: Regenerate.
2057
2058 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2059
2060 PR target/39150
2061 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2062 x86_64-*-solaris2.1[0-9]*.
2063 * configure: Regenerate.
2064
2065 2011-06-13 Walter Lee <walt@tilera.com>
2066
2067 * configure.ac (tilepro-*-*) New case.
2068 (tilegx-*-*): Likewise.
2069 * configure: Regenerate.
2070
2071 2011-06-06 Nick Clifton <nickc@redhat.com>
2072
2073 * config.sub: Sync from upstream.
2074
2075 2011-05-08 Doug Kwan <dougkwan@google.com>
2076
2077 Merge from gcc:
2078
2079 2011-05-08 Doug Kwan <dougkwan@google.com>
2080
2081 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2082 * configure: Regenerated.
2083 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2084 value from configure.
2085 * Makefile.in: Regenerated.
2086
2087 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2088
2089 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2090 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2091 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2092 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2093 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2094 *-*-vxworks*): Disable newlib and libgloss in separate case
2095 statement.
2096 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2097 to separate case statement.
2098 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2099 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2100 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2101 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2102 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2103 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2104 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2105 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2106 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2107 i[[3456789]]86-*-rdos*, m32r-*-*,
2108 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2109 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2110 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2111 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2112 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2113 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2114 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2115 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2116 and libgloss in main case over targets. Remove most empty cases
2117 in main case over targets.
2118 * configure: Regenerate.
2119
2120 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2121
2122 * configure.ac: Remove code setting special library locations for
2123 hppa*64*-*-hpux11*. Remove code setting compiler for
2124 sparc-sun-solaris2*.
2125 * configure: Regenerate.
2126
2127 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2128
2129 * configure.ac: Separate libgloss_dir settings from general case
2130 over targets.
2131 * configure: Regenerate.
2132
2133 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2134
2135 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2136 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2137 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2138 cases in libgcj-disabling case statement.
2139 (hppa*64*-*-linux*): Set unsupported_languages instead of
2140 disabling target-zlib.
2141 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2142 to hppa*64*-*-hpux*.
2143 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2144 hppa*-*-hpux*.
2145 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2146 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2147 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2148 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2149 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2150 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2151 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2152 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2153 libgcj-disabling case statement.
2154 * configure: Regenerate.
2155
2156 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2157
2158 * configure.ac: Disable Java for targets not supporting libffi.
2159 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2160 Remove cases in Java-disabling statement.
2161 (*arm-wince-pe): Change to arm-wince-pe.
2162 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2163 cases in Java-disabling statement.
2164 (bfin-*-*): Don't disable Java again.
2165 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2166 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2167 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2168 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2169 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2170 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2171 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2172 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2173 Java-disabling statement.
2174 (mmix-*-*): Don't disable Java again.
2175 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2176 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2177 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2178 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2179 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2180 statement.
2181 * configure: Regenerate.
2182
2183 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2184
2185 Merge from GCC:
2186
2187 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2188
2189 PR lto/48086
2190 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2191 * configure: Regenerate.
2192
2193 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2194
2195 * configure.ac: Separate cases disabling Java and Java libraries
2196 from general case over targets.
2197 * configure: Regenerate.
2198
2199 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2200
2201 * configure.ac (build_tools): Remove build-byacc.
2202 (host_libs): Remove mmalloc.
2203 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2204 autoconf automake libtool diff rcs fileutils shellutils time
2205 textutils wdiff find uudecode hello tar gzip indent recode release
2206 sed perl gawk findutils gettext zip.
2207 (libgcj): Remove target-qthreads.
2208 (target_tools): Remove target-examples target-gperf.
2209 (YACC): Don't handle building byacc.
2210 * configure: Regenerate.
2211 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2212 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2213 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2214 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2215 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2216 handle building components.
2217 * Makefile.in: Regenerate.
2218
2219 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2220
2221 * config.sub: Sync from upstream.
2222
2223 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2224
2225 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2226 (microblaze*): Don't disable libssp.
2227 * configure: Regenerate.
2228
2229 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2230
2231 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2232 moveifchange.
2233 * configure: Regenerate.
2234 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2235 * Makefile.in: Regenerate.
2236
2237 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2238
2239 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2240 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2241 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2242 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2243 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2244 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2245 md_exec_prefix cases.
2246 * configure: Regenerate.
2247
2248 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2249
2250 * configure.ac: Separate cases disabling target-libssp,
2251 target-libiberty, target-libstdc++-v3 and Fortran from general
2252 case over targets.
2253 * configure: Regenerate.
2254
2255 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2256
2257 * configure.ac (*-*-chorusos): Don't disable libgcj.
2258 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2259 Remove case.
2260 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2261 (arm-*-coff): Don't disable libgcj.
2262 (arm*-*-linux-gnueabi): Remove useless assignment.
2263 (arm-*-riscix*): Don't disable libgcj.
2264 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2265 configuration.
2266 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2267 (c54x*-*-*): Remove case.
2268 (tic54x-*-*): Don't disable GCC or GCC libraries.
2269 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2270 to *.
2271 (d10v-*-*): Don't disable GCC libraries.
2272 (d30v-*-*): Don't disable libgcj.
2273 (h8500-*-*): Don't disable GCC libraries.
2274 (i960-*-*): Don't disable libgcj.
2275 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2276 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2277 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2278 libgcj.
2279 (m68k-*-coff*): Remove case.
2280 (mmix-*-*): Don't disable libgloss on host.
2281 (mn10200-*-*, mn10300-*-*): Remove cases.
2282 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2283 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2284 Don't disable libgcj.
2285 (romp-*-*): Remove case.
2286 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2287 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2288 case.
2289 (v810-*-*): Don't disable GCC libraries.
2290 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2291 (ip2k-*-*): Don't disable GCC libraries.
2292 * configure: Regenerate.
2293
2294 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2295
2296 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2297 libffi on host.
2298 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2299 on host.
2300 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2301 * configure: Regenerate.
2302
2303 2011-03-26 John Marino <binutils@marino.st>
2304
2305 * configure.ac: Add support for *-*-dragonfly*
2306 * configure: Regenerate.
2307
2308 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2309
2310 * configure.ac (native_only): Remove.
2311 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2312 send-pr uudecode guile gnuserv on host.
2313 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2314 send-pr rcs guile perl texinfo libtool on host.
2315 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2316 automake send-pr rcs guile perl texinfo libtool on host.
2317 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2318 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2319 (alpha*-dec-osf*): Don't disable fileutils on target.
2320 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2321 texinfo send-pr expect dejagnu on target.
2322 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2323 target-qthreads on target.
2324 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2325 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2326 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2327 x86_64-*-mingw*): Don't disable expect on target.
2328 (*-*-cygwin*): Don't disable target-gperf on target.
2329 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2330 gnuserv on target.
2331 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2332 target.
2333 * configure: Regenerate.
2334
2335 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2336
2337 * configure.ac (target_tools): Remove target-groff.
2338 (native_only): Remove target-groff.
2339 (hppa*64*-*-*): Don't disable byacc.
2340 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2341 setting.
2342 (*-*-kaos*): Don't skip target-librx and target-groff.
2343 (*-*-netware*): Don't skip target-libmudflap.
2344 (*-*-tpf*): Don't skip target-libmudflap.
2345 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2346 directories on the host.
2347 (ia64*-*-*vms*): Don't skip tix.
2348 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2349 host.
2350 * configure: Regenerate.
2351
2352 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2353
2354 * configure.ac: Remove references to mt-mep, mt-netware,
2355 mt-wince.
2356 * Makefile.def: Add all-utils soft dependencies.
2357 * Makefile.tpl: Remove GDB_NLM_DEPS.
2358 * configure: Regenerate.
2359 * Makefile.in: Regenerate.
2360
2361 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2362
2363 Sync from GCC:
2364
2365 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2366
2367 * configure.ac: Do not include mh-x86omitfp.
2368 * configure: Regenerate.
2369
2370 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2371
2372 * configure.ac: Remove empty cases.
2373 * configure: Regenerate.
2374
2375 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2376
2377 * Makefile.def: Add dependency from termcap to gdb.
2378 * Makefile.in: Regenerate.
2379
2380 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2381
2382 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2383 * configure: Regenerate.
2384 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2385 * Makefile.tpl: Likewise.
2386 * Makefile.in: Regenerate.
2387
2388 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2389
2390 * configure.ac: Remove all mentions of tentative_cc.
2391 * configure: Regenerate.
2392
2393 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2394
2395 PR lto/48086
2396 * configure.ac: Re-enable LTO on *-apple-darwin9.
2397 * configure: Regenerate.
2398
2399 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2400
2401 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2402 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2403 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2404 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2405 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2406 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2407 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2408 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2409 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2410 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2411 *-*-rhapsody*): Remove host cases.
2412 * configure: Regenerate.
2413
2414 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2415
2416 * configure.ac (ppc*-*-pe): Remove host case.
2417 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2418 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2419 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2420 cases.
2421 * configure: Regenerate.
2422
2423 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2424
2425 * config.sub: Update to version 2011-03-23.
2426
2427 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2428
2429 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2430 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2431 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2432 * configure: Regenerate.
2433
2434 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2435
2436 * config-ml.in: Don't handle arc-*-elf*.
2437 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2438 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2439 handle GCC libraries.
2440 * configure: Regenerate.
2441
2442 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2443
2444 PR bootstrap/48120:
2445 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2446 Add -lstdc++ -lm to LIBS.
2447 * configure: Regenerate.
2448
2449 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2450
2451 * config.guess: Update to version 2011-02-02
2452 * config.sub: Update to version 2011-02-24
2453
2454 2011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2455
2456 * configure.ac: Adjust test of with_ppl.
2457 * configure: Regenerated.
2458
2459 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2460
2461 * configure.ac: Add -lpwl to ppllibs.
2462 * config/cloog.m4: Add -lisl to clooglibs.
2463 * configure: Regenerated.
2464
2465 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2466
2467 Import from Libtool and gnulib:
2468
2469 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2470
2471 Prepare for supporting FreeBSD 10.
2472 * config.rpath: Remove handling of freebsd1* which soon would
2473 match FreeBSD 10.0.
2474
2475 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2476
2477 Remove support for FreeBSD 1.x.
2478 * libtool.m4 (_LT_LINKER_SHLIBS)
2479 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2480 soon would incorrectly match FreeBSD 10.0.
2481
2482 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2483
2484 PR binutils/12283
2485 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2486 (move-if-change): Comes from gnulib.
2487 * move-if-change: Import version from gnulib.
2488
2489 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2490
2491 Sync from GCC:
2492
2493 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2494
2495 PR lto/47225
2496 * Makefile.def (lto-plugin): Double dash for enable-shared.
2497 (configure-gcc): Depend on all-lto-plugin.
2498 * Makefile.in: Rebuilt.
2499
2500 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2501
2502 * configure.ac: Remove extra bracket.
2503 * configure: Regenerate.
2504
2505 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2506
2507 PR lto/47225
2508 * Makefile.def: Add dependency for install-gcc
2509 on install-lto-plugin.
2510 * Makfile.in: Regenerated
2511
2512 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2513
2514 * configure.ac: If with_ppl is no, move setting with_cloog=no
2515 after CLOOG_REQUESTED check.
2516 * configure: Regenerated.
2517
2518 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2519
2520 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2521 CLooG has been requested.
2522 * configure: Regenerated.
2523
2524 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2525
2526 * configure: Regenerated.
2527 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2528
2529 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2530
2531 * configure: Regenerated.
2532 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2533
2534 2011-01-07 Jan Hubicka <jh@suse.cz>
2535
2536 PR lto/47225
2537 * Makefile.in: Regenerate.
2538 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2539 configure.
2540
2541 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2542
2543 PR libgcj/44341
2544 * configure.ac: Discard --with-* flags for host when configuring
2545 target libraries for cross build.
2546 * configure: Rebuilt.
2547
2548 2011-01-21 Andreas Schwab <schwab@redhat.com>
2549
2550 Sync from GCC:
2551
2552 2011-01-21 Andreas Schwab <schwab@redhat.com>
2553
2554 * configure.ac: Use AS_HELP_STRING throughout.
2555 * configure: Regenerate.
2556
2557 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2558
2559 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2560 * configure: Regenerate.
2561
2562 2010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2563
2564 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2565
2566 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2567
2568 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2569 for ia64-hpux.
2570 * configure: Regenerate.
2571
2572 2011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2573
2574 Sync from GCC:
2575 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2576
2577 * configure.ac: (picochip): Disable libiberty.
2578 * configure: Regenerate.
2579
2580 2010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2581
2582 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2583
2584 2010-12-10 Ian Lance Taylor <iant@google.com>
2585
2586 PR bootstrap/46819
2587 * configure.ac: For --disable-libgcj clear libgcj_saved.
2588 * configure: Rebuild.
2589
2590 2010-12-10 Tobias Burnus <burnus@net-b.de>
2591
2592 PR fortran/46540
2593 * configure.ac: Add --disable-libquadmath and
2594 --disable-libquadmath-support.
2595 * configure: Regenerate.
2596
2597 2010-12-10 Tristan Gingold <gingold@adacore.com>
2598
2599 * src-release (ETC_SUPPORT): add gnu-oids.texi
2600
2601 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2602
2603 PR libffi/46792
2604 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2605 * configure: Regenerate.
2606
2607 2010-12-02 Ian Lance Taylor <iant@google.com>
2608
2609 * configure.ac: Always set default for poststage1_ldflags to
2610 -static-libstdc++ -static-libgcc.
2611
2612 2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2613
2614 * COPYING.NEWLIB: Add National Semiconductor notice.
2615
2616 2010-11-29 Andreas Schwab <schwab@redhat.com>
2617
2618 * configure.ac: Move comment to remove extra space in last argument
2619 of GCC_TARGET_TOOL.
2620
2621 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2622
2623 PR other/46026
2624 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2625 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2626 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2627 (BASE_FLAGS_TO_PASS): Use it.
2628 * configure: Rebuilt.
2629 * Makefile.in: Rebuilt.
2630
2631 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2632
2633 PR binutils/12258
2634 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2635 Properly check default linker.
2636 * configure: Regnerated.
2637
2638 2010-11-23 Matthias Klose <doko@ubuntu.com>
2639
2640 * configure.ac: For --enable-gold, handle value `default' instead of
2641 `both*'. New configure option --{en,dis}able-ld.
2642 * configure: Regenerate.
2643
2644 2010-11-20 Ian Lance Taylor <iant@google.com>
2645
2646 * configure.ac: Only disable a language library if no language needs
2647 it. Don't let --disable-libgcj uncondtionally disable libffi.
2648 * configure: Rebuild.
2649
2650 2010-11-20 Paolo Bonzini <bonzini@gnu.org>
2651
2652 * configure: Regenerate.
2653
2654 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2655
2656 PR other/46202
2657 * configure.ac: Fix just-built in-tree STRIP name to be
2658 binutils/strip-new.
2659 * configure: Regenerate.
2660 * Makefile.def (install-strip-gcc, install-strip-binutils)
2661 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2662 (install-strip-sid): Mirror dependencies on non-strip variants
2663 of these targets on the respective -strip prerequisites.
2664 * Makefile.tpl (install-strip, install-strip-host)
2665 (install-strip-target): New targets.
2666 (install-strip-[+module+], install-strip-target-[+module+]):
2667 New targets.
2668 * Makefile.in: Regenerate.
2669
2670 2010-11-19 Ian Lance Taylor <iant@google.com>
2671 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2672
2673 * configure.ac: Add target-libgo to target_libraries. Set
2674 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2675 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2676 (HOST_EXPORTS): Add GOC.
2677 (BASE_TARGET_EXPORTS): Add GOC.
2678 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2679 (GOCFLAGS_FOR_TARGET): New variable.
2680 (EXTRA_HOST_FLAGS): Add GOC.
2681 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2682 * Makefile.def (target_modules): Add libgo.
2683 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2684 (dependencies): Add dependency from configure-target-libgo to
2685 configure-target-libffi and all-target-libstdc++-v3. Add
2686 dependencies from all-target-libgo to all-target-libffi.
2687 (languages): Add go.
2688 * configure: Rebuild.
2689 * Makefile.in: Rebuild.
2690
2691 2010-11-19 Ian Lance Taylor <iant@google.com>
2692
2693 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2694 compiler/flag environment variables.
2695
2696 2010-11-18 Ian Lance Taylor <iant@google.com>
2697
2698 * configure.ac: Check for lang_requires_boot_languages in
2699 config-lang.in files.
2700 * configure: Rebuild.
2701
2702 2010-11-17 Mike Frysinger <vapier@gentoo.org>
2703
2704 * .gitignore: New file.
2705
2706 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2707 Tobias Burnus <burnus@net-b.de>
2708
2709 PR fortran/32049
2710 * Makefile.def: Add libquadmath; build it with language=fortran.
2711 * configure.ac: Add libquadmath.
2712 * Makefile.tpl: Handle multiple libs in check-[+language+].
2713 * Makefile.in: Regenerate.
2714 * configure: Regenerate.
2715
2716 2010-11-15 Andreas Schwab <schwab@redhat.com>
2717
2718 * configure.ac: Fix spelling in option names.
2719 * configure: Regenerated.
2720
2721 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2722
2723 PR bootstrap/39622
2724 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2725 * configure: Regenerated.
2726
2727 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2728
2729 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2730 define the cloog backend to use. Furthermore, only pass the ppllibs to
2731 the configure checks, if necessary.
2732 * configure: Regenerate.
2733
2734 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2735
2736 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2737 * configure: regenerate
2738
2739 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2740
2741 * config/cloog.m4: Fix typo. verison -> version.
2742 * configure: Regenerate.
2743
2744 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2745
2746 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2747 * configure: Regenerate.
2748
2749 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2750
2751 * configure.ac: Support official CLooG.org versions.
2752 * configure: Regenerate.
2753 * config/cloog.m4: New.
2754
2755 2010-11-05 Michael Eager <eager@eagercon.com>
2756
2757 * COPYING.LIBGLOSS: Correct typo in microblaze.
2758 * COPYING.NEWLIB: Same.
2759
2760 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2761
2762 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2763 * configure: Regenerate.
2764
2765 2010-11-03 Ian Lance Taylor <iant@google.com>
2766 Dave Korn <dave.korn.cygwin@gmail.com>
2767
2768 PR lto/46273
2769 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2770 and on other supported platforms whenever LTO is enabled.
2771 * configure: Rebuild.
2772
2773 2010-11-02 Alan Modra <amodra@gmail.com>
2774
2775 PR binutils/12110
2776 * configure.ac: Error when source path contains spaces.
2777 * configure: Regenerate.
2778
2779 2010-10-20 Ian Lance Taylor <iant@google.com>
2780
2781 * Makefile.def (target_modules): Set lib_path to src/.libs for
2782 libstdc++-v3 module.
2783 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2784 * Makefile.in: Rebuild.
2785
2786 2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2787 Joseph Myers <joseph@codesourcery.com>
2788
2789 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2790 notices.
2791 * COPYING.NEWLIB: Add Texas Instruments notice.
2792
2793 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2794
2795 * configure.ac (build_lto_plugin): New shell variable.
2796 (--enable-lto): Turn on by default for all non-ELF platforms that
2797 have had LTO support added so far. Set build_lto_plugin appropriately
2798 for both ELF and non-ELF.
2799 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2800 * configure: Regenerate.
2801
2802 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2803
2804 PR bootstrap/45326
2805 PR bootstrap/45174
2806 * configure.ac: Honor initial values of $build_configargs,
2807 $host_configargs, $target_configargs. Mark the precious, so
2808 environment settings get recorded.
2809 * configure: Regenerate.
2810
2811 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2812
2813 Sync from GCC:
2814
2815 2010-09-30 Michael Eager <eager@eagercon.com>
2816
2817 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2818 * configure: Regenerate.
2819
2820 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2821
2822 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2823 targets and amend comment.
2824 * configure: Regenerate.
2825
2826 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2827
2828 * configure.ac: Enable LTO by default on Darwin.
2829 * configure: Regenerate.
2830
2831 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2832
2833 PR bootstrap/44455
2834 * configure.ac (extra_mpfr_configure_flags): Copy from
2835 extra_mpc_gmp_configure_flags.
2836 * configure: Re-generated.
2837
2838 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2839
2840 Sync from GCC:
2841
2842 PR bootstrap/45796
2843 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2844 Depend on all-build-libiberty.
2845 * Makefile.in: Regenerate.
2846
2847 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2848
2849 Sync from GCC:
2850
2851 PR bootstrap/44621
2852 * configure.ac: Fix unportable shell quoting.
2853 * configure: Regenerate.
2854
2855 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2856
2857 * configure.ac: Support all v850 targets.
2858 * configure: Regenerate.
2859
2860 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2861
2862 PR target/44862
2863 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2864 Provide -B option to allow for link spec %s substitutions for
2865 libstdc++.a on darwin.
2866 * Makefile.in: Regenerate.
2867
2868 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2869
2870 * Makefile.def (configure-gcc): Depend on all-libelf.
2871 * Makefile.in: Rebuild.
2872
2873 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2874
2875 * config.sub, config.guess: Update from upstream sources.
2876
2877 2010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2878
2879 Sync from GCC:
2880
2881 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2882 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2883 * configure: Regenerated.
2884
2885 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2886 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2887 * configure: Regenerate.
2888
2889 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2890 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2891 * configure: Regenerate.
2892
2893 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2894 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2895 separately.
2896 * configure: Regenerate.
2897
2898 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2899 * configure: Regenerate after change to elf.m4.
2900
2901 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2902 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2903 * configure: Regenerated.
2904
2905 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2906 * configure.ac: Print "buggy but acceptable" when CLooG
2907 revision is less than 9.
2908 * configure: Regenerated.
2909
2910 2010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2911
2912 Merge from gcc:
2913
2914 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2915 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2916 * configure: Regenerate.
2917
2918 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2919 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2920 a platform that supports LTO.
2921 * configure: Regenerate.
2922
2923 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2924 PR lto/42776
2925 * configure.ac (--enable-lto): Refactor handling so libelf tests
2926 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2927 and allow LTO to be explicitly enabled on non-ELF platforms that
2928 are known to support it inside else-clause.
2929 * configure: Regenerate.
2930
2931 2010-04-27 Roland McGrath <roland@redhat.com>
2932 H.J. Lu <hongjiu.lu@intel.com>
2933
2934 * configure.ac (--enable-gold): Support both, both/gold and
2935 both/bfd to add gold to configdirs without removing ld.
2936 * configure: Regenerated.
2937
2938 * Makefile.def: Add install-gold dependency to install-ld.
2939 * Makefile.in: Regenerated.
2940
2941 2010-04-14 Tristan Gingold <gingold@adacore.com>
2942
2943 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2944 * configure: Regenerate.
2945
2946 2010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2947
2948 Merge from gcc:
2949 PR bootstrap/43615
2950 PR bootstrap/43328
2951 Revert:
2952 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2953 * configure.ac: Do not pass --enable-multilib nor
2954 --disable-multilib in baseargs. Accept explicitly passed
2955 --enable_multilib.
2956 * configure: Regenerate.
2957
2958 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2959
2960 PR bootstrap/43328
2961 * configure.ac: Do not pass --enable-multilib nor
2962 --disable-multilib in baseargs. Accept explicitly passed
2963 --enable_multilib.
2964 * configure: Regenerate.
2965
2966 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2967
2968 * configure.ac (tic6x-*-*): New case.
2969 * configure: Regenerate.
2970
2971 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2972
2973 Merge from gcc:
2974 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2975 PR ada/42554
2976 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2977 * configure: Regenerate.
2978
2979 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2980
2981 * config.sub: Update to version 2010-03-22.
2982 * config.guess: Update to version 2009-12-30.
2983
2984 2010-03-14 Joseph Myers <joseph@codesourcery.com>
2985
2986 Merge from gcc:
2987 2010-01-11 Richard Guenther <rguenther@suse.de>
2988 PR lto/41569
2989 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2990 * Makefile.in: Regenerated.
2991
2992 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2993
2994 PR libstdc++/32499
2995 * configure.ac (RANLIB): Default to true.
2996 (STRIP): Likewise.
2997 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2998 * configure: Regenerate.
2999
3000 2010-02-17 Nick Clifton <nickc@redhat.com>
3001
3002 PR 11238
3003 * Makefile.tpl (local-distclean): Also remove config.cache files in
3004 sub-directories as there may not be Makefiles present in the
3005 sub-directories.
3006 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3007 the config.cache files found by the find command.
3008
3009 * Makefile.in: Regenerate.
3010 * configure.ac: Revert previous delta.
3011 * configure: Regenerate.
3012
3013 2010-02-15 Nick Clifton <nickc@redhat.com>
3014
3015 PR 11238
3016 * configure.ac: Delete config.cache files in sub-directories when
3017 deleting Makefiles.
3018 * configure: Regenerate.
3019
3020 2010-02-15 Nick Clifton <nickc@redhat.com>
3021
3022 * configure.ac: Sync from gcc.
3023 * configure: Regenerate.
3024
3025 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3026
3027 Sync from gcc:
3028 * configure.ac: Add "recommended" version checks for GMP/MPC.
3029 Update recommended GMP/MPFR/MPC versions.
3030 * configure: Regenerate.
3031
3032 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3033
3034 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3035 * configure.ac (bootstrap_target_libs): Make inclusion of
3036 target-libgomp conditional on libgomb being in target_configdirs.
3037 * configure: Regenerate.
3038
3039 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3040
3041 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3042 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3043 * configure: Regenerate.
3044
3045 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3046
3047 gcc PR libstdc++/36101, gcc PR libstdc++/42813
3048 * configure.ac (target_configdirs): Substitute.
3049 * Makefile.def: Bootstrap target module libgomp.
3050 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3051 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3052 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3053 * configure, Makefile.in: Regenerate.
3054
3055 2009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3056
3057 * libtool.m4: Sync from git Libtool.
3058 * ltmain.sh: Likewise.
3059 * ltoptions.m4: Likewise.
3060 * ltversion.m4: Likewise.
3061 * lt~obsolete.m4: Likewise.
3062
3063 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3064 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3065
3066 PR bootstrap/42424
3067 * configure.ac: Include libtool m4 files.
3068 (_LT_CHECK_OBJDIR): Call it.
3069 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3070 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3071
3072 * configure: Regenerate.
3073
3074 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3075
3076 PR bootstrap/41818
3077 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3078 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3079 * Makefile.in: Regenerate.
3080
3081 2009-12-18 Ben Elliston <bje@au.ibm.com>
3082
3083 * config.sub, config.guess: Update from upstream sources.
3084
3085 2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
3086
3087 * COPYING.NEWLIB: Update copyright date.
3088 * COPYING.LIBGLOSS: Ditto.
3089
3090 2009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3091
3092 PR middle-end/30447
3093 PR middle-end/30789
3094 PR other/40302
3095
3096 * configure.ac: Require MPC.
3097 * configure: Regenerate.
3098
3099 * configure.ac: Update minimum MPC version to 0.8.
3100 * configure: Regenerate.
3101
3102 2009-11-20 Paolo Bonzini <bonzini@gnu.org>
3103
3104 * config.guess: Sync with upstream and gcc.
3105 * config.sub: Sync with upstream and gcc.
3106
3107 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3108
3109 * Makefile.def: Restore host and target settings for gmp.
3110 * Makefile.in: Rebuild.
3111
3112 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3113
3114 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3115 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3116 Fix portability of test of C++ as bootstrap language. Add
3117 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3118 * configure: Rebuild.
3119 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3120 and cloog. Fix in-tree ppl configuration. Introduce libelf
3121 in-tree building.
3122 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3123 (POSTSTAGE1_HOST_EXPORTS): Use it.
3124 (STAGE[+id+]_CXXFLAGS): New.
3125 (BASE_FLAGS_TO_PASS): Pass it down.
3126 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3127 extra_exports.
3128 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3129 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3130 extra_exports.
3131 * Makefile.in: Rebuild.
3132
3133 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3134
3135 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3136 paths for *-w64-mingw* and x86_64-*mingw*.
3137 * configure: Regenerated.
3138
3139 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3140
3141 * configure.ac: Disable target-winsup & co for
3142 x86_64-*-mingw* and *-w64-mingw* targets.
3143 * configure: Regenerated.
3144
3145 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3146
3147 * configure.ac (CLooG test): Use = with test.
3148 * configure: Regenerate.
3149
3150 2009-10-22 Richard Guenther <rguenther@suse.de>
3151
3152 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3153 cloog if the ppl version check failed. Move flags saving
3154 before setting in libelf check.
3155 * configure: Regenerate.
3156
3157 2009-10-21 Richard Guenther <rguenther@suse.de>
3158
3159 * configure.ac: Adjust the ppl and cloog configure to work as
3160 documented. Disable cloog if ppl was disabled. Omit the version
3161 checks if they were disabled.
3162 * configure: Re-generate.
3163
3164 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3165
3166 * configure.ac: Add 'lto' to enable_languages, not
3167 new_enable_languages, and only if not already present.
3168 * configure: Regenerate.
3169
3170 2009-10-06 Ian Lance Taylor <iant@google.com>
3171
3172 * Makefile.def: check-gold depends upon all-gas.
3173 * Makefile.in: Rebuild.
3174
3175 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3176
3177 * Makefile.def: all-lto-plugin depends on all-libiberty.
3178 set bootstrap=true for lto-plugin.
3179 Add lto-plugin.
3180 * Makefile.in: Regenerate.
3181 * configure.ac (host_libs): Add lto-plugin.
3182 * configure: Regenerate.
3183
3184 2009-10-03 Diego Novillo <dnovillo@google.com>
3185
3186 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3187 (HOST_LIBELFLIBS): Define.
3188 (HOST_LIBELFINC): Define.
3189 * Makefile.in: Regenerate.
3190 * configure.ac: Add --enable-lto.
3191 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3192 If --enable-lto is used, add 'lto' to new_enable_languages.
3193 If --enable-lto is used and gold is enabled, add
3194 lto-plugin to configdirs.
3195 * configure: Regenerate.
3196
3197 2009-10-03 Simon Baldwin <simonb@google.com>
3198
3199 * configure.ac: If --with-system-zlib, suppress local zlib and
3200 pass --with-system-zlib to subdir configure scripts.
3201 * configure: Regenerate.
3202
3203 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3204 Paolo Bonzini <bonzini@gnu.org>
3205
3206 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3207 $(srcdir).
3208 * Makefile.in: Rebuilt.
3209
3210 2009-09-29 Paolo Bonzini <bonzini@gnu.org>
3211
3212 Sync from gcc:
3213 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3214
3215 * configure.ac: Update minimum MPC version to 0.7.
3216 * configure: Regenerate.
3217
3218 2009-09-25 Nick Clifton <nickc@redhat.com>
3219
3220 * configure.ac: Pass any --cache-file=/dev/null option on to
3221 subconfigures.
3222 * configure: Regenerate.
3223
3224 2009-09-23 Nick Clifton <nickc@redhat.com>
3225
3226 * config.sub, config.guess: Update from upstream sources.
3227
3228 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3229
3230 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3231 * Makefile.in: Rebuilt.
3232
3233 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3234
3235 PR bootstrap/32272
3236 * configure.ac: Error out if $srcdir isn't '.' but contains
3237 host-${host_noncanonical}.
3238 * configure: Regenerate.
3239
3240 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3241
3242 * configure.ac: If bootstrapping a combined tree with
3243 --enable-gold, require c++ in stage1_languages.
3244 * configure: Regenerate.
3245
3246 * configure.ac: Also add target_libs of stage1_languages to
3247 bootstrap_target_libs.
3248 * configure: Regenerate.
3249
3250 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3251 with --enable-languages not containing c++.
3252 * configure: Regenerate.
3253
3254 2009-09-16 Jie Zhang <jie.zhang@analog.com>
3255
3256 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3257 * configure: Regenerate.
3258
3259 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3260
3261 * configure.ac: Do not use $extrasub for replacing @if/@endif
3262 parts in Makefile; instead, use additional arguments to
3263 AC_CONFIG_COMMANDS to do the replacement manually, with several
3264 sed invocations, to avoid HP-UX sed command limits.
3265 * configure: Regenerate.
3266
3267 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3268
3269 * configure.ac (with-build-config): Document. Handle without.
3270 Handle missing argument.
3271 * configure: Rebuilt.
3272
3273 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3274
3275 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3276 Default to bootstrap-debug only if compare-debug works.
3277 * configure: Rebuilt.
3278 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3279 * Makefile.in: Rebuilt.
3280
3281 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3282
3283 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3284 * Makefile.in: Rebuilt.
3285
3286 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3287
3288 * Makefile.tpl (AWK): Fix typo.
3289 * Makefile.in: Regenerate.
3290
3291 2009-09-02 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * configure.ac: Detect awk and sed.
3294 * Makefile.def (flags_to_pass): Add AWK and SED.
3295 * Makefile.tpl (AWK, SED): New.
3296 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3297 * configure: Regenerate.
3298 * Makefile.in: Regenerate.
3299
3300 2009-09-01 Tristan Gingold <gingold@adacore.com>
3301
3302 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
3303 Remove logical names.
3304
3305 2009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
3306
3307 * ltmain.sh (func_normal_abspath): New function.
3308 (func_relative_path): Likewise.
3309 (func_mode_help): Document new -bindir option for link mode.
3310 (func_mode_link): Add new -bindir option, and use it to place
3311 output DLL if specified.
3312
3313 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3314
3315 * configure.ac (AC_PREREQ): Bump to 2.64.
3316
3317 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3318
3319 * README-maintainer-mode: Point directly to upstream locations
3320 for autoconf, automake, libtool, gettext, instead of copies on
3321 sources.redhat.com. Document required versions.
3322 * configure.ac: Do not substitute datarootdir, htmldir,
3323 pdfdir, docdir. Do not process --with-datarootdir,
3324 --with-htmldir, --with-pdfdir, --with-docdir.
3325 * configure: Regenerate.
3326
3327 * configure: Regenerate.
3328
3329 * compile: Sync from Automake 1.11.
3330 * depcomp: Likewise.
3331 * install-sh: Likewise.
3332 * missing: Likewise.
3333 * mkinstalldirs: Likewise.
3334 * ylwrap: Likewise.
3335
3336 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3337
3338 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3339 (baseargs): Add --disable-option-checking.
3340 * configure: Regenerate.
3341
3342 * Makefile.def (configure-target-libiberty): Depend on
3343 all-binutils and all-ld.
3344 (configure-target-newlib): Likewise.
3345 * Makefile.in: Regenerate.
3346
3347 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3348
3349 Sync with GCC, merge:
3350
3351 2009-07-31 Christian Bruel <christian.bruel@st.com>
3352
3353 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3354 * configure: Regenerate.
3355
3356 2009-07-06 Ian Lance Taylor <iant@google.com>
3357
3358 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3359 * configure: Rebuild.
3360
3361 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3362
3363 PR bootstrap/40338
3364 * configure.ac (comparestring): Create new variable.
3365 * Makefile.tpl (comparestring): Use to skip some comparisions.
3366 * configure: Regenerate.
3367 * Makefile.in: Regenerate.
3368
3369 2009-06-23 Ian Lance Taylor <iant@google.com>
3370
3371 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3372 boot_languages. Only bootstrap target libraries listed in
3373 target_libs for some boot language. Add --with-stage1-ldflags,
3374 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3375 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3376 if not building with C++.
3377 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3378 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3379 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3380 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3381 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3382 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3383 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3384 * configure, Makefile.in: Rebuild.
3385
3386 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3387
3388 * configure.ac: Detect MPC in default directory.
3389 * configure: Regenerate.
3390
3391 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3392
3393 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3394 to noconfdirs.
3395 * configure: Regenerate.
3396
3397 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3398
3399 * Makefile.def: Add MPC support and dependencies.
3400 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3401
3402 * Makefile.in, configure: Regenerate.
3403
3404 2009-05-24 Nicolas Roche <roche@adacore.com>
3405
3406 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3407 * Makefile.in: Regenerate.
3408
3409 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3410
3411 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3412 * configure: Regenerate.
3413
3414 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3415
3416 * configure.ac ($with_ppl): Default to no if not supplied.
3417 ($with_cloog): Likewise.
3418 configure: Regenerate.
3419
3420 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3421
3422 PR bootstrap/39739
3423 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3424 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3425
3426 * configure, Makefile.in: Regenerate.
3427
3428 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3429
3430 * configure.ac: Change copyright header to refer to version
3431 3 of the GNU General Public License and to point readers at the
3432 COPYING3 file and the FSF's license web page.
3433 * Makefile.def: Likewise.
3434 * Makefile.tpl: Likewise.
3435 * Makefile.in: Regenerate.
3436
3437 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3438
3439 * configure.ac: Restore match for darwin9 or later. Use double
3440 brackets since regeneration eats one pair.
3441 * configure: Regenerate.
3442
3443 2009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
3444
3445 * MAINTAINERS: Perform some obvious fixups.
3446
3447 2009-08-17 Ben Elliston <bje@au.ibm.com>
3448
3449 * config.sub, config.guess: Update from upstream sources.
3450
3451 2009-08-06 Michael Eager <eager@eagercon.com>
3452
3453 * configure.ac: Add Microblaze target.
3454 * configure: Regenerate.
3455
3456 2009-07-02 Tristan Gingold <gingold@adacore.com>
3457
3458 * configure.ac: Do not exclude gas for i386-*-darwin.
3459 Add a case for x86_64-*-darwin.
3460 * configure: Regenerate.
3461
3462 2009-06-26 Doug Evans <dje@sebabeach.org>
3463
3464 * Makefile.def (host_modules): Add cgen.
3465 * Makefile.in: Regenerate.
3466 * configure.ac (host_tools): Add cgen.
3467 * configure: Regenerate.
3468
3469 2009-06-17 Michael Eager <eager@eagercon.com>
3470
3471 * COPYING.LIBGLOSS: Add Xilinx license.
3472
3473 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3474
3475 * configure.ac: Define is_elf for QNX Neutrino targets.
3476 * configure: Regenerate.
3477
3478 2009-06-03 Jerome Guitton <guitton@adacore.com>
3479 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3480
3481 * Makefile.tpl (all): Avoid a trailing backslash.
3482 * Makefile.in: Regenerate.
3483
3484 2009-06-03 Ben Elliston <bje@au.ibm.com>
3485
3486 * config.sub, config.guess: Update from upstream sources.
3487
3488 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3489
3490 * Makefile.tpl ([+compare-target+]): Compare all stage
3491 directories, rather than just gcc.
3492 * Makefile.in: Rebuilt.
3493
3494 2009-05-28 Doug Kwan <dougkwan@google.com>
3495
3496 * configure.ac: Support gold for target arm*-*-*.
3497 * configure: Regenerate.
3498
3499 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3500
3501 * Makefile.tpl (all): Avoid harmless warning in make all when
3502 gcc-bootstrap is enabled but stage_last does not exist.
3503 * Makefile.in: Rebuilt.
3504
3505 2009-05-25 Tristan Gingold <gingold@adacore.com>
3506
3507 * setup.com: Complete the file with configuration and build.
3508
3509 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3510
3511 PR other/40159
3512 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3513 gcc-no-bootstrap are mutually exclusive.
3514 * Makefile.in: Rebuilt.
3515
3516 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3517
3518 PR other/40159
3519 * Makefile.tpl (all): Don't end with unconditional success.
3520 * Makefile.in: Rebuilt.
3521
3522 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3523
3524 PR target/37137
3525 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3526 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3527 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3528 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3529 stage_configureflags, stage_cflags and stage_libcflags into
3530 explicit Makefile macros.
3531 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3532 GFORTRAN.
3533 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3534 CC. Set CC_FOR_BUILD from CC.
3535 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3536 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3537 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3538 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3539 and GFORTRAN.
3540 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3541 (_LIBCFLAGS): Renamed to _TFLAGS.
3542 (do-compare-debug, do-compare3-debug): Drop.
3543 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3544 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3545 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3546 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3547 (XGCC_FLAGS_FOR_TARGET): New.
3548 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3549 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3550 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3551 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3552 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3553 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3554 TFLAGS.
3555 (BUILD_CONFIG): Include if requested.
3556 (all): Set TFLAGS on bootstrap.
3557 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3558 (all-stageid-prefixmodule): Likewise.
3559 (do-clean, distclean-stageid): Set TFLAGS.
3560 (restrap): Fix whitespace.
3561 * Makefile.in: Rebuilt.
3562
3563 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3564
3565 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3566 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3567 * Makefile.in: Regenerate.
3568
3569 2009-04-24 Eli Zaretskii <eliz@gnu.org>
3570
3571 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3572 consistency with config.sub. (Update from upstream sources.)
3573
3574 2009-04-21 Joseph Myers <joseph@codesourcery.com>
3575
3576 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3577
3578 2009-04-17 Ben Elliston <bje@au.ibm.com>
3579
3580 * config.sub, config.guess: Update from upstream sources.
3581
3582 2009-04-15 Anthony Green <green@moxielogic.com>
3583
3584 * configure.ac: Add moxie support.
3585 * configure: Rebuilt.
3586
3587 2009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3588
3589 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3590 * configure: Regenerate.
3591
3592 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3593
3594 PR gas/10039
3595 * configure.ac: Require texinfo 4.7.
3596 * configure: Regenerated.
3597
3598 2009-04-09 Steve Ellcey <sje@cup.hp.com>
3599
3600 * Makefil.def (languages): New entries.
3601 * Makefile.tpl (check-gcc-*): New generic target.
3602 * Makefile.in: Regenerate.
3603
3604 2009-03-27 Eli Zaretskii <eliz@gnu.org>
3605
3606 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3607 Windows builds of Sed.
3608
3609 2009-03-18 Tom Tromey <tromey@redhat.com>
3610
3611 * configure: Rebuild.
3612 * configure.ac (host_libs): Add libiconv.
3613 * Makefile.in: Rebuild.
3614 * Makefile.def (host_modules): Add libiconv.
3615 (configure-gdb, all-gdb): Depend on libiconv.
3616
3617 2009-03-16 Tristan Gingold <gingold@adacore.com>
3618
3619 * configure.ac: Treat gdb as supported on x86_64-darwin.
3620 * configure: Regenerate.
3621
3622 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3623
3624 Merge from GCC:
3625
3626 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3627
3628 * configure.ac (--with-host-libstdcxx): New option.
3629 * configure: Regenerate.
3630
3631 2009-01-29 Robert Millan <rmh@aybabtu.com>
3632
3633 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3634 * configure: Regenerate.
3635
3636 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3637
3638 PR tree-optimization/38515
3639 * configure.ac (cloog-polylib): Removed.
3640 (with_ppl, with_cloog): Test for "no".
3641 * configure: Regenerated.
3642
3643 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3644
3645 Backport from git Libtool:
3646
3647 2009-01-19 Robert Millan <rmh@aybabtu.com>
3648 Support GNU/kOpenSolaris.
3649 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3650 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3651 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3652 GNU/kOpenSolaris.
3653
3654 2009-02-05 Andreas Schwab <schwab@suse.de>
3655
3656 * Makefile.tpl (stage_last): Define $r and $s before using
3657 $(RECURSE_FLAGS_TO_PASS).
3658 * Makefile.in: Regenerate
3659
3660 2009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3661
3662 * COPYING.NEWLIB: Add ARM license.
3663
3664 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3665
3666 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3667 (all-opcodes): Depend on all-libiberty.
3668 * Makefile.in: Regenerate.
3669
3670 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3671
3672 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3673 * configure: Regenerate.
3674
3675 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3676
3677 Backport link test fix from upstream Libtool:
3678
3679 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3680 Add cache variables to tests that require the linker to work.
3681 For shlibpath_overrides_runpath, this also changes the semantics
3682 to let the result from the C compiler take precedence.
3683 compiler take precedence.
3684
3685 2008-12-02 Ben Elliston <bje@au.ibm.com>
3686
3687 * config.sub, config.guess: Update from upstream sources.
3688
3689 2008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3690
3691 * COPYING.NEWLIB: Updated.
3692 * COPYING.LIBGLOSS: Ditto.
3693
3694 2008-12-16 Paolo Bonzini <bonzini@gnu.org>
3695
3696 Sync with GCC:
3697
3698 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3699
3700 * configure.ac (ppllibs): Add by default the lib flags.
3701 * configure: Regenerate.
3702
3703 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3704
3705 * configure.ac: Add double brackets on darwin[912].
3706 * configure: Regenerate.
3707
3708 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3709
3710 * configure.ac: Expand to darwin10 and later.
3711 * configure: Regenerate.
3712
3713 2008-12-02 Andreas Schwab <schwab@suse.de>
3714
3715 * Makefile.def: configure-target-boehm-gc depends on
3716 all-target-libstdc++-v3.
3717 * Makefile.in: Regenerate.
3718
3719 2008-12-02 Ben Elliston <bje@au.ibm.com>
3720
3721 * config.sub, config.guess: Update from upstream sources.
3722
3723 2008-11-27 Joseph Myers <joseph@codesourcery.com>
3724
3725 Merge from GCC:
3726
3727 2007-12-02 Matthias Klose <doko@ubuntu.com>
3728
3729 * config-ml.in: Remove 64bit configure tests.
3730
3731 2008-05-14 Rafael Espindola <espindola@google.com>
3732
3733 * config-ml.in: don't handle --enable-shared and --enable-static.
3734
3735 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3736 Tobias Grosser <grosser@fim.uni-passau.de>
3737 Jan Sjodin <jan.sjodin@amd.com>
3738 Harsha Jagasia <harsha.jagasia@amd.com>
3739 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3740 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3741 Adrien Eliche <aeliche@isty.uvsq.fr>
3742
3743 Merge from graphite branch.
3744 * configure: Regenerate.
3745 * Makefile.in: Regenerate.
3746 * configure.ac (host_libs): Add ppl and cloog.
3747 Add checks for PPL and CLooG.
3748 * Makefile.def (ppl, cloog): Added modules and dependences.
3749 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3750 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3751
3752 2008-09-03 Richard Guenther <rguenther@suse.de>
3753
3754 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3755 cloog test.
3756 * configure: Re-generate.
3757
3758 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3759
3760 * configure.ac (--with-cloog-polylib): New.
3761 (--disable-cloog-version-check): New.
3762 (--disable-ppl-version-check): New.
3763 * configure: Re-generate.
3764
3765 2008-09-05 Richard Guenther <rguenther@suse.de>
3766
3767 * configure.ac: Initialize clooglibs to -lcloog.
3768 * configure: Re-generate.
3769
3770 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3771
3772 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3773 recommended version to 2.3.2.
3774
3775 * configure: Regenerate.
3776
3777 2008-10-31 Ben Elliston <bje@au.ibm.com>
3778
3779 * configure.ac (spu-*-*): Remove special case.
3780 * configure: Regenerate.
3781
3782 Complete comment text from GCC version of:
3783
3784 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3785
3786 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3787 (GCC_SHLIB_SUBDIR): New.
3788 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3789 * configure: Regenerate.
3790 * Makefile.in: Regenerate.
3791
3792 2008-11-27 Tristan Gingold <gingold@adacore.com>
3793
3794 * configure.ac: Build gdb for i?86-*-darwin*
3795 * configure: Regenerated.
3796
3797 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3798
3799 PR bootstrap/38014
3800 PR bootstrap/37923
3801
3802 Revert:
3803
3804 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3805
3806 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3807 * Makefile.in: Regenerated.
3808
3809 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3810
3811 PR gdb/921
3812 PR gdb/1646
3813 PR gdb/2175
3814 PR gdb/2176
3815
3816 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3817 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3818 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3819 (HOST_EXPORTS): Pass CPPFLAGS.
3820 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3821 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3822 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3823 * Makefile.in, configure: Regenerated.
3824 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3825 and CPPFLAGS_FOR_BUILD.
3826
3827 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3828
3829 * configure.ac [spu-*-*]: Do not set skipdirs.
3830 * configure: Re-generate.
3831
3832 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3833
3834 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3835 * Makefile.in: Regenerated.
3836
3837 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3838
3839 PR gdb/921
3840 PR gdb/1646
3841 PR gdb/2175
3842 PR gdb/2176
3843
3844 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3845 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3846 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3847 (HOST_EXPORTS): Pass CPPFLAGS.
3848 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3849 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3850 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3851 * Makefile.in, configure: Regenerated.
3852 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3853 and CPPFLAGS_FOR_BUILD.
3854
3855 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3856
3857 * libtool.m4: Update to libtool 2.2.6.
3858 * lt~obsolete.m4: Update to libtool 2.2.6.
3859 * ltmain.sh: Update to libtool 2.2.6.
3860 * ltsugar.m4: Update to libtool 2.2.6.
3861 * ltversion.m4: Update to libtool 2.2.6.
3862 * ltoptions.m4: Update to libtool 2.2.6.
3863 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3864
3865 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3866
3867 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3868 (GCC_SHLIB_SUBDIR): New.
3869 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3870 * configure: Regenerate.
3871 * Makefile.in: Regenerate.
3872
3873 2008-08-28 Tristan Gingold <gingold@adacore.com>
3874
3875 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3876 Enable bfd, binutils and opcodes.
3877 * configure: Regenerate.
3878
3879 2008-08-16 Nicolas Roche <roche@adacore.com>
3880
3881 * Makefile.tpl: Add BOOT_ADAFLAGS.
3882 * Makefile.in: Regenerate.
3883
3884 2008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3885
3886 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3887 * configure: Regenerate.
3888
3889 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3890
3891 Sync with gcc:
3892 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3893
3894 * configure.ac: Add makefile fragments for hpux.
3895 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3896 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3897 * configure: Regenerate.
3898 * Makefile.in: Regenerate.
3899
3900 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3901
3902 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3903 * Makefile.in: Regenerate.
3904 * configure: Regenerate.
3905
3906 2008-06-18 Ian Lance Taylor <iant@google.com>
3907
3908 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3909
3910 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3911
3912 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3913
3914 * configure: Regenerate.
3915
3916 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3917
3918 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3919 "$@" is still intact with both Autoconf 2.59 and 2.62.
3920 * configure: Regenerate.
3921
3922 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3923
3924 * Makefile.tpl: Fix comment errors.
3925 * Makefile.in: Regenerate.
3926
3927 2008-06-13 Julian Brown <julian@codesourcery.com>
3928
3929 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3930 of libobjc for ARM EABI Linux.
3931 * configure: Regenerate.
3932
3933 2008-06-12 David S. Miller <davem@davemloft.net>
3934 David Edelsohn <edelsohn@gnu.org>
3935
3936 * configure.ac: Add powerpc*-*-* to gold supported targets.
3937 * configure: Regenerate.
3938
3939 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3940
3941 PR tree-optimization/36218
3942 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3943 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3944 (all prefix="build-"): Pass them to build-system sub-makes.
3945 * Makefile.in: Regenerate.
3946
3947 2008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3948
3949 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3950 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3951 mkdep, and compile. Update comments.
3952 (ETC_SUPPORT): Add ChangeLog and update comments.
3953
3954 2008-05-11 Ian Lance Taylor <iant@google.com>
3955
3956 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3957
3958 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3959
3960 Sync with gcc:
3961 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3962
3963 PR bootstrap/35457
3964 * configure.ac: Include override.m4.
3965 * configure: Regenerate.
3966
3967 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3968
3969 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3970 * Makefile.in: Regenerate.
3971
3972 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3973
3974 * configure.ac: Do not build libssp for the AVR.
3975 * configure: Regenerate.
3976
3977 2008-04-18 Nick Clifton <nickc@redhat.com>
3978
3979 * MAINTAINERS: Replace reference to configure.in with reference to
3980 configure.ac.
3981
3982 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3983
3984 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3985 as nonconfigurable directories list.
3986 * configure: Regenerate.
3987
3988 2008-04-14 David S. Miller <davem@davemloft.net>
3989
3990 * configure.ac: Add sparc*-*-* to gold supported targets.
3991 * configure: Regenerate.
3992
3993 2008-04-14 Ben Elliston <bje@au.ibm.com>
3994
3995 * config.sub, config.guess: Update from upstream sources.
3996
3997 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3998
3999 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4000 * Makefile.in: Regenerate.
4001
4002 2008-04-07 Ian Lance Taylor <iant@google.com>
4003
4004 * Makefile.def: check-gold depends upon all-binutils.
4005 * Makefile.in: Regenerate.
4006
4007 2008-04-04 Nick Clifton <nickc@redhat.com>
4008
4009 PR binutils/4334
4010 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4011 builds.
4012 * configure: Regenerate.
4013
4014 2008-04-04 NightStrike <NightStrike@gmail.com>
4015
4016 PR other/35151
4017 * configure.ac: Combine rules for mingw32 and mingw64.
4018 * configure: Regenerate.
4019
4020 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4021
4022 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4023 * Makefile.in: Regenerate.
4024
4025 2008-03-20 Ian Lance Taylor <iant@google.com>
4026
4027 * configure.ac: Add support for --enable-gold.
4028 * Makefile.def: Add gold as a directory like ld.
4029 * configure, Makefile.in: Regenerate.
4030
4031 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
4032
4033 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4034 (s390_cond_extensions): Reduced extensions to the compare related.
4035 (main): z10 cpu type option added.
4036 (expandConditionalJump): Renamed to ...
4037 (insertExpandedMnemonic): ... this.
4038
4039 * opcodes/s390-opc.c: Re-group the operand format makros.
4040 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
4041 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
4042 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
4043 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
4044 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
4045 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
4046 INSTR_SIL_RDU): New instruction formats added.
4047 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
4048 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
4049 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
4050 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
4051 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
4052 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
4053 masks added.
4054 (s390_opformats): New formats added "ris", "rrs", "sil".
4055 * opcodes/s390-opc.txt: Add the conditional jumps with the
4056 extensions removed from automatic expansion in s390-mkopc.c manually.
4057 (asi - trtre): Add new System z10 EC instructions.
4058 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
4059
4060 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4061
4062 * configure.ac: m4_include config/proginstall.m4.
4063 * configure: Regenerate.
4064
4065 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4066
4067 Backport from upstream Libtool:
4068
4069 2007-10-12 Eric Blake <ebb9@byu.net>
4070
4071 Deal with Autoconf 2.62's semantic change in m4_append.
4072 * ltsugar.m4 (lt_append): Replace broken versions of
4073 m4_append.
4074 (lt_if_append_uniq): Don't require separator to be overquoted,
4075 and avoid broken m4_append.
4076 (lt_dict_add): Fix typo.
4077 * libtool.m4 (_LT_DECL): Don't overquote separator.
4078
4079 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4080
4081 * config.rpath: Add AIX 6 support.
4082
4083 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4084
4085 * Makefile.def (stageprofile). Remove -fprofile-generate
4086 from stage_libcflags.
4087 * Makefile.in: Regenerate.
4088
4089 2008-03-13 Ben Elliston <bje@au.ibm.com>
4090
4091 * config.sub, config.guess: Update from upstream sources.
4092
4093 2008-03-06 Florian Krohm <fkrohm@us.ibm.com>
4094
4095 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
4096 * s390-opc.txt (cmpsc): Duplicate entry removed.
4097 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
4098 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
4099 fier, cu42, cu41): Fix operand format.
4100
4101 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4102
4103 PR bootstrap/32009
4104 PR bootstrap/32161
4105
4106 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4107 * configure: Regenerate.
4108
4109 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4110 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4111 STAGE4_LIBCFLAGS): New.
4112 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4113 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4114 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4115 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4116 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4117 for target modules. Don't export LIBCFLAGS.
4118 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4119 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4120 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4121 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4122 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4123 * Makefile.in: Regenerate.
4124
4125 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4126
4127 PR libgcj/33085
4128 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4129 Do not use -DDLL_EXPORT. Backport from upstream.
4130
4131 2008-02-14 Nick Clifton <nickc@redhat.com>
4132
4133 Import this patch from gcc:
4134 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4135
4136 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4137
4138 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4139
4140 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4141 * configure: Regenerate.
4142
4143 2008-01-31 Marc Gauthier <marc@tensilica.com>
4144
4145 * configure.ac (xtensa*-*-*): Recognize processor variants.
4146 * configure: Regenerate.
4147
4148 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4149
4150 PR bootstrap/34922
4151 * configure.ac (PARSE_ARGS): Push suitable setting of
4152 ac_subdirs_all, for `./configure --help=recursive'.
4153 Handle `+' in generic toplevel directory disabling.
4154 * configure: Regenerate.
4155
4156 2008-01-23 Ben Elliston <bje@au.ibm.com>
4157
4158 * config.sub, config.guess: Update from upstream sources.
4159
4160 2008-01-08 Ben Elliston <bje@au.ibm.com>
4161
4162 * config.sub, config.guess: Update from upstream sources.
4163
4164 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4165
4166 * COPYING.LIBGLOSS: Update default copyright.
4167
4168 2007-12-19 Jeff Johnston <jjohnstn@redhat.com>
4169
4170 * COPYING.NEWLIB: Update default copyright.
4171
4172 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4173
4174 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4175 Change recommended MPFR from 2.2.1 > 2.3.0.
4176 * configure: Regenerate.
4177
4178 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4179
4180 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4181 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4182 * Makefile.in: Regenerate.
4183
4184 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4185
4186 * configure.ac: Enable libjava for x86_64-*-darwin9.
4187 * configure: Regenerate.
4188
4189 2007-12-05 Ben Elliston <bje@au.ibm.com>
4190
4191 * config.sub, config.guess: Update from upstream sources.
4192
4193 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4194
4195 * config-ml.in: Robustify against white space in absolute file
4196 names.
4197
4198 * config-ml.in (multi-clean): Substitute ${Makefile}.
4199 Remove superfluous ${Makefile} in list.
4200
4201 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4202
4203 * Makefile.def (dependencies): Make configure-gdb depend on
4204 all-intl.
4205 * Makefile.in: Regenerated.
4206
4207 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4208
4209 * Makefile.def: To avoid problems running with parallel makes,
4210 build newlib before libgloss so that target specific header
4211 files are availble.
4212 * Makefile.in: Regenerate.
4213
4214 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4215
4216 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4217 * Makefile.in: Regenerate.
4218
4219 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4220
4221 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
4222 * libdecnumber: New directory, imported from GCC.
4223
4224 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4225
4226 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4227 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4228 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4229 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4230 * configure: Regenerate.
4231
4232 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4233
4234 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4235 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4236 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4237 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4238 * configure.ac: Default them to host tools for $host = $build.
4239 Subst them.
4240
4241 * configure: Regenerate.
4242 * Makefile.in: Regenerate.
4243
4244 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4245
4246 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4247 * configure: Regenerate.
4248
4249 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4250
4251 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4252 libstdc++.
4253 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4254 * configure: Regenerate.
4255 * Makefile.in: Regenerate.
4256
4257 2007-09-17 Andreas Schwab <schwab@suse.de>
4258
4259 * configure.ac: Raise minimum makeinfo version to 4.6.
4260 * configure: Regenerate.
4261
4262 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4263
4264 * configure.ac: Correct makeinfo version check.
4265 * configure: Regenerate.
4266
4267 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4268
4269 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4270 to $skipdirs and only disable gprof for newlib. Use the normal
4271 mips*-elf* handling in other respects.
4272 * configure: Regnerate.
4273
4274 2007-09-12 David Daney <ddaney@avtrex.com>
4275
4276 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4277 enabling libgcj.
4278 * configure: Regenerate.
4279
4280 2007-09-12 Richard Guenther <rguenther@suse.de>
4281
4282 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4283 nor --disable-checking is provided also turn on yes and types
4284 checking for stage1.
4285 * configure: Re-generate.
4286
4287 2007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4288
4289 PR target/33281
4290 * configure.ac: Use config/mh-mingw on mingw.
4291 * configure: Regenerate.
4292
4293 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4294
4295 PR other/32154
4296 * configure.ac: For libgloss targets, point the linker to the linker
4297 script, startup code and simulator library.
4298 * configure: Regenerate.
4299
4300 2007-09-09 Andrew Haley <aph@redhat.com>
4301
4302 * configure.ac (noconfigdirs): Remove target-libffi and
4303 target-libjava.
4304
4305 2007-08-29 Nick Clifton <nickc@redhat.com>
4306
4307 * config.sub, config.guess: Update from upstream sources.
4308
4309 2007-08-21 Richard Guenther <rguenther@suse.de>
4310
4311 * configure.ac: Add types checking to stage1 checking flags.
4312 * configure: Regenerate.
4313
4314 2007-08-18 Paul Brook <paul@codesourcery.com>
4315 Joseph Myers <joseph@codesourcery.com>
4316
4317 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4318 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4319 * Makefile.in: Regenerate.
4320 * configure.ac (--with-debug-prefix-map): New.
4321 * configure: Regenerate.
4322
4323 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4324 Nigel Stephens <nigel@mips.com>
4325
4326 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4327 as target_makefile_frag.
4328 * configure: Regenerate.
4329
4330 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4331
4332 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4333 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4334 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4335 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4336 (do-compare, do-compare3, do-compare-debug): New.
4337 ([+compare-target+]): Use them.
4338
4339 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4340
4341 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4342 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4343 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4344 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4345 (do-compare, do-compare3, do-compare-debug): New.
4346 ([+compare-target+]): Use them.
4347
4348 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4349 Ben Elliston <bje@au.ibm.com>
4350
4351 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4352 --silent if $silent.
4353 * configure: Regenerate.
4354
4355 2007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
4356
4357 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
4358
4359 2007-07-17 Nick Clifton <nickc@redhat.com>
4360
4361 * COPYING3: New file. Contains version 3 of the GNU General
4362 Public License.
4363 * COPYING3.LIB: New file. Contains version 3 of the GNU
4364 Lesser General Public License.
4365
4366 2007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
4367
4368 * configure.ac: Fix my previous change to really match GCC.
4369 * configure: Regenerate.
4370
4371 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4372
4373 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4374 * configure: Regenerate.
4375
4376 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4377
4378 * configure.ac: Add some missing m4 quotation.
4379 * configure: Regenerate.
4380
4381 2007-07-09 Kai Tietz <kai.tietz@onevision.com>
4382
4383 * Makefile.def: Add windmc tool to build.
4384 * Makefile.tpl: Likewise.
4385 * configure.ac: Likewise.
4386 * Makefile.in: Regenerate.
4387 * configure: Regenerate.
4388
4389 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4390
4391 * lt~obsolete.m4: New. Import from 20070318 libtool.
4392
4393 2007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
4394
4395 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4396 uclinux and linux-uclibc targets.
4397 * configure: Regenerate.
4398
4399 2007-06-28 DJ Delorie <dj@redhat.com>
4400
4401 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4402 not building newlib.
4403 * configure: Regenerated.
4404
4405 2007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4406
4407 * src-release (DEVO_SUPPORT): Correct typos.
4408
4409 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4410
4411 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4412 * Makefile.in: Regenerated.
4413
4414 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4415
4416 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4417 (distclean-stage[+id+]): Possibly delete stage_last.
4418 * Makefile.in: Regenerate.
4419
4420 2007-06-07 Ben Elliston <bje@au.ibm.com>
4421
4422 * config.sub, config.guess: Update from upstream sources.
4423
4424 2007-06-07 Ben Elliston <bje@au.ibm.com>
4425
4426 * Makefile.tpl: Fix spelling error.
4427 * Makefile.in: Regenerate.
4428
4429 2007-06-04 Paolo Bonzini <bonzini@gnu.org>
4430
4431 Sync with gcc:
4432 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4433
4434 PR bootstrap/29382
4435 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4436 * configure: Rebuilt.
4437
4438 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4439
4440 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4441 lt_cv_sys_max_cmd_len.
4442
4443 2007-05-31 Paolo Bonzini <bonzini@gnu.org>
4444
4445 * ltgcc.m4: Update from GCC.
4446
4447 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4448
4449 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4450
4451 2007-05-24 Steve Ellcey <sje@cup.hp.com>
4452
4453 * ltmain.sh: Update from GCC.
4454 * libtool.m4: Update from GCC.
4455 * ltsugar.m4: New. Update from GCC.
4456 * ltversion.m4: New. Update from GCC.
4457 * ltoptions.m4: New. Update from GCC.
4458 * ltconfig: Remove.
4459 * ltcf-c.sh: Remove.
4460 * ltcf-cxx.sh: Remove.
4461 * ltcf-gcj.sh: Remove.
4462 * src-release: Update with new libtool file list.
4463
4464 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4465
4466 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4467 stage_cflags.
4468 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4469 Remove CFLAGS/LIBCFLAGS.
4470 (configure-stage[+id+]-[+prefix+][+module+],
4471 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4472 * Makefile.in: Regenerate.
4473
4474 2007-04-14 Steve Ellcey <sje@cup.hp.com>
4475
4476 * config-ml.in: Update from GCC.
4477
4478 2007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4479
4480 * src-release (do-proto-toplev): Process the support directories before
4481 the tool directory.
4482
4483 2007-03-21 Richard Sandiford <richard@codesourcery.com>
4484
4485 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4486 of glob. Quote arguments with single quotes too.
4487 * configure: Regenerate.
4488
4489 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4490
4491 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4492 * Makefile.in: Regenerate
4493
4494 2007-03-07 Andreas Schwab <schwab@suse.de>
4495
4496 * configure: Regenerate.
4497
4498 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4499
4500 * configure.ac: Add "--with-pdfdir" configure option,
4501 which defines pdfdir variable.
4502 * Makefile.def (target=fixincludes): Add install-pdf to
4503 missing targets.
4504 (recursive_targets): Add install-pdf target.
4505 (flags_to_pass): Add pdfdir.
4506 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4507 target.
4508 * configure: Regenerate
4509 * Makefile.in: Regenerate
4510
4511 2007-02-28 Eric Christopher <echristo@apple.com>
4512
4513 Revert:
4514 2006-12-07 Mike Stump <mrs@apple.com>
4515
4516 * Makefile.def (dependencies): Add dependency for
4517 install-target-libssp and install-target-libgomp on
4518 install-gcc.
4519 * Makefile.in: Regenerate.
4520
4521 2007-02-27 Matt Kraai <kraai@ftbfs.org>
4522
4523 * configure: Regenerate.
4524 * configure.ac: Move statements after variable declarations.
4525
4526 2007-02-19 Joseph Myers <joseph@codesourcery.com>
4527
4528 * configure.ac: Adjust for loop syntax.
4529 * configure: Regenerate.
4530
4531 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4532
4533 * configure: Rebuilt.
4534
4535 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
4536
4537 * configure.ac: Drop multiple occurrences of --enable-languages,
4538 and fix its quoting.
4539 * configure: Rebuilt.
4540
4541 2007-02-17 Mark Mitchell <mark@codesourcery.com>
4542 Nathan Sidwell <nathan@codesourcery.com>
4543 Vladimir Prus <vladimir@codesourcery.com
4544 Joseph Myers <joseph@codesourcery.com>
4545
4546 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4547 * configure: Regenerate.
4548
4549 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4550
4551 * configure.ac (target_libraries): Move libgcc before libiberty.
4552 * configure: Regenerated.
4553
4554 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4555
4556 * configure: Regenerate again?
4557
4558 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
4559
4560 * configure: Reapply PR30748 fix which was lost in the previous commit.
4561
4562 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4563 Paolo Bonzini <bonzini@gnu.org>
4564
4565 PR bootstrap/30753
4566 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4567 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4568 * configure: Regenerated.
4569
4570 2007-02-10 Paolo Bonzini <bonzini@gnu.org>
4571
4572 * configure: Regenerate.
4573
4574 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4575
4576 PR bootstrap/30748
4577 * configure.ac: Correct syntax for Solaris ksh.
4578 * configure: Regenerated.
4579
4580 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4581
4582 * Makefile.def: Sync with GCC.
4583 * Makefile.tpl: Sync with GCC.
4584 * Makefile.in: Regenerate.
4585 * configure: Regenerate.
4586
4587 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4588
4589 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4590 noncanonical equivalents.
4591 * configure.in: Rename to...
4592 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4593 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4594 target_noncanonical. Use them. Rewrite removal of configure
4595 arguments for autoconf 2.59. Discard variable settings. Force
4596 program_transform_name for native tools.
4597
4598 * Makefile.in: Regenerated.
4599 * configure: Regenerated with autoconf 2.59.
4600
4601 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4602
4603 2007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4604
4605 * COPYING.LIBGLOSS: Reformat default Red Hat
4606 license to fit within 80 columns.
4607 * COPYING.NEWLIB: Ditto.
4608
4609 2007-02-05 Dave Brolley <brolley@redhat.com>
4610
4611 * Contribute the following changes:
4612 2006-11-28 DJ Delorie <dj@redhat.com>
4613
4614 * configure.in: Fix typo for mep's target_makefile_frag.
4615 * configure: Regenerated.
4616
4617 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4618
4619 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4620 * configure: Regenerate.
4621
4622 2001-09-19 DJ Delorie <dj@redhat.com>
4623
4624 * configure.in (target_makefile_frag): use mt-mep
4625
4626 2001-06-12 Don Howard <dhoward@redhat.com>
4627
4628 * configure.in: Remove gdb from MeP skip list.
4629
4630 2001-04-05 DJ Delorie <dj@redhat.com>
4631
4632 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4633
4634 2001-03-20 Ben Elliston <bje@redhat.com>
4635
4636 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4637
4638 2001-03-19 Ben Elliston <bje@redhat.com>
4639
4640 * config.sub (mep, mep-*): Add.
4641
4642 2007-01-31 Andreas Schwab <schwab@suse.de>
4643
4644 * Makefile.tpl (LDFLAGS): Substitute it.
4645 * Makefile.in: Regenerate.
4646
4647 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4648
4649 * configure.in: Change == to = in test command.
4650 * configure: Regenerate.
4651
4652 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4653 Nick Clifton <nickc@redhat.com>
4654 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4655
4656 * configure.in (build_configargs, host_configargs, target_configargs):
4657 Remove build/host/target parameters.
4658 (host_libs): Add gmp and mpfr.
4659 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4660 * Makefile.def (gmp, mpfr): New.
4661 (gcc): Remove target.
4662 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4663 target_os, target_vendor): New.
4664 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4665 * configure: Regenerate.
4666 * Makefile.in: Regenerate.
4667
4668 2007-01-11 Matt Fago <fago@earthlink.net>
4669
4670 * configure.in: Try to link to functions only in mpfr 2.2.x
4671 to improve robustness of configure tests.
4672 * configure: Regenerate.
4673
4674 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4675
4676 * configure.in: Add support for an x86_64-mingw* target.
4677 * configure: Regenerate.
4678
4679 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4680
4681 * Makefile.tpl (all-target): Correct @if conditional for target
4682 modules.
4683 * configure.in: Omit libiberty if building only target libgcc.
4684 * configure, Makefile.in: Regenerated.
4685
4686 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4687
4688 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4689 * configure: Regenerate.
4690
4691 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4692
4693 * Makefile.def (target_modules): Add libgcc.
4694 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4695 * Makefile.tpl (clean-target-libgcc): Delete.
4696 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4697 on gcc even for bootstrapped modules. Rewrite handling of
4698 lang_env_dependencies to loop over target_modules.
4699 * configure.in (target_libraries): Add target-libgcc.
4700 * Makefile.in, configure: Regenerated.
4701
4702 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4703
4704 Sync with gcc:
4705 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4706
4707 * configure.in: Reorganize recognition of languages. Add
4708 --enable-stage1-languages. Show supported languages for the chosen
4709 target rather than all recognized languages.
4710 * configure: Regenerate.
4711
4712 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4713
4714 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4715 * Makefile.in: Regenerate.
4716
4717 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4718
4719 * configure.in: Warn that MPFR 2.2.0 is buggy.
4720 * configure: Regenerate.
4721
4722 2006-12-27 Ian Lance Taylor <iant@google.com>
4723
4724 * configure.in: When removing Makefiles to force a reconfigure, also
4725 remove prev-DIR*/Makefile.
4726 * configure: Regenerate.
4727
4728 2006-12-23 Kazu Hirata <kazu@codesourcery.com>
4729
4730 * config.bfd: Recognize fido.
4731
4732 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4733
4734 Sync with gcc:
4735
4736 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4737
4738 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4739 it only affects bootstrap and could be tested on "$host" as well.
4740 * configure: Regenerate.
4741 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4742
4743 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4744
4745 PR bootstrap/29544
4746 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4747 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4748 move here comment from Makefile.tpl.
4749 * Makefile.tpl: Move some definitions higher in the file.
4750 (STAGE1_CHECKING): New.
4751 * configure.in: Add --enable-stage1-checking.
4752 * configure: Regenerate.
4753 * Makefile.in: Regenerate.
4754
4755 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4756
4757 * configure.in: Update error message for missing GMP/MPFR.
4758
4759 * configure: Regenerate.
4760
4761 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4762
4763 * configure.in: Update MPFR version in error message.
4764
4765 * configure: Regenerate.
4766
4767 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4768
4769 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4770 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4771 --with-gmp-lib): New flags.
4772
4773 * configure: Regenerate.
4774
4775 2006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4776
4777 PR bootstrap/30134
4778 * configure.in: Correct x86 darwin support for libjava to powerpc
4779 and i?86 only.
4780 * configure: Regenerate.
4781
4782 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4783
4784 * configure.in: Handle spu makefile frag.
4785 * Makefile.tpl (MAINT): Define
4786 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4787 * configure: Regenerate.
4788 * Makefile.in: Regenerate.
4789
4790 2006-12-11 Ben Elliston <bje@au.ibm.com>
4791
4792 * config.sub, config.guess: Update from upstream sources.
4793
4794 2006-12-11 Ben Elliston <bje@au.ibm.com>
4795
4796 * configure.in: Sync with GCC (spu-*-*).
4797 * configure: Sync with GCC.
4798
4799 2006-12-07 Mike Stump <mrs@apple.com>
4800
4801 * Makefile.def (dependencies): Add dependency for
4802 install-target-libssp and install-target-libgomp on
4803 install-gcc.
4804 * Makefile.in: Regenerate.
4805
4806 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4807
4808 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4809 (unstage): Test for stage_last presence.
4810
4811 PR bootstrap/29802
4812 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4813 * Makefile.in: Regenerate.
4814
4815 2006-11-14 DJ Delorie <dj@redhat.com>
4816
4817 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4818 * Makefile.in: Sync with GCC.
4819 * configure.in: Sync with GCC (mpfr, gmp).
4820 * configure: Sync with GCC.
4821
4822 2006-11-08 Jie Zhang <jie.zhang@analog.com>
4823
4824 * configure.in: Remove target-libgloss from noconfigdirs for
4825 bfin-*-*.
4826 * configure: Regenerated.
4827
4828 2006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4829
4830 * COPYING.NEWLIB: Add spu license.
4831 * COPYING.LIBGLOSS: Ditto.
4832
4833 2006-10-17 Brooks Moses <bmoses@stanford.edu>
4834
4835 * Makefile.def: Added pdf target handling.
4836 * Makefile.tpl: Added pdf target handling.
4837 * Makefile.in: Regenerated.
4838
4839 2006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4840
4841 * COPYING.NEWLIB: Updated.
4842 * COPYING.LIBGLOSS: Ditto.
4843
4844 2006-09-27 Dave Brolley <brolley@redhat.com>
4845
4846 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4847 $s instead of $r.
4848 * configure: Regenerated.
4849
4850 2006-09-26 Ben Elliston <bje@au.ibm.com>
4851
4852 * config.sub, config.guess: Update from upstream sources.
4853
4854 2006-09-20 Thiemo Seufer <ths@mips.com>
4855
4856 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4857 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4858 * configure: Regenerate.
4859
4860 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4861
4862 * configure.in: Never build newlib for a Mingw host.
4863 Never build newlib as Mingw target library.
4864 Test the existence of winsup/cygwin for building a Cygwin newlib,
4865 rather than just winsup.
4866 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4867 building a Mingw target.
4868 * configure: Regenerate.
4869
4870 2006-08-15 Thiemo Seufer <ths@mips.com>
4871 Nigel Stephens <nigel@mips.com>
4872 David Ung <davidu@mips.com>
4873
4874 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4875
4876 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4877
4878 Sync from GCC:
4879 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4880
4881 PR bootstrap/18058
4882 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4883 if the bootstrap compiler is a GCC version that supports it.
4884 * configure: Regenerate.
4885
4886 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4887
4888 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4889 * configure: Regenerated.
4890
4891 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4892
4893 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4894 for stages after the first.
4895
4896 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4897
4898 * Makefile.def: Add dependencies for configure-opcodes
4899 on configure-intl and all-opcodes on all-intl.
4900 * Makefile.in: Regenerated.
4901
4902 2006-07-04 Peter O'Gorman <peter@pogma.com>
4903
4904 * ltconfig: chmod 644 before ranlib during install.
4905
4906 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4907
4908 * configure.in: Fix thinkos in previous check-in.
4909 * configure: Regenerate.
4910
4911 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4912
4913 Sync from gcc:
4914
4915 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4916
4917 PR other/27063
4918 * configure.in: Test subdir_requires and give an appropriate
4919 error message.
4920 * configure: Regenerate.
4921
4922 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4923
4924 PR target/27540
4925 * configure.in: Only enable libgomp on IRIX 6.
4926 * configure: Regenerate.
4927
4928 2006-06-20 David Ayers <d.ayers@inode.at>
4929
4930 PR bootstrap/28072
4931 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4932 whether target-libjava is being configured instead of whether the
4933 java front end is enabled.
4934 * configure: Regenerate.
4935
4936 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4937
4938 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4939 to R_ARM_LDC_SB_G{0,1,2} respectively.
4940
4941 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4942
4943 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4944 too.
4945 * Makefile.in: Regenerate.
4946
4947 2006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4948
4949 Sync from gcc:
4950
4951 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4952 * configure.in: Don't enable libgomp on hpux10.
4953 * configure: Rebuilt.
4954
4955 2006-06-13 David Ayers <d.ayers@inode.at>
4956
4957 Sync from gcc:
4958
4959 2006-06-12 David Ayers <d.ayers@inode.at>
4960
4961 PR bootstrap/27963
4962 PR target/19970
4963 * configure.in: Remove target-boehm-gc from noconfigdirs where
4964 ${libgcj} is specified.
4965 * configure: Regenerate.
4966
4967 2006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4968
4969 Sync from gcc:
4970
4971 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4972 Andreas Schwab <schwab@suse.de>
4973
4974 PR bootstrap/18033
4975 * config-ml.in: Eval option if surrounded by single quotes.
4976
4977 2006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4978
4979 Sync from gcc:
4980
4981 2006-06-06 David Ayers <d.ayers@inode.at>
4982
4983 PR libobjc/13946
4984 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4985 * Makefile.in: Regenerate.
4986 * configure.in: Add --enable-objc-gc at toplevel and have it
4987 enable boehm-gc for Objective-C.
4988 Remove target-boehm-gc from libgcj.
4989 Add target-boehm-gc to target_libraries.
4990 Add target-boehm-gc to noconfigdirs where ${libgcj}
4991 is specified.
4992 Assert that boehm-gc is supported when requested for Objective-C.
4993 Only build boehm-gc if needed either for Java or Objective-C.
4994 * configure: Regenerate.
4995
4996 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4997
4998 PR 27674
4999 * Makefile.tpl (configure-[+prefix+][+module+],
5000 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5001 Remove rule to unstage bootstrapped modules.
5002 (stage_current): New.
5003 * Makefile.in: Regenerate.
5004
5005 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5006 Andreas Tobler <a.tobler@schweiz.ch>
5007
5008 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5009 * configure: Rebuilt.
5010
5011 Revert
5012 2006-01-31 Richard Guenther <rguenther@suse.de>
5013 Paolo Bonzini <bonzini@gnu.org>
5014
5015 * Makefile.def (target_modules): Add libgcc-math target module.
5016 * configure.in (target_libraries): Add libgcc-math target library.
5017 (--enable-libgcc-math): New configure switch.
5018 * Makefile.in: Re-generate.
5019 * configure: Re-generate.
5020
5021 2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
5022
5023 * config-ml.in: Alter CCASFLAGS to include special
5024 multilib options the same as is done for CFLAGS.
5025
5026 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5027
5028 * Makefile.def: Added dependencies from sim and gdb on intl, and
5029 added configure dependencies to everything with an all dependency
5030 on intl.
5031 * gettext.m4: Removed.
5032 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
5033 (GDB_SUPPORT_DIRS): Add intl.
5034 * Makefile.in: Regenerated.
5035
5036 2006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
5037
5038 * src-release (DEVO_SUPPORT): Add config.rpath.
5039
5040 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5041
5042 * Makefile.def (bfd, opcodes): Fix lib_path.
5043 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5044 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5045 * Makefile.in: Regenerate.
5046
5047 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5048
5049 * configure.in: Enable gprof for cross builds.
5050 * configure: Regenerate.
5051
5052 2006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
5053
5054 * src-release (MAKEINFOFLAGS): Define.
5055 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
5056
5057 2006-05-14 Ben Elliston <bje@au.ibm.com>
5058
5059 * config.sub, config.guess: Update from upstream sources.
5060
5061 2006-05-12 Ben Elliston <bje@au.ibm.com>
5062
5063 * config.sub, config.guess: Update from upstream sources.
5064
5065 2006-05-04 Steve Ellcey <sje@cup.hp.com>
5066
5067 * blt, iwidgets, mmalloc: Remove directories.
5068
5069 2006-05-01 DJ Delorie <dj@redhat.com>
5070
5071 * configure.in: Restore CFLAGS if GMP isn't present.
5072 * configure: Regenerate.
5073
5074 2006-04-18 DJ Delorie <dj@redhat.com>
5075
5076 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5077 reference libgloss so that libssp can be built in a combined
5078 tree.
5079 * configure: Regenerate.
5080
5081 2006-04-10 Ben Elliston <bje@au.ibm.com>
5082
5083 * contrib: Remove directory.
5084
5085 2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
5086
5087 * Makefile.tpl: Add install-html target.
5088 * Makefile.def: Add install-html target.
5089 * Makefile.in: Regenerate.
5090 * configure.in: Add --with-datarootdir, --with-docdir,
5091 and --with-htmldir options.
5092 * configure: Regenerate.
5093
5094 2006-03-31 Ben Elliston <bje@au.ibm.com>
5095
5096 PR binutils/1860
5097 * configure.in: Require makeinfo 4.4 or higher.
5098 * configure: Regenerate.
5099
5100 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5101
5102 * Makefile.in: Regenerate.
5103
5104 2006-03-14 Paolo Bonzini <bonzini@gnu.org>
5105
5106 Sync with gcc:
5107 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5108
5109 * configure.in: Handle --disable-<component> generically.
5110 * configure: Regenerate.
5111
5112 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
5113
5114 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5115 (TARGET_CONFIGDIRS): Remove.
5116 * configure.in: Remove AC_SUBST(target_configdirs).
5117 * Makefile.in, configure: Regenerated.
5118
5119
5120 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5121
5122 PR libgcj/17311
5123 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5124
5125 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5126
5127 PR bootstrap/25670
5128
5129 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5130
5131 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5132 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5133 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5134 BUILD_PREFIX, BUILD_PREFIX_1.
5135 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5136
5137 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5138 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5139
5140 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5141 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5142 of `cat stage_current`. Always provide the `r' and `s' variables.
5143 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5144 a single shell execution.
5145 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5146 bootstrapped modules, make the stage1 module if the build was not
5147 started yet, else build the current stage.
5148 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5149 (all-build, all-host, all-target, [+make_target+]-host,
5150 [+make_target+]-target): Do not use \-continued lines.
5151 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5152 (current_stage, restrap, stage_last): New.
5153
5154 * Makefile.in: Regenerate.
5155 * configure: Regenerate.
5156
5157 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5158
5159 Sync from gcc:
5160
5161 2006-01-31 Richard Guenther <rguenther@suse.de>
5162 Paolo Bonzini <bonzini@gnu.org>
5163
5164 * Makefile.def (target_modules): Add libgcc-math target module.
5165 * configure.in (target_libraries): Add libgcc-math target library.
5166 (--enable-libgcc-math): New configure switch.
5167 * Makefile.in: Re-generate.
5168 * configure: Re-generate.
5169 * libgcc-math: New toplevel directory.
5170
5171 2006-01-18 Richard Henderson <rth@redhat.com>
5172 Jakub Jelinek <jakub@redhat.com>
5173 Diego Novillo <dnovillo@redhat.com>
5174
5175 * libgomp: New directory.
5176 * Makefile.def: Add target_module libgomp.
5177 * Makefile.in: Regenerate.
5178 * configure.in (target_libraries): Add target-libgomp.
5179 * configure: Regenerate.
5180
5181 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5182 Andreas Schwab <schwab@suse.de>
5183
5184 * configure: Regenerate.
5185
5186 2006-01-16 Paolo Bonzini <bonzini@gnu.org>
5187
5188 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5189 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5190 the assembler, linker and binutils.
5191 * configure: Regenerate.
5192
5193 2006-01-16 Nick Clifton <nickc@redhat.com>
5194
5195 * config.sub, config.guess: Sync from config repository.
5196
5197 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
5198
5199 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5200 @ from continuation.
5201 * Makefile.in: Rebuilt.
5202
5203 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5204
5205 Sync from gcc:
5206
5207 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
5208
5209 PR bootstrap/24252
5210
5211 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5212 * Makefile.tpl (OBJDUMP): New.
5213 (EXTRA_HOST_FLAGS): Add it.
5214 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5215
5216 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5217 to use symbolic links between directories. Avoid race conditions
5218 or make them harmless.
5219 * configure.in: Do not try to use symbolic links between directories.
5220
5221 * Makefile.def (LEAN): Pass.
5222 * Makefile.tpl (LEAN): Define.
5223 (stage[+id+]-start): Accept that the previous directory does not
5224 exist, if the bootstrap is lean.
5225 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5226 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5227 configure substitution.
5228 ([+compare-target+]): Likewise.
5229 ([+bootstrap-target+]-lean): New.
5230 * configure.in: Remove lean bootstrap support from here.
5231
5232 * Makefile.in: Regenerate.
5233 * configure: Regenerate.
5234
5235 2006-01-02 Andreas Schwab <schwab@suse.de>
5236
5237 * configure.in: When reconfiguring remove Makefile in
5238 all stage directories.
5239 * configure: Regenerate.
5240
5241 2005-12-27 Leif Ekblad <leif@rdos.net>
5242
5243 * configure.in: Add support for RDOS target.
5244 * configure: Regenerate.
5245
5246 2005-12-27 Nick Clifton <nickc@redhat.com>
5247
5248 PR binutils/1990
5249 * libtool.m4: Synchronize with version in GCC sources.
5250
5251 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
5252
5253 Revert Ada-related part of the previous change.
5254
5255 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5256 Do not pass.
5257 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5258 * Makefile.in: Regenerate.
5259 * configure.in: Do not include mt-ppc-aix target fragment.
5260 * configure: Regenerate.
5261
5262 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
5263
5264 * configure.in: Select appropriate fragments for PowerPC/AIX.
5265 * configure: Regenerate.
5266
5267 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5268 BOOT_CFLAGS, BOOT_LDFLAGS.
5269 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5270 BOOT_CFLAGS, BOOT_LDFLAGS.
5271 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5272 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5273 (stage): Fail if we cannot complete the work.
5274 * Makefile.in: Regenerate.
5275
5276 2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
5277
5278 * COPYING.NEWLIB: Update copyright year for default
5279 copyright.
5280
5281 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
5282
5283 * Makefile.tpl (all, do-[+make_target+], do-check, install,
5284 install-host-nogcc): Don't invoke $(stage) at the end.
5285 * Makefile.in: Regenerate.
5286
5287 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
5288
5289 * configure.in: Flip the top-level bootstrap switch.
5290 * configure: Regenerate.
5291
5292 Merge from gcc:
5293
5294 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5295
5296 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5297 $(stage) and $(unstage).
5298 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5299 (all): Remove stray semicolon.
5300 (local-distclean): Don't handle multilib.tmp and multilib.out.
5301 (install.all): Set $s for consistency.
5302 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5303 check_multilibs setting. Always make the install directory.
5304 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5305 Correct @if/@endif.
5306 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5307 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5308 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5309 (multilib.out): Remove.
5310 * Makefile.in: Regenerated.
5311
5312 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5313
5314 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
5315 * configure.in: Replace ms1 arch with mt.
5316 * configure: Rebuilt.
5317
5318 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5319
5320 Sync with gcc:
5321
5322 2005-12-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-05 Paolo Bonzini <bonzini@gnu.org>
5333
5334 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5335 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5336 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5337 Find in-tree tools if available.
5338 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5339 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5340 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5341 (COMPILER_*_FOR_TARGET): New.
5342 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5343 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5344 (CONFIGURED_*, USUAL_*): Remove.
5345 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5346 STRIP): Use autoconf substitutions.
5347 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5348 COMPILER_NM_FOR_TARGET): New.
5349 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5350
5351 (all): Make all-host and all-target in parallel.
5352 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5353 that $$r and $$s are set before invoking a recursive make.
5354 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5355 ([+bootstrap-target+]): Inline most of the `all' target.
5356
5357 2005-11-29 Ben Elliston <bje@au.ibm.com>
5358
5359 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5360 from the gcc build directory.
5361 * Makefile.in: Regenerate.
5362
5363 2005-11-29 Ben Elliston <bje@au.ibm.com>
5364
5365 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5366 depend on all-libdecnumber.
5367 * configure.in (host_libs): Include libdecnumber.
5368 * Makefile.in: Regenerate.
5369 * configure: Likewise.
5370
5371 2005-11-21 Kean Johnston <jkj@sco.com>
5372
5373 * config.sub, config.guess: Sync from upstream sources.
5374
5375 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5376
5377 * Makefile.def: Remove gdb dependencies for gdbtk.
5378 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5379 (configure-gdb, install-gdb): New rules.
5380 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5381 * Makefile.in, configure: Regenerated.
5382
5383 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5384
5385 PR bootstrap/24297
5386 * Makefile.tpl (do-[+make-target+], do-check, install,
5387 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5388 are set before recursing.
5389 * Makefile.in: Regenerate.
5390
5391 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5392
5393 PR bootstrap/18939
5394 * Makefile.def (gcc) <target>: Fix thinko.
5395 * Makefile.in: Regenerate.
5396
5397 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5398
5399 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5400 * configure: Regenerate.
5401
5402 2005-10-09 Kazu Hirata <kazu@codesourcery.com>
5403
5404 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5405 target-libffi, target-qthreads, target-libjava, and
5406 targetlibobjc.
5407 * configure: Regenerate.
5408
5409 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5410
5411 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5412 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5413 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5414 (USUAL_OBJDUMP_FOR_TARGET): New.
5415 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5416 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5417 * configure, Makefile.in: Regenerated.
5418
5419 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5420
5421 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5422 before other host packages.
5423
5424 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5425
5426 PR bootstrap/22340
5427
5428 * configure.in (default_target): Remove.
5429 * Makefile.tpl (all): Do not use prerequisites as subroutines
5430 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5431 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5432 use prerequisites as subroutines.
5433 (check-host, check-target): New.
5434 (bootstrap configure & all targets): Do not use stage*-start
5435 if the directory layout is already ok.
5436 (non-bootstrap configure & all targets): Prepend a $(unstage).
5437 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5438 (NOTPARALLEL): Remove.
5439 (unstage, stage variables): New variables.
5440 (unstage, stage targets): Simply expand to those variables.
5441
5442 * configure: Regenerate.
5443 * Makefile.in: Regenerate.
5444
5445 2005-10-04 James E Wilson <wilson@specifix.com>
5446
5447 * Makefile.def (lang_env_dependencies): Add libmudflap.
5448 * Makefile.in: Regenerate.
5449
5450 2005-10-03 Catherine Moore <clm@cm00re.com>
5451
5452 * configure.in (bfin-*-*): Support bfin.
5453 * configure: Regenerated.
5454
5455 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5456
5457 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5458 * configure: Regenerated.
5459
5460 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5461
5462 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5463 (LIPO_FOR_TARGET): New.
5464 (CONFIGURED_LIPO_FOR_TARGET): New.
5465 (USUAL_LIPO_FOR_TARGET): New.
5466 (STRIP_FOR_TARGET): New.
5467 (CONFIGURED_STRIP_FOR_TARGET): New.
5468 (USUAL_STRIP_FOR_TARGET): New.
5469 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5470 STRIP_FOR_TARGET.
5471 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5472 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5473 * Makefile.in: Regenerate.
5474 * configure: Regenerate.
5475
5476 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5477
5478 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5479 (rs6000-*-aix*): Same.
5480 * configure: Regenerate.
5481
5482 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5483
5484 * configure.in: Recognize f95 in the --enable-languages option,
5485 and substitute it for fortran, issuing a warning.
5486 * configure: Regenerate.
5487
5488 2005-09-07 Ben Elliston <bje@au.ibm.com>
5489
5490 Import from Autoconf sources:
5491
5492 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5493 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5494 Elliston. Handle weird characters correctly.
5495
5496 2005-08-30 Phil Edwards <phil@codesourcery.com>
5497
5498 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5499 * configure: Regenerated.
5500
5501 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5502
5503 * Makefile.def (libssp): Add to lang_env_dependencies.
5504 * Makefile.in: Regenerate.
5505
5506 2005-08-17 Christian Groessler <chris@groessler.org>
5507
5508 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5509 * Makefile.in: Regenerate.
5510
5511 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5512
5513 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5514 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5515 Look for alternate names of the target cc and c++
5516 * configure: Regenerate.
5517
5518 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5519
5520 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5521 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5522 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5523 tools; remove code to manually set them.
5524 (Target tools): Look in the environment for them.
5525 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5526 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5527 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5528 build directory.
5529 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5530 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5531 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5532 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5533 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5534 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5535 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5536 * configure: Regenerate.
5537 * Makefile.in: Regenerate.
5538
5539 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5540
5541 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5542 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5543 * Makefile.in: Regenerated.
5544
5545 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5546
5547 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5548 (CFLAGS_FOR_TARGET): Use it.
5549 (CXXFLAGS_FOR_TARGET): Likewise.
5550 * Makefile.in: Regenerated.
5551 * configure.in (--with-build-sysroot): New option.
5552 * configure: Regenerated.
5553
5554 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5555
5556 * Makefile.tpl: Wrap install between unstage and stage
5557 * Makefile.in: Regenerate.
5558
5559 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5560
5561 * all files: Update FSF address.
5562
5563 2005-07-14 Jim Blandy <jimb@redhat.com>
5564
5565 * configure.in: Add cases for Renesas m32c.
5566 * configure: Regenerated.
5567
5568 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5569
5570 * COPYING, compile, config-ml.in, config.guess,
5571 config.sub, install-sh, missing, mkinstalldirs,
5572 symlink-tree, ylwrap: Sync from upstream sources.
5573
5574 2005-07-13 Eric Christopher <echristo@redhat.com>
5575
5576 * configure.in: Add toplevel noconfigdir support for tpf.
5577 * configure: Regenerate.
5578
5579 2005-07-11 Jakub Jelinek <jakub@redhat.com>
5580
5581 * Makefile.def (target_modules): Add libssp.
5582 * configure.in (target_libraries): Add target-libssp.
5583 * configure: Rebuilt.
5584 * Makefile.in: Rebuilt.
5585
5586 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5587
5588 PR ada/22340
5589
5590 * Makefile.def: Sync with gcc.
5591 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5592 * Makefile.in: Regenerate.
5593
5594 2005-07-07 Andreas Schwab <schwab@suse.de>
5595
5596 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5597 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5598 * Makefile.in: Regenerated.
5599
5600 2005-07-07 Kazu Hirata <kazu@codesourcery.com>
5601
5602 * configure.in: Add --enable-libssp and --disable-libssp.
5603 * configure: Regenerate with autoconf-2.13.
5604
5605 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5606
5607 * configure.in: Don't build sim or rda when targetting darwin.
5608 * configure: Regenerate.
5609
5610 2005-07-04 Ben Elliston <bje@gnu.org>
5611
5612 * src-release (do-proto-toplev): Remove dejagnu bits.
5613 (DEJAGNU_SUPPORT_DIRS): Remove.
5614 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5615 (GDBD_SUPPORT_DIRS): Likewise.
5616 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5617 (INSIGHTD_SUPPORT_DIRS): Likewise.
5618 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5619
5620 2005-06-30 Ben Elliston <bje@gnu.org>
5621
5622 * setup.com (mpw): Remove unused directive.
5623
5624 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5625
5626 * Makefile.def (stagefeedback): Come after profile.
5627 Define profiledbootstrap target.
5628 * Makefile.tpl (profiledbootstrap): Remove.
5629 (stageprofile-end): Zap stagefeedback.
5630 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5631 * Makefile.in: Regenerate.
5632
5633 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5634
5635 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5636 In 'cpp' stanza, support '#line' as well as '# '.
5637
5638 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5639
5640 * configure.in (unsupported_languages): New macro.
5641 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5642 non-ported target libraries in noconfigdirs.
5643 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5644 non-linux-gnu. Remove libgcj_ex_libffi.
5645 <lang_frag loop>: Set add_this_lang=no if the language is in
5646 unsupported_languages.
5647 * configure: Regenerate.
5648
5649 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5650
5651 * configure.in: Fix typo in handling of --with-mpfr-dir.
5652 * configure: Regenerate.
5653
5654 2005-06-02 Jim Blandy <jimb@redhat.com>
5655
5656 * config.sub: Add cases for the Renesas m32c. (This patch has been
5657 accepted into the master sources.)
5658
5659 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5660 Michael Snyder <msnyder@redhat.com>
5661 Stan Cox <scox@redhat.com>
5662
5663 * configure.in: Set noconfigdirs for ms1.
5664
5665 * configure: Regenerate.
5666
5667 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5668
5669 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5670 (Dependencies): Consider target modules for bootstrap dependencies.
5671 Make target bootstrap modules depend on each stage's gcc.
5672 * Makefile.in: Regenerate.
5673
5674 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5675
5676 * Makefile.def (configure-gcc): Depend on binutils having been built.
5677 (all-gcc): No need to do it here.
5678 * Makefile.in: Regenerate.
5679
5680 2005-05-19 Paul Brook <paul@codesourcery.com>
5681
5682 * configure.in: Rewrite misleading error message when requested
5683 language cannot be built.
5684 * configure: Regenerate.
5685
5686 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5687
5688 * ylwrap: Import from Automake 1.9.5.
5689
5690 2005-05-04 Mike Stump <mrs@apple.com>
5691
5692 * configure.in: Always pass --target to target configures as
5693 otherwise rebuilds that do --recheck will fail.
5694 * configure: Rebuilt.
5695
5696 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5697
5698 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5699 STAGE_HOST_EXPORTS.
5700 (configure, all): Add bootstrap support.
5701 (Host modules, target modules): Pass post-stage1 flags and exports.
5702 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5703 * Makefile.in: Regenerate.
5704
5705 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5706
5707 Sync from gcc:
5708
5709 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5710
5711 * config.sub: Update from master copy.
5712
5713 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5714
5715 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5716 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5717 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5718 "*-*-elf" and "*-*-linux*".
5719 * configure: Regenerate.
5720
5721 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5722
5723 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5724 (TARGET_CONFIGARGS): Include --with-target-subdir.
5725 (configure, all): New macros. Use them throughout.
5726
5727 2005-04-05 Paolo Bonzini <bonzini@gnu.org>
5728
5729 * Makefile.tpl: Sync with gcc.
5730 * Makefile.in: Regenerate.
5731
5732 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5733
5734 * config/mh-mingw32: Delete.
5735 * configure.in: Don't use it.
5736 * configure: Regenerate.
5737
5738 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5739
5740 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5741 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5742 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5743 (HOST_LIB_PATH): Generate from Makefile.def.
5744 (TARGET_LIB_PATH): Likewise.
5745 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5746 * Makefile.in: Regenerate.
5747 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5748 (RPATH_ENVVAR): Include Darwin case.
5749 * configure: Regenerate.
5750
5751 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5752
5753 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5754 * configure: Regenerate.
5755
5756 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5757
5758 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5759 gcc_version, and gcc_version_trigger from set of flags to pass.
5760 * Makefile.tpl: Remove definitions of above variables.
5761 (config.status): Remove dependency on $(gcc_version_trigger).
5762 * Makefile.in: Regenerate.
5763 * configure.in: Do not reference config/gcc-version.m4 nor
5764 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5765 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5766 * configure: Regenerate.
5767
5768 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5769 Andrew Pinski <pinskia@physics.uc.edu>
5770
5771 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5772 * Makefile.in: Regenerate.
5773
5774 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5775
5776 PR libgcj/20160
5777 * ltmain.sh: Avoid creating archives with components that have
5778 duplicate basenames.
5779
5780 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5781
5782 PR bootstrap/20250
5783 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5784 instead of check.
5785 * Makefile.in: Regenerate.
5786
5787 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5788
5789 Sync from gcc.
5790
5791 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5792
5793 PR bootstrap/17383
5794 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5795 * Makefile.tpl (HOST_SUBDIR): New substitution.
5796 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5797 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5798 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5799 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5800 (Host modules, Bootstrapped modules): Use it.
5801 (Build modules, Target modules): Do not create symlink trees,
5802 always configure out-of-srcdir.
5803 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5804 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5805 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5806 $(HOST_SUBDIR). Create a symlink for host_subdir.
5807
5808 * Makefile.in: Regenerate.
5809 * configure: Regenerate.
5810
5811 Merged from libada-gnattools-branch:
5812 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5813
5814 * Makefile.def: Add gnattools as a module, depending on target-libada.
5815 * Makefile.in: Regenerate.
5816 * configure.in: Include gnattools in host_tools; disable it if ada
5817 is disabled.
5818 * configure: Regenerate.
5819
5820 2005-02-23 Nick Clifton <nickc@redhat.com>
5821
5822 * configure: Regenerate.
5823
5824 2005-02-22 Paul Schlie <schlie@comcast.net>
5825
5826 * configure.in: Allow darwin targeted ports to build tk, itcl and
5827 libgui.
5828
5829 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5830
5831 PR libgcj/10353
5832 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5833 * configure: Regenerate.
5834
5835 2005-02-08 Andrew Cagney <cagney@gnu.org>
5836
5837 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5838 gdb/ section. Update GDB's URL.
5839
5840 2005-01-31 Andrew Cagney <cagney@gnu.org>
5841
5842 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5843
5844 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5845
5846 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5847 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5848 target-libgloss when not *-*-elf and *-*-aout.
5849 * configure: Regenerate.
5850
5851 2005-01-27 Andrew Cagney <cagney@gnu.org>
5852
5853 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5854
5855 2005-01-24 Andrew Cagney <cagney@gnu.org>
5856
5857 * gettext.m4: Only fall back to ../intl/ when it's present.
5858
5859 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5860
5861 * install-sh, config.sub: Import from upstream.
5862
5863 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5864
5865 PR bootstrap/18222
5866 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5867 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5868 * Makefile.in: Regenerate.
5869
5870 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5871
5872 Revert 2004-12-28 Makefile changes, a better fix will be
5873 applied to mainline and src after GCC 4.0 branches.
5874
5875 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5876
5877 PR bootstrap/17383
5878
5879 * Makefile.def (target_modules): Remove stage parameter,
5880 it is always true now.
5881 * Makefile.tpl (configure-build-[+module+],
5882 configure-target-[+module+]): Always build symlink tree
5883 for the directory and for include. BUILD_SUBDIR and
5884 TARGET_SUBDIR cannot be . anymore.
5885 * Makefile.in: Regenerate.
5886
5887 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5888
5889 Revert 2004-12-08 Makefile changes.
5890
5891 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5892
5893 * configure.in (sh64-*-*): Reenable gprof.
5894 * configure: Regenerate.
5895
5896 2004-12-09 Jim Blandy <jimb@redhat.com>
5897
5898 * MAINTAINERS: List 'depcomp' as part of automake.
5899
5900 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5901
5902 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5903 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5904 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5905 * Makefile.in: Regenerate.
5906
5907 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5908
5909 * Makefile.tpl: Generate normal dependencies if the LHS module is
5910 not bootstrapped.
5911 * Makefile.in: Regenerate.
5912
5913 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5914
5915 * configure.in: Include config/gxx-include-dir.m4. Use
5916 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5917 * configure: Regenerate.
5918
5919 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5920
5921 * config.if: Delete.
5922 * configure.in: Set libstdcxx_incdir directly.
5923 * configure: Regenerate.
5924 * MAINTAINERS: Remove mention of config.if.
5925 * src-release (DEVO_SUPPORT): Remove config.if.
5926
5927 2004-12-02 Eric Christopher <echristo@redhat.com>
5928
5929 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5930 of things to remove.
5931 * Makefile.in: Regenerate.
5932
5933 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5934
5935 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5936 * configure: Regenerate.
5937
5938 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5939
5940 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5941 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5942 * configure: Regenerate.
5943
5944 2004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5945
5946 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5947 (hppa*64*-*-*): Delete incorrect comment.
5948 * configure: Rebuilt.
5949
5950 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5951
5952 * install-sh, compile: Import from automake.
5953
5954 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5955
5956 * config.guess, config.sub: Import from savannnah.
5957
5958 2004-11-12 Mike Stump <mrs@apple.com>
5959
5960 * Makefile.def: Add html support.
5961 * Makefile.tpl: Likewise.
5962 * Makefile.in: Regenerate.
5963
5964 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5965
5966 PR 18423
5967 * configure.in: Remove all instances of build-fixincludes from
5968 noconfigdirs.
5969 (build_configargs): Supply --target to subdirectories.
5970 * configure: Regenerate.
5971
5972 * Makefile.def: Make gcc install depend on fixincludes install.
5973 * Makefile.in: Regenerate.
5974
5975 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5976
5977 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5978 target-libgfortran.
5979 * configure: Regenerate.
5980
5981 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5982
5983 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5984 like CC.
5985
5986 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5987
5988 * Makefile.def (host fixincludes): Specify missing targets.
5989 * Makefile.in: Regenerate.
5990
5991 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5992
5993 PR other/17783
5994 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5995 * configure: Regenerated.
5996
5997 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5998
5999 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6000 * configure: Regenerated.
6001
6002 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
6003
6004 PR target/18151
6005 * configure.in (case ${target}): Do not build fixincludes for avr.
6006 * configure: Regenerated.
6007
6008 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
6009
6010 * configure.in (case ${target}): Do not build fixincludes
6011 on platforms where it is not used.
6012 * configure: Regenerated.
6013
6014 2004-10-23 Daniel Jacobowitz <dan@debian.org>
6015
6016 * configure.in: Use an absolute path to install-sh.
6017 * configure: Regenerated.
6018
6019 2004-10-19 Andrew Cagney <cagney@gnu.org>
6020
6021 * src-release (do-djunpack, do-md5sum): Install the generated file
6022 directly into the proto-toplev/ directory.
6023
6024 2004-10-19 Andrew Cagney <cagney@gnu.org>
6025
6026 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
6027
6028 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6029
6030 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6031 * configure: Regenerate.
6032
6033 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6034
6035 Fix wrong conflict resolution in:
6036
6037 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6038
6039 * Makefile.in: Regenerate.
6040 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6041 in the recursive `make', instead of hardwiring `all'.
6042 (Autogenerated TARGET-* variables): New.
6043
6044 2004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6045
6046 Merged from GCC / libtool upstream:
6047 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6048 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6049 * ltcf-cxx.sh (tpf*): Likewise.
6050 * ltconfig (tpf*): Add TPF OS configuration support.
6051
6052 2004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
6053
6054 * configure.in: Enable target-libgloss for crx-*-*.
6055 * configure: Regenerate.
6056
6057 2004-09-24 Michael Roth <mroth@nessie.de>
6058
6059 * configure.in (--without-headers): Add missing double quotes.
6060 * configure: Regenerate.
6061
6062 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6063
6064 * ylwrap: Revert to previous version.
6065
6066 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6067
6068 PR bootstrap/17369
6069 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6070 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6071 SET_GCC_LIB_PATH_CMD.
6072 (BASE_TARGET_EXPORTS): Likewise.
6073 * Makefile.in: Regenerated.
6074
6075 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6076 * configure: Regenerated.
6077
6078 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6079
6080 * config.guess: New upstream version
6081 * compile, depcomp, install-sh, ylwrap: Likewise.
6082
6083 2004-09-19 Roger Sayle <roger@eyesopen.com>
6084
6085 * config/mh-x86omitfp: New host makefile fragment. Add
6086 -fomit-frame-pointer to the default BOOT_CFLAGS.
6087 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6088 * configure: Regenerate.
6089
6090 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6091
6092 PR target/11572
6093 * configure.in (*-*-darwin*): Renable libobjc.
6094 * configure: Regenerate.
6095
6096 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6097
6098 * Makefile.def: Remove libbanshee.
6099 * Makefile.tpl: Ditto.
6100 * configure.in: Ditto.
6101 * Makefile.in: Regen.
6102 * configure: Ditto.
6103
6104 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6105
6106 * missing: Import latest version from master repository.
6107
6108 2004-09-04 Nick Clifton <nickc@redhat.com>
6109
6110 * config.sub: Import latest version from master repository.
6111 * config.guess: Likewise.
6112 This includes these changes:
6113
6114 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6115
6116 * config.sub: Handle crisv32, alias etraxfs.
6117 * config.guess (crisv32:Linux:*:*): Handle.
6118
6119 2004-08-13 Brad Smith <brad@comstyle.com>
6120
6121 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6122 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6123
6124 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6125
6126 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6127 assume the processor is a powerpc. This is because coreutils
6128 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6129 in this case, due to a MacOS X bug that causes
6130 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6131 to return a negative number.
6132 Problem reported by Petter Reinholdtsen in:
6133 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6134
6135 2004-07-19 Ben Elliston <bje@gnu.org>
6136
6137 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6138
6139 2004-06-24 Ben Elliston <bje@gnu.org>
6140
6141 * config.guess: Update copyright years.
6142 * config.sub: Likewise.
6143
6144 2004-06-22 Robert Millan <robertmh@gnu.org>
6145
6146 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6147 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6148
6149 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6150
6151 * config.guess (*:*VMS:*:*): New entry. Replaces
6152 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6153 manufacturer.
6154
6155 2004-06-22 Ben Elliston <bje@gnu.org>
6156
6157 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6158 * config.sub: Likewise.
6159
6160 2004-06-22 Ben Elliston <bje@gnu.org>
6161
6162 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6163 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6164
6165 2004-06-11 Ben Elliston <bje@gnu.org>
6166
6167 * config.guess (pegasos:OpenBSD:*:*): Remove.
6168
6169 2004-06-11 Ben Elliston <bje@gnu.org>
6170
6171 From Wouter Verhelst <wouter@grep.be>:
6172 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6173
6174 2004-06-11 Ben Elliston <bje@gnu.org>
6175
6176 * config.guess (luna88k:OpenBSD:*:*): New.
6177
6178 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6179
6180 * config.guess (m32r*:Linux:*:*): New case.
6181 * config.sub: Handle m32rle.
6182
6183 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6184
6185 From Jens Petersen <petersen@redhat.com>:
6186 * config.sub: Handle sparcv8.
6187
6188 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6189
6190 From Tom Smith <smith@cag.lkg.hp.com>:
6191 * config.guess: Version suffixes are equally significant on Tru64
6192 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6193 prefix of "P" (patched kernel).
6194
6195 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6196
6197 * config.sub: Add support for National Semiconductor CRX target.
6198
6199 2004-09-03 Jan Beulich <jbeulich@novell.com>
6200
6201 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6202 *-*-netware, but add target-libmudflap.
6203 Consolidate *-*-netware targets (of which really only i?86 exists)
6204 into a single entry.
6205 * configure: Likewise.
6206
6207 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6208
6209 * Makefile.tpl (sorry): Remove.
6210 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6211 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6212 (do-clean): Clean per-stage directories too.
6213 (do-distclean): Run distclean-stage1 too.
6214 (.NOTPARALLEL): Enable during toplevel bootstrap.
6215 (stage[+id+]-bubble): Enable parallel execution during
6216 the recursive invocation.
6217 * Makefile.in: Regenerate.
6218
6219 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
6220
6221 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6222
6223 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6224 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6225 * configure: regenerate
6226 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6227 -mdynamic-no-pic
6228
6229 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6230
6231 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6232 include.
6233 * configure.in: Fix indentation.
6234 * configure: Regenerate.
6235
6236 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6237
6238 * Makefile.def (build_modules): Add fixincludes.
6239 (dependencies): Make gcc depend on fixincludes.
6240 * configure.in (build_tools): Add fixincludes.
6241 (build_configdirs): Always include build_libs.
6242 * Makefile.in: Regenerate.
6243 * configure: Regenerate.
6244
6245 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6246
6247 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6248 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6249 phony targets; do not generate timestamp files.
6250 (distclean-stageN): Remove references to their timestamp files.
6251 (restageN, touch-stageN): Remove.
6252 (stageN-bubble): Rewritten.
6253 (compare): Support lean bootstraps.
6254 * Makefile.in: Regenerate.
6255
6256 * configure.in: Only warn when bootstrapping but
6257 build != host or build != target. Support lean bootstraps.
6258 * configure: Regenerate.
6259
6260 Sync from gcc:
6261 2004-08-26 Phil Edwards <phil@codesourcery.com>
6262
6263 * configure.in: Give a better error message if GMP/MPFR are missing
6264 and a language needing them has been requested.
6265 * configure: Regenerated.
6266
6267 2004-08-25 Phil Edwards <phil@codesourcery.com>
6268
6269 * configure.in: Print a list of available language front-ends if
6270 a requested one is missing. Tidy stray tab characters.
6271 * configure: Regenerated.
6272
6273 2004-08-17 Paolo Bonzini <bonzini@gnu.org>
6274
6275 * Makefile.in: Regenerate.
6276 * configure: Regenerate.
6277
6278 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6279 stage_*_flags.
6280 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6281 for bootstrapped modules if toplevel bootstrap is going.
6282 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6283 modules. Adjust for changes in Makefile.def. Enable several
6284 rules even in non-bootstrap mode, just to avoid peppering the
6285 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6286 (stage-[+prev+]-bubble): Remove.
6287
6288 * Makefile.def (Dependencies): Depend on all-build-bison,
6289 all-build-flex, all-build-byacc, all-build-texinfo, rather
6290 than the host variations.
6291 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6292 with BUILD_SUBDIR.
6293 (BISON): Update for recent Bisons.
6294 (YACC): Fix typo.
6295 (cross): Depend on all-build.
6296 (all): Do not depend on all-build.
6297 (prebootstrap): Remove.
6298 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6299 (Prebootstrap dependencies): Add them to the per-stage targets
6300 and to all-prebootstrap.
6301 * configure.in (build_configdirs): Always enable build_tools.
6302 (BUILD_DIR_PREFIX): Remove.
6303
6304 * Makefile.def (gcc): Add target variable.
6305 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6306 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6307 in the recursive `make', instead of hardwiring `all'.
6308 (Autogenerated TARGET-* variables): New.
6309
6310 2004-08-17 Robert Millan <robertmh@gnu.org>
6311
6312 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6313 (instead of FreeBSD).
6314 * configure: Regenerate.
6315
6316 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6317
6318 * Makefile.def, configure.in, src-release: Remove useless, bogus
6319 references to tix.
6320 * Makefile.in, configure: Regenerate.
6321
6322 * src-release: Stop distributing mmalloc with gdb (which doesn't
6323 use it).
6324 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6325 * Makefile.in: Regenerate.
6326
6327 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6328
6329 * configure.in (arm*-*-eabi*): New target.
6330 * configure: Regenerate.
6331
6332 2004-08-01 Robert Millan <robertmh@gnu.org>
6333
6334 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6335 libmudflap for all GNU-based systems (with Glibc).
6336 * configure: Regenerate.
6337
6338 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6339
6340 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6341 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6342 (Dependencies): New section.
6343 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6344 (configure-target-[+module+]): Depend on maybe-all-gcc
6345 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6346 (toplevel profiledbootstrap): Fix dependencies.
6347 * Makefile.in: Regenerate.
6348
6349 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6350
6351 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6352 target-libiberty to noconfigdirs.
6353
6354 2004-08-03 Paul Brook <paul@codesourcery.com>
6355
6356 * configure.in: Check for MPFR as well as GMP.
6357 * configure: Regenerate.
6358
6359 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6360
6361 * Makefile.def (host-modules): Add gcc.
6362 * Makefile.in: Regenerate.
6363 * Makefile.tpl (sorry): New rule.
6364 (configure-host, all-host, [+make_target+]-host, do-check,
6365 install-host): Do not add gcc as a special case.
6366 (host modules): Add a small special-casing for gcc. Export
6367 extra_make_flags through the environment.
6368 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6369 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6370 other recursive targets for gcc): Remove.
6371
6372 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6373 (stage, unstage): New rules.
6374 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6375 distclean-stage[+id+]): Use stage_current.
6376 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6377 the stage*-start rules.
6378
6379 2004-07-19 Robert Millan <robertmh@gnu.org>
6380
6381 Synced from gcc:
6382
6383 2004-04-26 Robert Millan <robertmh@gnu.org>
6384
6385 Add patches from libtool CVS.
6386 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6387 * ltconfig: Likewise.
6388 * ltcf-c.sh: Likewise.
6389 * ltcf-cxx.sh: Likewise.
6390 * ltcf-gcj.sh: Likewise.
6391
6392 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6393
6394 * configure.in: Add noconfigdirs for crx-*-*.
6395 * configure: Regenerate.
6396
6397 2004-07-12 Paolo Bonzini <bonzini@gnu.org>
6398
6399 Synced from gcc:
6400
6401 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6402
6403 * configure.in: Build libmudflap by default on FreeBSD.
6404 * configure: Regenerated.
6405
6406 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6407
6408 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6409 systems.
6410 * configure: Regenerated.
6411
6412 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6413
6414 PR target/16344
6415 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6416 feedback based compiler.
6417 * Makefile.in: Rebuilt.
6418
6419 2004-07-05 Phil Edwards <phil@codesourcery.com>
6420
6421 * configure.in: Do not prepend $srcdir to /dev/null in
6422 makefile fragments.
6423 * configure: Regenerate.
6424
6425 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6426
6427 * Makefile.def (host_modules): Set bootstrap=true for flex.
6428 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6429 * Makefile.in: Rebuilt.
6430
6431 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6432
6433 * Makefile.def (build_modules): Add bison, byacc, flex,
6434 m4, texinfo.
6435 (flags_to_pass): Add FLEX.
6436 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6437 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6438 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6439 DEFAULT_MAKEINFO): Remove.
6440 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6441 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6442 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6443 objdir or else use configured tool.
6444 (all-build): New.
6445 (all): Depend on it.
6446 (Build module dependencies): Add.
6447 * Makefile.in: Regenerate.
6448 * configure.in: Better support for multiple build modules,
6449 matching what is done for host/target modules. Do not look
6450 for "plausible" locations of build tools if Canadian cross.
6451 Use autoconf's AC_PROG_CC to find a C compiler. Define
6452 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6453 * configure: Regenerate.
6454
6455 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6456
6457 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6458 * Makefile.in: Regenerate.
6459
6460 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6461
6462 * Makefile.tpl (configure-build-[+module+],
6463 configure-[+module+], configure-target-[+module+]): Pass
6464 [+extra_configure_args+].
6465 (all-build-[+module+], all-[+module+], check-[+module+],
6466 install-[+module+], [+make_target+]-[+module+],
6467 all-target-[+module+], check-target-[+module+],
6468 install-target-[+module+], [+make_target+]-target-[+module+]):
6469 Pass [+extra_make_args+].
6470 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6471 (GCC_HOST_EXPORTS): Remove.
6472 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6473 cross, check-gcc, check-gcc-c++, install-gcc,
6474 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6475 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6476 * Makefile.in: Regenerate.
6477
6478 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6479
6480 * configure.in: Check for srcdir/winsup rather than build directory
6481 winsup.
6482 * configure: Regenerate.
6483
6484 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6485
6486 * configure.in: Don't build Cygwin native newlib if winsup
6487 directory is missing. Emit warning instead.
6488 * configure: Regenerate.
6489
6490 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6491
6492 * Makefile.tpl (touch-stage[+id+]): New.
6493 (restage[+prev+]): Depend on touch-stage[+id+].
6494
6495 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6496 Use it throughout.
6497
6498 * Makefile.def: Add profile and feedback bootstrap stages.
6499 Remove next field from bootstrap stages.
6500 * Makefile.tpl (LN, LN_S): Substitute.
6501 (stageN-start, stageN-end): Use double-colon rules, to
6502 provide a hook for additional setup commands.
6503 (distclean-stageN-gcc, restageN): Create dependencies from
6504 [+prev+], not from [+next+].
6505 (stageN-bubble): Add commands for successive stages from
6506 [+prev+], using double-colon rules.
6507 (all-stageN-gcc): Fix typo.
6508 (stagefeedback-start, profiledbootstrap): New.
6509 * Makefile.in: Regenerate.
6510 * configure.in: Call ACX_PROG_LN.
6511 * configure: Regenerate.
6512
6513 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6514
6515 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6516 without gcc.
6517 * configure: Regenerate.
6518
6519 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6520
6521 * Makefile.tpl: Fix typo.
6522 * Makefile.in: Regenerate.
6523
6524 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6525
6526 * configure.in: Remove new- prefix from toplevel
6527 bootstrap targets.
6528 * configure: Regenerate.
6529
6530 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6531
6532 Merge this patch from the gcc tree:
6533
6534 2004-05-30 Andreas Jaeger <aj@suse.de>
6535 Jim Wilson <wilson@specifixinc.com>
6536
6537 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6538 like CC.
6539
6540 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6541
6542 * Makefile.tpl (all.normal): Rename to all.
6543 (all): Replace with a rule to pick the default
6544 target from configure.
6545 (all-gcc, configure-gcc): Use conditionals to
6546 do nothing when toplevel bootstrap is going on.
6547 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6548 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6549 * configure.in: Support --enable-bootstrap.
6550
6551 * Makefile.def: Remove new- prefix from toplevel
6552 bootstrap targets.
6553 * Makefile.tpl: Likewise.
6554
6555 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6556 target.
6557
6558 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6559 $(RECURSE_FLAGS) to recursive invocation of make.
6560
6561 * Makefile.in: Regenerate.
6562 * configure: Regenerate.
6563
6564 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6565
6566 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6567 * configure: Regenerate.
6568
6569 2004-05-25 Daniel Jacobowitz <drow@false.org>
6570
6571 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6572 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6573 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6574 targets.
6575 * Makefile.in: Regenerate.
6576
6577 2005-05-24 Paolo Bonzini <bonzini@gnu.org>
6578
6579 * configure.in: Test the ability to symlink directories.
6580 * configure: Regenerate.
6581
6582 * Makefile.def (bootstrap-stage): New definitions.
6583 * Makefile.tpl (configure-stage1-gcc,
6584 configure-stage2-gcc, configure-stage3-gcc,
6585 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6586 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6587 new-restage3, compare): Autogenerate, see Makefile.in
6588 entry for behavioral changes.
6589 (distclean-stage1, new-stage1-start, new-stage1-end,
6590 new-stage1-bubble, distclean-stage2, new-stage2-start,
6591 new-stage2-end, new-stage2-bubble, distclean-stage3,
6592 new-stage3-start, new-stage3-end): New autogenerated targets.
6593 (objext, prebootstrap, BOOT_CFLAGS,
6594 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6595 targets.
6596
6597 * Makefile.in: Regenerate.
6598 (distclean-stage1, new-stage1-start, new-stage1-end,
6599 new-stage1-bubble, distclean-stage2, new-stage2-start,
6600 new-stage2-end, new-stage2-bubble, distclean-stage3,
6601 new-stage3-start, new-stage3-end): New targets.
6602 (all-stage1-gcc): Move prebootstrap dependency from here...
6603 (configure-stage1-gcc): ...to here.
6604 (new-bootstrap): Use bubble targets.
6605 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6606 Use per-stage distclean targets.
6607 (configure-stage1-gcc, configure-stage2-gcc,
6608 configure-stage3-gcc, all-stage1-gcc,
6609 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6610 Use new-stageN-start to prepare the tree.
6611
6612 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6613
6614 * Makefile.def (host_modules): add libcpp.
6615 * Makefile.tpl: Add dependencies on and for libcpp.
6616 * Makefile.in: Regenerate.
6617 * configure.in: Add libcpp host module.
6618 * configure: Regenerate.
6619
6620 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6621
6622 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6623 of libf2c.
6624 * configure, Makefile.in: Regenerate.
6625
6626 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6627
6628 Merge from tree-ssa-20020619-branch.
6629
6630 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6631 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6632 (HOST_GMPLIBS): Define.
6633 (HOST_GMPINC): Define.
6634 (TARGET_LIB_PATH): Add libmudflap.
6635 (GFORTRAN_FOR_TARGET): Define.
6636 (configure-build*): Export GFORTRAN.
6637 (configure-gcc): Export GMPLIBS and GMPINC.
6638 (all-gcc): Add maybe-all-libbanshee.
6639 (configure-target-libgfortran): Define.
6640 * Makefile.in: Regenerate.
6641 * configure.in (host_libs): Add libbanshee.
6642 (target_libraries): Add target-libmudflap and target-libgfortran.
6643 Add --with-libbanshee.
6644 Handle --disable-libmudflap.
6645 (*-*-freebsd*): Use with_gmp.
6646 Add $(libgcj) to noconfigdirs.
6647 * configure: Regenerate.
6648 * depcomp: New file.
6649 * MAINTAINERS: Add tree-ssa maintainers.
6650
6651 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6652
6653 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6654 * configure: Regenerate.
6655
6656 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6657
6658 Revert:
6659 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6660
6661 * Makefile.def (flags_to_pass): Remove *dir variables that
6662 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6663 as well as prefix and exec_prefix.
6664 * Makefile.in: Regenerate.
6665
6666 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6667
6668 * Makefile.def (host_modules): Mark with the bootstrap
6669 flag packages on which gcc depends.
6670 * Makefile.tpl (all-bootstrap): Use it.
6671 * Makefile.in: Regenerate.
6672
6673 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6674
6675 * Makefile.def (flags_to_pass): Remove *dir variables that
6676 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6677 as well as prefix and exec_prefix.
6678 * Makefile.in: Regenerate.
6679
6680 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6681
6682 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6683 * configure: Regenerate.
6684 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6685 * gcc/Makefile.tpl (compare): Use the result of the test.
6686 * gcc/Makefile.in: Regenerate.
6687
6688 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6689
6690 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6691 Always relocate gcc and prev-gcc to the original names, even
6692 if the build fails.
6693 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6694 New targets.
6695
6696 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6697
6698 * configure.in (mips*-*-irix5*): Enable ld.
6699 * configure: Regenerate.
6700
6701 2004-04-15 James E Wilson <wilson@specifixinc.com>
6702
6703 * Makefile.tpl (configure-[+module+], configure-gcc,
6704 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6705 Set and export LDFLAGS.
6706 * Makefile.in: Regenerate.
6707
6708 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6709
6710 PR bootstrap/14871
6711 * Makefile.tpl: If we don't have built-in-tree target tools,
6712 use the ones found by configure rather than hacking around with
6713 program_transform_name.
6714 * configure.in: Give Makefile.tpl the information necessary
6715 to do that.
6716 * Makefile.in: Regenerate.
6717 * configure: Regenerate.
6718
6719 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6720
6721 PR bootstrap/14760
6722 * configure.in: When computing baseargs, strip *all* copies of
6723 offending options. Also, don't match/substitute the trailing space,
6724 so that this actually works when two similar options are separated by
6725 only one space.
6726 * configure: Regenerate.
6727
6728 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6729
6730 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6731 (rs6000-*-aix*): Same.
6732 * configure: Regenerate.
6733
6734 2004-03-25 Stan Shebs <shebs@apple.com>
6735
6736 Remove MPW support, no longer used.
6737 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6738 mpw-install: Remove files.
6739 * src-release (DEVO_SUPPORT): Remove names of removed files.
6740 * MAINTAINERS: Likewise.
6741
6742 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6743
6744 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6745 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6746 * Makefile.in: Regenerate.
6747
6748 * configure.in (top level bootstrap support): Rework --enable-werror
6749 to set @stage2_werror_flag@.
6750 * configure: Regenerate.
6751 * Makefile.tpl (top level bootstrap support): Pass
6752 @stage2_werror_flag@ down to configure in stages 2 and 3.
6753 * Makefile.in: Regenerate.
6754
6755 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6756
6757 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6758 for stages 2 and 3 as well as in make. As a consequence, remove
6759 OUTPUT_OPTION (now detected by configure) from the flags passed down
6760 to make.
6761 * Makefile.in: Regenerate.
6762
6763 * Makefile.tpl (new-bootstrap): Fix typo.
6764 * Makefile.in: Regenerate.
6765
6766 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6767
6768 * Makefile.tpl: Rearrange by moving recursive_targets rules
6769 into their proper sections.
6770 * Makefile.tpl (top level bootstrap support): Move disabling
6771 of coverage flags from 'make' to 'configure'; improve comments.
6772 * Makefile.in: Regenerate.
6773
6774 * Makefile.tpl (experimental top level bootstrap) Move stage1
6775 language setting from all- target to configure- target; disable
6776 intermodule optimization in stage 1; prevent gratuitous rebuilds
6777 of stage 1.
6778 * Makefile.in: Regenerate.
6779 * configure.in: Comma-separate stage 1 language list for top
6780 level bootstrap.
6781 * configure: Regenerate.
6782
6783 * Makefile.tpl: Clean up experimental top level bootstrap support:
6784 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6785 prev-gcc in configure- targets as well as all- targets.
6786 * Makefile.in: Regenerate.
6787
6788 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6789
6790 * configure.in: Remove symbolic link section.
6791 * configure: Regenerate.
6792 * Makefile.tpl (links): Remove.
6793 * Makefile.in: Regenerate.
6794
6795 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6796 Nathanael Nerode <neroden@gcc.gnu.org>
6797
6798 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6799 Set with AC_CHECK_PROGS.
6800 * configure.in: Fix comment typo from last patch.
6801 * configure: Regenerate.
6802
6803 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6804
6805 * Makefile.tpl: Introduce experimental top level bootstrap support.
6806 * Makefile.in: Regenerate.
6807 * configure.in: Introduce support for top level bootstrap.
6808 * configure: Regenerate.
6809
6810 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6811 Paolo Bonzini <bonzini@gnu.org>
6812
6813 PR bootstrap/14522
6814 * configure.in: Cope with shells that do not support unquoted ^
6815 * configure: Regenerate.
6816
6817 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6818 Paolo Bonzini <bonzini@gnu.org>
6819
6820 PR bootstrap/14522
6821 * configure.in: Cope with shell that do not support nesting
6822 quotes inside quoted backquote substitutions.
6823 * configure: Regenerate.
6824
6825 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6826
6827 PR bootstrap/14522
6828 * configure.in: Fix escaping of $.
6829 * configure: Regenerate.
6830
6831 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6832
6833 * configure: Regenerate.
6834
6835 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6836
6837 PR ada/14131
6838 Move language detection to the top level.
6839 * configure.in: Find default values for the tools as
6840 soon as possible. Disable ada if GNAT is not found.
6841 Emit error message about missing languages. Expand
6842 --enable-languages=all for the gcc subdirectory.
6843
6844 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6845
6846 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6847 and disable libgcj.
6848 * configure: Regenerated.
6849
6850 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6851
6852 PR bootstrap/7087
6853 * Makefile.tpl: Guard XFOO sed statements better.
6854 * Makefile.tpl: Add dependency for configure-target-libada.
6855 * Makefile.in: Regenerate (incidentally fixes broken
6856 commit when libada-branch was merged).
6857
6858 2004-02-28 Andrew Cagney <cagney@redhat.com>
6859
6860 * src-release (CVS_NAMES): Define.
6861 (do-tar, do-tar): Prune $(CVS_NAMES).
6862
6863 2004-02-23 Andrew Cagney <cagney@redhat.com>
6864
6865 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6866 2004-02-19.09.
6867
6868 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6869
6870 PR bootstrap/11932
6871 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6872
6873 2004-02-19 Andrew Cagney <cagney@redhat.com>
6874
6875 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6876 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6877
6878 2004-02-11 David Edelsohn <edelsohn@gnu.org>
6879
6880 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6881 (rs6000-*-aix*): Same.
6882 * configure: Regenerate.
6883
6884 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6885
6886 * configure.in (host): Add in missing $noconfigdirs to defines.
6887 * configure: Regenerate.
6888
6889 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6890 Nathanael Nerode <neroden@gcc.gnu.org>
6891
6892 PR ada/6637, PR ada/5911
6893 Merge with libada-branch:
6894 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6895 with appropriate dependencies. Add --enable-libada configure switch.
6896 * configure, Makefile.in: Regenerate.
6897
6898 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6899
6900 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6901 * configure: Regenerate.
6902
6903 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6904
6905 * COPYING.NEWLIB: Update Red Hat license to 2004.
6906
6907 2004-01-23 DJ Delorie <dj@redhat.com>
6908
6909 * Makefile.def (target_modules) [libiberty]: Don't stage.
6910 * Makefile.in: Rebuilt.
6911
6912 2004-01-23 Jeff Johnston <jjohnstn@redhat.com>
6913
6914 * COPYING.NEWLIB: Update to include copyrights for new
6915 iconv code.
6916
6917 2004-01-15 Andrew Cagney <cagney@redhat.com>
6918
6919 * src-release: Update copyright year.
6920 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6921 (NEWLIB_SUPPORT_DIRS): Delete macro.
6922 (newlib.tar.bz2): Delete rule.
6923
6924 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
6925
6926 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6927 * Makefile.tpl (configure-target-[+module+]): Support stage.
6928 * Makefile.in: Rebuilt.
6929
6930 2003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6931
6932 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6933 throughout.
6934
6935 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6936
6937 * configure.in: Use ./config.cache, not config.cache.
6938 * configure: Regenerate.
6939 * Makefile.tpl: Special-casing not needed for GCC any more.
6940 * Makefile.in: Regenerate.
6941
6942 * configure.in: Don't share a cache file for host dirs.
6943 * configure: Regenerate.
6944
6945 * config-ml.in: Don't mess with the cache file.
6946
6947 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6948
6949 * Makefile.tpl: Make GCC use a separate config.cache.
6950 * Makefile.in: Regenerate.
6951
6952 PR bootstrap/11932, PR bootstrap/11933
6953 (I don't know if it will fix either of them, but it relates
6954 to them.)
6955 * configure.in: Don't use shared config.cache for target
6956 directories.
6957 * configure: Regenerate.
6958
6959 2003-12-31 Roger Sayle <roger@eyesopen.com>
6960
6961 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6962 * configure: Regenerated.
6963
6964 2003-12-21 Bernardo Innocenti <bernie@develer.com>
6965
6966 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6967 * configure: Regenerated.
6968
6969 2003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6970
6971 Port change over from GCC:
6972 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6973 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6974 (configure-build-[+module+], configure-[+module+]): Likewise.
6975 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6976 * Makefile.in: Regenerate.
6977
6978 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6979
6980 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6981 * configure: Regenerate.
6982
6983 2003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6984
6985 * COPYING.NEWLIB: Add license info for long long routines added to
6986 stdlib.
6987
6988 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6989
6990 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6991 * Makefile.in: Regenerate.
6992
6993 2003-10-20 Phil Edwards <phil@codesourcery.com>
6994
6995 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6996 * configure: Regenerate.
6997
6998 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6999
7000 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7001 HOST_FLAGS_TO_PASS.
7002 * Makefile.in: Regenerate.
7003
7004 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7005
7006 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7007 * configure: Rebuilt
7008 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7009 * Makefile.in: Rebuilt
7010
7011 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7012
7013 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7014
7015 2003-10-01 Phil Edwards <pme@gcc.gnu.org>
7016
7017 * config-ml.in: Use ac_configure_args directly instead of
7018 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7019 actually seen.
7020
7021 2003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7022
7023 * config-ml.in: Propagate INSTALL variables.
7024
7025 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7026
7027 * configure.in: Pass a computed --program-transform-name
7028 to subconfigures.
7029 * configure: Regenerated.
7030
7031 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7032
7033 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7034 * Makefile.in: Regenerate.
7035
7036 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7037 * Makefile.in: Regenerate.
7038
7039 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7040
7041 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7042 quoting.
7043 * configure: Regenerated.
7044
7045 2003-09-12 Michael Chastain <mec@shout.net>
7046
7047 Fix PR gdb/857.
7048 * src-release (do-proto-topleve): Remove junk files
7049 intl/config.cache, intl/config.status,
7050 intl/config.h, intl/stamp-h.
7051
7052 2003-09-14 Andrew Cagney <cagney@redhat.com>
7053
7054 * src-release (dejagnu.tar): New target.
7055 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
7056 (do-djunpack): Use $(PACKAGE) for the package name.
7057
7058 2003-09-04 DJ Delorie <dj@redhat.com>
7059
7060 * configure: Regenerate.
7061
7062 2003-09-04 Robert Millan <robertmh@gnu.org>
7063
7064 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7065
7066 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7067
7068 * configure.in: Ensure arguments to sed are properly spaced.
7069 * configure: Regenerate.
7070
7071 2003-08-28 Daniel Jacobowitz <drow@mvista.com>
7072
7073 Merge from gcc:
7074 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7075 * install-sh: Update to newer upstream versions (associated with
7076 aclocal 1.7).
7077 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7078
7079 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7080
7081 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7082 * configure: Regenerated.
7083
7084 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7085
7086 * configure.in: Use newline instead of semicolon when assuming
7087 shell arguments in a for loop.
7088 * configure: Regenerated.
7089
7090 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7091
7092 PR 8180
7093 * configure.in: When testing with_libs and with_headers, treat
7094 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7095 * configure: Regenerate.
7096
7097 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7098 make, shell, etc.
7099 (baseargs): Likewise.
7100 * configure: Regenerate.
7101
7102 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7103
7104 * configure.in: Disable libgcj for darwin not on powerpc.
7105 * configure: Rebuild.
7106
7107 2003-08-15 Michael Chastain <mec@shout.net>
7108
7109 * src-release (do-proto-toplev): Remove junk files
7110 dejagnu/example/calc/config.status,
7111 dejagnu/example/calc/config.log.
7112
7113 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7114
7115 * config-ml.in, symlink-tree: Add license.
7116
7117 2003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
7118
7119 Merge from gcc:
7120
7121 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7122 * Makefile.tpl (check, check-c++): Express dependencies using
7123 dependencies rather than commands.
7124 * Makefile.in: Regenerate.
7125
7126 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7127 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7128 * Makefile.in: Update.
7129
7130 2003-08-01 Andrew Cagney <cagney@redhat.com>
7131
7132 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7133 * configure: Ditto.
7134
7135 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7136
7137 * configure.in: Enable libgcj for darwin.
7138 * configure: Rebuild.
7139
7140 2003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
7141
7142 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
7143
7144 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7145
7146 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7147 creating target and build subdirs to build all parent dirs as needed.
7148 * Makefile.in: Rebuild.
7149 * configure.in: Don't build dirs explicitly here.
7150 * configure: Rebuild.
7151
7152 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7153
7154 * Makefile.tpl (all-make): Depend on intl.
7155 * Makefile.in: Rebuilt.
7156
7157 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7158
7159 * config.if: Remove unused libc_interface determination.
7160
7161 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7162
7163 * Makefile.in: Regenerate, correctly this time.
7164
7165 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7166
7167 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7168 unused INSTALL_PROGRAM_ARGS.
7169 * configure.in: Use AC_PROG_INSTALL.
7170 * Makefile.in: Regenerate.
7171 * configure: Regenerate.
7172
7173 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7174
7175 * configure: Rebuilt.
7176 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7177 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7178 newlib nor libgloss.
7179 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7180 * configure.in (am33_2.0-*-linux*): Added.
7181
7182 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7183
7184 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7185 * configure: Regenerate.
7186
7187 2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
7188
7189 * config-ml.in: Replace PWD with PWD_COMMAND.
7190 * Makefile.tpl: Likewise.
7191 * Makefile.in: Regenerated.
7192
7193 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7194
7195 * configure.in: Clean up config-lang.in handling. Delete
7196 useless assignment to "subdirs".
7197 * configure: Regenerate.
7198
7199 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7200
7201 * configure.in: Rename 'target_libs' to 'target_libraries'.
7202 Remove useless reference to 'target_libs'.
7203 * configure: Regenerate.
7204
7205 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7206
7207 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7208 * Makefile.in: Regenerate.
7209
7210 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7211
7212 * Makefile.def: Introduce flags_to_pass.
7213 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7214 * Makefile.in: Regenerate.
7215
7216 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7217
7218 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7219 and target-libgloss.
7220 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7221 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7222 * configure: Regenerate.
7223
7224 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7225
7226 * configure.in: Update testsuite_flags to new location.
7227 * configure. Regenerate.
7228
7229 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7230
7231 * Makefile.tpl: Remove BUILD_CC stuff.
7232 * Makefile.in: Regenerate.
7233
7234 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7235
7236 * config.guess: Update to 2003-06-12 version.
7237 * config.sub: Update to 2003-06-13 version.
7238
7239 2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7240
7241 * MAINTAINERS: Add myself as MIPS co-maintainer.
7242
7243 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7244
7245 * config.guess: Update to 2003-06-06 version.
7246 * config.sub: Update to 2003-06-06 version.
7247
7248 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7249
7250 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7251 * configure. Regenerate.
7252
7253 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7254
7255 * configure.in: Disable serial configure by default.
7256 * configure: Regenerate.
7257 * Makefile.tpl: Abolish .NOTPARALLEL.
7258 * Makefile.in: Regenerate.
7259
7260 * Makefile.tpl: Replace {build,host,target}_canonical by
7261 {build,host,target}.
7262 * Makefile.in: Regenerate.
7263
7264 * Makefile.tpl: Fix stupid pasto.
7265 * Makefile.in: Regenerate.
7266
7267 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7268
7269 * Makefile.tpl: Remove bogus conditional.
7270 * Makefile.in: Regenerate.
7271
7272 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7273
7274 * Makefile.tpl: Make 'recursive targets' using autogen rather
7275 than shell loop. Remove duplicate 'clean' targets and false
7276 comments.
7277 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7278 Add systematic method of specifying missing targets in subdirs.
7279 Add copyright boilerplate.
7280 * Makefile.in: Regenerate.
7281 * configure.in: Add 'recursive targets' to maybe list.
7282 * configure: Regenerate.
7283
7284 * Makefile.tpl: Rename [+target+] to [+make_target+].
7285 * Makefile.def: Rename 'target' to 'make_target'.
7286
7287 2003-05-30 Nick Clifton <nickc@redhat.com>
7288
7289 * README-maintainer-mode: Update URL for locating blessed config
7290 tools.
7291
7292 2003-05-29 Robert Millan <rmh@debian.org>
7293
7294 * ltconfig: Import this patch and modify for use with current
7295 version of ltconfig:
7296
7297 2003-05-21 Bruno Haible <bruno@clisp.org>
7298
7299 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
7300 GNU/FreeBSD.
7301
7302 2003-05-28 DJ Delorie <dj@redhat.com>
7303
7304 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7305 * Makefile.in: Regenerate.
7306
7307 2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
7308
7309 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
7310
7311 2003-05-21 DJ Delorie <dj@redhat.com>
7312
7313 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7314 newlib or libgloss.
7315 * Makefile.in: Regenerate.
7316
7317 2003-05-21 DJ Delorie <dj@redhat.com>
7318
7319 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7320 * Makefile.in: Regenerate.
7321
7322 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7323
7324 * configure.in: Use curly braces in the definition of tooldir.
7325 * configure: Regenerate.
7326
7327 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7328
7329 * configure.in: Switch more things to use maybe dependencies.
7330 * Makefile.tpl: Switch more things to use maybe dependencies.
7331 Factor out common code from autogen IF statements.
7332 * configure: Regenerate.
7333 * Makefile.in: Regenerate.
7334
7335 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7336
7337 * configure.in: Accept i[3456789]86 for machine type.
7338 * configure: Regenerate.
7339
7340 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7341
7342 * configure.in: Switch more things to use maybe dependencies.
7343 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7344 * configure: Regenerate.
7345 * Makefile.tpl: Switch more things to use maybe dependencies.
7346 * Makefile.in: Regenerate.
7347
7348 2003-05-16 Andreas Schwab <schwab@suse.de>
7349
7350 * Makefile.tpl (install-opcodes): Define.
7351 * Makefile.in: Rebuild.
7352
7353 2003-05-13 Andreas Jaeger <aj@suse.de>
7354
7355 * config.guess: Update to 2003-05-09 version.
7356 * config.sub: Update to 2003-05-09 version.
7357
7358 2003-05-13 Michael Eager <eager@mvista.com>
7359
7360 * configure.in: Correct sed script so that options in quotes are not
7361 deleted.
7362 * configure: Rebuild.
7363
7364 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7365
7366 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7367 and $$s/newlib/libc/sys/cygwin32 include paths.
7368 * configure: Ditto.
7369
7370 2003-05-05 H.J. Lu <hjl@gnu.org>
7371
7372 * config-ml.in: Restored from gcc repository.
7373
7374 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7375
7376 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7377 * Makefile.in: Regenerate.
7378
7379 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7380
7381 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
7382 and Makefile.def.
7383
7384 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7385
7386 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7387 * Makefile.in: Regenerated.
7388
7389 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7390
7391 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7392 * Makefile.in: Regenerate.
7393
7394 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7395
7396 * configure.in (powerpc64*-*-linux*): Remove.
7397 * configure: Rebuilt.
7398
7399 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7400
7401 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7402 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7403 and restrap.
7404 * Makefile.in: Regenerate.
7405
7406 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7407
7408 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7409 * configure: Regenerated.
7410
7411 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
7412
7413 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7414 * */configure: Rebuilt.
7415
7416 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7417
7418 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7419 * Makefile.in: Regenerate.
7420
7421 2003-03-14 Michael Chastain <mec@shout.net>
7422
7423 * Makefile.in: Regenerate with correct Makefile.def.
7424
7425 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7426
7427 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7428 Make macro.
7429 * Makefile.in: Regenerate.
7430 * configure.in: Clean up gxx_include_dir logic.
7431 * configure: Regenerate.
7432
7433 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7434
7435 * configure.in (gxx_include_dir): Fix typo.
7436 * configure: Regenerated.
7437
7438 2003-03-06 Andrew Cagney <cagney@redhat.com>
7439
7440 * texinfo/texinfo.tex: Import version 2003-02-03.16.
7441
7442 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7443
7444 * configure.in: Include $(build_tooldir)/sys-include in
7445 FLAGS_FOR_TARGET.
7446 * configure: Regenerated.
7447
7448 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7449
7450 * Makefile.tpl: Reindent.
7451 * Makefile.in: Regenerate.
7452 * configure.in: Reindent. Don't set unused variables.
7453 * configure: Regenerate.
7454
7455 * Makefile.tpl: Always pass down RANLIB.
7456 * Makefile.in: Regenerate.
7457
7458 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7459 * Makefile.in: Regenerate.
7460 * configure.in: Remove unused logic relating to --enable-shared
7461 and --enable-threads. Remove bogus comments. Remove redundant
7462 noconfigdirs.
7463 * configure: Regenerate.
7464
7465 * configure.in: Replace ${libstdcxx_version} by its value.
7466 Remove reference to mh-dgux.
7467 * configure: Regenerate.
7468
7469 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7470
7471 * Makefile.tpl: Rearrange.
7472 * Makefile.in: Regenerate.
7473
7474 2003-02-25 Nick Clifton <nickc@redhat.com>
7475
7476 * configure: Remove site-file supprot - it is obsolete.
7477
7478 2003-02-24 Uwe Stieber <uwe@wwws.de>
7479
7480 * configure.in: Add support for kaOS as cross build target system.
7481 * configure: Regenerated.
7482
7483 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7484
7485 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7486 configure-target-* as some target builds may require additional
7487 flags for preprocessor tests.
7488 * Makefile.in: Regenerated.
7489
7490 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7491
7492 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7493 * ltconfig: Handle it.
7494 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7495 auto-detecting it.
7496
7497 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7498
7499 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7500 it is used as argument to $CC.
7501 * ltcf-gcj.sh: Likewise.
7502
7503 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7504
7505 * configure.in: Introduce --enable-maintainer-mode.
7506 * configure: Rebuilt.
7507 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7508 for maintainer mode.
7509 * Makefile.in: Rebuilt.
7510
7511 2003-02-19 Andrew Cagney <ac131313@redhat.com>
7512
7513 * configure: Regenerate using autoconf 2.13.
7514
7515 2003-02-19 Alan Modra <amodra@bigpond.net.au>
7516
7517 * config.guess: Import latest version.
7518 * config.sub: Import latest version.
7519
7520 2003-02-18 Jason Merrill <jason@redhat.com>
7521
7522 * Makefile.tpl (check-c++): Allow parallelism.
7523
7524 2003-02-17 Andrew Cagney <ac131313@redhat.com>
7525
7526 * configure: Regenerate using autoconf 000227.
7527
7528 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7529
7530 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7531 don't configure target-libobjc.
7532 * configure: Regenerate.
7533
7534 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7535
7536 * Makefile.tpl (RANLIB): Define.
7537 * Makefile.in: Regenerate.
7538
7539 2003-02-06 Keith R Seitz <keiths@redhat.com>
7540
7541 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7542 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7543 * Makefile.in: Regenerated.
7544 * configure.in: Remove all traces of snavigator, db, and grep.
7545 * configure: Regenerated.
7546
7547 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7548
7549 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7550 * Makefile.in: Regenerated.
7551
7552 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7553
7554 * config.if: Copy from GCC.
7555
7556 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7557
7558 * configure.in: Revert 24Jan change.
7559 * configure: Regenerate.
7560
7561 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7562
7563 * configure.in: Revert previous change.
7564 * configure: Regenerate.
7565
7566 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7567
7568 * configure.in: Make rda native-only.
7569 * configure: Regenerate.
7570
7571 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7572
7573 * configure.in: Add missing \.
7574 * configure: Rebuilt.
7575
7576 2003-01-17 Jakub Jelinek <jakub@redhat.com>
7577
7578 * configure.in (baseargs): Avoid using \| in sed regular
7579 expressions.
7580 * configure: Rebuilt.
7581
7582 2003-01-16 Jakub Jelinek <jakub@redhat.com>
7583
7584 * configure.in (baseargs): Remove all supported forms of
7585 --cache-file, --srcdir, --host, --build and --target options
7586 from argument lists.
7587 * configure: Rebuilt.
7588
7589 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
7590
7591 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7592 * configure: Rebuilt.
7593
7594 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7595
7596 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7597 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7598 * Makefile.in: Regenerate.
7599 * configure: Regenerate.
7600
7601 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7602
7603 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7604 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7605 * Makefile.in: Regenerate.
7606
7607 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
7608
7609 * configure.in: Remove Makefile in build, host and target modules
7610 unless configure was run with --no-recursion.
7611 * configure: Rebuilt.
7612
7613 2003-01-08 Chris Demetriou <cgd@broadcom.com>
7614
7615 * config.guess: Update to 2003-01-03 version.
7616 * config.sub: Update to 2003-01-03 version.
7617
7618 2003-01-07 Christopher Faylor <cgf@redhat.com>
7619
7620 * configure: Regenerate with proper autoconf 2.13.
7621
7622 2003-01-07 Christopher Faylor <cgf@redhat.com>
7623
7624 * configure.in: Add AC_PREREQ for consistency.
7625 * configure: Regenerate.
7626
7627 2003-01-06 Andrew Cagney <ac131313@redhat.com>
7628
7629 * configure.in (GDB_TK): Add tcl directories conditional on
7630 gdb/gdbtk directory being present.
7631 * configure: Regenerate.
7632
7633 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
7634
7635 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7636 by gcc if LD is not defined and we are not doing a Canadian Cross.
7637 * configure: Rebuilt.
7638
7639 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
7640
7641 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7642
7643 2002-12-31 Tom Tromey <tromey@redhat.com>
7644
7645 * Makefile.in: Rebuilt.
7646 * Makefile.def (target_modules) [libffi]: Allow installation.
7647
7648 2002-12-31 Andreas Schwab <schwab@suse.de>
7649
7650 * configure.in: Fix use of $program_transform_name.
7651 * configure: Regenerated.
7652
7653 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
7654
7655 * configure.in (baseargs): Don't remove first configure argument.
7656 * configure: Regenerated.
7657
7658 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
7659
7660 * Makefile.tpl (local-distclean): Don't remove...
7661 (multilib.ts): ... this. Moved into...
7662 (multilib.out): ... this. Don't use sub-make.
7663 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7664 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7665 (configure-build-[+module+], configure-[+module+],
7666 configure-target-[+module+], configure-gcc): ... these. Test
7667 for Makefile existence. Drop config.status from dependencies.
7668 * Makefile.in: Rebuilt.
7669 * configure.in: Move gcc-version-trigger to the end of
7670 ac_configure_args. Add comments to maybedep.tmp and
7671 serdep.tmp. Introduce --disable-serial-configure. Remove
7672 nonopt from baseargs, matching and removing corresponding
7673 whitespace while at it.
7674 * configure: Rebuilt.
7675
7676 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7677
7678 * configure.in (host_configargs): Replace reference to
7679 no-longer-defined buildopts with --build=${build_alias}.
7680 * configure: Rebuilt.
7681
7682 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
7683
7684 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7685 program_transform_name to standard idiom.
7686 (AUTOGEN, AUTOCONF): Define.
7687 (Makefile.in): Use $(AUTOGEN).
7688 (Makefile): Depend on config.status, and use autoconf-style rule to
7689 build it. Move original commands to...
7690 (config.status): ... this new target.
7691 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7692 $(AUTOCONF).
7693 * Makefile.in: Rebuilt.
7694
7695 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7696
7697 * Makefile.tpl: Fix dramatic bustage due to change in
7698 program_transform_name.
7699 * Makefile.in: Regenerate.
7700
7701 * configure.in: Remove unnecessary PATH setting.
7702 * configure: Regnerate.
7703
7704 * configure.in: Don't default to unprefixed tools unless
7705 the native tools will work.
7706 * configure: Regenerate.
7707
7708 * configure.in: Convert to autoconf script. Blow away lots
7709 of now-redundant Makefile fragments.
7710 * configure: Generate using Autoconf.
7711 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7712 * Makefile.in: Regenerate.
7713
7714 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7715
7716 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
7717 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7718
7719 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
7720 where they belong.
7721
7722 2002-12-24 Andreas Schwab <schwab@suse.de>
7723
7724 * Makefile.tpl (multilib.out): Fix missing space.
7725 * Makefile.in: Regenerate.
7726
7727 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7728
7729 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7730 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7731 * Makefile.in: Regenerate.
7732 * configure.in: Remove unnecessary leftovers.
7733
7734 2002-12-21 Geoffrey Keating <geoffk@apple.com>
7735
7736 * configure.in (extra_ranlibflags_for_target): New variable.
7737 (*-*-darwin): Add -c to ranlib commands.
7738 * configure (tooldir): Handle extra_ranlibflags_for_target.
7739
7740 2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7741
7742 * COPYING.NEWLIB: Updated.
7743 * COPYING.LIBGLOSS: Ditto.
7744
7745 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7746
7747 * Makefile.tpl: Revert HJL's change.
7748 * Makefile.in: Regenerated.
7749 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7750 always.
7751
7752 2002-12-19 Andreas Schwab <schwab@suse.de>
7753
7754 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7755 * Makefile.in: Regenerate.
7756
7757 2002-12-18 H.J. Lu <hjl@gnu.org>
7758
7759 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7760 * Makefile.in: Regenerated.
7761
7762 * configure.in (build_prefix): New. Substitute.
7763
7764 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7765
7766 * Makefile.tpl: Don't let real targets depend on phony targets.
7767 * Makefile.in: Regenerate.
7768
7769 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7770 * Makefile.in: Regenerate.
7771
7772 2002-12-16 Jason Merrill <jason@redhat.com>
7773
7774 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7775 previous 'make bootstrap'.
7776 * Makefile.in: Regenerate.
7777
7778 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7779
7780 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7781
7782 2002-12-13 Jason Merrill <jason@redhat.com>
7783
7784 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7785 library tests.
7786 (check-c++): Just depend on it and check-target-libstdc++-v3.
7787 * Makefile.in: Regenerate.
7788
7789 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7790
7791 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7792 * Makefile.in: Regenerate.
7793
7794 2002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7795
7796 * COPYING.NEWLIB: Update list of alternate Regent of California
7797 licenses and discuss official revoking of advertising clause.
7798 * COPYING.LIBGLOSS: Ditto.
7799
7800 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
7801
7802 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7803 * Makefile.in: Rebuilt.
7804
7805 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
7806
7807 * configure: Fix bug put in by gremlins.
7808
7809 * Makefile.tpl: Substitute more autoconfily.
7810 * configure: Substitute more autoconfily.
7811 * Makefile.in: Regenerate.
7812
7813 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7814
7815 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7816 * Makefile.in (all-sim): Ditto.
7817
7818 2002-12-06 DJ Delorie <dj@redhat.com>
7819
7820 * Makefile.tpl: Change configure dependencies to not have real
7821 targets depend on phony targets.
7822
7823 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7824
7825 * configure.in: Revert unintentional change.
7826
7827 * src-release: Configure host subdirs.
7828
7829 * Makefile.tpl: Change dependency for */multilib.out so that
7830 it works when gcc isn't in the tree.
7831
7832 * configure.in: Substitute more.
7833 * configure: Run subconfigures from the Makefile.
7834 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7835 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7836
7837 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7838
7839 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7840 and corresponding dependencies.
7841 * Makefile.in: Regenerate.
7842
7843 * configure.in (host_tools): Order binutils, gas and ld for
7844 convenience in running the testsuites.
7845
7846 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7847 * Makefile.in: Regenerate.
7848 * configure.in: Introduce rules to serialize subconfigure runs.
7849
7850 * configure.in: Introduce BASE_CC_FOR_TARGET.
7851 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7852 Realize configure-build-* targets. Realize configure-target-* targets.
7853 * Makefile.in: Regenerate.
7854
7855 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7856
7857 * configure: Move gcc_version_trigger stuff from here...
7858 * configure.in: ...to here.
7859
7860 * configure.in: Separate subconfigure options added by this file from
7861 options given by the user. Add machinery to put args for host
7862 subconfigures into the Makefile.
7863
7864 * Makefile.tpl: Remove 'vault' targets.
7865 * Makefile.tpl: Reorder and comment dependencies.
7866 * Makefile.in: Regenerate.
7867
7868 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7869
7870 * configure.in: Move host-specific darwin noconfigdirs into
7871 the host-specific section.
7872
7873 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7874
7875 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7876 during replay.
7877 * Makefile.in: Regenerate.
7878
7879 (finishing slow-motion replay)
7880 * configure: Remove skip-this-dir support.
7881 * Makefile.tpl: Remove skip-this-dir support.
7882
7883 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7884 subdirectories.
7885 * Makefile.in: Regenerate.
7886
7887 * Makefile.tpl: Strip out useless setting of 'dir'.
7888 * Makefile.in: Regenerate.
7889
7890 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7891
7892 (finishing slow-motion replay)
7893 * configure.in: Fix deeply stupid bug.
7894
7895 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7896 shell code in CXX_FOR_TARGET
7897 * Makefile.def: Introduce raw_cxx.
7898 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7899 RAW_CXX_FOR_TARGET.
7900 * Makefile.in: Regenerate.
7901
7902 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7903
7904 (finishing slow-motion replay)
7905 * Makefile.tpl: Remove unnecessary ifs.
7906 * Makefile.in: Regenerate.
7907
7908 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7909 dependencies. Maybe-ize build-libiberty. Create dummy install
7910 targets for 'no_install' modules.
7911 * configure: Move GDB_TK substitution to configure.in. Move
7912 build_modules stuff to configure.in.
7913 * configure.in: Implement soft dependency machinery. Maybe-ize
7914 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7915 * Makefile.in: Regenerate.
7916
7917 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7918
7919 (continuing slow-motion replay)
7920 * Makefile.tpl: Make all-target, install-target behave similarly
7921 to all, install (only hitting configured targets). Eliminate
7922 unused macro defintions.
7923
7924 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7925 build != host.
7926
7927 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7928
7929 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7930
7931 * configure.in: Produce lists of subdir targets we're actually
7932 configuring. Remove references to "dosrel".
7933 * Makefile.tpl: Let configure set which subdir targets are hit.
7934 Remove install-cross; clean up install; remove ALL. Remove
7935 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7936 Autogenerate host module targets. Remove empty dependency lines
7937 and redundant dependency; rearrange slightly.
7938 * Makefile.def: Add host-side libtermcap, utils.
7939
7940 * Makefile.in: Regenerate.
7941
7942 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7943
7944 (Continuing slow-motion replay)
7945 * Makefile.def: Add list of recursive targets to autogenerate.
7946 Add build_modules.
7947 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7948 targets. Autogenerate *-build-* targets.
7949 * Makefile.in: Regenerate.
7950
7951 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7952
7953 (Continuing slow-motion replay)
7954 * configure: More autoconf-style substitutions.
7955 * Makefile.tpl: More autoconf-style substitutions.
7956 * Makefile.in: Regenerate.
7957
7958 2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7959
7960 (Continuing slow-motion replay)
7961 * configure: Substitute more variables in a more autoconf-friendly
7962 way. Simplify slightly.
7963 * Makefile.tpl: Make more variables substitutable in an
7964 autoconf-friendly way.
7965 * Makefile.in: Regenerate.
7966
7967 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7968
7969 (Continuing slow-motion replay)
7970 * configure.in (v810*): Remove special setting of tools.
7971
7972 * configure: Add support for extra required flags for ar or nm.
7973 * configure.in (aix4.3+): Use above support for target-specific
7974 issues, rather than using config/mt-aix43.
7975
7976 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7977
7978 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7979 * configure: Remove 'removing', which doesn't work. Replace $subdir
7980 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7981 with $srcdir. Reformat indentation. Substitute some variables
7982 formerly hard-coded in the Makefile for build=host.
7983 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7984 * Makefile.def: Autogenerate more.
7985 * Makefile.in: Regenerate.
7986
7987 2002-11-13 Bruce Korb <bkorb@gnu.org>
7988
7989 * Makefile.tpl: syntactic cleanup
7990
7991 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7992
7993 * Makefile.def (host_modules): Add rda.
7994 * Makefile.in: Regenerate.
7995 * configure.in (target_tool): Add target-rda to list.
7996
7997 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7998
7999 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8000 and restrap targets to this rule.
8001 * Makefile.in: Regenerate.
8002
8003 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8004
8005 * configure.in (i[3456]86-*-linux*): Add check to disable
8006 ${libgcj} for glibc1.
8007
8008 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8009
8010 * configure.in: Add tic4x target.
8011
8012 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8013
8014 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8015 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8016 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8017 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8018 * Makefile.in: Regenerate.
8019
8020 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8021
8022 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8023 * Makefile.in: Regenerate.
8024
8025 * Makefile.def: Remove order dependency comments.
8026 * Makefile.tpl: Add explicit install-install dependencies.
8027 * Makefile.in: Regenerate.
8028
8029 * Makefile.tpl: Remove material now in src-release. (Finally!)
8030 * Makefile.in: Regenerate.
8031
8032 * configure: Restore my original patch by syncing with gcc version.
8033
8034 * Bring following over from gcc:
8035
8036 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8037
8038 * configure.in (s390*-*-linux*): Enable libgcj.
8039
8040 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8041
8042 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
8043
8044 2002-10-02 Alan Modra <amodra@bigpond.net.au>
8045
8046 * configure: Move stray lines back to where they belong.
8047
8048 2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
8049
8050 * Makefile.tpl: Insert configure-target target, for src-release.
8051
8052 * configure: Finish reverting change which Andrew Cagney started
8053 reverting. Should fix bustage.
8054
8055 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8056 * src-release: New file. Contains material for making net
8057 releases for gdb, binutils, et al., formerly in Makefile.in.
8058
8059 2002-09-30 Nick Clifton <nickc@redhat.com>
8060
8061 * cpu: New top level directory. Intended to hold input files for
8062 CGEN which have FSF copyright assignment.
8063 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8064
8065 2002-09-29 Andrew Cagney <ac131313@redhat.com>
8066
8067 Revert below (note that src does not contain Makefile.tpl):
8068 * Makefile.tpl: Make subsituted variables more autoconfy.
8069 * Makefile.in: Regenerate.
8070
8071 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8072
8073 * configure: Revert accidentally applied changes.
8074
8075 * Makefile.tpl: Make more autoconf-friendly.
8076 * Makefile.in: Regenerate.
8077 * configure: Make substitution more autoconf-like.
8078
8079 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8080
8081 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8082 single entry to handle all these.
8083 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8084 libjava on arm-*-elf.
8085
8086 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8087
8088 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8089 things that depend on them.
8090
8091 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8092
8093 * Makefile.tpl: Make subsituted variables more autoconfy.
8094 * Makefile.in: Regenerate.
8095 * configure: Make seds more autoconfy.
8096
8097 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8098
8099 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8100 * Makefile.in: Regenerate.
8101 * configure.in: Rewrite sed statements to look autoconfy.
8102
8103 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8104 all-target-foo on configure-target-foo.
8105 * Makefile.def: Ditto.
8106 * Makefile.in: Rebuild.
8107
8108 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8109
8110 * Makefile.def: New file.
8111 * Makefile.tpl: New file.
8112 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8113
8114 * configure.in: Minor rearrangement. Simplify tests.
8115
8116 2002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
8117
8118 * configure.in (with_headers): Skip copy if value is "yes".
8119 (with_libs): Likewise.
8120
8121 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8122
8123 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8124 * configure.in (sh*-*-pe*): Ditto.
8125 * configure.in (mips*-*-pe*): Ditto.
8126 * configure.in (*arm-wince-pe): Ditto.
8127
8128 * configure.in: Rearrange.
8129
8130 2002-09-12 Nick Clifton <nickc@redhat.com>
8131
8132 * Import these changes from the config master repository:
8133
8134 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
8135
8136 * config.sub: Add tic4x target.
8137
8138 2002-09-03 Ben Elliston <bje@redhat.com>
8139
8140 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
8141 Reported by <Duncan_Stodart@insession.com>.
8142
8143 2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
8144
8145 * COPYING.NEWLIB: More updates.
8146
8147 2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
8148
8149 * COPYING.NEWLIB: Update.
8150
8151 2002-08-23 Andrew Cagney <ac131313@redhat.com>
8152
8153 * texinfo/texinfo.tex: Import version 2002-06-04.06.
8154
8155 * config.guess: Import version 2002-08-23.
8156 * config.sub: Import version 2002-08-22.
8157
8158 2002-08-20 Alexandre Oliva <aoliva@redhat.com>
8159
8160 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8161 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8162 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8163
8164 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8165
8166 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8167
8168 2002-08-04 H.J. Lu (hjl@gnu.org)
8169
8170 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8171
8172 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8173
8174 * configure.in: Move generic linux case to end. Copy generic
8175 linux noconfigdirs to mips*-*-linux* entry and new
8176 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8177
8178 2002-07-19 Chris Demetriou <cgd@broadcom.com>
8179
8180 * MAINTAINERS: Clarify on config.guess and config.sub, and add
8181 one instance of them which was missed to the list to update.
8182
8183 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8184
8185 * config.guess: Update to 2002-07-09 version.
8186 * config.sub: Update to 2002-07-03 version.
8187
8188 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8189
8190 * configure.in: Remove two redundant tests.
8191
8192 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8193
8194 * configure.in (mips*-*-irix6*o32): Enable stabs.
8195
8196 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8197
8198 * configure.in: Don't build grez.
8199 * Makefile.in: Ditto.
8200
8201 * Makefile.in: Remove references to bsp, cygmon, libstub.
8202 * configure.in: Ditto.
8203
8204 * configure.in: Remove leftover reference to gdbtest.
8205
8206 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8207
8208 * configure.in (gxx_include_dir): Change to match versioned
8209 C++ headers if --enable-version-specific-runtime-libs is used.
8210
8211 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8212
8213 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8214
8215 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8216
8217 * configure.in: Make --without-x work.
8218
8219 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
8220
8221 * contrib: New directory. Created to contain a copy of the
8222 texi2pod.pl script so that it is in the same place as the version in
8223 the FSF GCC sources.
8224
8225 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8226
8227 * configure.in: Rearrange target Makefile fragment collection.
8228
8229 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8230 cvs[src].
8231 * configure.in: Ditto.
8232
8233 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8234
8235 * Makefile.in: Eliminate 'apache' targets.
8236 * configure.in: Eliminate 'apache' targets.
8237
8238 * configure.in: Eliminate redundant tests. Reorganize.
8239
8240 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8241
8242 * config-ml.in: Eliminate references to Cygnus configure.
8243
8244 * Makefile.in: Eliminate references to building emacs.
8245
8246 2002-07-01 Denis Chertykov <denisc@overta.ru>
8247
8248 * configure.in: Add support for ip2k.
8249
8250 2002-06-24 Ben Elliston <bje@redhat.com>
8251
8252 * configure.in (host_tools): Remove cgen.
8253
8254 * Makefile.in (all-cgen): Remove; runs from its source directory.
8255 (check-cgen, install-cgen, clean-cgen): Likewise.
8256 (all-opcodes): No not depend on all-cgen.
8257 (all-sim): Likewise.
8258
8259 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8260
8261 * configure.in: Fix AIX configury bug.
8262
8263 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8264
8265 * configure.in: Replace ${topsrcdir} with ${srcdir}.
8266
8267 * configure.in: Move definition of libstdcxx_flags right above
8268 usage, rather than way earlier.
8269
8270 * configure.in: Pull definition of is_cross_compiler earlier.
8271
8272 * configure.in: Rearrange a little.
8273
8274 * configure.in: Remove references to librx.
8275 * Makefile.in: Remove references to librx.
8276
8277 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8278
8279 * configure.in: Eliminate ${gasdir} variable.
8280
8281 2002-06-18 Dave Brolley <brolley@redhat.com>
8282
8283 * configure.in: Add support for frv.
8284 * config.sub: Add support for frv.
8285
8286 2002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8287
8288 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8289
8290 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8291
8292 * configure.in (vax-*-netbsd*): Re-enable gas.
8293
8294 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8295
8296 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8297 BUILD_PREFIX_1, to correct nomenclature.
8298 * configure: Likewise.
8299
8300 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8301 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8302
8303 2002-05-31 Olaf Hering <olh@suse.de>
8304
8305 * config-ml.in: Propogate DESTDIR also.
8306
8307 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8308
8309 * configure.in (vax-*-netbsd*): Don't build gas for this
8310 platform.
8311
8312 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8313
8314 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8315 and libgcj for AVR.
8316
8317 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8318
8319 * config.sub: Add DLX target.
8320
8321 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8322
8323 * config.guess: Update to 2002-05-22 version.
8324 * config.sub: Likewise.
8325
8326 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8327
8328 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8329 * config-ml.in: Likewise.
8330 * configure: Likewise.
8331 * configure.in: Likewise.
8332
8333 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8334
8335 * configure.in: Simplify makefile fragment collection.
8336
8337 * configure.in: Remove code to build emacs.
8338
8339 * configure.in : Remove --srcdir argument from targargs and buildargs
8340 (it's always overridden in the Makefile anyway). Rearrange a bit.
8341
8342 * configure: Move some logic to configure.in.
8343 * configure.in: Move some logic from configure.
8344
8345 2002-05-07 Jeff Johnston <jjohnstn@redhat.com>
8346
8347 * COPYING.LIBGLOSS: New file.
8348
8349 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
8350
8351 * Makefile.in: Honour DESTDIR.
8352
8353 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8354
8355 * configure.in (noconfigdirs): Don't disable libgcj on
8356 sparc64-*-solaris* and sparcv9-*-solaris*.
8357
8358 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8359
8360 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8361
8362 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8363
8364 * configure.in (FLAGS_FOR_TARGET): Do not add
8365 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8366 on i[3456]86-*-linux*.
8367
8368 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8369
8370 * configure.in (noconfigdirs): Replace [ ] with test.
8371
8372 * configure.in (noconfigdirs): Do not add target-newlib if
8373 target == i[3456]86-*-linux*, and host == target.
8374
8375 2002-04-29 Mark Mitchell <mark@codesourcery.com>
8376
8377 * config.guess: Updated to 2002-04-26's version.
8378 * config.sub: Updated to 2002-04-26's version.
8379
8380 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8381
8382 * configure.in: delete reference to absent file
8383
8384 * configure.in: replace '[' with 'test'
8385
8386 * configure.in: Eliminate references to gash.
8387 * Makefile.in: Eliminate references to gash.
8388
8389 * configure.in: remove useless references to 'pic' makefile fragments.
8390
8391 * configure.in: (*-*-windows*) Finish removing.
8392
8393 * configure.in: Eliminate redundant test for libgui.
8394
8395 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8396
8397 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8398 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8399
8400 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8401
8402 * configure.in: remove references to dead files
8403
8404 2002-04-18 Tom Tromey <tromey@redhat.com>
8405
8406 * configure.in: Disallow configuring libgcj when it is already
8407 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8408 Solaris 2.8 by default. For PR libgcj/6158.
8409
8410 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8411
8412 * configure.in: Move default CC setting out of config/mh-* fragments
8413 directly into here.
8414
8415 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8416
8417 * configure.in: don't even try to configure or make a subdirectory
8418 if there's no configure script for it.
8419
8420 2002-04-15 Mark Mitchell <mark@codesourcery.com>
8421
8422 * MAINTAINERS: Remove chill maintainers.
8423 * Makefile.in (CHILLFLAGS): Remove.
8424 (CHILL_LIB): Remove.
8425 (TARGET_CONFIGDIRS): Remove libchill.
8426 (CHILL_FOR_TARGET): Remove.
8427 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
8428 CHILL_LIB.
8429 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
8430 (CHECK_TARGET_MODULES): Likewise.
8431 (INSTALL_TARGET_MODULES): Likewise.
8432 (CLEAN_TARGET_MODULES): Likewise.
8433 (configure-target-libchill): Remove.
8434 (all-target-libchill): Remove.
8435 * configure.in (target_libs): Remove target-libchill.
8436 Do not compute CHILL_FOR_TARGET.
8437 * libchill: Remove directory.
8438
8439 2002-04-15 DJ Delorie <dj@redhat.com>
8440
8441 * Makefile.in, configure.in, configure: Sync with gcc, entries
8442 follow...
8443
8444 2002-04-08 Tom Tromey <tromey@redhat.com>
8445
8446 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
8447 Fixes PR libgcj/6068.
8448
8449 2002-03-30 Krister Walfridsson <cato@df.lth.se>
8450
8451 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
8452
8453 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8454
8455 * configure.in (alpha*-dec-osf*): Enable libgcj.
8456
8457 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8458
8459 Fix for: PR bootstrap/3591, target/5676
8460 * configure.in (mcore-pe): Disable the configuration of
8461 libstdc++-v3 since exceptions are not supported.
8462
8463 2002-03-20 Anthony Green <green@redhat.com>
8464
8465 * configure.in: Enable libgcj for xscale-elf target.
8466
8467 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8468
8469 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8470 libjava.
8471 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8472
8473 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
8474
8475 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8476 libstdc++-v3 and libjava.
8477
8478 2002-02-11 Adam Megacz <adam@xwt.org>
8479
8480 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8481 boehm-gc
8482
8483 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8484
8485 * config.guess: Updated to 2002-01-30's version.
8486 * config.sub: Updated to 2002-02-01's version.
8487 Contribute sh64-elf.
8488 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8489 * configure.in: Added sh64-*-*.
8490
8491 2002-01-17 H.J. Lu <hjl@gnu.org>
8492
8493 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8494 (all-target-fastjar): Also depend on all-target-libiberty.
8495
8496 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8497
8498 * configure, configure.in: Use temp file for long sed commands.
8499
8500 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8501
8502 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8503 libf2c.
8504
8505 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8506
8507 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8508
8509 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8510
8511 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8512
8513 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8514
8515 * configure: Handle temporary files securely using mkdir.
8516
8517 2001-09-26 Will Cohen <wcohen@redhat.com>
8518
8519 * configure.in (*-*-linux*): Disable configuration of target-newlib
8520 and target-libgloss.
8521
8522 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8523
8524 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8525 RANLIB.
8526
8527 2001-08-11 Graham Stott <grahams@redhat.com>
8528
8529 * Makefile.in (check-c++): Add missing semicolon.
8530
8531 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8532
8533 * configure.in (sh-*-linux*): New.
8534
8535 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8536
8537 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8538 and libgcj on m68hc11/m68hc12.
8539
8540 2001-06-27 H.J. Lu (hjl@gnu.org)
8541
8542 * Makefile (CFLAGS_FOR_BUILD): New.
8543 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8544
8545 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8546
8547 * configure.in (libstdcxx_flags): Do not try to execute
8548 libstdc++-v3/testsuite_flags until it exists.
8549
8550 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8551
8552 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8553
8554 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8555
8556 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8557
8558 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8559
8560 * configure.in: Move *-chorusos target case to the proper switch.
8561 Disable libgcj.
8562
8563 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8564
8565 * Makefile.in (STAGE1_CFLAGS): Pass down.
8566
8567 2001-04-13 Alan Modra <amodra@one.net.au>
8568
8569 * config.guess: Add hppa64-linux support. Note for next import that
8570 this is already in the master file.
8571 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8572
8573 2001-03-22 Colin Howell <chowell@redhat.com>
8574
8575 * Makefile.in (DO_X): Do not backslash single-quotes in
8576 backquotes (two places).
8577
8578 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8579
8580 * Makefile.in (DO_X): Quote nested quotes.
8581
8582 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8583
8584 * Makefile.in (DO_X): Use double quotes for quoting
8585 "RANLIB=$${RANLIB}".
8586
8587 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8588
8589 * configure.in: Only use `lang_requires' for languages athat are
8590 actually enabled.
8591
8592 2001-03-07 Tom Tromey <tromey@redhat.com>
8593
8594 * configure.in: Allow config-lang.in to set `lang_requires' to list
8595 of other required languages.
8596
8597 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8598
8599 * Makefile.in: Remove RANLIB definition. Use RANLIB
8600 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8601 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8602
8603 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8604 Alexandre Oliva <aoliva@redhat.com>
8605
8606 * Makefile.in (check-c++): Use tabs, not spaces.
8607
8608 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8609
8610 * Makefile.in (check-c++): New rule.
8611
8612 * configure.in (target_libs): Remove libg++.
8613 (noconfigdirs): Remove libg++.
8614 (noconfigdirs): Same.
8615 (noconfigdirs): Same.
8616 (noconfigdirs): Same.
8617
8618 * config-ml.in: Remove libg++ references.
8619
8620 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8621 (ALL_TARGET_MODULES): Same.
8622 (configure-target-libg++): Remove.
8623 (all-target-libg++): Remove.
8624 (configure-target-libio): Remove.
8625 (all-target-libio): Remove.
8626 (check-target-libio): Remove.
8627 (.PHONY): Remove.
8628 (libg++.tar.bz2): Remove.
8629 (all-target-cygmon): Remove libio.
8630 (all-target-libstdc++): Remove.
8631 (configure-target-libstdc++): Remove.
8632 (TARGET_LIB_PATH): Remove libstdc++.
8633 (ALL_GCC_CXX): Remove libstdc++.
8634 (all-target-gperf): Correct.
8635
8636 2001-02-15 Anthony Green <green@redhat.com>
8637
8638 * configure: Introduce GCJ_FOR_TARGET.
8639 * configure.in: Ditto.
8640 * Makefile.in: Ditto.
8641
8642 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8643
8644 * configure.in: for *-chorusos, don't config target-newlib and
8645 target-libgloss.
8646
8647 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8648
8649 Remove V2 C++ library.
8650 * configure.in: Remove --enable-libstdcxx_v3 support.
8651
8652 2001-01-27 Richard Henderson <rth@redhat.com>
8653
8654 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8655
8656 2001-01-26 Tom Tromey <tromey@redhat.com>
8657
8658 * configure.in: Allow libgcj to be built on Sparc Solaris.
8659
8660 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8661
8662 * configure.in: Enable libgcj on several additional platforms.
8663
8664 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8665
8666 * configure.in: Enable libgcj for linux targets.
8667
8668 2001-01-09 Mike Stump <mrs@wrs.com>
8669
8670 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8671 failures of subdirectories.
8672
8673 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8674
8675 * configure: handle DOS-style absolute paths.
8676
8677 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8678
8679 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8680
8681 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8682
8683 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8684 (libstdcxx_incdir): Pass down.
8685 * config.if: Remove expired bits for cxx_interface, add stub.
8686 (libstdcxx_incdir): Add variable for g++ include directory.
8687 * configure.in (gxx_include_dir): Use it.
8688
8689 2000-12-15 Andreas Jaeger <aj@suse.de>
8690
8691 * configure.in: Handle lang_dirs.
8692
8693 2000-12-13 Anthony Green <green@redhat.com>
8694
8695 * configure.in: Disable libgcj for any target not specifically
8696 listed. Disable libgcj for x86 and Alpha Linux until compatible
8697 with g++ abi.
8698
8699 2000-12-13 Mike Stump <mrs@wrs.com>
8700
8701 * Makefile.in (local-distclean): Also remove fastjar.
8702
8703 2000-12-10 Anthony Green <green@redhat.com>
8704
8705 * configure.in: Define libgcj. Disable libgcj target libraries for
8706 most targets.
8707
8708 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8709
8710 * configure.in (target_libs): Revert 2000-12-08 patch.
8711 (noconfigdirs): Added target-libjava.
8712
8713 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8714
8715 * Makefile.in: handle DOS-style absolute paths.
8716
8717 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8718
8719 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8720 libjava.
8721 * configure.in (target_libs): Removed `target-libjava'.
8722
8723 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8724
8725 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8726 (ALL_MODULES): Added fastjar.
8727 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8728 (all-target-libjava): all-fastjar replaces all-zip.
8729 (all-fastjar): Added.
8730 (configure-target-fastjar, all-target-fastjar): Likewise.
8731 * configure.in (host_tools): Added fastjar.
8732
8733 2000-12-07 Mike Stump <mrs@wrs.com>
8734
8735 * Makefile.in (local-distclean): Remove leftover built files.
8736
8737 2000-11-16 Fred Fish <fnf@be.com>
8738
8739 * configure.in (enable_libstdcxx_v3): Fix typo,
8740 libstd++ -> libstdc++.
8741
8742 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8743
8744 * configure: Provide the original toplevel configure arguments
8745 (including $0) to subprocesses in the environment rather than
8746 through gcc/configargs.h.
8747
8748 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8749
8750 * configure: Turn on libstdc++ V3 by default.
8751
8752 2000-10-16 Michael Meissner <meissner@redhat.com>
8753
8754 * configure (gcc/configargs.h): Only create if there is a build GCC
8755 directory created.
8756
8757 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8758
8759 * configure: Save configure arguments to gcc/configargs.h.
8760
8761 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8762
8763 * Makefile.in (bootstrap): avoid recursion if subdir missing
8764 (cross): ditto
8765 (do-proto-toplev): ditto
8766
8767 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8768
8769 * configure.in: Do not build byacc for hppa64. Provide paths to the
8770 X11 libraries for hppa64.
8771
8772 2000-09-02 Anthony Green <green@cygnus.com>
8773
8774 * Makefile.in (all-gcc): Depend on all-zlib.
8775 (CLEAN_MODULES): Add clean-zlib.
8776 (ALL_MODULES): Add all-zlib.
8777 * configure.in (host_libs): Add zlib.
8778
8779 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
8780
8781 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8782 $targargs to tell whether newlib is going to be built.
8783
8784 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8785 $$r/TARGET_SUBDIR/libio for _G_config.h.
8786
8787 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8788
8789 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8790
8791 * configure: Make enable_threads and enable_shared defaults
8792 explicit. Substitute enable_threads into generated Makefiles.
8793 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8794 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8795
8796 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
8797
8798 * configure.in: Re-enable all references to libg++ and librx.
8799
8800 2002-04-09 Loren James Rittle <rittle@labs.mot.com>
8801
8802 * configure.in: Add *-*-freebsd* configurations.
8803
8804 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8805
8806 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8807 (do-tar, do-bz2): New rules.
8808 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8809 (gdb-tar): New rule.
8810 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8811 (insight_dejagnu.tar): New rule.
8812 (insight.tar): New rule.
8813 (gdb+dejagnu.tar): New rule.
8814 (gdb.tar): New rule.
8815
8816 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8817
8818 * MAINTAINERS: Update dejagnu/
8819
8820 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
8821
8822 * ltmain.sh (relink_command): Fix typo in previous change.
8823
8824 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
8825
8826 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8827 (relink_command): Added --tag flags.
8828 (mode=install): If relinking fails; error out.
8829
8830 2002-03-12 Richard Henderson <rth@redhat.com>
8831
8832 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8833 .NOTPARALLEL tag.
8834 (do-check): Rename from check.
8835 (check): Allow parallel check.
8836
8837 2002-03-11 Richard Henderson <rth@redhat.com>
8838
8839 * Makefile.in (.NOTPARALLEL): Add fake tag.
8840
8841 2002-03-07 H.J. Lu (hjl@gnu.org)
8842
8843 * configure.in: Enable gprof for mips*-*-linux*.
8844
8845 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
8846
8847 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8848 libjava.
8849 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8850
8851 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8852
8853 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8854
8855 2002-02-23 Daniel Jacobowitz <drow@mvista.com>
8856
8857 * config.guess: Import from master sources, rev 1.232.
8858 * config.sub: Import from master sources, rev 1.246.
8859
8860 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
8861
8862 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8863 because its Makefile is there; test for the executable instead.
8864
8865 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
8866
8867 Contribute sh64-elf.
8868 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8869 * configure.in: Added sh64-*-*.
8870
8871 2002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8872
8873 * COPYING.NEWLIB: Remove advertising clause from
8874 Berkeley and Red Hat licenses.
8875
8876 2002-02-01 Mo DeJong <supermo@bayarea.net>
8877
8878 * Makefile.in: Add all-tix to deps for all-snavigator
8879 so that tix is built when building snavigator.
8880
8881 2002-02-01 Ben Elliston <bje@redhat.com>
8882
8883 * config.guess: Import from master sources, rev 1.229.
8884 * config.sub: Import from master sources, rev 1.240.
8885
8886 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8887
8888 From Steve Ellcey <sje@cup.hp.com>:
8889 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8890 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8891 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8892 IA64.
8893 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8894 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8895 soname_spec, sys_lib_search_path_spec): Ditto.
8896
8897 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8898
8899 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8900 target-libiberty, and target-libgloss. Skip Java-related
8901 libraries if not supported for NetBSD on target CPU.
8902
8903 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8904
8905 * configure.in: Import StrongARM and XScale target_configdirs from
8906 FSF GCC version.
8907
8908 2002-01-16 H.J. Lu (hjl@gnu.org)
8909
8910 * config.guess: Import from master sources, rev 1.225.
8911 * config.sub: Import from master sources, rev 1.238.
8912
8913 * MAINTAINERS: Updated notes on config.guess and config.sub.
8914
8915 2002-01-11 Steve Ellcey <sje@cup.hp.com>
8916
8917 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8918 ld and gdb are not supported.
8919
8920 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8921
8922 * Change reference to Cygnus Solutions to be Red Hat.
8923
8924 2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8925
8926 * COPYING.NEWLIB: Update generic copyright date.
8927
8928 2002-01-07 Mark Salter <msalter@redhat.com>
8929
8930 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8931 Allow target-libgloss to be built for arm, strongarm, and xscale.
8932
8933 2002-01-03 Ben Elliston <bje@redhat.com>
8934
8935 * MAINTAINERS: Update URL for config.* scripts.
8936
8937 2001-12-18 Alan Modra <amodra@bigpond.net.au>
8938
8939 * config.sub: Import latest version.
8940 * config.guess: Likewise.
8941
8942 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8943
8944 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8945 options for i[3456]86-pc-linux* native builds.
8946
8947 2001-12-05 Laurent Guerby <guerby@acm.org>
8948
8949 * MAINTAINERS: gcc adopts symlink-tree, refer more to
8950 libiberty.
8951
8952 Import this patch from gcc:
8953
8954 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8955
8956 * symlink-tree: handle DOS-style absolute paths.
8957
8958 2001-11-28 DJ Delorie <dj@redhat.com>
8959 Zack Weinberg <zack@codesourcery.com>
8960
8961 When build != host, create libiberty for the build machine.
8962
8963 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8964 CONFIG_ARGUMENTS.
8965 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8966 New variables.
8967 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8968 and rules.
8969 (all.normal): Depend on ALL_BUILD_MODULES.
8970 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8971 (all-build-libiberty): Depend on configure-build-libiberty.
8972
8973 * configure: Calculate and substitute proper value for
8974 ALL_BUILD_MODULES.
8975 * configure.in: Create the build subdirectory.
8976 Calculate and substitute TARGET_CONFIGARGS (formerly
8977 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8978
8979 2001-11-26 Geoffrey Keating <geoffk@redhat.com>
8980
8981 * config.sub: Update to version 1.232 on subversion.
8982
8983 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8984
8985 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8986 files from .po files for a distribution.
8987
8988 2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8989
8990 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8991
8992 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
8993
8994 Merged from net gcc:
8995 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8996 * ltcf-c.sh: Use $objext, not $ac_objext.
8997 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8998 * ltcf-cxx.sh: Add support for GNU.
8999 2001-07-22 Timothy Wall <twall@redhat.com>
9000 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9001 default settings if using GNU tools with that configuration.
9002 * ltcf-cxx.sh: Ditto.
9003 * ltcf-gcj.sh: Ditto.
9004 2001-07-21 Michael Chastain <chastain@redhat.com>
9005 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9006 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9007 * ltmain.sh: Mark as gcc-local.
9008
9009 2001-11-13 Jeff Holcomb <jeffh@redhat.com>
9010
9011 * Makefile.in (all-bison): Revert 2001-10-24.
9012 Don't depend on texinfo.
9013
9014 2001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
9015
9016 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
9017
9018 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9019
9020 * configure.in (--enable-languages): Be more permissive about
9021 syntax. Check for empty lists better. Warn about $LANGUAGES.
9022
9023 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9024
9025 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9026
9027 2001-10-24 Jeff Holcomb <jeffh@redhat.com>
9028
9029 Makefile.in (all-bison): Don't depend on texinfo.
9030
9031 2001-10-03 Alan Modra <amodra@bigpond.net.au>
9032
9033 * gettext.m4: Test po/POTFILES.in exists before trying to read.
9034
9035 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9036
9037 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9038
9039 2001-09-28 Hans-Peter Nilsson <hp@axis.com>
9040
9041 * config.sub, config.guess: Import latest from subversions.
9042
9043 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9044
9045 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9046 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9047 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9048 avoid quotes nesting problems.
9049 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9050 (DO_X): Export only variables that are set.
9051
9052 2001-09-19 Ben Elliston <bje@redhat.com>
9053
9054 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9055 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9056 semantics. Use the shell built-in "type" command instead.
9057
9058 2001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9059
9060 * config.sub: Reverted the earlier change, this version is not the
9061 master file.
9062
9063 2001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9064
9065 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
9066 Add support for mips64.
9067
9068 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9069
9070 * configure.in: Enable libstdc++-v3 for h8300 targets.
9071
9072 2001-08-30 Eric Christopher <echristo@redhat.com>
9073 Jason Eckhardt <jle@redhat.com>
9074
9075 * config.sub: Add support for mipsisa32.
9076
9077 2001-08-30 Eric Christopher <echristo@redhat.com>
9078
9079 * config.sub, config.guess: Import latest from subversions.
9080
9081 2001-08-20 Alan Modra <amodra@bigpond.net.au>
9082
9083 * config.sub, config.guess: Import latest from subversions.
9084
9085 2001-07-26 DJ Delorie <dj@redhat.com>
9086
9087 * MAINTAINERS: Clarify libiberty merge rules and procedures.
9088
9089 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9090
9091 * Makefile.in: Revert 2001-06-17.
9092 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
9093
9094 2001-06-17 H.J. Lu <hjl@gnu.org>
9095
9096 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
9097 (gas+binutils.tar.bz2): Likewise.
9098 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
9099
9100 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9101
9102 * Makefile.in (VER): When present, extract the version number from
9103 the file version.in.
9104
9105 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9106
9107 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9108 gcc/xgcc is built, use -print-prog-name to find out the program
9109 name to use.
9110
9111 2001-06-04 Mark Mitchell <mark@codesourcery.com>
9112
9113 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9114 with_gcc]: Use `gcc -shared' to build a shared library.
9115
9116 2001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
9117
9118 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9119 archives.
9120
9121 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9122
9123 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9124 libraries when using g++ with native linker.
9125
9126 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9127
9128 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9129
9130 2001-05-24 Tom Rix <trix@redhat.com>
9131
9132 * configure.in : enable ld for aix
9133
9134 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9135
9136 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9137 [aix4*|aix5*]: Prepend blank.
9138
9139 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9140
9141 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9142 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9143 of subdir/configure scripts to use the new libtool.m4.
9144
9145 2001-05-14 H.J. Lu <hjl@gnu.org>
9146
9147 * config.if (libc_interface): Set to -libc6.2- for cross
9148 compiling to Linux/glibc 2.2.
9149
9150 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9151
9152 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9153 libgcj.
9154
9155 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * configure.in (noconfigdirs): Don't reset it from scratch in the
9158 target case; only append to it.
9159
9160 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9161
9162 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9163 sparc-*-solaris2.8]: Disable ${libgcj}.
9164
9165 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9166
9167 * configure.in (libgcj_saved): Copy from $libgcj.
9168 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9169 --disable-libgcj.
9170
9171 2001-04-20 Alexandre Oliva <aoliva@redhat.com>
9172
9173 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9174 1.641.2.228.
9175
9176 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9177
9178 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9179 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9180
9181 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9182
9183 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9184 New macros.
9185 (bootstrap, cross): Use RECURSE_FLAGS.
9186 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9187
9188 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9189
9190 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9191
9192 2001-03-23 Nick Clifton <nickc@redhat.com>
9193
9194 * README-maintainer-mode: Add note about inability to use "make
9195 distclean" in maintainer mode.
9196
9197 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9198
9199 Re-installed:
9200 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9201 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9202 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9203 * ltcf-cxx.sh: Likewise.
9204 * ltcf-gcj.sh: Likewise.
9205
9206 2001-03-22 Philip Blundell <philb@gnu.org>
9207
9208 * config.sub, config.guess: Import latest from subversions.
9209
9210 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9211
9212 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9213 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9214
9215 2001-03-20 Michael Chastain <chastain@redhat.com>
9216
9217 * Makefile.in: all-m4 depends on all-texinfo.
9218
9219 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9220
9221 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9222
9223 2001-02-22 Jeff Johnston <jjohnstn@redhat.com>
9224
9225 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
9226 longer valid.
9227
9228 2001-02-16 Nick Clifton <nickc@redhat.com>
9229
9230 * configure.in (noconfigdirs): Allow configuration of texinfo
9231 for Cygwin hosts.
9232
9233 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9234
9235 * config.guess: Add linux target for S/390.
9236 * config.sub: Likewise.
9237 * configure.in: Likewise.
9238
9239 2001-02-06 Ben Elliston <bje@redhat.com>
9240
9241 * configure: Output host type to stdout, not stderr.
9242
9243 2001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9244
9245 * config.guess: Import from subversions.gnu.org (revision 1.181).
9246 * config.sub: Import from subversions.gnu.org (revision 1.199).
9247
9248 2001-01-30 Alan Modra <alan@linuxcare.com.au>
9249
9250 * config.guess: Handle hppa64-linux systems.
9251
9252 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9253
9254 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9255 Don't unset, it's non-portable and no longer necessary, set to empty
9256 instead.
9257
9258 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9259
9260 * ltconfig: Shell portability fix for the tagname validity check.
9261
9262 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9263
9264 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9265
9266 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9267
9268 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9269 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9270
9271 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9272
9273 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9274 keep at least one of build_libtool_libs or build_old_libs set to
9275 yes.
9276
9277 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9278
9279 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9280 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9281
9282 2000-11-07 Philip Blundell <pb@futuretv.com>
9283
9284 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9285
9286 2000-11-03 Philip Blundell <pb@futuretv.com>
9287
9288 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9289 files.
9290
9291 2001-01-15 Jeff Johnston <jjohnstn@redhat.com>
9292
9293 * COPYING.NEWLIB: Put into source repository.
9294
9295 2001-01-15 Ben Elliston <bje@redhat.com>
9296
9297 * configure.in (host_tools): Add sid.
9298 Always configure cgen.
9299 * Makefile.in (all-sid): New target.
9300 (check-sid, clean-sid, install-sid): Likewise.
9301
9302 2001-01-07 Andreas Jaeger <aj@suse.de>
9303
9304 * config.sub, config.guess: Update from subversions.
9305
9306 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
9307
9308 * configure.in: Disable language-specific target libraries for
9309 languages that aren't enabled.
9310
9311 2000-11-24 Nick Clifton <nickc@redhat.com>
9312
9313 * configure.in (xscale-elf): Add target.
9314 (xscale-coff): Add target.
9315 (c4x, c5x, tic54x): Move after ARM targets.
9316
9317 2000-11-23 Alexandre Oliva <aoliva@redhat.com>
9318
9319 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
9320
9321 2000-11-20 Ian Lance Taylor <ian@zembu.com>
9322
9323 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
9324
9325 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9326
9327 * Makefile.in: Merge with GCC and libgcj.
9328 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
9329 configure-target-<library> when their configure scripts need the C
9330 or C++ library to have already been built to work properly.
9331 (do_proto_toplev): Set them to an empty string.
9332
9333 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
9334
9335 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
9336 (REALLY_SET_LIB_PATH): Use them.
9337
9338 2000-11-06 Christopher Faylor <cgf@cygnus.com>
9339
9340 * config.sub: Add support for Sun Chorus
9341
9342 2000-11-02 Per Lundberg <plundis@chaosdev.org>
9343
9344 * config.sub: Add support for the *-storm-chaos OS.
9345
9346 2000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
9347
9348 * configure.in (noconfigdirs): Don't compile some
9349 of the libraries for 68HC11 & 68hc12 targets.
9350
9351 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
9352
9353 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
9354 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
9355 all affected `configure' scripts.
9356
9357 2000-09-25 Alexandre Oliva <aoliva@redhat.com>
9358
9359 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
9360 ltcf-c.sh.
9361
9362 2000-09-12 Philip Blundell <philb@gnu.org>
9363
9364 * config.sub, config.guess: Update from subversions.
9365
9366 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
9367
9368 * Makefile.in (all-zlib): Added dummy target.
9369
9370 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
9371 multi-language branch.
9372
9373 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
9374
9375 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
9376 (bootstrap*): Depend on all-bootstrap.
9377
9378 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
9379
9380 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
9381 crosses, but add gcc/include to the header search path for them.
9382
9383 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
9384
9385 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
9386 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
9387 * gettext.m4: New file, extracted from aclocal.m4.
9388
9389 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9390
9391 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9392 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9393 sub-configures.
9394
9395 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9396
9397 * Makefile.in (ALL_MODULES): Add all-cgen.
9398 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9399 (all-cgen): New target.
9400 (all-opcodes,all-sim): Depend on all-cgen.
9401 * configure.in (host_tools): Add cgen.
9402 Only configure cgen if --enable-cgen-maint.
9403
9404 2000-08-17 Alexandre Oliva <aoliva@redhat.com>
9405
9406 * config-ml.in (CC, CXX): Don't introduce a leading space.
9407
9408 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9409
9410 * configure.in (libstdcxx_flags): Use
9411 libstdc++-v3/src/libstdc++.INC.
9412
9413 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9414
9415 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9416
9417 2000-08-11 Jason Merrill <jason@redhat.com>
9418
9419 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9420 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9421 (FLAGS_FOR_TARGET): Not here.
9422 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9423
9424 2000-08-07 DJ Delorie <dj@redhat.com>
9425
9426 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9427 "if we're also building gcc, and it's a gcc that will run on the
9428 build machine, we want to use its includes instead of the system's
9429 default includes".
9430
9431 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9432
9433 * configure.in (libstdcxx_flags): Don't use `"'.
9434
9435 * config-ml.in: Adjust multilib search paths to the
9436 appropriate multilib tree.
9437
9438 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9439
9440 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9441 commas in $LANGUAGES.
9442
9443 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9444
9445 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9446
9447 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9448
9449 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9450 CXX_FOR_TARGET for sed.
9451
9452 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9453
9454 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9455 Do not override if already set in the environment or in configure.
9456 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9457 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9458
9459 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9460
9461 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9462 (GCC_FOR_TARGET): Use it.
9463 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9464 * configure.in: ... here.
9465 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9466 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9467
9468 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9469
9470 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9471 (configure-target-libchill, configure-target-libobjc): Likewise.
9472
9473 * configure.in: Use the same cache file for all target libs.
9474 * config-ml.in: But different cache files per multilib variant.
9475
9476 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9477
9478 * configure (topsrcdir): Don't use dirname.
9479
9480 2000-07-20 Jason Merrill <jason@redhat.com>
9481
9482 * configure.in: Remove all references to libg++ and librx.
9483
9484 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9485
9486 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9487
9488 * config.sub: Update to subversions version 2000-07-06.
9489
9490 2000-07-12 Andrew Haley <aph@cygnus.com>
9491
9492 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9493 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9494
9495 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9496
9497 * symlink-tree: Check number of arguments.
9498
9499 2000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
9500
9501 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9502
9503 2000-07-05 Jim Wilson <wilson@cygnus.com>
9504
9505 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9506 search path for a g++ extracted from the build tree. This
9507 will allow link tests run by configure scripts in
9508 subdirectories to succeed.
9509
9510 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9511
9512 * ltconfig: Add support for mips-dde-sysv4.2MP
9513
9514 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9515
9516 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9517 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9518
9519 2000-06-19 Timothy Wall <twall@cygnus.com>
9520
9521 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9522 * config.sub: Add tic54x target.
9523
9524 2000-06-07 Phillip Thomas <pthomas@suse.de>
9525
9526 * README-maintainer-mode: New file: Contains notes on using
9527 --enable-maintainer-mode with binutils.
9528
9529 2000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
9530
9531 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9532
9533 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
9534
9535 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9536 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9537
9538 20000-05-21 H.J. Lu (hjl@gnu.org)
9539
9540 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9541 directory are used if they exist. Make sure
9542 $(build_tooldir)/include is searched for header files,
9543 $(build_tooldir)/lib/ for library files.
9544 (GCC_FOR_TARGET): Likewise.
9545 (CXX_FOR_TARGET): Likewise.
9546
9547 2000-05-18 Jeffrey A Law (law@cygnus.com)
9548
9549 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9550
9551 2000-05-17 Alexandre Oliva <aoliva@cygnus.com>
9552
9553 * Makefile.in (configure-target-libiberty): Depend on
9554 configure-target-newlib.
9555
9556 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9557
9558 * configure.in, Makefile.in: Merge all libffi-related
9559 configury stuff from the libgcj tree.
9560
9561 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9562
9563 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9564 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9565
9566 2000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
9567
9568 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9569 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9570 current version information. Add to proto-toplev directory.
9571 (gdb-taz): Build do-djunpack.
9572
9573 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9574
9575 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9576
9577 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9578
9579 * ltmain.sh: Preserve in relink_command any environment
9580 variables that may affect the linker behavior.
9581
9582 2000-05-12 Jeffrey A Law (law@cygnus.com)
9583
9584 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9585
9586 2000-05-10 Jim Wilson <wilson@cygnus.com>
9587
9588 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9589
9590 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9591
9592 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9593 with the version name.
9594
9595 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9596
9597 * config.if: Tweak.
9598
9599 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9600
9601 * djunpack.bat: New file.
9602
9603 2000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
9604
9605 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9606 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9607 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9608 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9609
9610 2000-04-16 Dave Pitts <dpitts@cozx.com>
9611
9612 * config.sub (case $basic_machine): Change default for "ibm-*"
9613 to "openedition".
9614
9615 2000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
9616
9617 * Makefile.in (gdb-taz): New target. GDB specific archive.
9618 (do-md5sum): New target.
9619 (MD5PROG): Define.
9620 (PACKAGE): Default to TOOL.
9621 (VER): Default to a shell script.
9622 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9623 md5 checksum generation.
9624 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9625 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9626 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9627 insight.tar.bz2): Use gdb-taz to create archive.
9628
9629 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
9630
9631 * configure (warn_cflags): Delete.
9632
9633 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9634 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
9635
9636 * configure.in (enable_libstdcxx_v3): Add.
9637 (target_libs): Add bits here to switch between libstdc++-v2 and
9638 libstdc++-v3.
9639 * config.if: And this file too.
9640 * Makefile.in: Add libstdc++-v3 targets.
9641
9642 2000-04-05 Michael Meissner <meissner@redhat.com>
9643
9644 * config.sub (d30v): Add d30v as a basic machine type.
9645
9646 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9647
9648 * configure.in: -linux-gnu*, not -linux-gnu.
9649
9650 2000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
9651
9652 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9653 (do-tar-bz2): Replace TOOL with PACKAGE.
9654 (gdb.tar.bz2): Remove GDBTK from GDB package.
9655 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9656 dejagnu.tar.bz2): New packages.
9657
9658 2000-02-27 Andreas Jaeger <aj@suse.de>
9659
9660 * configure.in: Add entry for mips*-*-linux*, move catch all
9661 *-*-*linux* entry below this one.
9662
9663 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9664
9665 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9666
9667 2000-02-24 Nick Clifton <nickc@cygnus.com>
9668
9669 * config.sub: Support an OS of "wince".
9670
9671 2000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
9672
9673 * config.guess, config.sub: Updated to match config's 2000-02-15
9674 version.
9675
9676 2000-02-23 Linas Vepstas <linas@linas.org>
9677
9678 * config.sub: Add support for Linux/IBM 370.
9679 * configure.in: Likewise.
9680
9681 2000-02-22 Nick Clifton <nickc@cygnus.com>
9682
9683 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9684
9685 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9686
9687 * config.guess: Guess "cygwin" rather than "cygwin32".
9688
9689 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9690
9691 * configure (gcc_version): When setting, narrow search to
9692 lines containing `version_string'.
9693
9694 2000-02-15 Denis Chertykov <denisc@overta.ru>
9695
9696 * config.sub: Add support for avr target.
9697
9698 2000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9699
9700 * config.sub: Add mmix-knuth-mmixware.
9701
9702 2000-01-27 Christopher Faylor <cgf@redhat.com>
9703
9704 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9705 structure stuff to -L library search.
9706 (CXX_FOR_TARGET): Ditto.
9707 (CROSS_CHECK_MODULES): Fix spelling mistake.
9708
9709 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9710
9711 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9712 the C++ compiler.
9713
9714 2000-01-12 Richard Henderson <rth@cygnus.com>
9715
9716 * configure.in: Don't build some bits for beos.
9717
9718 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9719
9720 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9721 as include files.
9722
9723 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9724
9725 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9726 not mh-aix43.
9727
9728 1999-12-14 Richard Henderson <rth@cygnus.com>
9729
9730 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9731 * config.sub: Accept alphaev[78], alphaev8.
9732
9733 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9734
9735 * config.guess, config.sub: Update from autoconf.
9736
9737 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9738
9739 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9740 necessary libraries are missing.
9741
9742 1999-10-25 Andreas Schwab <schwab@suse.de>
9743
9744 * configure: Fix quoting inside arguments of eval.
9745
9746 1999-10-21 Nick Clifton <nickc@cygnus.com>
9747
9748 * config-ml.in: Allow suppression of some ARM multilibs.
9749
9750 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9751
9752 * config.guess: Add OS/390 match pattern.
9753 * config.sub: Add mvs, openedition targets.
9754 * configure.in (i370-ibm-opened*): New.
9755
9756 1999-09-04 Steve Chamberlain <sac@pobox.com>
9757
9758 * config.sub: Add support for configuring for pj.
9759
9760 1999-08-31 Nick Clifton <nickc@cygnus.com>
9761
9762 * config.sub (maybe_os): Add support for configuring for fr30.
9763
9764 1999-08-25 Nick Clifton <nickc@cygnus.com>
9765
9766 * configure.in: Do not configure or build ld for AIX
9767 platforms. ld is known to be broken on these platforms.
9768
9769 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9770
9771 * config-ml.in: Pass compiler flag corresponding to multidirs to
9772 subdir configures.
9773
9774 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9775
9776 * Makefile.in (LDFLAGS): Define.
9777
9778 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9779
9780 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9781 noconfigdirs.
9782 (*-*-cygwin*): Likewise.
9783
9784 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9785
9786 * mkdep: New file.
9787 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9788 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9789
9790 From Eli Zaretskii <eliz@is.elta.co.il>:
9791 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9792 long file name when using DJGPP on MS-DOS.
9793
9794 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9795
9796 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9797
9798 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9799
9800 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9801 dependency as this causes "make check" to globally "make all"
9802
9803 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9804
9805 * configure.in (target_libs): Added target-zlib.
9806 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9807 (CONFIGURE_TARGET_MODULES): Likewise.
9808 (CHECK_TARGET_MODULES): Likewise.
9809 (INSTALL_TARGET_MODULES): Likewise.
9810 (CLEAN_TARGET_MODULES): Likewise.
9811 (configure-target-zlib): New target.
9812 (all-target-zlib): Likewise.
9813 (all-target-libjava): Depend on all-target-zlib.
9814 (configure-target-libjava): Depend on configure-target-zlib.
9815
9816 * Makefile.in (configure-target-libjava): Depend on
9817 configure-target-newlib.
9818 (configure-target-boehm-gc): New target.
9819 (configure-target-qthreads): New target.
9820
9821 * configure.in (target_libs): Added target-qthreads.
9822 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9823 (CONFIGURE_TARGET_MODULES): Likewise.
9824 (CHECK_TARGET_MODULES): Likewise.
9825 (INSTALL_TARGET_MODULES): Likewise.
9826 (CLEAN_TARGET_MODULES): Likewise.
9827 (all-target-qthreads): New target.
9828 (configure-target-libjava): Depend on configure-target-qthreads.
9829 (all-target-libjava): Depend on all-target-qthreads.
9830
9831 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9832 (CONFIGURE_TARGET_MODULES): Likewise.
9833 (CHECK_TARGET_MODULES): Likewise.
9834 (INSTALL_TARGET_MODULES): Likewise.
9835 (CLEAN_TARGET_MODULES): Likewise.
9836 (all-target-libjava): New target.
9837 (all-target-boehm-gc): Likewise.
9838 * configure.in (target_libs): Added libjava, boehm-gc.
9839
9840 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9841
9842 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9843 configure.bat in SUPPORT_FILES.
9844 (gas+binutils.tar.bz2): Likewise.
9845
9846 * makeall.bat: Remove; obsolete.
9847
9848 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9849
9850 From Mark Elbrecht:
9851 * configure.bat: Remove; obsolete.
9852
9853 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9854
9855 * configure: Add -W -Wall to the default CFLAGS when compiling with
9856 gcc.
9857
9858 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9859
9860 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9861
9862 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9863
9864 * configure.in: Build ld on IRIX6.
9865
9866 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9867
9868 * Makefile.in: Change distribution targets to use bzip2 instead of
9869 gzip.
9870 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9871 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9872
9873 1999-06-04 Nick Clifton <nickc@cygnus.com>
9874
9875 * config.sub: Add mcore target.
9876
9877 1999-05-30 Cort Dougan <cort@cs.nmt.edu>
9878
9879 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9880
9881 1999-05-25 H.J. Lu (hjl@gnu.org)
9882
9883 * config.guess (dummy): Changed to $dummy.
9884
9885 1999-05-24 Nick Clifton <nickc@cygnus.com>
9886
9887 * config.sub: Tidied up case statements.
9888
9889 1999-05-22 Ben Elliston <bje@cygnus.com>
9890
9891 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9892 <jiro@din.or.jp>.
9893
9894 * config.guess: Merge with FSF version. Future changes will be
9895 more accurately recorded in this ChangeLog.
9896 * config.sub: Likewise.
9897
9898 1999-05-20 Stephen L Moshier <moshier@world.std.com>
9899
9900 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9901
9902 1999-04-30 Tom Tromey <tromey@cygnus.com>
9903
9904 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9905
9906 1999-04-23 Tom Tromey <tromey@cygnus.com>
9907
9908 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9909
9910 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9911
9912 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9913 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9914 Bad merge removed these two changes.
9915
9916 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9917 Martin Heller (Ing.-Buero_Heller@t-online.de)
9918
9919 * config.guess (interix Alpha): Add.
9920
9921 1999-04-11 Richard Henderson <rth@cygnus.com>
9922
9923 * configure.in (i?86-*-beos*): Do config gperf; don't config
9924 gdb, newlib, or libgloss.
9925
9926 1999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
9927
9928 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9929 link a trivial program with -mabi=64. If it fails, remove mabi=64
9930 from multidirs.
9931
9932 1999-04-10 Philipp Thomas (kthomas@gwdg.de)
9933
9934 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9935
9936 1999-04-08 Nick Clifton <nickc@cygnus.com>
9937
9938 * config.sub: Add support for mcore targets.
9939
9940 1999-04-07 Michael Meissner <meissner@cygnus.com>
9941
9942 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9943 not mt-ospace, in order to shut up assembler warning about using
9944 symbols that are named the same as registers.
9945
9946 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9947
9948 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9949 dependency list for all-target-cygmon.
9950
9951 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9952
9953 * config-ml.in: Check $host, not $target, for selective multilibs.
9954 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9955 thumb interworking, and underscore prefix multilibs.
9956
9957 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9958
9959 * missing: Update to version from current automake.
9960
9961 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9962
9963 * configure (gxx_include_dir): Removed.
9964
9965 * configure.in (gxx_include_dir): Handle it.
9966 * Makefile.in: Likewise.
9967
9968 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9969
9970 * config.sub (mips64vr4111,mips64vr4111el) Add.
9971
9972 1999-03-21 Ben Elliston <bje@cygnus.com>
9973
9974 * config.guess: Correct typo for detecting ELF on FreeBSD.
9975
9976 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9977
9978 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9979 config/mh-djgpp.
9980
9981 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9982
9983 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9984 all-target-newlib to dependency list for all-target-bsp.
9985
9986 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9987
9988 * config.sub: Add i386-uwin support.
9989 * config.guess: Likewise.
9990
9991 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9992
9993 * configure.in: cleanup, add mh-*pic handling for arm, special
9994 case powerpc*-*-aix*
9995
9996 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9997
9998 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9999 can be built.
10000
10001 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
10002
10003 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
10004 targets.
10005
10006 1999-03-02 Nick Clifton <nickc@cygnus.com>
10007
10008 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
10009
10010 1999-02-28 Geoffrey Noer <noer@cygnus.com>
10011
10012 * config.sub: Check for "cygwin*" rather than "cygwin32*"
10013
10014 1999-02-24 Nick Clifton <nickc@cygnus.com>
10015
10016 * config.sub: Fix typo in arm recognition.
10017
10018 1999-02-24 Drew Moseley <dmoseley@cygnus.com>
10019
10020 * configure.in (noconfigdirs): Changed target_configdirs to
10021 include target-bsp only for m68k-*-elf* and m68k-*-coff*
10022 rather than m68k-*-* since it is not known to work on
10023 m68k-aout. Ditto for arm-*-*oabi.
10024
10025 1999-02-24 Stan Shebs <shebs@andros.cygnus.com>
10026
10027 * configure.in (*-*-windows*): Remove, no longer used.
10028
10029 1999-02-19 Ben Elliston <bje@cygnus.com>
10030
10031 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
10032 Smart and improved by Andrew Cagney.
10033
10034 1999-02-18 Marc Espie <espie@cvs.openbsd.org>
10035
10036 * config.guess: Recognize openbsd-*-hppa.
10037
10038 1999-02-17 H.J. Lu (hjl@gnu.org)
10039
10040 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
10041 only if it is not empty.
10042
10043 1999-02-17 Nick Clifton <nickc@cygnus.com>
10044
10045 Patch from: Scott Bambrough <scottb@corelcomputer.com>
10046
10047 * config.guess: Modified to recognize uname's armv* syntax.
10048
10049 * config.sub: Modified to recognize uname's armv* syntax.
10050
10051 1999-02-17 Mark Salter <msalter@cygnus.com>
10052
10053 * configure.in: Added target-bsp for sparclite.
10054
10055 1999-02-08 Richard Henderson <rth@cygnus.com>
10056
10057 * config.sub: Recognize alphapca5[67] and up to alphaev8.
10058
10059 1999-02-08 Nick Clifton <nickc@cygnus.com>
10060
10061 * configure.in: Add support for strongarm port.
10062 * config.sub: Add support for strongarm target.
10063
10064 1999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
10065
10066 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
10067 the old name config/mh-cygwin32.
10068 Enable texinfo.
10069
10070 1999-02-04 Ian Lance Taylor <ian@cygnus.com>
10071
10072 * configure.in: Do build ld for ix86 Solaris.
10073
10074 1999-02-02 Jim Wilson <wilson@cygnus.com>
10075
10076 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
10077 $AR_FOR_TARGET. Likewise for RANLIB.
10078
10079 1999-02-02 Catherine Moore <clm@cygnus.com>
10080
10081 * config.sub (oabi): Recognize.
10082 * configure.in (arm-*-oabi): Handle.
10083
10084 1999-01-30 Robert Lipe (robertlipe@usa.net)
10085
10086 * config.guess: Improve detection of i686 on UnixWare 7.
10087
10088 1999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
10089
10090 * config.guess: Add support for i386-pc-interix.
10091 * config.sub: Likewise.
10092 * configure.in: Likewise.
10093
10094 1999-01-18 Christopher Faylor <cgf@cygnus.com>
10095
10096 * Makefile.in: Remove unneeded all-target-libio from
10097 from all-target-winsup target since it is now unneeded.
10098 Add all-target-libtermcap in its place since it is now
10099 needed.
10100
10101 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10102
10103 * configure.in: makefile stub for cygwin target is probably
10104 unnecessary. Remove it for now.
10105
10106 1998-12-30 Christopher Faylor <cgf@cygnus.com>
10107
10108 * configure.in: libtermcap.a should be built when cygwin is the
10109 target as well as the host.
10110 * config.guess: Allow mixed case in cygwin uname output.
10111 * Makefile.in: Add libtermcap target.
10112
10113 1998-12-23 Jeffrey A Law (law@cygnus.com)
10114
10115 * config.sub: Clean up handling of hppa2.0.
10116
10117 1998-12-22 Rodney Brown (rodneybrown@pmsc.com)
10118
10119 * config.guess: Use C code to identify more HP machines.
10120
10121 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
10122
10123 * config.sub: Handle hppa2.0.
10124
10125 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
10126
10127 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
10128 cygmon for all sparclite targets, regardless of object format.
10129
10130 1998-12-15 Mark Salter <msalter@cygnus.com>
10131
10132 * configure.in: Added target-bsp for several target architectures.
10133
10134 * Makefile.in: Added rules for bsp.
10135
10136 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
10137
10138 * config.guess: Improve detection of hppa2.0 processors.
10139
10140 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
10141
10142 * config.guess: Recognize FreeBSD using ELF automatically.
10143
10144 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
10145
10146 * configure (skip-this-dir): Add handling for new shell script, which
10147 might be created by a sub-directory's configure to indicate, this particular
10148 directory is "unwanted".
10149 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
10150
10151 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
10152
10153 * ltconfig: import from libtool, after changing libtool to
10154 account for the cygwin name change.
10155
10156 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
10157
10158 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
10159 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
10160
10161 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
10162
10163 * configure.in: Add libtermcap to list of cygwin dependencies.
10164
10165 1998-11-17 Geoffrey Noer <noer@cygnus.com>
10166
10167 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
10168 they include winsup/include when it's a cygwin target.
10169
10170 1998-11-12 Tom Tromey <tromey@cygnus.com>
10171
10172 * configure.in (host_tools): Added zip.
10173 * Makefile.in (all-target-libjava): Depend on all-zip.
10174 (all-zip): New target.
10175 (ALL_MODULES): Added all-zip.
10176 (NATIVE_CHECK_MODULES): Added check-zip.
10177 (INSTALL_MODULES): Added install-zip.
10178 (CLEAN_MODULES): Added clean-zip.
10179
10180 1998-11-12 Geoffrey Noer <noer@cygnus.com>
10181
10182 * Makefile.in: lose "32" from comment about cygwin.
10183
10184 1998-11-05 Nick Clifton <nickc@cygnus.com>
10185
10186 * configure.in: Use -Os to build target libraries for the fr30.
10187
10188 1998-11-04 Dave Brolley <brolley@cygnus.com>
10189
10190 * config.sub: Add fr30.
10191
10192 1998-11-02 Geoffrey Noer <noer@cygnus.com>
10193
10194 * configure.in: drop "32" from config/mh-cygwin32. Check
10195 cygwin* instead of cygwin32*.
10196 * config.sub: Check cygwin* instead of cygwin32*.
10197
10198 1998-10-22 Robert Lipe <robertl@dgii.com>
10199
10200 * config.guess: Match any version of Unixware7.
10201
10202 1998-10-20 Syd Polk <spolk@cygnus.com>
10203
10204 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
10205 if desired.
10206
10207 1998-10-18 Jeffrey A Law (law@cygnus.com)
10208
10209 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
10210 these if the appropriate directories and files to not exist.
10211
10212 1998-10-14 Jeffrey A Law (law@cygnus.com)
10213
10214 * Makefile.in (DEVO_SUPPORT): Add config.if.
10215
10216 1998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
10217
10218 * configure: Add pattern to replace "build_tooldir"'s
10219 definition in the generated Makefile with "tooldir"'s
10220 actual value.
10221
10222 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
10223
10224 * config.sub: Bring back lost sparcv9.
10225
10226 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
10227
10228 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
10229
10230 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
10231 CC_FOR_TARGET and friends.
10232
10233 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10234
10235 * Makefile.in (build_tooldir): New variable, same as tooldir.
10236 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
10237 -B$(build_tooldir)/bin/.
10238 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
10239
10240 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
10241
10242 * config.sub: Add support for i[34567]86-pc-udk.
10243 * configure.in: Likewise.
10244
10245 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
10246
10247 * Makefile.in: add bzip2 package building bits for user
10248 tools module
10249 * configure.in: ditto
10250
10251 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
10252
10253 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
10254 (ALL_TARGET_MODULES): Add all-target-libobjc.
10255 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10256 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10257 (all-target-libchill): Add dependencies.
10258 * configure.in (target_libs): Add libchill.
10259
10260 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10261
10262 * configure.in (target_subdir): Remove duplicate line.
10263
10264 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10265
10266 * Makefile.in (all-automake): fix dependencies.
10267
10268 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10269
10270 * configure.in: Minor cleanups for building in the $(target_alias)
10271 subdir.
10272
10273 1998-09-22 Jim Wilson <wilson@cygnus.com>
10274
10275 * Makefile.in (bootstrap): Set r and s before make all. Use
10276 BASE_FLAGS_TO_PASS in make all.
10277 (cross): Likewise.
10278
10279 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10280
10281 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10282
10283 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10284
10285 * config.sub: Fix typo in last change.
10286
10287 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10288
10289 * config.sub: Add support for C4x target.
10290 * configure.in: Likewise.
10291
10292 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10293
10294 * config.sub: Recognize sparcv9 just like sparc64.
10295
10296 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10297
10298 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10299
10300 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10301
10302 * config.guess: Correctly identify Pentium II sco boxes.
10303
10304 * config.guess: Fix "tr" code. From Weiwen Liu.
10305
10306 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10307
10308 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10309 stabs.
10310
10311 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10312
10313 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10314 (ALL_TARGET_MODULES): Add all-target-libchill.
10315 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10316 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10317 (all-target-libchill): Add dependencies.
10318 * configure.in (target_libs): Add libchill.
10319
10320 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10321
10322 * config.guess: Avoid assumptions about "tr" behaves when
10323 LANG is set to something other than English.
10324
10325 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10326
10327 * configure (gxx_include_dir): Changed to
10328 '${prefix}/include/g++'-${libstdcxx_interface}.
10329
10330 * config.if: New to determine the interfaces.
10331
10332 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10333
10334 * config.guess: Detect and handle MPE/IX.
10335 * config.sub: Deal with MPE/IX.
10336
10337 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10338
10339 * configure.in: Use mh-aix43.
10340
10341 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10342
10343 * configure: Fix --without/--disable cases for gxx-include-dir.
10344
10345 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10346
10347 * mdata-sh: Imported. Needed for automake support.
10348
10349 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10350
10351 * Makefile.in (taz): Try "chmod -R og=u ." before
10352 "chmod og=u `find . -print`".
10353
10354 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10355
10356 * configure.in: Add arm-elf and thumb-elf support.
10357
10358 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10359
10360 * Makefile.in: Undo previous patch.
10361
10362 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10363
10364 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10365 to here ...
10366 (install-no-fixedincludes): and here
10367 (INSTALL_MODULES): ... from here.
10368
10369 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10370
10371 * config.sub: Merge with FSF.
10372
10373 * config.guess: Merge with FSF.
10374
10375 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10376
10377 * configure (extraconfigdirs): New variable.
10378 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10379 * Makefile.in (all): Move higher in file.
10380 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10381 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10382 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10383 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10384 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10385
10386 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10387
10388 * Makefile.in (all-target-libjava): Depend on all-gcc and
10389 all-target-newlib.
10390 (configure-target-libjava): Depend on $(ALL_GCC).
10391
10392 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10393
10394 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10395 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10396
10397 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10398
10399 * ylwrap: Change absolute path checks to check for DOS style path
10400 names.
10401
10402 * ylwrap: Don't use a full path name if the source file is in the
10403 same directory. From hjl@lucon.org (H.J. Lu).
10404
10405 * config-ml.in: Default to being verbose, to match Feb 18 change to
10406 configure.
10407
10408 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10409
10410 Brought over from egcs:
10411
10412 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10413
10414 * configure.in (target_subdir): Set to ${target_alias} instead
10415 of "libraries".
10416
10417 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10418
10419 * configure.in (target_subdir): Set to libraries if enable_multilib.
10420
10421 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10422
10423 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10424 multilibs, force reconfiguration the first time we create
10425 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10426
10427 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10428
10429 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10430 avoid confusion with --no-recursion.
10431
10432 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10433
10434 * configure.in: Win32 hosts shouldn't use install -x
10435 * install-sh: remove -x option, and special .exe-handling
10436 hack.
10437
10438 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10439
10440 * config.guess: Recognize i586-pc-beos.
10441 * configure.in: Don't build some bits for beos.
10442
10443 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10444
10445 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10446 CFLAGS default to -O2.
10447
10448 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10449 when using GNU ld.
10450
10451 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10452
10453 * ltmain.sh: Correct install when using a different shell.
10454
10455 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10456
10457 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10458
10459 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10460
10461 * makefile.vms: Update to build binutils/makefile.vms. Add install
10462 target.
10463
10464 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10465
10466 * ltconfig: Update to correct AIX handling.
10467
10468 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10469
10470 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10471
10472 * configure.in (target_subdir): Set to ${target_alias} instead
10473 of "libraries".
10474
10475 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10476
10477 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10478 (Makefile): Depend on $(gcc_version_trigger).
10479
10480 * configure (gcc_version): Change default initializer to empty
10481 string.
10482 (gcc_version_trigger): New variable; pass this variable down
10483 to subdir configures to enable them checking gcc's version
10484 themselves. Emit make macros for both gcc_version vars.
10485 (topsrcdir): Initialize reliably.
10486 (recursion line): Remove --with-gcc-version=${gcc_version}.
10487
10488 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10489
10490 * configure (enable_version_specific_runtime_libs): Implement new flag
10491 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10492 in $(libsubdir); emit definition in each generated Makefile.
10493 (gxx_include_dir): Initialize depending on
10494 $enable_version_specific_runtime_libs.
10495
10496 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10497
10498 * configure (gcc_version): Initialize properly depending on
10499 how and where configure is started.
10500 (recursion line): Pass a --with-gcc-version=${gcc_version}
10501 to configures in subdirs.
10502
10503 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10504
10505 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10506 cygmon
10507
10508 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10509
10510 * configure.in: Add cygmon and libstub support for mn10200.
10511
10512 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10513
10514 * configure (gcc_version): Add new variable describing the
10515 particular gcc version we're building.
10516 * Makefile.in (libsubdir): Add new macro for the directory
10517 in which the compiler finds executables, libraries, etc.
10518 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10519 and libsubdir.
10520
10521 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10522
10523 * Makefile.in (local-clean): Remove *.log.
10524 (warning.log): Built with warn_summary from build.log.
10525 (mail-report.log): Run test_summary.
10526 (mail-report-with-warnings.log): Run test_summary including
10527 warning.log in the report.
10528
10529 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10530
10531 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10532
10533 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10534
10535 * Makefile.in (grep): Grep no longer depends on libiberty.
10536
10537 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10538
10539 * Makefile.in: all-snavigator needs all-libgui.
10540
10541 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10542
10543 * configure.in: Add cygmon and libstub support for mn10300.
10544
10545 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10546
10547 * missing: Update to version from automake 1.3.
10548
10549 * ltmain.sh: On installation, don't get confused if the same name
10550 appears more than once in the list of library names.
10551
10552 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * config.sub: Accept m68060 and m5200 as CPU names.
10555
10556 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10557
10558 * configure: Use && rather than using -a in test, because odd
10559 strings can confuse test.
10560 * configure.in: Likewise.
10561
10562 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10563
10564 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10565
10566 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10567
10568 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10569 bootstrap4-lean): New targets.
10570
10571 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10572
10573 * mpw-* Delete. Not used.
10574
10575 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10576
10577 * COPYING.LIB: Update FSF address.
10578
10579 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10580
10581 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10582
10583 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10584 GAS_SUPPORT_DIRS.
10585
10586 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10587
10588 * ltconfig, ltmain.sh: Avoid producing a version number if
10589 -version-info was not used.
10590
10591 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10592
10593 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10594 building with newlib.
10595
10596 1998-04-30 Paul Eggert <eggert@twinsun.com>
10597
10598 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10599 Solaris `make' causes it to continue to next definition.
10600
10601 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10602
10603 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10604 the right GUI libraries and files are installed along with GDB.
10605
10606 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10607
10608 * configure.in: Change alpha to alpha* in several places.
10609
10610 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10611
10612 * config.sub: Recognize sparc86x.
10613
10614 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10615
10616 * configure.in (--enable-target-optspace): Remove debug echo.
10617
10618 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10619
10620 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10621
10622 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10623
10624 * ltconfig: Update cygwin32 support.
10625
10626 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10627 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10628 (GDB_SUPPORT_DIRS): Likewise.
10629
10630 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10631
10632 * configure.in (target_makefile_frag): If --enable-target-optspace,
10633 use -Os to compile target libraries rather than -O2. Default to
10634 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10635 not used.
10636 * configure.in (target_cflags): Ditto for d30v.
10637
10638 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10639
10640 * Makefile.in (all-bfd): Depend on all-intl.
10641 (all-binutils): Likewise.
10642 (all-gas): Likewise.
10643 (all-gprof): Likewise.
10644 (all-ld): Likewise.
10645
10646 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10647
10648 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10649
10650 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10651
10652 * Makefile.in (all-bfd): Depend upon all-libiberty.
10653
10654 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10655
10656 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10657
10658 * Makefile.in: Add libstub.
10659
10660 * configure.in: Ditto. Build libstub for targets that have cygmon
10661 support.
10662
10663 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10664
10665 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10666
10667 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10668
10669 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10670 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10671
10672 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10673
10674 * configure: Define DEFAULT_M4 by searching PATH.
10675 * Makfile.in: Use DEFAULT_M4.
10676
10677 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10678
10679 * ltconfig: Add cygwin32 support.
10680
10681 * Makefile.in, configure.in: Add libtool as a native only directory
10682 to configure and build.
10683
10684 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10685
10686 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10687
10688 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10689
10690 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10691
10692 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10693
10694 * Makefile.in: add ash make rules
10695 * configure.in: add ash to native_only and host_tools lists
10696
10697 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10698
10699 * Makefile.in (all-gettext, all-intl): New targets.
10700 (ALL_MODULES): Added all-gettext, all-intl.
10701 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10702 (INSTALL_MODULES): Added install-gettext, install-intl.
10703 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10704
10705 * configure.in (host_tools): Added gettext.
10706 (native_only): Likewise.
10707 (noconfigdirs) [various cases]: Likewise.
10708 (host_libs): Added intl.
10709
10710 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10711
10712 * configure: Do not disable building gdbtk for cygwin32 hosts.
10713
10714 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10715
10716 * configure.in: Add thumb-coff target.
10717 * config.sub: Add thumb-coff target.
10718
10719 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10720
10721 * Makefile.in: Revert yesterday's change.
10722 (all-target-winsup): all-target-librx stays out of here.
10723
10724 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10725
10726 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10727 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10728 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10729 Remove references to librx and libg++.
10730
10731 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10732
10733 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10734 recursive makes
10735
10736 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10737
10738 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10739 for newlib directory.
10740 (CXX_FOR_TARGET): Likewise.
10741
10742 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10743
10744 * ltconfig: Update after libtool/ltconfig.in change for
10745 hpux11.
10746
10747 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10748
10749 * ltconfig, ltmain.sh: Update to libtool 1.2.
10750
10751 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10752
10753 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10754 (install-gcc-cross): Instead, override LANGUAGES here.
10755
10756 1998-03-18 Dave Love <d.love@dl.ac.uk>
10757
10758 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10759 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10760
10761 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10762
10763 * configure.in: Add Thumb-pe target.
10764
10765 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10766
10767 * Makefile.in - changed sn targets to snavigator
10768 * configure.in - changed sn targets to snavigator
10769
10770 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10771
10772 * config-ml.in: After building symlink tree call make distclean
10773 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10774 to be the case for libiberty.
10775
10776 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10777
10778 * configure: When making link, also check the current
10779 directory. The configure scripts may create one.
10780
10781 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10782
10783 * config.sub: Accept alphapca56 and alphaev6 properly.
10784
10785 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10786
10787 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10788
10789 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10790
10791 * config.sub (sco5): Fix typo.
10792
10793 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10794
10795 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10796 install-itcl.
10797 (install-itcl): Remove dependency on install-tcl.
10798
10799 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10800
10801 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10802
10803 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10804
10805 * configure.in: Don't build libgui for a cygwin32 target when not on
10806 a cygwin32 host.
10807
10808 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10809
10810 * configure (redirect): Set to null, so default behavior of
10811 configure is now --verbose.
10812
10813 1998-02-16 Dave Love <d.love@dl.ac.uk>
10814
10815 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10816 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10817
10818 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10819
10820 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10821 this change to sync Makefile.in with its ChangeLog entries.
10822
10823 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10824
10825 * ltmain.sh (mkdir): Check that the directory doesn't exist
10826 before we exit with error, so that we don't get races during
10827 parallel builds.
10828
10829 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10830
10831 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10832
10833 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10834
10835 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10836 PICFLAG_FOR_TARGET.
10837 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10838
10839 * configure: Emit a definition for the new macro enable_shared
10840 into each Makefile.
10841
10842 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10843
10844 * configure.in (host_tools, native_only): Add libtool.
10845
10846 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10847
10848 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10849 Fix typo in ming config comment.
10850
10851 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10852
10853 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10854
10855 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10856
10857 * config.sub: Add tic30 cases, and map c30 to tic30.
10858
10859 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10860
10861 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10862 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10863 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10864 (CLEAN_TARGET_MODULES): Similarly
10865 (all-target-libf2c): Add dependences.
10866 * configure.in (target_libs): Add libf2c.
10867
10868 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10869
10870 * configure.in: Remove expect from noconfigdirs when target
10871 is cygwin32. OK to build expect and dejagnu with Canadian
10872 Cross.
10873
10874 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10875
10876 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10877 host.
10878
10879 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10880 and mingw32.
10881
10882 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10883
10884 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10885 here as it is not defined in the toplevel Makefile.
10886
10887 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10888
10889 * configure (package_makefile_rules_frag): New variable, which names
10890 a file with generic rules, ...
10891 Change comment to mention we now have FIVE parts.
10892 * configure: Undo last change.
10893
10894 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10895
10896 * config.guess: More accurate determination of HP processor types.
10897 * config.sub: More accurate determination of HP processor types.
10898
10899 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10900
10901 * configure (package_makefile_frag): Move inserting the
10902 ${package_makefile_frag} to where it should be according
10903 to the comment.
10904
10905 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10906
10907 * config.guess: Add support for Linux/ARM.
10908
10909 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10910
10911 * .cvsignore: Remove *-info and *-install since they match
10912 release-info and mpw-install, which we don't want to just ignore.
10913
10914 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10915
10916 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10917
10918 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10919
10920 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10921 local_prefix to sub-make invocations.
10922
10923 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10924
10925 * configure.in: Check makefile fragments in the source
10926 directory.
10927
10928 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10929
10930 * configure.in: Check whether host and target makefile
10931 fragments exist before adding them to *_makefile_frag.
10932
10933 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10934
10935 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10936
10937 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10938
10939 * configure.in: Make sure we only replace RPATH_ENVVAR on
10940 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10941 regexp to sed.
10942
10943 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10944 to sub-makes.
10945
10946 1998-01-13 Lee Iverson (leei@ai.sri.com)
10947
10948 * config-ml.in (multi-do): LDFLAGS must include multilib
10949 designator.
10950
10951 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10952
10953 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10954
10955 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10956
10957 * config.sub: Add mingw32 support.
10958 * configure.in: Likewise.
10959
10960 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10961
10962 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10963
10964 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10965
10966 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10967 * configure (gxx_include_dir): Provide a definition for subdirs
10968 which do not use autoconf.
10969
10970 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10971
10972 * config.guess: Sync with egcs. Picks up new alpha support,
10973 BeOS & some additional linux support.
10974
10975 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10976
10977 * config.guess: HP 9000/803 is a PA1.1 machine.
10978
10979 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10980
10981 * configure.in: It's alpha*-...
10982
10983 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10984
10985 * configure.in (host_makefile_frag, target_makefile_frag):
10986 Handle multiple config files.
10987 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10988 alpha-*-*.
10989
10990 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10991
10992 * mkdep: New file.
10993
10994 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10995
10996 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10997
10998 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10999
11000 * Makefile.in: Add libgui directory.
11001 (GDB_TK): Add all-libgui.
11002 * configure.in: Add libgui directory.
11003 * configure: Add all-libgui to GDB_TK.
11004
11005 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
11006
11007 * config-ml.in (multidirs): Add m32r to multilib list.
11008
11009 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
11010
11011 * Makefile.in (all-target-gperf): Change dependency to
11012 all-target-libstdc++.
11013
11014 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
11015
11016 * config.guess: Add BeOS support.
11017
11018 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
11019
11020 Source directory cvs renamed to cvssrc:
11021 * configure.in (host_tools): Change cvs to cvssrc.
11022 (native_only): Likewise.
11023 (noconfigdirs) [various cases]: Likewise.
11024 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
11025 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
11026 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
11027 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
11028 (all-cvssrc): Rename target from all-cvs.
11029
11030 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
11031
11032 * configure (gxx_include_dir): Fix thinko.
11033
11034 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
11035
11036 * Makefile.in (INSTALL_TARGET_CROSS): Define.
11037 (install-cross, install-gcc-cross): New targets.
11038
11039 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
11040
11041 * configure.in (noconfigdirs): Add support for Thumb target.
11042
11043 * config.sub (maybe_os): Add support for Thumb target.
11044
11045 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
11046
11047 * Makefile.in: Add rules for cygmon.
11048
11049 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
11050
11051 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
11052
11053 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11054 * configure (gxx_include_dir): Provide a definition for subdirs
11055 which do not use autoconf.
11056
11057 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
11058
11059 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
11060 11/18/97 build
11061
11062 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
11063
11064 * From Franz Sirl.
11065 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
11066 found on RedHat Linux systems.
11067
11068 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
11069
11070 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
11071 guesses.
11072
11073 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
11074
11075 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
11076
11077 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
11078
11079 * ltmain.sh: If mkdir fails, check whether the directory was created
11080 anyhow by some other process.
11081
11082 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
11083
11084 * configure.in (d30v-*-*): Configure all directories.
11085
11086 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
11087
11088 * configure.in (d30v-*-*): Configure newlib, libiberty directories
11089 for the D30V.
11090
11091 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
11092
11093 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
11094
11095 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
11096
11097 * include/libiberty.h: Add extern "C" { so it can be used with C++
11098 progrms.
11099 * include/remote-sim.h: Add extern "C" { so it can be used with C++
11100 programs.
11101
11102 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
11103
11104 * configure.in (d30v-*-*): Configure GCC now.
11105
11106 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
11107
11108 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
11109 is no longer needed.
11110
11111 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
11112
11113 * Makefile.in: check-target-libio depends on all-target-libstdc++.
11114
11115 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
11116
11117 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
11118 targets using "$@" to provide support for similar but not identical
11119 targets without having to duplicate code.
11120
11121 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
11122
11123 * makefile.vms: Fix to work with DEC C.
11124
11125 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
11126
11127 * config.sub: Add mips-tx39-elf to marketing names.
11128
11129 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
11130
11131 * ltmain.sh: Handle symlinks in generated script.
11132
11133 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
11134
11135 * configure: Handle autoconf style directory options: --bindir,
11136 --datadir, --includedir, --infodir, --libdir, --libexecdir,
11137 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
11138 --sysconfdir.
11139 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
11140 (sharedstatedir, localstatedir, oldincludedir): New variables.
11141 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
11142 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
11143 sbindir, sharedstatedir, and sysconfdir.
11144
11145 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
11146
11147 * Makefile.in (bootstrap-lean): New target.
11148
11149 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
11150
11151 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
11152 sn, and gnuserv from noconfigdirs.
11153
11154 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
11155
11156 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
11157
11158 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
11159
11160 * Makefile.in (cross): New target.
11161
11162 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
11163 Jeff Law <law@cygnus.com>
11164
11165 * Makefile.in (bootstrap2, bootstrap3): New targets.
11166 (all-bootstrap): Remove outdated and confusing target.
11167 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
11168
11169 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
11170
11171 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
11172 windows. Consistent with gdb/configure.
11173
11174 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
11175
11176 * configure.in: Name Linux target fragment.
11177
11178 * configure: Rewrite so that project Makefile fragment is inserted
11179 first and appears last in the resulting Makefile.
11180
11181 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
11182
11183 * Makefile.in (install-itcl): Install tcl first.
11184
11185 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
11186
11187 * configure.in: remove bison from noconfigdirs for Cygwin32 host
11188
11189 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11190
11191 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
11192
11193 * configure.in (skipdirs): Add target-librx for Linux.
11194 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
11195
11196 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
11197
11198 * Makefile.in (bootstrap): New target.
11199
11200 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
11201
11202 * config.sub: Accept 'amigados' for backward compatability.
11203
11204 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
11205
11206 * config.guess: Merge with FSF.
11207
11208 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
11209
11210 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
11211
11212 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
11213
11214 * config.sub: Add "marketing-names" patch.
11215
11216 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
11217
11218 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
11219
11220 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
11221
11222 * config.sub: Handle v850-elf.
11223
11224 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
11225
11226 * .cvsignore (*-install): Remove.
11227
11228 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
11229
11230 * ltconfig: Set CONFIG_SHELL in libtool.
11231 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
11232
11233 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11234
11235 * configure.in (target_subdir): Set to libraries if enable_multilib.
11236
11237 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
11238
11239 * config.guess: Update from gcc directory.
11240
11241 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
11242
11243 * Makefile.in (all-sim): Depends on all-readline.
11244
11245 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11246
11247 * Makefile.in (BISON, YACC): Use $$s.
11248 (all-bison): Depend on all-texinfo.
11249
11250 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11251
11252 * Makefile.in (BISON): Add -L flag.
11253 (YACC): Likewise.
11254
11255 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11256
11257 * configure.in (noconfigdirs): Add support for v850e target.
11258
11259 * config.sub (maybe_os): Add support for v850e target.
11260
11261 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11262
11263 * configure.in (noconfigdirs): Add support for v850ea target.
11264
11265 * config.sub (maybe_os): Add support for v850ea target.
11266
11267 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11268
11269 * config.sub: Add mipstx39. Delete r3900.
11270
11271 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11272
11273 * Makefile.in (all-autoconf): Depends on all-texinfo.
11274
11275 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11276
11277 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11278 eabi targets.
11279
11280 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11281
11282 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11283
11284 * configure: When handling a Canadian Cross, handle YACC as well as
11285 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11286 * Makefile.in (all-bison): Depend upon all-texinfo.
11287
11288 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11289
11290 * Makefile.in (BISON): bison, not byacc or bison -y.
11291 (YACC): bison -y or byacc or yacc.
11292 (various): Add *-bison as appropriate.
11293 (taz): No need to mess with BISON anymore.
11294
11295 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11296
11297 * configure: If OSTYPE matches *win32*, try to find a good value for
11298 CONFIG_SHELL.
11299
11300 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11301
11302 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11303 configure.in if it is present.
11304
11305 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11308
11309 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11310
11311 * config.sub: Recognize `arc' cpu.
11312 * configure.in: Likewise.
11313 * config-ml.in: Likewise.
11314
11315 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11316
11317 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11318
11319 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11320
11321 * configure: Changed sed delimiter from ':' to '|' when
11322 attempting to substitute ${config_shell} for SHELL. On
11323 NT ${config_shell} may contain a ':' in it.
11324
11325 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11326
11327 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11328
11329 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11332
11333 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11334
11335 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11336
11337 * ylwrap: If the program is a relative path, force it to be
11338 absolute.
11339
11340 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11341
11342 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11343
11344 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11345
11346 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11347 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11348 for libraries.
11349
11350 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11351
11352 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11353 separated by spaces.
11354
11355 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11356
11357 * ylwrap: New file.
11358 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11359
11360 * ltmain.sh: Handle /bin/sh at start of install program.
11361
11362 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11363
11364 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11365 * missing: New file, from automake 1.2.
11366
11367 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11368
11369 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11370 check-tk to CHECK_X11_MODULES.
11371
11372 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11373
11374 * config.sub: Merge with FSF.
11375
11376 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11377
11378 * config.guess: Merge with FSF.
11379
11380 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11381
11382 * configure: Treat msdosdjgpp like go32.
11383 * configure.in: Likewise. Don't remove gprof for go32.
11384
11385 * configure: Change Makefile.tem2 to Makefile.tm2.
11386
11387 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11388
11389 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11390
11391 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11392
11393 * install-sh (chmodcmd): Set to null if the DST directory already
11394 exists. Same as Nov 11th change.
11395
11396 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11397
11398 * configure (GDB_TK): Needs itcl and tix.
11399
11400 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11401
11402 * config.guess: Update from FSF.
11403
11404 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11405
11406 * Makefile.in (GDB_TK): Depend on itcl and tix.
11407
11408 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11409
11410 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11411 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11412 (INSTALL_SCRIPT): New variable.
11413 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11414 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11415 to -x.
11416 * install-sh: Add support for -x option.
11417
11418 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11419
11420 * configure.in, Makefile.in: Treat tix like itcl.
11421
11422 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11423
11424 * Makefile.in (WINDRES): New variable.
11425 (WINDRES_FOR_TARGET): New variable.
11426 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11427 (EXTRA_HOST_FLAGS): Add WINDRES.
11428 (EXTRA_TARGET_FLAGS): Add WINDRES.
11429 (EXTRA_GCC_FLAGS): Add WINDRES.
11430 ($(DO_X)): Pass down WINDRES.
11431 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11432 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11433 DLLTOOL_FOR_TARGET.
11434
11435 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11436
11437 * configure.in: configure sim before gdb for win32-x-ppc
11438
11439 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11440
11441 Move gperf into the toplevel, from libg++.
11442 * configure.in (target_tools): Add target-gperf.
11443 (native_only): Add target-gperf.
11444 * Makefile.in (all-target-gperf): New target, depend on
11445 all-target-libg++.
11446 (configure-target-gperf): Empty rule.
11447 (ALL_TARGET_MODULES): Add all-target-gperf.
11448 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11449 (CHECK_TARGET_MODULES): Add check-target-gperf.
11450 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11451 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11452
11453 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11454
11455 * config.sub (mn10200): Recognize new basic machine.
11456
11457 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11458
11459 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11460 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11461
11462 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11463
11464 * configure.in: If we're building mips-sgi-irix6* native, turn on
11465 ENABLE_MULTILIB and set TARGET_SUBDIR.
11466
11467 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11468
11469 * Makefile.in (all-sn): Depend on all-grep.
11470
11471 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11472
11473 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11474
11475 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11476 Makefile. From Jeff Makey <jeff@cts.com>.
11477 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11478
11479 * Makefile.in (DISTBISONFILES): Remove.
11480 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11481 $(DEFAULT_YACC).
11482
11483 * configure.in: Build itl, db, sn, etc., when building for native
11484 cygwin32.
11485
11486 * Makefile.in (LD): New variable.
11487 (EXTRA_HOST_FLAGS): Pass down LD.
11488 ($(DO_X)): Likewise.
11489
11490 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11491
11492 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11493
11494 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11495
11496 * configure.in (targargs): Strip out any supplied --build argument
11497 before adding our own. Always add --build.
11498
11499 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11500
11501 * configure.in (targargs): Pass --build if we're doing
11502 a cross-compile.
11503
11504 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11505
11506 * configure: Use '|' instead of ":" as the separator in
11507 sed. Otherwise sed chokes on NT path names with drive
11508 designators. Also look for "?:*" as the leading characters in an
11509 absolute pathname.
11510
11511 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11512
11513 * config.sub: Support for r3900.
11514
11515 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11516
11517 * configure.in: Use install-sh, not install.sh.
11518
11519 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11522 apply it twice.
11523
11524 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11525
11526 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11527 install-binutils.
11528
11529 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11530
11531 * Makefile.in: Add automake targets.
11532 * configure.in (host_tools): Add automake.
11533
11534 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11535
11536 * configure: Default CXX to c++, not gcc.
11537 * Makefile.in (CXX): Set to c++, not gcc.
11538 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11539
11540 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11541
11542 * install-sh: try appending a .exe if source file doesn't
11543 exist
11544
11545 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11546
11547 * configure.in: Turn on multilib by default.
11548 (cross_only): Remove target-libiberty.
11549
11550 * Makefile.in (all-gcc): Don't depend on libiberty.
11551
11552 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11553
11554 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11555
11556 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11557
11558 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11559 (DISTBISONFILES): Add ld/Makefile.in
11560
11561 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11562
11563 * configure.in: if target is cygwin32 but host isn't cygwin32,
11564 don't configure gdb tcl tk expect, not just gdb.
11565
11566 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11567
11568 * configure.in: Added gnuserv everywhere sn appears.
11569
11570 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11571 (CROSS_CHECK_MODULES): Added check-gnuserv.
11572 (INSTALL_MODULES): Added install-gnuserv.
11573 (CLEAN_MODULES): Added clean-gnuserv.
11574 (all-gnuserv): New target.
11575
11576 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11577
11578 * config.guess: Fixes for MIPS OpenBSD systems.
11579
11580 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11581
11582 * Makefile.in (INSTALL_XFORM): Remove.
11583 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11584
11585 * mkinstalldirs: New file, copied from automake.
11586 * Makefile.in (installdirs): Rename from install-dirs. Use
11587 mkinstalldirs. Change all users.
11588 (DEVO_SUPPORT): Add mkinstalldirs.
11589
11590 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11591
11592 * install-sh: Rename from install.sh.
11593 * Makefile.in (INSTALL): Change install.sh to install-sh.
11594 (DEVO_SUPPORT): Likewise.
11595
11596 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11597 Graichen <graichen@rzpd.de>.
11598
11599 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11600
11601 * config.guess: Recognize OpenBSD systems correctly.
11602
11603 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11604
11605 * README, Makefile.in (ETC_SUPPORT): Remove references to
11606 cfg-paper*, configure.{texi,man,info*}._
11607
11608 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11609
11610 * Makefile.in (all.normal): Ensure that gcc is built after all
11611 the x11 - ie gdb - targets.
11612
11613 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11614
11615 * makefile.vms: Don't run conf-a-gas.
11616
11617 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11618
11619 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11620
11621 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11622
11623 * configure.in: Remove noconfigdirs case since gdb also
11624 configures and builds for tic80-coff.
11625
11626 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11627
11628 * configure: Set cache_file to config.cache.
11629 * Makefile.in (local-distclean): Remove config.cache.
11630
11631 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11632
11633 * COPYING: Update FSF address.
11634
11635 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11636
11637 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11638 noconfigdirs.
11639
11640 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11641
11642 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11643 MAKEDIRS, is empty.
11644
11645 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11646
11647 * config.sub: Tweak mn10300 entry.
11648
11649 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11650
11651 * configure.in (host_tools): Put sim before gdb, so gdb's
11652 configure.tgt can determine if the simulator was configured.
11653
11654 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11655
11656 * config.sub: Move BeOS $os case to be with other Cygnus
11657 local cases.
11658
11659 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11660
11661 * config.sub: Remove misplaced comment that broke Linux.
11662
11663 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11664
11665 * config.sub: Add BeOS support.
11666
11667 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11668
11669 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11670
11671 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11672
11673 * configure.in (noconfigdirs): Remove tcl and tk from
11674 noconfigdirs for cygwin32 builds.
11675
11676 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11677
11678 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11679
11680 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11681
11682 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11683 make-all.com, use makefile.vms instead.
11684
11685 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11686
11687 * config.sub: Accept -lnews*.
11688
11689 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11690
11691 * configure.in (noconfigdirs): Disable target-newlib,
11692 target-examples and target-libiberty for d30v.
11693
11694 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11695
11696 * configure.in (noconfigdirs): Enable ld for d30v.
11697
11698 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11699
11700 * configure.in (tic80-*-*): Build compiler.
11701
11702 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11703
11704 * configure.in (d30v-*): Remove sim directory from list of
11705 unsupported d30v directories
11706
11707 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11708
11709 * config.sub, configure.in: Add d30v target cpu.
11710
11711 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11712
11713 * makefile.vms: New file.
11714 * make-all.com: Remove.
11715
11716 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11717
11718 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11719
11720 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11721
11722 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11723
11724 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11725
11726 * Makefile.in (ALL_MODULES): Added all-db.
11727 (CROSS_CHECK_MODULES): Addec check-db.
11728 (INSTALL_MODULES): Added install-db.
11729 (CLEAN_MODULES): Added clean-db.
11730
11731 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11732
11733 * config.guess: Merge with latest FSF sources.
11734
11735 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11736
11737 * Makefile.in (ALL_MODULES): Added all-itcl.
11738 (CROSS_CHECK_MODULES): Added check-itcl.
11739 (INSTALL_MODULES): Added install-itcl.
11740 (CLEAN_MODULES): Added clean-itcl.
11741
11742 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11743
11744 * configure.in: build gdb for mn10200
11745
11746 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11747
11748 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11749
11750 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11751
11752 * configure.in (tic80-*-*): Turn off most targets right now.
11753
11754 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11755
11756 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11757 rather than the makeinfo program.
11758 (do-info): Depend upon all-texinfo.
11759
11760 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11761
11762 * configure.in: Remove uses of config/mh-linux.
11763
11764 * config.sub, config.guess: Merge with latest FSF sources.
11765
11766 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11767
11768 * config.sub (case $basic_machine): Add tic80 entries.
11769
11770 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11771
11772 * config.sub, config.guess: Merge with latest FSF sources.
11773
11774 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11775
11776 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11777 * mpw-config.in: Test for NewFolderRecursive.
11778 * mpw-install: Use symbolic name for startup filename.
11779 * mpw-README: Add various additional details.
11780
11781 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11782
11783 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11784
11785 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11786
11787 * configure.in: Do build gcc and the target libraries for
11788 the mn10200.
11789
11790 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11791
11792 * configure.in: don't avoid building gdb for mn10300 any more
11793 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11794 instead of single-quoting it.
11795
11796 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11797
11798 * configure.in: Don't use --with-stabs on IRIX 6.
11799
11800 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11801
11802 * configure.in (m32r): Build gdb, libg++ now.
11803
11804 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11805
11806 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11807 directories from noconfigdirs.
11808
11809 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11810
11811 * config.sub (basic_machine): added mips16 configuration
11812
11813 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11814
11815 * config.sub: Handle d10v-unknown.
11816
11817 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11818
11819 * config.sub: Handle v850-unknown.
11820
11821 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11822
11823 * Makefile.in: add findutils
11824 * configure.in: add findutils to list of host_tools
11825
11826 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11827
11828 * config.sub: Handle mn10200 and mn10300.
11829
11830 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11831
11832 * configure.in (d10v-*): Do not build librx.
11833
11834 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11835
11836 * configure.in (mn10300): Build everything except gdb & libgloss.
11837
11838 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11839
11840 * config.guess: Patch for Dansk Data Elektronik servers,
11841 from Niels Skou Olsen <nso@dde.dk>.
11842
11843 For ncr, use /bin/uname rather than uname, since GNU uname does not
11844 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11845
11846 Patch for MIPS R4000 running System V,
11847 from Eric S. Raymond <esr@snark.thyrsus.com>.
11848
11849 Fix thinko for nextstep.
11850
11851 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11852
11853 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11854 * config.guess: Guess mips-dec-mach_bsd4.3.
11855
11856 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11857 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11858 release numbers.
11859 * config.guess (mips-mips-riscos*): Emit just enough of the
11860 release number.
11861
11862 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11863 * config.guess (sparc-auspex-sunos*): Added.
11864 (f300-fujitsu-*): Added.
11865
11866 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11867 * config.guess: Recognize a Tadpole as a sparc.
11868
11869 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11870
11871 * config.guess: Don't assume that NextStep version is either 2 or
11872 3. NextStep 4 (aka OpenStep 4) has come out now.
11873
11874 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11875
11876 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11877 From Rik Faith <faith@cs.unc.edu>.
11878
11879 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11880
11881 * config.sub: Contributions from bug-gnu-utils to:
11882 Support plain "hppa" (no version given) architecture, reported by
11883 OpenStep.
11884 OpenBSD like NetBSD.
11885 LynxOs is not a hardware supplier.
11886
11887 * config.guess: Contributions from bug-gnu-utils to add support for:
11888 OpenBSD like NetBSD.
11889 Stratus systems.
11890 More Pyramid systems.
11891 i[n>4]86 Intel chips.
11892 M680[n>4]0 Motorola chips.
11893 Use unknown instead of lynx for hardware manufacturer.
11894
11895 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11896
11897 * install.sh (chmodcmd): Set to null if the DST directory already
11898 exists.
11899
11900 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11901
11902 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11903 not use mt-ppc target Makefile fragment any more.
11904
11905 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11906
11907 * configure.in (*-*-windows): Exclude everything but those dirs
11908 needed to build windows.
11909
11910 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11911
11912 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11913
11914 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11915
11916 * configure.in: Exclude mmalloc from i386-windows.
11917
11918 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11919
11920 * Undo my previous change.
11921
11922 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11923
11924 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11925 unconditionally.
11926 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11927
11928 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11929
11930 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11931 host to add it's own flags.
11932
11933 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11934
11935 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11936
11937 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11938
11939 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11940 (CXX_FOR_TARGET): Likewise.
11941 (GCC_FOR_TARGET): Define.
11942 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11943 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11944 CC_FOR_TARGET was specified on the command line.
11945 (MAKEOVERRIDES): Don't define.
11946
11947 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11948
11949 * configure.in (m32r): Fix spelling of libg++ libs.
11950
11951 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11952
11953 * config.sub (-apple*): Remove, now redundant.
11954
11955 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11956
11957 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11958
11959 * configure: Rework yesterday's sed script patch.
11960
11961 * config.sub: Merge with FSF.
11962
11963 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11964
11965 * config.guess: Merge from FSF.
11966
11967 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11968 * config.guess: Use pc instead of unknown, for pc clone systems.
11969 Change linux to linux-gnu.
11970
11971 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11972 * config.guess: Avoid non-portable tr syntax.
11973
11974 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11975
11976 * test-build.mk (HOLES): Add "xargs" for gdb.
11977
11978 * configure: Avoid hpux10.20 sed bug.
11979
11980 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11981
11982 * configure.in: Add support for windows host
11983 (that is a build done under the Microsoft build environment).
11984
11985 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11986
11987 * Makefile.in: Replace all uses of srcroot with s, to shrink
11988 command line lengths.
11989
11990 Patches from Geoffrey Noer <noer@cygnus.com>:
11991 * configure.in: If configuring for newlib, pass --with-newlib to
11992 subdirectories.
11993 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11994 -Bnewlib/ and -Lwinsup to gcc.
11995 (CXX_FOR_TARGET): Likewise.
11996
11997 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11998
11999 * Makefile.in (ETC_SUPPORT): Add configure.
12000
12001 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
12002
12003 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
12004 host configuration file.
12005
12006 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
12007
12008 * configure.in: Break mn10x00 support into separate
12009 mn10200 and mn10300 configurations.
12010 * config.sub: Likewise.
12011
12012 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
12013
12014 * configure.in: Add lots of stuff to noconfigdirs for
12015 the mn10x00 targets.
12016
12017 * config.sub, configure.in: Add mn10x00 support.
12018
12019 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
12020
12021 * make-all.com: Call conf-a-gas, not config-a-gas.
12022
12023 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
12024
12025 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
12026 targets.
12027
12028 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
12029
12030 * mpw-README: Add much more detail for native PowerMac.
12031 * mpw-install: New file.
12032 * mpw-configure: Add --norecursion and --help options.
12033 * mpw-config.in: Translate readme and install files when
12034 copying to objdir.
12035 * mpw-build.in: Don't always depend on byacc and flex.
12036 (install-only-top): New action.
12037
12038 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
12039
12040 * configure.in: You can now configure GDB for the v850.
12041
12042 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
12043
12044 * configure.in (noconfigdirs): Don't configure any C++ dirs
12045 if targeting D10V.
12046
12047 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
12048
12049 * config.sub: Recognize mips64vr5000.
12050
12051 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
12052
12053 * configure.in: Use a single line for host_tools and native_only.
12054
12055 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
12056
12057 * config.sub, configure.in: Add entries for m32r.
12058
12059 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
12060
12061 * Makefile.in (inet-install): Don't run install-gzip.
12062
12063 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
12064
12065 * configure.in: Don't config lots of things for *-*-windows*.
12066
12067 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
12068
12069 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
12070 (host_libs, host_tools): Copy from configure.in.
12071 * mpw-configure: Don't complain about directories not found.
12072
12073 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12074
12075 * configure.in (i[345]86): Recognize i686 for pentium pro.
12076 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
12077 file.
12078
12079 * config.guess (i[345]86): Ditto.
12080
12081 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12082
12083 * configure.in (noconfigdirs): Removed gdb for D10V.
12084
12085 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
12086
12087 * configure.in: Remove ld, target-libio, target-libg++, and
12088 target-libstdc++ from noconfigdirs.
12089
12090 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
12091
12092 * configure: Fix three locations where shell scripts were
12093 being run directly rather than with config_shell.
12094
12095 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
12096
12097 * configure.in (v850-*-*): Set up initial $noconfigdirs.
12098 * config.sub (basic_machine): Recognize v850.
12099
12100 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
12101
12102 * mpw-configure: Handle multiple enable/disable options and
12103 pass them down recursively, handle -c and -s flags appropriately
12104 depending on choice of compiler, add escape mechanism for
12105 quoted arguments to gC.
12106
12107 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12108
12109 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
12110 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
12111 so that -mrelocatable-lib and -mno-eabi are used.
12112
12113 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
12114 not support --print-multi-lib, don't abort.
12115
12116 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
12117
12118 * make-all.com: Run config-a-gas.
12119 * setup.com: Don't copy subdirectory files around.
12120
12121 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
12122
12123 * configure.in (*-*-ose): Remove exclusion of libgloss for this
12124 target, it now compiles correctly.
12125
12126 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
12127
12128 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
12129
12130 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12131
12132 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
12133
12134 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12135
12136 * configure.in (native_only): Add prms.
12137
12138 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
12139
12140 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
12141 (BINUTILS_SUPPORT_DIRS): Likewise.
12142
12143 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12144
12145 * configure.in (d10v-*-*): Don't configure ld or gdb until the
12146 d10v support is added.
12147
12148 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
12149
12150 * configure.in (d10v-*-*): New target.
12151
12152 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
12153
12154 * config.guess (HP 9000/811): Recognize this as a PA1.1
12155 machine.
12156
12157 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
12158
12159 * Makefile.in (do-tar-gz): New target, split out from tail end of
12160 taz target. Run each command separately, don't use pipes.
12161 (taz): Use it.
12162
12163 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
12164
12165 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
12166 * mpw-build.in: No builds should depend on building byacc or flex,
12167 they are assumed to be installed already.
12168
12169 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12170
12171 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
12172 variable that CC_FOR_TARGET needs.
12173
12174 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12175
12176 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
12177 options have changed since the last time the subdirectory was
12178 configured, and if it has, reconfigure.
12179 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
12180 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
12181
12182 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
12183
12184 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
12185 CLEAN_MODULES): Add bash.
12186 (all-bash): New target.
12187
12188 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
12189
12190 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
12191
12192 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12193
12194 * config.sub (basic_machine): Recognize d10v as a valid processor.
12195
12196 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
12197
12198 * mpw-configure: Add support for --bindir.
12199 * mpw-build.in: Use a GCC-specific build script for GCC actions.
12200
12201 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
12202
12203 * configure.in: add bash, time, gawk to list of hosttools and things
12204 to only build for native toolchains
12205
12206 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12207
12208 * Makefile.in (docdir): Remove.
12209
12210 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
12211
12212 * Makefile.in (datadir): Set to $(prefix)/share.
12213
12214 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
12215
12216 * configure.in: build diff and patch for cygwin32-hosted
12217 toolchains.
12218
12219 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
12220
12221 * config.sub: Accept -rtems*.
12222
12223 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
12224
12225 * configure.in: enable dosrel for cygwin32-hosted builds,
12226 remove diff from the list of things not buildable
12227 via Canadian Cross
12228
12229 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
12230
12231 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
12232 don't get ". ".
12233
12234 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
12235
12236 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
12237
12238 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
12239
12240 * Makefile.in (taz): Handle case where tex3patch didn't even get
12241 checked out. Also, if it was found, put the symlink in a new util
12242 subdirectory.
12243
12244 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12245
12246 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
12247
12248 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
12249
12250 * config.sub: Recognize -openvms.
12251 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12252 * make-all.com, setup.com: New files.
12253
12254 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12255
12256 * Makefile.in (taz): tex3patch moved to texinfo/util.
12257
12258 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12259
12260 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12261 * configure.in: remove make from disable-if-Can-Cross list
12262 enable gdb if ${host} and ${target} are cygwin32
12263
12264 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12265
12266 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12267 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12268
12269 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12270
12271 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12272 distinguish sysv/svr4/bsd variants.
12273 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12274
12275 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12276
12277 * configure.in: Added copyright notice.
12278 * move-if-change: Added copyright notice.
12279
12280 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12281
12282 * configure.in (powerpcle-*-solaris*): Until we get shared
12283 libraries working, don't build gdb, sim, make, tcl, tk, or
12284 expect.
12285
12286 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12287
12288 * config.guess: Merge with FSF:
12289
12290 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12291 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12292
12293 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12294 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12295
12296 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12297 * config.guess: Combine two OSF1 rules.
12298 Also recognize field test versions. From mjr@zk3.dec.com.
12299 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12300 because GNU uname does not support -p. From pmr@pajato.com.
12301
12302 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12303
12304 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12305
12306 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12307
12308 * mpw-README: Document GCCIncludes.
12309
12310 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12311
12312 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12313
12314 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12315
12316 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12317
12318 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12319
12320 * configure.in (*-*-cygwin32): Configure make.
12321
12322 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12323
12324 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12325
12326 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12327
12328 * Makefile.in (all-inet): Depend on all-perl.
12329
12330 * Makefile.in (inet-install): New target.
12331
12332 * Makefile.in (all-inet): Depend on all-tcl.
12333 (all-inet): Depend on all-send-pr.
12334
12335 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12336
12337 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12338 temporarily.
12339
12340 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12341
12342 * configure.in: Don't configure --with-gnu-ld on AIX.
12343
12344 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12345
12346 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12347
12348 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12349
12350 * Makefile.in (ALL_MODULES): Added all-inet.
12351 (CROSS_CHECK_MODULES): Added check-inet.
12352 (INSTALL_MODULES): Added install-inet.
12353 (CLEAN_MODULES): Added clean-inet.
12354 (all-indent): New target.
12355
12356 * configure.in (host_tools): Added inet.
12357 (native_only): Added inet.
12358 (noconfigdirs): Added inet.
12359
12360 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12361
12362 * configure.in: Don't configure libgloss if we are not configuring
12363 newlib.
12364
12365 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12366
12367 * configure.in: Don't configure libgloss for unsupported
12368 architectures.
12369
12370 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12371
12372 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12373
12374 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12375
12376 * Makefile.in (ALL_MODULES): Include all-apache.
12377 (CROSS_CHECK_MODULES): Include check-apache.
12378 (INSTALL_MODULES): Include install-apache.
12379 (all-apache): New target.
12380
12381 * configure.in: Added apache everywhere perl is seen.
12382
12383 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12384
12385 * Makefile.in: Add support for clean-{module} and
12386 clean-target-{module} rules.
12387
12388 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12389
12390 * configure.in (*-*-ose) do not build libgloss.
12391
12392 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12393
12394 * config.guess (prep*:SunOS:5.*:*): Turn into
12395 powerpele-unknown-solaris2.
12396
12397 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12398
12399 * configure.in: Permit --enable-shared to specify a list of
12400 directories.
12401
12402 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12403
12404 * configure.in (host==solaris): Pass only the first word of $CC
12405 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12406
12407 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12408
12409 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12410
12411 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12412
12413 * Makefile.in (ALL_MODULES): Include all-perl.
12414 (CROSS_CHECK_MODULES): Include check-perl.
12415 (INSTALL_MODULES): Include install-perl.
12416 (ALL_X11_MODULES): Include all-guile.
12417 (CHECK_X11_MODULES): Include check-guile.
12418 (INSTALL_X11_MODULES): Include install-guile.
12419 (all-perl): New target.
12420 (all-guile): New target.
12421
12422 * configure.in (host_tools): Include perl and guile.
12423 (native_only): Include perl and guile.
12424 (noconfigdirs): Don't build guile and perl; no ports have been
12425 done.
12426
12427 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12428
12429 * configure (--enable-*): Handle quoted option lists such as
12430 --enable-sim-cflags='-g0 -O' better.
12431
12432 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12433
12434 * Makefile.in ({,inst}all-target): New rule so we can make and
12435 install all of the target directories easily.
12436
12437 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12438
12439 * configure.in: Add missing global flag in sed substitution when
12440 deleting `target-' from ${configdirs}.
12441
12442 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12443
12444 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12445 option.
12446
12447 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12448 config/mh-necv4.
12449
12450 * install.sh: Correct misspelling of transformbasename.
12451
12452 * config.guess: Recognize mips-*-sysv*.
12453
12454 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12455
12456 * config.sub: Recognize mon960.
12457
12458 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12459
12460 * configure: Restore Canadian Cross handling of BISON and LEX,
12461 removed in Feb 20 change.
12462
12463 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12464
12465 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12466 Mention make install. Remove the old copyright date as well the
12467 clumsy and rather pointless copyright on the README file.
12468
12469 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12470
12471 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12472 Makefile after running symlink-tree, then run `make distclean' to
12473 avoid clobbering any generated files in srcdir.
12474
12475 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12476
12477 * configure.in (m68k-*-netbsd*): Build everything now.
12478
12479 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12480
12481 * Makefile.in (taz): Fix quoting.
12482
12483 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12484
12485 * configure.in (sparclet-*-*): Build everything now.
12486
12487 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12488
12489 * configure.in (m68k-*-linux*): New host.
12490
12491 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12492
12493 * configure: Check for bison before byacc.
12494
12495 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12496
12497 * Makefile.in configure: Change the way LEX and BISON/YACC are
12498 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12499 searching PATH. These are used as fallbacks by Makefile.in if
12500 flex/bison/byacc aren't in objdir.
12501
12502 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12503
12504 * Makefile.in: Make everything which depends upon all-bfd also
12505 depend upon all-opcodes, in case --with-commonbfdlib is used.
12506
12507 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12508
12509 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12510 building NT native compilers on Unix.
12511
12512 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12513
12514 * configure.in: Don't get CC from the host Makefile fragment if we
12515 can find gcc in PATH, or if this is a Canadian Cross. Move the
12516 Solaris test for /usr/ucb/cc to the post target script, just after
12517 the compiler sanity test.
12518
12519 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12520
12521 * config.sub: Merge with FSF.
12522
12523 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12524
12525 * Makefile.in (RPATH_ENVVAR): New variable.
12526 (REALLY_SET_LIB_PATH): Use it.
12527 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12528
12529 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12530
12531 * config.sub, configure.in: Recognize sparclet cpu.
12532
12533 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12534
12535 * config.guess: Support m68k-cbm-sysv4.
12536
12537 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12538
12539 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12540 m68k-unknown-linuxaout from linker help string. Put quotes around
12541 $ld_help_string.
12542
12543 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12544
12545 * config.guess (powerpc-harris-powerunix): Add guess for port
12546 to new target.
12547
12548 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12549
12550 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12551
12552 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12553
12554 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12555 $(REALLY_SET_LIB_PATH) in Makefile.
12556 * Makefile.in (SET_LIB_PATH): New variable.
12557 (REALLY_SET_LIB_PATH): New variable.
12558 ($(DO_X)): Use $(SET_LIB_PATH).
12559 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12560 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12561 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12562 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12563 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12564 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12565 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12566 (install-dosrel): Likewise.
12567 (all-opcodes): Depend upon all-libiberty.
12568
12569 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12570
12571 * config.guess (*:CYGWIN*): New
12572
12573 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12574
12575 * Makefile.in (all-target-winsup): All all-target-libiberty.
12576
12577 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12578
12579 * configure.in (noconfigdirs): Add missing # in front of comment.
12580
12581 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12582
12583 * configure.in: add second pass to things added to noconfigdirs
12584 so *-gm-magic can exclude libgloss properly.
12585
12586 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12587
12588 * mpw-configure (extralibs_name, rez_name): Set correctly
12589 for MWC68K compiler.
12590
12591 * mpw-README: Add more info on the necessary build tools.
12592
12593 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12594
12595 * configure.in, config.sub: Recognize cygwin32.
12596
12597 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12598
12599 * config.guess, config.sub: Recognize A/UX.
12600
12601 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12602
12603 * config.sub: Merge with gcc/config.sub.
12604
12605 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12606
12607 * mpw-build.in (do-binutils): Add build of stamps.
12608
12609 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12610
12611 * config.sub: Add recognition for mips64vr4100*-* targets.
12612
12613 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12614
12615 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12616 Add creation of gconfigargs with `--enable-shared' turned on.
12617 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12618 ($(host)-stamp-stage3-configured): Likewise.
12619 (HOLES): Add chatr and ldd.
12620 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12621
12622 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12623
12624 * configure: Pass --nfp to recursive configures.
12625
12626 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12627
12628 * Makefile.in (DLLTOOL): New.
12629 (DLLTOOL_FOR_TARGET): New.
12630 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12631 (EXTRA_TARGET_FLAGS): Ditto.
12632 (EXTRA_GCC_FLAGS): Ditto.
12633 (CONFIGURE_TARGET_MODULES): Ditto.
12634 (DO_X): Ditto.
12635 * configure: Add DLLTOOL.
12636
12637 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12638
12639 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12640 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12641 mh-sco, since old workarounds no longer needed, and don't
12642 build ld, since libraries have weak symbols in COFF.
12643
12644 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12645
12646 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12647
12648 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12649
12650 * configure.in: Make sure that ${CC} can be used to compile an
12651 executable.
12652
12653 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12654
12655 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12656 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12657 nothing depending on whether gdbtk is being built.
12658
12659 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12660
12661 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12662
12663 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12664
12665 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12666 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12667
12668 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12669
12670 * config-ml.in: Add support for
12671 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12672 Simplify setting of multidirs from --disable-foo.
12673
12674 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12675
12676 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12677 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12678 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12679 non-empty, pass them on to the GCC make.
12680 (all-bootstrap): New rule that is like all-gcc, except it executes
12681 the GCC bootstrap rule instead of the GCC all rule.
12682
12683 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12684
12685 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12686
12687 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12688
12689 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12690 DG/UX support.
12691
12692 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12693
12694 * config.sub (i*86*) Change [345] to [3456]
12695
12696 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12697
12698 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12699 --with-gnu-ld=no.
12700
12701 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12702
12703 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12704 AIX multilibs get built.
12705
12706 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12707
12708 * configure.in (i386-win32): Don't build expect if we're not
12709 building the tcl subdir.
12710
12711 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12712
12713 * Makefile.in: (configure-target-examples, all-target-examples):
12714 New targets, configure and build example programs.
12715
12716 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12717
12718 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12719 use it as input to sedit the generated MPW makefile.
12720 * mpw-README: Add a suggestion about Gestalt.h.
12721
12722 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12723
12724 * config.sub: Accept *-*-ieee*.
12725
12726 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12727
12728 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12729 Ronald F. Guilmette <rfg@monkeys.com>.
12730
12731 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12732
12733 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12734 for powerpc-pe native.
12735 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12736 (target==powerpc-pe): duplicate i386-win32 entry.
12737
12738 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12739
12740 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12741 of vxworks, not just vxworks5.1.
12742
12743 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12744
12745 * mpw-configure: Add support for exec-prefix.
12746
12747 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12748
12749 * config.guess: Recognize HP model 816 machines as having
12750 a PA1.1 processor.
12751
12752 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12753
12754 * configure: Ignore new autoconf configure options.
12755
12756 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12757
12758 * config.guess: Recognize Pentium under SCO.
12759 From Robert Lipe <robertl@arnet.com>.
12760
12761 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12762
12763 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12764
12765 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * configure.in: Don't configure gas for alpha-dec-osf*.
12768
12769 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12770
12771 * configure.in: Default to --with-stabs for some targets for which
12772 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12773 i[345]86*-*-unixware*.
12774
12775 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12776
12777 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12778 rather than basing it on the target. Simplify handling of options
12779 controlling which directories to configure. Remove extraneous
12780 slash in multi-clean target.
12781
12782 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12783
12784 * config-ml.in: Prefix more variables with ml_ so they don't collide
12785 with configure's.
12786
12787 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12788
12789 * configure: Don't turn -v into --v.
12790
12791 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12792
12793 * configure.in (targargs): Fix typo.
12794
12795 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12796
12797 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12798
12799 * configure.in: Strip --host and --target options from
12800 CONFIG_ARGUMENTS, and always configure for --host only. Add
12801 --with-cross-host option when building with a cross-compiler.
12802 * configure: Canonicalize the arguments put into config.status by
12803 always using `=' for an option with an argument. Pass a presumed
12804 --host or --target explicitly.
12805
12806 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12807
12808 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12809 into general OS recognition case.
12810
12811 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12812
12813 * configure.in (target_configdirs): add target-winsup only
12814 for win32 target systems.
12815
12816 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12817
12818 * Makefile.in (all-target-libgloss): Depend upon
12819 configure-target-newlib, since when libgloss is built it looks to
12820 see if the newlib directory exists.
12821
12822 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12823
12824 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12825 cfg-ml-*.in.
12826
12827 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12828
12829 * configure: Handle LD and LD_FOR_TARGET when configuring a
12830 Canadian Cross.
12831
12832 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12833
12834 * configure.in (target_libs): add target-winsup.
12835 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12836 (target==ppcle-pe): remove ld from $noconfigdirs.
12837
12838 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12839
12840 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12841 Preserve relative path names in $srcdir. Build symlink tree if
12842 configuring cross target dir and srcdir=. (= no VPATH support).
12843 (configure-target-libg++): Depend on configure-target-librx.
12844 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12845 * config-ml.in: New file.
12846 * symlink-tree: New file.
12847 * configure: Ensure srcdir="." if that's what it is.
12848
12849 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12850
12851 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12852 includes and FLEX_SKELETON setting.
12853 * mpw-configure (--with-gnu-ld): New option, controls whether
12854 to use PPCLink or ld with PowerMac GCC.
12855 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12856 * mpw-config.in: Configure grez if targeting Mac.
12857
12858 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12859 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12860 just macos.
12861 * configure.in: Configure grez resource compiler if targeting Mac.
12862 * Makefile.in (all-grez, install-grez): New targets.
12863
12864 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12865
12866 * configure: CXX defaults to gcc, not g++. If we find
12867 gcc in the path, set CC to gcc -O2.
12868
12869 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12870
12871 * configure: Default ${build} correctly. Avoid picking up extra
12872 spaces when reading CC and CXX from Makefile. When doing a
12873 Canadian Cross, use plausible default values for numerous
12874 variables.
12875 * configure.in: When doing a Canadian Cross, don't try to
12876 configure tools whose configure script can't handle it.
12877
12878 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12879
12880 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12881
12882 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12883
12884 * configure: Remove dubious bug reporting address.
12885
12886 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12887
12888 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12889 configure script, run that instead of this directory's configure.
12890 In either case, print a message that we're configuring the sub-dir.
12891
12892 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12893
12894 * configure.in: Before checking for the existence of various files,
12895 use sed to filter out "target-".
12896
12897 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12898
12899 * Makefile.in (DO_X): Split rule to decrease command line length
12900 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12901 (Philippe De Muyter).
12902
12903 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12904
12905 * Makefile.in (all-patch): depend on all-libiberty.
12906
12907 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12908
12909 * configure.in: If the only directory in target_configdirs which
12910 actually exists is libiberty, then set target_configdirs to empty,
12911 to avoid trying to build a target libiberty in a gas or gdb
12912 distribution.
12913
12914 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12915
12916 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12917 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12918 systems.
12919
12920 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12921
12922 * configure.in (copy_dirs): Use sys-include instead of include
12923 for --with-headers option.
12924
12925 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12926
12927 * Makefile.in, configure.in: Make winsup builds work with
12928 new scheme.
12929
12930 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12931
12932 * configure.in: Build the linker on AIX.
12933
12934 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12935
12936 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12937 where needed.
12938
12939 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12940
12941 * Makefile.in (all-gcc): Fix typo.
12942
12943 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12944
12945 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12946
12947 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12948
12949 * configure.in: Rename libFOO to target-libFOO, and xiberty
12950 to target-xiberty, to provide more flexibility.
12951 (target_subdir): Define. Create if cross.
12952 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12953 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12954 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12955 check-libFOO -> check-target-libFOO, etc.
12956 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12957 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12958 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12959 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12960 allow ALL_GCC="" to only configure.
12961 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12962 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12963 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12964
12965 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12966
12967 * Makefile.in (taz): Build "info" in etc explicitly.
12968
12969 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12970
12971 * configure.in: Make sure that CC is undefined (as opposed to
12972 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12973 problem with autoconf trying to configure on a host without GCC.
12974
12975 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12976
12977 * mpw-configure: Set host alias from choice of host compiler,
12978 only use generic MPW Makefile sed if present, edit a file
12979 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12980 * mpw-README: Add problem notes about CW6 and CW7.
12981
12982 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12983
12984 * Makefile.in (taz): Use ";" instead of ";;".
12985
12986 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12987
12988 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12989 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12990 DISTDOCDIRS.
12991 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12992 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12993
12994 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12995
12996 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12997 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12998 Move bfd to DISTSTUFFDIRS.
12999
13000 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13001
13002 * Makefile.in (X11_LIB): Removed.
13003 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
13004
13005 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
13006
13007 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13008
13009 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
13010 names.
13011
13012 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13013
13014 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
13015
13016 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
13017
13018 * configure.in (i[345]86-*-win32): Always build newlib.
13019 Don't configure cvs, autoconf or texinfo.
13020 * Makefile.in (LD_FOR_TARGET): New.
13021 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
13022 Pass down LD_FOR_TARGET.
13023
13024 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
13025
13026 * winsup: New directory.
13027 * Makefile.in: Build winsup.
13028 * configure.in: Winsup is configured when target is win32.
13029 Can only build win32 target GDB when native.
13030
13031 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
13032
13033 * config.guess: Recognize HP model 819 machines as having
13034 a PA 1.1 processor.
13035
13036 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
13037
13038 * configure: Fix sed loop which substitutes for CC and CXX to
13039 avoid bug found in various sed implementations.
13040
13041 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13042
13043 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
13044 simulator. Use standard powerpc-*-eabi*.
13045
13046 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
13047
13048 * configure.in: Stop putting gas and binutils in noconfigdirs for
13049 powerpc-*-aix* and rs6000-*-*.
13050
13051 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
13052
13053 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
13054 -mcall-aixdesc libraries.
13055
13056 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
13057
13058 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13059
13060 * config.sub (arm | armel | armeb): Fix shell syntax.
13061
13062 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13063
13064 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
13065 -msoft-float and -mcpu=common support.
13066 (powerpc*-*-eabisim*): Add support for building -mcall-aix
13067 libraries.
13068
13069 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13070
13071 * configure.in: Allow configuration and build of emacs19 for the alpha.
13072
13073 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13074
13075 * configure.in (CC): Get ^CC, not just any old CC, from
13076 ${host_makefile_frag}.
13077
13078 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13079
13080 * configure.in (CC): Try to get CC from
13081 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
13082
13083 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13084
13085 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
13086 only if it exists in $(srcdir).
13087
13088 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
13089
13090 * configure: If CC and CXX are not set in the environment, set
13091 them, based on either an existing Makefile or on searching for gcc
13092 in PATH. Substitute for CC and CXX in Makefile.
13093 * configure.in: Remove libm from target_libs. Separate
13094 target_configdirs from configdirs. If CC is not set in
13095 environment, try to get it from a host Makefile fragment. Rewrite
13096 changes of configdirs to use skipdirs instead. A few minor
13097 tweaks. Take directories out of target_configdirs as they are
13098 taken out of configdirs. Remove existing Makefile files from
13099 subdirectories. Substitute for TARGET_CONFIGDIRS and
13100 CONFIG_ARGUMENTS in Makefile.
13101 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
13102 by configure.in.
13103 (CONFIG_ARGUMENTS): Likewise.
13104 (CONFIGURE_TARGET_MODULES): New variable.
13105 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
13106 ($(CONFIGURE_TARGET_MODULES)): New target.
13107 (configure-libg++, configure-libio): New targets.
13108 (all-libg++): Depend upon configure-libg++.
13109 (all-libio): Depend upon configure-libio.
13110 (configure-libgloss, all-libgloss): New targets.
13111 (configure-libstdc++): New target.
13112 (all-libstdc++): Depend upon configure-libstdc++.
13113 (configure-librx, all-librx): New targets.
13114 (configure-newlib): New target.
13115 (all-newlib): Depend upon configure-newlib
13116 (configure-xiberty): New target.
13117 (all-xiberty): Depend upon configure-xiberty.
13118
13119 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13120
13121 * configure.in (host i[345]86-*-win32): Expand the
13122 noconfigdirs again.
13123
13124 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
13125
13126 * mpw-configure: Fix sed command file name.
13127
13128 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
13129
13130 * configure.in (host i[345]86-*-win32): Reduce the
13131 noconfigdirs again.
13132
13133 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
13134
13135 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
13136 or powerpc*-*-pe*, since they are not yet supported.
13137
13138 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13139
13140 Add PowerMac support and many other enhancements.
13141 * mpw-configure: New option --cc to select compiler to use,
13142 paste options set according to --cc into the generated
13143 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
13144 if mpw-make.sed is present.
13145 * mpw-config.in: Don't test for gC1, test for mpw-touch,
13146 add forward includes for PowerPC include files.
13147 * mpw-build.in: Build using Makefile.PPC if present.
13148 (do-byacc, etc): Remove separate version resource builds.
13149 (do-gas): Build "stamps" before "all".
13150 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
13151 * mpw-README: Update to reflect --cc option, PowerMac support,
13152 and recently-reported compatibility problems.
13153
13154 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
13155
13156 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
13157 embedded m68k systems (-aout, -coff, -elf, -vxworks).
13158 (--with-multilib-top): Pass to recursive invocations.
13159
13160 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
13161
13162 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
13163 v810-*-*.
13164
13165 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13166
13167 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
13168 gdb, ld and opcodes on v810-*-*.
13169
13170 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
13171
13172 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
13173 (local-maintainer-clean): New target.
13174 (maintainer-clean): New target.
13175 (realclean): Just depend upon maintainer-clean.
13176
13177 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13178
13179 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
13180
13181 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
13182
13183 * configure.in: Build ld in mips*-*-bsd* case.
13184
13185 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
13186
13187 * config.sub: Accept -lites* OS. From Ian Dall.
13188
13189 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
13190
13191 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
13192 targets.
13193
13194 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13195
13196 * configure.in: treat i386-win32 canadian cross the same as
13197 i386-go32 canadian cross.
13198
13199 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13200
13201 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
13202 running under the simulator to build a reduced set of libraries.
13203 (powerpc-*-eabiaix): Add fine grained multilib support added to
13204 other powerpc targets yesterday.
13205
13206 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13207
13208 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
13209 -disable-softfloat, -disable-relocatable, -disable-aix, and
13210 -disable-sysv to control which multilib libraries get built.
13211
13212 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13213
13214 * configure: Add Makefile.tem to list of files to remove in trap
13215 handler.
13216
13217 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
13218
13219 * config.guess (*Linux*): Add missing "exit"s.
13220 Also, need specific check for alpha-unknown-linux (uses COFF).
13221
13222 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
13223
13224 * config.guess: Merge with FSF:
13225
13226 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
13227 * config.guess (AIX4): More robust release numbering discovery.
13228
13229 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
13230 * config.guess (i386-sequent-ptx): Properly get version number.
13231
13232 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
13233 * config.guess (mips:*:4*:UMIPS): New case.
13234
13235 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
13236
13237 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
13238 (i386-win32 host): Likewise. Don't build readline.
13239
13240 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
13241
13242 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
13243 SUPPORT_FILES to submakes.
13244
13245 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
13246
13247 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
13248 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
13249 mpw-configure.
13250
13251 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13252
13253 * configure.in (appdirs): Use =, not ==, in test expression when
13254 trying to build the text to print in the warning message for
13255 Solaris users.
13256
13257 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13258
13259 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13260
13261 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13262
13263 * config.guess: Recognize lynx-2.3.
13264
13265 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13266
13267 * config.sub (z8ksim): Deleted
13268 (z8k-*-coff): New, this is the one true name of the target.
13269
13270 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13271
13272 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13273
13274 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13275
13276 * config.guess (*:Linux:*:*): First try asking the linker what the
13277 default object file format is (elf, aout, or coff). Then if this
13278 fails, try previous methods.
13279
13280 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13281
13282 * configure.in: Don't build newlib for *-*-vxworks5.1.
13283
13284 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13285
13286 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13287 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13288
13289 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13290
13291 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13292
13293 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13294
13295 * cfg-ml-com.in: New file.
13296 * cfg-ml-pos.in: New file.
13297
13298 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13299
13300 * COPYING.NEWLIB: Add HP free copyright to list.
13301
13302 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13303
13304 * config.sub: Recognize -eabi* for the system, not just -eabi.
13305
13306 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13307
13308 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13309 * config.sub, configure.in (win32): New target and host.
13310
13311 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13312
13313 * configure.in: Add i386-pe configuration.
13314
13315 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13316
13317 * mpw-build.in (install): Install GDB after LD.
13318
13319 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13320
13321 * mpw-config.in (elf/mips.h): Always forward-include, needed
13322 for GDB to build.
13323
13324 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13325
13326 * testsuite: New directory for customer acceptance and whole tool
13327 chain tests.
13328
13329 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13330
13331 * configure: If per-host line isn't found, but AC_OUTPUT is found
13332 and a configure script exists, run it instead.
13333
13334 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13335
13336 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13337
13338 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13339
13340 * configure: Set build_{cpu,vendor,os,alias} to host values when
13341 --build isn't specified.
13342
13343 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13344
13345 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13346 (FLAGS_TO_PASS): Pass them.
13347 (EXTRA_TARGET_FLAGS): Ditto.
13348
13349 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13350
13351 * Makefile.in (all-libg++): Depend on all-libstdc++.
13352
13353 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13354
13355 * configure.in (noconfigdirs): Enable all packages for
13356 i386-unknown-netbsd.
13357
13358 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13359
13360 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13361 hosted builds (DOS builds)
13362
13363 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13364
13365 Changes for ARM based on patches from Richard Earnshaw:
13366 * config.sub: Handle armeb and armel.
13367 * configure.in: Omit arm linker only for riscix.
13368
13369 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13370
13371 * config.guess: Update from FSF.
13372
13373 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13374
13375 * config.sub: Recognize powerpcle as the little endian varient of
13376 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13377 powerpcle variant. Convert pentium into i586, not i486. Add p5
13378 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13379 temporarily.
13380
13381 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13382
13383 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13384
13385 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13386
13387 * config.sub: Accept -lites* as a basic system type.
13388
13389 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13390
13391 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13392 installed, and if so return linuxoldld as the system name.
13393
13394 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13395
13396 * config.guess: Add hppa1.1-hp-lites support.
13397
13398 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13399
13400 * configure.in: Don't build newlib for m68k-vxworks5.1.
13401
13402 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13403
13404 * configure.in (mips-sgi-irix6): Use mh-irix5.
13405
13406 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13407
13408 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13409
13410 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13411
13412 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13413 OSF/1. Fix compiler flags.
13414 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13415
13416 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13417
13418 * configure.in: Recognize --with-newlib.
13419 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13420
13421 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13422
13423 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13424 to *_X11_MODULES due to gdbtk needing X include files et al.
13425
13426 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13427
13428 Merge in support for Mac MPW as a host.
13429 (Old change descriptions retained for informational value.)
13430
13431 * mpw-config.in: Add generic include forwards for cpu-specific
13432 include files in aout and elf directories.
13433
13434 * mpw-configure: Added copyright.
13435 * mpw-config.in: Check for presence of required build tools.
13436 (target_libs): Add newlib.
13437 (target_tools): Add examples.
13438 (Read Me): Generate as "Read Me for MPW" instead.
13439 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13440 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13441 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13442
13443 * mpw-configure: Remove subdir-specific makefile hackery,
13444 delete mk.tmp after using it.
13445
13446 * mpw-build.in (all): Display start and end times.
13447
13448 * mpw-configure (host_canonical): Set.
13449 (target_cpu): Always add to makefiles.
13450 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13451 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13452 (mpw-mh-mpw): Look for in srcdir and srcroot.
13453 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13454
13455 * mpw-build.in: (install-only): New target.
13456
13457 * mpw-configure (host_alias, target_alias): Rename from hostalias
13458 and targetalias, add into generated Makefile.
13459 (mk.tmp): If present, add into generated Makefile.
13460 * mpw-build.in (all-gas): Build config.h first before gas proper.
13461
13462 * mpw-configure (config.status): Write only if changed.
13463 * mpw-config.in (readline): Configure it (not built, just used for
13464 definitions).
13465
13466 * mpw-config.in (elf/mips.h): Add a forward include.
13467
13468 * mpw-config.in: Forward-include most .h files in include into
13469 extra-include.
13470 (readline): Don't build.
13471 mpw-build.in (install): Install GDB.
13472
13473 * mpw-configure (prefix, mpw_prefix): Handle it.
13474 * mpw-config.in (mmalloc, readline): Don't configure.
13475 * mpw-build.in (thisscript): Rename to ThisScript.
13476 Use mpw-build instead of BuildProgram everywhere.
13477 (mmalloc, readline): Don't build.
13478 * mpw-README: New file, basic documentation about the MPW port.
13479
13480 * mpw-config.in: Use forward-include to create include files.
13481
13482 * mpw-configure: Add more things to the top of each configured
13483 Makefile, including contents of config/mpw-mh-mpw.
13484 * mpw-config.in (extra-include): Create this directory and fill it
13485 with Posix-like include files when configuring.
13486
13487 * config.sub (apple, mac, mpw): Add various aliases.
13488
13489 * mpw-build.in: New file, top-level build script fragment for MPW.
13490 * mpw-configure: New file, configure script for MPW.
13491 * mpw-config.in: New file, config fragment for MPW.
13492
13493 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13494
13495 * configure.in (host_libs): Remove glob, since it is gone from the
13496 sources.
13497
13498 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13499
13500 * Makefile.in: define empty GDB_NLM_DEPS var.
13501
13502 * configure.in(target_makefile_frag): use config/mt-netware
13503 for netware targets.
13504
13505 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13506
13507 * config.sub: Merge in recent FSF changes. Remove linux special
13508 cases.
13509
13510 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13511
13512 Revert this change:
13513
13514 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13515
13516 * build-all.mk: Use CC=cc -Xs on Solaris.
13517
13518 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13519
13520 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13521 stop using it.
13522 * Makefile.in: Nuke all references to glob subdirectory.
13523
13524 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13525
13526 * configure.in: Fix --enable-shared logic in per-host.
13527
13528 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13529
13530 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13531
13532 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13533
13534 * configure.in (noconfigdirs): Don't build gas on AIX, for
13535 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13536
13537 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13538
13539 * configure: Fix --cache-file to work if the file argument is a
13540 relative path.
13541
13542 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13543
13544 * configure: If the --cache-file is used, pass it down to
13545 configure in subdirectories.
13546
13547 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13548
13549 * config.sub: add vxworks29k configuration.
13550
13551 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13552
13553 * Makefile.in (taz): Do "diststuff" part quietly.
13554
13555 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13556
13557 * config.sub: Mini-merge with gcc/config.sub.
13558
13559 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13560
13561 * config.guess (IRIX): Sed - to _.
13562
13563 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13564
13565 * Makefile.in (source-vault, binary-vault): New targets.
13566
13567 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13568
13569 * config.sub: Recognize -eabi as a basic system type.
13570
13571 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13572
13573 * configure.in (enable_shared stuff): Fix typo.
13574
13575 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13576
13577 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13578
13579 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13580
13581 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13582
13583 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13584
13585 * configure.in (rs6000-*-*): Don't build gas.
13586
13587 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13588
13589 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13590 reduce command line length.
13591 (AS_FOR_TARGET): Check for as.new, not Makefile.
13592 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13593
13594 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13595
13596 * config.guess: Merge from FSF.
13597
13598 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13599
13600 * configure: Don't use $ when handling program_suffix.
13601
13602 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13603
13604 * configure.in: Configure tk for hppa/hpux.
13605
13606 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13607
13608 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13609
13610 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13611
13612 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13613 to LIBCXXFLAGS. Tests are better run without it.
13614
13615 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13616
13617 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13618
13619 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13620
13621 * configure.in (*-*-netware*): Don't configure xiberty.
13622
13623 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13624
13625 * configure.in: Remove tk from native_only list.
13626
13627 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13628
13629 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13630 for special NCD build.
13631
13632 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13633
13634 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13635 makeall.bat, they're only useful for binutils snapshots.
13636 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13637 makeall.bat to specified SUPPORT_FILES.
13638
13639 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13640
13641 * build-all.mk: Add Ericsson targets to sun4 and solaris
13642 hosts. Add BNR's sun4 target to solaris host, so their
13643 build-from-source will be tested in-house first.
13644
13645 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13646
13647 * Makefile.in (LIBCFLAGS): New variable.
13648 (CFLAGS_FOR_TARGET): Ditto.
13649 (LIBCFLAGS_FOR_TARGET): Ditto.
13650 (LIBCXXFLAGS): Ditto.
13651 (CXXFLAGS_FOR_TARGET): Ditto.
13652 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13653 (BASE_FLAGS_TO_PASS): Pass them.
13654 (EXTRA_TARGET_FLAGS): Ditto.
13655
13656 * configure.in: Support --enable-shared.
13657
13658 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13659
13660 * configure.in (target_libs): Include libstdc++ again.
13661 * config.guess: Update from FSF (for FreeBSD).
13662
13663 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13664
13665 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13666 makeall.bat.
13667 (DISTDOCDIRS): Add `etc'.
13668 (ETC_SUPPORT_PFX): New variable.
13669 (taz): Include anything from etc starting with a word in
13670 ETC_SUPPORT_PFX.
13671
13672 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13673
13674 * config.sub: Update for recent FSF changes. Remove obsolete
13675 h8300hds entry. Add -windows* and -osx as basic os. Minor
13676 spacing changes.
13677
13678 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13679
13680 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13681
13682 * config.guess: Merge with FSF.
13683 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13684
13685 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13686
13687 * configure: Since the "trap 0" handler will override the exit
13688 status on many systems, only use it for "exit 1", and make it set
13689 a non-zero exit status; reset it before "exit 0". Also, check
13690 exit status of config.sub, and error out if it failed.
13691
13692 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13693
13694 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13695 and install libgloss.
13696
13697 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13698
13699 * Makefile.in (all-binutils): Depend upon all-byacc.
13700
13701 * configure.in: Don't build emacs on Irix 5.
13702
13703 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13704
13705 * configure.in (*-*-netware*): Add libio.
13706
13707 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13708
13709 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13710 (CHECK_TARGET_MODULES): Ditto.
13711 (INSTALL_TARGET_MODULES): Ditto.
13712 (TARGET_LIBS): Ditto.
13713 (all-libstdc++): Note dependencies.
13714
13715 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13716
13717 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13718
13719 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13720
13721 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13722 -fexternal-templates.
13723
13724 * configure.in (target_libs): Add libstdc++.
13725 (noconfigdirs): Add libstdc++ as appropriate.
13726
13727 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13728
13729 * config.guess: Update from FSF.
13730
13731 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13732
13733 * configure: Use ${config_shell} when running ${configsub}.
13734
13735 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13736
13737 * config.sub: No longer recognize h8300h.
13738
13739 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13740
13741 * config.sub: Remove extraneous differences between config.sub and
13742 gcc/config.sub.
13743
13744 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13745
13746 * Makefile.in (DISTSTUFFDIRS): Add gas.
13747
13748 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13749
13750 * COPYING.NEWLIB: New file.
13751
13752 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13753
13754 * config.guess (HP-UX): Patch from Harlan Stenn
13755 <harlan@landmark.com> to also emit release level.
13756
13757 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13758
13759 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13760
13761 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13762
13763 * config.sub: Merge nextstep cleanup from FSF.
13764
13765 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13766
13767 * configure.in (arm-*-*): Don't configure ld for this target.
13768
13769 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13770
13771 * configure.in (*-*-netware): don't configure libg++, libio,
13772 librx, or newlib.
13773
13774 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13775
13776 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13777 configure ld--it works, but it doesn't support shared libraries.
13778
13779 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13780
13781 * config.guess (*-unknown-freebsd*): Get rid of possible
13782 trailing "(Release)" in version string.
13783 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13784
13785 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13786
13787 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13788 Fix type: *-next-neststep -> *-next-nextstep.
13789
13790 * config.guess: Merge from FSF:
13791
13792 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13793
13794 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13795
13796 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13797
13798 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13799 instead of UNIX_SV for UnixWare 1.0).
13800
13801 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13802
13803 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13804 to make gdb/nlm/* build after the compiler and linker.
13805
13806 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13807
13808 * config.guess (netbsd, freebsd, linux): Accept any machine,
13809 not just i[34]86.
13810 (m68k-atari-sysv4): Relocate to match FSF version.
13811
13812 * config.guess: More merges from the FSF:
13813
13814 Add a space before function call or macro invocation.
13815
13816 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13817
13818 * config.guess: Add trap cmd to remove dummy.c and dummy when
13819 interrupted.
13820
13821 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13822
13823 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13824 (dummy): Redirect stderr from compilation of dummy.c.
13825
13826 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13827
13828 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13829
13830 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13831
13832 * configure: Accept and ignore --cache*, for compatibility with
13833 new autoconf.
13834
13835 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13836
13837 * config.guess: Merge from FSF:
13838
13839 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13840
13841 * config.guess (Pyramid*:OSx*:*:*): New case.
13842 (PATH): Add /.attbin at end for finding uname.
13843 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13844
13845 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13846
13847 * config.guess (M88*:DolphinOS:*:*): New case.
13848
13849 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13850
13851 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13852 to select whether to use ELF or COFF.
13853
13854 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13855
13856 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13857
13858 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13859
13860 * config.guess: Guess the OS version for HPUX.
13861
13862 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13863
13864 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13865
13866 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13867
13868 * configure.in: Recognize --with-headers, --with-libs, and
13869 --without-newlib.
13870 * Makefile.in (all-xiberty): Depend upon all-ld.
13871
13872 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13873
13874 * configure.in: Change i[34]86 to i[345]86.
13875
13876 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13877
13878 * configure (version): A few more tweaks to help message.
13879
13880 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13881
13882 * Makefile.in: Remove (for now) librx as a host library,
13883 now that we're building it for target.
13884
13885 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13886
13887 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13888 (Karl Berry).
13889
13890 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13891
13892 * configure.in: Also configure librx.
13893
13894 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13895
13896 * Makefile.in: Update various rules to reflect that librx
13897 is now needed for libg++.
13898
13899 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13900
13901 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13902
13903 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13904
13905 * configure.in: Configure the examples directory.
13906
13907 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13908
13909 * configure: Simplify Jun 2 1994 change.
13910
13911 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13912
13913 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13914 /bin/gcc isn't good enough to build gcc.
13915
13916 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13917
13918 * Makefile.in (GDB_SUPPORT_FILES): Remove
13919 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13920 (gdb.tar.gz): Add new rule to use standard distribution building
13921 mechanism.
13922
13923 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13924
13925 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13926 Bill Cox <bill@cygnus.com>.
13927
13928 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13929
13930 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13931
13932 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13933
13934 * configure: Search current dir first in .gdbinit.
13935
13936 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13937
13938 * config.sub: Recognize freebsd (merged from gcc config.sub).
13939
13940 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13941
13942 * config.sub: Refer to NeXT's operating system as nextstep.
13943
13944 * config.sub (case $basic_machine): Re-order the cases, to match
13945 the order in the FSF version (which is mostly alphabethical).
13946 Merge in some additions and changes from the FSF.
13947
13948 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13949
13950 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13951 * config.sub: Recognize cxux7.
13952 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13953
13954 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13955
13956 * config.sub: Fix typo powerpc -> powerpc-*.
13957
13958 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13959
13960 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13961
13962 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13963 parallel with all-emacs and install-emacs). Top-level command
13964 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13965
13966 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13967
13968 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13969 $(relbindir)/make before doing ``make install'', and use
13970 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13971 installing over running make binary.
13972 ($(host)-stamp-stage3-installed): Likewise.
13973
13974 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13975
13976 * config.guess: Recognize Mach.
13977
13978 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13979
13980 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13981 see whether --exec-prefix was used.
13982
13983 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13984
13985 * README: Explicitly mention libg++/README. (Zoo's idea.)
13986
13987 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13988
13989 * Makefile.in: Add all-librx target similar to all-libproc.
13990
13991 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13992
13993 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13994 with post 1.2 uname bogosity.
13995
13996 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13997
13998 * configure: Remove temporary files on receipt of a signal.
13999
14000 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
14001
14002 * configure: If there is a package_makefile_frag, remove
14003 ${subdir}/Makefile.tem after copying it in.
14004
14005 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14006
14007 * build_all.mk: support rs6000 lynx identifies itself as
14008 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
14009 since /bin/gcc is too feeble to compile a modern gcc.
14010
14011 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14012
14013 * brought devo/test-build.mk update-to-date with progressive/
14014 test-build.mk. Add lynx targets and hppa flag info.
14015
14016 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14017
14018 * configure.in: Use mh-ncrsvr43. Patch from
14019 Tom McConnell <tmcconne@sedona.intel.com>.
14020
14021 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
14022
14023 * config.guess (i386-unknown-bsdi): No longer need to
14024 check #if defined(__bsdi__) && defined(__i386__).
14025
14026 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14027
14028 * configure: Set program_transform_nameoption correctly.
14029
14030 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
14031
14032 * brought build-all.mk update-to-date with progressive build-all.mk,
14033 added new targets and hppa info.
14034
14035 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14036
14037 * configure: If config.guess result is a prefix of the user
14038 specified target, assume a native build and use the user specified
14039 target as the host alias. Remove SunOS patch suffix removal hack.
14040 * configure.in: Remove SunOS patch suffix removal hack.
14041
14042 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
14043 in NATIVE_CHECK_MODULES.
14044
14045 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
14046
14047 * Makefile.in: Rename HOST_ONLY to NATIVE.
14048 * configure: Delete SunOs patch suffix from host_canonical
14049 and build_canonical variables that are prepended to Makefiles.
14050 * configure.in: Add comments for easier maintenance.
14051
14052 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14053
14054 * Makefile.in: Add all-libproc target similar to all-gui.
14055
14056 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
14057
14058 * Makefile.in (CHECK_MODULES): split into
14059 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
14060
14061 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
14062
14063 * config.guess (i386-unknown-bsdi): New system to guess.
14064
14065 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14066
14067 * Makefile.in: Add all-gui target (but not yet build by "all").
14068
14069 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
14070
14071 * config.sub: Move deletion of patch suffix from here...
14072 * configure.in: To here, at Ian's suggestion. The top-
14073 level scripts might need to know of a patch level.
14074
14075 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
14076
14077 * config.sub: Strip off patch suffix so rtl is recognized
14078 as a sunos4.1.3 machine, even though it's been patched.
14079
14080 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
14081
14082 * Makefile.in (INSTALL_LAST): Delete.
14083 (INSTALL_DOSREL): New.
14084
14085 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14086
14087 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
14088 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
14089 whether we pass down --with-gnu-ld anyhow.
14090
14091 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
14092
14093 * Makefile.in (INSTALL_LAST): Change operation so it works
14094 on more flavors of make.
14095 * configure.in (go32): Don't build libg++ or libio.
14096
14097 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
14098
14099 * Makefile.in (Move HOST_PREFIX_1 and friends up so
14100 they can be overriden by templates.
14101
14102 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
14103
14104 * configure.in (target==go32): Don't build gdb.
14105 * dosrel: New directory.
14106
14107 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
14108
14109 * configure.in (host==go32): Configure dosrel too.
14110 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
14111 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
14112 be set by incoming names or templates.
14113 (INSTALL_LAST): New rule.
14114
14115 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
14116
14117 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
14118
14119 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14120
14121 * configure.in (appdirs): New variable. Currently empty, but will
14122 be used in gas distribution. If nonempty, lists a set of
14123 directories at least one of which must get configured, or top
14124 level configuration is considered to have failed.
14125 (rs6000-*-lynxos*): Use new file name.
14126
14127 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14128
14129 Eliminate XTRAFLAGS.
14130 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
14131 newlib include files using -idirafter, and also use -nostdinc.
14132 (CXX_FOR_TARGET): Likewise.
14133 (XTRAFLAGS): Removed.
14134 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
14135 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
14136 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
14137 ($(DO_X)): Don't pass down XTRAFLAGS.
14138
14139 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14140
14141 * configure.in (mips*-dec-bsd*): New target; do build linker.
14142 (mips*-*-bsd*): New target; don't build linker.
14143
14144 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14145
14146 * configure.in: support rs6000-*-lynxos* configuration.
14147 support sunos4 as a cross target.
14148
14149 * config.sub: look for lynx*, not lynx since the OS version may
14150 legitimately be part of the name.
14151
14152 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14153
14154 * configure.in (i[34]86-*-sco*): Move to be with other i386
14155 targets.
14156 (romp-*-*): New target. Skip various binary utilities.
14157 (vax-*-*): New target. Don't build newlib.
14158 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
14159
14160 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14161
14162 * configure.in: Only set host_makefile_frag if config
14163 directory exists.
14164
14165 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14166
14167 * install.sh: If $dstdir exists, don't check whether each
14168 component does.
14169
14170 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14171
14172 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
14173
14174 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
14175
14176 * configure.in (*-*-lynxos*): Don't configure newlib for either
14177 native or cross Lynx.
14178
14179 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
14180
14181 * config.sub (sparc64-elf): Fix os.
14182 (z8k): Remove duplicate.
14183
14184 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14185
14186 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
14187 gcc/stmp-fixproto, to try to prevent fixproto from being run.
14188
14189 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
14190
14191 * configure: Make file links cleanly even if Lynx fails on
14192 an NFS symlink (at least fail cleanly).
14193
14194 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14195
14196 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
14197 -XNh2000.
14198
14199 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14200
14201 * configure: Unknown options are fatal again.
14202
14203 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
14204
14205 * configure: Ignore --x-includes and --x-libraries, for Autoconf
14206 compatibility.
14207
14208 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
14209
14210 * build-all.mk: Add `clean' target.
14211
14212 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14213
14214 * config.guess: Add SINIX support.
14215 * configure.in: Add mips-*-sysv4* support.
14216
14217 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
14218
14219 * build-all.mk: Document all useful targets.
14220 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
14221 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
14222
14223 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14224
14225 * configure: Support --silent, --quiet.
14226
14227 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14228
14229 * configure: Support --disable-FEATURE.
14230
14231 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14232
14233 * config.guess: Recognize NCR running SVR4.3.
14234
14235 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
14236
14237 * config.guess: Make BSDI generate i386-unknown-bsd386.
14238 Patch from Paul Eggert <eggert@twinsun.com>.
14239
14240 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14241
14242 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
14243
14244 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14245
14246 * configure: Make unrecognized options give nonfatal warnings
14247 instead of fatal errors, and pass them to any subdirectory
14248 configures in case they recognize them.
14249 Make --x equivalent to --with-x.
14250
14251 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14252
14253 * configure: Add --enable-* options. Clean up usage message and
14254 some comments.
14255
14256 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14257
14258 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14259
14260 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14261
14262 * configure.in (hppa*-*-*): Enable binutils.
14263
14264 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14265
14266 * config.sub: Recognize cisco.
14267
14268 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14269
14270 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14271
14272 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14273
14274 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14275 than one configuration name. Add comment.
14276
14277 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14278
14279 * config.guess: about target *-hitachi-hiuxwe2, fixed
14280 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14281 macro is incorrect.]
14282
14283 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14284
14285 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14286 than the "make ls" stuff which used to be here.
14287
14288 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14289
14290 * config.guess: Recognize i[34]86-unknown-freebsd.
14291 From Shawn M Carey <smcarey@rodan.syr.edu>.
14292
14293 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14294
14295 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14296
14297 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14298
14299 * config.guess: Check for ptx.
14300
14301 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14302
14303 * config.sub: Add os9k checking.
14304
14305 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14306
14307 * config.guess: Handle OSF1 running on HPPA processors
14308
14309 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14310
14311 * configure: If subdir configure fails, print out a message with
14312 subdirectory name, in case subdir's configure code didn't identify
14313 itself.
14314
14315 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14316
14317 * configure.in: Remove embedded newlines from configdirs.
14318 Avoid mismatches of substrings. Fix matching strings at end
14319 of configdirs.
14320
14321 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14322
14323 * config.guess: Add Lynx/rs6000 config support.
14324
14325 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14326
14327 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14328
14329 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14330
14331 * configure.in (hppa*-*-osf*): Treat this just like most other
14332 PA configurations (eg no binutils or ld).
14333 (hppa*-*-*elf*): These configurations have binutils and ld.
14334
14335 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14336
14337 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14338
14339 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14340
14341 * configure.in (rs6000-*-*): Build gas.
14342
14343 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14344
14345 * Makefile.in: Avoid bug in losing hpux sed.
14346
14347 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14348
14349 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14350 for GDB and GDB has been fixed to not need it.
14351
14352 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14353
14354 * config.guess: Recognize vax hosts.
14355
14356 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14357
14358 * configure (while loop): Don't use "break 2" inside case
14359 statement -- the case statement isn't an enclosing loop.
14360
14361 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14362
14363 * config.guess: Clean up NeXT support, to allow nextstep
14364 on Intel machines. Make OS be nextstep.
14365
14366 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14367
14368 * config.guess: Add alternate forms for Convex.
14369
14370 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14371
14372 * configure: Completely rewrite option processing. Take
14373 advantage of pattern-matching to avoid invoking test frequently.
14374 Also clean up host and target defaulting logic.
14375
14376 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14377
14378 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14379 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14380 commands (plus user environment) will fit SCO limits.
14381
14382 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14383
14384 * configure.in: Don't issue warnings about directories which are
14385 not being configured if -norecursion is set. Correct test for
14386 --with-gnu-as and --with-gnu-ld to not get confused by substring
14387 matches.
14388
14389 * configure.in: Don't build gas for alpha-dec-osf1*.
14390
14391 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14392
14393 * configure: Back out Per's change of 12/19/1993. It changes the
14394 behavior of configure in unexpected and confusing ways.
14395
14396 Also, use different delim char when calculating
14397 program_transform_name so that the name can contain slashes.
14398
14399 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14400
14401 * configure.in, config.sub: Add support for VSTa micro-kernel.
14402
14403 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14404
14405 * configure.in: Nuke hacks which were used to get a special
14406 version of GAS for HPPA configurations.
14407
14408 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14409
14410 * configure: If only ${target_alias} is given, use that
14411 as the default for ${host_alias}.
14412 * configure: Add missing back-slashes before nested quotes.
14413
14414 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14415
14416 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14417
14418 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14419
14420 * config.guess: Recognize some Tektronix configurations.
14421 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14422
14423 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14424
14425 * config.sub: Match any flavor of SH.
14426
14427 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14428
14429 * configure.in: Don't try to configure newlib for Alpha.
14430
14431 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14432
14433 * configure.in: Don't build ld for Irix 5. Don't build gas,
14434 libg++ or libio for any Alpha target.
14435
14436 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14437
14438 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14439
14440 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14441 default arguments -- so it tried to compress itself.
14442
14443 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14444
14445 * configure.in (notsupp): ensure that a space is always at the end
14446 of the configdirs list, since the grep checks for an explicit space
14447
14448 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14449
14450 * configure.in (target i386-sysv4.2): don't build ld, since static
14451 versions of many libraries are not available.
14452
14453 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14454
14455 * config.guess: Recognize Apollos (using environment variables).
14456 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14457
14458 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14459
14460 * config.guess: Recognize Sony news mips running newsos.
14461
14462 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14463
14464 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14465 "fi ; else" for bash.
14466
14467 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14468
14469 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14470
14471 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14472
14473 * config.sub: accept unixware as an alias for svr4.2.
14474 Fix some inconsistancies with the gcc version.
14475
14476 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14477
14478 * Makefile.in (DISTDOCDIRS): Add gdb.
14479
14480 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14481
14482 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14483
14484 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14485
14486 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14487 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14488 this now.
14489
14490 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14491
14492 * config.sub: Accept hiux* as an OS name.
14493
14494 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14495 etc/make-stds.texi. The underscore came from gcc, and dje now
14496 agrees that RUNTESTFLAGS is the correct name.
14497
14498 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14499
14500 * install.sh: Remove 'set -e'. It makes any conditionals
14501 in the script useless.
14502
14503 * config.guess: Automatically recognize arm-acorn-riscix
14504 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14505
14506 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14507
14508 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14509
14510 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14511
14512 * Makefile.in (DISTDOCDIRS): New variable.
14513 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14514 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14515
14516 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14517
14518 * configure.in (hppa target): check the source directory for the
14519 pagas sub-directory
14520
14521 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14522
14523 * config.sub: Allow -aout* and -elf*.
14524
14525 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14526
14527 * configure.in: Don't build ld on i386-solaris2, same as for
14528 sparc-solaris2.
14529
14530 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14531
14532 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14533
14534 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14535
14536 * configure.in: Configure gdb for alpha.
14537
14538 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14539
14540 * Makefile.in (CXXFLAGS): Add -O.
14541
14542 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14543
14544 * config.guess: added support for DG Aviion
14545
14546 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14547
14548 * configure.in: Produce warning message for subdirectories not
14549 configurable for this host/target combination. Don't try to
14550 configure gdb for vms.
14551
14552 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14553
14554 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14555 appropriate files before making "diststuff".
14556 (DISTBISONFILES): New var: list of files to be edited.
14557 (DISTSTUFFDIRS): Add binutils.
14558
14559 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14560
14561 * config.sub: also handle mipsel and mips64el (for little endian mips)
14562
14563 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14564
14565 * configure.in: Add * to end of all OS names.
14566
14567 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14568
14569 * configure.in: Build newlib for LynxOS native.
14570
14571 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14572
14573 * config.guess: Add support for delta 88k running SVR3.
14574
14575 * configure.in: Add comment about HP compiler vs. emacs.
14576
14577 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14578
14579 * configure.in: don't build ld on solaris2 (not a viable option
14580 due to bugs in getpwnam & getpwuid)
14581
14582 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14583
14584 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14585 config.guess will produce a full version number.
14586
14587 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14588
14589 * configure.in: Build linker and binutils for alpha-dec-osf1.
14590
14591 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14592
14593 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14594 and gdb/testsuite/Makefile.in.
14595
14596 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14597
14598 * configure.in: recognize mips*- instead of mips-
14599
14600 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14601
14602 * config.sub: Accept linux*coff and linux*elf as operating
14603 systems.
14604
14605 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14606
14607 * config.sub: Recognize mips64, and mips3 as an alias for it.
14608
14609 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14610
14611 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14612 gdb knows how to handle OSF/1 shared libraries.
14613
14614 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14615
14616 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14617 * config.guess: Recognize Hitachi's HIUX.
14618 * config.sub: Recognize h3050r* and hppahitachi.
14619 Remove redundant cases for hp9k[23]*.
14620
14621 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14622
14623 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14624 if gas and ld are in the source tree and are in ${configdirs}.
14625 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14626 --with options (but still pass them down on the command line,
14627 if they were explicitly specified).
14628
14629 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14630
14631 * configure: substitute SHELL value in Makefile.in with
14632 ${CONFIG_SHELL}
14633
14634 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14635
14636 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14637 *-*-solaris2* targets.
14638
14639 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14640
14641 * Makefile.in: define M4, and pass it down to sub-makes;
14642 all-autoconf now depends on all-m4
14643
14644 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14645
14646 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14647 presence of {ar,ranlib} instead of a configured directory
14648
14649 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14650
14651 * config.guess: Accept 34?? as well as 33?? for NCR.
14652
14653 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14654
14655 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14656 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14657
14658 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14659
14660 * configure: grab values for $(CC) and $(CXX) from the
14661 environment, so that someone can do "CC=gcc configure; make" and
14662 have it work right (matching the way that autoconf works now)
14663
14664 * configure.in, Makefile.in: add support for gash, the tcl
14665 interface to Galaxy
14666
14667 * config.guess: add NetBSD variants (hp300, x86)
14668
14669 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14670
14671 * install.sh: Support -d option (in the manner of SunOS 4 install,
14672 as it is more deterministic than that of GNU install)
14673 (chmodcmd): Set file to mode 755 by default (should also do default
14674 chgrp and chown, but I don't feel like dealing with that now)
14675
14676 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14677
14678 * config.sub: Remove h8300hhms alias.
14679
14680 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14681
14682 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14683
14684 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14685
14686 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14687 as stmp-fixinc
14688
14689 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14690
14691 * config.sub: recognize m88110-bug-coff.
14692
14693 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14694
14695 * Makefile.in (all-libio): all dependencies on the toolchain used
14696 to build this (gcc, gas, ld, etc)
14697
14698 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14699
14700 * config.guess: Deal with OSF/1 1.3 on alpha.
14701
14702 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14703
14704 * install.sh: add some 'else true' clauses for portability
14705
14706 * configure.in: don't build libio for h8[35]00-*-* targets
14707
14708 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14709
14710 * Makefile.in: Add support for new libio.
14711
14712 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14713
14714 * install.sh: If one command fails, don't try the rest. Don't try
14715 to remove $dsttmp (via trap) unless we have already created it.
14716 If $src doesn't exist, detect it and exit with an error.
14717
14718 * config.guess: Recognize BSD on hp300.
14719
14720 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14721
14722 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14723 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14724
14725 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14726
14727 * Makefile.in (all-send-pr): depends on all-prms
14728
14729 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14730
14731 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14732
14733 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14734
14735 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14736 Added test for mips-mips-riscos5.
14737
14738 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14739
14740 * configure.in: use mh-hp300 for 68k HP hosts
14741
14742 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14743
14744 * configure: add support for CONFIG_SHELL, so that you can use
14745 some alternate shell for evaluating configure scripts
14746
14747 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14748
14749 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14750 in configure script to bug-gdb@prep.ai.mit.edu when building
14751 distribution archive.
14752 * Makefile.in (COMPRESS): Remove def.
14753 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14754 gdb.tar.Z and make-gdb.tar.Z respectively.
14755 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14756 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14757 to convergence with 'taz' target in Makefile.in.
14758
14759 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14760
14761 * install.sh (dsttmp): use trap to ensure that tmp files go
14762 away on error conditions
14763
14764 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14765
14766 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14767
14768 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14769
14770 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14771 its parent is '/' not ''.
14772
14773 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14774
14775 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14776
14777 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14778 that ${newsrcdir}/configure.in does.
14779
14780 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14781
14782 * test-build.mk: support for CONFIG_SHELL
14783
14784 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14785
14786 * config.sub (netware): Add as a basic system type.
14787
14788 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14789
14790 * Makefile.in (Makefile): depend on configure.in. Also drop the
14791 $(srcdir)/ from the dependency on Makefile.in.
14792
14793 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14794
14795 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14796 (h8300hhms is temporary until multi-libraries are implemented).
14797 * configure.in: Handle h8300h too.
14798
14799 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14800
14801 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14802
14803 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14804
14805 * configure: Remove extraneous output when guessing host type.
14806 * config.guess: Remove extraneous output when guessing using C
14807 compiler rather than uname, or when guessing fails.
14808
14809 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14810
14811 * Makefile.in: remove all.cross and install.cross targets
14812
14813 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14814 definitions
14815
14816 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14817
14818 * configure.in (target sh): Build gprof.
14819
14820 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14821
14822 * config.sub: change -solaris to -solaris2
14823
14824 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14825
14826 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14827
14828 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14829
14830 * configure: Correct error message for missing Makefile.in to
14831 print correct directory.
14832
14833 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14834
14835 * install.sh: kludge around 386BSD shell bug
14836
14837 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14838
14839 * config.guess: Recognize NeXT.
14840 * config.guess: Recognize i486-ncr-sysv4.
14841 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14842
14843 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14844
14845 * Makefile.in (MAKEINFOFLAGS): New variable.
14846 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14847 * build-all.mk, test-build.mk: Pass down --no-split as
14848 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14849
14850 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14851
14852 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14853
14854 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14855
14856 * Makefile.in (libg++.tar.z): New rule.
14857 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14858 * Makefile.in (taz): Only do a single chmod.
14859
14860 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14861
14862 * install.sh: don't use dirname anymore (replaced with sed usage)
14863
14864 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14865
14866 * Makefile.in: Change extension for gzip'd files from '.z' to
14867 '.gz' per new FSF standard usage.
14868
14869 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14870
14871 * configure: put quotes around the final value of program_transform_name
14872
14873 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14874
14875 * Makefile.in: new install.sh support; update install-info rules
14876
14877 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14878
14879 * configure.in: Build diff for crosses, but not for go32 host.
14880
14881 * configure.in: Build gprof only for native, and don't build it
14882 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14883
14884 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14885
14886 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14887
14888 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14889
14890 * configure.in (host_tools): Add prms.
14891
14892 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14893
14894 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14895 with $(FLAGS_TO_PASS) on the command line
14896
14897 * config.sub: Recognize lynx and lynxos
14898
14899 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14900
14901 * config.sub: Accept -ecoff*, not just -ecoff.
14902
14903 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14904
14905 * Makefile.in (taz): Use .gz suffix instead of .z.
14906 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14907 names.
14908
14909 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14910
14911 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14912
14913 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14914
14915 * Makefile.in (install-no-fixedincludes): install gcc last, so
14916 that rebuilds that might happen during 'make install' don't get
14917 bogus gcc include files
14918
14919 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14920
14921 Change from Utah for HPPA support:
14922 * config.guess: Recognize hppa1.x-hp-bsd.
14923
14924 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14925
14926 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14927 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14928
14929 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14930
14931 * config.sub: Add support for rom68k and bug boot monitors.
14932
14933 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14934
14935 * Makefile.in: Make all-opcodes depend on all-bfd.
14936
14937 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * config.guess: Added special check for i[34]86-univel-sysv4*.
14940
14941 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14942
14943 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14944 the processor rather than assuming i486.
14945
14946 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14947
14948 * config.guess: Recognize SunOS6 as Solaris3.
14949
14950 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14951
14952 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14953 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14954
14955 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14956
14957 * build-all.mk (all-cross): New target for Canadian Cross.
14958 Added Q2 go32 targets.
14959 * test-build.mk: Configure go32 cross sparclite-aout and
14960 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14961 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14962
14963 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14964
14965 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14966 GO32 hosted toolchains
14967
14968 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14969
14970 * configure: change so "-exec-prefix" gets passed down rather
14971 than "-exec_prefix" so autoconf generated Makefiles get the
14972 exec_prefix set right.
14973
14974 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14975
14976 * config.guess: get the Solaris2 minor version number
14977
14978 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14979
14980 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14981
14982 * config.guess: Recognize some Sequent platforms.
14983
14984 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14985
14986 * Makefile.in: added the vault-install target
14987
14988 * configure.in: actually use the Sun3 makefile fragment that's in
14989 config, also added the release dir to configdirs
14990
14991 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14992
14993 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14994
14995 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14996
14997 * configure.in: remove some program from Alpha targetted toolchains
14998
14999 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
15000
15001 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
15002 gprof.
15003 (taz): Run "make diststuff" in those directories instead of "make
15004 proto-dir". Look for "VERSION=" only at start of line in subdir
15005 Makefile. Use "gzip -9" for compression.
15006 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
15007 (binutils.tar.z): New target.
15008
15009 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15010
15011 * Makefile.in (taz): Include gpl.texinfo.
15012
15013 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15014
15015 * Makefile.in (setup-dirs): Merged into "taz" target.
15016 (taz): Only do `proto-dir' stuff if a directory is actually needed
15017 for this target.
15018
15019 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
15020
15021 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
15022 (FLAGS_TO_PASS): Pass down MUNCH_NM.
15023 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
15024 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
15025 (gcc-no-fixedincludes): Correct for current gcc Makefile.
15026
15027 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
15028
15029 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
15030 config.sub, and move-if-change to gdb testsuite distribution
15031 archive, so the testsuite can be extracted, configured, and
15032 run separately from the gdb distribution. Blow away the Chill
15033 tests that require a Chill compiled executable, since GNU Chill
15034 is not yet publically available.
15035
15036 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15037
15038 * test-build.mk: set environment variables in a single command,
15039 instead of a list of assignments and exports
15040
15041 * config.guess: recognize Alpha/OSF1 systems
15042
15043 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15044
15045 * configure: Change help message to prefer --options rather than
15046 -options.
15047
15048 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15049
15050 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
15051 zippy@ecst.csuchico.edu.
15052 * config.guess: Recognize miniframe.
15053
15054 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
15055
15056 * Makefile.in: Use srcroot to find runtest rather than rootme.
15057 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
15058
15059 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
15060
15061 * test-build.mk: Extensive additions to support building on a
15062 machine other than the host.
15063
15064 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
15065
15066 * configure (tooldir): Fix for i386-aix again.
15067
15068 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
15069
15070 * configure, Makefile.in: Change definition of $(tooldir)
15071 to match the FSF.
15072
15073 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
15074
15075 * config.guess: Recognize i[34]86/SVR4.
15076
15077 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15078
15079 * Makefile.in (all-gdb): gdb depends on sim.
15080
15081 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
15082
15083 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
15084 at the same time we make the prototype gdb directory.
15085 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
15086 files at the same time as the gdb base release distribution.
15087
15088 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
15089
15090 * Makefile.in (check): Use individual check targets rather than
15091 DO_X rule.
15092 (check-gcc): Added.
15093
15094 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
15095
15096 * config.sub: Use sysv3.2 not sysv32 for canonical OS
15097 for System V release 3.2.
15098
15099 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15100
15101 * config.sub: Recognize hppaosf.
15102 * configure.in: Do configure ld/binutils/gas for it.
15103
15104 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15105
15106 * configure (tooldir): Alter syntax used to set this, for systems
15107 where "\$" isn't handled right, like i386-aix.
15108
15109 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
15110
15111 * configure: Pass program-transform-name, not
15112 program_transform_name, to recursive configures.
15113
15114 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
15115
15116 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
15117 of gas+ld+binutils.
15118
15119 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
15120
15121 * config.guess: Recognize AIX3.2 as distinct from 3.1.
15122
15123 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15124
15125 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
15126
15127 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15128
15129 * Makefile.in (PRMS): Set back to all-prms.
15130
15131 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
15132
15133 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
15134 targets, rather than for MIPS hosts.
15135
15136 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15137
15138 * configure.in: add comment for --with-x default values
15139
15140 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
15141
15142 * Makefile.in: add check-* targets for each of the directories in
15143 the tree. Add a definition of RUNTEST that will use the one we
15144 just built, if it exists. Pass this down via FLAGS_TO_PASS.
15145
15146 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
15147
15148 * configure.in: Removed obsolete references to bfd_target and
15149 target_makefile_frag.
15150
15151 * build-all.mk: Set assorted targets for Q2.
15152 * config.sub: Recognize z8k-sim and h8300-hms.
15153 * test-build.mk: Really don't pass host to configure.
15154 (HOLES): Added uname.
15155
15156 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
15157
15158 * configure: Handle an empty program-prefix, program-suffix or
15159 program-transform-name correctly.
15160
15161 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
15162
15163 * build-all.mk: -G 8 no longer required for MIPS targets.
15164 * test-build.mk: Don't pass host argument to configure; make it
15165 guess.
15166
15167 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
15168
15169 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
15170 * Makefile.in (COMPRESS): New macro, like GZIP.
15171
15172 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
15173
15174 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
15175
15176 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
15177 with gas currently defaults to -G 0.
15178
15179 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
15180
15181 * Makefile.in (all-flex): flex depends on byacc.
15182
15183 * build-all.mk: If host not specified, use config.guess. Pass TAG
15184 to test-build.mk as RELEASE_TAG.
15185 * test-build.mk (configargs): New variable containing arguments to
15186 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
15187 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
15188
15189 * config.guess: Use /bin/uname when checking -X argument on SCO,
15190 to avoid invoking GNU uname which doesn't understand -X.
15191
15192 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
15193
15194 * configure.in: Build gas for mips-*-*.
15195
15196 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15197
15198 * Makefile.in (all.normal): insert missing backslash.
15199
15200 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
15201
15202 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
15203
15204 * Makefile.in: Complete overhaul to merge many almost identical
15205 targets.
15206
15207 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15208
15209 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
15210 (gdb.tar.Z): Adjusted.
15211
15212 * Makefile.in (setup-dirs, taz): New targets; should be general
15213 enough to adapt for gdb sometime. Build only .z file.
15214 (gas.tar.z): New target.
15215
15216 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15217
15218 * build-all.mk: Use CC=cc -Xs on Solaris.
15219
15220 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
15221
15222 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
15223 for handling BISON for FSF releases.
15224
15225 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15226
15227 * configure: Actually implement the change zoo just documented.
15228
15229 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
15230
15231 * configure: when using config.guess, only set target_alias when
15232 it's not already been set (ie, on the command line)
15233
15234 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15235
15236 * Makefile.in: add installcheck target, set PRMS to install-prms
15237
15238 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15239
15240 * configure: add support for package_makefile_fragment, handle the
15241 case where a directory has a configure.in file but no Makefile.in
15242 more gracefully (with an actual understandable error message, even);
15243 add support for --without (and add this to the usage message); also
15244 explicitly add a --host=${host_alias} to the command line when
15245 config.guess is used
15246
15247 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15248
15249 * configure: Must use both --host and --target in recursive calls.
15250
15251 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15252
15253 * Makefile.in: Change deja-gnu to dejagnu.
15254
15255 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15256
15257 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15258
15259 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15260
15261 * configure.in: canonicalize all instances to *-*-solaris2*,
15262 also strip out a number of tools to not build for go32 host
15263
15264 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15265
15266 * config.guess: add GPL.
15267
15268 * Makefile.in, config.guess, config.sub, configure: bump
15269 copyrights to 93.
15270
15271 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15272
15273 * Makefile.in (do-info): Removed obsolete check for existence of
15274 localenv file.
15275
15276 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15277
15278 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15279
15280 * Makefile.in: a couple of 'else true' for decstation,
15281 support for TclX
15282
15283 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15284
15285 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15286
15287 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15288
15289 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15290
15291 * config.guess: Recognize i386-ibm-aix (PS/2).
15292 * configure.in: Use config/mh-aix386 file for it.
15293
15294 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15295
15296 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15297 CC_FOR_TARGET instead.
15298 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15299
15300 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15301
15302 * Makefile.in: Add sim to list of directories sent with gdb
15303
15304 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15305
15306 * configure.in: Put back mips-dec-bsd* case.
15307
15308 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15309
15310 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15311 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15312 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15313
15314 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15315
15316 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15317
15318 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15319 (install-info): install dir.info only if it exists,
15320 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15321
15322 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15323
15324 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15325 gas for mips-dec-bsd.
15326
15327 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15328
15329 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15330 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15331
15332 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15333
15334 * configure.in: Added "dejagnu" to hosttools list.
15335
15336 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15337
15338 * config.sub, configure.in, config.guess: Add support
15339 for Bosx, an AIX variant from Bull.
15340 Patches from F.Pierresteguy@frcl.bull.fr.
15341
15342 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15343
15344 * devo/dejagnu: Initial creation of devo/dejagnu.
15345 Migrated dejagnu testcases and support files for testing software
15346 tools to reside as subdirectories, currently called "testsuite",
15347 within the directory of the software tool. Migrated all programs,
15348 support libraries, etc. beloging to dejagnu proper from
15349 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15350 with no modifications. The changes to these files which will
15351 allow them to configure, build, and execute properly will be made
15352 in a future update.
15353
15354 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15355
15356 * Makefile.in: Change send_pr to send-pr.
15357 * configure.in: Likewise.
15358 * send_pr: Renamed directory to send-pr.
15359
15360 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15361
15362 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15363
15364 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15365
15366 * README: Update for gdb-4.8 release.
15367 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15368 gdb-xxx.tar.z (gzip'd) file also.
15369
15370 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15371
15372 * Makefile.in: make all-diff depend on all-libiberty
15373
15374 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15375
15376 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15377
15378 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15379
15380 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15381
15382 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15383
15384 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15385 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15386 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15387
15388 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15389
15390 * Makefile.in: makeinfo binary is in a new location
15391
15392 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15393
15394 * config.sub: Accept -ecoff as an OS.
15395
15396 * Makefile.in: Various changes to eliminate a level of make
15397 recursion and reduce the required command line length.
15398 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15399 sub-makes.
15400 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15401 variables holding settings for specific sub-makes.
15402 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15403 in terms of BASE_FLAGS_TO_PASS.
15404 (TARGET_LIBS): New variable listing directories which use
15405 TARGET_FLAGS_TO_PASS.
15406 (subdir_do): Eliminated.
15407 (do-*): New set of targets to replace subdir_do.
15408 (various): All targets which used subdir_do now depend on do-*.
15409 (local-clean): Renamed from do_clean.
15410 (local-distclean): New target, dependency of distclean and
15411 realclean.
15412 (install-info): Don't create directories. Depend on dir.info
15413 rather than calling make recursively.
15414 (install-dir.info): Eliminated.
15415 (install-info-dirs): Create all info directories here.
15416 (dir.info): Depend upon do-install-info.
15417
15418 * test-build.mk (HOLES): Added false.
15419
15420 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15421
15422 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15423
15424 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15425
15426 * Makefile.in (info): remove dependency on all-texinfo. The
15427 problem was really in texinfo/C, not at this level.
15428
15429 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15430
15431 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15432
15433 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15434
15435 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15436 GDB releases.
15437
15438 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15439
15440 * configure: Include srcdir in message about target of link not
15441 being found. Don't convert `-' to `_' in `with' options being
15442 passed to subdirs.
15443
15444 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15445
15446 * configure.in: add uudecode to host_tools
15447
15448 * Makefile.in: added {all,install}-uudecode targets, added them to
15449 the appropriate lists
15450
15451 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15452
15453 * Makefile.in (all-gcc): Added dependency on all-gas.
15454
15455 * configure.in (mips-*-*): Build ld and binutils.
15456
15457 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15458
15459 * configure: check return code from mkdir, print error message and
15460 exit on failure.
15461
15462 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15463
15464 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15465
15466 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15467
15468 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15469
15470 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15471
15472 * config.sub (h8500): Recognize this as a cpu type.
15473
15474 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15475
15476 * configure: source directory missing is no longer a warning
15477
15478 * configure.in: recognize irix[34]* instead of irix[34]
15479
15480 * Makefile.in: define and pass down X11_LIB
15481
15482 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15483
15484 * guess-systype: Renamed to ...
15485 * config.guess: ... by popular request.
15486 * configure.in, Makefile.in: Update accordingly.
15487
15488 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15489
15490 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15491 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15492 + Execute ./dummy instead of assuming . is in PATH.
15493
15494 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15495
15496 * guess-systype: New shell script. Attempts to guess the
15497 canonical host name of the executing host.
15498 Only a few hosts are supported so far.
15499 * configure: Call guess-systype if no host is specified.
15500
15501 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15502
15503 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15504 gcc Makefile.
15505
15506
15507 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15508
15509 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15510 (all-gcc, install-gcc, subdir_do): Use it.
15511
15512 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15513
15514 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15515
15516 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15517
15518 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15519 set exclusively by configure, using configure.in .
15520
15521 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15522
15523 * test-build.mk: set $PATH for all builds
15524
15525 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15526
15527 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15528
15529 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15530 the one used in gcc/Makefile.in, so that a null expansion doesn't
15531 override the one needed to build gcc with a native cc.
15532
15533
15534 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15535
15536 * configure: Accept -with arguments.
15537
15538 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15539
15540 * Makefile.in: added h8300sim
15541
15542 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15543
15544 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15545 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15546 (all-cygnus, native, build-cygnus): Make
15547 $(canonhost)-stamp-3stage-done, not $(host)....
15548 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15549 i386-sco3.2v4. Added else true to if command.
15550
15551 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15552
15553 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15554
15555 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15556
15557 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15558
15559 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15560
15561 * configure.in: don't remove binutils from Solaris builds
15562
15563 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15564
15565 * Makefile.in: get rid of earlier definitions for *clean,
15566 also handle the recursive info rule better
15567
15568 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15569
15570 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15571 do more-or-less the right thing.
15572
15573 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15574
15575 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15576 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15577
15578 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15579
15580 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15581 $(host_canonical).
15582
15583 * configure.in: split the configdirs list into 4 categories (native
15584 v. cross, library v. tool) and handle the cross-only and native-
15585 only in more reasonable (and correct!) way.
15586
15587 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15588
15589 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15590 configdirs anymore.
15591
15592 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15593
15594 * Makefile.in: extensive cleanup:: removed all of the explicit
15595 clean-* targets, collapsed many wrappers around subdir_do into
15596 one, added additional targets to satisfy standards.texi, deleted
15597 some old targets, some changes for consistency
15598
15599 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15600
15601 * configure.in: handle some programs as cross-only, and others as
15602 native only
15603
15604 * test-build.mk: handle partial holes in a more generic manner
15605
15606 * Makefile.in: m4 depends on libiberty
15607
15608 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15609
15610 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15611 time, wdiff, and find to configdirs
15612
15613 * Makefile.in: all, clean, and install rules for the new programs
15614 added to configure.in
15615
15616 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15617
15618 * configure.in: use mh-sun for all *-sun-* hosts
15619
15620 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15621
15622 * Makefile.in: define flags for X11 include files and library file
15623 locations, pass them down to the programs that need this info
15624
15625 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15626
15627 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15628
15629 * configure.in: start building libg++ for HP-UX targets
15630
15631 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15632
15633 * README: Update references to files moved into etc/.
15634
15635 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15636
15637 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15638 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15639
15640 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15641
15642 * configure: accept dash as well as underscore in long option
15643 names for FSF compatibility.
15644
15645 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15646
15647 * config.sub: added -sco3.2v4 support from FSF.
15648
15649 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15650
15651 * configure.in: expand the section that adds or removes
15652 directories from the list of programs to build, to handle native
15653 vs. cross in addition to host v. native
15654
15655 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15656
15657 * Makefile.in: Replace C++ in macro names with CXX.
15658 This is less likely to break ...
15659
15660 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15661
15662 * test-build.mk: add -w to GNU_MAKE
15663
15664 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15665
15666 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15667 add 'sparc' to list of recognized cpus. This needed to make
15668 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15669 Delete some redundant ose68 variants. Recognize -wrs as an os,
15670 then changes that into $CPU-wrs-vxworks.
15671
15672 * configure.in: remove most references to gdbtest, regularize
15673 target based program removal
15674
15675 * test-build.mk: import from p3 tree (many fixes and changes)
15676
15677 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15678
15679 * Makefile.in: added rules to handle tcl, tk, and expect
15680
15681 * configure.in: handle those directories if they exist
15682
15683 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15684
15685 * config.sub: removed bogus hppabsd and hppahpux names, since
15686 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15687
15688 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15689
15690 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15691 depends upon all-xiberty
15692
15693 * Makefile.in: changes from p3, including:
15694
15695 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15696
15697 * Makefile.in (XTRAFLAGS): include newlib directories if
15698 newlib/Makefile exists, rather than if host != target.
15699
15700 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15701
15702 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15703 from the same source tree and not building a cross-compiler. This
15704 matters for the libg++ configuration if reconfiguring a tree that
15705 has already been installed.
15706
15707 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15708
15709 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15710 pick up the machine and system specific header files.
15711
15712 * Makefile.in: added AS_FOR_TARGET, passed down in
15713 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15714 the C compiler to use to create programs which are run in the
15715 build environment, set it to default to $(CC), and passed it down
15716 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15717
15718 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15719
15720 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15721 We need them for unusual native builds, like systems without
15722 ranlib.
15723
15724 * configure: also define $(host_canonical) and
15725 $(target_canonical), which are the full, canonical names for the
15726 given host and target
15727
15728 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15729
15730 * Makefile.in: Added separate definitions for C++.
15731
15732 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15733
15734 * configure.in (configdirs): Add deja-gnu.
15735
15736 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15737
15738 * README: Update for configure.texi and gdb-4.7 release.
15739
15740 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15741
15742 * Makefile.in: Move "all" target to top of file.
15743 Previously, first target was ".PHONY" which caused BSD4.4 make
15744 to build .PHONY when make was run without arguments.
15745
15746 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15747
15748 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15749 Library-copylefted code in libiberty.
15750
15751 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15752
15753 * config.sub: Replace m68kmote with plain old m68k.
15754
15755 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15756
15757 * Makefile.in: Remove space from blank line, avoid Make complaints.
15758
15759 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15760
15761 * config.sub: Complain if no argument is given. Added support for
15762 386bsd as OS and target alias.
15763
15764 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15765
15766 * Makefile.in (XTRAFLAGS): include newlib directories if
15767 newlib/Makefile exists, rather than if host != target.
15768
15769 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15770
15771 * config.sub: recognize sparclite-wrs-vxworks.
15772
15773 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15774 p3.) Added clean-xiberty to clean.
15775
15776 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15777
15778 * configure.in: use *-*-* instead of nested cases for host and target
15779
15780 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15781
15782 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15783 from the same source tree and not building a cross-compiler. This
15784 matters for the libg++ configuration if reconfiguring a tree that
15785 has already been installed.
15786
15787 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15788
15789 * config.sub (i486v/i486v4): Merge in from FSF version.
15790
15791 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15792
15793 * configure: only set PWD if it is already set.
15794
15795 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15796
15797 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15798 doesn't have unset and all success paths (and most error paths)
15799 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15800 to just ${PWD} to avoid confusion.)
15801
15802 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15803
15804 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15805 even for a native compilation.
15806
15807 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15808
15809 Changes to make the gdb.tar.Z rule work better.
15810
15811 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15812 (DEVO_SUPPORT): Add configure.texi.
15813 (bfd-ilrt.tar.Z): Remove ancient rule.
15814
15815 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15816
15817 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15818 pick up the machine and system specific header files.
15819
15820 * configure.in, config.sub: added new target m68010-adobe-scout,
15821 with alias of adobe68k. Changed configure.in to check for
15822 -scout before -sco* to avoid a false match.
15823
15824 * Makefile.in: added AS_FOR_TARGET, passed down in
15825 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15826 the C compiler to use to create programs which are run in the
15827 build environment, set it to default to $(CC), and passed it down
15828 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15829
15830 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15831
15832 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15833 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15834 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15835 FOR_TARGET variants, to newlib and libg++.
15836
15837 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15838
15839 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15840 first.
15841
15842 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15843
15844 * config.sub: Accept `elf' as an environment.
15845
15846 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15847
15848 * Makefile.in (all-opcodes): cd into the right directory
15849
15850 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15851
15852 * configure: added -program_transform_name option, used as
15853 argument to sed when installing programs.
15854 configure.texi: added documentation for -program_prefix,
15855 -program_suffix and -program_transform_name.
15856
15857 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15858
15859 * config.sub: Accept i486 where i386 ok.
15860
15861 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15862
15863 * config.sub: accept we32k
15864
15865 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15866
15867 * config.sub, configure.in: accept OSE68000 and OSE68k.
15868
15869 * Makefile.in: don't create all directories for ``make install'';
15870 let the subdirectories create the ones they need.
15871
15872 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15873
15874 * COPYING: new file, GPL v2
15875
15876 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15877
15878 * Makefile.in: use the new gen-info-dir, which needs a template
15879 argument (which also lives in texinfo)
15880
15881 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15882
15883 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15884
15885 * config.sub (ncr3000): Change i386 to i486.
15886
15887 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15888
15889 * Makefile.in: add install-rcs, install-grep to
15890 install-no-fixedincludes, removed install-bison and install-libgcc
15891
15892 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15893
15894 * configure.in: grab the HPUX makefile fragment if on HPUX
15895
15896 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15897
15898 * Makefile.in: eradicate bison spoor (ditto libgcc).
15899 configure.in: recognise m68{k,000}-ericsson-OSE.
15900 es1800 is alias for m68k-ericsson-OSE
15901
15902 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15903
15904 * configure.in: rearrange the parts that remove programs from
15905 configdirs, based now on HOST==TARGET or by canonical triple.
15906
15907 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15908
15909 * test-build.mk: recurse explicitly with -f test-build.mk when
15910 appropriate. predicate stage3 and comparison on the existence
15911 of gcc. That is, if gcc isn't around, we aren't three-staging.
15912 On very clean, also remove ...stamp-co. Build in-place before
15913 doing other builds.
15914
15915 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15916
15917 * Makefile.in, configure.in: add tgas
15918
15919 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15920
15921 * Makefile.in: a number of changes merged in from progressive.
15922
15923 * configure.in: add libm.
15924
15925 * .cvsignore: ignore some stuff that comes from test-build.mk.
15926
15927 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15928
15929 * config.sub: Add es1800 (m68k-ericsson-es1800).
15930
15931 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15932
15933 * configure: Add program_suffix (parallel to program_prefix)
15934 * Makefile.in: adjust directory-creating script for losing decstation
15935
15936 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15937
15938 * configure: Minor $subdir-related fixes.
15939
15940 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15941
15942 * configure: fix various problems with propogating
15943 makefile_target_frag in subdirs.
15944 * configure.in: config libgcc if its there
15945
15946 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15947
15948 * config.sub: HPPA merge.
15949
15950 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15951
15952 * Makefile.in: Replace all-bison with all-byacc in all
15953 dependency lines for other tools (which now use byacc).
15954
15955 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15956
15957 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15958
15959 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15960
15961 * Makefile.in: make gprof rules similar to byacc rules (instead of
15962 vestigal $(unsubdir) that didn't work...)
15963
15964 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15965
15966 * config.sub: Add support for Linux.
15967 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15968 (at least for libg++).
15969
15970 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15971
15972 * configure.texi: fix doc for the -nfp option to configure
15973
15974 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15975
15976 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15977
15978 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15979
15980 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15981 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15982 * configure.in: added solaris* host_makefile_frag hook.
15983
15984 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15985
15986 * config.sub: changed recognition of m68000 so that various
15987 m68k types can be specified via m680[01234]0
15988
15989 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15990
15991 * config.sub (basic_machine): fix sed so that '-foo' isn't
15992 completely substituted out while .+'-foo' loses the '-foo'
15993
15994 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15995
15996 * config.sub ($os): Add -aout.
15997
15998 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15999
16000 * configure: If host_makefile_frag is absolute, don't
16001 prefix ${invsubdir} (relevant to libg++ auto-configure).
16002
16003 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16004
16005 * Makefile.in (tooldir): Define it.
16006 (all-ld): Depend on all-flex.
16007
16008 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
16009
16010 * Makefile.in (check): Fix libg++ special case.
16011
16012 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
16013
16014 * configure: do not bury `pwd` into config.status, thus do fewer
16015 pwd's.
16016
16017 * configure: print the "Building in" message only when building in
16018 other than "." AND verbose.
16019
16020 * configure: remove -s, rework -v to better accomodate guested
16021 configures.
16022
16023 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
16024
16025 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
16026
16027 * Makefile.in: macroize flags passed on recursion. remove
16028 fileutils.
16029
16030 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
16031
16032 * configure: get makesrcdir right for subdirs deeper than 1.
16033
16034 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
16035 install.
16036
16037 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
16038
16039 * Makefile.in: don't print subdir_do or recursion lines.
16040
16041 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
16042
16043 * standards.texi: added menu item.
16044
16045 * Makefile.in: build and install standards.info.
16046
16047 * standards.texi: new file.
16048
16049 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16050
16051 * configure: test for and move config.status pieces from
16052 ${subdir}/.
16053
16054 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
16055
16056 * configure: Test for existance of files before trying to mv
16057 them, to avoid numerous non-existance messages.
16058
16059 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
16060
16061 * configure: correct final line of config.status.
16062
16063 * configure: patch from eggert. Avoids a protection problem if
16064 the original Makefile.in is read only.
16065
16066 * configure: use move-if-change from gcc to create config.status.
16067 Some makefiles depend on config.status to tell if a directory
16068 has been reconfigured for a different host. This change
16069 prevents those directories from remaking everything in the case
16070 where the reconfig was only intended to rebuild a Makefile.
16071
16072 * configure: test for config.sub with "config.sub sun4" rather
16073 than "config.sub ${host_alias}". Otherwise we can't tell a bad
16074 host alias from a missing config.sub.
16075
16076 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16077
16078 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
16079 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
16080
16081 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
16082
16083 * configure: mkdir ${subdir} as needed.
16084
16085 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
16086
16087 * Makefile.in,configure.in: added autoconf.
16088
16089 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16090
16091 * Makefile.in: no longer pass against on recursion.
16092
16093 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
16094 definitions are not inherited.
16095
16096 * configure: correct makesrcdir when subdir is .
16097
16098 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
16099
16100 * configure: Add support for 'subdirs' variable, which is
16101 like 'configdirs', except that configure doesn't re-invoke
16102 itself for subdirs, it just creates a Makefile for each subdir.
16103 * configure.texi: Document subdirs.
16104
16105 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16106
16107 * configure.in: added flex to configdirs
16108
16109 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
16110
16111 * Makefile.in: remove clean-stamps from clean.
16112
16113 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
16114
16115 * configure.in: Add gdbtest to configdirs.
16116
16117 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
16118
16119 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
16120 to recursive makes.
16121 * configure.in: Recognize new ncr3000 config.
16122
16123 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
16124
16125 * Makefile.in, configure.in: removed references to gdbm.
16126
16127 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
16128
16129 * config.sub: Don't canonicalize os value
16130 newsos* to bsd (readline needs to check for newsos).
16131 (This fix was earlier made Jan 31, but got re-broken.)
16132
16133 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
16134
16135 * configure.in: sco is an os, not a vendor!
16136
16137 * configure: Quote $( better. Keep various shells happy.
16138
16139 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
16140
16141 * Makefile.in: eliminate stamp-files.
16142
16143 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
16144
16145 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
16146 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
16147
16148 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
16149
16150 * config.sub: fix iris/iris3.
16151
16152 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
16153
16154 * configure: re-add -rm.
16155
16156 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
16157
16158 * Maskefile.in: add .stmp-rcs to all.
16159
16160 * configure.in: remove gas from rs6000 build, use aix host fragment.
16161
16162 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
16163
16164 * configure: pass down site_option during recursion.
16165
16166 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
16167
16168 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
16169
16170 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
16171
16172 * configure: Change exec_prefix so that it really defaults to prefix.
16173
16174 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
16175
16176 * Makefile.in, configure.in: Add support for mmalloc library.
16177
16178 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
16179
16180 * Makefile.in: add stmp dependencies for a few more things.
16181
16182 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
16183
16184 * configure: adjusted error message on objdir/srcdir configure
16185 collision, per john's suggestion.
16186
16187 * Makefile.in: add libiberty stmp to all and all.cross.
16188
16189 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
16190
16191 * Makefile.in: remove force dependencies, add grep to all.
16192
16193 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
16194
16195 * Makefile.in: drop flex. make stamp files work.
16196
16197 * configure: added test for conflicting configuration in srcdir,
16198 remove trailing slashes from srcdir. Otherwise emacs gdb mode
16199 gets cranky. use relative paths for configure and srcdir
16200 whenever possible. Send some error messages to stderr that were
16201 going to stdout.
16202
16203 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
16204
16205 * Makefile.in: Fix libg++ rule to check for gcc directory
16206 before using gcc/gcc. Also pass XTRAFLAGS.
16207
16208 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
16209
16210 * Makefile.in: added stmp-files so that directories aren't polled
16211 when they are already built.
16212
16213 * configure.texi: fixed a node pointer problem.
16214
16215 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
16216
16217 * config.sub configure.in gdb/configure.in
16218 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
16219 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
16220 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
16221
16222 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16223
16224 * configure: -recurring becomes -silent. corrected help message
16225 for -site= option.
16226
16227 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
16228
16229 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16230
16231 * configure: when building Makefile for crosses, replace
16232 tooldir and program_prefix. default srcdir from location of
16233 config.sub. remove "for host in hosts" and "for target in
16234 targets" loops.
16235
16236 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16237
16238 * Makefile.in: Do not pass bindir or mandir to cvs.
16239
16240 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
16241
16242 * Makefile.in, configure.in: removed traces of namesubdir,
16243 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
16244 copyrights to '92, changed some from Cygnus to FSF.
16245
16246 * configure.texi: remove most references to multiple hosts,
16247 multiple targets, subdirs, etc.
16248
16249 * configure.man: removed rcsid. reference config.sub not
16250 config.subr.
16251
16252 * Makefile.in: mkdir $(infodir) on install-info.
16253
16254 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16255
16256 * configure.texi: Explain better about .gdbinit and about
16257 the environment that configure.in sections run in.
16258
16259 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16260
16261 * configure.in: Ultrix is only a decstation if it's a MIPS.
16262
16263 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16264
16265 * README: DOC.configure => cfg-paper.texi.
16266
16267 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16268
16269 * config.sub (near case $os): Don't convert newsos* to bsd!
16270
16271 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16272
16273 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16274 the number of copies of COPYING that go into the GDB tar file.
16275
16276 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16277
16278 * bfd/configure.in, gdb/config/mh-i386sco,
16279 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16280 Fix SCO configuration stuff.
16281
16282 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16283
16284 * Makefile.in: For libg++, make sure the -I pointing
16285 to the gcc directory goes *after* all the libg++-local -I flags.
16286 Also, move just-gcc dependency from just-libg++ to all-libg++.
16287
16288 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16289
16290 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16291
16292 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16293
16294 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16295
16296 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16297
16298 * config.sub: Add stratus configuration frags. Also
16299 submitted to FSF.
16300
16301 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16302
16303 * Makefile.in (DEV_SUPPORT): add configure.man.
16304
16305 * config.sub(Decode manufacturer-specific): add -none*.
16306
16307 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16308
16309 * Makefile.in: remove form feeds to make Sun's make happy.
16310 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16311
16312 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16313
16314 * Makefile.in (AR_FLAGS): Make quieter.
16315
16316 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16317
16318 * configure.in: Add libg++.
16319 * configure: When verbose, don't output the command line at each
16320 level; it will be unremarkably the same as the previous version,
16321 which will be the same as what the user typed.
16322
16323 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16324
16325 * configure.in, Makefile.in: fix clean-info, add flex. add
16326 fileutils.
16327
16328 * configure: be less sensitive to spaces in Makefile.in. Do not
16329 look for sources in "..". Doing so breaks subdirectories that
16330 might have their own configure. If a subdir has it's own
16331 configure script, use it.
16332
16333 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16334
16335 * cfg-paper.texi: some changes suggested by rms.
16336
16337 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16338
16339 * config.sub: Merge in some small additions from the FSF version,
16340 taken from the gcc distribution, to bring the Cygnus and FSF
16341 versions into closer sync.
16342
16343 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16344
16345 * configure.in: Changed svr4 references to sysv4.
16346
16347 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16348
16349 * configure: added -V for version number option.
16350
16351 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16352
16353 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16354 renamed from DOC.configure to cfg-paper.texi.
16355
16356 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16357
16358 * configure, config.subr, config.sub: config.subr is now
16359 config.sub again.
16360
16361 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16362
16363 * configure.texi: new file, in progress.
16364
16365 * Makefile.in: build info file and install the man page for
16366 configure.
16367
16368 * configure.man: new file, first cut.
16369
16370 * configure: find config.subr again now that configuration "none"
16371 has gone. removed all traces of the -ansi option. removed all
16372 traces of the -languages option.
16373
16374 * config.subr: resync from rms.
16375
16376 1991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
16377
16378 * configure, config.sub, config.subr: merge config.sub into
16379 config.subr, call the result config.subr, remove config.sub, use
16380 config.subr.
16381
16382 * Makefile.in: revised install for dir.info.
16383
16384 1991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
16385
16386 * configure.in: add decstation host makefile frag.
16387
16388 * Makefile.in: BISON now bison -y again. also install-gcc on
16389 install. clean-gdbm on clean. infodir belongs in datadir.
16390 Make directories for info install. Build dir.info here then
16391 install it.
16392
16393 1991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
16394
16395 * Makefile.in: fix for bad directory tests.
16396
16397 1991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
16398
16399 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16400 regexp. -srcdir relative was being handled incorrectly.
16401
16402 * Makefile.in: unwrapped some for loops so that parallel makes
16403 work again and so one can focus one's attention on a particular
16404 package.
16405
16406 1991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
16407
16408 * configure: added PWD as a stand in for `pwd` (for speed). use
16409 elif wherever possible. make -srcdir work without -objdir.
16410 -objdir= commented out.
16411
16412 1991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
16413
16414 * configure: +options become --options. -subdirs commented out.
16415 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16416 Makefile now at top of generated Makefile. Removed cvs log
16417 entries. added -srcdir. create .gdbinit only if there is one
16418 in ${srcdir}.
16419
16420 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16421 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16422 and mandir now keyed off datadir by default.
16423
16424 1991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
16425
16426 * Freshly created ChangeLog.
16427
16428 \f
16429 Local Variables:
16430 mode: change-log
16431 left-margin: 8
16432 fill-column: 76
16433 version-control: never
16434 End: